/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 146 get_def_use_mgr()->AnalyzeInstUse(inst); in MatConvertCleanup() 176 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in GenHalfArith() 206 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessPhi() 215 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessConvert() 237 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessImageRef() 254 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessDefault()
|
D | def_use_manager.cpp | 41 void DefUseManager::AnalyzeInstUse(Instruction* inst) { in AnalyzeInstUse() function in spvtools::opt::analysis::DefUseManager 73 AnalyzeInstUse(inst); in AnalyzeInstDefUse() 84 AnalyzeInstUse(inst); in UpdateDefUse() 229 std::bind(&DefUseManager::AnalyzeInstUse, this, std::placeholders::_1)); in AnalyzeDefUse()
|
D | loop_fusion.cpp | 604 context_->get_def_use_mgr()->AnalyzeInstUse(phi_instruction); in Fuse() 666 def_use_mgr->AnalyzeInstUse(last_block_of_0->terminator()); in Fuse() 667 def_use_mgr->AnalyzeInstUse(last_block_of_1->terminator()); in Fuse() 668 def_use_mgr->AnalyzeInstUse(loop_0_->GetHeaderBlock()->GetLoopMergeInst()); in Fuse() 669 def_use_mgr->AnalyzeInstUse(condition_block_of_0->terminator()); in Fuse()
|
D | loop_peeling.cpp | 127 def_use_mgr->AnalyzeInstUse(phi); in DuplicateAndConnectLoop() 174 context_->get_def_use_mgr()->AnalyzeInstUse(iv_inc); in InsertCanonicalInductionVariable() 342 context_->get_def_use_mgr()->AnalyzeInstUse(exit_condition); in FixExitCondition() 372 def_use_mgr->AnalyzeInstUse(&*bb_pred->tail()); in CreateBlockBefore() 377 def_use_mgr->AnalyzeInstUse(phi); in CreateBlockBefore() 467 context_->get_def_use_mgr()->AnalyzeInstUse(phi); in PeelBefore() 559 def_use_mgr->AnalyzeInstUse(phi); in PeelAfter()
|
D | def_use_manager.h | 119 void AnalyzeInstUse(Instruction* inst);
|
D | loop_utils.cpp | 97 def_use_mgr->AnalyzeInstUse(insn); in UpdateManagers() 415 def_use_mgr->AnalyzeInstUse(phi); in CreateLoopDedicatedExits() 608 def_use_mgr->AnalyzeInstUse(&insn); in CloneLoop()
|
D | ir_context.cpp | 388 get_def_use_mgr()->AnalyzeInstUse(inst); in AnalyzeUses() 436 get_def_use_mgr()->AnalyzeInstUse(&*it); in KillOperandFromDebugInstructions() 451 get_def_use_mgr()->AnalyzeInstUse(&*it); in KillOperandFromDebugInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 146 get_def_use_mgr()->AnalyzeInstUse(inst); in MatConvertCleanup() 176 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in GenHalfArith() 206 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessPhi() 215 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessConvert() 237 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessImageRef() 254 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessDefault()
|
D | def_use_manager.cpp | 41 void DefUseManager::AnalyzeInstUse(Instruction* inst) { in AnalyzeInstUse() function in spvtools::opt::analysis::DefUseManager 73 AnalyzeInstUse(inst); in AnalyzeInstDefUse() 84 AnalyzeInstUse(inst); in UpdateDefUse() 229 std::bind(&DefUseManager::AnalyzeInstUse, this, std::placeholders::_1)); in AnalyzeDefUse()
|
D | loop_fusion.cpp | 604 context_->get_def_use_mgr()->AnalyzeInstUse(phi_instruction); in Fuse() 666 def_use_mgr->AnalyzeInstUse(last_block_of_0->terminator()); in Fuse() 667 def_use_mgr->AnalyzeInstUse(last_block_of_1->terminator()); in Fuse() 668 def_use_mgr->AnalyzeInstUse(loop_0_->GetHeaderBlock()->GetLoopMergeInst()); in Fuse() 669 def_use_mgr->AnalyzeInstUse(condition_block_of_0->terminator()); in Fuse()
|
D | loop_peeling.cpp | 127 def_use_mgr->AnalyzeInstUse(phi); in DuplicateAndConnectLoop() 174 context_->get_def_use_mgr()->AnalyzeInstUse(iv_inc); in InsertCanonicalInductionVariable() 342 context_->get_def_use_mgr()->AnalyzeInstUse(exit_condition); in FixExitCondition() 372 def_use_mgr->AnalyzeInstUse(&*bb_pred->tail()); in CreateBlockBefore() 377 def_use_mgr->AnalyzeInstUse(phi); in CreateBlockBefore() 467 context_->get_def_use_mgr()->AnalyzeInstUse(phi); in PeelBefore() 559 def_use_mgr->AnalyzeInstUse(phi); in PeelAfter()
|
D | def_use_manager.h | 119 void AnalyzeInstUse(Instruction* inst);
|
D | loop_utils.cpp | 97 def_use_mgr->AnalyzeInstUse(insn); in UpdateManagers() 415 def_use_mgr->AnalyzeInstUse(phi); in CreateLoopDedicatedExits() 608 def_use_mgr->AnalyzeInstUse(&insn); in CloneLoop()
|
D | ir_context.cpp | 388 get_def_use_mgr()->AnalyzeInstUse(inst); in AnalyzeUses() 436 get_def_use_mgr()->AnalyzeInstUse(&*it); in KillOperandFromDebugInstructions() 451 get_def_use_mgr()->AnalyzeInstUse(&*it); in KillOperandFromDebugInstructions()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | convert_to_half_pass.cpp | 146 get_def_use_mgr()->AnalyzeInstUse(inst); in MatConvertCleanup() 176 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in GenHalfArith() 206 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessPhi() 215 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessConvert() 237 get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessImageRef() 254 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in ProcessDefault()
|
D | def_use_manager.cpp | 41 void DefUseManager::AnalyzeInstUse(Instruction* inst) { in AnalyzeInstUse() function in spvtools::opt::analysis::DefUseManager 73 AnalyzeInstUse(inst); in AnalyzeInstDefUse() 84 AnalyzeInstUse(inst); in UpdateDefUse() 229 std::bind(&DefUseManager::AnalyzeInstUse, this, std::placeholders::_1)); in AnalyzeDefUse()
|
D | loop_fusion.cpp | 604 context_->get_def_use_mgr()->AnalyzeInstUse(phi_instruction); in Fuse() 666 def_use_mgr->AnalyzeInstUse(last_block_of_0->terminator()); in Fuse() 667 def_use_mgr->AnalyzeInstUse(last_block_of_1->terminator()); in Fuse() 668 def_use_mgr->AnalyzeInstUse(loop_0_->GetHeaderBlock()->GetLoopMergeInst()); in Fuse() 669 def_use_mgr->AnalyzeInstUse(condition_block_of_0->terminator()); in Fuse()
|
D | loop_peeling.cpp | 127 def_use_mgr->AnalyzeInstUse(phi); in DuplicateAndConnectLoop() 174 context_->get_def_use_mgr()->AnalyzeInstUse(iv_inc); in InsertCanonicalInductionVariable() 342 context_->get_def_use_mgr()->AnalyzeInstUse(exit_condition); in FixExitCondition() 372 def_use_mgr->AnalyzeInstUse(&*bb_pred->tail()); in CreateBlockBefore() 377 def_use_mgr->AnalyzeInstUse(phi); in CreateBlockBefore() 467 context_->get_def_use_mgr()->AnalyzeInstUse(phi); in PeelBefore() 559 def_use_mgr->AnalyzeInstUse(phi); in PeelAfter()
|
D | def_use_manager.h | 119 void AnalyzeInstUse(Instruction* inst);
|
D | loop_utils.cpp | 97 def_use_mgr->AnalyzeInstUse(insn); in UpdateManagers() 415 def_use_mgr->AnalyzeInstUse(phi); in CreateLoopDedicatedExits() 608 def_use_mgr->AnalyzeInstUse(&insn); in CloneLoop()
|
D | ir_context.cpp | 384 get_def_use_mgr()->AnalyzeInstUse(inst); in AnalyzeUses() 432 get_def_use_mgr()->AnalyzeInstUse(&*it); in KillOperandFromDebugInstructions() 447 get_def_use_mgr()->AnalyzeInstUse(&*it); in KillOperandFromDebugInstructions()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_replace_irrelevant_id.cpp | 112 ir_context->get_def_use_mgr()->AnalyzeInstUse(instruction_to_change); in Apply()
|
D | transformation_swap_conditional_branch_operands.cpp | 96 ir_context->get_def_use_mgr()->AnalyzeInstUse(branch_inst); in Apply()
|
D | transformation_replace_id_with_synonym.cpp | 99 ir_context->get_def_use_mgr()->AnalyzeInstUse(instruction_to_change); in Apply()
|
D | transformation_replace_constant_with_uniform.cpp | 282 ir_context->get_def_use_mgr()->AnalyzeInstUse( in Apply()
|