Lines Matching defs:getCopyFromRegs
875 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
1724 /// getCopyFromRegs - If there was virtual register allocated for the value V
1726 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) {
1737 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr,
1755 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType()))
1958 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
7800 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType()))
10422 Val = OpInfo.AssignedRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),
12713 // setValue(&I, getCopyFromRegs(CBR, CBR->getType()));
12757 SDValue V = OpInfo.AssignedRegs.getCopyFromRegs(