Lines Matching defs:getCopyFromRegs
636 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
640 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
1034 /// getCopyFromRegs - If there was virtual register allocated for the value V
1036 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) {
1045 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
1062 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType()))
1235 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
7037 SDValue Val = RetValRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),
7077 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),