Searched refs:incomings (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 112 std::vector<uint32_t> incomings; in CreatePhiInstruction() local 116 incomings.push_back( in CreatePhiInstruction() 118 incomings.push_back(bb_preds[i]); in CreatePhiInstruction() 123 builder.AddPhi(def_insn_.type_id(), incomings); in CreatePhiInstruction() 133 std::vector<uint32_t> incomings; in CreatePhiInstruction() local 136 incomings.push_back(value.result_id()); in CreatePhiInstruction() 137 incomings.push_back(bb_preds[i]); in CreatePhiInstruction() 142 builder.AddPhi(def_insn_.type_id(), incomings); in CreatePhiInstruction()
|
D | ir_builder.h | 283 Instruction* AddPhi(uint32_t type, const std::vector<uint32_t>& incomings, 285 assert(incomings.size() % 2 == 0 && "A sequence of pairs is expected"); 286 return AddNaryOp(type, SpvOpPhi, incomings, result);
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 112 std::vector<uint32_t> incomings; in CreatePhiInstruction() local 116 incomings.push_back( in CreatePhiInstruction() 118 incomings.push_back(bb_preds[i]); in CreatePhiInstruction() 123 builder.AddPhi(def_insn_.type_id(), incomings); in CreatePhiInstruction() 133 std::vector<uint32_t> incomings; in CreatePhiInstruction() local 136 incomings.push_back(value.result_id()); in CreatePhiInstruction() 137 incomings.push_back(bb_preds[i]); in CreatePhiInstruction() 142 builder.AddPhi(def_insn_.type_id(), incomings); in CreatePhiInstruction()
|
D | ir_builder.h | 283 Instruction* AddPhi(uint32_t type, const std::vector<uint32_t>& incomings, 285 assert(incomings.size() % 2 == 0 && "A sequence of pairs is expected"); 286 return AddNaryOp(type, SpvOpPhi, incomings, result);
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | loop_utils.cpp | 112 std::vector<uint32_t> incomings; in CreatePhiInstruction() local 116 incomings.push_back( in CreatePhiInstruction() 118 incomings.push_back(bb_preds[i]); in CreatePhiInstruction() 123 builder.AddPhi(def_insn_.type_id(), incomings); in CreatePhiInstruction() 133 std::vector<uint32_t> incomings; in CreatePhiInstruction() local 136 incomings.push_back(value.result_id()); in CreatePhiInstruction() 137 incomings.push_back(bb_preds[i]); in CreatePhiInstruction() 142 builder.AddPhi(def_insn_.type_id(), incomings); in CreatePhiInstruction()
|
D | ir_builder.h | 283 Instruction* AddPhi(uint32_t type, const std::vector<uint32_t>& incomings, 285 assert(incomings.size() % 2 == 0 && "A sequence of pairs is expected"); 286 return AddNaryOp(type, SpvOpPhi, incomings, result);
|