Searched refs:getCurDebugLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1294 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 D | SelectionDAGBuilder.h | 319 DebugLoc getCurDebugLoc() const { in getCurDebugLoc() function
|
| H A D | SelectionDAGBuilder.cpp | 6072 DebugLoc dl = getCurDebugLoc(); in visitIntrinsicCall()
|