Lines Matching refs:SlotIdx
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()
894 SlotIndex SlotIdx; in advance() local
896 SlotIdx = getCurrSlot(); in advance()
901 static_cast<IntervalPressure&>(P).openBottom(SlotIdx); in advance()
917 LaneBitmask LastUseMask = getLastUsedLanes(Reg, SlotIdx); in advance()
944 SlotIndex SlotIdx = getCurrSlot(); in advance() local
945 RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx); in advance()
1037 SlotIndex SlotIdx; in bumpUpwardPressure() local
1039 SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in bumpUpwardPressure()
1046 RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx); in bumpUpwardPressure()
1287 SlotIndex SlotIdx; in bumpDownwardPressure() local
1289 SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in bumpDownwardPressure()
1295 RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx); in bumpDownwardPressure()
1300 LaneBitmask LastUseMask = getLastUsedLanes(Reg, SlotIdx); in bumpDownwardPressure()
1310 = findUseBetween(Reg, LastUseMask, CurrIdx, SlotIdx, *MRI, LIS); in bumpDownwardPressure()