Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1142 Root = DAG.getTokenFactor(getCurSDLoc(), Pending); in updateRoot()
1741 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1801 return DAG.getConstant(*CI, getCurSDLoc(), VT); in getValueImpl()
1804 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
1807 return DAG.getNode(ISD::PtrAuthGlobalAddress, getCurSDLoc(), VT, in getValueImpl()
1815 return DAG.getConstant(0, getCurSDLoc(), in getValueImpl()
1820 return DAG.getVScale(getCurSDLoc(), VT, APInt(VT.getSizeInBits(), 1)); in getValueImpl()
1823 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT); in getValueImpl()
1847 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl()
1862 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl()
[all …]
H A DStatepointLowering.cpp81 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
409 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
695 SDLoc L = Builder.getCurSDLoc(); in lowerStatepointMetaArgs()
793 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps); in LowerAsSTATEPOINT()
805 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
807 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
813 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
865 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops); in LowerAsSTATEPOINT()
900 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT()
967 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h315 SDLoc getCurSDLoc() const { in getCurSDLoc() function