• Home
  • Raw
  • Download

Lines Matching refs:cost

1 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=pentium4 -cost-model -analyze | FileCheck %…
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -cost-model -analyze | FileCheck %s …
3 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7-avx -cost-model -analyze | FileCheck…
4 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core-avx2 -cost-model -analyze | FileCheck …
5 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 -cost-model -analyze | FileCheck %s …
6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver4 -cost-model -analyze | FileCheck %s …
8 ; Verify the cost of vector bswap instructions.
20 ; SSE2: Found an estimated cost of 7 for instruction: %bswap
21 ; SSE42: Found an estimated cost of 1 for instruction: %bswap
22 ; AVX: Found an estimated cost of 1 for instruction: %bswap
23 ; XOP: Found an estimated cost of 1 for instruction: %bswap
30 ; SSE2: Found an estimated cost of 14 for instruction: %bswap
31 ; SSE42: Found an estimated cost of 2 for instruction: %bswap
32 ; AVX1: Found an estimated cost of 4 for instruction: %bswap
33 ; AVX2: Found an estimated cost of 1 for instruction: %bswap
34 ; XOPAVX1: Found an estimated cost of 4 for instruction: %bswap
35 ; XOPAVX2: Found an estimated cost of 1 for instruction: %bswap
42 ; SSE2: Found an estimated cost of 7 for instruction: %bswap
43 ; SSE42: Found an estimated cost of 1 for instruction: %bswap
44 ; AVX: Found an estimated cost of 1 for instruction: %bswap
45 ; XOP: Found an estimated cost of 1 for instruction: %bswap
52 ; SSE2: Found an estimated cost of 14 for instruction: %bswap
53 ; SSE42: Found an estimated cost of 2 for instruction: %bswap
54 ; AVX1: Found an estimated cost of 4 for instruction: %bswap
55 ; AVX2: Found an estimated cost of 1 for instruction: %bswap
56 ; XOPAVX1: Found an estimated cost of 4 for instruction: %bswap
57 ; XOPAVX2: Found an estimated cost of 1 for instruction: %bswap
64 ; SSE2: Found an estimated cost of 7 for instruction: %bswap
65 ; SSE42: Found an estimated cost of 1 for instruction: %bswap
66 ; AVX: Found an estimated cost of 1 for instruction: %bswap
67 ; XOP: Found an estimated cost of 1 for instruction: %bswap
74 ; SSE2: Found an estimated cost of 14 for instruction: %bswap
75 ; SSE42: Found an estimated cost of 2 for instruction: %bswap
76 ; AVX1: Found an estimated cost of 4 for instruction: %bswap
77 ; AVX2: Found an estimated cost of 1 for instruction: %bswap
78 ; XOPAVX1: Found an estimated cost of 4 for instruction: %bswap
79 ; XOPAVX2: Found an estimated cost of 1 for instruction: %bswap