Lines Matching refs:SLOW
3 …%s -mtriple=x86_64-unknown-unknown -mattr=+slow-unaligned-mem-16 | FileCheck %s --check-prefix=SLOW
15 ; SLOW-LABEL: merge_const_vec_store:
16 ; SLOW: # %bb.0:
17 ; SLOW-NEXT: movq $0, (%rdi)
18 ; SLOW-NEXT: movq $0, 8(%rdi)
19 ; SLOW-NEXT: retq
36 ; SLOW-LABEL: merge_vec_element_store:
37 ; SLOW: # %bb.0:
38 ; SLOW-NEXT: movlps %xmm0, (%rdi)
39 ; SLOW-NEXT: movhps %xmm0, 8(%rdi)
40 ; SLOW-NEXT: retq
61 ; SLOW-LABEL: merge_vec_load_and_stores:
62 ; SLOW: # %bb.0:
63 ; SLOW-NEXT: movq (%rdi), %rax
64 ; SLOW-NEXT: movq 8(%rdi), %rcx
65 ; SLOW-NEXT: movq %rax, 40(%rdi)
66 ; SLOW-NEXT: movq %rcx, 48(%rdi)
67 ; SLOW-NEXT: retq