/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 93 OptReportLocationItemInfo Inlined; member 102 Inlined |= RHS.Inlined; in operator |=() 115 if (Inlined < RHS.Inlined) in operator <() 117 else if (RHS.Inlined < Inlined) in operator <() 259 UpdateLLII(LI.Inlined); in collectLocationInfo() 335 bool NothingInlined = !MaxLI.Inlined.Transformed; in writeReport() 367 InlinedCols += CI.second.Inlined.Analyzed; in writeReport() 442 OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" : in writeReport() 452 if ((J.second.Inlined.Transformed && InlinedCols > 1) || in writeReport() 456 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline_stats.ll | 11 ; CHECK-BASIC-NOT: -- Inlined not imported function 13 ; CHECK-VERBOSE: Inlined not imported function [internal2]: #inlines = 6, #inlines_to_importing_mod… 14 ; CHECK-VERBOSE: Inlined imported function [external2]: #inlines = 4, #inlines_to_importing_module … 15 ; CHECK-VERBOSE: Inlined imported function [external1]: #inlines = 3, #inlines_to_importing_module … 16 ; CHECK-VERBOSE: Inlined imported function [external5]: #inlines = 1, #inlines_to_importing_module … 17 ; CHECK-VERBOSE: Inlined imported function [external3]: #inlines = 1, #inlines_to_importing_module …
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerOCLBlocks.cpp | 213 bool Inlined = false; in lowerBlockBind() local 214 changed |= lowerReturnBlock(Ret, CallBlkBind, Inlined); in lowerBlockBind() 215 if (Inlined) in lowerBlockBind() 324 lowerReturnBlock(ReturnInst *Ret, Value *CallBlkBind, bool &Inlined) { in lowerReturnBlock() argument 347 Inlined = true; in lowerReturnBlock() 349 return changed || Inlined; in lowerReturnBlock()
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | diagnostic-handler-remarks-with-hotness.ll | 21 ; YAML1-NEXT: Name: Inlined 40 ; YAML2-NEXT: Name: Inlined
|
D | diagnostic-handler-remarks.ll | 19 ; YAML1-NEXT: Name: Inlined 37 ; YAML2-NEXT: Name: Inlined
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | opt-remarks.ll | 31 ; YAML-NEXT: Name: Inlined 47 ; YAML-HOT-NEXT: Name: Inlined
|
/external/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 33 void print(const DILineInfo &Info, bool Inlined);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | DIPrinter.h | 34 void print(const DILineInfo &Info, bool Inlined);
|
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | diagnostic-handler-remarks-with-hotness.ll | 13 ; YAML-NEXT: Name: Inlined
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | immediate_merging64.ll | 24 ; Inlined memsets requiring multiple same-sized stores should be lowered using
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/ |
D | diagnostic-handler-remarks.ll | 23 ; YAML-NEXT: Name: Inlined
|
D | diagnostic-handler-remarks-with-hotness.ll | 21 ; YAML-NEXT: Name: Inlined
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | recursive_inlining.ll | 72 ; Inlined fn3: 75 ; Inlined fn6: 78 ; Inlined C::m_fn2:
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module.h.tmpl | 69 every use of {Inlined}StructPtr. #} 202 {#--- Inlined structs #}
|