Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp104 SmallVectorImpl<Register> &SplitVRegs) override;
123 SmallVectorImpl<Register> &SplitVRegs);
210 SmallVectorImpl<Register> &SplitVRegs) { in spillInterferences() argument
243 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences()
262 SmallVectorImpl<Register> &SplitVRegs) { in selectOrSplit() argument
290 if (!spillInterferences(VirtReg, PhysReg, SplitVRegs)) in selectOrSplit()
303 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()
149 for (Register Reg : SplitVRegs) { in allocatePhysRegs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp675 SmallVector<Register, 4> SplitVRegs; in splitToValueTypes() local