Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveIntervals.cpp1424 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore() local
1425 if (InstSlot > LastUse && InstSlot < OldIdx) in findLastUseBefore()
1426 LastUse = InstSlot.getRegSlot(); in findLastUseBefore()
HDRegisterPressure.cpp1231 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in findUseBetween() local
1232 if (InstSlot >= PriorUseIdx && InstSlot < NextUseIdx) { in findUseBetween()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMachineScheduler.cpp318 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in isDefBetween() local
319 if (InstSlot >= First && InstSlot <= Last) in isDefBetween()