Home
last modified time | relevance | path

Searched refs:MISlot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1201 SlotIndex MISlot = SlotIndex(); in foldMemoryOperandImpl() local
1205 MISlot = LIS->getSlotIndexes()->getInstructionIndex(MI).getRegSlot(); in foldMemoryOperandImpl()
1209 CCLiveAtMI = CCLiveRange->liveAt(MISlot); in foldMemoryOperandImpl()
1223 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
1496 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1697 SlotIndex MISlot = LIS->getInstructionIndex(MI).getRegSlot(); in coalesceVSETVLIs() local
1699 LiveInterval::Segment S(MISlot, DefLI.beginIndex(), DefVNI); in coalesceVSETVLIs()
1701 DefVNI->def = MISlot; in coalesceVSETVLIs()