Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_insert_elim_pass.cpp91 Instruction* insInst = insertChain; in MarkInsertChain() local
92 while (insInst->opcode() == SpvOpCompositeInsert) { in MarkInsertChain()
101 liveInserts_.insert(insInst->result_id()); in MarkInsertChain()
102 uint32_t objId = insInst->GetSingleWordInOperand(kInsertObjectIdInIdx); in MarkInsertChain()
108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
109 liveInserts_.insert(insInst->result_id()); in MarkInsertChain()
110 uint32_t objId = insInst->GetSingleWordInOperand(kInsertObjectIdInIdx); in MarkInsertChain()
116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
117 liveInserts_.insert(insInst->result_id()); in MarkInsertChain()
120 uint32_t numInsertIndices = insInst->NumInOperands() - 2; in MarkInsertChain()
[all …]
Dcomposite.cpp29 const Instruction* insInst, const uint32_t extOffset) { in ExtInsMatch() argument
31 if (numIndices != insInst->NumInOperands() - 2) return false; in ExtInsMatch()
33 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsMatch()
39 const Instruction* insInst, const uint32_t extOffset) { in ExtInsConflict() argument
40 if (extIndices.size() - extOffset == insInst->NumInOperands() - 2) in ExtInsConflict()
43 uint32_t insNumIndices = insInst->NumInOperands() - 2; in ExtInsConflict()
46 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsConflict()
Dcomposite.h38 const Instruction* insInst, const uint32_t extOffset);
46 const Instruction* insInst, const uint32_t extOffset);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_insert_elim_pass.cpp91 Instruction* insInst = insertChain; in MarkInsertChain() local
92 while (insInst->opcode() == SpvOpCompositeInsert) { in MarkInsertChain()
101 liveInserts_.insert(insInst->result_id()); in MarkInsertChain()
102 uint32_t objId = insInst->GetSingleWordInOperand(kInsertObjectIdInIdx); in MarkInsertChain()
108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
109 liveInserts_.insert(insInst->result_id()); in MarkInsertChain()
110 uint32_t objId = insInst->GetSingleWordInOperand(kInsertObjectIdInIdx); in MarkInsertChain()
116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
117 liveInserts_.insert(insInst->result_id()); in MarkInsertChain()
120 uint32_t numInsertIndices = insInst->NumInOperands() - 2; in MarkInsertChain()
[all …]
Dcomposite.cpp29 const Instruction* insInst, const uint32_t extOffset) { in ExtInsMatch() argument
31 if (numIndices != insInst->NumInOperands() - 2) return false; in ExtInsMatch()
33 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsMatch()
39 const Instruction* insInst, const uint32_t extOffset) { in ExtInsConflict() argument
40 if (extIndices.size() - extOffset == insInst->NumInOperands() - 2) in ExtInsConflict()
43 uint32_t insNumIndices = insInst->NumInOperands() - 2; in ExtInsConflict()
46 if (extIndices[i + extOffset] != insInst->GetSingleWordInOperand(i + 2)) in ExtInsConflict()
Dcomposite.h38 const Instruction* insInst, const uint32_t extOffset);
46 const Instruction* insInst, const uint32_t extOffset);