Home
last modified time | relevance | path

Searched refs:getCurDebugLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1421 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad()
1434 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1483 BuildMI(MBB, MBBb, SDB->getCurDebugLoc(), in reportIPToStateForBlocks()
1492 BuildMI(MBB, MBBe, SDB->getCurDebugLoc(), in reportIPToStateForBlocks()
1670 bool Inserted = SwiftError->createEntriesInEntryBlock(SDB->getCurDebugLoc()); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.h318 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
H A DSelectionDAGBuilder.cpp6502 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()