Home
last modified time | relevance | path

Searched refs:DLoc (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h347 const DebugLoc &DLoc) in DiagnosticInfoWithDebugLocBase() argument
348 : DiagnosticInfo(Kind, Severity), Fn(Fn), DLoc(DLoc) {} in DiagnosticInfoWithDebugLocBase()
363 const DebugLoc &getDebugLoc() const { return DLoc; } in getDebugLoc()
370 DebugLoc DLoc; variable
386 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase() argument
387 : DiagnosticInfoWithDebugLocBase(Kind, Severity, Fn, DLoc), in DiagnosticInfoOptimizationBase()
430 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark() argument
432 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemark()
456 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed() argument
458 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemarkMissed()
[all …]
/external/llvm/lib/IR/
DDiagnosticInfo.cpp198 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark() argument
200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg)); in emitOptimizationRemark()
205 const DebugLoc &DLoc, in emitOptimizationRemarkMissed() argument
207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkMissed()
213 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysis() argument
216 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkAnalysis()
222 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisFPCommute() argument
225 DLoc, Msg)); in emitOptimizationRemarkAnalysisFPCommute()
231 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisAliasing() argument
234 DLoc, Msg)); in emitOptimizationRemarkAnalysisAliasing()
[all …]
/external/llvm/lib/Transforms/IPO/
DInliner.cpp228 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in emitAnalysis() local
229 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg); in emitAnalysis()
485 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in inlineCalls() local
490 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in inlineCalls()
500 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in inlineCalls()
510 CallerCtx, DEBUG_TYPE, *Caller, DLoc, in inlineCalls()
DSampleProfile.cpp455 const DebugLoc &DLoc = Inst.getDebugLoc(); in getInstWeight() local
456 if (!DLoc) in getInstWeight()
468 const DILocation *DIL = DLoc; in getInstWeight()
469 unsigned Lineno = DLoc.getLine(); in getInstWeight()
482 Ctx, DEBUG_TYPE, *F, DLoc, in getInstWeight()
643 DebugLoc DLoc = CI->getDebugLoc(); in inlineHotFunctions() local
647 emitOptimizationRemark(Ctx, DEBUG_TYPE, F, DLoc, in inlineHotFunctions()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp196 PathDiagnosticLocation DLoc = in checkASTDecl() local
210 os.str(), DLoc); in checkASTDecl()
DCheckObjCDealloc.cpp248 PathDiagnosticLocation DLoc = in checkASTDecl() local
252 OS.str(), DLoc); in checkASTDecl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp522 const DebugLoc &DLoc = Inst.getDebugLoc(); in getInstWeight() local
523 if (!DLoc) in getInstWeight()
545 const DILocation *DIL = DLoc; in getInstWeight()
566 LLVM_DEBUG(dbgs() << " " << DLoc.getLine() << "." in getInstWeight()
718 DebugLoc DLoc = I->getDebugLoc(); in inlineCallInstruction() local
731 ORE->emit(OptimizationRemark(DEBUG_TYPE, "Not inline", DLoc, BB) in inlineCallInstruction()
738 ORE->emit(OptimizationRemark(DEBUG_TYPE, "HotInline", DLoc, BB) in inlineCallInstruction()
1268 const DebugLoc &DLoc = I.getDebugLoc(); in propagateWeights() local
1269 if (!DLoc) in propagateWeights()
1271 const DILocation *DIL = DLoc; in propagateWeights()
DInliner.cpp603 DebugLoc DLoc = CS->getDebugLoc(); in inlineCallsImpl() local
613 return OptimizationRemarkMissed(DEBUG_TYPE, "NotInlined", DLoc, in inlineCallsImpl()
625 OptimizationRemark R(DEBUG_TYPE, RemarkName, DLoc, Block); in inlineCallsImpl()
985 DebugLoc DLoc = CS->getDebugLoc(); in run() local
992 return OptimizationRemarkMissed(DEBUG_TYPE, "NotInlined", DLoc, Block) in run()
1004 OptimizationRemark R(DEBUG_TYPE, RemarkName, DLoc, Block); in run()
DPartialInlining.cpp318 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in getOneDebugLoc() local
320 return std::make_tuple(DLoc, Block); in getOneDebugLoc()
1345 DebugLoc DLoc; in tryPartialInline() local
1347 std::tie(DLoc, Block) = getOneDebugLoc(Cloner.ClonedFunc); in tryPartialInline()
1350 DLoc, Block) in tryPartialInline()
DWholeProgramDevirt.cpp287 DebugLoc DLoc = CS->getDebugLoc(); in emitRemark() local
291 OREGetter(F).emit(OptimizationRemark(DEBUG_TYPE, OptName, DLoc, Block) in emitRemark()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() argument
96 uintptr_t V = (uintptr_t) DLoc; in makeLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1372 auto DLoc = isa<Instruction>(SwiftErrorVal) in propagateSwiftErrorVRegs() local
1383 BuildMI(*MBB, MBB->getFirstNonPHI(), DLoc, TII->get(TargetOpcode::COPY), in propagateSwiftErrorVRegs()
1397 BuildMI(*MBB, MBB->getFirstNonPHI(), DLoc, in propagateSwiftErrorVRegs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2143 DebugLoc DLoc = SI->getDebugLoc(); in processCopyingStore() local
2289 NewCall->setDebugLoc(DLoc); in processCopyingStore()