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: movlpd %xmm0, (%rdi)
39 ; SLOW-NEXT: movhpd %xmm0, 8(%rdi)
40 ; SLOW-NEXT: retq
69 ; SLOW-LABEL: merge_vec_load_and_stores:
70 ; SLOW: # BB#0:
71 ; SLOW-NEXT: movq (%rdi), %rax
72 ; SLOW-NEXT: movq 8(%rdi), %rcx
73 ; SLOW-NEXT: movq %rax, 40(%rdi)
74 ; SLOW-NEXT: movq %rcx, 48(%rdi)
75 ; SLOW-NEXT: retq