Home
last modified time | relevance | path

Searched refs:new_in_operands (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp106 opt::Instruction::OperandList new_in_operands; in AdaptPhiInstructionsForRemovedEdge() local
112 new_in_operands.push_back(phi_inst->GetInOperand(index)); in AdaptPhiInstructionsForRemovedEdge()
113 new_in_operands.push_back(phi_inst->GetInOperand(index + 1)); in AdaptPhiInstructionsForRemovedEdge()
116 phi_inst->SetInOperands(std::move(new_in_operands)); in AdaptPhiInstructionsForRemovedEdge()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_util.cpp106 opt::Instruction::OperandList new_in_operands; in AdaptPhiInstructionsForRemovedEdge() local
112 new_in_operands.push_back(phi_inst->GetInOperand(index)); in AdaptPhiInstructionsForRemovedEdge()
113 new_in_operands.push_back(phi_inst->GetInOperand(index + 1)); in AdaptPhiInstructionsForRemovedEdge()
116 phi_inst->SetInOperands(std::move(new_in_operands)); in AdaptPhiInstructionsForRemovedEdge()
/external/angle/third_party/spirv-tools/src/source/reduce/
Dreduction_util.cpp106 opt::Instruction::OperandList new_in_operands; in AdaptPhiInstructionsForRemovedEdge() local
112 new_in_operands.push_back(phi_inst->GetInOperand(index)); in AdaptPhiInstructionsForRemovedEdge()
113 new_in_operands.push_back(phi_inst->GetInOperand(index + 1)); in AdaptPhiInstructionsForRemovedEdge()
116 phi_inst->SetInOperands(std::move(new_in_operands)); in AdaptPhiInstructionsForRemovedEdge()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp127 opt::Instruction::OperandList new_in_operands; in Apply() local
131 new_in_operands.push_back( in Apply()
137 early_terminator->SetInOperands(std::move(new_in_operands)); in Apply()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp127 opt::Instruction::OperandList new_in_operands; in Apply() local
131 new_in_operands.push_back( in Apply()
137 early_terminator->SetInOperands(std::move(new_in_operands)); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp127 opt::Instruction::OperandList new_in_operands; in Apply() local
131 new_in_operands.push_back( in Apply()
137 early_terminator->SetInOperands(std::move(new_in_operands)); in Apply()