Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp349 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in findUseBetween() local
350 bool InRange = Upward ? (InstSlot > PriorUseIdx && InstSlot <= NextUseIdx) in findUseBetween()
351 : (InstSlot >= PriorUseIdx && InstSlot < NextUseIdx); in findUseBetween()
H A DSIMachineScheduler.cpp293 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot(); in isDefBetween() local
294 if (InstSlot >= First && InstSlot <= Last) in isDefBetween()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1517 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore() local
1518 if (InstSlot > LastUse && InstSlot < OldIdx) in findLastUseBefore()
1519 LastUse = InstSlot.getRegSlot(); in findLastUseBefore()
H A DRegisterPressure.cpp1221 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in findUseBetween() local
1222 if (InstSlot >= PriorUseIdx && InstSlot < NextUseIdx) { in findUseBetween()