Home
last modified time | relevance | path

Searched refs:IKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp218 using IKey = std::pair<AllowedRegVecPtr, AllowedRegVecPtr>; typedef in __anon9059819a0111::Interference
219 using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;
220 using DisjointAllowedRegsCache = DenseSet<IKey>;
234 return D.count(IKey(NRegs, MRegs)) > 0; in haveDisjointAllowedRegs()
236 return D.count(IKey(MRegs, NRegs)) > 0; in haveDisjointAllowedRegs()
248 D.insert(IKey(NRegs, MRegs)); in setDisjointAllowedRegs()
250 D.insert(IKey(MRegs, NRegs)); in setDisjointAllowedRegs()
406 IKey K(&NRegs, &MRegs); in createInterferenceEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h344 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
346 return find_hashed(IKey, KeyHash, InfoPtr);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
391 if (!InfoPtr->EqualKey(X, IKey)) {