Searched refs:getCurSDLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2547 SDLoc dl = getCurSDLoc(); in visitJumpTableHeader() 2640 SDLoc dl = getCurSDLoc(); in visitSPDescriptorParent() 2747 SDLoc dl = getCurSDLoc(); in visitBitTestHeader() 2813 SDLoc dl = getCurSDLoc(); in visitBitTestCase() 3013 SDLoc dl = getCurSDLoc(); in visitLandingPad() 3410 SDLoc dl = getCurSDLoc(); in visitFPTrunc() 3486 SDLoc dl = getCurSDLoc(); in visitBitCast() 3550 SDLoc DL = getCurSDLoc(); in visitShuffleVector() 3841 SDLoc dl = getCurSDLoc(); in visitGetElementPtr() 3987 SDLoc dl = getCurSDLoc(); in visitAlloca() [all …]
|
| H A D | StatepointLowering.cpp | 79 SDLoc L = Builder.getCurSDLoc(); in pushStackMapConstant() 712 SDLoc L = Builder.getCurSDLoc(); in lowerStatepointMetaArgs() 820 Ops.push_back(DAG.getTargetConstant(SI.ID, getCurSDLoc(), MVT::i64)); in LowerAsSTATEPOINT() 822 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT() 903 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT() 965 DAG.getNode(ISD::GC_TRANSITION_END, getCurSDLoc(), NodeTys, TEOps); in LowerAsSTATEPOINT() 1084 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint() 1111 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); in LowerStatepoint() 1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() 1239 DAG.getLoad(LoadVT, getCurSDLoc(), Chain, SpillSlot, LoadMMO); in visitGCRelocate() [all …]
|
| H A D | SelectionDAGBuilder.h | 477 SDLoc getCurSDLoc() const { in getCurSDLoc() function
|