Home | History | Annotate | Download | only in X86

Lines Matching full:cost

1 ; RUN: opt < %s  -cost-model -analyze -mtriple=i386 -mcpu=corei7-avx | FileCheck %s -check-prefix=CHECK32
2 ; RUN: opt < %s -cost-model -analyze -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s -check-prefix=CHECK64
24 ; CHECK32: cost of 12 {{.*}}bswap.v4i32
25 ; CHECK64: cost of 12 {{.*}}bswap.v4i32
27 ; CHECK32: cost of 10 {{.*}}bswap.v2i64
28 ; CHECK64: cost of 6 {{.*}}bswap.v2i64
31 ; CHECK32: cost of 12 {{.*}}ctpop.v4i32
32 ; CHECK64: cost of 12 {{.*}}ctpop.v4i32
34 ; CHECK32: cost of 10 {{.*}}ctpop.v2i64
35 ; CHECK64: cost of 6 {{.*}}ctpop.v2i64