Searched refs:getCopyFromRegs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 687 SDValue CopyFromReg = getCopyFromRegs(I, RetTy); in visitGCResult()
|
D | SelectionDAGBuilder.h | 601 SDValue getCopyFromRegs(const Value *V, Type *Ty);
|
D | SelectionDAGBuilder.cpp | 645 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo, 673 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() function in RegsForValue 1024 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) { in getCopyFromRegs() function in SelectionDAGBuilder 1033 res = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getCopyFromRegs() 1050 SDValue copyFromReg = getCopyFromRegs(V, V->getType()); in getValue() 1206 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl() 6761 SDValue Val = RetValRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm() 6801 SDValue OutVal = OutRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()
|