Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:mo

516     MachineOperand &MO = MI->getOperand(i);
517 if (!MO.isReg())
519 if (MO.isImplicit())
521 if (MO.isUse())
523 for (int rx : regIndices(MO.getReg())) {
587 MachineOperand &mo = mi->getOperand(i);
588 if (!mo.isReg()) continue;
589 for (int rx : regIndices(mo.getReg())) {
596 MachineOperand &mo = mi->getOperand(i);
597 if (!mo.isReg()) continue;
598 for (int rx : regIndices(mo.getReg())) {
616 MachineOperand &mo = mi->getOperand(i);
617 if (!mo.isReg()) continue;
618 for (int rx : regIndices(mo.getReg())) {
712 MachineOperand &mo = *ii;
713 if (!mo.isReg()) continue;
714 for (int rx : regIndices(mo.getReg())) {
715 if (!LiveRegs[rx].Value || (mo.isDef() && LiveRegs[rx].Value != dv)) {