/third_party/spirv-tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 183 loop_merge_inst->ReplaceOperands( in ChangeLoopToSelection() 203 terminator->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {true_const_result_id}}, in ChangeLoopToSelection()
|
D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 50 conditional_branch_instruction_->ReplaceOperands( in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 183 loop_merge_inst->ReplaceOperands( in ChangeLoopToSelection() 203 terminator->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {true_const_result_id}}, in ChangeLoopToSelection()
|
D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 50 conditional_branch_instruction_->ReplaceOperands( in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 183 loop_merge_inst->ReplaceOperands( in ChangeLoopToSelection() 203 terminator->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {true_const_result_id}}, in ChangeLoopToSelection()
|
D | simple_conditional_branch_to_branch_reduction_opportunity.cpp | 50 conditional_branch_instruction_->ReplaceOperands( in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 116 original_load->ReplaceOperands(new_operands); in ReplaceAccessChainLoad()
|
D | merge_return_pass.cpp | 251 return_inst->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {target}}}); in BranchToBlock() 707 block->tail()->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {return_id}}}); in MergeReturnBlocks()
|
D | desc_sroa.cpp | 144 use->ReplaceOperands(new_operands); in ReplaceAccessChain()
|
D | mem_pass.cpp | 388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
|
D | instruction.h | 416 void ReplaceOperands(const OperandList& new_operands);
|
D | dead_branch_elim_pass.cpp | 358 inst->ReplaceOperands(operands); in FixPhiNodesInLiveBlocks()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_access_chain_convert_pass.cpp | 116 original_load->ReplaceOperands(new_operands); in ReplaceAccessChainLoad()
|
D | merge_return_pass.cpp | 251 return_inst->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {target}}}); in BranchToBlock() 707 block->tail()->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {return_id}}}); in MergeReturnBlocks()
|
D | desc_sroa.cpp | 144 use->ReplaceOperands(new_operands); in ReplaceAccessChain()
|
D | mem_pass.cpp | 388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
|
D | instruction.h | 416 void ReplaceOperands(const OperandList& new_operands);
|
D | dead_branch_elim_pass.cpp | 358 inst->ReplaceOperands(operands); in FixPhiNodesInLiveBlocks()
|
/third_party/spirv-tools/source/opt/ |
D | merge_return_pass.cpp | 251 return_inst->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {target}}}); in BranchToBlock() 708 block->tail()->ReplaceOperands({{SPV_OPERAND_TYPE_ID, {return_id}}}); in MergeReturnBlocks()
|
D | desc_sroa.cpp | 144 use->ReplaceOperands(new_operands); in ReplaceAccessChain()
|
D | mem_pass.cpp | 388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
|
D | local_access_chain_convert_pass.cpp | 127 original_load->ReplaceOperands(new_operands); in ReplaceAccessChainLoad()
|
D | instruction.h | 430 void ReplaceOperands(const OperandList& new_operands);
|
D | dead_branch_elim_pass.cpp | 358 inst->ReplaceOperands(operands); in FixPhiNodesInLiveBlocks()
|
D | instruction.cpp | 199 void Instruction::ReplaceOperands(const OperandList& new_operands) { in ReplaceOperands() function in spvtools::opt::Instruction
|