Searched refs:SlotIdx (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 580 SlotIndex SlotIdx = LIS.getInstructionIndex(MI); in detectDeadDefs() local 585 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() 790 SlotIndex SlotIdx; in recede() local 792 SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recede() 826 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() 856 SlotIndex SlotIdx; in recedeSkipDebugValues() local 858 SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recedeSkipDebugValues() 862 static_cast<IntervalPressure&>(P).openTop(SlotIdx); in recedeSkipDebugValues() 878 SlotIndex SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recede() local 879 RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx); in recede() [all …]
|
H A D | ScheduleDAGInstrs.cpp | 834 SlotIndex SlotIdx = LIS->getInstructionIndex(MI); in buildSchedGraph() local 835 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx); in buildSchedGraph()
|
H A D | MachineScheduler.cpp | 1671 SlotIndex SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in scheduleMI() local 1672 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in scheduleMI() 1706 SlotIndex SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in scheduleMI() local 1707 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in scheduleMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 377 auto SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in scheduleRegion() local 378 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in scheduleRegion()
|
H A D | GCNSchedStrategy.cpp | 1333 SlotIndex SlotIdx = DAG.LIS->getInstructionIndex(*MI).getRegSlot(); in revertScheduling() local 1334 RegOpers.adjustLaneLiveness(*DAG.LIS, DAG.MRI, SlotIdx, MI); in revertScheduling()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2062 for (unsigned SlotIdx = 0; SlotIdx < MTracker->NumSlotIdxes; ++SlotIdx) { in transferSpillOrRestoreInst() local 2063 unsigned SpillID = MTracker->getSpillIDWithIdx(*Loc, SlotIdx); in transferSpillOrRestoreInst()
|