Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp100 SmallVectorImpl<Register> &SplitVRegs) override;
119 SmallVectorImpl<Register> &SplitVRegs);
210 SmallVectorImpl<Register> &SplitVRegs) { in spillInterferences() argument
241 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences()
260 SmallVectorImpl<Register> &SplitVRegs) { in selectOrSplit() argument
288 if (!spillInterferences(VirtReg, PhysReg, SplitVRegs)) in selectOrSplit()
301 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
H A DRegAllocBase.cpp111 VirtRegVec SplitVRegs; in allocatePhysRegs() local
112 MCRegister AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
146 for (Register Reg : SplitVRegs) { in allocatePhysRegs()