/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | liveness.cpp | 88 auto arr_type = type->AsArray(); in GetLocSize() local 128 auto arr_type = agg_type->AsArray(); in GetComponentType() local 141 auto arr_type = agg_type->AsArray(); in GetLocOffset() local 187 auto arr_type = (*curr_type)->AsArray(); in AnalyzeAccessChainLoc() local 299 auto arr_type = pte_type->AsArray(); in ComputeLiveness() local
|
H A D | eliminate_dead_io_components_pass.cpp | 88 auto arr_type = core_type->AsArray(); in Process() local 93 const analysis::Array* arr_type = core_type->AsArray(); in Process() local 217 const auto arr_type = core_type->AsArray(); in ChangeIOVarStructLength() local
|
H A D | eliminate_dead_output_stores_pass.cpp | 143 auto arr_type = curr_type->AsArray(); in KillAllDeadStoresOfBuiltinRef() local 206 auto arr_type = curr_type->AsArray(); in DoDeadOutputStoreElimination() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | liveness.cpp | 88 auto arr_type = type->AsArray(); in GetLocSize() local 128 auto arr_type = agg_type->AsArray(); in GetComponentType() local 141 auto arr_type = agg_type->AsArray(); in GetLocOffset() local 187 auto arr_type = (*curr_type)->AsArray(); in AnalyzeAccessChainLoc() local 299 auto arr_type = pte_type->AsArray(); in ComputeLiveness() local
|
D | eliminate_dead_io_components_pass.cpp | 88 auto arr_type = core_type->AsArray(); in Process() local 93 const analysis::Array* arr_type = core_type->AsArray(); in Process() local 217 const auto arr_type = core_type->AsArray(); in ChangeIOVarStructLength() local
|
D | eliminate_dead_output_stores_pass.cpp | 143 auto arr_type = curr_type->AsArray(); in KillAllDeadStoresOfBuiltinRef() local 206 auto arr_type = curr_type->AsArray(); in DoDeadOutputStoreElimination() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | eliminate_dead_io_components_pass.cpp | 88 auto arr_type = core_type->AsArray(); in Process() local 93 const analysis::Array* arr_type = core_type->AsArray(); in Process() local 217 const auto arr_type = core_type->AsArray(); in ChangeIOVarStructLength() local
|
H A D | eliminate_dead_output_stores_pass.cpp | 146 auto arr_type = curr_type->AsArray(); in KillAllDeadStoresOfBuiltinRef() local 209 auto arr_type = curr_type->AsArray(); in DoDeadOutputStoreElimination() local
|
H A D | liveness.cpp | 88 auto arr_type = type->AsArray(); in GetLocSize() local 149 auto arr_type = agg_type->AsArray(); in GetLocOffset() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/ |
D | arrays_test.cpp | 49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value() typedef 143 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_char_value() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
H A D | custom_call_encoding.cc | 201 Type arr_type = LLVM::LLVMArrayType::get(element_type, array.size()); in CreateGlobalFromArray() local 226 Type arr_type = LLVM::LLVMArrayType::get(element_type, size); in PackArrayAttribute() local 263 Type arr_type, StringRef symbol_base) { in CreateGlobalFromDenseArray() 317 Type arr_type = LLVM::LLVMArrayType::get(element_type, size); in PackDenseArrayAttribute() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 265 const struct glsl_type *arr_type = nir_deref_instr_parent(deref)->type; in nir_deref_instr_array_stride() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 347 LLVMTypeRef arr_type = LLVMArrayType(LLVMTypeOf(values[0]), value_count); in lp_nir_array_build_gather_values() local
|