Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp526 Printable llvm::reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch() argument
529 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
531 auto I = LISLR.find(P.first); in reportMismatch()
532 if (I == LISLR.end()) { in reportMismatch()
541 for (auto const &P : LISLR) { in reportMismatch()
553 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid() local
556 if (!isEqual(LISLR, TrackedLR)) { in isValid()
559 << print(LISLR, *MRI); in isValid()
560 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
564 auto LISPressure = getRegPressure(*MRI, LISLR); in isValid()
[all …]
H A DGCNRegPressure.h346 Printable reportMismatch(const GCNRPTracker::LiveRegSet &LISLR,