Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1096 Root = DAG.getTokenFactor(getCurSDLoc(), Pending); in updateRoot()
1538 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1598 return DAG.getConstant(*CI, getCurSDLoc(), VT); in getValueImpl()
1601 return DAG.getGlobalAddress(GV, getCurSDLoc(), VT); in getValueImpl()
1605 return DAG.getConstant(0, getCurSDLoc(), in getValueImpl()
1610 return DAG.getVScale(getCurSDLoc(), VT, APInt(VT.getSizeInBits(), 1)); in getValueImpl()
1613 return DAG.getConstantFP(*CFP, getCurSDLoc(), VT); in getValueImpl()
1637 return DAG.getMergeValues(Constants, getCurSDLoc()); in getValueImpl()
1652 return DAG.getMergeValues(Ops, getCurSDLoc()); in getValueImpl()
1653 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
[all …]
H A DStatepointLowering.cpp81 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
407 Chain = Builder.DAG.getStore(Chain, Builder.getCurSDLoc(), Incoming, Loc, in spillIncomingStatepointValue()
693 SDLoc L = Builder.getCurSDLoc(); in lowerStatepointMetaArgs()
790 DAG.getNode(ISD::GC_TRANSITION_START, getCurSDLoc(), NodeTys, TSOps); in LowerAsSTATEPOINT()
802 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
804 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
810 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
862 DAG.getMachineNode(TargetOpcode::STATEPOINT, getCurSDLoc(), NodeTys, Ops); in LowerAsSTATEPOINT()
897 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT()
964 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
[all …]
H A DSelectionDAGBuilder.h331 SDLoc getCurSDLoc() const { in getCurSDLoc() function