Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isFullCopyOf

255 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
257 static unsigned isFullCopyOf(const MachineInstr &MI, unsigned Reg) {
292 if (isFullCopyOf(MI, Reg))
329 unsigned SnipReg = isFullCopyOf(MI, Reg);
455 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
972 unsigned SibReg = isFullCopyOf(*MI, Reg);