Lines Matching refs:wordCount
533 const unsigned wordCount = asWordCount(instructionStart); in processInstruction() local
534 const int nextInst = word++ + wordCount; in processInstruction()
543 unsigned numOperands = wordCount - 1; in processInstruction()
980 const int wordCount = asWordCount(start); in optLoadStore() local
1009 if (wordCount > 4 && (spv[start+4] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
1037 if (wordCount > 3 && (spv[start+3] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
1181 const int wordCount = asWordCount(start); in dceVars() local
1182 for (int i = 4; i < wordCount; i++) { in dceVars()
1273 const int wordCount = asWordCount(typeStart); in matchType() local
1277 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType()
1280 const unsigned numOperands = wordCount - 2; // all types have a result in matchType()
1283 for (int x=range.first; x<std::min(range.second, wordCount); ++x) in matchType()
1296 spir.begin() + typeStart + std::min(range.second, wordCount), in matchType()
1309 … case spv::OpTypeSampler: return cmpLiteral() && cmpConst() && cmpSubType() && wordCount == 8; in matchType()
1342 const unsigned wordCount = asWordCount(typeStart); in hashType() local
1372 for (unsigned w=2; w < wordCount; ++w) in hashType()
1382 for (unsigned w=2; w < wordCount; ++w) in hashType()
1399 for (unsigned w=3; w < wordCount; ++w) in hashType()
1406 for (unsigned w=3; w < wordCount; ++w) in hashType()
1418 for (unsigned w=3; w < wordCount; ++w) in hashType()