Lines Matching full:fast
2 …%s -mtriple=x86_64-unknown-unknown -mattr=-slow-unaligned-mem-16 | FileCheck %s --check-prefix=FAST
6 ; if and only if those are 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
54 ;; TODO: FAST *should* be:
61 ; FAST-LABEL: merge_vec_load_and_stores:
62 ; FAST: # BB#0:
63 ; FAST-NEXT: movq (%rdi), %rax
64 ; FAST-NEXT: movq 8(%rdi), %rcx
65 ; FAST-NEXT: movq %rax, 40(%rdi)
66 ; FAST-NEXT: movq %rcx, 48(%rdi)
67 ; FAST-NEXT: retq