Home
last modified time | relevance | path

Searched refs:O1 (Results 1 – 25 of 124) sorted by relevance

12345

/external/llvm/test/Feature/
Doptnone-opt.ll2 ; RUN: opt -O1 -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O1
3 ; RUN: opt -O2 -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O1 --check-prefix=OPT-O2O3
4 ; RUN: opt -O3 -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O1 --check-prefix=OPT-O2O3
39 ; IR passes run at -O1 and higher.
40 ; OPT-O1-DAG: Skipping pass 'Aggressive Dead Code Elimination'
41 ; OPT-O1-DAG: Skipping pass 'Combine redundant instructions'
42 ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination'
43 ; OPT-O1-DAG: Skipping pass 'Early CSE'
44 ; OPT-O1-DAG: Skipping pass 'Jump Threading'
45 ; OPT-O1-DAG: Skipping pass 'MemCpy Optimization'
[all …]
Doptnone-llc.ll2 ; RUN: llc -O1 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
38 ; Machine Function passes run at -O1 and higher.
/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm15 S(MyClass *O1, MyClass *O2);
16 S(MyClass *O1);
39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) { category
40 [O1 privateMethod];
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; } category
/external/llvm/test/Transforms/LoopVectorize/X86/
Dmetadata-enable.ll1 ; RUN: opt < %s -mcpu=corei7 -O1 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O1
6 ; RUN: opt < %s -mcpu=corei7 -O1 -vectorize-loops -S -unroll-allow-partial=0 | FileCheck %s --check…
8 ; RUN: opt < %s -mcpu=corei7 -O1 -loop-vectorize -S -unroll-allow-partial=0 | FileCheck %s --check-…
19 ; O1-LABEL: @enabled(
20 ; O1: store <4 x i32>
21 ; O1: ret i32
71 ; O1-LABEL: @nopragma(
72 ; O1-NOT: store <4 x i32>
73 ; O1: ret i32
122 ; O1-LABEL: @disabled(
[all …]
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp439 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument
441 const Function *F1 = getParent(O1); in notDifferentParent()
1215 const Value *O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); in aliasCheck() local
1220 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck()
1227 if (O1 != O2) { in aliasCheck()
1229 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1233 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1234 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
1239 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck()
1240 (isa<Argument>(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck()
[all …]
/external/chromium_org/third_party/tcmalloc/vendor/doc/
Dthreadheap.dot8 O1 [label=""]
17 heap:f0 -> O0 -> O1 -> sep1
Dpageheap.dot8 O1 [shape=record, label=""]
23 heap:f0 -> O0 -> O1 -> sep1
/external/llvm/test/CodeGen/ARM/
D2012-05-04-vmov.ll1 ; RUN: llc -O1 -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - \
4 ; RUN: llc -O1 -mtriple=arm-eabi -mcpu=swift %s -o - \
D2009-09-09-fpcmp-ole.ll1 ; RUN: llc -O1 -march=arm -mattr=+vfp2 -mtriple=arm-linux-gnueabi < %s | FileCheck %s
Dglobal-merge-1.ll4 ; RUN: llc %s -O1 -o - | FileCheck -check-prefix=MERGE %s
5 ; RUN: llc %s -O1 -o - -enable-global-merge=false | FileCheck -check-prefix=NO-MERGE %s
6 ; RUN: llc %s -O1 -o - -enable-global-merge=true | FileCheck -check-prefix=MERGE %s
/external/llvm/test/CodeGen/Mips/
Docteon.ll1 ; RUN: llc -O1 < %s -march=mips64 -mcpu=octeon | FileCheck %s -check-prefix=OCTEON
2 ; RUN: llc -O1 < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefix=MIPS64
Docteon_popcnt.ll1 ; RUN: llc -O1 -march=mips64 -mcpu=octeon < %s | FileCheck %s -check-prefix=OCTEON
2 ; RUN: llc -O1 -march=mips64 -mcpu=mips64 < %s | FileCheck %s -check-prefix=MIPS64
/external/llvm/test/DebugInfo/
D2010-04-19-FramePtr.ll1 ; RUN: %llc_dwarf -asm-verbose -O1 -o %t < %s
3 ; RUN: %llc_dwarf -disable-fp-elim -asm-verbose -O1 -o %t < %s
/external/llvm/test/Other/
Doptimize-options.ll1 ;RUN: opt -S -O1 -debug-pass=Arguments %s 2>&1 | FileCheck %s
/external/clang/test/CodeGenObjCXX/
Dnrvo.mm1 // RUN: %clang_cc1 -emit-llvm -o - -fblocks %s -O1 -triple x86_64-apple-darwin10.0.0 -fobjc-runtime…
/external/llvm/test/CodeGen/PowerPC/
Dmcm-12.ll1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s
Dmcm-11.ll1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s
Dmcm-10.ll1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium <%s | FileCheck %s
/external/llvm/test/DebugInfo/X86/
DDW_AT_location-reference.ll1 ; RUN: llc -O1 -filetype=obj -mtriple=x86_64-apple-darwin < %s > %t
4 ; RUN: llc -O1 -filetype=obj -mtriple=x86_64-pc-linux-gnu < %s > %t
10 ; We use 'llc -O1' to induce variable 'x' to live in different locations.
/external/llvm/test/CodeGen/X86/
Dexpand-opaque-const.ll1 ; RUN: llc -mcpu=generic -O1 -relocation-model=pic < %s | FileCheck %s
D2012-04-09-TwoAddrPassBug.ll1 ; RUN: llc -O1 -verify-coalescing < %s
/external/chromium_org/net/data/ssl/certificates/
Ddiginotar_pkioverheid_g2.pem29 RoETmsBedGwqmDLq/He7DaWiMZgifnx859qkrey3LhoZcfhIUNpDjyyE3cFAJ+O1
/external/clang/docs/
DAddressSanitizer.rst37 get a reasonable performance add ``-O1`` or higher. To get nicer stack traces
39 you may need to disable inlining (just use ``-O1``) and tail call elimination
52 % clang -O1 -g -fsanitize=address -fno-omit-frame-pointer example_UseAfterFree.cc
59 % clang -O1 -g -fsanitize=address -fno-omit-frame-pointer -c example_UseAfterFree.cc
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_klex.pkb129 calamitàycalmaScambi�camera 2C!2G;O1���������������������������������������canale4cana…
138 %C1S!<5O1 cavalcioni %C1[1ET!LIAce+T!;cento\/*T!$ISK�������������������������������������������…
176 considera BCKIQ!B5;O1������������ considerataZ considerateJ consideratiJ consideratoZ
227 3;MAQ!,5Aepoca2!%MKC1eppure,;N!ZO; equivaleBequo$era2!<O1era'!%O1erano&!%O1IKeravamo
237 …�����������������������������������������est3!$QSestate2estera $!%QS;O1esternoWestero $!…
366 …potere4poterlo=poteva BMKS!%[1potreiBpotràBMKSO!1povera $M!,[;O1povere #M!,[;O;pove…
460 %QS1Q!<O1 statisticaS statisticheDstatuto4 stavolta %QS1[!KES1stelle1QS!;F;stesse#QS!;R;…
500 …SK;QCE1G1S!B[KC1MK[!,ESK¢4Q!%IS£ 2QS;OE!BI1¤ 2[1E!ZS1¥4/!%I¦23!2P1AIS;P!LV1§ 4M1O!2?O1=K¨
501 …;QMKI;IU/!2E;³4SO!<";QMKI;IU/!2E;´2[AO?KE!%V1C/!ZQ1µ4G!BCOK¶ 4M1O!2?O1=K·4M!ZISKT;ISO!2E;…
/external/libopus/
DAndroid.mk142 -DUSE_ALLOCA -DHAVE_LRINT -DHAVE_LRINTF -O1 -fno-math-errno
143 LOCAL_CPPFLAGS := -DBSD=1 -ffast-math -O1 -funroll-loops

12345