| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 278 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 319 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 346 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 378 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformBitreverseToI32() 438 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc()); in visitFDiv() 770 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitBinaryOperator() 805 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitLoadInst()
|
| H A D | AMDGPURewriteOutArguments.cpp | 388 B.SetCurrentDebugLocation(RI->getDebugLoc()); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 143 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad() 268 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore() 377 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather() 488 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter()
|
| H A D | StackProtector.cpp | 501 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram())); in CreateFailBB()
|
| H A D | ExpandMemCmp.cpp | 630 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in getMemCmpExpansion()
|
| H A D | SafeStack.cpp | 784 IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP)); in run()
|
| H A D | CodeGenPrepare.cpp | 952 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase() 1598 Builder.SetCurrentDebugLocation(CountZeros->getDebugLoc()); in despeculateCountZeros()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpander.h | 123 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCodeGenPrepare.cpp | 533 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in ExtendSources() 617 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in PromoteTree()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2883 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas() 2978 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas() 2985 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas() 2993 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas() 2998 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas() 3000 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
|
| H A D | SanitizerCoverage.cpp | 785 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 392 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in getLoadValueForLoad()
|
| H A D | SimplifyCFG.cpp | 3437 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect() 3642 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in tryToSimplifyUncondBranchWithICmpInIt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 138 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint() 147 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint() 151 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function 244 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 111 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init() 117 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in init() 134 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation() 141 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation() 3583 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation() 3615 Builder.SetCurrentDebugLocation( in EmitLexicalBlockStart()
|
| H A D | CodeGenFunction.cpp | 2418 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2917 Builder.SetCurrentDebugLocation(Front->getDebugLoc()); in setInsertPointAfterBundle() 3064 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 3091 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 5815 Builder.SetCurrentDebugLocation(Loc); in tryToReduce() 5831 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in tryToReduce() 5840 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in tryToReduce()
|
| H A D | LoopVectorize.cpp | 765 B.SetCurrentDebugLocation(NewDIL.getValue()); in setDebugLocFromInst() 772 B.SetCurrentDebugLocation(DIL); in setDebugLocFromInst() 774 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1514 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in makeStatepointExplicitImpl() 1543 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in makeStatepointExplicitImpl()
|
| H A D | LoopIdiomRecognize.cpp | 1592 Builder.SetCurrentDebugLocation(DL); in transformLoopToCountable()
|
| H A D | SROA.cpp | 2330 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit() 3100 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
|
| H A D | IndVarSimplify.cpp | 2445 Builder.SetCurrentDebugLocation(Cond->getDebugLoc()); in linearFunctionTestReplace()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 1972 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs() 1987 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 899 B.SetCurrentDebugLocation(DL); in getIRBForDbgInsertion()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3207 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in run()
|