Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:WordCount

87   :IS(InputStream), M(*F.getModule()), WordCount(0), OpCode(OpNop),
91 :IS(InputStream), M(*BB.getModule()), WordCount(0), OpCode(OpNop),
193 WordCount = 0;
196 WordCount << " " << OpCode << '\n');
201 *this >> WordCount;
204 WordCount = 0;
207 WordCount << " " << OpCode << '\n');
215 WordCount = WordCountAndOpCode >> 16;
222 WordCount = 0;
225 WordCount << " " << OpCode << '\n');
228 SPIRVDBG(spvdbgs() << "[SPIRVDecoder] getWordCountAndOpCode " << WordCount <<
235 if (WordCount == 0 || OpCode == OpNop)
243 Entry->setWordCount(WordCount);
253 assert(WordCount && "Invalid word count");