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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp617 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
621 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
642 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
646 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, function in class:RegsForValue
994 N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL);
1149 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL);
6271 SDValue Val = RetValRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(),
6311 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(),

Completed in 45 milliseconds