Lines Matching refs:CopyToReg
98 // If the node is only used by a CopyToReg and the dest reg is a vreg, use
99 // the CopyToReg'd destination register instead of creating a new vreg.
113 if (User->getOpcode() == ISD::CopyToReg &&
189 /// node is a CopyToReg, return its destination register. Return 0 otherwise.
196 if (User->getOpcode() == ISD::CopyToReg &&
215 // If the specific node value is only used by a CopyToReg and the dest reg
216 // is a vreg in the same register class, use the CopyToReg'd destination
233 if (User->getOpcode() == ISD::CopyToReg &&
456 // If the node is only used by a CopyToReg and the dest reg is a vreg, use
457 // the CopyToReg'd destination register instead of creating a new vreg.
461 if (User->getOpcode() == ISD::CopyToReg &&
803 } else if (F->getOpcode() == ISD::CopyToReg) {
804 CopyToReg nodes that are internal to the glue chain.
849 case ISD::CopyToReg: {