Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1481 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore() local
1482 if (InstSlot > LastUse && InstSlot < OldIdx) in findLastUseBefore()
1483 LastUse = InstSlot.getRegSlot(); in findLastUseBefore()
H A DRegisterPressure.cpp1233 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in findUseBetween() local
1234 if (InstSlot >= PriorUseIdx && InstSlot < NextUseIdx) { in findUseBetween()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp297 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in isDefBetween() local
298 if (InstSlot >= First && InstSlot <= Last) in isDefBetween()