Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp200 struct LiveReg { struct in __anon7753079e0111::RegAllocFastImpl
208 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} in LiveReg() argument
201 LastUse__anon7753079e0111::RegAllocFastImpl::LiveReg global() argument
202 VirtReg__anon7753079e0111::RegAllocFastImpl::LiveReg global() argument
203 PhysReg__anon7753079e0111::RegAllocFastImpl::LiveReg global() argument
204 LiveOut__anon7753079e0111::RegAllocFastImpl::LiveReg global() argument
205 Reloaded__anon7753079e0111::RegAllocFastImpl::LiveReg global() argument
206 Error__anon7753079e0111::RegAllocFastImpl::LiveReg global() argument
210 getSparseSetIndex__anon7753079e0111::RegAllocFastImpl::LiveReg getSparseSetIndex() argument
1721 for (const auto &LiveReg : MBB.liveouts()) allocateBasicBlock() local
[all...]
H A DInlineSpiller.cpp1346 isSpillCandBB(LiveInterval & OrigLI,VNInfo & OrigVNI,MachineBasicBlock & BB,Register & LiveReg) isSpillCandBB() argument
1563 Register LiveReg; runHoistSpills() local
1677 Register LiveReg = Insert.second; hoistAllSpills() local
[all...]
H A DTargetInstrInfo.cpp466 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp69 static auto LiveReg = [](unsigned Reg) { in __anona35487090302() variable