Home
last modified time | relevance | path

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

1234567891011

/external/webp/src/dsp/
Dmips_macro.h26 #define ADD_SUB_HALVES(O0, O1, \ argument
29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t"
34 #define LOAD_IN_X2(O0, O1, \ argument
37 "lh %[" #O1 "], " #I1 "(%[in]) \n\t"
41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument
44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \
51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
55 "mul %[" #O1 "], %[" #I0 "], %[kC1] \n\t" \
63 "sra %[" #O1 "], %[" #O1 "], 16 \n\t" \
77 #define INSERT_HALF_X2(O0, O1, \ argument
[all …]
/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.ll1 ; RUN: llc -O1 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
5 ; RUN: llc -O1 -debug-only=isel %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=FAST
6 ; RUN: llc -O1 -debug-only=isel -fast-isel=false %s -o /dev/null 2>&1 | FileCheck %s --check-prefix…
39 ; 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/tools/gold/X86/
Dopt-level.ll6 ; RUN: -plugin-opt=O1 -r -o %t.o %t.bc
7 ; RUN: llvm-dis < %t.o.opt.bc -o - | FileCheck --check-prefix=CHECK-O1 %s
13 ; CHECK-O1: define internal void @foo(
20 ; CHECK-O1: define internal i32 @bar(
32 ; CHECK-O1: select
45 ; CHECK-O1-NOT: !type
/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/libcxx/test/std/utilities/optional/optional.relops/
Dequal.pass.cpp73 using O1 = optional<int>; in main() typedef
75 constexpr O1 o1(42); in main()
80 using O1 = optional<int>; in main() typedef
82 constexpr O1 o1(42); in main()
Dgreater_equal.pass.cpp70 using O1 = optional<int>; in main() typedef
72 constexpr O1 o1(42); in main()
77 using O1 = optional<int>; in main() typedef
79 constexpr O1 o1(42); in main()
Dless_than.pass.cpp68 using O1 = optional<int>; in main() typedef
70 constexpr O1 o1(42); in main()
75 using O1 = optional<int>; in main() typedef
77 constexpr O1 o1(42); in main()
Dless_equal.pass.cpp70 using O1 = optional<int>; in main() typedef
72 constexpr O1 o1(42); in main()
77 using O1 = optional<int>; in main() typedef
79 constexpr O1 o1(42); in main()
Dgreater_than.pass.cpp68 using O1 = optional<int>; in main() typedef
70 constexpr O1 o1(42); in main()
75 using O1 = optional<int>; in main() typedef
77 constexpr O1 o1(42); in main()
Dnot_equal.pass.cpp73 using O1 = optional<int>; in main() typedef
75 constexpr O1 o1(42); in main()
80 using O1 = optional<int>; in main() typedef
82 constexpr O1 o1(42); in main()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp443 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument
445 const Function *F1 = getParent(O1); in notDifferentParent()
1125 const Value *O1 = GetUnderlyingObject(V1, TD); in aliasCheck() local
1130 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck()
1137 if (O1 != O2) { in aliasCheck()
1139 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1143 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1144 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
1149 if (((isa<Argument>(O1) && (isa<AllocaInst>(O2) || isNoAliasCall(O2))) || in aliasCheck()
1150 (isa<Argument>(O2) && (isa<AllocaInst>(O1) || isNoAliasCall(O1))))) in aliasCheck()
[all …]
/external/llvm/test/CodeGen/SPARC/
DLeonItinerariesUT.ll1 ; RUN: llc < %s -O1 -march=sparc | FileCheck %s -check-prefix=NO_ITIN
2 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon2 | FileCheck %s -check-prefix=LEON2_ITIN
3 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon3 | FileCheck %s -check-prefix=LEON3_4_ITIN
4 ; RUN: llc < %s -O1 -march=sparc -mcpu=leon4 | FileCheck %s -check-prefix=LEON3_4_ITIN
/external/llvm/test/CodeGen/ARM/
Dadv-copy-opt.ll1 ; RUN: llc -O1 -mtriple=armv7s-apple-ios -mcpu=swift < %s -disable-adv-copy-opt=true | FileCheck -c…
2 ; RUN: llc -O1 -mtriple=armv7s-apple-ios -mcpu=swift < %s -disable-adv-copy-opt=false | FileCheck -…
3 ; RUN: llc -O1 -mtriple=thumbv7s-apple-ios -mcpu=swift < %s -disable-adv-copy-opt=true | FileCheck …
4 ; RUN: llc -O1 -mtriple=thumbv7s-apple-ios -mcpu=swift < %s -disable-adv-copy-opt=false | FileCheck…
Ddisable-fp-elim.ll1 ; RUN: llc < %s -mtriple armv7-none-linux-gnueabi -O1 | FileCheck %s --check-prefix=DISABLE-FP-ELIM
2 ; RUN: llc < %s -mtriple armv7-none-linux-gnueabi -disable-fp-elim -O1 | FileCheck %s --check-prefi…
3 ; RUN: llc < %s -mtriple armv7-none-linux-gnueabi -disable-fp-elim=false -O1 | FileCheck %s --check…
Dusat-lower.ll1 ; RUN: not llc < %s -O1 -mtriple=armv6-none-none-eabi 2>&1 | FileCheck %s
2 ; RUN: not llc < %s -O1 -mtriple=thumbv7-none-none-eabi 2>&1 | FileCheck %s
Dusat-upper.ll1 ; RUN: not llc < %s -O1 -mtriple=armv6-none-none-eabi 2>&1 | FileCheck %s
2 ; RUN: not llc < %s -O1 -mtriple=thumbv7-none-none-eabi 2>&1 | FileCheck %s
Dssat-upper.ll1 ; RUN: not llc < %s -O1 -mtriple=armv6-none-none-eabi 2>&1 | FileCheck %s
2 ; RUN: not llc < %s -O1 -mtriple=thumbv7-none-none-eabi 2>&1 | FileCheck %s
Dssat-lower.ll1 ; RUN: not llc < %s -O1 -mtriple=armv6-none-none-eabi 2>&1 | FileCheck %s
2 ; RUN: not llc < %s -O1 -mtriple=thumbv7-none-none-eabi 2>&1 | FileCheck %s
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 - \
Dbuild-attributes-optimization-mixed.ll2 ; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s
6 ; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj -…
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp667 static bool notDifferentParent(const Value *O1, const Value *O2) { in notDifferentParent() argument
669 const Function *F1 = getParent(O1); in notDifferentParent()
1419 const Value *O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); in aliasCheck() local
1424 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck()
1431 if (O1 != O2) { in aliasCheck()
1433 if (isIdentifiedObject(O1) && isIdentifiedObject(O2)) in aliasCheck()
1437 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) || in aliasCheck()
1438 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1))) in aliasCheck()
1443 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) || in aliasCheck()
1444 (isa<Argument>(O2) && isIdentifiedFunctionLocal(O1))) in aliasCheck()
[all …]
/external/llvm/test/DebugInfo/Generic/
D2010-04-19-FramePtr.ll1 ; RUN: %llc_dwarf -debugger-tune=lldb -asm-verbose -O1 -o - < %s | FileCheck %s
2 ; RUN: %llc_dwarf -debugger-tune=gdb -asm-verbose -O1 -o - < %s | FileCheck %s --check-prefix=DISAB…
3 ; RUN: %llc_dwarf -disable-fp-elim -debugger-tune=lldb -asm-verbose -O1 -o - < %s | FileCheck %s --…
/external/llvm/test/CodeGen/PowerPC/
Dmcm-12.ll1 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium -mattr=-vsx < %s | FileCheck %s
2 ; RUN: llc -mcpu=pwr7 -O1 -code-model=medium -mattr=+vsx < %s | FileCheck -check-prefix=CHECK-VSX %s

1234567891011