Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp701 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() argument
703 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
704 for (auto const &P : TrackedLR) { in reportMismatch()
716 auto I = TrackedLR.find(P.first); in reportMismatch()
717 if (I == TrackedLR.end()) { in reportMismatch()
789 const auto &TrackedLR = LiveRegs; in isValid() local
791 if (!isEqual(LISLR, TrackedLR)) { in isValid()
795 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
882 auto ReportLISMismatchIfAny = [&](const GCNRPTracker::LiveRegSet &TrackedLR, in runOnMachineFunction()
884 if (LISLR != TrackedLR) { in runOnMachineFunction()
[all …]