Home
last modified time | relevance | path

Searched defs:arr_type (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dliveness.cpp88 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 Deliminate_dead_io_components_pass.cpp88 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 Deliminate_dead_output_stores_pass.cpp143 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/
Dliveness.cpp88 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
Deliminate_dead_io_components_pass.cpp88 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
Deliminate_dead_output_stores_pass.cpp143 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 Deliminate_dead_io_components_pass.cpp88 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 Deliminate_dead_output_stores_pass.cpp146 auto arr_type = curr_type->AsArray(); in KillAllDeadStoresOfBuiltinRef() local
209 auto arr_type = curr_type->AsArray(); in DoDeadOutputStoreElimination() local
H A Dliveness.cpp88 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/
Darrays_test.cpp49 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 Dcustom_call_encoding.cc201 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 Dnir_deref.c265 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 Dlp_bld_nir.h347 LLVMTypeRef arr_type = LLVMArrayType(LLVMTypeOf(values[0]), value_count); in lp_nir_array_build_gather_values() local