Lines Matching refs:cost
1 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2,-sse4.1 -cost-model -an…
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core-avx2 -cost-model -analyze | FileCheck …
9 ; SSE2: Found an estimated cost of 15 for instruction: %div
10 ; AVX2: Found an estimated cost of 15 for instruction: %div
18 ; SSE2: Found an estimated cost of 30 for instruction: %div
19 ; AVX2: Found an estimated cost of 15 for instruction: %div
27 ; SSE2: Found an estimated cost of 6 for instruction: %div
28 ; AVX2: Found an estimated cost of 6 for instruction: %div
36 ; SSE2: Found an estimated cost of 12 for instruction: %div
37 ; AVX2: Found an estimated cost of 6 for instruction: %div
45 ; SSE2: Found an estimated cost of 6 for instruction: %div
46 ; AVX2: Found an estimated cost of 6 for instruction: %div
54 ; SSE2: Found an estimated cost of 12 for instruction: %div
55 ; AVX2: Found an estimated cost of 6 for instruction: %div
63 ; SSE2: Found an estimated cost of 320 for instruction: %div
64 ; AVX2: Found an estimated cost of 320 for instruction: %div
72 ; SSE2: Found an estimated cost of 19 for instruction: %div
73 ; AVX2: Found an estimated cost of 15 for instruction: %div
81 ; SSE2: Found an estimated cost of 38 for instruction: %div
82 ; AVX2: Found an estimated cost of 15 for instruction: %div
90 ; SSE2: Found an estimated cost of 160 for instruction: %div
91 ; AVX2: Found an estimated cost of 160 for instruction: %div