Searched refs:getLiveRegs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.h | 288 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() 300 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS, 314 GCNRPTracker::reset(MRI, llvm::getLiveRegs(SI, LIS, MRI)); in reset() 434 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS, 483 return getLiveRegs(LIS.getInstructionIndex(MI).getDeadSlot(), LIS, in getLiveRegsAfter() 489 return getLiveRegs(LIS.getInstructionIndex(MI).getBaseIndex(), LIS, in getLiveRegsBefore()
|
| H A D | GCNRegPressure.cpp | 454 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() function in llvm 788 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid() 909 LiveIn = LiveOut = getLiveRegs(MBBStartSlot, LIS, MRI); in runOnMachineFunction() 915 LiveIn = RPT.getLiveRegs(); in runOnMachineFunction() 923 LiveOut = RPT.getLiveRegs(); in runOnMachineFunction() 930 LiveOut = RPT.getLiveRegs(); in runOnMachineFunction() 940 LiveIn = RPT.getLiveRegs(); in runOnMachineFunction() 945 ReportLISMismatchIfAny(LiveIn, getLiveRegs(MBBStartSlot, LIS, MRI)); in runOnMachineFunction() 963 ReportLISMismatchIfAny(LiveOut, getLiveRegs(MBBEndSlot, LIS, MRI)); in runOnMachineFunction()
|
| H A D | SIFormMemoryClauses.cpp | 301 const GCNRPTracker::LiveRegSet LiveRegsCopy(RPT.getLiveRegs()); in run()
|
| H A D | GCNSchedStrategy.cpp | 868 LiveIns[CurRegion] = RPTracker.getLiveRegs(); in computeBlockPressure()
|