Searched defs:TheWordCount (Results 1 – 6 of 6) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.cpp | 49 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()
|
D | SPIRVValue.h | 59 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()
|
D | SPIRVEntry.h | 205 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVEntry() 213 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode) in SPIRVEntry() 371 SPIRVEntryNoIdGeneric(SPIRVModule *M, unsigned TheWordCount, Op OC) in SPIRVEntryNoIdGeneric() 387 SPIRVEntryNoId(SPIRVModule *M, unsigned TheWordCount) in SPIRVEntryNoId() 411 : SPIRVEntryNoIdGeneric(TheModule, TheWordCount, OC), Target(TheTarget) {} in SPIRVEntryNoIdGeneric() argument 427 SPIRVAnnotation(const SPIRVEntry *TheTarget, unsigned TheWordCount) in SPIRVAnnotation()
|
D | SPIRVInstruction.h | 279 virtual void setWordCount(SPIRVWord TheWordCount) { in setWordCount() 499 void setWordCount(SPIRVWord TheWordCount) { in setWordCount()
|
D | SPIRVEntry.cpp | 146 SPIRVEntry::setWordCount(SPIRVWord TheWordCount){ in setWordCount()
|
D | SPIRVType.h | 61 SPIRVType(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode, in SPIRVType()
|