| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ScalarEvolutionExpander.h | 126 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard() 285 void SetCurrentDebugLocation(DebugLoc L) { 286 Builder.SetCurrentDebugLocation(std::move(L));
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ScalarizeMaskedMemIntrin.cpp | 143 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad() 280 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore() 405 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather() 530 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter() 613 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedExpandLoad() 724 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedCompressStore()
|
| D | StackProtector.cpp | 532 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram())); in CreateFailBB()
|
| D | TypePromotion.cpp | 486 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in ExtendSources()
|
| D | ExpandMemCmp.cpp | 636 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in getMemCmpExpansion()
|
| D | SafeStack.cpp | 777 IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP)); in run()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUCodeGenPrepare.cpp | 296 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 337 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 364 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32() 396 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformBitreverseToI32() 478 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in replaceMulWithMul24() 570 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc()); in visitFDiv() 904 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitBinaryOperator() 939 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitLoadInst()
|
| D | AMDGPUPrintfRuntimeBinding.cpp | 226 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in lowerPrintfForGpu() 321 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in lowerPrintfForGpu()
|
| D | AMDGPURewriteOutArguments.cpp | 388 B.SetCurrentDebugLocation(RI->getDebugLoc()); in runOnFunction()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactorDebugInfo.cpp | 122 builder->SetCurrentDebugLocation(diRootLocation); in DebugInfo() 141 builder->SetCurrentDebugLocation(getLocation(backtrace, backtrace.size() - 1)); in EmitLocation() 347 builder->SetCurrentDebugLocation(pending.diLocation); in emitPending() 379 builder->SetCurrentDebugLocation(llvm::DILocation::get( in emitPending()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPIRBuilder.h | 177 Builder.SetCurrentDebugLocation(Loc.DL); in updateToLocation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | MVEGatherScatterLowering.cpp | 196 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in lowerGather()
|
| /third_party/skia/third_party/externals/swiftshader/docs/ |
| D | ReactorDebugInfo.md | 45 This information is passed to `llvm::IRBuilder<>::SetCurrentDebugLocation`
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | VNCoercion.cpp | 430 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in getLoadValueForLoad()
|
| D | SimplifyCFG.cpp | 3541 Builder.SetCurrentDebugLocation(OldTerm->getDebugLoc()); in SimplifyTerminatorOnSelect() 3742 Builder.SetCurrentDebugLocation(SI->getDebugLoc()); in tryToSimplifyUncondBranchWithICmpInIt()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 143 SetCurrentDebugLocation(I->getDebugLoc()); in SetInsertPoint() 152 SetCurrentDebugLocation(IP->getDebugLoc()); in SetInsertPoint() 156 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function 292 Builder.SetCurrentDebugLocation(DbgLoc); in ~InsertPointGuard()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 3934 Builder.SetCurrentDebugLocation(Front->getDebugLoc()); in setInsertPointAfterBundle() 4080 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 4103 Builder.SetCurrentDebugLocation(PH->getDebugLoc()); in vectorizeTree() 6796 Builder.SetCurrentDebugLocation(Loc); in tryToReduce() 6812 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in tryToReduce() 6821 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in tryToReduce()
|
| D | LoopVectorize.cpp | 827 B.SetCurrentDebugLocation(NewDIL.getValue()); in setDebugLocFromInst() 834 B.SetCurrentDebugLocation(DIL); in setDebugLocFromInst() 836 B.SetCurrentDebugLocation(DebugLoc()); in setDebugLocFromInst()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | RewriteStatepointsForGC.cpp | 1509 Builder.SetCurrentDebugLocation(CI->getNextNode()->getDebugLoc()); in makeStatepointExplicitImpl() 1538 Builder.SetCurrentDebugLocation(II->getDebugLoc()); in makeStatepointExplicitImpl()
|
| D | LoopIdiomRecognize.cpp | 1641 Builder.SetCurrentDebugLocation(DL); in transformLoopToCountable()
|
| D | SROA.cpp | 2370 IRB.SetCurrentDebugLocation(OldUserI->getDebugLoc()); in visit() 3158 PtrBuilder.SetCurrentDebugLocation(OldPtr->getDebugLoc()); in visitPHINode()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | SanitizerCoverage.cpp | 866 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 2060 Builder.SetCurrentDebugLocation(IsomorphicInc->getDebugLoc()); in replaceCongruentIVs() 2075 Builder.SetCurrentDebugLocation(Phi->getDebugLoc()); in replaceCongruentIVs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DIBuilder.cpp | 908 B.SetCurrentDebugLocation(DL); in getIRBForDbgInsertion()
|
| D | Core.cpp | 3041 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(unwrap<MDNode>(Loc))); in LLVMSetCurrentDebugLocation2() 3043 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc()); in LLVMSetCurrentDebugLocation2() 3049 unwrap(Builder)->SetCurrentDebugLocation(DebugLoc(Loc)); in LLVMSetCurrentDebugLocation()
|