Searched refs:SlotIdx (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 581 SlotIndex SlotIdx = LIS.getInstructionIndex(MI); in detectDeadDefs() local 586 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() 797 SlotIndex SlotIdx; in recede() local 799 SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recede() 833 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() 863 SlotIndex SlotIdx; in recedeSkipDebugValues() local 865 SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recedeSkipDebugValues() 869 static_cast<IntervalPressure&>(P).openTop(SlotIdx); in recedeSkipDebugValues() 885 SlotIndex SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recede() local 886 RegOpers.adjustLaneLiveness(*LIS, *MRI, SlotIdx); in recede() [all …]
|
D | ScheduleDAGInstrs.cpp | 820 SlotIndex SlotIdx = LIS->getInstructionIndex(MI); in buildSchedGraph() local 821 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx); in buildSchedGraph()
|
D | MachineScheduler.cpp | 1408 SlotIndex SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in scheduleMI() local 1409 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in scheduleMI() 1442 SlotIndex SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in scheduleMI() local 1443 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in scheduleMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 426 SlotIndex SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in schedule() local 427 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in schedule()
|
D | GCNIterativeScheduler.cpp | 399 auto SlotIdx = LIS->getInstructionIndex(*MI).getRegSlot(); in scheduleRegion() local 400 RegOpers.adjustLaneLiveness(*LIS, MRI, SlotIdx, MI); in scheduleRegion()
|