/external/angle/third_party/spirv-tools/src/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 | 336 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 343 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 372 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 379 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 408 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 415 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 447 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F() 454 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 486 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F() 493 Instruction* variable = context->get_def_use_mgr()->GetDef(3); 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 | 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 …]
|
D | instruction_test.cpp | 322 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 …]
|
/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 | 336 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 343 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 372 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 379 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 408 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 415 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 447 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F() 454 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 486 Instruction* type = context->get_def_use_mgr()->GetDef(10); in TEST_F() 493 Instruction* variable = context->get_def_use_mgr()->GetDef(3); 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/angle/third_party/spirv-tools/src/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/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/source/opt/ |
D | eliminate_dead_members_pass.cpp | 115 Instruction* object_inst = context()->get_def_use_mgr()->GetDef(object_id); in MarkMembersAsLiveForStore() 121 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkTypeAsFullyUsed() 139 Instruction* ptr_type_inst = get_def_use_mgr()->GetDef(ptr_type_id); in MarkPointeeTypeAsFullUsed() 147 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() 149 Instruction* pointer_type_inst = get_def_use_mgr()->GetDef(pointer_type_id); in MarkMembersAsLiveForCopyMemory() 159 Instruction* composite_inst = get_def_use_mgr()->GetDef(composite_id); in MarkMembersAsLiveForExtract() 163 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForExtract() 190 Instruction* pointer_inst = get_def_use_mgr()->GetDef(pointer_id); in MarkMembersAsLiveForAccessChain() 192 Instruction* pointer_type_inst = get_def_use_mgr()->GetDef(pointer_type_id); in MarkMembersAsLiveForAccessChain() 204 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 | mem_pass.cpp | 62 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() 160 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() 165 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar() 209 Instruction* odi = get_def_use_mgr()->GetDef(id); in DCEInst() [all …]
|
D | dead_insert_elim_pass.cpp | 50 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()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
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 | 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 | mem_pass.cpp | 62 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() 160 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() 165 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar() 209 Instruction* odi = get_def_use_mgr()->GetDef(id); in DCEInst() [all …]
|
D | dead_insert_elim_pass.cpp | 50 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()
|
D | instruction.cpp | 212 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 225 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 253 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageImage() 258 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageImage() 287 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanSampledImage() 292 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanSampledImage() 321 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageTexelBuffer() 326 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageTexelBuffer() 351 context()->get_def_use_mgr()->GetDef(GetSingleWordInOperand(1)); in IsVulkanStorageBuffer() 356 base_type = context()->get_def_use_mgr()->GetDef( in IsVulkanStorageBuffer() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
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 | 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 | mem_pass.cpp | 62 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() 160 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() 165 const Instruction* varTypeInst = get_def_use_mgr()->GetDef(varTypeId); in IsLiveVar() 209 Instruction* odi = get_def_use_mgr()->GetDef(id); in DCEInst() [all …]
|
D | dead_insert_elim_pass.cpp | 50 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()
|