Home
last modified time | relevance | path

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

/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmem_pass.cpp335 std::vector<Operand> keep_operands; in RemovePhiOperands() local
345 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
376 keep_operands.push_back( in RemovePhiOperands()
382 keep_operands.push_back(phi->GetOperand(i)); in RemovePhiOperands()
385 keep_operands.push_back(phi->GetOperand(i + 1)); in RemovePhiOperands()
391 phi->ReplaceOperands(keep_operands); in RemovePhiOperands()
/external/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()