/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 53 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 …]
|
D | instruction_test.cpp | 349 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 356 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 359 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 389 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 396 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 399 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 429 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 436 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 439 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 472 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F() [all …]
|
D | scalar_analysis.cpp | 124 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 …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | value_table_test.cpp | 53 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 …]
|
D | instruction_test.cpp | 349 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 356 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 359 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 389 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 396 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 399 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 429 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 436 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 439 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 472 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F() [all …]
|
D | scalar_analysis.cpp | 124 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 …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis_helpers.cpp | 183 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() 1514 ->GetDef(context->get_def_use_mgr() in TEST() 1515 ->GetDef(47) in TEST() 1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() 1525 ->GetDef(stores[0]->GetSingleWordInOperand(0)) in TEST() 1542 Instruction* load_var = context->get_def_use_mgr()->GetDef( in TEST() 1544 ->GetDef(context->get_def_use_mgr() in TEST() 1545 ->GetDef(54) in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis_helpers.cpp | 183 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() 1514 ->GetDef(context->get_def_use_mgr() in TEST() 1515 ->GetDef(47) in TEST() 1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() 1525 ->GetDef(stores[0]->GetSingleWordInOperand(0)) in TEST() 1542 Instruction* load_var = context->get_def_use_mgr()->GetDef( in TEST() 1544 ->GetDef(context->get_def_use_mgr() in TEST() 1545 ->GetDef(54) in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_access_chain.cpp | 60 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() 119 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in IsApplicable() 161 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in IsApplicable() 164 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() 226 ir_context->get_def_use_mgr()->GetDef(message_.pointer_id())->type_id()); in Apply() 240 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 259 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 262 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in Apply() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_access_chain.cpp | 60 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() 119 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in IsApplicable() 161 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in IsApplicable() 164 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() 226 ir_context->get_def_use_mgr()->GetDef(message_.pointer_id())->type_id()); in Apply() 240 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 259 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 262 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in Apply() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.cpp | 87 ->GetDef(context->get_def_use_mgr() in Apply() 88 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 100 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 110 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 119 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 166 ->GetDef(index_operand) in AdjustAccessedIndices() 187 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 98 ->GetDef(context->get_def_use_mgr() in GetAvailableOpportunities() 99 ->GetDef(inst.GetSingleWordInOperand(0)) in GetAvailableOpportunities() 109 ->GetDef(context->get_def_use_mgr() in GetAvailableOpportunities() 110 ->GetDef(inst.GetSingleWordInOperand(1)) in GetAvailableOpportunities() 119 ->GetDef(inst.GetSingleWordInOperand(0)) in GetAvailableOpportunities() 127 ->GetDef(inst.GetSingleWordInOperand(1)) in GetAvailableOpportunities() 164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed() 177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.cpp | 87 ->GetDef(context->get_def_use_mgr() in Apply() 88 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 100 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 110 ->GetDef(inst.GetSingleWordInOperand(0)) in Apply() 119 ->GetDef(inst.GetSingleWordInOperand(1)) in Apply() 145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 166 ->GetDef(index_operand) in AdjustAccessedIndices() 187 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 98 ->GetDef(context->get_def_use_mgr() in GetAvailableOpportunities() 99 ->GetDef(inst.GetSingleWordInOperand(0)) in GetAvailableOpportunities() 109 ->GetDef(context->get_def_use_mgr() in GetAvailableOpportunities() 110 ->GetDef(inst.GetSingleWordInOperand(1)) in GetAvailableOpportunities() 119 ->GetDef(inst.GetSingleWordInOperand(0)) in GetAvailableOpportunities() 127 ->GetDef(inst.GetSingleWordInOperand(1)) in GetAvailableOpportunities() 164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed() 177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
|
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/ |
D | generated.cpp | 944 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 945 context->get_def_use_mgr()->GetDef(15))); in TEST_F() 947 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 948 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 950 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(5), in TEST_F() 951 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 953 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 954 context->get_def_use_mgr()->GetDef(5))); in TEST_F() 956 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 957 context->get_def_use_mgr()->GetDef(16))); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
D | generated.cpp | 944 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 945 context->get_def_use_mgr()->GetDef(15))); in TEST_F() 947 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 948 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 950 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(5), in TEST_F() 951 context->get_def_use_mgr()->GetDef(12))); in TEST_F() 953 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(12), in TEST_F() 954 context->get_def_use_mgr()->GetDef(5))); in TEST_F() 956 dominator_analysis->Dominates(context->get_def_use_mgr()->GetDef(15), in TEST_F() 957 context->get_def_use_mgr()->GetDef(16))); in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_add_constant_scalar_test.cpp | 175 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() 184 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 194 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(22); in TEST() 212 constant_instruction = context->get_def_use_mgr()->GetDef(23); in TEST() 222 constant_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 231 constant_instruction = context->get_def_use_mgr()->GetDef(25); in TEST() 240 constant_instruction = context->get_def_use_mgr()->GetDef(26); in TEST() 250 constant_instruction = context->get_def_use_mgr()->GetDef(27); in TEST() 259 constant_instruction = context->get_def_use_mgr()->GetDef(28); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_constant_scalar_test.cpp | 175 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() 184 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 194 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(22); in TEST() 212 constant_instruction = context->get_def_use_mgr()->GetDef(23); in TEST() 222 constant_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 231 constant_instruction = context->get_def_use_mgr()->GetDef(25); in TEST() 240 constant_instruction = context->get_def_use_mgr()->GetDef(26); in TEST() 250 constant_instruction = context->get_def_use_mgr()->GetDef(27); in TEST() 259 constant_instruction = context->get_def_use_mgr()->GetDef(28); in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 131 Instruction* object_inst = context()->get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForStore() 137 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkTypeAsFullyUsed() 155 Instruction* ptr_type_inst = get_def_use_mgr()->GetDef(ptr_type_id); in MarkPointeeTypeAsFullUsed() 163 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() 165 Instruction* pointer_type_inst = get_def_use_mgr()->GetDef(pointer_type_id); in MarkMembersAsLiveForCopyMemory() 179 Instruction* composite_inst = get_def_use_mgr()->GetDef(composite_id); in MarkMembersAsLiveForExtract() 183 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForExtract() 210 Instruction* pointer_inst = get_def_use_mgr()->GetDef(pointer_id); in MarkMembersAsLiveForAccessChain() 212 Instruction* pointer_type_inst = get_def_use_mgr()->GetDef(pointer_type_id); in MarkMembersAsLiveForAccessChain() 224 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForAccessChain() [all …]
|
D | def_use_manager.cpp | 60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() 87 Instruction* DefUseManager::GetDef(uint32_t id) { in GetDef() function in spvtools::opt::analysis::DefUseManager 93 const Instruction* DefUseManager::GetDef(uint32_t id) const { in GetDef() function in spvtools::opt::analysis::DefUseManager 119 assert(def && (!def->HasResultId() || def == GetDef(def->result_id())) && in WhileEachUser() 132 return WhileEachUser(GetDef(id), f); in WhileEachUser() 145 ForEachUser(GetDef(id), f); in ForEachUser() 152 assert(def && (!def->HasResultId() || def == GetDef(def->result_id())) && in WhileEachUse() 173 return WhileEachUse(GetDef(id), f); in WhileEachUse() 187 ForEachUse(GetDef(id), f); in ForEachUse() 197 return NumUsers(GetDef(id)); in NumUsers() [all …]
|
D | instruction.cpp | 226 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 239 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 268 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageImage() 273 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageImage() 302 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanSampledImage() 307 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanSampledImage() 336 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageTexelBuffer() 341 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageTexelBuffer() 366 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageBuffer() 371 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageBuffer() [all …]
|
D | mem_pass.cpp | 63 get_def_use_mgr()->GetDef(typeInst->GetSingleWordOperand(1)))) { in IsTargetType() 71 Instruction* compTypeInst = get_def_use_mgr()->GetDef(*tid); in IsTargetType() 83 Instruction* ptrInst = get_def_use_mgr()->GetDef(varId); in IsPtr() 86 ptrInst = get_def_use_mgr()->GetDef(varId); in IsPtr() 92 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsPtr() 98 Instruction* ptrInst = get_def_use_mgr()->GetDef(*varId); in GetPtr() 120 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr() 166 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() 171 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar() 215 Instruction* odi = get_def_use_mgr()->GetDef(id); in DCEInst() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 131 Instruction* object_inst = context()->get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForStore() 137 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkTypeAsFullyUsed() 155 Instruction* ptr_type_inst = get_def_use_mgr()->GetDef(ptr_type_id); in MarkPointeeTypeAsFullUsed() 163 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() 165 Instruction* pointer_type_inst = get_def_use_mgr()->GetDef(pointer_type_id); in MarkMembersAsLiveForCopyMemory() 179 Instruction* composite_inst = get_def_use_mgr()->GetDef(composite_id); in MarkMembersAsLiveForExtract() 183 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForExtract() 210 Instruction* pointer_inst = get_def_use_mgr()->GetDef(pointer_id); in MarkMembersAsLiveForAccessChain() 212 Instruction* pointer_type_inst = get_def_use_mgr()->GetDef(pointer_type_id); in MarkMembersAsLiveForAccessChain() 224 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForAccessChain() [all …]
|
D | def_use_manager.cpp | 60 Instruction* def = GetDef(use_id); in AnalyzeInstUse() 87 Instruction* DefUseManager::GetDef(uint32_t id) { in GetDef() function in spvtools::opt::analysis::DefUseManager 93 const Instruction* DefUseManager::GetDef(uint32_t id) const { in GetDef() function in spvtools::opt::analysis::DefUseManager 119 assert(def && (!def->HasResultId() || def == GetDef(def->result_id())) && in WhileEachUser() 132 return WhileEachUser(GetDef(id), f); in WhileEachUser() 145 ForEachUser(GetDef(id), f); in ForEachUser() 152 assert(def && (!def->HasResultId() || def == GetDef(def->result_id())) && in WhileEachUse() 173 return WhileEachUse(GetDef(id), f); in WhileEachUse() 187 ForEachUse(GetDef(id), f); in ForEachUse() 197 return NumUsers(GetDef(id)); in NumUsers() [all …]
|
D | instruction.cpp | 226 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 239 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 268 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageImage() 273 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageImage() 302 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanSampledImage() 307 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanSampledImage() 336 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageTexelBuffer() 341 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageTexelBuffer() 366 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageBuffer() 371 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageBuffer() [all …]
|