Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp439 const GCNRPTracker::LiveRegSet &TrackedLR, in reportMismatch() argument
441 return Printable([&LISLR, &TrackedLR, TRI, Pfx](raw_ostream &OS) { in reportMismatch()
442 for (auto const &P : TrackedLR) { in reportMismatch()
454 auto I = TrackedLR.find(P.first); in reportMismatch()
455 if (I == TrackedLR.end()) { in reportMismatch()
466 const auto &TrackedLR = LiveRegs; in isValid() local
468 if (!isEqual(LISLR, TrackedLR)) { in isValid()
472 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
559 auto ReportLISMismatchIfAny = [&](const GCNRPTracker::LiveRegSet &TrackedLR, in runOnMachineFunction()
561 if (LISLR != TrackedLR) { in runOnMachineFunction()
[all …]