Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp94 struct LiveReg { struct in __anon04051a820111::RegAllocFast
102 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} in LiveReg() function
109 using LiveRegMap = SparseSet<LiveReg>;
262 void assignVirtToPhysReg(MachineInstr &MI, LiveReg &, MCPhysReg PhysReg);
263 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint,
550 for (const LiveReg &LR : LiveVirtRegs) { in reloadAtBegin()
705 void RegAllocFast::assignVirtToPhysReg(MachineInstr &AtMI, LiveReg &LR, in assignVirtToPhysReg()
759 void RegAllocFast::allocVirtReg(MachineInstr &MI, LiveReg &LR, in allocVirtReg()
920 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg)); in defineVirtReg()
972 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg)); in useVirtReg()
[all …]
H A DInlineSpiller.cpp117 MachineBasicBlock &BB, Register &LiveReg);
1280 MachineBasicBlock &BB, Register &LiveReg) { in isSpillCandBB() argument
1298 LiveReg = SibReg; in isSpillCandBB()
1497 Register LiveReg; in runHoistSpills() local
1498 if (!isSpillCandBB(OrigLI, OrigVNI, *Block, LiveReg)) in runHoistSpills()
1521 SpillsToKeep[*RIt] = LiveReg; in runHoistSpills()
1612 Register LiveReg = Insert.second; in hoistAllSpills() local
1615 TII.storeRegToStackSlot(*BB, MII, LiveReg, false, Slot, in hoistAllSpills()
1616 MRI.getRegClass(LiveReg), &TRI, Register()); in hoistAllSpills()
H A DTargetInstrInfo.cpp455 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local
465 if (RC->hasSubClassEq(MRI.getRegClass(LiveReg))) in canFoldCopy()