Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2899 SDLoc dl = getCurSDLoc(); in visitSPDescriptorParent()
3008 SDLoc dl = getCurSDLoc(); in visitBitTestHeader()
3074 SDLoc dl = getCurSDLoc(); in visitBitTestCase()
3285 SDLoc dl = getCurSDLoc(); in visitLandingPad()
3678 SDLoc dl = getCurSDLoc(); in visitFPTrunc()
3754 SDLoc dl = getCurSDLoc(); in visitBitCast()
3818 SDLoc DL = getCurSDLoc(); in visitShuffleVector()
4099 SDLoc dl = getCurSDLoc(); in visitGetElementPtr()
11887 auto DL = getCurSDLoc(); in visitStepVector()
11916 auto DL = getCurSDLoc(); in visitVectorDeinterleave()
[all …]
H A DStatepointLowering.cpp81 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant()
692 SDLoc L = Builder.getCurSDLoc(); in lowerStatepointMetaArgs()
802 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT()
804 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
897 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT()
964 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT()
1104 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
1132 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); in LowerStatepoint()
1246 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
1276 DAG.getLoad(LoadVT, getCurSDLoc(), Chain, SpillSlot, LoadMMO); in visitGCRelocate()
[all …]
H A DSelectionDAGBuilder.h315 SDLoc getCurSDLoc() const { in getCurSDLoc() function