Home
last modified time | relevance | path

Searched refs:get_def_use_mgr (Results 1 – 25 of 149) sorted by relevance

123456

/external/deqp-deps/SPIRV-Tools/test/opt/
Dvalue_table_test.cpp53 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F()
80 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F()
110 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F()
138 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F()
168 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F()
194 Instruction* inst = context->get_def_use_mgr()->GetDef(9); in TEST_F()
[all …]
Dscalar_analysis.cpp124 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F()
126 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F()
247 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F()
249 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F()
363 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F()
365 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F()
533 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0)); in TEST_F()
535 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0)); in TEST_F()
537 load_child = context->get_def_use_mgr()->GetDef( in TEST_F()
539 store_child = context->get_def_use_mgr()->GetDef( in TEST_F()
[all …]
Dinstruction_test.cpp322 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F()
329 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
358 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F()
365 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
394 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F()
401 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
433 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F()
440 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
472 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F()
479 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
[all …]
Ddef_use_test.cpp44 context->get_def_use_mgr()->ForEachUse( in NumUses()
56 context->get_def_use_mgr()->ForEachUse( in GetUseOpcodes()
619 (void)context->get_def_use_mgr(); in TEST_P()
627 CheckDef(tc.du, context->get_def_use_mgr()->id_to_defs()); in TEST_P()
628 CheckUse(tc.du, context->get_def_use_mgr(), context->module()->IdBound()); in TEST_P()
979 CheckDef(tc.du, context->get_def_use_mgr()->id_to_defs()); in TEST_P()
980 CheckUse(tc.du, context->get_def_use_mgr(), context->module()->IdBound()); in TEST_P()
1251 (void)context->get_def_use_mgr(); in TEST()
1297 CheckDef(def_uses, context->get_def_use_mgr()->id_to_defs()); in TEST()
1451 (void)context->get_def_use_mgr(); in TEST_P()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dvalue_table_test.cpp53 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F()
80 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
81 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F()
110 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
111 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F()
138 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
139 Instruction* inst2 = context->get_def_use_mgr()->GetDef(11); in TEST_F()
168 Instruction* inst1 = context->get_def_use_mgr()->GetDef(10); in TEST_F()
169 Instruction* inst2 = context->get_def_use_mgr()->GetDef(12); in TEST_F()
194 Instruction* inst = context->get_def_use_mgr()->GetDef(9); in TEST_F()
[all …]
Dscalar_analysis.cpp124 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F()
126 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F()
247 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F()
249 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F()
363 context->get_def_use_mgr()->GetDef(load->GetSingleWordInOperand(0)); in TEST_F()
365 Instruction* child = context->get_def_use_mgr()->GetDef( in TEST_F()
533 context->get_def_use_mgr()->GetDef(loads[0]->GetSingleWordInOperand(0)); in TEST_F()
535 context->get_def_use_mgr()->GetDef(stores[0]->GetSingleWordInOperand(0)); in TEST_F()
537 load_child = context->get_def_use_mgr()->GetDef( in TEST_F()
539 store_child = context->get_def_use_mgr()->GetDef( in TEST_F()
[all …]
Dinstruction_test.cpp322 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F()
329 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
358 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F()
365 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
394 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F()
401 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
433 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F()
440 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
472 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F()
479 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F()
[all …]
Ddef_use_test.cpp44 context->get_def_use_mgr()->ForEachUse( in NumUses()
56 context->get_def_use_mgr()->ForEachUse( in GetUseOpcodes()
619 (void)context->get_def_use_mgr(); in TEST_P()
627 CheckDef(tc.du, context->get_def_use_mgr()->id_to_defs()); in TEST_P()
628 CheckUse(tc.du, context->get_def_use_mgr(), context->module()->IdBound()); in TEST_P()
979 CheckDef(tc.du, context->get_def_use_mgr()->id_to_defs()); in TEST_P()
980 CheckUse(tc.du, context->get_def_use_mgr(), context->module()->IdBound()); in TEST_P()
1251 (void)context->get_def_use_mgr(); in TEST()
1297 CheckDef(def_uses, context->get_def_use_mgr()->id_to_defs()); in TEST()
1451 (void)context->get_def_use_mgr(); in TEST_P()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp183 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(38), in TEST()
210 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(58), in TEST()
1512 Instruction* load_var = context->get_def_use_mgr()->GetDef( in TEST()
1513 context->get_def_use_mgr() in TEST()
1514 ->GetDef(context->get_def_use_mgr() in TEST()
1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST()
1524 context->get_def_use_mgr() in TEST()
1542 Instruction* load_var = context->get_def_use_mgr()->GetDef( in TEST()
1543 context->get_def_use_mgr() in TEST()
1544 ->GetDef(context->get_def_use_mgr() in TEST()
[all …]
Ddependence_analysis.cpp151 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(29), in TEST()
158 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(36), in TEST()
165 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(41), in TEST()
173 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(48), in TEST()
309 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(39), in TEST()
316 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(48), in TEST()
323 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(56), in TEST()
332 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(63), in TEST()
546 context->get_def_use_mgr()->GetDef(33), store[0], &distance_vector)); in TEST()
559 context->get_def_use_mgr()->GetDef(44), store[1], &distance_vector)); in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp183 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(38), in TEST()
210 EXPECT_FALSE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(58), in TEST()
1512 Instruction* load_var = context->get_def_use_mgr()->GetDef( in TEST()
1513 context->get_def_use_mgr() in TEST()
1514 ->GetDef(context->get_def_use_mgr() in TEST()
1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST()
1524 context->get_def_use_mgr() in TEST()
1542 Instruction* load_var = context->get_def_use_mgr()->GetDef( in TEST()
1543 context->get_def_use_mgr() in TEST()
1544 ->GetDef(context->get_def_use_mgr() in TEST()
[all …]
Ddependence_analysis.cpp151 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(29), in TEST()
158 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(36), in TEST()
165 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(41), in TEST()
173 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(48), in TEST()
309 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(39), in TEST()
316 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(48), in TEST()
323 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(56), in TEST()
332 EXPECT_TRUE(analysis.GetDependence(context->get_def_use_mgr()->GetDef(63), in TEST()
546 context->get_def_use_mgr()->GetDef(33), store[0], &distance_vector)); in TEST()
559 context->get_def_use_mgr()->GetDef(44), store[1], &distance_vector)); in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp62 get_def_use_mgr()->GetDef(typeInst->GetSingleWordOperand(1)))) { in IsTargetType()
70 Instruction* compTypeInst = get_def_use_mgr()->GetDef(*tid); in IsTargetType()
82 Instruction* ptrInst = get_def_use_mgr()->GetDef(varId); in IsPtr()
85 ptrInst = get_def_use_mgr()->GetDef(varId); in IsPtr()
91 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsPtr()
97 Instruction* ptrInst = get_def_use_mgr()->GetDef(*varId); in GetPtr()
114 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
130 return get_def_use_mgr()->WhileEachUser(id, [this](Instruction* user) { in HasOnlyNamesAndDecorates()
144 return !get_def_use_mgr()->WhileEachUser(varId, [this](Instruction* user) { in HasLoads()
160 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar()
[all …]
Dcommon_uniform_elim_pass.cpp56 const Instruction* compTypeInst = get_def_use_mgr()->GetDef(*tid); in IsSamplerOrImageType()
65 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsSamplerOrImageVar()
68 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsSamplerOrImageVar()
71 Instruction* varPteTypeInst = get_def_use_mgr()->GetDef(varPteTypeId); in IsSamplerOrImageVar()
80 Instruction* ptrInst = get_def_use_mgr()->GetDef(*objId); in GetPtr()
83 ptrInst = get_def_use_mgr()->GetDef(*objId); in GetPtr()
94 objInst = get_def_use_mgr()->GetDef(*objId); in GetPtr()
100 assert(get_def_use_mgr()->GetDef(type_id)->opcode() == SpvOpTypeStruct); in IsVolatileStruct()
110 const Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in IsAccessChainToVolatileStructType()
116 Instruction* pointee_type = get_def_use_mgr()->GetDef(pointee_type_id); in IsAccessChainToVolatileStructType()
[all …]
Dscalar_replacement_pass.cpp79 if (!get_def_use_mgr()->WhileEachUser( in ReplaceVariable()
118 if (get_def_use_mgr()->NumUsers(var) == 0) { in ReplaceVariable()
157 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
173 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
201 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
217 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
227 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
248 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceAccessChain()
328 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
350 get_def_use_mgr()->AnalyzeInstDefUse(inst); in CreateVariable()
[all …]
Ddead_insert_elim_pass.cpp50 Instruction* lenInst = get_def_use_mgr()->GetDef(lenId); in NumComponents()
53 Instruction* lenTypeInst = get_def_use_mgr()->GetDef(lenTypeId); in NumComponents()
70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain()
104 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, in MarkInsertChain()
112 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, in MarkInsertChain()
124 MarkInsertChain(get_def_use_mgr()->GetDef(objId), pExtIndices, in MarkInsertChain()
132 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, in MarkInsertChain()
139 insInst = get_def_use_mgr()->GetDef(compId); in MarkInsertChain()
157 Instruction* pi = get_def_use_mgr()->GetDef(*id_iter); in MarkInsertChain()
183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass()
[all …]
Dinstruction.cpp165 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
178 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
224 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageImage()
250 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanSampledImage()
276 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageTexelBuffer()
298 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageBuffer()
332 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanUniformBuffer()
346 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders()
420 Instruction* type = context()->get_def_use_mgr()->GetDef(tid); in IsValidBasePointer()
456 context()->get_def_use_mgr()->GetDef(pointee_type_id); in IsValidBasePointer()
[all …]
Dinst_bindless_check_pass.cpp84 Instruction* image_inst = get_def_use_mgr()->GetDef(image_id); in GenBindlessCheckCode()
89 load_inst = get_def_use_mgr()->GetDef(load_id); in GenBindlessCheckCode()
92 load_inst = get_def_use_mgr()->GetDef(load_id); in GenBindlessCheckCode()
103 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in GenBindlessCheckCode()
112 ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in GenBindlessCheckCode()
118 Instruction* var_type_inst = get_def_use_mgr()->GetDef(var_type_id); in GenBindlessCheckCode()
121 Instruction* ptr_type_inst = get_def_use_mgr()->GetDef(ptr_type_id); in GenBindlessCheckCode()
129 Instruction* index_inst = get_def_use_mgr()->GetDef(index_id); in GenBindlessCheckCode()
130 Instruction* length_inst = get_def_use_mgr()->GetDef(length_id); in GenBindlessCheckCode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp62 get_def_use_mgr()->GetDef(typeInst->GetSingleWordOperand(1)))) { in IsTargetType()
70 Instruction* compTypeInst = get_def_use_mgr()->GetDef(*tid); in IsTargetType()
82 Instruction* ptrInst = get_def_use_mgr()->GetDef(varId); in IsPtr()
85 ptrInst = get_def_use_mgr()->GetDef(varId); in IsPtr()
91 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsPtr()
97 Instruction* ptrInst = get_def_use_mgr()->GetDef(*varId); in GetPtr()
114 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
130 return get_def_use_mgr()->WhileEachUser(id, [this](Instruction* user) { in HasOnlyNamesAndDecorates()
144 return !get_def_use_mgr()->WhileEachUser(varId, [this](Instruction* user) { in HasLoads()
160 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar()
[all …]
Dcommon_uniform_elim_pass.cpp56 const Instruction* compTypeInst = get_def_use_mgr()->GetDef(*tid); in IsSamplerOrImageType()
65 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsSamplerOrImageVar()
68 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsSamplerOrImageVar()
71 Instruction* varPteTypeInst = get_def_use_mgr()->GetDef(varPteTypeId); in IsSamplerOrImageVar()
80 Instruction* ptrInst = get_def_use_mgr()->GetDef(*objId); in GetPtr()
83 ptrInst = get_def_use_mgr()->GetDef(*objId); in GetPtr()
94 objInst = get_def_use_mgr()->GetDef(*objId); in GetPtr()
100 assert(get_def_use_mgr()->GetDef(type_id)->opcode() == SpvOpTypeStruct); in IsVolatileStruct()
110 const Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in IsAccessChainToVolatileStructType()
116 Instruction* pointee_type = get_def_use_mgr()->GetDef(pointee_type_id); in IsAccessChainToVolatileStructType()
[all …]
Dscalar_replacement_pass.cpp79 if (!get_def_use_mgr()->WhileEachUser( in ReplaceVariable()
118 if (get_def_use_mgr()->NumUsers(var) == 0) { in ReplaceVariable()
157 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
173 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
201 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
217 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
227 const Instruction* index = get_def_use_mgr()->GetDef(indexId); in ReplaceAccessChain()
248 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceAccessChain()
328 get_def_use_mgr()->AnalyzeInstUse(&*--context()->annotation_end()); in TransferAnnotations()
350 get_def_use_mgr()->AnalyzeInstDefUse(inst); in CreateVariable()
[all …]
Ddead_insert_elim_pass.cpp50 Instruction* lenInst = get_def_use_mgr()->GetDef(lenId); in NumComponents()
53 Instruction* lenTypeInst = get_def_use_mgr()->GetDef(lenTypeId); in NumComponents()
70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain()
104 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, in MarkInsertChain()
112 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, in MarkInsertChain()
124 MarkInsertChain(get_def_use_mgr()->GetDef(objId), pExtIndices, in MarkInsertChain()
132 MarkInsertChain(get_def_use_mgr()->GetDef(objId), nullptr, 0, in MarkInsertChain()
139 insInst = get_def_use_mgr()->GetDef(compId); in MarkInsertChain()
157 Instruction* pi = get_def_use_mgr()->GetDef(*id_iter); in MarkInsertChain()
183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass()
[all …]
Dupgrade_memory_model.cpp79 get_def_use_mgr()->GetDef(inst->GetSingleWordInOperand(0u)); in UpgradeInstructions()
182 Instruction* inst = context()->get_def_use_mgr()->GetDef(id); in GetInstructionAttributes()
193 TraceInstruction(context()->get_def_use_mgr()->GetDef(id), in GetInstructionAttributes()
262 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction()
286 Instruction* type_inst = context()->get_def_use_mgr()->GetDef(type_id); in CheckType()
288 Instruction* element_inst = context()->get_def_use_mgr()->GetDef( in CheckType()
294 element_inst = context()->get_def_use_mgr()->GetDef( in CheckType()
298 Instruction* index_inst = context()->get_def_use_mgr()->GetDef(index); in CheckType()
305 element_inst = context()->get_def_use_mgr()->GetDef( in CheckType()
309 element_inst = context()->get_def_use_mgr()->GetDef( in CheckType()
[all …]
Dinstruction.cpp165 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
178 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
224 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageImage()
250 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanSampledImage()
276 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageTexelBuffer()
298 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageBuffer()
332 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanUniformBuffer()
346 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); in IsReadOnlyVariableShaders()
420 Instruction* type = context()->get_def_use_mgr()->GetDef(tid); in IsValidBasePointer()
456 context()->get_def_use_mgr()->GetDef(pointee_type_id); in IsValidBasePointer()
[all …]
Dinst_bindless_check_pass.cpp84 Instruction* image_inst = get_def_use_mgr()->GetDef(image_id); in GenBindlessCheckCode()
89 load_inst = get_def_use_mgr()->GetDef(load_id); in GenBindlessCheckCode()
92 load_inst = get_def_use_mgr()->GetDef(load_id); in GenBindlessCheckCode()
103 Instruction* ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in GenBindlessCheckCode()
112 ptr_inst = get_def_use_mgr()->GetDef(ptr_id); in GenBindlessCheckCode()
118 Instruction* var_type_inst = get_def_use_mgr()->GetDef(var_type_id); in GenBindlessCheckCode()
121 Instruction* ptr_type_inst = get_def_use_mgr()->GetDef(ptr_type_id); in GenBindlessCheckCode()
129 Instruction* index_inst = get_def_use_mgr()->GetDef(index_id); in GenBindlessCheckCode()
130 Instruction* length_inst = get_def_use_mgr()->GetDef(length_id); in GenBindlessCheckCode()

123456