Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp527 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() argument
529 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
530 for (auto const &P : TrackedLR) { in reportMismatch()
542 auto I = TrackedLR.find(P.first); in reportMismatch()
543 if (I == TrackedLR.end()) { in reportMismatch()
554 const auto &TrackedLR = LiveRegs; in isValid() local
556 if (!isEqual(LISLR, TrackedLR)) { in isValid()
560 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
647 auto ReportLISMismatchIfAny = [&](const GCNRPTracker::LiveRegSet &TrackedLR, in runOnMachineFunction()
649 if (LISLR != TrackedLR) { in runOnMachineFunction()
[all …]