Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp446 static void reportMismatch(const GCNRPTracker::LiveRegSet &LISLR, in reportMismatch() argument
450 auto I = LISLR.find(P.first); in reportMismatch()
451 if (I == LISLR.end()) { in reportMismatch()
465 for (auto const &P : LISLR) { in reportMismatch()
477 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid() local
480 if (!isEqual(LISLR, TrackedLR)) { in isValid()
484 reportMismatch(LISLR, TrackedLR, MRI->getTargetRegisterInfo()); in isValid()
488 auto LISPressure = getRegPressure(*MRI, LISLR); in isValid()