Home
last modified time | relevance | path

Searched refs:keep_operands (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/opt/
Dmem_pass.cpp332 std::vector<Operand> keep_operands; in RemovePhiOperands() local
342 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
373 keep_operands.push_back( in RemovePhiOperands()
379 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
382 keep_operands.push_back(phi->GetOperand(i + 1)); in RemovePhiOperands()
388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp332 std::vector<Operand> keep_operands; in RemovePhiOperands() local
342 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
373 keep_operands.push_back( in RemovePhiOperands()
379 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
382 keep_operands.push_back(phi->GetOperand(i + 1)); in RemovePhiOperands()
388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp332 std::vector<Operand> keep_operands; in RemovePhiOperands() local
342 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
373 keep_operands.push_back( in RemovePhiOperands()
379 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
382 keep_operands.push_back(phi->GetOperand(i + 1)); in RemovePhiOperands()
388 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()