Lines Matching defs:VRM
28 const VirtRegMap *VRM,
41 if (VRM && VRM->hasPhys(MO.getReg())) {
42 Register PhysReg = VRM->getPhys(MO.getReg());
77 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const {
83 VirtReg, Order, Hints, MF, VRM, Matrix);
85 if (VRM != nullptr) {
111 Reg.isPhysical() ? Reg : Register(VRM->getPhys(Reg));
150 TRI->getCommonSubClass(getRC32(FalseMO, VRM, MRI),
151 getRC32(TrueMO, VRM, MRI));
154 getRC32(Use.getOperand(0), VRM, MRI));