Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Operand

682       // defines 'NewReg' via an early-clobber operand.
684 MachineInstr *UseMI = Q.second.Operand->getParent();
699 if (!Q.second.Operand->isDef() || !Q.second.Operand->isEarlyClobber())
702 MachineInstr *DefMI = Q.second.Operand->getParent();
858 assert(AntiDepOp && "Can't find index for defined register operand");
932 Q.second.Operand->setReg(NewReg);
936 const SUnit *SU = MISUnitMap[Q.second.Operand->getParent()];
940 if (DVI->second == Q.second.Operand->getParent())