Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:vrm

137   VirtRegMap *vrm;
493 int stackSlot = vrm->getStackSlot(spilled->reg);
520 vrm->clearAllVirt();
535 vrm->assignVirt2Phys(vreg, preg);
542 lis->addIntervalsForSpills(*spillInterval, 0, loopInfo, *vrm);
583 unsigned physReg = vrm->getRegAllocPref(li->reg);
590 vrm->assignVirt2Phys(li->reg, physReg);
606 } else if (vrm->isAssignedReg(li->reg)) {
607 reg = vrm->getPhys(li->reg);
652 vrm = &getAnalysis<VirtRegMap>();
693 rmf->renderMachineFunction("After PBQP register allocation.", vrm);
698 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *vrm << "\n");
703 rewriter->runOnMachineFunction(*mf, *vrm, lis);