D | SPIRVValue.h | 56 class SPIRVValue: public SPIRVEntry { 59 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue() function 65 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue() function 72 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue() function 79 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode) in SPIRVValue() function 86 SPIRVValue(Op TheOpCode):SPIRVEntry(TheOpCode), Type(NULL) {} in SPIRVValue() function 127 class SPIRVConstant: public SPIRVValue { 132 :SPIRVValue(M, 0, OpConstant, TheType, TheId){ in SPIRVConstant() 139 :SPIRVValue(M, 0, OpConstant, TheType, TheId){ in SPIRVConstant() 146 :SPIRVValue(M, 0, OpConstant, TheType, TheId){ in SPIRVConstant() [all …]
|