Lines Matching refs:TheOC
106 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVType *TheType,
109 SPIRVInstruction(unsigned TheWordCount, Op TheOC,
113 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVId TheId,
116 SPIRVInstruction(unsigned TheWordCount, Op TheOC,
119 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVType *TheType,
122 SPIRVInstruction(Op TheOC = OpNop):SPIRVValue(TheOC), BB(NULL){} in SPIRVValue() argument
182 static SPIRVInstTemplateBase *create(Op TheOC){ in create() argument
183 auto Inst = static_cast<SPIRVInstTemplateBase *>(SPIRVEntry::create(TheOC)); in create()
189 static SPIRVInstTemplateBase *create(Op TheOC, SPIRVType *TheType, in create() argument
192 auto Inst = create(TheOC); in create()
197 static SPIRVInstTemplateBase *create(Op TheOC, SPIRVType *TheType, in create() argument
200 auto Inst = create(TheOC); in create()