/external/llvm-project/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 96 OptReportLocationItemInfo Inlined; member 105 Inlined |= RHS.Inlined; in operator |=() 118 if (Inlined < RHS.Inlined) in operator <() 120 else if (RHS.Inlined < Inlined) in operator <() 230 UpdateLLII(LI.Inlined); in readLocationInfo() 288 bool NothingInlined = !MaxLI.Inlined.Transformed; in writeReport() 320 InlinedCols += CI.second.Inlined.Analyzed; in writeReport() 395 OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" : in writeReport() 405 if ((J.second.Inlined.Transformed && InlinedCols > 1) || in writeReport() 409 OS << (J.second.Inlined.Transformed && in writeReport() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | sanitize-no-dtor-callback.cpp | 12 struct Inlined { struct 13 inline ~Inlined() {} in ~Inlined() argument 15 Inlined i;
|
D | sanitize-dtor-callback.cpp | 17 struct Inlined { struct 19 inline ~Inlined() {} in ~Inlined() argument 21 Inlined i;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | sanitize-no-dtor-callback.cpp | 13 struct Inlined { struct 15 inline ~Inlined() {} in ~Inlined() argument 17 Inlined i;
|
D | sanitize-dtor-callback.cpp | 17 struct Inlined { struct 19 inline ~Inlined() {} in ~Inlined() argument 21 Inlined i;
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline_stats.ll | 17 ; CHECK-BASIC-NOT: -- Inlined not imported function 19 ; CHECK-VERBOSE: Inlined not imported function [internal2]: #inlines = 6, #inlines_to_importing_mod… 20 ; CHECK-VERBOSE: Inlined imported function [external2]: #inlines = 4, #inlines_to_importing_module … 21 ; CHECK-VERBOSE: Inlined imported function [external1]: #inlines = 3, #inlines_to_importing_module … 22 ; CHECK-VERBOSE: Inlined imported function [external5]: #inlines = 1, #inlines_to_importing_module … 23 ; CHECK-VERBOSE: Inlined imported function [external3]: #inlines = 1, #inlines_to_importing_module … 34 ; WRAPPER-VERBOSE: Inlined imported function [external5]: #inlines = 1, #inlines_to_importing_modul…
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 155 return Inlined(offsets_[offset], field->type()); in IsFieldInlined() 157 return Inlined(offsets_[field->index()], field->type()); in IsFieldInlined() 243 static bool Inlined(uint32 v, FieldDescriptor::Type type) { in Inlined() function
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSIndexPath.cpp | 85 m_impl.m_mode = Mode::Inlined; in Update() 140 enum class Mode { Inlined, Outsourced, Invalid }; enumerator 145 case Mode::Inlined: in GetNumIndexes() 161 case Mode::Inlined: in GetIndexAtIndex()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() argument 75 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : ""; in print()
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 63 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() argument 70 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : ""; in print()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 63 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print() argument 70 StringRef Prefix = (PrintPretty && Inlined) ? " (inlined by) " : ""; in print()
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | diagnostic-handler-remarks-with-hotness.ll | 21 ; YAML1-NEXT: Name: Inlined 41 ; YAML2-NEXT: Name: Inlined
|
D | diagnostic-handler-remarks.ll | 21 ; YAML1-NEXT: Name: Inlined 40 ; YAML2-NEXT: Name: Inlined
|
/external/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 33 void print(const DILineInfo &Info, bool Inlined);
|
/external/llvm-project/lld/test/ELF/lto/ |
D | opt-remarks.ll | 32 ; YAML-NEXT: Name: Inlined 48 ; YAML-HOT-NEXT: Name: Inlined
|
/external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 40 void print(const DILineInfo &Info, bool Inlined);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 40 void print(const DILineInfo &Info, bool Inlined);
|
/external/llvm-project/llvm/test/tools/gold/X86/ |
D | opt-remarks.ll | 49 ; YAML-NEXT: Name: Inlined 65 ; YAML-HOT-NEXT: Name: Inlined
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-11-18-ScavengerAssert.ll | 6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2008-11-18-ScavengerAssert.ll | 6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-inline-linetable-unreachable.s | 55 .long 4099 # Inlined function f starts at <stdin>:3
|
/external/llvm/test/MC/COFF/ |
D | cv-inline-linetable-unreachable.s | 53 .long 4099 # Inlined function f starts at <stdin>:3
|
/external/fmtlib/doc/bootstrap/ |
D | print.less | 5 // Inlined to avoid the additional HTTP request: h5bp.com/r
|
/external/llvm/test/DebugInfo/X86/ |
D | lexical-block-file-inline.ll | 3 ;; This test checks that Inlined DILexicalBlockFile with local decl entry 56 ;; Inlined "bar" function
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-inlinees.s | 108 # Inlined function inlinee_1 starts at t.c:7 113 # Inlined function inlinee_2 starts at file2.h:2
|