Lines Matching refs:wordCount
518 const unsigned wordCount = asWordCount(instructionStart); in processInstruction() local
519 const int nextInst = word++ + wordCount; in processInstruction()
528 unsigned numOperands = wordCount - 1; in processInstruction()
917 const int wordCount = asWordCount(start); in optLoadStore() local
946 if (wordCount > 4 && (spv[start+4] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
974 if (wordCount > 3 && (spv[start+3] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
1118 const int wordCount = asWordCount(start); in dceVars() local
1119 for (int i = 4; i < wordCount; i++) { in dceVars()
1210 const int wordCount = asWordCount(typeStart); in matchType() local
1214 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType()
1217 const unsigned numOperands = wordCount - 2; // all types have a result in matchType()
1220 for (int x=range.first; x<std::min(range.second, wordCount); ++x) in matchType()
1233 spir.begin() + typeStart + std::min(range.second, wordCount), in matchType()
1246 … case spv::OpTypeSampler: return cmpLiteral() && cmpConst() && cmpSubType() && wordCount == 8; in matchType()
1279 const unsigned wordCount = asWordCount(typeStart); in hashType() local
1309 for (unsigned w=2; w < wordCount; ++w) in hashType()
1319 for (unsigned w=2; w < wordCount; ++w) in hashType()
1334 for (unsigned w=3; w < wordCount; ++w) in hashType()
1341 for (unsigned w=3; w < wordCount; ++w) in hashType()
1353 for (unsigned w=3; w < wordCount; ++w) in hashType()