HVX_128 53 apps/HelloHexagon/pipeline.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 54 apps/HelloHexagon/pipeline.cpp const int vector_size = get_target().has_feature(Target::HVX_128) ? 128 : 64; HVX_128 183 apps/camera_pipe/camera_pipe_generator.cpp } else if (get_target().has_feature(Target::HVX_128)) { HVX_128 201 apps/camera_pipe/camera_pipe_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 250 apps/camera_pipe/camera_pipe_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 321 apps/camera_pipe/camera_pipe_generator.cpp if (get_target().has_feature(Target::HVX_128)) { HVX_128 333 apps/camera_pipe/camera_pipe_generator.cpp } else if (get_target().has_feature(Target::HVX_128)) { HVX_128 363 apps/camera_pipe/camera_pipe_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 35 apps/hexagon_benchmarks/conv3x3_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 36 apps/hexagon_benchmarks/conv3x3_generator.cpp const int vector_size = get_target().has_feature(Target::HVX_128) ? 128 : 64; HVX_128 28 apps/hexagon_benchmarks/dilate3x3_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 29 apps/hexagon_benchmarks/dilate3x3_generator.cpp const int vector_size = get_target().has_feature(Target::HVX_128) ? 128 : 64; HVX_128 31 apps/hexagon_benchmarks/gaussian5x5_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 32 apps/hexagon_benchmarks/gaussian5x5_generator.cpp const int vector_size = get_target().has_feature(Target::HVX_128) ? 128 : 64; HVX_128 39 apps/hexagon_benchmarks/median3x3_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 40 apps/hexagon_benchmarks/median3x3_generator.cpp const int vector_size = get_target().has_feature(Target::HVX_128) ? 128 : 64; HVX_128 33 apps/hexagon_benchmarks/sobel_generator.cpp if (get_target().features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 34 apps/hexagon_benchmarks/sobel_generator.cpp const int vector_size = get_target().has_feature(Target::HVX_128) ? 128 : 64; HVX_128 58 apps/hexagon_matmul/pipeline.cpp } else if (target.has_feature(Target::HVX_128)) { HVX_128 201 src/CodeGen_C.cpp if (target.has_feature(Target::HVX_128) || HVX_128 82 src/CodeGen_Hexagon.cpp if (module.target().features_all_of({Halide::Target::HVX_128, Halide::Target::HVX_64})) { HVX_128 124 src/CodeGen_Hexagon.cpp Expr hvx_mode = target.has_feature(Target::HVX_128) ? 128 : 64; HVX_128 237 src/CodeGen_Hexagon.cpp bool is_128B = target.has_feature(Halide::Target::HVX_128); HVX_128 703 src/CodeGen_Hexagon.cpp bool is_128B = target.has_feature(Halide::Target::HVX_128); HVX_128 835 src/CodeGen_Hexagon.cpp bool is_128B = target.has_feature(Halide::Target::HVX_128); HVX_128 1000 src/CodeGen_Hexagon.cpp bool is_128B = target.has_feature(Halide::Target::HVX_128); HVX_128 1286 src/CodeGen_Hexagon.cpp if (target.has_feature(Halide::Target::HVX_128)) { HVX_128 1300 src/CodeGen_Hexagon.cpp if (target.has_feature(Halide::Target::HVX_128)) { HVX_128 2037 src/Func.h if (t.has_feature(Target::HVX_64) || t.has_feature(Target::HVX_128)) { HVX_128 845 src/HexagonOffload.cpp Target::HVX_128, HVX_128 651 src/JITModule.cpp one_gpu.set_feature(Target::HVX_128, false); HVX_128 818 src/JITModule.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 770 src/LLVM_Runtime_Linker.cpp } else if (t.has_feature(Target::HVX_128)) { HVX_128 867 src/LLVM_Runtime_Linker.cpp if (t.arch != Target::Hexagon && t.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 226 src/Lower.cpp (t.arch != Target::Hexagon && (t.features_any_of({Target::HVX_64, Target::HVX_128})))) { HVX_128 388 src/Prefetch.cpp if (t.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 251 src/Target.cpp {"hvx_128", Target::HVX_128}, HVX_128 508 src/Target.cpp case DeviceAPI::Hexagon: return has_feature(Target::HVX_64) || has_feature(Target::HVX_128); HVX_128 520 src/Target.cpp case DeviceAPI::Hexagon: return Target::HVX_128; HVX_128 235 src/Target.h if (has_feature(Halide::Target::HVX_128)) { HVX_128 248 src/VectorizeLoops.cpp internal_assert(target.features_any_of({Target::HVX_64, Target::HVX_128})) HVX_128 56 test/correctness/bit_counting.cpp if (t.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 27 test/correctness/boundary_conditions.cpp } else if (t.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 26 test/correctness/bounds.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 23 test/correctness/bounds_inference.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 81 test/correctness/convolution.cpp } else if (target.has_feature(Target::HVX_64) || target.has_feature(Target::HVX_128)) { HVX_128 82 test/correctness/convolution.cpp int hvx_vector_width = target.has_feature(Target::HVX_128) ? 64 : 32; HVX_128 48 test/correctness/convolution_multiple_kernels.cpp } else if (target.has_feature(Target::HVX_128)) { HVX_128 33 test/correctness/dilate3x3.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 34 test/correctness/func_lifetime.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 57 test/correctness/func_lifetime.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 38 test/correctness/func_lifetime_2.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 57 test/correctness/func_lifetime_2.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 37 test/correctness/gpu_data_flows.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 71 test/correctness/gpu_data_flows.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 47 test/correctness/gpu_non_contiguous_copy.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 34 test/correctness/gpu_object_lifetime_1.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 40 test/correctness/gpu_object_lifetime_2.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 45 test/correctness/gpu_object_lifetime_3.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 26 test/correctness/interleave_rgb.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 17 test/correctness/interleave_x.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 47 test/correctness/leak_device_memory.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 34 test/correctness/logical.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 67 test/correctness/logical.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 98 test/correctness/logical.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 127 test/correctness/logical.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 179 test/correctness/logical.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 67 test/correctness/math.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { \ HVX_128 92 test/correctness/math.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { \ HVX_128 50 test/correctness/median3x3.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 550 test/correctness/mul_div_mod.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 562 test/correctness/mul_div_mod.cpp } else if (target.has_feature(Target::HVX_128)) { HVX_128 30 test/correctness/param.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 101 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 130 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 168 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 201 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 236 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 271 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 303 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 338 test/correctness/predicated_store_load.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 1447 test/correctness/simd_op_check.cpp } else if (target.has_feature(Target::HVX_128)) { HVX_128 23 test/correctness/tuple_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 60 test/correctness/tuple_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 67 test/correctness/tuple_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 110 test/correctness/tuple_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 156 test/correctness/tuple_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 30 test/correctness/vector_cast.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 42 test/correctness/vector_cast.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 75 test/correctness/vector_cast.cpp if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 43 test/correctness/widening_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) { HVX_128 85 test/correctness/widening_reduction.cpp } else if (target.features_any_of({Target::HVX_64, Target::HVX_128})) {