Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CopyFromReg

646     /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
672 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
1013 // to do this first, so that we don't create a CopyFromReg if we already
4363 if (CFR.getOpcode() == ISD::CopyFromReg)
4397 if (N.getOpcode() == ISD::CopyFromReg)
6618 assert((Op.getOpcode() != ISD::CopyFromReg ||
6840 if (!TM.Options.EnableFastISel && Res.getOpcode() == ISD::CopyFromReg) {