Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp105 SmallVectorImpl<unsigned> &SplitVRegs) override;
119 SmallVectorImpl<unsigned> &SplitVRegs);
206 SmallVectorImpl<unsigned> &SplitVRegs) { in spillInterferences() argument
239 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences()
258 SmallVectorImpl<unsigned> &SplitVRegs) { in selectOrSplit() argument
285 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit()
298 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
H A DRegAllocBase.cpp112 VirtRegVec SplitVRegs; in allocatePhysRegs() local
113 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
141 for (unsigned Reg : SplitVRegs) { in allocatePhysRegs()