Searched refs:SetCurrentDebugLocation (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h190 IRB.SetCurrentDebugLocation(DILocation::get(SP->getContext(), 0, 0, SP));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp264 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc());
288 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc());
314 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc());
331 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc());
401 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h142 Builder.SetCurrentDebugLocation(DbgLoc);
362 void SetCurrentDebugLocation(DebugLoc L) { function in class:llvm::SCEVExpander
363 Builder.SetCurrentDebugLocation(std::move(L));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp166 IRB.SetCurrentDebugLocation(LI.getDebugLoc());
H A DAMDGPUPrintfRuntimeBinding.cpp195 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
270 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
H A DAMDGPUCodeGenPrepare.cpp474 Builder.SetCurrentDebugLocation(I.getDebugLoc());
515 Builder.SetCurrentDebugLocation(I.getDebugLoc());
542 Builder.SetCurrentDebugLocation(I.getDebugLoc());
574 Builder.SetCurrentDebugLocation(I.getDebugLoc());
643 Builder.SetCurrentDebugLocation(I.getDebugLoc());
751 Builder.SetCurrentDebugLocation(BO.getDebugLoc());
1121 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc());
1565 Builder.SetCurrentDebugLocation(I.getDebugLoc());
1631 Builder.SetCurrentDebugLocation(I.getDebugLoc());
1912 B.SetCurrentDebugLocation(IncIns
[all...]
H A DAMDGPUImageIntrinsicOptimizer.cpp255 B.SetCurrentDebugLocation(II->getDebugLoc());
H A DAMDGPURewriteOutArguments.cpp342 B.SetCurrentDebugLocation(RI->getDebugLoc());
H A DAMDGPULibCalls.cpp1290 B.SetCurrentDebugLocation(DL);
1398 B.SetCurrentDebugLocation(DbgLoc);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp160 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
296 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
421 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
552 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
640 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
766 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
H A DLoopIdiomRecognize.cpp1971 Builder.SetCurrentDebugLocation(DL);
2380 Builder.SetCurrentDebugLocation(cast<Instruction>(XCurr)->getDebugLoc());
2753 Builder.SetCurrentDebugLocation(IV->getDebugLoc());
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp205 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp165 Builder.SetCurrentDebugLocation(DebugLoc());
301 Builder.SetCurrentDebugLocation(DebugLoc());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp423 Builder.SetCurrentDebugLocation(I->getDebugLoc());
600 Builder.SetCurrentDebugLocation(I->getDebugLoc());
1077 Builder.SetCurrentDebugLocation(Offs->getDebugLoc());
1217 Builder.SetCurrentDebugLocation(GEP->getDebugLoc());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp714 IRB.SetCurrentDebugLocation(DL);
1627 IRB.SetCurrentDebugLocation(EndBB->back().getDebugLoc());
1683 IRB.SetCurrentDebugLocation(FirstDL);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp700 B.SetCurrentDebugLocation(
H A DSafeStack.cpp791 IRB.SetCurrentDebugLocation(
H A DTypePromotion.cpp442 Builder.SetCurrentDebugLocation(I->getDebugLoc());
H A DExpandMemCmp.cpp740 Builder.SetCurrentDebugLocation(CI->getDebugLoc());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp555 IC.Builder.SetCurrentDebugLocation(DebugLoc());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp375 Builder.SetCurrentDebugLocation(*NewDIL);
380 Builder.SetCurrentDebugLocation(DIL);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h191 SetCurrentDebugLocation(I->getStableDebugLoc());
200 SetCurrentDebugLocation(IP->getStableDebugLoc());
208 SetCurrentDebugLocation(IP->getStableDebugLoc());
220 void SetCurrentDebugLocation(DebugLoc L) { function in class:llvm::IRBuilderBase
385 Builder.SetCurrentDebugLocation(DbgLoc);
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp309 Builder.SetCurrentDebugLocation(DebugLoc);
333 Builder.SetCurrentDebugLocation(DebugLoc);
347 Builder.SetCurrentDebugLocation(DebugLoc);
2288 Builder.SetCurrentDebugLocation(DL);
2457 Builder.SetCurrentDebugLocation(DL);
2513 Builder.SetCurrentDebugLocation(DL);
2560 Builder.SetCurrentDebugLocation(DL);
2570 Builder.SetCurrentDebugLocation(DL);
2634 Builder.SetCurrentDebugLocation(DL);
3020 Builder.SetCurrentDebugLocation(D
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp967 B.SetCurrentDebugLocation(DL);
1014 Builder.SetCurrentDebugLocation(DL);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp737 Builder.SetCurrentDebugLocation(PHBranch->getDebugLoc());

Completed in 236 milliseconds

12