Lines Matching defs:Copy
2596 // Insert node "GP copy globalreg" before call to function.
2612 // Build a sequence of copy-to-reg nodes chained together with token
2613 // chain and flag operands which copy the outgoing args into registers.
2909 // Copy all of the result registers out of their specified physreg.
3143 // The mips ABIs for returning structs by value requires that we copy
3153 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), DL, Reg, InVals[i]);
3154 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Copy, Chain);
3228 // Copy the result values into the output registers.
3278 // The mips ABIs for returning structs by value requires that we copy
3280 copy the value out
3751 // Copy arg registers.
3768 // Copy byVal arg to registers and stack.
3789 // Copy words to registers.
3805 // Copy the remainder of the byval argument with sub-word loads and shifts.
3853 // Copy remainder of byval arg to it with memcpy.
3896 // Copy the integer registers that have not been used for argument passing