Searched refs:getCopyFromRegs (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 619 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from 623 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo, 644 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from 648 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, function in class:RegsForValue 997 N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL); 1152 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), Chain, NULL); 6337 SDValue Val = RetValRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(), 6377 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurDebugLoc(),
|
Completed in 68 milliseconds