Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h114 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype()
190 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI,
196 return getLiveRegs(LIS.getInstructionIndex(MI).getDeadSlot(), LIS, in getLiveRegsAfter()
202 return getLiveRegs(LIS.getInstructionIndex(MI).getBaseIndex(), LIS, in getLiveRegsBefore()
DGCNSchedStrategy.cpp457 LiveIns[CurRegion] = RPTracker.getLiveRegs(); in computeBlockPressure()
475 RPTracker.reset(*OnlySucc->begin(), &RPTracker.getLiveRegs()); in computeBlockPressure()
DGCNRegPressure.cpp272 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI, in getLiveRegs() function in llvm
473 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI); in isValid()