Home
last modified time | relevance | path

Searched refs:SetCurrentDebugLocation (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp264 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createSlowBB()
288 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createFastBB()
314 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in createDivRemPhiNodes()
331 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in insertOperandRuntimeCheck()
401 Builder.SetCurrentDebugLocation(SlowDivOrRem->getDebugLoc()); in insertFastDivAndRem()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp160 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad()
296 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore()
421 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather()
552 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter()
641 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedExpandLoad()
772 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedCompressStore()
882 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedVectorHistogram()
H A DLoopIdiomRecognize.cpp2186 Builder.SetCurrentDebugLocation(DL); in transformLoopToCountable()
2597 Builder.SetCurrentDebugLocation(cast<Instruction>(XCurr)->getDebugLoc()); in recognizeShiftUntilBitTest()
2970 Builder.SetCurrentDebugLocation(IV->getDebugLoc()); in recognizeShiftUntilZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp967 FCmpBuilder.SetCurrentDebugLocation(FCmp.getDebugLoc()); in emitFCmpCheck()
998 FailBuilder.SetCurrentDebugLocation(FCmp.getDebugLoc()); in emitFCmpCheck()
1064 Builder.SetCurrentDebugLocation(Load.getDebugLoc()); in handleLoad()
1105 LoadBBBuilder.SetCurrentDebugLocation(Load.getDebugLoc()); in handleLoad()
1112 ShadowLoadBBBuilder.SetCurrentDebugLocation(Load.getDebugLoc()); in handleLoad()
1123 FExtBBBuilder.SetCurrentDebugLocation(Load.getDebugLoc()); in handleLoad()
1129 NextBBBuilder.SetCurrentDebugLocation(Load.getDebugLoc()); in handleLoad()
1619 Builder.SetCurrentDebugLocation(Call->getDebugLoc()); in createShadowValueWithOperandsAvailable()
1633 Builder.SetCurrentDebugLocation(Invoke->getDebugLoc()); in createShadowValueWithOperandsAvailable()
1641 Builder.SetCurrentDebugLocation(Inst.getDebugLoc()); in createShadowValueWithOperandsAvailable()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h159 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard()
388 void SetCurrentDebugLocation(DebugLoc L) {
389 Builder.SetCurrentDebugLocation(std::move(L));
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp476 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32()
517 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32()
544 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32()
576 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformBitreverseToI32()
645 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in replaceMulWithMul24()
753 Builder.SetCurrentDebugLocation(BO.getDebugLoc()); in foldBinOpIntoSelect()
1123 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc()); in visitFDiv()
1570 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitBinaryOperator()
1639 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitLoadInst()
1920 B.SetCurrentDebugLocation(IncInst->getDebugLoc()); in getSlicedVal()
[all …]
H A DAMDGPUPrintfRuntimeBinding.cpp196 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in lowerPrintfForGpu()
271 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in lowerPrintfForGpu()
H A DAMDGPUImageIntrinsicOptimizer.cpp255 B.SetCurrentDebugLocation(II->getDebugLoc()); in optimizeSection()
H A DAMDGPURewriteOutArguments.cpp342 B.SetCurrentDebugLocation(RI->getDebugLoc()); in runOnFunction()
H A DSIAnnotateControlFlow.cpp343 IRB.SetCurrentDebugLocation(DebugLoc()); in closeControlFlow()
H A DAMDGPULowerBufferFatPointers.cpp803 IRB.SetCurrentDebugLocation(I->getDebugLoc()); in getPtrParts()
806 IRB.SetCurrentDebugLocation(DebugLoc()); in getPtrParts()
908 IRB.SetCurrentDebugLocation(PHI->getDebugLoc()); in processConditionals()
1015 IRB.SetCurrentDebugLocation(I->getDebugLoc()); in killAndReplaceSplitInstructions()
H A DAMDGPULateCodeGenPrepare.cpp485 IRB.SetCurrentDebugLocation(LI.getDebugLoc()); in visitLoadInst()
H A DAMDGPULibCalls.cpp1332 B.SetCurrentDebugLocation(DL); in insertSinCos()
1440 B.SetCurrentDebugLocation(DbgLoc); in fold_sincos()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h196 IRB.SetCurrentDebugLocation(DILocation::get(SP->getContext(), 0, 0, SP)); in ensureDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp694 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
760 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
784 Builder.SetCurrentDebugLocation(CB->getStableDebugLoc()); in expandCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp165 Builder.SetCurrentDebugLocation(DebugLoc()); in matchStridedStart()
301 Builder.SetCurrentDebugLocation(DebugLoc()); in matchStridedRecurrence()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp423 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in lowerGather()
600 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in lowerScatter()
1083 Builder.SetCurrentDebugLocation(Offs->getDebugLoc()); in optimiseOffsets()
1223 Builder.SetCurrentDebugLocation(GEP->getDebugLoc()); in optimiseAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp208 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitAMDGPUDevicePrintfCallExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp709 IRB.SetCurrentDebugLocation(DL); in wrapTestSetjmp()
1519 IRB.SetCurrentDebugLocation(EndBB->back().getDebugLoc()); in handleLongjmpableCallsForEmscriptenSjLj()
1575 IRB.SetCurrentDebugLocation(FirstDL); in handleLongjmpableCallsForWasmSjLj()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp700 B.SetCurrentDebugLocation(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp572 IC.Builder.SetCurrentDebugLocation(DebugLoc()); in Negate()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h188 SetCurrentDebugLocation(I->getStableDebugLoc()); in SetInsertPoint()
197 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
205 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
217 void SetCurrentDebugLocation(DebugLoc L) { in SetCurrentDebugLocation() function
388 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp221 B.SetCurrentDebugLocation(I->getDebugLoc()); in setInsertPointAfterDef()
799 B.SetCurrentDebugLocation(OpI->getDebugLoc()); in deduceOperandElementType()
802 B.SetCurrentDebugLocation(DebugLoc()); in deduceOperandElementType()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp312 Builder.SetCurrentDebugLocation(DebugLoc); in spliceBB()
336 Builder.SetCurrentDebugLocation(DebugLoc); in splitBB()
350 Builder.SetCurrentDebugLocation(DebugLoc); in splitBB()
3827 Builder.SetCurrentDebugLocation(DL); in createLoopSkeleton()
3996 Builder.SetCurrentDebugLocation(DL); in applyStaticWorkshareLoop()
4053 Builder.SetCurrentDebugLocation(DL); in applyStaticWorkshareLoop()
4100 Builder.SetCurrentDebugLocation(DL); in applyStaticChunkedWorkshareLoop()
4110 Builder.SetCurrentDebugLocation(DL); in applyStaticChunkedWorkshareLoop()
4174 Builder.SetCurrentDebugLocation(DL); in applyStaticChunkedWorkshareLoop()
4560 Builder.SetCurrentDebugLocation(DL); in applyDynamicWorkshareLoop()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp393 Builder.SetCurrentDebugLocation(*NewDIL); in setDebugLocFrom()
398 Builder.SetCurrentDebugLocation(DIL); in setDebugLocFrom()

12