Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp1424 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore() local
1425 if (InstSlot > LastUse && InstSlot < OldIdx) in findLastUseBefore()
1426 LastUse = InstSlot.getRegSlot(); in findLastUseBefore()
DRegisterPressure.cpp1231 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in findUseBetween() local
1232 if (InstSlot >= PriorUseIdx && InstSlot < NextUseIdx) { in findUseBetween()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp318 SlotIndex InstSlot = LIS->getInstructionIndex(*MI).getRegSlot(); in isDefBetween() local
319 if (InstSlot >= First && InstSlot <= Last) in isDefBetween()