Searched refs:getCopyFromRegs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp638 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
642 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
664 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
668 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, function in class:RegsForValue
1019 N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL, V);
1174 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL, V);
6382 SDValue Val = RetValRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(),
6422 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(),

Completed in 133 milliseconds