Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 1 | ; RUN: opt < %s -cost-model -analyze -mtriple=thumbv7-apple-ios6.0.0 -mcpu=cortex-a8 | FileCheck %s |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 2 | target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32-S32" |
| 3 | target triple = "thumbv7-apple-ios6.0.0" |
| 4 | |
| 5 | define i32 @casts() { |
| 6 | |
| 7 | ; -- scalars -- |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 8 | ; CHECK: Found an estimated cost of 1 for instruction: %r0 = sext i1 undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 9 | %r0 = sext i1 undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 10 | ; CHECK: Found an estimated cost of 1 for instruction: %r1 = zext i1 undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 11 | %r1 = zext i1 undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 12 | ; CHECK: Found an estimated cost of 1 for instruction: %r2 = sext i1 undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 13 | %r2 = sext i1 undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 14 | ; CHECK: Found an estimated cost of 1 for instruction: %r3 = zext i1 undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 15 | %r3 = zext i1 undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 16 | ; CHECK: Found an estimated cost of 1 for instruction: %r4 = sext i1 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 17 | %r4 = sext i1 undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 18 | ; CHECK: Found an estimated cost of 1 for instruction: %r5 = zext i1 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 19 | %r5 = zext i1 undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 20 | ; CHECK: Found an estimated cost of 1 for instruction: %r6 = sext i1 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 21 | %r6 = sext i1 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 22 | ; CHECK: Found an estimated cost of 1 for instruction: %r7 = zext i1 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 23 | %r7 = zext i1 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 24 | ; CHECK: Found an estimated cost of 0 for instruction: %r8 = trunc i8 undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 25 | %r8 = trunc i8 undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 26 | ; CHECK: Found an estimated cost of 1 for instruction: %r9 = sext i8 undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 27 | %r9 = sext i8 undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 28 | ; CHECK: Found an estimated cost of 1 for instruction: %r10 = zext i8 undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 29 | %r10 = zext i8 undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 30 | ; CHECK: Found an estimated cost of 1 for instruction: %r11 = sext i8 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 31 | %r11 = sext i8 undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 32 | ; CHECK: Found an estimated cost of 1 for instruction: %r12 = zext i8 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 33 | %r12 = zext i8 undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 34 | ; CHECK: Found an estimated cost of 1 for instruction: %r13 = sext i8 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 35 | %r13 = sext i8 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 36 | ; CHECK: Found an estimated cost of 1 for instruction: %r14 = zext i8 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 37 | %r14 = zext i8 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 38 | ; CHECK: Found an estimated cost of 0 for instruction: %r15 = trunc i16 undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 39 | %r15 = trunc i16 undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 40 | ; CHECK: Found an estimated cost of 0 for instruction: %r16 = trunc i16 undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 41 | %r16 = trunc i16 undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 42 | ; CHECK: Found an estimated cost of 1 for instruction: %r17 = sext i16 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 43 | %r17 = sext i16 undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 44 | ; CHECK: Found an estimated cost of 1 for instruction: %r18 = zext i16 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 45 | %r18 = zext i16 undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 46 | ; CHECK: Found an estimated cost of 2 for instruction: %r19 = sext i16 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 47 | %r19 = sext i16 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 48 | ; CHECK: Found an estimated cost of 1 for instruction: %r20 = zext i16 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 49 | %r20 = zext i16 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 50 | ; CHECK: Found an estimated cost of 0 for instruction: %r21 = trunc i32 undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 51 | %r21 = trunc i32 undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 52 | ; CHECK: Found an estimated cost of 0 for instruction: %r22 = trunc i32 undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 53 | %r22 = trunc i32 undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 54 | ; CHECK: Found an estimated cost of 0 for instruction: %r23 = trunc i32 undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 55 | %r23 = trunc i32 undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 56 | ; CHECK: Found an estimated cost of 1 for instruction: %r24 = sext i32 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 57 | %r24 = sext i32 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 58 | ; CHECK: Found an estimated cost of 1 for instruction: %r25 = zext i32 undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 59 | %r25 = zext i32 undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 60 | ; CHECK: Found an estimated cost of 0 for instruction: %r26 = trunc i64 undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 61 | %r26 = trunc i64 undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 62 | ; CHECK: Found an estimated cost of 0 for instruction: %r27 = trunc i64 undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 63 | %r27 = trunc i64 undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 64 | ; CHECK: Found an estimated cost of 0 for instruction: %r28 = trunc i64 undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 65 | %r28 = trunc i64 undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 66 | ; CHECK: Found an estimated cost of 0 for instruction: %r29 = trunc i64 undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 67 | %r29 = trunc i64 undef to i32 |
| 68 | |
| 69 | ; -- floating point conversions -- |
| 70 | ; Moves between scalar and NEON registers. |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 71 | ; CHECK: Found an estimated cost of 2 for instruction: %r30 = fptoui float undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 72 | %r30 = fptoui float undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 73 | ; CHECK: Found an estimated cost of 2 for instruction: %r31 = fptosi float undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 74 | %r31 = fptosi float undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 75 | ; CHECK: Found an estimated cost of 2 for instruction: %r32 = fptoui float undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 76 | %r32 = fptoui float undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 77 | ; CHECK: Found an estimated cost of 2 for instruction: %r33 = fptosi float undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 78 | %r33 = fptosi float undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 79 | ; CHECK: Found an estimated cost of 2 for instruction: %r34 = fptoui float undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 80 | %r34 = fptoui float undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 81 | ; CHECK: Found an estimated cost of 2 for instruction: %r35 = fptosi float undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 82 | %r35 = fptosi float undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 83 | ; CHECK: Found an estimated cost of 2 for instruction: %r36 = fptoui float undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 84 | %r36 = fptoui float undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 85 | ; CHECK: Found an estimated cost of 2 for instruction: %r37 = fptosi float undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 86 | %r37 = fptosi float undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 87 | ; CHECK: Found an estimated cost of 10 for instruction: %r38 = fptoui float undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 88 | %r38 = fptoui float undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 89 | ; CHECK: Found an estimated cost of 10 for instruction: %r39 = fptosi float undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 90 | %r39 = fptosi float undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 91 | ; CHECK: Found an estimated cost of 2 for instruction: %r40 = fptoui double undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 92 | %r40 = fptoui double undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 93 | ; CHECK: Found an estimated cost of 2 for instruction: %r41 = fptosi double undef to i1 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 94 | %r41 = fptosi double undef to i1 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 95 | ; CHECK: Found an estimated cost of 2 for instruction: %r42 = fptoui double undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 96 | %r42 = fptoui double undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 97 | ; CHECK: Found an estimated cost of 2 for instruction: %r43 = fptosi double undef to i8 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 98 | %r43 = fptosi double undef to i8 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 99 | ; CHECK: Found an estimated cost of 2 for instruction: %r44 = fptoui double undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 100 | %r44 = fptoui double undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 101 | ; CHECK: Found an estimated cost of 2 for instruction: %r45 = fptosi double undef to i16 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 102 | %r45 = fptosi double undef to i16 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 103 | ; CHECK: Found an estimated cost of 2 for instruction: %r46 = fptoui double undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 104 | %r46 = fptoui double undef to i32 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 105 | ; CHECK: Found an estimated cost of 2 for instruction: %r47 = fptosi double undef to i32 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 106 | %r47 = fptosi double undef to i32 |
| 107 | ; Function call |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 108 | ; CHECK: Found an estimated cost of 10 for instruction: %r48 = fptoui double undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 109 | %r48 = fptoui double undef to i64 |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 110 | ; CHECK: Found an estimated cost of 10 for instruction: %r49 = fptosi double undef to i64 |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 111 | %r49 = fptosi double undef to i64 |
| 112 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 113 | ; CHECK: Found an estimated cost of 2 for instruction: %r50 = sitofp i1 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 114 | %r50 = sitofp i1 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 115 | ; CHECK: Found an estimated cost of 2 for instruction: %r51 = uitofp i1 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 116 | %r51 = uitofp i1 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 117 | ; CHECK: Found an estimated cost of 2 for instruction: %r52 = sitofp i1 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 118 | %r52 = sitofp i1 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 119 | ; CHECK: Found an estimated cost of 2 for instruction: %r53 = uitofp i1 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 120 | %r53 = uitofp i1 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 121 | ; CHECK: Found an estimated cost of 2 for instruction: %r54 = sitofp i8 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 122 | %r54 = sitofp i8 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 123 | ; CHECK: Found an estimated cost of 2 for instruction: %r55 = uitofp i8 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 124 | %r55 = uitofp i8 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 125 | ; CHECK: Found an estimated cost of 2 for instruction: %r56 = sitofp i8 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 126 | %r56 = sitofp i8 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 127 | ; CHECK: Found an estimated cost of 2 for instruction: %r57 = uitofp i8 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 128 | %r57 = uitofp i8 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 129 | ; CHECK: Found an estimated cost of 2 for instruction: %r58 = sitofp i16 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 130 | %r58 = sitofp i16 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 131 | ; CHECK: Found an estimated cost of 2 for instruction: %r59 = uitofp i16 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 132 | %r59 = uitofp i16 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 133 | ; CHECK: Found an estimated cost of 2 for instruction: %r60 = sitofp i16 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 134 | %r60 = sitofp i16 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 135 | ; CHECK: Found an estimated cost of 2 for instruction: %r61 = uitofp i16 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 136 | %r61 = uitofp i16 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 137 | ; CHECK: Found an estimated cost of 2 for instruction: %r62 = sitofp i32 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 138 | %r62 = sitofp i32 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 139 | ; CHECK: Found an estimated cost of 2 for instruction: %r63 = uitofp i32 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 140 | %r63 = uitofp i32 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 141 | ; CHECK: Found an estimated cost of 2 for instruction: %r64 = sitofp i32 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 142 | %r64 = sitofp i32 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 143 | ; CHECK: Found an estimated cost of 2 for instruction: %r65 = uitofp i32 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 144 | %r65 = uitofp i32 undef to double |
| 145 | ; Function call |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 146 | ; CHECK: Found an estimated cost of 10 for instruction: %r66 = sitofp i64 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 147 | %r66 = sitofp i64 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 148 | ; CHECK: Found an estimated cost of 10 for instruction: %r67 = uitofp i64 undef to float |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 149 | %r67 = uitofp i64 undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 150 | ; CHECK: Found an estimated cost of 10 for instruction: %r68 = sitofp i64 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 151 | %r68 = sitofp i64 undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 152 | ; CHECK: Found an estimated cost of 10 for instruction: %r69 = uitofp i64 undef to double |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 153 | %r69 = uitofp i64 undef to double |
| 154 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 155 | ; CHECK: Found an estimated cost of 3 for instruction: %r70 = sext <8 x i8> undef to <8 x i32> |
Arnold Schwaighofer | 90774f3 | 2013-03-12 21:19:22 +0000 | [diff] [blame] | 156 | %r70 = sext <8 x i8> undef to <8 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 157 | ; CHECK: Found an estimated cost of 6 for instruction: %r71 = sext <16 x i8> undef to <16 x i32> |
Arnold Schwaighofer | 90774f3 | 2013-03-12 21:19:22 +0000 | [diff] [blame] | 158 | %r71 = sext <16 x i8> undef to <16 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 159 | ; CHECK: Found an estimated cost of 3 for instruction: %r72 = zext <8 x i8> undef to <8 x i32> |
Arnold Schwaighofer | 90774f3 | 2013-03-12 21:19:22 +0000 | [diff] [blame] | 160 | %r72 = zext <8 x i8> undef to <8 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 161 | ; CHECK: Found an estimated cost of 6 for instruction: %r73 = zext <16 x i8> undef to <16 x i32> |
Arnold Schwaighofer | 90774f3 | 2013-03-12 21:19:22 +0000 | [diff] [blame] | 162 | %r73 = zext <16 x i8> undef to <16 x i32> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 163 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 164 | ; CHECK: Found an estimated cost of 7 for instruction: %rext_0 = sext <8 x i8> undef to <8 x i64> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 165 | %rext_0 = sext <8 x i8> undef to <8 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 166 | ; CHECK: Found an estimated cost of 7 for instruction: %rext_1 = zext <8 x i8> undef to <8 x i64> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 167 | %rext_1 = zext <8 x i8> undef to <8 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 168 | ; CHECK: Found an estimated cost of 6 for instruction: %rext_2 = sext <8 x i16> undef to <8 x i64> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 169 | %rext_2 = sext <8 x i16> undef to <8 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 170 | ; CHECK: Found an estimated cost of 6 for instruction: %rext_3 = zext <8 x i16> undef to <8 x i64> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 171 | %rext_3 = zext <8 x i16> undef to <8 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 172 | ; CHECK: Found an estimated cost of 3 for instruction: %rext_4 = sext <4 x i16> undef to <4 x i64> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 173 | %rext_4 = sext <4 x i16> undef to <4 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 174 | ; CHECK: Found an estimated cost of 3 for instruction: %rext_5 = zext <4 x i16> undef to <4 x i64> |
Renato Golin | 227eb6f | 2013-03-19 08:15:38 +0000 | [diff] [blame] | 175 | %rext_5 = zext <4 x i16> undef to <4 x i64> |
| 176 | |
| 177 | ; Vector cast cost of instructions lowering the cast to the stack. |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 178 | ; CHECK: Found an estimated cost of 3 for instruction: %r74 = trunc <8 x i32> undef to <8 x i8> |
Arnold Schwaighofer | 90774f3 | 2013-03-12 21:19:22 +0000 | [diff] [blame] | 179 | %r74 = trunc <8 x i32> undef to <8 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 180 | ; CHECK: Found an estimated cost of 6 for instruction: %r75 = trunc <16 x i32> undef to <16 x i8> |
Arnold Schwaighofer | 90774f3 | 2013-03-12 21:19:22 +0000 | [diff] [blame] | 181 | %r75 = trunc <16 x i32> undef to <16 x i8> |
| 182 | |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 183 | ; Floating point truncation costs. |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 184 | ; CHECK: Found an estimated cost of 1 for instruction: %r80 = fptrunc double undef to float |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 185 | %r80 = fptrunc double undef to float |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 186 | ; CHECK: Found an estimated cost of 2 for instruction: %r81 = fptrunc <2 x double> undef to <2 x float> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 187 | %r81 = fptrunc <2 x double> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 188 | ; CHECK: Found an estimated cost of 4 for instruction: %r82 = fptrunc <4 x double> undef to <4 x float> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 189 | %r82 = fptrunc <4 x double> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 190 | ; CHECK: Found an estimated cost of 8 for instruction: %r83 = fptrunc <8 x double> undef to <8 x float> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 191 | %r83 = fptrunc <8 x double> undef to <8 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 192 | ; CHECK: Found an estimated cost of 16 for instruction: %r84 = fptrunc <16 x double> undef to <16 x float> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 193 | %r84 = fptrunc <16 x double> undef to <16 x float> |
| 194 | |
| 195 | ; Floating point extension costs. |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 196 | ; CHECK: Found an estimated cost of 1 for instruction: %r85 = fpext float undef to double |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 197 | %r85 = fpext float undef to double |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 198 | ; CHECK: Found an estimated cost of 2 for instruction: %r86 = fpext <2 x float> undef to <2 x double> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 199 | %r86 = fpext <2 x float> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 200 | ; CHECK: Found an estimated cost of 4 for instruction: %r87 = fpext <4 x float> undef to <4 x double> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 201 | %r87 = fpext <4 x float> undef to <4 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 202 | ; CHECK: Found an estimated cost of 8 for instruction: %r88 = fpext <8 x float> undef to <8 x double> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 203 | %r88 = fpext <8 x float> undef to <8 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 204 | ; CHECK: Found an estimated cost of 16 for instruction: %r89 = fpext <16 x float> undef to <16 x double> |
Arnold Schwaighofer | f5284ff | 2013-03-15 15:10:47 +0000 | [diff] [blame] | 205 | %r89 = fpext <16 x float> undef to <16 x double> |
| 206 | |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 207 | ;; Floating point to integer vector casts. |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 208 | ; CHECK: Found an estimated cost of 1 for instruction: %r90 = fptoui <2 x float> undef to <2 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 209 | %r90 = fptoui <2 x float> undef to <2 x i1> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 210 | ; CHECK: Found an estimated cost of 1 for instruction: %r91 = fptosi <2 x float> undef to <2 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 211 | %r91 = fptosi <2 x float> undef to <2 x i1> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 212 | ; CHECK: Found an estimated cost of 1 for instruction: %r92 = fptoui <2 x float> undef to <2 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 213 | %r92 = fptoui <2 x float> undef to <2 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 214 | ; CHECK: Found an estimated cost of 1 for instruction: %r93 = fptosi <2 x float> undef to <2 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 215 | %r93 = fptosi <2 x float> undef to <2 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 216 | ; CHECK: Found an estimated cost of 1 for instruction: %r94 = fptoui <2 x float> undef to <2 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 217 | %r94 = fptoui <2 x float> undef to <2 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 218 | ; CHECK: Found an estimated cost of 1 for instruction: %r95 = fptosi <2 x float> undef to <2 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 219 | %r95 = fptosi <2 x float> undef to <2 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 220 | ; CHECK: Found an estimated cost of 1 for instruction: %r96 = fptoui <2 x float> undef to <2 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 221 | %r96 = fptoui <2 x float> undef to <2 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 222 | ; CHECK: Found an estimated cost of 1 for instruction: %r97 = fptosi <2 x float> undef to <2 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 223 | %r97 = fptosi <2 x float> undef to <2 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 224 | ; CHECK: Found an estimated cost of 32 for instruction: %r98 = fptoui <2 x float> undef to <2 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 225 | %r98 = fptoui <2 x float> undef to <2 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 226 | ; CHECK: Found an estimated cost of 32 for instruction: %r99 = fptosi <2 x float> undef to <2 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 227 | %r99 = fptosi <2 x float> undef to <2 x i64> |
| 228 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 229 | ; CHECK: Found an estimated cost of 16 for instruction: %r100 = fptoui <2 x double> undef to <2 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 230 | %r100 = fptoui <2 x double> undef to <2 x i1> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 231 | ; CHECK: Found an estimated cost of 16 for instruction: %r101 = fptosi <2 x double> undef to <2 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 232 | %r101 = fptosi <2 x double> undef to <2 x i1> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 233 | ; CHECK: Found an estimated cost of 16 for instruction: %r102 = fptoui <2 x double> undef to <2 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 234 | %r102 = fptoui <2 x double> undef to <2 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 235 | ; CHECK: Found an estimated cost of 16 for instruction: %r103 = fptosi <2 x double> undef to <2 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 236 | %r103 = fptosi <2 x double> undef to <2 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 237 | ; CHECK: Found an estimated cost of 16 for instruction: %r104 = fptoui <2 x double> undef to <2 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 238 | %r104 = fptoui <2 x double> undef to <2 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 239 | ; CHECK: Found an estimated cost of 16 for instruction: %r105 = fptosi <2 x double> undef to <2 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 240 | %r105 = fptosi <2 x double> undef to <2 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 241 | ; CHECK: Found an estimated cost of 2 for instruction: %r106 = fptoui <2 x double> undef to <2 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 242 | %r106 = fptoui <2 x double> undef to <2 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 243 | ; CHECK: Found an estimated cost of 2 for instruction: %r107 = fptosi <2 x double> undef to <2 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 244 | %r107 = fptosi <2 x double> undef to <2 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 245 | ; CHECK: Found an estimated cost of 32 for instruction: %r108 = fptoui <2 x double> undef to <2 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 246 | %r108 = fptoui <2 x double> undef to <2 x i64> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 247 | ; CHECK: Found an estimated cost of 32 for instruction: %r109 = fptosi <2 x double> undef to <2 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 248 | %r109 = fptosi <2 x double> undef to <2 x i64> |
| 249 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 250 | ; CHECK: Found an estimated cost of 32 for instruction: %r110 = fptoui <4 x float> undef to <4 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 251 | %r110 = fptoui <4 x float> undef to <4 x i1> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 252 | ; CHECK: Found an estimated cost of 32 for instruction: %r111 = fptosi <4 x float> undef to <4 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 253 | %r111 = fptosi <4 x float> undef to <4 x i1> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 254 | ; CHECK: Found an estimated cost of 3 for instruction: %r112 = fptoui <4 x float> undef to <4 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 255 | %r112 = fptoui <4 x float> undef to <4 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 256 | ; CHECK: Found an estimated cost of 3 for instruction: %r113 = fptosi <4 x float> undef to <4 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 257 | %r113 = fptosi <4 x float> undef to <4 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 258 | |
| 259 | ; CHECK: Found an estimated cost of 2 for instruction: %r114 = fptoui <4 x float> undef to <4 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 260 | %r114 = fptoui <4 x float> undef to <4 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 261 | ; CHECK: Found an estimated cost of 2 for instruction: %r115 = fptosi <4 x float> undef to <4 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 262 | %r115 = fptosi <4 x float> undef to <4 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 263 | ; CHECK: Found an estimated cost of 1 for instruction: %r116 = fptoui <4 x float> undef to <4 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 264 | %r116 = fptoui <4 x float> undef to <4 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 265 | ; CHECK: Found an estimated cost of 1 for instruction: %r117 = fptosi <4 x float> undef to <4 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 266 | %r117 = fptosi <4 x float> undef to <4 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 267 | ; CHECK: Found an estimated cost of 65 for instruction: %r118 = fptoui <4 x float> undef to <4 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 268 | %r118 = fptoui <4 x float> undef to <4 x i64> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 269 | ; CHECK: Found an estimated cost of 65 for instruction: %r119 = fptosi <4 x float> undef to <4 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 270 | %r119 = fptosi <4 x float> undef to <4 x i64> |
| 271 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 272 | ; CHECK: Found an estimated cost of 33 for instruction: %r120 = fptoui <4 x double> undef to <4 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 273 | %r120 = fptoui <4 x double> undef to <4 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 274 | ; CHECK: Found an estimated cost of 33 for instruction: %r121 = fptosi <4 x double> undef to <4 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 275 | %r121 = fptosi <4 x double> undef to <4 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 276 | ; CHECK: Found an estimated cost of 33 for instruction: %r122 = fptoui <4 x double> undef to <4 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 277 | %r122 = fptoui <4 x double> undef to <4 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 278 | ; CHECK: Found an estimated cost of 33 for instruction: %r123 = fptosi <4 x double> undef to <4 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 279 | %r123 = fptosi <4 x double> undef to <4 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 280 | ; CHECK: Found an estimated cost of 33 for instruction: %r124 = fptoui <4 x double> undef to <4 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 281 | %r124 = fptoui <4 x double> undef to <4 x i16> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 282 | ; CHECK: Found an estimated cost of 33 for instruction: %r125 = fptosi <4 x double> undef to <4 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 283 | %r125 = fptosi <4 x double> undef to <4 x i16> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 284 | ; CHECK: Found an estimated cost of 5 for instruction: %r126 = fptoui <4 x double> undef to <4 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 285 | %r126 = fptoui <4 x double> undef to <4 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 286 | ; CHECK: Found an estimated cost of 5 for instruction: %r127 = fptosi <4 x double> undef to <4 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 287 | %r127 = fptosi <4 x double> undef to <4 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 288 | ; CHECK: Found an estimated cost of 65 for instruction: %r128 = fptoui <4 x double> undef to <4 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 289 | %r128 = fptoui <4 x double> undef to <4 x i64> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 290 | ; CHECK: Found an estimated cost of 65 for instruction: %r129 = fptosi <4 x double> undef to <4 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 291 | %r129 = fptosi <4 x double> undef to <4 x i64> |
| 292 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 293 | ; CHECK: Found an estimated cost of 65 for instruction: %r130 = fptoui <8 x float> undef to <8 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 294 | %r130 = fptoui <8 x float> undef to <8 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 295 | ; CHECK: Found an estimated cost of 65 for instruction: %r131 = fptosi <8 x float> undef to <8 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 296 | %r131 = fptosi <8 x float> undef to <8 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 297 | ; CHECK: Found an estimated cost of 7 for instruction: %r132 = fptoui <8 x float> undef to <8 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 298 | %r132 = fptoui <8 x float> undef to <8 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 299 | ; CHECK: Found an estimated cost of 7 for instruction: %r133 = fptosi <8 x float> undef to <8 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 300 | %r133 = fptosi <8 x float> undef to <8 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 301 | ; CHECK: Found an estimated cost of 4 for instruction: %r134 = fptoui <8 x float> undef to <8 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 302 | %r134 = fptoui <8 x float> undef to <8 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 303 | ; CHECK: Found an estimated cost of 4 for instruction: %r135 = fptosi <8 x float> undef to <8 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 304 | %r135 = fptosi <8 x float> undef to <8 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 305 | ; CHECK: Found an estimated cost of 2 for instruction: %r136 = fptoui <8 x float> undef to <8 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 306 | %r136 = fptoui <8 x float> undef to <8 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 307 | ; CHECK: Found an estimated cost of 2 for instruction: %r137 = fptosi <8 x float> undef to <8 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 308 | %r137 = fptosi <8 x float> undef to <8 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 309 | ; CHECK: Found an estimated cost of 131 for instruction: %r138 = fptoui <8 x float> undef to <8 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 310 | %r138 = fptoui <8 x float> undef to <8 x i64> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 311 | ; CHECK: Found an estimated cost of 131 for instruction: %r139 = fptosi <8 x float> undef to <8 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 312 | %r139 = fptosi <8 x float> undef to <8 x i64> |
| 313 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 314 | ; CHECK: Found an estimated cost of 67 for instruction: %r140 = fptoui <8 x double> undef to <8 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 315 | %r140 = fptoui <8 x double> undef to <8 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 316 | ; CHECK: Found an estimated cost of 67 for instruction: %r141 = fptosi <8 x double> undef to <8 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 317 | %r141 = fptosi <8 x double> undef to <8 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 318 | ; CHECK: Found an estimated cost of 67 for instruction: %r142 = fptoui <8 x double> undef to <8 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 319 | %r142 = fptoui <8 x double> undef to <8 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 320 | ; CHECK: Found an estimated cost of 67 for instruction: %r143 = fptosi <8 x double> undef to <8 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 321 | %r143 = fptosi <8 x double> undef to <8 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 322 | ; CHECK: Found an estimated cost of 67 for instruction: %r144 = fptoui <8 x double> undef to <8 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 323 | %r144 = fptoui <8 x double> undef to <8 x i16> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 324 | ; CHECK: Found an estimated cost of 67 for instruction: %r145 = fptosi <8 x double> undef to <8 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 325 | %r145 = fptosi <8 x double> undef to <8 x i16> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 326 | ; CHECK: Found an estimated cost of 11 for instruction: %r146 = fptoui <8 x double> undef to <8 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 327 | %r146 = fptoui <8 x double> undef to <8 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 328 | ; CHECK: Found an estimated cost of 11 for instruction: %r147 = fptosi <8 x double> undef to <8 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 329 | %r147 = fptosi <8 x double> undef to <8 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 330 | ; CHECK: Found an estimated cost of 131 for instruction: %r148 = fptoui <8 x double> undef to <8 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 331 | %r148 = fptoui <8 x double> undef to <8 x i64> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 332 | ; CHECK: Found an estimated cost of 131 for instruction: %r149 = fptosi <8 x double> undef to <8 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 333 | %r149 = fptosi <8 x double> undef to <8 x i64> |
| 334 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 335 | ; CHECK: Found an estimated cost of 131 for instruction: %r150 = fptoui <16 x float> undef to <16 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 336 | %r150 = fptoui <16 x float> undef to <16 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 337 | ; CHECK: Found an estimated cost of 131 for instruction: %r151 = fptosi <16 x float> undef to <16 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 338 | %r151 = fptosi <16 x float> undef to <16 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 339 | ; CHECK: Found an estimated cost of 15 for instruction: %r152 = fptoui <16 x float> undef to <16 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 340 | %r152 = fptoui <16 x float> undef to <16 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 341 | ; CHECK: Found an estimated cost of 15 for instruction: %r153 = fptosi <16 x float> undef to <16 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 342 | %r153 = fptosi <16 x float> undef to <16 x i8> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 343 | ; CHECK: Found an estimated cost of 8 for instruction: %r154 = fptoui <16 x float> undef to <16 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 344 | %r154 = fptoui <16 x float> undef to <16 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 345 | ; CHECK: Found an estimated cost of 8 for instruction: %r155 = fptosi <16 x float> undef to <16 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 346 | %r155 = fptosi <16 x float> undef to <16 x i16> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 347 | ; CHECK: Found an estimated cost of 4 for instruction: %r156 = fptoui <16 x float> undef to <16 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 348 | %r156 = fptoui <16 x float> undef to <16 x i32> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 349 | ; CHECK: Found an estimated cost of 4 for instruction: %r157 = fptosi <16 x float> undef to <16 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 350 | %r157 = fptosi <16 x float> undef to <16 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 351 | ; CHECK: Found an estimated cost of 263 for instruction: %r158 = fptoui <16 x float> undef to <16 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 352 | %r158 = fptoui <16 x float> undef to <16 x i64> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 353 | ; CHECK: Found an estimated cost of 263 for instruction: %r159 = fptosi <16 x float> undef to <16 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 354 | %r159 = fptosi <16 x float> undef to <16 x i64> |
| 355 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 356 | ; CHECK: Found an estimated cost of 135 for instruction: %r160 = fptoui <16 x double> undef to <16 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 357 | %r160 = fptoui <16 x double> undef to <16 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 358 | ; CHECK: Found an estimated cost of 135 for instruction: %r161 = fptosi <16 x double> undef to <16 x i1> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 359 | %r161 = fptosi <16 x double> undef to <16 x i1> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 360 | ; CHECK: Found an estimated cost of 135 for instruction: %r162 = fptoui <16 x double> undef to <16 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 361 | %r162 = fptoui <16 x double> undef to <16 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 362 | ; CHECK: Found an estimated cost of 135 for instruction: %r163 = fptosi <16 x double> undef to <16 x i8> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 363 | %r163 = fptosi <16 x double> undef to <16 x i8> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 364 | ; CHECK: Found an estimated cost of 135 for instruction: %r164 = fptoui <16 x double> undef to <16 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 365 | %r164 = fptoui <16 x double> undef to <16 x i16> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 366 | ; CHECK: Found an estimated cost of 135 for instruction: %r165 = fptosi <16 x double> undef to <16 x i16> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 367 | %r165 = fptosi <16 x double> undef to <16 x i16> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 368 | ; CHECK: Found an estimated cost of 23 for instruction: %r166 = fptoui <16 x double> undef to <16 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 369 | %r166 = fptoui <16 x double> undef to <16 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 370 | ; CHECK: Found an estimated cost of 23 for instruction: %r167 = fptosi <16 x double> undef to <16 x i32> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 371 | %r167 = fptosi <16 x double> undef to <16 x i32> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 372 | ; CHECK: Found an estimated cost of 263 for instruction: %r168 = fptoui <16 x double> undef to <16 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 373 | %r168 = fptoui <16 x double> undef to <16 x i64> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 374 | ; CHECK: Found an estimated cost of 263 for instruction: %r169 = fptosi <16 x double> undef to <16 x i64> |
Arnold Schwaighofer | 6c9c3a8 | 2013-03-18 22:47:06 +0000 | [diff] [blame] | 375 | %r169 = fptosi <16 x double> undef to <16 x i64> |
| 376 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 377 | ; CHECK: Found an estimated cost of 12 for instruction: %r170 = uitofp <2 x i1> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 378 | %r170 = uitofp <2 x i1> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 379 | ; CHECK: Found an estimated cost of 12 for instruction: %r171 = sitofp <2 x i1> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 380 | %r171 = sitofp <2 x i1> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 381 | ; CHECK: Found an estimated cost of 3 for instruction: %r172 = uitofp <2 x i8> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 382 | %r172 = uitofp <2 x i8> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 383 | ; CHECK: Found an estimated cost of 3 for instruction: %r173 = sitofp <2 x i8> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 384 | %r173 = sitofp <2 x i8> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 385 | ; CHECK: Found an estimated cost of 2 for instruction: %r174 = uitofp <2 x i16> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 386 | %r174 = uitofp <2 x i16> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 387 | ; CHECK: Found an estimated cost of 2 for instruction: %r175 = sitofp <2 x i16> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 388 | %r175 = sitofp <2 x i16> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 389 | ; CHECK: Found an estimated cost of 1 for instruction: %r176 = uitofp <2 x i32> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 390 | %r176 = uitofp <2 x i32> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 391 | ; CHECK: Found an estimated cost of 1 for instruction: %r177 = sitofp <2 x i32> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 392 | %r177 = sitofp <2 x i32> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 393 | ; CHECK: Found an estimated cost of 28 for instruction: %r178 = uitofp <2 x i64> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 394 | %r178 = uitofp <2 x i64> undef to <2 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 395 | ; CHECK: Found an estimated cost of 28 for instruction: %r179 = sitofp <2 x i64> undef to <2 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 396 | %r179 = sitofp <2 x i64> undef to <2 x float> |
| 397 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 398 | ; CHECK: Found an estimated cost of 8 for instruction: %r180 = uitofp <2 x i1> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 399 | %r180 = uitofp <2 x i1> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 400 | ; CHECK: Found an estimated cost of 8 for instruction: %r181 = sitofp <2 x i1> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 401 | %r181 = sitofp <2 x i1> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 402 | ; CHECK: Found an estimated cost of 4 for instruction: %r182 = uitofp <2 x i8> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 403 | %r182 = uitofp <2 x i8> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 404 | ; CHECK: Found an estimated cost of 4 for instruction: %r183 = sitofp <2 x i8> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 405 | %r183 = sitofp <2 x i8> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 406 | ; CHECK: Found an estimated cost of 3 for instruction: %r184 = uitofp <2 x i16> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 407 | %r184 = uitofp <2 x i16> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 408 | ; CHECK: Found an estimated cost of 3 for instruction: %r185 = sitofp <2 x i16> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 409 | %r185 = sitofp <2 x i16> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 410 | ; CHECK: Found an estimated cost of 2 for instruction: %r186 = uitofp <2 x i32> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 411 | %r186 = uitofp <2 x i32> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 412 | ; CHECK: Found an estimated cost of 2 for instruction: %r187 = sitofp <2 x i32> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 413 | %r187 = sitofp <2 x i32> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 414 | ; CHECK: Found an estimated cost of 24 for instruction: %r188 = uitofp <2 x i64> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 415 | %r188 = uitofp <2 x i64> undef to <2 x double> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 416 | ; CHECK: Found an estimated cost of 24 for instruction: %r189 = sitofp <2 x i64> undef to <2 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 417 | %r189 = sitofp <2 x i64> undef to <2 x double> |
| 418 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 419 | ; CHECK: Found an estimated cost of 3 for instruction: %r190 = uitofp <4 x i1> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 420 | %r190 = uitofp <4 x i1> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 421 | ; CHECK: Found an estimated cost of 3 for instruction: %r191 = sitofp <4 x i1> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 422 | %r191 = sitofp <4 x i1> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 423 | ; CHECK: Found an estimated cost of 3 for instruction: %r192 = uitofp <4 x i8> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 424 | %r192 = uitofp <4 x i8> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 425 | ; CHECK: Found an estimated cost of 3 for instruction: %r193 = sitofp <4 x i8> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 426 | %r193 = sitofp <4 x i8> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 427 | ; CHECK: Found an estimated cost of 2 for instruction: %r194 = uitofp <4 x i16> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 428 | %r194 = uitofp <4 x i16> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 429 | ; CHECK: Found an estimated cost of 2 for instruction: %r195 = sitofp <4 x i16> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 430 | %r195 = sitofp <4 x i16> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 431 | ; CHECK: Found an estimated cost of 1 for instruction: %r196 = uitofp <4 x i32> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 432 | %r196 = uitofp <4 x i32> undef to <4 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 433 | ; CHECK: Found an estimated cost of 1 for instruction: %r197 = sitofp <4 x i32> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 434 | %r197 = sitofp <4 x i32> undef to <4 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 435 | ; CHECK: Found an estimated cost of 57 for instruction: %r198 = uitofp <4 x i64> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 436 | %r198 = uitofp <4 x i64> undef to <4 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 437 | ; CHECK: Found an estimated cost of 57 for instruction: %r199 = sitofp <4 x i64> undef to <4 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 438 | %r199 = sitofp <4 x i64> undef to <4 x float> |
| 439 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 440 | ; CHECK: Found an estimated cost of 17 for instruction: %r200 = uitofp <4 x i1> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 441 | %r200 = uitofp <4 x i1> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 442 | ; CHECK: Found an estimated cost of 17 for instruction: %r201 = sitofp <4 x i1> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 443 | %r201 = sitofp <4 x i1> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 444 | ; CHECK: Found an estimated cost of 9 for instruction: %r202 = uitofp <4 x i8> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 445 | %r202 = uitofp <4 x i8> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 446 | ; CHECK: Found an estimated cost of 9 for instruction: %r203 = sitofp <4 x i8> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 447 | %r203 = sitofp <4 x i8> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 448 | ; CHECK: Found an estimated cost of 7 for instruction: %r204 = uitofp <4 x i16> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 449 | %r204 = uitofp <4 x i16> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 450 | ; CHECK: Found an estimated cost of 7 for instruction: %r205 = sitofp <4 x i16> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 451 | %r205 = sitofp <4 x i16> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 452 | ; CHECK: Found an estimated cost of 5 for instruction: %r206 = uitofp <4 x i32> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 453 | %r206 = uitofp <4 x i32> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 454 | ; CHECK: Found an estimated cost of 5 for instruction: %r207 = sitofp <4 x i32> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 455 | %r207 = sitofp <4 x i32> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 456 | ; CHECK: Found an estimated cost of 49 for instruction: %r208 = uitofp <4 x i64> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 457 | %r208 = uitofp <4 x i64> undef to <4 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 458 | ; CHECK: Found an estimated cost of 49 for instruction: %r209 = sitofp <4 x i64> undef to <4 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 459 | %r209 = sitofp <4 x i64> undef to <4 x double> |
| 460 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 461 | ; CHECK: Found an estimated cost of 7 for instruction: %r210 = uitofp <8 x i1> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 462 | %r210 = uitofp <8 x i1> undef to <8 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 463 | ; CHECK: Found an estimated cost of 7 for instruction: %r211 = sitofp <8 x i1> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 464 | %r211 = sitofp <8 x i1> undef to <8 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 465 | ; CHECK: Found an estimated cost of 7 for instruction: %r212 = uitofp <8 x i8> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 466 | %r212 = uitofp <8 x i8> undef to <8 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 467 | ; CHECK: Found an estimated cost of 7 for instruction: %r213 = sitofp <8 x i8> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 468 | %r213 = sitofp <8 x i8> undef to <8 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 469 | ; CHECK: Found an estimated cost of 4 for instruction: %r214 = uitofp <8 x i16> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 470 | %r214 = uitofp <8 x i16> undef to <8 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 471 | ; CHECK: Found an estimated cost of 4 for instruction: %r215 = sitofp <8 x i16> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 472 | %r215 = sitofp <8 x i16> undef to <8 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 473 | ; CHECK: Found an estimated cost of 2 for instruction: %r216 = uitofp <8 x i32> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 474 | %r216 = uitofp <8 x i32> undef to <8 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 475 | ; CHECK: Found an estimated cost of 2 for instruction: %r217 = sitofp <8 x i32> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 476 | %r217 = sitofp <8 x i32> undef to <8 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 477 | ; CHECK: Found an estimated cost of 115 for instruction: %r218 = uitofp <8 x i64> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 478 | %r218 = uitofp <8 x i64> undef to <8 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 479 | ; CHECK: Found an estimated cost of 115 for instruction: %r219 = sitofp <8 x i64> undef to <8 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 480 | %r219 = sitofp <8 x i64> undef to <8 x float> |
| 481 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 482 | ; CHECK: Found an estimated cost of 35 for instruction: %r220 = uitofp <8 x i1> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 483 | %r220 = uitofp <8 x i1> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 484 | ; CHECK: Found an estimated cost of 35 for instruction: %r221 = sitofp <8 x i1> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 485 | %r221 = sitofp <8 x i1> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 486 | ; CHECK: Found an estimated cost of 19 for instruction: %r222 = uitofp <8 x i8> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 487 | %r222 = uitofp <8 x i8> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 488 | ; CHECK: Found an estimated cost of 19 for instruction: %r223 = sitofp <8 x i8> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 489 | %r223 = sitofp <8 x i8> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 490 | ; CHECK: Found an estimated cost of 15 for instruction: %r224 = uitofp <8 x i16> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 491 | %r224 = uitofp <8 x i16> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 492 | ; CHECK: Found an estimated cost of 15 for instruction: %r225 = sitofp <8 x i16> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 493 | %r225 = sitofp <8 x i16> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 494 | ; CHECK: Found an estimated cost of 15 for instruction: %r226 = uitofp <8 x i16> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 495 | %r226 = uitofp <8 x i16> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 496 | ; CHECK: Found an estimated cost of 15 for instruction: %r227 = sitofp <8 x i16> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 497 | %r227 = sitofp <8 x i16> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 498 | ; CHECK: Found an estimated cost of 99 for instruction: %r228 = uitofp <8 x i64> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 499 | %r228 = uitofp <8 x i64> undef to <8 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 500 | ; CHECK: Found an estimated cost of 99 for instruction: %r229 = sitofp <8 x i64> undef to <8 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 501 | %r229 = sitofp <8 x i64> undef to <8 x double> |
| 502 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 503 | ; CHECK: Found an estimated cost of 15 for instruction: %r230 = uitofp <16 x i1> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 504 | %r230 = uitofp <16 x i1> undef to <16 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 505 | ; CHECK: Found an estimated cost of 15 for instruction: %r231 = sitofp <16 x i1> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 506 | %r231 = sitofp <16 x i1> undef to <16 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 507 | ; CHECK: Found an estimated cost of 15 for instruction: %r232 = uitofp <16 x i8> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 508 | %r232 = uitofp <16 x i8> undef to <16 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 509 | ; CHECK: Found an estimated cost of 15 for instruction: %r233 = sitofp <16 x i8> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 510 | %r233 = sitofp <16 x i8> undef to <16 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 511 | ; CHECK: Found an estimated cost of 8 for instruction: %r234 = uitofp <16 x i16> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 512 | %r234 = uitofp <16 x i16> undef to <16 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 513 | ; CHECK: Found an estimated cost of 8 for instruction: %r235 = sitofp <16 x i16> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 514 | %r235 = sitofp <16 x i16> undef to <16 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 515 | ; CHECK: Found an estimated cost of 4 for instruction: %r236 = uitofp <16 x i32> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 516 | %r236 = uitofp <16 x i32> undef to <16 x float> |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 517 | ; CHECK: Found an estimated cost of 4 for instruction: %r237 = sitofp <16 x i32> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 518 | %r237 = sitofp <16 x i32> undef to <16 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 519 | ; CHECK: Found an estimated cost of 231 for instruction: %r238 = uitofp <16 x i64> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 520 | %r238 = uitofp <16 x i64> undef to <16 x float> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 521 | ; CHECK: Found an estimated cost of 231 for instruction: %r239 = sitofp <16 x i64> undef to <16 x float> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 522 | %r239 = sitofp <16 x i64> undef to <16 x float> |
| 523 | |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 524 | ; CHECK: Found an estimated cost of 71 for instruction: %r240 = uitofp <16 x i1> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 525 | %r240 = uitofp <16 x i1> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 526 | ; CHECK: Found an estimated cost of 71 for instruction: %r241 = sitofp <16 x i1> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 527 | %r241 = sitofp <16 x i1> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 528 | ; CHECK: Found an estimated cost of 39 for instruction: %r242 = uitofp <16 x i8> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 529 | %r242 = uitofp <16 x i8> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 530 | ; CHECK: Found an estimated cost of 39 for instruction: %r243 = sitofp <16 x i8> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 531 | %r243 = sitofp <16 x i8> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 532 | ; CHECK: Found an estimated cost of 31 for instruction: %r244 = uitofp <16 x i16> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 533 | %r244 = uitofp <16 x i16> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 534 | ; CHECK: Found an estimated cost of 31 for instruction: %r245 = sitofp <16 x i16> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 535 | %r245 = sitofp <16 x i16> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 536 | ; CHECK: Found an estimated cost of 31 for instruction: %r246 = uitofp <16 x i16> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 537 | %r246 = uitofp <16 x i16> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 538 | ; CHECK: Found an estimated cost of 31 for instruction: %r247 = sitofp <16 x i16> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 539 | %r247 = sitofp <16 x i16> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 540 | ; CHECK: Found an estimated cost of 199 for instruction: %r248 = uitofp <16 x i64> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 541 | %r248 = uitofp <16 x i64> undef to <16 x double> |
Michael Kuperstein | aa71bdd | 2016-07-06 17:30:56 +0000 | [diff] [blame] | 542 | ; CHECK: Found an estimated cost of 199 for instruction: %r249 = sitofp <16 x i64> undef to <16 x double> |
Arnold Schwaighofer | ae0052f | 2013-03-18 22:47:09 +0000 | [diff] [blame] | 543 | %r249 = sitofp <16 x i64> undef to <16 x double> |
| 544 | |
Silviu Baranga | d5ac269 | 2015-08-17 15:57:05 +0000 | [diff] [blame] | 545 | ; CHECK: Found an estimated cost of 0 for instruction: ret i32 undef |
Arnold Schwaighofer | a804bbe | 2013-02-05 14:05:55 +0000 | [diff] [blame] | 546 | ret i32 undef |
| 547 | } |
| 548 | |