Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1138 Root = DAG.getTokenFactor(getCurSDLoc(), Pending); in updateRoot()
1732 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1792 SDLoc DL = getCurSDLoc(); in getValueImpl()
1813 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
1816 return DAG.getNode(ISD::PtrAuthGlobalAddress, getCurSDLoc(), VT, in getValueImpl()
1824 return DAG.getConstant(0, getCurSDLoc(), in getValueImpl()
1829 return DAG.getVScale(getCurSDLoc(), VT, APInt(VT.getSizeInBits(), 1)); in getValueImpl()
1832 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT); in getValueImpl()
1856 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl()
1871 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl()
[all …]
H A DStatepointLowering.cpp80 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
408 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
694 SDLoc L = Builder.getCurSDLoc(); in lowerStatepointMetaArgs()
792 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps); in LowerAsSTATEPOINT()
804 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
806 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
812 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
864 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops); in LowerAsSTATEPOINT()
901 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT()
971 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h314 SDLoc getCurSDLoc() const { in getCurSDLoc() function