Lines Matching refs:TheWordCount
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,
411 : SPIRVEntryNoIdGeneric(TheModule, TheWordCount, OC), Target(TheTarget) {} in SPIRVEntryNoIdGeneric() argument
427 SPIRVAnnotation(const SPIRVEntry *TheTarget, unsigned TheWordCount) in SPIRVAnnotation() argument
428 : SPIRVAnnotationGeneric(TheTarget->getModule(), TheWordCount, OC, in SPIRVAnnotation()