Searched refs:OPTIMIZED (Results 1 – 22 of 22) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | arc-unsafeclaim.m | 6 …ble-llvm-optzns -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-OPTIMIZED 10 …ble-llvm-optzns -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-OPTIMIZED 33 // CHECK-OPTIMIZED-NEXT: bitcast 34 // CHECK-OPTIMIZED-NEXT: lifetime.end 58 // CHECK-OPTIMIZED-NEXT: bitcast 59 // CHECK-OPTIMIZED-NEXT: lifetime.end 60 // CHECK-OPTIMIZED-NEXT: bitcast 61 // CHECK-OPTIMIZED-NEXT: lifetime.end 82 // CHECK-OPTIMIZED-NEXT: bitcast 83 // CHECK-OPTIMIZED-NEXT: lifetime.end [all …]
|
/external/compiler-rt/make/ |
D | options.mk | 16 OPTIMIZED := 1
|
D | lib_info.mk | 56 CC CFLAGS LDFLAGS FUNCTIONS OPTIMIZED \
|
/external/swiftshader/third_party/LLVM/ |
D | build-for-llvm-top.sh | 24 if test "$OPTIMIZED" -eq 1 ; then
|
/external/compiler-rt/make/platform/ |
D | clang_mingw.mk | 30 OPTIMIZED := 1
|
D | clang_linux.mk | 87 OPTIMIZED := 1
|
/external/llvm/test/ThinLTO/X86/ |
D | funcimport.ll | 29 …vm-lto -thinlto-action=optimize %t2.bc -o - | llvm-dis -o - | FileCheck %s --check-prefix=OPTIMIZED 30 ; OPTIMIZED: define i32 @main()
|
/external/v8/src/ |
D | runtime-profiler.cc | 464 DCHECK_EQ(next_tier, Compiler::OPTIMIZED); in MarkCandidatesForOptimization() 468 DCHECK_EQ(next_tier, Compiler::OPTIMIZED); in MarkCandidatesForOptimization()
|
D | frames.h | 99 V(OPTIMIZED, OptimizedFrame) \ 505 bool is_optimized() const { return type() == OPTIMIZED; } in is_optimized() 525 return (type == JAVA_SCRIPT) || (type == OPTIMIZED) || in is_java_script() 1146 Type type() const override { return OPTIMIZED; } in type()
|
D | compiler.h | 44 enum CompilationTier { INTERPRETED, BASELINE, OPTIMIZED }; enumerator
|
D | frames.cc | 478 return OPTIMIZED; in ComputeType() 484 return OPTIMIZED; in ComputeType() 519 case OPTIMIZED: in ComputeType() 821 case OPTIMIZED: in IterateCompiledFrame()
|
D | compiler.cc | 1086 case Compiler::OPTIMIZED: { in GetLazyCode() 1468 return OPTIMIZED; in NextCompilationTier() 1473 return OPTIMIZED; in NextCompilationTier()
|
D | isolate.cc | 457 case StackFrame::OPTIMIZED: in CaptureSimpleStackTrace()
|
D | deoptimizer.cc | 246 if (type == StackFrame::OPTIMIZED) { in DeoptimizeMarkedCodeForContext()
|
/external/v8/tools/ |
D | ll_prof.py | 91 OPTIMIZED = 3 variable in Code 106 self.codetype = Code.OPTIMIZED 943 if code.codetype == Code.OPTIMIZED:
|
D | ic-processor.js | 28 case "*": return Profile.CodeState.OPTIMIZED;
|
D | profile.js | 75 OPTIMIZED: 2 property
|
D | tickprocessor.js | 66 case "*": return Profile.CodeState.OPTIMIZED;
|
/external/compiler-rt/ |
D | Makefile | 179 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
|
/external/v8/src/heap/ |
D | mark-compact.cc | 2134 if (it.frame()->type() == StackFrame::OPTIMIZED) { in ProcessTopOptimizedFrame()
|
/external/libpng/ |
D | libpng-manual.txt | 890 this case!) This is the 'OPTIMIZED' mode. For this mode a pixel is 1051 In the OPTIMIZED mode the halos will be light halos where the background 1053 your hardware/software fixed! (The OPTIMIZED approach is slightly
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 1945 Flags: OPTIMIZED, NEWLOCALS, NOFREE
|