/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 246 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI() 248 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI() 251 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 540 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock() 563 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
D | AddressSanitizer.cpp | 2056 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 2117 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 2124 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 2132 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack() 2136 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 115 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 451 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram())); in CreateFailBB()
|
D | CodeGenPrepare.cpp | 647 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase() 1197 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad() 1340 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore() 1461 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather() 1594 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter() 1709 Builder.SetCurrentDebugLocation(CountZeros->getDebugLoc()); in despeculateCountZeros()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 83 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint() 108 void SetCurrentDebugLocation(const DebugLoc &L) { in SetCurrentDebugLocation() function 355 SetCurrentDebugLocation(IP->getDebugLoc()); in IRBuilder() 361 SetCurrentDebugLocation(cast<Instruction>(U.getUser())->getDebugLoc()); in IRBuilder()
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 832 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation() 838 Builder.SetCurrentDebugLocation( in emitLocation()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 120 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint() 129 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint() 133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function 226 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 89 CGF->Builder.SetCurrentDebugLocation(llvm::DebugLoc()); in init() 95 CGF->Builder.SetCurrentDebugLocation( in init() 112 CGF.Builder.SetCurrentDebugLocation(std::move(Loc)); in ApplyDebugLocation() 119 CGF->Builder.SetCurrentDebugLocation(std::move(OriginalLocation)); in ~ApplyDebugLocation() 2991 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLocation() 3010 Builder.SetCurrentDebugLocation(llvm::DebugLoc::get( in EmitLexicalBlockStart()
|
D | CodeGenFunction.cpp | 2007 IRB.SetCurrentDebugLocation(Builder.getCurrentDebugLocation()); in EmitSanitizerStatReport()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2131 Builder.SetCurrentDebugLocation(VL0->getDebugLoc()); in setInsertPointAfterBundle() 2218 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 2240 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 4099 Builder.SetCurrentDebugLocation(Loc); in tryToReduce() 4109 Builder.SetCurrentDebugLocation( in tryToReduce()
|
D | LoopVectorize.cpp | 652 B.SetCurrentDebugLocation(Inst->getDebugLoc()); in setDebugLocFromInst() 654 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1367 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc()); in makeStatepointExplicitImpl() 1398 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in makeStatepointExplicitImpl()
|
D | LoopRerollPass.cpp | 1542 Builder.SetCurrentDebugLocation(BI->getDebugLoc()); in replaceIV()
|
D | SROA.cpp | 2253 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit() 2910 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
|
D | GVN.cpp | 1052 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1867 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs() 1882 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
|
/external/llvm/docs/tutorial/ |
D | LangImpl09.rst | 342 Builder.SetCurrentDebugLocation(
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1852 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect() 2024 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1997 Builder->SetCurrentDebugLocation(I->getDebugLoc()); in DoOneIteration()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 1008 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in GetLoadValueForLoad()
|
D | SimplifyLibCalls.cpp | 1625 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3031 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect() 3242 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in TryToSimplifyUncondBranchWithICmpInIt()
|