Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isFullCopyOf

237 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
239 static unsigned isFullCopyOf(const MachineInstr &MI, unsigned Reg) {
274 if (isFullCopyOf(MI, Reg))
311 unsigned SnipReg = isFullCopyOf(MI, Reg);
437 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
917 unsigned SibReg = isFullCopyOf(*MI, Reg);