| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | IRBindings.cpp | 57 unwrap(Bref)->SetCurrentDebugLocation(DebugLoc()); in LLVMGoSetCurrentDebugLocation() 59 unwrap(Bref)->SetCurrentDebugLocation(DILocation::get( in LLVMGoSetCurrentDebugLocation()
|
| H A D | ir_test.go | 127 b.SetCurrentDebugLocation(10, 20, scope, Metadata{})
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 266 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createSlowBB() 290 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createFastBB() 316 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createDivRemPhiNodes() 333 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in insertOperandRuntimeCheck() 403 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in insertFastDivAndRem()
|
| H A D | VNCoercion.cpp | 484 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in getLoadValueForLoad()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 159 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad() 299 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore() 428 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather() 559 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter() 647 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedExpandLoad() 773 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedCompressStore()
|
| H A D | LoopIdiomRecognize.cpp | 2054 Builder.SetCurrentDebugLocation(DL); in transformLoopToCountable() 2461 Builder.SetCurrentDebugLocation(cast<Instruction>(XCurr)->getDebugLoc()); in recognizeShiftUntilBitTest() 2816 Builder.SetCurrentDebugLocation(IV->getDebugLoc()); in recognizeShiftUntilZero()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 142 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard() 352 void SetCurrentDebugLocation(DebugLoc L) { 353 Builder.SetCurrentDebugLocation(std::move(L));
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 330 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 371 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 398 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 430 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformBitreverseToI32() 525 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in replaceMulWithMul24() 639 Builder.SetCurrentDebugLocation(BO.getDebugLoc()); in foldBinOpIntoSelect() 788 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc()); in visitFDiv() 1258 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitBinaryOperator() 1323 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitLoadInst()
|
| H A D | AMDGPULateCodeGenPrepare.cpp | 157 IRB.SetCurrentDebugLocation(LI.getDebugLoc()); in visitLoadInst()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 225 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in lowerPrintfForGpu() 319 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in lowerPrintfForGpu()
|
| H A D | AMDGPURewriteOutArguments.cpp | 340 B.SetCurrentDebugLocation(RI->getDebugLoc()); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 189 IRB.SetCurrentDebugLocation(DILocation::get(SP->getContext(), 0, 0, SP)); in ensureDebugInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 165 Builder.SetCurrentDebugLocation(DebugLoc()); in matchStridedStart() 278 Builder.SetCurrentDebugLocation(DebugLoc()); in matchStridedRecurrence()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 493 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI() 495 IBuilder.SetCurrentDebugLocation( in CreateOldFunctionBodyAndDI() 499 IBuilder.SetCurrentDebugLocation( in CreateOldFunctionBodyAndDI() 526 IBuilder.SetCurrentDebugLocation(InlinedDL); in CreateOldFunctionBodyAndDI()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGGPUBuiltin.cpp | 204 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 423 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in lowerGather() 600 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in lowerScatter() 1077 Builder.SetCurrentDebugLocation(Offs->getDebugLoc()); in optimiseOffsets() 1217 Builder.SetCurrentDebugLocation(GEP->getDebugLoc()); in optimiseAddress()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 253 Builder.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst() 266 Builder.SetCurrentDebugLocation(*NewDIL); in setDebugLocFromInst() 271 Builder.SetCurrentDebugLocation(DIL); in setDebugLocFromInst()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 281 Builder.SetCurrentDebugLocation(DebugLoc); in spliceBB() 305 Builder.SetCurrentDebugLocation(DebugLoc); in splitBB() 1868 Builder.SetCurrentDebugLocation(DL); in createLoopSkeleton() 2038 Builder.SetCurrentDebugLocation(DL); in applyStaticWorkshareLoop() 2094 Builder.SetCurrentDebugLocation(DL); in applyStaticWorkshareLoop() 2141 Builder.SetCurrentDebugLocation(DL); in applyStaticChunkedWorkshareLoop() 2151 Builder.SetCurrentDebugLocation(DL); in applyStaticChunkedWorkshareLoop() 2215 Builder.SetCurrentDebugLocation(DL); in applyStaticChunkedWorkshareLoop() 2369 Builder.SetCurrentDebugLocation(DL); in applyDynamicWorkshareLoop() 2546 Builder.SetCurrentDebugLocation(DL); in collapseLoops() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 715 IRB.SetCurrentDebugLocation(DL); in wrapTestSetjmp() 1633 IRB.SetCurrentDebugLocation(EndBB->getInstList().back().getDebugLoc()); in handleLongjmpableCallsForEmscriptenSjLj() 1689 IRB.SetCurrentDebugLocation(FirstDL); in handleLongjmpableCallsForWasmSjLj()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 577 B.SetCurrentDebugLocation( in CreateFailBB()
|
| H A D | TypePromotion.cpp | 433 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in ExtendSources()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 845 return Builder->SetCurrentDebugLocation(DebugLoc()); in emitLocation() 851 Builder->SetCurrentDebugLocation(DILocation::get( in emitLocation()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 544 IC.Builder.SetCurrentDebugLocation(DebugLoc()); in Negate()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 762 Builder.SetCurrentDebugLocation(Loc.DL); in updateToLocation()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 190 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint() 199 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint() 203 void SetCurrentDebugLocation(DebugLoc L) { in SetCurrentDebugLocation() function 366 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
|