Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp279 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32()
320 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32()
347 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformOpToI32()
379 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in promoteUniformBitreverseToI32()
439 Builder.SetCurrentDebugLocation(FDiv.getDebugLoc()); in visitFDiv()
771 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitBinaryOperator()
806 Builder.SetCurrentDebugLocation(I.getDebugLoc()); in visitLoadInst()
DAMDGPURewriteOutArguments.cpp388 B.SetCurrentDebugLocation(RI->getDebugLoc()); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp134 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedLoad()
277 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedStore()
398 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedGather()
528 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in scalarizeMaskedScatter()
DStackProtector.cpp494 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram())); in CreateFailBB()
DExpandMemCmp.cpp588 Builder.SetCurrentDebugLocation(CI->getDebugLoc()); in getMemCmpExpansion()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp246 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
DIRBindings.cpp57 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
Dir_test.go130 b.SetCurrentDebugLocation(10, 20, scope, Metadata{})
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp396 IBuilder.SetCurrentDebugLocation(Loc); in CreateOldFunctionBodyAndDI()
398 IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
401 IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram)); in CreateOldFunctionBodyAndDI()
426 IBuilder.SetCurrentDebugLocation(InlinedDL); in CreateOldFunctionBodyAndDI()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp97 unwrap(Bref)->SetCurrentDebugLocation( in LLVMSetCurrentDebugLocation2()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp540 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
563 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
DAddressSanitizer.cpp2056 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp330 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in Mutate()
342 Builder.SetCurrentDebugLocation(I->getDebugLoc()); in Mutate()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h115 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h123 Builder.SetCurrentDebugLocation(DbgLoc); in ~SCEVInsertPointGuard()
/external/llvm/lib/CodeGen/
DStackProtector.cpp451 B.SetCurrentDebugLocation(DebugLoc::get(0, 0, F->getSubprogram())); in CreateFailBB()
DCodeGenPrepare.cpp647 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/
DIRBuilder.h83 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2846 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2941 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2948 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2956 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2961 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2963 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp832 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()
838 Builder.SetCurrentDebugLocation( in emitLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp832 return Builder.SetCurrentDebugLocation(DebugLoc()); in emitLocation()
838 Builder.SetCurrentDebugLocation( in emitLocation()
/external/llvm/include/llvm/IR/
DIRBuilder.h120 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp392 Builder.SetCurrentDebugLocation(SrcVal->getDebugLoc()); in getLoadValueForLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h138 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()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp89 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()

123