Searched refs:TheOC (Results 1 – 2 of 2) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.cpp | 49 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction() argument 51 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheType, TheId), in SPIRVInstruction() 56 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction() argument 58 : SPIRVValue(TheBM, TheWordCount, TheOC, TheType, TheId), BB(TheBB){ in SPIRVInstruction() 63 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction() argument 65 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheId), BB(TheBB){ in SPIRVInstruction() 69 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction() argument 71 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC), BB(TheBB){ in SPIRVInstruction() 75 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction() argument 77 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheType), BB(TheBB){ in SPIRVInstruction()
|
D | SPIRVInstruction.h | 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() [all …]
|