Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VRM

353   if (VRM->hasPhys(VirtReg)) {
363 if (!VRM->hasPhys(VirtReg))
415 if (VRM->hasKnownPreference(Reg))
565 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg);
609 if (!VRM->hasPhys(Intf->reg))
1206 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this);
1254 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this);
1309 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this);
1619 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this);
1710 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo);
1749 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this);
1774 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM));
1780 SA.reset(new SplitAnalysis(*VRM, *LIS, *Loops));
1781 SE.reset(new SplitEditor(*SA, *LIS, *VRM, *DomTree));