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()
928 const int wordCount = asWordCount(start); in optLoadStore() local
957 if (wordCount > 4 && (spv[start+4] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
985 if (wordCount > 3 && (spv[start+3] & spv::MemoryAccessVolatileMask)) { in optLoadStore()
1129 const int wordCount = asWordCount(start); in dceVars() local
1130 for (int i = 4; i < wordCount; i++) { in dceVars()
1221 const int wordCount = asWordCount(typeStart); in matchType() local
1225 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType()
1228 const unsigned numOperands = wordCount - 2; // all types have a result in matchType()
1231 for (int x=range.first; x<std::min(range.second, wordCount); ++x) in matchType()
1244 spir.begin() + typeStart + std::min(range.second, wordCount), in matchType()
1257 … case spv::OpTypeSampler: return cmpLiteral() && cmpConst() && cmpSubType() && wordCount == 8; in matchType()
1290 const unsigned wordCount = asWordCount(typeStart); in hashType() local
1320 for (unsigned w=2; w < wordCount; ++w) in hashType()
1330 for (unsigned w=2; w < wordCount; ++w) in hashType()
1345 for (unsigned w=3; w < wordCount; ++w) in hashType()
1352 for (unsigned w=3; w < wordCount; ++w) in hashType()
1364 for (unsigned w=3; w < wordCount; ++w) in hashType()