Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp100 SmallVectorImpl<Register> &SplitVRegs) override;
119 SmallVectorImpl<Register> &SplitVRegs);
208 SmallVectorImpl<Register> &SplitVRegs) { in spillInterferences() argument
237 LiveRangeEdit LRE(Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences()
256 SmallVectorImpl<Register> &SplitVRegs) { in selectOrSplit() argument
284 if (!spillInterferences(VirtReg, PhysReg, SplitVRegs)) in selectOrSplit()
297 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
H A DRegAllocBase.cpp112 VirtRegVec SplitVRegs; in allocatePhysRegs() local
113 MCRegister AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
144 for (Register Reg : SplitVRegs) { in allocatePhysRegs()