Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h333 SDValue getCopyFromRegs(const Value *V, Type *Ty);
773 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
H A DStatepointLowering.cpp1201 SDValue CopyFromReg = getCopyFromRegs(SI, RetTy); in visitGCResult()
1249 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
H A DSelectionDAGBuilder.cpp877 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() function in RegsForValue
1730 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) { in getCopyFromRegs() function in SelectionDAGBuilder
1741 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1759 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType())) in getValue()
1950 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl()
10259 Val = OpInfo.AssignedRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()
12610 SDValue V = OpInfo.AssignedRegs.getCopyFromRegs( in visitCallBrLandingPad()