Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefMI

277   MachineInstr *DefMI = getInstructionFromIndex(OldLR->valno->def);
278 if (DefMI != 0) {
279 return DefMI->findRegisterDefOperandIdx(interval.reg) != -1;
1069 VirtRegMap &vrm, MachineInstr *DefMI,
1091 if (DefMI && (MRInfo & VirtRegMap::isMod))
1095 : tii_->foldMemoryOperand(MI, FoldOps, DefMI);