/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, 279 virtual void setWordCount(SPIRVWord TheWordCount) { in setWordCount() argument 280 SPIRVEntry::setWordCount(TheWordCount); in setWordCount() 499 void setWordCount(SPIRVWord TheWordCount) { in setWordCount() argument 500 SPIRVEntry::setWordCount(TheWordCount); in setWordCount() 539 void setWordCount(SPIRVWord TheWordCount) { [all …]
|
D | SPIRVValue.h | 59 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue() argument 61 :SPIRVEntry(M, TheWordCount, TheOpCode, TheId), Type(TheType) { in SPIRVValue() 65 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue() argument 67 :SPIRVEntry(M, TheWordCount, TheOpCode), Type(TheType) { in SPIRVValue() 72 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVValue() argument 74 :SPIRVEntry(M, TheWordCount, TheOpCode, TheId), Type(NULL) { in SPIRVValue() 79 SPIRVValue(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode) in SPIRVValue() argument 80 :SPIRVEntry(M, TheWordCount, TheOpCode), Type(NULL) { in SPIRVValue()
|
D | SPIRVEntry.h | 205 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVEntry() argument 208 WordCount(TheWordCount), Line(nullptr){ in SPIRVEntry() 213 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode) in SPIRVEntry() argument 215 WordCount(TheWordCount), Line(nullptr){ in SPIRVEntry() 299 virtual void setWordCount(SPIRVWord TheWordCount); 371 SPIRVEntryNoIdGeneric(SPIRVModule *M, unsigned TheWordCount, Op OC) in SPIRVEntryNoIdGeneric() argument 372 :SPIRVEntry(M, TheWordCount, OC){ in SPIRVEntryNoIdGeneric() 387 SPIRVEntryNoId(SPIRVModule *M, unsigned TheWordCount) in SPIRVEntryNoId() argument 388 :SPIRVEntryNoIdGeneric(M, TheWordCount, OC){} in SPIRVEntryNoId() 409 SPIRVAnnotationGeneric(SPIRVModule *TheModule, unsigned TheWordCount, Op OC, [all …]
|
D | SPIRVEntry.cpp | 146 SPIRVEntry::setWordCount(SPIRVWord TheWordCount){ in setWordCount() argument 147 WordCount = TheWordCount; in setWordCount()
|
D | SPIRVType.h | 61 SPIRVType(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVType() argument 63 :SPIRVEntry(M, TheWordCount, TheOpCode, TheId){} in SPIRVType()
|