Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp444 static void reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch() argument
448 auto I = LISLR.find(P.first); in reportMismatch()
449 if (I == LISLR.end()) { in reportMismatch()
463 for (auto const &P : LISLR) { in reportMismatch()
475 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid() local
478 if (!isEqual(LISLR, TrackedLR)) { in isValid()
482 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
486 auto LISPressure = getRegPressure(*MRI, LISLR); in isValid()