Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp132 opt::Instruction::OperandList op_phi_operands; in Apply() local
147 op_phi_operands.push_back({SPV_OPERAND_TYPE_ID, {new_result_id}}); in Apply()
148 op_phi_operands.push_back({SPV_OPERAND_TYPE_ID, {predecessor_id}}); in Apply()
196 std::move(op_phi_operands))); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp132 opt::Instruction::OperandList op_phi_operands; in Apply() local
147 op_phi_operands.push_back({SPV_OPERAND_TYPE_ID, {new_result_id}}); in Apply()
148 op_phi_operands.push_back({SPV_OPERAND_TYPE_ID, {predecessor_id}}); in Apply()
196 std::move(op_phi_operands))); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp132 opt::Instruction::OperandList op_phi_operands; in Apply() local
147 op_phi_operands.push_back({SPV_OPERAND_TYPE_ID, {new_result_id}}); in Apply()
148 op_phi_operands.push_back({SPV_OPERAND_TYPE_ID, {predecessor_id}}); in Apply()
196 std::move(op_phi_operands))); in Apply()