Home
last modified time | relevance | path

Searched refs:ReplaceOperands (Results 1 – 25 of 27) sorted by relevance

12

/third_party/spirv-tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp183 loop_merge_inst->ReplaceOperands( in ChangeLoopToSelection()
203 terminator->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {true_const_result_id}}, in ChangeLoopToSelection()
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp50 conditional_branch_instruction_->ReplaceOperands( in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp183 loop_merge_inst->ReplaceOperands( in ChangeLoopToSelection()
203 terminator->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {true_const_result_id}}, in ChangeLoopToSelection()
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp50 conditional_branch_instruction_->ReplaceOperands( in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp183 loop_merge_inst->ReplaceOperands( in ChangeLoopToSelection()
203 terminator->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {true_const_result_id}}, in ChangeLoopToSelection()
Dsimple_conditional_branch_to_branch_reduction_opportunity.cpp50 conditional_branch_instruction_->ReplaceOperands( in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_access_chain_convert_pass.cpp116 original_load->ReplaceOperands(new_operands); in ReplaceAccessChainLoad()
Dmerge_return_pass.cpp251 return_inst->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {target}}}); in BranchToBlock()
707 block->tail()->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {return_id}}}); in MergeReturnBlocks()
Ddesc_sroa.cpp144 use->ReplaceOperands(new_operands); in ReplaceAccessChain()
Dmem_pass.cpp388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
Dinstruction.h416 void ReplaceOperands(const OperandList& new_operands);
Ddead_branch_elim_pass.cpp358 inst->ReplaceOperands(operands); in FixPhiNodesInLiveBlocks()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_access_chain_convert_pass.cpp116 original_load->ReplaceOperands(new_operands); in ReplaceAccessChainLoad()
Dmerge_return_pass.cpp251 return_inst->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {target}}}); in BranchToBlock()
707 block->tail()->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {return_id}}}); in MergeReturnBlocks()
Ddesc_sroa.cpp144 use->ReplaceOperands(new_operands); in ReplaceAccessChain()
Dmem_pass.cpp388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
Dinstruction.h416 void ReplaceOperands(const OperandList& new_operands);
Ddead_branch_elim_pass.cpp358 inst->ReplaceOperands(operands); in FixPhiNodesInLiveBlocks()
/third_party/spirv-tools/source/opt/
Dmerge_return_pass.cpp251 return_inst->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {target}}}); in BranchToBlock()
708 block->tail()->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {return_id}}}); in MergeReturnBlocks()
Ddesc_sroa.cpp144 use->ReplaceOperands(new_operands); in ReplaceAccessChain()
Dmem_pass.cpp388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
Dlocal_access_chain_convert_pass.cpp127 original_load->ReplaceOperands(new_operands); in ReplaceAccessChainLoad()
Dinstruction.h430 void ReplaceOperands(const OperandList& new_operands);
Ddead_branch_elim_pass.cpp358 inst->ReplaceOperands(operands); in FixPhiNodesInLiveBlocks()
Dinstruction.cpp199 void Instruction::ReplaceOperands(const OperandList& new_operands) { in ReplaceOperands() function in spvtools::opt::Instruction

12