Home
last modified time | relevance | path

Searched refs:FAST (Results 1 – 25 of 202) sorted by relevance

123456789

/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp.ll2 … %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-apple-darwin10 | FileCheck %s --check-prefix=FAST
9 ; FAST-LABEL: fcmp_oeq
10 ; FAST: ucomiss %xmm1, %xmm0
11 ; FAST-NEXT: sete %al
12 ; FAST-NEXT: setnp %cl
13 ; FAST-NEXT: andb %al, %cl
22 ; FAST: ucomiss %xmm1, %xmm0
23 ; FAST-NEXT: seta %al
32 ; FAST-LABEL: fcmp_oge
33 ; FAST: ucomiss %xmm1, %xmm0
[all …]
Dpatchpoint-webkit_jscc.ll2 …_64-apple-darwin -mcpu=corei7 -fast-isel -fast-isel-abort=1 < %s | FileCheck %s --check-prefix=FAST
18 ; FAST-LABEL: jscall_patchpoint_codegen:
19 ; FAST: Ltmp
20 ; FAST: movq %r{{.+}}, (%rsp)
21 ; FAST: movq %r{{.+}}, %rax
22 ; FAST: Ltmp
23 ; FAST-NEXT: movabsq $-559038736, %r11
24 ; FAST-NEXT: callq *%r11
25 ; FAST: movq %rax, (%rsp)
26 ; FAST: callq
[all …]
Ddag-merge-fast-accesses.ll2 …%s -mtriple=x86_64-unknown-unknown -mattr=-slow-unaligned-mem-16 | FileCheck %s --check-prefix=FAST
9 ; FAST-LABEL: merge_const_vec_store:
10 ; FAST: # BB#0:
11 ; FAST-NEXT: xorps %xmm0, %xmm0
12 ; FAST-NEXT: movups %xmm0, (%rdi)
13 ; FAST-NEXT: retq
31 ; FAST-LABEL: merge_vec_element_store:
32 ; FAST: # BB#0:
33 ; FAST-NEXT: movups %xmm0, (%rdi)
34 ; FAST-NEXT: retq
[all …]
Dinreg.ll2 ; RUN: llc < %s -mtriple=i686-pc-linux -mcpu=corei7 -O0 | FileCheck --check-prefix=FAST %s
21 ; FAST-LABEL: g1:
22 ; FAST: subl $[[AMT:.*]], %esp
23 ; FAST-NEXT: leal 8(%esp), %eax
24 ; FAST-NEXT: movl $41, %edx
25 ; FAST-NEXT: movl $42, %ecx
26 ; FAST: $43, (%esp)
27 ; FAST: calll f
28 ; FAST-NEXT: addl $[[AMT]], %esp
29 ; FAST: ret
[all …]
Dslow-unaligned-mem.ll17 … llc < %s -mtriple=i386-unknown-unknown -mcpu=silvermont 2>&1 | FileCheck %s --check-prefix=FAST
18 … llc < %s -mtriple=i386-unknown-unknown -mcpu=nehalem 2>&1 | FileCheck %s --check-prefix=FAST
19 … llc < %s -mtriple=i386-unknown-unknown -mcpu=westmere 2>&1 | FileCheck %s --check-prefix=FAST
20 … llc < %s -mtriple=i386-unknown-unknown -mcpu=sandybridge 2>&1 | FileCheck %s --check-prefix=FAST
21 … llc < %s -mtriple=i386-unknown-unknown -mcpu=ivybridge 2>&1 | FileCheck %s --check-prefix=FAST
22 … llc < %s -mtriple=i386-unknown-unknown -mcpu=haswell 2>&1 | FileCheck %s --check-prefix=FAST
23 … llc < %s -mtriple=i386-unknown-unknown -mcpu=broadwell 2>&1 | FileCheck %s --check-prefix=FAST
24 … llc < %s -mtriple=i386-unknown-unknown -mcpu=knl 2>&1 | FileCheck %s --check-prefix=FAST
25 … llc < %s -mtriple=i386-unknown-unknown -mcpu=skylake 2>&1 | FileCheck %s --check-prefix=FAST
41 … llc < %s -mtriple=i386-unknown-unknown -mcpu=amdfam10 2>&1 | FileCheck %s --check-prefix=FAST
[all …]
Dstackmap-frame-setup.ll2 …7 -fast-isel -fast-isel-abort=1 -stop-after machine-sink %s | FileCheck %s --check-prefix=FAST-ISEL
14 ; FAST-ISEL: ADJCALLSTACKDOWN64 0, 0, implicit-def
15 ; FAST-ISEL-NEXT: STACKMAP
16 ; FAST-ISEL-NEXT: ADJCALLSTACKUP64 0, 0, implicit-def
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint-webkit_jscc.ll2 …m64-apple-darwin -enable-misched=0 -mcpu=cyclone -fast-isel < %s | FileCheck %s --check-prefix=FAST
17 ; FAST-LABEL: jscall_patchpoint_codegen:
18 ; FAST: Ltmp
19 ; FAST: str x{{.+}}, [sp, #-16]!
20 ; FAST: Ltmp
21 ; FAST-NEXT: movz x16, #0xffff, lsl #32
22 ; FAST-NEXT: movk x16, #0xdead, lsl #16
23 ; FAST-NEXT: movk x16, #0xbeef
24 ; FAST-NEXT: blr x16
48 ; FAST-LABEL: jscall_patchpoint_codegen2:
[all …]
Darm64-elf-globals.ll2 …UN: llc -mtriple=arm64-linux-gnu -o - %s -O0 -mcpu=cyclone | FileCheck %s --check-prefix=CHECK-FAST
4 …ux-gnu -O0 -relocation-model=pic -o - %s -mcpu=cyclone | FileCheck %s --check-prefix=CHECK-FAST-PIC
25 ; CHECK-FAST: adrp x[[HIREG:[0-9]+]], var8
26 ; CHECK-FAST: ldrb {{w[0-9]+}}, [x[[HIREG]], :lo12:var8]
28 ; CHECK-FAST-PIC: adrp x[[HIREG:[0-9]+]], :got:var8
29 ; CHECK-FAST-PIC: ldr x[[VARADDR:[0-9]+]], [x[[HIREG]], :got_lo12:var8]
30 ; CHECK-FAST-PIC: ldr {{w[0-9]+}}, [x[[VARADDR]]]
42 ; CHECK-FAST: adrp x[[HIREG:[0-9]+]], var16
43 ; CHECK-FAST: ldrh {{w[0-9]+}}, [x[[HIREG]], :lo12:var16]
55 ; CHECK-FAST: adrp x[[HIREG:[0-9]+]], var32
[all …]
Darm64-abi_align.ll2 ; RUN: llc < %s -O0 | FileCheck -check-prefix=FAST %s
258 ; FAST: f42
259 ; FAST: ldr w[[A:[0-9]+]], [x1]
260 ; FAST: ldr w[[B:[0-9]+]], [x2]
261 ; FAST: add w[[C:[0-9]+]], w[[A]], w0
262 ; FAST: add {{w[0-9]+}}, w[[C]], w[[B]]
293 ; FAST-LABEL: caller42
294 ; FAST: sub sp, sp, #96
297 ; FAST: sub x[[A:[0-9]+]], x29, #24
298 ; FAST: add x[[A:[0-9]+]], sp, #48
[all …]
Darm64-abi.ll2 …iple=arm64-apple-darwin < %s | FileCheck --check-prefix=FAST %s
14 ; FAST-LABEL: i8i16callee:
15 ; FAST-DAG: ldrsb {{w[0-9]+}}, [sp, #5]
16 ; FAST-DAG: ldrsb {{w[0-9]+}}, [sp, #4]
17 ; FAST-DAG: ldrsh {{w[0-9]+}}, [sp, #2]
18 ; FAST-DAG: ldrsb {{w[0-9]+}}, [sp]
51 ; FAST-LABEL: i8i16caller
52 ; FAST: strb {{w[0-9]+}}, [sp]
53 ; FAST: strh {{w[0-9]+}}, [sp, #2]
54 ; FAST: strb {{w[0-9]+}}, [sp, #4]
[all …]
Dfast-isel-tbz.ll2 …neinstrs -mtriple=aarch64-apple-darwin < %s | FileCheck --check-prefix=CHECK --check-prefix=FAST %s
125 ; FAST-LABEL: icmp_slt_i8
126 ; FAST: tbnz w0, #7, {{LBB.+_2}}
136 ; FAST-LABEL: icmp_slt_i16
137 ; FAST: tbnz w0, #15, {{LBB.+_2}}
169 ; FAST-LABEL: icmp_sge_i8
170 ; FAST: tbz w0, #7, {{LBB.+_2}}
180 ; FAST-LABEL: icmp_sge_i16
181 ; FAST: tbz w0, #15, {{LBB.+_2}}
191 ; FAST-LABEL: icmp_sle_i8
[all …]
Darm64-2013-01-13-ffast-fcmp.ll2 …c < %s -march=arm64 -aarch64-neon-syntax=apple -fp-contract=fast | FileCheck %s --check-prefix=FAST
7 ;FAST-LABEL: _Z9example25v:
8 ;FAST: fcmgt.4s
9 ;FAST: ret
Dstackmap-frame-setup.ll2 …n -fast-isel -fast-isel-abort=1 -stop-after machine-sink %s | FileCheck %s --check-prefix=FAST-ISEL
14 ; FAST-ISEL: ADJCALLSTACKDOWN 0, implicit-def
15 ; FAST-ISEL-NEXT: STACKMAP
16 ; FAST-ISEL-NEXT: ADJCALLSTACKUP 0, 0, implicit-def
Darm64-simd-scalar-to-vector.ll2 … -march=arm64 -aarch64-neon-syntax=apple -O0 -mcpu=cyclone | FileCheck %s --check-prefix=CHECK-FAST
10 ; CHECK-FAST: uaddlv.16b
11 ; CHECK-FAST: rshrn.8b
12 ; CHECK-FAST: dup.16b
Dfast-isel-addressing-modes.ll2 …ast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s --check-prefix=CHECK --check-prefix=FAST
178 ; FAST-LABEL: load_breg_immoff_6
179 ; FAST: add [[REG:x[0-9]+]], x0, #4, lsl #12
180 ; FAST-NEXT: ldr {{w[0-9]+}}, {{\[}}[[REG]]{{\]}}
244 ; FAST-LABEL: store_breg_immoff_6
245 ; FAST: add [[REG:x[0-9]+]], x0, #4, lsl #12
246 ; FAST-NEXT: str wzr, {{\[}}[[REG]]{{\]}}
309 ; FAST-LABEL: load_breg_offreg_immoff_2
310 ; FAST: add [[REG:x[0-9]+]], x0, #15, lsl #12
311 ; FAST-NEXT: ldr x0, {{\[}}[[REG]], x1{{\]}}
[all …]
/external/wpa_supplicant_8/hostapd/
Deap_testing.txt58 EAP-FAST/MSCHAPv2(prov) + - F - F
59 EAP-FAST/GTC(auth) + - + - +
60 EAP-FAST/MSCHAPv2(aprov)+ - F - F
61 EAP-FAST/GTC(aprov) + - F - F
62 EAP-FAST/MD5(aprov) + - - - -
63 EAP-FAST/TLS(aprov) + - - - -
64 EAP-FAST/SIM(aprov) + - - - -
65 EAP-FAST/AKA(aprov) + - - - -
66 EAP-FAST/MSCHAPv2(auth) + - + - +
67 EAP-FAST/MD5(auth) + - + - -
[all …]
/external/llvm/test/CodeGen/ARM/
Dbuild-attributes.ll6 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6-FAST
9 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6M-FAST
11 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V6M-FAST
13 …-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=ARM1156T2F-S-FAST
16 …le-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V7M-FAST
20 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V7-FAST
22 …ble-no-infs-fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=V8-FAST
31 …math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A5-DEFAULT-FAST
35 …p-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A5-NOFPU-FAST
37 …fp-math -enable-no-nans-fp-math -fp-contract=fast | FileCheck %s --check-prefix=CORTEX-A9-SOFT-FAST
[all …]
Dunsafe-fsub.ll2 ; RUN: llc -march=arm -mcpu=cortex-a9 -enable-unsafe-fp-math < %s | FileCheck -check-prefix=FAST %s
7 ; FAST: test
12 ; FAST: mov r0, #0
/external/llvm/test/CodeGen/SystemZ/
Dserialize-01.ll6 ; RUN: FileCheck %s -check-prefix=CHECK-FAST
15 ; CHECK-FAST-LABEL: f1:
16 ; CHECK-FAST: bcr 14, %r0
17 ; CHECK-FAST: l %r2, 0(%r2)
18 ; CHECK-FAST: br %r14
/external/clang/test/CodeGenOpenCL/
Drelaxed-fpmath.cl2 // RUN: %clang_cc1 %s -emit-llvm -cl-fast-relaxed-math -o - | FileCheck %s -check-prefix=FAST
12 // FAST: fdiv fast float
23 // FAST: "no-infs-fp-math"="true"
24 // FAST: "no-nans-fp-math"="true"
25 // FAST: "unsafe-fp-math"="true"
/external/llvm/test/CodeGen/NVPTX/
Dfp-contract.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -fp-contract=fast | FileCheck %s --check-prefix=FAST
13 ;; FAST-LABEL: @t0
16 ;; FAST: fma.rn.f32
24 ;; FAST-LABEL: @t1
29 ;; FAST: add.f32
/external/llvm/test/CodeGen/PowerPC/
Dstackmap-frame-setup.ll2 …x -fast-isel -fast-isel-abort=1 -stop-after machine-sink %s | FileCheck %s --check-prefix=FAST-ISEL
14 ; FAST-ISEL: ADJCALLSTACKDOWN 0, implicit-def
15 ; FAST-ISEL-NEXT: STACKMAP
16 ; FAST-ISEL-NEXT: ADJCALLSTACKUP 0, 0, implicit-def
/external/opencv3/doc/py_tutorials/py_feature2d/py_fast/
Dpy_fast.markdown1 FAST Algorithm for Corner Detection {#tutorial_py_fast}
8 - We will understand the basics of FAST algorithm
9 - We will find corners using OpenCV functionalities for FAST algorithm.
18 As a solution to this, FAST (Features from Accelerated Segment Test) algorithm was proposed by
23 ### Feature Detection using FAST
55 2. Run FAST algorithm in every images to find feature points.
87 FAST Feature Detector in OpenCV
95 simple code on how to detect and draw the FAST feature points.
103 # Initiate FAST object with default values
128 See the results. First image shows FAST with nonmaxSuppression and second one without
/external/v8/src/ic/
Dhandler-compiler.cc72 cache_name, stub_holder_map, Code::LOAD_IC, flag, Code::FAST); in ComputeLoadNonexistent()
199 return GetCode(kind(), Code::FAST, name); in CompileLoadField()
209 return GetCode(kind(), Code::FAST, name); in CompileLoadConstant()
226 return GetCode(kind(), Code::FAST, name); in CompileLoadNonexistent()
234 return GetCode(kind(), Code::FAST, name); in CompileLoadCallback()
245 return GetCode(kind(), Code::FAST, name); in CompileLoadCallback()
363 return GetCode(kind(), Code::FAST, it->name()); in CompileLoadInterceptor()
421 return GetCode(kind(), Code::FAST, name); in CompileLoadViaGetter()
510 return GetCode(kind(), Code::FAST, name); in CompileStoreTransition()
539 return GetCode(kind(), Code::FAST, it->name()); in CompileStoreField()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt102 EAP-FAST/MSCHAPv2(prov) - - - + - + - - - + + +
103 EAP-FAST/GTC(auth) - - - + - + - - - + + +
104 EAP-FAST/MSCHAPv2(aprov)- - - - - + - - - - + +
105 EAP-FAST/GTC(aprov) - - - - - + - - - - + +
106 EAP-FAST/MD5(aprov) - - - - - + - - - - + -
107 EAP-FAST/TLS(aprov) - - - - - - - - - - + +
108 EAP-FAST/SIM(aprov) - - - - - - - - - - + -
109 EAP-FAST/AKA(aprov) - - - - - - - - - - + -
110 EAP-FAST/MSCHAPv2(auth) - - - - - + - - - - + +
111 EAP-FAST/MD5(auth) - - - - - + - - - - + -
[all …]

123456789