Home
last modified time | relevance | path

Searched defs:TheOC (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp49 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction()
56 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction()
63 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction()
69 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction()
75 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC, in SPIRVInstruction()
DSPIRVInstruction.h122 SPIRVInstruction(Op TheOC = OpNop):SPIRVValue(TheOC), BB(NULL){} in SPIRVValue() argument
182 static SPIRVInstTemplateBase *create(Op TheOC){ in create()
189 static SPIRVInstTemplateBase *create(Op TheOC, SPIRVType *TheType, in create()
197 static SPIRVInstTemplateBase *create(Op TheOC, SPIRVType *TheType, in create()