Home
last modified time | relevance | path

Searched refs:def_use_mgr (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp70 Instruction* GetNonCopyObjectDef(analysis::DefUseManager* def_use_mgr, in GetNonCopyObjectDef() argument
72 Instruction* inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef()
75 inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef()
209 auto* def_use_mgr = context()->get_def_use_mgr(); in FindUses() local
210 def_use_mgr->ForEachUser(inst, [uses, user_opcode, this](Instruction* user) { in FindUses()
221 auto* def_use_mgr = context()->get_def_use_mgr(); in FindUsesOfImage() local
222 def_use_mgr->ForEachUser(image, [uses, this](Instruction* user) { in FindUsesOfImage()
284 auto* def_use_mgr = context()->get_def_use_mgr(); in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding() local
286 auto* sampler_load = def_use_mgr->GetDef(sampler_id); in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding()
288 auto* sampler = def_use_mgr in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding()
300 auto* def_use_mgr = context()->get_def_use_mgr(); UpdateSampledImageUses() local
[all...]
H A Dvector_dce.cpp102 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkExtractUseAsLive() local
105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive()
127 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkInsertUsesAsLive() local
136 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive()
150 Instruction* obj_operand_inst = def_use_mgr->GetDef(obj_operand_id); in MarkInsertUsesAsLive()
161 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive()
174 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkVectorShuffleUsesAsLive() local
178 def_use_mgr->GetDef(current_item.instruction->GetSingleWordInOperand(0)); in MarkVectorShuffleUsesAsLive()
181 def_use_mgr->GetDef(current_item.instruction->GetSingleWordInOperand(1)); in MarkVectorShuffleUsesAsLive()
208 analysis::DefUseManager* def_use_mgr in MarkCompositeContructUsesAsLive() local
246 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); MarkUsesAsLive() local
[all...]
H A Dloop_unswitch_pass.cpp102 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in CreateBasicBlock() local
109 def_use_mgr->AnalyzeInstDef(bb->GetLabelInst()); in CreateBasicBlock()
154 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in PerformUnswitch() local
183 def_use_mgr->AnalyzeInstDef(loop_merge_block->GetLabelInst()); in PerformUnswitch()
252 def_use_mgr->AnalyzeInstDef(loop_pre_header->GetLabelInst()); in PerformUnswitch()
296 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()
461 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in SpecializeLoop() local
467 def_use_mgr->ForEachUse(to_version_insn, in SpecializeLoop()
492 def_use_mgr->AnalyzeInstUse(inst); in SpecializeLoop()
501 analysis::DefUseManager* def_use_mgr in IsDynamicallyUniform() local
557 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); IsConditionNonConstantLoopInvariant() local
[all...]
H A Dreduce_load_size.cpp55 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ReplaceExtract() local
61 Instruction* composite_inst = def_use_mgr->GetDef(composite_id); in ReplaceExtract()
123 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ShouldReplaceExtract() local
124 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract()
140 !def_use_mgr->WhileEachUser(op_inst, [&elements_used](Instruction* use) { in ShouldReplaceExtract()
H A Dloop_peeling.cpp37 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in DuplicateAndConnectLoop() local
118 loop_->GetHeaderBlock()->ForEachPhiInst([cloned_loop_exit, def_use_mgr, in DuplicateAndConnectLoop()
127 def_use_mgr->AnalyzeInstUse(phi); in DuplicateAndConnectLoop()
185 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in GetIteratorUpdateOperations() local
187 iterator->ForEachInId([def_use_mgr, loop, operations, this](uint32_t* id) { in GetIteratorUpdateOperations()
188 Instruction* insn = def_use_mgr->GetDef(*id); in GetIteratorUpdateOperations()
263 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in GetIteratingExitValues() local
272 [condition_block_id, def_use_mgr, this](Instruction* phi) { in GetIteratingExitValues()
278 def_use_mgr->GetDef(phi->GetSingleWordInOperand(i)); in GetIteratingExitValues()
346 analysis::DefUseManager* def_use_mgr in CreateBlockBefore() local
818 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); GetPeelingInfo() local
[all...]
H A Dcopy_prop_arrays.cpp232 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
234 Instruction* current_inst = def_use_mgr->GetDef(
249 current_inst = def_use_mgr->GetDef(current_inst->GetSingleWordInOperand(0));
370 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
425 def_use_mgr->GetDef(insert_inst->GetSingleWordInOperand(1));
470 def_use_mgr->GetDef(current_insert->GetSingleWordInOperand(1));
490 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
503 return def_use_mgr->WhileEachUse(original_ptr_inst, [this, type_mgr,
587 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
590 def_use_mgr
[all...]
H A Dcombine_access_chains.cpp93 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in GetIndexedType() local
96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType()
109 def_use_mgr->GetDef(inst->GetSingleWordInOperand(i)); in GetIndexedType()
127 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in CombineIndices() local
130 Instruction* last_index_inst = def_use_mgr->GetDef( in CombineIndices()
136 def_use_mgr->GetDef(inst->GetSingleWordInOperand(1)); in CombineIndices()
H A Dif_conversion.cpp243 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in HoistInstruction() local
245 [this, target_block, def_use_mgr, dominators](uint32_t* id) { in HoistInstruction()
246 Instruction* operand_inst = def_use_mgr->GetDef(*id); in HoistInstruction()
278 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in CanHoistInstruction() local
280 [this, target_block, def_use_mgr, dominators](uint32_t* id) { in CanHoistInstruction()
281 Instruction* operand_inst = def_use_mgr->GetDef(*id); in CanHoistInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp70 Instruction* GetNonCopyObjectDef(analysis::DefUseManager* def_use_mgr, in GetNonCopyObjectDef() argument
72 Instruction* inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef()
75 inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef()
209 auto* def_use_mgr = context()->get_def_use_mgr(); in FindUses() local
210 def_use_mgr->ForEachUser(inst, [uses, user_opcode, this](Instruction* user) { in FindUses()
221 auto* def_use_mgr = context()->get_def_use_mgr(); in FindUsesOfImage() local
222 def_use_mgr->ForEachUser(image, [uses, this](Instruction* user) { in FindUsesOfImage()
284 auto* def_use_mgr = context()->get_def_use_mgr(); in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding() local
286 auto* sampler_load = def_use_mgr->GetDef(sampler_id); in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding()
288 auto* sampler = def_use_mgr in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding()
300 auto* def_use_mgr = context()->get_def_use_mgr(); UpdateSampledImageUses() local
[all...]
H A Dvector_dce.cpp102 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkExtractUseAsLive() local
105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive()
127 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkInsertUsesAsLive() local
136 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive()
150 Instruction* obj_operand_inst = def_use_mgr->GetDef(obj_operand_id); in MarkInsertUsesAsLive()
161 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive()
174 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkVectorShuffleUsesAsLive() local
178 def_use_mgr->GetDef(current_item.instruction->GetSingleWordInOperand(0)); in MarkVectorShuffleUsesAsLive()
181 def_use_mgr->GetDef(current_item.instruction->GetSingleWordInOperand(1)); in MarkVectorShuffleUsesAsLive()
208 analysis::DefUseManager* def_use_mgr in MarkCompositeContructUsesAsLive() local
246 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); MarkUsesAsLive() local
[all...]
H A Dloop_unswitch_pass.cpp102 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in CreateBasicBlock() local
109 def_use_mgr->AnalyzeInstDef(bb->GetLabelInst()); in CreateBasicBlock()
154 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in PerformUnswitch() local
183 def_use_mgr->AnalyzeInstDef(loop_merge_block->GetLabelInst()); in PerformUnswitch()
252 def_use_mgr->AnalyzeInstDef(loop_pre_header->GetLabelInst()); in PerformUnswitch()
296 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()
461 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in SpecializeLoop() local
467 def_use_mgr->ForEachUse(to_version_insn, in SpecializeLoop()
492 def_use_mgr->AnalyzeInstUse(inst); in SpecializeLoop()
501 analysis::DefUseManager* def_use_mgr in IsDynamicallyUniform() local
557 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); IsConditionNonConstantLoopInvariant() local
[all...]
H A Dreduce_load_size.cpp55 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ReplaceExtract() local
61 Instruction* composite_inst = def_use_mgr->GetDef(composite_id); in ReplaceExtract()
123 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ShouldReplaceExtract() local
124 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract()
140 !def_use_mgr->WhileEachUser(op_inst, [&elements_used](Instruction* use) { in ShouldReplaceExtract()
H A Dloop_peeling.cpp37 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in DuplicateAndConnectLoop() local
118 loop_->GetHeaderBlock()->ForEachPhiInst([cloned_loop_exit, def_use_mgr, in DuplicateAndConnectLoop()
127 def_use_mgr->AnalyzeInstUse(phi); in DuplicateAndConnectLoop()
185 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in GetIteratorUpdateOperations() local
187 iterator->ForEachInId([def_use_mgr, loop, operations, this](uint32_t* id) { in GetIteratorUpdateOperations()
188 Instruction* insn = def_use_mgr->GetDef(*id); in GetIteratorUpdateOperations()
263 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in GetIteratingExitValues() local
272 [condition_block_id, def_use_mgr, this](Instruction* phi) { in GetIteratingExitValues()
278 def_use_mgr->GetDef(phi->GetSingleWordInOperand(i)); in GetIteratingExitValues()
346 analysis::DefUseManager* def_use_mgr in CreateBlockBefore() local
818 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); GetPeelingInfo() local
[all...]
H A Dcopy_prop_arrays.cpp232 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
234 Instruction* current_inst = def_use_mgr->GetDef(
249 current_inst = def_use_mgr->GetDef(current_inst->GetSingleWordInOperand(0));
370 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
425 def_use_mgr->GetDef(insert_inst->GetSingleWordInOperand(1));
470 def_use_mgr->GetDef(current_insert->GetSingleWordInOperand(1));
490 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
503 return def_use_mgr->WhileEachUse(original_ptr_inst, [this, type_mgr,
587 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
590 def_use_mgr
[all...]
/third_party/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp69 Instruction* GetNonCopyObjectDef(analysis::DefUseManager* def_use_mgr, in GetNonCopyObjectDef() argument
71 Instruction* inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef()
74 inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef()
209 auto* def_use_mgr = context()->get_def_use_mgr(); in FindUses() local
210 def_use_mgr->ForEachUser(inst, [uses, user_opcode, this](Instruction* user) { in FindUses()
221 auto* def_use_mgr = context()->get_def_use_mgr(); in FindUsesOfImage() local
222 def_use_mgr->ForEachUser(image, [uses, this](Instruction* user) { in FindUsesOfImage()
284 auto* def_use_mgr = context()->get_def_use_mgr(); in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding() local
286 auto* sampler_load = def_use_mgr->GetDef(sampler_id); in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding()
288 auto* sampler = def_use_mgr in IsSamplerOfSampledImageDecoratedByDescriptorSetBinding()
300 auto* def_use_mgr = context()->get_def_use_mgr(); UpdateSampledImageUses() local
[all...]
H A Dinterface_var_sroa.cpp41 uint32_t GetArrayLength(analysis::DefUseManager* def_use_mgr, in GetArrayLength() argument
46 Instruction* array_length_inst = def_use_mgr->GetDef(const_int_id); in GetArrayLength()
53 Instruction* GetArrayElementType(analysis::DefUseManager* def_use_mgr, in GetArrayElementType() argument
58 return def_use_mgr->GetDef(elem_type_id); in GetArrayElementType()
62 Instruction* GetMatrixColumnType(analysis::DefUseManager* def_use_mgr, in GetMatrixColumnType() argument
67 return def_use_mgr->GetDef(column_type_id); in GetMatrixColumnType()
73 uint32_t GetComponentTypeOfArrayMatrix(analysis::DefUseManager* def_use_mgr, in GetComponentTypeOfArrayMatrix() argument
78 Instruction* type_inst = def_use_mgr->GetDef(type_id); in GetComponentTypeOfArrayMatrix()
82 return GetComponentTypeOfArrayMatrix(def_use_mgr, elem_type_id, in GetComponentTypeOfArrayMatrix()
89 return GetComponentTypeOfArrayMatrix(def_use_mgr, column_type_i in GetComponentTypeOfArrayMatrix()
466 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); CreateAccessChainToVar() local
560 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); ReplaceInterfaceVarInEntryPoint() local
599 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); GetPointeeTypeIdOfVar() local
668 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); StoreComponentOfValueTo() local
727 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); CreateCompositeConstructForComponentOfLoad() local
761 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); AddComponentsToCompositesForLoads() local
804 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); CreateScalarInterfaceVarsForArray() local
825 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); CreateScalarInterfaceVarsForMatrix() local
880 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); GetTypeOfVariable() local
[all...]
H A Dvector_dce.cpp100 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkExtractUseAsLive() local
103 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive()
125 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkInsertUsesAsLive() local
134 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive()
148 Instruction* obj_operand_inst = def_use_mgr->GetDef(obj_operand_id); in MarkInsertUsesAsLive()
159 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive()
172 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in MarkVectorShuffleUsesAsLive() local
176 def_use_mgr->GetDef(current_item.instruction->GetSingleWordInOperand(0)); in MarkVectorShuffleUsesAsLive()
179 def_use_mgr->GetDef(current_item.instruction->GetSingleWordInOperand(1)); in MarkVectorShuffleUsesAsLive()
206 analysis::DefUseManager* def_use_mgr in MarkCompositeContructUsesAsLive() local
244 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); MarkUsesAsLive() local
[all...]
H A Dloop_unswitch_pass.cpp95 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in CreateBasicBlock() local
102 def_use_mgr->AnalyzeInstDef(bb->GetLabelInst()); in CreateBasicBlock()
147 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in PerformUnswitch() local
176 def_use_mgr->AnalyzeInstDef(loop_merge_block->GetLabelInst()); in PerformUnswitch()
245 def_use_mgr->AnalyzeInstDef(loop_pre_header->GetLabelInst()); in PerformUnswitch()
289 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()
454 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in SpecializeLoop() local
460 def_use_mgr->ForEachUse(to_version_insn, in SpecializeLoop()
485 def_use_mgr->AnalyzeInstUse(inst); in SpecializeLoop()
494 analysis::DefUseManager* def_use_mgr in IsDynamicallyUniform() local
551 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); IsConditionNonConstantLoopInvariant() local
[all...]
H A Dreduce_load_size.cpp52 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ReplaceExtract() local
58 Instruction* composite_inst = def_use_mgr->GetDef(composite_id); in ReplaceExtract()
120 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ShouldReplaceExtract() local
121 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract()
137 !def_use_mgr->WhileEachUser(op_inst, [&elements_used](Instruction* use) { in ShouldReplaceExtract()
H A Deliminate_dead_io_components_pass.cpp61 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in Process()
104 Instruction* arr_len_inst = def_use_mgr->GetDef(arr_len_id); in Process()
136 auto type_inst = def_use_mgr->GetDef(type_id); in Process()
193 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ChangeArrayLength() local
206 def_use_mgr->AnalyzeInstUse(&arr_var); in ChangeArrayLength()
251 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr(); in ChangeIOVarStructLength() local
252 def_use_mgr->AnalyzeInstUse(&io_var); in ChangeIOVarStructLength()
H A Dloop_peeling.cpp51 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in DuplicateAndConnectLoop() local
132 loop_->GetHeaderBlock()->ForEachPhiInst([cloned_loop_exit, def_use_mgr, in DuplicateAndConnectLoop()
141 def_use_mgr->AnalyzeInstUse(phi); in DuplicateAndConnectLoop()
199 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in GetIteratorUpdateOperations() local
201 iterator->ForEachInId([def_use_mgr, loop, operations, this](uint32_t* id) { in GetIteratorUpdateOperations()
202 Instruction* insn = def_use_mgr->GetDef(*id); in GetIteratorUpdateOperations()
264 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); in GetIteratingExitValues() local
273 [condition_block_id, def_use_mgr, this](Instruction* phi) { in GetIteratingExitValues()
279 def_use_mgr->GetDef(phi->GetSingleWordInOperand(i)); in GetIteratingExitValues()
347 analysis::DefUseManager* def_use_mgr in CreateBlockBefore() local
819 analysis::DefUseManager* def_use_mgr = context_->get_def_use_mgr(); GetPeelingInfo() local
[all...]
H A Dcopy_prop_arrays.cpp242 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
244 Instruction* current_inst = def_use_mgr->GetDef(
259 current_inst = def_use_mgr->GetDef(current_inst->GetSingleWordInOperand(0));
358 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
408 def_use_mgr->GetDef(insert_inst->GetSingleWordInOperand(1));
448 def_use_mgr->GetDef(current_insert->GetSingleWordInOperand(1));
483 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
496 return def_use_mgr->WhileEachUse(original_ptr_inst, [this, type_mgr,
586 analysis::DefUseManager* def_use_mgr = context()->get_def_use_mgr();
589 def_use_mgr
[all...]
/third_party/spirv-tools/test/opt/
H A Dfold_test.cpp83 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
84 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
91 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
947 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
948 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
956 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
1057 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
1058 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
1065 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
1133 analysis::DefUseManager* def_use_mgr in TEST_P() local
1257 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
1399 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
1476 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2088 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2521 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
3407 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
3455 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
3506 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
5175 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
5297 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
8510 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
8623 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_test.cpp84 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
85 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
92 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
782 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
783 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
791 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
874 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
875 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
882 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
926 analysis::DefUseManager* def_use_mgr in TEST_P() local
995 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
1606 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2007 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2857 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2905 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2955 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
4613 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
4735 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
7469 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
7582 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_test.cpp84 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
85 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
92 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
784 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
785 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
793 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
876 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); in TEST_P() local
877 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P()
884 inst = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in TEST_P()
928 analysis::DefUseManager* def_use_mgr in TEST_P() local
997 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
1608 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2041 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2927 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
2975 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
3025 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
4683 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
4805 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
7539 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
7652 analysis::DefUseManager* def_use_mgr = context->get_def_use_mgr(); TEST_P() local
[all...]

Completed in 22 milliseconds

1234