Home
last modified time | relevance | path

Searched refs:O3 (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Datomic64.ll16 …nown-linux-gnu -O3 --disable-machine-licm -mcpu=mips64 -relocation-model=pic -verify-machineinstrs…
146 ; O3-LABEL: AtomicLoadAdd:
147 ; O3: # %bb.0: # %entry
148 ; O3-NEXT: lui $1, %hi(%neg(%gp_rel(AtomicLoadAdd)))
149 ; O3-NEXT: daddu $1, $1, $25
150 ; O3-NEXT: daddiu $1, $1, %lo(%neg(%gp_rel(AtomicLoadAdd)))
151 ; O3-NEXT: ld $1, %got_disp(x)($1)
152 ; O3-NEXT: .LBB0_1: # %entry
153 ; O3-NEXT: # =>This Inner Loop Header: Depth=1
154 ; O3-NEXT: lld $2, 0($1)
[all …]
Datomic.ll28 …nown-linux-gnu -O3 --disable-machine-licm -mcpu=mips32 -relocation-model=pic -verify-machineinstrs…
259 ; O3-LABEL: AtomicLoadAdd32:
260 ; O3: # %bb.0: # %entry
261 ; O3-NEXT: lui $2, %hi(_gp_disp)
262 ; O3-NEXT: addiu $2, $2, %lo(_gp_disp)
263 ; O3-NEXT: addu $1, $2, $25
264 ; O3-NEXT: lw $1, %got(x)($1)
265 ; O3-NEXT: $BB0_1: # %entry
266 ; O3-NEXT: # =>This Inner Loop Header: Depth=1
267 ; O3-NEXT: ll $2, 0($1)
[all …]
Dhelloworld.ll1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
4 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s…
5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s…
7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | …
Dlongbranch.ll3 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -O3 -relocation-model=pic < %s \
6 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -force-mips-long-branch -O3 -relocation-model=pic < %s…
8 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -force-mips-long-branch -O3 -relocation-model=static <…
10 ; RUN: llc -mtriple=mipsel-unknown-linux-gnu -mcpu=mips32r6 -force-mips-long-branch -O3 \
13 …4el-unknown-linux-gnu -mcpu=mips4 -target-abi=n64 -force-mips-long-branch -O3 -relocation-model=pi…
15 …el-unknown-linux-gnu -mcpu=mips64 -target-abi=n64 -force-mips-long-branch -O3 -relocation-model=pi…
17 …lc -mtriple=mips64el-unknown-linux-gnu -mcpu=mips64r6 -target-abi=n64 -force-mips-long-branch -O3 \
21 ; RUN: -force-mips-long-branch -O3 -relocation-model=pic < %s | FileCheck %s -check-prefix=MICROM…
23 ; RUN: -force-mips-long-branch -O3 -relocation-model=static < %s | FileCheck %s -check-prefix=MIC…
26 ; RUN: -force-mips-long-branch -O3 -relocation-model=static < %s | FileCheck %s -check-prefix=MIC…
[all …]
/external/webp/src/dsp/
Dmips_macro.h41 #define LOAD_WITH_OFFSET_X4(O0, O1, O2, O3, \ argument
46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t"
51 #define MUL_SHIFT_SUM(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
57 "mul %[" #O3 "], %[" #I1 "], %[kC1] \n\t" \
65 "sra %[" #O3 "], %[" #O3 "], 16 \n\t" \
84 #define SRA_16(O0, O1, O2, O3, \ argument
89 "sra %[" #O3 "], %[" #I3 "], 16 \n\t"
97 #define SHIFT_R_SUM_X2(O0, O1, O2, O3, O4, O5, O6, O7, \ argument
102 "subq.ph %[" #O3 "], %[" #I1 "], %[" #I5 "] \n\t" \
110 "shra.ph %[" #O3 "], %[" #O3 "], 3 \n\t" \
[all …]
/external/eigen/bench/
Dbenchmark_suite4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark…
10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/nu…
12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
14 $CXX -O3 -I .. benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
16 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchma…
18 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev…
DREADME.txt17 g++-4.1 -O3 -DNDEBUG -finline-limit=10000
22 g++-4.2 -O3 -DNDEBUG -finline-limit=10000
27 g++-4.3 -O3 -DNDEBUG -finline-limit=10000
40 g++-4.2 -O3 -DNDEBUG -finline-limit=10000 -fopenmp
/external/compiler-rt/cmake/caches/
DApple.cmake9 set(CMAKE_C_FLAGS_RELEASE "-O3" CACHE STRING "")
10 set(CMAKE_CXX_FLAGS_RELEASE "-O3" CACHE STRING "")
11 set(CMAKE_ASM_FLAGS_RELEASE "-O3" CACHE STRING "")
12 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
13 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
14 set(CMAKE_ASM_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRING "")
/external/llvm/test/CodeGen/Mips/
Dhelloworld.ll1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
2 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
4 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s…
5 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static -O3 < %s…
7 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | …
8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | …
Dlongbranch.ll2 ; RUN: llc -march=mipsel -force-mips-long-branch -O3 -relocation-model=pic < %s \
4 ; RUN: llc -march=mipsel -mcpu=mips32r6 -force-mips-long-branch -O3 \
6 ; RUN: llc -march=mips64el -mcpu=mips4 -target-abi=n64 -force-mips-long-branch -O3 -relocation-mode…
8 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -force-mips-long-branch -O3 -relocation-mod…
10 ; RUN: llc -march=mips64el -mcpu=mips64r6 -target-abi=n64 -force-mips-long-branch -O3 \
13 ; RUN: -force-mips-long-branch -O3 -relocation-model=pic < %s | FileCheck %s -check-prefix=MICROM…
14 ; RUN: llc -mtriple=mipsel-none-nacl -force-mips-long-branch -O3 -relocation-model=pic < %s \
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-defaults.ll17 ; RUN: -passes='default<O3>' -S %s 2>&1 \
18 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O3
31 ; RUN: -passes='default<O3>' -S %s 2>&1 \
32 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O3 \
36 ; RUN: -passes='default<O3>' -S %s 2>&1 \
37 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O3 \
41 ; RUN: -passes='default<O3>' -S %s 2>&1 \
42 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O3 \
46 ; RUN: -passes='default<O3>' -S %s 2>&1 \
47 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O3 \
[all …]
Dnew-pm-thinlto-defaults.ll18 ; RUN: -passes='thinlto-pre-link<O3>,name-anon-globals' -S -passes-ep-pipeline-start='no-op-mod…
19 … | FileCheck %s --check-prefixes=CHECK-O,CHECK-O3,CHECK-PRELINK-O,CHECK-PRELINK-O-NODIS,CHECK-PRE…
38 ; RUN: -passes='thinlto<O3>' -S %s 2>&1 \
39 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O3,CHECK-POSTLINK-O,CHECK-POSTLINK-O3
76 ; CHECK-O3-NEXT: Running pass: CallSiteSplittingPass
103 ; CHECK-O3-NEXT: Running pass: ArgumentPromotionPass
114 ; CHECK-O3-NEXT: Running pass: AggressiveInstCombinePass
118 ; CHECK-O3-NEXT: Running pass: LibCallsShrinkWrapPass
164 ; CHECK-O3-NEXT: Running pass: MergedLoadStoreMotionPass
165 ; CHECK-O3-NEXT: Running pass: GVN
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dmetadata-enable.ll4 ; RUN: opt < %s -mcpu=corei7 -O3 -S -unroll-threshold=150 -unroll-allow-partial=0 | FileCheck %s --…
5 ; RUN: opt < %s -mcpu=corei7 -O3 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3DEFAULT
12 ; RUN: opt < %s -mcpu=corei7 -O3 -unroll-threshold=150 -disable-loop-vectorization -S -unroll-allow…
256 ; O3-LABEL: @enabled(
257 ; O3-NEXT: entry:
258 ; O3-NEXT: [[BROADCAST_SPLATINSERT1:%.*]] = insertelement <4 x i32> undef, i32 [[N:%.*]], i32 0
259 ; O3-NEXT: [[BROADCAST_SPLAT2:%.*]] = shufflevector <4 x i32> [[BROADCAST_SPLATINSERT1]], <4 x i…
260 ; O3-NEXT: [[TMP0:%.*]] = bitcast i32* [[B:%.*]] to <4 x i32>*
261 ; O3-NEXT: [[WIDE_LOAD:%.*]] = load <4 x i32>, <4 x i32>* [[TMP0]], align 4
262 ; O3-NEXT: [[TMP1:%.*]] = add nsw <4 x i32> [[WIDE_LOAD]], [[BROADCAST_SPLAT2]]
[all …]
/external/llvm/test/Transforms/LoopVectorize/X86/
Dmetadata-enable.ll3 ; RUN: opt < %s -mcpu=corei7 -O3 -S -unroll-allow-partial=0 | FileCheck %s --check-prefix=O3
10 ; RUN: opt < %s -mcpu=corei7 -O3 -disable-loop-vectorization -S -unroll-allow-partial=0 | FileCheck…
25 ; O3-LABEL: @enabled(
26 ; O3: store <4 x i32>
27 ; O3: ret i32
77 ; O3-LABEL: @nopragma(
78 ; O3: store <4 x i32>
79 ; O3: ret i32
128 ; O3-LABEL: @disabled(
129 ; O3-NOT: store <4 x i32>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Demutls_generic.ll3 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -relocation-model=pic -O3 \
5 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-linux-android -O3 \
7 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-windows-gnu -O3 \
9 ; RUN: llc < %s -emulated-tls -mtriple=aarch64-apple-darwin -O3 \
14 ; RUN: llc < %s -mtriple=aarch64-linux-android -relocation-model=pic -O3 \
16 ; RUN: llc < %s -mtriple=aarch64-linux-android -O3 \
19 ; RUN: llc < %s -mtriple=aarch64-apple-darwin -O3 \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dtail-dup-layout.ll3 ; RUN: llc -O3 -ppc-reduce-cr-logicals -o - %s | FileCheck \
4 ; RUN: --check-prefix=CHECK --check-prefix=CHECK-O3 %s
192 ;CHECK-O3-NEXT: bne 0, .[[OPT1LABEL:[_0-9A-Za-z]+]]
193 ;CHECK-O3-NEXT: # %test2
194 ;CHECK-O3-NEXT: rlwinm {{[0-9]+}}, [[TAGREG]], 0, 28, 29
195 ;CHECK-O3-NEXT: cmplwi {{[0-9]+}}, 8
196 ;CHECK-O3-NEXT: bne 0, .[[OPT2LABEL:[_0-9A-Za-z]+]]
197 ;CHECK-O3-NEXT: .[[TEST3LABEL:[_0-9A-Za-z]+]]: # %test3
198 ;CHECK-O3-NEXT: rlwinm {{[0-9]+}}, [[TAGREG]], 0, 26, 27
199 ;CHECK-O3-NEXT: cmplwi {{[0-9]+}}, 32
[all …]
/external/autotest/client/site_tests/camera_V4L2/src/
DMakefile39 $(CXX) $(CXXFLAGS) -O3 -o $@ $^ $(LDFLAGS)
42 $(CXX) $(CXXFLAGS) -O3 -o $@ $^ $(LDFLAGS_UNITTEST)
45 $(CXX) $(CXXFLAGS) -O3 -o $@ $^ $(LDFLAGS_HELPER)
/external/llvm/test/CodeGen/Generic/
Dprint-machineinstrs.ll1 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs=branch-folder -o /dev/null 2>&1 | Fi…
2 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs -o /dev/null 2>&1 | FileCheck %s
3 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs= -o /dev/null 2>&1 | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-isel-fuzzer/
Daarch64-execname-options.ll16 ; RUN: cp llvm-isel-fuzzer %t.bin--O3-aarch64
17 ; RUN: %t.bin--O3-aarch64 %t.input 2>&1 | FileCheck -check-prefix=OPT-BEFORE %s
18 ; OPT-BEFORE: Injected args: -O3 -mtriple=aarch64
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Demutls_generic.ll5 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -relocation-model=pic -O3 \
7 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androidabi -O3 \
9 ; RUN: llc < %s -emulated-tls -mtriple=arm-apple-darwin -O3 \
11 ; RUN: llc < %s -emulated-tls -mtriple=thumbv7-windows-gnu -O3 \
18 ; RUN: llc < %s -mtriple=arm-linux-androidabi -relocation-model=pic -O3 \
20 ; RUN: llc < %s -mtriple=arm-linux-androidabi -O3 \
Dsjljehprepare-lower-empty-struct.ll4 ; RUN: llc -mtriple=armv7-apple-ios -O3 < %s | FileCheck %s
5 ; RUN: llc -mtriple=armv7-apple-watchos -O3 < %s | FileCheck %s
7 ; RUN: llc -mtriple=armv7-linux -exception-model sjlj -O3 < %s | FileCheck %s --check-prefix=CHECK-…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dprint-machineinstrs.ll1 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs=branch-folder -verify-machineinstrs …
3 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs -verify-machineinstrs -o /dev/null 2…
5 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs= -verify-machineinstrs -o /dev/null …
/external/libffi/m4/
Dax_cc_maxopt.m494 CFLAGS="-O3 -qansialias -w $xlc_opt",
95 [CFLAGS="-O3 -qansialias -w"
100 echo "* CFLAGS=-O3 -qarch=xxx -qtune=xxx -qansialias -w *"
108 intel) CFLAGS="-O3 -ansi_alias"
141 CFLAGS="-O3 -fomit-frame-pointer"
163 echo "* (otherwise, a default of CFLAGS=-O3 will be used) *"
166 CFLAGS="-O3"
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cc_maxopt.m494 CFLAGS="-O3 -qansialias -w $xlc_opt",
95 [CFLAGS="-O3 -qansialias -w"
100 echo "* CFLAGS=-O3 -qarch=xxx -qtune=xxx -qansialias -w *"
108 intel) CFLAGS="-O3 -ansi_alias"
141 CFLAGS="-O3 -fomit-frame-pointer"
163 echo "* (otherwise, a default of CFLAGS=-O3 will be used) *"
166 CFLAGS="-O3"
/external/cblas/
DMakefile.LINUX40 CFLAGS = -O3 -DADD_
41 FFLAGS = -O3

12345678910>>...45