/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 198 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark() 205 const DebugLoc &DLoc, in emitOptimizationRemarkMissed() 213 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysis() 222 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisFPCommute() 231 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisAliasing() 253 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopVectorizeWarning() 259 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopInterleaveWarning()
|
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 347 const DebugLoc &DLoc) in DiagnosticInfoWithDebugLocBase() 370 DebugLoc DLoc; variable 386 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase() 430 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark() 456 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed() 482 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() 502 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() 525 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisFPCommute() 552 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisAliasing() 646 DiagnosticInfoOptimizationFailure(const Function &Fn, const DebugLoc &DLoc, in DiagnosticInfoOptimizationFailure() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineAdvisor.cpp | 377 std::string llvm::getCallSiteLocation(DebugLoc DLoc) { in getCallSiteLocation() 402 void llvm::addLocationToRemarks(OptimizationRemark &Remark, DebugLoc DLoc) { in addLocationToRemarks() 425 void llvm::emitInlinedInto(OptimizationRemarkEmitter &ORE, DebugLoc DLoc, in emitInlinedInto()
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 228 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in emitAnalysis() local 485 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in inlineCalls() local
|
D | SampleProfile.cpp | 455 const DebugLoc &DLoc = Inst.getDebugLoc(); in getInstWeight() local 643 DebugLoc DLoc = CI->getDebugLoc(); in inlineHotFunctions() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 507 static void emit_inlined_into(OptimizationRemarkEmitter &ORE, DebugLoc &DLoc, in emit_inlined_into() 681 DebugLoc DLoc = CS->getDebugLoc(); in inlineCallsImpl() local 1073 DebugLoc DLoc = CS->getDebugLoc(); in run() local
|
D | SampleProfile.cpp | 695 const DebugLoc &DLoc = Inst.getDebugLoc(); in getInstWeight() local 893 DebugLoc DLoc = I->getDebugLoc(); in inlineCallInstruction() local 1530 const DebugLoc &DLoc = I.getDebugLoc(); in propagateWeights() local
|
D | PartialInlining.cpp | 324 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in getOneDebugLoc() local 1363 DebugLoc DLoc; in tryPartialInline() local
|
D | WholeProgramDevirt.cpp | 323 DebugLoc DLoc = CS->getDebugLoc(); in emitRemark() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 196 PathDiagnosticLocation DLoc = in checkASTDecl() local
|
D | CheckObjCDealloc.cpp | 248 PathDiagnosticLocation DLoc = in checkASTDecl() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 196 PathDiagnosticLocation DLoc = in checkASTDecl() local
|
D | CheckObjCDealloc.cpp | 241 PathDiagnosticLocation DLoc = in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | InlineAdvisor.h | 112 const DebugLoc DLoc; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwiftErrorValueTracking.cpp | 221 auto DLoc = isa<Instruction>(SwiftErrorVal) in propagateVRegs() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SwiftErrorValueTracking.cpp | 221 auto DLoc = isa<Instruction>(SwiftErrorVal) in propagateVRegs() local
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 90 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 725 const DebugLoc &DLoc = Inst.getDebugLoc(); in getInstWeight() local 938 DebugLoc DLoc = CB.getDebugLoc(); in inlineCallInstruction() local 1591 const DebugLoc &DLoc = I.getDebugLoc(); in propagateWeights() local
|
D | Inliner.cpp | 450 DebugLoc DLoc = CB.getDebugLoc(); in inlineCallsImpl() local
|
D | PartialInlining.cpp | 320 DebugLoc DLoc = CB->getDebugLoc(); in getOneDebugLoc() local 1376 DebugLoc DLoc; in tryPartialInline() local
|
D | WholeProgramDevirt.cpp | 369 DebugLoc DLoc = CB.getDebugLoc(); in emitRemark() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 2147 DebugLoc DLoc = SI->getDebugLoc(); in processCopyingStore() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 2166 DebugLoc DLoc = SI->getDebugLoc(); in processCopyingStore() local
|