Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2567 SDLoc dl = getCurSDLoc(); in visitJumpTableHeader()
2660 SDLoc dl = getCurSDLoc(); in visitSPDescriptorParent()
2768 SDLoc dl = getCurSDLoc(); in visitBitTestHeader()
2834 SDLoc dl = getCurSDLoc(); in visitBitTestCase()
3040 SDLoc dl = getCurSDLoc(); in visitLandingPad()
3425 SDLoc dl = getCurSDLoc(); in visitFPTrunc()
3501 SDLoc dl = getCurSDLoc(); in visitBitCast()
3565 SDLoc DL = getCurSDLoc(); in visitShuffleVector()
3846 SDLoc dl = getCurSDLoc(); in visitGetElementPtr()
3994 SDLoc dl = getCurSDLoc(); in visitAlloca()
[all …]
H A DStatepointLowering.cpp83 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
723 SDLoc L = Builder.getCurSDLoc(); in lowerStatepointMetaArgs()
831 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
833 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
926 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT()
993 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
1129 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
1157 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); in LowerStatepoint()
1274 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
1304 DAG.getLoad(LoadVT, getCurSDLoc(), Chain, SpillSlot, LoadMMO); in visitGCRelocate()
[all …]
H A DSelectionDAGBuilder.h279 SDLoc getCurSDLoc() const { in getCurSDLoc() function