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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp635 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
639 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
661 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
665 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, function in class:RegsForValue
1024 N = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
1180 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
6672 SDValue Val = RetValRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),
6712 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),

Completed in 73 milliseconds