Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp442 static void reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch() argument
446 auto I = LISLR.find(P.first); in reportMismatch()
447 if (I == LISLR.end()) { in reportMismatch()
461 for (auto const &P : LISLR) { in reportMismatch()
473 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid() local
476 if (!isEqual(LISLR, TrackedLR)) { in isValid()
480 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
484 auto LISPressure = getRegPressure(*MRI, LISLR); in isValid()