Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isFullCopyOf

209 /// isFullCopyOf - If MI is a COPY to or from Reg, return the other register,
211 static unsigned isFullCopyOf(const MachineInstr *MI, unsigned Reg) {
245 if (isFullCopyOf(MI, Reg))
281 unsigned SnipReg = isFullCopyOf(MI, Reg);
578 if (unsigned SrcReg = isFullCopyOf(MI, Reg)) {
770 if (unsigned DstReg = isFullCopyOf(MI, Reg)) {
1138 unsigned SibReg = isFullCopyOf(MI, Reg);