Lines Matching defs:hash
57 // hash opcode, with special handling for OpExtInst
745 // hash values.
1339 std::uint32_t hash = 10000;
1341 hash += w * hashType(idPos(spv[typeStart+w]));
1342 return hash;
1349 std::uint32_t hash = 200000;
1351 hash += w * hashType(idPos(spv[typeStart+w]));
1352 return hash;
1364 std::uint32_t hash = 300011 + hashType(idPos(spv[typeStart+1]));
1366 hash += w * hashType(idPos(spv[typeStart+w]));
1367 return hash;
1371 std::uint32_t hash = 400011 + hashType(idPos(spv[typeStart+1]));
1373 hash += w * spv[typeStart+w];
1374 return hash;
1378 std::uint32_t hash = 500009 + hashType(idPos(spv[typeStart+1]));
1379 return hash;
1383 std::uint32_t hash = 600011 + hashType(idPos(spv[typeStart+1]));
1385 hash += w * spv[typeStart+w];
1386 return hash;