Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CopyToReg

101   // If the node is only used by a CopyToReg and the dest reg is a vreg, use
102 // the CopyToReg'd destination register instead of creating a new vreg.
114 if (User->getOpcode() == ISD::CopyToReg &&
190 /// node is a CopyToReg, return its destination register. Return 0 otherwise.
197 if (User->getOpcode() == ISD::CopyToReg &&
217 // If the specific node value is only used by a CopyToReg and the dest reg
218 // is a vreg in the same register class, use the CopyToReg'd destination
246 if (User->getOpcode() == ISD::CopyToReg &&
476 // If the node is only used by a CopyToReg and the dest reg is a vreg, use
477 // the CopyToReg'd destination register instead of creating a new vreg.
479 if (User->getOpcode() == ISD::CopyToReg &&
853 } else if (F->getOpcode() == ISD::CopyToReg) {
854 // Skip CopyToReg nodes that are internal to the glue chain.
897 case ISD::CopyToReg: {