Home
last modified time | relevance | path

Searched defs:TheOpCode (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h59 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue()
65 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue()
72 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue()
79 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode) in SPIRVValue()
86 SPIRVValue(Op TheOpCode):SPIRVEntry(TheOpCode), Type(NULL) {} in SPIRVValue()
DSPIRVType.h61 SPIRVType(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVType()
65 SPIRVType(Op TheOpCode):SPIRVEntry(TheOpCode){} in SPIRVType()
625 SPIRVTypeOpaqueGeneric(Op TheOpCode, SPIRVModule *M, SPIRVId TheId) in SPIRVTypeOpaqueGeneric()
631 SPIRVTypeOpaqueGeneric(Op TheOpCode):SPIRVType(TheOpCode), in SPIRVTypeOpaqueGeneric()
DSPIRVEntry.h205 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVEntry()
213 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode) in SPIRVEntry()
220 SPIRVEntry(Op TheOpCode) in SPIRVEntry()
DSPIRVModule.cpp731 SPIRVModuleImpl::addOpaqueGenericType(Op TheOpCode) { in addOpaqueGenericType()
999 SPIRVModuleImpl::addBinaryInst(Op TheOpCode, SPIRVType *Type, in addBinaryInst()
1016 SPIRVModuleImpl::addUnaryInst(Op TheOpCode, SPIRVType *TheType, in addUnaryInst()
1057 SPIRVModuleImpl::addCmpInst(Op TheOpCode, SPIRVType *TheType, in addCmpInst()