• Home
  • Raw
  • Download

Lines Matching refs:TheId

107       SPIRVId TheId, SPIRVBasicBlock *TheBB);
110 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB,
113 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVId TheId,
190 SPIRVId TheId, SPIRVBasicBlock *TheBB, in create() argument
193 Inst->init(TheType, TheId, TheBB, TheModule); in create()
198 SPIRVId TheId, const std::vector<SPIRVWord> &TheOps, SPIRVBasicBlock *TheBB, in create() argument
201 Inst->init(TheType, TheId, TheBB, TheModule); in create()
212 SPIRVId TheId, SPIRVBasicBlock *TheBB, in init() argument
220 setId(hasId() ? TheId : SPIRVID_INVALID); in init()
443 SPIRVVariable(SPIRVType *TheType, SPIRVId TheId, in SPIRVVariable() argument
448 TheId, TheBB, TheM), in SPIRVVariable()
569 SPIRVLoad(SPIRVId TheId, SPIRVId PointerId,
572 TheBB->getValueType(PointerId)->getPointerElementType(), TheId, TheBB),
828 SPIRVPhi(SPIRVType *TheType, SPIRVId TheId,
830 :SPIRVInstruction(ThePairs.size() + FixedWordCount, OC, TheType, TheId, BB){
955 SPIRVSelect(SPIRVId TheId, SPIRVId TheCondition, SPIRVId TheOp1, SPIRVId TheOp2,
957 :SPIRVInstruction(6, OpSelect, TheBB->getValueType(TheOp1), TheId,
1140 SPIRVFunctionCallGeneric(SPIRVType *TheType, SPIRVId TheId,
1142 :SPIRVInstruction(TheArgs.size() + FixedWordCount, OC, TheType, TheId, BB),
1147 SPIRVFunctionCallGeneric(SPIRVType *TheType, SPIRVId TheId,
1149 :SPIRVInstruction(TheArgs.size() + FixedWordCount, OC, TheType, TheId, BB) {
1181 SPIRVFunctionCall(SPIRVId TheId, SPIRVFunction *TheFunction,
1196 SPIRVExtInst(SPIRVType *TheType, SPIRVId TheId,
1199 :SPIRVFunctionCallGeneric(TheType, TheId, TheArgs, BB),
1205 SPIRVExtInst(SPIRVType *TheType, SPIRVId TheId,
1208 :SPIRVFunctionCallGeneric(TheType, TheId, TheArgs, BB),
1289 SPIRVCompositeExtract(SPIRVType *TheType, SPIRVId TheId, SPIRVValue *TheComposite,
1291 SPIRVInstruction(TheIndices.size() + 4, OC, TheType, TheId, TheBB),
1324 SPIRVCompositeInsert(SPIRVId TheId, SPIRVValue *TheObject,
1328 TheComposite->getType(), TheId, TheBB),
1368 SPIRVCopyObject(SPIRVType *TheType, SPIRVId TheId, SPIRVValue *TheOperand,
1370 SPIRVInstruction(4, OC, TheType, TheId, TheBB),
1503 SPIRVVectorExtractDynamic(SPIRVId TheId, SPIRVValue *TheVector,
1506 TheId, TheBB), VectorId(TheVector->getId()),
1533 SPIRVVectorInsertDynamic(SPIRVId TheId, SPIRVValue *TheVector,
1536 TheId, TheBB), VectorId(TheVector->getId()),
1566 SPIRVVectorShuffle(SPIRVId TheId, SPIRVType *TheType, SPIRVValue *TheVector1,
1570 TheId, TheBB),
1657 SPIRVGroupAsyncCopy(SPIRVValue *TheScope, SPIRVId TheId,
1660 :SPIRVInstruction(WC, OC, TheEvent->getType(), TheId, TheBB),