Searched defs:arr_type (Results 1 – 8 of 8) sorted by relevance
88 auto arr_type = type->AsArray(); in GetLocSize() local128 auto arr_type = agg_type->AsArray(); in GetComponentType() local141 auto arr_type = agg_type->AsArray(); in GetLocOffset() local187 auto arr_type = (*curr_type)->AsArray(); in AnalyzeAccessChainLoc() local299 auto arr_type = pte_type->AsArray(); in ComputeLiveness() local
88 auto arr_type = core_type->AsArray(); in Process() local93 const analysis::Array* arr_type = core_type->AsArray(); in Process() local217 const auto arr_type = core_type->AsArray(); in ChangeIOVarStructLength() local
143 auto arr_type = curr_type->AsArray(); in KillAllDeadStoresOfBuiltinRef() local206 auto arr_type = curr_type->AsArray(); in DoDeadOutputStoreElimination() local
370 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local403 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local448 auto* arr_type = type->As<Array>(); in TEST_F() local534 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
327 LLVMTypeRef arr_type = LLVMArrayType(LLVMTypeOf(values[0]), value_count); in lp_nir_array_build_gather_values() local
258 const struct glsl_type *arr_type = nir_deref_instr_parent(deref)->type; in nir_deref_instr_array_stride() local
1409 } else if (auto* arr_type = target->As<sem::Array>()) { in TypeConversion() local1465 } else if (auto* arr_type = ty->As<sem::Array>()) { in TypeConstructor() local
645 char **arr_type; member