Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CopyToReg

81   // If the node is only used by a CopyToReg and the dest reg is a vreg, use
82 // the CopyToReg'd destination register instead of creating a new vreg.
96 if (User->getOpcode() == ISD::CopyToReg &&
170 /// node is a CopyToReg, return its destination register. Return 0 otherwise.
177 if (User->getOpcode() == ISD::CopyToReg &&
195 // If the specific node value is only used by a CopyToReg and the dest reg
196 // is a vreg in the same register class, use the CopyToReg'd destination
212 if (User->getOpcode() == ISD::CopyToReg &&
434 // If the node is only used by a CopyToReg and the dest reg is a vreg, use
435 // the CopyToReg'd destination register instead of creating a new vreg.
439 if (User->getOpcode() == ISD::CopyToReg &&
769 } else if (F->getOpcode() == ISD::CopyToReg) {
770 // Skip CopyToReg nodes that are internal to the glue chain.
815 case ISD::CopyToReg: {