Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp208 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} argument
203 struct LiveReg { global() struct in __anon279642bd0111::RegAllocFast
204 LastUse__anon279642bd0111::RegAllocFast::LiveReg global() argument
205 VirtReg__anon279642bd0111::RegAllocFast::LiveReg global() argument
206 PhysReg__anon279642bd0111::RegAllocFast::LiveReg global() argument
207 LiveOut__anon279642bd0111::RegAllocFast::LiveReg global() argument
209 Error__anon279642bd0111::RegAllocFast::LiveReg global() argument
211 LiveReg__anon279642bd0111::RegAllocFast::LiveReg LiveReg() argument
213 getSparseSetIndex__anon279642bd0111::RegAllocFast::LiveReg getSparseSetIndex() argument
1682 for (const auto &LiveReg : MBB.liveouts()) allocateBasicBlock() local
[all...]
H A DInlineSpiller.cpp1348 MachineBasicBlock &BB, Register &LiveReg) { in isSpillCandBB() argument
1565 Register LiveReg; in runHoistSpills() local
1679 Register LiveReg = Insert.second; in hoistAllSpills() local
[all...]
H A DTargetInstrInfo.cpp466 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local