/third_party/skia/third_party/externals/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 …]
|
/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 | 343 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 350 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 353 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 383 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 390 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 393 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 423 Instruction* type = context->get_def_use_mgr()->GetDef(8); in TEST_F() 430 Instruction* variable = context->get_def_use_mgr()->GetDef(3); in TEST_F() 433 Instruction* object_copy = context->get_def_use_mgr()->GetDef(10); in TEST_F() 466 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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/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() 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 …]
|
/third_party/skia/third_party/externals/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() 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 …]
|
/third_party/skia/third_party/externals/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() 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 …]
|
/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() 245 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 264 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 267 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in Apply() [all …]
|
/third_party/skia/third_party/externals/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() 245 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 264 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 267 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in Apply() [all …]
|
/third_party/skia/third_party/externals/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() 245 if (ir_context->get_def_use_mgr()->GetDef(subobject_type_id)->opcode() == in Apply() 264 auto index_instruction = ir_context->get_def_use_mgr()->GetDef(index_id); in Apply() 267 *ir_context->get_def_use_mgr()->GetDef(subobject_type_id), in Apply() [all …]
|
/third_party/spirv-tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.cpp | 35 struct_type_->context()->get_def_use_mgr()->ForEachUse( in Apply() 86 context->get_def_use_mgr() in Apply() 87 ->GetDef(context->get_def_use_mgr() in Apply() 98 context->get_def_use_mgr() in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 109 context->get_def_use_mgr() in Apply() 118 context->get_def_use_mgr() in Apply() 147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 167 : context->get_def_use_mgr() in AdjustAccessedIndices() 189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.cpp | 35 struct_type_->context()->get_def_use_mgr()->ForEachUse( in Apply() 86 context->get_def_use_mgr() in Apply() 87 ->GetDef(context->get_def_use_mgr() in Apply() 98 context->get_def_use_mgr() in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 109 context->get_def_use_mgr() in Apply() 118 context->get_def_use_mgr() in Apply() 147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 167 : context->get_def_use_mgr() in AdjustAccessedIndices() 189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.cpp | 35 struct_type_->context()->get_def_use_mgr()->ForEachUse( in Apply() 86 context->get_def_use_mgr() in Apply() 87 ->GetDef(context->get_def_use_mgr() in Apply() 98 context->get_def_use_mgr() in Apply() 99 ->GetDef(context->get_def_use_mgr() in Apply() 109 context->get_def_use_mgr() in Apply() 118 context->get_def_use_mgr() in Apply() 147 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() 167 : context->get_def_use_mgr() in AdjustAccessedIndices() 189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/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 …]
|
/third_party/spirv-tools/source/opt/ |
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() 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr() 135 return get_def_use_mgr()->WhileEachUser(id, [this](Instruction* user) { in HasOnlyNamesAndDecorates() 149 return !get_def_use_mgr()->WhileEachUser(varId, [this](Instruction* user) { in HasLoads() 165 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
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() 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr() 135 return get_def_use_mgr()->WhileEachUser(id, [this](Instruction* user) { in HasOnlyNamesAndDecorates() 149 return !get_def_use_mgr()->WhileEachUser(varId, [this](Instruction* user) { in HasLoads() 165 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
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() 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr() 135 return get_def_use_mgr()->WhileEachUser(id, [this](Instruction* user) { in HasOnlyNamesAndDecorates() 149 return !get_def_use_mgr()->WhileEachUser(varId, [this](Instruction* user) { in HasLoads() 165 const Instruction* varInst = get_def_use_mgr()->GetDef(varId); in IsLiveVar() [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_add_constant_scalar_test.cpp | 179 ASSERT_EQ(nullptr, context->get_def_use_mgr()->GetDef(19)); in TEST() 182 ASSERT_EQ(SpvOpConstant, context->get_def_use_mgr()->GetDef(19)->opcode()); in TEST() 184 auto* constant_instruction = context->get_def_use_mgr()->GetDef(19); in TEST() 193 constant_instruction = context->get_def_use_mgr()->GetDef(20); in TEST() 203 constant_instruction = context->get_def_use_mgr()->GetDef(21); in TEST() 212 constant_instruction = context->get_def_use_mgr()->GetDef(22); in TEST() 221 constant_instruction = context->get_def_use_mgr()->GetDef(23); in TEST() 231 constant_instruction = context->get_def_use_mgr()->GetDef(24); in TEST() 240 constant_instruction = context->get_def_use_mgr()->GetDef(25); in TEST() 249 constant_instruction = context->get_def_use_mgr()->GetDef(26); in TEST() [all …]
|