Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1294 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), in PrepareEHLandingPad()
1307 BuildMI(*MBB, FuncInfo->InsertPt, SDB->getCurDebugLoc(), II) in PrepareEHLandingPad()
1354 BuildMI(*MBB, MBBb, SDB->getCurDebugLoc(), in reportIPToStateForBlocks()
1363 BuildMI(*MBB, MBBe, SDB->getCurDebugLoc(), in reportIPToStateForBlocks()
1544 bool Inserted = SwiftError->createEntriesInEntryBlock(SDB->getCurDebugLoc()); in SelectAllBasicBlocks()
H A DSelectionDAGBuilder.h319 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
H A DSelectionDAGBuilder.cpp6072 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()