ConstString       779 src/IR.cpp     Call::ConstString Call::debug_to_file = "debug_to_file";
ConstString       780 src/IR.cpp     Call::ConstString Call::reinterpret = "reinterpret";
ConstString       781 src/IR.cpp     Call::ConstString Call::bitwise_and = "bitwise_and";
ConstString       782 src/IR.cpp     Call::ConstString Call::bitwise_not = "bitwise_not";
ConstString       783 src/IR.cpp     Call::ConstString Call::bitwise_xor = "bitwise_xor";
ConstString       784 src/IR.cpp     Call::ConstString Call::bitwise_or = "bitwise_or";
ConstString       785 src/IR.cpp     Call::ConstString Call::shift_left = "shift_left";
ConstString       786 src/IR.cpp     Call::ConstString Call::shift_right = "shift_right";
ConstString       787 src/IR.cpp     Call::ConstString Call::abs = "abs";
ConstString       788 src/IR.cpp     Call::ConstString Call::absd = "absd";
ConstString       789 src/IR.cpp     Call::ConstString Call::lerp = "lerp";
ConstString       790 src/IR.cpp     Call::ConstString Call::random = "random";
ConstString       791 src/IR.cpp     Call::ConstString Call::popcount = "popcount";
ConstString       792 src/IR.cpp     Call::ConstString Call::count_leading_zeros = "count_leading_zeros";
ConstString       793 src/IR.cpp     Call::ConstString Call::count_trailing_zeros = "count_trailing_zeros";
ConstString       794 src/IR.cpp     Call::ConstString Call::undef = "undef";
ConstString       795 src/IR.cpp     Call::ConstString Call::return_second = "return_second";
ConstString       796 src/IR.cpp     Call::ConstString Call::if_then_else = "if_then_else";
ConstString       797 src/IR.cpp     Call::ConstString Call::glsl_texture_load = "glsl_texture_load";
ConstString       798 src/IR.cpp     Call::ConstString Call::glsl_texture_store = "glsl_texture_store";
ConstString       799 src/IR.cpp     Call::ConstString Call::glsl_varying = "glsl_varying";
ConstString       800 src/IR.cpp     Call::ConstString Call::image_load = "image_load";
ConstString       801 src/IR.cpp     Call::ConstString Call::image_store = "image_store";
ConstString       802 src/IR.cpp     Call::ConstString Call::make_struct = "make_struct";
ConstString       803 src/IR.cpp     Call::ConstString Call::stringify = "stringify";
ConstString       804 src/IR.cpp     Call::ConstString Call::memoize_expr = "memoize_expr";
ConstString       805 src/IR.cpp     Call::ConstString Call::alloca = "alloca";
ConstString       806 src/IR.cpp     Call::ConstString Call::likely = "likely";
ConstString       807 src/IR.cpp     Call::ConstString Call::likely_if_innermost = "likely_if_innermost";
ConstString       808 src/IR.cpp     Call::ConstString Call::register_destructor = "register_destructor";
ConstString       809 src/IR.cpp     Call::ConstString Call::div_round_to_zero = "div_round_to_zero";
ConstString       810 src/IR.cpp     Call::ConstString Call::mod_round_to_zero = "mod_round_to_zero";
ConstString       811 src/IR.cpp     Call::ConstString Call::call_cached_indirect_function = "call_cached_indirect_function";
ConstString       812 src/IR.cpp     Call::ConstString Call::prefetch = "prefetch";
ConstString       813 src/IR.cpp     Call::ConstString Call::signed_integer_overflow = "signed_integer_overflow";
ConstString       814 src/IR.cpp     Call::ConstString Call::indeterminate_expression = "indeterminate_expression";
ConstString       815 src/IR.cpp     Call::ConstString Call::bool_to_mask = "bool_to_mask";
ConstString       816 src/IR.cpp     Call::ConstString Call::cast_mask = "cast_mask";
ConstString       817 src/IR.cpp     Call::ConstString Call::select_mask = "select_mask";
ConstString       818 src/IR.cpp     Call::ConstString Call::extract_mask_element = "extract_mask_element";
ConstString       819 src/IR.cpp     Call::ConstString Call::size_of_halide_buffer_t = "size_of_halide_buffer_t";
ConstString       821 src/IR.cpp     Call::ConstString Call::buffer_get_min = "_halide_buffer_get_min";
ConstString       822 src/IR.cpp     Call::ConstString Call::buffer_get_extent = "_halide_buffer_get_extent";
ConstString       823 src/IR.cpp     Call::ConstString Call::buffer_get_stride = "_halide_buffer_get_stride";
ConstString       824 src/IR.cpp     Call::ConstString Call::buffer_get_max = "_halide_buffer_get_max";
ConstString       825 src/IR.cpp     Call::ConstString Call::buffer_get_host = "_halide_buffer_get_host";
ConstString       826 src/IR.cpp     Call::ConstString Call::buffer_get_device = "_halide_buffer_get_device";
ConstString       827 src/IR.cpp     Call::ConstString Call::buffer_get_device_interface = "_halide_buffer_get_device_interface";
ConstString       828 src/IR.cpp     Call::ConstString Call::buffer_get_shape = "_halide_buffer_get_shape";
ConstString       829 src/IR.cpp     Call::ConstString Call::buffer_get_host_dirty = "_halide_buffer_get_host_dirty";
ConstString       830 src/IR.cpp     Call::ConstString Call::buffer_get_device_dirty = "_halide_buffer_get_device_dirty";
ConstString       831 src/IR.cpp     Call::ConstString Call::buffer_get_type_code = "_halide_buffer_get_type_code";
ConstString       832 src/IR.cpp     Call::ConstString Call::buffer_get_type_bits = "_halide_buffer_get_type_bits";
ConstString       833 src/IR.cpp     Call::ConstString Call::buffer_get_type_lanes = "_halide_buffer_get_type_lanes";
ConstString       834 src/IR.cpp     Call::ConstString Call::buffer_set_host_dirty = "_halide_buffer_set_host_dirty";
ConstString       835 src/IR.cpp     Call::ConstString Call::buffer_set_device_dirty = "_halide_buffer_set_device_dirty";
ConstString       836 src/IR.cpp     Call::ConstString Call::buffer_is_bounds_query = "_halide_buffer_is_bounds_query";
ConstString       837 src/IR.cpp     Call::ConstString Call::buffer_init = "_halide_buffer_init";
ConstString       838 src/IR.cpp     Call::ConstString Call::buffer_init_from_buffer = "_halide_buffer_init_from_buffer";
ConstString       839 src/IR.cpp     Call::ConstString Call::buffer_crop = "_halide_buffer_crop";
ConstString       840 src/IR.cpp     Call::ConstString Call::trace = "halide_trace_helper";
ConstString       473 src/IR.h           EXPORT static ConstString debug_to_file,
ConstString       519 src/IR.h           EXPORT static ConstString
ConstString       588 src/IR.h           bool is_intrinsic(ConstString intrin_name) const {