f38ca2956ff325979dc8e1f154a213f07e9f2e97
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file defines the interfaces that X86 uses to lower LLVM code into a
11 // selection DAG.
12 //
13 //===----------------------------------------------------------------------===//
14
15 #include "X86ISelLowering.h"
16 #include "Utils/X86ShuffleDecode.h"
17 #include "X86CallingConv.h"
18 #include "X86FrameLowering.h"
19 #include "X86InstrBuilder.h"
20 #include "X86MachineFunctionInfo.h"
21 #include "X86TargetMachine.h"
22 #include "X86TargetObjectFile.h"
23 #include "llvm/ADT/SmallBitVector.h"
24 #include "llvm/ADT/SmallSet.h"
25 #include "llvm/ADT/Statistic.h"
26 #include "llvm/ADT/StringExtras.h"
27 #include "llvm/ADT/StringSwitch.h"
28 #include "llvm/Analysis/EHPersonalities.h"
29 #include "llvm/CodeGen/IntrinsicLowering.h"
30 #include "llvm/CodeGen/MachineFrameInfo.h"
31 #include "llvm/CodeGen/MachineFunction.h"
32 #include "llvm/CodeGen/MachineInstrBuilder.h"
33 #include "llvm/CodeGen/MachineJumpTableInfo.h"
34 #include "llvm/CodeGen/MachineModuleInfo.h"
35 #include "llvm/CodeGen/MachineRegisterInfo.h"
36 #include "llvm/CodeGen/WinEHFuncInfo.h"
37 #include "llvm/IR/CallSite.h"
38 #include "llvm/IR/CallingConv.h"
39 #include "llvm/IR/Constants.h"
40 #include "llvm/IR/DerivedTypes.h"
41 #include "llvm/IR/Function.h"
42 #include "llvm/IR/GlobalAlias.h"
43 #include "llvm/IR/GlobalVariable.h"
44 #include "llvm/IR/Instructions.h"
45 #include "llvm/IR/Intrinsics.h"
46 #include "llvm/MC/MCAsmInfo.h"
47 #include "llvm/MC/MCContext.h"
48 #include "llvm/MC/MCExpr.h"
49 #include "llvm/MC/MCSymbol.h"
50 #include "llvm/Support/CommandLine.h"
51 #include "llvm/Support/Debug.h"
52 #include "llvm/Support/ErrorHandling.h"
53 #include "llvm/Support/MathExtras.h"
54 #include "llvm/Target/TargetOptions.h"
55 #include "X86IntrinsicsInfo.h"
56 #include <bitset>
57 #include <numeric>
58 #include <cctype>
59 using namespace llvm;
60
61 #define DEBUG_TYPE "x86-isel"
62
63 STATISTIC(NumTailCalls, "Number of tail calls");
64
65 static cl::opt<bool> ExperimentalVectorWideningLegalization(
66     "x86-experimental-vector-widening-legalization", cl::init(false),
67     cl::desc("Enable an experimental vector type legalization through widening "
68              "rather than promotion."),
69     cl::Hidden);
70
71 X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
72                                      const X86Subtarget &STI)
73     : TargetLowering(TM), Subtarget(&STI) {
74   X86ScalarSSEf64 = Subtarget->hasSSE2();
75   X86ScalarSSEf32 = Subtarget->hasSSE1();
76   MVT PtrVT = MVT::getIntegerVT(8 * TM.getPointerSize());
77
78   // Set up the TargetLowering object.
79
80   // X86 is weird. It always uses i8 for shift amounts and setcc results.
81   setBooleanContents(ZeroOrOneBooleanContent);
82   // X86-SSE is even stranger. It uses -1 or 0 for vector masks.
83   setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
84
85   // For 64-bit, since we have so many registers, use the ILP scheduler.
86   // For 32-bit, use the register pressure specific scheduling.
87   // For Atom, always use ILP scheduling.
88   if (Subtarget->isAtom())
89     setSchedulingPreference(Sched::ILP);
90   else if (Subtarget->is64Bit())
91     setSchedulingPreference(Sched::ILP);
92   else
93     setSchedulingPreference(Sched::RegPressure);
94   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
95   setStackPointerRegisterToSaveRestore(RegInfo->getStackRegister());
96
97   // Bypass expensive divides on Atom when compiling with O2.
98   if (TM.getOptLevel() >= CodeGenOpt::Default) {
99     if (Subtarget->hasSlowDivide32())
100       addBypassSlowDiv(32, 8);
101     if (Subtarget->hasSlowDivide64() && Subtarget->is64Bit())
102       addBypassSlowDiv(64, 16);
103   }
104
105   if (Subtarget->isTargetKnownWindowsMSVC()) {
106     // Setup Windows compiler runtime calls.
107     setLibcallName(RTLIB::SDIV_I64, "_alldiv");
108     setLibcallName(RTLIB::UDIV_I64, "_aulldiv");
109     setLibcallName(RTLIB::SREM_I64, "_allrem");
110     setLibcallName(RTLIB::UREM_I64, "_aullrem");
111     setLibcallName(RTLIB::MUL_I64, "_allmul");
112     setLibcallCallingConv(RTLIB::SDIV_I64, CallingConv::X86_StdCall);
113     setLibcallCallingConv(RTLIB::UDIV_I64, CallingConv::X86_StdCall);
114     setLibcallCallingConv(RTLIB::SREM_I64, CallingConv::X86_StdCall);
115     setLibcallCallingConv(RTLIB::UREM_I64, CallingConv::X86_StdCall);
116     setLibcallCallingConv(RTLIB::MUL_I64, CallingConv::X86_StdCall);
117   }
118
119   if (Subtarget->isTargetDarwin()) {
120     // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
121     setUseUnderscoreSetJmp(false);
122     setUseUnderscoreLongJmp(false);
123   } else if (Subtarget->isTargetWindowsGNU()) {
124     // MS runtime is weird: it exports _setjmp, but longjmp!
125     setUseUnderscoreSetJmp(true);
126     setUseUnderscoreLongJmp(false);
127   } else {
128     setUseUnderscoreSetJmp(true);
129     setUseUnderscoreLongJmp(true);
130   }
131
132   // Set up the register classes.
133   addRegisterClass(MVT::i8, &X86::GR8RegClass);
134   addRegisterClass(MVT::i16, &X86::GR16RegClass);
135   addRegisterClass(MVT::i32, &X86::GR32RegClass);
136   if (Subtarget->is64Bit())
137     addRegisterClass(MVT::i64, &X86::GR64RegClass);
138
139   for (MVT VT : MVT::integer_valuetypes())
140     setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote);
141
142   // We don't accept any truncstore of integer registers.
143   setTruncStoreAction(MVT::i64, MVT::i32, Expand);
144   setTruncStoreAction(MVT::i64, MVT::i16, Expand);
145   setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
146   setTruncStoreAction(MVT::i32, MVT::i16, Expand);
147   setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
148   setTruncStoreAction(MVT::i16, MVT::i8,  Expand);
149
150   setTruncStoreAction(MVT::f64, MVT::f32, Expand);
151
152   // SETOEQ and SETUNE require checking two conditions.
153   setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
154   setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
155   setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
156   setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
157   setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
158   setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
159
160   // Promote all UINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have this
161   // operation.
162   setOperationAction(ISD::UINT_TO_FP       , MVT::i1   , Promote);
163   setOperationAction(ISD::UINT_TO_FP       , MVT::i8   , Promote);
164   setOperationAction(ISD::UINT_TO_FP       , MVT::i16  , Promote);
165
166   if (Subtarget->is64Bit()) {
167     if (!Subtarget->useSoftFloat() && Subtarget->hasAVX512())
168       // f32/f64 are legal, f80 is custom.
169       setOperationAction(ISD::UINT_TO_FP   , MVT::i32  , Custom);
170     else
171       setOperationAction(ISD::UINT_TO_FP   , MVT::i32  , Promote);
172     setOperationAction(ISD::UINT_TO_FP     , MVT::i64  , Custom);
173   } else if (!Subtarget->useSoftFloat()) {
174     // We have an algorithm for SSE2->double, and we turn this into a
175     // 64-bit FILD followed by conditional FADD for other targets.
176     setOperationAction(ISD::UINT_TO_FP     , MVT::i64  , Custom);
177     // We have an algorithm for SSE2, and we turn this into a 64-bit
178     // FILD or VCVTUSI2SS/SD for other targets.
179     setOperationAction(ISD::UINT_TO_FP     , MVT::i32  , Custom);
180   }
181
182   // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
183   // this operation.
184   setOperationAction(ISD::SINT_TO_FP       , MVT::i1   , Promote);
185   setOperationAction(ISD::SINT_TO_FP       , MVT::i8   , Promote);
186
187   if (!Subtarget->useSoftFloat()) {
188     // SSE has no i16 to fp conversion, only i32
189     if (X86ScalarSSEf32) {
190       setOperationAction(ISD::SINT_TO_FP     , MVT::i16  , Promote);
191       // f32 and f64 cases are Legal, f80 case is not
192       setOperationAction(ISD::SINT_TO_FP     , MVT::i32  , Custom);
193     } else {
194       setOperationAction(ISD::SINT_TO_FP     , MVT::i16  , Custom);
195       setOperationAction(ISD::SINT_TO_FP     , MVT::i32  , Custom);
196     }
197   } else {
198     setOperationAction(ISD::SINT_TO_FP     , MVT::i16  , Promote);
199     setOperationAction(ISD::SINT_TO_FP     , MVT::i32  , Promote);
200   }
201
202   // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
203   // this operation.
204   setOperationAction(ISD::FP_TO_SINT       , MVT::i1   , Promote);
205   setOperationAction(ISD::FP_TO_SINT       , MVT::i8   , Promote);
206
207   if (!Subtarget->useSoftFloat()) {
208     // In 32-bit mode these are custom lowered.  In 64-bit mode F32 and F64
209     // are Legal, f80 is custom lowered.
210     setOperationAction(ISD::FP_TO_SINT     , MVT::i64  , Custom);
211     setOperationAction(ISD::SINT_TO_FP     , MVT::i64  , Custom);
212
213     if (X86ScalarSSEf32) {
214       setOperationAction(ISD::FP_TO_SINT     , MVT::i16  , Promote);
215       // f32 and f64 cases are Legal, f80 case is not
216       setOperationAction(ISD::FP_TO_SINT     , MVT::i32  , Custom);
217     } else {
218       setOperationAction(ISD::FP_TO_SINT     , MVT::i16  , Custom);
219       setOperationAction(ISD::FP_TO_SINT     , MVT::i32  , Custom);
220     }
221   } else {
222     setOperationAction(ISD::FP_TO_SINT     , MVT::i16  , Promote);
223     setOperationAction(ISD::FP_TO_SINT     , MVT::i32  , Expand);
224     setOperationAction(ISD::FP_TO_SINT     , MVT::i64  , Expand);
225   }
226
227   // Handle FP_TO_UINT by promoting the destination to a larger signed
228   // conversion.
229   setOperationAction(ISD::FP_TO_UINT       , MVT::i1   , Promote);
230   setOperationAction(ISD::FP_TO_UINT       , MVT::i8   , Promote);
231   setOperationAction(ISD::FP_TO_UINT       , MVT::i16  , Promote);
232
233   if (Subtarget->is64Bit()) {
234     if (!Subtarget->useSoftFloat() && Subtarget->hasAVX512()) {
235       // FP_TO_UINT-i32/i64 is legal for f32/f64, but custom for f80.
236       setOperationAction(ISD::FP_TO_UINT   , MVT::i32  , Custom);
237       setOperationAction(ISD::FP_TO_UINT   , MVT::i64  , Custom);
238     } else {
239       setOperationAction(ISD::FP_TO_UINT   , MVT::i32  , Promote);
240       setOperationAction(ISD::FP_TO_UINT   , MVT::i64  , Expand);
241     }
242   } else if (!Subtarget->useSoftFloat()) {
243     // Since AVX is a superset of SSE3, only check for SSE here.
244     if (Subtarget->hasSSE1() && !Subtarget->hasSSE3())
245       // Expand FP_TO_UINT into a select.
246       // FIXME: We would like to use a Custom expander here eventually to do
247       // the optimal thing for SSE vs. the default expansion in the legalizer.
248       setOperationAction(ISD::FP_TO_UINT   , MVT::i32  , Expand);
249     else
250       // With AVX512 we can use vcvts[ds]2usi for f32/f64->i32, f80 is custom.
251       // With SSE3 we can use fisttpll to convert to a signed i64; without
252       // SSE, we're stuck with a fistpll.
253       setOperationAction(ISD::FP_TO_UINT   , MVT::i32  , Custom);
254
255     setOperationAction(ISD::FP_TO_UINT     , MVT::i64  , Custom);
256   }
257
258   // TODO: when we have SSE, these could be more efficient, by using movd/movq.
259   if (!X86ScalarSSEf64) {
260     setOperationAction(ISD::BITCAST        , MVT::f32  , Expand);
261     setOperationAction(ISD::BITCAST        , MVT::i32  , Expand);
262     if (Subtarget->is64Bit()) {
263       setOperationAction(ISD::BITCAST      , MVT::f64  , Expand);
264       // Without SSE, i64->f64 goes through memory.
265       setOperationAction(ISD::BITCAST      , MVT::i64  , Expand);
266     }
267   }
268
269   // Scalar integer divide and remainder are lowered to use operations that
270   // produce two results, to match the available instructions. This exposes
271   // the two-result form to trivial CSE, which is able to combine x/y and x%y
272   // into a single instruction.
273   //
274   // Scalar integer multiply-high is also lowered to use two-result
275   // operations, to match the available instructions. However, plain multiply
276   // (low) operations are left as Legal, as there are single-result
277   // instructions for this in x86. Using the two-result multiply instructions
278   // when both high and low results are needed must be arranged by dagcombine.
279   for (auto VT : { MVT::i8, MVT::i16, MVT::i32, MVT::i64 }) {
280     setOperationAction(ISD::MULHS, VT, Expand);
281     setOperationAction(ISD::MULHU, VT, Expand);
282     setOperationAction(ISD::SDIV, VT, Expand);
283     setOperationAction(ISD::UDIV, VT, Expand);
284     setOperationAction(ISD::SREM, VT, Expand);
285     setOperationAction(ISD::UREM, VT, Expand);
286
287     // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
288     setOperationAction(ISD::ADDC, VT, Custom);
289     setOperationAction(ISD::ADDE, VT, Custom);
290     setOperationAction(ISD::SUBC, VT, Custom);
291     setOperationAction(ISD::SUBE, VT, Custom);
292   }
293
294   setOperationAction(ISD::BR_JT            , MVT::Other, Expand);
295   setOperationAction(ISD::BRCOND           , MVT::Other, Custom);
296   setOperationAction(ISD::BR_CC            , MVT::f32,   Expand);
297   setOperationAction(ISD::BR_CC            , MVT::f64,   Expand);
298   setOperationAction(ISD::BR_CC            , MVT::f80,   Expand);
299   setOperationAction(ISD::BR_CC            , MVT::i8,    Expand);
300   setOperationAction(ISD::BR_CC            , MVT::i16,   Expand);
301   setOperationAction(ISD::BR_CC            , MVT::i32,   Expand);
302   setOperationAction(ISD::BR_CC            , MVT::i64,   Expand);
303   setOperationAction(ISD::SELECT_CC        , MVT::f32,   Expand);
304   setOperationAction(ISD::SELECT_CC        , MVT::f64,   Expand);
305   setOperationAction(ISD::SELECT_CC        , MVT::f80,   Expand);
306   setOperationAction(ISD::SELECT_CC        , MVT::i8,    Expand);
307   setOperationAction(ISD::SELECT_CC        , MVT::i16,   Expand);
308   setOperationAction(ISD::SELECT_CC        , MVT::i32,   Expand);
309   setOperationAction(ISD::SELECT_CC        , MVT::i64,   Expand);
310   if (Subtarget->is64Bit())
311     setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
312   setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16  , Legal);
313   setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8   , Legal);
314   setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1   , Expand);
315   setOperationAction(ISD::FP_ROUND_INREG   , MVT::f32  , Expand);
316
317   if (Subtarget->is32Bit() && Subtarget->isTargetKnownWindowsMSVC()) {
318     // On 32 bit MSVC, `fmodf(f32)` is not defined - only `fmod(f64)`
319     // is. We should promote the value to 64-bits to solve this.
320     // This is what the CRT headers do - `fmodf` is an inline header
321     // function casting to f64 and calling `fmod`.
322     setOperationAction(ISD::FREM           , MVT::f32  , Promote);
323   } else {
324     setOperationAction(ISD::FREM           , MVT::f32  , Expand);
325   }
326
327   setOperationAction(ISD::FREM             , MVT::f64  , Expand);
328   setOperationAction(ISD::FREM             , MVT::f80  , Expand);
329   setOperationAction(ISD::FLT_ROUNDS_      , MVT::i32  , Custom);
330
331   // Promote the i8 variants and force them on up to i32 which has a shorter
332   // encoding.
333   setOperationAction(ISD::CTTZ             , MVT::i8   , Promote);
334   AddPromotedToType (ISD::CTTZ             , MVT::i8   , MVT::i32);
335   setOperationAction(ISD::CTTZ_ZERO_UNDEF  , MVT::i8   , Promote);
336   AddPromotedToType (ISD::CTTZ_ZERO_UNDEF  , MVT::i8   , MVT::i32);
337   if (Subtarget->hasBMI()) {
338     setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i16  , Expand);
339     setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32  , Expand);
340     if (Subtarget->is64Bit())
341       setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Expand);
342   } else {
343     setOperationAction(ISD::CTTZ           , MVT::i16  , Custom);
344     setOperationAction(ISD::CTTZ           , MVT::i32  , Custom);
345     if (Subtarget->is64Bit())
346       setOperationAction(ISD::CTTZ         , MVT::i64  , Custom);
347   }
348
349   if (Subtarget->hasLZCNT()) {
350     // When promoting the i8 variants, force them to i32 for a shorter
351     // encoding.
352     setOperationAction(ISD::CTLZ           , MVT::i8   , Promote);
353     AddPromotedToType (ISD::CTLZ           , MVT::i8   , MVT::i32);
354     setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i8   , Promote);
355     AddPromotedToType (ISD::CTLZ_ZERO_UNDEF, MVT::i8   , MVT::i32);
356     setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i16  , Expand);
357     setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32  , Expand);
358     if (Subtarget->is64Bit())
359       setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Expand);
360   } else {
361     setOperationAction(ISD::CTLZ           , MVT::i8   , Custom);
362     setOperationAction(ISD::CTLZ           , MVT::i16  , Custom);
363     setOperationAction(ISD::CTLZ           , MVT::i32  , Custom);
364     setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i8   , Custom);
365     setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i16  , Custom);
366     setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32  , Custom);
367     if (Subtarget->is64Bit()) {
368       setOperationAction(ISD::CTLZ         , MVT::i64  , Custom);
369       setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Custom);
370     }
371   }
372
373   // Special handling for half-precision floating point conversions.
374   // If we don't have F16C support, then lower half float conversions
375   // into library calls.
376   if (Subtarget->useSoftFloat() || !Subtarget->hasF16C()) {
377     setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand);
378     setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand);
379   }
380
381   // There's never any support for operations beyond MVT::f32.
382   setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand);
383   setOperationAction(ISD::FP16_TO_FP, MVT::f80, Expand);
384   setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand);
385   setOperationAction(ISD::FP_TO_FP16, MVT::f80, Expand);
386
387   setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::f16, Expand);
388   setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f16, Expand);
389   setLoadExtAction(ISD::EXTLOAD, MVT::f80, MVT::f16, Expand);
390   setTruncStoreAction(MVT::f32, MVT::f16, Expand);
391   setTruncStoreAction(MVT::f64, MVT::f16, Expand);
392   setTruncStoreAction(MVT::f80, MVT::f16, Expand);
393
394   if (Subtarget->hasPOPCNT()) {
395     setOperationAction(ISD::CTPOP          , MVT::i8   , Promote);
396   } else {
397     setOperationAction(ISD::CTPOP          , MVT::i8   , Expand);
398     setOperationAction(ISD::CTPOP          , MVT::i16  , Expand);
399     setOperationAction(ISD::CTPOP          , MVT::i32  , Expand);
400     if (Subtarget->is64Bit())
401       setOperationAction(ISD::CTPOP        , MVT::i64  , Expand);
402   }
403
404   setOperationAction(ISD::READCYCLECOUNTER , MVT::i64  , Custom);
405
406   if (!Subtarget->hasMOVBE())
407     setOperationAction(ISD::BSWAP          , MVT::i16  , Expand);
408
409   // These should be promoted to a larger select which is supported.
410   setOperationAction(ISD::SELECT          , MVT::i1   , Promote);
411   // X86 wants to expand cmov itself.
412   setOperationAction(ISD::SELECT          , MVT::i8   , Custom);
413   setOperationAction(ISD::SELECT          , MVT::i16  , Custom);
414   setOperationAction(ISD::SELECT          , MVT::i32  , Custom);
415   setOperationAction(ISD::SELECT          , MVT::f32  , Custom);
416   setOperationAction(ISD::SELECT          , MVT::f64  , Custom);
417   setOperationAction(ISD::SELECT          , MVT::f80  , Custom);
418   setOperationAction(ISD::SETCC           , MVT::i8   , Custom);
419   setOperationAction(ISD::SETCC           , MVT::i16  , Custom);
420   setOperationAction(ISD::SETCC           , MVT::i32  , Custom);
421   setOperationAction(ISD::SETCC           , MVT::f32  , Custom);
422   setOperationAction(ISD::SETCC           , MVT::f64  , Custom);
423   setOperationAction(ISD::SETCC           , MVT::f80  , Custom);
424   setOperationAction(ISD::SETCCE          , MVT::i8   , Custom);
425   setOperationAction(ISD::SETCCE          , MVT::i16  , Custom);
426   setOperationAction(ISD::SETCCE          , MVT::i32  , Custom);
427   if (Subtarget->is64Bit()) {
428     setOperationAction(ISD::SELECT        , MVT::i64  , Custom);
429     setOperationAction(ISD::SETCC         , MVT::i64  , Custom);
430     setOperationAction(ISD::SETCCE        , MVT::i64  , Custom);
431   }
432   setOperationAction(ISD::EH_RETURN       , MVT::Other, Custom);
433   // NOTE: EH_SJLJ_SETJMP/_LONGJMP supported here is NOT intended to support
434   // SjLj exception handling but a light-weight setjmp/longjmp replacement to
435   // support continuation, user-level threading, and etc.. As a result, no
436   // other SjLj exception interfaces are implemented and please don't build
437   // your own exception handling based on them.
438   // LLVM/Clang supports zero-cost DWARF exception handling.
439   setOperationAction(ISD::EH_SJLJ_SETJMP, MVT::i32, Custom);
440   setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom);
441
442   // Darwin ABI issue.
443   setOperationAction(ISD::ConstantPool    , MVT::i32  , Custom);
444   setOperationAction(ISD::JumpTable       , MVT::i32  , Custom);
445   setOperationAction(ISD::GlobalAddress   , MVT::i32  , Custom);
446   setOperationAction(ISD::GlobalTLSAddress, MVT::i32  , Custom);
447   if (Subtarget->is64Bit())
448     setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
449   setOperationAction(ISD::ExternalSymbol  , MVT::i32  , Custom);
450   setOperationAction(ISD::BlockAddress    , MVT::i32  , Custom);
451   if (Subtarget->is64Bit()) {
452     setOperationAction(ISD::ConstantPool  , MVT::i64  , Custom);
453     setOperationAction(ISD::JumpTable     , MVT::i64  , Custom);
454     setOperationAction(ISD::GlobalAddress , MVT::i64  , Custom);
455     setOperationAction(ISD::ExternalSymbol, MVT::i64  , Custom);
456     setOperationAction(ISD::BlockAddress  , MVT::i64  , Custom);
457   }
458   // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
459   setOperationAction(ISD::SHL_PARTS       , MVT::i32  , Custom);
460   setOperationAction(ISD::SRA_PARTS       , MVT::i32  , Custom);
461   setOperationAction(ISD::SRL_PARTS       , MVT::i32  , Custom);
462   if (Subtarget->is64Bit()) {
463     setOperationAction(ISD::SHL_PARTS     , MVT::i64  , Custom);
464     setOperationAction(ISD::SRA_PARTS     , MVT::i64  , Custom);
465     setOperationAction(ISD::SRL_PARTS     , MVT::i64  , Custom);
466   }
467
468   if (Subtarget->hasSSE1())
469     setOperationAction(ISD::PREFETCH      , MVT::Other, Legal);
470
471   setOperationAction(ISD::ATOMIC_FENCE  , MVT::Other, Custom);
472
473   // Expand certain atomics
474   for (auto VT : { MVT::i8, MVT::i16, MVT::i32, MVT::i64 }) {
475     setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Custom);
476     setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
477     setOperationAction(ISD::ATOMIC_STORE, VT, Custom);
478   }
479
480   if (Subtarget->hasCmpxchg16b()) {
481     setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, MVT::i128, Custom);
482   }
483
484   // FIXME - use subtarget debug flags
485   if (!Subtarget->isTargetDarwin() && !Subtarget->isTargetELF() &&
486       !Subtarget->isTargetCygMing() && !Subtarget->isTargetWin64()) {
487     setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
488   }
489
490   setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
491   setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i64, Custom);
492
493   setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom);
494   setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
495
496   setOperationAction(ISD::TRAP, MVT::Other, Legal);
497   setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal);
498
499   // VASTART needs to be custom lowered to use the VarArgsFrameIndex
500   setOperationAction(ISD::VASTART           , MVT::Other, Custom);
501   setOperationAction(ISD::VAEND             , MVT::Other, Expand);
502   if (Subtarget->is64Bit()) {
503     setOperationAction(ISD::VAARG           , MVT::Other, Custom);
504     setOperationAction(ISD::VACOPY          , MVT::Other, Custom);
505   } else {
506     // TargetInfo::CharPtrBuiltinVaList
507     setOperationAction(ISD::VAARG           , MVT::Other, Expand);
508     setOperationAction(ISD::VACOPY          , MVT::Other, Expand);
509   }
510
511   setOperationAction(ISD::STACKSAVE,          MVT::Other, Expand);
512   setOperationAction(ISD::STACKRESTORE,       MVT::Other, Expand);
513
514   setOperationAction(ISD::DYNAMIC_STACKALLOC, PtrVT, Custom);
515
516   // GC_TRANSITION_START and GC_TRANSITION_END need custom lowering.
517   setOperationAction(ISD::GC_TRANSITION_START, MVT::Other, Custom);
518   setOperationAction(ISD::GC_TRANSITION_END, MVT::Other, Custom);
519
520   if (!Subtarget->useSoftFloat() && X86ScalarSSEf64) {
521     // f32 and f64 use SSE.
522     // Set up the FP register classes.
523     addRegisterClass(MVT::f32, &X86::FR32RegClass);
524     addRegisterClass(MVT::f64, &X86::FR64RegClass);
525
526     // Use ANDPD to simulate FABS.
527     setOperationAction(ISD::FABS , MVT::f64, Custom);
528     setOperationAction(ISD::FABS , MVT::f32, Custom);
529
530     // Use XORP to simulate FNEG.
531     setOperationAction(ISD::FNEG , MVT::f64, Custom);
532     setOperationAction(ISD::FNEG , MVT::f32, Custom);
533
534     // Use ANDPD and ORPD to simulate FCOPYSIGN.
535     setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
536     setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
537
538     // Lower this to FGETSIGNx86 plus an AND.
539     setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
540     setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
541
542     // We don't support sin/cos/fmod
543     setOperationAction(ISD::FSIN   , MVT::f64, Expand);
544     setOperationAction(ISD::FCOS   , MVT::f64, Expand);
545     setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
546     setOperationAction(ISD::FSIN   , MVT::f32, Expand);
547     setOperationAction(ISD::FCOS   , MVT::f32, Expand);
548     setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
549
550     // Expand FP immediates into loads from the stack, except for the special
551     // cases we handle.
552     addLegalFPImmediate(APFloat(+0.0)); // xorpd
553     addLegalFPImmediate(APFloat(+0.0f)); // xorps
554   } else if (!Subtarget->useSoftFloat() && X86ScalarSSEf32) {
555     // Use SSE for f32, x87 for f64.
556     // Set up the FP register classes.
557     addRegisterClass(MVT::f32, &X86::FR32RegClass);
558     addRegisterClass(MVT::f64, &X86::RFP64RegClass);
559
560     // Use ANDPS to simulate FABS.
561     setOperationAction(ISD::FABS , MVT::f32, Custom);
562
563     // Use XORP to simulate FNEG.
564     setOperationAction(ISD::FNEG , MVT::f32, Custom);
565
566     setOperationAction(ISD::UNDEF,     MVT::f64, Expand);
567
568     // Use ANDPS and ORPS to simulate FCOPYSIGN.
569     setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
570     setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
571
572     // We don't support sin/cos/fmod
573     setOperationAction(ISD::FSIN   , MVT::f32, Expand);
574     setOperationAction(ISD::FCOS   , MVT::f32, Expand);
575     setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
576
577     // Special cases we handle for FP constants.
578     addLegalFPImmediate(APFloat(+0.0f)); // xorps
579     addLegalFPImmediate(APFloat(+0.0)); // FLD0
580     addLegalFPImmediate(APFloat(+1.0)); // FLD1
581     addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
582     addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
583
584     if (!TM.Options.UnsafeFPMath) {
585       setOperationAction(ISD::FSIN   , MVT::f64, Expand);
586       setOperationAction(ISD::FCOS   , MVT::f64, Expand);
587       setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
588     }
589   } else if (!Subtarget->useSoftFloat()) {
590     // f32 and f64 in x87.
591     // Set up the FP register classes.
592     addRegisterClass(MVT::f64, &X86::RFP64RegClass);
593     addRegisterClass(MVT::f32, &X86::RFP32RegClass);
594
595     setOperationAction(ISD::UNDEF,     MVT::f64, Expand);
596     setOperationAction(ISD::UNDEF,     MVT::f32, Expand);
597     setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
598     setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
599
600     if (!TM.Options.UnsafeFPMath) {
601       setOperationAction(ISD::FSIN   , MVT::f64, Expand);
602       setOperationAction(ISD::FSIN   , MVT::f32, Expand);
603       setOperationAction(ISD::FCOS   , MVT::f64, Expand);
604       setOperationAction(ISD::FCOS   , MVT::f32, Expand);
605       setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
606       setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
607     }
608     addLegalFPImmediate(APFloat(+0.0)); // FLD0
609     addLegalFPImmediate(APFloat(+1.0)); // FLD1
610     addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
611     addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
612     addLegalFPImmediate(APFloat(+0.0f)); // FLD0
613     addLegalFPImmediate(APFloat(+1.0f)); // FLD1
614     addLegalFPImmediate(APFloat(-0.0f)); // FLD0/FCHS
615     addLegalFPImmediate(APFloat(-1.0f)); // FLD1/FCHS
616   }
617
618   // We don't support FMA.
619   setOperationAction(ISD::FMA, MVT::f64, Expand);
620   setOperationAction(ISD::FMA, MVT::f32, Expand);
621
622   // Long double always uses X87.
623   if (!Subtarget->useSoftFloat()) {
624     addRegisterClass(MVT::f80, &X86::RFP80RegClass);
625     setOperationAction(ISD::UNDEF,     MVT::f80, Expand);
626     setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
627     {
628       APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
629       addLegalFPImmediate(TmpFlt);  // FLD0
630       TmpFlt.changeSign();
631       addLegalFPImmediate(TmpFlt);  // FLD0/FCHS
632
633       bool ignored;
634       APFloat TmpFlt2(+1.0);
635       TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
636                       &ignored);
637       addLegalFPImmediate(TmpFlt2);  // FLD1
638       TmpFlt2.changeSign();
639       addLegalFPImmediate(TmpFlt2);  // FLD1/FCHS
640     }
641
642     if (!TM.Options.UnsafeFPMath) {
643       setOperationAction(ISD::FSIN   , MVT::f80, Expand);
644       setOperationAction(ISD::FCOS   , MVT::f80, Expand);
645       setOperationAction(ISD::FSINCOS, MVT::f80, Expand);
646     }
647
648     setOperationAction(ISD::FFLOOR, MVT::f80, Expand);
649     setOperationAction(ISD::FCEIL,  MVT::f80, Expand);
650     setOperationAction(ISD::FTRUNC, MVT::f80, Expand);
651     setOperationAction(ISD::FRINT,  MVT::f80, Expand);
652     setOperationAction(ISD::FNEARBYINT, MVT::f80, Expand);
653     setOperationAction(ISD::FMA, MVT::f80, Expand);
654   }
655
656   // Always use a library call for pow.
657   setOperationAction(ISD::FPOW             , MVT::f32  , Expand);
658   setOperationAction(ISD::FPOW             , MVT::f64  , Expand);
659   setOperationAction(ISD::FPOW             , MVT::f80  , Expand);
660
661   setOperationAction(ISD::FLOG, MVT::f80, Expand);
662   setOperationAction(ISD::FLOG2, MVT::f80, Expand);
663   setOperationAction(ISD::FLOG10, MVT::f80, Expand);
664   setOperationAction(ISD::FEXP, MVT::f80, Expand);
665   setOperationAction(ISD::FEXP2, MVT::f80, Expand);
666   setOperationAction(ISD::FMINNUM, MVT::f80, Expand);
667   setOperationAction(ISD::FMAXNUM, MVT::f80, Expand);
668
669   // First set operation action for all vector types to either promote
670   // (for widening) or expand (for scalarization). Then we will selectively
671   // turn on ones that can be effectively codegen'd.
672   for (MVT VT : MVT::vector_valuetypes()) {
673     setOperationAction(ISD::ADD , VT, Expand);
674     setOperationAction(ISD::SUB , VT, Expand);
675     setOperationAction(ISD::FADD, VT, Expand);
676     setOperationAction(ISD::FNEG, VT, Expand);
677     setOperationAction(ISD::FSUB, VT, Expand);
678     setOperationAction(ISD::MUL , VT, Expand);
679     setOperationAction(ISD::FMUL, VT, Expand);
680     setOperationAction(ISD::SDIV, VT, Expand);
681     setOperationAction(ISD::UDIV, VT, Expand);
682     setOperationAction(ISD::FDIV, VT, Expand);
683     setOperationAction(ISD::SREM, VT, Expand);
684     setOperationAction(ISD::UREM, VT, Expand);
685     setOperationAction(ISD::LOAD, VT, Expand);
686     setOperationAction(ISD::VECTOR_SHUFFLE, VT, Expand);
687     setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT,Expand);
688     setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Expand);
689     setOperationAction(ISD::EXTRACT_SUBVECTOR, VT,Expand);
690     setOperationAction(ISD::INSERT_SUBVECTOR, VT,Expand);
691     setOperationAction(ISD::FABS, VT, Expand);
692     setOperationAction(ISD::FSIN, VT, Expand);
693     setOperationAction(ISD::FSINCOS, VT, Expand);
694     setOperationAction(ISD::FCOS, VT, Expand);
695     setOperationAction(ISD::FSINCOS, VT, Expand);
696     setOperationAction(ISD::FREM, VT, Expand);
697     setOperationAction(ISD::FMA,  VT, Expand);
698     setOperationAction(ISD::FPOWI, VT, Expand);
699     setOperationAction(ISD::FSQRT, VT, Expand);
700     setOperationAction(ISD::FCOPYSIGN, VT, Expand);
701     setOperationAction(ISD::FFLOOR, VT, Expand);
702     setOperationAction(ISD::FCEIL, VT, Expand);
703     setOperationAction(ISD::FTRUNC, VT, Expand);
704     setOperationAction(ISD::FRINT, VT, Expand);
705     setOperationAction(ISD::FNEARBYINT, VT, Expand);
706     setOperationAction(ISD::SMUL_LOHI, VT, Expand);
707     setOperationAction(ISD::MULHS, VT, Expand);
708     setOperationAction(ISD::UMUL_LOHI, VT, Expand);
709     setOperationAction(ISD::MULHU, VT, Expand);
710     setOperationAction(ISD::SDIVREM, VT, Expand);
711     setOperationAction(ISD::UDIVREM, VT, Expand);
712     setOperationAction(ISD::FPOW, VT, Expand);
713     setOperationAction(ISD::CTPOP, VT, Expand);
714     setOperationAction(ISD::CTTZ, VT, Expand);
715     setOperationAction(ISD::CTTZ_ZERO_UNDEF, VT, Expand);
716     setOperationAction(ISD::CTLZ, VT, Expand);
717     setOperationAction(ISD::CTLZ_ZERO_UNDEF, VT, Expand);
718     setOperationAction(ISD::SHL, VT, Expand);
719     setOperationAction(ISD::SRA, VT, Expand);
720     setOperationAction(ISD::SRL, VT, Expand);
721     setOperationAction(ISD::ROTL, VT, Expand);
722     setOperationAction(ISD::ROTR, VT, Expand);
723     setOperationAction(ISD::BSWAP, VT, Expand);
724     setOperationAction(ISD::SETCC, VT, Expand);
725     setOperationAction(ISD::FLOG, VT, Expand);
726     setOperationAction(ISD::FLOG2, VT, Expand);
727     setOperationAction(ISD::FLOG10, VT, Expand);
728     setOperationAction(ISD::FEXP, VT, Expand);
729     setOperationAction(ISD::FEXP2, VT, Expand);
730     setOperationAction(ISD::FP_TO_UINT, VT, Expand);
731     setOperationAction(ISD::FP_TO_SINT, VT, Expand);
732     setOperationAction(ISD::UINT_TO_FP, VT, Expand);
733     setOperationAction(ISD::SINT_TO_FP, VT, Expand);
734     setOperationAction(ISD::SIGN_EXTEND_INREG, VT,Expand);
735     setOperationAction(ISD::TRUNCATE, VT, Expand);
736     setOperationAction(ISD::SIGN_EXTEND, VT, Expand);
737     setOperationAction(ISD::ZERO_EXTEND, VT, Expand);
738     setOperationAction(ISD::ANY_EXTEND, VT, Expand);
739     setOperationAction(ISD::VSELECT, VT, Expand);
740     setOperationAction(ISD::SELECT_CC, VT, Expand);
741     for (MVT InnerVT : MVT::vector_valuetypes()) {
742       setTruncStoreAction(InnerVT, VT, Expand);
743
744       setLoadExtAction(ISD::SEXTLOAD, InnerVT, VT, Expand);
745       setLoadExtAction(ISD::ZEXTLOAD, InnerVT, VT, Expand);
746
747       // N.b. ISD::EXTLOAD legality is basically ignored except for i1-like
748       // types, we have to deal with them whether we ask for Expansion or not.
749       // Setting Expand causes its own optimisation problems though, so leave
750       // them legal.
751       if (VT.getVectorElementType() == MVT::i1)
752         setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand);
753
754       // EXTLOAD for MVT::f16 vectors is not legal because f16 vectors are
755       // split/scalarized right now.
756       if (VT.getVectorElementType() == MVT::f16)
757         setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand);
758     }
759   }
760
761   // FIXME: In order to prevent SSE instructions being expanded to MMX ones
762   // with -msoft-float, disable use of MMX as well.
763   if (!Subtarget->useSoftFloat() && Subtarget->hasMMX()) {
764     addRegisterClass(MVT::x86mmx, &X86::VR64RegClass);
765     // No operations on x86mmx supported, everything uses intrinsics.
766   }
767
768   // MMX-sized vectors (other than x86mmx) are expected to be expanded
769   // into smaller operations.
770   for (MVT MMXTy : {MVT::v8i8, MVT::v4i16, MVT::v2i32, MVT::v1i64}) {
771     setOperationAction(ISD::MULHS,              MMXTy,      Expand);
772     setOperationAction(ISD::AND,                MMXTy,      Expand);
773     setOperationAction(ISD::OR,                 MMXTy,      Expand);
774     setOperationAction(ISD::XOR,                MMXTy,      Expand);
775     setOperationAction(ISD::SCALAR_TO_VECTOR,   MMXTy,      Expand);
776     setOperationAction(ISD::SELECT,             MMXTy,      Expand);
777     setOperationAction(ISD::BITCAST,            MMXTy,      Expand);
778   }
779   setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v1i64, Expand);
780
781   if (!Subtarget->useSoftFloat() && Subtarget->hasSSE1()) {
782     addRegisterClass(MVT::v4f32, &X86::VR128RegClass);
783
784     setOperationAction(ISD::FADD,               MVT::v4f32, Legal);
785     setOperationAction(ISD::FSUB,               MVT::v4f32, Legal);
786     setOperationAction(ISD::FMUL,               MVT::v4f32, Legal);
787     setOperationAction(ISD::FDIV,               MVT::v4f32, Legal);
788     setOperationAction(ISD::FSQRT,              MVT::v4f32, Legal);
789     setOperationAction(ISD::FNEG,               MVT::v4f32, Custom);
790     setOperationAction(ISD::FABS,               MVT::v4f32, Custom);
791     setOperationAction(ISD::LOAD,               MVT::v4f32, Legal);
792     setOperationAction(ISD::BUILD_VECTOR,       MVT::v4f32, Custom);
793     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v4f32, Custom);
794     setOperationAction(ISD::VSELECT,            MVT::v4f32, Custom);
795     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
796     setOperationAction(ISD::SELECT,             MVT::v4f32, Custom);
797     setOperationAction(ISD::UINT_TO_FP,         MVT::v4i32, Custom);
798   }
799
800   if (!Subtarget->useSoftFloat() && Subtarget->hasSSE2()) {
801     addRegisterClass(MVT::v2f64, &X86::VR128RegClass);
802
803     // FIXME: Unfortunately, -soft-float and -no-implicit-float mean XMM
804     // registers cannot be used even for integer operations.
805     addRegisterClass(MVT::v16i8, &X86::VR128RegClass);
806     addRegisterClass(MVT::v8i16, &X86::VR128RegClass);
807     addRegisterClass(MVT::v4i32, &X86::VR128RegClass);
808     addRegisterClass(MVT::v2i64, &X86::VR128RegClass);
809
810     setOperationAction(ISD::ADD,                MVT::v16i8, Legal);
811     setOperationAction(ISD::ADD,                MVT::v8i16, Legal);
812     setOperationAction(ISD::ADD,                MVT::v4i32, Legal);
813     setOperationAction(ISD::ADD,                MVT::v2i64, Legal);
814     setOperationAction(ISD::MUL,                MVT::v16i8, Custom);
815     setOperationAction(ISD::MUL,                MVT::v4i32, Custom);
816     setOperationAction(ISD::MUL,                MVT::v2i64, Custom);
817     setOperationAction(ISD::UMUL_LOHI,          MVT::v4i32, Custom);
818     setOperationAction(ISD::SMUL_LOHI,          MVT::v4i32, Custom);
819     setOperationAction(ISD::MULHU,              MVT::v8i16, Legal);
820     setOperationAction(ISD::MULHS,              MVT::v8i16, Legal);
821     setOperationAction(ISD::SUB,                MVT::v16i8, Legal);
822     setOperationAction(ISD::SUB,                MVT::v8i16, Legal);
823     setOperationAction(ISD::SUB,                MVT::v4i32, Legal);
824     setOperationAction(ISD::SUB,                MVT::v2i64, Legal);
825     setOperationAction(ISD::MUL,                MVT::v8i16, Legal);
826     setOperationAction(ISD::FADD,               MVT::v2f64, Legal);
827     setOperationAction(ISD::FSUB,               MVT::v2f64, Legal);
828     setOperationAction(ISD::FMUL,               MVT::v2f64, Legal);
829     setOperationAction(ISD::FDIV,               MVT::v2f64, Legal);
830     setOperationAction(ISD::FSQRT,              MVT::v2f64, Legal);
831     setOperationAction(ISD::FNEG,               MVT::v2f64, Custom);
832     setOperationAction(ISD::FABS,               MVT::v2f64, Custom);
833
834     setOperationAction(ISD::SMAX,               MVT::v8i16, Legal);
835     setOperationAction(ISD::UMAX,               MVT::v16i8, Legal);
836     setOperationAction(ISD::SMIN,               MVT::v8i16, Legal);
837     setOperationAction(ISD::UMIN,               MVT::v16i8, Legal);
838
839     setOperationAction(ISD::SETCC,              MVT::v2i64, Custom);
840     setOperationAction(ISD::SETCC,              MVT::v16i8, Custom);
841     setOperationAction(ISD::SETCC,              MVT::v8i16, Custom);
842     setOperationAction(ISD::SETCC,              MVT::v4i32, Custom);
843
844     setOperationAction(ISD::SCALAR_TO_VECTOR,   MVT::v16i8, Custom);
845     setOperationAction(ISD::SCALAR_TO_VECTOR,   MVT::v8i16, Custom);
846     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v8i16, Custom);
847     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v4i32, Custom);
848     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v4f32, Custom);
849
850     setOperationAction(ISD::CTPOP,              MVT::v16i8, Custom);
851     setOperationAction(ISD::CTPOP,              MVT::v8i16, Custom);
852     setOperationAction(ISD::CTPOP,              MVT::v4i32, Custom);
853     setOperationAction(ISD::CTPOP,              MVT::v2i64, Custom);
854
855     setOperationAction(ISD::CTTZ,               MVT::v16i8, Custom);
856     setOperationAction(ISD::CTTZ,               MVT::v8i16, Custom);
857     setOperationAction(ISD::CTTZ,               MVT::v4i32, Custom);
858     // ISD::CTTZ v2i64 - scalarization is faster.
859     setOperationAction(ISD::CTTZ_ZERO_UNDEF,    MVT::v16i8, Custom);
860     setOperationAction(ISD::CTTZ_ZERO_UNDEF,    MVT::v8i16, Custom);
861     setOperationAction(ISD::CTTZ_ZERO_UNDEF,    MVT::v4i32, Custom);
862     // ISD::CTTZ_ZERO_UNDEF v2i64 - scalarization is faster.
863
864     // Custom lower build_vector, vector_shuffle, and extract_vector_elt.
865     for (auto VT : { MVT::v16i8, MVT::v8i16, MVT::v4i32 }) {
866       setOperationAction(ISD::BUILD_VECTOR,       VT, Custom);
867       setOperationAction(ISD::VECTOR_SHUFFLE,     VT, Custom);
868       setOperationAction(ISD::VSELECT,            VT, Custom);
869       setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
870     }
871
872     // We support custom legalizing of sext and anyext loads for specific
873     // memory vector types which we can load as a scalar (or sequence of
874     // scalars) and extend in-register to a legal 128-bit vector type. For sext
875     // loads these must work with a single scalar load.
876     for (MVT VT : MVT::integer_vector_valuetypes()) {
877       setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v4i8, Custom);
878       setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v4i16, Custom);
879       setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v8i8, Custom);
880       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i8, Custom);
881       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i16, Custom);
882       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i32, Custom);
883       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4i8, Custom);
884       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4i16, Custom);
885       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v8i8, Custom);
886     }
887
888     setOperationAction(ISD::BUILD_VECTOR,       MVT::v2f64, Custom);
889     setOperationAction(ISD::BUILD_VECTOR,       MVT::v2i64, Custom);
890     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v2f64, Custom);
891     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v2i64, Custom);
892     setOperationAction(ISD::VSELECT,            MVT::v2f64, Custom);
893     setOperationAction(ISD::VSELECT,            MVT::v2i64, Custom);
894     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v2f64, Custom);
895     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom);
896
897     if (Subtarget->is64Bit()) {
898       setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v2i64, Custom);
899       setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
900     }
901
902     // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
903     for (auto VT : { MVT::v16i8, MVT::v8i16, MVT::v4i32 }) {
904       setOperationAction(ISD::AND,    VT, Promote);
905       AddPromotedToType (ISD::AND,    VT, MVT::v2i64);
906       setOperationAction(ISD::OR,     VT, Promote);
907       AddPromotedToType (ISD::OR,     VT, MVT::v2i64);
908       setOperationAction(ISD::XOR,    VT, Promote);
909       AddPromotedToType (ISD::XOR,    VT, MVT::v2i64);
910       setOperationAction(ISD::LOAD,   VT, Promote);
911       AddPromotedToType (ISD::LOAD,   VT, MVT::v2i64);
912       setOperationAction(ISD::SELECT, VT, Promote);
913       AddPromotedToType (ISD::SELECT, VT, MVT::v2i64);
914     }
915
916     // Custom lower v2i64 and v2f64 selects.
917     setOperationAction(ISD::LOAD,               MVT::v2f64, Legal);
918     setOperationAction(ISD::LOAD,               MVT::v2i64, Legal);
919     setOperationAction(ISD::SELECT,             MVT::v2f64, Custom);
920     setOperationAction(ISD::SELECT,             MVT::v2i64, Custom);
921
922     setOperationAction(ISD::FP_TO_SINT,         MVT::v4i32, Legal);
923     setOperationAction(ISD::SINT_TO_FP,         MVT::v4i32, Legal);
924
925     setOperationAction(ISD::SINT_TO_FP,         MVT::v2i32, Custom);
926
927     setOperationAction(ISD::UINT_TO_FP,         MVT::v4i8,  Custom);
928     setOperationAction(ISD::UINT_TO_FP,         MVT::v4i16, Custom);
929     // As there is no 64-bit GPR available, we need build a special custom
930     // sequence to convert from v2i32 to v2f32.
931     if (!Subtarget->is64Bit())
932       setOperationAction(ISD::UINT_TO_FP,       MVT::v2f32, Custom);
933
934     setOperationAction(ISD::FP_EXTEND,          MVT::v2f32, Custom);
935     setOperationAction(ISD::FP_ROUND,           MVT::v2f32, Custom);
936
937     for (MVT VT : MVT::fp_vector_valuetypes())
938       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2f32, Legal);
939
940     setOperationAction(ISD::BITCAST,            MVT::v2i32, Custom);
941     setOperationAction(ISD::BITCAST,            MVT::v4i16, Custom);
942     setOperationAction(ISD::BITCAST,            MVT::v8i8,  Custom);
943   }
944
945   if (!Subtarget->useSoftFloat() && Subtarget->hasSSE41()) {
946     for (MVT RoundedTy : {MVT::f32, MVT::f64, MVT::v4f32, MVT::v2f64}) {
947       setOperationAction(ISD::FFLOOR,           RoundedTy,  Legal);
948       setOperationAction(ISD::FCEIL,            RoundedTy,  Legal);
949       setOperationAction(ISD::FTRUNC,           RoundedTy,  Legal);
950       setOperationAction(ISD::FRINT,            RoundedTy,  Legal);
951       setOperationAction(ISD::FNEARBYINT,       RoundedTy,  Legal);
952     }
953
954     setOperationAction(ISD::SMAX,               MVT::v16i8, Legal);
955     setOperationAction(ISD::SMAX,               MVT::v4i32, Legal);
956     setOperationAction(ISD::UMAX,               MVT::v8i16, Legal);
957     setOperationAction(ISD::UMAX,               MVT::v4i32, Legal);
958     setOperationAction(ISD::SMIN,               MVT::v16i8, Legal);
959     setOperationAction(ISD::SMIN,               MVT::v4i32, Legal);
960     setOperationAction(ISD::UMIN,               MVT::v8i16, Legal);
961     setOperationAction(ISD::UMIN,               MVT::v4i32, Legal);
962
963     // FIXME: Do we need to handle scalar-to-vector here?
964     setOperationAction(ISD::MUL,                MVT::v4i32, Legal);
965
966     // We directly match byte blends in the backend as they match the VSELECT
967     // condition form.
968     setOperationAction(ISD::VSELECT,            MVT::v16i8, Legal);
969
970     // SSE41 brings specific instructions for doing vector sign extend even in
971     // cases where we don't have SRA.
972     for (MVT VT : MVT::integer_vector_valuetypes()) {
973       setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Custom);
974       setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i16, Custom);
975       setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i32, Custom);
976     }
977
978     // SSE41 also has vector sign/zero extending loads, PMOV[SZ]X
979     setLoadExtAction(ISD::SEXTLOAD, MVT::v8i16, MVT::v8i8,  Legal);
980     setLoadExtAction(ISD::SEXTLOAD, MVT::v4i32, MVT::v4i8,  Legal);
981     setLoadExtAction(ISD::SEXTLOAD, MVT::v2i64, MVT::v2i8,  Legal);
982     setLoadExtAction(ISD::SEXTLOAD, MVT::v4i32, MVT::v4i16, Legal);
983     setLoadExtAction(ISD::SEXTLOAD, MVT::v2i64, MVT::v2i16, Legal);
984     setLoadExtAction(ISD::SEXTLOAD, MVT::v2i64, MVT::v2i32, Legal);
985
986     setLoadExtAction(ISD::ZEXTLOAD, MVT::v8i16, MVT::v8i8,  Legal);
987     setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i32, MVT::v4i8,  Legal);
988     setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i64, MVT::v2i8,  Legal);
989     setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i32, MVT::v4i16, Legal);
990     setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i64, MVT::v2i16, Legal);
991     setLoadExtAction(ISD::ZEXTLOAD, MVT::v2i64, MVT::v2i32, Legal);
992
993     // i8 and i16 vectors are custom because the source register and source
994     // source memory operand types are not the same width.  f32 vectors are
995     // custom since the immediate controlling the insert encodes additional
996     // information.
997     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v16i8, Custom);
998     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v8i16, Custom);
999     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v4i32, Custom);
1000     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v4f32, Custom);
1001
1002     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
1003     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
1004     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
1005     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
1006
1007     // FIXME: these should be Legal, but that's only for the case where
1008     // the index is constant.  For now custom expand to deal with that.
1009     if (Subtarget->is64Bit()) {
1010       setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v2i64, Custom);
1011       setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
1012     }
1013   }
1014
1015   if (Subtarget->hasSSE2()) {
1016     setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v2i64, Custom);
1017     setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v4i32, Custom);
1018     setOperationAction(ISD::SIGN_EXTEND_VECTOR_INREG, MVT::v8i16, Custom);
1019
1020     setOperationAction(ISD::SRL,               MVT::v8i16, Custom);
1021     setOperationAction(ISD::SRL,               MVT::v16i8, Custom);
1022
1023     setOperationAction(ISD::SHL,               MVT::v8i16, Custom);
1024     setOperationAction(ISD::SHL,               MVT::v16i8, Custom);
1025
1026     setOperationAction(ISD::SRA,               MVT::v8i16, Custom);
1027     setOperationAction(ISD::SRA,               MVT::v16i8, Custom);
1028
1029     // In the customized shift lowering, the legal cases in AVX2 will be
1030     // recognized.
1031     setOperationAction(ISD::SRL,               MVT::v2i64, Custom);
1032     setOperationAction(ISD::SRL,               MVT::v4i32, Custom);
1033
1034     setOperationAction(ISD::SHL,               MVT::v2i64, Custom);
1035     setOperationAction(ISD::SHL,               MVT::v4i32, Custom);
1036
1037     setOperationAction(ISD::SRA,               MVT::v2i64, Custom);
1038     setOperationAction(ISD::SRA,               MVT::v4i32, Custom);
1039   }
1040
1041   if (Subtarget->hasXOP()) {
1042     setOperationAction(ISD::ROTL,              MVT::v16i8, Custom);
1043     setOperationAction(ISD::ROTL,              MVT::v8i16, Custom);
1044     setOperationAction(ISD::ROTL,              MVT::v4i32, Custom);
1045     setOperationAction(ISD::ROTL,              MVT::v2i64, Custom);
1046     setOperationAction(ISD::ROTL,              MVT::v32i8, Custom);
1047     setOperationAction(ISD::ROTL,              MVT::v16i16, Custom);
1048     setOperationAction(ISD::ROTL,              MVT::v8i32, Custom);
1049     setOperationAction(ISD::ROTL,              MVT::v4i64, Custom);
1050   }
1051
1052   if (!Subtarget->useSoftFloat() && Subtarget->hasFp256()) {
1053     addRegisterClass(MVT::v32i8,  &X86::VR256RegClass);
1054     addRegisterClass(MVT::v16i16, &X86::VR256RegClass);
1055     addRegisterClass(MVT::v8i32,  &X86::VR256RegClass);
1056     addRegisterClass(MVT::v8f32,  &X86::VR256RegClass);
1057     addRegisterClass(MVT::v4i64,  &X86::VR256RegClass);
1058     addRegisterClass(MVT::v4f64,  &X86::VR256RegClass);
1059
1060     setOperationAction(ISD::LOAD,               MVT::v8f32, Legal);
1061     setOperationAction(ISD::LOAD,               MVT::v4f64, Legal);
1062     setOperationAction(ISD::LOAD,               MVT::v4i64, Legal);
1063
1064     setOperationAction(ISD::FADD,               MVT::v8f32, Legal);
1065     setOperationAction(ISD::FSUB,               MVT::v8f32, Legal);
1066     setOperationAction(ISD::FMUL,               MVT::v8f32, Legal);
1067     setOperationAction(ISD::FDIV,               MVT::v8f32, Legal);
1068     setOperationAction(ISD::FSQRT,              MVT::v8f32, Legal);
1069     setOperationAction(ISD::FFLOOR,             MVT::v8f32, Legal);
1070     setOperationAction(ISD::FCEIL,              MVT::v8f32, Legal);
1071     setOperationAction(ISD::FTRUNC,             MVT::v8f32, Legal);
1072     setOperationAction(ISD::FRINT,              MVT::v8f32, Legal);
1073     setOperationAction(ISD::FNEARBYINT,         MVT::v8f32, Legal);
1074     setOperationAction(ISD::FNEG,               MVT::v8f32, Custom);
1075     setOperationAction(ISD::FABS,               MVT::v8f32, Custom);
1076
1077     setOperationAction(ISD::FADD,               MVT::v4f64, Legal);
1078     setOperationAction(ISD::FSUB,               MVT::v4f64, Legal);
1079     setOperationAction(ISD::FMUL,               MVT::v4f64, Legal);
1080     setOperationAction(ISD::FDIV,               MVT::v4f64, Legal);
1081     setOperationAction(ISD::FSQRT,              MVT::v4f64, Legal);
1082     setOperationAction(ISD::FFLOOR,             MVT::v4f64, Legal);
1083     setOperationAction(ISD::FCEIL,              MVT::v4f64, Legal);
1084     setOperationAction(ISD::FTRUNC,             MVT::v4f64, Legal);
1085     setOperationAction(ISD::FRINT,              MVT::v4f64, Legal);
1086     setOperationAction(ISD::FNEARBYINT,         MVT::v4f64, Legal);
1087     setOperationAction(ISD::FNEG,               MVT::v4f64, Custom);
1088     setOperationAction(ISD::FABS,               MVT::v4f64, Custom);
1089
1090     // (fp_to_int:v8i16 (v8f32 ..)) requires the result type to be promoted
1091     // even though v8i16 is a legal type.
1092     setOperationAction(ISD::FP_TO_SINT,         MVT::v8i16, Promote);
1093     setOperationAction(ISD::FP_TO_UINT,         MVT::v8i16, Promote);
1094     setOperationAction(ISD::FP_TO_SINT,         MVT::v8i32, Legal);
1095
1096     setOperationAction(ISD::SINT_TO_FP,         MVT::v8i16, Promote);
1097     setOperationAction(ISD::SINT_TO_FP,         MVT::v8i32, Legal);
1098     setOperationAction(ISD::FP_ROUND,           MVT::v4f32, Legal);
1099
1100     setOperationAction(ISD::UINT_TO_FP,         MVT::v8i8,  Custom);
1101     setOperationAction(ISD::UINT_TO_FP,         MVT::v8i16, Custom);
1102
1103     for (MVT VT : MVT::fp_vector_valuetypes())
1104       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4f32, Legal);
1105
1106     setOperationAction(ISD::SRL,               MVT::v16i16, Custom);
1107     setOperationAction(ISD::SRL,               MVT::v32i8, Custom);
1108
1109     setOperationAction(ISD::SHL,               MVT::v16i16, Custom);
1110     setOperationAction(ISD::SHL,               MVT::v32i8, Custom);
1111
1112     setOperationAction(ISD::SRA,               MVT::v16i16, Custom);
1113     setOperationAction(ISD::SRA,               MVT::v32i8, Custom);
1114
1115     setOperationAction(ISD::SETCC,             MVT::v32i8, Custom);
1116     setOperationAction(ISD::SETCC,             MVT::v16i16, Custom);
1117     setOperationAction(ISD::SETCC,             MVT::v8i32, Custom);
1118     setOperationAction(ISD::SETCC,             MVT::v4i64, Custom);
1119
1120     setOperationAction(ISD::SELECT,            MVT::v4f64, Custom);
1121     setOperationAction(ISD::SELECT,            MVT::v4i64, Custom);
1122     setOperationAction(ISD::SELECT,            MVT::v8f32, Custom);
1123
1124     setOperationAction(ISD::SIGN_EXTEND,       MVT::v4i64, Custom);
1125     setOperationAction(ISD::SIGN_EXTEND,       MVT::v8i32, Custom);
1126     setOperationAction(ISD::SIGN_EXTEND,       MVT::v16i16, Custom);
1127     setOperationAction(ISD::ZERO_EXTEND,       MVT::v4i64, Custom);
1128     setOperationAction(ISD::ZERO_EXTEND,       MVT::v8i32, Custom);
1129     setOperationAction(ISD::ZERO_EXTEND,       MVT::v16i16, Custom);
1130     setOperationAction(ISD::ANY_EXTEND,        MVT::v4i64, Custom);
1131     setOperationAction(ISD::ANY_EXTEND,        MVT::v8i32, Custom);
1132     setOperationAction(ISD::ANY_EXTEND,        MVT::v16i16, Custom);
1133     setOperationAction(ISD::TRUNCATE,          MVT::v16i8, Custom);
1134     setOperationAction(ISD::TRUNCATE,          MVT::v8i16, Custom);
1135     setOperationAction(ISD::TRUNCATE,          MVT::v4i32, Custom);
1136
1137     setOperationAction(ISD::CTPOP,             MVT::v32i8, Custom);
1138     setOperationAction(ISD::CTPOP,             MVT::v16i16, Custom);
1139     setOperationAction(ISD::CTPOP,             MVT::v8i32, Custom);
1140     setOperationAction(ISD::CTPOP,             MVT::v4i64, Custom);
1141
1142     setOperationAction(ISD::CTTZ,              MVT::v32i8, Custom);
1143     setOperationAction(ISD::CTTZ,              MVT::v16i16, Custom);
1144     setOperationAction(ISD::CTTZ,              MVT::v8i32, Custom);
1145     setOperationAction(ISD::CTTZ,              MVT::v4i64, Custom);
1146     setOperationAction(ISD::CTTZ_ZERO_UNDEF,   MVT::v32i8, Custom);
1147     setOperationAction(ISD::CTTZ_ZERO_UNDEF,   MVT::v16i16, Custom);
1148     setOperationAction(ISD::CTTZ_ZERO_UNDEF,   MVT::v8i32, Custom);
1149     setOperationAction(ISD::CTTZ_ZERO_UNDEF,   MVT::v4i64, Custom);
1150
1151     if (Subtarget->hasAnyFMA()) {
1152       setOperationAction(ISD::FMA,             MVT::v8f32, Legal);
1153       setOperationAction(ISD::FMA,             MVT::v4f64, Legal);
1154       setOperationAction(ISD::FMA,             MVT::v4f32, Legal);
1155       setOperationAction(ISD::FMA,             MVT::v2f64, Legal);
1156       setOperationAction(ISD::FMA,             MVT::f32, Legal);
1157       setOperationAction(ISD::FMA,             MVT::f64, Legal);
1158     }
1159
1160     if (Subtarget->hasInt256()) {
1161       setOperationAction(ISD::ADD,             MVT::v4i64, Legal);
1162       setOperationAction(ISD::ADD,             MVT::v8i32, Legal);
1163       setOperationAction(ISD::ADD,             MVT::v16i16, Legal);
1164       setOperationAction(ISD::ADD,             MVT::v32i8, Legal);
1165
1166       setOperationAction(ISD::SUB,             MVT::v4i64, Legal);
1167       setOperationAction(ISD::SUB,             MVT::v8i32, Legal);
1168       setOperationAction(ISD::SUB,             MVT::v16i16, Legal);
1169       setOperationAction(ISD::SUB,             MVT::v32i8, Legal);
1170
1171       setOperationAction(ISD::MUL,             MVT::v4i64, Custom);
1172       setOperationAction(ISD::MUL,             MVT::v8i32, Legal);
1173       setOperationAction(ISD::MUL,             MVT::v16i16, Legal);
1174       setOperationAction(ISD::MUL,             MVT::v32i8, Custom);
1175
1176       setOperationAction(ISD::UMUL_LOHI,       MVT::v8i32, Custom);
1177       setOperationAction(ISD::SMUL_LOHI,       MVT::v8i32, Custom);
1178       setOperationAction(ISD::MULHU,           MVT::v16i16, Legal);
1179       setOperationAction(ISD::MULHS,           MVT::v16i16, Legal);
1180
1181       setOperationAction(ISD::SMAX,            MVT::v32i8,  Legal);
1182       setOperationAction(ISD::SMAX,            MVT::v16i16, Legal);
1183       setOperationAction(ISD::SMAX,            MVT::v8i32,  Legal);
1184       setOperationAction(ISD::UMAX,            MVT::v32i8,  Legal);
1185       setOperationAction(ISD::UMAX,            MVT::v16i16, Legal);
1186       setOperationAction(ISD::UMAX,            MVT::v8i32,  Legal);
1187       setOperationAction(ISD::SMIN,            MVT::v32i8,  Legal);
1188       setOperationAction(ISD::SMIN,            MVT::v16i16, Legal);
1189       setOperationAction(ISD::SMIN,            MVT::v8i32,  Legal);
1190       setOperationAction(ISD::UMIN,            MVT::v32i8,  Legal);
1191       setOperationAction(ISD::UMIN,            MVT::v16i16, Legal);
1192       setOperationAction(ISD::UMIN,            MVT::v8i32,  Legal);
1193
1194       // The custom lowering for UINT_TO_FP for v8i32 becomes interesting
1195       // when we have a 256bit-wide blend with immediate.
1196       setOperationAction(ISD::UINT_TO_FP, MVT::v8i32, Custom);
1197
1198       // AVX2 also has wider vector sign/zero extending loads, VPMOV[SZ]X
1199       setLoadExtAction(ISD::SEXTLOAD, MVT::v16i16, MVT::v16i8, Legal);
1200       setLoadExtAction(ISD::SEXTLOAD, MVT::v8i32,  MVT::v8i8,  Legal);
1201       setLoadExtAction(ISD::SEXTLOAD, MVT::v4i64,  MVT::v4i8,  Legal);
1202       setLoadExtAction(ISD::SEXTLOAD, MVT::v8i32,  MVT::v8i16, Legal);
1203       setLoadExtAction(ISD::SEXTLOAD, MVT::v4i64,  MVT::v4i16, Legal);
1204       setLoadExtAction(ISD::SEXTLOAD, MVT::v4i64,  MVT::v4i32, Legal);
1205
1206       setLoadExtAction(ISD::ZEXTLOAD, MVT::v16i16, MVT::v16i8, Legal);
1207       setLoadExtAction(ISD::ZEXTLOAD, MVT::v8i32,  MVT::v8i8,  Legal);
1208       setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i64,  MVT::v4i8,  Legal);
1209       setLoadExtAction(ISD::ZEXTLOAD, MVT::v8i32,  MVT::v8i16, Legal);
1210       setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i64,  MVT::v4i16, Legal);
1211       setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i64,  MVT::v4i32, Legal);
1212     } else {
1213       setOperationAction(ISD::ADD,             MVT::v4i64, Custom);
1214       setOperationAction(ISD::ADD,             MVT::v8i32, Custom);
1215       setOperationAction(ISD::ADD,             MVT::v16i16, Custom);
1216       setOperationAction(ISD::ADD,             MVT::v32i8, Custom);
1217
1218       setOperationAction(ISD::SUB,             MVT::v4i64, Custom);
1219       setOperationAction(ISD::SUB,             MVT::v8i32, Custom);
1220       setOperationAction(ISD::SUB,             MVT::v16i16, Custom);
1221       setOperationAction(ISD::SUB,             MVT::v32i8, Custom);
1222
1223       setOperationAction(ISD::MUL,             MVT::v4i64, Custom);
1224       setOperationAction(ISD::MUL,             MVT::v8i32, Custom);
1225       setOperationAction(ISD::MUL,             MVT::v16i16, Custom);
1226       setOperationAction(ISD::MUL,             MVT::v32i8, Custom);
1227
1228       setOperationAction(ISD::SMAX,            MVT::v32i8,  Custom);
1229       setOperationAction(ISD::SMAX,            MVT::v16i16, Custom);
1230       setOperationAction(ISD::SMAX,            MVT::v8i32,  Custom);
1231       setOperationAction(ISD::UMAX,            MVT::v32i8,  Custom);
1232       setOperationAction(ISD::UMAX,            MVT::v16i16, Custom);
1233       setOperationAction(ISD::UMAX,            MVT::v8i32,  Custom);
1234       setOperationAction(ISD::SMIN,            MVT::v32i8,  Custom);
1235       setOperationAction(ISD::SMIN,            MVT::v16i16, Custom);
1236       setOperationAction(ISD::SMIN,            MVT::v8i32,  Custom);
1237       setOperationAction(ISD::UMIN,            MVT::v32i8,  Custom);
1238       setOperationAction(ISD::UMIN,            MVT::v16i16, Custom);
1239       setOperationAction(ISD::UMIN,            MVT::v8i32,  Custom);
1240     }
1241
1242     // In the customized shift lowering, the legal cases in AVX2 will be
1243     // recognized.
1244     setOperationAction(ISD::SRL,               MVT::v4i64, Custom);
1245     setOperationAction(ISD::SRL,               MVT::v8i32, Custom);
1246
1247     setOperationAction(ISD::SHL,               MVT::v4i64, Custom);
1248     setOperationAction(ISD::SHL,               MVT::v8i32, Custom);
1249
1250     setOperationAction(ISD::SRA,               MVT::v4i64, Custom);
1251     setOperationAction(ISD::SRA,               MVT::v8i32, Custom);
1252
1253     // Custom lower several nodes for 256-bit types.
1254     for (MVT VT : MVT::vector_valuetypes()) {
1255       if (VT.getScalarSizeInBits() >= 32) {
1256         setOperationAction(ISD::MLOAD,  VT, Legal);
1257         setOperationAction(ISD::MSTORE, VT, Legal);
1258       }
1259       // Extract subvector is special because the value type
1260       // (result) is 128-bit but the source is 256-bit wide.
1261       if (VT.is128BitVector()) {
1262         setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Custom);
1263       }
1264       // Do not attempt to custom lower other non-256-bit vectors
1265       if (!VT.is256BitVector())
1266         continue;
1267
1268       setOperationAction(ISD::BUILD_VECTOR,       VT, Custom);
1269       setOperationAction(ISD::VECTOR_SHUFFLE,     VT, Custom);
1270       setOperationAction(ISD::VSELECT,            VT, Custom);
1271       setOperationAction(ISD::INSERT_VECTOR_ELT,  VT, Custom);
1272       setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
1273       setOperationAction(ISD::SCALAR_TO_VECTOR,   VT, Custom);
1274       setOperationAction(ISD::INSERT_SUBVECTOR,   VT, Custom);
1275       setOperationAction(ISD::CONCAT_VECTORS,     VT, Custom);
1276     }
1277
1278     if (Subtarget->hasInt256())
1279       setOperationAction(ISD::VSELECT,         MVT::v32i8, Legal);
1280
1281     // Promote v32i8, v16i16, v8i32 select, and, or, xor to v4i64.
1282     for (auto VT : { MVT::v32i8, MVT::v16i16, MVT::v8i32 }) {
1283       setOperationAction(ISD::AND,    VT, Promote);
1284       AddPromotedToType (ISD::AND,    VT, MVT::v4i64);
1285       setOperationAction(ISD::OR,     VT, Promote);
1286       AddPromotedToType (ISD::OR,     VT, MVT::v4i64);
1287       setOperationAction(ISD::XOR,    VT, Promote);
1288       AddPromotedToType (ISD::XOR,    VT, MVT::v4i64);
1289       setOperationAction(ISD::LOAD,   VT, Promote);
1290       AddPromotedToType (ISD::LOAD,   VT, MVT::v4i64);
1291       setOperationAction(ISD::SELECT, VT, Promote);
1292       AddPromotedToType (ISD::SELECT, VT, MVT::v4i64);
1293     }
1294   }
1295
1296   if (!Subtarget->useSoftFloat() && Subtarget->hasAVX512()) {
1297     addRegisterClass(MVT::v16i32, &X86::VR512RegClass);
1298     addRegisterClass(MVT::v16f32, &X86::VR512RegClass);
1299     addRegisterClass(MVT::v8i64,  &X86::VR512RegClass);
1300     addRegisterClass(MVT::v8f64,  &X86::VR512RegClass);
1301
1302     addRegisterClass(MVT::i1,     &X86::VK1RegClass);
1303     addRegisterClass(MVT::v8i1,   &X86::VK8RegClass);
1304     addRegisterClass(MVT::v16i1,  &X86::VK16RegClass);
1305
1306     for (MVT VT : MVT::fp_vector_valuetypes())
1307       setLoadExtAction(ISD::EXTLOAD, VT, MVT::v8f32, Legal);
1308
1309     setLoadExtAction(ISD::ZEXTLOAD, MVT::v16i32, MVT::v16i8, Legal);
1310     setLoadExtAction(ISD::SEXTLOAD, MVT::v16i32, MVT::v16i8, Legal);
1311     setLoadExtAction(ISD::ZEXTLOAD, MVT::v16i32, MVT::v16i16, Legal);
1312     setLoadExtAction(ISD::SEXTLOAD, MVT::v16i32, MVT::v16i16, Legal);
1313     setLoadExtAction(ISD::ZEXTLOAD, MVT::v32i16, MVT::v32i8, Legal);
1314     setLoadExtAction(ISD::SEXTLOAD, MVT::v32i16, MVT::v32i8, Legal);
1315     setLoadExtAction(ISD::ZEXTLOAD, MVT::v8i64,  MVT::v8i8,  Legal);
1316     setLoadExtAction(ISD::SEXTLOAD, MVT::v8i64,  MVT::v8i8,  Legal);
1317     setLoadExtAction(ISD::ZEXTLOAD, MVT::v8i64,  MVT::v8i16,  Legal);
1318     setLoadExtAction(ISD::SEXTLOAD, MVT::v8i64,  MVT::v8i16,  Legal);
1319     setLoadExtAction(ISD::ZEXTLOAD, MVT::v8i64,  MVT::v8i32,  Legal);
1320     setLoadExtAction(ISD::SEXTLOAD, MVT::v8i64,  MVT::v8i32,  Legal);
1321
1322     setOperationAction(ISD::BR_CC,              MVT::i1,    Expand);
1323     setOperationAction(ISD::SETCC,              MVT::i1,    Custom);
1324     setOperationAction(ISD::SELECT_CC,          MVT::i1,    Expand);
1325     setOperationAction(ISD::XOR,                MVT::i1,    Legal);
1326     setOperationAction(ISD::OR,                 MVT::i1,    Legal);
1327     setOperationAction(ISD::AND,                MVT::i1,    Legal);
1328     setOperationAction(ISD::SUB,                MVT::i1,    Custom);
1329     setOperationAction(ISD::ADD,                MVT::i1,    Custom);
1330     setOperationAction(ISD::MUL,                MVT::i1,    Custom);
1331     setOperationAction(ISD::LOAD,               MVT::v16f32, Legal);
1332     setOperationAction(ISD::LOAD,               MVT::v8f64, Legal);
1333     setOperationAction(ISD::LOAD,               MVT::v8i64, Legal);
1334     setOperationAction(ISD::LOAD,               MVT::v16i32, Legal);
1335     setOperationAction(ISD::LOAD,               MVT::v16i1, Legal);
1336
1337     setOperationAction(ISD::FADD,               MVT::v16f32, Legal);
1338     setOperationAction(ISD::FSUB,               MVT::v16f32, Legal);
1339     setOperationAction(ISD::FMUL,               MVT::v16f32, Legal);
1340     setOperationAction(ISD::FDIV,               MVT::v16f32, Legal);
1341     setOperationAction(ISD::FSQRT,              MVT::v16f32, Legal);
1342     setOperationAction(ISD::FNEG,               MVT::v16f32, Custom);
1343
1344     setOperationAction(ISD::FADD,               MVT::v8f64, Legal);
1345     setOperationAction(ISD::FSUB,               MVT::v8f64, Legal);
1346     setOperationAction(ISD::FMUL,               MVT::v8f64, Legal);
1347     setOperationAction(ISD::FDIV,               MVT::v8f64, Legal);
1348     setOperationAction(ISD::FSQRT,              MVT::v8f64, Legal);
1349     setOperationAction(ISD::FNEG,               MVT::v8f64, Custom);
1350     setOperationAction(ISD::FMA,                MVT::v8f64, Legal);
1351     setOperationAction(ISD::FMA,                MVT::v16f32, Legal);
1352
1353     setOperationAction(ISD::FP_TO_SINT,         MVT::v16i32, Legal);
1354     setOperationAction(ISD::FP_TO_UINT,         MVT::v16i32, Legal);
1355     setOperationAction(ISD::FP_TO_UINT,         MVT::v8i32, Legal);
1356     setOperationAction(ISD::FP_TO_UINT,         MVT::v4i32, Legal);
1357     setOperationAction(ISD::SINT_TO_FP,         MVT::v16i32, Legal);
1358     setOperationAction(ISD::SINT_TO_FP,         MVT::v8i1,   Custom);
1359     setOperationAction(ISD::SINT_TO_FP,         MVT::v16i1,  Custom);
1360     setOperationAction(ISD::SINT_TO_FP,         MVT::v16i8,  Promote);
1361     setOperationAction(ISD::SINT_TO_FP,         MVT::v16i16, Promote);
1362     setOperationAction(ISD::UINT_TO_FP,         MVT::v16i32, Legal);
1363     setOperationAction(ISD::UINT_TO_FP,         MVT::v8i32, Legal);
1364     setOperationAction(ISD::UINT_TO_FP,         MVT::v4i32, Legal);
1365     setOperationAction(ISD::UINT_TO_FP,         MVT::v16i8, Custom);
1366     setOperationAction(ISD::UINT_TO_FP,         MVT::v16i16, Custom);
1367     setOperationAction(ISD::FP_ROUND,           MVT::v8f32, Legal);
1368     setOperationAction(ISD::FP_EXTEND,          MVT::v8f32, Legal);
1369
1370     setTruncStoreAction(MVT::v8i64,   MVT::v8i8,   Legal);
1371     setTruncStoreAction(MVT::v8i64,   MVT::v8i16,  Legal);
1372     setTruncStoreAction(MVT::v8i64,   MVT::v8i32,  Legal);
1373     setTruncStoreAction(MVT::v16i32,  MVT::v16i8,  Legal);
1374     setTruncStoreAction(MVT::v16i32,  MVT::v16i16, Legal);
1375     if (Subtarget->hasVLX()){
1376       setTruncStoreAction(MVT::v4i64, MVT::v4i8,  Legal);
1377       setTruncStoreAction(MVT::v4i64, MVT::v4i16, Legal);
1378       setTruncStoreAction(MVT::v4i64, MVT::v4i32, Legal);
1379       setTruncStoreAction(MVT::v8i32, MVT::v8i8,  Legal);
1380       setTruncStoreAction(MVT::v8i32, MVT::v8i16, Legal);
1381
1382       setTruncStoreAction(MVT::v2i64, MVT::v2i8,  Legal);
1383       setTruncStoreAction(MVT::v2i64, MVT::v2i16, Legal);
1384       setTruncStoreAction(MVT::v2i64, MVT::v2i32, Legal);
1385       setTruncStoreAction(MVT::v4i32, MVT::v4i8,  Legal);
1386       setTruncStoreAction(MVT::v4i32, MVT::v4i16, Legal);
1387     }
1388     setOperationAction(ISD::TRUNCATE,           MVT::i1, Custom);
1389     setOperationAction(ISD::TRUNCATE,           MVT::v16i8, Custom);
1390     setOperationAction(ISD::TRUNCATE,           MVT::v8i32, Custom);
1391     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v8i1,  Custom);
1392     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v16i1, Custom);
1393     if (Subtarget->hasDQI()) {
1394       setOperationAction(ISD::TRUNCATE,         MVT::v2i1, Custom);
1395       setOperationAction(ISD::TRUNCATE,         MVT::v4i1, Custom);
1396
1397       setOperationAction(ISD::SINT_TO_FP,       MVT::v8i64, Legal);
1398       setOperationAction(ISD::UINT_TO_FP,       MVT::v8i64, Legal);
1399       setOperationAction(ISD::FP_TO_SINT,       MVT::v8i64, Legal);
1400       setOperationAction(ISD::FP_TO_UINT,       MVT::v8i64, Legal);
1401       if (Subtarget->hasVLX()) {
1402         setOperationAction(ISD::SINT_TO_FP,    MVT::v4i64, Legal);
1403         setOperationAction(ISD::SINT_TO_FP,    MVT::v2i64, Legal);
1404         setOperationAction(ISD::UINT_TO_FP,    MVT::v4i64, Legal);
1405         setOperationAction(ISD::UINT_TO_FP,    MVT::v2i64, Legal);
1406         setOperationAction(ISD::FP_TO_SINT,    MVT::v4i64, Legal);
1407         setOperationAction(ISD::FP_TO_SINT,    MVT::v2i64, Legal);
1408         setOperationAction(ISD::FP_TO_UINT,    MVT::v4i64, Legal);
1409         setOperationAction(ISD::FP_TO_UINT,    MVT::v2i64, Legal);
1410       }
1411     }
1412     if (Subtarget->hasVLX()) {
1413       setOperationAction(ISD::SINT_TO_FP,       MVT::v8i32, Legal);
1414       setOperationAction(ISD::UINT_TO_FP,       MVT::v8i32, Legal);
1415       setOperationAction(ISD::FP_TO_SINT,       MVT::v8i32, Legal);
1416       setOperationAction(ISD::FP_TO_UINT,       MVT::v8i32, Legal);
1417       setOperationAction(ISD::SINT_TO_FP,       MVT::v4i32, Legal);
1418       setOperationAction(ISD::UINT_TO_FP,       MVT::v4i32, Legal);
1419       setOperationAction(ISD::FP_TO_SINT,       MVT::v4i32, Legal);
1420       setOperationAction(ISD::FP_TO_UINT,       MVT::v4i32, Legal);
1421     }
1422     setOperationAction(ISD::TRUNCATE,           MVT::v8i1, Custom);
1423     setOperationAction(ISD::TRUNCATE,           MVT::v16i1, Custom);
1424     setOperationAction(ISD::TRUNCATE,           MVT::v16i16, Custom);
1425     setOperationAction(ISD::ZERO_EXTEND,        MVT::v16i32, Custom);
1426     setOperationAction(ISD::ZERO_EXTEND,        MVT::v8i64, Custom);
1427     setOperationAction(ISD::ANY_EXTEND,         MVT::v16i32, Custom);
1428     setOperationAction(ISD::ANY_EXTEND,         MVT::v8i64, Custom);
1429     setOperationAction(ISD::SIGN_EXTEND,        MVT::v16i32, Custom);
1430     setOperationAction(ISD::SIGN_EXTEND,        MVT::v8i64, Custom);
1431     setOperationAction(ISD::SIGN_EXTEND,        MVT::v16i8, Custom);
1432     setOperationAction(ISD::SIGN_EXTEND,        MVT::v8i16, Custom);
1433     setOperationAction(ISD::SIGN_EXTEND,        MVT::v16i16, Custom);
1434     if (Subtarget->hasDQI()) {
1435       setOperationAction(ISD::SIGN_EXTEND,        MVT::v4i32, Custom);
1436       setOperationAction(ISD::SIGN_EXTEND,        MVT::v2i64, Custom);
1437     }
1438     setOperationAction(ISD::FFLOOR,             MVT::v16f32, Legal);
1439     setOperationAction(ISD::FFLOOR,             MVT::v8f64, Legal);
1440     setOperationAction(ISD::FCEIL,              MVT::v16f32, Legal);
1441     setOperationAction(ISD::FCEIL,              MVT::v8f64, Legal);
1442     setOperationAction(ISD::FTRUNC,             MVT::v16f32, Legal);
1443     setOperationAction(ISD::FTRUNC,             MVT::v8f64, Legal);
1444     setOperationAction(ISD::FRINT,              MVT::v16f32, Legal);
1445     setOperationAction(ISD::FRINT,              MVT::v8f64, Legal);
1446     setOperationAction(ISD::FNEARBYINT,         MVT::v16f32, Legal);
1447     setOperationAction(ISD::FNEARBYINT,         MVT::v8f64, Legal);
1448
1449     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v8f64,  Custom);
1450     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v8i64,  Custom);
1451     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v16f32,  Custom);
1452     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v16i32,  Custom);
1453     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v16i1,   Custom);
1454
1455     setOperationAction(ISD::SETCC,              MVT::v16i1, Custom);
1456     setOperationAction(ISD::SETCC,              MVT::v8i1, Custom);
1457
1458     setOperationAction(ISD::MUL,              MVT::v8i64, Custom);
1459
1460     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i1,  Custom);
1461     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i1, Custom);
1462     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v16i1, Custom);
1463     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v8i1, Custom);
1464     setOperationAction(ISD::BUILD_VECTOR,       MVT::v8i1, Custom);
1465     setOperationAction(ISD::BUILD_VECTOR,       MVT::v16i1, Custom);
1466     setOperationAction(ISD::SELECT,             MVT::v8f64, Custom);
1467     setOperationAction(ISD::SELECT,             MVT::v8i64, Custom);
1468     setOperationAction(ISD::SELECT,             MVT::v16f32, Custom);
1469     setOperationAction(ISD::SELECT,             MVT::v16i1, Custom);
1470     setOperationAction(ISD::SELECT,             MVT::v8i1,  Custom);
1471
1472     setOperationAction(ISD::SMAX,               MVT::v16i32, Legal);
1473     setOperationAction(ISD::SMAX,               MVT::v8i64, Legal);
1474     setOperationAction(ISD::UMAX,               MVT::v16i32, Legal);
1475     setOperationAction(ISD::UMAX,               MVT::v8i64, Legal);
1476     setOperationAction(ISD::SMIN,               MVT::v16i32, Legal);
1477     setOperationAction(ISD::SMIN,               MVT::v8i64, Legal);
1478     setOperationAction(ISD::UMIN,               MVT::v16i32, Legal);
1479     setOperationAction(ISD::UMIN,               MVT::v8i64, Legal);
1480
1481     setOperationAction(ISD::ADD,                MVT::v8i64, Legal);
1482     setOperationAction(ISD::ADD,                MVT::v16i32, Legal);
1483
1484     setOperationAction(ISD::SUB,                MVT::v8i64, Legal);
1485     setOperationAction(ISD::SUB,                MVT::v16i32, Legal);
1486
1487     setOperationAction(ISD::MUL,                MVT::v16i32, Legal);
1488
1489     setOperationAction(ISD::SRL,                MVT::v8i64, Custom);
1490     setOperationAction(ISD::SRL,                MVT::v16i32, Custom);
1491
1492     setOperationAction(ISD::SHL,                MVT::v8i64, Custom);
1493     setOperationAction(ISD::SHL,                MVT::v16i32, Custom);
1494
1495     setOperationAction(ISD::SRA,                MVT::v8i64, Custom);
1496     setOperationAction(ISD::SRA,                MVT::v16i32, Custom);
1497
1498     setOperationAction(ISD::AND,                MVT::v8i64, Legal);
1499     setOperationAction(ISD::OR,                 MVT::v8i64, Legal);
1500     setOperationAction(ISD::XOR,                MVT::v8i64, Legal);
1501     setOperationAction(ISD::AND,                MVT::v16i32, Legal);
1502     setOperationAction(ISD::OR,                 MVT::v16i32, Legal);
1503     setOperationAction(ISD::XOR,                MVT::v16i32, Legal);
1504
1505     if (Subtarget->hasCDI()) {
1506       setOperationAction(ISD::CTLZ,             MVT::v8i64,  Legal);
1507       setOperationAction(ISD::CTLZ,             MVT::v16i32, Legal);
1508       setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v8i64,  Legal);
1509       setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v16i32, Legal);
1510
1511       setOperationAction(ISD::CTLZ,             MVT::v8i16,  Custom);
1512       setOperationAction(ISD::CTLZ,             MVT::v16i8,  Custom);
1513       setOperationAction(ISD::CTLZ,             MVT::v16i16, Custom);
1514       setOperationAction(ISD::CTLZ,             MVT::v32i8,  Custom);
1515       setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v8i16,  Custom);
1516       setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v16i8,  Custom);
1517       setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v16i16, Custom);
1518       setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v32i8,  Custom);
1519
1520       setOperationAction(ISD::CTTZ_ZERO_UNDEF,  MVT::v8i64,  Custom);
1521       setOperationAction(ISD::CTTZ_ZERO_UNDEF,  MVT::v16i32, Custom);
1522
1523       if (Subtarget->hasVLX()) {
1524         setOperationAction(ISD::CTLZ,             MVT::v4i64, Legal);
1525         setOperationAction(ISD::CTLZ,             MVT::v8i32, Legal);
1526         setOperationAction(ISD::CTLZ,             MVT::v2i64, Legal);
1527         setOperationAction(ISD::CTLZ,             MVT::v4i32, Legal);
1528         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v4i64, Legal);
1529         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v8i32, Legal);
1530         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v2i64, Legal);
1531         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v4i32, Legal);
1532
1533         setOperationAction(ISD::CTTZ_ZERO_UNDEF,  MVT::v4i64, Custom);
1534         setOperationAction(ISD::CTTZ_ZERO_UNDEF,  MVT::v8i32, Custom);
1535         setOperationAction(ISD::CTTZ_ZERO_UNDEF,  MVT::v2i64, Custom);
1536         setOperationAction(ISD::CTTZ_ZERO_UNDEF,  MVT::v4i32, Custom);
1537       } else {
1538         setOperationAction(ISD::CTLZ,             MVT::v4i64, Custom);
1539         setOperationAction(ISD::CTLZ,             MVT::v8i32, Custom);
1540         setOperationAction(ISD::CTLZ,             MVT::v2i64, Custom);
1541         setOperationAction(ISD::CTLZ,             MVT::v4i32, Custom);
1542         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v4i64, Custom);
1543         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v8i32, Custom);
1544         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v2i64, Custom);
1545         setOperationAction(ISD::CTLZ_ZERO_UNDEF,  MVT::v4i32, Custom);
1546       }
1547     } // Subtarget->hasCDI()
1548
1549     if (Subtarget->hasDQI()) {
1550       setOperationAction(ISD::MUL,             MVT::v2i64, Legal);
1551       setOperationAction(ISD::MUL,             MVT::v4i64, Legal);
1552       setOperationAction(ISD::MUL,             MVT::v8i64, Legal);
1553     }
1554     // Custom lower several nodes.
1555     for (MVT VT : MVT::vector_valuetypes()) {
1556       unsigned EltSize = VT.getVectorElementType().getSizeInBits();
1557       if (EltSize == 1) {
1558         setOperationAction(ISD::AND, VT, Legal);
1559         setOperationAction(ISD::OR,  VT, Legal);
1560         setOperationAction(ISD::XOR,  VT, Legal);
1561       }
1562       if (EltSize >= 32 && VT.getSizeInBits() <= 512) {
1563         setOperationAction(ISD::MGATHER,  VT, Custom);
1564         setOperationAction(ISD::MSCATTER, VT, Custom);
1565       }
1566       // Extract subvector is special because the value type
1567       // (result) is 256/128-bit but the source is 512-bit wide.
1568       if (VT.is128BitVector() || VT.is256BitVector()) {
1569         setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Custom);
1570       }
1571       if (VT.getVectorElementType() == MVT::i1)
1572         setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Legal);
1573
1574       // Do not attempt to custom lower other non-512-bit vectors
1575       if (!VT.is512BitVector())
1576         continue;
1577
1578       if (EltSize >= 32) {
1579         setOperationAction(ISD::VECTOR_SHUFFLE,      VT, Custom);
1580         setOperationAction(ISD::INSERT_VECTOR_ELT,   VT, Custom);
1581         setOperationAction(ISD::BUILD_VECTOR,        VT, Custom);
1582         setOperationAction(ISD::VSELECT,             VT, Legal);
1583         setOperationAction(ISD::EXTRACT_VECTOR_ELT,  VT, Custom);
1584         setOperationAction(ISD::SCALAR_TO_VECTOR,    VT, Custom);
1585         setOperationAction(ISD::INSERT_SUBVECTOR,    VT, Custom);
1586         setOperationAction(ISD::MLOAD,               VT, Legal);
1587         setOperationAction(ISD::MSTORE,              VT, Legal);
1588       }
1589     }
1590     for (auto VT : { MVT::v64i8, MVT::v32i16, MVT::v16i32 }) {
1591       setOperationAction(ISD::SELECT, VT, Promote);
1592       AddPromotedToType (ISD::SELECT, VT, MVT::v8i64);
1593     }
1594   }// has  AVX-512
1595
1596   if (!Subtarget->useSoftFloat() && Subtarget->hasBWI()) {
1597     addRegisterClass(MVT::v32i16, &X86::VR512RegClass);
1598     addRegisterClass(MVT::v64i8,  &X86::VR512RegClass);
1599
1600     addRegisterClass(MVT::v32i1,  &X86::VK32RegClass);
1601     addRegisterClass(MVT::v64i1,  &X86::VK64RegClass);
1602
1603     setOperationAction(ISD::LOAD,               MVT::v32i16, Legal);
1604     setOperationAction(ISD::LOAD,               MVT::v64i8, Legal);
1605     setOperationAction(ISD::SETCC,              MVT::v32i1, Custom);
1606     setOperationAction(ISD::SETCC,              MVT::v64i1, Custom);
1607     setOperationAction(ISD::ADD,                MVT::v32i16, Legal);
1608     setOperationAction(ISD::ADD,                MVT::v64i8, Legal);
1609     setOperationAction(ISD::SUB,                MVT::v32i16, Legal);
1610     setOperationAction(ISD::SUB,                MVT::v64i8, Legal);
1611     setOperationAction(ISD::MUL,                MVT::v32i16, Legal);
1612     setOperationAction(ISD::MULHS,              MVT::v32i16, Legal);
1613     setOperationAction(ISD::MULHU,              MVT::v32i16, Legal);
1614     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v32i1, Custom);
1615     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v64i1, Custom);
1616     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v32i16, Custom);
1617     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v64i8, Custom);
1618     setOperationAction(ISD::INSERT_SUBVECTOR,   MVT::v32i1, Custom);
1619     setOperationAction(ISD::INSERT_SUBVECTOR,   MVT::v64i1, Custom);
1620     setOperationAction(ISD::INSERT_SUBVECTOR,   MVT::v32i16, Custom);
1621     setOperationAction(ISD::INSERT_SUBVECTOR,   MVT::v64i8, Custom);
1622     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v32i16, Custom);
1623     setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v64i8, Custom);
1624     setOperationAction(ISD::SELECT,             MVT::v32i1, Custom);
1625     setOperationAction(ISD::SELECT,             MVT::v64i1, Custom);
1626     setOperationAction(ISD::SIGN_EXTEND,        MVT::v32i8, Custom);
1627     setOperationAction(ISD::ZERO_EXTEND,        MVT::v32i8, Custom);
1628     setOperationAction(ISD::SIGN_EXTEND,        MVT::v32i16, Custom);
1629     setOperationAction(ISD::ZERO_EXTEND,        MVT::v32i16, Custom);
1630     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v32i16, Custom);
1631     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v64i8, Custom);
1632     setOperationAction(ISD::SIGN_EXTEND,        MVT::v64i8, Custom);
1633     setOperationAction(ISD::ZERO_EXTEND,        MVT::v64i8, Custom);
1634     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v32i1, Custom);
1635     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v64i1, Custom);
1636     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v32i16, Custom);
1637     setOperationAction(ISD::INSERT_VECTOR_ELT,  MVT::v64i8, Custom);
1638     setOperationAction(ISD::VSELECT,            MVT::v32i16, Legal);
1639     setOperationAction(ISD::VSELECT,            MVT::v64i8, Legal);
1640     setOperationAction(ISD::TRUNCATE,           MVT::v32i1, Custom);
1641     setOperationAction(ISD::TRUNCATE,           MVT::v64i1, Custom);
1642     setOperationAction(ISD::TRUNCATE,           MVT::v32i8, Custom);
1643     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v32i1, Custom);
1644     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v64i1, Custom);
1645
1646     setOperationAction(ISD::SMAX,               MVT::v64i8, Legal);
1647     setOperationAction(ISD::SMAX,               MVT::v32i16, Legal);
1648     setOperationAction(ISD::UMAX,               MVT::v64i8, Legal);
1649     setOperationAction(ISD::UMAX,               MVT::v32i16, Legal);
1650     setOperationAction(ISD::SMIN,               MVT::v64i8, Legal);
1651     setOperationAction(ISD::SMIN,               MVT::v32i16, Legal);
1652     setOperationAction(ISD::UMIN,               MVT::v64i8, Legal);
1653     setOperationAction(ISD::UMIN,               MVT::v32i16, Legal);
1654
1655     setTruncStoreAction(MVT::v32i16,  MVT::v32i8, Legal);
1656     setTruncStoreAction(MVT::v16i16,  MVT::v16i8, Legal);
1657     if (Subtarget->hasVLX())
1658       setTruncStoreAction(MVT::v8i16,   MVT::v8i8,  Legal);
1659
1660     if (Subtarget->hasCDI()) {
1661       setOperationAction(ISD::CTLZ,            MVT::v32i16, Custom);
1662       setOperationAction(ISD::CTLZ,            MVT::v64i8,  Custom);
1663       setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::v32i16, Custom);
1664       setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::v64i8,  Custom);
1665     }
1666
1667     for (auto VT : { MVT::v64i8, MVT::v32i16 }) {
1668       setOperationAction(ISD::BUILD_VECTOR,        VT, Custom);
1669       setOperationAction(ISD::VSELECT,             VT, Legal);
1670     }
1671   }
1672
1673   if (!Subtarget->useSoftFloat() && Subtarget->hasVLX()) {
1674     addRegisterClass(MVT::v4i1,   &X86::VK4RegClass);
1675     addRegisterClass(MVT::v2i1,   &X86::VK2RegClass);
1676
1677     setOperationAction(ISD::SETCC,              MVT::v4i1, Custom);
1678     setOperationAction(ISD::SETCC,              MVT::v2i1, Custom);
1679     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v4i1, Custom);
1680     setOperationAction(ISD::CONCAT_VECTORS,     MVT::v8i1, Custom);
1681     setOperationAction(ISD::INSERT_SUBVECTOR,   MVT::v8i1, Custom);
1682     setOperationAction(ISD::INSERT_SUBVECTOR,   MVT::v4i1, Custom);
1683     setOperationAction(ISD::SELECT,             MVT::v4i1, Custom);
1684     setOperationAction(ISD::SELECT,             MVT::v2i1, Custom);
1685     setOperationAction(ISD::BUILD_VECTOR,       MVT::v4i1, Custom);
1686     setOperationAction(ISD::BUILD_VECTOR,       MVT::v2i1, Custom);
1687     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v2i1, Custom);
1688     setOperationAction(ISD::VECTOR_SHUFFLE,     MVT::v4i1, Custom);
1689
1690     setOperationAction(ISD::AND,                MVT::v8i32, Legal);
1691     setOperationAction(ISD::OR,                 MVT::v8i32, Legal);
1692     setOperationAction(ISD::XOR,                MVT::v8i32, Legal);
1693     setOperationAction(ISD::AND,                MVT::v4i32, Legal);
1694     setOperationAction(ISD::OR,                 MVT::v4i32, Legal);
1695     setOperationAction(ISD::XOR,                MVT::v4i32, Legal);
1696     setOperationAction(ISD::SRA,                MVT::v2i64, Custom);
1697     setOperationAction(ISD::SRA,                MVT::v4i64, Custom);
1698
1699     setOperationAction(ISD::SMAX,               MVT::v2i64, Legal);
1700     setOperationAction(ISD::SMAX,               MVT::v4i64, Legal);
1701     setOperationAction(ISD::UMAX,               MVT::v2i64, Legal);
1702     setOperationAction(ISD::UMAX,               MVT::v4i64, Legal);
1703     setOperationAction(ISD::SMIN,               MVT::v2i64, Legal);
1704     setOperationAction(ISD::SMIN,               MVT::v4i64, Legal);
1705     setOperationAction(ISD::UMIN,               MVT::v2i64, Legal);
1706     setOperationAction(ISD::UMIN,               MVT::v4i64, Legal);
1707   }
1708
1709   // We want to custom lower some of our intrinsics.
1710   setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
1711   setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
1712   setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
1713   if (!Subtarget->is64Bit()) {
1714     setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i64, Custom);
1715     setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i64, Custom);
1716   }
1717
1718   // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1719   // handle type legalization for these operations here.
1720   //
1721   // FIXME: We really should do custom legalization for addition and
1722   // subtraction on x86-32 once PR3203 is fixed.  We really can't do much better
1723   // than generic legalization for 64-bit multiplication-with-overflow, though.
1724   for (auto VT : { MVT::i8, MVT::i16, MVT::i32, MVT::i64 }) {
1725     if (VT == MVT::i64 && !Subtarget->is64Bit())
1726       continue;
1727     // Add/Sub/Mul with overflow operations are custom lowered.
1728     setOperationAction(ISD::SADDO, VT, Custom);
1729     setOperationAction(ISD::UADDO, VT, Custom);
1730     setOperationAction(ISD::SSUBO, VT, Custom);
1731     setOperationAction(ISD::USUBO, VT, Custom);
1732     setOperationAction(ISD::SMULO, VT, Custom);
1733     setOperationAction(ISD::UMULO, VT, Custom);
1734   }
1735
1736   if (!Subtarget->is64Bit()) {
1737     // These libcalls are not available in 32-bit.
1738     setLibcallName(RTLIB::SHL_I128, nullptr);
1739     setLibcallName(RTLIB::SRL_I128, nullptr);
1740     setLibcallName(RTLIB::SRA_I128, nullptr);
1741   }
1742
1743   // Combine sin / cos into one node or libcall if possible.
1744   if (Subtarget->hasSinCos()) {
1745     setLibcallName(RTLIB::SINCOS_F32, "sincosf");
1746     setLibcallName(RTLIB::SINCOS_F64, "sincos");
1747     if (Subtarget->isTargetDarwin()) {
1748       // For MacOSX, we don't want the normal expansion of a libcall to sincos.
1749       // We want to issue a libcall to __sincos_stret to avoid memory traffic.
1750       setOperationAction(ISD::FSINCOS, MVT::f64, Custom);
1751       setOperationAction(ISD::FSINCOS, MVT::f32, Custom);
1752     }
1753   }
1754
1755   if (Subtarget->isTargetWin64()) {
1756     setOperationAction(ISD::SDIV, MVT::i128, Custom);
1757     setOperationAction(ISD::UDIV, MVT::i128, Custom);
1758     setOperationAction(ISD::SREM, MVT::i128, Custom);
1759     setOperationAction(ISD::UREM, MVT::i128, Custom);
1760     setOperationAction(ISD::SDIVREM, MVT::i128, Custom);
1761     setOperationAction(ISD::UDIVREM, MVT::i128, Custom);
1762   }
1763
1764   // We have target-specific dag combine patterns for the following nodes:
1765   setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
1766   setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
1767   setTargetDAGCombine(ISD::BITCAST);
1768   setTargetDAGCombine(ISD::VSELECT);
1769   setTargetDAGCombine(ISD::SELECT);
1770   setTargetDAGCombine(ISD::SHL);
1771   setTargetDAGCombine(ISD::SRA);
1772   setTargetDAGCombine(ISD::SRL);
1773   setTargetDAGCombine(ISD::OR);
1774   setTargetDAGCombine(ISD::AND);
1775   setTargetDAGCombine(ISD::ADD);
1776   setTargetDAGCombine(ISD::FADD);
1777   setTargetDAGCombine(ISD::FSUB);
1778   setTargetDAGCombine(ISD::FNEG);
1779   setTargetDAGCombine(ISD::FMA);
1780   setTargetDAGCombine(ISD::SUB);
1781   setTargetDAGCombine(ISD::LOAD);
1782   setTargetDAGCombine(ISD::MLOAD);
1783   setTargetDAGCombine(ISD::STORE);
1784   setTargetDAGCombine(ISD::MSTORE);
1785   setTargetDAGCombine(ISD::TRUNCATE);
1786   setTargetDAGCombine(ISD::ZERO_EXTEND);
1787   setTargetDAGCombine(ISD::ANY_EXTEND);
1788   setTargetDAGCombine(ISD::SIGN_EXTEND);
1789   setTargetDAGCombine(ISD::SIGN_EXTEND_INREG);
1790   setTargetDAGCombine(ISD::SINT_TO_FP);
1791   setTargetDAGCombine(ISD::UINT_TO_FP);
1792   setTargetDAGCombine(ISD::SETCC);
1793   setTargetDAGCombine(ISD::BUILD_VECTOR);
1794   setTargetDAGCombine(ISD::MUL);
1795   setTargetDAGCombine(ISD::XOR);
1796
1797   computeRegisterProperties(Subtarget->getRegisterInfo());
1798
1799   MaxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
1800   MaxStoresPerMemsetOptSize = 8;
1801   MaxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores
1802   MaxStoresPerMemcpyOptSize = 4;
1803   MaxStoresPerMemmove = 8; // For @llvm.memmove -> sequence of stores
1804   MaxStoresPerMemmoveOptSize = 4;
1805   setPrefLoopAlignment(4); // 2^4 bytes.
1806
1807   // A predictable cmov does not hurt on an in-order CPU.
1808   // FIXME: Use a CPU attribute to trigger this, not a CPU model.
1809   PredictableSelectIsExpensive = !Subtarget->isAtom();
1810   EnableExtLdPromotion = true;
1811   setPrefFunctionAlignment(4); // 2^4 bytes.
1812
1813   verifyIntrinsicTables();
1814 }
1815
1816 // This has so far only been implemented for 64-bit MachO.
1817 bool X86TargetLowering::useLoadStackGuardNode() const {
1818   return Subtarget->isTargetMachO() && Subtarget->is64Bit();
1819 }
1820
1821 TargetLoweringBase::LegalizeTypeAction
1822 X86TargetLowering::getPreferredVectorAction(EVT VT) const {
1823   if (ExperimentalVectorWideningLegalization &&
1824       VT.getVectorNumElements() != 1 &&
1825       VT.getVectorElementType().getSimpleVT() != MVT::i1)
1826     return TypeWidenVector;
1827
1828   return TargetLoweringBase::getPreferredVectorAction(VT);
1829 }
1830
1831 EVT X86TargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &,
1832                                           EVT VT) const {
1833   if (!VT.isVector())
1834     return Subtarget->hasAVX512() ? MVT::i1: MVT::i8;
1835
1836   if (VT.isSimple()) {
1837     MVT VVT = VT.getSimpleVT();
1838     const unsigned NumElts = VVT.getVectorNumElements();
1839     const MVT EltVT = VVT.getVectorElementType();
1840     if (VVT.is512BitVector()) {
1841       if (Subtarget->hasAVX512())
1842         if (EltVT == MVT::i32 || EltVT == MVT::i64 ||
1843             EltVT == MVT::f32 || EltVT == MVT::f64)
1844           switch(NumElts) {
1845           case  8: return MVT::v8i1;
1846           case 16: return MVT::v16i1;
1847         }
1848       if (Subtarget->hasBWI())
1849         if (EltVT == MVT::i8 || EltVT == MVT::i16)
1850           switch(NumElts) {
1851           case 32: return MVT::v32i1;
1852           case 64: return MVT::v64i1;
1853         }
1854     }
1855
1856     if (VVT.is256BitVector() || VVT.is128BitVector()) {
1857       if (Subtarget->hasVLX())
1858         if (EltVT == MVT::i32 || EltVT == MVT::i64 ||
1859             EltVT == MVT::f32 || EltVT == MVT::f64)
1860           switch(NumElts) {
1861           case 2: return MVT::v2i1;
1862           case 4: return MVT::v4i1;
1863           case 8: return MVT::v8i1;
1864         }
1865       if (Subtarget->hasBWI() && Subtarget->hasVLX())
1866         if (EltVT == MVT::i8 || EltVT == MVT::i16)
1867           switch(NumElts) {
1868           case  8: return MVT::v8i1;
1869           case 16: return MVT::v16i1;
1870           case 32: return MVT::v32i1;
1871         }
1872     }
1873   }
1874
1875   return VT.changeVectorElementTypeToInteger();
1876 }
1877
1878 /// Helper for getByValTypeAlignment to determine
1879 /// the desired ByVal argument alignment.
1880 static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) {
1881   if (MaxAlign == 16)
1882     return;
1883   if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
1884     if (VTy->getBitWidth() == 128)
1885       MaxAlign = 16;
1886   } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
1887     unsigned EltAlign = 0;
1888     getMaxByValAlign(ATy->getElementType(), EltAlign);
1889     if (EltAlign > MaxAlign)
1890       MaxAlign = EltAlign;
1891   } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
1892     for (auto *EltTy : STy->elements()) {
1893       unsigned EltAlign = 0;
1894       getMaxByValAlign(EltTy, EltAlign);
1895       if (EltAlign > MaxAlign)
1896         MaxAlign = EltAlign;
1897       if (MaxAlign == 16)
1898         break;
1899     }
1900   }
1901 }
1902
1903 /// Return the desired alignment for ByVal aggregate
1904 /// function arguments in the caller parameter area. For X86, aggregates
1905 /// that contain SSE vectors are placed at 16-byte boundaries while the rest
1906 /// are at 4-byte boundaries.
1907 unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty,
1908                                                   const DataLayout &DL) const {
1909   if (Subtarget->is64Bit()) {
1910     // Max of 8 and alignment of type.
1911     unsigned TyAlign = DL.getABITypeAlignment(Ty);
1912     if (TyAlign > 8)
1913       return TyAlign;
1914     return 8;
1915   }
1916
1917   unsigned Align = 4;
1918   if (Subtarget->hasSSE1())
1919     getMaxByValAlign(Ty, Align);
1920   return Align;
1921 }
1922
1923 /// Returns the target specific optimal type for load
1924 /// and store operations as a result of memset, memcpy, and memmove
1925 /// lowering. If DstAlign is zero that means it's safe to destination
1926 /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1927 /// means there isn't a need to check it against alignment requirement,
1928 /// probably because the source does not need to be loaded. If 'IsMemset' is
1929 /// true, that means it's expanding a memset. If 'ZeroMemset' is true, that
1930 /// means it's a memset of zero. 'MemcpyStrSrc' indicates whether the memcpy
1931 /// source is constant so it does not need to be loaded.
1932 /// It returns EVT::Other if the type should be determined using generic
1933 /// target-independent logic.
1934 EVT
1935 X86TargetLowering::getOptimalMemOpType(uint64_t Size,
1936                                        unsigned DstAlign, unsigned SrcAlign,
1937                                        bool IsMemset, bool ZeroMemset,
1938                                        bool MemcpyStrSrc,
1939                                        MachineFunction &MF) const {
1940   const Function *F = MF.getFunction();
1941   if ((!IsMemset || ZeroMemset) &&
1942       !F->hasFnAttribute(Attribute::NoImplicitFloat)) {
1943     if (Size >= 16 &&
1944         (!Subtarget->isUnalignedMem16Slow() ||
1945          ((DstAlign == 0 || DstAlign >= 16) &&
1946           (SrcAlign == 0 || SrcAlign >= 16)))) {
1947       if (Size >= 32) {
1948         // FIXME: Check if unaligned 32-byte accesses are slow.
1949         if (Subtarget->hasInt256())
1950           return MVT::v8i32;
1951         if (Subtarget->hasFp256())
1952           return MVT::v8f32;
1953       }
1954       if (Subtarget->hasSSE2())
1955         return MVT::v4i32;
1956       if (Subtarget->hasSSE1())
1957         return MVT::v4f32;
1958     } else if (!MemcpyStrSrc && Size >= 8 &&
1959                !Subtarget->is64Bit() &&
1960                Subtarget->hasSSE2()) {
1961       // Do not use f64 to lower memcpy if source is string constant. It's
1962       // better to use i32 to avoid the loads.
1963       return MVT::f64;
1964     }
1965   }
1966   // This is a compromise. If we reach here, unaligned accesses may be slow on
1967   // this target. However, creating smaller, aligned accesses could be even
1968   // slower and would certainly be a lot more code.
1969   if (Subtarget->is64Bit() && Size >= 8)
1970     return MVT::i64;
1971   return MVT::i32;
1972 }
1973
1974 bool X86TargetLowering::isSafeMemOpType(MVT VT) const {
1975   if (VT == MVT::f32)
1976     return X86ScalarSSEf32;
1977   else if (VT == MVT::f64)
1978     return X86ScalarSSEf64;
1979   return true;
1980 }
1981
1982 bool
1983 X86TargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
1984                                                   unsigned,
1985                                                   unsigned,
1986                                                   bool *Fast) const {
1987   if (Fast) {
1988     switch (VT.getSizeInBits()) {
1989     default:
1990       // 8-byte and under are always assumed to be fast.
1991       *Fast = true;
1992       break;
1993     case 128:
1994       *Fast = !Subtarget->isUnalignedMem16Slow();
1995       break;
1996     case 256:
1997       *Fast = !Subtarget->isUnalignedMem32Slow();
1998       break;
1999     // TODO: What about AVX-512 (512-bit) accesses?
2000     }
2001   }
2002   // Misaligned accesses of any size are always allowed.
2003   return true;
2004 }
2005
2006 /// Return the entry encoding for a jump table in the
2007 /// current function.  The returned value is a member of the
2008 /// MachineJumpTableInfo::JTEntryKind enum.
2009 unsigned X86TargetLowering::getJumpTableEncoding() const {
2010   // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
2011   // symbol.
2012   if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
2013       Subtarget->isPICStyleGOT())
2014     return MachineJumpTableInfo::EK_Custom32;
2015
2016   // Otherwise, use the normal jump table encoding heuristics.
2017   return TargetLowering::getJumpTableEncoding();
2018 }
2019
2020 bool X86TargetLowering::useSoftFloat() const {
2021   return Subtarget->useSoftFloat();
2022 }
2023
2024 const MCExpr *
2025 X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
2026                                              const MachineBasicBlock *MBB,
2027                                              unsigned uid,MCContext &Ctx) const{
2028   assert(MBB->getParent()->getTarget().getRelocationModel() == Reloc::PIC_ &&
2029          Subtarget->isPICStyleGOT());
2030   // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
2031   // entries.
2032   return MCSymbolRefExpr::create(MBB->getSymbol(),
2033                                  MCSymbolRefExpr::VK_GOTOFF, Ctx);
2034 }
2035
2036 /// Returns relocation base for the given PIC jumptable.
2037 SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
2038                                                     SelectionDAG &DAG) const {
2039   if (!Subtarget->is64Bit())
2040     // This doesn't have SDLoc associated with it, but is not really the
2041     // same as a Register.
2042     return DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(),
2043                        getPointerTy(DAG.getDataLayout()));
2044   return Table;
2045 }
2046
2047 /// This returns the relocation base for the given PIC jumptable,
2048 /// the same as getPICJumpTableRelocBase, but as an MCExpr.
2049 const MCExpr *X86TargetLowering::
2050 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
2051                              MCContext &Ctx) const {
2052   // X86-64 uses RIP relative addressing based on the jump table label.
2053   if (Subtarget->isPICStyleRIPRel())
2054     return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
2055
2056   // Otherwise, the reference is relative to the PIC base.
2057   return MCSymbolRefExpr::create(MF->getPICBaseSymbol(), Ctx);
2058 }
2059
2060 std::pair<const TargetRegisterClass *, uint8_t>
2061 X86TargetLowering::findRepresentativeClass(const TargetRegisterInfo *TRI,
2062                                            MVT VT) const {
2063   const TargetRegisterClass *RRC = nullptr;
2064   uint8_t Cost = 1;
2065   switch (VT.SimpleTy) {
2066   default:
2067     return TargetLowering::findRepresentativeClass(TRI, VT);
2068   case MVT::i8: case MVT::i16: case MVT::i32: case MVT::i64:
2069     RRC = Subtarget->is64Bit() ? &X86::GR64RegClass : &X86::GR32RegClass;
2070     break;
2071   case MVT::x86mmx:
2072     RRC = &X86::VR64RegClass;
2073     break;
2074   case MVT::f32: case MVT::f64:
2075   case MVT::v16i8: case MVT::v8i16: case MVT::v4i32: case MVT::v2i64:
2076   case MVT::v4f32: case MVT::v2f64:
2077   case MVT::v32i8: case MVT::v8i32: case MVT::v4i64: case MVT::v8f32:
2078   case MVT::v4f64:
2079     RRC = &X86::VR128RegClass;
2080     break;
2081   }
2082   return std::make_pair(RRC, Cost);
2083 }
2084
2085 bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace,
2086                                                unsigned &Offset) const {
2087   if (!Subtarget->isTargetLinux())
2088     return false;
2089
2090   if (Subtarget->is64Bit()) {
2091     // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
2092     Offset = 0x28;
2093     if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
2094       AddressSpace = 256;
2095     else
2096       AddressSpace = 257;
2097   } else {
2098     // %gs:0x14 on i386
2099     Offset = 0x14;
2100     AddressSpace = 256;
2101   }
2102   return true;
2103 }
2104
2105 Value *X86TargetLowering::getSafeStackPointerLocation(IRBuilder<> &IRB) const {
2106   if (!Subtarget->isTargetAndroid())
2107     return TargetLowering::getSafeStackPointerLocation(IRB);
2108
2109   // Android provides a fixed TLS slot for the SafeStack pointer. See the
2110   // definition of TLS_SLOT_SAFESTACK in
2111   // https://android.googlesource.com/platform/bionic/+/master/libc/private/bionic_tls.h
2112   unsigned AddressSpace, Offset;
2113   if (Subtarget->is64Bit()) {
2114     // %fs:0x48, unless we're using a Kernel code model, in which case it's %gs:
2115     Offset = 0x48;
2116     if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
2117       AddressSpace = 256;
2118     else
2119       AddressSpace = 257;
2120   } else {
2121     // %gs:0x24 on i386
2122     Offset = 0x24;
2123     AddressSpace = 256;
2124   }
2125
2126   return ConstantExpr::getIntToPtr(
2127       ConstantInt::get(Type::getInt32Ty(IRB.getContext()), Offset),
2128       Type::getInt8PtrTy(IRB.getContext())->getPointerTo(AddressSpace));
2129 }
2130
2131 bool X86TargetLowering::isNoopAddrSpaceCast(unsigned SrcAS,
2132                                             unsigned DestAS) const {
2133   assert(SrcAS != DestAS && "Expected different address spaces!");
2134
2135   return SrcAS < 256 && DestAS < 256;
2136 }
2137
2138 //===----------------------------------------------------------------------===//
2139 //               Return Value Calling Convention Implementation
2140 //===----------------------------------------------------------------------===//
2141
2142 #include "X86GenCallingConv.inc"
2143
2144 bool X86TargetLowering::CanLowerReturn(
2145     CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg,
2146     const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const {
2147   SmallVector<CCValAssign, 16> RVLocs;
2148   CCState CCInfo(CallConv, isVarArg, MF, RVLocs, Context);
2149   return CCInfo.CheckReturn(Outs, RetCC_X86);
2150 }
2151
2152 const MCPhysReg *X86TargetLowering::getScratchRegisters(CallingConv::ID) const {
2153   static const MCPhysReg ScratchRegs[] = { X86::R11, 0 };
2154   return ScratchRegs;
2155 }
2156
2157 SDValue
2158 X86TargetLowering::LowerReturn(SDValue Chain,
2159                                CallingConv::ID CallConv, bool isVarArg,
2160                                const SmallVectorImpl<ISD::OutputArg> &Outs,
2161                                const SmallVectorImpl<SDValue> &OutVals,
2162                                SDLoc dl, SelectionDAG &DAG) const {
2163   MachineFunction &MF = DAG.getMachineFunction();
2164   X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2165
2166   SmallVector<CCValAssign, 16> RVLocs;
2167   CCState CCInfo(CallConv, isVarArg, MF, RVLocs, *DAG.getContext());
2168   CCInfo.AnalyzeReturn(Outs, RetCC_X86);
2169
2170   SDValue Flag;
2171   SmallVector<SDValue, 6> RetOps;
2172   RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
2173   // Operand #1 = Bytes To Pop
2174   RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(), dl,
2175                    MVT::i16));
2176
2177   // Copy the result values into the output registers.
2178   for (unsigned i = 0; i != RVLocs.size(); ++i) {
2179     CCValAssign &VA = RVLocs[i];
2180     assert(VA.isRegLoc() && "Can only return in registers!");
2181     SDValue ValToCopy = OutVals[i];
2182     EVT ValVT = ValToCopy.getValueType();
2183
2184     // Promote values to the appropriate types.
2185     if (VA.getLocInfo() == CCValAssign::SExt)
2186       ValToCopy = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), ValToCopy);
2187     else if (VA.getLocInfo() == CCValAssign::ZExt)
2188       ValToCopy = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), ValToCopy);
2189     else if (VA.getLocInfo() == CCValAssign::AExt) {
2190       if (ValVT.isVector() && ValVT.getVectorElementType() == MVT::i1)
2191         ValToCopy = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), ValToCopy);
2192       else
2193         ValToCopy = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), ValToCopy);
2194     }
2195     else if (VA.getLocInfo() == CCValAssign::BCvt)
2196       ValToCopy = DAG.getBitcast(VA.getLocVT(), ValToCopy);
2197
2198     assert(VA.getLocInfo() != CCValAssign::FPExt &&
2199            "Unexpected FP-extend for return value.");
2200
2201     // If this is x86-64, and we disabled SSE, we can't return FP values,
2202     // or SSE or MMX vectors.
2203     if ((ValVT == MVT::f32 || ValVT == MVT::f64 ||
2204          VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) &&
2205           (Subtarget->is64Bit() && !Subtarget->hasSSE1())) {
2206       report_fatal_error("SSE register return with SSE disabled");
2207     }
2208     // Likewise we can't return F64 values with SSE1 only.  gcc does so, but
2209     // llvm-gcc has never done it right and no one has noticed, so this
2210     // should be OK for now.
2211     if (ValVT == MVT::f64 &&
2212         (Subtarget->is64Bit() && !Subtarget->hasSSE2()))
2213       report_fatal_error("SSE2 register return with SSE2 disabled");
2214
2215     // Returns in ST0/ST1 are handled specially: these are pushed as operands to
2216     // the RET instruction and handled by the FP Stackifier.
2217     if (VA.getLocReg() == X86::FP0 ||
2218         VA.getLocReg() == X86::FP1) {
2219       // If this is a copy from an xmm register to ST(0), use an FPExtend to
2220       // change the value to the FP stack register class.
2221       if (isScalarFPTypeInSSEReg(VA.getValVT()))
2222         ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
2223       RetOps.push_back(ValToCopy);
2224       // Don't emit a copytoreg.
2225       continue;
2226     }
2227
2228     // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
2229     // which is returned in RAX / RDX.
2230     if (Subtarget->is64Bit()) {
2231       if (ValVT == MVT::x86mmx) {
2232         if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
2233           ValToCopy = DAG.getBitcast(MVT::i64, ValToCopy);
2234           ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
2235                                   ValToCopy);
2236           // If we don't have SSE2 available, convert to v4f32 so the generated
2237           // register is legal.
2238           if (!Subtarget->hasSSE2())
2239             ValToCopy = DAG.getBitcast(MVT::v4f32, ValToCopy);
2240         }
2241       }
2242     }
2243
2244     Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
2245     Flag = Chain.getValue(1);
2246     RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
2247   }
2248
2249   // All x86 ABIs require that for returning structs by value we copy
2250   // the sret argument into %rax/%eax (depending on ABI) for the return.
2251   // We saved the argument into a virtual register in the entry block,
2252   // so now we copy the value out and into %rax/%eax.
2253   //
2254   // Checking Function.hasStructRetAttr() here is insufficient because the IR
2255   // may not have an explicit sret argument. If FuncInfo.CanLowerReturn is
2256   // false, then an sret argument may be implicitly inserted in the SelDAG. In
2257   // either case FuncInfo->setSRetReturnReg() will have been called.
2258   if (unsigned SRetReg = FuncInfo->getSRetReturnReg()) {
2259     SDValue Val = DAG.getCopyFromReg(Chain, dl, SRetReg,
2260                                      getPointerTy(MF.getDataLayout()));
2261
2262     unsigned RetValReg
2263         = (Subtarget->is64Bit() && !Subtarget->isTarget64BitILP32()) ?
2264           X86::RAX : X86::EAX;
2265     Chain = DAG.getCopyToReg(Chain, dl, RetValReg, Val, Flag);
2266     Flag = Chain.getValue(1);
2267
2268     // RAX/EAX now acts like a return value.
2269     RetOps.push_back(
2270         DAG.getRegister(RetValReg, getPointerTy(DAG.getDataLayout())));
2271   }
2272
2273   RetOps[0] = Chain;  // Update chain.
2274
2275   // Add the flag if we have it.
2276   if (Flag.getNode())
2277     RetOps.push_back(Flag);
2278
2279   return DAG.getNode(X86ISD::RET_FLAG, dl, MVT::Other, RetOps);
2280 }
2281
2282 bool X86TargetLowering::isUsedByReturnOnly(SDNode *N, SDValue &Chain) const {
2283   if (N->getNumValues() != 1)
2284     return false;
2285   if (!N->hasNUsesOfValue(1, 0))
2286     return false;
2287
2288   SDValue TCChain = Chain;
2289   SDNode *Copy = *N->use_begin();
2290   if (Copy->getOpcode() == ISD::CopyToReg) {
2291     // If the copy has a glue operand, we conservatively assume it isn't safe to
2292     // perform a tail call.
2293     if (Copy->getOperand(Copy->getNumOperands()-1).getValueType() == MVT::Glue)
2294       return false;
2295     TCChain = Copy->getOperand(0);
2296   } else if (Copy->getOpcode() != ISD::FP_EXTEND)
2297     return false;
2298
2299   bool HasRet = false;
2300   for (SDNode::use_iterator UI = Copy->use_begin(), UE = Copy->use_end();
2301        UI != UE; ++UI) {
2302     if (UI->getOpcode() != X86ISD::RET_FLAG)
2303       return false;
2304     // If we are returning more than one value, we can definitely
2305     // not make a tail call see PR19530
2306     if (UI->getNumOperands() > 4)
2307       return false;
2308     if (UI->getNumOperands() == 4 &&
2309         UI->getOperand(UI->getNumOperands()-1).getValueType() != MVT::Glue)
2310       return false;
2311     HasRet = true;
2312   }
2313
2314   if (!HasRet)
2315     return false;
2316
2317   Chain = TCChain;
2318   return true;
2319 }
2320
2321 EVT
2322 X86TargetLowering::getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT,
2323                                             ISD::NodeType ExtendKind) const {
2324   MVT ReturnMVT;
2325   // TODO: Is this also valid on 32-bit?
2326   if (Subtarget->is64Bit() && VT == MVT::i1 && ExtendKind == ISD::ZERO_EXTEND)
2327     ReturnMVT = MVT::i8;
2328   else
2329     ReturnMVT = MVT::i32;
2330
2331   EVT MinVT = getRegisterType(Context, ReturnMVT);
2332   return VT.bitsLT(MinVT) ? MinVT : VT;
2333 }
2334
2335 /// Lower the result values of a call into the
2336 /// appropriate copies out of appropriate physical registers.
2337 ///
2338 SDValue
2339 X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
2340                                    CallingConv::ID CallConv, bool isVarArg,
2341                                    const SmallVectorImpl<ISD::InputArg> &Ins,
2342                                    SDLoc dl, SelectionDAG &DAG,
2343                                    SmallVectorImpl<SDValue> &InVals) const {
2344
2345   // Assign locations to each value returned by this call.
2346   SmallVector<CCValAssign, 16> RVLocs;
2347   bool Is64Bit = Subtarget->is64Bit();
2348   CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
2349                  *DAG.getContext());
2350   CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
2351
2352   // Copy all of the result registers out of their specified physreg.
2353   for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
2354     CCValAssign &VA = RVLocs[i];
2355     EVT CopyVT = VA.getLocVT();
2356
2357     // If this is x86-64, and we disabled SSE, we can't return FP values
2358     if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
2359         ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasSSE1())) {
2360       report_fatal_error("SSE register return with SSE disabled");
2361     }
2362
2363     // If we prefer to use the value in xmm registers, copy it out as f80 and
2364     // use a truncate to move it from fp stack reg to xmm reg.
2365     bool RoundAfterCopy = false;
2366     if ((VA.getLocReg() == X86::FP0 || VA.getLocReg() == X86::FP1) &&
2367         isScalarFPTypeInSSEReg(VA.getValVT())) {
2368       CopyVT = MVT::f80;
2369       RoundAfterCopy = (CopyVT != VA.getLocVT());
2370     }
2371
2372     Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
2373                                CopyVT, InFlag).getValue(1);
2374     SDValue Val = Chain.getValue(0);
2375
2376     if (RoundAfterCopy)
2377       Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
2378                         // This truncation won't change the value.
2379                         DAG.getIntPtrConstant(1, dl));
2380
2381     if (VA.isExtInLoc() && VA.getValVT().getScalarType() == MVT::i1)
2382       Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
2383
2384     InFlag = Chain.getValue(2);
2385     InVals.push_back(Val);
2386   }
2387
2388   return Chain;
2389 }
2390
2391 //===----------------------------------------------------------------------===//
2392 //                C & StdCall & Fast Calling Convention implementation
2393 //===----------------------------------------------------------------------===//
2394 //  StdCall calling convention seems to be standard for many Windows' API
2395 //  routines and around. It differs from C calling convention just a little:
2396 //  callee should clean up the stack, not caller. Symbols should be also
2397 //  decorated in some fancy way :) It doesn't support any vector arguments.
2398 //  For info on fast calling convention see Fast Calling Convention (tail call)
2399 //  implementation LowerX86_32FastCCCallTo.
2400
2401 /// CallIsStructReturn - Determines whether a call uses struct return
2402 /// semantics.
2403 enum StructReturnType {
2404   NotStructReturn,
2405   RegStructReturn,
2406   StackStructReturn
2407 };
2408 static StructReturnType
2409 callIsStructReturn(const SmallVectorImpl<ISD::OutputArg> &Outs) {
2410   if (Outs.empty())
2411     return NotStructReturn;
2412
2413   const ISD::ArgFlagsTy &Flags = Outs[0].Flags;
2414   if (!Flags.isSRet())
2415     return NotStructReturn;
2416   if (Flags.isInReg())
2417     return RegStructReturn;
2418   return StackStructReturn;
2419 }
2420
2421 /// Determines whether a function uses struct return semantics.
2422 static StructReturnType
2423 argsAreStructReturn(const SmallVectorImpl<ISD::InputArg> &Ins) {
2424   if (Ins.empty())
2425     return NotStructReturn;
2426
2427   const ISD::ArgFlagsTy &Flags = Ins[0].Flags;
2428   if (!Flags.isSRet())
2429     return NotStructReturn;
2430   if (Flags.isInReg())
2431     return RegStructReturn;
2432   return StackStructReturn;
2433 }
2434
2435 /// Make a copy of an aggregate at address specified by "Src" to address
2436 /// "Dst" with size and alignment information specified by the specific
2437 /// parameter attribute. The copy will be passed as a byval function parameter.
2438 static SDValue
2439 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
2440                           ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
2441                           SDLoc dl) {
2442   SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i32);
2443
2444   return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
2445                        /*isVolatile*/false, /*AlwaysInline=*/true,
2446                        /*isTailCall*/false,
2447                        MachinePointerInfo(), MachinePointerInfo());
2448 }
2449
2450 /// Return true if the calling convention is one that we can guarantee TCO for.
2451 static bool canGuaranteeTCO(CallingConv::ID CC) {
2452   return (CC == CallingConv::Fast || CC == CallingConv::GHC ||
2453           CC == CallingConv::HiPE || CC == CallingConv::HHVM);
2454 }
2455
2456 /// Return true if we might ever do TCO for calls with this calling convention.
2457 static bool mayTailCallThisCC(CallingConv::ID CC) {
2458   switch (CC) {
2459   // C calling conventions:
2460   case CallingConv::C:
2461   case CallingConv::X86_64_Win64:
2462   case CallingConv::X86_64_SysV:
2463   // Callee pop conventions:
2464   case CallingConv::X86_ThisCall:
2465   case CallingConv::X86_StdCall:
2466   case CallingConv::X86_VectorCall:
2467   case CallingConv::X86_FastCall:
2468     return true;
2469   default:
2470     return canGuaranteeTCO(CC);
2471   }
2472 }
2473
2474 /// Return true if the function is being made into a tailcall target by
2475 /// changing its ABI.
2476 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) {
2477   return GuaranteedTailCallOpt && canGuaranteeTCO(CC);
2478 }
2479
2480 bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
2481   auto Attr =
2482       CI->getParent()->getParent()->getFnAttribute("disable-tail-calls");
2483   if (!CI->isTailCall() || Attr.getValueAsString() == "true")
2484     return false;
2485
2486   CallSite CS(CI);
2487   CallingConv::ID CalleeCC = CS.getCallingConv();
2488   if (!mayTailCallThisCC(CalleeCC))
2489     return false;
2490
2491   return true;
2492 }
2493
2494 SDValue
2495 X86TargetLowering::LowerMemArgument(SDValue Chain,
2496                                     CallingConv::ID CallConv,
2497                                     const SmallVectorImpl<ISD::InputArg> &Ins,
2498                                     SDLoc dl, SelectionDAG &DAG,
2499                                     const CCValAssign &VA,
2500                                     MachineFrameInfo *MFI,
2501                                     unsigned i) const {
2502   // Create the nodes corresponding to a load from this parameter slot.
2503   ISD::ArgFlagsTy Flags = Ins[i].Flags;
2504   bool AlwaysUseMutable = shouldGuaranteeTCO(
2505       CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt);
2506   bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
2507   EVT ValVT;
2508
2509   // If value is passed by pointer we have address passed instead of the value
2510   // itself.
2511   bool ExtendedInMem = VA.isExtInLoc() &&
2512     VA.getValVT().getScalarType() == MVT::i1;
2513
2514   if (VA.getLocInfo() == CCValAssign::Indirect || ExtendedInMem)
2515     ValVT = VA.getLocVT();
2516   else
2517     ValVT = VA.getValVT();
2518
2519   // FIXME: For now, all byval parameter objects are marked mutable. This can be
2520   // changed with more analysis.
2521   // In case of tail call optimization mark all arguments mutable. Since they
2522   // could be overwritten by lowering of arguments in case of a tail call.
2523   if (Flags.isByVal()) {
2524     unsigned Bytes = Flags.getByValSize();
2525     if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
2526     int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
2527     return DAG.getFrameIndex(FI, getPointerTy(DAG.getDataLayout()));
2528   } else {
2529     int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
2530                                     VA.getLocMemOffset(), isImmutable);
2531     SDValue FIN = DAG.getFrameIndex(FI, getPointerTy(DAG.getDataLayout()));
2532     SDValue Val = DAG.getLoad(
2533         ValVT, dl, Chain, FIN,
2534         MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI), false,
2535         false, false, 0);
2536     return ExtendedInMem ?
2537       DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val) : Val;
2538   }
2539 }
2540
2541 // FIXME: Get this from tablegen.
2542 static ArrayRef<MCPhysReg> get64BitArgumentGPRs(CallingConv::ID CallConv,
2543                                                 const X86Subtarget *Subtarget) {
2544   assert(Subtarget->is64Bit());
2545
2546   if (Subtarget->isCallingConvWin64(CallConv)) {
2547     static const MCPhysReg GPR64ArgRegsWin64[] = {
2548       X86::RCX, X86::RDX, X86::R8,  X86::R9
2549     };
2550     return makeArrayRef(std::begin(GPR64ArgRegsWin64), std::end(GPR64ArgRegsWin64));
2551   }
2552
2553   static const MCPhysReg GPR64ArgRegs64Bit[] = {
2554     X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
2555   };
2556   return makeArrayRef(std::begin(GPR64ArgRegs64Bit), std::end(GPR64ArgRegs64Bit));
2557 }
2558
2559 // FIXME: Get this from tablegen.
2560 static ArrayRef<MCPhysReg> get64BitArgumentXMMs(MachineFunction &MF,
2561                                                 CallingConv::ID CallConv,
2562                                                 const X86Subtarget *Subtarget) {
2563   assert(Subtarget->is64Bit());
2564   if (Subtarget->isCallingConvWin64(CallConv)) {
2565     // The XMM registers which might contain var arg parameters are shadowed
2566     // in their paired GPR.  So we only need to save the GPR to their home
2567     // slots.
2568     // TODO: __vectorcall will change this.
2569     return None;
2570   }
2571
2572   const Function *Fn = MF.getFunction();
2573   bool NoImplicitFloatOps = Fn->hasFnAttribute(Attribute::NoImplicitFloat);
2574   bool isSoftFloat = Subtarget->useSoftFloat();
2575   assert(!(isSoftFloat && NoImplicitFloatOps) &&
2576          "SSE register cannot be used when SSE is disabled!");
2577   if (isSoftFloat || NoImplicitFloatOps || !Subtarget->hasSSE1())
2578     // Kernel mode asks for SSE to be disabled, so there are no XMM argument
2579     // registers.
2580     return None;
2581
2582   static const MCPhysReg XMMArgRegs64Bit[] = {
2583     X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
2584     X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
2585   };
2586   return makeArrayRef(std::begin(XMMArgRegs64Bit), std::end(XMMArgRegs64Bit));
2587 }
2588
2589 SDValue X86TargetLowering::LowerFormalArguments(
2590     SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
2591     const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG,
2592     SmallVectorImpl<SDValue> &InVals) const {
2593   MachineFunction &MF = DAG.getMachineFunction();
2594   X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2595   const TargetFrameLowering &TFI = *Subtarget->getFrameLowering();
2596
2597   const Function* Fn = MF.getFunction();
2598   if (Fn->hasExternalLinkage() &&
2599       Subtarget->isTargetCygMing() &&
2600       Fn->getName() == "main")
2601     FuncInfo->setForceFramePointer(true);
2602
2603   MachineFrameInfo *MFI = MF.getFrameInfo();
2604   bool Is64Bit = Subtarget->is64Bit();
2605   bool IsWin64 = Subtarget->isCallingConvWin64(CallConv);
2606
2607   assert(!(isVarArg && canGuaranteeTCO(CallConv)) &&
2608          "Var args not supported with calling convention fastcc, ghc or hipe");
2609
2610   // Assign locations to all of the incoming arguments.
2611   SmallVector<CCValAssign, 16> ArgLocs;
2612   CCState CCInfo(CallConv, isVarArg, MF, ArgLocs, *DAG.getContext());
2613
2614   // Allocate shadow area for Win64
2615   if (IsWin64)
2616     CCInfo.AllocateStack(32, 8);
2617
2618   CCInfo.AnalyzeFormalArguments(Ins, CC_X86);
2619
2620   unsigned LastVal = ~0U;
2621   SDValue ArgValue;
2622   for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2623     CCValAssign &VA = ArgLocs[i];
2624     // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
2625     // places.
2626     assert(VA.getValNo() != LastVal &&
2627            "Don't support value assigned to multiple locs yet");
2628     (void)LastVal;
2629     LastVal = VA.getValNo();
2630
2631     if (VA.isRegLoc()) {
2632       EVT RegVT = VA.getLocVT();
2633       const TargetRegisterClass *RC;
2634       if (RegVT == MVT::i32)
2635         RC = &X86::GR32RegClass;
2636       else if (Is64Bit && RegVT == MVT::i64)
2637         RC = &X86::GR64RegClass;
2638       else if (RegVT == MVT::f32)
2639         RC = &X86::FR32RegClass;
2640       else if (RegVT == MVT::f64)
2641         RC = &X86::FR64RegClass;
2642       else if (RegVT.is512BitVector())
2643         RC = &X86::VR512RegClass;
2644       else if (RegVT.is256BitVector())
2645         RC = &X86::VR256RegClass;
2646       else if (RegVT.is128BitVector())
2647         RC = &X86::VR128RegClass;
2648       else if (RegVT == MVT::x86mmx)
2649         RC = &X86::VR64RegClass;
2650       else if (RegVT == MVT::i1)
2651         RC = &X86::VK1RegClass;
2652       else if (RegVT == MVT::v8i1)
2653         RC = &X86::VK8RegClass;
2654       else if (RegVT == MVT::v16i1)
2655         RC = &X86::VK16RegClass;
2656       else if (RegVT == MVT::v32i1)
2657         RC = &X86::VK32RegClass;
2658       else if (RegVT == MVT::v64i1)
2659         RC = &X86::VK64RegClass;
2660       else
2661         llvm_unreachable("Unknown argument type!");
2662
2663       unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
2664       ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, RegVT);
2665
2666       // If this is an 8 or 16-bit value, it is really passed promoted to 32
2667       // bits.  Insert an assert[sz]ext to capture this, then truncate to the
2668       // right size.
2669       if (VA.getLocInfo() == CCValAssign::SExt)
2670         ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
2671                                DAG.getValueType(VA.getValVT()));
2672       else if (VA.getLocInfo() == CCValAssign::ZExt)
2673         ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
2674                                DAG.getValueType(VA.getValVT()));
2675       else if (VA.getLocInfo() == CCValAssign::BCvt)
2676         ArgValue = DAG.getBitcast(VA.getValVT(), ArgValue);
2677
2678       if (VA.isExtInLoc()) {
2679         // Handle MMX values passed in XMM regs.
2680         if (RegVT.isVector() && VA.getValVT().getScalarType() != MVT::i1)
2681           ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(), ArgValue);
2682         else
2683           ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
2684       }
2685     } else {
2686       assert(VA.isMemLoc());
2687       ArgValue = LowerMemArgument(Chain, CallConv, Ins, dl, DAG, VA, MFI, i);
2688     }
2689
2690     // If value is passed via pointer - do a load.
2691     if (VA.getLocInfo() == CCValAssign::Indirect)
2692       ArgValue = DAG.getLoad(VA.getValVT(), dl, Chain, ArgValue,
2693                              MachinePointerInfo(), false, false, false, 0);
2694
2695     InVals.push_back(ArgValue);
2696   }
2697
2698   for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2699     // All x86 ABIs require that for returning structs by value we copy the
2700     // sret argument into %rax/%eax (depending on ABI) for the return. Save
2701     // the argument into a virtual register so that we can access it from the
2702     // return points.
2703     if (Ins[i].Flags.isSRet()) {
2704       unsigned Reg = FuncInfo->getSRetReturnReg();
2705       if (!Reg) {
2706         MVT PtrTy = getPointerTy(DAG.getDataLayout());
2707         Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(PtrTy));
2708         FuncInfo->setSRetReturnReg(Reg);
2709       }
2710       SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[i]);
2711       Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
2712       break;
2713     }
2714   }
2715
2716   unsigned StackSize = CCInfo.getNextStackOffset();
2717   // Align stack specially for tail calls.
2718   if (shouldGuaranteeTCO(CallConv,
2719                          MF.getTarget().Options.GuaranteedTailCallOpt))
2720     StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
2721
2722   // If the function takes variable number of arguments, make a frame index for
2723   // the start of the first vararg value... for expansion of llvm.va_start. We
2724   // can skip this if there are no va_start calls.
2725   if (MFI->hasVAStart() &&
2726       (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
2727                    CallConv != CallingConv::X86_ThisCall))) {
2728     FuncInfo->setVarArgsFrameIndex(
2729         MFI->CreateFixedObject(1, StackSize, true));
2730   }
2731
2732   // Figure out if XMM registers are in use.
2733   assert(!(Subtarget->useSoftFloat() &&
2734            Fn->hasFnAttribute(Attribute::NoImplicitFloat)) &&
2735          "SSE register cannot be used when SSE is disabled!");
2736
2737   // 64-bit calling conventions support varargs and register parameters, so we
2738   // have to do extra work to spill them in the prologue.
2739   if (Is64Bit && isVarArg && MFI->hasVAStart()) {
2740     // Find the first unallocated argument registers.
2741     ArrayRef<MCPhysReg> ArgGPRs = get64BitArgumentGPRs(CallConv, Subtarget);
2742     ArrayRef<MCPhysReg> ArgXMMs = get64BitArgumentXMMs(MF, CallConv, Subtarget);
2743     unsigned NumIntRegs = CCInfo.getFirstUnallocated(ArgGPRs);
2744     unsigned NumXMMRegs = CCInfo.getFirstUnallocated(ArgXMMs);
2745     assert(!(NumXMMRegs && !Subtarget->hasSSE1()) &&
2746            "SSE register cannot be used when SSE is disabled!");
2747
2748     // Gather all the live in physical registers.
2749     SmallVector<SDValue, 6> LiveGPRs;
2750     SmallVector<SDValue, 8> LiveXMMRegs;
2751     SDValue ALVal;
2752     for (MCPhysReg Reg : ArgGPRs.slice(NumIntRegs)) {
2753       unsigned GPR = MF.addLiveIn(Reg, &X86::GR64RegClass);
2754       LiveGPRs.push_back(
2755           DAG.getCopyFromReg(Chain, dl, GPR, MVT::i64));
2756     }
2757     if (!ArgXMMs.empty()) {
2758       unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
2759       ALVal = DAG.getCopyFromReg(Chain, dl, AL, MVT::i8);
2760       for (MCPhysReg Reg : ArgXMMs.slice(NumXMMRegs)) {
2761         unsigned XMMReg = MF.addLiveIn(Reg, &X86::VR128RegClass);
2762         LiveXMMRegs.push_back(
2763             DAG.getCopyFromReg(Chain, dl, XMMReg, MVT::v4f32));
2764       }
2765     }
2766
2767     if (IsWin64) {
2768       // Get to the caller-allocated home save location.  Add 8 to account
2769       // for the return address.
2770       int HomeOffset = TFI.getOffsetOfLocalArea() + 8;
2771       FuncInfo->setRegSaveFrameIndex(
2772           MFI->CreateFixedObject(1, NumIntRegs * 8 + HomeOffset, false));
2773       // Fixup to set vararg frame on shadow area (4 x i64).
2774       if (NumIntRegs < 4)
2775         FuncInfo->setVarArgsFrameIndex(FuncInfo->getRegSaveFrameIndex());
2776     } else {
2777       // For X86-64, if there are vararg parameters that are passed via
2778       // registers, then we must store them to their spots on the stack so
2779       // they may be loaded by deferencing the result of va_next.
2780       FuncInfo->setVarArgsGPOffset(NumIntRegs * 8);
2781       FuncInfo->setVarArgsFPOffset(ArgGPRs.size() * 8 + NumXMMRegs * 16);
2782       FuncInfo->setRegSaveFrameIndex(MFI->CreateStackObject(
2783           ArgGPRs.size() * 8 + ArgXMMs.size() * 16, 16, false));
2784     }
2785
2786     // Store the integer parameter registers.
2787     SmallVector<SDValue, 8> MemOps;
2788     SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
2789                                       getPointerTy(DAG.getDataLayout()));
2790     unsigned Offset = FuncInfo->getVarArgsGPOffset();
2791     for (SDValue Val : LiveGPRs) {
2792       SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(DAG.getDataLayout()),
2793                                 RSFIN, DAG.getIntPtrConstant(Offset, dl));
2794       SDValue Store =
2795           DAG.getStore(Val.getValue(1), dl, Val, FIN,
2796                        MachinePointerInfo::getFixedStack(
2797                            DAG.getMachineFunction(),
2798                            FuncInfo->getRegSaveFrameIndex(), Offset),
2799                        false, false, 0);
2800       MemOps.push_back(Store);
2801       Offset += 8;
2802     }
2803
2804     if (!ArgXMMs.empty() && NumXMMRegs != ArgXMMs.size()) {
2805       // Now store the XMM (fp + vector) parameter registers.
2806       SmallVector<SDValue, 12> SaveXMMOps;
2807       SaveXMMOps.push_back(Chain);
2808       SaveXMMOps.push_back(ALVal);
2809       SaveXMMOps.push_back(DAG.getIntPtrConstant(
2810                              FuncInfo->getRegSaveFrameIndex(), dl));
2811       SaveXMMOps.push_back(DAG.getIntPtrConstant(
2812                              FuncInfo->getVarArgsFPOffset(), dl));
2813       SaveXMMOps.insert(SaveXMMOps.end(), LiveXMMRegs.begin(),
2814                         LiveXMMRegs.end());
2815       MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
2816                                    MVT::Other, SaveXMMOps));
2817     }
2818
2819     if (!MemOps.empty())
2820       Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
2821   }
2822
2823   if (isVarArg && MFI->hasMustTailInVarArgFunc()) {
2824     // Find the largest legal vector type.
2825     MVT VecVT = MVT::Other;
2826     // FIXME: Only some x86_32 calling conventions support AVX512.
2827     if (Subtarget->hasAVX512() &&
2828         (Is64Bit || (CallConv == CallingConv::X86_VectorCall ||
2829                      CallConv == CallingConv::Intel_OCL_BI)))
2830       VecVT = MVT::v16f32;
2831     else if (Subtarget->hasAVX())
2832       VecVT = MVT::v8f32;
2833     else if (Subtarget->hasSSE2())
2834       VecVT = MVT::v4f32;
2835
2836     // We forward some GPRs and some vector types.
2837     SmallVector<MVT, 2> RegParmTypes;
2838     MVT IntVT = Is64Bit ? MVT::i64 : MVT::i32;
2839     RegParmTypes.push_back(IntVT);
2840     if (VecVT != MVT::Other)
2841       RegParmTypes.push_back(VecVT);
2842
2843     // Compute the set of forwarded registers. The rest are scratch.
2844     SmallVectorImpl<ForwardedRegister> &Forwards =
2845         FuncInfo->getForwardedMustTailRegParms();
2846     CCInfo.analyzeMustTailForwardedRegisters(Forwards, RegParmTypes, CC_X86);
2847
2848     // Conservatively forward AL on x86_64, since it might be used for varargs.
2849     if (Is64Bit && !CCInfo.isAllocated(X86::AL)) {
2850       unsigned ALVReg = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
2851       Forwards.push_back(ForwardedRegister(ALVReg, X86::AL, MVT::i8));
2852     }
2853
2854     // Copy all forwards from physical to virtual registers.
2855     for (ForwardedRegister &F : Forwards) {
2856       // FIXME: Can we use a less constrained schedule?
2857       SDValue RegVal = DAG.getCopyFromReg(Chain, dl, F.VReg, F.VT);
2858       F.VReg = MF.getRegInfo().createVirtualRegister(getRegClassFor(F.VT));
2859       Chain = DAG.getCopyToReg(Chain, dl, F.VReg, RegVal);
2860     }
2861   }
2862
2863   // Some CCs need callee pop.
2864   if (X86::isCalleePop(CallConv, Is64Bit, isVarArg,
2865                        MF.getTarget().Options.GuaranteedTailCallOpt)) {
2866     FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
2867   } else {
2868     FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
2869     // If this is an sret function, the return should pop the hidden pointer.
2870     if (!Is64Bit && !canGuaranteeTCO(CallConv) &&
2871         !Subtarget->getTargetTriple().isOSMSVCRT() &&
2872         argsAreStructReturn(Ins) == StackStructReturn)
2873       FuncInfo->setBytesToPopOnReturn(4);
2874   }
2875
2876   if (!Is64Bit) {
2877     // RegSaveFrameIndex is X86-64 only.
2878     FuncInfo->setRegSaveFrameIndex(0xAAAAAAA);
2879     if (CallConv == CallingConv::X86_FastCall ||
2880         CallConv == CallingConv::X86_ThisCall)
2881       // fastcc functions can't have varargs.
2882       FuncInfo->setVarArgsFrameIndex(0xAAAAAAA);
2883   }
2884
2885   FuncInfo->setArgumentStackSize(StackSize);
2886
2887   if (WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo()) {
2888     EHPersonality Personality = classifyEHPersonality(Fn->getPersonalityFn());
2889     if (Personality == EHPersonality::CoreCLR) {
2890       assert(Is64Bit);
2891       // TODO: Add a mechanism to frame lowering that will allow us to indicate
2892       // that we'd prefer this slot be allocated towards the bottom of the frame
2893       // (i.e. near the stack pointer after allocating the frame).  Every
2894       // funclet needs a copy of this slot in its (mostly empty) frame, and the
2895       // offset from the bottom of this and each funclet's frame must be the
2896       // same, so the size of funclets' (mostly empty) frames is dictated by
2897       // how far this slot is from the bottom (since they allocate just enough
2898       // space to accomodate holding this slot at the correct offset).
2899       int PSPSymFI = MFI->CreateStackObject(8, 8, /*isSS=*/false);
2900       EHInfo->PSPSymFrameIdx = PSPSymFI;
2901     }
2902   }
2903
2904   return Chain;
2905 }
2906
2907 SDValue
2908 X86TargetLowering::LowerMemOpCallTo(SDValue Chain,
2909                                     SDValue StackPtr, SDValue Arg,
2910                                     SDLoc dl, SelectionDAG &DAG,
2911                                     const CCValAssign &VA,
2912                                     ISD::ArgFlagsTy Flags) const {
2913   unsigned LocMemOffset = VA.getLocMemOffset();
2914   SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset, dl);
2915   PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(DAG.getDataLayout()),
2916                        StackPtr, PtrOff);
2917   if (Flags.isByVal())
2918     return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
2919
2920   return DAG.getStore(
2921       Chain, dl, Arg, PtrOff,
2922       MachinePointerInfo::getStack(DAG.getMachineFunction(), LocMemOffset),
2923       false, false, 0);
2924 }
2925
2926 /// Emit a load of return address if tail call
2927 /// optimization is performed and it is required.
2928 SDValue
2929 X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
2930                                            SDValue &OutRetAddr, SDValue Chain,
2931                                            bool IsTailCall, bool Is64Bit,
2932                                            int FPDiff, SDLoc dl) const {
2933   // Adjust the Return address stack slot.
2934   EVT VT = getPointerTy(DAG.getDataLayout());
2935   OutRetAddr = getReturnAddressFrameIndex(DAG);
2936
2937   // Load the "old" Return address.
2938   OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, MachinePointerInfo(),
2939                            false, false, false, 0);
2940   return SDValue(OutRetAddr.getNode(), 1);
2941 }
2942
2943 /// Emit a store of the return address if tail call
2944 /// optimization is performed and it is required (FPDiff!=0).
2945 static SDValue EmitTailCallStoreRetAddr(SelectionDAG &DAG, MachineFunction &MF,
2946                                         SDValue Chain, SDValue RetAddrFrIdx,
2947                                         EVT PtrVT, unsigned SlotSize,
2948                                         int FPDiff, SDLoc dl) {
2949   // Store the return address to the appropriate stack slot.
2950   if (!FPDiff) return Chain;
2951   // Calculate the new stack slot for the return address.
2952   int NewReturnAddrFI =
2953     MF.getFrameInfo()->CreateFixedObject(SlotSize, (int64_t)FPDiff - SlotSize,
2954                                          false);
2955   SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, PtrVT);
2956   Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
2957                        MachinePointerInfo::getFixedStack(
2958                            DAG.getMachineFunction(), NewReturnAddrFI),
2959                        false, false, 0);
2960   return Chain;
2961 }
2962
2963 /// Returns a vector_shuffle mask for an movs{s|d}, movd
2964 /// operation of specified width.
2965 static SDValue getMOVL(SelectionDAG &DAG, SDLoc dl, MVT VT, SDValue V1,
2966                        SDValue V2) {
2967   unsigned NumElems = VT.getVectorNumElements();
2968   SmallVector<int, 8> Mask;
2969   Mask.push_back(NumElems);
2970   for (unsigned i = 1; i != NumElems; ++i)
2971     Mask.push_back(i);
2972   return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
2973 }
2974
2975 SDValue
2976 X86TargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
2977                              SmallVectorImpl<SDValue> &InVals) const {
2978   SelectionDAG &DAG                     = CLI.DAG;
2979   SDLoc &dl                             = CLI.DL;
2980   SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
2981   SmallVectorImpl<SDValue> &OutVals     = CLI.OutVals;
2982   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
2983   SDValue Chain                         = CLI.Chain;
2984   SDValue Callee                        = CLI.Callee;
2985   CallingConv::ID CallConv              = CLI.CallConv;
2986   bool &isTailCall                      = CLI.IsTailCall;
2987   bool isVarArg                         = CLI.IsVarArg;
2988
2989   MachineFunction &MF = DAG.getMachineFunction();
2990   bool Is64Bit        = Subtarget->is64Bit();
2991   bool IsWin64        = Subtarget->isCallingConvWin64(CallConv);
2992   StructReturnType SR = callIsStructReturn(Outs);
2993   bool IsSibcall      = false;
2994   X86MachineFunctionInfo *X86Info = MF.getInfo<X86MachineFunctionInfo>();
2995   auto Attr = MF.getFunction()->getFnAttribute("disable-tail-calls");
2996
2997   if (Attr.getValueAsString() == "true")
2998     isTailCall = false;
2999
3000   if (Subtarget->isPICStyleGOT() &&
3001       !MF.getTarget().Options.GuaranteedTailCallOpt) {
3002     // If we are using a GOT, disable tail calls to external symbols with
3003     // default visibility. Tail calling such a symbol requires using a GOT
3004     // relocation, which forces early binding of the symbol. This breaks code
3005     // that require lazy function symbol resolution. Using musttail or
3006     // GuaranteedTailCallOpt will override this.
3007     GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
3008     if (!G || (!G->getGlobal()->hasLocalLinkage() &&
3009                G->getGlobal()->hasDefaultVisibility()))
3010       isTailCall = false;
3011   }
3012
3013   bool IsMustTail = CLI.CS && CLI.CS->isMustTailCall();
3014   if (IsMustTail) {
3015     // Force this to be a tail call.  The verifier rules are enough to ensure
3016     // that we can lower this successfully without moving the return address
3017     // around.
3018     isTailCall = true;
3019   } else if (isTailCall) {
3020     // Check if it's really possible to do a tail call.
3021     isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
3022                     isVarArg, SR != NotStructReturn,
3023                     MF.getFunction()->hasStructRetAttr(), CLI.RetTy,
3024                     Outs, OutVals, Ins, DAG);
3025
3026     // Sibcalls are automatically detected tailcalls which do not require
3027     // ABI changes.
3028     if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall)
3029       IsSibcall = true;
3030
3031     if (isTailCall)
3032       ++NumTailCalls;
3033   }
3034
3035   assert(!(isVarArg && canGuaranteeTCO(CallConv)) &&
3036          "Var args not supported with calling convention fastcc, ghc or hipe");
3037
3038   // Analyze operands of the call, assigning locations to each operand.
3039   SmallVector<CCValAssign, 16> ArgLocs;
3040   CCState CCInfo(CallConv, isVarArg, MF, ArgLocs, *DAG.getContext());
3041
3042   // Allocate shadow area for Win64
3043   if (IsWin64)
3044     CCInfo.AllocateStack(32, 8);
3045
3046   CCInfo.AnalyzeCallOperands(Outs, CC_X86);
3047
3048   // Get a count of how many bytes are to be pushed on the stack.
3049   unsigned NumBytes = CCInfo.getAlignedCallFrameSize();
3050   if (IsSibcall)
3051     // This is a sibcall. The memory operands are available in caller's
3052     // own caller's stack.
3053     NumBytes = 0;
3054   else if (MF.getTarget().Options.GuaranteedTailCallOpt &&
3055            canGuaranteeTCO(CallConv))
3056     NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
3057
3058   int FPDiff = 0;
3059   if (isTailCall && !IsSibcall && !IsMustTail) {
3060     // Lower arguments at fp - stackoffset + fpdiff.
3061     unsigned NumBytesCallerPushed = X86Info->getBytesToPopOnReturn();
3062
3063     FPDiff = NumBytesCallerPushed - NumBytes;
3064
3065     // Set the delta of movement of the returnaddr stackslot.
3066     // But only set if delta is greater than previous delta.
3067     if (FPDiff < X86Info->getTCReturnAddrDelta())
3068       X86Info->setTCReturnAddrDelta(FPDiff);
3069   }
3070
3071   unsigned NumBytesToPush = NumBytes;
3072   unsigned NumBytesToPop = NumBytes;
3073
3074   // If we have an inalloca argument, all stack space has already been allocated
3075   // for us and be right at the top of the stack.  We don't support multiple
3076   // arguments passed in memory when using inalloca.
3077   if (!Outs.empty() && Outs.back().Flags.isInAlloca()) {
3078     NumBytesToPush = 0;
3079     if (!ArgLocs.back().isMemLoc())
3080       report_fatal_error("cannot use inalloca attribute on a register "
3081                          "parameter");
3082     if (ArgLocs.back().getLocMemOffset() != 0)
3083       report_fatal_error("any parameter with the inalloca attribute must be "
3084                          "the only memory argument");
3085   }
3086
3087   if (!IsSibcall)
3088     Chain = DAG.getCALLSEQ_START(
3089         Chain, DAG.getIntPtrConstant(NumBytesToPush, dl, true), dl);
3090
3091   SDValue RetAddrFrIdx;
3092   // Load return address for tail calls.
3093   if (isTailCall && FPDiff)
3094     Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, isTailCall,
3095                                     Is64Bit, FPDiff, dl);
3096
3097   SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
3098   SmallVector<SDValue, 8> MemOpChains;
3099   SDValue StackPtr;
3100
3101   // Walk the register/memloc assignments, inserting copies/loads.  In the case
3102   // of tail call optimization arguments are handle later.
3103   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
3104   for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
3105     // Skip inalloca arguments, they have already been written.
3106     ISD::ArgFlagsTy Flags = Outs[i].Flags;
3107     if (Flags.isInAlloca())
3108       continue;
3109
3110     CCValAssign &VA = ArgLocs[i];
3111     EVT RegVT = VA.getLocVT();
3112     SDValue Arg = OutVals[i];
3113     bool isByVal = Flags.isByVal();
3114
3115     // Promote the value if needed.
3116     switch (VA.getLocInfo()) {
3117     default: llvm_unreachable("Unknown loc info!");
3118     case CCValAssign::Full: break;
3119     case CCValAssign::SExt:
3120       Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
3121       break;
3122     case CCValAssign::ZExt:
3123       Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, RegVT, Arg);
3124       break;
3125     case CCValAssign::AExt:
3126       if (Arg.getValueType().isVector() &&
3127           Arg.getValueType().getVectorElementType() == MVT::i1)
3128         Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
3129       else if (RegVT.is128BitVector()) {
3130         // Special case: passing MMX values in XMM registers.
3131         Arg = DAG.getBitcast(MVT::i64, Arg);
3132         Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
3133         Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
3134       } else
3135         Arg = DAG.getNode(ISD::ANY_EXTEND, dl, RegVT, Arg);
3136       break;
3137     case CCValAssign::BCvt:
3138       Arg = DAG.getBitcast(RegVT, Arg);
3139       break;
3140     case CCValAssign::Indirect: {
3141       // Store the argument.
3142       SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
3143       int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
3144       Chain = DAG.getStore(
3145           Chain, dl, Arg, SpillSlot,
3146           MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI),
3147           false, false, 0);
3148       Arg = SpillSlot;
3149       break;
3150     }
3151     }
3152
3153     if (VA.isRegLoc()) {
3154       RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
3155       if (isVarArg && IsWin64) {
3156         // Win64 ABI requires argument XMM reg to be copied to the corresponding
3157         // shadow reg if callee is a varargs function.
3158         unsigned ShadowReg = 0;
3159         switch (VA.getLocReg()) {
3160         case X86::XMM0: ShadowReg = X86::RCX; break;
3161         case X86::XMM1: ShadowReg = X86::RDX; break;
3162         case X86::XMM2: ShadowReg = X86::R8; break;
3163         case X86::XMM3: ShadowReg = X86::R9; break;
3164         }
3165         if (ShadowReg)
3166           RegsToPass.push_back(std::make_pair(ShadowReg, Arg));
3167       }
3168     } else if (!IsSibcall && (!isTailCall || isByVal)) {
3169       assert(VA.isMemLoc());
3170       if (!StackPtr.getNode())
3171         StackPtr = DAG.getCopyFromReg(Chain, dl, RegInfo->getStackRegister(),
3172                                       getPointerTy(DAG.getDataLayout()));
3173       MemOpChains.push_back(LowerMemOpCallTo(Chain, StackPtr, Arg,
3174                                              dl, DAG, VA, Flags));
3175     }
3176   }
3177
3178   if (!MemOpChains.empty())
3179     Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
3180
3181   if (Subtarget->isPICStyleGOT()) {
3182     // ELF / PIC requires GOT in the EBX register before function calls via PLT
3183     // GOT pointer.
3184     if (!isTailCall) {
3185       RegsToPass.push_back(std::make_pair(
3186           unsigned(X86::EBX), DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(),
3187                                           getPointerTy(DAG.getDataLayout()))));
3188     } else {
3189       // If we are tail calling and generating PIC/GOT style code load the
3190       // address of the callee into ECX. The value in ecx is used as target of
3191       // the tail jump. This is done to circumvent the ebx/callee-saved problem
3192       // for tail calls on PIC/GOT architectures. Normally we would just put the
3193       // address of GOT into ebx and then call target@PLT. But for tail calls
3194       // ebx would be restored (since ebx is callee saved) before jumping to the
3195       // target@PLT.
3196
3197       // Note: The actual moving to ECX is done further down.
3198       GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
3199       if (G && !G->getGlobal()->hasLocalLinkage() &&
3200           G->getGlobal()->hasDefaultVisibility())
3201         Callee = LowerGlobalAddress(Callee, DAG);
3202       else if (isa<ExternalSymbolSDNode>(Callee))
3203         Callee = LowerExternalSymbol(Callee, DAG);
3204     }
3205   }
3206
3207   if (Is64Bit && isVarArg && !IsWin64 && !IsMustTail) {
3208     // From AMD64 ABI document:
3209     // For calls that may call functions that use varargs or stdargs
3210     // (prototype-less calls or calls to functions containing ellipsis (...) in
3211     // the declaration) %al is used as hidden argument to specify the number
3212     // of SSE registers used. The contents of %al do not need to match exactly
3213     // the number of registers, but must be an ubound on the number of SSE
3214     // registers used and is in the range 0 - 8 inclusive.
3215
3216     // Count the number of XMM registers allocated.
3217     static const MCPhysReg XMMArgRegs[] = {
3218       X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
3219       X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
3220     };
3221     unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs);
3222     assert((Subtarget->hasSSE1() || !NumXMMRegs)
3223            && "SSE registers cannot be used when SSE is disabled");
3224
3225     RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
3226                                         DAG.getConstant(NumXMMRegs, dl,
3227                                                         MVT::i8)));
3228   }
3229
3230   if (isVarArg && IsMustTail) {
3231     const auto &Forwards = X86Info->getForwardedMustTailRegParms();
3232     for (const auto &F : Forwards) {
3233       SDValue Val = DAG.getCopyFromReg(Chain, dl, F.VReg, F.VT);
3234       RegsToPass.push_back(std::make_pair(unsigned(F.PReg), Val));
3235     }
3236   }
3237
3238   // For tail calls lower the arguments to the 'real' stack slots.  Sibcalls
3239   // don't need this because the eligibility check rejects calls that require
3240   // shuffling arguments passed in memory.
3241   if (!IsSibcall && isTailCall) {
3242     // Force all the incoming stack arguments to be loaded from the stack
3243     // before any new outgoing arguments are stored to the stack, because the
3244     // outgoing stack slots may alias the incoming argument stack slots, and
3245     // the alias isn't otherwise explicit. This is slightly more conservative
3246     // than necessary, because it means that each store effectively depends
3247     // on every argument instead of just those arguments it would clobber.
3248     SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain);
3249
3250     SmallVector<SDValue, 8> MemOpChains2;
3251     SDValue FIN;
3252     int FI = 0;
3253     for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
3254       CCValAssign &VA = ArgLocs[i];
3255       if (VA.isRegLoc())
3256         continue;
3257       assert(VA.isMemLoc());
3258       SDValue Arg = OutVals[i];
3259       ISD::ArgFlagsTy Flags = Outs[i].Flags;
3260       // Skip inalloca arguments.  They don't require any work.
3261       if (Flags.isInAlloca())
3262         continue;
3263       // Create frame index.
3264       int32_t Offset = VA.getLocMemOffset()+FPDiff;
3265       uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
3266       FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
3267       FIN = DAG.getFrameIndex(FI, getPointerTy(DAG.getDataLayout()));
3268
3269       if (Flags.isByVal()) {
3270         // Copy relative to framepointer.
3271         SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset(), dl);
3272         if (!StackPtr.getNode())
3273           StackPtr = DAG.getCopyFromReg(Chain, dl, RegInfo->getStackRegister(),
3274                                         getPointerTy(DAG.getDataLayout()));
3275         Source = DAG.getNode(ISD::ADD, dl, getPointerTy(DAG.getDataLayout()),
3276                              StackPtr, Source);
3277
3278         MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN,
3279                                                          ArgChain,
3280                                                          Flags, DAG, dl));
3281       } else {
3282         // Store relative to framepointer.
3283         MemOpChains2.push_back(DAG.getStore(
3284             ArgChain, dl, Arg, FIN,
3285             MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), FI),
3286             false, false, 0));
3287       }
3288     }
3289
3290     if (!MemOpChains2.empty())
3291       Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains2);
3292
3293     // Store the return address to the appropriate stack slot.
3294     Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx,
3295                                      getPointerTy(DAG.getDataLayout()),
3296                                      RegInfo->getSlotSize(), FPDiff, dl);
3297   }
3298
3299   // Build a sequence of copy-to-reg nodes chained together with token chain
3300   // and flag operands which copy the outgoing args into registers.
3301   SDValue InFlag;
3302   for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
3303     Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
3304                              RegsToPass[i].second, InFlag);
3305     InFlag = Chain.getValue(1);
3306   }
3307
3308   if (DAG.getTarget().getCodeModel() == CodeModel::Large) {
3309     assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
3310     // In the 64-bit large code model, we have to make all calls
3311     // through a register, since the call instruction's 32-bit
3312     // pc-relative offset may not be large enough to hold the whole
3313     // address.
3314   } else if (Callee->getOpcode() == ISD::GlobalAddress) {
3315     // If the callee is a GlobalAddress node (quite common, every direct call
3316     // is) turn it into a TargetGlobalAddress node so that legalize doesn't hack
3317     // it.
3318     GlobalAddressSDNode* G = cast<GlobalAddressSDNode>(Callee);
3319
3320     // We should use extra load for direct calls to dllimported functions in
3321     // non-JIT mode.
3322     const GlobalValue *GV = G->getGlobal();
3323     if (!GV->hasDLLImportStorageClass()) {
3324       unsigned char OpFlags = 0;
3325       bool ExtraLoad = false;
3326       unsigned WrapperKind = ISD::DELETED_NODE;
3327
3328       // On ELF targets, in both X86-64 and X86-32 mode, direct calls to
3329       // external symbols most go through the PLT in PIC mode.  If the symbol
3330       // has hidden or protected visibility, or if it is static or local, then
3331       // we don't need to use the PLT - we can directly call it.
3332       if (Subtarget->isTargetELF() &&
3333           DAG.getTarget().getRelocationModel() == Reloc::PIC_ &&
3334           GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
3335         OpFlags = X86II::MO_PLT;
3336       } else if (Subtarget->isPICStyleStubAny() &&
3337                  !GV->isStrongDefinitionForLinker() &&
3338                  (!Subtarget->getTargetTriple().isMacOSX() ||
3339                   Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
3340         // PC-relative references to external symbols should go through $stub,
3341         // unless we're building with the leopard linker or later, which
3342         // automatically synthesizes these stubs.
3343         OpFlags = X86II::MO_DARWIN_STUB;
3344       } else if (Subtarget->isPICStyleRIPRel() && isa<Function>(GV) &&
3345                  cast<Function>(GV)->hasFnAttribute(Attribute::NonLazyBind)) {
3346         // If the function is marked as non-lazy, generate an indirect call
3347         // which loads from the GOT directly. This avoids runtime overhead
3348         // at the cost of eager binding (and one extra byte of encoding).
3349         OpFlags = X86II::MO_GOTPCREL;
3350         WrapperKind = X86ISD::WrapperRIP;
3351         ExtraLoad = true;
3352       }
3353
3354       Callee = DAG.getTargetGlobalAddress(
3355           GV, dl, getPointerTy(DAG.getDataLayout()), G->getOffset(), OpFlags);
3356
3357       // Add a wrapper if needed.
3358       if (WrapperKind != ISD::DELETED_NODE)
3359         Callee = DAG.getNode(X86ISD::WrapperRIP, dl,
3360                              getPointerTy(DAG.getDataLayout()), Callee);
3361       // Add extra indirection if needed.
3362       if (ExtraLoad)
3363         Callee = DAG.getLoad(
3364             getPointerTy(DAG.getDataLayout()), dl, DAG.getEntryNode(), Callee,
3365             MachinePointerInfo::getGOT(DAG.getMachineFunction()), false, false,
3366             false, 0);
3367     }
3368   } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
3369     unsigned char OpFlags = 0;
3370
3371     // On ELF targets, in either X86-64 or X86-32 mode, direct calls to
3372     // external symbols should go through the PLT.
3373     if (Subtarget->isTargetELF() &&
3374         DAG.getTarget().getRelocationModel() == Reloc::PIC_) {
3375       OpFlags = X86II::MO_PLT;
3376     } else if (Subtarget->isPICStyleStubAny() &&
3377                (!Subtarget->getTargetTriple().isMacOSX() ||
3378                 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
3379       // PC-relative references to external symbols should go through $stub,
3380       // unless we're building with the leopard linker or later, which
3381       // automatically synthesizes these stubs.
3382       OpFlags = X86II::MO_DARWIN_STUB;
3383     }
3384
3385     Callee = DAG.getTargetExternalSymbol(
3386         S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags);
3387   } else if (Subtarget->isTarget64BitILP32() &&
3388              Callee->getValueType(0) == MVT::i32) {
3389     // Zero-extend the 32-bit Callee address into a 64-bit according to x32 ABI
3390     Callee = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i64, Callee);
3391   }
3392
3393   // Returns a chain & a flag for retval copy to use.
3394   SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
3395   SmallVector<SDValue, 8> Ops;
3396
3397   if (!IsSibcall && isTailCall) {
3398     Chain = DAG.getCALLSEQ_END(Chain,
3399                                DAG.getIntPtrConstant(NumBytesToPop, dl, true),
3400                                DAG.getIntPtrConstant(0, dl, true), InFlag, dl);
3401     InFlag = Chain.getValue(1);
3402   }
3403
3404   Ops.push_back(Chain);
3405   Ops.push_back(Callee);
3406
3407   if (isTailCall)
3408     Ops.push_back(DAG.getConstant(FPDiff, dl, MVT::i32));
3409
3410   // Add argument registers to the end of the list so that they are known live
3411   // into the call.
3412   for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
3413     Ops.push_back(DAG.getRegister(RegsToPass[i].first,
3414                                   RegsToPass[i].second.getValueType()));
3415
3416   // Add a register mask operand representing the call-preserved registers.
3417   const uint32_t *Mask = RegInfo->getCallPreservedMask(MF, CallConv);
3418   assert(Mask && "Missing call preserved mask for calling convention");
3419
3420   // If this is an invoke in a 32-bit function using a funclet-based
3421   // personality, assume the function clobbers all registers. If an exception
3422   // is thrown, the runtime will not restore CSRs.
3423   // FIXME: Model this more precisely so that we can register allocate across
3424   // the normal edge and spill and fill across the exceptional edge.
3425   if (!Is64Bit && CLI.CS && CLI.CS->isInvoke()) {
3426     const Function *CallerFn = MF.getFunction();
3427     EHPersonality Pers =
3428         CallerFn->hasPersonalityFn()
3429             ? classifyEHPersonality(CallerFn->getPersonalityFn())
3430             : EHPersonality::Unknown;
3431     if (isFuncletEHPersonality(Pers))
3432       Mask = RegInfo->getNoPreservedMask();
3433   }
3434
3435   Ops.push_back(DAG.getRegisterMask(Mask));
3436
3437   if (InFlag.getNode())
3438     Ops.push_back(InFlag);
3439
3440   if (isTailCall) {
3441     // We used to do:
3442     //// If this is the first return lowered for this function, add the regs
3443     //// to the liveout set for the function.
3444     // This isn't right, although it's probably harmless on x86; liveouts
3445     // should be computed from returns not tail calls.  Consider a void
3446     // function making a tail call to a function returning int.
3447     MF.getFrameInfo()->setHasTailCall();
3448     return DAG.getNode(X86ISD::TC_RETURN, dl, NodeTys, Ops);
3449   }
3450
3451   Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, Ops);
3452   InFlag = Chain.getValue(1);
3453
3454   // Create the CALLSEQ_END node.
3455   unsigned NumBytesForCalleeToPop;
3456   if (X86::isCalleePop(CallConv, Is64Bit, isVarArg,
3457                        DAG.getTarget().Options.GuaranteedTailCallOpt))
3458     NumBytesForCalleeToPop = NumBytes;    // Callee pops everything
3459   else if (!Is64Bit && !canGuaranteeTCO(CallConv) &&
3460            !Subtarget->getTargetTriple().isOSMSVCRT() &&
3461            SR == StackStructReturn)
3462     // If this is a call to a struct-return function, the callee
3463     // pops the hidden struct pointer, so we have to push it back.
3464     // This is common for Darwin/X86, Linux & Mingw32 targets.
3465     // For MSVC Win32 targets, the caller pops the hidden struct pointer.
3466     NumBytesForCalleeToPop = 4;
3467   else
3468     NumBytesForCalleeToPop = 0;  // Callee pops nothing.
3469
3470   // Returns a flag for retval copy to use.
3471   if (!IsSibcall) {
3472     Chain = DAG.getCALLSEQ_END(Chain,
3473                                DAG.getIntPtrConstant(NumBytesToPop, dl, true),
3474                                DAG.getIntPtrConstant(NumBytesForCalleeToPop, dl,
3475                                                      true),
3476                                InFlag, dl);
3477     InFlag = Chain.getValue(1);
3478   }
3479
3480   // Handle result values, copying them out of physregs into vregs that we
3481   // return.
3482   return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
3483                          Ins, dl, DAG, InVals);
3484 }
3485
3486 //===----------------------------------------------------------------------===//
3487 //                Fast Calling Convention (tail call) implementation
3488 //===----------------------------------------------------------------------===//
3489
3490 //  Like std call, callee cleans arguments, convention except that ECX is
3491 //  reserved for storing the tail called function address. Only 2 registers are
3492 //  free for argument passing (inreg). Tail call optimization is performed
3493 //  provided:
3494 //                * tailcallopt is enabled
3495 //                * caller/callee are fastcc
3496 //  On X86_64 architecture with GOT-style position independent code only local
3497 //  (within module) calls are supported at the moment.
3498 //  To keep the stack aligned according to platform abi the function
3499 //  GetAlignedArgumentStackSize ensures that argument delta is always multiples
3500 //  of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
3501 //  If a tail called function callee has more arguments than the caller the
3502 //  caller needs to make sure that there is room to move the RETADDR to. This is
3503 //  achieved by reserving an area the size of the argument delta right after the
3504 //  original RETADDR, but before the saved framepointer or the spilled registers
3505 //  e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
3506 //  stack layout:
3507 //    arg1
3508 //    arg2
3509 //    RETADDR
3510 //    [ new RETADDR
3511 //      move area ]
3512 //    (possible EBP)
3513 //    ESI
3514 //    EDI
3515 //    local1 ..
3516
3517 /// Make the stack size align e.g 16n + 12 aligned for a 16-byte align
3518 /// requirement.
3519 unsigned
3520 X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
3521                                                SelectionDAG& DAG) const {
3522   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
3523   const TargetFrameLowering &TFI = *Subtarget->getFrameLowering();
3524   unsigned StackAlignment = TFI.getStackAlignment();
3525   uint64_t AlignMask = StackAlignment - 1;
3526   int64_t Offset = StackSize;
3527   unsigned SlotSize = RegInfo->getSlotSize();
3528   if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
3529     // Number smaller than 12 so just add the difference.
3530     Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
3531   } else {
3532     // Mask out lower bits, add stackalignment once plus the 12 bytes.
3533     Offset = ((~AlignMask) & Offset) + StackAlignment +
3534       (StackAlignment-SlotSize);
3535   }
3536   return Offset;
3537 }
3538
3539 /// Return true if the given stack call argument is already available in the
3540 /// same position (relatively) of the caller's incoming argument stack.
3541 static
3542 bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags,
3543                          MachineFrameInfo *MFI, const MachineRegisterInfo *MRI,
3544                          const X86InstrInfo *TII) {
3545   unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
3546   int FI = INT_MAX;
3547   if (Arg.getOpcode() == ISD::CopyFromReg) {
3548     unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg();
3549     if (!TargetRegisterInfo::isVirtualRegister(VR))
3550       return false;
3551     MachineInstr *Def = MRI->getVRegDef(VR);
3552     if (!Def)
3553       return false;
3554     if (!Flags.isByVal()) {
3555       if (!TII->isLoadFromStackSlot(Def, FI))
3556         return false;
3557     } else {
3558       unsigned Opcode = Def->getOpcode();
3559       if ((Opcode == X86::LEA32r || Opcode == X86::LEA64r ||
3560            Opcode == X86::LEA64_32r) &&
3561           Def->getOperand(1).isFI()) {
3562         FI = Def->getOperand(1).getIndex();
3563         Bytes = Flags.getByValSize();
3564       } else
3565         return false;
3566     }
3567   } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) {
3568     if (Flags.isByVal())
3569       // ByVal argument is passed in as a pointer but it's now being
3570       // dereferenced. e.g.
3571       // define @foo(%struct.X* %A) {
3572       //   tail call @bar(%struct.X* byval %A)
3573       // }
3574       return false;
3575     SDValue Ptr = Ld->getBasePtr();
3576     FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr);
3577     if (!FINode)
3578       return false;
3579     FI = FINode->getIndex();
3580   } else if (Arg.getOpcode() == ISD::FrameIndex && Flags.isByVal()) {
3581     FrameIndexSDNode *FINode = cast<FrameIndexSDNode>(Arg);
3582     FI = FINode->getIndex();
3583     Bytes = Flags.getByValSize();
3584   } else
3585     return false;
3586
3587   assert(FI != INT_MAX);
3588   if (!MFI->isFixedObjectIndex(FI))
3589     return false;
3590   return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
3591 }
3592
3593 /// Check whether the call is eligible for tail call optimization. Targets
3594 /// that want to do tail call optimization should implement this function.
3595 bool X86TargetLowering::IsEligibleForTailCallOptimization(
3596     SDValue Callee, CallingConv::ID CalleeCC, bool isVarArg,
3597     bool isCalleeStructRet, bool isCallerStructRet, Type *RetTy,
3598     const SmallVectorImpl<ISD::OutputArg> &Outs,
3599     const SmallVectorImpl<SDValue> &OutVals,
3600     const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const {
3601   if (!mayTailCallThisCC(CalleeCC))
3602     return false;
3603
3604   // If -tailcallopt is specified, make fastcc functions tail-callable.
3605   MachineFunction &MF = DAG.getMachineFunction();
3606   const Function *CallerF = MF.getFunction();
3607
3608   // If the function return type is x86_fp80 and the callee return type is not,
3609   // then the FP_EXTEND of the call result is not a nop. It's not safe to
3610   // perform a tailcall optimization here.
3611   if (CallerF->getReturnType()->isX86_FP80Ty() && !RetTy->isX86_FP80Ty())
3612     return false;
3613
3614   CallingConv::ID CallerCC = CallerF->getCallingConv();
3615   bool CCMatch = CallerCC == CalleeCC;
3616   bool IsCalleeWin64 = Subtarget->isCallingConvWin64(CalleeCC);
3617   bool IsCallerWin64 = Subtarget->isCallingConvWin64(CallerCC);
3618
3619   // Win64 functions have extra shadow space for argument homing. Don't do the
3620   // sibcall if the caller and callee have mismatched expectations for this
3621   // space.
3622   if (IsCalleeWin64 != IsCallerWin64)
3623     return false;
3624
3625   if (DAG.getTarget().Options.GuaranteedTailCallOpt) {
3626     if (canGuaranteeTCO(CalleeCC) && CCMatch)
3627       return true;
3628     return false;
3629   }
3630
3631   // Look for obvious safe cases to perform tail call optimization that do not
3632   // require ABI changes. This is what gcc calls sibcall.
3633
3634   // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
3635   // emit a special epilogue.
3636   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
3637   if (RegInfo->needsStackRealignment(MF))
3638     return false;
3639
3640   // Also avoid sibcall optimization if either caller or callee uses struct
3641   // return semantics.
3642   if (isCalleeStructRet || isCallerStructRet)
3643     return false;
3644
3645   // Do not sibcall optimize vararg calls unless all arguments are passed via
3646   // registers.
3647   if (isVarArg && !Outs.empty()) {
3648     // Optimizing for varargs on Win64 is unlikely to be safe without
3649     // additional testing.
3650     if (IsCalleeWin64 || IsCallerWin64)
3651       return false;
3652
3653     SmallVector<CCValAssign, 16> ArgLocs;
3654     CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(), ArgLocs,
3655                    *DAG.getContext());
3656
3657     CCInfo.AnalyzeCallOperands(Outs, CC_X86);
3658     for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i)
3659       if (!ArgLocs[i].isRegLoc())
3660         return false;
3661   }
3662
3663   // If the call result is in ST0 / ST1, it needs to be popped off the x87
3664   // stack.  Therefore, if it's not used by the call it is not safe to optimize
3665   // this into a sibcall.
3666   bool Unused = false;
3667   for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
3668     if (!Ins[i].Used) {
3669       Unused = true;
3670       break;
3671     }
3672   }
3673   if (Unused) {
3674     SmallVector<CCValAssign, 16> RVLocs;
3675     CCState CCInfo(CalleeCC, false, DAG.getMachineFunction(), RVLocs,
3676                    *DAG.getContext());
3677     CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
3678     for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
3679       CCValAssign &VA = RVLocs[i];
3680       if (VA.getLocReg() == X86::FP0 || VA.getLocReg() == X86::FP1)
3681         return false;
3682     }
3683   }
3684
3685   // If the calling conventions do not match, then we'd better make sure the
3686   // results are returned in the same way as what the caller expects.
3687   if (!CCMatch) {
3688     SmallVector<CCValAssign, 16> RVLocs1;
3689     CCState CCInfo1(CalleeCC, false, DAG.getMachineFunction(), RVLocs1,
3690                     *DAG.getContext());
3691     CCInfo1.AnalyzeCallResult(Ins, RetCC_X86);
3692
3693     SmallVector<CCValAssign, 16> RVLocs2;
3694     CCState CCInfo2(CallerCC, false, DAG.getMachineFunction(), RVLocs2,
3695                     *DAG.getContext());
3696     CCInfo2.AnalyzeCallResult(Ins, RetCC_X86);
3697
3698     if (RVLocs1.size() != RVLocs2.size())
3699       return false;
3700     for (unsigned i = 0, e = RVLocs1.size(); i != e; ++i) {
3701       if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
3702         return false;
3703       if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
3704         return false;
3705       if (RVLocs1[i].isRegLoc()) {
3706         if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg())
3707           return false;
3708       } else {
3709         if (RVLocs1[i].getLocMemOffset() != RVLocs2[i].getLocMemOffset())
3710           return false;
3711       }
3712     }
3713   }
3714
3715   unsigned StackArgsSize = 0;
3716
3717   // If the callee takes no arguments then go on to check the results of the
3718   // call.
3719   if (!Outs.empty()) {
3720     // Check if stack adjustment is needed. For now, do not do this if any
3721     // argument is passed on the stack.
3722     SmallVector<CCValAssign, 16> ArgLocs;
3723     CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(), ArgLocs,
3724                    *DAG.getContext());
3725
3726     // Allocate shadow area for Win64
3727     if (IsCalleeWin64)
3728       CCInfo.AllocateStack(32, 8);
3729
3730     CCInfo.AnalyzeCallOperands(Outs, CC_X86);
3731     StackArgsSize = CCInfo.getNextStackOffset();
3732
3733     if (CCInfo.getNextStackOffset()) {
3734       // Check if the arguments are already laid out in the right way as
3735       // the caller's fixed stack objects.
3736       MachineFrameInfo *MFI = MF.getFrameInfo();
3737       const MachineRegisterInfo *MRI = &MF.getRegInfo();
3738       const X86InstrInfo *TII = Subtarget->getInstrInfo();
3739       for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
3740         CCValAssign &VA = ArgLocs[i];
3741         SDValue Arg = OutVals[i];
3742         ISD::ArgFlagsTy Flags = Outs[i].Flags;
3743         if (VA.getLocInfo() == CCValAssign::Indirect)
3744           return false;
3745         if (!VA.isRegLoc()) {
3746           if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
3747                                    MFI, MRI, TII))
3748             return false;
3749         }
3750       }
3751     }
3752
3753     // If the tailcall address may be in a register, then make sure it's
3754     // possible to register allocate for it. In 32-bit, the call address can
3755     // only target EAX, EDX, or ECX since the tail call must be scheduled after
3756     // callee-saved registers are restored. These happen to be the same
3757     // registers used to pass 'inreg' arguments so watch out for those.
3758     if (!Subtarget->is64Bit() &&
3759         ((!isa<GlobalAddressSDNode>(Callee) &&
3760           !isa<ExternalSymbolSDNode>(Callee)) ||
3761          DAG.getTarget().getRelocationModel() == Reloc::PIC_)) {
3762       unsigned NumInRegs = 0;
3763       // In PIC we need an extra register to formulate the address computation
3764       // for the callee.
3765       unsigned MaxInRegs =
3766         (DAG.getTarget().getRelocationModel() == Reloc::PIC_) ? 2 : 3;
3767
3768       for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
3769         CCValAssign &VA = ArgLocs[i];
3770         if (!VA.isRegLoc())
3771           continue;
3772         unsigned Reg = VA.getLocReg();
3773         switch (Reg) {
3774         default: break;
3775         case X86::EAX: case X86::EDX: case X86::ECX:
3776           if (++NumInRegs == MaxInRegs)
3777             return false;
3778           break;
3779         }
3780       }
3781     }
3782   }
3783
3784   bool CalleeWillPop =
3785       X86::isCalleePop(CalleeCC, Subtarget->is64Bit(), isVarArg,
3786                        MF.getTarget().Options.GuaranteedTailCallOpt);
3787
3788   if (unsigned BytesToPop =
3789           MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn()) {
3790     // If we have bytes to pop, the callee must pop them.
3791     bool CalleePopMatches = CalleeWillPop && BytesToPop == StackArgsSize;
3792     if (!CalleePopMatches)
3793       return false;
3794   } else if (CalleeWillPop && StackArgsSize > 0) {
3795     // If we don't have bytes to pop, make sure the callee doesn't pop any.
3796     return false;
3797   }
3798
3799   return true;
3800 }
3801
3802 FastISel *
3803 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo,
3804                                   const TargetLibraryInfo *libInfo) const {
3805   return X86::createFastISel(funcInfo, libInfo);
3806 }
3807
3808 //===----------------------------------------------------------------------===//
3809 //                           Other Lowering Hooks
3810 //===----------------------------------------------------------------------===//
3811
3812 static bool MayFoldLoad(SDValue Op) {
3813   return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
3814 }
3815
3816 static bool MayFoldIntoStore(SDValue Op) {
3817   return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
3818 }
3819
3820 static bool isTargetShuffle(unsigned Opcode) {
3821   switch(Opcode) {
3822   default: return false;
3823   case X86ISD::BLENDI:
3824   case X86ISD::PSHUFB:
3825   case X86ISD::PSHUFD:
3826   case X86ISD::PSHUFHW:
3827   case X86ISD::PSHUFLW:
3828   case X86ISD::SHUFP:
3829   case X86ISD::PALIGNR:
3830   case X86ISD::MOVLHPS:
3831   case X86ISD::MOVLHPD:
3832   case X86ISD::MOVHLPS:
3833   case X86ISD::MOVLPS:
3834   case X86ISD::MOVLPD:
3835   case X86ISD::MOVSHDUP:
3836   case X86ISD::MOVSLDUP:
3837   case X86ISD::MOVDDUP:
3838   case X86ISD::MOVSS:
3839   case X86ISD::MOVSD:
3840   case X86ISD::UNPCKL:
3841   case X86ISD::UNPCKH:
3842   case X86ISD::VPERMILPI:
3843   case X86ISD::VPERM2X128:
3844   case X86ISD::VPERMI:
3845   case X86ISD::VPERMV:
3846   case X86ISD::VPERMV3:
3847     return true;
3848   }
3849 }
3850
3851 static SDValue getTargetShuffleNode(unsigned Opc, SDLoc dl, MVT VT,
3852                                     SDValue V1, unsigned TargetMask,
3853                                     SelectionDAG &DAG) {
3854   switch(Opc) {
3855   default: llvm_unreachable("Unknown x86 shuffle node");
3856   case X86ISD::PSHUFD:
3857   case X86ISD::PSHUFHW:
3858   case X86ISD::PSHUFLW:
3859   case X86ISD::VPERMILPI:
3860   case X86ISD::VPERMI:
3861     return DAG.getNode(Opc, dl, VT, V1,
3862                        DAG.getConstant(TargetMask, dl, MVT::i8));
3863   }
3864 }
3865
3866 static SDValue getTargetShuffleNode(unsigned Opc, SDLoc dl, MVT VT,
3867                                     SDValue V1, SDValue V2, SelectionDAG &DAG) {
3868   switch(Opc) {
3869   default: llvm_unreachable("Unknown x86 shuffle node");
3870   case X86ISD::MOVLHPS:
3871   case X86ISD::MOVLHPD:
3872   case X86ISD::MOVHLPS:
3873   case X86ISD::MOVLPS:
3874   case X86ISD::MOVLPD:
3875   case X86ISD::MOVSS:
3876   case X86ISD::MOVSD:
3877   case X86ISD::UNPCKL:
3878   case X86ISD::UNPCKH:
3879     return DAG.getNode(Opc, dl, VT, V1, V2);
3880   }
3881 }
3882
3883 SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) const {
3884   MachineFunction &MF = DAG.getMachineFunction();
3885   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
3886   X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
3887   int ReturnAddrIndex = FuncInfo->getRAIndex();
3888
3889   if (ReturnAddrIndex == 0) {
3890     // Set up a frame object for the return address.
3891     unsigned SlotSize = RegInfo->getSlotSize();
3892     ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize,
3893                                                            -(int64_t)SlotSize,
3894                                                            false);
3895     FuncInfo->setRAIndex(ReturnAddrIndex);
3896   }
3897
3898   return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy(DAG.getDataLayout()));
3899 }
3900
3901 bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
3902                                        bool hasSymbolicDisplacement) {
3903   // Offset should fit into 32 bit immediate field.
3904   if (!isInt<32>(Offset))
3905     return false;
3906
3907   // If we don't have a symbolic displacement - we don't have any extra
3908   // restrictions.
3909   if (!hasSymbolicDisplacement)
3910     return true;
3911
3912   // FIXME: Some tweaks might be needed for medium code model.
3913   if (M != CodeModel::Small && M != CodeModel::Kernel)
3914     return false;
3915
3916   // For small code model we assume that latest object is 16MB before end of 31
3917   // bits boundary. We may also accept pretty large negative constants knowing
3918   // that all objects are in the positive half of address space.
3919   if (M == CodeModel::Small && Offset < 16*1024*1024)
3920     return true;
3921
3922   // For kernel code model we know that all object resist in the negative half
3923   // of 32bits address space. We may not accept negative offsets, since they may
3924   // be just off and we may accept pretty large positive ones.
3925   if (M == CodeModel::Kernel && Offset >= 0)
3926     return true;
3927
3928   return false;
3929 }
3930
3931 /// Determines whether the callee is required to pop its own arguments.
3932 /// Callee pop is necessary to support tail calls.
3933 bool X86::isCalleePop(CallingConv::ID CallingConv,
3934                       bool is64Bit, bool IsVarArg, bool GuaranteeTCO) {
3935   // If GuaranteeTCO is true, we force some calls to be callee pop so that we
3936   // can guarantee TCO.
3937   if (!IsVarArg && shouldGuaranteeTCO(CallingConv, GuaranteeTCO))
3938     return true;
3939
3940   switch (CallingConv) {
3941   default:
3942     return false;
3943   case CallingConv::X86_StdCall:
3944   case CallingConv::X86_FastCall:
3945   case CallingConv::X86_ThisCall:
3946   case CallingConv::X86_VectorCall:
3947     return !is64Bit;
3948   }
3949 }
3950
3951 /// \brief Return true if the condition is an unsigned comparison operation.
3952 static bool isX86CCUnsigned(unsigned X86CC) {
3953   switch (X86CC) {
3954   default: llvm_unreachable("Invalid integer condition!");
3955   case X86::COND_E:     return true;
3956   case X86::COND_G:     return false;
3957   case X86::COND_GE:    return false;
3958   case X86::COND_L:     return false;
3959   case X86::COND_LE:    return false;
3960   case X86::COND_NE:    return true;
3961   case X86::COND_B:     return true;
3962   case X86::COND_A:     return true;
3963   case X86::COND_BE:    return true;
3964   case X86::COND_AE:    return true;
3965   }
3966 }
3967
3968 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) {
3969   switch (SetCCOpcode) {
3970   default: llvm_unreachable("Invalid integer condition!");
3971   case ISD::SETEQ:  return X86::COND_E;
3972   case ISD::SETGT:  return X86::COND_G;
3973   case ISD::SETGE:  return X86::COND_GE;
3974   case ISD::SETLT:  return X86::COND_L;
3975   case ISD::SETLE:  return X86::COND_LE;
3976   case ISD::SETNE:  return X86::COND_NE;
3977   case ISD::SETULT: return X86::COND_B;
3978   case ISD::SETUGT: return X86::COND_A;
3979   case ISD::SETULE: return X86::COND_BE;
3980   case ISD::SETUGE: return X86::COND_AE;
3981   }
3982 }
3983
3984 /// Do a one-to-one translation of a ISD::CondCode to the X86-specific
3985 /// condition code, returning the condition code and the LHS/RHS of the
3986 /// comparison to make.
3987 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, SDLoc DL, bool isFP,
3988                                SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
3989   if (!isFP) {
3990     if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
3991       if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
3992         // X > -1   -> X == 0, jump !sign.
3993         RHS = DAG.getConstant(0, DL, RHS.getValueType());
3994         return X86::COND_NS;
3995       }
3996       if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
3997         // X < 0   -> X == 0, jump on sign.
3998         return X86::COND_S;
3999       }
4000       if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
4001         // X < 1   -> X <= 0
4002         RHS = DAG.getConstant(0, DL, RHS.getValueType());
4003         return X86::COND_LE;
4004       }
4005     }
4006
4007     return TranslateIntegerX86CC(SetCCOpcode);
4008   }
4009
4010   // First determine if it is required or is profitable to flip the operands.
4011
4012   // If LHS is a foldable load, but RHS is not, flip the condition.
4013   if (ISD::isNON_EXTLoad(LHS.getNode()) &&
4014       !ISD::isNON_EXTLoad(RHS.getNode())) {
4015     SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
4016     std::swap(LHS, RHS);
4017   }
4018
4019   switch (SetCCOpcode) {
4020   default: break;
4021   case ISD::SETOLT:
4022   case ISD::SETOLE:
4023   case ISD::SETUGT:
4024   case ISD::SETUGE:
4025     std::swap(LHS, RHS);
4026     break;
4027   }
4028
4029   // On a floating point condition, the flags are set as follows:
4030   // ZF  PF  CF   op
4031   //  0 | 0 | 0 | X > Y
4032   //  0 | 0 | 1 | X < Y
4033   //  1 | 0 | 0 | X == Y
4034   //  1 | 1 | 1 | unordered
4035   switch (SetCCOpcode) {
4036   default: llvm_unreachable("Condcode should be pre-legalized away");
4037   case ISD::SETUEQ:
4038   case ISD::SETEQ:   return X86::COND_E;
4039   case ISD::SETOLT:              // flipped
4040   case ISD::SETOGT:
4041   case ISD::SETGT:   return X86::COND_A;
4042   case ISD::SETOLE:              // flipped
4043   case ISD::SETOGE:
4044   case ISD::SETGE:   return X86::COND_AE;
4045   case ISD::SETUGT:              // flipped
4046   case ISD::SETULT:
4047   case ISD::SETLT:   return X86::COND_B;
4048   case ISD::SETUGE:              // flipped
4049   case ISD::SETULE:
4050   case ISD::SETLE:   return X86::COND_BE;
4051   case ISD::SETONE:
4052   case ISD::SETNE:   return X86::COND_NE;
4053   case ISD::SETUO:   return X86::COND_P;
4054   case ISD::SETO:    return X86::COND_NP;
4055   case ISD::SETOEQ:
4056   case ISD::SETUNE:  return X86::COND_INVALID;
4057   }
4058 }
4059
4060 /// Is there a floating point cmov for the specific X86 condition code?
4061 /// Current x86 isa includes the following FP cmov instructions:
4062 /// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
4063 static bool hasFPCMov(unsigned X86CC) {
4064   switch (X86CC) {
4065   default:
4066     return false;
4067   case X86::COND_B:
4068   case X86::COND_BE:
4069   case X86::COND_E:
4070   case X86::COND_P:
4071   case X86::COND_A:
4072   case X86::COND_AE:
4073   case X86::COND_NE:
4074   case X86::COND_NP:
4075     return true;
4076   }
4077 }
4078
4079 /// Returns true if the target can instruction select the
4080 /// specified FP immediate natively. If false, the legalizer will
4081 /// materialize the FP immediate as a load from a constant pool.
4082 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
4083   for (unsigned i = 0, e = LegalFPImmediates.size(); i != e; ++i) {
4084     if (Imm.bitwiseIsEqual(LegalFPImmediates[i]))
4085       return true;
4086   }
4087   return false;
4088 }
4089
4090 bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load,
4091                                               ISD::LoadExtType ExtTy,
4092                                               EVT NewVT) const {
4093   // "ELF Handling for Thread-Local Storage" specifies that R_X86_64_GOTTPOFF
4094   // relocation target a movq or addq instruction: don't let the load shrink.
4095   SDValue BasePtr = cast<LoadSDNode>(Load)->getBasePtr();
4096   if (BasePtr.getOpcode() == X86ISD::WrapperRIP)
4097     if (const auto *GA = dyn_cast<GlobalAddressSDNode>(BasePtr.getOperand(0)))
4098       return GA->getTargetFlags() != X86II::MO_GOTTPOFF;
4099   return true;
4100 }
4101
4102 /// \brief Returns true if it is beneficial to convert a load of a constant
4103 /// to just the constant itself.
4104 bool X86TargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
4105                                                           Type *Ty) const {
4106   assert(Ty->isIntegerTy());
4107
4108   unsigned BitSize = Ty->getPrimitiveSizeInBits();
4109   if (BitSize == 0 || BitSize > 64)
4110     return false;
4111   return true;
4112 }
4113
4114 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT,
4115                                                 unsigned Index) const {
4116   if (!isOperationLegalOrCustom(ISD::EXTRACT_SUBVECTOR, ResVT))
4117     return false;
4118
4119   return (Index == 0 || Index == ResVT.getVectorNumElements());
4120 }
4121
4122 bool X86TargetLowering::isCheapToSpeculateCttz() const {
4123   // Speculate cttz only if we can directly use TZCNT.
4124   return Subtarget->hasBMI();
4125 }
4126
4127 bool X86TargetLowering::isCheapToSpeculateCtlz() const {
4128   // Speculate ctlz only if we can directly use LZCNT.
4129   return Subtarget->hasLZCNT();
4130 }
4131
4132 /// Return true if every element in Mask, beginning
4133 /// from position Pos and ending in Pos+Size is undef.
4134 static bool isUndefInRange(ArrayRef<int> Mask, unsigned Pos, unsigned Size) {
4135   for (unsigned i = Pos, e = Pos + Size; i != e; ++i)
4136     if (0 <= Mask[i])
4137       return false;
4138   return true;
4139 }
4140
4141 /// Return true if Val is undef or if its value falls within the
4142 /// specified range (L, H].
4143 static bool isUndefOrInRange(int Val, int Low, int Hi) {
4144   return (Val < 0) || (Val >= Low && Val < Hi);
4145 }
4146
4147 /// Val is either less than zero (undef) or equal to the specified value.
4148 static bool isUndefOrEqual(int Val, int CmpVal) {
4149   return (Val < 0 || Val == CmpVal);
4150 }
4151
4152 /// Return true if every element in Mask, beginning
4153 /// from position Pos and ending in Pos+Size, falls within the specified
4154 /// sequential range (Low, Low+Size]. or is undef.
4155 static bool isSequentialOrUndefInRange(ArrayRef<int> Mask,
4156                                        unsigned Pos, unsigned Size, int Low) {
4157   for (unsigned i = Pos, e = Pos+Size; i != e; ++i, ++Low)
4158     if (!isUndefOrEqual(Mask[i], Low))
4159       return false;
4160   return true;
4161 }
4162
4163 /// Return true if the specified EXTRACT_SUBVECTOR operand specifies a vector
4164 /// extract that is suitable for instruction that extract 128 or 256 bit vectors
4165 static bool isVEXTRACTIndex(SDNode *N, unsigned vecWidth) {
4166   assert((vecWidth == 128 || vecWidth == 256) && "Unexpected vector width");
4167   if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
4168     return false;
4169
4170   // The index should be aligned on a vecWidth-bit boundary.
4171   uint64_t Index =
4172     cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
4173
4174   MVT VT = N->getSimpleValueType(0);
4175   unsigned ElSize = VT.getVectorElementType().getSizeInBits();
4176   bool Result = (Index * ElSize) % vecWidth == 0;
4177
4178   return Result;
4179 }
4180
4181 /// Return true if the specified INSERT_SUBVECTOR
4182 /// operand specifies a subvector insert that is suitable for input to
4183 /// insertion of 128 or 256-bit subvectors
4184 static bool isVINSERTIndex(SDNode *N, unsigned vecWidth) {
4185   assert((vecWidth == 128 || vecWidth == 256) && "Unexpected vector width");
4186   if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
4187     return false;
4188   // The index should be aligned on a vecWidth-bit boundary.
4189   uint64_t Index =
4190     cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
4191
4192   MVT VT = N->getSimpleValueType(0);
4193   unsigned ElSize = VT.getVectorElementType().getSizeInBits();
4194   bool Result = (Index * ElSize) % vecWidth == 0;
4195
4196   return Result;
4197 }
4198
4199 bool X86::isVINSERT128Index(SDNode *N) {
4200   return isVINSERTIndex(N, 128);
4201 }
4202
4203 bool X86::isVINSERT256Index(SDNode *N) {
4204   return isVINSERTIndex(N, 256);
4205 }
4206
4207 bool X86::isVEXTRACT128Index(SDNode *N) {
4208   return isVEXTRACTIndex(N, 128);
4209 }
4210
4211 bool X86::isVEXTRACT256Index(SDNode *N) {
4212   return isVEXTRACTIndex(N, 256);
4213 }
4214
4215 static unsigned getExtractVEXTRACTImmediate(SDNode *N, unsigned vecWidth) {
4216   assert((vecWidth == 128 || vecWidth == 256) && "Unsupported vector width");
4217   assert(isa<ConstantSDNode>(N->getOperand(1).getNode()) &&
4218          "Illegal extract subvector for VEXTRACT");
4219
4220   uint64_t Index =
4221     cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
4222
4223   MVT VecVT = N->getOperand(0).getSimpleValueType();
4224   MVT ElVT = VecVT.getVectorElementType();
4225
4226   unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits();
4227   return Index / NumElemsPerChunk;
4228 }
4229
4230 static unsigned getInsertVINSERTImmediate(SDNode *N, unsigned vecWidth) {
4231   assert((vecWidth == 128 || vecWidth == 256) && "Unsupported vector width");
4232   assert(isa<ConstantSDNode>(N->getOperand(2).getNode()) &&
4233          "Illegal insert subvector for VINSERT");
4234
4235   uint64_t Index =
4236     cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
4237
4238   MVT VecVT = N->getSimpleValueType(0);
4239   MVT ElVT = VecVT.getVectorElementType();
4240
4241   unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits();
4242   return Index / NumElemsPerChunk;
4243 }
4244
4245 /// Return the appropriate immediate to extract the specified
4246 /// EXTRACT_SUBVECTOR index with VEXTRACTF128 and VINSERTI128 instructions.
4247 unsigned X86::getExtractVEXTRACT128Immediate(SDNode *N) {
4248   return getExtractVEXTRACTImmediate(N, 128);
4249 }
4250
4251 /// Return the appropriate immediate to extract the specified
4252 /// EXTRACT_SUBVECTOR index with VEXTRACTF64x4 and VINSERTI64x4 instructions.
4253 unsigned X86::getExtractVEXTRACT256Immediate(SDNode *N) {
4254   return getExtractVEXTRACTImmediate(N, 256);
4255 }
4256
4257 /// Return the appropriate immediate to insert at the specified
4258 /// INSERT_SUBVECTOR index with VINSERTF128 and VINSERTI128 instructions.
4259 unsigned X86::getInsertVINSERT128Immediate(SDNode *N) {
4260   return getInsertVINSERTImmediate(N, 128);
4261 }
4262
4263 /// Return the appropriate immediate to insert at the specified
4264 /// INSERT_SUBVECTOR index with VINSERTF46x4 and VINSERTI64x4 instructions.
4265 unsigned X86::getInsertVINSERT256Immediate(SDNode *N) {
4266   return getInsertVINSERTImmediate(N, 256);
4267 }
4268
4269 /// Returns true if Elt is a constant zero or a floating point constant +0.0.
4270 bool X86::isZeroNode(SDValue Elt) {
4271   return isNullConstant(Elt) || isNullFPConstant(Elt);
4272 }
4273
4274 // Build a vector of constants
4275 // Use an UNDEF node if MaskElt == -1.
4276 // Spilt 64-bit constants in the 32-bit mode.
4277 static SDValue getConstVector(ArrayRef<int> Values, MVT VT,
4278                               SelectionDAG &DAG,
4279                               SDLoc dl, bool IsMask = false) {
4280
4281   SmallVector<SDValue, 32>  Ops;
4282   bool Split = false;
4283
4284   MVT ConstVecVT = VT;
4285   unsigned NumElts = VT.getVectorNumElements();
4286   bool In64BitMode = DAG.getTargetLoweringInfo().isTypeLegal(MVT::i64);
4287   if (!In64BitMode && VT.getVectorElementType() == MVT::i64) {
4288     ConstVecVT = MVT::getVectorVT(MVT::i32, NumElts * 2);
4289     Split = true;
4290   }
4291
4292   MVT EltVT = ConstVecVT.getVectorElementType();
4293   for (unsigned i = 0; i < NumElts; ++i) {
4294     bool IsUndef = Values[i] < 0 && IsMask;
4295     SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) :
4296       DAG.getConstant(Values[i], dl, EltVT);
4297     Ops.push_back(OpNode);
4298     if (Split)
4299       Ops.push_back(IsUndef ? DAG.getUNDEF(EltVT) :
4300                     DAG.getConstant(0, dl, EltVT));
4301   }
4302   SDValue ConstsNode = DAG.getNode(ISD::BUILD_VECTOR, dl, ConstVecVT, Ops);
4303   if (Split)
4304     ConstsNode = DAG.getBitcast(VT, ConstsNode);
4305   return ConstsNode;
4306 }
4307
4308 /// Returns a vector of specified type with all zero elements.
4309 static SDValue getZeroVector(MVT VT, const X86Subtarget *Subtarget,
4310                              SelectionDAG &DAG, SDLoc dl) {
4311   assert(VT.isVector() && "Expected a vector type");
4312
4313   // Always build SSE zero vectors as <4 x i32> bitcasted
4314   // to their dest type. This ensures they get CSE'd.
4315   SDValue Vec;
4316   if (VT.is128BitVector()) {  // SSE
4317     if (Subtarget->hasSSE2()) {  // SSE2
4318       SDValue Cst = DAG.getConstant(0, dl, MVT::i32);
4319       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
4320     } else { // SSE1
4321       SDValue Cst = DAG.getConstantFP(+0.0, dl, MVT::f32);
4322       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
4323     }
4324   } else if (VT.is256BitVector()) { // AVX
4325     if (Subtarget->hasInt256()) { // AVX2
4326       SDValue Cst = DAG.getConstant(0, dl, MVT::i32);
4327       SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
4328       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8i32, Ops);
4329     } else {
4330       // 256-bit logic and arithmetic instructions in AVX are all
4331       // floating-point, no support for integer ops. Emit fp zeroed vectors.
4332       SDValue Cst = DAG.getConstantFP(+0.0, dl, MVT::f32);
4333       SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
4334       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8f32, Ops);
4335     }
4336   } else if (VT.is512BitVector()) { // AVX-512
4337       SDValue Cst = DAG.getConstant(0, dl, MVT::i32);
4338       SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst,
4339                         Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
4340       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v16i32, Ops);
4341   } else if (VT.getVectorElementType() == MVT::i1) {
4342
4343     assert((Subtarget->hasBWI() || VT.getVectorNumElements() <= 16)
4344             && "Unexpected vector type");
4345     assert((Subtarget->hasVLX() || VT.getVectorNumElements() >= 8)
4346             && "Unexpected vector type");
4347     SDValue Cst = DAG.getConstant(0, dl, MVT::i1);
4348     SmallVector<SDValue, 64> Ops(VT.getVectorNumElements(), Cst);
4349     return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Ops);
4350   } else
4351     llvm_unreachable("Unexpected vector type");
4352
4353   return DAG.getBitcast(VT, Vec);
4354 }
4355
4356 static SDValue ExtractSubVector(SDValue Vec, unsigned IdxVal,
4357                                 SelectionDAG &DAG, SDLoc dl,
4358                                 unsigned vectorWidth) {
4359   assert((vectorWidth == 128 || vectorWidth == 256) &&
4360          "Unsupported vector width");
4361   EVT VT = Vec.getValueType();
4362   EVT ElVT = VT.getVectorElementType();
4363   unsigned Factor = VT.getSizeInBits()/vectorWidth;
4364   EVT ResultVT = EVT::getVectorVT(*DAG.getContext(), ElVT,
4365                                   VT.getVectorNumElements()/Factor);
4366
4367   // Extract from UNDEF is UNDEF.
4368   if (Vec.getOpcode() == ISD::UNDEF)
4369     return DAG.getUNDEF(ResultVT);
4370
4371   // Extract the relevant vectorWidth bits.  Generate an EXTRACT_SUBVECTOR
4372   unsigned ElemsPerChunk = vectorWidth / ElVT.getSizeInBits();
4373   assert(isPowerOf2_32(ElemsPerChunk) && "Elements per chunk not power of 2");
4374
4375   // This is the index of the first element of the vectorWidth-bit chunk
4376   // we want. Since ElemsPerChunk is a power of 2 just need to clear bits.
4377   IdxVal &= ~(ElemsPerChunk - 1);
4378
4379   // If the input is a buildvector just emit a smaller one.
4380   if (Vec.getOpcode() == ISD::BUILD_VECTOR)
4381     return DAG.getNode(ISD::BUILD_VECTOR, dl, ResultVT,
4382                        makeArrayRef(Vec->op_begin() + IdxVal, ElemsPerChunk));
4383
4384   SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl);
4385   return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec, VecIdx);
4386 }
4387
4388 /// Generate a DAG to grab 128-bits from a vector > 128 bits.  This
4389 /// sets things up to match to an AVX VEXTRACTF128 / VEXTRACTI128
4390 /// or AVX-512 VEXTRACTF32x4 / VEXTRACTI32x4
4391 /// instructions or a simple subregister reference. Idx is an index in the
4392 /// 128 bits we want.  It need not be aligned to a 128-bit boundary.  That makes
4393 /// lowering EXTRACT_VECTOR_ELT operations easier.
4394 static SDValue Extract128BitVector(SDValue Vec, unsigned IdxVal,
4395                                    SelectionDAG &DAG, SDLoc dl) {
4396   assert((Vec.getValueType().is256BitVector() ||
4397           Vec.getValueType().is512BitVector()) && "Unexpected vector size!");
4398   return ExtractSubVector(Vec, IdxVal, DAG, dl, 128);
4399 }
4400
4401 /// Generate a DAG to grab 256-bits from a 512-bit vector.
4402 static SDValue Extract256BitVector(SDValue Vec, unsigned IdxVal,
4403                                    SelectionDAG &DAG, SDLoc dl) {
4404   assert(Vec.getValueType().is512BitVector() && "Unexpected vector size!");
4405   return ExtractSubVector(Vec, IdxVal, DAG, dl, 256);
4406 }
4407
4408 static SDValue InsertSubVector(SDValue Result, SDValue Vec,
4409                                unsigned IdxVal, SelectionDAG &DAG,
4410                                SDLoc dl, unsigned vectorWidth) {
4411   assert((vectorWidth == 128 || vectorWidth == 256) &&
4412          "Unsupported vector width");
4413   // Inserting UNDEF is Result
4414   if (Vec.getOpcode() == ISD::UNDEF)
4415     return Result;
4416   EVT VT = Vec.getValueType();
4417   EVT ElVT = VT.getVectorElementType();
4418   EVT ResultVT = Result.getValueType();
4419
4420   // Insert the relevant vectorWidth bits.
4421   unsigned ElemsPerChunk = vectorWidth/ElVT.getSizeInBits();
4422   assert(isPowerOf2_32(ElemsPerChunk) && "Elements per chunk not power of 2");
4423
4424   // This is the index of the first element of the vectorWidth-bit chunk
4425   // we want. Since ElemsPerChunk is a power of 2 just need to clear bits.
4426   IdxVal &= ~(ElemsPerChunk - 1);
4427
4428   SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl);
4429   return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec, VecIdx);
4430 }
4431
4432 /// Generate a DAG to put 128-bits into a vector > 128 bits.  This
4433 /// sets things up to match to an AVX VINSERTF128/VINSERTI128 or
4434 /// AVX-512 VINSERTF32x4/VINSERTI32x4 instructions or a
4435 /// simple superregister reference.  Idx is an index in the 128 bits
4436 /// we want.  It need not be aligned to a 128-bit boundary.  That makes
4437 /// lowering INSERT_VECTOR_ELT operations easier.
4438 static SDValue Insert128BitVector(SDValue Result, SDValue Vec, unsigned IdxVal,
4439                                   SelectionDAG &DAG, SDLoc dl) {
4440   assert(Vec.getValueType().is128BitVector() && "Unexpected vector size!");
4441
4442   // For insertion into the zero index (low half) of a 256-bit vector, it is
4443   // more efficient to generate a blend with immediate instead of an insert*128.
4444   // We are still creating an INSERT_SUBVECTOR below with an undef node to
4445   // extend the subvector to the size of the result vector. Make sure that
4446   // we are not recursing on that node by checking for undef here.
4447   if (IdxVal == 0 && Result.getValueType().is256BitVector() &&
4448       Result.getOpcode() != ISD::UNDEF) {
4449     EVT ResultVT = Result.getValueType();
4450     SDValue ZeroIndex = DAG.getIntPtrConstant(0, dl);
4451     SDValue Undef = DAG.getUNDEF(ResultVT);
4452     SDValue Vec256 = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Undef,
4453                                  Vec, ZeroIndex);
4454
4455     // The blend instruction, and therefore its mask, depend on the data type.
4456     MVT ScalarType = ResultVT.getVectorElementType().getSimpleVT();
4457     if (ScalarType.isFloatingPoint()) {
4458       // Choose either vblendps (float) or vblendpd (double).
4459       unsigned ScalarSize = ScalarType.getSizeInBits();
4460       assert((ScalarSize == 64 || ScalarSize == 32) && "Unknown float type");
4461       unsigned MaskVal = (ScalarSize == 64) ? 0x03 : 0x0f;
4462       SDValue Mask = DAG.getConstant(MaskVal, dl, MVT::i8);
4463       return DAG.getNode(X86ISD::BLENDI, dl, ResultVT, Result, Vec256, Mask);
4464     }
4465
4466     const X86Subtarget &Subtarget =
4467     static_cast<const X86Subtarget &>(DAG.getSubtarget());
4468
4469     // AVX2 is needed for 256-bit integer blend support.
4470     // Integers must be cast to 32-bit because there is only vpblendd;
4471     // vpblendw can't be used for this because it has a handicapped mask.
4472
4473     // If we don't have AVX2, then cast to float. Using a wrong domain blend
4474     // is still more efficient than using the wrong domain vinsertf128 that
4475     // will be created by InsertSubVector().
4476     MVT CastVT = Subtarget.hasAVX2() ? MVT::v8i32 : MVT::v8f32;
4477
4478     SDValue Mask = DAG.getConstant(0x0f, dl, MVT::i8);
4479     Vec256 = DAG.getBitcast(CastVT, Vec256);
4480     Vec256 = DAG.getNode(X86ISD::BLENDI, dl, CastVT, Result, Vec256, Mask);
4481     return DAG.getBitcast(ResultVT, Vec256);
4482   }
4483
4484   return InsertSubVector(Result, Vec, IdxVal, DAG, dl, 128);
4485 }
4486
4487 static SDValue Insert256BitVector(SDValue Result, SDValue Vec, unsigned IdxVal,
4488                                   SelectionDAG &DAG, SDLoc dl) {
4489   assert(Vec.getValueType().is256BitVector() && "Unexpected vector size!");
4490   return InsertSubVector(Result, Vec, IdxVal, DAG, dl, 256);
4491 }
4492
4493 /// Insert i1-subvector to i1-vector.
4494 static SDValue Insert1BitVector(SDValue Op, SelectionDAG &DAG) {
4495
4496   SDLoc dl(Op);
4497   SDValue Vec = Op.getOperand(0);
4498   SDValue SubVec = Op.getOperand(1);
4499   SDValue Idx = Op.getOperand(2);
4500
4501   if (!isa<ConstantSDNode>(Idx))
4502     return SDValue();
4503
4504   unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
4505   if (IdxVal == 0  && Vec.isUndef()) // the operation is legal
4506     return Op;
4507
4508   MVT OpVT = Op.getSimpleValueType();
4509   MVT SubVecVT = SubVec.getSimpleValueType();
4510   unsigned NumElems = OpVT.getVectorNumElements();
4511   unsigned SubVecNumElems = SubVecVT.getVectorNumElements();
4512
4513   assert(IdxVal + SubVecNumElems <= NumElems &&
4514          IdxVal % SubVecVT.getSizeInBits() == 0 &&
4515          "Unexpected index value in INSERT_SUBVECTOR");
4516
4517   // There are 3 possible cases:
4518   // 1. Subvector should be inserted in the lower part (IdxVal == 0)
4519   // 2. Subvector should be inserted in the upper part
4520   //    (IdxVal + SubVecNumElems == NumElems)
4521   // 3. Subvector should be inserted in the middle (for example v2i1
4522   //    to v16i1, index 2)
4523
4524   SDValue ZeroIdx = DAG.getIntPtrConstant(0, dl);
4525   SDValue Undef = DAG.getUNDEF(OpVT);
4526   SDValue WideSubVec =
4527     DAG.getNode(ISD::INSERT_SUBVECTOR, dl, OpVT, Undef, SubVec, ZeroIdx);
4528   if (Vec.isUndef())
4529     return DAG.getNode(X86ISD::VSHLI, dl, OpVT, WideSubVec,
4530       DAG.getConstant(IdxVal, dl, MVT::i8));
4531
4532   if (ISD::isBuildVectorAllZeros(Vec.getNode())) {
4533     unsigned ShiftLeft = NumElems - SubVecNumElems;
4534     unsigned ShiftRight = NumElems - SubVecNumElems - IdxVal;
4535     WideSubVec = DAG.getNode(X86ISD::VSHLI, dl, OpVT, WideSubVec,
4536       DAG.getConstant(ShiftLeft, dl, MVT::i8));
4537     return ShiftRight ? DAG.getNode(X86ISD::VSRLI, dl, OpVT, WideSubVec,
4538       DAG.getConstant(ShiftRight, dl, MVT::i8)) : WideSubVec;
4539   }
4540
4541   if (IdxVal == 0) {
4542     // Zero lower bits of the Vec
4543     SDValue ShiftBits = DAG.getConstant(SubVecNumElems, dl, MVT::i8);
4544     Vec = DAG.getNode(X86ISD::VSRLI, dl, OpVT, Vec, ShiftBits);
4545     Vec = DAG.getNode(X86ISD::VSHLI, dl, OpVT, Vec, ShiftBits);
4546     // Merge them together
4547     return DAG.getNode(ISD::OR, dl, OpVT, Vec, WideSubVec);
4548   }
4549
4550   // Simple case when we put subvector in the upper part
4551   if (IdxVal + SubVecNumElems == NumElems) {
4552     // Zero upper bits of the Vec
4553     WideSubVec = DAG.getNode(X86ISD::VSHLI, dl, OpVT, Vec,
4554                         DAG.getConstant(IdxVal, dl, MVT::i8));
4555     SDValue ShiftBits = DAG.getConstant(SubVecNumElems, dl, MVT::i8);
4556     Vec = DAG.getNode(X86ISD::VSHLI, dl, OpVT, Vec, ShiftBits);
4557     Vec = DAG.getNode(X86ISD::VSRLI, dl, OpVT, Vec, ShiftBits);
4558     return DAG.getNode(ISD::OR, dl, OpVT, Vec, WideSubVec);
4559   }
4560   // Subvector should be inserted in the middle - use shuffle
4561   SmallVector<int, 64> Mask;
4562   for (unsigned i = 0; i < NumElems; ++i)
4563     Mask.push_back(i >= IdxVal && i < IdxVal + SubVecNumElems ?
4564                     i : i + NumElems);
4565   return DAG.getVectorShuffle(OpVT, dl, WideSubVec, Vec, Mask);
4566 }
4567
4568 /// Concat two 128-bit vectors into a 256 bit vector using VINSERTF128
4569 /// instructions. This is used because creating CONCAT_VECTOR nodes of
4570 /// BUILD_VECTORS returns a larger BUILD_VECTOR while we're trying to lower
4571 /// large BUILD_VECTORS.
4572 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT,
4573                                    unsigned NumElems, SelectionDAG &DAG,
4574                                    SDLoc dl) {
4575   SDValue V = Insert128BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
4576   return Insert128BitVector(V, V2, NumElems/2, DAG, dl);
4577 }
4578
4579 static SDValue Concat256BitVectors(SDValue V1, SDValue V2, EVT VT,
4580                                    unsigned NumElems, SelectionDAG &DAG,
4581                                    SDLoc dl) {
4582   SDValue V = Insert256BitVector(DAG.getUNDEF(VT), V1, 0, DAG, dl);
4583   return Insert256BitVector(V, V2, NumElems/2, DAG, dl);
4584 }
4585
4586 /// Returns a vector of specified type with all bits set.
4587 /// Always build ones vectors as <4 x i32> or <8 x i32>. For 256-bit types with
4588 /// no AVX2 supprt, use two <4 x i32> inserted in a <8 x i32> appropriately.
4589 /// Then bitcast to their original type, ensuring they get CSE'd.
4590 static SDValue getOnesVector(EVT VT, const X86Subtarget *Subtarget,
4591                              SelectionDAG &DAG, SDLoc dl) {
4592   assert(VT.isVector() && "Expected a vector type");
4593
4594   SDValue Cst = DAG.getConstant(~0U, dl, MVT::i32);
4595   SDValue Vec;
4596   if (VT.is512BitVector()) {
4597     SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst,
4598                       Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
4599     Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v16i32, Ops);
4600   } else if (VT.is256BitVector()) {
4601     if (Subtarget->hasInt256()) { // AVX2
4602       SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
4603       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8i32, Ops);
4604     } else { // AVX
4605       Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
4606       Vec = Concat128BitVectors(Vec, Vec, MVT::v8i32, 8, DAG, dl);
4607     }
4608   } else if (VT.is128BitVector()) {
4609     Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
4610   } else
4611     llvm_unreachable("Unexpected vector type");
4612
4613   return DAG.getBitcast(VT, Vec);
4614 }
4615
4616 /// Returns a vector_shuffle node for an unpackl operation.
4617 static SDValue getUnpackl(SelectionDAG &DAG, SDLoc dl, MVT VT, SDValue V1,
4618                           SDValue V2) {
4619   unsigned NumElems = VT.getVectorNumElements();
4620   SmallVector<int, 8> Mask;
4621   for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
4622     Mask.push_back(i);
4623     Mask.push_back(i + NumElems);
4624   }
4625   return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
4626 }
4627
4628 /// Returns a vector_shuffle node for an unpackh operation.
4629 static SDValue getUnpackh(SelectionDAG &DAG, SDLoc dl, MVT VT, SDValue V1,
4630                           SDValue V2) {
4631   unsigned NumElems = VT.getVectorNumElements();
4632   SmallVector<int, 8> Mask;
4633   for (unsigned i = 0, Half = NumElems/2; i != Half; ++i) {
4634     Mask.push_back(i + Half);
4635     Mask.push_back(i + NumElems + Half);
4636   }
4637   return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
4638 }
4639
4640 /// Return a vector_shuffle of the specified vector of zero or undef vector.
4641 /// This produces a shuffle where the low element of V2 is swizzled into the
4642 /// zero/undef vector, landing at element Idx.
4643 /// This produces a shuffle mask like 4,1,2,3 (idx=0) or  0,1,2,4 (idx=3).
4644 static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
4645                                            bool IsZero,
4646                                            const X86Subtarget *Subtarget,
4647                                            SelectionDAG &DAG) {
4648   MVT VT = V2.getSimpleValueType();
4649   SDValue V1 = IsZero
4650     ? getZeroVector(VT, Subtarget, DAG, SDLoc(V2)) : DAG.getUNDEF(VT);
4651   unsigned NumElems = VT.getVectorNumElements();
4652   SmallVector<int, 16> MaskVec;
4653   for (unsigned i = 0; i != NumElems; ++i)
4654     // If this is the insertion idx, put the low elt of V2 here.
4655     MaskVec.push_back(i == Idx ? NumElems : i);
4656   return DAG.getVectorShuffle(VT, SDLoc(V2), V1, V2, &MaskVec[0]);
4657 }
4658
4659 /// Calculates the shuffle mask corresponding to the target-specific opcode.
4660 /// Returns true if the Mask could be calculated. Sets IsUnary to true if only
4661 /// uses one source. Note that this will set IsUnary for shuffles which use a
4662 /// single input multiple times, and in those cases it will
4663 /// adjust the mask to only have indices within that single input.
4664 /// FIXME: Add support for Decode*Mask functions that return SM_SentinelZero.
4665 static bool getTargetShuffleMask(SDNode *N, MVT VT,
4666                                  SmallVectorImpl<int> &Mask, bool &IsUnary) {
4667   unsigned NumElems = VT.getVectorNumElements();
4668   SDValue ImmN;
4669
4670   IsUnary = false;
4671   bool IsFakeUnary = false;
4672   switch(N->getOpcode()) {
4673   case X86ISD::BLENDI:
4674     ImmN = N->getOperand(N->getNumOperands()-1);
4675     DecodeBLENDMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4676     break;
4677   case X86ISD::SHUFP:
4678     ImmN = N->getOperand(N->getNumOperands()-1);
4679     DecodeSHUFPMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4680     IsUnary = IsFakeUnary = N->getOperand(0) == N->getOperand(1);
4681     break;
4682   case X86ISD::UNPCKH:
4683     DecodeUNPCKHMask(VT, Mask);
4684     IsUnary = IsFakeUnary = N->getOperand(0) == N->getOperand(1);
4685     break;
4686   case X86ISD::UNPCKL:
4687     DecodeUNPCKLMask(VT, Mask);
4688     IsUnary = IsFakeUnary = N->getOperand(0) == N->getOperand(1);
4689     break;
4690   case X86ISD::MOVHLPS:
4691     DecodeMOVHLPSMask(NumElems, Mask);
4692     IsUnary = IsFakeUnary = N->getOperand(0) == N->getOperand(1);
4693     break;
4694   case X86ISD::MOVLHPS:
4695     DecodeMOVLHPSMask(NumElems, Mask);
4696     IsUnary = IsFakeUnary = N->getOperand(0) == N->getOperand(1);
4697     break;
4698   case X86ISD::PALIGNR:
4699     ImmN = N->getOperand(N->getNumOperands()-1);
4700     DecodePALIGNRMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4701     break;
4702   case X86ISD::PSHUFD:
4703   case X86ISD::VPERMILPI:
4704     ImmN = N->getOperand(N->getNumOperands()-1);
4705     DecodePSHUFMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4706     IsUnary = true;
4707     break;
4708   case X86ISD::PSHUFHW:
4709     ImmN = N->getOperand(N->getNumOperands()-1);
4710     DecodePSHUFHWMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4711     IsUnary = true;
4712     break;
4713   case X86ISD::PSHUFLW:
4714     ImmN = N->getOperand(N->getNumOperands()-1);
4715     DecodePSHUFLWMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4716     IsUnary = true;
4717     break;
4718   case X86ISD::PSHUFB: {
4719     IsUnary = true;
4720     SDValue MaskNode = N->getOperand(1);
4721     while (MaskNode->getOpcode() == ISD::BITCAST)
4722       MaskNode = MaskNode->getOperand(0);
4723
4724     if (MaskNode->getOpcode() == ISD::BUILD_VECTOR) {
4725       // If we have a build-vector, then things are easy.
4726       MVT VT = MaskNode.getSimpleValueType();
4727       assert(VT.isVector() &&
4728              "Can't produce a non-vector with a build_vector!");
4729       if (!VT.isInteger())
4730         return false;
4731
4732       int NumBytesPerElement = VT.getVectorElementType().getSizeInBits() / 8;
4733
4734       SmallVector<uint64_t, 32> RawMask;
4735       for (int i = 0, e = MaskNode->getNumOperands(); i < e; ++i) {
4736         SDValue Op = MaskNode->getOperand(i);
4737         if (Op->getOpcode() == ISD::UNDEF) {
4738           RawMask.push_back((uint64_t)SM_SentinelUndef);
4739           continue;
4740         }
4741         auto *CN = dyn_cast<ConstantSDNode>(Op.getNode());
4742         if (!CN)
4743           return false;
4744         APInt MaskElement = CN->getAPIntValue();
4745
4746         // We now have to decode the element which could be any integer size and
4747         // extract each byte of it.
4748         for (int j = 0; j < NumBytesPerElement; ++j) {
4749           // Note that this is x86 and so always little endian: the low byte is
4750           // the first byte of the mask.
4751           RawMask.push_back(MaskElement.getLoBits(8).getZExtValue());
4752           MaskElement = MaskElement.lshr(8);
4753         }
4754       }
4755       DecodePSHUFBMask(RawMask, Mask);
4756       break;
4757     }
4758
4759     auto *MaskLoad = dyn_cast<LoadSDNode>(MaskNode);
4760     if (!MaskLoad)
4761       return false;
4762
4763     SDValue Ptr = MaskLoad->getBasePtr();
4764     if (Ptr->getOpcode() == X86ISD::Wrapper ||
4765         Ptr->getOpcode() == X86ISD::WrapperRIP)
4766       Ptr = Ptr->getOperand(0);
4767
4768     auto *MaskCP = dyn_cast<ConstantPoolSDNode>(Ptr);
4769     if (!MaskCP || MaskCP->isMachineConstantPoolEntry())
4770       return false;
4771
4772     if (auto *C = dyn_cast<Constant>(MaskCP->getConstVal())) {
4773       DecodePSHUFBMask(C, Mask);
4774       if (Mask.empty())
4775         return false;
4776       break;
4777     }
4778
4779     return false;
4780   }
4781   case X86ISD::VPERMI:
4782     ImmN = N->getOperand(N->getNumOperands()-1);
4783     DecodeVPERMMask(cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4784     IsUnary = true;
4785     break;
4786   case X86ISD::MOVSS:
4787   case X86ISD::MOVSD:
4788     DecodeScalarMoveMask(VT, /* IsLoad */ false, Mask);
4789     break;
4790   case X86ISD::VPERM2X128:
4791     ImmN = N->getOperand(N->getNumOperands()-1);
4792     DecodeVPERM2X128Mask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(), Mask);
4793     if (Mask.empty()) return false;
4794     // Mask only contains negative index if an element is zero.
4795     if (std::any_of(Mask.begin(), Mask.end(),
4796                     [](int M){ return M == SM_SentinelZero; }))
4797       return false;
4798     break;
4799   case X86ISD::MOVSLDUP:
4800     DecodeMOVSLDUPMask(VT, Mask);
4801     IsUnary = true;
4802     break;
4803   case X86ISD::MOVSHDUP:
4804     DecodeMOVSHDUPMask(VT, Mask);
4805     IsUnary = true;
4806     break;
4807   case X86ISD::MOVDDUP:
4808     DecodeMOVDDUPMask(VT, Mask);
4809     IsUnary = true;
4810     break;
4811   case X86ISD::MOVLHPD:
4812   case X86ISD::MOVLPD:
4813   case X86ISD::MOVLPS:
4814     // Not yet implemented
4815     return false;
4816   case X86ISD::VPERMV: {
4817     IsUnary = true;
4818     SDValue MaskNode = N->getOperand(0);
4819     while (MaskNode->getOpcode() == ISD::BITCAST)
4820       MaskNode = MaskNode->getOperand(0);
4821
4822     unsigned MaskLoBits = Log2_64(VT.getVectorNumElements());
4823     SmallVector<uint64_t, 32> RawMask;
4824     if (MaskNode->getOpcode() == ISD::BUILD_VECTOR) {
4825       // If we have a build-vector, then things are easy.
4826       assert(MaskNode.getSimpleValueType().isInteger() &&
4827              MaskNode.getSimpleValueType().getVectorNumElements() ==
4828              VT.getVectorNumElements());
4829
4830       for (unsigned i = 0; i < MaskNode->getNumOperands(); ++i) {
4831         SDValue Op = MaskNode->getOperand(i);
4832         if (Op->getOpcode() == ISD::UNDEF)
4833           RawMask.push_back((uint64_t)SM_SentinelUndef);
4834         else if (isa<ConstantSDNode>(Op)) {
4835           APInt MaskElement = cast<ConstantSDNode>(Op)->getAPIntValue();
4836           RawMask.push_back(MaskElement.getLoBits(MaskLoBits).getZExtValue());
4837         } else
4838           return false;
4839       }
4840       DecodeVPERMVMask(RawMask, Mask);
4841       break;
4842     }
4843     if (MaskNode->getOpcode() == X86ISD::VBROADCAST) {
4844       unsigned NumEltsInMask = MaskNode->getNumOperands();
4845       MaskNode = MaskNode->getOperand(0);
4846       auto *CN = dyn_cast<ConstantSDNode>(MaskNode);
4847       if (CN) {
4848         APInt MaskEltValue = CN->getAPIntValue();
4849         for (unsigned i = 0; i < NumEltsInMask; ++i)
4850           RawMask.push_back(MaskEltValue.getLoBits(MaskLoBits).getZExtValue());
4851         DecodeVPERMVMask(RawMask, Mask);
4852         break;
4853       }
4854       // It may be a scalar load
4855     }
4856
4857     auto *MaskLoad = dyn_cast<LoadSDNode>(MaskNode);
4858     if (!MaskLoad)
4859       return false;
4860
4861     SDValue Ptr = MaskLoad->getBasePtr();
4862     if (Ptr->getOpcode() == X86ISD::Wrapper ||
4863         Ptr->getOpcode() == X86ISD::WrapperRIP)
4864       Ptr = Ptr->getOperand(0);
4865
4866     auto *MaskCP = dyn_cast<ConstantPoolSDNode>(Ptr);
4867     if (!MaskCP || MaskCP->isMachineConstantPoolEntry())
4868       return false;
4869
4870     auto *C = dyn_cast<Constant>(MaskCP->getConstVal());
4871     if (C) {
4872       DecodeVPERMVMask(C, VT, Mask);
4873       if (Mask.empty())
4874         return false;
4875       break;
4876     }
4877     return false;
4878   }
4879   case X86ISD::VPERMV3: {
4880     IsUnary = false;
4881     SDValue MaskNode = N->getOperand(1);
4882     while (MaskNode->getOpcode() == ISD::BITCAST)
4883       MaskNode = MaskNode->getOperand(1);
4884
4885     if (MaskNode->getOpcode() == ISD::BUILD_VECTOR) {
4886       // If we have a build-vector, then things are easy.
4887       assert(MaskNode.getSimpleValueType().isInteger() &&
4888              MaskNode.getSimpleValueType().getVectorNumElements() ==
4889              VT.getVectorNumElements());
4890
4891       SmallVector<uint64_t, 32> RawMask;
4892       unsigned MaskLoBits = Log2_64(VT.getVectorNumElements()*2);
4893
4894       for (unsigned i = 0; i < MaskNode->getNumOperands(); ++i) {
4895         SDValue Op = MaskNode->getOperand(i);
4896         if (Op->getOpcode() == ISD::UNDEF)
4897           RawMask.push_back((uint64_t)SM_SentinelUndef);
4898         else {
4899           auto *CN = dyn_cast<ConstantSDNode>(Op.getNode());
4900           if (!CN)
4901             return false;
4902           APInt MaskElement = CN->getAPIntValue();
4903           RawMask.push_back(MaskElement.getLoBits(MaskLoBits).getZExtValue());
4904         }
4905       }
4906       DecodeVPERMV3Mask(RawMask, Mask);
4907       break;
4908     }
4909
4910     auto *MaskLoad = dyn_cast<LoadSDNode>(MaskNode);
4911     if (!MaskLoad)
4912       return false;
4913
4914     SDValue Ptr = MaskLoad->getBasePtr();
4915     if (Ptr->getOpcode() == X86ISD::Wrapper ||
4916         Ptr->getOpcode() == X86ISD::WrapperRIP)
4917       Ptr = Ptr->getOperand(0);
4918
4919     auto *MaskCP = dyn_cast<ConstantPoolSDNode>(Ptr);
4920     if (!MaskCP || MaskCP->isMachineConstantPoolEntry())
4921       return false;
4922
4923     auto *C = dyn_cast<Constant>(MaskCP->getConstVal());
4924     if (C) {
4925       DecodeVPERMV3Mask(C, VT, Mask);
4926       if (Mask.empty())
4927         return false;
4928       break;
4929     }
4930     return false;
4931   }
4932   default: llvm_unreachable("unknown target shuffle node");
4933   }
4934
4935   // If we have a fake unary shuffle, the shuffle mask is spread across two
4936   // inputs that are actually the same node. Re-map the mask to always point
4937   // into the first input.
4938   if (IsFakeUnary)
4939     for (int &M : Mask)
4940       if (M >= (int)Mask.size())
4941         M -= Mask.size();
4942
4943   return true;
4944 }
4945
4946 /// Returns the scalar element that will make up the ith
4947 /// element of the result of the vector shuffle.
4948 static SDValue getShuffleScalarElt(SDNode *N, unsigned Index, SelectionDAG &DAG,
4949                                    unsigned Depth) {
4950   if (Depth == 6)
4951     return SDValue();  // Limit search depth.
4952
4953   SDValue V = SDValue(N, 0);
4954   EVT VT = V.getValueType();
4955   unsigned Opcode = V.getOpcode();
4956
4957   // Recurse into ISD::VECTOR_SHUFFLE node to find scalars.
4958   if (const ShuffleVectorSDNode *SV = dyn_cast<ShuffleVectorSDNode>(N)) {
4959     int Elt = SV->getMaskElt(Index);
4960
4961     if (Elt < 0)
4962       return DAG.getUNDEF(VT.getVectorElementType());
4963
4964     unsigned NumElems = VT.getVectorNumElements();
4965     SDValue NewV = (Elt < (int)NumElems) ? SV->getOperand(0)
4966                                          : SV->getOperand(1);
4967     return getShuffleScalarElt(NewV.getNode(), Elt % NumElems, DAG, Depth+1);
4968   }
4969
4970   // Recurse into target specific vector shuffles to find scalars.
4971   if (isTargetShuffle(Opcode)) {
4972     MVT ShufVT = V.getSimpleValueType();
4973     unsigned NumElems = ShufVT.getVectorNumElements();
4974     SmallVector<int, 16> ShuffleMask;
4975     bool IsUnary;
4976
4977     if (!getTargetShuffleMask(N, ShufVT, ShuffleMask, IsUnary))
4978       return SDValue();
4979
4980     int Elt = ShuffleMask[Index];
4981     if (Elt < 0)
4982       return DAG.getUNDEF(ShufVT.getVectorElementType());
4983
4984     SDValue NewV = (Elt < (int)NumElems) ? N->getOperand(0)
4985                                          : N->getOperand(1);
4986     return getShuffleScalarElt(NewV.getNode(), Elt % NumElems, DAG,
4987                                Depth+1);
4988   }
4989
4990   // Actual nodes that may contain scalar elements
4991   if (Opcode == ISD::BITCAST) {
4992     V = V.getOperand(0);
4993     EVT SrcVT = V.getValueType();
4994     unsigned NumElems = VT.getVectorNumElements();
4995
4996     if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
4997       return SDValue();
4998   }
4999
5000   if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5001     return (Index == 0) ? V.getOperand(0)
5002                         : DAG.getUNDEF(VT.getVectorElementType());
5003
5004   if (V.getOpcode() == ISD::BUILD_VECTOR)
5005     return V.getOperand(Index);
5006
5007   return SDValue();
5008 }
5009
5010 /// Custom lower build_vector of v16i8.
5011 static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
5012                                        unsigned NumNonZero, unsigned NumZero,
5013                                        SelectionDAG &DAG,
5014                                        const X86Subtarget* Subtarget,
5015                                        const TargetLowering &TLI) {
5016   if (NumNonZero > 8)
5017     return SDValue();
5018
5019   SDLoc dl(Op);
5020   SDValue V;
5021   bool First = true;
5022
5023   // SSE4.1 - use PINSRB to insert each byte directly.
5024   if (Subtarget->hasSSE41()) {
5025     for (unsigned i = 0; i < 16; ++i) {
5026       bool isNonZero = (NonZeros & (1 << i)) != 0;
5027       if (isNonZero) {
5028         if (First) {
5029           if (NumZero)
5030             V = getZeroVector(MVT::v16i8, Subtarget, DAG, dl);
5031           else
5032             V = DAG.getUNDEF(MVT::v16i8);
5033           First = false;
5034         }
5035         V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
5036                         MVT::v16i8, V, Op.getOperand(i),
5037                         DAG.getIntPtrConstant(i, dl));
5038       }
5039     }
5040
5041     return V;
5042   }
5043
5044   // Pre-SSE4.1 - merge byte pairs and insert with PINSRW.
5045   for (unsigned i = 0; i < 16; ++i) {
5046     bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
5047     if (ThisIsNonZero && First) {
5048       if (NumZero)
5049         V = getZeroVector(MVT::v8i16, Subtarget, DAG, dl);
5050       else
5051         V = DAG.getUNDEF(MVT::v8i16);
5052       First = false;
5053     }
5054
5055     if ((i & 1) != 0) {
5056       SDValue ThisElt, LastElt;
5057       bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
5058       if (LastIsNonZero) {
5059         LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
5060                               MVT::i16, Op.getOperand(i-1));
5061       }
5062       if (ThisIsNonZero) {
5063         ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
5064         ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
5065                               ThisElt, DAG.getConstant(8, dl, MVT::i8));
5066         if (LastIsNonZero)
5067           ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
5068       } else
5069         ThisElt = LastElt;
5070
5071       if (ThisElt.getNode())
5072         V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
5073                         DAG.getIntPtrConstant(i/2, dl));
5074     }
5075   }
5076
5077   return DAG.getBitcast(MVT::v16i8, V);
5078 }
5079
5080 /// Custom lower build_vector of v8i16.
5081 static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
5082                                      unsigned NumNonZero, unsigned NumZero,
5083                                      SelectionDAG &DAG,
5084                                      const X86Subtarget* Subtarget,
5085                                      const TargetLowering &TLI) {
5086   if (NumNonZero > 4)
5087     return SDValue();
5088
5089   SDLoc dl(Op);
5090   SDValue V;
5091   bool First = true;
5092   for (unsigned i = 0; i < 8; ++i) {
5093     bool isNonZero = (NonZeros & (1 << i)) != 0;
5094     if (isNonZero) {
5095       if (First) {
5096         if (NumZero)
5097           V = getZeroVector(MVT::v8i16, Subtarget, DAG, dl);
5098         else
5099           V = DAG.getUNDEF(MVT::v8i16);
5100         First = false;
5101       }
5102       V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
5103                       MVT::v8i16, V, Op.getOperand(i),
5104                       DAG.getIntPtrConstant(i, dl));
5105     }
5106   }
5107
5108   return V;
5109 }
5110
5111 /// Custom lower build_vector of v4i32 or v4f32.
5112 static SDValue LowerBuildVectorv4x32(SDValue Op, SelectionDAG &DAG,
5113                                      const X86Subtarget *Subtarget,
5114                                      const TargetLowering &TLI) {
5115   // Find all zeroable elements.
5116   std::bitset<4> Zeroable;
5117   for (int i=0; i < 4; ++i) {
5118     SDValue Elt = Op->getOperand(i);
5119     Zeroable[i] = (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt));
5120   }
5121   assert(Zeroable.size() - Zeroable.count() > 1 &&
5122          "We expect at least two non-zero elements!");
5123
5124   // We only know how to deal with build_vector nodes where elements are either
5125   // zeroable or extract_vector_elt with constant index.
5126   SDValue FirstNonZero;
5127   unsigned FirstNonZeroIdx;
5128   for (unsigned i=0; i < 4; ++i) {
5129     if (Zeroable[i])
5130       continue;
5131     SDValue Elt = Op->getOperand(i);
5132     if (Elt.getOpcode() != ISD::EXTRACT_VECTOR_ELT ||
5133         !isa<ConstantSDNode>(Elt.getOperand(1)))
5134       return SDValue();
5135     // Make sure that this node is extracting from a 128-bit vector.
5136     MVT VT = Elt.getOperand(0).getSimpleValueType();
5137     if (!VT.is128BitVector())
5138       return SDValue();
5139     if (!FirstNonZero.getNode()) {
5140       FirstNonZero = Elt;
5141       FirstNonZeroIdx = i;
5142     }
5143   }
5144
5145   assert(FirstNonZero.getNode() && "Unexpected build vector of all zeros!");
5146   SDValue V1 = FirstNonZero.getOperand(0);
5147   MVT VT = V1.getSimpleValueType();
5148
5149   // See if this build_vector can be lowered as a blend with zero.
5150   SDValue Elt;
5151   unsigned EltMaskIdx, EltIdx;
5152   int Mask[4];
5153   for (EltIdx = 0; EltIdx < 4; ++EltIdx) {
5154     if (Zeroable[EltIdx]) {
5155       // The zero vector will be on the right hand side.
5156       Mask[EltIdx] = EltIdx+4;
5157       continue;
5158     }
5159
5160     Elt = Op->getOperand(EltIdx);
5161     // By construction, Elt is a EXTRACT_VECTOR_ELT with constant index.
5162     EltMaskIdx = cast<ConstantSDNode>(Elt.getOperand(1))->getZExtValue();
5163     if (Elt.getOperand(0) != V1 || EltMaskIdx != EltIdx)
5164       break;
5165     Mask[EltIdx] = EltIdx;
5166   }
5167
5168   if (EltIdx == 4) {
5169     // Let the shuffle legalizer deal with blend operations.
5170     SDValue VZero = getZeroVector(VT, Subtarget, DAG, SDLoc(Op));
5171     if (V1.getSimpleValueType() != VT)
5172       V1 = DAG.getNode(ISD::BITCAST, SDLoc(V1), VT, V1);
5173     return DAG.getVectorShuffle(VT, SDLoc(V1), V1, VZero, &Mask[0]);
5174   }
5175
5176   // See if we can lower this build_vector to a INSERTPS.
5177   if (!Subtarget->hasSSE41())
5178     return SDValue();
5179
5180   SDValue V2 = Elt.getOperand(0);
5181   if (Elt == FirstNonZero && EltIdx == FirstNonZeroIdx)
5182     V1 = SDValue();
5183
5184   bool CanFold = true;
5185   for (unsigned i = EltIdx + 1; i < 4 && CanFold; ++i) {
5186     if (Zeroable[i])
5187       continue;
5188
5189     SDValue Current = Op->getOperand(i);
5190     SDValue SrcVector = Current->getOperand(0);
5191     if (!V1.getNode())
5192       V1 = SrcVector;
5193     CanFold = SrcVector == V1 &&
5194       cast<ConstantSDNode>(Current.getOperand(1))->getZExtValue() == i;
5195   }
5196
5197   if (!CanFold)
5198     return SDValue();
5199
5200   assert(V1.getNode() && "Expected at least two non-zero elements!");
5201   if (V1.getSimpleValueType() != MVT::v4f32)
5202     V1 = DAG.getNode(ISD::BITCAST, SDLoc(V1), MVT::v4f32, V1);
5203   if (V2.getSimpleValueType() != MVT::v4f32)
5204     V2 = DAG.getNode(ISD::BITCAST, SDLoc(V2), MVT::v4f32, V2);
5205
5206   // Ok, we can emit an INSERTPS instruction.
5207   unsigned ZMask = Zeroable.to_ulong();
5208
5209   unsigned InsertPSMask = EltMaskIdx << 6 | EltIdx << 4 | ZMask;
5210   assert((InsertPSMask & ~0xFFu) == 0 && "Invalid mask!");
5211   SDLoc DL(Op);
5212   SDValue Result = DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2,
5213                                DAG.getIntPtrConstant(InsertPSMask, DL));
5214   return DAG.getBitcast(VT, Result);
5215 }
5216
5217 /// Return a vector logical shift node.
5218 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
5219                          unsigned NumBits, SelectionDAG &DAG,
5220                          const TargetLowering &TLI, SDLoc dl) {
5221   assert(VT.is128BitVector() && "Unknown type for VShift");
5222   MVT ShVT = MVT::v2i64;
5223   unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
5224   SrcOp = DAG.getBitcast(ShVT, SrcOp);
5225   MVT ScalarShiftTy = TLI.getScalarShiftAmountTy(DAG.getDataLayout(), VT);
5226   assert(NumBits % 8 == 0 && "Only support byte sized shifts");
5227   SDValue ShiftVal = DAG.getConstant(NumBits/8, dl, ScalarShiftTy);
5228   return DAG.getBitcast(VT, DAG.getNode(Opc, dl, ShVT, SrcOp, ShiftVal));
5229 }
5230
5231 static SDValue
5232 LowerAsSplatVectorLoad(SDValue SrcOp, MVT VT, SDLoc dl, SelectionDAG &DAG) {
5233
5234   // Check if the scalar load can be widened into a vector load. And if
5235   // the address is "base + cst" see if the cst can be "absorbed" into
5236   // the shuffle mask.
5237   if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) {
5238     SDValue Ptr = LD->getBasePtr();
5239     if (!ISD::isNormalLoad(LD) || LD->isVolatile())
5240       return SDValue();
5241     EVT PVT = LD->getValueType(0);
5242     if (PVT != MVT::i32 && PVT != MVT::f32)
5243       return SDValue();
5244
5245     int FI = -1;
5246     int64_t Offset = 0;
5247     if (FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr)) {
5248       FI = FINode->getIndex();
5249       Offset = 0;
5250     } else if (DAG.isBaseWithConstantOffset(Ptr) &&
5251                isa<FrameIndexSDNode>(Ptr.getOperand(0))) {
5252       FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
5253       Offset = Ptr.getConstantOperandVal(1);
5254       Ptr = Ptr.getOperand(0);
5255     } else {
5256       return SDValue();
5257     }
5258
5259     // FIXME: 256-bit vector instructions don't require a strict alignment,
5260     // improve this code to support it better.
5261     unsigned RequiredAlign = VT.getSizeInBits()/8;
5262     SDValue Chain = LD->getChain();
5263     // Make sure the stack object alignment is at least 16 or 32.
5264     MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
5265     if (DAG.InferPtrAlignment(Ptr) < RequiredAlign) {
5266       if (MFI->isFixedObjectIndex(FI)) {
5267         // Can't change the alignment. FIXME: It's possible to compute
5268         // the exact stack offset and reference FI + adjust offset instead.
5269         // If someone *really* cares about this. That's the way to implement it.
5270         return SDValue();
5271       } else {
5272         MFI->setObjectAlignment(FI, RequiredAlign);
5273       }
5274     }
5275
5276     // (Offset % 16 or 32) must be multiple of 4. Then address is then
5277     // Ptr + (Offset & ~15).
5278     if (Offset < 0)
5279       return SDValue();
5280     if ((Offset % RequiredAlign) & 3)
5281       return SDValue();
5282     int64_t StartOffset = Offset & ~int64_t(RequiredAlign - 1);
5283     if (StartOffset) {
5284       SDLoc DL(Ptr);
5285       Ptr = DAG.getNode(ISD::ADD, DL, Ptr.getValueType(), Ptr,
5286                         DAG.getConstant(StartOffset, DL, Ptr.getValueType()));
5287     }
5288
5289     int EltNo = (Offset - StartOffset) >> 2;
5290     unsigned NumElems = VT.getVectorNumElements();
5291
5292     EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems);
5293     SDValue V1 = DAG.getLoad(NVT, dl, Chain, Ptr,
5294                              LD->getPointerInfo().getWithOffset(StartOffset),
5295                              false, false, false, 0);
5296
5297     SmallVector<int, 8> Mask(NumElems, EltNo);
5298
5299     return DAG.getVectorShuffle(NVT, dl, V1, DAG.getUNDEF(NVT), &Mask[0]);
5300   }
5301
5302   return SDValue();
5303 }
5304
5305 /// Given the initializing elements 'Elts' of a vector of type 'VT', see if the
5306 /// elements can be replaced by a single large load which has the same value as
5307 /// a build_vector or insert_subvector whose loaded operands are 'Elts'.
5308 ///
5309 /// Example: <load i32 *a, load i32 *a+4, undef, undef> -> zextload a
5310 ///
5311 /// FIXME: we'd also like to handle the case where the last elements are zero
5312 /// rather than undef via VZEXT_LOAD, but we do not detect that case today.
5313 /// There's even a handy isZeroNode for that purpose.
5314 static SDValue EltsFromConsecutiveLoads(EVT VT, ArrayRef<SDValue> Elts,
5315                                         SDLoc &DL, SelectionDAG &DAG,
5316                                         bool isAfterLegalize) {
5317   unsigned NumElems = Elts.size();
5318
5319   LoadSDNode *LDBase = nullptr;
5320   unsigned LastLoadedElt = -1U;
5321
5322   // For each element in the initializer, see if we've found a load or an undef.
5323   // If we don't find an initial load element, or later load elements are
5324   // non-consecutive, bail out.
5325   for (unsigned i = 0; i < NumElems; ++i) {
5326     SDValue Elt = Elts[i];
5327     // Look through a bitcast.
5328     if (Elt.getNode() && Elt.getOpcode() == ISD::BITCAST)
5329       Elt = Elt.getOperand(0);
5330     if (!Elt.getNode() ||
5331         (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
5332       return SDValue();
5333     if (!LDBase) {
5334       if (Elt.getNode()->getOpcode() == ISD::UNDEF)
5335         return SDValue();
5336       LDBase = cast<LoadSDNode>(Elt.getNode());
5337       LastLoadedElt = i;
5338       continue;
5339     }
5340     if (Elt.getOpcode() == ISD::UNDEF)
5341       continue;
5342
5343     LoadSDNode *LD = cast<LoadSDNode>(Elt);
5344     EVT LdVT = Elt.getValueType();
5345     // Each loaded element must be the correct fractional portion of the
5346     // requested vector load.
5347     if (LdVT.getSizeInBits() != VT.getSizeInBits() / NumElems)
5348       return SDValue();
5349     if (!DAG.isConsecutiveLoad(LD, LDBase, LdVT.getSizeInBits() / 8, i))
5350       return SDValue();
5351     LastLoadedElt = i;
5352   }
5353
5354   // If we have found an entire vector of loads and undefs, then return a large
5355   // load of the entire vector width starting at the base pointer.  If we found
5356   // consecutive loads for the low half, generate a vzext_load node.
5357   if (LastLoadedElt == NumElems - 1) {
5358     assert(LDBase && "Did not find base load for merging consecutive loads");
5359     EVT EltVT = LDBase->getValueType(0);
5360     // Ensure that the input vector size for the merged loads matches the
5361     // cumulative size of the input elements.
5362     if (VT.getSizeInBits() != EltVT.getSizeInBits() * NumElems)
5363       return SDValue();
5364
5365     if (isAfterLegalize &&
5366         !DAG.getTargetLoweringInfo().isOperationLegal(ISD::LOAD, VT))
5367       return SDValue();
5368
5369     SDValue NewLd = SDValue();
5370
5371     NewLd = DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
5372                         LDBase->getPointerInfo(), LDBase->isVolatile(),
5373                         LDBase->isNonTemporal(), LDBase->isInvariant(),
5374                         LDBase->getAlignment());
5375
5376     if (LDBase->hasAnyUseOfValue(1)) {
5377       SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
5378                                      SDValue(LDBase, 1),
5379                                      SDValue(NewLd.getNode(), 1));
5380       DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain);
5381       DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1),
5382                              SDValue(NewLd.getNode(), 1));
5383     }
5384
5385     return NewLd;
5386   }
5387
5388   //TODO: The code below fires only for for loading the low v2i32 / v2f32
5389   //of a v4i32 / v4f32. It's probably worth generalizing.
5390   EVT EltVT = VT.getVectorElementType();
5391   if (NumElems == 4 && LastLoadedElt == 1 && (EltVT.getSizeInBits() == 32) &&
5392       DAG.getTargetLoweringInfo().isTypeLegal(MVT::v2i64)) {
5393     SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
5394     SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() };
5395     SDValue ResNode =
5396         DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys, Ops, MVT::i64,
5397                                 LDBase->getPointerInfo(),
5398                                 LDBase->getAlignment(),
5399                                 false/*isVolatile*/, true/*ReadMem*/,
5400                                 false/*WriteMem*/);
5401
5402     // Make sure the newly-created LOAD is in the same position as LDBase in
5403     // terms of dependency. We create a TokenFactor for LDBase and ResNode, and
5404     // update uses of LDBase's output chain to use the TokenFactor.
5405     if (LDBase->hasAnyUseOfValue(1)) {
5406       SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
5407                              SDValue(LDBase, 1), SDValue(ResNode.getNode(), 1));
5408       DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain);
5409       DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1),
5410                              SDValue(ResNode.getNode(), 1));
5411     }
5412
5413     return DAG.getBitcast(VT, ResNode);
5414   }
5415   return SDValue();
5416 }
5417
5418 /// LowerVectorBroadcast - Attempt to use the vbroadcast instruction
5419 /// to generate a splat value for the following cases:
5420 /// 1. A splat BUILD_VECTOR which uses a single scalar load, or a constant.
5421 /// 2. A splat shuffle which uses a scalar_to_vector node which comes from
5422 /// a scalar load, or a constant.
5423 /// The VBROADCAST node is returned when a pattern is found,
5424 /// or SDValue() otherwise.
5425 static SDValue LowerVectorBroadcast(SDValue Op, const X86Subtarget* Subtarget,
5426                                     SelectionDAG &DAG) {
5427   // VBROADCAST requires AVX.
5428   // TODO: Splats could be generated for non-AVX CPUs using SSE
5429   // instructions, but there's less potential gain for only 128-bit vectors.
5430   if (!Subtarget->hasAVX())
5431     return SDValue();
5432
5433   MVT VT = Op.getSimpleValueType();
5434   SDLoc dl(Op);
5435
5436   assert((VT.is128BitVector() || VT.is256BitVector() || VT.is512BitVector()) &&
5437          "Unsupported vector type for broadcast.");
5438
5439   SDValue Ld;
5440   bool ConstSplatVal;
5441
5442   switch (Op.getOpcode()) {
5443     default:
5444       // Unknown pattern found.
5445       return SDValue();
5446
5447     case ISD::BUILD_VECTOR: {
5448       auto *BVOp = cast<BuildVectorSDNode>(Op.getNode());
5449       BitVector UndefElements;
5450       SDValue Splat = BVOp->getSplatValue(&UndefElements);
5451
5452       // We need a splat of a single value to use broadcast, and it doesn't
5453       // make any sense if the value is only in one element of the vector.
5454       if (!Splat || (VT.getVectorNumElements() - UndefElements.count()) <= 1)
5455         return SDValue();
5456
5457       Ld = Splat;
5458       ConstSplatVal = (Ld.getOpcode() == ISD::Constant ||
5459                        Ld.getOpcode() == ISD::ConstantFP);
5460
5461       // Make sure that all of the users of a non-constant load are from the
5462       // BUILD_VECTOR node.
5463       if (!ConstSplatVal && !BVOp->isOnlyUserOf(Ld.getNode()))
5464         return SDValue();
5465       break;
5466     }
5467
5468     case ISD::VECTOR_SHUFFLE: {
5469       ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5470
5471       // Shuffles must have a splat mask where the first element is
5472       // broadcasted.
5473       if ((!SVOp->isSplat()) || SVOp->getMaskElt(0) != 0)
5474         return SDValue();
5475
5476       SDValue Sc = Op.getOperand(0);
5477       if (Sc.getOpcode() != ISD::SCALAR_TO_VECTOR &&
5478           Sc.getOpcode() != ISD::BUILD_VECTOR) {
5479
5480         if (!Subtarget->hasInt256())
5481           return SDValue();
5482
5483         // Use the register form of the broadcast instruction available on AVX2.
5484         if (VT.getSizeInBits() >= 256)
5485           Sc = Extract128BitVector(Sc, 0, DAG, dl);
5486         return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Sc);
5487       }
5488
5489       Ld = Sc.getOperand(0);
5490       ConstSplatVal = (Ld.getOpcode() == ISD::Constant ||
5491                        Ld.getOpcode() == ISD::ConstantFP);
5492
5493       // The scalar_to_vector node and the suspected
5494       // load node must have exactly one user.
5495       // Constants may have multiple users.
5496
5497       // AVX-512 has register version of the broadcast
5498       bool hasRegVer = Subtarget->hasAVX512() && VT.is512BitVector() &&
5499         Ld.getValueType().getSizeInBits() >= 32;
5500       if (!ConstSplatVal && ((!Sc.hasOneUse() || !Ld.hasOneUse()) &&
5501           !hasRegVer))
5502         return SDValue();
5503       break;
5504     }
5505   }
5506
5507   unsigned ScalarSize = Ld.getValueType().getSizeInBits();
5508   bool IsGE256 = (VT.getSizeInBits() >= 256);
5509
5510   // When optimizing for size, generate up to 5 extra bytes for a broadcast
5511   // instruction to save 8 or more bytes of constant pool data.
5512   // TODO: If multiple splats are generated to load the same constant,
5513   // it may be detrimental to overall size. There needs to be a way to detect
5514   // that condition to know if this is truly a size win.
5515   bool OptForSize = DAG.getMachineFunction().getFunction()->optForSize();
5516
5517   // Handle broadcasting a single constant scalar from the constant pool
5518   // into a vector.
5519   // On Sandybridge (no AVX2), it is still better to load a constant vector
5520   // from the constant pool and not to broadcast it from a scalar.
5521   // But override that restriction when optimizing for size.
5522   // TODO: Check if splatting is recommended for other AVX-capable CPUs.
5523   if (ConstSplatVal && (Subtarget->hasAVX2() || OptForSize)) {
5524     EVT CVT = Ld.getValueType();
5525     assert(!CVT.isVector() && "Must not broadcast a vector type");
5526
5527     // Splat f32, i32, v4f64, v4i64 in all cases with AVX2.
5528     // For size optimization, also splat v2f64 and v2i64, and for size opt
5529     // with AVX2, also splat i8 and i16.
5530     // With pattern matching, the VBROADCAST node may become a VMOVDDUP.
5531     if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) ||
5532         (OptForSize && (ScalarSize == 64 || Subtarget->hasAVX2()))) {
5533       const Constant *C = nullptr;
5534       if (ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Ld))
5535         C = CI->getConstantIntValue();
5536       else if (ConstantFPSDNode *CF = dyn_cast<ConstantFPSDNode>(Ld))
5537         C = CF->getConstantFPValue();
5538
5539       assert(C && "Invalid constant type");
5540
5541       const TargetLowering &TLI = DAG.getTargetLoweringInfo();
5542       SDValue CP =
5543           DAG.getConstantPool(C, TLI.getPointerTy(DAG.getDataLayout()));
5544       unsigned Alignment = cast<ConstantPoolSDNode>(CP)->getAlignment();
5545       Ld = DAG.getLoad(
5546           CVT, dl, DAG.getEntryNode(), CP,
5547           MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false,
5548           false, false, Alignment);
5549
5550       return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
5551     }
5552   }
5553
5554   bool IsLoad = ISD::isNormalLoad(Ld.getNode());
5555
5556   // Handle AVX2 in-register broadcasts.
5557   if (!IsLoad && Subtarget->hasInt256() &&
5558       (ScalarSize == 32 || (IsGE256 && ScalarSize == 64)))
5559     return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
5560
5561   // The scalar source must be a normal load.
5562   if (!IsLoad)
5563     return SDValue();
5564
5565   if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) ||
5566       (Subtarget->hasVLX() && ScalarSize == 64))
5567     return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
5568
5569   // The integer check is needed for the 64-bit into 128-bit so it doesn't match
5570   // double since there is no vbroadcastsd xmm
5571   if (Subtarget->hasInt256() && Ld.getValueType().isInteger()) {
5572     if (ScalarSize == 8 || ScalarSize == 16 || ScalarSize == 64)
5573       return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
5574   }
5575
5576   // Unsupported broadcast.
5577   return SDValue();
5578 }
5579
5580 /// \brief For an EXTRACT_VECTOR_ELT with a constant index return the real
5581 /// underlying vector and index.
5582 ///
5583 /// Modifies \p ExtractedFromVec to the real vector and returns the real
5584 /// index.
5585 static int getUnderlyingExtractedFromVec(SDValue &ExtractedFromVec,
5586                                          SDValue ExtIdx) {
5587   int Idx = cast<ConstantSDNode>(ExtIdx)->getZExtValue();
5588   if (!isa<ShuffleVectorSDNode>(ExtractedFromVec))
5589     return Idx;
5590
5591   // For 256-bit vectors, LowerEXTRACT_VECTOR_ELT_SSE4 may have already
5592   // lowered this:
5593   //   (extract_vector_elt (v8f32 %vreg1), Constant<6>)
5594   // to:
5595   //   (extract_vector_elt (vector_shuffle<2,u,u,u>
5596   //                           (extract_subvector (v8f32 %vreg0), Constant<4>),
5597   //                           undef)
5598   //                       Constant<0>)
5599   // In this case the vector is the extract_subvector expression and the index
5600   // is 2, as specified by the shuffle.
5601   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(ExtractedFromVec);
5602   SDValue ShuffleVec = SVOp->getOperand(0);
5603   MVT ShuffleVecVT = ShuffleVec.getSimpleValueType();
5604   assert(ShuffleVecVT.getVectorElementType() ==
5605          ExtractedFromVec.getSimpleValueType().getVectorElementType());
5606
5607   int ShuffleIdx = SVOp->getMaskElt(Idx);
5608   if (isUndefOrInRange(ShuffleIdx, 0, ShuffleVecVT.getVectorNumElements())) {
5609     ExtractedFromVec = ShuffleVec;
5610     return ShuffleIdx;
5611   }
5612   return Idx;
5613 }
5614
5615 static SDValue buildFromShuffleMostly(SDValue Op, SelectionDAG &DAG) {
5616   MVT VT = Op.getSimpleValueType();
5617
5618   // Skip if insert_vec_elt is not supported.
5619   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
5620   if (!TLI.isOperationLegalOrCustom(ISD::INSERT_VECTOR_ELT, VT))
5621     return SDValue();
5622
5623   SDLoc DL(Op);
5624   unsigned NumElems = Op.getNumOperands();
5625
5626   SDValue VecIn1;
5627   SDValue VecIn2;
5628   SmallVector<unsigned, 4> InsertIndices;
5629   SmallVector<int, 8> Mask(NumElems, -1);
5630
5631   for (unsigned i = 0; i != NumElems; ++i) {
5632     unsigned Opc = Op.getOperand(i).getOpcode();
5633
5634     if (Opc == ISD::UNDEF)
5635       continue;
5636
5637     if (Opc != ISD::EXTRACT_VECTOR_ELT) {
5638       // Quit if more than 1 elements need inserting.
5639       if (InsertIndices.size() > 1)
5640         return SDValue();
5641
5642       InsertIndices.push_back(i);
5643       continue;
5644     }
5645
5646     SDValue ExtractedFromVec = Op.getOperand(i).getOperand(0);
5647     SDValue ExtIdx = Op.getOperand(i).getOperand(1);
5648     // Quit if non-constant index.
5649     if (!isa<ConstantSDNode>(ExtIdx))
5650       return SDValue();
5651     int Idx = getUnderlyingExtractedFromVec(ExtractedFromVec, ExtIdx);
5652
5653     // Quit if extracted from vector of different type.
5654     if (ExtractedFromVec.getValueType() != VT)
5655       return SDValue();
5656
5657     if (!VecIn1.getNode())
5658       VecIn1 = ExtractedFromVec;
5659     else if (VecIn1 != ExtractedFromVec) {
5660       if (!VecIn2.getNode())
5661         VecIn2 = ExtractedFromVec;
5662       else if (VecIn2 != ExtractedFromVec)
5663         // Quit if more than 2 vectors to shuffle
5664         return SDValue();
5665     }
5666
5667     if (ExtractedFromVec == VecIn1)
5668       Mask[i] = Idx;
5669     else if (ExtractedFromVec == VecIn2)
5670       Mask[i] = Idx + NumElems;
5671   }
5672
5673   if (!VecIn1.getNode())
5674     return SDValue();
5675
5676   VecIn2 = VecIn2.getNode() ? VecIn2 : DAG.getUNDEF(VT);
5677   SDValue NV = DAG.getVectorShuffle(VT, DL, VecIn1, VecIn2, &Mask[0]);
5678   for (unsigned i = 0, e = InsertIndices.size(); i != e; ++i) {
5679     unsigned Idx = InsertIndices[i];
5680     NV = DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, VT, NV, Op.getOperand(Idx),
5681                      DAG.getIntPtrConstant(Idx, DL));
5682   }
5683
5684   return NV;
5685 }
5686
5687 static SDValue ConvertI1VectorToInteger(SDValue Op, SelectionDAG &DAG) {
5688   assert(ISD::isBuildVectorOfConstantSDNodes(Op.getNode()) &&
5689          Op.getScalarValueSizeInBits() == 1 &&
5690          "Can not convert non-constant vector");
5691   uint64_t Immediate = 0;
5692   for (unsigned idx = 0, e = Op.getNumOperands(); idx < e; ++idx) {
5693     SDValue In = Op.getOperand(idx);
5694     if (In.getOpcode() != ISD::UNDEF)
5695       Immediate |= cast<ConstantSDNode>(In)->getZExtValue() << idx;
5696   }
5697   SDLoc dl(Op);
5698   MVT VT =
5699    MVT::getIntegerVT(std::max((int)Op.getValueType().getSizeInBits(), 8));
5700   return DAG.getConstant(Immediate, dl, VT);
5701 }
5702 // Lower BUILD_VECTOR operation for v8i1 and v16i1 types.
5703 SDValue
5704 X86TargetLowering::LowerBUILD_VECTORvXi1(SDValue Op, SelectionDAG &DAG) const {
5705
5706   MVT VT = Op.getSimpleValueType();
5707   assert((VT.getVectorElementType() == MVT::i1) &&
5708          "Unexpected type in LowerBUILD_VECTORvXi1!");
5709
5710   SDLoc dl(Op);
5711   if (ISD::isBuildVectorAllZeros(Op.getNode())) {
5712     SDValue Cst = DAG.getTargetConstant(0, dl, MVT::i1);
5713     SmallVector<SDValue, 16> Ops(VT.getVectorNumElements(), Cst);
5714     return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Ops);
5715   }
5716
5717   if (ISD::isBuildVectorAllOnes(Op.getNode())) {
5718     SDValue Cst = DAG.getTargetConstant(1, dl, MVT::i1);
5719     SmallVector<SDValue, 16> Ops(VT.getVectorNumElements(), Cst);
5720     return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Ops);
5721   }
5722
5723   if (ISD::isBuildVectorOfConstantSDNodes(Op.getNode())) {
5724     SDValue Imm = ConvertI1VectorToInteger(Op, DAG);
5725     if (Imm.getValueSizeInBits() == VT.getSizeInBits())
5726       return DAG.getBitcast(VT, Imm);
5727     SDValue ExtVec = DAG.getBitcast(MVT::v8i1, Imm);
5728     return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VT, ExtVec,
5729                         DAG.getIntPtrConstant(0, dl));
5730   }
5731
5732   // Vector has one or more non-const elements
5733   uint64_t Immediate = 0;
5734   SmallVector<unsigned, 16> NonConstIdx;
5735   bool IsSplat = true;
5736   bool HasConstElts = false;
5737   int SplatIdx = -1;
5738   for (unsigned idx = 0, e = Op.getNumOperands(); idx < e; ++idx) {
5739     SDValue In = Op.getOperand(idx);
5740     if (In.getOpcode() == ISD::UNDEF)
5741       continue;
5742     if (!isa<ConstantSDNode>(In))
5743       NonConstIdx.push_back(idx);
5744     else {
5745       Immediate |= cast<ConstantSDNode>(In)->getZExtValue() << idx;
5746       HasConstElts = true;
5747     }
5748     if (SplatIdx == -1)
5749       SplatIdx = idx;
5750     else if (In != Op.getOperand(SplatIdx))
5751       IsSplat = false;
5752   }
5753
5754   // for splat use " (select i1 splat_elt, all-ones, all-zeroes)"
5755   if (IsSplat)
5756     return DAG.getNode(ISD::SELECT, dl, VT, Op.getOperand(SplatIdx),
5757                        DAG.getConstant(1, dl, VT),
5758                        DAG.getConstant(0, dl, VT));
5759
5760   // insert elements one by one
5761   SDValue DstVec;
5762   SDValue Imm;
5763   if (Immediate) {
5764     MVT ImmVT = MVT::getIntegerVT(std::max((int)VT.getSizeInBits(), 8));
5765     Imm = DAG.getConstant(Immediate, dl, ImmVT);
5766   }
5767   else if (HasConstElts)
5768     Imm = DAG.getConstant(0, dl, VT);
5769   else
5770     Imm = DAG.getUNDEF(VT);
5771   if (Imm.getValueSizeInBits() == VT.getSizeInBits())
5772     DstVec = DAG.getBitcast(VT, Imm);
5773   else {
5774     SDValue ExtVec = DAG.getBitcast(MVT::v8i1, Imm);
5775     DstVec = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VT, ExtVec,
5776                          DAG.getIntPtrConstant(0, dl));
5777   }
5778
5779   for (unsigned i = 0; i < NonConstIdx.size(); ++i) {
5780     unsigned InsertIdx = NonConstIdx[i];
5781     DstVec = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DstVec,
5782                          Op.getOperand(InsertIdx),
5783                          DAG.getIntPtrConstant(InsertIdx, dl));
5784   }
5785   return DstVec;
5786 }
5787
5788 /// \brief Return true if \p N implements a horizontal binop and return the
5789 /// operands for the horizontal binop into V0 and V1.
5790 ///
5791 /// This is a helper function of LowerToHorizontalOp().
5792 /// This function checks that the build_vector \p N in input implements a
5793 /// horizontal operation. Parameter \p Opcode defines the kind of horizontal
5794 /// operation to match.
5795 /// For example, if \p Opcode is equal to ISD::ADD, then this function
5796 /// checks if \p N implements a horizontal arithmetic add; if instead \p Opcode
5797 /// is equal to ISD::SUB, then this function checks if this is a horizontal
5798 /// arithmetic sub.
5799 ///
5800 /// This function only analyzes elements of \p N whose indices are
5801 /// in range [BaseIdx, LastIdx).
5802 static bool isHorizontalBinOp(const BuildVectorSDNode *N, unsigned Opcode,
5803                               SelectionDAG &DAG,
5804                               unsigned BaseIdx, unsigned LastIdx,
5805                               SDValue &V0, SDValue &V1) {
5806   EVT VT = N->getValueType(0);
5807
5808   assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!");
5809   assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx &&
5810          "Invalid Vector in input!");
5811
5812   bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD);
5813   bool CanFold = true;
5814   unsigned ExpectedVExtractIdx = BaseIdx;
5815   unsigned NumElts = LastIdx - BaseIdx;
5816   V0 = DAG.getUNDEF(VT);
5817   V1 = DAG.getUNDEF(VT);
5818
5819   // Check if N implements a horizontal binop.
5820   for (unsigned i = 0, e = NumElts; i != e && CanFold; ++i) {
5821     SDValue Op = N->getOperand(i + BaseIdx);
5822
5823     // Skip UNDEFs.
5824     if (Op->getOpcode() == ISD::UNDEF) {
5825       // Update the expected vector extract index.
5826       if (i * 2 == NumElts)
5827         ExpectedVExtractIdx = BaseIdx;
5828       ExpectedVExtractIdx += 2;
5829       continue;
5830     }
5831
5832     CanFold = Op->getOpcode() == Opcode && Op->hasOneUse();
5833
5834     if (!CanFold)
5835       break;
5836
5837     SDValue Op0 = Op.getOperand(0);
5838     SDValue Op1 = Op.getOperand(1);
5839
5840     // Try to match the following pattern:
5841     // (BINOP (extract_vector_elt A, I), (extract_vector_elt A, I+1))
5842     CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT &&
5843         Op1.getOpcode() == ISD::EXTRACT_VECTOR_ELT &&
5844         Op0.getOperand(0) == Op1.getOperand(0) &&
5845         isa<ConstantSDNode>(Op0.getOperand(1)) &&
5846         isa<ConstantSDNode>(Op1.getOperand(1)));
5847     if (!CanFold)
5848       break;
5849
5850     unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue();
5851     unsigned I1 = cast<ConstantSDNode>(Op1.getOperand(1))->getZExtValue();
5852
5853     if (i * 2 < NumElts) {
5854       if (V0.getOpcode() == ISD::UNDEF) {
5855         V0 = Op0.getOperand(0);
5856         if (V0.getValueType() != VT)
5857           return false;
5858       }
5859     } else {
5860       if (V1.getOpcode() == ISD::UNDEF) {
5861         V1 = Op0.getOperand(0);
5862         if (V1.getValueType() != VT)
5863           return false;
5864       }
5865       if (i * 2 == NumElts)
5866         ExpectedVExtractIdx = BaseIdx;
5867     }
5868
5869     SDValue Expected = (i * 2 < NumElts) ? V0 : V1;
5870     if (I0 == ExpectedVExtractIdx)
5871       CanFold = I1 == I0 + 1 && Op0.getOperand(0) == Expected;
5872     else if (IsCommutable && I1 == ExpectedVExtractIdx) {
5873       // Try to match the following dag sequence:
5874       // (BINOP (extract_vector_elt A, I+1), (extract_vector_elt A, I))
5875       CanFold = I0 == I1 + 1 && Op1.getOperand(0) == Expected;
5876     } else
5877       CanFold = false;
5878
5879     ExpectedVExtractIdx += 2;
5880   }
5881
5882   return CanFold;
5883 }
5884
5885 /// \brief Emit a sequence of two 128-bit horizontal add/sub followed by
5886 /// a concat_vector.
5887 ///
5888 /// This is a helper function of LowerToHorizontalOp().
5889 /// This function expects two 256-bit vectors called V0 and V1.
5890 /// At first, each vector is split into two separate 128-bit vectors.
5891 /// Then, the resulting 128-bit vectors are used to implement two
5892 /// horizontal binary operations.
5893 ///
5894 /// The kind of horizontal binary operation is defined by \p X86Opcode.
5895 ///
5896 /// \p Mode specifies how the 128-bit parts of V0 and V1 are passed in input to
5897 /// the two new horizontal binop.
5898 /// When Mode is set, the first horizontal binop dag node would take as input
5899 /// the lower 128-bit of V0 and the upper 128-bit of V0. The second
5900 /// horizontal binop dag node would take as input the lower 128-bit of V1
5901 /// and the upper 128-bit of V1.
5902 ///   Example:
5903 ///     HADD V0_LO, V0_HI
5904 ///     HADD V1_LO, V1_HI
5905 ///
5906 /// Otherwise, the first horizontal binop dag node takes as input the lower
5907 /// 128-bit of V0 and the lower 128-bit of V1, and the second horizontal binop
5908 /// dag node takes the upper 128-bit of V0 and the upper 128-bit of V1.
5909 ///   Example:
5910 ///     HADD V0_LO, V1_LO
5911 ///     HADD V0_HI, V1_HI
5912 ///
5913 /// If \p isUndefLO is set, then the algorithm propagates UNDEF to the lower
5914 /// 128-bits of the result. If \p isUndefHI is set, then UNDEF is propagated to
5915 /// the upper 128-bits of the result.
5916 static SDValue ExpandHorizontalBinOp(const SDValue &V0, const SDValue &V1,
5917                                      SDLoc DL, SelectionDAG &DAG,
5918                                      unsigned X86Opcode, bool Mode,
5919                                      bool isUndefLO, bool isUndefHI) {
5920   EVT VT = V0.getValueType();
5921   assert(VT.is256BitVector() && VT == V1.getValueType() &&
5922          "Invalid nodes in input!");
5923
5924   unsigned NumElts = VT.getVectorNumElements();
5925   SDValue V0_LO = Extract128BitVector(V0, 0, DAG, DL);
5926   SDValue V0_HI = Extract128BitVector(V0, NumElts/2, DAG, DL);
5927   SDValue V1_LO = Extract128BitVector(V1, 0, DAG, DL);
5928   SDValue V1_HI = Extract128BitVector(V1, NumElts/2, DAG, DL);
5929   EVT NewVT = V0_LO.getValueType();
5930
5931   SDValue LO = DAG.getUNDEF(NewVT);
5932   SDValue HI = DAG.getUNDEF(NewVT);
5933
5934   if (Mode) {
5935     // Don't emit a horizontal binop if the result is expected to be UNDEF.
5936     if (!isUndefLO && V0->getOpcode() != ISD::UNDEF)
5937       LO = DAG.getNode(X86Opcode, DL, NewVT, V0_LO, V0_HI);
5938     if (!isUndefHI && V1->getOpcode() != ISD::UNDEF)
5939       HI = DAG.getNode(X86Opcode, DL, NewVT, V1_LO, V1_HI);
5940   } else {
5941     // Don't emit a horizontal binop if the result is expected to be UNDEF.
5942     if (!isUndefLO && (V0_LO->getOpcode() != ISD::UNDEF ||
5943                        V1_LO->getOpcode() != ISD::UNDEF))
5944       LO = DAG.getNode(X86Opcode, DL, NewVT, V0_LO, V1_LO);
5945
5946     if (!isUndefHI && (V0_HI->getOpcode() != ISD::UNDEF ||
5947                        V1_HI->getOpcode() != ISD::UNDEF))
5948       HI = DAG.getNode(X86Opcode, DL, NewVT, V0_HI, V1_HI);
5949   }
5950
5951   return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, LO, HI);
5952 }
5953
5954 /// Try to fold a build_vector that performs an 'addsub' to an X86ISD::ADDSUB
5955 /// node.
5956 static SDValue LowerToAddSub(const BuildVectorSDNode *BV,
5957                              const X86Subtarget *Subtarget, SelectionDAG &DAG) {
5958   MVT VT = BV->getSimpleValueType(0);
5959   if ((!Subtarget->hasSSE3() || (VT != MVT::v4f32 && VT != MVT::v2f64)) &&
5960       (!Subtarget->hasAVX() || (VT != MVT::v8f32 && VT != MVT::v4f64)))
5961     return SDValue();
5962
5963   SDLoc DL(BV);
5964   unsigned NumElts = VT.getVectorNumElements();
5965   SDValue InVec0 = DAG.getUNDEF(VT);
5966   SDValue InVec1 = DAG.getUNDEF(VT);
5967
5968   assert((VT == MVT::v8f32 || VT == MVT::v4f64 || VT == MVT::v4f32 ||
5969           VT == MVT::v2f64) && "build_vector with an invalid type found!");
5970
5971   // Odd-numbered elements in the input build vector are obtained from
5972   // adding two integer/float elements.
5973   // Even-numbered elements in the input build vector are obtained from
5974   // subtracting two integer/float elements.
5975   unsigned ExpectedOpcode = ISD::FSUB;
5976   unsigned NextExpectedOpcode = ISD::FADD;
5977   bool AddFound = false;
5978   bool SubFound = false;
5979
5980   for (unsigned i = 0, e = NumElts; i != e; ++i) {
5981     SDValue Op = BV->getOperand(i);
5982
5983     // Skip 'undef' values.
5984     unsigned Opcode = Op.getOpcode();
5985     if (Opcode == ISD::UNDEF) {
5986       std::swap(ExpectedOpcode, NextExpectedOpcode);
5987       continue;
5988     }
5989
5990     // Early exit if we found an unexpected opcode.
5991     if (Opcode != ExpectedOpcode)
5992       return SDValue();
5993
5994     SDValue Op0 = Op.getOperand(0);
5995     SDValue Op1 = Op.getOperand(1);
5996
5997     // Try to match the following pattern:
5998     // (BINOP (extract_vector_elt A, i), (extract_vector_elt B, i))
5999     // Early exit if we cannot match that sequence.
6000     if (Op0.getOpcode() != ISD::EXTRACT_VECTOR_ELT ||
6001         Op1.getOpcode() != ISD::EXTRACT_VECTOR_ELT ||
6002         !isa<ConstantSDNode>(Op0.getOperand(1)) ||
6003         !isa<ConstantSDNode>(Op1.getOperand(1)) ||
6004         Op0.getOperand(1) != Op1.getOperand(1))
6005       return SDValue();
6006
6007     unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue();
6008     if (I0 != i)
6009       return SDValue();
6010
6011     // We found a valid add/sub node. Update the information accordingly.
6012     if (i & 1)
6013       AddFound = true;
6014     else
6015       SubFound = true;
6016
6017     // Update InVec0 and InVec1.
6018     if (InVec0.getOpcode() == ISD::UNDEF) {
6019       InVec0 = Op0.getOperand(0);
6020       if (InVec0.getSimpleValueType() != VT)
6021         return SDValue();
6022     }
6023     if (InVec1.getOpcode() == ISD::UNDEF) {
6024       InVec1 = Op1.getOperand(0);
6025       if (InVec1.getSimpleValueType() != VT)
6026         return SDValue();
6027     }
6028
6029     // Make sure that operands in input to each add/sub node always
6030     // come from a same pair of vectors.
6031     if (InVec0 != Op0.getOperand(0)) {
6032       if (ExpectedOpcode == ISD::FSUB)
6033         return SDValue();
6034
6035       // FADD is commutable. Try to commute the operands
6036       // and then test again.
6037       std::swap(Op0, Op1);
6038       if (InVec0 != Op0.getOperand(0))
6039         return SDValue();
6040     }
6041
6042     if (InVec1 != Op1.getOperand(0))
6043       return SDValue();
6044
6045     // Update the pair of expected opcodes.
6046     std::swap(ExpectedOpcode, NextExpectedOpcode);
6047   }
6048
6049   // Don't try to fold this build_vector into an ADDSUB if the inputs are undef.
6050   if (AddFound && SubFound && InVec0.getOpcode() != ISD::UNDEF &&
6051       InVec1.getOpcode() != ISD::UNDEF)
6052     return DAG.getNode(X86ISD::ADDSUB, DL, VT, InVec0, InVec1);
6053
6054   return SDValue();
6055 }
6056
6057 /// Lower BUILD_VECTOR to a horizontal add/sub operation if possible.
6058 static SDValue LowerToHorizontalOp(const BuildVectorSDNode *BV,
6059                                    const X86Subtarget *Subtarget,
6060                                    SelectionDAG &DAG) {
6061   MVT VT = BV->getSimpleValueType(0);
6062   unsigned NumElts = VT.getVectorNumElements();
6063   unsigned NumUndefsLO = 0;
6064   unsigned NumUndefsHI = 0;
6065   unsigned Half = NumElts/2;
6066
6067   // Count the number of UNDEF operands in the build_vector in input.
6068   for (unsigned i = 0, e = Half; i != e; ++i)
6069     if (BV->getOperand(i)->getOpcode() == ISD::UNDEF)
6070       NumUndefsLO++;
6071
6072   for (unsigned i = Half, e = NumElts; i != e; ++i)
6073     if (BV->getOperand(i)->getOpcode() == ISD::UNDEF)
6074       NumUndefsHI++;
6075
6076   // Early exit if this is either a build_vector of all UNDEFs or all the
6077   // operands but one are UNDEF.
6078   if (NumUndefsLO + NumUndefsHI + 1 >= NumElts)
6079     return SDValue();
6080
6081   SDLoc DL(BV);
6082   SDValue InVec0, InVec1;
6083   if ((VT == MVT::v4f32 || VT == MVT::v2f64) && Subtarget->hasSSE3()) {
6084     // Try to match an SSE3 float HADD/HSUB.
6085     if (isHorizontalBinOp(BV, ISD::FADD, DAG, 0, NumElts, InVec0, InVec1))
6086       return DAG.getNode(X86ISD::FHADD, DL, VT, InVec0, InVec1);
6087
6088     if (isHorizontalBinOp(BV, ISD::FSUB, DAG, 0, NumElts, InVec0, InVec1))
6089       return DAG.getNode(X86ISD::FHSUB, DL, VT, InVec0, InVec1);
6090   } else if ((VT == MVT::v4i32 || VT == MVT::v8i16) && Subtarget->hasSSSE3()) {
6091     // Try to match an SSSE3 integer HADD/HSUB.
6092     if (isHorizontalBinOp(BV, ISD::ADD, DAG, 0, NumElts, InVec0, InVec1))
6093       return DAG.getNode(X86ISD::HADD, DL, VT, InVec0, InVec1);
6094
6095     if (isHorizontalBinOp(BV, ISD::SUB, DAG, 0, NumElts, InVec0, InVec1))
6096       return DAG.getNode(X86ISD::HSUB, DL, VT, InVec0, InVec1);
6097   }
6098
6099   if (!Subtarget->hasAVX())
6100     return SDValue();
6101
6102   if ((VT == MVT::v8f32 || VT == MVT::v4f64)) {
6103     // Try to match an AVX horizontal add/sub of packed single/double
6104     // precision floating point values from 256-bit vectors.
6105     SDValue InVec2, InVec3;
6106     if (isHorizontalBinOp(BV, ISD::FADD, DAG, 0, Half, InVec0, InVec1) &&
6107         isHorizontalBinOp(BV, ISD::FADD, DAG, Half, NumElts, InVec2, InVec3) &&
6108         ((InVec0.getOpcode() == ISD::UNDEF ||
6109           InVec2.getOpcode() == ISD::UNDEF) || InVec0 == InVec2) &&
6110         ((InVec1.getOpcode() == ISD::UNDEF ||
6111           InVec3.getOpcode() == ISD::UNDEF) || InVec1 == InVec3))
6112       return DAG.getNode(X86ISD::FHADD, DL, VT, InVec0, InVec1);
6113
6114     if (isHorizontalBinOp(BV, ISD::FSUB, DAG, 0, Half, InVec0, InVec1) &&
6115         isHorizontalBinOp(BV, ISD::FSUB, DAG, Half, NumElts, InVec2, InVec3) &&
6116         ((InVec0.getOpcode() == ISD::UNDEF ||
6117           InVec2.getOpcode() == ISD::UNDEF) || InVec0 == InVec2) &&
6118         ((InVec1.getOpcode() == ISD::UNDEF ||
6119           InVec3.getOpcode() == ISD::UNDEF) || InVec1 == InVec3))
6120       return DAG.getNode(X86ISD::FHSUB, DL, VT, InVec0, InVec1);
6121   } else if (VT == MVT::v8i32 || VT == MVT::v16i16) {
6122     // Try to match an AVX2 horizontal add/sub of signed integers.
6123     SDValue InVec2, InVec3;
6124     unsigned X86Opcode;
6125     bool CanFold = true;
6126
6127     if (isHorizontalBinOp(BV, ISD::ADD, DAG, 0, Half, InVec0, InVec1) &&
6128         isHorizontalBinOp(BV, ISD::ADD, DAG, Half, NumElts, InVec2, InVec3) &&
6129         ((InVec0.getOpcode() == ISD::UNDEF ||
6130           InVec2.getOpcode() == ISD::UNDEF) || InVec0 == InVec2) &&
6131         ((InVec1.getOpcode() == ISD::UNDEF ||
6132           InVec3.getOpcode() == ISD::UNDEF) || InVec1 == InVec3))
6133       X86Opcode = X86ISD::HADD;
6134     else if (isHorizontalBinOp(BV, ISD::SUB, DAG, 0, Half, InVec0, InVec1) &&
6135         isHorizontalBinOp(BV, ISD::SUB, DAG, Half, NumElts, InVec2, InVec3) &&
6136         ((InVec0.getOpcode() == ISD::UNDEF ||
6137           InVec2.getOpcode() == ISD::UNDEF) || InVec0 == InVec2) &&
6138         ((InVec1.getOpcode() == ISD::UNDEF ||
6139           InVec3.getOpcode() == ISD::UNDEF) || InVec1 == InVec3))
6140       X86Opcode = X86ISD::HSUB;
6141     else
6142       CanFold = false;
6143
6144     if (CanFold) {
6145       // Fold this build_vector into a single horizontal add/sub.
6146       // Do this only if the target has AVX2.
6147       if (Subtarget->hasAVX2())
6148         return DAG.getNode(X86Opcode, DL, VT, InVec0, InVec1);
6149
6150       // Do not try to expand this build_vector into a pair of horizontal
6151       // add/sub if we can emit a pair of scalar add/sub.
6152       if (NumUndefsLO + 1 == Half || NumUndefsHI + 1 == Half)
6153         return SDValue();
6154
6155       // Convert this build_vector into a pair of horizontal binop followed by
6156       // a concat vector.
6157       bool isUndefLO = NumUndefsLO == Half;
6158       bool isUndefHI = NumUndefsHI == Half;
6159       return ExpandHorizontalBinOp(InVec0, InVec1, DL, DAG, X86Opcode, false,
6160                                    isUndefLO, isUndefHI);
6161     }
6162   }
6163
6164   if ((VT == MVT::v8f32 || VT == MVT::v4f64 || VT == MVT::v8i32 ||
6165        VT == MVT::v16i16) && Subtarget->hasAVX()) {
6166     unsigned X86Opcode;
6167     if (isHorizontalBinOp(BV, ISD::ADD, DAG, 0, NumElts, InVec0, InVec1))
6168       X86Opcode = X86ISD::HADD;
6169     else if (isHorizontalBinOp(BV, ISD::SUB, DAG, 0, NumElts, InVec0, InVec1))
6170       X86Opcode = X86ISD::HSUB;
6171     else if (isHorizontalBinOp(BV, ISD::FADD, DAG, 0, NumElts, InVec0, InVec1))
6172       X86Opcode = X86ISD::FHADD;
6173     else if (isHorizontalBinOp(BV, ISD::FSUB, DAG, 0, NumElts, InVec0, InVec1))
6174       X86Opcode = X86ISD::FHSUB;
6175     else
6176       return SDValue();
6177
6178     // Don't try to expand this build_vector into a pair of horizontal add/sub
6179     // if we can simply emit a pair of scalar add/sub.
6180     if (NumUndefsLO + 1 == Half || NumUndefsHI + 1 == Half)
6181       return SDValue();
6182
6183     // Convert this build_vector into two horizontal add/sub followed by
6184     // a concat vector.
6185     bool isUndefLO = NumUndefsLO == Half;
6186     bool isUndefHI = NumUndefsHI == Half;
6187     return ExpandHorizontalBinOp(InVec0, InVec1, DL, DAG, X86Opcode, true,
6188                                  isUndefLO, isUndefHI);
6189   }
6190
6191   return SDValue();
6192 }
6193
6194 SDValue
6195 X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
6196   SDLoc dl(Op);
6197
6198   MVT VT = Op.getSimpleValueType();
6199   MVT ExtVT = VT.getVectorElementType();
6200   unsigned NumElems = Op.getNumOperands();
6201
6202   // Generate vectors for predicate vectors.
6203   if (VT.getVectorElementType() == MVT::i1 && Subtarget->hasAVX512())
6204     return LowerBUILD_VECTORvXi1(Op, DAG);
6205
6206   // Vectors containing all zeros can be matched by pxor and xorps later
6207   if (ISD::isBuildVectorAllZeros(Op.getNode())) {
6208     // Canonicalize this to <4 x i32> to 1) ensure the zero vectors are CSE'd
6209     // and 2) ensure that i64 scalars are eliminated on x86-32 hosts.
6210     if (VT == MVT::v4i32 || VT == MVT::v8i32 || VT == MVT::v16i32)
6211       return Op;
6212
6213     return getZeroVector(VT, Subtarget, DAG, dl);
6214   }
6215
6216   // Vectors containing all ones can be matched by pcmpeqd on 128-bit width
6217   // vectors or broken into v4i32 operations on 256-bit vectors. AVX2 can use
6218   // vpcmpeqd on 256-bit vectors.
6219   if (Subtarget->hasSSE2() && ISD::isBuildVectorAllOnes(Op.getNode())) {
6220     if (VT == MVT::v4i32 || (VT == MVT::v8i32 && Subtarget->hasInt256()))
6221       return Op;
6222
6223     if (!VT.is512BitVector())
6224       return getOnesVector(VT, Subtarget, DAG, dl);
6225   }
6226
6227   BuildVectorSDNode *BV = cast<BuildVectorSDNode>(Op.getNode());
6228   if (SDValue AddSub = LowerToAddSub(BV, Subtarget, DAG))
6229     return AddSub;
6230   if (SDValue HorizontalOp = LowerToHorizontalOp(BV, Subtarget, DAG))
6231     return HorizontalOp;
6232   if (SDValue Broadcast = LowerVectorBroadcast(Op, Subtarget, DAG))
6233     return Broadcast;
6234
6235   unsigned EVTBits = ExtVT.getSizeInBits();
6236
6237   unsigned NumZero  = 0;
6238   unsigned NumNonZero = 0;
6239   uint64_t NonZeros = 0;
6240   bool IsAllConstants = true;
6241   SmallSet<SDValue, 8> Values;
6242   for (unsigned i = 0; i < NumElems; ++i) {
6243     SDValue Elt = Op.getOperand(i);
6244     if (Elt.getOpcode() == ISD::UNDEF)
6245       continue;
6246     Values.insert(Elt);
6247     if (Elt.getOpcode() != ISD::Constant &&
6248         Elt.getOpcode() != ISD::ConstantFP)
6249       IsAllConstants = false;
6250     if (X86::isZeroNode(Elt))
6251       NumZero++;
6252     else {
6253       assert(i < sizeof(NonZeros) * 8); // Make sure the shift is within range.
6254       NonZeros |= ((uint64_t)1 << i);
6255       NumNonZero++;
6256     }
6257   }
6258
6259   // All undef vector. Return an UNDEF.  All zero vectors were handled above.
6260   if (NumNonZero == 0)
6261     return DAG.getUNDEF(VT);
6262
6263   // Special case for single non-zero, non-undef, element.
6264   if (NumNonZero == 1) {
6265     unsigned Idx = countTrailingZeros(NonZeros);
6266     SDValue Item = Op.getOperand(Idx);
6267
6268     // If this is an insertion of an i64 value on x86-32, and if the top bits of
6269     // the value are obviously zero, truncate the value to i32 and do the
6270     // insertion that way.  Only do this if the value is non-constant or if the
6271     // value is a constant being inserted into element 0.  It is cheaper to do
6272     // a constant pool load than it is to do a movd + shuffle.
6273     if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
6274         (!IsAllConstants || Idx == 0)) {
6275       if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
6276         // Handle SSE only.
6277         assert(VT == MVT::v2i64 && "Expected an SSE value type!");
6278         MVT VecVT = MVT::v4i32;
6279
6280         // Truncate the value (which may itself be a constant) to i32, and
6281         // convert it to a vector with movd (S2V+shuffle to zero extend).
6282         Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
6283         Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
6284         return DAG.getBitcast(VT, getShuffleVectorZeroOrUndef(
6285                                       Item, Idx * 2, true, Subtarget, DAG));
6286       }
6287     }
6288
6289     // If we have a constant or non-constant insertion into the low element of
6290     // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
6291     // the rest of the elements.  This will be matched as movd/movq/movss/movsd
6292     // depending on what the source datatype is.
6293     if (Idx == 0) {
6294       if (NumZero == 0)
6295         return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
6296
6297       if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
6298           (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
6299         if (VT.is512BitVector()) {
6300           SDValue ZeroVec = getZeroVector(VT, Subtarget, DAG, dl);
6301           return DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, ZeroVec,
6302                              Item, DAG.getIntPtrConstant(0, dl));
6303         }
6304         assert((VT.is128BitVector() || VT.is256BitVector()) &&
6305                "Expected an SSE value type!");
6306         Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
6307         // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
6308         return getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget, DAG);
6309       }
6310
6311       // We can't directly insert an i8 or i16 into a vector, so zero extend
6312       // it to i32 first.
6313       if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
6314         Item = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Item);
6315         if (VT.is256BitVector()) {
6316           if (Subtarget->hasAVX()) {
6317             Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v8i32, Item);
6318             Item = getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget, DAG);
6319           } else {
6320             // Without AVX, we need to extend to a 128-bit vector and then
6321             // insert into the 256-bit vector.
6322             Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32, Item);
6323             SDValue ZeroVec = getZeroVector(MVT::v8i32, Subtarget, DAG, dl);
6324             Item = Insert128BitVector(ZeroVec, Item, 0, DAG, dl);
6325           }
6326         } else {
6327           assert(VT.is128BitVector() && "Expected an SSE value type!");
6328           Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32, Item);
6329           Item = getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget, DAG);
6330         }
6331         return DAG.getBitcast(VT, Item);
6332       }
6333     }
6334
6335     // Is it a vector logical left shift?
6336     if (NumElems == 2 && Idx == 1 &&
6337         X86::isZeroNode(Op.getOperand(0)) &&
6338         !X86::isZeroNode(Op.getOperand(1))) {
6339       unsigned NumBits = VT.getSizeInBits();
6340       return getVShift(true, VT,
6341                        DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
6342                                    VT, Op.getOperand(1)),
6343                        NumBits/2, DAG, *this, dl);
6344     }
6345
6346     if (IsAllConstants) // Otherwise, it's better to do a constpool load.
6347       return SDValue();
6348
6349     // Otherwise, if this is a vector with i32 or f32 elements, and the element
6350     // is a non-constant being inserted into an element other than the low one,
6351     // we can't use a constant pool load.  Instead, use SCALAR_TO_VECTOR (aka
6352     // movd/movss) to move this into the low element, then shuffle it into
6353     // place.
6354     if (EVTBits == 32) {
6355       Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
6356       return getShuffleVectorZeroOrUndef(Item, Idx, NumZero > 0, Subtarget, DAG);
6357     }
6358   }
6359
6360   // Splat is obviously ok. Let legalizer expand it to a shuffle.
6361   if (Values.size() == 1) {
6362     if (EVTBits == 32) {
6363       // Instead of a shuffle like this:
6364       // shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
6365       // Check if it's possible to issue this instead.
6366       // shuffle (vload ptr)), undef, <1, 1, 1, 1>
6367       unsigned Idx = countTrailingZeros(NonZeros);
6368       SDValue Item = Op.getOperand(Idx);
6369       if (Op.getNode()->isOnlyUserOf(Item.getNode()))
6370         return LowerAsSplatVectorLoad(Item, VT, dl, DAG);
6371     }
6372     return SDValue();
6373   }
6374
6375   // A vector full of immediates; various special cases are already
6376   // handled, so this is best done with a single constant-pool load.
6377   if (IsAllConstants)
6378     return SDValue();
6379
6380   // For AVX-length vectors, see if we can use a vector load to get all of the
6381   // elements, otherwise build the individual 128-bit pieces and use
6382   // shuffles to put them in place.
6383   if (VT.is256BitVector() || VT.is512BitVector()) {
6384     SmallVector<SDValue, 64> V(Op->op_begin(), Op->op_begin() + NumElems);
6385
6386     // Check for a build vector of consecutive loads.
6387     if (SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG, false))
6388       return LD;
6389
6390     EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElems/2);
6391
6392     // Build both the lower and upper subvector.
6393     SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT,
6394                                 makeArrayRef(&V[0], NumElems/2));
6395     SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT,
6396                                 makeArrayRef(&V[NumElems / 2], NumElems/2));
6397
6398     // Recreate the wider vector with the lower and upper part.
6399     if (VT.is256BitVector())
6400       return Concat128BitVectors(Lower, Upper, VT, NumElems, DAG, dl);
6401     return Concat256BitVectors(Lower, Upper, VT, NumElems, DAG, dl);
6402   }
6403
6404   // Let legalizer expand 2-wide build_vectors.
6405   if (EVTBits == 64) {
6406     if (NumNonZero == 1) {
6407       // One half is zero or undef.
6408       unsigned Idx = countTrailingZeros(NonZeros);
6409       SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
6410                                Op.getOperand(Idx));
6411       return getShuffleVectorZeroOrUndef(V2, Idx, true, Subtarget, DAG);
6412     }
6413     return SDValue();
6414   }
6415
6416   // If element VT is < 32 bits, convert it to inserts into a zero vector.
6417   if (EVTBits == 8 && NumElems == 16)
6418     if (SDValue V = LowerBuildVectorv16i8(Op, NonZeros, NumNonZero, NumZero,
6419                                           DAG, Subtarget, *this))
6420       return V;
6421
6422   if (EVTBits == 16 && NumElems == 8)
6423     if (SDValue V = LowerBuildVectorv8i16(Op, NonZeros, NumNonZero, NumZero,
6424                                           DAG, Subtarget, *this))
6425       return V;
6426
6427   // If element VT is == 32 bits and has 4 elems, try to generate an INSERTPS
6428   if (EVTBits == 32 && NumElems == 4)
6429     if (SDValue V = LowerBuildVectorv4x32(Op, DAG, Subtarget, *this))
6430       return V;
6431
6432   // If element VT is == 32 bits, turn it into a number of shuffles.
6433   SmallVector<SDValue, 8> V(NumElems);
6434   if (NumElems == 4 && NumZero > 0) {
6435     for (unsigned i = 0; i < 4; ++i) {
6436       bool isZero = !(NonZeros & (1ULL << i));
6437       if (isZero)
6438         V[i] = getZeroVector(VT, Subtarget, DAG, dl);
6439       else
6440         V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
6441     }
6442
6443     for (unsigned i = 0; i < 2; ++i) {
6444       switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
6445         default: break;
6446         case 0:
6447           V[i] = V[i*2];  // Must be a zero vector.
6448           break;
6449         case 1:
6450           V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
6451           break;
6452         case 2:
6453           V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
6454           break;
6455         case 3:
6456           V[i] = getUnpackl(DAG, dl, VT, V[i*2], V[i*2+1]);
6457           break;
6458       }
6459     }
6460
6461     bool Reverse1 = (NonZeros & 0x3) == 2;
6462     bool Reverse2 = ((NonZeros & (0x3 << 2)) >> 2) == 2;
6463     int MaskVec[] = {
6464       Reverse1 ? 1 : 0,
6465       Reverse1 ? 0 : 1,
6466       static_cast<int>(Reverse2 ? NumElems+1 : NumElems),
6467       static_cast<int>(Reverse2 ? NumElems   : NumElems+1)
6468     };
6469     return DAG.getVectorShuffle(VT, dl, V[0], V[1], &MaskVec[0]);
6470   }
6471
6472   if (Values.size() > 1 && VT.is128BitVector()) {
6473     // Check for a build vector of consecutive loads.
6474     for (unsigned i = 0; i < NumElems; ++i)
6475       V[i] = Op.getOperand(i);
6476
6477     // Check for elements which are consecutive loads.
6478     if (SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG, false))
6479       return LD;
6480
6481     // Check for a build vector from mostly shuffle plus few inserting.
6482     if (SDValue Sh = buildFromShuffleMostly(Op, DAG))
6483       return Sh;
6484
6485     // For SSE 4.1, use insertps to put the high elements into the low element.
6486     if (Subtarget->hasSSE41()) {
6487       SDValue Result;
6488       if (Op.getOperand(0).getOpcode() != ISD::UNDEF)
6489         Result = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(0));
6490       else
6491         Result = DAG.getUNDEF(VT);
6492
6493       for (unsigned i = 1; i < NumElems; ++i) {
6494         if (Op.getOperand(i).getOpcode() == ISD::UNDEF) continue;
6495         Result = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, Result,
6496                              Op.getOperand(i), DAG.getIntPtrConstant(i, dl));
6497       }
6498       return Result;
6499     }
6500
6501     // Otherwise, expand into a number of unpckl*, start by extending each of
6502     // our (non-undef) elements to the full vector width with the element in the
6503     // bottom slot of the vector (which generates no code for SSE).
6504     for (unsigned i = 0; i < NumElems; ++i) {
6505       if (Op.getOperand(i).getOpcode() != ISD::UNDEF)
6506         V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
6507       else
6508         V[i] = DAG.getUNDEF(VT);
6509     }
6510
6511     // Next, we iteratively mix elements, e.g. for v4f32:
6512     //   Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
6513     //         : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
6514     //   Step 2: unpcklps X, Y ==>    <3, 2, 1, 0>
6515     unsigned EltStride = NumElems >> 1;
6516     while (EltStride != 0) {
6517       for (unsigned i = 0; i < EltStride; ++i) {
6518         // If V[i+EltStride] is undef and this is the first round of mixing,
6519         // then it is safe to just drop this shuffle: V[i] is already in the
6520         // right place, the one element (since it's the first round) being
6521         // inserted as undef can be dropped.  This isn't safe for successive
6522         // rounds because they will permute elements within both vectors.
6523         if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
6524             EltStride == NumElems/2)
6525           continue;
6526
6527         V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
6528       }
6529       EltStride >>= 1;
6530     }
6531     return V[0];
6532   }
6533   return SDValue();
6534 }
6535
6536 // 256-bit AVX can use the vinsertf128 instruction
6537 // to create 256-bit vectors from two other 128-bit ones.
6538 static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
6539   SDLoc dl(Op);
6540   MVT ResVT = Op.getSimpleValueType();
6541
6542   assert((ResVT.is256BitVector() ||
6543           ResVT.is512BitVector()) && "Value type must be 256-/512-bit wide");
6544
6545   SDValue V1 = Op.getOperand(0);
6546   SDValue V2 = Op.getOperand(1);
6547   unsigned NumElems = ResVT.getVectorNumElements();
6548   if (ResVT.is256BitVector())
6549     return Concat128BitVectors(V1, V2, ResVT, NumElems, DAG, dl);
6550
6551   if (Op.getNumOperands() == 4) {
6552     MVT HalfVT = MVT::getVectorVT(ResVT.getVectorElementType(),
6553                                   ResVT.getVectorNumElements()/2);
6554     SDValue V3 = Op.getOperand(2);
6555     SDValue V4 = Op.getOperand(3);
6556     return Concat256BitVectors(Concat128BitVectors(V1, V2, HalfVT, NumElems/2, DAG, dl),
6557       Concat128BitVectors(V3, V4, HalfVT, NumElems/2, DAG, dl), ResVT, NumElems, DAG, dl);
6558   }
6559   return Concat256BitVectors(V1, V2, ResVT, NumElems, DAG, dl);
6560 }
6561
6562 static SDValue LowerCONCAT_VECTORSvXi1(SDValue Op,
6563                                        const X86Subtarget *Subtarget,
6564                                        SelectionDAG & DAG) {
6565   SDLoc dl(Op);
6566   MVT ResVT = Op.getSimpleValueType();
6567   unsigned NumOfOperands = Op.getNumOperands();
6568
6569   assert(isPowerOf2_32(NumOfOperands) &&
6570          "Unexpected number of operands in CONCAT_VECTORS");
6571
6572   SDValue Undef = DAG.getUNDEF(ResVT);
6573   if (NumOfOperands > 2) {
6574     // Specialize the cases when all, or all but one, of the operands are undef.
6575     unsigned NumOfDefinedOps = 0;
6576     unsigned OpIdx = 0;
6577     for (unsigned i = 0; i < NumOfOperands; i++)
6578       if (!Op.getOperand(i).isUndef()) {
6579         NumOfDefinedOps++;
6580         OpIdx = i;
6581       }
6582     if (NumOfDefinedOps == 0)
6583       return Undef;
6584     if (NumOfDefinedOps == 1) {
6585       unsigned SubVecNumElts =
6586         Op.getOperand(OpIdx).getValueType().getVectorNumElements();
6587       SDValue IdxVal = DAG.getIntPtrConstant(SubVecNumElts * OpIdx, dl);
6588       return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, Undef,
6589                          Op.getOperand(OpIdx), IdxVal);
6590     }
6591
6592     MVT HalfVT = MVT::getVectorVT(ResVT.getVectorElementType(),
6593                                   ResVT.getVectorNumElements()/2);
6594     SmallVector<SDValue, 2> Ops;
6595     for (unsigned i = 0; i < NumOfOperands/2; i++)
6596       Ops.push_back(Op.getOperand(i));
6597     SDValue Lo = DAG.getNode(ISD::CONCAT_VECTORS, dl, HalfVT, Ops);
6598     Ops.clear();
6599     for (unsigned i = NumOfOperands/2; i < NumOfOperands; i++)
6600       Ops.push_back(Op.getOperand(i));
6601     SDValue Hi = DAG.getNode(ISD::CONCAT_VECTORS, dl, HalfVT, Ops);
6602     return DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Lo, Hi);
6603   }
6604
6605   // 2 operands
6606   SDValue V1 = Op.getOperand(0);
6607   SDValue V2 = Op.getOperand(1);
6608   unsigned NumElems = ResVT.getVectorNumElements();
6609   assert(V1.getValueType() == V2.getValueType() &&
6610          V1.getValueType().getVectorNumElements() == NumElems/2 &&
6611          "Unexpected operands in CONCAT_VECTORS");
6612
6613   if (ResVT.getSizeInBits() >= 16)
6614     return Op; // The operation is legal with KUNPCK
6615
6616   bool IsZeroV1 = ISD::isBuildVectorAllZeros(V1.getNode());
6617   bool IsZeroV2 = ISD::isBuildVectorAllZeros(V2.getNode());
6618   SDValue ZeroVec = getZeroVector(ResVT, Subtarget, DAG, dl);
6619   if (IsZeroV1 && IsZeroV2)
6620     return ZeroVec;
6621
6622   SDValue ZeroIdx = DAG.getIntPtrConstant(0, dl);
6623   if (V2.isUndef())
6624     return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, Undef, V1, ZeroIdx);
6625   if (IsZeroV2)
6626     return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, ZeroVec, V1, ZeroIdx);
6627
6628   SDValue IdxVal = DAG.getIntPtrConstant(NumElems/2, dl);
6629   if (V1.isUndef())
6630     V2 = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, Undef, V2, IdxVal);
6631
6632   if (IsZeroV1)
6633     return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, ZeroVec, V2, IdxVal);
6634
6635   V1 = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, Undef, V1, ZeroIdx);
6636   return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResVT, V1, V2, IdxVal);
6637 }
6638
6639 static SDValue LowerCONCAT_VECTORS(SDValue Op,
6640                                    const X86Subtarget *Subtarget,
6641                                    SelectionDAG &DAG) {
6642   MVT VT = Op.getSimpleValueType();
6643   if (VT.getVectorElementType() == MVT::i1)
6644     return LowerCONCAT_VECTORSvXi1(Op, Subtarget, DAG);
6645
6646   assert((VT.is256BitVector() && Op.getNumOperands() == 2) ||
6647          (VT.is512BitVector() && (Op.getNumOperands() == 2 ||
6648           Op.getNumOperands() == 4)));
6649
6650   // AVX can use the vinsertf128 instruction to create 256-bit vectors
6651   // from two other 128-bit ones.
6652
6653   // 512-bit vector may contain 2 256-bit vectors or 4 128-bit vectors
6654   return LowerAVXCONCAT_VECTORS(Op, DAG);
6655 }
6656
6657 //===----------------------------------------------------------------------===//
6658 // Vector shuffle lowering
6659 //
6660 // This is an experimental code path for lowering vector shuffles on x86. It is
6661 // designed to handle arbitrary vector shuffles and blends, gracefully
6662 // degrading performance as necessary. It works hard to recognize idiomatic
6663 // shuffles and lower them to optimal instruction patterns without leaving
6664 // a framework that allows reasonably efficient handling of all vector shuffle
6665 // patterns.
6666 //===----------------------------------------------------------------------===//
6667
6668 /// \brief Tiny helper function to identify a no-op mask.
6669 ///
6670 /// This is a somewhat boring predicate function. It checks whether the mask
6671 /// array input, which is assumed to be a single-input shuffle mask of the kind
6672 /// used by the X86 shuffle instructions (not a fully general
6673 /// ShuffleVectorSDNode mask) requires any shuffles to occur. Both undef and an
6674 /// in-place shuffle are 'no-op's.
6675 static bool isNoopShuffleMask(ArrayRef<int> Mask) {
6676   for (int i = 0, Size = Mask.size(); i < Size; ++i)
6677     if (Mask[i] != -1 && Mask[i] != i)
6678       return false;
6679   return true;
6680 }
6681
6682 /// \brief Helper function to classify a mask as a single-input mask.
6683 ///
6684 /// This isn't a generic single-input test because in the vector shuffle
6685 /// lowering we canonicalize single inputs to be the first input operand. This
6686 /// means we can more quickly test for a single input by only checking whether
6687 /// an input from the second operand exists. We also assume that the size of
6688 /// mask corresponds to the size of the input vectors which isn't true in the
6689 /// fully general case.
6690 static bool isSingleInputShuffleMask(ArrayRef<int> Mask) {
6691   for (int M : Mask)
6692     if (M >= (int)Mask.size())
6693       return false;
6694   return true;
6695 }
6696
6697 /// \brief Test whether there are elements crossing 128-bit lanes in this
6698 /// shuffle mask.
6699 ///
6700 /// X86 divides up its shuffles into in-lane and cross-lane shuffle operations
6701 /// and we routinely test for these.
6702 static bool is128BitLaneCrossingShuffleMask(MVT VT, ArrayRef<int> Mask) {
6703   int LaneSize = 128 / VT.getScalarSizeInBits();
6704   int Size = Mask.size();
6705   for (int i = 0; i < Size; ++i)
6706     if (Mask[i] >= 0 && (Mask[i] % Size) / LaneSize != i / LaneSize)
6707       return true;
6708   return false;
6709 }
6710
6711 /// \brief Test whether a shuffle mask is equivalent within each 128-bit lane.
6712 ///
6713 /// This checks a shuffle mask to see if it is performing the same
6714 /// 128-bit lane-relative shuffle in each 128-bit lane. This trivially implies
6715 /// that it is also not lane-crossing. It may however involve a blend from the
6716 /// same lane of a second vector.
6717 ///
6718 /// The specific repeated shuffle mask is populated in \p RepeatedMask, as it is
6719 /// non-trivial to compute in the face of undef lanes. The representation is
6720 /// *not* suitable for use with existing 128-bit shuffles as it will contain
6721 /// entries from both V1 and V2 inputs to the wider mask.
6722 static bool
6723 is128BitLaneRepeatedShuffleMask(MVT VT, ArrayRef<int> Mask,
6724                                 SmallVectorImpl<int> &RepeatedMask) {
6725   int LaneSize = 128 / VT.getScalarSizeInBits();
6726   RepeatedMask.resize(LaneSize, -1);
6727   int Size = Mask.size();
6728   for (int i = 0; i < Size; ++i) {
6729     if (Mask[i] < 0)
6730       continue;
6731     if ((Mask[i] % Size) / LaneSize != i / LaneSize)
6732       // This entry crosses lanes, so there is no way to model this shuffle.
6733       return false;
6734
6735     // Ok, handle the in-lane shuffles by detecting if and when they repeat.
6736     if (RepeatedMask[i % LaneSize] == -1)
6737       // This is the first non-undef entry in this slot of a 128-bit lane.
6738       RepeatedMask[i % LaneSize] =
6739           Mask[i] < Size ? Mask[i] % LaneSize : Mask[i] % LaneSize + Size;
6740     else if (RepeatedMask[i % LaneSize] + (i / LaneSize) * LaneSize != Mask[i])
6741       // Found a mismatch with the repeated mask.
6742       return false;
6743   }
6744   return true;
6745 }
6746
6747 /// \brief Checks whether a shuffle mask is equivalent to an explicit list of
6748 /// arguments.
6749 ///
6750 /// This is a fast way to test a shuffle mask against a fixed pattern:
6751 ///
6752 ///   if (isShuffleEquivalent(Mask, 3, 2, {1, 0})) { ... }
6753 ///
6754 /// It returns true if the mask is exactly as wide as the argument list, and
6755 /// each element of the mask is either -1 (signifying undef) or the value given
6756 /// in the argument.
6757 static bool isShuffleEquivalent(SDValue V1, SDValue V2, ArrayRef<int> Mask,
6758                                 ArrayRef<int> ExpectedMask) {
6759   if (Mask.size() != ExpectedMask.size())
6760     return false;
6761
6762   int Size = Mask.size();
6763
6764   // If the values are build vectors, we can look through them to find
6765   // equivalent inputs that make the shuffles equivalent.
6766   auto *BV1 = dyn_cast<BuildVectorSDNode>(V1);
6767   auto *BV2 = dyn_cast<BuildVectorSDNode>(V2);
6768
6769   for (int i = 0; i < Size; ++i)
6770     if (Mask[i] != -1 && Mask[i] != ExpectedMask[i]) {
6771       auto *MaskBV = Mask[i] < Size ? BV1 : BV2;
6772       auto *ExpectedBV = ExpectedMask[i] < Size ? BV1 : BV2;
6773       if (!MaskBV || !ExpectedBV ||
6774           MaskBV->getOperand(Mask[i] % Size) !=
6775               ExpectedBV->getOperand(ExpectedMask[i] % Size))
6776         return false;
6777     }
6778
6779   return true;
6780 }
6781
6782 /// \brief Get a 4-lane 8-bit shuffle immediate for a mask.
6783 ///
6784 /// This helper function produces an 8-bit shuffle immediate corresponding to
6785 /// the ubiquitous shuffle encoding scheme used in x86 instructions for
6786 /// shuffling 4 lanes. It can be used with most of the PSHUF instructions for
6787 /// example.
6788 ///
6789 /// NB: We rely heavily on "undef" masks preserving the input lane.
6790 static SDValue getV4X86ShuffleImm8ForMask(ArrayRef<int> Mask, SDLoc DL,
6791                                           SelectionDAG &DAG) {
6792   assert(Mask.size() == 4 && "Only 4-lane shuffle masks");
6793   assert(Mask[0] >= -1 && Mask[0] < 4 && "Out of bound mask element!");
6794   assert(Mask[1] >= -1 && Mask[1] < 4 && "Out of bound mask element!");
6795   assert(Mask[2] >= -1 && Mask[2] < 4 && "Out of bound mask element!");
6796   assert(Mask[3] >= -1 && Mask[3] < 4 && "Out of bound mask element!");
6797
6798   unsigned Imm = 0;
6799   Imm |= (Mask[0] == -1 ? 0 : Mask[0]) << 0;
6800   Imm |= (Mask[1] == -1 ? 1 : Mask[1]) << 2;
6801   Imm |= (Mask[2] == -1 ? 2 : Mask[2]) << 4;
6802   Imm |= (Mask[3] == -1 ? 3 : Mask[3]) << 6;
6803   return DAG.getConstant(Imm, DL, MVT::i8);
6804 }
6805
6806 /// \brief Compute whether each element of a shuffle is zeroable.
6807 ///
6808 /// A "zeroable" vector shuffle element is one which can be lowered to zero.
6809 /// Either it is an undef element in the shuffle mask, the element of the input
6810 /// referenced is undef, or the element of the input referenced is known to be
6811 /// zero. Many x86 shuffles can zero lanes cheaply and we often want to handle
6812 /// as many lanes with this technique as possible to simplify the remaining
6813 /// shuffle.
6814 static SmallBitVector computeZeroableShuffleElements(ArrayRef<int> Mask,
6815                                                      SDValue V1, SDValue V2) {
6816   SmallBitVector Zeroable(Mask.size(), false);
6817
6818   while (V1.getOpcode() == ISD::BITCAST)
6819     V1 = V1->getOperand(0);
6820   while (V2.getOpcode() == ISD::BITCAST)
6821     V2 = V2->getOperand(0);
6822
6823   bool V1IsZero = ISD::isBuildVectorAllZeros(V1.getNode());
6824   bool V2IsZero = ISD::isBuildVectorAllZeros(V2.getNode());
6825
6826   for (int i = 0, Size = Mask.size(); i < Size; ++i) {
6827     int M = Mask[i];
6828     // Handle the easy cases.
6829     if (M < 0 || (M >= 0 && M < Size && V1IsZero) || (M >= Size && V2IsZero)) {
6830       Zeroable[i] = true;
6831       continue;
6832     }
6833
6834     // If this is an index into a build_vector node (which has the same number
6835     // of elements), dig out the input value and use it.
6836     SDValue V = M < Size ? V1 : V2;
6837     if (V.getOpcode() != ISD::BUILD_VECTOR || Size != (int)V.getNumOperands())
6838       continue;
6839
6840     SDValue Input = V.getOperand(M % Size);
6841     // The UNDEF opcode check really should be dead code here, but not quite
6842     // worth asserting on (it isn't invalid, just unexpected).
6843     if (Input.getOpcode() == ISD::UNDEF || X86::isZeroNode(Input))
6844       Zeroable[i] = true;
6845   }
6846
6847   return Zeroable;
6848 }
6849
6850 // X86 has dedicated unpack instructions that can handle specific blend
6851 // operations: UNPCKH and UNPCKL.
6852 static SDValue lowerVectorShuffleWithUNPCK(SDLoc DL, MVT VT, ArrayRef<int> Mask,
6853                                            SDValue V1, SDValue V2,
6854                                            SelectionDAG &DAG) {
6855   int NumElts = VT.getVectorNumElements();
6856   int NumEltsInLane = 128 / VT.getScalarSizeInBits();
6857   SmallVector<int, 8> Unpckl;
6858   SmallVector<int, 8> Unpckh;
6859
6860   for (int i = 0; i < NumElts; ++i) {
6861     unsigned LaneStart = (i / NumEltsInLane) * NumEltsInLane;
6862     int LoPos = (i % NumEltsInLane) / 2 + LaneStart + NumElts * (i % 2);
6863     int HiPos = LoPos + NumEltsInLane / 2;
6864     Unpckl.push_back(LoPos);
6865     Unpckh.push_back(HiPos);
6866   }
6867
6868   if (isShuffleEquivalent(V1, V2, Mask, Unpckl))
6869     return DAG.getNode(X86ISD::UNPCKL, DL, VT, V1, V2);
6870   if (isShuffleEquivalent(V1, V2, Mask, Unpckh))
6871     return DAG.getNode(X86ISD::UNPCKH, DL, VT, V1, V2);
6872
6873   // Commute and try again.
6874   ShuffleVectorSDNode::commuteMask(Unpckl);
6875   if (isShuffleEquivalent(V1, V2, Mask, Unpckl))
6876     return DAG.getNode(X86ISD::UNPCKL, DL, VT, V2, V1);
6877
6878   ShuffleVectorSDNode::commuteMask(Unpckh);
6879   if (isShuffleEquivalent(V1, V2, Mask, Unpckh))
6880     return DAG.getNode(X86ISD::UNPCKH, DL, VT, V2, V1);
6881
6882   return SDValue();
6883 }
6884
6885 /// \brief Try to emit a bitmask instruction for a shuffle.
6886 ///
6887 /// This handles cases where we can model a blend exactly as a bitmask due to
6888 /// one of the inputs being zeroable.
6889 static SDValue lowerVectorShuffleAsBitMask(SDLoc DL, MVT VT, SDValue V1,
6890                                            SDValue V2, ArrayRef<int> Mask,
6891                                            SelectionDAG &DAG) {
6892   MVT EltVT = VT.getVectorElementType();
6893   int NumEltBits = EltVT.getSizeInBits();
6894   MVT IntEltVT = MVT::getIntegerVT(NumEltBits);
6895   SDValue Zero = DAG.getConstant(0, DL, IntEltVT);
6896   SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL,
6897                                     IntEltVT);
6898   if (EltVT.isFloatingPoint()) {
6899     Zero = DAG.getBitcast(EltVT, Zero);
6900     AllOnes = DAG.getBitcast(EltVT, AllOnes);
6901   }
6902   SmallVector<SDValue, 16> VMaskOps(Mask.size(), Zero);
6903   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
6904   SDValue V;
6905   for (int i = 0, Size = Mask.size(); i < Size; ++i) {
6906     if (Zeroable[i])
6907       continue;
6908     if (Mask[i] % Size != i)
6909       return SDValue(); // Not a blend.
6910     if (!V)
6911       V = Mask[i] < Size ? V1 : V2;
6912     else if (V != (Mask[i] < Size ? V1 : V2))
6913       return SDValue(); // Can only let one input through the mask.
6914
6915     VMaskOps[i] = AllOnes;
6916   }
6917   if (!V)
6918     return SDValue(); // No non-zeroable elements!
6919
6920   SDValue VMask = DAG.getNode(ISD::BUILD_VECTOR, DL, VT, VMaskOps);
6921   V = DAG.getNode(VT.isFloatingPoint()
6922                   ? (unsigned) X86ISD::FAND : (unsigned) ISD::AND,
6923                   DL, VT, V, VMask);
6924   return V;
6925 }
6926
6927 /// \brief Try to emit a blend instruction for a shuffle using bit math.
6928 ///
6929 /// This is used as a fallback approach when first class blend instructions are
6930 /// unavailable. Currently it is only suitable for integer vectors, but could
6931 /// be generalized for floating point vectors if desirable.
6932 static SDValue lowerVectorShuffleAsBitBlend(SDLoc DL, MVT VT, SDValue V1,
6933                                             SDValue V2, ArrayRef<int> Mask,
6934                                             SelectionDAG &DAG) {
6935   assert(VT.isInteger() && "Only supports integer vector types!");
6936   MVT EltVT = VT.getVectorElementType();
6937   int NumEltBits = EltVT.getSizeInBits();
6938   SDValue Zero = DAG.getConstant(0, DL, EltVT);
6939   SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL,
6940                                     EltVT);
6941   SmallVector<SDValue, 16> MaskOps;
6942   for (int i = 0, Size = Mask.size(); i < Size; ++i) {
6943     if (Mask[i] != -1 && Mask[i] != i && Mask[i] != i + Size)
6944       return SDValue(); // Shuffled input!
6945     MaskOps.push_back(Mask[i] < Size ? AllOnes : Zero);
6946   }
6947
6948   SDValue V1Mask = DAG.getNode(ISD::BUILD_VECTOR, DL, VT, MaskOps);
6949   V1 = DAG.getNode(ISD::AND, DL, VT, V1, V1Mask);
6950   // We have to cast V2 around.
6951   MVT MaskVT = MVT::getVectorVT(MVT::i64, VT.getSizeInBits() / 64);
6952   V2 = DAG.getBitcast(VT, DAG.getNode(X86ISD::ANDNP, DL, MaskVT,
6953                                       DAG.getBitcast(MaskVT, V1Mask),
6954                                       DAG.getBitcast(MaskVT, V2)));
6955   return DAG.getNode(ISD::OR, DL, VT, V1, V2);
6956 }
6957
6958 /// \brief Try to emit a blend instruction for a shuffle.
6959 ///
6960 /// This doesn't do any checks for the availability of instructions for blending
6961 /// these values. It relies on the availability of the X86ISD::BLENDI pattern to
6962 /// be matched in the backend with the type given. What it does check for is
6963 /// that the shuffle mask is a blend, or convertible into a blend with zero.
6964 static SDValue lowerVectorShuffleAsBlend(SDLoc DL, MVT VT, SDValue V1,
6965                                          SDValue V2, ArrayRef<int> Original,
6966                                          const X86Subtarget *Subtarget,
6967                                          SelectionDAG &DAG) {
6968   bool V1IsZero = ISD::isBuildVectorAllZeros(V1.getNode());
6969   bool V2IsZero = ISD::isBuildVectorAllZeros(V2.getNode());
6970   SmallVector<int, 8> Mask(Original.begin(), Original.end());
6971   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
6972   bool ForceV1Zero = false, ForceV2Zero = false;
6973
6974   // Attempt to generate the binary blend mask. If an input is zero then
6975   // we can use any lane.
6976   // TODO: generalize the zero matching to any scalar like isShuffleEquivalent.
6977   unsigned BlendMask = 0;
6978   for (int i = 0, Size = Mask.size(); i < Size; ++i) {
6979     int M = Mask[i];
6980     if (M < 0)
6981       continue;
6982     if (M == i)
6983       continue;
6984     if (M == i + Size) {
6985       BlendMask |= 1u << i;
6986       continue;
6987     }
6988     if (Zeroable[i]) {
6989       if (V1IsZero) {
6990         ForceV1Zero = true;
6991         Mask[i] = i;
6992         continue;
6993       }
6994       if (V2IsZero) {
6995         ForceV2Zero = true;
6996         BlendMask |= 1u << i;
6997         Mask[i] = i + Size;
6998         continue;
6999       }
7000     }
7001     return SDValue(); // Shuffled input!
7002   }
7003
7004   // Create a REAL zero vector - ISD::isBuildVectorAllZeros allows UNDEFs.
7005   if (ForceV1Zero)
7006     V1 = getZeroVector(VT, Subtarget, DAG, DL);
7007   if (ForceV2Zero)
7008     V2 = getZeroVector(VT, Subtarget, DAG, DL);
7009
7010   auto ScaleBlendMask = [](unsigned BlendMask, int Size, int Scale) {
7011     unsigned ScaledMask = 0;
7012     for (int i = 0; i != Size; ++i)
7013       if (BlendMask & (1u << i))
7014         for (int j = 0; j != Scale; ++j)
7015           ScaledMask |= 1u << (i * Scale + j);
7016     return ScaledMask;
7017   };
7018
7019   switch (VT.SimpleTy) {
7020   case MVT::v2f64:
7021   case MVT::v4f32:
7022   case MVT::v4f64:
7023   case MVT::v8f32:
7024     return DAG.getNode(X86ISD::BLENDI, DL, VT, V1, V2,
7025                        DAG.getConstant(BlendMask, DL, MVT::i8));
7026
7027   case MVT::v4i64:
7028   case MVT::v8i32:
7029     assert(Subtarget->hasAVX2() && "256-bit integer blends require AVX2!");
7030     // FALLTHROUGH
7031   case MVT::v2i64:
7032   case MVT::v4i32:
7033     // If we have AVX2 it is faster to use VPBLENDD when the shuffle fits into
7034     // that instruction.
7035     if (Subtarget->hasAVX2()) {
7036       // Scale the blend by the number of 32-bit dwords per element.
7037       int Scale =  VT.getScalarSizeInBits() / 32;
7038       BlendMask = ScaleBlendMask(BlendMask, Mask.size(), Scale);
7039       MVT BlendVT = VT.getSizeInBits() > 128 ? MVT::v8i32 : MVT::v4i32;
7040       V1 = DAG.getBitcast(BlendVT, V1);
7041       V2 = DAG.getBitcast(BlendVT, V2);
7042       return DAG.getBitcast(
7043           VT, DAG.getNode(X86ISD::BLENDI, DL, BlendVT, V1, V2,
7044                           DAG.getConstant(BlendMask, DL, MVT::i8)));
7045     }
7046     // FALLTHROUGH
7047   case MVT::v8i16: {
7048     // For integer shuffles we need to expand the mask and cast the inputs to
7049     // v8i16s prior to blending.
7050     int Scale = 8 / VT.getVectorNumElements();
7051     BlendMask = ScaleBlendMask(BlendMask, Mask.size(), Scale);
7052     V1 = DAG.getBitcast(MVT::v8i16, V1);
7053     V2 = DAG.getBitcast(MVT::v8i16, V2);
7054     return DAG.getBitcast(VT,
7055                           DAG.getNode(X86ISD::BLENDI, DL, MVT::v8i16, V1, V2,
7056                                       DAG.getConstant(BlendMask, DL, MVT::i8)));
7057   }
7058
7059   case MVT::v16i16: {
7060     assert(Subtarget->hasAVX2() && "256-bit integer blends require AVX2!");
7061     SmallVector<int, 8> RepeatedMask;
7062     if (is128BitLaneRepeatedShuffleMask(MVT::v16i16, Mask, RepeatedMask)) {
7063       // We can lower these with PBLENDW which is mirrored across 128-bit lanes.
7064       assert(RepeatedMask.size() == 8 && "Repeated mask size doesn't match!");
7065       BlendMask = 0;
7066       for (int i = 0; i < 8; ++i)
7067         if (RepeatedMask[i] >= 16)
7068           BlendMask |= 1u << i;
7069       return DAG.getNode(X86ISD::BLENDI, DL, MVT::v16i16, V1, V2,
7070                          DAG.getConstant(BlendMask, DL, MVT::i8));
7071     }
7072   }
7073     // FALLTHROUGH
7074   case MVT::v16i8:
7075   case MVT::v32i8: {
7076     assert((VT.is128BitVector() || Subtarget->hasAVX2()) &&
7077            "256-bit byte-blends require AVX2 support!");
7078
7079     // Attempt to lower to a bitmask if we can. VPAND is faster than VPBLENDVB.
7080     if (SDValue Masked = lowerVectorShuffleAsBitMask(DL, VT, V1, V2, Mask, DAG))
7081       return Masked;
7082
7083     // Scale the blend by the number of bytes per element.
7084     int Scale = VT.getScalarSizeInBits() / 8;
7085
7086     // This form of blend is always done on bytes. Compute the byte vector
7087     // type.
7088     MVT BlendVT = MVT::getVectorVT(MVT::i8, VT.getSizeInBits() / 8);
7089
7090     // Compute the VSELECT mask. Note that VSELECT is really confusing in the
7091     // mix of LLVM's code generator and the x86 backend. We tell the code
7092     // generator that boolean values in the elements of an x86 vector register
7093     // are -1 for true and 0 for false. We then use the LLVM semantics of 'true'
7094     // mapping a select to operand #1, and 'false' mapping to operand #2. The
7095     // reality in x86 is that vector masks (pre-AVX-512) use only the high bit
7096     // of the element (the remaining are ignored) and 0 in that high bit would
7097     // mean operand #1 while 1 in the high bit would mean operand #2. So while
7098     // the LLVM model for boolean values in vector elements gets the relevant
7099     // bit set, it is set backwards and over constrained relative to x86's
7100     // actual model.
7101     SmallVector<SDValue, 32> VSELECTMask;
7102     for (int i = 0, Size = Mask.size(); i < Size; ++i)
7103       for (int j = 0; j < Scale; ++j)
7104         VSELECTMask.push_back(
7105             Mask[i] < 0 ? DAG.getUNDEF(MVT::i8)
7106                         : DAG.getConstant(Mask[i] < Size ? -1 : 0, DL,
7107                                           MVT::i8));
7108
7109     V1 = DAG.getBitcast(BlendVT, V1);
7110     V2 = DAG.getBitcast(BlendVT, V2);
7111     return DAG.getBitcast(VT, DAG.getNode(ISD::VSELECT, DL, BlendVT,
7112                                           DAG.getNode(ISD::BUILD_VECTOR, DL,
7113                                                       BlendVT, VSELECTMask),
7114                                           V1, V2));
7115   }
7116
7117   default:
7118     llvm_unreachable("Not a supported integer vector type!");
7119   }
7120 }
7121
7122 /// \brief Try to lower as a blend of elements from two inputs followed by
7123 /// a single-input permutation.
7124 ///
7125 /// This matches the pattern where we can blend elements from two inputs and
7126 /// then reduce the shuffle to a single-input permutation.
7127 static SDValue lowerVectorShuffleAsBlendAndPermute(SDLoc DL, MVT VT, SDValue V1,
7128                                                    SDValue V2,
7129                                                    ArrayRef<int> Mask,
7130                                                    SelectionDAG &DAG) {
7131   // We build up the blend mask while checking whether a blend is a viable way
7132   // to reduce the shuffle.
7133   SmallVector<int, 32> BlendMask(Mask.size(), -1);
7134   SmallVector<int, 32> PermuteMask(Mask.size(), -1);
7135
7136   for (int i = 0, Size = Mask.size(); i < Size; ++i) {
7137     if (Mask[i] < 0)
7138       continue;
7139
7140     assert(Mask[i] < Size * 2 && "Shuffle input is out of bounds.");
7141
7142     if (BlendMask[Mask[i] % Size] == -1)
7143       BlendMask[Mask[i] % Size] = Mask[i];
7144     else if (BlendMask[Mask[i] % Size] != Mask[i])
7145       return SDValue(); // Can't blend in the needed input!
7146
7147     PermuteMask[i] = Mask[i] % Size;
7148   }
7149
7150   SDValue V = DAG.getVectorShuffle(VT, DL, V1, V2, BlendMask);
7151   return DAG.getVectorShuffle(VT, DL, V, DAG.getUNDEF(VT), PermuteMask);
7152 }
7153
7154 /// \brief Generic routine to decompose a shuffle and blend into indepndent
7155 /// blends and permutes.
7156 ///
7157 /// This matches the extremely common pattern for handling combined
7158 /// shuffle+blend operations on newer X86 ISAs where we have very fast blend
7159 /// operations. It will try to pick the best arrangement of shuffles and
7160 /// blends.
7161 static SDValue lowerVectorShuffleAsDecomposedShuffleBlend(SDLoc DL, MVT VT,
7162                                                           SDValue V1,
7163                                                           SDValue V2,
7164                                                           ArrayRef<int> Mask,
7165                                                           SelectionDAG &DAG) {
7166   // Shuffle the input elements into the desired positions in V1 and V2 and
7167   // blend them together.
7168   SmallVector<int, 32> V1Mask(Mask.size(), -1);
7169   SmallVector<int, 32> V2Mask(Mask.size(), -1);
7170   SmallVector<int, 32> BlendMask(Mask.size(), -1);
7171   for (int i = 0, Size = Mask.size(); i < Size; ++i)
7172     if (Mask[i] >= 0 && Mask[i] < Size) {
7173       V1Mask[i] = Mask[i];
7174       BlendMask[i] = i;
7175     } else if (Mask[i] >= Size) {
7176       V2Mask[i] = Mask[i] - Size;
7177       BlendMask[i] = i + Size;
7178     }
7179
7180   // Try to lower with the simpler initial blend strategy unless one of the
7181   // input shuffles would be a no-op. We prefer to shuffle inputs as the
7182   // shuffle may be able to fold with a load or other benefit. However, when
7183   // we'll have to do 2x as many shuffles in order to achieve this, blending
7184   // first is a better strategy.
7185   if (!isNoopShuffleMask(V1Mask) && !isNoopShuffleMask(V2Mask))
7186     if (SDValue BlendPerm =
7187             lowerVectorShuffleAsBlendAndPermute(DL, VT, V1, V2, Mask, DAG))
7188       return BlendPerm;
7189
7190   V1 = DAG.getVectorShuffle(VT, DL, V1, DAG.getUNDEF(VT), V1Mask);
7191   V2 = DAG.getVectorShuffle(VT, DL, V2, DAG.getUNDEF(VT), V2Mask);
7192   return DAG.getVectorShuffle(VT, DL, V1, V2, BlendMask);
7193 }
7194
7195 /// \brief Try to lower a vector shuffle as a byte rotation.
7196 ///
7197 /// SSSE3 has a generic PALIGNR instruction in x86 that will do an arbitrary
7198 /// byte-rotation of the concatenation of two vectors; pre-SSSE3 can use
7199 /// a PSRLDQ/PSLLDQ/POR pattern to get a similar effect. This routine will
7200 /// try to generically lower a vector shuffle through such an pattern. It
7201 /// does not check for the profitability of lowering either as PALIGNR or
7202 /// PSRLDQ/PSLLDQ/POR, only whether the mask is valid to lower in that form.
7203 /// This matches shuffle vectors that look like:
7204 ///
7205 ///   v8i16 [11, 12, 13, 14, 15, 0, 1, 2]
7206 ///
7207 /// Essentially it concatenates V1 and V2, shifts right by some number of
7208 /// elements, and takes the low elements as the result. Note that while this is
7209 /// specified as a *right shift* because x86 is little-endian, it is a *left
7210 /// rotate* of the vector lanes.
7211 static SDValue lowerVectorShuffleAsByteRotate(SDLoc DL, MVT VT, SDValue V1,
7212                                               SDValue V2,
7213                                               ArrayRef<int> Mask,
7214                                               const X86Subtarget *Subtarget,
7215                                               SelectionDAG &DAG) {
7216   assert(!isNoopShuffleMask(Mask) && "We shouldn't lower no-op shuffles!");
7217
7218   int NumElts = Mask.size();
7219   int NumLanes = VT.getSizeInBits() / 128;
7220   int NumLaneElts = NumElts / NumLanes;
7221
7222   // We need to detect various ways of spelling a rotation:
7223   //   [11, 12, 13, 14, 15,  0,  1,  2]
7224   //   [-1, 12, 13, 14, -1, -1,  1, -1]
7225   //   [-1, -1, -1, -1, -1, -1,  1,  2]
7226   //   [ 3,  4,  5,  6,  7,  8,  9, 10]
7227   //   [-1,  4,  5,  6, -1, -1,  9, -1]
7228   //   [-1,  4,  5,  6, -1, -1, -1, -1]
7229   int Rotation = 0;
7230   SDValue Lo, Hi;
7231   for (int l = 0; l < NumElts; l += NumLaneElts) {
7232     for (int i = 0; i < NumLaneElts; ++i) {
7233       if (Mask[l + i] == -1)
7234         continue;
7235       assert(Mask[l + i] >= 0 && "Only -1 is a valid negative mask element!");
7236
7237       // Get the mod-Size index and lane correct it.
7238       int LaneIdx = (Mask[l + i] % NumElts) - l;
7239       // Make sure it was in this lane.
7240       if (LaneIdx < 0 || LaneIdx >= NumLaneElts)
7241         return SDValue();
7242
7243       // Determine where a rotated vector would have started.
7244       int StartIdx = i - LaneIdx;
7245       if (StartIdx == 0)
7246         // The identity rotation isn't interesting, stop.
7247         return SDValue();
7248
7249       // If we found the tail of a vector the rotation must be the missing
7250       // front. If we found the head of a vector, it must be how much of the
7251       // head.
7252       int CandidateRotation = StartIdx < 0 ? -StartIdx : NumLaneElts - StartIdx;
7253
7254       if (Rotation == 0)
7255         Rotation = CandidateRotation;
7256       else if (Rotation != CandidateRotation)
7257         // The rotations don't match, so we can't match this mask.
7258         return SDValue();
7259
7260       // Compute which value this mask is pointing at.
7261       SDValue MaskV = Mask[l + i] < NumElts ? V1 : V2;
7262
7263       // Compute which of the two target values this index should be assigned
7264       // to. This reflects whether the high elements are remaining or the low
7265       // elements are remaining.
7266       SDValue &TargetV = StartIdx < 0 ? Hi : Lo;
7267
7268       // Either set up this value if we've not encountered it before, or check
7269       // that it remains consistent.
7270       if (!TargetV)
7271         TargetV = MaskV;
7272       else if (TargetV != MaskV)
7273         // This may be a rotation, but it pulls from the inputs in some
7274         // unsupported interleaving.
7275         return SDValue();
7276     }
7277   }
7278
7279   // Check that we successfully analyzed the mask, and normalize the results.
7280   assert(Rotation != 0 && "Failed to locate a viable rotation!");
7281   assert((Lo || Hi) && "Failed to find a rotated input vector!");
7282   if (!Lo)
7283     Lo = Hi;
7284   else if (!Hi)
7285     Hi = Lo;
7286
7287   // The actual rotate instruction rotates bytes, so we need to scale the
7288   // rotation based on how many bytes are in the vector lane.
7289   int Scale = 16 / NumLaneElts;
7290
7291   // SSSE3 targets can use the palignr instruction.
7292   if (Subtarget->hasSSSE3()) {
7293     // Cast the inputs to i8 vector of correct length to match PALIGNR.
7294     MVT AlignVT = MVT::getVectorVT(MVT::i8, 16 * NumLanes);
7295     Lo = DAG.getBitcast(AlignVT, Lo);
7296     Hi = DAG.getBitcast(AlignVT, Hi);
7297
7298     return DAG.getBitcast(
7299         VT, DAG.getNode(X86ISD::PALIGNR, DL, AlignVT, Lo, Hi,
7300                         DAG.getConstant(Rotation * Scale, DL, MVT::i8)));
7301   }
7302
7303   assert(VT.is128BitVector() &&
7304          "Rotate-based lowering only supports 128-bit lowering!");
7305   assert(Mask.size() <= 16 &&
7306          "Can shuffle at most 16 bytes in a 128-bit vector!");
7307
7308   // Default SSE2 implementation
7309   int LoByteShift = 16 - Rotation * Scale;
7310   int HiByteShift = Rotation * Scale;
7311
7312   // Cast the inputs to v2i64 to match PSLLDQ/PSRLDQ.
7313   Lo = DAG.getBitcast(MVT::v2i64, Lo);
7314   Hi = DAG.getBitcast(MVT::v2i64, Hi);
7315
7316   SDValue LoShift = DAG.getNode(X86ISD::VSHLDQ, DL, MVT::v2i64, Lo,
7317                                 DAG.getConstant(LoByteShift, DL, MVT::i8));
7318   SDValue HiShift = DAG.getNode(X86ISD::VSRLDQ, DL, MVT::v2i64, Hi,
7319                                 DAG.getConstant(HiByteShift, DL, MVT::i8));
7320   return DAG.getBitcast(VT,
7321                         DAG.getNode(ISD::OR, DL, MVT::v2i64, LoShift, HiShift));
7322 }
7323
7324 /// \brief Try to lower a vector shuffle as a bit shift (shifts in zeros).
7325 ///
7326 /// Attempts to match a shuffle mask against the PSLL(W/D/Q/DQ) and
7327 /// PSRL(W/D/Q/DQ) SSE2 and AVX2 logical bit-shift instructions. The function
7328 /// matches elements from one of the input vectors shuffled to the left or
7329 /// right with zeroable elements 'shifted in'. It handles both the strictly
7330 /// bit-wise element shifts and the byte shift across an entire 128-bit double
7331 /// quad word lane.
7332 ///
7333 /// PSHL : (little-endian) left bit shift.
7334 /// [ zz, 0, zz,  2 ]
7335 /// [ -1, 4, zz, -1 ]
7336 /// PSRL : (little-endian) right bit shift.
7337 /// [  1, zz,  3, zz]
7338 /// [ -1, -1,  7, zz]
7339 /// PSLLDQ : (little-endian) left byte shift
7340 /// [ zz,  0,  1,  2,  3,  4,  5,  6]
7341 /// [ zz, zz, -1, -1,  2,  3,  4, -1]
7342 /// [ zz, zz, zz, zz, zz, zz, -1,  1]
7343 /// PSRLDQ : (little-endian) right byte shift
7344 /// [  5, 6,  7, zz, zz, zz, zz, zz]
7345 /// [ -1, 5,  6,  7, zz, zz, zz, zz]
7346 /// [  1, 2, -1, -1, -1, -1, zz, zz]
7347 static SDValue lowerVectorShuffleAsShift(SDLoc DL, MVT VT, SDValue V1,
7348                                          SDValue V2, ArrayRef<int> Mask,
7349                                          SelectionDAG &DAG) {
7350   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
7351
7352   int Size = Mask.size();
7353   assert(Size == (int)VT.getVectorNumElements() && "Unexpected mask size");
7354
7355   auto CheckZeros = [&](int Shift, int Scale, bool Left) {
7356     for (int i = 0; i < Size; i += Scale)
7357       for (int j = 0; j < Shift; ++j)
7358         if (!Zeroable[i + j + (Left ? 0 : (Scale - Shift))])
7359           return false;
7360
7361     return true;
7362   };
7363
7364   auto MatchShift = [&](int Shift, int Scale, bool Left, SDValue V) {
7365     for (int i = 0; i != Size; i += Scale) {
7366       unsigned Pos = Left ? i + Shift : i;
7367       unsigned Low = Left ? i : i + Shift;
7368       unsigned Len = Scale - Shift;
7369       if (!isSequentialOrUndefInRange(Mask, Pos, Len,
7370                                       Low + (V == V1 ? 0 : Size)))
7371         return SDValue();
7372     }
7373
7374     int ShiftEltBits = VT.getScalarSizeInBits() * Scale;
7375     bool ByteShift = ShiftEltBits > 64;
7376     unsigned OpCode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI)
7377                            : (ByteShift ? X86ISD::VSRLDQ : X86ISD::VSRLI);
7378     int ShiftAmt = Shift * VT.getScalarSizeInBits() / (ByteShift ? 8 : 1);
7379
7380     // Normalize the scale for byte shifts to still produce an i64 element
7381     // type.
7382     Scale = ByteShift ? Scale / 2 : Scale;
7383
7384     // We need to round trip through the appropriate type for the shift.
7385     MVT ShiftSVT = MVT::getIntegerVT(VT.getScalarSizeInBits() * Scale);
7386     MVT ShiftVT = MVT::getVectorVT(ShiftSVT, Size / Scale);
7387     assert(DAG.getTargetLoweringInfo().isTypeLegal(ShiftVT) &&
7388            "Illegal integer vector type");
7389     V = DAG.getBitcast(ShiftVT, V);
7390
7391     V = DAG.getNode(OpCode, DL, ShiftVT, V,
7392                     DAG.getConstant(ShiftAmt, DL, MVT::i8));
7393     return DAG.getBitcast(VT, V);
7394   };
7395
7396   // SSE/AVX supports logical shifts up to 64-bit integers - so we can just
7397   // keep doubling the size of the integer elements up to that. We can
7398   // then shift the elements of the integer vector by whole multiples of
7399   // their width within the elements of the larger integer vector. Test each
7400   // multiple to see if we can find a match with the moved element indices
7401   // and that the shifted in elements are all zeroable.
7402   for (int Scale = 2; Scale * VT.getScalarSizeInBits() <= 128; Scale *= 2)
7403     for (int Shift = 1; Shift != Scale; ++Shift)
7404       for (bool Left : {true, false})
7405         if (CheckZeros(Shift, Scale, Left))
7406           for (SDValue V : {V1, V2})
7407             if (SDValue Match = MatchShift(Shift, Scale, Left, V))
7408               return Match;
7409
7410   // no match
7411   return SDValue();
7412 }
7413
7414 /// \brief Try to lower a vector shuffle using SSE4a EXTRQ/INSERTQ.
7415 static SDValue lowerVectorShuffleWithSSE4A(SDLoc DL, MVT VT, SDValue V1,
7416                                            SDValue V2, ArrayRef<int> Mask,
7417                                            SelectionDAG &DAG) {
7418   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
7419   assert(!Zeroable.all() && "Fully zeroable shuffle mask");
7420
7421   int Size = Mask.size();
7422   int HalfSize = Size / 2;
7423   assert(Size == (int)VT.getVectorNumElements() && "Unexpected mask size");
7424
7425   // Upper half must be undefined.
7426   if (!isUndefInRange(Mask, HalfSize, HalfSize))
7427     return SDValue();
7428
7429   // EXTRQ: Extract Len elements from lower half of source, starting at Idx.
7430   // Remainder of lower half result is zero and upper half is all undef.
7431   auto LowerAsEXTRQ = [&]() {
7432     // Determine the extraction length from the part of the
7433     // lower half that isn't zeroable.
7434     int Len = HalfSize;
7435     for (; Len > 0; --Len)
7436       if (!Zeroable[Len - 1])
7437         break;
7438     assert(Len > 0 && "Zeroable shuffle mask");
7439
7440     // Attempt to match first Len sequential elements from the lower half.
7441     SDValue Src;
7442     int Idx = -1;
7443     for (int i = 0; i != Len; ++i) {
7444       int M = Mask[i];
7445       if (M < 0)
7446         continue;
7447       SDValue &V = (M < Size ? V1 : V2);
7448       M = M % Size;
7449
7450       // The extracted elements must start at a valid index and all mask
7451       // elements must be in the lower half.
7452       if (i > M || M >= HalfSize)
7453         return SDValue();
7454
7455       if (Idx < 0 || (Src == V && Idx == (M - i))) {
7456         Src = V;
7457         Idx = M - i;
7458         continue;
7459       }
7460       return SDValue();
7461     }
7462
7463     if (Idx < 0)
7464       return SDValue();
7465
7466     assert((Idx + Len) <= HalfSize && "Illegal extraction mask");
7467     int BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f;
7468     int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f;
7469     return DAG.getNode(X86ISD::EXTRQI, DL, VT, Src,
7470                        DAG.getConstant(BitLen, DL, MVT::i8),
7471                        DAG.getConstant(BitIdx, DL, MVT::i8));
7472   };
7473
7474   if (SDValue ExtrQ = LowerAsEXTRQ())
7475     return ExtrQ;
7476
7477   // INSERTQ: Extract lowest Len elements from lower half of second source and
7478   // insert over first source, starting at Idx.
7479   // { A[0], .., A[Idx-1], B[0], .., B[Len-1], A[Idx+Len], .., UNDEF, ... }
7480   auto LowerAsInsertQ = [&]() {
7481     for (int Idx = 0; Idx != HalfSize; ++Idx) {
7482       SDValue Base;
7483
7484       // Attempt to match first source from mask before insertion point.
7485       if (isUndefInRange(Mask, 0, Idx)) {
7486         /* EMPTY */
7487       } else if (isSequentialOrUndefInRange(Mask, 0, Idx, 0)) {
7488         Base = V1;
7489       } else if (isSequentialOrUndefInRange(Mask, 0, Idx, Size)) {
7490         Base = V2;
7491       } else {
7492         continue;
7493       }
7494
7495       // Extend the extraction length looking to match both the insertion of
7496       // the second source and the remaining elements of the first.
7497       for (int Hi = Idx + 1; Hi <= HalfSize; ++Hi) {
7498         SDValue Insert;
7499         int Len = Hi - Idx;
7500
7501         // Match insertion.
7502         if (isSequentialOrUndefInRange(Mask, Idx, Len, 0)) {
7503           Insert = V1;
7504         } else if (isSequentialOrUndefInRange(Mask, Idx, Len, Size)) {
7505           Insert = V2;
7506         } else {
7507           continue;
7508         }
7509
7510         // Match the remaining elements of the lower half.
7511         if (isUndefInRange(Mask, Hi, HalfSize - Hi)) {
7512           /* EMPTY */
7513         } else if ((!Base || (Base == V1)) &&
7514                    isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi, Hi)) {
7515           Base = V1;
7516         } else if ((!Base || (Base == V2)) &&
7517                    isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi,
7518                                               Size + Hi)) {
7519           Base = V2;
7520         } else {
7521           continue;
7522         }
7523
7524         // We may not have a base (first source) - this can safely be undefined.
7525         if (!Base)
7526           Base = DAG.getUNDEF(VT);
7527
7528         int BitLen = (Len * VT.getScalarSizeInBits()) & 0x3f;
7529         int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f;
7530         return DAG.getNode(X86ISD::INSERTQI, DL, VT, Base, Insert,
7531                            DAG.getConstant(BitLen, DL, MVT::i8),
7532                            DAG.getConstant(BitIdx, DL, MVT::i8));
7533       }
7534     }
7535
7536     return SDValue();
7537   };
7538
7539   if (SDValue InsertQ = LowerAsInsertQ())
7540     return InsertQ;
7541
7542   return SDValue();
7543 }
7544
7545 /// \brief Lower a vector shuffle as a zero or any extension.
7546 ///
7547 /// Given a specific number of elements, element bit width, and extension
7548 /// stride, produce either a zero or any extension based on the available
7549 /// features of the subtarget. The extended elements are consecutive and
7550 /// begin and can start from an offseted element index in the input; to
7551 /// avoid excess shuffling the offset must either being in the bottom lane
7552 /// or at the start of a higher lane. All extended elements must be from
7553 /// the same lane.
7554 static SDValue lowerVectorShuffleAsSpecificZeroOrAnyExtend(
7555     SDLoc DL, MVT VT, int Scale, int Offset, bool AnyExt, SDValue InputV,
7556     ArrayRef<int> Mask, const X86Subtarget *Subtarget, SelectionDAG &DAG) {
7557   assert(Scale > 1 && "Need a scale to extend.");
7558   int EltBits = VT.getScalarSizeInBits();
7559   int NumElements = VT.getVectorNumElements();
7560   int NumEltsPerLane = 128 / EltBits;
7561   int OffsetLane = Offset / NumEltsPerLane;
7562   assert((EltBits == 8 || EltBits == 16 || EltBits == 32) &&
7563          "Only 8, 16, and 32 bit elements can be extended.");
7564   assert(Scale * EltBits <= 64 && "Cannot zero extend past 64 bits.");
7565   assert(0 <= Offset && "Extension offset must be positive.");
7566   assert((Offset < NumEltsPerLane || Offset % NumEltsPerLane == 0) &&
7567          "Extension offset must be in the first lane or start an upper lane.");
7568
7569   // Check that an index is in same lane as the base offset.
7570   auto SafeOffset = [&](int Idx) {
7571     return OffsetLane == (Idx / NumEltsPerLane);
7572   };
7573
7574   // Shift along an input so that the offset base moves to the first element.
7575   auto ShuffleOffset = [&](SDValue V) {
7576     if (!Offset)
7577       return V;
7578
7579     SmallVector<int, 8> ShMask((unsigned)NumElements, -1);
7580     for (int i = 0; i * Scale < NumElements; ++i) {
7581       int SrcIdx = i + Offset;
7582       ShMask[i] = SafeOffset(SrcIdx) ? SrcIdx : -1;
7583     }
7584     return DAG.getVectorShuffle(VT, DL, V, DAG.getUNDEF(VT), ShMask);
7585   };
7586
7587   // Found a valid zext mask! Try various lowering strategies based on the
7588   // input type and available ISA extensions.
7589   if (Subtarget->hasSSE41()) {
7590     // Not worth offseting 128-bit vectors if scale == 2, a pattern using
7591     // PUNPCK will catch this in a later shuffle match.
7592     if (Offset && Scale == 2 && VT.is128BitVector())
7593       return SDValue();
7594     MVT ExtVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits * Scale),
7595                                  NumElements / Scale);
7596     InputV = DAG.getNode(X86ISD::VZEXT, DL, ExtVT, ShuffleOffset(InputV));
7597     return DAG.getBitcast(VT, InputV);
7598   }
7599
7600   assert(VT.is128BitVector() && "Only 128-bit vectors can be extended.");
7601
7602   // For any extends we can cheat for larger element sizes and use shuffle
7603   // instructions that can fold with a load and/or copy.
7604   if (AnyExt && EltBits == 32) {
7605     int PSHUFDMask[4] = {Offset, -1, SafeOffset(Offset + 1) ? Offset + 1 : -1,
7606                          -1};
7607     return DAG.getBitcast(
7608         VT, DAG.getNode(X86ISD::PSHUFD, DL, MVT::v4i32,
7609                         DAG.getBitcast(MVT::v4i32, InputV),
7610                         getV4X86ShuffleImm8ForMask(PSHUFDMask, DL, DAG)));
7611   }
7612   if (AnyExt && EltBits == 16 && Scale > 2) {
7613     int PSHUFDMask[4] = {Offset / 2, -1,
7614                          SafeOffset(Offset + 1) ? (Offset + 1) / 2 : -1, -1};
7615     InputV = DAG.getNode(X86ISD::PSHUFD, DL, MVT::v4i32,
7616                          DAG.getBitcast(MVT::v4i32, InputV),
7617                          getV4X86ShuffleImm8ForMask(PSHUFDMask, DL, DAG));
7618     int PSHUFWMask[4] = {1, -1, -1, -1};
7619     unsigned OddEvenOp = (Offset & 1 ? X86ISD::PSHUFLW : X86ISD::PSHUFHW);
7620     return DAG.getBitcast(
7621         VT, DAG.getNode(OddEvenOp, DL, MVT::v8i16,
7622                         DAG.getBitcast(MVT::v8i16, InputV),
7623                         getV4X86ShuffleImm8ForMask(PSHUFWMask, DL, DAG)));
7624   }
7625
7626   // The SSE4A EXTRQ instruction can efficiently extend the first 2 lanes
7627   // to 64-bits.
7628   if ((Scale * EltBits) == 64 && EltBits < 32 && Subtarget->hasSSE4A()) {
7629     assert(NumElements == (int)Mask.size() && "Unexpected shuffle mask size!");
7630     assert(VT.is128BitVector() && "Unexpected vector width!");
7631
7632     int LoIdx = Offset * EltBits;
7633     SDValue Lo = DAG.getNode(ISD::BITCAST, DL, MVT::v2i64,
7634                              DAG.getNode(X86ISD::EXTRQI, DL, VT, InputV,
7635                                          DAG.getConstant(EltBits, DL, MVT::i8),
7636                                          DAG.getConstant(LoIdx, DL, MVT::i8)));
7637
7638     if (isUndefInRange(Mask, NumElements / 2, NumElements / 2) ||
7639         !SafeOffset(Offset + 1))
7640       return DAG.getNode(ISD::BITCAST, DL, VT, Lo);
7641
7642     int HiIdx = (Offset + 1) * EltBits;
7643     SDValue Hi = DAG.getNode(ISD::BITCAST, DL, MVT::v2i64,
7644                              DAG.getNode(X86ISD::EXTRQI, DL, VT, InputV,
7645                                          DAG.getConstant(EltBits, DL, MVT::i8),
7646                                          DAG.getConstant(HiIdx, DL, MVT::i8)));
7647     return DAG.getNode(ISD::BITCAST, DL, VT,
7648                        DAG.getNode(X86ISD::UNPCKL, DL, MVT::v2i64, Lo, Hi));
7649   }
7650
7651   // If this would require more than 2 unpack instructions to expand, use
7652   // pshufb when available. We can only use more than 2 unpack instructions
7653   // when zero extending i8 elements which also makes it easier to use pshufb.
7654   if (Scale > 4 && EltBits == 8 && Subtarget->hasSSSE3()) {
7655     assert(NumElements == 16 && "Unexpected byte vector width!");
7656     SDValue PSHUFBMask[16];
7657     for (int i = 0; i < 16; ++i) {
7658       int Idx = Offset + (i / Scale);
7659       PSHUFBMask[i] = DAG.getConstant(
7660           (i % Scale == 0 && SafeOffset(Idx)) ? Idx : 0x80, DL, MVT::i8);
7661     }
7662     InputV = DAG.getBitcast(MVT::v16i8, InputV);
7663     return DAG.getBitcast(VT,
7664                           DAG.getNode(X86ISD::PSHUFB, DL, MVT::v16i8, InputV,
7665                                       DAG.getNode(ISD::BUILD_VECTOR, DL,
7666                                                   MVT::v16i8, PSHUFBMask)));
7667   }
7668
7669   // If we are extending from an offset, ensure we start on a boundary that
7670   // we can unpack from.
7671   int AlignToUnpack = Offset % (NumElements / Scale);
7672   if (AlignToUnpack) {
7673     SmallVector<int, 8> ShMask((unsigned)NumElements, -1);
7674     for (int i = AlignToUnpack; i < NumElements; ++i)
7675       ShMask[i - AlignToUnpack] = i;
7676     InputV = DAG.getVectorShuffle(VT, DL, InputV, DAG.getUNDEF(VT), ShMask);
7677     Offset -= AlignToUnpack;
7678   }
7679
7680   // Otherwise emit a sequence of unpacks.
7681   do {
7682     unsigned UnpackLoHi = X86ISD::UNPCKL;
7683     if (Offset >= (NumElements / 2)) {
7684       UnpackLoHi = X86ISD::UNPCKH;
7685       Offset -= (NumElements / 2);
7686     }
7687
7688     MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements);
7689     SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT)
7690                          : getZeroVector(InputVT, Subtarget, DAG, DL);
7691     InputV = DAG.getBitcast(InputVT, InputV);
7692     InputV = DAG.getNode(UnpackLoHi, DL, InputVT, InputV, Ext);
7693     Scale /= 2;
7694     EltBits *= 2;
7695     NumElements /= 2;
7696   } while (Scale > 1);
7697   return DAG.getBitcast(VT, InputV);
7698 }
7699
7700 /// \brief Try to lower a vector shuffle as a zero extension on any microarch.
7701 ///
7702 /// This routine will try to do everything in its power to cleverly lower
7703 /// a shuffle which happens to match the pattern of a zero extend. It doesn't
7704 /// check for the profitability of this lowering,  it tries to aggressively
7705 /// match this pattern. It will use all of the micro-architectural details it
7706 /// can to emit an efficient lowering. It handles both blends with all-zero
7707 /// inputs to explicitly zero-extend and undef-lanes (sometimes undef due to
7708 /// masking out later).
7709 ///
7710 /// The reason we have dedicated lowering for zext-style shuffles is that they
7711 /// are both incredibly common and often quite performance sensitive.
7712 static SDValue lowerVectorShuffleAsZeroOrAnyExtend(
7713     SDLoc DL, MVT VT, SDValue V1, SDValue V2, ArrayRef<int> Mask,
7714     const X86Subtarget *Subtarget, SelectionDAG &DAG) {
7715   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
7716
7717   int Bits = VT.getSizeInBits();
7718   int NumLanes = Bits / 128;
7719   int NumElements = VT.getVectorNumElements();
7720   int NumEltsPerLane = NumElements / NumLanes;
7721   assert(VT.getScalarSizeInBits() <= 32 &&
7722          "Exceeds 32-bit integer zero extension limit");
7723   assert((int)Mask.size() == NumElements && "Unexpected shuffle mask size");
7724
7725   // Define a helper function to check a particular ext-scale and lower to it if
7726   // valid.
7727   auto Lower = [&](int Scale) -> SDValue {
7728     SDValue InputV;
7729     bool AnyExt = true;
7730     int Offset = 0;
7731     int Matches = 0;
7732     for (int i = 0; i < NumElements; ++i) {
7733       int M = Mask[i];
7734       if (M == -1)
7735         continue; // Valid anywhere but doesn't tell us anything.
7736       if (i % Scale != 0) {
7737         // Each of the extended elements need to be zeroable.
7738         if (!Zeroable[i])
7739           return SDValue();
7740
7741         // We no longer are in the anyext case.
7742         AnyExt = false;
7743         continue;
7744       }
7745
7746       // Each of the base elements needs to be consecutive indices into the
7747       // same input vector.
7748       SDValue V = M < NumElements ? V1 : V2;
7749       M = M % NumElements;
7750       if (!InputV) {
7751         InputV = V;
7752         Offset = M - (i / Scale);
7753       } else if (InputV != V)
7754         return SDValue(); // Flip-flopping inputs.
7755
7756       // Offset must start in the lowest 128-bit lane or at the start of an
7757       // upper lane.
7758       // FIXME: Is it ever worth allowing a negative base offset?
7759       if (!((0 <= Offset && Offset < NumEltsPerLane) ||
7760             (Offset % NumEltsPerLane) == 0))
7761         return SDValue();
7762
7763       // If we are offsetting, all referenced entries must come from the same
7764       // lane.
7765       if (Offset && (Offset / NumEltsPerLane) != (M / NumEltsPerLane))
7766         return SDValue();
7767
7768       if ((M % NumElements) != (Offset + (i / Scale)))
7769         return SDValue(); // Non-consecutive strided elements.
7770       Matches++;
7771     }
7772
7773     // If we fail to find an input, we have a zero-shuffle which should always
7774     // have already been handled.
7775     // FIXME: Maybe handle this here in case during blending we end up with one?
7776     if (!InputV)
7777       return SDValue();
7778
7779     // If we are offsetting, don't extend if we only match a single input, we
7780     // can always do better by using a basic PSHUF or PUNPCK.
7781     if (Offset != 0 && Matches < 2)
7782       return SDValue();
7783
7784     return lowerVectorShuffleAsSpecificZeroOrAnyExtend(
7785         DL, VT, Scale, Offset, AnyExt, InputV, Mask, Subtarget, DAG);
7786   };
7787
7788   // The widest scale possible for extending is to a 64-bit integer.
7789   assert(Bits % 64 == 0 &&
7790          "The number of bits in a vector must be divisible by 64 on x86!");
7791   int NumExtElements = Bits / 64;
7792
7793   // Each iteration, try extending the elements half as much, but into twice as
7794   // many elements.
7795   for (; NumExtElements < NumElements; NumExtElements *= 2) {
7796     assert(NumElements % NumExtElements == 0 &&
7797            "The input vector size must be divisible by the extended size.");
7798     if (SDValue V = Lower(NumElements / NumExtElements))
7799       return V;
7800   }
7801
7802   // General extends failed, but 128-bit vectors may be able to use MOVQ.
7803   if (Bits != 128)
7804     return SDValue();
7805
7806   // Returns one of the source operands if the shuffle can be reduced to a
7807   // MOVQ, copying the lower 64-bits and zero-extending to the upper 64-bits.
7808   auto CanZExtLowHalf = [&]() {
7809     for (int i = NumElements / 2; i != NumElements; ++i)
7810       if (!Zeroable[i])
7811         return SDValue();
7812     if (isSequentialOrUndefInRange(Mask, 0, NumElements / 2, 0))
7813       return V1;
7814     if (isSequentialOrUndefInRange(Mask, 0, NumElements / 2, NumElements))
7815       return V2;
7816     return SDValue();
7817   };
7818
7819   if (SDValue V = CanZExtLowHalf()) {
7820     V = DAG.getBitcast(MVT::v2i64, V);
7821     V = DAG.getNode(X86ISD::VZEXT_MOVL, DL, MVT::v2i64, V);
7822     return DAG.getBitcast(VT, V);
7823   }
7824
7825   // No viable ext lowering found.
7826   return SDValue();
7827 }
7828
7829 /// \brief Try to get a scalar value for a specific element of a vector.
7830 ///
7831 /// Looks through BUILD_VECTOR and SCALAR_TO_VECTOR nodes to find a scalar.
7832 static SDValue getScalarValueForVectorElement(SDValue V, int Idx,
7833                                               SelectionDAG &DAG) {
7834   MVT VT = V.getSimpleValueType();
7835   MVT EltVT = VT.getVectorElementType();
7836   while (V.getOpcode() == ISD::BITCAST)
7837     V = V.getOperand(0);
7838   // If the bitcasts shift the element size, we can't extract an equivalent
7839   // element from it.
7840   MVT NewVT = V.getSimpleValueType();
7841   if (!NewVT.isVector() || NewVT.getScalarSizeInBits() != VT.getScalarSizeInBits())
7842     return SDValue();
7843
7844   if (V.getOpcode() == ISD::BUILD_VECTOR ||
7845       (Idx == 0 && V.getOpcode() == ISD::SCALAR_TO_VECTOR)) {
7846     // Ensure the scalar operand is the same size as the destination.
7847     // FIXME: Add support for scalar truncation where possible.
7848     SDValue S = V.getOperand(Idx);
7849     if (EltVT.getSizeInBits() == S.getSimpleValueType().getSizeInBits())
7850       return DAG.getNode(ISD::BITCAST, SDLoc(V), EltVT, S);
7851   }
7852
7853   return SDValue();
7854 }
7855
7856 /// \brief Helper to test for a load that can be folded with x86 shuffles.
7857 ///
7858 /// This is particularly important because the set of instructions varies
7859 /// significantly based on whether the operand is a load or not.
7860 static bool isShuffleFoldableLoad(SDValue V) {
7861   while (V.getOpcode() == ISD::BITCAST)
7862     V = V.getOperand(0);
7863
7864   return ISD::isNON_EXTLoad(V.getNode());
7865 }
7866
7867 /// \brief Try to lower insertion of a single element into a zero vector.
7868 ///
7869 /// This is a common pattern that we have especially efficient patterns to lower
7870 /// across all subtarget feature sets.
7871 static SDValue lowerVectorShuffleAsElementInsertion(
7872     SDLoc DL, MVT VT, SDValue V1, SDValue V2, ArrayRef<int> Mask,
7873     const X86Subtarget *Subtarget, SelectionDAG &DAG) {
7874   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
7875   MVT ExtVT = VT;
7876   MVT EltVT = VT.getVectorElementType();
7877
7878   int V2Index = std::find_if(Mask.begin(), Mask.end(),
7879                              [&Mask](int M) { return M >= (int)Mask.size(); }) -
7880                 Mask.begin();
7881   bool IsV1Zeroable = true;
7882   for (int i = 0, Size = Mask.size(); i < Size; ++i)
7883     if (i != V2Index && !Zeroable[i]) {
7884       IsV1Zeroable = false;
7885       break;
7886     }
7887
7888   // Check for a single input from a SCALAR_TO_VECTOR node.
7889   // FIXME: All of this should be canonicalized into INSERT_VECTOR_ELT and
7890   // all the smarts here sunk into that routine. However, the current
7891   // lowering of BUILD_VECTOR makes that nearly impossible until the old
7892   // vector shuffle lowering is dead.
7893   SDValue V2S = getScalarValueForVectorElement(V2, Mask[V2Index] - Mask.size(),
7894                                                DAG);
7895   if (V2S && DAG.getTargetLoweringInfo().isTypeLegal(V2S.getValueType())) {
7896     // We need to zext the scalar if it is smaller than an i32.
7897     V2S = DAG.getBitcast(EltVT, V2S);
7898     if (EltVT == MVT::i8 || EltVT == MVT::i16) {
7899       // Using zext to expand a narrow element won't work for non-zero
7900       // insertions.
7901       if (!IsV1Zeroable)
7902         return SDValue();
7903
7904       // Zero-extend directly to i32.
7905       ExtVT = MVT::v4i32;
7906       V2S = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, V2S);
7907     }
7908     V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, ExtVT, V2S);
7909   } else if (Mask[V2Index] != (int)Mask.size() || EltVT == MVT::i8 ||
7910              EltVT == MVT::i16) {
7911     // Either not inserting from the low element of the input or the input
7912     // element size is too small to use VZEXT_MOVL to clear the high bits.
7913     return SDValue();
7914   }
7915
7916   if (!IsV1Zeroable) {
7917     // If V1 can't be treated as a zero vector we have fewer options to lower
7918     // this. We can't support integer vectors or non-zero targets cheaply, and
7919     // the V1 elements can't be permuted in any way.
7920     assert(VT == ExtVT && "Cannot change extended type when non-zeroable!");
7921     if (!VT.isFloatingPoint() || V2Index != 0)
7922       return SDValue();
7923     SmallVector<int, 8> V1Mask(Mask.begin(), Mask.end());
7924     V1Mask[V2Index] = -1;
7925     if (!isNoopShuffleMask(V1Mask))
7926       return SDValue();
7927     // This is essentially a special case blend operation, but if we have
7928     // general purpose blend operations, they are always faster. Bail and let
7929     // the rest of the lowering handle these as blends.
7930     if (Subtarget->hasSSE41())
7931       return SDValue();
7932
7933     // Otherwise, use MOVSD or MOVSS.
7934     assert((EltVT == MVT::f32 || EltVT == MVT::f64) &&
7935            "Only two types of floating point element types to handle!");
7936     return DAG.getNode(EltVT == MVT::f32 ? X86ISD::MOVSS : X86ISD::MOVSD, DL,
7937                        ExtVT, V1, V2);
7938   }
7939
7940   // This lowering only works for the low element with floating point vectors.
7941   if (VT.isFloatingPoint() && V2Index != 0)
7942     return SDValue();
7943
7944   V2 = DAG.getNode(X86ISD::VZEXT_MOVL, DL, ExtVT, V2);
7945   if (ExtVT != VT)
7946     V2 = DAG.getBitcast(VT, V2);
7947
7948   if (V2Index != 0) {
7949     // If we have 4 or fewer lanes we can cheaply shuffle the element into
7950     // the desired position. Otherwise it is more efficient to do a vector
7951     // shift left. We know that we can do a vector shift left because all
7952     // the inputs are zero.
7953     if (VT.isFloatingPoint() || VT.getVectorNumElements() <= 4) {
7954       SmallVector<int, 4> V2Shuffle(Mask.size(), 1);
7955       V2Shuffle[V2Index] = 0;
7956       V2 = DAG.getVectorShuffle(VT, DL, V2, DAG.getUNDEF(VT), V2Shuffle);
7957     } else {
7958       V2 = DAG.getBitcast(MVT::v2i64, V2);
7959       V2 = DAG.getNode(
7960           X86ISD::VSHLDQ, DL, MVT::v2i64, V2,
7961           DAG.getConstant(V2Index * EltVT.getSizeInBits() / 8, DL,
7962                           DAG.getTargetLoweringInfo().getScalarShiftAmountTy(
7963                               DAG.getDataLayout(), VT)));
7964       V2 = DAG.getBitcast(VT, V2);
7965     }
7966   }
7967   return V2;
7968 }
7969
7970 /// \brief Try to lower broadcast of a single - truncated - integer element,
7971 /// coming from a scalar_to_vector/build_vector node \p V0 with larger elements.
7972 ///
7973 /// This assumes we have AVX2.
7974 static SDValue lowerVectorShuffleAsTruncBroadcast(SDLoc DL, MVT VT, SDValue V0,
7975                                                   int BroadcastIdx,
7976                                                   const X86Subtarget *Subtarget,
7977                                                   SelectionDAG &DAG) {
7978   assert(Subtarget->hasAVX2() &&
7979          "We can only lower integer broadcasts with AVX2!");
7980
7981   EVT EltVT = VT.getVectorElementType();
7982   EVT V0VT = V0.getValueType();
7983
7984   assert(VT.isInteger() && "Unexpected non-integer trunc broadcast!");
7985   assert(V0VT.isVector() && "Unexpected non-vector vector-sized value!");
7986
7987   EVT V0EltVT = V0VT.getVectorElementType();
7988   if (!V0EltVT.isInteger())
7989     return SDValue();
7990
7991   const unsigned EltSize = EltVT.getSizeInBits();
7992   const unsigned V0EltSize = V0EltVT.getSizeInBits();
7993
7994   // This is only a truncation if the original element type is larger.
7995   if (V0EltSize <= EltSize)
7996     return SDValue();
7997
7998   assert(((V0EltSize % EltSize) == 0) &&
7999          "Scalar type sizes must all be powers of 2 on x86!");
8000
8001   const unsigned V0Opc = V0.getOpcode();
8002   const unsigned Scale = V0EltSize / EltSize;
8003   const unsigned V0BroadcastIdx = BroadcastIdx / Scale;
8004
8005   if ((V0Opc != ISD::SCALAR_TO_VECTOR || V0BroadcastIdx != 0) &&
8006       V0Opc != ISD::BUILD_VECTOR)
8007     return SDValue();
8008
8009   SDValue Scalar = V0.getOperand(V0BroadcastIdx);
8010
8011   // If we're extracting non-least-significant bits, shift so we can truncate.
8012   // Hopefully, we can fold away the trunc/srl/load into the broadcast.
8013   // Even if we can't (and !isShuffleFoldableLoad(Scalar)), prefer
8014   // vpbroadcast+vmovd+shr to vpshufb(m)+vmovd.
8015   if (const int OffsetIdx = BroadcastIdx % Scale)
8016     Scalar = DAG.getNode(ISD::SRL, DL, Scalar.getValueType(), Scalar,
8017             DAG.getConstant(OffsetIdx * EltSize, DL, Scalar.getValueType()));
8018
8019   return DAG.getNode(X86ISD::VBROADCAST, DL, VT,
8020                      DAG.getNode(ISD::TRUNCATE, DL, EltVT, Scalar));
8021 }
8022
8023 /// \brief Try to lower broadcast of a single element.
8024 ///
8025 /// For convenience, this code also bundles all of the subtarget feature set
8026 /// filtering. While a little annoying to re-dispatch on type here, there isn't
8027 /// a convenient way to factor it out.
8028 static SDValue lowerVectorShuffleAsBroadcast(SDLoc DL, MVT VT, SDValue V,
8029                                              ArrayRef<int> Mask,
8030                                              const X86Subtarget *Subtarget,
8031                                              SelectionDAG &DAG) {
8032   if (!Subtarget->hasAVX())
8033     return SDValue();
8034   if (VT.isInteger() && !Subtarget->hasAVX2())
8035     return SDValue();
8036
8037   // Check that the mask is a broadcast.
8038   int BroadcastIdx = -1;
8039   for (int M : Mask)
8040     if (M >= 0 && BroadcastIdx == -1)
8041       BroadcastIdx = M;
8042     else if (M >= 0 && M != BroadcastIdx)
8043       return SDValue();
8044
8045   assert(BroadcastIdx < (int)Mask.size() && "We only expect to be called with "
8046                                             "a sorted mask where the broadcast "
8047                                             "comes from V1.");
8048
8049   // Go up the chain of (vector) values to find a scalar load that we can
8050   // combine with the broadcast.
8051   for (;;) {
8052     switch (V.getOpcode()) {
8053     case ISD::CONCAT_VECTORS: {
8054       int OperandSize = Mask.size() / V.getNumOperands();
8055       V = V.getOperand(BroadcastIdx / OperandSize);
8056       BroadcastIdx %= OperandSize;
8057       continue;
8058     }
8059
8060     case ISD::INSERT_SUBVECTOR: {
8061       SDValue VOuter = V.getOperand(0), VInner = V.getOperand(1);
8062       auto ConstantIdx = dyn_cast<ConstantSDNode>(V.getOperand(2));
8063       if (!ConstantIdx)
8064         break;
8065
8066       int BeginIdx = (int)ConstantIdx->getZExtValue();
8067       int EndIdx =
8068           BeginIdx + (int)VInner.getSimpleValueType().getVectorNumElements();
8069       if (BroadcastIdx >= BeginIdx && BroadcastIdx < EndIdx) {
8070         BroadcastIdx -= BeginIdx;
8071         V = VInner;
8072       } else {
8073         V = VOuter;
8074       }
8075       continue;
8076     }
8077     }
8078     break;
8079   }
8080
8081   // Check if this is a broadcast of a scalar. We special case lowering
8082   // for scalars so that we can more effectively fold with loads.
8083   // First, look through bitcast: if the original value has a larger element
8084   // type than the shuffle, the broadcast element is in essence truncated.
8085   // Make that explicit to ease folding.
8086   if (V.getOpcode() == ISD::BITCAST && VT.isInteger())
8087     if (SDValue TruncBroadcast = lowerVectorShuffleAsTruncBroadcast(
8088             DL, VT, V.getOperand(0), BroadcastIdx, Subtarget, DAG))
8089       return TruncBroadcast;
8090
8091   // Also check the simpler case, where we can directly reuse the scalar.
8092   if (V.getOpcode() == ISD::BUILD_VECTOR ||
8093       (V.getOpcode() == ISD::SCALAR_TO_VECTOR && BroadcastIdx == 0)) {
8094     V = V.getOperand(BroadcastIdx);
8095
8096     // If the scalar isn't a load, we can't broadcast from it in AVX1.
8097     // Only AVX2 has register broadcasts.
8098     if (!Subtarget->hasAVX2() && !isShuffleFoldableLoad(V))
8099       return SDValue();
8100   } else if (BroadcastIdx != 0 || !Subtarget->hasAVX2()) {
8101     // We can't broadcast from a vector register without AVX2, and we can only
8102     // broadcast from the zero-element of a vector register.
8103     return SDValue();
8104   }
8105
8106   return DAG.getNode(X86ISD::VBROADCAST, DL, VT, V);
8107 }
8108
8109 // Check for whether we can use INSERTPS to perform the shuffle. We only use
8110 // INSERTPS when the V1 elements are already in the correct locations
8111 // because otherwise we can just always use two SHUFPS instructions which
8112 // are much smaller to encode than a SHUFPS and an INSERTPS. We can also
8113 // perform INSERTPS if a single V1 element is out of place and all V2
8114 // elements are zeroable.
8115 static SDValue lowerVectorShuffleAsInsertPS(SDValue Op, SDValue V1, SDValue V2,
8116                                             ArrayRef<int> Mask,
8117                                             SelectionDAG &DAG) {
8118   assert(Op.getSimpleValueType() == MVT::v4f32 && "Bad shuffle type!");
8119   assert(V1.getSimpleValueType() == MVT::v4f32 && "Bad operand type!");
8120   assert(V2.getSimpleValueType() == MVT::v4f32 && "Bad operand type!");
8121   assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
8122
8123   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
8124
8125   unsigned ZMask = 0;
8126   int V1DstIndex = -1;
8127   int V2DstIndex = -1;
8128   bool V1UsedInPlace = false;
8129
8130   for (int i = 0; i < 4; ++i) {
8131     // Synthesize a zero mask from the zeroable elements (includes undefs).
8132     if (Zeroable[i]) {
8133       ZMask |= 1 << i;
8134       continue;
8135     }
8136
8137     // Flag if we use any V1 inputs in place.
8138     if (i == Mask[i]) {
8139       V1UsedInPlace = true;
8140       continue;
8141     }
8142
8143     // We can only insert a single non-zeroable element.
8144     if (V1DstIndex != -1 || V2DstIndex != -1)
8145       return SDValue();
8146
8147     if (Mask[i] < 4) {
8148       // V1 input out of place for insertion.
8149       V1DstIndex = i;
8150     } else {
8151       // V2 input for insertion.
8152       V2DstIndex = i;
8153     }
8154   }
8155
8156   // Don't bother if we have no (non-zeroable) element for insertion.
8157   if (V1DstIndex == -1 && V2DstIndex == -1)
8158     return SDValue();
8159
8160   // Determine element insertion src/dst indices. The src index is from the
8161   // start of the inserted vector, not the start of the concatenated vector.
8162   unsigned V2SrcIndex = 0;
8163   if (V1DstIndex != -1) {
8164     // If we have a V1 input out of place, we use V1 as the V2 element insertion
8165     // and don't use the original V2 at all.
8166     V2SrcIndex = Mask[V1DstIndex];
8167     V2DstIndex = V1DstIndex;
8168     V2 = V1;
8169   } else {
8170     V2SrcIndex = Mask[V2DstIndex] - 4;
8171   }
8172
8173   // If no V1 inputs are used in place, then the result is created only from
8174   // the zero mask and the V2 insertion - so remove V1 dependency.
8175   if (!V1UsedInPlace)
8176     V1 = DAG.getUNDEF(MVT::v4f32);
8177
8178   unsigned InsertPSMask = V2SrcIndex << 6 | V2DstIndex << 4 | ZMask;
8179   assert((InsertPSMask & ~0xFFu) == 0 && "Invalid mask!");
8180
8181   // Insert the V2 element into the desired position.
8182   SDLoc DL(Op);
8183   return DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2,
8184                      DAG.getConstant(InsertPSMask, DL, MVT::i8));
8185 }
8186
8187 /// \brief Try to lower a shuffle as a permute of the inputs followed by an
8188 /// UNPCK instruction.
8189 ///
8190 /// This specifically targets cases where we end up with alternating between
8191 /// the two inputs, and so can permute them into something that feeds a single
8192 /// UNPCK instruction. Note that this routine only targets integer vectors
8193 /// because for floating point vectors we have a generalized SHUFPS lowering
8194 /// strategy that handles everything that doesn't *exactly* match an unpack,
8195 /// making this clever lowering unnecessary.
8196 static SDValue lowerVectorShuffleAsPermuteAndUnpack(SDLoc DL, MVT VT,
8197                                                     SDValue V1, SDValue V2,
8198                                                     ArrayRef<int> Mask,
8199                                                     SelectionDAG &DAG) {
8200   assert(!VT.isFloatingPoint() &&
8201          "This routine only supports integer vectors.");
8202   assert(!isSingleInputShuffleMask(Mask) &&
8203          "This routine should only be used when blending two inputs.");
8204   assert(Mask.size() >= 2 && "Single element masks are invalid.");
8205
8206   int Size = Mask.size();
8207
8208   int NumLoInputs = std::count_if(Mask.begin(), Mask.end(), [Size](int M) {
8209     return M >= 0 && M % Size < Size / 2;
8210   });
8211   int NumHiInputs = std::count_if(
8212       Mask.begin(), Mask.end(), [Size](int M) { return M % Size >= Size / 2; });
8213
8214   bool UnpackLo = NumLoInputs >= NumHiInputs;
8215
8216   auto TryUnpack = [&](MVT UnpackVT, int Scale) {
8217     SmallVector<int, 32> V1Mask(Mask.size(), -1);
8218     SmallVector<int, 32> V2Mask(Mask.size(), -1);
8219
8220     for (int i = 0; i < Size; ++i) {
8221       if (Mask[i] < 0)
8222         continue;
8223
8224       // Each element of the unpack contains Scale elements from this mask.
8225       int UnpackIdx = i / Scale;
8226
8227       // We only handle the case where V1 feeds the first slots of the unpack.
8228       // We rely on canonicalization to ensure this is the case.
8229       if ((UnpackIdx % 2 == 0) != (Mask[i] < Size))
8230         return SDValue();
8231
8232       // Setup the mask for this input. The indexing is tricky as we have to
8233       // handle the unpack stride.
8234       SmallVectorImpl<int> &VMask = (UnpackIdx % 2 == 0) ? V1Mask : V2Mask;
8235       VMask[(UnpackIdx / 2) * Scale + i % Scale + (UnpackLo ? 0 : Size / 2)] =
8236           Mask[i] % Size;
8237     }
8238
8239     // If we will have to shuffle both inputs to use the unpack, check whether
8240     // we can just unpack first and shuffle the result. If so, skip this unpack.
8241     if ((NumLoInputs == 0 || NumHiInputs == 0) && !isNoopShuffleMask(V1Mask) &&
8242         !isNoopShuffleMask(V2Mask))
8243       return SDValue();
8244
8245     // Shuffle the inputs into place.
8246     V1 = DAG.getVectorShuffle(VT, DL, V1, DAG.getUNDEF(VT), V1Mask);
8247     V2 = DAG.getVectorShuffle(VT, DL, V2, DAG.getUNDEF(VT), V2Mask);
8248
8249     // Cast the inputs to the type we will use to unpack them.
8250     V1 = DAG.getBitcast(UnpackVT, V1);
8251     V2 = DAG.getBitcast(UnpackVT, V2);
8252
8253     // Unpack the inputs and cast the result back to the desired type.
8254     return DAG.getBitcast(
8255         VT, DAG.getNode(UnpackLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL,
8256                         UnpackVT, V1, V2));
8257   };
8258
8259   // We try each unpack from the largest to the smallest to try and find one
8260   // that fits this mask.
8261   int OrigNumElements = VT.getVectorNumElements();
8262   int OrigScalarSize = VT.getScalarSizeInBits();
8263   for (int ScalarSize = 64; ScalarSize >= OrigScalarSize; ScalarSize /= 2) {
8264     int Scale = ScalarSize / OrigScalarSize;
8265     int NumElements = OrigNumElements / Scale;
8266     MVT UnpackVT = MVT::getVectorVT(MVT::getIntegerVT(ScalarSize), NumElements);
8267     if (SDValue Unpack = TryUnpack(UnpackVT, Scale))
8268       return Unpack;
8269   }
8270
8271   // If none of the unpack-rooted lowerings worked (or were profitable) try an
8272   // initial unpack.
8273   if (NumLoInputs == 0 || NumHiInputs == 0) {
8274     assert((NumLoInputs > 0 || NumHiInputs > 0) &&
8275            "We have to have *some* inputs!");
8276     int HalfOffset = NumLoInputs == 0 ? Size / 2 : 0;
8277
8278     // FIXME: We could consider the total complexity of the permute of each
8279     // possible unpacking. Or at the least we should consider how many
8280     // half-crossings are created.
8281     // FIXME: We could consider commuting the unpacks.
8282
8283     SmallVector<int, 32> PermMask;
8284     PermMask.assign(Size, -1);
8285     for (int i = 0; i < Size; ++i) {
8286       if (Mask[i] < 0)
8287         continue;
8288
8289       assert(Mask[i] % Size >= HalfOffset && "Found input from wrong half!");
8290
8291       PermMask[i] =
8292           2 * ((Mask[i] % Size) - HalfOffset) + (Mask[i] < Size ? 0 : 1);
8293     }
8294     return DAG.getVectorShuffle(
8295         VT, DL, DAG.getNode(NumLoInputs == 0 ? X86ISD::UNPCKH : X86ISD::UNPCKL,
8296                             DL, VT, V1, V2),
8297         DAG.getUNDEF(VT), PermMask);
8298   }
8299
8300   return SDValue();
8301 }
8302
8303 /// \brief Handle lowering of 2-lane 64-bit floating point shuffles.
8304 ///
8305 /// This is the basis function for the 2-lane 64-bit shuffles as we have full
8306 /// support for floating point shuffles but not integer shuffles. These
8307 /// instructions will incur a domain crossing penalty on some chips though so
8308 /// it is better to avoid lowering through this for integer vectors where
8309 /// possible.
8310 static SDValue lowerV2F64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
8311                                        const X86Subtarget *Subtarget,
8312                                        SelectionDAG &DAG) {
8313   SDLoc DL(Op);
8314   assert(Op.getSimpleValueType() == MVT::v2f64 && "Bad shuffle type!");
8315   assert(V1.getSimpleValueType() == MVT::v2f64 && "Bad operand type!");
8316   assert(V2.getSimpleValueType() == MVT::v2f64 && "Bad operand type!");
8317   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
8318   ArrayRef<int> Mask = SVOp->getMask();
8319   assert(Mask.size() == 2 && "Unexpected mask size for v2 shuffle!");
8320
8321   if (isSingleInputShuffleMask(Mask)) {
8322     // Use low duplicate instructions for masks that match their pattern.
8323     if (Subtarget->hasSSE3())
8324       if (isShuffleEquivalent(V1, V2, Mask, {0, 0}))
8325         return DAG.getNode(X86ISD::MOVDDUP, DL, MVT::v2f64, V1);
8326
8327     // Straight shuffle of a single input vector. Simulate this by using the
8328     // single input as both of the "inputs" to this instruction..
8329     unsigned SHUFPDMask = (Mask[0] == 1) | ((Mask[1] == 1) << 1);
8330
8331     if (Subtarget->hasAVX()) {
8332       // If we have AVX, we can use VPERMILPS which will allow folding a load
8333       // into the shuffle.
8334       return DAG.getNode(X86ISD::VPERMILPI, DL, MVT::v2f64, V1,
8335                          DAG.getConstant(SHUFPDMask, DL, MVT::i8));
8336     }
8337
8338     return DAG.getNode(X86ISD::SHUFP, DL, MVT::v2f64, V1, V1,
8339                        DAG.getConstant(SHUFPDMask, DL, MVT::i8));
8340   }
8341   assert(Mask[0] >= 0 && Mask[0] < 2 && "Non-canonicalized blend!");
8342   assert(Mask[1] >= 2 && "Non-canonicalized blend!");
8343
8344   // If we have a single input, insert that into V1 if we can do so cheaply.
8345   if ((Mask[0] >= 2) + (Mask[1] >= 2) == 1) {
8346     if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8347             DL, MVT::v2f64, V1, V2, Mask, Subtarget, DAG))
8348       return Insertion;
8349     // Try inverting the insertion since for v2 masks it is easy to do and we
8350     // can't reliably sort the mask one way or the other.
8351     int InverseMask[2] = {Mask[0] < 0 ? -1 : (Mask[0] ^ 2),
8352                           Mask[1] < 0 ? -1 : (Mask[1] ^ 2)};
8353     if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8354             DL, MVT::v2f64, V2, V1, InverseMask, Subtarget, DAG))
8355       return Insertion;
8356   }
8357
8358   // Try to use one of the special instruction patterns to handle two common
8359   // blend patterns if a zero-blend above didn't work.
8360   if (isShuffleEquivalent(V1, V2, Mask, {0, 3}) ||
8361       isShuffleEquivalent(V1, V2, Mask, {1, 3}))
8362     if (SDValue V1S = getScalarValueForVectorElement(V1, Mask[0], DAG))
8363       // We can either use a special instruction to load over the low double or
8364       // to move just the low double.
8365       return DAG.getNode(
8366           isShuffleFoldableLoad(V1S) ? X86ISD::MOVLPD : X86ISD::MOVSD,
8367           DL, MVT::v2f64, V2,
8368           DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, MVT::v2f64, V1S));
8369
8370   if (Subtarget->hasSSE41())
8371     if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v2f64, V1, V2, Mask,
8372                                                   Subtarget, DAG))
8373       return Blend;
8374
8375   // Use dedicated unpack instructions for masks that match their pattern.
8376   if (SDValue V =
8377           lowerVectorShuffleWithUNPCK(DL, MVT::v2f64, Mask, V1, V2, DAG))
8378     return V;
8379
8380   unsigned SHUFPDMask = (Mask[0] == 1) | (((Mask[1] - 2) == 1) << 1);
8381   return DAG.getNode(X86ISD::SHUFP, DL, MVT::v2f64, V1, V2,
8382                      DAG.getConstant(SHUFPDMask, DL, MVT::i8));
8383 }
8384
8385 /// \brief Handle lowering of 2-lane 64-bit integer shuffles.
8386 ///
8387 /// Tries to lower a 2-lane 64-bit shuffle using shuffle operations provided by
8388 /// the integer unit to minimize domain crossing penalties. However, for blends
8389 /// it falls back to the floating point shuffle operation with appropriate bit
8390 /// casting.
8391 static SDValue lowerV2I64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
8392                                        const X86Subtarget *Subtarget,
8393                                        SelectionDAG &DAG) {
8394   SDLoc DL(Op);
8395   assert(Op.getSimpleValueType() == MVT::v2i64 && "Bad shuffle type!");
8396   assert(V1.getSimpleValueType() == MVT::v2i64 && "Bad operand type!");
8397   assert(V2.getSimpleValueType() == MVT::v2i64 && "Bad operand type!");
8398   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
8399   ArrayRef<int> Mask = SVOp->getMask();
8400   assert(Mask.size() == 2 && "Unexpected mask size for v2 shuffle!");
8401
8402   if (isSingleInputShuffleMask(Mask)) {
8403     // Check for being able to broadcast a single element.
8404     if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v2i64, V1,
8405                                                           Mask, Subtarget, DAG))
8406       return Broadcast;
8407
8408     // Straight shuffle of a single input vector. For everything from SSE2
8409     // onward this has a single fast instruction with no scary immediates.
8410     // We have to map the mask as it is actually a v4i32 shuffle instruction.
8411     V1 = DAG.getBitcast(MVT::v4i32, V1);
8412     int WidenedMask[4] = {
8413         std::max(Mask[0], 0) * 2, std::max(Mask[0], 0) * 2 + 1,
8414         std::max(Mask[1], 0) * 2, std::max(Mask[1], 0) * 2 + 1};
8415     return DAG.getBitcast(
8416         MVT::v2i64,
8417         DAG.getNode(X86ISD::PSHUFD, DL, MVT::v4i32, V1,
8418                     getV4X86ShuffleImm8ForMask(WidenedMask, DL, DAG)));
8419   }
8420   assert(Mask[0] != -1 && "No undef lanes in multi-input v2 shuffles!");
8421   assert(Mask[1] != -1 && "No undef lanes in multi-input v2 shuffles!");
8422   assert(Mask[0] < 2 && "We sort V1 to be the first input.");
8423   assert(Mask[1] >= 2 && "We sort V2 to be the second input.");
8424
8425   // If we have a blend of two PACKUS operations an the blend aligns with the
8426   // low and half halves, we can just merge the PACKUS operations. This is
8427   // particularly important as it lets us merge shuffles that this routine itself
8428   // creates.
8429   auto GetPackNode = [](SDValue V) {
8430     while (V.getOpcode() == ISD::BITCAST)
8431       V = V.getOperand(0);
8432
8433     return V.getOpcode() == X86ISD::PACKUS ? V : SDValue();
8434   };
8435   if (SDValue V1Pack = GetPackNode(V1))
8436     if (SDValue V2Pack = GetPackNode(V2))
8437       return DAG.getBitcast(MVT::v2i64,
8438                             DAG.getNode(X86ISD::PACKUS, DL, MVT::v16i8,
8439                                         Mask[0] == 0 ? V1Pack.getOperand(0)
8440                                                      : V1Pack.getOperand(1),
8441                                         Mask[1] == 2 ? V2Pack.getOperand(0)
8442                                                      : V2Pack.getOperand(1)));
8443
8444   // Try to use shift instructions.
8445   if (SDValue Shift =
8446           lowerVectorShuffleAsShift(DL, MVT::v2i64, V1, V2, Mask, DAG))
8447     return Shift;
8448
8449   // When loading a scalar and then shuffling it into a vector we can often do
8450   // the insertion cheaply.
8451   if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8452           DL, MVT::v2i64, V1, V2, Mask, Subtarget, DAG))
8453     return Insertion;
8454   // Try inverting the insertion since for v2 masks it is easy to do and we
8455   // can't reliably sort the mask one way or the other.
8456   int InverseMask[2] = {Mask[0] ^ 2, Mask[1] ^ 2};
8457   if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
8458           DL, MVT::v2i64, V2, V1, InverseMask, Subtarget, DAG))
8459     return Insertion;
8460
8461   // We have different paths for blend lowering, but they all must use the
8462   // *exact* same predicate.
8463   bool IsBlendSupported = Subtarget->hasSSE41();
8464   if (IsBlendSupported)
8465     if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v2i64, V1, V2, Mask,
8466                                                   Subtarget, DAG))
8467       return Blend;
8468
8469   // Use dedicated unpack instructions for masks that match their pattern.
8470   if (SDValue V =
8471           lowerVectorShuffleWithUNPCK(DL, MVT::v2i64, Mask, V1, V2, DAG))
8472     return V;
8473
8474   // Try to use byte rotation instructions.
8475   // Its more profitable for pre-SSSE3 to use shuffles/unpacks.
8476   if (Subtarget->hasSSSE3())
8477     if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
8478             DL, MVT::v2i64, V1, V2, Mask, Subtarget, DAG))
8479       return Rotate;
8480
8481   // If we have direct support for blends, we should lower by decomposing into
8482   // a permute. That will be faster than the domain cross.
8483   if (IsBlendSupported)
8484     return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v2i64, V1, V2,
8485                                                       Mask, DAG);
8486
8487   // We implement this with SHUFPD which is pretty lame because it will likely
8488   // incur 2 cycles of stall for integer vectors on Nehalem and older chips.
8489   // However, all the alternatives are still more cycles and newer chips don't
8490   // have this problem. It would be really nice if x86 had better shuffles here.
8491   V1 = DAG.getBitcast(MVT::v2f64, V1);
8492   V2 = DAG.getBitcast(MVT::v2f64, V2);
8493   return DAG.getBitcast(MVT::v2i64,
8494                         DAG.getVectorShuffle(MVT::v2f64, DL, V1, V2, Mask));
8495 }
8496
8497 /// \brief Test whether this can be lowered with a single SHUFPS instruction.
8498 ///
8499 /// This is used to disable more specialized lowerings when the shufps lowering
8500 /// will happen to be efficient.
8501 static bool isSingleSHUFPSMask(ArrayRef<int> Mask) {
8502   // This routine only handles 128-bit shufps.
8503   assert(Mask.size() == 4 && "Unsupported mask size!");
8504
8505   // To lower with a single SHUFPS we need to have the low half and high half
8506   // each requiring a single input.
8507   if (Mask[0] != -1 && Mask[1] != -1 && (Mask[0] < 4) != (Mask[1] < 4))
8508     return false;
8509   if (Mask[2] != -1 && Mask[3] != -1 && (Mask[2] < 4) != (Mask[3] < 4))
8510     return false;
8511
8512   return true;
8513 }
8514
8515 /// \brief Lower a vector shuffle using the SHUFPS instruction.
8516 ///
8517 /// This is a helper routine dedicated to lowering vector shuffles using SHUFPS.
8518 /// It makes no assumptions about whether this is the *best* lowering, it simply
8519 /// uses it.
8520 static SDValue lowerVectorShuffleWithSHUFPS(SDLoc DL, MVT VT,
8521                                             ArrayRef<int> Mask, SDValue V1,
8522                                             SDValue V2, SelectionDAG &DAG) {
8523   SDValue LowV = V1, HighV = V2;
8524   int NewMask[4] = {Mask[0], Mask[1], Mask[2], Mask[3]};
8525
8526   int NumV2Elements =
8527       std::count_if(Mask.begin(), Mask.end(), [](int M) { return M >= 4; });
8528
8529   if (NumV2Elements == 1) {
8530     int V2Index =
8531         std::find_if(Mask.begin(), Mask.end(), [](int M) { return M >= 4; }) -
8532         Mask.begin();
8533
8534     // Compute the index adjacent to V2Index and in the same half by toggling
8535     // the low bit.
8536     int V2AdjIndex = V2Index ^ 1;
8537
8538     if (Mask[V2AdjIndex] == -1) {
8539       // Handles all the cases where we have a single V2 element and an undef.
8540       // This will only ever happen in the high lanes because we commute the
8541       // vector otherwise.
8542       if (V2Index < 2)
8543         std::swap(LowV, HighV);
8544       NewMask[V2Index] -= 4;
8545     } else {
8546       // Handle the case where the V2 element ends up adjacent to a V1 element.
8547       // To make this work, blend them together as the first step.
8548       int V1Index = V2AdjIndex;
8549       int BlendMask[4] = {Mask[V2Index] - 4, 0, Mask[V1Index], 0};
8550       V2 = DAG.getNode(X86ISD::SHUFP, DL, VT, V2, V1,
8551                        getV4X86ShuffleImm8ForMask(BlendMask, DL, DAG));
8552
8553       // Now proceed to reconstruct the final blend as we have the necessary
8554       // high or low half formed.
8555       if (V2Index < 2) {
8556         LowV = V2;
8557         HighV = V1;
8558       } else {
8559         HighV = V2;
8560       }
8561       NewMask[V1Index] = 2; // We put the V1 element in V2[2].
8562       NewMask[V2Index] = 0; // We shifted the V2 element into V2[0].
8563     }
8564   } else if (NumV2Elements == 2) {
8565     if (Mask[0] < 4 && Mask[1] < 4) {
8566       // Handle the easy case where we have V1 in the low lanes and V2 in the
8567       // high lanes.
8568       NewMask[2] -= 4;
8569       NewMask[3] -= 4;
8570     } else if (Mask[2] < 4 && Mask[3] < 4) {
8571       // We also handle the reversed case because this utility may get called
8572       // when we detect a SHUFPS pattern but can't easily commute the shuffle to
8573       // arrange things in the right direction.
8574       NewMask[0] -= 4;
8575       NewMask[1] -= 4;
8576       HighV = V1;
8577       LowV = V2;
8578     } else {
8579       // We have a mixture of V1 and V2 in both low and high lanes. Rather than
8580       // trying to place elements directly, just blend them and set up the final
8581       // shuffle to place them.
8582
8583       // The first two blend mask elements are for V1, the second two are for
8584       // V2.
8585       int BlendMask[4] = {Mask[0] < 4 ? Mask[0] : Mask[1],
8586                           Mask[2] < 4 ? Mask[2] : Mask[3],
8587                           (Mask[0] >= 4 ? Mask[0] : Mask[1]) - 4,
8588                           (Mask[2] >= 4 ? Mask[2] : Mask[3]) - 4};
8589       V1 = DAG.getNode(X86ISD::SHUFP, DL, VT, V1, V2,
8590                        getV4X86ShuffleImm8ForMask(BlendMask, DL, DAG));
8591
8592       // Now we do a normal shuffle of V1 by giving V1 as both operands to
8593       // a blend.
8594       LowV = HighV = V1;
8595       NewMask[0] = Mask[0] < 4 ? 0 : 2;
8596       NewMask[1] = Mask[0] < 4 ? 2 : 0;
8597       NewMask[2] = Mask[2] < 4 ? 1 : 3;
8598       NewMask[3] = Mask[2] < 4 ? 3 : 1;
8599     }
8600   }
8601   return DAG.getNode(X86ISD::SHUFP, DL, VT, LowV, HighV,
8602                      getV4X86ShuffleImm8ForMask(NewMask, DL, DAG));
8603 }
8604
8605 /// \brief Lower 4-lane 32-bit floating point shuffles.
8606 ///
8607 /// Uses instructions exclusively from the floating point unit to minimize
8608 /// domain crossing penalties, as these are sufficient to implement all v4f32
8609 /// shuffles.
8610 static SDValue lowerV4F32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
8611                                        const X86Subtarget *Subtarget,
8612                                        SelectionDAG &DAG) {
8613   SDLoc DL(Op);
8614   assert(Op.getSimpleValueType() == MVT::v4f32 && "Bad shuffle type!");
8615   assert(V1.getSimpleValueType() == MVT::v4f32 && "Bad operand type!");
8616   assert(V2.getSimpleValueType() == MVT::v4f32 && "Bad operand type!");
8617   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
8618   ArrayRef<int> Mask = SVOp->getMask();
8619   assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
8620
8621   int NumV2Elements =
8622       std::count_if(Mask.begin(), Mask.end(), [](int M) { return M >= 4; });
8623
8624   if (NumV2Elements == 0) {
8625     // Check for being able to broadcast a single element.
8626     if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v4f32, V1,
8627                                                           Mask, Subtarget, DAG))
8628       return Broadcast;
8629
8630     // Use even/odd duplicate instructions for masks that match their pattern.
8631     if (Subtarget->hasSSE3()) {
8632       if (isShuffleEquivalent(V1, V2, Mask, {0, 0, 2, 2}))
8633         return DAG.getNode(X86ISD::MOVSLDUP, DL, MVT::v4f32, V1);
8634       if (isShuffleEquivalent(V1, V2, Mask, {1, 1, 3, 3}))
8635         return DAG.getNode(X86ISD::MOVSHDUP, DL, MVT::v4f32, V1);
8636     }
8637
8638     if (Subtarget->hasAVX()) {
8639       // If we have AVX, we can use VPERMILPS which will allow folding a load
8640       // into the shuffle.
8641       return DAG.getNode(X86ISD::VPERMILPI, DL, MVT::v4f32, V1,
8642                          getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
8643     }
8644
8645     // Otherwise, use a straight shuffle of a single input vector. We pass the
8646     // input vector to both operands to simulate this with a SHUFPS.
8647     return DAG.getNode(X86ISD::SHUFP, DL, MVT::v4f32, V1, V1,
8648                        getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
8649   }
8650
8651   // There are special ways we can lower some single-element blends. However, we
8652   // have custom ways we can lower more complex single-element blends below that
8653   // we defer to if both this and BLENDPS fail to match, so restrict this to
8654   // when the V2 input is targeting element 0 of the mask -- that is the fast
8655   // case here.
8656   if (NumV2Elements == 1 && Mask[0] >= 4)
8657     if (SDValue V = lowerVectorShuffleAsElementInsertion(DL, MVT::v4f32, V1, V2,
8658                                                          Mask, Subtarget, DAG))
8659       return V;
8660
8661   if (Subtarget->hasSSE41()) {
8662     if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v4f32, V1, V2, Mask,
8663                                                   Subtarget, DAG))
8664       return Blend;
8665
8666     // Use INSERTPS if we can complete the shuffle efficiently.
8667     if (SDValue V = lowerVectorShuffleAsInsertPS(Op, V1, V2, Mask, DAG))
8668       return V;
8669
8670     if (!isSingleSHUFPSMask(Mask))
8671       if (SDValue BlendPerm = lowerVectorShuffleAsBlendAndPermute(
8672               DL, MVT::v4f32, V1, V2, Mask, DAG))
8673         return BlendPerm;
8674   }
8675
8676   // Use dedicated unpack instructions for masks that match their pattern.
8677   if (SDValue V =
8678           lowerVectorShuffleWithUNPCK(DL, MVT::v4f32, Mask, V1, V2, DAG))
8679     return V;
8680
8681   // Otherwise fall back to a SHUFPS lowering strategy.
8682   return lowerVectorShuffleWithSHUFPS(DL, MVT::v4f32, Mask, V1, V2, DAG);
8683 }
8684
8685 /// \brief Lower 4-lane i32 vector shuffles.
8686 ///
8687 /// We try to handle these with integer-domain shuffles where we can, but for
8688 /// blends we use the floating point domain blend instructions.
8689 static SDValue lowerV4I32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
8690                                        const X86Subtarget *Subtarget,
8691                                        SelectionDAG &DAG) {
8692   SDLoc DL(Op);
8693   assert(Op.getSimpleValueType() == MVT::v4i32 && "Bad shuffle type!");
8694   assert(V1.getSimpleValueType() == MVT::v4i32 && "Bad operand type!");
8695   assert(V2.getSimpleValueType() == MVT::v4i32 && "Bad operand type!");
8696   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
8697   ArrayRef<int> Mask = SVOp->getMask();
8698   assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
8699
8700   // Whenever we can lower this as a zext, that instruction is strictly faster
8701   // than any alternative. It also allows us to fold memory operands into the
8702   // shuffle in many cases.
8703   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(DL, MVT::v4i32, V1, V2,
8704                                                          Mask, Subtarget, DAG))
8705     return ZExt;
8706
8707   int NumV2Elements =
8708       std::count_if(Mask.begin(), Mask.end(), [](int M) { return M >= 4; });
8709
8710   if (NumV2Elements == 0) {
8711     // Check for being able to broadcast a single element.
8712     if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v4i32, V1,
8713                                                           Mask, Subtarget, DAG))
8714       return Broadcast;
8715
8716     // Straight shuffle of a single input vector. For everything from SSE2
8717     // onward this has a single fast instruction with no scary immediates.
8718     // We coerce the shuffle pattern to be compatible with UNPCK instructions
8719     // but we aren't actually going to use the UNPCK instruction because doing
8720     // so prevents folding a load into this instruction or making a copy.
8721     const int UnpackLoMask[] = {0, 0, 1, 1};
8722     const int UnpackHiMask[] = {2, 2, 3, 3};
8723     if (isShuffleEquivalent(V1, V2, Mask, {0, 0, 1, 1}))
8724       Mask = UnpackLoMask;
8725     else if (isShuffleEquivalent(V1, V2, Mask, {2, 2, 3, 3}))
8726       Mask = UnpackHiMask;
8727
8728     return DAG.getNode(X86ISD::PSHUFD, DL, MVT::v4i32, V1,
8729                        getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
8730   }
8731
8732   // Try to use shift instructions.
8733   if (SDValue Shift =
8734           lowerVectorShuffleAsShift(DL, MVT::v4i32, V1, V2, Mask, DAG))
8735     return Shift;
8736
8737   // There are special ways we can lower some single-element blends.
8738   if (NumV2Elements == 1)
8739     if (SDValue V = lowerVectorShuffleAsElementInsertion(DL, MVT::v4i32, V1, V2,
8740                                                          Mask, Subtarget, DAG))
8741       return V;
8742
8743   // We have different paths for blend lowering, but they all must use the
8744   // *exact* same predicate.
8745   bool IsBlendSupported = Subtarget->hasSSE41();
8746   if (IsBlendSupported)
8747     if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v4i32, V1, V2, Mask,
8748                                                   Subtarget, DAG))
8749       return Blend;
8750
8751   if (SDValue Masked =
8752           lowerVectorShuffleAsBitMask(DL, MVT::v4i32, V1, V2, Mask, DAG))
8753     return Masked;
8754
8755   // Use dedicated unpack instructions for masks that match their pattern.
8756   if (SDValue V =
8757           lowerVectorShuffleWithUNPCK(DL, MVT::v4i32, Mask, V1, V2, DAG))
8758     return V;
8759
8760   // Try to use byte rotation instructions.
8761   // Its more profitable for pre-SSSE3 to use shuffles/unpacks.
8762   if (Subtarget->hasSSSE3())
8763     if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
8764             DL, MVT::v4i32, V1, V2, Mask, Subtarget, DAG))
8765       return Rotate;
8766
8767   // If we have direct support for blends, we should lower by decomposing into
8768   // a permute. That will be faster than the domain cross.
8769   if (IsBlendSupported)
8770     return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4i32, V1, V2,
8771                                                       Mask, DAG);
8772
8773   // Try to lower by permuting the inputs into an unpack instruction.
8774   if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack(DL, MVT::v4i32, V1,
8775                                                             V2, Mask, DAG))
8776     return Unpack;
8777
8778   // We implement this with SHUFPS because it can blend from two vectors.
8779   // Because we're going to eventually use SHUFPS, we use SHUFPS even to build
8780   // up the inputs, bypassing domain shift penalties that we would encur if we
8781   // directly used PSHUFD on Nehalem and older. For newer chips, this isn't
8782   // relevant.
8783   return DAG.getBitcast(
8784       MVT::v4i32,
8785       DAG.getVectorShuffle(MVT::v4f32, DL, DAG.getBitcast(MVT::v4f32, V1),
8786                            DAG.getBitcast(MVT::v4f32, V2), Mask));
8787 }
8788
8789 /// \brief Lowering of single-input v8i16 shuffles is the cornerstone of SSE2
8790 /// shuffle lowering, and the most complex part.
8791 ///
8792 /// The lowering strategy is to try to form pairs of input lanes which are
8793 /// targeted at the same half of the final vector, and then use a dword shuffle
8794 /// to place them onto the right half, and finally unpack the paired lanes into
8795 /// their final position.
8796 ///
8797 /// The exact breakdown of how to form these dword pairs and align them on the
8798 /// correct sides is really tricky. See the comments within the function for
8799 /// more of the details.
8800 ///
8801 /// This code also handles repeated 128-bit lanes of v8i16 shuffles, but each
8802 /// lane must shuffle the *exact* same way. In fact, you must pass a v8 Mask to
8803 /// this routine for it to work correctly. To shuffle a 256-bit or 512-bit i16
8804 /// vector, form the analogous 128-bit 8-element Mask.
8805 static SDValue lowerV8I16GeneralSingleInputVectorShuffle(
8806     SDLoc DL, MVT VT, SDValue V, MutableArrayRef<int> Mask,
8807     const X86Subtarget *Subtarget, SelectionDAG &DAG) {
8808   assert(VT.getVectorElementType() == MVT::i16 && "Bad input type!");
8809   MVT PSHUFDVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() / 2);
8810
8811   assert(Mask.size() == 8 && "Shuffle mask length doen't match!");
8812   MutableArrayRef<int> LoMask = Mask.slice(0, 4);
8813   MutableArrayRef<int> HiMask = Mask.slice(4, 4);
8814
8815   SmallVector<int, 4> LoInputs;
8816   std::copy_if(LoMask.begin(), LoMask.end(), std::back_inserter(LoInputs),
8817                [](int M) { return M >= 0; });
8818   std::sort(LoInputs.begin(), LoInputs.end());
8819   LoInputs.erase(std::unique(LoInputs.begin(), LoInputs.end()), LoInputs.end());
8820   SmallVector<int, 4> HiInputs;
8821   std::copy_if(HiMask.begin(), HiMask.end(), std::back_inserter(HiInputs),
8822                [](int M) { return M >= 0; });
8823   std::sort(HiInputs.begin(), HiInputs.end());
8824   HiInputs.erase(std::unique(HiInputs.begin(), HiInputs.end()), HiInputs.end());
8825   int NumLToL =
8826       std::lower_bound(LoInputs.begin(), LoInputs.end(), 4) - LoInputs.begin();
8827   int NumHToL = LoInputs.size() - NumLToL;
8828   int NumLToH =
8829       std::lower_bound(HiInputs.begin(), HiInputs.end(), 4) - HiInputs.begin();
8830   int NumHToH = HiInputs.size() - NumLToH;
8831   MutableArrayRef<int> LToLInputs(LoInputs.data(), NumLToL);
8832   MutableArrayRef<int> LToHInputs(HiInputs.data(), NumLToH);
8833   MutableArrayRef<int> HToLInputs(LoInputs.data() + NumLToL, NumHToL);
8834   MutableArrayRef<int> HToHInputs(HiInputs.data() + NumLToH, NumHToH);
8835
8836   // Simplify the 1-into-3 and 3-into-1 cases with a single pshufd. For all
8837   // such inputs we can swap two of the dwords across the half mark and end up
8838   // with <=2 inputs to each half in each half. Once there, we can fall through
8839   // to the generic code below. For example:
8840   //
8841   // Input: [a, b, c, d, e, f, g, h] -PSHUFD[0,2,1,3]-> [a, b, e, f, c, d, g, h]
8842   // Mask:  [0, 1, 2, 7, 4, 5, 6, 3] -----------------> [0, 1, 4, 7, 2, 3, 6, 5]
8843   //
8844   // However in some very rare cases we have a 1-into-3 or 3-into-1 on one half
8845   // and an existing 2-into-2 on the other half. In this case we may have to
8846   // pre-shuffle the 2-into-2 half to avoid turning it into a 3-into-1 or
8847   // 1-into-3 which could cause us to cycle endlessly fixing each side in turn.
8848   // Fortunately, we don't have to handle anything but a 2-into-2 pattern
8849   // because any other situation (including a 3-into-1 or 1-into-3 in the other
8850   // half than the one we target for fixing) will be fixed when we re-enter this
8851   // path. We will also combine away any sequence of PSHUFD instructions that
8852   // result into a single instruction. Here is an example of the tricky case:
8853   //
8854   // Input: [a, b, c, d, e, f, g, h] -PSHUFD[0,2,1,3]-> [a, b, e, f, c, d, g, h]
8855   // Mask:  [3, 7, 1, 0, 2, 7, 3, 5] -THIS-IS-BAD!!!!-> [5, 7, 1, 0, 4, 7, 5, 3]
8856   //
8857   // This now has a 1-into-3 in the high half! Instead, we do two shuffles:
8858   //
8859   // Input: [a, b, c, d, e, f, g, h] PSHUFHW[0,2,1,3]-> [a, b, c, d, e, g, f, h]
8860   // Mask:  [3, 7, 1, 0, 2, 7, 3, 5] -----------------> [3, 7, 1, 0, 2, 7, 3, 6]
8861   //
8862   // Input: [a, b, c, d, e, g, f, h] -PSHUFD[0,2,1,3]-> [a, b, e, g, c, d, f, h]
8863   // Mask:  [3, 7, 1, 0, 2, 7, 3, 6] -----------------> [5, 7, 1, 0, 4, 7, 5, 6]
8864   //
8865   // The result is fine to be handled by the generic logic.
8866   auto balanceSides = [&](ArrayRef<int> AToAInputs, ArrayRef<int> BToAInputs,
8867                           ArrayRef<int> BToBInputs, ArrayRef<int> AToBInputs,
8868                           int AOffset, int BOffset) {
8869     assert((AToAInputs.size() == 3 || AToAInputs.size() == 1) &&
8870            "Must call this with A having 3 or 1 inputs from the A half.");
8871     assert((BToAInputs.size() == 1 || BToAInputs.size() == 3) &&
8872            "Must call this with B having 1 or 3 inputs from the B half.");
8873     assert(AToAInputs.size() + BToAInputs.size() == 4 &&
8874            "Must call this with either 3:1 or 1:3 inputs (summing to 4).");
8875
8876     bool ThreeAInputs = AToAInputs.size() == 3;
8877
8878     // Compute the index of dword with only one word among the three inputs in
8879     // a half by taking the sum of the half with three inputs and subtracting
8880     // the sum of the actual three inputs. The difference is the remaining
8881     // slot.
8882     int ADWord, BDWord;
8883     int &TripleDWord = ThreeAInputs ? ADWord : BDWord;
8884     int &OneInputDWord = ThreeAInputs ? BDWord : ADWord;
8885     int TripleInputOffset = ThreeAInputs ? AOffset : BOffset;
8886     ArrayRef<int> TripleInputs = ThreeAInputs ? AToAInputs : BToAInputs;
8887     int OneInput = ThreeAInputs ? BToAInputs[0] : AToAInputs[0];
8888     int TripleInputSum = 0 + 1 + 2 + 3 + (4 * TripleInputOffset);
8889     int TripleNonInputIdx =
8890         TripleInputSum - std::accumulate(TripleInputs.begin(), TripleInputs.end(), 0);
8891     TripleDWord = TripleNonInputIdx / 2;
8892
8893     // We use xor with one to compute the adjacent DWord to whichever one the
8894     // OneInput is in.
8895     OneInputDWord = (OneInput / 2) ^ 1;
8896
8897     // Check for one tricky case: We're fixing a 3<-1 or a 1<-3 shuffle for AToA
8898     // and BToA inputs. If there is also such a problem with the BToB and AToB
8899     // inputs, we don't try to fix it necessarily -- we'll recurse and see it in
8900     // the next pass. However, if we have a 2<-2 in the BToB and AToB inputs, it
8901     // is essential that we don't *create* a 3<-1 as then we might oscillate.
8902     if (BToBInputs.size() == 2 && AToBInputs.size() == 2) {
8903       // Compute how many inputs will be flipped by swapping these DWords. We
8904       // need
8905       // to balance this to ensure we don't form a 3-1 shuffle in the other
8906       // half.
8907       int NumFlippedAToBInputs =
8908           std::count(AToBInputs.begin(), AToBInputs.end(), 2 * ADWord) +
8909           std::count(AToBInputs.begin(), AToBInputs.end(), 2 * ADWord + 1);
8910       int NumFlippedBToBInputs =
8911           std::count(BToBInputs.begin(), BToBInputs.end(), 2 * BDWord) +
8912           std::count(BToBInputs.begin(), BToBInputs.end(), 2 * BDWord + 1);
8913       if ((NumFlippedAToBInputs == 1 &&
8914            (NumFlippedBToBInputs == 0 || NumFlippedBToBInputs == 2)) ||
8915           (NumFlippedBToBInputs == 1 &&
8916            (NumFlippedAToBInputs == 0 || NumFlippedAToBInputs == 2))) {
8917         // We choose whether to fix the A half or B half based on whether that
8918         // half has zero flipped inputs. At zero, we may not be able to fix it
8919         // with that half. We also bias towards fixing the B half because that
8920         // will more commonly be the high half, and we have to bias one way.
8921         auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord,
8922                                                        ArrayRef<int> Inputs) {
8923           int FixIdx = PinnedIdx ^ 1; // The adjacent slot to the pinned slot.
8924           bool IsFixIdxInput = std::find(Inputs.begin(), Inputs.end(),
8925                                          PinnedIdx ^ 1) != Inputs.end();
8926           // Determine whether the free index is in the flipped dword or the
8927           // unflipped dword based on where the pinned index is. We use this bit
8928           // in an xor to conditionally select the adjacent dword.
8929           int FixFreeIdx = 2 * (DWord ^ (PinnedIdx / 2 == DWord));
8930           bool IsFixFreeIdxInput = std::find(Inputs.begin(), Inputs.end(),
8931                                              FixFreeIdx) != Inputs.end();
8932           if (IsFixIdxInput == IsFixFreeIdxInput)
8933             FixFreeIdx += 1;
8934           IsFixFreeIdxInput = std::find(Inputs.begin(), Inputs.end(),
8935                                         FixFreeIdx) != Inputs.end();
8936           assert(IsFixIdxInput != IsFixFreeIdxInput &&
8937                  "We need to be changing the number of flipped inputs!");
8938           int PSHUFHalfMask[] = {0, 1, 2, 3};
8939           std::swap(PSHUFHalfMask[FixFreeIdx % 4], PSHUFHalfMask[FixIdx % 4]);
8940           V = DAG.getNode(FixIdx < 4 ? X86ISD::PSHUFLW : X86ISD::PSHUFHW, DL,
8941                           MVT::v8i16, V,
8942                           getV4X86ShuffleImm8ForMask(PSHUFHalfMask, DL, DAG));
8943
8944           for (int &M : Mask)
8945             if (M != -1 && M == FixIdx)
8946               M = FixFreeIdx;
8947             else if (M != -1 && M == FixFreeIdx)
8948               M = FixIdx;
8949         };
8950         if (NumFlippedBToBInputs != 0) {
8951           int BPinnedIdx =
8952               BToAInputs.size() == 3 ? TripleNonInputIdx : OneInput;
8953           FixFlippedInputs(BPinnedIdx, BDWord, BToBInputs);
8954         } else {
8955           assert(NumFlippedAToBInputs != 0 && "Impossible given predicates!");
8956           int APinnedIdx = ThreeAInputs ? TripleNonInputIdx : OneInput;
8957           FixFlippedInputs(APinnedIdx, ADWord, AToBInputs);
8958         }
8959       }
8960     }
8961
8962     int PSHUFDMask[] = {0, 1, 2, 3};
8963     PSHUFDMask[ADWord] = BDWord;
8964     PSHUFDMask[BDWord] = ADWord;
8965     V = DAG.getBitcast(
8966         VT,
8967         DAG.getNode(X86ISD::PSHUFD, DL, PSHUFDVT, DAG.getBitcast(PSHUFDVT, V),
8968                     getV4X86ShuffleImm8ForMask(PSHUFDMask, DL, DAG)));
8969
8970     // Adjust the mask to match the new locations of A and B.
8971     for (int &M : Mask)
8972       if (M != -1 && M/2 == ADWord)
8973         M = 2 * BDWord + M % 2;
8974       else if (M != -1 && M/2 == BDWord)
8975         M = 2 * ADWord + M % 2;
8976
8977     // Recurse back into this routine to re-compute state now that this isn't
8978     // a 3 and 1 problem.
8979     return lowerV8I16GeneralSingleInputVectorShuffle(DL, VT, V, Mask, Subtarget,
8980                                                      DAG);
8981   };
8982   if ((NumLToL == 3 && NumHToL == 1) || (NumLToL == 1 && NumHToL == 3))
8983     return balanceSides(LToLInputs, HToLInputs, HToHInputs, LToHInputs, 0, 4);
8984   else if ((NumHToH == 3 && NumLToH == 1) || (NumHToH == 1 && NumLToH == 3))
8985     return balanceSides(HToHInputs, LToHInputs, LToLInputs, HToLInputs, 4, 0);
8986
8987   // At this point there are at most two inputs to the low and high halves from
8988   // each half. That means the inputs can always be grouped into dwords and
8989   // those dwords can then be moved to the correct half with a dword shuffle.
8990   // We use at most one low and one high word shuffle to collect these paired
8991   // inputs into dwords, and finally a dword shuffle to place them.
8992   int PSHUFLMask[4] = {-1, -1, -1, -1};
8993   int PSHUFHMask[4] = {-1, -1, -1, -1};
8994   int PSHUFDMask[4] = {-1, -1, -1, -1};
8995
8996   // First fix the masks for all the inputs that are staying in their
8997   // original halves. This will then dictate the targets of the cross-half
8998   // shuffles.
8999   auto fixInPlaceInputs =
9000       [&PSHUFDMask](ArrayRef<int> InPlaceInputs, ArrayRef<int> IncomingInputs,
9001                     MutableArrayRef<int> SourceHalfMask,
9002                     MutableArrayRef<int> HalfMask, int HalfOffset) {
9003     if (InPlaceInputs.empty())
9004       return;
9005     if (InPlaceInputs.size() == 1) {
9006       SourceHalfMask[InPlaceInputs[0] - HalfOffset] =
9007           InPlaceInputs[0] - HalfOffset;
9008       PSHUFDMask[InPlaceInputs[0] / 2] = InPlaceInputs[0] / 2;
9009       return;
9010     }
9011     if (IncomingInputs.empty()) {
9012       // Just fix all of the in place inputs.
9013       for (int Input : InPlaceInputs) {
9014         SourceHalfMask[Input - HalfOffset] = Input - HalfOffset;
9015         PSHUFDMask[Input / 2] = Input / 2;
9016       }
9017       return;
9018     }
9019
9020     assert(InPlaceInputs.size() == 2 && "Cannot handle 3 or 4 inputs!");
9021     SourceHalfMask[InPlaceInputs[0] - HalfOffset] =
9022         InPlaceInputs[0] - HalfOffset;
9023     // Put the second input next to the first so that they are packed into
9024     // a dword. We find the adjacent index by toggling the low bit.
9025     int AdjIndex = InPlaceInputs[0] ^ 1;
9026     SourceHalfMask[AdjIndex - HalfOffset] = InPlaceInputs[1] - HalfOffset;
9027     std::replace(HalfMask.begin(), HalfMask.end(), InPlaceInputs[1], AdjIndex);
9028     PSHUFDMask[AdjIndex / 2] = AdjIndex / 2;
9029   };
9030   fixInPlaceInputs(LToLInputs, HToLInputs, PSHUFLMask, LoMask, 0);
9031   fixInPlaceInputs(HToHInputs, LToHInputs, PSHUFHMask, HiMask, 4);
9032
9033   // Now gather the cross-half inputs and place them into a free dword of
9034   // their target half.
9035   // FIXME: This operation could almost certainly be simplified dramatically to
9036   // look more like the 3-1 fixing operation.
9037   auto moveInputsToRightHalf = [&PSHUFDMask](
9038       MutableArrayRef<int> IncomingInputs, ArrayRef<int> ExistingInputs,
9039       MutableArrayRef<int> SourceHalfMask, MutableArrayRef<int> HalfMask,
9040       MutableArrayRef<int> FinalSourceHalfMask, int SourceOffset,
9041       int DestOffset) {
9042     auto isWordClobbered = [](ArrayRef<int> SourceHalfMask, int Word) {
9043       return SourceHalfMask[Word] != -1 && SourceHalfMask[Word] != Word;
9044     };
9045     auto isDWordClobbered = [&isWordClobbered](ArrayRef<int> SourceHalfMask,
9046                                                int Word) {
9047       int LowWord = Word & ~1;
9048       int HighWord = Word | 1;
9049       return isWordClobbered(SourceHalfMask, LowWord) ||
9050              isWordClobbered(SourceHalfMask, HighWord);
9051     };
9052
9053     if (IncomingInputs.empty())
9054       return;
9055
9056     if (ExistingInputs.empty()) {
9057       // Map any dwords with inputs from them into the right half.
9058       for (int Input : IncomingInputs) {
9059         // If the source half mask maps over the inputs, turn those into
9060         // swaps and use the swapped lane.
9061         if (isWordClobbered(SourceHalfMask, Input - SourceOffset)) {
9062           if (SourceHalfMask[SourceHalfMask[Input - SourceOffset]] == -1) {
9063             SourceHalfMask[SourceHalfMask[Input - SourceOffset]] =
9064                 Input - SourceOffset;
9065             // We have to swap the uses in our half mask in one sweep.
9066             for (int &M : HalfMask)
9067               if (M == SourceHalfMask[Input - SourceOffset] + SourceOffset)
9068                 M = Input;
9069               else if (M == Input)
9070                 M = SourceHalfMask[Input - SourceOffset] + SourceOffset;
9071           } else {
9072             assert(SourceHalfMask[SourceHalfMask[Input - SourceOffset]] ==
9073                        Input - SourceOffset &&
9074                    "Previous placement doesn't match!");
9075           }
9076           // Note that this correctly re-maps both when we do a swap and when
9077           // we observe the other side of the swap above. We rely on that to
9078           // avoid swapping the members of the input list directly.
9079           Input = SourceHalfMask[Input - SourceOffset] + SourceOffset;
9080         }
9081
9082         // Map the input's dword into the correct half.
9083         if (PSHUFDMask[(Input - SourceOffset + DestOffset) / 2] == -1)
9084           PSHUFDMask[(Input - SourceOffset + DestOffset) / 2] = Input / 2;
9085         else
9086           assert(PSHUFDMask[(Input - SourceOffset + DestOffset) / 2] ==
9087                      Input / 2 &&
9088                  "Previous placement doesn't match!");
9089       }
9090
9091       // And just directly shift any other-half mask elements to be same-half
9092       // as we will have mirrored the dword containing the element into the
9093       // same position within that half.
9094       for (int &M : HalfMask)
9095         if (M >= SourceOffset && M < SourceOffset + 4) {
9096           M = M - SourceOffset + DestOffset;
9097           assert(M >= 0 && "This should never wrap below zero!");
9098         }
9099       return;
9100     }
9101
9102     // Ensure we have the input in a viable dword of its current half. This
9103     // is particularly tricky because the original position may be clobbered
9104     // by inputs being moved and *staying* in that half.
9105     if (IncomingInputs.size() == 1) {
9106       if (isWordClobbered(SourceHalfMask, IncomingInputs[0] - SourceOffset)) {
9107         int InputFixed = std::find(std::begin(SourceHalfMask),
9108                                    std::end(SourceHalfMask), -1) -
9109                          std::begin(SourceHalfMask) + SourceOffset;
9110         SourceHalfMask[InputFixed - SourceOffset] =
9111             IncomingInputs[0] - SourceOffset;
9112         std::replace(HalfMask.begin(), HalfMask.end(), IncomingInputs[0],
9113                      InputFixed);
9114         IncomingInputs[0] = InputFixed;
9115       }
9116     } else if (IncomingInputs.size() == 2) {
9117       if (IncomingInputs[0] / 2 != IncomingInputs[1] / 2 ||
9118           isDWordClobbered(SourceHalfMask, IncomingInputs[0] - SourceOffset)) {
9119         // We have two non-adjacent or clobbered inputs we need to extract from
9120         // the source half. To do this, we need to map them into some adjacent
9121         // dword slot in the source mask.
9122         int InputsFixed[2] = {IncomingInputs[0] - SourceOffset,
9123                               IncomingInputs[1] - SourceOffset};
9124
9125         // If there is a free slot in the source half mask adjacent to one of
9126         // the inputs, place the other input in it. We use (Index XOR 1) to
9127         // compute an adjacent index.
9128         if (!isWordClobbered(SourceHalfMask, InputsFixed[0]) &&
9129             SourceHalfMask[InputsFixed[0] ^ 1] == -1) {
9130           SourceHalfMask[InputsFixed[0]] = InputsFixed[0];
9131           SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1];
9132           InputsFixed[1] = InputsFixed[0] ^ 1;
9133         } else if (!isWordClobbered(SourceHalfMask, InputsFixed[1]) &&
9134                    SourceHalfMask[InputsFixed[1] ^ 1] == -1) {
9135           SourceHalfMask[InputsFixed[1]] = InputsFixed[1];
9136           SourceHalfMask[InputsFixed[1] ^ 1] = InputsFixed[0];
9137           InputsFixed[0] = InputsFixed[1] ^ 1;
9138         } else if (SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1)] == -1 &&
9139                    SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1) + 1] == -1) {
9140           // The two inputs are in the same DWord but it is clobbered and the
9141           // adjacent DWord isn't used at all. Move both inputs to the free
9142           // slot.
9143           SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1)] = InputsFixed[0];
9144           SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1) + 1] = InputsFixed[1];
9145           InputsFixed[0] = 2 * ((InputsFixed[0] / 2) ^ 1);
9146           InputsFixed[1] = 2 * ((InputsFixed[0] / 2) ^ 1) + 1;
9147         } else {
9148           // The only way we hit this point is if there is no clobbering
9149           // (because there are no off-half inputs to this half) and there is no
9150           // free slot adjacent to one of the inputs. In this case, we have to
9151           // swap an input with a non-input.
9152           for (int i = 0; i < 4; ++i)
9153             assert((SourceHalfMask[i] == -1 || SourceHalfMask[i] == i) &&
9154                    "We can't handle any clobbers here!");
9155           assert(InputsFixed[1] != (InputsFixed[0] ^ 1) &&
9156                  "Cannot have adjacent inputs here!");
9157
9158           SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1];
9159           SourceHalfMask[InputsFixed[1]] = InputsFixed[0] ^ 1;
9160
9161           // We also have to update the final source mask in this case because
9162           // it may need to undo the above swap.
9163           for (int &M : FinalSourceHalfMask)
9164             if (M == (InputsFixed[0] ^ 1) + SourceOffset)
9165               M = InputsFixed[1] + SourceOffset;
9166             else if (M == InputsFixed[1] + SourceOffset)
9167               M = (InputsFixed[0] ^ 1) + SourceOffset;
9168
9169           InputsFixed[1] = InputsFixed[0] ^ 1;
9170         }
9171
9172         // Point everything at the fixed inputs.
9173         for (int &M : HalfMask)
9174           if (M == IncomingInputs[0])
9175             M = InputsFixed[0] + SourceOffset;
9176           else if (M == IncomingInputs[1])
9177             M = InputsFixed[1] + SourceOffset;
9178
9179         IncomingInputs[0] = InputsFixed[0] + SourceOffset;
9180         IncomingInputs[1] = InputsFixed[1] + SourceOffset;
9181       }
9182     } else {
9183       llvm_unreachable("Unhandled input size!");
9184     }
9185
9186     // Now hoist the DWord down to the right half.
9187     int FreeDWord = (PSHUFDMask[DestOffset / 2] == -1 ? 0 : 1) + DestOffset / 2;
9188     assert(PSHUFDMask[FreeDWord] == -1 && "DWord not free");
9189     PSHUFDMask[FreeDWord] = IncomingInputs[0] / 2;
9190     for (int &M : HalfMask)
9191       for (int Input : IncomingInputs)
9192         if (M == Input)
9193           M = FreeDWord * 2 + Input % 2;
9194   };
9195   moveInputsToRightHalf(HToLInputs, LToLInputs, PSHUFHMask, LoMask, HiMask,
9196                         /*SourceOffset*/ 4, /*DestOffset*/ 0);
9197   moveInputsToRightHalf(LToHInputs, HToHInputs, PSHUFLMask, HiMask, LoMask,
9198                         /*SourceOffset*/ 0, /*DestOffset*/ 4);
9199
9200   // Now enact all the shuffles we've computed to move the inputs into their
9201   // target half.
9202   if (!isNoopShuffleMask(PSHUFLMask))
9203     V = DAG.getNode(X86ISD::PSHUFLW, DL, VT, V,
9204                     getV4X86ShuffleImm8ForMask(PSHUFLMask, DL, DAG));
9205   if (!isNoopShuffleMask(PSHUFHMask))
9206     V = DAG.getNode(X86ISD::PSHUFHW, DL, VT, V,
9207                     getV4X86ShuffleImm8ForMask(PSHUFHMask, DL, DAG));
9208   if (!isNoopShuffleMask(PSHUFDMask))
9209     V = DAG.getBitcast(
9210         VT,
9211         DAG.getNode(X86ISD::PSHUFD, DL, PSHUFDVT, DAG.getBitcast(PSHUFDVT, V),
9212                     getV4X86ShuffleImm8ForMask(PSHUFDMask, DL, DAG)));
9213
9214   // At this point, each half should contain all its inputs, and we can then
9215   // just shuffle them into their final position.
9216   assert(std::count_if(LoMask.begin(), LoMask.end(),
9217                        [](int M) { return M >= 4; }) == 0 &&
9218          "Failed to lift all the high half inputs to the low mask!");
9219   assert(std::count_if(HiMask.begin(), HiMask.end(),
9220                        [](int M) { return M >= 0 && M < 4; }) == 0 &&
9221          "Failed to lift all the low half inputs to the high mask!");
9222
9223   // Do a half shuffle for the low mask.
9224   if (!isNoopShuffleMask(LoMask))
9225     V = DAG.getNode(X86ISD::PSHUFLW, DL, VT, V,
9226                     getV4X86ShuffleImm8ForMask(LoMask, DL, DAG));
9227
9228   // Do a half shuffle with the high mask after shifting its values down.
9229   for (int &M : HiMask)
9230     if (M >= 0)
9231       M -= 4;
9232   if (!isNoopShuffleMask(HiMask))
9233     V = DAG.getNode(X86ISD::PSHUFHW, DL, VT, V,
9234                     getV4X86ShuffleImm8ForMask(HiMask, DL, DAG));
9235
9236   return V;
9237 }
9238
9239 /// \brief Helper to form a PSHUFB-based shuffle+blend.
9240 static SDValue lowerVectorShuffleAsPSHUFB(SDLoc DL, MVT VT, SDValue V1,
9241                                           SDValue V2, ArrayRef<int> Mask,
9242                                           SelectionDAG &DAG, bool &V1InUse,
9243                                           bool &V2InUse) {
9244   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
9245   SDValue V1Mask[16];
9246   SDValue V2Mask[16];
9247   V1InUse = false;
9248   V2InUse = false;
9249
9250   int Size = Mask.size();
9251   int Scale = 16 / Size;
9252   for (int i = 0; i < 16; ++i) {
9253     if (Mask[i / Scale] == -1) {
9254       V1Mask[i] = V2Mask[i] = DAG.getUNDEF(MVT::i8);
9255     } else {
9256       const int ZeroMask = 0x80;
9257       int V1Idx = Mask[i / Scale] < Size ? Mask[i / Scale] * Scale + i % Scale
9258                                           : ZeroMask;
9259       int V2Idx = Mask[i / Scale] < Size
9260                       ? ZeroMask
9261                       : (Mask[i / Scale] - Size) * Scale + i % Scale;
9262       if (Zeroable[i / Scale])
9263         V1Idx = V2Idx = ZeroMask;
9264       V1Mask[i] = DAG.getConstant(V1Idx, DL, MVT::i8);
9265       V2Mask[i] = DAG.getConstant(V2Idx, DL, MVT::i8);
9266       V1InUse |= (ZeroMask != V1Idx);
9267       V2InUse |= (ZeroMask != V2Idx);
9268     }
9269   }
9270
9271   if (V1InUse)
9272     V1 = DAG.getNode(X86ISD::PSHUFB, DL, MVT::v16i8,
9273                      DAG.getBitcast(MVT::v16i8, V1),
9274                      DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v16i8, V1Mask));
9275   if (V2InUse)
9276     V2 = DAG.getNode(X86ISD::PSHUFB, DL, MVT::v16i8,
9277                      DAG.getBitcast(MVT::v16i8, V2),
9278                      DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v16i8, V2Mask));
9279
9280   // If we need shuffled inputs from both, blend the two.
9281   SDValue V;
9282   if (V1InUse && V2InUse)
9283     V = DAG.getNode(ISD::OR, DL, MVT::v16i8, V1, V2);
9284   else
9285     V = V1InUse ? V1 : V2;
9286
9287   // Cast the result back to the correct type.
9288   return DAG.getBitcast(VT, V);
9289 }
9290
9291 /// \brief Generic lowering of 8-lane i16 shuffles.
9292 ///
9293 /// This handles both single-input shuffles and combined shuffle/blends with
9294 /// two inputs. The single input shuffles are immediately delegated to
9295 /// a dedicated lowering routine.
9296 ///
9297 /// The blends are lowered in one of three fundamental ways. If there are few
9298 /// enough inputs, it delegates to a basic UNPCK-based strategy. If the shuffle
9299 /// of the input is significantly cheaper when lowered as an interleaving of
9300 /// the two inputs, try to interleave them. Otherwise, blend the low and high
9301 /// halves of the inputs separately (making them have relatively few inputs)
9302 /// and then concatenate them.
9303 static SDValue lowerV8I16VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
9304                                        const X86Subtarget *Subtarget,
9305                                        SelectionDAG &DAG) {
9306   SDLoc DL(Op);
9307   assert(Op.getSimpleValueType() == MVT::v8i16 && "Bad shuffle type!");
9308   assert(V1.getSimpleValueType() == MVT::v8i16 && "Bad operand type!");
9309   assert(V2.getSimpleValueType() == MVT::v8i16 && "Bad operand type!");
9310   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
9311   ArrayRef<int> OrigMask = SVOp->getMask();
9312   int MaskStorage[8] = {OrigMask[0], OrigMask[1], OrigMask[2], OrigMask[3],
9313                         OrigMask[4], OrigMask[5], OrigMask[6], OrigMask[7]};
9314   MutableArrayRef<int> Mask(MaskStorage);
9315
9316   assert(Mask.size() == 8 && "Unexpected mask size for v8 shuffle!");
9317
9318   // Whenever we can lower this as a zext, that instruction is strictly faster
9319   // than any alternative.
9320   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(
9321           DL, MVT::v8i16, V1, V2, OrigMask, Subtarget, DAG))
9322     return ZExt;
9323
9324   auto isV1 = [](int M) { return M >= 0 && M < 8; };
9325   (void)isV1;
9326   auto isV2 = [](int M) { return M >= 8; };
9327
9328   int NumV2Inputs = std::count_if(Mask.begin(), Mask.end(), isV2);
9329
9330   if (NumV2Inputs == 0) {
9331     // Check for being able to broadcast a single element.
9332     if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v8i16, V1,
9333                                                           Mask, Subtarget, DAG))
9334       return Broadcast;
9335
9336     // Try to use shift instructions.
9337     if (SDValue Shift =
9338             lowerVectorShuffleAsShift(DL, MVT::v8i16, V1, V1, Mask, DAG))
9339       return Shift;
9340
9341     // Use dedicated unpack instructions for masks that match their pattern.
9342     if (SDValue V =
9343             lowerVectorShuffleWithUNPCK(DL, MVT::v8i16, Mask, V1, V2, DAG))
9344       return V;
9345
9346     // Try to use byte rotation instructions.
9347     if (SDValue Rotate = lowerVectorShuffleAsByteRotate(DL, MVT::v8i16, V1, V1,
9348                                                         Mask, Subtarget, DAG))
9349       return Rotate;
9350
9351     return lowerV8I16GeneralSingleInputVectorShuffle(DL, MVT::v8i16, V1, Mask,
9352                                                      Subtarget, DAG);
9353   }
9354
9355   assert(std::any_of(Mask.begin(), Mask.end(), isV1) &&
9356          "All single-input shuffles should be canonicalized to be V1-input "
9357          "shuffles.");
9358
9359   // Try to use shift instructions.
9360   if (SDValue Shift =
9361           lowerVectorShuffleAsShift(DL, MVT::v8i16, V1, V2, Mask, DAG))
9362     return Shift;
9363
9364   // See if we can use SSE4A Extraction / Insertion.
9365   if (Subtarget->hasSSE4A())
9366     if (SDValue V = lowerVectorShuffleWithSSE4A(DL, MVT::v8i16, V1, V2, Mask, DAG))
9367       return V;
9368
9369   // There are special ways we can lower some single-element blends.
9370   if (NumV2Inputs == 1)
9371     if (SDValue V = lowerVectorShuffleAsElementInsertion(DL, MVT::v8i16, V1, V2,
9372                                                          Mask, Subtarget, DAG))
9373       return V;
9374
9375   // We have different paths for blend lowering, but they all must use the
9376   // *exact* same predicate.
9377   bool IsBlendSupported = Subtarget->hasSSE41();
9378   if (IsBlendSupported)
9379     if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v8i16, V1, V2, Mask,
9380                                                   Subtarget, DAG))
9381       return Blend;
9382
9383   if (SDValue Masked =
9384           lowerVectorShuffleAsBitMask(DL, MVT::v8i16, V1, V2, Mask, DAG))
9385     return Masked;
9386
9387   // Use dedicated unpack instructions for masks that match their pattern.
9388   if (SDValue V =
9389           lowerVectorShuffleWithUNPCK(DL, MVT::v8i16, Mask, V1, V2, DAG))
9390     return V;
9391
9392   // Try to use byte rotation instructions.
9393   if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
9394           DL, MVT::v8i16, V1, V2, Mask, Subtarget, DAG))
9395     return Rotate;
9396
9397   if (SDValue BitBlend =
9398           lowerVectorShuffleAsBitBlend(DL, MVT::v8i16, V1, V2, Mask, DAG))
9399     return BitBlend;
9400
9401   if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack(DL, MVT::v8i16, V1,
9402                                                             V2, Mask, DAG))
9403     return Unpack;
9404
9405   // If we can't directly blend but can use PSHUFB, that will be better as it
9406   // can both shuffle and set up the inefficient blend.
9407   if (!IsBlendSupported && Subtarget->hasSSSE3()) {
9408     bool V1InUse, V2InUse;
9409     return lowerVectorShuffleAsPSHUFB(DL, MVT::v8i16, V1, V2, Mask, DAG,
9410                                       V1InUse, V2InUse);
9411   }
9412
9413   // We can always bit-blend if we have to so the fallback strategy is to
9414   // decompose into single-input permutes and blends.
9415   return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8i16, V1, V2,
9416                                                       Mask, DAG);
9417 }
9418
9419 /// \brief Check whether a compaction lowering can be done by dropping even
9420 /// elements and compute how many times even elements must be dropped.
9421 ///
9422 /// This handles shuffles which take every Nth element where N is a power of
9423 /// two. Example shuffle masks:
9424 ///
9425 ///  N = 1:  0,  2,  4,  6,  8, 10, 12, 14,  0,  2,  4,  6,  8, 10, 12, 14
9426 ///  N = 1:  0,  2,  4,  6,  8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30
9427 ///  N = 2:  0,  4,  8, 12,  0,  4,  8, 12,  0,  4,  8, 12,  0,  4,  8, 12
9428 ///  N = 2:  0,  4,  8, 12, 16, 20, 24, 28,  0,  4,  8, 12, 16, 20, 24, 28
9429 ///  N = 3:  0,  8,  0,  8,  0,  8,  0,  8,  0,  8,  0,  8,  0,  8,  0,  8
9430 ///  N = 3:  0,  8, 16, 24,  0,  8, 16, 24,  0,  8, 16, 24,  0,  8, 16, 24
9431 ///
9432 /// Any of these lanes can of course be undef.
9433 ///
9434 /// This routine only supports N <= 3.
9435 /// FIXME: Evaluate whether either AVX or AVX-512 have any opportunities here
9436 /// for larger N.
9437 ///
9438 /// \returns N above, or the number of times even elements must be dropped if
9439 /// there is such a number. Otherwise returns zero.
9440 static int canLowerByDroppingEvenElements(ArrayRef<int> Mask) {
9441   // Figure out whether we're looping over two inputs or just one.
9442   bool IsSingleInput = isSingleInputShuffleMask(Mask);
9443
9444   // The modulus for the shuffle vector entries is based on whether this is
9445   // a single input or not.
9446   int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2);
9447   assert(isPowerOf2_32((uint32_t)ShuffleModulus) &&
9448          "We should only be called with masks with a power-of-2 size!");
9449
9450   uint64_t ModMask = (uint64_t)ShuffleModulus - 1;
9451
9452   // We track whether the input is viable for all power-of-2 strides 2^1, 2^2,
9453   // and 2^3 simultaneously. This is because we may have ambiguity with
9454   // partially undef inputs.
9455   bool ViableForN[3] = {true, true, true};
9456
9457   for (int i = 0, e = Mask.size(); i < e; ++i) {
9458     // Ignore undef lanes, we'll optimistically collapse them to the pattern we
9459     // want.
9460     if (Mask[i] == -1)
9461       continue;
9462
9463     bool IsAnyViable = false;
9464     for (unsigned j = 0; j != array_lengthof(ViableForN); ++j)
9465       if (ViableForN[j]) {
9466         uint64_t N = j + 1;
9467
9468         // The shuffle mask must be equal to (i * 2^N) % M.
9469         if ((uint64_t)Mask[i] == (((uint64_t)i << N) & ModMask))
9470           IsAnyViable = true;
9471         else
9472           ViableForN[j] = false;
9473       }
9474     // Early exit if we exhaust the possible powers of two.
9475     if (!IsAnyViable)
9476       break;
9477   }
9478
9479   for (unsigned j = 0; j != array_lengthof(ViableForN); ++j)
9480     if (ViableForN[j])
9481       return j + 1;
9482
9483   // Return 0 as there is no viable power of two.
9484   return 0;
9485 }
9486
9487 /// \brief Generic lowering of v16i8 shuffles.
9488 ///
9489 /// This is a hybrid strategy to lower v16i8 vectors. It first attempts to
9490 /// detect any complexity reducing interleaving. If that doesn't help, it uses
9491 /// UNPCK to spread the i8 elements across two i16-element vectors, and uses
9492 /// the existing lowering for v8i16 blends on each half, finally PACK-ing them
9493 /// back together.
9494 static SDValue lowerV16I8VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
9495                                        const X86Subtarget *Subtarget,
9496                                        SelectionDAG &DAG) {
9497   SDLoc DL(Op);
9498   assert(Op.getSimpleValueType() == MVT::v16i8 && "Bad shuffle type!");
9499   assert(V1.getSimpleValueType() == MVT::v16i8 && "Bad operand type!");
9500   assert(V2.getSimpleValueType() == MVT::v16i8 && "Bad operand type!");
9501   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
9502   ArrayRef<int> Mask = SVOp->getMask();
9503   assert(Mask.size() == 16 && "Unexpected mask size for v16 shuffle!");
9504
9505   // Try to use shift instructions.
9506   if (SDValue Shift =
9507           lowerVectorShuffleAsShift(DL, MVT::v16i8, V1, V2, Mask, DAG))
9508     return Shift;
9509
9510   // Try to use byte rotation instructions.
9511   if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
9512           DL, MVT::v16i8, V1, V2, Mask, Subtarget, DAG))
9513     return Rotate;
9514
9515   // Try to use a zext lowering.
9516   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(
9517           DL, MVT::v16i8, V1, V2, Mask, Subtarget, DAG))
9518     return ZExt;
9519
9520   // See if we can use SSE4A Extraction / Insertion.
9521   if (Subtarget->hasSSE4A())
9522     if (SDValue V = lowerVectorShuffleWithSSE4A(DL, MVT::v16i8, V1, V2, Mask, DAG))
9523       return V;
9524
9525   int NumV2Elements =
9526       std::count_if(Mask.begin(), Mask.end(), [](int M) { return M >= 16; });
9527
9528   // For single-input shuffles, there are some nicer lowering tricks we can use.
9529   if (NumV2Elements == 0) {
9530     // Check for being able to broadcast a single element.
9531     if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v16i8, V1,
9532                                                           Mask, Subtarget, DAG))
9533       return Broadcast;
9534
9535     // Check whether we can widen this to an i16 shuffle by duplicating bytes.
9536     // Notably, this handles splat and partial-splat shuffles more efficiently.
9537     // However, it only makes sense if the pre-duplication shuffle simplifies
9538     // things significantly. Currently, this means we need to be able to
9539     // express the pre-duplication shuffle as an i16 shuffle.
9540     //
9541     // FIXME: We should check for other patterns which can be widened into an
9542     // i16 shuffle as well.
9543     auto canWidenViaDuplication = [](ArrayRef<int> Mask) {
9544       for (int i = 0; i < 16; i += 2)
9545         if (Mask[i] != -1 && Mask[i + 1] != -1 && Mask[i] != Mask[i + 1])
9546           return false;
9547
9548       return true;
9549     };
9550     auto tryToWidenViaDuplication = [&]() -> SDValue {
9551       if (!canWidenViaDuplication(Mask))
9552         return SDValue();
9553       SmallVector<int, 4> LoInputs;
9554       std::copy_if(Mask.begin(), Mask.end(), std::back_inserter(LoInputs),
9555                    [](int M) { return M >= 0 && M < 8; });
9556       std::sort(LoInputs.begin(), LoInputs.end());
9557       LoInputs.erase(std::unique(LoInputs.begin(), LoInputs.end()),
9558                      LoInputs.end());
9559       SmallVector<int, 4> HiInputs;
9560       std::copy_if(Mask.begin(), Mask.end(), std::back_inserter(HiInputs),
9561                    [](int M) { return M >= 8; });
9562       std::sort(HiInputs.begin(), HiInputs.end());
9563       HiInputs.erase(std::unique(HiInputs.begin(), HiInputs.end()),
9564                      HiInputs.end());
9565
9566       bool TargetLo = LoInputs.size() >= HiInputs.size();
9567       ArrayRef<int> InPlaceInputs = TargetLo ? LoInputs : HiInputs;
9568       ArrayRef<int> MovingInputs = TargetLo ? HiInputs : LoInputs;
9569
9570       int PreDupI16Shuffle[] = {-1, -1, -1, -1, -1, -1, -1, -1};
9571       SmallDenseMap<int, int, 8> LaneMap;
9572       for (int I : InPlaceInputs) {
9573         PreDupI16Shuffle[I/2] = I/2;
9574         LaneMap[I] = I;
9575       }
9576       int j = TargetLo ? 0 : 4, je = j + 4;
9577       for (int i = 0, ie = MovingInputs.size(); i < ie; ++i) {
9578         // Check if j is already a shuffle of this input. This happens when
9579         // there are two adjacent bytes after we move the low one.
9580         if (PreDupI16Shuffle[j] != MovingInputs[i] / 2) {
9581           // If we haven't yet mapped the input, search for a slot into which
9582           // we can map it.
9583           while (j < je && PreDupI16Shuffle[j] != -1)
9584             ++j;
9585
9586           if (j == je)
9587             // We can't place the inputs into a single half with a simple i16 shuffle, so bail.
9588             return SDValue();
9589
9590           // Map this input with the i16 shuffle.
9591           PreDupI16Shuffle[j] = MovingInputs[i] / 2;
9592         }
9593
9594         // Update the lane map based on the mapping we ended up with.
9595         LaneMap[MovingInputs[i]] = 2 * j + MovingInputs[i] % 2;
9596       }
9597       V1 = DAG.getBitcast(
9598           MVT::v16i8,
9599           DAG.getVectorShuffle(MVT::v8i16, DL, DAG.getBitcast(MVT::v8i16, V1),
9600                                DAG.getUNDEF(MVT::v8i16), PreDupI16Shuffle));
9601
9602       // Unpack the bytes to form the i16s that will be shuffled into place.
9603       V1 = DAG.getNode(TargetLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL,
9604                        MVT::v16i8, V1, V1);
9605
9606       int PostDupI16Shuffle[8] = {-1, -1, -1, -1, -1, -1, -1, -1};
9607       for (int i = 0; i < 16; ++i)
9608         if (Mask[i] != -1) {
9609           int MappedMask = LaneMap[Mask[i]] - (TargetLo ? 0 : 8);
9610           assert(MappedMask < 8 && "Invalid v8 shuffle mask!");
9611           if (PostDupI16Shuffle[i / 2] == -1)
9612             PostDupI16Shuffle[i / 2] = MappedMask;
9613           else
9614             assert(PostDupI16Shuffle[i / 2] == MappedMask &&
9615                    "Conflicting entrties in the original shuffle!");
9616         }
9617       return DAG.getBitcast(
9618           MVT::v16i8,
9619           DAG.getVectorShuffle(MVT::v8i16, DL, DAG.getBitcast(MVT::v8i16, V1),
9620                                DAG.getUNDEF(MVT::v8i16), PostDupI16Shuffle));
9621     };
9622     if (SDValue V = tryToWidenViaDuplication())
9623       return V;
9624   }
9625
9626   if (SDValue Masked =
9627           lowerVectorShuffleAsBitMask(DL, MVT::v16i8, V1, V2, Mask, DAG))
9628     return Masked;
9629
9630   // Use dedicated unpack instructions for masks that match their pattern.
9631   if (SDValue V =
9632           lowerVectorShuffleWithUNPCK(DL, MVT::v16i8, Mask, V1, V2, DAG))
9633     return V;
9634
9635   // Check for SSSE3 which lets us lower all v16i8 shuffles much more directly
9636   // with PSHUFB. It is important to do this before we attempt to generate any
9637   // blends but after all of the single-input lowerings. If the single input
9638   // lowerings can find an instruction sequence that is faster than a PSHUFB, we
9639   // want to preserve that and we can DAG combine any longer sequences into
9640   // a PSHUFB in the end. But once we start blending from multiple inputs,
9641   // the complexity of DAG combining bad patterns back into PSHUFB is too high,
9642   // and there are *very* few patterns that would actually be faster than the
9643   // PSHUFB approach because of its ability to zero lanes.
9644   //
9645   // FIXME: The only exceptions to the above are blends which are exact
9646   // interleavings with direct instructions supporting them. We currently don't
9647   // handle those well here.
9648   if (Subtarget->hasSSSE3()) {
9649     bool V1InUse = false;
9650     bool V2InUse = false;
9651
9652     SDValue PSHUFB = lowerVectorShuffleAsPSHUFB(DL, MVT::v16i8, V1, V2, Mask,
9653                                                 DAG, V1InUse, V2InUse);
9654
9655     // If both V1 and V2 are in use and we can use a direct blend or an unpack,
9656     // do so. This avoids using them to handle blends-with-zero which is
9657     // important as a single pshufb is significantly faster for that.
9658     if (V1InUse && V2InUse) {
9659       if (Subtarget->hasSSE41())
9660         if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v16i8, V1, V2,
9661                                                       Mask, Subtarget, DAG))
9662           return Blend;
9663
9664       // We can use an unpack to do the blending rather than an or in some
9665       // cases. Even though the or may be (very minorly) more efficient, we
9666       // preference this lowering because there are common cases where part of
9667       // the complexity of the shuffles goes away when we do the final blend as
9668       // an unpack.
9669       // FIXME: It might be worth trying to detect if the unpack-feeding
9670       // shuffles will both be pshufb, in which case we shouldn't bother with
9671       // this.
9672       if (SDValue Unpack = lowerVectorShuffleAsPermuteAndUnpack(
9673               DL, MVT::v16i8, V1, V2, Mask, DAG))
9674         return Unpack;
9675     }
9676
9677     return PSHUFB;
9678   }
9679
9680   // There are special ways we can lower some single-element blends.
9681   if (NumV2Elements == 1)
9682     if (SDValue V = lowerVectorShuffleAsElementInsertion(DL, MVT::v16i8, V1, V2,
9683                                                          Mask, Subtarget, DAG))
9684       return V;
9685
9686   if (SDValue BitBlend =
9687           lowerVectorShuffleAsBitBlend(DL, MVT::v16i8, V1, V2, Mask, DAG))
9688     return BitBlend;
9689
9690   // Check whether a compaction lowering can be done. This handles shuffles
9691   // which take every Nth element for some even N. See the helper function for
9692   // details.
9693   //
9694   // We special case these as they can be particularly efficiently handled with
9695   // the PACKUSB instruction on x86 and they show up in common patterns of
9696   // rearranging bytes to truncate wide elements.
9697   if (int NumEvenDrops = canLowerByDroppingEvenElements(Mask)) {
9698     // NumEvenDrops is the power of two stride of the elements. Another way of
9699     // thinking about it is that we need to drop the even elements this many
9700     // times to get the original input.
9701     bool IsSingleInput = isSingleInputShuffleMask(Mask);
9702
9703     // First we need to zero all the dropped bytes.
9704     assert(NumEvenDrops <= 3 &&
9705            "No support for dropping even elements more than 3 times.");
9706     // We use the mask type to pick which bytes are preserved based on how many
9707     // elements are dropped.
9708     MVT MaskVTs[] = { MVT::v8i16, MVT::v4i32, MVT::v2i64 };
9709     SDValue ByteClearMask = DAG.getBitcast(
9710         MVT::v16i8, DAG.getConstant(0xFF, DL, MaskVTs[NumEvenDrops - 1]));
9711     V1 = DAG.getNode(ISD::AND, DL, MVT::v16i8, V1, ByteClearMask);
9712     if (!IsSingleInput)
9713       V2 = DAG.getNode(ISD::AND, DL, MVT::v16i8, V2, ByteClearMask);
9714
9715     // Now pack things back together.
9716     V1 = DAG.getBitcast(MVT::v8i16, V1);
9717     V2 = IsSingleInput ? V1 : DAG.getBitcast(MVT::v8i16, V2);
9718     SDValue Result = DAG.getNode(X86ISD::PACKUS, DL, MVT::v16i8, V1, V2);
9719     for (int i = 1; i < NumEvenDrops; ++i) {
9720       Result = DAG.getBitcast(MVT::v8i16, Result);
9721       Result = DAG.getNode(X86ISD::PACKUS, DL, MVT::v16i8, Result, Result);
9722     }
9723
9724     return Result;
9725   }
9726
9727   // Handle multi-input cases by blending single-input shuffles.
9728   if (NumV2Elements > 0)
9729     return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v16i8, V1, V2,
9730                                                       Mask, DAG);
9731
9732   // The fallback path for single-input shuffles widens this into two v8i16
9733   // vectors with unpacks, shuffles those, and then pulls them back together
9734   // with a pack.
9735   SDValue V = V1;
9736
9737   int LoBlendMask[8] = {-1, -1, -1, -1, -1, -1, -1, -1};
9738   int HiBlendMask[8] = {-1, -1, -1, -1, -1, -1, -1, -1};
9739   for (int i = 0; i < 16; ++i)
9740     if (Mask[i] >= 0)
9741       (i < 8 ? LoBlendMask[i] : HiBlendMask[i % 8]) = Mask[i];
9742
9743   SDValue Zero = getZeroVector(MVT::v8i16, Subtarget, DAG, DL);
9744
9745   SDValue VLoHalf, VHiHalf;
9746   // Check if any of the odd lanes in the v16i8 are used. If not, we can mask
9747   // them out and avoid using UNPCK{L,H} to extract the elements of V as
9748   // i16s.
9749   if (std::none_of(std::begin(LoBlendMask), std::end(LoBlendMask),
9750                    [](int M) { return M >= 0 && M % 2 == 1; }) &&
9751       std::none_of(std::begin(HiBlendMask), std::end(HiBlendMask),
9752                    [](int M) { return M >= 0 && M % 2 == 1; })) {
9753     // Use a mask to drop the high bytes.
9754     VLoHalf = DAG.getBitcast(MVT::v8i16, V);
9755     VLoHalf = DAG.getNode(ISD::AND, DL, MVT::v8i16, VLoHalf,
9756                      DAG.getConstant(0x00FF, DL, MVT::v8i16));
9757
9758     // This will be a single vector shuffle instead of a blend so nuke VHiHalf.
9759     VHiHalf = DAG.getUNDEF(MVT::v8i16);
9760
9761     // Squash the masks to point directly into VLoHalf.
9762     for (int &M : LoBlendMask)
9763       if (M >= 0)
9764         M /= 2;
9765     for (int &M : HiBlendMask)
9766       if (M >= 0)
9767         M /= 2;
9768   } else {
9769     // Otherwise just unpack the low half of V into VLoHalf and the high half into
9770     // VHiHalf so that we can blend them as i16s.
9771     VLoHalf = DAG.getBitcast(
9772         MVT::v8i16, DAG.getNode(X86ISD::UNPCKL, DL, MVT::v16i8, V, Zero));
9773     VHiHalf = DAG.getBitcast(
9774         MVT::v8i16, DAG.getNode(X86ISD::UNPCKH, DL, MVT::v16i8, V, Zero));
9775   }
9776
9777   SDValue LoV = DAG.getVectorShuffle(MVT::v8i16, DL, VLoHalf, VHiHalf, LoBlendMask);
9778   SDValue HiV = DAG.getVectorShuffle(MVT::v8i16, DL, VLoHalf, VHiHalf, HiBlendMask);
9779
9780   return DAG.getNode(X86ISD::PACKUS, DL, MVT::v16i8, LoV, HiV);
9781 }
9782
9783 /// \brief Dispatching routine to lower various 128-bit x86 vector shuffles.
9784 ///
9785 /// This routine breaks down the specific type of 128-bit shuffle and
9786 /// dispatches to the lowering routines accordingly.
9787 static SDValue lower128BitVectorShuffle(SDValue Op, SDValue V1, SDValue V2,
9788                                         MVT VT, const X86Subtarget *Subtarget,
9789                                         SelectionDAG &DAG) {
9790   switch (VT.SimpleTy) {
9791   case MVT::v2i64:
9792     return lowerV2I64VectorShuffle(Op, V1, V2, Subtarget, DAG);
9793   case MVT::v2f64:
9794     return lowerV2F64VectorShuffle(Op, V1, V2, Subtarget, DAG);
9795   case MVT::v4i32:
9796     return lowerV4I32VectorShuffle(Op, V1, V2, Subtarget, DAG);
9797   case MVT::v4f32:
9798     return lowerV4F32VectorShuffle(Op, V1, V2, Subtarget, DAG);
9799   case MVT::v8i16:
9800     return lowerV8I16VectorShuffle(Op, V1, V2, Subtarget, DAG);
9801   case MVT::v16i8:
9802     return lowerV16I8VectorShuffle(Op, V1, V2, Subtarget, DAG);
9803
9804   default:
9805     llvm_unreachable("Unimplemented!");
9806   }
9807 }
9808
9809 /// \brief Helper function to test whether a shuffle mask could be
9810 /// simplified by widening the elements being shuffled.
9811 ///
9812 /// Appends the mask for wider elements in WidenedMask if valid. Otherwise
9813 /// leaves it in an unspecified state.
9814 ///
9815 /// NOTE: This must handle normal vector shuffle masks and *target* vector
9816 /// shuffle masks. The latter have the special property of a '-2' representing
9817 /// a zero-ed lane of a vector.
9818 static bool canWidenShuffleElements(ArrayRef<int> Mask,
9819                                     SmallVectorImpl<int> &WidenedMask) {
9820   for (int i = 0, Size = Mask.size(); i < Size; i += 2) {
9821     // If both elements are undef, its trivial.
9822     if (Mask[i] == SM_SentinelUndef && Mask[i + 1] == SM_SentinelUndef) {
9823       WidenedMask.push_back(SM_SentinelUndef);
9824       continue;
9825     }
9826
9827     // Check for an undef mask and a mask value properly aligned to fit with
9828     // a pair of values. If we find such a case, use the non-undef mask's value.
9829     if (Mask[i] == SM_SentinelUndef && Mask[i + 1] >= 0 && Mask[i + 1] % 2 == 1) {
9830       WidenedMask.push_back(Mask[i + 1] / 2);
9831       continue;
9832     }
9833     if (Mask[i + 1] == SM_SentinelUndef && Mask[i] >= 0 && Mask[i] % 2 == 0) {
9834       WidenedMask.push_back(Mask[i] / 2);
9835       continue;
9836     }
9837
9838     // When zeroing, we need to spread the zeroing across both lanes to widen.
9839     if (Mask[i] == SM_SentinelZero || Mask[i + 1] == SM_SentinelZero) {
9840       if ((Mask[i] == SM_SentinelZero || Mask[i] == SM_SentinelUndef) &&
9841           (Mask[i + 1] == SM_SentinelZero || Mask[i + 1] == SM_SentinelUndef)) {
9842         WidenedMask.push_back(SM_SentinelZero);
9843         continue;
9844       }
9845       return false;
9846     }
9847
9848     // Finally check if the two mask values are adjacent and aligned with
9849     // a pair.
9850     if (Mask[i] != SM_SentinelUndef && Mask[i] % 2 == 0 && Mask[i] + 1 == Mask[i + 1]) {
9851       WidenedMask.push_back(Mask[i] / 2);
9852       continue;
9853     }
9854
9855     // Otherwise we can't safely widen the elements used in this shuffle.
9856     return false;
9857   }
9858   assert(WidenedMask.size() == Mask.size() / 2 &&
9859          "Incorrect size of mask after widening the elements!");
9860
9861   return true;
9862 }
9863
9864 /// \brief Generic routine to split vector shuffle into half-sized shuffles.
9865 ///
9866 /// This routine just extracts two subvectors, shuffles them independently, and
9867 /// then concatenates them back together. This should work effectively with all
9868 /// AVX vector shuffle types.
9869 static SDValue splitAndLowerVectorShuffle(SDLoc DL, MVT VT, SDValue V1,
9870                                           SDValue V2, ArrayRef<int> Mask,
9871                                           SelectionDAG &DAG) {
9872   assert(VT.getSizeInBits() >= 256 &&
9873          "Only for 256-bit or wider vector shuffles!");
9874   assert(V1.getSimpleValueType() == VT && "Bad operand type!");
9875   assert(V2.getSimpleValueType() == VT && "Bad operand type!");
9876
9877   ArrayRef<int> LoMask = Mask.slice(0, Mask.size() / 2);
9878   ArrayRef<int> HiMask = Mask.slice(Mask.size() / 2);
9879
9880   int NumElements = VT.getVectorNumElements();
9881   int SplitNumElements = NumElements / 2;
9882   MVT ScalarVT = VT.getVectorElementType();
9883   MVT SplitVT = MVT::getVectorVT(ScalarVT, NumElements / 2);
9884
9885   // Rather than splitting build-vectors, just build two narrower build
9886   // vectors. This helps shuffling with splats and zeros.
9887   auto SplitVector = [&](SDValue V) {
9888     while (V.getOpcode() == ISD::BITCAST)
9889       V = V->getOperand(0);
9890
9891     MVT OrigVT = V.getSimpleValueType();
9892     int OrigNumElements = OrigVT.getVectorNumElements();
9893     int OrigSplitNumElements = OrigNumElements / 2;
9894     MVT OrigScalarVT = OrigVT.getVectorElementType();
9895     MVT OrigSplitVT = MVT::getVectorVT(OrigScalarVT, OrigNumElements / 2);
9896
9897     SDValue LoV, HiV;
9898
9899     auto *BV = dyn_cast<BuildVectorSDNode>(V);
9900     if (!BV) {
9901       LoV = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OrigSplitVT, V,
9902                         DAG.getIntPtrConstant(0, DL));
9903       HiV = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OrigSplitVT, V,
9904                         DAG.getIntPtrConstant(OrigSplitNumElements, DL));
9905     } else {
9906
9907       SmallVector<SDValue, 16> LoOps, HiOps;
9908       for (int i = 0; i < OrigSplitNumElements; ++i) {
9909         LoOps.push_back(BV->getOperand(i));
9910         HiOps.push_back(BV->getOperand(i + OrigSplitNumElements));
9911       }
9912       LoV = DAG.getNode(ISD::BUILD_VECTOR, DL, OrigSplitVT, LoOps);
9913       HiV = DAG.getNode(ISD::BUILD_VECTOR, DL, OrigSplitVT, HiOps);
9914     }
9915     return std::make_pair(DAG.getBitcast(SplitVT, LoV),
9916                           DAG.getBitcast(SplitVT, HiV));
9917   };
9918
9919   SDValue LoV1, HiV1, LoV2, HiV2;
9920   std::tie(LoV1, HiV1) = SplitVector(V1);
9921   std::tie(LoV2, HiV2) = SplitVector(V2);
9922
9923   // Now create two 4-way blends of these half-width vectors.
9924   auto HalfBlend = [&](ArrayRef<int> HalfMask) {
9925     bool UseLoV1 = false, UseHiV1 = false, UseLoV2 = false, UseHiV2 = false;
9926     SmallVector<int, 32> V1BlendMask, V2BlendMask, BlendMask;
9927     for (int i = 0; i < SplitNumElements; ++i) {
9928       int M = HalfMask[i];
9929       if (M >= NumElements) {
9930         if (M >= NumElements + SplitNumElements)
9931           UseHiV2 = true;
9932         else
9933           UseLoV2 = true;
9934         V2BlendMask.push_back(M - NumElements);
9935         V1BlendMask.push_back(-1);
9936         BlendMask.push_back(SplitNumElements + i);
9937       } else if (M >= 0) {
9938         if (M >= SplitNumElements)
9939           UseHiV1 = true;
9940         else
9941           UseLoV1 = true;
9942         V2BlendMask.push_back(-1);
9943         V1BlendMask.push_back(M);
9944         BlendMask.push_back(i);
9945       } else {
9946         V2BlendMask.push_back(-1);
9947         V1BlendMask.push_back(-1);
9948         BlendMask.push_back(-1);
9949       }
9950     }
9951
9952     // Because the lowering happens after all combining takes place, we need to
9953     // manually combine these blend masks as much as possible so that we create
9954     // a minimal number of high-level vector shuffle nodes.
9955
9956     // First try just blending the halves of V1 or V2.
9957     if (!UseLoV1 && !UseHiV1 && !UseLoV2 && !UseHiV2)
9958       return DAG.getUNDEF(SplitVT);
9959     if (!UseLoV2 && !UseHiV2)
9960       return DAG.getVectorShuffle(SplitVT, DL, LoV1, HiV1, V1BlendMask);
9961     if (!UseLoV1 && !UseHiV1)
9962       return DAG.getVectorShuffle(SplitVT, DL, LoV2, HiV2, V2BlendMask);
9963
9964     SDValue V1Blend, V2Blend;
9965     if (UseLoV1 && UseHiV1) {
9966       V1Blend =
9967         DAG.getVectorShuffle(SplitVT, DL, LoV1, HiV1, V1BlendMask);
9968     } else {
9969       // We only use half of V1 so map the usage down into the final blend mask.
9970       V1Blend = UseLoV1 ? LoV1 : HiV1;
9971       for (int i = 0; i < SplitNumElements; ++i)
9972         if (BlendMask[i] >= 0 && BlendMask[i] < SplitNumElements)
9973           BlendMask[i] = V1BlendMask[i] - (UseLoV1 ? 0 : SplitNumElements);
9974     }
9975     if (UseLoV2 && UseHiV2) {
9976       V2Blend =
9977         DAG.getVectorShuffle(SplitVT, DL, LoV2, HiV2, V2BlendMask);
9978     } else {
9979       // We only use half of V2 so map the usage down into the final blend mask.
9980       V2Blend = UseLoV2 ? LoV2 : HiV2;
9981       for (int i = 0; i < SplitNumElements; ++i)
9982         if (BlendMask[i] >= SplitNumElements)
9983           BlendMask[i] = V2BlendMask[i] + (UseLoV2 ? SplitNumElements : 0);
9984     }
9985     return DAG.getVectorShuffle(SplitVT, DL, V1Blend, V2Blend, BlendMask);
9986   };
9987   SDValue Lo = HalfBlend(LoMask);
9988   SDValue Hi = HalfBlend(HiMask);
9989   return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Lo, Hi);
9990 }
9991
9992 /// \brief Either split a vector in halves or decompose the shuffles and the
9993 /// blend.
9994 ///
9995 /// This is provided as a good fallback for many lowerings of non-single-input
9996 /// shuffles with more than one 128-bit lane. In those cases, we want to select
9997 /// between splitting the shuffle into 128-bit components and stitching those
9998 /// back together vs. extracting the single-input shuffles and blending those
9999 /// results.
10000 static SDValue lowerVectorShuffleAsSplitOrBlend(SDLoc DL, MVT VT, SDValue V1,
10001                                                 SDValue V2, ArrayRef<int> Mask,
10002                                                 SelectionDAG &DAG) {
10003   assert(!isSingleInputShuffleMask(Mask) && "This routine must not be used to "
10004                                             "lower single-input shuffles as it "
10005                                             "could then recurse on itself.");
10006   int Size = Mask.size();
10007
10008   // If this can be modeled as a broadcast of two elements followed by a blend,
10009   // prefer that lowering. This is especially important because broadcasts can
10010   // often fold with memory operands.
10011   auto DoBothBroadcast = [&] {
10012     int V1BroadcastIdx = -1, V2BroadcastIdx = -1;
10013     for (int M : Mask)
10014       if (M >= Size) {
10015         if (V2BroadcastIdx == -1)
10016           V2BroadcastIdx = M - Size;
10017         else if (M - Size != V2BroadcastIdx)
10018           return false;
10019       } else if (M >= 0) {
10020         if (V1BroadcastIdx == -1)
10021           V1BroadcastIdx = M;
10022         else if (M != V1BroadcastIdx)
10023           return false;
10024       }
10025     return true;
10026   };
10027   if (DoBothBroadcast())
10028     return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask,
10029                                                       DAG);
10030
10031   // If the inputs all stem from a single 128-bit lane of each input, then we
10032   // split them rather than blending because the split will decompose to
10033   // unusually few instructions.
10034   int LaneCount = VT.getSizeInBits() / 128;
10035   int LaneSize = Size / LaneCount;
10036   SmallBitVector LaneInputs[2];
10037   LaneInputs[0].resize(LaneCount, false);
10038   LaneInputs[1].resize(LaneCount, false);
10039   for (int i = 0; i < Size; ++i)
10040     if (Mask[i] >= 0)
10041       LaneInputs[Mask[i] / Size][(Mask[i] % Size) / LaneSize] = true;
10042   if (LaneInputs[0].count() <= 1 && LaneInputs[1].count() <= 1)
10043     return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG);
10044
10045   // Otherwise, just fall back to decomposed shuffles and a blend. This requires
10046   // that the decomposed single-input shuffles don't end up here.
10047   return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask, DAG);
10048 }
10049
10050 /// \brief Lower a vector shuffle crossing multiple 128-bit lanes as
10051 /// a permutation and blend of those lanes.
10052 ///
10053 /// This essentially blends the out-of-lane inputs to each lane into the lane
10054 /// from a permuted copy of the vector. This lowering strategy results in four
10055 /// instructions in the worst case for a single-input cross lane shuffle which
10056 /// is lower than any other fully general cross-lane shuffle strategy I'm aware
10057 /// of. Special cases for each particular shuffle pattern should be handled
10058 /// prior to trying this lowering.
10059 static SDValue lowerVectorShuffleAsLanePermuteAndBlend(SDLoc DL, MVT VT,
10060                                                        SDValue V1, SDValue V2,
10061                                                        ArrayRef<int> Mask,
10062                                                        SelectionDAG &DAG) {
10063   // FIXME: This should probably be generalized for 512-bit vectors as well.
10064   assert(VT.is256BitVector() && "Only for 256-bit vector shuffles!");
10065   int LaneSize = Mask.size() / 2;
10066
10067   // If there are only inputs from one 128-bit lane, splitting will in fact be
10068   // less expensive. The flags track whether the given lane contains an element
10069   // that crosses to another lane.
10070   bool LaneCrossing[2] = {false, false};
10071   for (int i = 0, Size = Mask.size(); i < Size; ++i)
10072     if (Mask[i] >= 0 && (Mask[i] % Size) / LaneSize != i / LaneSize)
10073       LaneCrossing[(Mask[i] % Size) / LaneSize] = true;
10074   if (!LaneCrossing[0] || !LaneCrossing[1])
10075     return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG);
10076
10077   if (isSingleInputShuffleMask(Mask)) {
10078     SmallVector<int, 32> FlippedBlendMask;
10079     for (int i = 0, Size = Mask.size(); i < Size; ++i)
10080       FlippedBlendMask.push_back(
10081           Mask[i] < 0 ? -1 : (((Mask[i] % Size) / LaneSize == i / LaneSize)
10082                                   ? Mask[i]
10083                                   : Mask[i] % LaneSize +
10084                                         (i / LaneSize) * LaneSize + Size));
10085
10086     // Flip the vector, and blend the results which should now be in-lane. The
10087     // VPERM2X128 mask uses the low 2 bits for the low source and bits 4 and
10088     // 5 for the high source. The value 3 selects the high half of source 2 and
10089     // the value 2 selects the low half of source 2. We only use source 2 to
10090     // allow folding it into a memory operand.
10091     unsigned PERMMask = 3 | 2 << 4;
10092     SDValue Flipped = DAG.getNode(X86ISD::VPERM2X128, DL, VT, DAG.getUNDEF(VT),
10093                                   V1, DAG.getConstant(PERMMask, DL, MVT::i8));
10094     return DAG.getVectorShuffle(VT, DL, V1, Flipped, FlippedBlendMask);
10095   }
10096
10097   // This now reduces to two single-input shuffles of V1 and V2 which at worst
10098   // will be handled by the above logic and a blend of the results, much like
10099   // other patterns in AVX.
10100   return lowerVectorShuffleAsDecomposedShuffleBlend(DL, VT, V1, V2, Mask, DAG);
10101 }
10102
10103 /// \brief Handle lowering 2-lane 128-bit shuffles.
10104 static SDValue lowerV2X128VectorShuffle(SDLoc DL, MVT VT, SDValue V1,
10105                                         SDValue V2, ArrayRef<int> Mask,
10106                                         const X86Subtarget *Subtarget,
10107                                         SelectionDAG &DAG) {
10108   // TODO: If minimizing size and one of the inputs is a zero vector and the
10109   // the zero vector has only one use, we could use a VPERM2X128 to save the
10110   // instruction bytes needed to explicitly generate the zero vector.
10111
10112   // Blends are faster and handle all the non-lane-crossing cases.
10113   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, VT, V1, V2, Mask,
10114                                                 Subtarget, DAG))
10115     return Blend;
10116
10117   bool IsV1Zero = ISD::isBuildVectorAllZeros(V1.getNode());
10118   bool IsV2Zero = ISD::isBuildVectorAllZeros(V2.getNode());
10119
10120   // If either input operand is a zero vector, use VPERM2X128 because its mask
10121   // allows us to replace the zero input with an implicit zero.
10122   if (!IsV1Zero && !IsV2Zero) {
10123     // Check for patterns which can be matched with a single insert of a 128-bit
10124     // subvector.
10125     bool OnlyUsesV1 = isShuffleEquivalent(V1, V2, Mask, {0, 1, 0, 1});
10126     if (OnlyUsesV1 || isShuffleEquivalent(V1, V2, Mask, {0, 1, 4, 5})) {
10127       MVT SubVT = MVT::getVectorVT(VT.getVectorElementType(),
10128                                    VT.getVectorNumElements() / 2);
10129       SDValue LoV = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, SubVT, V1,
10130                                 DAG.getIntPtrConstant(0, DL));
10131       SDValue HiV = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, SubVT,
10132                                 OnlyUsesV1 ? V1 : V2,
10133                                 DAG.getIntPtrConstant(0, DL));
10134       return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, LoV, HiV);
10135     }
10136   }
10137
10138   // Otherwise form a 128-bit permutation. After accounting for undefs,
10139   // convert the 64-bit shuffle mask selection values into 128-bit
10140   // selection bits by dividing the indexes by 2 and shifting into positions
10141   // defined by a vperm2*128 instruction's immediate control byte.
10142
10143   // The immediate permute control byte looks like this:
10144   //    [1:0] - select 128 bits from sources for low half of destination
10145   //    [2]   - ignore
10146   //    [3]   - zero low half of destination
10147   //    [5:4] - select 128 bits from sources for high half of destination
10148   //    [6]   - ignore
10149   //    [7]   - zero high half of destination
10150
10151   int MaskLO = Mask[0];
10152   if (MaskLO == SM_SentinelUndef)
10153     MaskLO = Mask[1] == SM_SentinelUndef ? 0 : Mask[1];
10154
10155   int MaskHI = Mask[2];
10156   if (MaskHI == SM_SentinelUndef)
10157     MaskHI = Mask[3] == SM_SentinelUndef ? 0 : Mask[3];
10158
10159   unsigned PermMask = MaskLO / 2 | (MaskHI / 2) << 4;
10160
10161   // If either input is a zero vector, replace it with an undef input.
10162   // Shuffle mask values <  4 are selecting elements of V1.
10163   // Shuffle mask values >= 4 are selecting elements of V2.
10164   // Adjust each half of the permute mask by clearing the half that was
10165   // selecting the zero vector and setting the zero mask bit.
10166   if (IsV1Zero) {
10167     V1 = DAG.getUNDEF(VT);
10168     if (MaskLO < 4)
10169       PermMask = (PermMask & 0xf0) | 0x08;
10170     if (MaskHI < 4)
10171       PermMask = (PermMask & 0x0f) | 0x80;
10172   }
10173   if (IsV2Zero) {
10174     V2 = DAG.getUNDEF(VT);
10175     if (MaskLO >= 4)
10176       PermMask = (PermMask & 0xf0) | 0x08;
10177     if (MaskHI >= 4)
10178       PermMask = (PermMask & 0x0f) | 0x80;
10179   }
10180
10181   return DAG.getNode(X86ISD::VPERM2X128, DL, VT, V1, V2,
10182                      DAG.getConstant(PermMask, DL, MVT::i8));
10183 }
10184
10185 /// \brief Lower a vector shuffle by first fixing the 128-bit lanes and then
10186 /// shuffling each lane.
10187 ///
10188 /// This will only succeed when the result of fixing the 128-bit lanes results
10189 /// in a single-input non-lane-crossing shuffle with a repeating shuffle mask in
10190 /// each 128-bit lanes. This handles many cases where we can quickly blend away
10191 /// the lane crosses early and then use simpler shuffles within each lane.
10192 ///
10193 /// FIXME: It might be worthwhile at some point to support this without
10194 /// requiring the 128-bit lane-relative shuffles to be repeating, but currently
10195 /// in x86 only floating point has interesting non-repeating shuffles, and even
10196 /// those are still *marginally* more expensive.
10197 static SDValue lowerVectorShuffleByMerging128BitLanes(
10198     SDLoc DL, MVT VT, SDValue V1, SDValue V2, ArrayRef<int> Mask,
10199     const X86Subtarget *Subtarget, SelectionDAG &DAG) {
10200   assert(!isSingleInputShuffleMask(Mask) &&
10201          "This is only useful with multiple inputs.");
10202
10203   int Size = Mask.size();
10204   int LaneSize = 128 / VT.getScalarSizeInBits();
10205   int NumLanes = Size / LaneSize;
10206   assert(NumLanes > 1 && "Only handles 256-bit and wider shuffles.");
10207
10208   // See if we can build a hypothetical 128-bit lane-fixing shuffle mask. Also
10209   // check whether the in-128-bit lane shuffles share a repeating pattern.
10210   SmallVector<int, 4> Lanes;
10211   Lanes.resize(NumLanes, -1);
10212   SmallVector<int, 4> InLaneMask;
10213   InLaneMask.resize(LaneSize, -1);
10214   for (int i = 0; i < Size; ++i) {
10215     if (Mask[i] < 0)
10216       continue;
10217
10218     int j = i / LaneSize;
10219
10220     if (Lanes[j] < 0) {
10221       // First entry we've seen for this lane.
10222       Lanes[j] = Mask[i] / LaneSize;
10223     } else if (Lanes[j] != Mask[i] / LaneSize) {
10224       // This doesn't match the lane selected previously!
10225       return SDValue();
10226     }
10227
10228     // Check that within each lane we have a consistent shuffle mask.
10229     int k = i % LaneSize;
10230     if (InLaneMask[k] < 0) {
10231       InLaneMask[k] = Mask[i] % LaneSize;
10232     } else if (InLaneMask[k] != Mask[i] % LaneSize) {
10233       // This doesn't fit a repeating in-lane mask.
10234       return SDValue();
10235     }
10236   }
10237
10238   // First shuffle the lanes into place.
10239   MVT LaneVT = MVT::getVectorVT(VT.isFloatingPoint() ? MVT::f64 : MVT::i64,
10240                                 VT.getSizeInBits() / 64);
10241   SmallVector<int, 8> LaneMask;
10242   LaneMask.resize(NumLanes * 2, -1);
10243   for (int i = 0; i < NumLanes; ++i)
10244     if (Lanes[i] >= 0) {
10245       LaneMask[2 * i + 0] = 2*Lanes[i] + 0;
10246       LaneMask[2 * i + 1] = 2*Lanes[i] + 1;
10247     }
10248
10249   V1 = DAG.getBitcast(LaneVT, V1);
10250   V2 = DAG.getBitcast(LaneVT, V2);
10251   SDValue LaneShuffle = DAG.getVectorShuffle(LaneVT, DL, V1, V2, LaneMask);
10252
10253   // Cast it back to the type we actually want.
10254   LaneShuffle = DAG.getBitcast(VT, LaneShuffle);
10255
10256   // Now do a simple shuffle that isn't lane crossing.
10257   SmallVector<int, 8> NewMask;
10258   NewMask.resize(Size, -1);
10259   for (int i = 0; i < Size; ++i)
10260     if (Mask[i] >= 0)
10261       NewMask[i] = (i / LaneSize) * LaneSize + Mask[i] % LaneSize;
10262   assert(!is128BitLaneCrossingShuffleMask(VT, NewMask) &&
10263          "Must not introduce lane crosses at this point!");
10264
10265   return DAG.getVectorShuffle(VT, DL, LaneShuffle, DAG.getUNDEF(VT), NewMask);
10266 }
10267
10268 /// \brief Test whether the specified input (0 or 1) is in-place blended by the
10269 /// given mask.
10270 ///
10271 /// This returns true if the elements from a particular input are already in the
10272 /// slot required by the given mask and require no permutation.
10273 static bool isShuffleMaskInputInPlace(int Input, ArrayRef<int> Mask) {
10274   assert((Input == 0 || Input == 1) && "Only two inputs to shuffles.");
10275   int Size = Mask.size();
10276   for (int i = 0; i < Size; ++i)
10277     if (Mask[i] >= 0 && Mask[i] / Size == Input && Mask[i] % Size != i)
10278       return false;
10279
10280   return true;
10281 }
10282
10283 static SDValue lowerVectorShuffleWithSHUFPD(SDLoc DL, MVT VT,
10284                                             ArrayRef<int> Mask, SDValue V1,
10285                                             SDValue V2, SelectionDAG &DAG) {
10286
10287   // Mask for V8F64: 0/1,  8/9,  2/3,  10/11, 4/5, ..
10288   // Mask for V4F64; 0/1,  4/5,  2/3,  6/7..
10289   assert(VT.getScalarSizeInBits() == 64 && "Unexpected data type for VSHUFPD");
10290   int NumElts = VT.getVectorNumElements();
10291   bool ShufpdMask = true;
10292   bool CommutableMask = true;
10293   unsigned Immediate = 0;
10294   for (int i = 0; i < NumElts; ++i) {
10295     if (Mask[i] < 0)
10296       continue;
10297     int Val = (i & 6) + NumElts * (i & 1);
10298     int CommutVal = (i & 0xe) + NumElts * ((i & 1)^1);
10299     if (Mask[i] < Val ||  Mask[i] > Val + 1)
10300       ShufpdMask = false;
10301     if (Mask[i] < CommutVal ||  Mask[i] > CommutVal + 1)
10302       CommutableMask = false;
10303     Immediate |= (Mask[i] % 2) << i;
10304   }
10305   if (ShufpdMask)
10306     return DAG.getNode(X86ISD::SHUFP, DL, VT, V1, V2,
10307                        DAG.getConstant(Immediate, DL, MVT::i8));
10308   if (CommutableMask)
10309     return DAG.getNode(X86ISD::SHUFP, DL, VT, V2, V1,
10310                        DAG.getConstant(Immediate, DL, MVT::i8));
10311   return SDValue();
10312 }
10313
10314 /// \brief Handle lowering of 4-lane 64-bit floating point shuffles.
10315 ///
10316 /// Also ends up handling lowering of 4-lane 64-bit integer shuffles when AVX2
10317 /// isn't available.
10318 static SDValue lowerV4F64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10319                                        const X86Subtarget *Subtarget,
10320                                        SelectionDAG &DAG) {
10321   SDLoc DL(Op);
10322   assert(V1.getSimpleValueType() == MVT::v4f64 && "Bad operand type!");
10323   assert(V2.getSimpleValueType() == MVT::v4f64 && "Bad operand type!");
10324   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10325   ArrayRef<int> Mask = SVOp->getMask();
10326   assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
10327
10328   SmallVector<int, 4> WidenedMask;
10329   if (canWidenShuffleElements(Mask, WidenedMask))
10330     return lowerV2X128VectorShuffle(DL, MVT::v4f64, V1, V2, Mask, Subtarget,
10331                                     DAG);
10332
10333   if (isSingleInputShuffleMask(Mask)) {
10334     // Check for being able to broadcast a single element.
10335     if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v4f64, V1,
10336                                                           Mask, Subtarget, DAG))
10337       return Broadcast;
10338
10339     // Use low duplicate instructions for masks that match their pattern.
10340     if (isShuffleEquivalent(V1, V2, Mask, {0, 0, 2, 2}))
10341       return DAG.getNode(X86ISD::MOVDDUP, DL, MVT::v4f64, V1);
10342
10343     if (!is128BitLaneCrossingShuffleMask(MVT::v4f64, Mask)) {
10344       // Non-half-crossing single input shuffles can be lowerid with an
10345       // interleaved permutation.
10346       unsigned VPERMILPMask = (Mask[0] == 1) | ((Mask[1] == 1) << 1) |
10347                               ((Mask[2] == 3) << 2) | ((Mask[3] == 3) << 3);
10348       return DAG.getNode(X86ISD::VPERMILPI, DL, MVT::v4f64, V1,
10349                          DAG.getConstant(VPERMILPMask, DL, MVT::i8));
10350     }
10351
10352     // With AVX2 we have direct support for this permutation.
10353     if (Subtarget->hasAVX2())
10354       return DAG.getNode(X86ISD::VPERMI, DL, MVT::v4f64, V1,
10355                          getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
10356
10357     // Otherwise, fall back.
10358     return lowerVectorShuffleAsLanePermuteAndBlend(DL, MVT::v4f64, V1, V2, Mask,
10359                                                    DAG);
10360   }
10361
10362   // Use dedicated unpack instructions for masks that match their pattern.
10363   if (SDValue V =
10364           lowerVectorShuffleWithUNPCK(DL, MVT::v4f64, Mask, V1, V2, DAG))
10365     return V;
10366
10367   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v4f64, V1, V2, Mask,
10368                                                 Subtarget, DAG))
10369     return Blend;
10370
10371   // Check if the blend happens to exactly fit that of SHUFPD.
10372   if (SDValue Op =
10373       lowerVectorShuffleWithSHUFPD(DL, MVT::v4f64, Mask, V1, V2, DAG))
10374     return Op;
10375
10376   // Try to simplify this by merging 128-bit lanes to enable a lane-based
10377   // shuffle. However, if we have AVX2 and either inputs are already in place,
10378   // we will be able to shuffle even across lanes the other input in a single
10379   // instruction so skip this pattern.
10380   if (!(Subtarget->hasAVX2() && (isShuffleMaskInputInPlace(0, Mask) ||
10381                                  isShuffleMaskInputInPlace(1, Mask))))
10382     if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
10383             DL, MVT::v4f64, V1, V2, Mask, Subtarget, DAG))
10384       return Result;
10385
10386   // If we have AVX2 then we always want to lower with a blend because an v4 we
10387   // can fully permute the elements.
10388   if (Subtarget->hasAVX2())
10389     return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4f64, V1, V2,
10390                                                       Mask, DAG);
10391
10392   // Otherwise fall back on generic lowering.
10393   return lowerVectorShuffleAsSplitOrBlend(DL, MVT::v4f64, V1, V2, Mask, DAG);
10394 }
10395
10396 /// \brief Handle lowering of 4-lane 64-bit integer shuffles.
10397 ///
10398 /// This routine is only called when we have AVX2 and thus a reasonable
10399 /// instruction set for v4i64 shuffling..
10400 static SDValue lowerV4I64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10401                                        const X86Subtarget *Subtarget,
10402                                        SelectionDAG &DAG) {
10403   SDLoc DL(Op);
10404   assert(V1.getSimpleValueType() == MVT::v4i64 && "Bad operand type!");
10405   assert(V2.getSimpleValueType() == MVT::v4i64 && "Bad operand type!");
10406   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10407   ArrayRef<int> Mask = SVOp->getMask();
10408   assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
10409   assert(Subtarget->hasAVX2() && "We can only lower v4i64 with AVX2!");
10410
10411   SmallVector<int, 4> WidenedMask;
10412   if (canWidenShuffleElements(Mask, WidenedMask))
10413     return lowerV2X128VectorShuffle(DL, MVT::v4i64, V1, V2, Mask, Subtarget,
10414                                     DAG);
10415
10416   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v4i64, V1, V2, Mask,
10417                                                 Subtarget, DAG))
10418     return Blend;
10419
10420   // Check for being able to broadcast a single element.
10421   if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v4i64, V1,
10422                                                         Mask, Subtarget, DAG))
10423     return Broadcast;
10424
10425   // When the shuffle is mirrored between the 128-bit lanes of the unit, we can
10426   // use lower latency instructions that will operate on both 128-bit lanes.
10427   SmallVector<int, 2> RepeatedMask;
10428   if (is128BitLaneRepeatedShuffleMask(MVT::v4i64, Mask, RepeatedMask)) {
10429     if (isSingleInputShuffleMask(Mask)) {
10430       int PSHUFDMask[] = {-1, -1, -1, -1};
10431       for (int i = 0; i < 2; ++i)
10432         if (RepeatedMask[i] >= 0) {
10433           PSHUFDMask[2 * i] = 2 * RepeatedMask[i];
10434           PSHUFDMask[2 * i + 1] = 2 * RepeatedMask[i] + 1;
10435         }
10436       return DAG.getBitcast(
10437           MVT::v4i64,
10438           DAG.getNode(X86ISD::PSHUFD, DL, MVT::v8i32,
10439                       DAG.getBitcast(MVT::v8i32, V1),
10440                       getV4X86ShuffleImm8ForMask(PSHUFDMask, DL, DAG)));
10441     }
10442   }
10443
10444   // AVX2 provides a direct instruction for permuting a single input across
10445   // lanes.
10446   if (isSingleInputShuffleMask(Mask))
10447     return DAG.getNode(X86ISD::VPERMI, DL, MVT::v4i64, V1,
10448                        getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
10449
10450   // Try to use shift instructions.
10451   if (SDValue Shift =
10452           lowerVectorShuffleAsShift(DL, MVT::v4i64, V1, V2, Mask, DAG))
10453     return Shift;
10454
10455   // Use dedicated unpack instructions for masks that match their pattern.
10456   if (SDValue V =
10457           lowerVectorShuffleWithUNPCK(DL, MVT::v4i64, Mask, V1, V2, DAG))
10458     return V;
10459
10460   // Try to simplify this by merging 128-bit lanes to enable a lane-based
10461   // shuffle. However, if we have AVX2 and either inputs are already in place,
10462   // we will be able to shuffle even across lanes the other input in a single
10463   // instruction so skip this pattern.
10464   if (!(Subtarget->hasAVX2() && (isShuffleMaskInputInPlace(0, Mask) ||
10465                                  isShuffleMaskInputInPlace(1, Mask))))
10466     if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
10467             DL, MVT::v4i64, V1, V2, Mask, Subtarget, DAG))
10468       return Result;
10469
10470   // Otherwise fall back on generic blend lowering.
10471   return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v4i64, V1, V2,
10472                                                     Mask, DAG);
10473 }
10474
10475 /// \brief Handle lowering of 8-lane 32-bit floating point shuffles.
10476 ///
10477 /// Also ends up handling lowering of 8-lane 32-bit integer shuffles when AVX2
10478 /// isn't available.
10479 static SDValue lowerV8F32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10480                                        const X86Subtarget *Subtarget,
10481                                        SelectionDAG &DAG) {
10482   SDLoc DL(Op);
10483   assert(V1.getSimpleValueType() == MVT::v8f32 && "Bad operand type!");
10484   assert(V2.getSimpleValueType() == MVT::v8f32 && "Bad operand type!");
10485   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10486   ArrayRef<int> Mask = SVOp->getMask();
10487   assert(Mask.size() == 8 && "Unexpected mask size for v8 shuffle!");
10488
10489   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v8f32, V1, V2, Mask,
10490                                                 Subtarget, DAG))
10491     return Blend;
10492
10493   // Check for being able to broadcast a single element.
10494   if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v8f32, V1,
10495                                                         Mask, Subtarget, DAG))
10496     return Broadcast;
10497
10498   // If the shuffle mask is repeated in each 128-bit lane, we have many more
10499   // options to efficiently lower the shuffle.
10500   SmallVector<int, 4> RepeatedMask;
10501   if (is128BitLaneRepeatedShuffleMask(MVT::v8f32, Mask, RepeatedMask)) {
10502     assert(RepeatedMask.size() == 4 &&
10503            "Repeated masks must be half the mask width!");
10504
10505     // Use even/odd duplicate instructions for masks that match their pattern.
10506     if (isShuffleEquivalent(V1, V2, Mask, {0, 0, 2, 2, 4, 4, 6, 6}))
10507       return DAG.getNode(X86ISD::MOVSLDUP, DL, MVT::v8f32, V1);
10508     if (isShuffleEquivalent(V1, V2, Mask, {1, 1, 3, 3, 5, 5, 7, 7}))
10509       return DAG.getNode(X86ISD::MOVSHDUP, DL, MVT::v8f32, V1);
10510
10511     if (isSingleInputShuffleMask(Mask))
10512       return DAG.getNode(X86ISD::VPERMILPI, DL, MVT::v8f32, V1,
10513                          getV4X86ShuffleImm8ForMask(RepeatedMask, DL, DAG));
10514
10515     // Use dedicated unpack instructions for masks that match their pattern.
10516     if (SDValue V =
10517             lowerVectorShuffleWithUNPCK(DL, MVT::v8f32, Mask, V1, V2, DAG))
10518       return V;
10519
10520     // Otherwise, fall back to a SHUFPS sequence. Here it is important that we
10521     // have already handled any direct blends. We also need to squash the
10522     // repeated mask into a simulated v4f32 mask.
10523     for (int i = 0; i < 4; ++i)
10524       if (RepeatedMask[i] >= 8)
10525         RepeatedMask[i] -= 4;
10526     return lowerVectorShuffleWithSHUFPS(DL, MVT::v8f32, RepeatedMask, V1, V2, DAG);
10527   }
10528
10529   // If we have a single input shuffle with different shuffle patterns in the
10530   // two 128-bit lanes use the variable mask to VPERMILPS.
10531   if (isSingleInputShuffleMask(Mask)) {
10532     SDValue VPermMask[8];
10533     for (int i = 0; i < 8; ++i)
10534       VPermMask[i] = Mask[i] < 0 ? DAG.getUNDEF(MVT::i32)
10535                                  : DAG.getConstant(Mask[i], DL, MVT::i32);
10536     if (!is128BitLaneCrossingShuffleMask(MVT::v8f32, Mask))
10537       return DAG.getNode(
10538           X86ISD::VPERMILPV, DL, MVT::v8f32, V1,
10539           DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v8i32, VPermMask));
10540
10541     if (Subtarget->hasAVX2())
10542       return DAG.getNode(
10543           X86ISD::VPERMV, DL, MVT::v8f32,
10544           DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v8i32, VPermMask), V1);
10545
10546     // Otherwise, fall back.
10547     return lowerVectorShuffleAsLanePermuteAndBlend(DL, MVT::v8f32, V1, V2, Mask,
10548                                                    DAG);
10549   }
10550
10551   // Try to simplify this by merging 128-bit lanes to enable a lane-based
10552   // shuffle.
10553   if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
10554           DL, MVT::v8f32, V1, V2, Mask, Subtarget, DAG))
10555     return Result;
10556
10557   // If we have AVX2 then we always want to lower with a blend because at v8 we
10558   // can fully permute the elements.
10559   if (Subtarget->hasAVX2())
10560     return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8f32, V1, V2,
10561                                                       Mask, DAG);
10562
10563   // Otherwise fall back on generic lowering.
10564   return lowerVectorShuffleAsSplitOrBlend(DL, MVT::v8f32, V1, V2, Mask, DAG);
10565 }
10566
10567 /// \brief Handle lowering of 8-lane 32-bit integer shuffles.
10568 ///
10569 /// This routine is only called when we have AVX2 and thus a reasonable
10570 /// instruction set for v8i32 shuffling..
10571 static SDValue lowerV8I32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10572                                        const X86Subtarget *Subtarget,
10573                                        SelectionDAG &DAG) {
10574   SDLoc DL(Op);
10575   assert(V1.getSimpleValueType() == MVT::v8i32 && "Bad operand type!");
10576   assert(V2.getSimpleValueType() == MVT::v8i32 && "Bad operand type!");
10577   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10578   ArrayRef<int> Mask = SVOp->getMask();
10579   assert(Mask.size() == 8 && "Unexpected mask size for v8 shuffle!");
10580   assert(Subtarget->hasAVX2() && "We can only lower v8i32 with AVX2!");
10581
10582   // Whenever we can lower this as a zext, that instruction is strictly faster
10583   // than any alternative. It also allows us to fold memory operands into the
10584   // shuffle in many cases.
10585   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(DL, MVT::v8i32, V1, V2,
10586                                                          Mask, Subtarget, DAG))
10587     return ZExt;
10588
10589   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v8i32, V1, V2, Mask,
10590                                                 Subtarget, DAG))
10591     return Blend;
10592
10593   // Check for being able to broadcast a single element.
10594   if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v8i32, V1,
10595                                                         Mask, Subtarget, DAG))
10596     return Broadcast;
10597
10598   // If the shuffle mask is repeated in each 128-bit lane we can use more
10599   // efficient instructions that mirror the shuffles across the two 128-bit
10600   // lanes.
10601   SmallVector<int, 4> RepeatedMask;
10602   if (is128BitLaneRepeatedShuffleMask(MVT::v8i32, Mask, RepeatedMask)) {
10603     assert(RepeatedMask.size() == 4 && "Unexpected repeated mask size!");
10604     if (isSingleInputShuffleMask(Mask))
10605       return DAG.getNode(X86ISD::PSHUFD, DL, MVT::v8i32, V1,
10606                          getV4X86ShuffleImm8ForMask(RepeatedMask, DL, DAG));
10607
10608     // Use dedicated unpack instructions for masks that match their pattern.
10609     if (SDValue V =
10610             lowerVectorShuffleWithUNPCK(DL, MVT::v8i32, Mask, V1, V2, DAG))
10611       return V;
10612   }
10613
10614   // Try to use shift instructions.
10615   if (SDValue Shift =
10616           lowerVectorShuffleAsShift(DL, MVT::v8i32, V1, V2, Mask, DAG))
10617     return Shift;
10618
10619   if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
10620           DL, MVT::v8i32, V1, V2, Mask, Subtarget, DAG))
10621     return Rotate;
10622
10623   // If the shuffle patterns aren't repeated but it is a single input, directly
10624   // generate a cross-lane VPERMD instruction.
10625   if (isSingleInputShuffleMask(Mask)) {
10626     SDValue VPermMask[8];
10627     for (int i = 0; i < 8; ++i)
10628       VPermMask[i] = Mask[i] < 0 ? DAG.getUNDEF(MVT::i32)
10629                                  : DAG.getConstant(Mask[i], DL, MVT::i32);
10630     return DAG.getNode(
10631         X86ISD::VPERMV, DL, MVT::v8i32,
10632         DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v8i32, VPermMask), V1);
10633   }
10634
10635   // Try to simplify this by merging 128-bit lanes to enable a lane-based
10636   // shuffle.
10637   if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
10638           DL, MVT::v8i32, V1, V2, Mask, Subtarget, DAG))
10639     return Result;
10640
10641   // Otherwise fall back on generic blend lowering.
10642   return lowerVectorShuffleAsDecomposedShuffleBlend(DL, MVT::v8i32, V1, V2,
10643                                                     Mask, DAG);
10644 }
10645
10646 /// \brief Handle lowering of 16-lane 16-bit integer shuffles.
10647 ///
10648 /// This routine is only called when we have AVX2 and thus a reasonable
10649 /// instruction set for v16i16 shuffling..
10650 static SDValue lowerV16I16VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10651                                         const X86Subtarget *Subtarget,
10652                                         SelectionDAG &DAG) {
10653   SDLoc DL(Op);
10654   assert(V1.getSimpleValueType() == MVT::v16i16 && "Bad operand type!");
10655   assert(V2.getSimpleValueType() == MVT::v16i16 && "Bad operand type!");
10656   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10657   ArrayRef<int> Mask = SVOp->getMask();
10658   assert(Mask.size() == 16 && "Unexpected mask size for v16 shuffle!");
10659   assert(Subtarget->hasAVX2() && "We can only lower v16i16 with AVX2!");
10660
10661   // Whenever we can lower this as a zext, that instruction is strictly faster
10662   // than any alternative. It also allows us to fold memory operands into the
10663   // shuffle in many cases.
10664   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(DL, MVT::v16i16, V1, V2,
10665                                                          Mask, Subtarget, DAG))
10666     return ZExt;
10667
10668   // Check for being able to broadcast a single element.
10669   if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v16i16, V1,
10670                                                         Mask, Subtarget, DAG))
10671     return Broadcast;
10672
10673   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v16i16, V1, V2, Mask,
10674                                                 Subtarget, DAG))
10675     return Blend;
10676
10677   // Use dedicated unpack instructions for masks that match their pattern.
10678   if (SDValue V =
10679           lowerVectorShuffleWithUNPCK(DL, MVT::v16i16, Mask, V1, V2, DAG))
10680     return V;
10681
10682   // Try to use shift instructions.
10683   if (SDValue Shift =
10684           lowerVectorShuffleAsShift(DL, MVT::v16i16, V1, V2, Mask, DAG))
10685     return Shift;
10686
10687   // Try to use byte rotation instructions.
10688   if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
10689           DL, MVT::v16i16, V1, V2, Mask, Subtarget, DAG))
10690     return Rotate;
10691
10692   if (isSingleInputShuffleMask(Mask)) {
10693     // There are no generalized cross-lane shuffle operations available on i16
10694     // element types.
10695     if (is128BitLaneCrossingShuffleMask(MVT::v16i16, Mask))
10696       return lowerVectorShuffleAsLanePermuteAndBlend(DL, MVT::v16i16, V1, V2,
10697                                                      Mask, DAG);
10698
10699     SmallVector<int, 8> RepeatedMask;
10700     if (is128BitLaneRepeatedShuffleMask(MVT::v16i16, Mask, RepeatedMask)) {
10701       // As this is a single-input shuffle, the repeated mask should be
10702       // a strictly valid v8i16 mask that we can pass through to the v8i16
10703       // lowering to handle even the v16 case.
10704       return lowerV8I16GeneralSingleInputVectorShuffle(
10705           DL, MVT::v16i16, V1, RepeatedMask, Subtarget, DAG);
10706     }
10707
10708     SDValue PSHUFBMask[32];
10709     for (int i = 0; i < 16; ++i) {
10710       if (Mask[i] == -1) {
10711         PSHUFBMask[2 * i] = PSHUFBMask[2 * i + 1] = DAG.getUNDEF(MVT::i8);
10712         continue;
10713       }
10714
10715       int M = i < 8 ? Mask[i] : Mask[i] - 8;
10716       assert(M >= 0 && M < 8 && "Invalid single-input mask!");
10717       PSHUFBMask[2 * i] = DAG.getConstant(2 * M, DL, MVT::i8);
10718       PSHUFBMask[2 * i + 1] = DAG.getConstant(2 * M + 1, DL, MVT::i8);
10719     }
10720     return DAG.getBitcast(MVT::v16i16,
10721                           DAG.getNode(X86ISD::PSHUFB, DL, MVT::v32i8,
10722                                       DAG.getBitcast(MVT::v32i8, V1),
10723                                       DAG.getNode(ISD::BUILD_VECTOR, DL,
10724                                                   MVT::v32i8, PSHUFBMask)));
10725   }
10726
10727   // Try to simplify this by merging 128-bit lanes to enable a lane-based
10728   // shuffle.
10729   if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
10730           DL, MVT::v16i16, V1, V2, Mask, Subtarget, DAG))
10731     return Result;
10732
10733   // Otherwise fall back on generic lowering.
10734   return lowerVectorShuffleAsSplitOrBlend(DL, MVT::v16i16, V1, V2, Mask, DAG);
10735 }
10736
10737 /// \brief Handle lowering of 32-lane 8-bit integer shuffles.
10738 ///
10739 /// This routine is only called when we have AVX2 and thus a reasonable
10740 /// instruction set for v32i8 shuffling..
10741 static SDValue lowerV32I8VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10742                                        const X86Subtarget *Subtarget,
10743                                        SelectionDAG &DAG) {
10744   SDLoc DL(Op);
10745   assert(V1.getSimpleValueType() == MVT::v32i8 && "Bad operand type!");
10746   assert(V2.getSimpleValueType() == MVT::v32i8 && "Bad operand type!");
10747   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10748   ArrayRef<int> Mask = SVOp->getMask();
10749   assert(Mask.size() == 32 && "Unexpected mask size for v32 shuffle!");
10750   assert(Subtarget->hasAVX2() && "We can only lower v32i8 with AVX2!");
10751
10752   // Whenever we can lower this as a zext, that instruction is strictly faster
10753   // than any alternative. It also allows us to fold memory operands into the
10754   // shuffle in many cases.
10755   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(DL, MVT::v32i8, V1, V2,
10756                                                          Mask, Subtarget, DAG))
10757     return ZExt;
10758
10759   // Check for being able to broadcast a single element.
10760   if (SDValue Broadcast = lowerVectorShuffleAsBroadcast(DL, MVT::v32i8, V1,
10761                                                         Mask, Subtarget, DAG))
10762     return Broadcast;
10763
10764   if (SDValue Blend = lowerVectorShuffleAsBlend(DL, MVT::v32i8, V1, V2, Mask,
10765                                                 Subtarget, DAG))
10766     return Blend;
10767
10768   // Use dedicated unpack instructions for masks that match their pattern.
10769   if (SDValue V =
10770           lowerVectorShuffleWithUNPCK(DL, MVT::v32i8, Mask, V1, V2, DAG))
10771     return V;
10772
10773   // Try to use shift instructions.
10774   if (SDValue Shift =
10775           lowerVectorShuffleAsShift(DL, MVT::v32i8, V1, V2, Mask, DAG))
10776     return Shift;
10777
10778   // Try to use byte rotation instructions.
10779   if (SDValue Rotate = lowerVectorShuffleAsByteRotate(
10780           DL, MVT::v32i8, V1, V2, Mask, Subtarget, DAG))
10781     return Rotate;
10782
10783   if (isSingleInputShuffleMask(Mask)) {
10784     // There are no generalized cross-lane shuffle operations available on i8
10785     // element types.
10786     if (is128BitLaneCrossingShuffleMask(MVT::v32i8, Mask))
10787       return lowerVectorShuffleAsLanePermuteAndBlend(DL, MVT::v32i8, V1, V2,
10788                                                      Mask, DAG);
10789
10790     SDValue PSHUFBMask[32];
10791     for (int i = 0; i < 32; ++i)
10792       PSHUFBMask[i] =
10793           Mask[i] < 0
10794               ? DAG.getUNDEF(MVT::i8)
10795               : DAG.getConstant(Mask[i] < 16 ? Mask[i] : Mask[i] - 16, DL,
10796                                 MVT::i8);
10797
10798     return DAG.getNode(
10799         X86ISD::PSHUFB, DL, MVT::v32i8, V1,
10800         DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v32i8, PSHUFBMask));
10801   }
10802
10803   // Try to simplify this by merging 128-bit lanes to enable a lane-based
10804   // shuffle.
10805   if (SDValue Result = lowerVectorShuffleByMerging128BitLanes(
10806           DL, MVT::v32i8, V1, V2, Mask, Subtarget, DAG))
10807     return Result;
10808
10809   // Otherwise fall back on generic lowering.
10810   return lowerVectorShuffleAsSplitOrBlend(DL, MVT::v32i8, V1, V2, Mask, DAG);
10811 }
10812
10813 /// \brief High-level routine to lower various 256-bit x86 vector shuffles.
10814 ///
10815 /// This routine either breaks down the specific type of a 256-bit x86 vector
10816 /// shuffle or splits it into two 128-bit shuffles and fuses the results back
10817 /// together based on the available instructions.
10818 static SDValue lower256BitVectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10819                                         MVT VT, const X86Subtarget *Subtarget,
10820                                         SelectionDAG &DAG) {
10821   SDLoc DL(Op);
10822   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10823   ArrayRef<int> Mask = SVOp->getMask();
10824
10825   // If we have a single input to the zero element, insert that into V1 if we
10826   // can do so cheaply.
10827   int NumElts = VT.getVectorNumElements();
10828   int NumV2Elements = std::count_if(Mask.begin(), Mask.end(), [NumElts](int M) {
10829     return M >= NumElts;
10830   });
10831
10832   if (NumV2Elements == 1 && Mask[0] >= NumElts)
10833     if (SDValue Insertion = lowerVectorShuffleAsElementInsertion(
10834                               DL, VT, V1, V2, Mask, Subtarget, DAG))
10835       return Insertion;
10836
10837   // There is a really nice hard cut-over between AVX1 and AVX2 that means we
10838   // can check for those subtargets here and avoid much of the subtarget
10839   // querying in the per-vector-type lowering routines. With AVX1 we have
10840   // essentially *zero* ability to manipulate a 256-bit vector with integer
10841   // types. Since we'll use floating point types there eventually, just
10842   // immediately cast everything to a float and operate entirely in that domain.
10843   if (VT.isInteger() && !Subtarget->hasAVX2()) {
10844     int ElementBits = VT.getScalarSizeInBits();
10845     if (ElementBits < 32)
10846       // No floating point type available, decompose into 128-bit vectors.
10847       return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG);
10848
10849     MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits),
10850                                 VT.getVectorNumElements());
10851     V1 = DAG.getBitcast(FpVT, V1);
10852     V2 = DAG.getBitcast(FpVT, V2);
10853     return DAG.getBitcast(VT, DAG.getVectorShuffle(FpVT, DL, V1, V2, Mask));
10854   }
10855
10856   switch (VT.SimpleTy) {
10857   case MVT::v4f64:
10858     return lowerV4F64VectorShuffle(Op, V1, V2, Subtarget, DAG);
10859   case MVT::v4i64:
10860     return lowerV4I64VectorShuffle(Op, V1, V2, Subtarget, DAG);
10861   case MVT::v8f32:
10862     return lowerV8F32VectorShuffle(Op, V1, V2, Subtarget, DAG);
10863   case MVT::v8i32:
10864     return lowerV8I32VectorShuffle(Op, V1, V2, Subtarget, DAG);
10865   case MVT::v16i16:
10866     return lowerV16I16VectorShuffle(Op, V1, V2, Subtarget, DAG);
10867   case MVT::v32i8:
10868     return lowerV32I8VectorShuffle(Op, V1, V2, Subtarget, DAG);
10869
10870   default:
10871     llvm_unreachable("Not a valid 256-bit x86 vector type!");
10872   }
10873 }
10874
10875 /// \brief Try to lower a vector shuffle as a 128-bit shuffles.
10876 static SDValue lowerV4X128VectorShuffle(SDLoc DL, MVT VT,
10877                                         ArrayRef<int> Mask,
10878                                         SDValue V1, SDValue V2,
10879                                         SelectionDAG &DAG) {
10880   assert(VT.getScalarSizeInBits() == 64 &&
10881          "Unexpected element type size for 128bit shuffle.");
10882
10883   // To handle 256 bit vector requires VLX and most probably
10884   // function lowerV2X128VectorShuffle() is better solution.
10885   assert(VT.is512BitVector() && "Unexpected vector size for 128bit shuffle.");
10886
10887   SmallVector<int, 4> WidenedMask;
10888   if (!canWidenShuffleElements(Mask, WidenedMask))
10889     return SDValue();
10890
10891   // Form a 128-bit permutation.
10892   // Convert the 64-bit shuffle mask selection values into 128-bit selection
10893   // bits defined by a vshuf64x2 instruction's immediate control byte.
10894   unsigned PermMask = 0, Imm = 0;
10895   unsigned ControlBitsNum = WidenedMask.size() / 2;
10896
10897   for (int i = 0, Size = WidenedMask.size(); i < Size; ++i) {
10898     if (WidenedMask[i] == SM_SentinelZero)
10899       return SDValue();
10900
10901     // Use first element in place of undef mask.
10902     Imm = (WidenedMask[i] == SM_SentinelUndef) ? 0 : WidenedMask[i];
10903     PermMask |= (Imm % WidenedMask.size()) << (i * ControlBitsNum);
10904   }
10905
10906   return DAG.getNode(X86ISD::SHUF128, DL, VT, V1, V2,
10907                      DAG.getConstant(PermMask, DL, MVT::i8));
10908 }
10909
10910 static SDValue lowerVectorShuffleWithPERMV(SDLoc DL, MVT VT,
10911                                            ArrayRef<int> Mask, SDValue V1,
10912                                            SDValue V2, SelectionDAG &DAG) {
10913
10914   assert(VT.getScalarSizeInBits() >= 16 && "Unexpected data type for PERMV");
10915
10916   MVT MaskEltVT = MVT::getIntegerVT(VT.getScalarSizeInBits());
10917   MVT MaskVecVT = MVT::getVectorVT(MaskEltVT, VT.getVectorNumElements());
10918
10919   SDValue MaskNode = getConstVector(Mask, MaskVecVT, DAG, DL, true);
10920   if (isSingleInputShuffleMask(Mask))
10921     return DAG.getNode(X86ISD::VPERMV, DL, VT, MaskNode, V1);
10922
10923   return DAG.getNode(X86ISD::VPERMV3, DL, VT, V1, MaskNode, V2);
10924 }
10925
10926 /// \brief Handle lowering of 8-lane 64-bit floating point shuffles.
10927 static SDValue lowerV8F64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10928                                        const X86Subtarget *Subtarget,
10929                                        SelectionDAG &DAG) {
10930   SDLoc DL(Op);
10931   assert(V1.getSimpleValueType() == MVT::v8f64 && "Bad operand type!");
10932   assert(V2.getSimpleValueType() == MVT::v8f64 && "Bad operand type!");
10933   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10934   ArrayRef<int> Mask = SVOp->getMask();
10935   assert(Mask.size() == 8 && "Unexpected mask size for v8 shuffle!");
10936
10937   if (SDValue Shuf128 =
10938           lowerV4X128VectorShuffle(DL, MVT::v8f64, Mask, V1, V2, DAG))
10939     return Shuf128;
10940
10941   if (SDValue Unpck =
10942           lowerVectorShuffleWithUNPCK(DL, MVT::v8f64, Mask, V1, V2, DAG))
10943     return Unpck;
10944
10945   return lowerVectorShuffleWithPERMV(DL, MVT::v8f64, Mask, V1, V2, DAG);
10946 }
10947
10948 /// \brief Handle lowering of 16-lane 32-bit floating point shuffles.
10949 static SDValue lowerV16F32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10950                                         const X86Subtarget *Subtarget,
10951                                         SelectionDAG &DAG) {
10952   SDLoc DL(Op);
10953   assert(V1.getSimpleValueType() == MVT::v16f32 && "Bad operand type!");
10954   assert(V2.getSimpleValueType() == MVT::v16f32 && "Bad operand type!");
10955   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10956   ArrayRef<int> Mask = SVOp->getMask();
10957   assert(Mask.size() == 16 && "Unexpected mask size for v16 shuffle!");
10958
10959   if (SDValue Unpck =
10960           lowerVectorShuffleWithUNPCK(DL, MVT::v16f32, Mask, V1, V2, DAG))
10961     return Unpck;
10962
10963   return lowerVectorShuffleWithPERMV(DL, MVT::v16f32, Mask, V1, V2, DAG);
10964 }
10965
10966 /// \brief Handle lowering of 8-lane 64-bit integer shuffles.
10967 static SDValue lowerV8I64VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10968                                        const X86Subtarget *Subtarget,
10969                                        SelectionDAG &DAG) {
10970   SDLoc DL(Op);
10971   assert(V1.getSimpleValueType() == MVT::v8i64 && "Bad operand type!");
10972   assert(V2.getSimpleValueType() == MVT::v8i64 && "Bad operand type!");
10973   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10974   ArrayRef<int> Mask = SVOp->getMask();
10975   assert(Mask.size() == 8 && "Unexpected mask size for v8 shuffle!");
10976
10977   if (SDValue Shuf128 =
10978           lowerV4X128VectorShuffle(DL, MVT::v8i64, Mask, V1, V2, DAG))
10979     return Shuf128;
10980
10981   if (SDValue Unpck =
10982           lowerVectorShuffleWithUNPCK(DL, MVT::v8i64, Mask, V1, V2, DAG))
10983     return Unpck;
10984
10985   return lowerVectorShuffleWithPERMV(DL, MVT::v8i64, Mask, V1, V2, DAG);
10986 }
10987
10988 /// \brief Handle lowering of 16-lane 32-bit integer shuffles.
10989 static SDValue lowerV16I32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
10990                                         const X86Subtarget *Subtarget,
10991                                         SelectionDAG &DAG) {
10992   SDLoc DL(Op);
10993   assert(V1.getSimpleValueType() == MVT::v16i32 && "Bad operand type!");
10994   assert(V2.getSimpleValueType() == MVT::v16i32 && "Bad operand type!");
10995   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
10996   ArrayRef<int> Mask = SVOp->getMask();
10997   assert(Mask.size() == 16 && "Unexpected mask size for v16 shuffle!");
10998
10999   if (SDValue Unpck =
11000           lowerVectorShuffleWithUNPCK(DL, MVT::v16i32, Mask, V1, V2, DAG))
11001     return Unpck;
11002
11003   return lowerVectorShuffleWithPERMV(DL, MVT::v16i32, Mask, V1, V2, DAG);
11004 }
11005
11006 /// \brief Handle lowering of 32-lane 16-bit integer shuffles.
11007 static SDValue lowerV32I16VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
11008                                         const X86Subtarget *Subtarget,
11009                                         SelectionDAG &DAG) {
11010   SDLoc DL(Op);
11011   assert(V1.getSimpleValueType() == MVT::v32i16 && "Bad operand type!");
11012   assert(V2.getSimpleValueType() == MVT::v32i16 && "Bad operand type!");
11013   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
11014   ArrayRef<int> Mask = SVOp->getMask();
11015   assert(Mask.size() == 32 && "Unexpected mask size for v32 shuffle!");
11016   assert(Subtarget->hasBWI() && "We can only lower v32i16 with AVX-512-BWI!");
11017
11018   return lowerVectorShuffleWithPERMV(DL, MVT::v32i16, Mask, V1, V2, DAG);
11019 }
11020
11021 /// \brief Handle lowering of 64-lane 8-bit integer shuffles.
11022 static SDValue lowerV64I8VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
11023                                        const X86Subtarget *Subtarget,
11024                                        SelectionDAG &DAG) {
11025   SDLoc DL(Op);
11026   assert(V1.getSimpleValueType() == MVT::v64i8 && "Bad operand type!");
11027   assert(V2.getSimpleValueType() == MVT::v64i8 && "Bad operand type!");
11028   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
11029   ArrayRef<int> Mask = SVOp->getMask();
11030   assert(Mask.size() == 64 && "Unexpected mask size for v64 shuffle!");
11031   assert(Subtarget->hasBWI() && "We can only lower v64i8 with AVX-512-BWI!");
11032
11033   // FIXME: Implement direct support for this type!
11034   return splitAndLowerVectorShuffle(DL, MVT::v64i8, V1, V2, Mask, DAG);
11035 }
11036
11037 /// \brief High-level routine to lower various 512-bit x86 vector shuffles.
11038 ///
11039 /// This routine either breaks down the specific type of a 512-bit x86 vector
11040 /// shuffle or splits it into two 256-bit shuffles and fuses the results back
11041 /// together based on the available instructions.
11042 static SDValue lower512BitVectorShuffle(SDValue Op, SDValue V1, SDValue V2,
11043                                         MVT VT, const X86Subtarget *Subtarget,
11044                                         SelectionDAG &DAG) {
11045   SDLoc DL(Op);
11046   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
11047   ArrayRef<int> Mask = SVOp->getMask();
11048   assert(Subtarget->hasAVX512() &&
11049          "Cannot lower 512-bit vectors w/ basic ISA!");
11050
11051   // Check for being able to broadcast a single element.
11052   if (SDValue Broadcast =
11053           lowerVectorShuffleAsBroadcast(DL, VT, V1, Mask, Subtarget, DAG))
11054     return Broadcast;
11055
11056   // Dispatch to each element type for lowering. If we don't have supprot for
11057   // specific element type shuffles at 512 bits, immediately split them and
11058   // lower them. Each lowering routine of a given type is allowed to assume that
11059   // the requisite ISA extensions for that element type are available.
11060   switch (VT.SimpleTy) {
11061   case MVT::v8f64:
11062     return lowerV8F64VectorShuffle(Op, V1, V2, Subtarget, DAG);
11063   case MVT::v16f32:
11064     return lowerV16F32VectorShuffle(Op, V1, V2, Subtarget, DAG);
11065   case MVT::v8i64:
11066     return lowerV8I64VectorShuffle(Op, V1, V2, Subtarget, DAG);
11067   case MVT::v16i32:
11068     return lowerV16I32VectorShuffle(Op, V1, V2, Subtarget, DAG);
11069   case MVT::v32i16:
11070     if (Subtarget->hasBWI())
11071       return lowerV32I16VectorShuffle(Op, V1, V2, Subtarget, DAG);
11072     break;
11073   case MVT::v64i8:
11074     if (Subtarget->hasBWI())
11075       return lowerV64I8VectorShuffle(Op, V1, V2, Subtarget, DAG);
11076     break;
11077
11078   default:
11079     llvm_unreachable("Not a valid 512-bit x86 vector type!");
11080   }
11081
11082   // Otherwise fall back on splitting.
11083   return splitAndLowerVectorShuffle(DL, VT, V1, V2, Mask, DAG);
11084 }
11085
11086 // Lower vXi1 vector shuffles.
11087 // There is no a dedicated instruction on AVX-512 that shuffles the masks.
11088 // The only way to shuffle bits is to sign-extend the mask vector to SIMD
11089 // vector, shuffle and then truncate it back.
11090 static SDValue lower1BitVectorShuffle(SDValue Op, SDValue V1, SDValue V2,
11091                                       MVT VT, const X86Subtarget *Subtarget,
11092                                       SelectionDAG &DAG) {
11093   SDLoc DL(Op);
11094   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
11095   ArrayRef<int> Mask = SVOp->getMask();
11096   assert(Subtarget->hasAVX512() &&
11097          "Cannot lower 512-bit vectors w/o basic ISA!");
11098   MVT ExtVT;
11099   switch (VT.SimpleTy) {
11100   default:
11101     llvm_unreachable("Expected a vector of i1 elements");
11102   case MVT::v2i1:
11103     ExtVT = MVT::v2i64;
11104     break;
11105   case MVT::v4i1:
11106     ExtVT = MVT::v4i32;
11107     break;
11108   case MVT::v8i1:
11109     ExtVT = MVT::v8i64; // Take 512-bit type, more shuffles on KNL
11110     break;
11111   case MVT::v16i1:
11112     ExtVT = MVT::v16i32;
11113     break;
11114   case MVT::v32i1:
11115     ExtVT = MVT::v32i16;
11116     break;
11117   case MVT::v64i1:
11118     ExtVT = MVT::v64i8;
11119     break;
11120   }
11121
11122   if (ISD::isBuildVectorAllZeros(V1.getNode()))
11123     V1 = getZeroVector(ExtVT, Subtarget, DAG, DL);
11124   else if (ISD::isBuildVectorAllOnes(V1.getNode()))
11125     V1 = getOnesVector(ExtVT, Subtarget, DAG, DL);
11126   else
11127     V1 = DAG.getNode(ISD::SIGN_EXTEND, DL, ExtVT, V1);
11128
11129   if (V2.isUndef())
11130     V2 = DAG.getUNDEF(ExtVT);
11131   else if (ISD::isBuildVectorAllZeros(V2.getNode()))
11132     V2 = getZeroVector(ExtVT, Subtarget, DAG, DL);
11133   else if (ISD::isBuildVectorAllOnes(V2.getNode()))
11134     V2 = getOnesVector(ExtVT, Subtarget, DAG, DL);
11135   else
11136     V2 = DAG.getNode(ISD::SIGN_EXTEND, DL, ExtVT, V2);
11137   return DAG.getNode(ISD::TRUNCATE, DL, VT,
11138                      DAG.getVectorShuffle(ExtVT, DL, V1, V2, Mask));
11139 }
11140 /// \brief Top-level lowering for x86 vector shuffles.
11141 ///
11142 /// This handles decomposition, canonicalization, and lowering of all x86
11143 /// vector shuffles. Most of the specific lowering strategies are encapsulated
11144 /// above in helper routines. The canonicalization attempts to widen shuffles
11145 /// to involve fewer lanes of wider elements, consolidate symmetric patterns
11146 /// s.t. only one of the two inputs needs to be tested, etc.
11147 static SDValue lowerVectorShuffle(SDValue Op, const X86Subtarget *Subtarget,
11148                                   SelectionDAG &DAG) {
11149   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
11150   ArrayRef<int> Mask = SVOp->getMask();
11151   SDValue V1 = Op.getOperand(0);
11152   SDValue V2 = Op.getOperand(1);
11153   MVT VT = Op.getSimpleValueType();
11154   int NumElements = VT.getVectorNumElements();
11155   SDLoc dl(Op);
11156   bool Is1BitVector = (VT.getVectorElementType() == MVT::i1);
11157
11158   assert((VT.getSizeInBits() != 64 || Is1BitVector) &&
11159          "Can't lower MMX shuffles");
11160
11161   bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
11162   bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
11163   if (V1IsUndef && V2IsUndef)
11164     return DAG.getUNDEF(VT);
11165
11166   // When we create a shuffle node we put the UNDEF node to second operand,
11167   // but in some cases the first operand may be transformed to UNDEF.
11168   // In this case we should just commute the node.
11169   if (V1IsUndef)
11170     return DAG.getCommutedVectorShuffle(*SVOp);
11171
11172   // Check for non-undef masks pointing at an undef vector and make the masks
11173   // undef as well. This makes it easier to match the shuffle based solely on
11174   // the mask.
11175   if (V2IsUndef)
11176     for (int M : Mask)
11177       if (M >= NumElements) {
11178         SmallVector<int, 8> NewMask(Mask.begin(), Mask.end());
11179         for (int &M : NewMask)
11180           if (M >= NumElements)
11181             M = -1;
11182         return DAG.getVectorShuffle(VT, dl, V1, V2, NewMask);
11183       }
11184
11185   // We actually see shuffles that are entirely re-arrangements of a set of
11186   // zero inputs. This mostly happens while decomposing complex shuffles into
11187   // simple ones. Directly lower these as a buildvector of zeros.
11188   SmallBitVector Zeroable = computeZeroableShuffleElements(Mask, V1, V2);
11189   if (Zeroable.all())
11190     return getZeroVector(VT, Subtarget, DAG, dl);
11191
11192   // Try to collapse shuffles into using a vector type with fewer elements but
11193   // wider element types. We cap this to not form integers or floating point
11194   // elements wider than 64 bits, but it might be interesting to form i128
11195   // integers to handle flipping the low and high halves of AVX 256-bit vectors.
11196   SmallVector<int, 16> WidenedMask;
11197   if (VT.getScalarSizeInBits() < 64 && !Is1BitVector &&
11198       canWidenShuffleElements(Mask, WidenedMask)) {
11199     MVT NewEltVT = VT.isFloatingPoint()
11200                        ? MVT::getFloatingPointVT(VT.getScalarSizeInBits() * 2)
11201                        : MVT::getIntegerVT(VT.getScalarSizeInBits() * 2);
11202     MVT NewVT = MVT::getVectorVT(NewEltVT, VT.getVectorNumElements() / 2);
11203     // Make sure that the new vector type is legal. For example, v2f64 isn't
11204     // legal on SSE1.
11205     if (DAG.getTargetLoweringInfo().isTypeLegal(NewVT)) {
11206       V1 = DAG.getBitcast(NewVT, V1);
11207       V2 = DAG.getBitcast(NewVT, V2);
11208       return DAG.getBitcast(
11209           VT, DAG.getVectorShuffle(NewVT, dl, V1, V2, WidenedMask));
11210     }
11211   }
11212
11213   int NumV1Elements = 0, NumUndefElements = 0, NumV2Elements = 0;
11214   for (int M : SVOp->getMask())
11215     if (M < 0)
11216       ++NumUndefElements;
11217     else if (M < NumElements)
11218       ++NumV1Elements;
11219     else
11220       ++NumV2Elements;
11221
11222   // Commute the shuffle as needed such that more elements come from V1 than
11223   // V2. This allows us to match the shuffle pattern strictly on how many
11224   // elements come from V1 without handling the symmetric cases.
11225   if (NumV2Elements > NumV1Elements)
11226     return DAG.getCommutedVectorShuffle(*SVOp);
11227
11228   // When the number of V1 and V2 elements are the same, try to minimize the
11229   // number of uses of V2 in the low half of the vector. When that is tied,
11230   // ensure that the sum of indices for V1 is equal to or lower than the sum
11231   // indices for V2. When those are equal, try to ensure that the number of odd
11232   // indices for V1 is lower than the number of odd indices for V2.
11233   if (NumV1Elements == NumV2Elements) {
11234     int LowV1Elements = 0, LowV2Elements = 0;
11235     for (int M : SVOp->getMask().slice(0, NumElements / 2))
11236       if (M >= NumElements)
11237         ++LowV2Elements;
11238       else if (M >= 0)
11239         ++LowV1Elements;
11240     if (LowV2Elements > LowV1Elements) {
11241       return DAG.getCommutedVectorShuffle(*SVOp);
11242     } else if (LowV2Elements == LowV1Elements) {
11243       int SumV1Indices = 0, SumV2Indices = 0;
11244       for (int i = 0, Size = SVOp->getMask().size(); i < Size; ++i)
11245         if (SVOp->getMask()[i] >= NumElements)
11246           SumV2Indices += i;
11247         else if (SVOp->getMask()[i] >= 0)
11248           SumV1Indices += i;
11249       if (SumV2Indices < SumV1Indices) {
11250         return DAG.getCommutedVectorShuffle(*SVOp);
11251       } else if (SumV2Indices == SumV1Indices) {
11252         int NumV1OddIndices = 0, NumV2OddIndices = 0;
11253         for (int i = 0, Size = SVOp->getMask().size(); i < Size; ++i)
11254           if (SVOp->getMask()[i] >= NumElements)
11255             NumV2OddIndices += i % 2;
11256           else if (SVOp->getMask()[i] >= 0)
11257             NumV1OddIndices += i % 2;
11258         if (NumV2OddIndices < NumV1OddIndices)
11259           return DAG.getCommutedVectorShuffle(*SVOp);
11260       }
11261     }
11262   }
11263
11264   // For each vector width, delegate to a specialized lowering routine.
11265   if (VT.is128BitVector())
11266     return lower128BitVectorShuffle(Op, V1, V2, VT, Subtarget, DAG);
11267
11268   if (VT.is256BitVector())
11269     return lower256BitVectorShuffle(Op, V1, V2, VT, Subtarget, DAG);
11270
11271   if (VT.is512BitVector())
11272     return lower512BitVectorShuffle(Op, V1, V2, VT, Subtarget, DAG);
11273
11274   if (Is1BitVector)
11275     return lower1BitVectorShuffle(Op, V1, V2, VT, Subtarget, DAG);
11276   llvm_unreachable("Unimplemented!");
11277 }
11278
11279 // This function assumes its argument is a BUILD_VECTOR of constants or
11280 // undef SDNodes. i.e: ISD::isBuildVectorOfConstantSDNodes(BuildVector) is
11281 // true.
11282 static bool BUILD_VECTORtoBlendMask(BuildVectorSDNode *BuildVector,
11283                                     unsigned &MaskValue) {
11284   MaskValue = 0;
11285   unsigned NumElems = BuildVector->getNumOperands();
11286
11287   // There are 2 lanes if (NumElems > 8), and 1 lane otherwise.
11288   // We don't handle the >2 lanes case right now.
11289   unsigned NumLanes = (NumElems - 1) / 8 + 1;
11290   if (NumLanes > 2)
11291     return false;
11292
11293   unsigned NumElemsInLane = NumElems / NumLanes;
11294
11295   // Blend for v16i16 should be symmetric for the both lanes.
11296   for (unsigned i = 0; i < NumElemsInLane; ++i) {
11297     SDValue EltCond = BuildVector->getOperand(i);
11298     SDValue SndLaneEltCond =
11299         (NumLanes == 2) ? BuildVector->getOperand(i + NumElemsInLane) : EltCond;
11300
11301     int Lane1Cond = -1, Lane2Cond = -1;
11302     if (isa<ConstantSDNode>(EltCond))
11303       Lane1Cond = !isNullConstant(EltCond);
11304     if (isa<ConstantSDNode>(SndLaneEltCond))
11305       Lane2Cond = !isNullConstant(SndLaneEltCond);
11306
11307     unsigned LaneMask = 0;
11308     if (Lane1Cond == Lane2Cond || Lane2Cond < 0)
11309       // Lane1Cond != 0, means we want the first argument.
11310       // Lane1Cond == 0, means we want the second argument.
11311       // The encoding of this argument is 0 for the first argument, 1
11312       // for the second. Therefore, invert the condition.
11313       LaneMask = !Lane1Cond << i;
11314     else if (Lane1Cond < 0)
11315       LaneMask = !Lane2Cond << i;
11316     else
11317       return false;
11318
11319     MaskValue |= LaneMask;
11320     if (NumLanes == 2)
11321       MaskValue |= LaneMask << NumElemsInLane;
11322   }
11323   return true;
11324 }
11325
11326 /// \brief Try to lower a VSELECT instruction to a vector shuffle.
11327 static SDValue lowerVSELECTtoVectorShuffle(SDValue Op,
11328                                            const X86Subtarget *Subtarget,
11329                                            SelectionDAG &DAG) {
11330   SDValue Cond = Op.getOperand(0);
11331   SDValue LHS = Op.getOperand(1);
11332   SDValue RHS = Op.getOperand(2);
11333   SDLoc dl(Op);
11334   MVT VT = Op.getSimpleValueType();
11335
11336   if (!ISD::isBuildVectorOfConstantSDNodes(Cond.getNode()))
11337     return SDValue();
11338   auto *CondBV = cast<BuildVectorSDNode>(Cond);
11339
11340   // Only non-legal VSELECTs reach this lowering, convert those into generic
11341   // shuffles and re-use the shuffle lowering path for blends.
11342   SmallVector<int, 32> Mask;
11343   for (int i = 0, Size = VT.getVectorNumElements(); i < Size; ++i) {
11344     SDValue CondElt = CondBV->getOperand(i);
11345     Mask.push_back(
11346         isa<ConstantSDNode>(CondElt) ? i + (isNullConstant(CondElt) ? Size : 0)
11347                                      : -1);
11348   }
11349   return DAG.getVectorShuffle(VT, dl, LHS, RHS, Mask);
11350 }
11351
11352 SDValue X86TargetLowering::LowerVSELECT(SDValue Op, SelectionDAG &DAG) const {
11353   // A vselect where all conditions and data are constants can be optimized into
11354   // a single vector load by SelectionDAGLegalize::ExpandBUILD_VECTOR().
11355   if (ISD::isBuildVectorOfConstantSDNodes(Op.getOperand(0).getNode()) &&
11356       ISD::isBuildVectorOfConstantSDNodes(Op.getOperand(1).getNode()) &&
11357       ISD::isBuildVectorOfConstantSDNodes(Op.getOperand(2).getNode()))
11358     return SDValue();
11359
11360   // Try to lower this to a blend-style vector shuffle. This can handle all
11361   // constant condition cases.
11362   if (SDValue BlendOp = lowerVSELECTtoVectorShuffle(Op, Subtarget, DAG))
11363     return BlendOp;
11364
11365   // Variable blends are only legal from SSE4.1 onward.
11366   if (!Subtarget->hasSSE41())
11367     return SDValue();
11368
11369   // Only some types will be legal on some subtargets. If we can emit a legal
11370   // VSELECT-matching blend, return Op, and but if we need to expand, return
11371   // a null value.
11372   switch (Op.getSimpleValueType().SimpleTy) {
11373   default:
11374     // Most of the vector types have blends past SSE4.1.
11375     return Op;
11376
11377   case MVT::v32i8:
11378     // The byte blends for AVX vectors were introduced only in AVX2.
11379     if (Subtarget->hasAVX2())
11380       return Op;
11381
11382     return SDValue();
11383
11384   case MVT::v8i16:
11385   case MVT::v16i16:
11386     // AVX-512 BWI and VLX features support VSELECT with i16 elements.
11387     if (Subtarget->hasBWI() && Subtarget->hasVLX())
11388       return Op;
11389
11390     // FIXME: We should custom lower this by fixing the condition and using i8
11391     // blends.
11392     return SDValue();
11393   }
11394 }
11395
11396 static SDValue LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op, SelectionDAG &DAG) {
11397   MVT VT = Op.getSimpleValueType();
11398   SDLoc dl(Op);
11399
11400   if (!Op.getOperand(0).getSimpleValueType().is128BitVector())
11401     return SDValue();
11402
11403   if (VT.getSizeInBits() == 8) {
11404     SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
11405                                   Op.getOperand(0), Op.getOperand(1));
11406     SDValue Assert  = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
11407                                   DAG.getValueType(VT));
11408     return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
11409   }
11410
11411   if (VT.getSizeInBits() == 16) {
11412     // If Idx is 0, it's cheaper to do a move instead of a pextrw.
11413     if (isNullConstant(Op.getOperand(1)))
11414       return DAG.getNode(
11415           ISD::TRUNCATE, dl, MVT::i16,
11416           DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
11417                       DAG.getBitcast(MVT::v4i32, Op.getOperand(0)),
11418                       Op.getOperand(1)));
11419     SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
11420                                   Op.getOperand(0), Op.getOperand(1));
11421     SDValue Assert  = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
11422                                   DAG.getValueType(VT));
11423     return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
11424   }
11425
11426   if (VT == MVT::f32) {
11427     // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
11428     // the result back to FR32 register. It's only worth matching if the
11429     // result has a single use which is a store or a bitcast to i32.  And in
11430     // the case of a store, it's not worth it if the index is a constant 0,
11431     // because a MOVSSmr can be used instead, which is smaller and faster.
11432     if (!Op.hasOneUse())
11433       return SDValue();
11434     SDNode *User = *Op.getNode()->use_begin();
11435     if ((User->getOpcode() != ISD::STORE ||
11436          isNullConstant(Op.getOperand(1))) &&
11437         (User->getOpcode() != ISD::BITCAST ||
11438          User->getValueType(0) != MVT::i32))
11439       return SDValue();
11440     SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
11441                                   DAG.getBitcast(MVT::v4i32, Op.getOperand(0)),
11442                                   Op.getOperand(1));
11443     return DAG.getBitcast(MVT::f32, Extract);
11444   }
11445
11446   if (VT == MVT::i32 || VT == MVT::i64) {
11447     // ExtractPS/pextrq works with constant index.
11448     if (isa<ConstantSDNode>(Op.getOperand(1)))
11449       return Op;
11450   }
11451   return SDValue();
11452 }
11453
11454 /// Extract one bit from mask vector, like v16i1 or v8i1.
11455 /// AVX-512 feature.
11456 SDValue
11457 X86TargetLowering::ExtractBitFromMaskVector(SDValue Op, SelectionDAG &DAG) const {
11458   SDValue Vec = Op.getOperand(0);
11459   SDLoc dl(Vec);
11460   MVT VecVT = Vec.getSimpleValueType();
11461   SDValue Idx = Op.getOperand(1);
11462   MVT EltVT = Op.getSimpleValueType();
11463
11464   assert((EltVT == MVT::i1) && "Unexpected operands in ExtractBitFromMaskVector");
11465   assert((VecVT.getVectorNumElements() <= 16 || Subtarget->hasBWI()) &&
11466          "Unexpected vector type in ExtractBitFromMaskVector");
11467
11468   // variable index can't be handled in mask registers,
11469   // extend vector to VR512
11470   if (!isa<ConstantSDNode>(Idx)) {
11471     MVT ExtVT = (VecVT == MVT::v8i1 ?  MVT::v8i64 : MVT::v16i32);
11472     SDValue Ext = DAG.getNode(ISD::ZERO_EXTEND, dl, ExtVT, Vec);
11473     SDValue Elt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl,
11474                               ExtVT.getVectorElementType(), Ext, Idx);
11475     return DAG.getNode(ISD::TRUNCATE, dl, EltVT, Elt);
11476   }
11477
11478   unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
11479   const TargetRegisterClass* rc = getRegClassFor(VecVT);
11480   if (!Subtarget->hasDQI() && (VecVT.getVectorNumElements() <= 8))
11481     rc = getRegClassFor(MVT::v16i1);
11482   unsigned MaxSift = rc->getSize()*8 - 1;
11483   Vec = DAG.getNode(X86ISD::VSHLI, dl, VecVT, Vec,
11484                     DAG.getConstant(MaxSift - IdxVal, dl, MVT::i8));
11485   Vec = DAG.getNode(X86ISD::VSRLI, dl, VecVT, Vec,
11486                     DAG.getConstant(MaxSift, dl, MVT::i8));
11487   return DAG.getNode(X86ISD::VEXTRACT, dl, MVT::i1, Vec,
11488                        DAG.getIntPtrConstant(0, dl));
11489 }
11490
11491 SDValue
11492 X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
11493                                            SelectionDAG &DAG) const {
11494   SDLoc dl(Op);
11495   SDValue Vec = Op.getOperand(0);
11496   MVT VecVT = Vec.getSimpleValueType();
11497   SDValue Idx = Op.getOperand(1);
11498
11499   if (Op.getSimpleValueType() == MVT::i1)
11500     return ExtractBitFromMaskVector(Op, DAG);
11501
11502   if (!isa<ConstantSDNode>(Idx)) {
11503     if (VecVT.is512BitVector() ||
11504         (VecVT.is256BitVector() && Subtarget->hasInt256() &&
11505          VecVT.getVectorElementType().getSizeInBits() == 32)) {
11506
11507       MVT MaskEltVT =
11508         MVT::getIntegerVT(VecVT.getVectorElementType().getSizeInBits());
11509       MVT MaskVT = MVT::getVectorVT(MaskEltVT, VecVT.getSizeInBits() /
11510                                     MaskEltVT.getSizeInBits());
11511
11512       Idx = DAG.getZExtOrTrunc(Idx, dl, MaskEltVT);
11513       auto PtrVT = getPointerTy(DAG.getDataLayout());
11514       SDValue Mask = DAG.getNode(X86ISD::VINSERT, dl, MaskVT,
11515                                  getZeroVector(MaskVT, Subtarget, DAG, dl), Idx,
11516                                  DAG.getConstant(0, dl, PtrVT));
11517       SDValue Perm = DAG.getNode(X86ISD::VPERMV, dl, VecVT, Mask, Vec);
11518       return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Perm,
11519                          DAG.getConstant(0, dl, PtrVT));
11520     }
11521     return SDValue();
11522   }
11523
11524   // If this is a 256-bit vector result, first extract the 128-bit vector and
11525   // then extract the element from the 128-bit vector.
11526   if (VecVT.is256BitVector() || VecVT.is512BitVector()) {
11527
11528     unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
11529     // Get the 128-bit vector.
11530     Vec = Extract128BitVector(Vec, IdxVal, DAG, dl);
11531     MVT EltVT = VecVT.getVectorElementType();
11532
11533     unsigned ElemsPerChunk = 128 / EltVT.getSizeInBits();
11534     assert(isPowerOf2_32(ElemsPerChunk) && "Elements per chunk not power of 2");
11535
11536     // Find IdxVal modulo ElemsPerChunk. Since ElemsPerChunk is a power of 2
11537     // this can be done with a mask.
11538     IdxVal &= ElemsPerChunk - 1;
11539     return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Vec,
11540                        DAG.getConstant(IdxVal, dl, MVT::i32));
11541   }
11542
11543   assert(VecVT.is128BitVector() && "Unexpected vector length");
11544
11545   if (Subtarget->hasSSE41())
11546     if (SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG))
11547       return Res;
11548
11549   MVT VT = Op.getSimpleValueType();
11550   // TODO: handle v16i8.
11551   if (VT.getSizeInBits() == 16) {
11552     SDValue Vec = Op.getOperand(0);
11553     if (isNullConstant(Op.getOperand(1)))
11554       return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
11555                          DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
11556                                      DAG.getBitcast(MVT::v4i32, Vec),
11557                                      Op.getOperand(1)));
11558     // Transform it so it match pextrw which produces a 32-bit result.
11559     MVT EltVT = MVT::i32;
11560     SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
11561                                   Op.getOperand(0), Op.getOperand(1));
11562     SDValue Assert  = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract,
11563                                   DAG.getValueType(VT));
11564     return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
11565   }
11566
11567   if (VT.getSizeInBits() == 32) {
11568     unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
11569     if (Idx == 0)
11570       return Op;
11571
11572     // SHUFPS the element to the lowest double word, then movss.
11573     int Mask[4] = { static_cast<int>(Idx), -1, -1, -1 };
11574     MVT VVT = Op.getOperand(0).getSimpleValueType();
11575     SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
11576                                        DAG.getUNDEF(VVT), Mask);
11577     return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
11578                        DAG.getIntPtrConstant(0, dl));
11579   }
11580
11581   if (VT.getSizeInBits() == 64) {
11582     // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
11583     // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
11584     //        to match extract_elt for f64.
11585     if (isNullConstant(Op.getOperand(1)))
11586       return Op;
11587
11588     // UNPCKHPD the element to the lowest double word, then movsd.
11589     // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
11590     // to a f64mem, the whole operation is folded into a single MOVHPDmr.
11591     int Mask[2] = { 1, -1 };
11592     MVT VVT = Op.getOperand(0).getSimpleValueType();
11593     SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
11594                                        DAG.getUNDEF(VVT), Mask);
11595     return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
11596                        DAG.getIntPtrConstant(0, dl));
11597   }
11598
11599   return SDValue();
11600 }
11601
11602 /// Insert one bit to mask vector, like v16i1 or v8i1.
11603 /// AVX-512 feature.
11604 SDValue
11605 X86TargetLowering::InsertBitToMaskVector(SDValue Op, SelectionDAG &DAG) const {
11606   SDLoc dl(Op);
11607   SDValue Vec = Op.getOperand(0);
11608   SDValue Elt = Op.getOperand(1);
11609   SDValue Idx = Op.getOperand(2);
11610   MVT VecVT = Vec.getSimpleValueType();
11611
11612   if (!isa<ConstantSDNode>(Idx)) {
11613     // Non constant index. Extend source and destination,
11614     // insert element and then truncate the result.
11615     MVT ExtVecVT = (VecVT == MVT::v8i1 ?  MVT::v8i64 : MVT::v16i32);
11616     MVT ExtEltVT = (VecVT == MVT::v8i1 ?  MVT::i64 : MVT::i32);
11617     SDValue ExtOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ExtVecVT,
11618       DAG.getNode(ISD::ZERO_EXTEND, dl, ExtVecVT, Vec),
11619       DAG.getNode(ISD::ZERO_EXTEND, dl, ExtEltVT, Elt), Idx);
11620     return DAG.getNode(ISD::TRUNCATE, dl, VecVT, ExtOp);
11621   }
11622
11623   unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
11624   SDValue EltInVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Elt);
11625   if (IdxVal)
11626     EltInVec = DAG.getNode(X86ISD::VSHLI, dl, VecVT, EltInVec,
11627                            DAG.getConstant(IdxVal, dl, MVT::i8));
11628   if (Vec.getOpcode() == ISD::UNDEF)
11629     return EltInVec;
11630   return DAG.getNode(ISD::OR, dl, VecVT, Vec, EltInVec);
11631 }
11632
11633 SDValue X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op,
11634                                                   SelectionDAG &DAG) const {
11635   MVT VT = Op.getSimpleValueType();
11636   MVT EltVT = VT.getVectorElementType();
11637
11638   if (EltVT == MVT::i1)
11639     return InsertBitToMaskVector(Op, DAG);
11640
11641   SDLoc dl(Op);
11642   SDValue N0 = Op.getOperand(0);
11643   SDValue N1 = Op.getOperand(1);
11644   SDValue N2 = Op.getOperand(2);
11645   if (!isa<ConstantSDNode>(N2))
11646     return SDValue();
11647   auto *N2C = cast<ConstantSDNode>(N2);
11648   unsigned IdxVal = N2C->getZExtValue();
11649
11650   // If the vector is wider than 128 bits, extract the 128-bit subvector, insert
11651   // into that, and then insert the subvector back into the result.
11652   if (VT.is256BitVector() || VT.is512BitVector()) {
11653     // With a 256-bit vector, we can insert into the zero element efficiently
11654     // using a blend if we have AVX or AVX2 and the right data type.
11655     if (VT.is256BitVector() && IdxVal == 0) {
11656       // TODO: It is worthwhile to cast integer to floating point and back
11657       // and incur a domain crossing penalty if that's what we'll end up
11658       // doing anyway after extracting to a 128-bit vector.
11659       if ((Subtarget->hasAVX() && (EltVT == MVT::f64 || EltVT == MVT::f32)) ||
11660           (Subtarget->hasAVX2() && EltVT == MVT::i32)) {
11661         SDValue N1Vec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, N1);
11662         N2 = DAG.getIntPtrConstant(1, dl);
11663         return DAG.getNode(X86ISD::BLENDI, dl, VT, N0, N1Vec, N2);
11664       }
11665     }
11666
11667     // Get the desired 128-bit vector chunk.
11668     SDValue V = Extract128BitVector(N0, IdxVal, DAG, dl);
11669
11670     // Insert the element into the desired chunk.
11671     unsigned NumEltsIn128 = 128 / EltVT.getSizeInBits();
11672     assert(isPowerOf2_32(NumEltsIn128));
11673     // Since NumEltsIn128 is a power of 2 we can use mask instead of modulo.
11674     unsigned IdxIn128 = IdxVal & (NumEltsIn128 - 1);
11675
11676     V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, V.getValueType(), V, N1,
11677                     DAG.getConstant(IdxIn128, dl, MVT::i32));
11678
11679     // Insert the changed part back into the bigger vector
11680     return Insert128BitVector(N0, V, IdxVal, DAG, dl);
11681   }
11682   assert(VT.is128BitVector() && "Only 128-bit vector types should be left!");
11683
11684   if (Subtarget->hasSSE41()) {
11685     if (EltVT.getSizeInBits() == 8 || EltVT.getSizeInBits() == 16) {
11686       unsigned Opc;
11687       if (VT == MVT::v8i16) {
11688         Opc = X86ISD::PINSRW;
11689       } else {
11690         assert(VT == MVT::v16i8);
11691         Opc = X86ISD::PINSRB;
11692       }
11693
11694       // Transform it so it match pinsr{b,w} which expects a GR32 as its second
11695       // argument.
11696       if (N1.getValueType() != MVT::i32)
11697         N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
11698       if (N2.getValueType() != MVT::i32)
11699         N2 = DAG.getIntPtrConstant(IdxVal, dl);
11700       return DAG.getNode(Opc, dl, VT, N0, N1, N2);
11701     }
11702
11703     if (EltVT == MVT::f32) {
11704       // Bits [7:6] of the constant are the source select. This will always be
11705       //   zero here. The DAG Combiner may combine an extract_elt index into
11706       //   these bits. For example (insert (extract, 3), 2) could be matched by
11707       //   putting the '3' into bits [7:6] of X86ISD::INSERTPS.
11708       // Bits [5:4] of the constant are the destination select. This is the
11709       //   value of the incoming immediate.
11710       // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
11711       //   combine either bitwise AND or insert of float 0.0 to set these bits.
11712
11713       bool MinSize = DAG.getMachineFunction().getFunction()->optForMinSize();
11714       if (IdxVal == 0 && (!MinSize || !MayFoldLoad(N1))) {
11715         // If this is an insertion of 32-bits into the low 32-bits of
11716         // a vector, we prefer to generate a blend with immediate rather
11717         // than an insertps. Blends are simpler operations in hardware and so
11718         // will always have equal or better performance than insertps.
11719         // But if optimizing for size and there's a load folding opportunity,
11720         // generate insertps because blendps does not have a 32-bit memory
11721         // operand form.
11722         N2 = DAG.getIntPtrConstant(1, dl);
11723         N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
11724         return DAG.getNode(X86ISD::BLENDI, dl, VT, N0, N1, N2);
11725       }
11726       N2 = DAG.getIntPtrConstant(IdxVal << 4, dl);
11727       // Create this as a scalar to vector..
11728       N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
11729       return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
11730     }
11731
11732     if (EltVT == MVT::i32 || EltVT == MVT::i64) {
11733       // PINSR* works with constant index.
11734       return Op;
11735     }
11736   }
11737
11738   if (EltVT == MVT::i8)
11739     return SDValue();
11740
11741   if (EltVT.getSizeInBits() == 16) {
11742     // Transform it so it match pinsrw which expects a 16-bit value in a GR32
11743     // as its second argument.
11744     if (N1.getValueType() != MVT::i32)
11745       N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
11746     if (N2.getValueType() != MVT::i32)
11747       N2 = DAG.getIntPtrConstant(IdxVal, dl);
11748     return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
11749   }
11750   return SDValue();
11751 }
11752
11753 static SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) {
11754   SDLoc dl(Op);
11755   MVT OpVT = Op.getSimpleValueType();
11756
11757   // If this is a 256-bit vector result, first insert into a 128-bit
11758   // vector and then insert into the 256-bit vector.
11759   if (!OpVT.is128BitVector()) {
11760     // Insert into a 128-bit vector.
11761     unsigned SizeFactor = OpVT.getSizeInBits()/128;
11762     MVT VT128 = MVT::getVectorVT(OpVT.getVectorElementType(),
11763                                  OpVT.getVectorNumElements() / SizeFactor);
11764
11765     Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0));
11766
11767     // Insert the 128-bit vector.
11768     return Insert128BitVector(DAG.getUNDEF(OpVT), Op, 0, DAG, dl);
11769   }
11770
11771   if (OpVT == MVT::v1i64 &&
11772       Op.getOperand(0).getValueType() == MVT::i64)
11773     return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v1i64, Op.getOperand(0));
11774
11775   SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
11776   assert(OpVT.is128BitVector() && "Expected an SSE type!");
11777   return DAG.getBitcast(
11778       OpVT, DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32, AnyExt));
11779 }
11780
11781 // Lower a node with an EXTRACT_SUBVECTOR opcode.  This may result in
11782 // a simple subregister reference or explicit instructions to grab
11783 // upper bits of a vector.
11784 static SDValue LowerEXTRACT_SUBVECTOR(SDValue Op, const X86Subtarget *Subtarget,
11785                                       SelectionDAG &DAG) {
11786   SDLoc dl(Op);
11787   SDValue In =  Op.getOperand(0);
11788   SDValue Idx = Op.getOperand(1);
11789   unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
11790   MVT ResVT   = Op.getSimpleValueType();
11791   MVT InVT    = In.getSimpleValueType();
11792
11793   if (Subtarget->hasFp256()) {
11794     if (ResVT.is128BitVector() &&
11795         (InVT.is256BitVector() || InVT.is512BitVector()) &&
11796         isa<ConstantSDNode>(Idx)) {
11797       return Extract128BitVector(In, IdxVal, DAG, dl);
11798     }
11799     if (ResVT.is256BitVector() && InVT.is512BitVector() &&
11800         isa<ConstantSDNode>(Idx)) {
11801       return Extract256BitVector(In, IdxVal, DAG, dl);
11802     }
11803   }
11804   return SDValue();
11805 }
11806
11807 // Lower a node with an INSERT_SUBVECTOR opcode.  This may result in a
11808 // simple superregister reference or explicit instructions to insert
11809 // the upper bits of a vector.
11810 static SDValue LowerINSERT_SUBVECTOR(SDValue Op, const X86Subtarget *Subtarget,
11811                                      SelectionDAG &DAG) {
11812   if (!Subtarget->hasAVX())
11813     return SDValue();
11814
11815   SDLoc dl(Op);
11816   SDValue Vec = Op.getOperand(0);
11817   SDValue SubVec = Op.getOperand(1);
11818   SDValue Idx = Op.getOperand(2);
11819
11820   if (!isa<ConstantSDNode>(Idx))
11821     return SDValue();
11822
11823   unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
11824   MVT OpVT = Op.getSimpleValueType();
11825   MVT SubVecVT = SubVec.getSimpleValueType();
11826
11827   // Fold two 16-byte subvector loads into one 32-byte load:
11828   // (insert_subvector (insert_subvector undef, (load addr), 0),
11829   //                   (load addr + 16), Elts/2)
11830   // --> load32 addr
11831   if ((IdxVal == OpVT.getVectorNumElements() / 2) &&
11832       Vec.getOpcode() == ISD::INSERT_SUBVECTOR &&
11833       OpVT.is256BitVector() && SubVecVT.is128BitVector()) {
11834     auto *Idx2 = dyn_cast<ConstantSDNode>(Vec.getOperand(2));
11835     if (Idx2 && Idx2->getZExtValue() == 0) {
11836       SDValue SubVec2 = Vec.getOperand(1);
11837       // If needed, look through a bitcast to get to the load.
11838       if (SubVec2.getNode() && SubVec2.getOpcode() == ISD::BITCAST)
11839         SubVec2 = SubVec2.getOperand(0);
11840
11841       if (auto *FirstLd = dyn_cast<LoadSDNode>(SubVec2)) {
11842         bool Fast;
11843         unsigned Alignment = FirstLd->getAlignment();
11844         unsigned AS = FirstLd->getAddressSpace();
11845         const X86TargetLowering *TLI = Subtarget->getTargetLowering();
11846         if (TLI->allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(),
11847                                     OpVT, AS, Alignment, &Fast) && Fast) {
11848           SDValue Ops[] = { SubVec2, SubVec };
11849           if (SDValue Ld = EltsFromConsecutiveLoads(OpVT, Ops, dl, DAG, false))
11850             return Ld;
11851         }
11852       }
11853     }
11854   }
11855
11856   if ((OpVT.is256BitVector() || OpVT.is512BitVector()) &&
11857       SubVecVT.is128BitVector())
11858     return Insert128BitVector(Vec, SubVec, IdxVal, DAG, dl);
11859
11860   if (OpVT.is512BitVector() && SubVecVT.is256BitVector())
11861     return Insert256BitVector(Vec, SubVec, IdxVal, DAG, dl);
11862
11863   if (OpVT.getVectorElementType() == MVT::i1)
11864     return Insert1BitVector(Op, DAG);
11865
11866   return SDValue();
11867 }
11868
11869 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
11870 // their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
11871 // one of the above mentioned nodes. It has to be wrapped because otherwise
11872 // Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
11873 // be used to form addressing mode. These wrapped nodes will be selected
11874 // into MOV32ri.
11875 SDValue
11876 X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
11877   ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
11878
11879   // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
11880   // global base reg.
11881   unsigned char OpFlag = 0;
11882   unsigned WrapperKind = X86ISD::Wrapper;
11883   CodeModel::Model M = DAG.getTarget().getCodeModel();
11884
11885   if (Subtarget->isPICStyleRIPRel() &&
11886       (M == CodeModel::Small || M == CodeModel::Kernel))
11887     WrapperKind = X86ISD::WrapperRIP;
11888   else if (Subtarget->isPICStyleGOT())
11889     OpFlag = X86II::MO_GOTOFF;
11890   else if (Subtarget->isPICStyleStubPIC())
11891     OpFlag = X86II::MO_PIC_BASE_OFFSET;
11892
11893   auto PtrVT = getPointerTy(DAG.getDataLayout());
11894   SDValue Result = DAG.getTargetConstantPool(
11895       CP->getConstVal(), PtrVT, CP->getAlignment(), CP->getOffset(), OpFlag);
11896   SDLoc DL(CP);
11897   Result = DAG.getNode(WrapperKind, DL, PtrVT, Result);
11898   // With PIC, the address is actually $g + Offset.
11899   if (OpFlag) {
11900     Result =
11901         DAG.getNode(ISD::ADD, DL, PtrVT,
11902                     DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(), PtrVT), Result);
11903   }
11904
11905   return Result;
11906 }
11907
11908 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
11909   JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
11910
11911   // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
11912   // global base reg.
11913   unsigned char OpFlag = 0;
11914   unsigned WrapperKind = X86ISD::Wrapper;
11915   CodeModel::Model M = DAG.getTarget().getCodeModel();
11916
11917   if (Subtarget->isPICStyleRIPRel() &&
11918       (M == CodeModel::Small || M == CodeModel::Kernel))
11919     WrapperKind = X86ISD::WrapperRIP;
11920   else if (Subtarget->isPICStyleGOT())
11921     OpFlag = X86II::MO_GOTOFF;
11922   else if (Subtarget->isPICStyleStubPIC())
11923     OpFlag = X86II::MO_PIC_BASE_OFFSET;
11924
11925   auto PtrVT = getPointerTy(DAG.getDataLayout());
11926   SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, OpFlag);
11927   SDLoc DL(JT);
11928   Result = DAG.getNode(WrapperKind, DL, PtrVT, Result);
11929
11930   // With PIC, the address is actually $g + Offset.
11931   if (OpFlag)
11932     Result =
11933         DAG.getNode(ISD::ADD, DL, PtrVT,
11934                     DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(), PtrVT), Result);
11935
11936   return Result;
11937 }
11938
11939 SDValue
11940 X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const {
11941   const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
11942
11943   // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
11944   // global base reg.
11945   unsigned char OpFlag = 0;
11946   unsigned WrapperKind = X86ISD::Wrapper;
11947   CodeModel::Model M = DAG.getTarget().getCodeModel();
11948
11949   if (Subtarget->isPICStyleRIPRel() &&
11950       (M == CodeModel::Small || M == CodeModel::Kernel)) {
11951     if (Subtarget->isTargetDarwin() || Subtarget->isTargetELF())
11952       OpFlag = X86II::MO_GOTPCREL;
11953     WrapperKind = X86ISD::WrapperRIP;
11954   } else if (Subtarget->isPICStyleGOT()) {
11955     OpFlag = X86II::MO_GOT;
11956   } else if (Subtarget->isPICStyleStubPIC()) {
11957     OpFlag = X86II::MO_DARWIN_NONLAZY_PIC_BASE;
11958   } else if (Subtarget->isPICStyleStubNoDynamic()) {
11959     OpFlag = X86II::MO_DARWIN_NONLAZY;
11960   }
11961
11962   auto PtrVT = getPointerTy(DAG.getDataLayout());
11963   SDValue Result = DAG.getTargetExternalSymbol(Sym, PtrVT, OpFlag);
11964
11965   SDLoc DL(Op);
11966   Result = DAG.getNode(WrapperKind, DL, PtrVT, Result);
11967
11968   // With PIC, the address is actually $g + Offset.
11969   if (DAG.getTarget().getRelocationModel() == Reloc::PIC_ &&
11970       !Subtarget->is64Bit()) {
11971     Result =
11972         DAG.getNode(ISD::ADD, DL, PtrVT,
11973                     DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(), PtrVT), Result);
11974   }
11975
11976   // For symbols that require a load from a stub to get the address, emit the
11977   // load.
11978   if (isGlobalStubReference(OpFlag))
11979     Result = DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), Result,
11980                          MachinePointerInfo::getGOT(DAG.getMachineFunction()),
11981                          false, false, false, 0);
11982
11983   return Result;
11984 }
11985
11986 SDValue
11987 X86TargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const {
11988   // Create the TargetBlockAddressAddress node.
11989   unsigned char OpFlags =
11990     Subtarget->ClassifyBlockAddressReference();
11991   CodeModel::Model M = DAG.getTarget().getCodeModel();
11992   const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
11993   int64_t Offset = cast<BlockAddressSDNode>(Op)->getOffset();
11994   SDLoc dl(Op);
11995   auto PtrVT = getPointerTy(DAG.getDataLayout());
11996   SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags);
11997
11998   if (Subtarget->isPICStyleRIPRel() &&
11999       (M == CodeModel::Small || M == CodeModel::Kernel))
12000     Result = DAG.getNode(X86ISD::WrapperRIP, dl, PtrVT, Result);
12001   else
12002     Result = DAG.getNode(X86ISD::Wrapper, dl, PtrVT, Result);
12003
12004   // With PIC, the address is actually $g + Offset.
12005   if (isGlobalRelativeToPICBase(OpFlags)) {
12006     Result = DAG.getNode(ISD::ADD, dl, PtrVT,
12007                          DAG.getNode(X86ISD::GlobalBaseReg, dl, PtrVT), Result);
12008   }
12009
12010   return Result;
12011 }
12012
12013 SDValue
12014 X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, SDLoc dl,
12015                                       int64_t Offset, SelectionDAG &DAG) const {
12016   // Create the TargetGlobalAddress node, folding in the constant
12017   // offset if it is legal.
12018   unsigned char OpFlags =
12019       Subtarget->ClassifyGlobalReference(GV, DAG.getTarget());
12020   CodeModel::Model M = DAG.getTarget().getCodeModel();
12021   auto PtrVT = getPointerTy(DAG.getDataLayout());
12022   SDValue Result;
12023   if (OpFlags == X86II::MO_NO_FLAG &&
12024       X86::isOffsetSuitableForCodeModel(Offset, M)) {
12025     // A direct static reference to a global.
12026     Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset);
12027     Offset = 0;
12028   } else {
12029     Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, OpFlags);
12030   }
12031
12032   if (Subtarget->isPICStyleRIPRel() &&
12033       (M == CodeModel::Small || M == CodeModel::Kernel))
12034     Result = DAG.getNode(X86ISD::WrapperRIP, dl, PtrVT, Result);
12035   else
12036     Result = DAG.getNode(X86ISD::Wrapper, dl, PtrVT, Result);
12037
12038   // With PIC, the address is actually $g + Offset.
12039   if (isGlobalRelativeToPICBase(OpFlags)) {
12040     Result = DAG.getNode(ISD::ADD, dl, PtrVT,
12041                          DAG.getNode(X86ISD::GlobalBaseReg, dl, PtrVT), Result);
12042   }
12043
12044   // For globals that require a load from a stub to get the address, emit the
12045   // load.
12046   if (isGlobalStubReference(OpFlags))
12047     Result = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Result,
12048                          MachinePointerInfo::getGOT(DAG.getMachineFunction()),
12049                          false, false, false, 0);
12050
12051   // If there was a non-zero offset that we didn't fold, create an explicit
12052   // addition for it.
12053   if (Offset != 0)
12054     Result = DAG.getNode(ISD::ADD, dl, PtrVT, Result,
12055                          DAG.getConstant(Offset, dl, PtrVT));
12056
12057   return Result;
12058 }
12059
12060 SDValue
12061 X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
12062   const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
12063   int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
12064   return LowerGlobalAddress(GV, SDLoc(Op), Offset, DAG);
12065 }
12066
12067 static SDValue
12068 GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
12069            SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
12070            unsigned char OperandFlags, bool LocalDynamic = false) {
12071   MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
12072   SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
12073   SDLoc dl(GA);
12074   SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
12075                                            GA->getValueType(0),
12076                                            GA->getOffset(),
12077                                            OperandFlags);
12078
12079   X86ISD::NodeType CallType = LocalDynamic ? X86ISD::TLSBASEADDR
12080                                            : X86ISD::TLSADDR;
12081
12082   if (InFlag) {
12083     SDValue Ops[] = { Chain,  TGA, *InFlag };
12084     Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
12085   } else {
12086     SDValue Ops[]  = { Chain, TGA };
12087     Chain = DAG.getNode(CallType, dl, NodeTys, Ops);
12088   }
12089
12090   // TLSADDR will be codegen'ed as call. Inform MFI that function has calls.
12091   MFI->setAdjustsStack(true);
12092   MFI->setHasCalls(true);
12093
12094   SDValue Flag = Chain.getValue(1);
12095   return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
12096 }
12097
12098 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
12099 static SDValue
12100 LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
12101                                 const EVT PtrVT) {
12102   SDValue InFlag;
12103   SDLoc dl(GA);  // ? function entry point might be better
12104   SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
12105                                    DAG.getNode(X86ISD::GlobalBaseReg,
12106                                                SDLoc(), PtrVT), InFlag);
12107   InFlag = Chain.getValue(1);
12108
12109   return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
12110 }
12111
12112 // Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
12113 static SDValue
12114 LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
12115                                 const EVT PtrVT) {
12116   return GetTLSADDR(DAG, DAG.getEntryNode(), GA, nullptr, PtrVT,
12117                     X86::RAX, X86II::MO_TLSGD);
12118 }
12119
12120 static SDValue LowerToTLSLocalDynamicModel(GlobalAddressSDNode *GA,
12121                                            SelectionDAG &DAG,
12122                                            const EVT PtrVT,
12123                                            bool is64Bit) {
12124   SDLoc dl(GA);
12125
12126   // Get the start address of the TLS block for this module.
12127   X86MachineFunctionInfo* MFI = DAG.getMachineFunction()
12128       .getInfo<X86MachineFunctionInfo>();
12129   MFI->incNumLocalDynamicTLSAccesses();
12130
12131   SDValue Base;
12132   if (is64Bit) {
12133     Base = GetTLSADDR(DAG, DAG.getEntryNode(), GA, nullptr, PtrVT, X86::RAX,
12134                       X86II::MO_TLSLD, /*LocalDynamic=*/true);
12135   } else {
12136     SDValue InFlag;
12137     SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
12138         DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(), PtrVT), InFlag);
12139     InFlag = Chain.getValue(1);
12140     Base = GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX,
12141                       X86II::MO_TLSLDM, /*LocalDynamic=*/true);
12142   }
12143
12144   // Note: the CleanupLocalDynamicTLSPass will remove redundant computations
12145   // of Base.
12146
12147   // Build x@dtpoff.
12148   unsigned char OperandFlags = X86II::MO_DTPOFF;
12149   unsigned WrapperKind = X86ISD::Wrapper;
12150   SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
12151                                            GA->getValueType(0),
12152                                            GA->getOffset(), OperandFlags);
12153   SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
12154
12155   // Add x@dtpoff with the base.
12156   return DAG.getNode(ISD::ADD, dl, PtrVT, Offset, Base);
12157 }
12158
12159 // Lower ISD::GlobalTLSAddress using the "initial exec" or "local exec" model.
12160 static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
12161                                    const EVT PtrVT, TLSModel::Model model,
12162                                    bool is64Bit, bool isPIC) {
12163   SDLoc dl(GA);
12164
12165   // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
12166   Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
12167                                                          is64Bit ? 257 : 256));
12168
12169   SDValue ThreadPointer =
12170       DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), DAG.getIntPtrConstant(0, dl),
12171                   MachinePointerInfo(Ptr), false, false, false, 0);
12172
12173   unsigned char OperandFlags = 0;
12174   // Most TLS accesses are not RIP relative, even on x86-64.  One exception is
12175   // initialexec.
12176   unsigned WrapperKind = X86ISD::Wrapper;
12177   if (model == TLSModel::LocalExec) {
12178     OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF;
12179   } else if (model == TLSModel::InitialExec) {
12180     if (is64Bit) {
12181       OperandFlags = X86II::MO_GOTTPOFF;
12182       WrapperKind = X86ISD::WrapperRIP;
12183     } else {
12184       OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
12185     }
12186   } else {
12187     llvm_unreachable("Unexpected model");
12188   }
12189
12190   // emit "addl x@ntpoff,%eax" (local exec)
12191   // or "addl x@indntpoff,%eax" (initial exec)
12192   // or "addl x@gotntpoff(%ebx) ,%eax" (initial exec, 32-bit pic)
12193   SDValue TGA =
12194       DAG.getTargetGlobalAddress(GA->getGlobal(), dl, GA->getValueType(0),
12195                                  GA->getOffset(), OperandFlags);
12196   SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
12197
12198   if (model == TLSModel::InitialExec) {
12199     if (isPIC && !is64Bit) {
12200       Offset = DAG.getNode(ISD::ADD, dl, PtrVT,
12201                            DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(), PtrVT),
12202                            Offset);
12203     }
12204
12205     Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
12206                          MachinePointerInfo::getGOT(DAG.getMachineFunction()),
12207                          false, false, false, 0);
12208   }
12209
12210   // The address of the thread local variable is the add of the thread
12211   // pointer with the offset of the variable.
12212   return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
12213 }
12214
12215 SDValue
12216 X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
12217
12218   GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
12219   const GlobalValue *GV = GA->getGlobal();
12220   auto PtrVT = getPointerTy(DAG.getDataLayout());
12221
12222   if (Subtarget->isTargetELF()) {
12223     if (DAG.getTarget().Options.EmulatedTLS)
12224       return LowerToTLSEmulatedModel(GA, DAG);
12225     TLSModel::Model model = DAG.getTarget().getTLSModel(GV);
12226     switch (model) {
12227       case TLSModel::GeneralDynamic:
12228         if (Subtarget->is64Bit())
12229           return LowerToTLSGeneralDynamicModel64(GA, DAG, PtrVT);
12230         return LowerToTLSGeneralDynamicModel32(GA, DAG, PtrVT);
12231       case TLSModel::LocalDynamic:
12232         return LowerToTLSLocalDynamicModel(GA, DAG, PtrVT,
12233                                            Subtarget->is64Bit());
12234       case TLSModel::InitialExec:
12235       case TLSModel::LocalExec:
12236         return LowerToTLSExecModel(GA, DAG, PtrVT, model, Subtarget->is64Bit(),
12237                                    DAG.getTarget().getRelocationModel() ==
12238                                        Reloc::PIC_);
12239     }
12240     llvm_unreachable("Unknown TLS model.");
12241   }
12242
12243   if (Subtarget->isTargetDarwin()) {
12244     // Darwin only has one model of TLS.  Lower to that.
12245     unsigned char OpFlag = 0;
12246     unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ?
12247                            X86ISD::WrapperRIP : X86ISD::Wrapper;
12248
12249     // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
12250     // global base reg.
12251     bool PIC32 = (DAG.getTarget().getRelocationModel() == Reloc::PIC_) &&
12252                  !Subtarget->is64Bit();
12253     if (PIC32)
12254       OpFlag = X86II::MO_TLVP_PIC_BASE;
12255     else
12256       OpFlag = X86II::MO_TLVP;
12257     SDLoc DL(Op);
12258     SDValue Result = DAG.getTargetGlobalAddress(GA->getGlobal(), DL,
12259                                                 GA->getValueType(0),
12260                                                 GA->getOffset(), OpFlag);
12261     SDValue Offset = DAG.getNode(WrapperKind, DL, PtrVT, Result);
12262
12263     // With PIC32, the address is actually $g + Offset.
12264     if (PIC32)
12265       Offset = DAG.getNode(ISD::ADD, DL, PtrVT,
12266                            DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(), PtrVT),
12267                            Offset);
12268
12269     // Lowering the machine isd will make sure everything is in the right
12270     // location.
12271     SDValue Chain = DAG.getEntryNode();
12272     SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
12273     SDValue Args[] = { Chain, Offset };
12274     Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args);
12275
12276     // TLSCALL will be codegen'ed as call. Inform MFI that function has calls.
12277     MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
12278     MFI->setAdjustsStack(true);
12279
12280     // And our return value (tls address) is in the standard call return value
12281     // location.
12282     unsigned Reg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
12283     return DAG.getCopyFromReg(Chain, DL, Reg, PtrVT, Chain.getValue(1));
12284   }
12285
12286   if (Subtarget->isTargetKnownWindowsMSVC() ||
12287       Subtarget->isTargetWindowsGNU()) {
12288     // Just use the implicit TLS architecture
12289     // Need to generate someting similar to:
12290     //   mov     rdx, qword [gs:abs 58H]; Load pointer to ThreadLocalStorage
12291     //                                  ; from TEB
12292     //   mov     ecx, dword [rel _tls_index]: Load index (from C runtime)
12293     //   mov     rcx, qword [rdx+rcx*8]
12294     //   mov     eax, .tls$:tlsvar
12295     //   [rax+rcx] contains the address
12296     // Windows 64bit: gs:0x58
12297     // Windows 32bit: fs:__tls_array
12298
12299     SDLoc dl(GA);
12300     SDValue Chain = DAG.getEntryNode();
12301
12302     // Get the Thread Pointer, which is %fs:__tls_array (32-bit) or
12303     // %gs:0x58 (64-bit). On MinGW, __tls_array is not available, so directly
12304     // use its literal value of 0x2C.
12305     Value *Ptr = Constant::getNullValue(Subtarget->is64Bit()
12306                                         ? Type::getInt8PtrTy(*DAG.getContext(),
12307                                                              256)
12308                                         : Type::getInt32PtrTy(*DAG.getContext(),
12309                                                               257));
12310
12311     SDValue TlsArray = Subtarget->is64Bit()
12312                            ? DAG.getIntPtrConstant(0x58, dl)
12313                            : (Subtarget->isTargetWindowsGNU()
12314                                   ? DAG.getIntPtrConstant(0x2C, dl)
12315                                   : DAG.getExternalSymbol("_tls_array", PtrVT));
12316
12317     SDValue ThreadPointer =
12318         DAG.getLoad(PtrVT, dl, Chain, TlsArray, MachinePointerInfo(Ptr), false,
12319                     false, false, 0);
12320
12321     SDValue res;
12322     if (GV->getThreadLocalMode() == GlobalVariable::LocalExecTLSModel) {
12323       res = ThreadPointer;
12324     } else {
12325       // Load the _tls_index variable
12326       SDValue IDX = DAG.getExternalSymbol("_tls_index", PtrVT);
12327       if (Subtarget->is64Bit())
12328         IDX = DAG.getExtLoad(ISD::ZEXTLOAD, dl, PtrVT, Chain, IDX,
12329                              MachinePointerInfo(), MVT::i32, false, false,
12330                              false, 0);
12331       else
12332         IDX = DAG.getLoad(PtrVT, dl, Chain, IDX, MachinePointerInfo(), false,
12333                           false, false, 0);
12334
12335       auto &DL = DAG.getDataLayout();
12336       SDValue Scale =
12337           DAG.getConstant(Log2_64_Ceil(DL.getPointerSize()), dl, PtrVT);
12338       IDX = DAG.getNode(ISD::SHL, dl, PtrVT, IDX, Scale);
12339
12340       res = DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, IDX);
12341     }
12342
12343     res = DAG.getLoad(PtrVT, dl, Chain, res, MachinePointerInfo(), false, false,
12344                       false, 0);
12345
12346     // Get the offset of start of .tls section
12347     SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
12348                                              GA->getValueType(0),
12349                                              GA->getOffset(), X86II::MO_SECREL);
12350     SDValue Offset = DAG.getNode(X86ISD::Wrapper, dl, PtrVT, TGA);
12351
12352     // The address of the thread local variable is the add of the thread
12353     // pointer with the offset of the variable.
12354     return DAG.getNode(ISD::ADD, dl, PtrVT, res, Offset);
12355   }
12356
12357   llvm_unreachable("TLS not implemented for this target.");
12358 }
12359
12360 /// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values
12361 /// and take a 2 x i32 value to shift plus a shift amount.
12362 static SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) {
12363   assert(Op.getNumOperands() == 3 && "Not a double-shift!");
12364   MVT VT = Op.getSimpleValueType();
12365   unsigned VTBits = VT.getSizeInBits();
12366   SDLoc dl(Op);
12367   bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
12368   SDValue ShOpLo = Op.getOperand(0);
12369   SDValue ShOpHi = Op.getOperand(1);
12370   SDValue ShAmt  = Op.getOperand(2);
12371   // X86ISD::SHLD and X86ISD::SHRD have defined overflow behavior but the
12372   // generic ISD nodes haven't. Insert an AND to be safe, it's optimized away
12373   // during isel.
12374   SDValue SafeShAmt = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
12375                                   DAG.getConstant(VTBits - 1, dl, MVT::i8));
12376   SDValue Tmp1 = isSRA ? DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
12377                                      DAG.getConstant(VTBits - 1, dl, MVT::i8))
12378                        : DAG.getConstant(0, dl, VT);
12379
12380   SDValue Tmp2, Tmp3;
12381   if (Op.getOpcode() == ISD::SHL_PARTS) {
12382     Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
12383     Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, SafeShAmt);
12384   } else {
12385     Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
12386     Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, SafeShAmt);
12387   }
12388
12389   // If the shift amount is larger or equal than the width of a part we can't
12390   // rely on the results of shld/shrd. Insert a test and select the appropriate
12391   // values for large shift amounts.
12392   SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
12393                                 DAG.getConstant(VTBits, dl, MVT::i8));
12394   SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
12395                              AndNode, DAG.getConstant(0, dl, MVT::i8));
12396
12397   SDValue Hi, Lo;
12398   SDValue CC = DAG.getConstant(X86::COND_NE, dl, MVT::i8);
12399   SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
12400   SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
12401
12402   if (Op.getOpcode() == ISD::SHL_PARTS) {
12403     Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0);
12404     Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1);
12405   } else {
12406     Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0);
12407     Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1);
12408   }
12409
12410   SDValue Ops[2] = { Lo, Hi };
12411   return DAG.getMergeValues(Ops, dl);
12412 }
12413
12414 SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
12415                                            SelectionDAG &DAG) const {
12416   SDValue Src = Op.getOperand(0);
12417   MVT SrcVT = Src.getSimpleValueType();
12418   MVT VT = Op.getSimpleValueType();
12419   SDLoc dl(Op);
12420
12421   if (SrcVT.isVector()) {
12422     if (SrcVT == MVT::v2i32 && VT == MVT::v2f64) {
12423       return DAG.getNode(X86ISD::CVTDQ2PD, dl, VT,
12424                          DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v4i32, Src,
12425                          DAG.getUNDEF(SrcVT)));
12426     }
12427     if (SrcVT.getVectorElementType() == MVT::i1) {
12428       MVT IntegerVT = MVT::getVectorVT(MVT::i32, SrcVT.getVectorNumElements());
12429       return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(),
12430                          DAG.getNode(ISD::SIGN_EXTEND, dl, IntegerVT, Src));
12431     }
12432     return SDValue();
12433   }
12434
12435   assert(SrcVT <= MVT::i64 && SrcVT >= MVT::i16 &&
12436          "Unknown SINT_TO_FP to lower!");
12437
12438   // These are really Legal; return the operand so the caller accepts it as
12439   // Legal.
12440   if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
12441     return Op;
12442   if (SrcVT == MVT::i64 && isScalarFPTypeInSSEReg(Op.getValueType()) &&
12443       Subtarget->is64Bit()) {
12444     return Op;
12445   }
12446
12447   unsigned Size = SrcVT.getSizeInBits()/8;
12448   MachineFunction &MF = DAG.getMachineFunction();
12449   auto PtrVT = getPointerTy(MF.getDataLayout());
12450   int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size, false);
12451   SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
12452   SDValue Chain = DAG.getStore(
12453       DAG.getEntryNode(), dl, Op.getOperand(0), StackSlot,
12454       MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SSFI), false,
12455       false, 0);
12456   return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
12457 }
12458
12459 SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
12460                                      SDValue StackSlot,
12461                                      SelectionDAG &DAG) const {
12462   // Build the FILD
12463   SDLoc DL(Op);
12464   SDVTList Tys;
12465   bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
12466   if (useSSE)
12467     Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
12468   else
12469     Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
12470
12471   unsigned ByteSize = SrcVT.getSizeInBits()/8;
12472
12473   FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot);
12474   MachineMemOperand *MMO;
12475   if (FI) {
12476     int SSFI = FI->getIndex();
12477     MMO = DAG.getMachineFunction().getMachineMemOperand(
12478         MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SSFI),
12479         MachineMemOperand::MOLoad, ByteSize, ByteSize);
12480   } else {
12481     MMO = cast<LoadSDNode>(StackSlot)->getMemOperand();
12482     StackSlot = StackSlot.getOperand(1);
12483   }
12484   SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
12485   SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
12486                                            X86ISD::FILD, DL,
12487                                            Tys, Ops, SrcVT, MMO);
12488
12489   if (useSSE) {
12490     Chain = Result.getValue(1);
12491     SDValue InFlag = Result.getValue(2);
12492
12493     // FIXME: Currently the FST is flagged to the FILD_FLAG. This
12494     // shouldn't be necessary except that RFP cannot be live across
12495     // multiple blocks. When stackifier is fixed, they can be uncoupled.
12496     MachineFunction &MF = DAG.getMachineFunction();
12497     unsigned SSFISize = Op.getValueType().getSizeInBits()/8;
12498     int SSFI = MF.getFrameInfo()->CreateStackObject(SSFISize, SSFISize, false);
12499     auto PtrVT = getPointerTy(MF.getDataLayout());
12500     SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
12501     Tys = DAG.getVTList(MVT::Other);
12502     SDValue Ops[] = {
12503       Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag
12504     };
12505     MachineMemOperand *MMO = DAG.getMachineFunction().getMachineMemOperand(
12506         MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SSFI),
12507         MachineMemOperand::MOStore, SSFISize, SSFISize);
12508
12509     Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
12510                                     Ops, Op.getValueType(), MMO);
12511     Result = DAG.getLoad(
12512         Op.getValueType(), DL, Chain, StackSlot,
12513         MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SSFI),
12514         false, false, false, 0);
12515   }
12516
12517   return Result;
12518 }
12519
12520 // LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
12521 SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op,
12522                                                SelectionDAG &DAG) const {
12523   // This algorithm is not obvious. Here it is what we're trying to output:
12524   /*
12525      movq       %rax,  %xmm0
12526      punpckldq  (c0),  %xmm0  // c0: (uint4){ 0x43300000U, 0x45300000U, 0U, 0U }
12527      subpd      (c1),  %xmm0  // c1: (double2){ 0x1.0p52, 0x1.0p52 * 0x1.0p32 }
12528      #ifdef __SSE3__
12529        haddpd   %xmm0, %xmm0
12530      #else
12531        pshufd   $0x4e, %xmm0, %xmm1
12532        addpd    %xmm1, %xmm0
12533      #endif
12534   */
12535
12536   SDLoc dl(Op);
12537   LLVMContext *Context = DAG.getContext();
12538
12539   // Build some magic constants.
12540   static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 };
12541   Constant *C0 = ConstantDataVector::get(*Context, CV0);
12542   auto PtrVT = getPointerTy(DAG.getDataLayout());
12543   SDValue CPIdx0 = DAG.getConstantPool(C0, PtrVT, 16);
12544
12545   SmallVector<Constant*,2> CV1;
12546   CV1.push_back(
12547     ConstantFP::get(*Context, APFloat(APFloat::IEEEdouble,
12548                                       APInt(64, 0x4330000000000000ULL))));
12549   CV1.push_back(
12550     ConstantFP::get(*Context, APFloat(APFloat::IEEEdouble,
12551                                       APInt(64, 0x4530000000000000ULL))));
12552   Constant *C1 = ConstantVector::get(CV1);
12553   SDValue CPIdx1 = DAG.getConstantPool(C1, PtrVT, 16);
12554
12555   // Load the 64-bit value into an XMM register.
12556   SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
12557                             Op.getOperand(0));
12558   SDValue CLod0 =
12559       DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
12560                   MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
12561                   false, false, false, 16);
12562   SDValue Unpck1 =
12563       getUnpackl(DAG, dl, MVT::v4i32, DAG.getBitcast(MVT::v4i32, XR1), CLod0);
12564
12565   SDValue CLod1 =
12566       DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
12567                   MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
12568                   false, false, false, 16);
12569   SDValue XR2F = DAG.getBitcast(MVT::v2f64, Unpck1);
12570   // TODO: Are there any fast-math-flags to propagate here?
12571   SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
12572   SDValue Result;
12573
12574   if (Subtarget->hasSSE3()) {
12575     // FIXME: The 'haddpd' instruction may be slower than 'movhlps + addsd'.
12576     Result = DAG.getNode(X86ISD::FHADD, dl, MVT::v2f64, Sub, Sub);
12577   } else {
12578     SDValue S2F = DAG.getBitcast(MVT::v4i32, Sub);
12579     SDValue Shuffle = getTargetShuffleNode(X86ISD::PSHUFD, dl, MVT::v4i32,
12580                                            S2F, 0x4E, DAG);
12581     Result = DAG.getNode(ISD::FADD, dl, MVT::v2f64,
12582                          DAG.getBitcast(MVT::v2f64, Shuffle), Sub);
12583   }
12584
12585   return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Result,
12586                      DAG.getIntPtrConstant(0, dl));
12587 }
12588
12589 // LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
12590 SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op,
12591                                                SelectionDAG &DAG) const {
12592   SDLoc dl(Op);
12593   // FP constant to bias correct the final result.
12594   SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl,
12595                                    MVT::f64);
12596
12597   // Load the 32-bit value into an XMM register.
12598   SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
12599                              Op.getOperand(0));
12600
12601   // Zero out the upper parts of the register.
12602   Load = getShuffleVectorZeroOrUndef(Load, 0, true, Subtarget, DAG);
12603
12604   Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
12605                      DAG.getBitcast(MVT::v2f64, Load),
12606                      DAG.getIntPtrConstant(0, dl));
12607
12608   // Or the load with the bias.
12609   SDValue Or = DAG.getNode(
12610       ISD::OR, dl, MVT::v2i64,
12611       DAG.getBitcast(MVT::v2i64,
12612                      DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, Load)),
12613       DAG.getBitcast(MVT::v2i64,
12614                      DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, Bias)));
12615   Or =
12616       DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
12617                   DAG.getBitcast(MVT::v2f64, Or), DAG.getIntPtrConstant(0, dl));
12618
12619   // Subtract the bias.
12620   // TODO: Are there any fast-math-flags to propagate here?
12621   SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
12622
12623   // Handle final rounding.
12624   MVT DestVT = Op.getSimpleValueType();
12625
12626   if (DestVT.bitsLT(MVT::f64))
12627     return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
12628                        DAG.getIntPtrConstant(0, dl));
12629   if (DestVT.bitsGT(MVT::f64))
12630     return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
12631
12632   // Handle final rounding.
12633   return Sub;
12634 }
12635
12636 static SDValue lowerUINT_TO_FP_vXi32(SDValue Op, SelectionDAG &DAG,
12637                                      const X86Subtarget &Subtarget) {
12638   // The algorithm is the following:
12639   // #ifdef __SSE4_1__
12640   //     uint4 lo = _mm_blend_epi16( v, (uint4) 0x4b000000, 0xaa);
12641   //     uint4 hi = _mm_blend_epi16( _mm_srli_epi32(v,16),
12642   //                                 (uint4) 0x53000000, 0xaa);
12643   // #else
12644   //     uint4 lo = (v & (uint4) 0xffff) | (uint4) 0x4b000000;
12645   //     uint4 hi = (v >> 16) | (uint4) 0x53000000;
12646   // #endif
12647   //     float4 fhi = (float4) hi - (0x1.0p39f + 0x1.0p23f);
12648   //     return (float4) lo + fhi;
12649
12650   // We shouldn't use it when unsafe-fp-math is enabled though: we might later
12651   // reassociate the two FADDs, and if we do that, the algorithm fails
12652   // spectacularly (PR24512).
12653   // FIXME: If we ever have some kind of Machine FMF, this should be marked
12654   // as non-fast and always be enabled. Why isn't SDAG FMF enough? Because
12655   // there's also the MachineCombiner reassociations happening on Machine IR.
12656   if (DAG.getTarget().Options.UnsafeFPMath)
12657     return SDValue();
12658
12659   SDLoc DL(Op);
12660   SDValue V = Op->getOperand(0);
12661   MVT VecIntVT = V.getSimpleValueType();
12662   bool Is128 = VecIntVT == MVT::v4i32;
12663   MVT VecFloatVT = Is128 ? MVT::v4f32 : MVT::v8f32;
12664   // If we convert to something else than the supported type, e.g., to v4f64,
12665   // abort early.
12666   if (VecFloatVT != Op->getSimpleValueType(0))
12667     return SDValue();
12668
12669   unsigned NumElts = VecIntVT.getVectorNumElements();
12670   assert((VecIntVT == MVT::v4i32 || VecIntVT == MVT::v8i32) &&
12671          "Unsupported custom type");
12672   assert(NumElts <= 8 && "The size of the constant array must be fixed");
12673
12674   // In the #idef/#else code, we have in common:
12675   // - The vector of constants:
12676   // -- 0x4b000000
12677   // -- 0x53000000
12678   // - A shift:
12679   // -- v >> 16
12680
12681   // Create the splat vector for 0x4b000000.
12682   SDValue CstLow = DAG.getConstant(0x4b000000, DL, MVT::i32);
12683   SDValue CstLowArray[] = {CstLow, CstLow, CstLow, CstLow,
12684                            CstLow, CstLow, CstLow, CstLow};
12685   SDValue VecCstLow = DAG.getNode(ISD::BUILD_VECTOR, DL, VecIntVT,
12686                                   makeArrayRef(&CstLowArray[0], NumElts));
12687   // Create the splat vector for 0x53000000.
12688   SDValue CstHigh = DAG.getConstant(0x53000000, DL, MVT::i32);
12689   SDValue CstHighArray[] = {CstHigh, CstHigh, CstHigh, CstHigh,
12690                             CstHigh, CstHigh, CstHigh, CstHigh};
12691   SDValue VecCstHigh = DAG.getNode(ISD::BUILD_VECTOR, DL, VecIntVT,
12692                                    makeArrayRef(&CstHighArray[0], NumElts));
12693
12694   // Create the right shift.
12695   SDValue CstShift = DAG.getConstant(16, DL, MVT::i32);
12696   SDValue CstShiftArray[] = {CstShift, CstShift, CstShift, CstShift,
12697                              CstShift, CstShift, CstShift, CstShift};
12698   SDValue VecCstShift = DAG.getNode(ISD::BUILD_VECTOR, DL, VecIntVT,
12699                                     makeArrayRef(&CstShiftArray[0], NumElts));
12700   SDValue HighShift = DAG.getNode(ISD::SRL, DL, VecIntVT, V, VecCstShift);
12701
12702   SDValue Low, High;
12703   if (Subtarget.hasSSE41()) {
12704     MVT VecI16VT = Is128 ? MVT::v8i16 : MVT::v16i16;
12705     //     uint4 lo = _mm_blend_epi16( v, (uint4) 0x4b000000, 0xaa);
12706     SDValue VecCstLowBitcast = DAG.getBitcast(VecI16VT, VecCstLow);
12707     SDValue VecBitcast = DAG.getBitcast(VecI16VT, V);
12708     // Low will be bitcasted right away, so do not bother bitcasting back to its
12709     // original type.
12710     Low = DAG.getNode(X86ISD::BLENDI, DL, VecI16VT, VecBitcast,
12711                       VecCstLowBitcast, DAG.getConstant(0xaa, DL, MVT::i32));
12712     //     uint4 hi = _mm_blend_epi16( _mm_srli_epi32(v,16),
12713     //                                 (uint4) 0x53000000, 0xaa);
12714     SDValue VecCstHighBitcast = DAG.getBitcast(VecI16VT, VecCstHigh);
12715     SDValue VecShiftBitcast = DAG.getBitcast(VecI16VT, HighShift);
12716     // High will be bitcasted right away, so do not bother bitcasting back to
12717     // its original type.
12718     High = DAG.getNode(X86ISD::BLENDI, DL, VecI16VT, VecShiftBitcast,
12719                        VecCstHighBitcast, DAG.getConstant(0xaa, DL, MVT::i32));
12720   } else {
12721     SDValue CstMask = DAG.getConstant(0xffff, DL, MVT::i32);
12722     SDValue VecCstMask = DAG.getNode(ISD::BUILD_VECTOR, DL, VecIntVT, CstMask,
12723                                      CstMask, CstMask, CstMask);
12724     //     uint4 lo = (v & (uint4) 0xffff) | (uint4) 0x4b000000;
12725     SDValue LowAnd = DAG.getNode(ISD::AND, DL, VecIntVT, V, VecCstMask);
12726     Low = DAG.getNode(ISD::OR, DL, VecIntVT, LowAnd, VecCstLow);
12727
12728     //     uint4 hi = (v >> 16) | (uint4) 0x53000000;
12729     High = DAG.getNode(ISD::OR, DL, VecIntVT, HighShift, VecCstHigh);
12730   }
12731
12732   // Create the vector constant for -(0x1.0p39f + 0x1.0p23f).
12733   SDValue CstFAdd = DAG.getConstantFP(
12734       APFloat(APFloat::IEEEsingle, APInt(32, 0xD3000080)), DL, MVT::f32);
12735   SDValue CstFAddArray[] = {CstFAdd, CstFAdd, CstFAdd, CstFAdd,
12736                             CstFAdd, CstFAdd, CstFAdd, CstFAdd};
12737   SDValue VecCstFAdd = DAG.getNode(ISD::BUILD_VECTOR, DL, VecFloatVT,
12738                                    makeArrayRef(&CstFAddArray[0], NumElts));
12739
12740   //     float4 fhi = (float4) hi - (0x1.0p39f + 0x1.0p23f);
12741   SDValue HighBitcast = DAG.getBitcast(VecFloatVT, High);
12742   // TODO: Are there any fast-math-flags to propagate here?
12743   SDValue FHigh =
12744       DAG.getNode(ISD::FADD, DL, VecFloatVT, HighBitcast, VecCstFAdd);
12745   //     return (float4) lo + fhi;
12746   SDValue LowBitcast = DAG.getBitcast(VecFloatVT, Low);
12747   return DAG.getNode(ISD::FADD, DL, VecFloatVT, LowBitcast, FHigh);
12748 }
12749
12750 SDValue X86TargetLowering::lowerUINT_TO_FP_vec(SDValue Op,
12751                                                SelectionDAG &DAG) const {
12752   SDValue N0 = Op.getOperand(0);
12753   MVT SVT = N0.getSimpleValueType();
12754   SDLoc dl(Op);
12755
12756   switch (SVT.SimpleTy) {
12757   default:
12758     llvm_unreachable("Custom UINT_TO_FP is not supported!");
12759   case MVT::v4i8:
12760   case MVT::v4i16:
12761   case MVT::v8i8:
12762   case MVT::v8i16: {
12763     MVT NVT = MVT::getVectorVT(MVT::i32, SVT.getVectorNumElements());
12764     return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(),
12765                        DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, N0));
12766   }
12767   case MVT::v4i32:
12768   case MVT::v8i32:
12769     return lowerUINT_TO_FP_vXi32(Op, DAG, *Subtarget);
12770   case MVT::v16i8:
12771   case MVT::v16i16:
12772     assert(Subtarget->hasAVX512());
12773     return DAG.getNode(ISD::UINT_TO_FP, dl, Op.getValueType(),
12774                        DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::v16i32, N0));
12775   }
12776 }
12777
12778 SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
12779                                            SelectionDAG &DAG) const {
12780   SDValue N0 = Op.getOperand(0);
12781   SDLoc dl(Op);
12782   auto PtrVT = getPointerTy(DAG.getDataLayout());
12783
12784   if (Op.getSimpleValueType().isVector())
12785     return lowerUINT_TO_FP_vec(Op, DAG);
12786
12787   // Since UINT_TO_FP is legal (it's marked custom), dag combiner won't
12788   // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
12789   // the optimization here.
12790   if (DAG.SignBitIsZero(N0))
12791     return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
12792
12793   MVT SrcVT = N0.getSimpleValueType();
12794   MVT DstVT = Op.getSimpleValueType();
12795
12796   if (Subtarget->hasAVX512() && isScalarFPTypeInSSEReg(DstVT) &&
12797       (SrcVT == MVT::i32 || (SrcVT == MVT::i64 && Subtarget->is64Bit()))) {
12798     // Conversions from unsigned i32 to f32/f64 are legal,
12799     // using VCVTUSI2SS/SD.  Same for i64 in 64-bit mode.
12800     return Op;
12801   }
12802
12803   if (SrcVT == MVT::i64 && DstVT == MVT::f64 && X86ScalarSSEf64)
12804     return LowerUINT_TO_FP_i64(Op, DAG);
12805   if (SrcVT == MVT::i32 && X86ScalarSSEf64)
12806     return LowerUINT_TO_FP_i32(Op, DAG);
12807   if (Subtarget->is64Bit() && SrcVT == MVT::i64 && DstVT == MVT::f32)
12808     return SDValue();
12809
12810   // Make a 64-bit buffer, and use it to build an FILD.
12811   SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64);
12812   if (SrcVT == MVT::i32) {
12813     SDValue WordOff = DAG.getConstant(4, dl, PtrVT);
12814     SDValue OffsetSlot = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, WordOff);
12815     SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
12816                                   StackSlot, MachinePointerInfo(),
12817                                   false, false, 0);
12818     SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, dl, MVT::i32),
12819                                   OffsetSlot, MachinePointerInfo(),
12820                                   false, false, 0);
12821     SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
12822     return Fild;
12823   }
12824
12825   assert(SrcVT == MVT::i64 && "Unexpected type in UINT_TO_FP");
12826   SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
12827                                StackSlot, MachinePointerInfo(),
12828                                false, false, 0);
12829   // For i64 source, we need to add the appropriate power of 2 if the input
12830   // was negative.  This is the same as the optimization in
12831   // DAGTypeLegalizer::ExpandIntOp_UNIT_TO_FP, and for it to be safe here,
12832   // we must be careful to do the computation in x87 extended precision, not
12833   // in SSE. (The generic code can't know it's OK to do this, or how to.)
12834   int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
12835   MachineMemOperand *MMO = DAG.getMachineFunction().getMachineMemOperand(
12836       MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SSFI),
12837       MachineMemOperand::MOLoad, 8, 8);
12838
12839   SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
12840   SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
12841   SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops,
12842                                          MVT::i64, MMO);
12843
12844   APInt FF(32, 0x5F800000ULL);
12845
12846   // Check whether the sign bit is set.
12847   SDValue SignSet = DAG.getSetCC(
12848       dl, getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), MVT::i64),
12849       Op.getOperand(0), DAG.getConstant(0, dl, MVT::i64), ISD::SETLT);
12850
12851   // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
12852   SDValue FudgePtr = DAG.getConstantPool(
12853       ConstantInt::get(*DAG.getContext(), FF.zext(64)), PtrVT);
12854
12855   // Get a pointer to FF if the sign bit was set, or to 0 otherwise.
12856   SDValue Zero = DAG.getIntPtrConstant(0, dl);
12857   SDValue Four = DAG.getIntPtrConstant(4, dl);
12858   SDValue Offset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(), SignSet,
12859                                Zero, Four);
12860   FudgePtr = DAG.getNode(ISD::ADD, dl, PtrVT, FudgePtr, Offset);
12861
12862   // Load the value out, extending it from f32 to f80.
12863   // FIXME: Avoid the extend by constructing the right constant pool?
12864   SDValue Fudge = DAG.getExtLoad(
12865       ISD::EXTLOAD, dl, MVT::f80, DAG.getEntryNode(), FudgePtr,
12866       MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32,
12867       false, false, false, 4);
12868   // Extend everything to 80 bits to force it to be done on x87.
12869   // TODO: Are there any fast-math-flags to propagate here?
12870   SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::f80, Fild, Fudge);
12871   return DAG.getNode(ISD::FP_ROUND, dl, DstVT, Add,
12872                      DAG.getIntPtrConstant(0, dl));
12873 }
12874
12875 // If the given FP_TO_SINT (IsSigned) or FP_TO_UINT (!IsSigned) operation
12876 // is legal, or has an fp128 or f16 source (which needs to be promoted to f32),
12877 // just return an <SDValue(), SDValue()> pair.
12878 // Otherwise it is assumed to be a conversion from one of f32, f64 or f80
12879 // to i16, i32 or i64, and we lower it to a legal sequence.
12880 // If lowered to the final integer result we return a <result, SDValue()> pair.
12881 // Otherwise we lower it to a sequence ending with a FIST, return a
12882 // <FIST, StackSlot> pair, and the caller is responsible for loading
12883 // the final integer result from StackSlot.
12884 std::pair<SDValue,SDValue>
12885 X86TargetLowering::FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG,
12886                                    bool IsSigned, bool IsReplace) const {
12887   SDLoc DL(Op);
12888
12889   EVT DstTy = Op.getValueType();
12890   EVT TheVT = Op.getOperand(0).getValueType();
12891   auto PtrVT = getPointerTy(DAG.getDataLayout());
12892
12893   if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) {
12894     // f16 must be promoted before using the lowering in this routine.
12895     // fp128 does not use this lowering.
12896     return std::make_pair(SDValue(), SDValue());
12897   }
12898
12899   // If using FIST to compute an unsigned i64, we'll need some fixup
12900   // to handle values above the maximum signed i64.  A FIST is always
12901   // used for the 32-bit subtarget, but also for f80 on a 64-bit target.
12902   bool UnsignedFixup = !IsSigned &&
12903                        DstTy == MVT::i64 &&
12904                        (!Subtarget->is64Bit() ||
12905                         !isScalarFPTypeInSSEReg(TheVT));
12906
12907   if (!IsSigned && DstTy != MVT::i64 && !Subtarget->hasAVX512()) {
12908     // Replace the fp-to-uint32 operation with an fp-to-sint64 FIST.
12909     // The low 32 bits of the fist result will have the correct uint32 result.
12910     assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
12911     DstTy = MVT::i64;
12912   }
12913
12914   assert(DstTy.getSimpleVT() <= MVT::i64 &&
12915          DstTy.getSimpleVT() >= MVT::i16 &&
12916          "Unknown FP_TO_INT to lower!");
12917
12918   // These are really Legal.
12919   if (DstTy == MVT::i32 &&
12920       isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
12921     return std::make_pair(SDValue(), SDValue());
12922   if (Subtarget->is64Bit() &&
12923       DstTy == MVT::i64 &&
12924       isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
12925     return std::make_pair(SDValue(), SDValue());
12926
12927   // We lower FP->int64 into FISTP64 followed by a load from a temporary
12928   // stack slot.
12929   MachineFunction &MF = DAG.getMachineFunction();
12930   unsigned MemSize = DstTy.getSizeInBits()/8;
12931   int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
12932   SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
12933
12934   unsigned Opc;
12935   switch (DstTy.getSimpleVT().SimpleTy) {
12936   default: llvm_unreachable("Invalid FP_TO_SINT to lower!");
12937   case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
12938   case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
12939   case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
12940   }
12941
12942   SDValue Chain = DAG.getEntryNode();
12943   SDValue Value = Op.getOperand(0);
12944   SDValue Adjust; // 0x0 or 0x80000000, for result sign bit adjustment.
12945
12946   if (UnsignedFixup) {
12947     //
12948     // Conversion to unsigned i64 is implemented with a select,
12949     // depending on whether the source value fits in the range
12950     // of a signed i64.  Let Thresh be the FP equivalent of
12951     // 0x8000000000000000ULL.
12952     //
12953     //  Adjust i32 = (Value < Thresh) ? 0 : 0x80000000;
12954     //  FistSrc    = (Value < Thresh) ? Value : (Value - Thresh);
12955     //  Fist-to-mem64 FistSrc
12956     //  Add 0 or 0x800...0ULL to the 64-bit result, which is equivalent
12957     //  to XOR'ing the high 32 bits with Adjust.
12958     //
12959     // Being a power of 2, Thresh is exactly representable in all FP formats.
12960     // For X87 we'd like to use the smallest FP type for this constant, but
12961     // for DAG type consistency we have to match the FP operand type.
12962
12963     APFloat Thresh(APFloat::IEEEsingle, APInt(32, 0x5f000000));
12964     LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK;
12965     bool LosesInfo = false;
12966     if (TheVT == MVT::f64)
12967       // The rounding mode is irrelevant as the conversion should be exact.
12968       Status = Thresh.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
12969                               &LosesInfo);
12970     else if (TheVT == MVT::f80)
12971       Status = Thresh.convert(APFloat::x87DoubleExtended,
12972                               APFloat::rmNearestTiesToEven, &LosesInfo);
12973
12974     assert(Status == APFloat::opOK && !LosesInfo &&
12975            "FP conversion should have been exact");
12976
12977     SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT);
12978
12979     SDValue Cmp = DAG.getSetCC(DL,
12980                                getSetCCResultType(DAG.getDataLayout(),
12981                                                   *DAG.getContext(), TheVT),
12982                                Value, ThreshVal, ISD::SETLT);
12983     Adjust = DAG.getSelect(DL, MVT::i32, Cmp,
12984                            DAG.getConstant(0, DL, MVT::i32),
12985                            DAG.getConstant(0x80000000, DL, MVT::i32));
12986     SDValue Sub = DAG.getNode(ISD::FSUB, DL, TheVT, Value, ThreshVal);
12987     Cmp = DAG.getSetCC(DL, getSetCCResultType(DAG.getDataLayout(),
12988                                               *DAG.getContext(), TheVT),
12989                        Value, ThreshVal, ISD::SETLT);
12990     Value = DAG.getSelect(DL, TheVT, Cmp, Value, Sub);
12991   }
12992
12993   // FIXME This causes a redundant load/store if the SSE-class value is already
12994   // in memory, such as if it is on the callstack.
12995   if (isScalarFPTypeInSSEReg(TheVT)) {
12996     assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
12997     Chain = DAG.getStore(Chain, DL, Value, StackSlot,
12998                          MachinePointerInfo::getFixedStack(MF, SSFI), false,
12999                          false, 0);
13000     SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
13001     SDValue Ops[] = {
13002       Chain, StackSlot, DAG.getValueType(TheVT)
13003     };
13004
13005     MachineMemOperand *MMO =
13006         MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(MF, SSFI),
13007                                 MachineMemOperand::MOLoad, MemSize, MemSize);
13008     Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, DstTy, MMO);
13009     Chain = Value.getValue(1);
13010     SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
13011     StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
13012   }
13013
13014   MachineMemOperand *MMO =
13015       MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(MF, SSFI),
13016                               MachineMemOperand::MOStore, MemSize, MemSize);
13017
13018   if (UnsignedFixup) {
13019
13020     // Insert the FIST, load its result as two i32's,
13021     // and XOR the high i32 with Adjust.
13022
13023     SDValue FistOps[] = { Chain, Value, StackSlot };
13024     SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
13025                                            FistOps, DstTy, MMO);
13026
13027     SDValue Low32 = DAG.getLoad(MVT::i32, DL, FIST, StackSlot,
13028                                 MachinePointerInfo(),
13029                                 false, false, false, 0);
13030     SDValue HighAddr = DAG.getNode(ISD::ADD, DL, PtrVT, StackSlot,
13031                                    DAG.getConstant(4, DL, PtrVT));
13032
13033     SDValue High32 = DAG.getLoad(MVT::i32, DL, FIST, HighAddr,
13034                                  MachinePointerInfo(),
13035                                  false, false, false, 0);
13036     High32 = DAG.getNode(ISD::XOR, DL, MVT::i32, High32, Adjust);
13037
13038     if (Subtarget->is64Bit()) {
13039       // Join High32 and Low32 into a 64-bit result.
13040       // (High32 << 32) | Low32
13041       Low32 = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i64, Low32);
13042       High32 = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i64, High32);
13043       High32 = DAG.getNode(ISD::SHL, DL, MVT::i64, High32,
13044                            DAG.getConstant(32, DL, MVT::i8));
13045       SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i64, High32, Low32);
13046       return std::make_pair(Result, SDValue());
13047     }
13048
13049     SDValue ResultOps[] = { Low32, High32 };
13050
13051     SDValue pair = IsReplace
13052       ? DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i64, ResultOps)
13053       : DAG.getMergeValues(ResultOps, DL);
13054     return std::make_pair(pair, SDValue());
13055   } else {
13056     // Build the FP_TO_INT*_IN_MEM
13057     SDValue Ops[] = { Chain, Value, StackSlot };
13058     SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
13059                                            Ops, DstTy, MMO);
13060     return std::make_pair(FIST, StackSlot);
13061   }
13062 }
13063
13064 static SDValue LowerAVXExtend(SDValue Op, SelectionDAG &DAG,
13065                               const X86Subtarget *Subtarget) {
13066   MVT VT = Op->getSimpleValueType(0);
13067   SDValue In = Op->getOperand(0);
13068   MVT InVT = In.getSimpleValueType();
13069   SDLoc dl(Op);
13070
13071   if (VT.is512BitVector() || InVT.getVectorElementType() == MVT::i1)
13072     return DAG.getNode(ISD::ZERO_EXTEND, dl, VT, In);
13073
13074   // Optimize vectors in AVX mode:
13075   //
13076   //   v8i16 -> v8i32
13077   //   Use vpunpcklwd for 4 lower elements  v8i16 -> v4i32.
13078   //   Use vpunpckhwd for 4 upper elements  v8i16 -> v4i32.
13079   //   Concat upper and lower parts.
13080   //
13081   //   v4i32 -> v4i64
13082   //   Use vpunpckldq for 4 lower elements  v4i32 -> v2i64.
13083   //   Use vpunpckhdq for 4 upper elements  v4i32 -> v2i64.
13084   //   Concat upper and lower parts.
13085   //
13086
13087   if (((VT != MVT::v16i16) || (InVT != MVT::v16i8)) &&
13088       ((VT != MVT::v8i32) || (InVT != MVT::v8i16)) &&
13089       ((VT != MVT::v4i64) || (InVT != MVT::v4i32)))
13090     return SDValue();
13091
13092   if (Subtarget->hasInt256())
13093     return DAG.getNode(X86ISD::VZEXT, dl, VT, In);
13094
13095   SDValue ZeroVec = getZeroVector(InVT, Subtarget, DAG, dl);
13096   SDValue Undef = DAG.getUNDEF(InVT);
13097   bool NeedZero = Op.getOpcode() == ISD::ZERO_EXTEND;
13098   SDValue OpLo = getUnpackl(DAG, dl, InVT, In, NeedZero ? ZeroVec : Undef);
13099   SDValue OpHi = getUnpackh(DAG, dl, InVT, In, NeedZero ? ZeroVec : Undef);
13100
13101   MVT HVT = MVT::getVectorVT(VT.getVectorElementType(),
13102                              VT.getVectorNumElements()/2);
13103
13104   OpLo = DAG.getBitcast(HVT, OpLo);
13105   OpHi = DAG.getBitcast(HVT, OpHi);
13106
13107   return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT, OpLo, OpHi);
13108 }
13109
13110 static  SDValue LowerZERO_EXTEND_AVX512(SDValue Op,
13111                   const X86Subtarget *Subtarget, SelectionDAG &DAG) {
13112   MVT VT = Op->getSimpleValueType(0);
13113   SDValue In = Op->getOperand(0);
13114   MVT InVT = In.getSimpleValueType();
13115   SDLoc DL(Op);
13116   unsigned int NumElts = VT.getVectorNumElements();
13117   if (NumElts != 8 && NumElts != 16 && !Subtarget->hasBWI())
13118     return SDValue();
13119
13120   if (VT.is512BitVector() && InVT.getVectorElementType() != MVT::i1)
13121     return DAG.getNode(X86ISD::VZEXT, DL, VT, In);
13122
13123   assert(InVT.getVectorElementType() == MVT::i1);
13124   MVT ExtVT = NumElts == 8 ? MVT::v8i64 : MVT::v16i32;
13125   SDValue One =
13126    DAG.getConstant(APInt(ExtVT.getScalarSizeInBits(), 1), DL, ExtVT);
13127   SDValue Zero =
13128    DAG.getConstant(APInt::getNullValue(ExtVT.getScalarSizeInBits()), DL, ExtVT);
13129
13130   SDValue V = DAG.getNode(ISD::VSELECT, DL, ExtVT, In, One, Zero);
13131   if (VT.is512BitVector())
13132     return V;
13133   return DAG.getNode(X86ISD::VTRUNC, DL, VT, V);
13134 }
13135
13136 static SDValue LowerANY_EXTEND(SDValue Op, const X86Subtarget *Subtarget,
13137                                SelectionDAG &DAG) {
13138   if (Subtarget->hasFp256())
13139     if (SDValue Res = LowerAVXExtend(Op, DAG, Subtarget))
13140       return Res;
13141
13142   return SDValue();
13143 }
13144
13145 static SDValue LowerZERO_EXTEND(SDValue Op, const X86Subtarget *Subtarget,
13146                                 SelectionDAG &DAG) {
13147   SDLoc DL(Op);
13148   MVT VT = Op.getSimpleValueType();
13149   SDValue In = Op.getOperand(0);
13150   MVT SVT = In.getSimpleValueType();
13151
13152   if (VT.is512BitVector() || SVT.getVectorElementType() == MVT::i1)
13153     return LowerZERO_EXTEND_AVX512(Op, Subtarget, DAG);
13154
13155   if (Subtarget->hasFp256())
13156     if (SDValue Res = LowerAVXExtend(Op, DAG, Subtarget))
13157       return Res;
13158
13159   assert(!VT.is256BitVector() || !SVT.is128BitVector() ||
13160          VT.getVectorNumElements() != SVT.getVectorNumElements());
13161   return SDValue();
13162 }
13163
13164 SDValue X86TargetLowering::LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const {
13165   SDLoc DL(Op);
13166   MVT VT = Op.getSimpleValueType();
13167   SDValue In = Op.getOperand(0);
13168   MVT InVT = In.getSimpleValueType();
13169
13170   if (VT == MVT::i1) {
13171     assert((InVT.isInteger() && (InVT.getSizeInBits() <= 64)) &&
13172            "Invalid scalar TRUNCATE operation");
13173     if (InVT.getSizeInBits() >= 32)
13174       return SDValue();
13175     In = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i32, In);
13176     return DAG.getNode(ISD::TRUNCATE, DL, VT, In);
13177   }
13178   assert(VT.getVectorNumElements() == InVT.getVectorNumElements() &&
13179          "Invalid TRUNCATE operation");
13180
13181   // move vector to mask - truncate solution for SKX
13182   if (VT.getVectorElementType() == MVT::i1) {
13183     if (InVT.is512BitVector() && InVT.getScalarSizeInBits() <= 16 &&
13184         Subtarget->hasBWI())
13185       return Op; // legal, will go to VPMOVB2M, VPMOVW2M
13186     if ((InVT.is256BitVector() || InVT.is128BitVector())
13187         && InVT.getScalarSizeInBits() <= 16 &&
13188         Subtarget->hasBWI() && Subtarget->hasVLX())
13189       return Op; // legal, will go to VPMOVB2M, VPMOVW2M
13190     if (InVT.is512BitVector() && InVT.getScalarSizeInBits() >= 32 &&
13191         Subtarget->hasDQI())
13192       return Op; // legal, will go to VPMOVD2M, VPMOVQ2M
13193     if ((InVT.is256BitVector() || InVT.is128BitVector())
13194         && InVT.getScalarSizeInBits() >= 32 &&
13195         Subtarget->hasDQI() && Subtarget->hasVLX())
13196       return Op; // legal, will go to VPMOVB2M, VPMOVQ2M
13197   }
13198
13199   if (VT.getVectorElementType() == MVT::i1) {
13200     assert(VT.getVectorElementType() == MVT::i1 && "Unexpected vector type");
13201     unsigned NumElts = InVT.getVectorNumElements();
13202     assert ((NumElts == 8 || NumElts == 16) && "Unexpected vector type");
13203     if (InVT.getSizeInBits() < 512) {
13204       MVT ExtVT = (NumElts == 16)? MVT::v16i32 : MVT::v8i64;
13205       In = DAG.getNode(ISD::SIGN_EXTEND, DL, ExtVT, In);
13206       InVT = ExtVT;
13207     }
13208
13209     SDValue OneV =
13210      DAG.getConstant(APInt::getSignBit(InVT.getScalarSizeInBits()), DL, InVT);
13211     SDValue And = DAG.getNode(ISD::AND, DL, InVT, OneV, In);
13212     return DAG.getNode(X86ISD::TESTM, DL, VT, And, And);
13213   }
13214
13215   // vpmovqb/w/d, vpmovdb/w, vpmovwb
13216   if (Subtarget->hasAVX512()) {
13217     // word to byte only under BWI
13218     if (InVT == MVT::v16i16 && !Subtarget->hasBWI()) // v16i16 -> v16i8
13219       return DAG.getNode(X86ISD::VTRUNC, DL, VT,
13220                          DAG.getNode(X86ISD::VSEXT, DL, MVT::v16i32, In));
13221     return DAG.getNode(X86ISD::VTRUNC, DL, VT, In);
13222   }
13223   if ((VT == MVT::v4i32) && (InVT == MVT::v4i64)) {
13224     // On AVX2, v4i64 -> v4i32 becomes VPERMD.
13225     if (Subtarget->hasInt256()) {
13226       static const int ShufMask[] = {0, 2, 4, 6, -1, -1, -1, -1};
13227       In = DAG.getBitcast(MVT::v8i32, In);
13228       In = DAG.getVectorShuffle(MVT::v8i32, DL, In, DAG.getUNDEF(MVT::v8i32),
13229                                 ShufMask);
13230       return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, In,
13231                          DAG.getIntPtrConstant(0, DL));
13232     }
13233
13234     SDValue OpLo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, MVT::v2i64, In,
13235                                DAG.getIntPtrConstant(0, DL));
13236     SDValue OpHi = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, MVT::v2i64, In,
13237                                DAG.getIntPtrConstant(2, DL));
13238     OpLo = DAG.getBitcast(MVT::v4i32, OpLo);
13239     OpHi = DAG.getBitcast(MVT::v4i32, OpHi);
13240     static const int ShufMask[] = {0, 2, 4, 6};
13241     return DAG.getVectorShuffle(VT, DL, OpLo, OpHi, ShufMask);
13242   }
13243
13244   if ((VT == MVT::v8i16) && (InVT == MVT::v8i32)) {
13245     // On AVX2, v8i32 -> v8i16 becomed PSHUFB.
13246     if (Subtarget->hasInt256()) {
13247       In = DAG.getBitcast(MVT::v32i8, In);
13248
13249       SmallVector<SDValue,32> pshufbMask;
13250       for (unsigned i = 0; i < 2; ++i) {
13251         pshufbMask.push_back(DAG.getConstant(0x0, DL, MVT::i8));
13252         pshufbMask.push_back(DAG.getConstant(0x1, DL, MVT::i8));
13253         pshufbMask.push_back(DAG.getConstant(0x4, DL, MVT::i8));
13254         pshufbMask.push_back(DAG.getConstant(0x5, DL, MVT::i8));
13255         pshufbMask.push_back(DAG.getConstant(0x8, DL, MVT::i8));
13256         pshufbMask.push_back(DAG.getConstant(0x9, DL, MVT::i8));
13257         pshufbMask.push_back(DAG.getConstant(0xc, DL, MVT::i8));
13258         pshufbMask.push_back(DAG.getConstant(0xd, DL, MVT::i8));
13259         for (unsigned j = 0; j < 8; ++j)
13260           pshufbMask.push_back(DAG.getConstant(0x80, DL, MVT::i8));
13261       }
13262       SDValue BV = DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v32i8, pshufbMask);
13263       In = DAG.getNode(X86ISD::PSHUFB, DL, MVT::v32i8, In, BV);
13264       In = DAG.getBitcast(MVT::v4i64, In);
13265
13266       static const int ShufMask[] = {0,  2,  -1,  -1};
13267       In = DAG.getVectorShuffle(MVT::v4i64, DL,  In, DAG.getUNDEF(MVT::v4i64),
13268                                 &ShufMask[0]);
13269       In = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, MVT::v2i64, In,
13270                        DAG.getIntPtrConstant(0, DL));
13271       return DAG.getBitcast(VT, In);
13272     }
13273
13274     SDValue OpLo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, MVT::v4i32, In,
13275                                DAG.getIntPtrConstant(0, DL));
13276
13277     SDValue OpHi = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, MVT::v4i32, In,
13278                                DAG.getIntPtrConstant(4, DL));
13279
13280     OpLo = DAG.getBitcast(MVT::v16i8, OpLo);
13281     OpHi = DAG.getBitcast(MVT::v16i8, OpHi);
13282
13283     // The PSHUFB mask:
13284     static const int ShufMask1[] = {0,  1,  4,  5,  8,  9, 12, 13,
13285                                    -1, -1, -1, -1, -1, -1, -1, -1};
13286
13287     SDValue Undef = DAG.getUNDEF(MVT::v16i8);
13288     OpLo = DAG.getVectorShuffle(MVT::v16i8, DL, OpLo, Undef, ShufMask1);
13289     OpHi = DAG.getVectorShuffle(MVT::v16i8, DL, OpHi, Undef, ShufMask1);
13290
13291     OpLo = DAG.getBitcast(MVT::v4i32, OpLo);
13292     OpHi = DAG.getBitcast(MVT::v4i32, OpHi);
13293
13294     // The MOVLHPS Mask:
13295     static const int ShufMask2[] = {0, 1, 4, 5};
13296     SDValue res = DAG.getVectorShuffle(MVT::v4i32, DL, OpLo, OpHi, ShufMask2);
13297     return DAG.getBitcast(MVT::v8i16, res);
13298   }
13299
13300   // Handle truncation of V256 to V128 using shuffles.
13301   if (!VT.is128BitVector() || !InVT.is256BitVector())
13302     return SDValue();
13303
13304   assert(Subtarget->hasFp256() && "256-bit vector without AVX!");
13305
13306   unsigned NumElems = VT.getVectorNumElements();
13307   MVT NVT = MVT::getVectorVT(VT.getVectorElementType(), NumElems * 2);
13308
13309   SmallVector<int, 16> MaskVec(NumElems * 2, -1);
13310   // Prepare truncation shuffle mask
13311   for (unsigned i = 0; i != NumElems; ++i)
13312     MaskVec[i] = i * 2;
13313   SDValue V = DAG.getVectorShuffle(NVT, DL, DAG.getBitcast(NVT, In),
13314                                    DAG.getUNDEF(NVT), &MaskVec[0]);
13315   return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, V,
13316                      DAG.getIntPtrConstant(0, DL));
13317 }
13318
13319 SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op,
13320                                            SelectionDAG &DAG) const {
13321   assert(!Op.getSimpleValueType().isVector());
13322
13323   std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG,
13324     /*IsSigned=*/ true, /*IsReplace=*/ false);
13325   SDValue FIST = Vals.first, StackSlot = Vals.second;
13326   // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
13327   if (!FIST.getNode())
13328     return Op;
13329
13330   if (StackSlot.getNode())
13331     // Load the result.
13332     return DAG.getLoad(Op.getValueType(), SDLoc(Op),
13333                        FIST, StackSlot, MachinePointerInfo(),
13334                        false, false, false, 0);
13335
13336   // The node is the result.
13337   return FIST;
13338 }
13339
13340 SDValue X86TargetLowering::LowerFP_TO_UINT(SDValue Op,
13341                                            SelectionDAG &DAG) const {
13342   std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG,
13343     /*IsSigned=*/ false, /*IsReplace=*/ false);
13344   SDValue FIST = Vals.first, StackSlot = Vals.second;
13345   // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
13346   if (!FIST.getNode())
13347     return Op;
13348
13349   if (StackSlot.getNode())
13350     // Load the result.
13351     return DAG.getLoad(Op.getValueType(), SDLoc(Op),
13352                        FIST, StackSlot, MachinePointerInfo(),
13353                        false, false, false, 0);
13354
13355   // The node is the result.
13356   return FIST;
13357 }
13358
13359 static SDValue LowerFP_EXTEND(SDValue Op, SelectionDAG &DAG) {
13360   SDLoc DL(Op);
13361   MVT VT = Op.getSimpleValueType();
13362   SDValue In = Op.getOperand(0);
13363   MVT SVT = In.getSimpleValueType();
13364
13365   assert(SVT == MVT::v2f32 && "Only customize MVT::v2f32 type legalization!");
13366
13367   return DAG.getNode(X86ISD::VFPEXT, DL, VT,
13368                      DAG.getNode(ISD::CONCAT_VECTORS, DL, MVT::v4f32,
13369                                  In, DAG.getUNDEF(SVT)));
13370 }
13371
13372 /// The only differences between FABS and FNEG are the mask and the logic op.
13373 /// FNEG also has a folding opportunity for FNEG(FABS(x)).
13374 static SDValue LowerFABSorFNEG(SDValue Op, SelectionDAG &DAG) {
13375   assert((Op.getOpcode() == ISD::FABS || Op.getOpcode() == ISD::FNEG) &&
13376          "Wrong opcode for lowering FABS or FNEG.");
13377
13378   bool IsFABS = (Op.getOpcode() == ISD::FABS);
13379
13380   // If this is a FABS and it has an FNEG user, bail out to fold the combination
13381   // into an FNABS. We'll lower the FABS after that if it is still in use.
13382   if (IsFABS)
13383     for (SDNode *User : Op->uses())
13384       if (User->getOpcode() == ISD::FNEG)
13385         return Op;
13386
13387   SDLoc dl(Op);
13388   MVT VT = Op.getSimpleValueType();
13389
13390   // FIXME: Use function attribute "OptimizeForSize" and/or CodeGenOpt::Level to
13391   // decide if we should generate a 16-byte constant mask when we only need 4 or
13392   // 8 bytes for the scalar case.
13393
13394   MVT LogicVT;
13395   MVT EltVT;
13396   unsigned NumElts;
13397
13398   if (VT.isVector()) {
13399     LogicVT = VT;
13400     EltVT = VT.getVectorElementType();
13401     NumElts = VT.getVectorNumElements();
13402   } else {
13403     // There are no scalar bitwise logical SSE/AVX instructions, so we
13404     // generate a 16-byte vector constant and logic op even for the scalar case.
13405     // Using a 16-byte mask allows folding the load of the mask with
13406     // the logic op, so it can save (~4 bytes) on code size.
13407     LogicVT = (VT == MVT::f64) ? MVT::v2f64 : MVT::v4f32;
13408     EltVT = VT;
13409     NumElts = (VT == MVT::f64) ? 2 : 4;
13410   }
13411
13412   unsigned EltBits = EltVT.getSizeInBits();
13413   LLVMContext *Context = DAG.getContext();
13414   // For FABS, mask is 0x7f...; for FNEG, mask is 0x80...
13415   APInt MaskElt =
13416     IsFABS ? APInt::getSignedMaxValue(EltBits) : APInt::getSignBit(EltBits);
13417   Constant *C = ConstantInt::get(*Context, MaskElt);
13418   C = ConstantVector::getSplat(NumElts, C);
13419   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13420   SDValue CPIdx = DAG.getConstantPool(C, TLI.getPointerTy(DAG.getDataLayout()));
13421   unsigned Alignment = cast<ConstantPoolSDNode>(CPIdx)->getAlignment();
13422   SDValue Mask =
13423       DAG.getLoad(LogicVT, dl, DAG.getEntryNode(), CPIdx,
13424                   MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
13425                   false, false, false, Alignment);
13426
13427   SDValue Op0 = Op.getOperand(0);
13428   bool IsFNABS = !IsFABS && (Op0.getOpcode() == ISD::FABS);
13429   unsigned LogicOp =
13430     IsFABS ? X86ISD::FAND : IsFNABS ? X86ISD::FOR : X86ISD::FXOR;
13431   SDValue Operand = IsFNABS ? Op0.getOperand(0) : Op0;
13432
13433   if (VT.isVector())
13434     return DAG.getNode(LogicOp, dl, LogicVT, Operand, Mask);
13435
13436   // For the scalar case extend to a 128-bit vector, perform the logic op,
13437   // and extract the scalar result back out.
13438   Operand = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LogicVT, Operand);
13439   SDValue LogicNode = DAG.getNode(LogicOp, dl, LogicVT, Operand, Mask);
13440   return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, LogicNode,
13441                      DAG.getIntPtrConstant(0, dl));
13442 }
13443
13444 static SDValue LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) {
13445   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13446   LLVMContext *Context = DAG.getContext();
13447   SDValue Op0 = Op.getOperand(0);
13448   SDValue Op1 = Op.getOperand(1);
13449   SDLoc dl(Op);
13450   MVT VT = Op.getSimpleValueType();
13451   MVT SrcVT = Op1.getSimpleValueType();
13452
13453   // If second operand is smaller, extend it first.
13454   if (SrcVT.bitsLT(VT)) {
13455     Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
13456     SrcVT = VT;
13457   }
13458   // And if it is bigger, shrink it first.
13459   if (SrcVT.bitsGT(VT)) {
13460     Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1, dl));
13461     SrcVT = VT;
13462   }
13463
13464   // At this point the operands and the result should have the same
13465   // type, and that won't be f80 since that is not custom lowered.
13466
13467   const fltSemantics &Sem =
13468       VT == MVT::f64 ? APFloat::IEEEdouble : APFloat::IEEEsingle;
13469   const unsigned SizeInBits = VT.getSizeInBits();
13470
13471   SmallVector<Constant *, 4> CV(
13472       VT == MVT::f64 ? 2 : 4,
13473       ConstantFP::get(*Context, APFloat(Sem, APInt(SizeInBits, 0))));
13474
13475   // First, clear all bits but the sign bit from the second operand (sign).
13476   CV[0] = ConstantFP::get(*Context,
13477                           APFloat(Sem, APInt::getHighBitsSet(SizeInBits, 1)));
13478   Constant *C = ConstantVector::get(CV);
13479   auto PtrVT = TLI.getPointerTy(DAG.getDataLayout());
13480   SDValue CPIdx = DAG.getConstantPool(C, PtrVT, 16);
13481
13482   // Perform all logic operations as 16-byte vectors because there are no
13483   // scalar FP logic instructions in SSE. This allows load folding of the
13484   // constants into the logic instructions.
13485   MVT LogicVT = (VT == MVT::f64) ? MVT::v2f64 : MVT::v4f32;
13486   SDValue Mask1 =
13487       DAG.getLoad(LogicVT, dl, DAG.getEntryNode(), CPIdx,
13488                   MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
13489                   false, false, false, 16);
13490   Op1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LogicVT, Op1);
13491   SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Op1, Mask1);
13492
13493   // Next, clear the sign bit from the first operand (magnitude).
13494   // If it's a constant, we can clear it here.
13495   if (ConstantFPSDNode *Op0CN = dyn_cast<ConstantFPSDNode>(Op0)) {
13496     APFloat APF = Op0CN->getValueAPF();
13497     // If the magnitude is a positive zero, the sign bit alone is enough.
13498     if (APF.isPosZero())
13499       return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, SrcVT, SignBit,
13500                          DAG.getIntPtrConstant(0, dl));
13501     APF.clearSign();
13502     CV[0] = ConstantFP::get(*Context, APF);
13503   } else {
13504     CV[0] = ConstantFP::get(
13505         *Context,
13506         APFloat(Sem, APInt::getLowBitsSet(SizeInBits, SizeInBits - 1)));
13507   }
13508   C = ConstantVector::get(CV);
13509   CPIdx = DAG.getConstantPool(C, PtrVT, 16);
13510   SDValue Val =
13511       DAG.getLoad(LogicVT, dl, DAG.getEntryNode(), CPIdx,
13512                   MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
13513                   false, false, false, 16);
13514   // If the magnitude operand wasn't a constant, we need to AND out the sign.
13515   if (!isa<ConstantFPSDNode>(Op0)) {
13516     Op0 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LogicVT, Op0);
13517     Val = DAG.getNode(X86ISD::FAND, dl, LogicVT, Op0, Val);
13518   }
13519   // OR the magnitude value with the sign bit.
13520   Val = DAG.getNode(X86ISD::FOR, dl, LogicVT, Val, SignBit);
13521   return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, SrcVT, Val,
13522                      DAG.getIntPtrConstant(0, dl));
13523 }
13524
13525 static SDValue LowerFGETSIGN(SDValue Op, SelectionDAG &DAG) {
13526   SDValue N0 = Op.getOperand(0);
13527   SDLoc dl(Op);
13528   MVT VT = Op.getSimpleValueType();
13529
13530   // Lower ISD::FGETSIGN to (AND (X86ISD::FGETSIGNx86 ...) 1).
13531   SDValue xFGETSIGN = DAG.getNode(X86ISD::FGETSIGNx86, dl, VT, N0,
13532                                   DAG.getConstant(1, dl, VT));
13533   return DAG.getNode(ISD::AND, dl, VT, xFGETSIGN, DAG.getConstant(1, dl, VT));
13534 }
13535
13536 // Check whether an OR'd tree is PTEST-able.
13537 static SDValue LowerVectorAllZeroTest(SDValue Op, const X86Subtarget *Subtarget,
13538                                       SelectionDAG &DAG) {
13539   assert(Op.getOpcode() == ISD::OR && "Only check OR'd tree.");
13540
13541   if (!Subtarget->hasSSE41())
13542     return SDValue();
13543
13544   if (!Op->hasOneUse())
13545     return SDValue();
13546
13547   SDNode *N = Op.getNode();
13548   SDLoc DL(N);
13549
13550   SmallVector<SDValue, 8> Opnds;
13551   DenseMap<SDValue, unsigned> VecInMap;
13552   SmallVector<SDValue, 8> VecIns;
13553   EVT VT = MVT::Other;
13554
13555   // Recognize a special case where a vector is casted into wide integer to
13556   // test all 0s.
13557   Opnds.push_back(N->getOperand(0));
13558   Opnds.push_back(N->getOperand(1));
13559
13560   for (unsigned Slot = 0, e = Opnds.size(); Slot < e; ++Slot) {
13561     SmallVectorImpl<SDValue>::const_iterator I = Opnds.begin() + Slot;
13562     // BFS traverse all OR'd operands.
13563     if (I->getOpcode() == ISD::OR) {
13564       Opnds.push_back(I->getOperand(0));
13565       Opnds.push_back(I->getOperand(1));
13566       // Re-evaluate the number of nodes to be traversed.
13567       e += 2; // 2 more nodes (LHS and RHS) are pushed.
13568       continue;
13569     }
13570
13571     // Quit if a non-EXTRACT_VECTOR_ELT
13572     if (I->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
13573       return SDValue();
13574
13575     // Quit if without a constant index.
13576     SDValue Idx = I->getOperand(1);
13577     if (!isa<ConstantSDNode>(Idx))
13578       return SDValue();
13579
13580     SDValue ExtractedFromVec = I->getOperand(0);
13581     DenseMap<SDValue, unsigned>::iterator M = VecInMap.find(ExtractedFromVec);
13582     if (M == VecInMap.end()) {
13583       VT = ExtractedFromVec.getValueType();
13584       // Quit if not 128/256-bit vector.
13585       if (!VT.is128BitVector() && !VT.is256BitVector())
13586         return SDValue();
13587       // Quit if not the same type.
13588       if (VecInMap.begin() != VecInMap.end() &&
13589           VT != VecInMap.begin()->first.getValueType())
13590         return SDValue();
13591       M = VecInMap.insert(std::make_pair(ExtractedFromVec, 0)).first;
13592       VecIns.push_back(ExtractedFromVec);
13593     }
13594     M->second |= 1U << cast<ConstantSDNode>(Idx)->getZExtValue();
13595   }
13596
13597   assert((VT.is128BitVector() || VT.is256BitVector()) &&
13598          "Not extracted from 128-/256-bit vector.");
13599
13600   unsigned FullMask = (1U << VT.getVectorNumElements()) - 1U;
13601
13602   for (DenseMap<SDValue, unsigned>::const_iterator
13603         I = VecInMap.begin(), E = VecInMap.end(); I != E; ++I) {
13604     // Quit if not all elements are used.
13605     if (I->second != FullMask)
13606       return SDValue();
13607   }
13608
13609   MVT TestVT = VT.is128BitVector() ? MVT::v2i64 : MVT::v4i64;
13610
13611   // Cast all vectors into TestVT for PTEST.
13612   for (unsigned i = 0, e = VecIns.size(); i < e; ++i)
13613     VecIns[i] = DAG.getBitcast(TestVT, VecIns[i]);
13614
13615   // If more than one full vectors are evaluated, OR them first before PTEST.
13616   for (unsigned Slot = 0, e = VecIns.size(); e - Slot > 1; Slot += 2, e += 1) {
13617     // Each iteration will OR 2 nodes and append the result until there is only
13618     // 1 node left, i.e. the final OR'd value of all vectors.
13619     SDValue LHS = VecIns[Slot];
13620     SDValue RHS = VecIns[Slot + 1];
13621     VecIns.push_back(DAG.getNode(ISD::OR, DL, TestVT, LHS, RHS));
13622   }
13623
13624   return DAG.getNode(X86ISD::PTEST, DL, MVT::i32,
13625                      VecIns.back(), VecIns.back());
13626 }
13627
13628 /// \brief return true if \c Op has a use that doesn't just read flags.
13629 static bool hasNonFlagsUse(SDValue Op) {
13630   for (SDNode::use_iterator UI = Op->use_begin(), UE = Op->use_end(); UI != UE;
13631        ++UI) {
13632     SDNode *User = *UI;
13633     unsigned UOpNo = UI.getOperandNo();
13634     if (User->getOpcode() == ISD::TRUNCATE && User->hasOneUse()) {
13635       // Look pass truncate.
13636       UOpNo = User->use_begin().getOperandNo();
13637       User = *User->use_begin();
13638     }
13639
13640     if (User->getOpcode() != ISD::BRCOND && User->getOpcode() != ISD::SETCC &&
13641         !(User->getOpcode() == ISD::SELECT && UOpNo == 0))
13642       return true;
13643   }
13644   return false;
13645 }
13646
13647 /// Emit nodes that will be selected as "test Op0,Op0", or something
13648 /// equivalent.
13649 SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC, SDLoc dl,
13650                                     SelectionDAG &DAG) const {
13651   if (Op.getValueType() == MVT::i1) {
13652     SDValue ExtOp = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i8, Op);
13653     return DAG.getNode(X86ISD::CMP, dl, MVT::i32, ExtOp,
13654                        DAG.getConstant(0, dl, MVT::i8));
13655   }
13656   // CF and OF aren't always set the way we want. Determine which
13657   // of these we need.
13658   bool NeedCF = false;
13659   bool NeedOF = false;
13660   switch (X86CC) {
13661   default: break;
13662   case X86::COND_A: case X86::COND_AE:
13663   case X86::COND_B: case X86::COND_BE:
13664     NeedCF = true;
13665     break;
13666   case X86::COND_G: case X86::COND_GE:
13667   case X86::COND_L: case X86::COND_LE:
13668   case X86::COND_O: case X86::COND_NO: {
13669     // Check if we really need to set the
13670     // Overflow flag. If NoSignedWrap is present
13671     // that is not actually needed.
13672     switch (Op->getOpcode()) {
13673     case ISD::ADD:
13674     case ISD::SUB:
13675     case ISD::MUL:
13676     case ISD::SHL: {
13677       const auto *BinNode = cast<BinaryWithFlagsSDNode>(Op.getNode());
13678       if (BinNode->Flags.hasNoSignedWrap())
13679         break;
13680     }
13681     default:
13682       NeedOF = true;
13683       break;
13684     }
13685     break;
13686   }
13687   }
13688   // See if we can use the EFLAGS value from the operand instead of
13689   // doing a separate TEST. TEST always sets OF and CF to 0, so unless
13690   // we prove that the arithmetic won't overflow, we can't use OF or CF.
13691   if (Op.getResNo() != 0 || NeedOF || NeedCF) {
13692     // Emit a CMP with 0, which is the TEST pattern.
13693     //if (Op.getValueType() == MVT::i1)
13694     //  return DAG.getNode(X86ISD::CMP, dl, MVT::i1, Op,
13695     //                     DAG.getConstant(0, MVT::i1));
13696     return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
13697                        DAG.getConstant(0, dl, Op.getValueType()));
13698   }
13699   unsigned Opcode = 0;
13700   unsigned NumOperands = 0;
13701
13702   // Truncate operations may prevent the merge of the SETCC instruction
13703   // and the arithmetic instruction before it. Attempt to truncate the operands
13704   // of the arithmetic instruction and use a reduced bit-width instruction.
13705   bool NeedTruncation = false;
13706   SDValue ArithOp = Op;
13707   if (Op->getOpcode() == ISD::TRUNCATE && Op->hasOneUse()) {
13708     SDValue Arith = Op->getOperand(0);
13709     // Both the trunc and the arithmetic op need to have one user each.
13710     if (Arith->hasOneUse())
13711       switch (Arith.getOpcode()) {
13712         default: break;
13713         case ISD::ADD:
13714         case ISD::SUB:
13715         case ISD::AND:
13716         case ISD::OR:
13717         case ISD::XOR: {
13718           NeedTruncation = true;
13719           ArithOp = Arith;
13720         }
13721       }
13722   }
13723
13724   // NOTICE: In the code below we use ArithOp to hold the arithmetic operation
13725   // which may be the result of a CAST.  We use the variable 'Op', which is the
13726   // non-casted variable when we check for possible users.
13727   switch (ArithOp.getOpcode()) {
13728   case ISD::ADD:
13729     // Due to an isel shortcoming, be conservative if this add is likely to be
13730     // selected as part of a load-modify-store instruction. When the root node
13731     // in a match is a store, isel doesn't know how to remap non-chain non-flag
13732     // uses of other nodes in the match, such as the ADD in this case. This
13733     // leads to the ADD being left around and reselected, with the result being
13734     // two adds in the output.  Alas, even if none our users are stores, that
13735     // doesn't prove we're O.K.  Ergo, if we have any parents that aren't
13736     // CopyToReg or SETCC, eschew INC/DEC.  A better fix seems to require
13737     // climbing the DAG back to the root, and it doesn't seem to be worth the
13738     // effort.
13739     for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
13740          UE = Op.getNode()->use_end(); UI != UE; ++UI)
13741       if (UI->getOpcode() != ISD::CopyToReg &&
13742           UI->getOpcode() != ISD::SETCC &&
13743           UI->getOpcode() != ISD::STORE)
13744         goto default_case;
13745
13746     if (ConstantSDNode *C =
13747         dyn_cast<ConstantSDNode>(ArithOp.getNode()->getOperand(1))) {
13748       // An add of one will be selected as an INC.
13749       if (C->isOne() && !Subtarget->slowIncDec()) {
13750         Opcode = X86ISD::INC;
13751         NumOperands = 1;
13752         break;
13753       }
13754
13755       // An add of negative one (subtract of one) will be selected as a DEC.
13756       if (C->isAllOnesValue() && !Subtarget->slowIncDec()) {
13757         Opcode = X86ISD::DEC;
13758         NumOperands = 1;
13759         break;
13760       }
13761     }
13762
13763     // Otherwise use a regular EFLAGS-setting add.
13764     Opcode = X86ISD::ADD;
13765     NumOperands = 2;
13766     break;
13767   case ISD::SHL:
13768   case ISD::SRL:
13769     // If we have a constant logical shift that's only used in a comparison
13770     // against zero turn it into an equivalent AND. This allows turning it into
13771     // a TEST instruction later.
13772     if ((X86CC == X86::COND_E || X86CC == X86::COND_NE) && Op->hasOneUse() &&
13773         isa<ConstantSDNode>(Op->getOperand(1)) && !hasNonFlagsUse(Op)) {
13774       EVT VT = Op.getValueType();
13775       unsigned BitWidth = VT.getSizeInBits();
13776       unsigned ShAmt = Op->getConstantOperandVal(1);
13777       if (ShAmt >= BitWidth) // Avoid undefined shifts.
13778         break;
13779       APInt Mask = ArithOp.getOpcode() == ISD::SRL
13780                        ? APInt::getHighBitsSet(BitWidth, BitWidth - ShAmt)
13781                        : APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt);
13782       if (!Mask.isSignedIntN(32)) // Avoid large immediates.
13783         break;
13784       SDValue New = DAG.getNode(ISD::AND, dl, VT, Op->getOperand(0),
13785                                 DAG.getConstant(Mask, dl, VT));
13786       DAG.ReplaceAllUsesWith(Op, New);
13787       Op = New;
13788     }
13789     break;
13790
13791   case ISD::AND:
13792     // If the primary and result isn't used, don't bother using X86ISD::AND,
13793     // because a TEST instruction will be better.
13794     if (!hasNonFlagsUse(Op))
13795       break;
13796     // FALL THROUGH
13797   case ISD::SUB:
13798   case ISD::OR:
13799   case ISD::XOR:
13800     // Due to the ISEL shortcoming noted above, be conservative if this op is
13801     // likely to be selected as part of a load-modify-store instruction.
13802     for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
13803            UE = Op.getNode()->use_end(); UI != UE; ++UI)
13804       if (UI->getOpcode() == ISD::STORE)
13805         goto default_case;
13806
13807     // Otherwise use a regular EFLAGS-setting instruction.
13808     switch (ArithOp.getOpcode()) {
13809     default: llvm_unreachable("unexpected operator!");
13810     case ISD::SUB: Opcode = X86ISD::SUB; break;
13811     case ISD::XOR: Opcode = X86ISD::XOR; break;
13812     case ISD::AND: Opcode = X86ISD::AND; break;
13813     case ISD::OR: {
13814       if (!NeedTruncation && (X86CC == X86::COND_E || X86CC == X86::COND_NE)) {
13815         SDValue EFLAGS = LowerVectorAllZeroTest(Op, Subtarget, DAG);
13816         if (EFLAGS.getNode())
13817           return EFLAGS;
13818       }
13819       Opcode = X86ISD::OR;
13820       break;
13821     }
13822     }
13823
13824     NumOperands = 2;
13825     break;
13826   case X86ISD::ADD:
13827   case X86ISD::SUB:
13828   case X86ISD::INC:
13829   case X86ISD::DEC:
13830   case X86ISD::OR:
13831   case X86ISD::XOR:
13832   case X86ISD::AND:
13833     return SDValue(Op.getNode(), 1);
13834   default:
13835   default_case:
13836     break;
13837   }
13838
13839   // If we found that truncation is beneficial, perform the truncation and
13840   // update 'Op'.
13841   if (NeedTruncation) {
13842     EVT VT = Op.getValueType();
13843     SDValue WideVal = Op->getOperand(0);
13844     EVT WideVT = WideVal.getValueType();
13845     unsigned ConvertedOp = 0;
13846     // Use a target machine opcode to prevent further DAGCombine
13847     // optimizations that may separate the arithmetic operations
13848     // from the setcc node.
13849     switch (WideVal.getOpcode()) {
13850       default: break;
13851       case ISD::ADD: ConvertedOp = X86ISD::ADD; break;
13852       case ISD::SUB: ConvertedOp = X86ISD::SUB; break;
13853       case ISD::AND: ConvertedOp = X86ISD::AND; break;
13854       case ISD::OR:  ConvertedOp = X86ISD::OR;  break;
13855       case ISD::XOR: ConvertedOp = X86ISD::XOR; break;
13856     }
13857
13858     if (ConvertedOp) {
13859       const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13860       if (TLI.isOperationLegal(WideVal.getOpcode(), WideVT)) {
13861         SDValue V0 = DAG.getNode(ISD::TRUNCATE, dl, VT, WideVal.getOperand(0));
13862         SDValue V1 = DAG.getNode(ISD::TRUNCATE, dl, VT, WideVal.getOperand(1));
13863         Op = DAG.getNode(ConvertedOp, dl, VT, V0, V1);
13864       }
13865     }
13866   }
13867
13868   if (Opcode == 0)
13869     // Emit a CMP with 0, which is the TEST pattern.
13870     return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
13871                        DAG.getConstant(0, dl, Op.getValueType()));
13872
13873   SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
13874   SmallVector<SDValue, 4> Ops(Op->op_begin(), Op->op_begin() + NumOperands);
13875
13876   SDValue New = DAG.getNode(Opcode, dl, VTs, Ops);
13877   DAG.ReplaceAllUsesWith(Op, New);
13878   return SDValue(New.getNode(), 1);
13879 }
13880
13881 /// Emit nodes that will be selected as "cmp Op0,Op1", or something
13882 /// equivalent.
13883 SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
13884                                    SDLoc dl, SelectionDAG &DAG) const {
13885   if (isNullConstant(Op1))
13886     return EmitTest(Op0, X86CC, dl, DAG);
13887
13888   assert(!(isa<ConstantSDNode>(Op1) && Op0.getValueType() == MVT::i1) &&
13889          "Unexpected comparison operation for MVT::i1 operands");
13890
13891   if ((Op0.getValueType() == MVT::i8 || Op0.getValueType() == MVT::i16 ||
13892        Op0.getValueType() == MVT::i32 || Op0.getValueType() == MVT::i64)) {
13893     // Do the comparison at i32 if it's smaller, besides the Atom case.
13894     // This avoids subregister aliasing issues. Keep the smaller reference
13895     // if we're optimizing for size, however, as that'll allow better folding
13896     // of memory operations.
13897     if (Op0.getValueType() != MVT::i32 && Op0.getValueType() != MVT::i64 &&
13898         !DAG.getMachineFunction().getFunction()->optForMinSize() &&
13899         !Subtarget->isAtom()) {
13900       unsigned ExtendOp =
13901           isX86CCUnsigned(X86CC) ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND;
13902       Op0 = DAG.getNode(ExtendOp, dl, MVT::i32, Op0);
13903       Op1 = DAG.getNode(ExtendOp, dl, MVT::i32, Op1);
13904     }
13905     // Use SUB instead of CMP to enable CSE between SUB and CMP.
13906     SDVTList VTs = DAG.getVTList(Op0.getValueType(), MVT::i32);
13907     SDValue Sub = DAG.getNode(X86ISD::SUB, dl, VTs,
13908                               Op0, Op1);
13909     return SDValue(Sub.getNode(), 1);
13910   }
13911   return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
13912 }
13913
13914 /// Convert a comparison if required by the subtarget.
13915 SDValue X86TargetLowering::ConvertCmpIfNecessary(SDValue Cmp,
13916                                                  SelectionDAG &DAG) const {
13917   // If the subtarget does not support the FUCOMI instruction, floating-point
13918   // comparisons have to be converted.
13919   if (Subtarget->hasCMov() ||
13920       Cmp.getOpcode() != X86ISD::CMP ||
13921       !Cmp.getOperand(0).getValueType().isFloatingPoint() ||
13922       !Cmp.getOperand(1).getValueType().isFloatingPoint())
13923     return Cmp;
13924
13925   // The instruction selector will select an FUCOM instruction instead of
13926   // FUCOMI, which writes the comparison result to FPSW instead of EFLAGS. Hence
13927   // build an SDNode sequence that transfers the result from FPSW into EFLAGS:
13928   // (X86sahf (trunc (srl (X86fp_stsw (trunc (X86cmp ...)), 8))))
13929   SDLoc dl(Cmp);
13930   SDValue TruncFPSW = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, Cmp);
13931   SDValue FNStSW = DAG.getNode(X86ISD::FNSTSW16r, dl, MVT::i16, TruncFPSW);
13932   SDValue Srl = DAG.getNode(ISD::SRL, dl, MVT::i16, FNStSW,
13933                             DAG.getConstant(8, dl, MVT::i8));
13934   SDValue TruncSrl = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Srl);
13935
13936   // Some 64-bit targets lack SAHF support, but they do support FCOMI.
13937   assert(Subtarget->hasLAHFSAHF() && "Target doesn't support SAHF or FCOMI?");
13938   return DAG.getNode(X86ISD::SAHF, dl, MVT::i32, TruncSrl);
13939 }
13940
13941 /// The minimum architected relative accuracy is 2^-12. We need one
13942 /// Newton-Raphson step to have a good float result (24 bits of precision).
13943 SDValue X86TargetLowering::getRsqrtEstimate(SDValue Op,
13944                                             DAGCombinerInfo &DCI,
13945                                             unsigned &RefinementSteps,
13946                                             bool &UseOneConstNR) const {
13947   EVT VT = Op.getValueType();
13948   const char *RecipOp;
13949
13950   // SSE1 has rsqrtss and rsqrtps. AVX adds a 256-bit variant for rsqrtps.
13951   // TODO: Add support for AVX512 (v16f32).
13952   // It is likely not profitable to do this for f64 because a double-precision
13953   // rsqrt estimate with refinement on x86 prior to FMA requires at least 16
13954   // instructions: convert to single, rsqrtss, convert back to double, refine
13955   // (3 steps = at least 13 insts). If an 'rsqrtsd' variant was added to the ISA
13956   // along with FMA, this could be a throughput win.
13957   if (VT == MVT::f32 && Subtarget->hasSSE1())
13958     RecipOp = "sqrtf";
13959   else if ((VT == MVT::v4f32 && Subtarget->hasSSE1()) ||
13960            (VT == MVT::v8f32 && Subtarget->hasAVX()))
13961     RecipOp = "vec-sqrtf";
13962   else
13963     return SDValue();
13964
13965   TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals;
13966   if (!Recips.isEnabled(RecipOp))
13967     return SDValue();
13968
13969   RefinementSteps = Recips.getRefinementSteps(RecipOp);
13970   UseOneConstNR = false;
13971   return DCI.DAG.getNode(X86ISD::FRSQRT, SDLoc(Op), VT, Op);
13972 }
13973
13974 /// The minimum architected relative accuracy is 2^-12. We need one
13975 /// Newton-Raphson step to have a good float result (24 bits of precision).
13976 SDValue X86TargetLowering::getRecipEstimate(SDValue Op,
13977                                             DAGCombinerInfo &DCI,
13978                                             unsigned &RefinementSteps) const {
13979   EVT VT = Op.getValueType();
13980   const char *RecipOp;
13981
13982   // SSE1 has rcpss and rcpps. AVX adds a 256-bit variant for rcpps.
13983   // TODO: Add support for AVX512 (v16f32).
13984   // It is likely not profitable to do this for f64 because a double-precision
13985   // reciprocal estimate with refinement on x86 prior to FMA requires
13986   // 15 instructions: convert to single, rcpss, convert back to double, refine
13987   // (3 steps = 12 insts). If an 'rcpsd' variant was added to the ISA
13988   // along with FMA, this could be a throughput win.
13989   if (VT == MVT::f32 && Subtarget->hasSSE1())
13990     RecipOp = "divf";
13991   else if ((VT == MVT::v4f32 && Subtarget->hasSSE1()) ||
13992            (VT == MVT::v8f32 && Subtarget->hasAVX()))
13993     RecipOp = "vec-divf";
13994   else
13995     return SDValue();
13996
13997   TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals;
13998   if (!Recips.isEnabled(RecipOp))
13999     return SDValue();
14000
14001   RefinementSteps = Recips.getRefinementSteps(RecipOp);
14002   return DCI.DAG.getNode(X86ISD::FRCP, SDLoc(Op), VT, Op);
14003 }
14004
14005 /// If we have at least two divisions that use the same divisor, convert to
14006 /// multplication by a reciprocal. This may need to be adjusted for a given
14007 /// CPU if a division's cost is not at least twice the cost of a multiplication.
14008 /// This is because we still need one division to calculate the reciprocal and
14009 /// then we need two multiplies by that reciprocal as replacements for the
14010 /// original divisions.
14011 unsigned X86TargetLowering::combineRepeatedFPDivisors() const {
14012   return 2;
14013 }
14014
14015 /// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
14016 /// if it's possible.
14017 SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC,
14018                                      SDLoc dl, SelectionDAG &DAG) const {
14019   SDValue Op0 = And.getOperand(0);
14020   SDValue Op1 = And.getOperand(1);
14021   if (Op0.getOpcode() == ISD::TRUNCATE)
14022     Op0 = Op0.getOperand(0);
14023   if (Op1.getOpcode() == ISD::TRUNCATE)
14024     Op1 = Op1.getOperand(0);
14025
14026   SDValue LHS, RHS;
14027   if (Op1.getOpcode() == ISD::SHL)
14028     std::swap(Op0, Op1);
14029   if (Op0.getOpcode() == ISD::SHL) {
14030     if (isOneConstant(Op0.getOperand(0))) {
14031         // If we looked past a truncate, check that it's only truncating away
14032         // known zeros.
14033         unsigned BitWidth = Op0.getValueSizeInBits();
14034         unsigned AndBitWidth = And.getValueSizeInBits();
14035         if (BitWidth > AndBitWidth) {
14036           APInt Zeros, Ones;
14037           DAG.computeKnownBits(Op0, Zeros, Ones);
14038           if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth)
14039             return SDValue();
14040         }
14041         LHS = Op1;
14042         RHS = Op0.getOperand(1);
14043       }
14044   } else if (Op1.getOpcode() == ISD::Constant) {
14045     ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
14046     uint64_t AndRHSVal = AndRHS->getZExtValue();
14047     SDValue AndLHS = Op0;
14048
14049     if (AndRHSVal == 1 && AndLHS.getOpcode() == ISD::SRL) {
14050       LHS = AndLHS.getOperand(0);
14051       RHS = AndLHS.getOperand(1);
14052     }
14053
14054     // Use BT if the immediate can't be encoded in a TEST instruction.
14055     if (!isUInt<32>(AndRHSVal) && isPowerOf2_64(AndRHSVal)) {
14056       LHS = AndLHS;
14057       RHS = DAG.getConstant(Log2_64_Ceil(AndRHSVal), dl, LHS.getValueType());
14058     }
14059   }
14060
14061   if (LHS.getNode()) {
14062     // If LHS is i8, promote it to i32 with any_extend.  There is no i8 BT
14063     // instruction.  Since the shift amount is in-range-or-undefined, we know
14064     // that doing a bittest on the i32 value is ok.  We extend to i32 because
14065     // the encoding for the i16 version is larger than the i32 version.
14066     // Also promote i16 to i32 for performance / code size reason.
14067     if (LHS.getValueType() == MVT::i8 ||
14068         LHS.getValueType() == MVT::i16)
14069       LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
14070
14071     // If the operand types disagree, extend the shift amount to match.  Since
14072     // BT ignores high bits (like shifts) we can use anyextend.
14073     if (LHS.getValueType() != RHS.getValueType())
14074       RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
14075
14076     SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
14077     X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
14078     return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
14079                        DAG.getConstant(Cond, dl, MVT::i8), BT);
14080   }
14081
14082   return SDValue();
14083 }
14084
14085 /// \brief - Turns an ISD::CondCode into a value suitable for SSE floating point
14086 /// mask CMPs.
14087 static int translateX86FSETCC(ISD::CondCode SetCCOpcode, SDValue &Op0,
14088                               SDValue &Op1) {
14089   unsigned SSECC;
14090   bool Swap = false;
14091
14092   // SSE Condition code mapping:
14093   //  0 - EQ
14094   //  1 - LT
14095   //  2 - LE
14096   //  3 - UNORD
14097   //  4 - NEQ
14098   //  5 - NLT
14099   //  6 - NLE
14100   //  7 - ORD
14101   switch (SetCCOpcode) {
14102   default: llvm_unreachable("Unexpected SETCC condition");
14103   case ISD::SETOEQ:
14104   case ISD::SETEQ:  SSECC = 0; break;
14105   case ISD::SETOGT:
14106   case ISD::SETGT:  Swap = true; // Fallthrough
14107   case ISD::SETLT:
14108   case ISD::SETOLT: SSECC = 1; break;
14109   case ISD::SETOGE:
14110   case ISD::SETGE:  Swap = true; // Fallthrough
14111   case ISD::SETLE:
14112   case ISD::SETOLE: SSECC = 2; break;
14113   case ISD::SETUO:  SSECC = 3; break;
14114   case ISD::SETUNE:
14115   case ISD::SETNE:  SSECC = 4; break;
14116   case ISD::SETULE: Swap = true; // Fallthrough
14117   case ISD::SETUGE: SSECC = 5; break;
14118   case ISD::SETULT: Swap = true; // Fallthrough
14119   case ISD::SETUGT: SSECC = 6; break;
14120   case ISD::SETO:   SSECC = 7; break;
14121   case ISD::SETUEQ:
14122   case ISD::SETONE: SSECC = 8; break;
14123   }
14124   if (Swap)
14125     std::swap(Op0, Op1);
14126
14127   return SSECC;
14128 }
14129
14130 // Lower256IntVSETCC - Break a VSETCC 256-bit integer VSETCC into two new 128
14131 // ones, and then concatenate the result back.
14132 static SDValue Lower256IntVSETCC(SDValue Op, SelectionDAG &DAG) {
14133   MVT VT = Op.getSimpleValueType();
14134
14135   assert(VT.is256BitVector() && Op.getOpcode() == ISD::SETCC &&
14136          "Unsupported value type for operation");
14137
14138   unsigned NumElems = VT.getVectorNumElements();
14139   SDLoc dl(Op);
14140   SDValue CC = Op.getOperand(2);
14141
14142   // Extract the LHS vectors
14143   SDValue LHS = Op.getOperand(0);
14144   SDValue LHS1 = Extract128BitVector(LHS, 0, DAG, dl);
14145   SDValue LHS2 = Extract128BitVector(LHS, NumElems/2, DAG, dl);
14146
14147   // Extract the RHS vectors
14148   SDValue RHS = Op.getOperand(1);
14149   SDValue RHS1 = Extract128BitVector(RHS, 0, DAG, dl);
14150   SDValue RHS2 = Extract128BitVector(RHS, NumElems/2, DAG, dl);
14151
14152   // Issue the operation on the smaller types and concatenate the result back
14153   MVT EltVT = VT.getVectorElementType();
14154   MVT NewVT = MVT::getVectorVT(EltVT, NumElems/2);
14155   return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT,
14156                      DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1, CC),
14157                      DAG.getNode(Op.getOpcode(), dl, NewVT, LHS2, RHS2, CC));
14158 }
14159
14160 static SDValue LowerBoolVSETCC_AVX512(SDValue Op, SelectionDAG &DAG) {
14161   SDValue Op0 = Op.getOperand(0);
14162   SDValue Op1 = Op.getOperand(1);
14163   SDValue CC = Op.getOperand(2);
14164   MVT VT = Op.getSimpleValueType();
14165   SDLoc dl(Op);
14166
14167   assert(Op0.getSimpleValueType().getVectorElementType() == MVT::i1 &&
14168          "Unexpected type for boolean compare operation");
14169   ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
14170   SDValue NotOp0 = DAG.getNode(ISD::XOR, dl, VT, Op0,
14171                                DAG.getConstant(-1, dl, VT));
14172   SDValue NotOp1 = DAG.getNode(ISD::XOR, dl, VT, Op1,
14173                                DAG.getConstant(-1, dl, VT));
14174   switch (SetCCOpcode) {
14175   default: llvm_unreachable("Unexpected SETCC condition");
14176   case ISD::SETEQ:
14177     // (x == y) -> ~(x ^ y)
14178     return DAG.getNode(ISD::XOR, dl, VT,
14179                        DAG.getNode(ISD::XOR, dl, VT, Op0, Op1),
14180                        DAG.getConstant(-1, dl, VT));
14181   case ISD::SETNE:
14182     // (x != y) -> (x ^ y)
14183     return DAG.getNode(ISD::XOR, dl, VT, Op0, Op1);
14184   case ISD::SETUGT:
14185   case ISD::SETGT:
14186     // (x > y) -> (x & ~y)
14187     return DAG.getNode(ISD::AND, dl, VT, Op0, NotOp1);
14188   case ISD::SETULT:
14189   case ISD::SETLT:
14190     // (x < y) -> (~x & y)
14191     return DAG.getNode(ISD::AND, dl, VT, NotOp0, Op1);
14192   case ISD::SETULE:
14193   case ISD::SETLE:
14194     // (x <= y) -> (~x | y)
14195     return DAG.getNode(ISD::OR, dl, VT, NotOp0, Op1);
14196   case ISD::SETUGE:
14197   case ISD::SETGE:
14198     // (x >=y) -> (x | ~y)
14199     return DAG.getNode(ISD::OR, dl, VT, Op0, NotOp1);
14200   }
14201 }
14202
14203 static SDValue LowerIntVSETCC_AVX512(SDValue Op, SelectionDAG &DAG,
14204                                      const X86Subtarget *Subtarget) {
14205   SDValue Op0 = Op.getOperand(0);
14206   SDValue Op1 = Op.getOperand(1);
14207   SDValue CC = Op.getOperand(2);
14208   MVT VT = Op.getSimpleValueType();
14209   SDLoc dl(Op);
14210
14211   assert(Op0.getSimpleValueType().getVectorElementType().getSizeInBits() >= 8 &&
14212          Op.getSimpleValueType().getVectorElementType() == MVT::i1 &&
14213          "Cannot set masked compare for this operation");
14214
14215   ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
14216   unsigned  Opc = 0;
14217   bool Unsigned = false;
14218   bool Swap = false;
14219   unsigned SSECC;
14220   switch (SetCCOpcode) {
14221   default: llvm_unreachable("Unexpected SETCC condition");
14222   case ISD::SETNE:  SSECC = 4; break;
14223   case ISD::SETEQ:  Opc = X86ISD::PCMPEQM; break;
14224   case ISD::SETUGT: SSECC = 6; Unsigned = true; break;
14225   case ISD::SETLT:  Swap = true; //fall-through
14226   case ISD::SETGT:  Opc = X86ISD::PCMPGTM; break;
14227   case ISD::SETULT: SSECC = 1; Unsigned = true; break;
14228   case ISD::SETUGE: SSECC = 5; Unsigned = true; break; //NLT
14229   case ISD::SETGE:  Swap = true; SSECC = 2; break; // LE + swap
14230   case ISD::SETULE: Unsigned = true; //fall-through
14231   case ISD::SETLE:  SSECC = 2; break;
14232   }
14233
14234   if (Swap)
14235     std::swap(Op0, Op1);
14236   if (Opc)
14237     return DAG.getNode(Opc, dl, VT, Op0, Op1);
14238   Opc = Unsigned ? X86ISD::CMPMU: X86ISD::CMPM;
14239   return DAG.getNode(Opc, dl, VT, Op0, Op1,
14240                      DAG.getConstant(SSECC, dl, MVT::i8));
14241 }
14242
14243 /// \brief Try to turn a VSETULT into a VSETULE by modifying its second
14244 /// operand \p Op1.  If non-trivial (for example because it's not constant)
14245 /// return an empty value.
14246 static SDValue ChangeVSETULTtoVSETULE(SDLoc dl, SDValue Op1, SelectionDAG &DAG)
14247 {
14248   BuildVectorSDNode *BV = dyn_cast<BuildVectorSDNode>(Op1.getNode());
14249   if (!BV)
14250     return SDValue();
14251
14252   MVT VT = Op1.getSimpleValueType();
14253   MVT EVT = VT.getVectorElementType();
14254   unsigned n = VT.getVectorNumElements();
14255   SmallVector<SDValue, 8> ULTOp1;
14256
14257   for (unsigned i = 0; i < n; ++i) {
14258     ConstantSDNode *Elt = dyn_cast<ConstantSDNode>(BV->getOperand(i));
14259     if (!Elt || Elt->isOpaque() || Elt->getSimpleValueType(0) != EVT)
14260       return SDValue();
14261
14262     // Avoid underflow.
14263     APInt Val = Elt->getAPIntValue();
14264     if (Val == 0)
14265       return SDValue();
14266
14267     ULTOp1.push_back(DAG.getConstant(Val - 1, dl, EVT));
14268   }
14269
14270   return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, ULTOp1);
14271 }
14272
14273 static SDValue LowerVSETCC(SDValue Op, const X86Subtarget *Subtarget,
14274                            SelectionDAG &DAG) {
14275   SDValue Op0 = Op.getOperand(0);
14276   SDValue Op1 = Op.getOperand(1);
14277   SDValue CC = Op.getOperand(2);
14278   MVT VT = Op.getSimpleValueType();
14279   ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
14280   bool isFP = Op.getOperand(1).getSimpleValueType().isFloatingPoint();
14281   SDLoc dl(Op);
14282
14283   if (isFP) {
14284 #ifndef NDEBUG
14285     MVT EltVT = Op0.getSimpleValueType().getVectorElementType();
14286     assert(EltVT == MVT::f32 || EltVT == MVT::f64);
14287 #endif
14288
14289     unsigned SSECC = translateX86FSETCC(SetCCOpcode, Op0, Op1);
14290     unsigned Opc = X86ISD::CMPP;
14291     if (Subtarget->hasAVX512() && VT.getVectorElementType() == MVT::i1) {
14292       assert(VT.getVectorNumElements() <= 16);
14293       Opc = X86ISD::CMPM;
14294     }
14295     // In the two special cases we can't handle, emit two comparisons.
14296     if (SSECC == 8) {
14297       unsigned CC0, CC1;
14298       unsigned CombineOpc;
14299       if (SetCCOpcode == ISD::SETUEQ) {
14300         CC0 = 3; CC1 = 0; CombineOpc = ISD::OR;
14301       } else {
14302         assert(SetCCOpcode == ISD::SETONE);
14303         CC0 = 7; CC1 = 4; CombineOpc = ISD::AND;
14304       }
14305
14306       SDValue Cmp0 = DAG.getNode(Opc, dl, VT, Op0, Op1,
14307                                  DAG.getConstant(CC0, dl, MVT::i8));
14308       SDValue Cmp1 = DAG.getNode(Opc, dl, VT, Op0, Op1,
14309                                  DAG.getConstant(CC1, dl, MVT::i8));
14310       return DAG.getNode(CombineOpc, dl, VT, Cmp0, Cmp1);
14311     }
14312     // Handle all other FP comparisons here.
14313     return DAG.getNode(Opc, dl, VT, Op0, Op1,
14314                        DAG.getConstant(SSECC, dl, MVT::i8));
14315   }
14316
14317   MVT VTOp0 = Op0.getSimpleValueType();
14318   assert(VTOp0 == Op1.getSimpleValueType() &&
14319          "Expected operands with same type!");
14320   assert(VT.getVectorNumElements() == VTOp0.getVectorNumElements() &&
14321          "Invalid number of packed elements for source and destination!");
14322
14323   if (VT.is128BitVector() && VTOp0.is256BitVector()) {
14324     // On non-AVX512 targets, a vector of MVT::i1 is promoted by the type
14325     // legalizer to a wider vector type.  In the case of 'vsetcc' nodes, the
14326     // legalizer firstly checks if the first operand in input to the setcc has
14327     // a legal type. If so, then it promotes the return type to that same type.
14328     // Otherwise, the return type is promoted to the 'next legal type' which,
14329     // for a vector of MVT::i1 is always a 128-bit integer vector type.
14330     //
14331     // We reach this code only if the following two conditions are met:
14332     // 1. Both return type and operand type have been promoted to wider types
14333     //    by the type legalizer.
14334     // 2. The original operand type has been promoted to a 256-bit vector.
14335     //
14336     // Note that condition 2. only applies for AVX targets.
14337     SDValue NewOp = DAG.getSetCC(dl, VTOp0, Op0, Op1, SetCCOpcode);
14338     return DAG.getZExtOrTrunc(NewOp, dl, VT);
14339   }
14340
14341   // The non-AVX512 code below works under the assumption that source and
14342   // destination types are the same.
14343   assert((Subtarget->hasAVX512() || (VT == VTOp0)) &&
14344          "Value types for source and destination must be the same!");
14345
14346   // Break 256-bit integer vector compare into smaller ones.
14347   if (VT.is256BitVector() && !Subtarget->hasInt256())
14348     return Lower256IntVSETCC(Op, DAG);
14349
14350   MVT OpVT = Op1.getSimpleValueType();
14351   if (OpVT.getVectorElementType() == MVT::i1)
14352     return LowerBoolVSETCC_AVX512(Op, DAG);
14353
14354   bool MaskResult = (VT.getVectorElementType() == MVT::i1);
14355   if (Subtarget->hasAVX512()) {
14356     if (Op1.getSimpleValueType().is512BitVector() ||
14357         (Subtarget->hasBWI() && Subtarget->hasVLX()) ||
14358         (MaskResult && OpVT.getVectorElementType().getSizeInBits() >= 32))
14359       return LowerIntVSETCC_AVX512(Op, DAG, Subtarget);
14360
14361     // In AVX-512 architecture setcc returns mask with i1 elements,
14362     // But there is no compare instruction for i8 and i16 elements in KNL.
14363     // We are not talking about 512-bit operands in this case, these
14364     // types are illegal.
14365     if (MaskResult &&
14366         (OpVT.getVectorElementType().getSizeInBits() < 32 &&
14367          OpVT.getVectorElementType().getSizeInBits() >= 8))
14368       return DAG.getNode(ISD::TRUNCATE, dl, VT,
14369                          DAG.getNode(ISD::SETCC, dl, OpVT, Op0, Op1, CC));
14370   }
14371
14372   // Lower using XOP integer comparisons.
14373   if ((VT == MVT::v16i8 || VT == MVT::v8i16 ||
14374        VT == MVT::v4i32 || VT == MVT::v2i64) && Subtarget->hasXOP()) {
14375     // Translate compare code to XOP PCOM compare mode.
14376     unsigned CmpMode = 0;
14377     switch (SetCCOpcode) {
14378     default: llvm_unreachable("Unexpected SETCC condition");
14379     case ISD::SETULT:
14380     case ISD::SETLT: CmpMode = 0x00; break;
14381     case ISD::SETULE:
14382     case ISD::SETLE: CmpMode = 0x01; break;
14383     case ISD::SETUGT:
14384     case ISD::SETGT: CmpMode = 0x02; break;
14385     case ISD::SETUGE:
14386     case ISD::SETGE: CmpMode = 0x03; break;
14387     case ISD::SETEQ: CmpMode = 0x04; break;
14388     case ISD::SETNE: CmpMode = 0x05; break;
14389     }
14390
14391     // Are we comparing unsigned or signed integers?
14392     unsigned Opc = ISD::isUnsignedIntSetCC(SetCCOpcode)
14393       ? X86ISD::VPCOMU : X86ISD::VPCOM;
14394
14395     return DAG.getNode(Opc, dl, VT, Op0, Op1,
14396                        DAG.getConstant(CmpMode, dl, MVT::i8));
14397   }
14398
14399   // We are handling one of the integer comparisons here.  Since SSE only has
14400   // GT and EQ comparisons for integer, swapping operands and multiple
14401   // operations may be required for some comparisons.
14402   unsigned Opc;
14403   bool Swap = false, Invert = false, FlipSigns = false, MinMax = false;
14404   bool Subus = false;
14405
14406   switch (SetCCOpcode) {
14407   default: llvm_unreachable("Unexpected SETCC condition");
14408   case ISD::SETNE:  Invert = true;
14409   case ISD::SETEQ:  Opc = X86ISD::PCMPEQ; break;
14410   case ISD::SETLT:  Swap = true;
14411   case ISD::SETGT:  Opc = X86ISD::PCMPGT; break;
14412   case ISD::SETGE:  Swap = true;
14413   case ISD::SETLE:  Opc = X86ISD::PCMPGT;
14414                     Invert = true; break;
14415   case ISD::SETULT: Swap = true;
14416   case ISD::SETUGT: Opc = X86ISD::PCMPGT;
14417                     FlipSigns = true; break;
14418   case ISD::SETUGE: Swap = true;
14419   case ISD::SETULE: Opc = X86ISD::PCMPGT;
14420                     FlipSigns = true; Invert = true; break;
14421   }
14422
14423   // Special case: Use min/max operations for SETULE/SETUGE
14424   MVT VET = VT.getVectorElementType();
14425   bool hasMinMax =
14426        (Subtarget->hasSSE41() && (VET >= MVT::i8 && VET <= MVT::i32))
14427     || (Subtarget->hasSSE2()  && (VET == MVT::i8));
14428
14429   if (hasMinMax) {
14430     switch (SetCCOpcode) {
14431     default: break;
14432     case ISD::SETULE: Opc = ISD::UMIN; MinMax = true; break;
14433     case ISD::SETUGE: Opc = ISD::UMAX; MinMax = true; break;
14434     }
14435
14436     if (MinMax) { Swap = false; Invert = false; FlipSigns = false; }
14437   }
14438
14439   bool hasSubus = Subtarget->hasSSE2() && (VET == MVT::i8 || VET == MVT::i16);
14440   if (!MinMax && hasSubus) {
14441     // As another special case, use PSUBUS[BW] when it's profitable. E.g. for
14442     // Op0 u<= Op1:
14443     //   t = psubus Op0, Op1
14444     //   pcmpeq t, <0..0>
14445     switch (SetCCOpcode) {
14446     default: break;
14447     case ISD::SETULT: {
14448       // If the comparison is against a constant we can turn this into a
14449       // setule.  With psubus, setule does not require a swap.  This is
14450       // beneficial because the constant in the register is no longer
14451       // destructed as the destination so it can be hoisted out of a loop.
14452       // Only do this pre-AVX since vpcmp* is no longer destructive.
14453       if (Subtarget->hasAVX())
14454         break;
14455       SDValue ULEOp1 = ChangeVSETULTtoVSETULE(dl, Op1, DAG);
14456       if (ULEOp1.getNode()) {
14457         Op1 = ULEOp1;
14458         Subus = true; Invert = false; Swap = false;
14459       }
14460       break;
14461     }
14462     // Psubus is better than flip-sign because it requires no inversion.
14463     case ISD::SETUGE: Subus = true; Invert = false; Swap = true;  break;
14464     case ISD::SETULE: Subus = true; Invert = false; Swap = false; break;
14465     }
14466
14467     if (Subus) {
14468       Opc = X86ISD::SUBUS;
14469       FlipSigns = false;
14470     }
14471   }
14472
14473   if (Swap)
14474     std::swap(Op0, Op1);
14475
14476   // Check that the operation in question is available (most are plain SSE2,
14477   // but PCMPGTQ and PCMPEQQ have different requirements).
14478   if (VT == MVT::v2i64) {
14479     if (Opc == X86ISD::PCMPGT && !Subtarget->hasSSE42()) {
14480       assert(Subtarget->hasSSE2() && "Don't know how to lower!");
14481
14482       // First cast everything to the right type.
14483       Op0 = DAG.getBitcast(MVT::v4i32, Op0);
14484       Op1 = DAG.getBitcast(MVT::v4i32, Op1);
14485
14486       // Since SSE has no unsigned integer comparisons, we need to flip the sign
14487       // bits of the inputs before performing those operations. The lower
14488       // compare is always unsigned.
14489       SDValue SB;
14490       if (FlipSigns) {
14491         SB = DAG.getConstant(0x80000000U, dl, MVT::v4i32);
14492       } else {
14493         SDValue Sign = DAG.getConstant(0x80000000U, dl, MVT::i32);
14494         SDValue Zero = DAG.getConstant(0x00000000U, dl, MVT::i32);
14495         SB = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
14496                          Sign, Zero, Sign, Zero);
14497       }
14498       Op0 = DAG.getNode(ISD::XOR, dl, MVT::v4i32, Op0, SB);
14499       Op1 = DAG.getNode(ISD::XOR, dl, MVT::v4i32, Op1, SB);
14500
14501       // Emulate PCMPGTQ with (hi1 > hi2) | ((hi1 == hi2) & (lo1 > lo2))
14502       SDValue GT = DAG.getNode(X86ISD::PCMPGT, dl, MVT::v4i32, Op0, Op1);
14503       SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1);
14504
14505       // Create masks for only the low parts/high parts of the 64 bit integers.
14506       static const int MaskHi[] = { 1, 1, 3, 3 };
14507       static const int MaskLo[] = { 0, 0, 2, 2 };
14508       SDValue EQHi = DAG.getVectorShuffle(MVT::v4i32, dl, EQ, EQ, MaskHi);
14509       SDValue GTLo = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskLo);
14510       SDValue GTHi = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);
14511
14512       SDValue Result = DAG.getNode(ISD::AND, dl, MVT::v4i32, EQHi, GTLo);
14513       Result = DAG.getNode(ISD::OR, dl, MVT::v4i32, Result, GTHi);
14514
14515       if (Invert)
14516         Result = DAG.getNOT(dl, Result, MVT::v4i32);
14517
14518       return DAG.getBitcast(VT, Result);
14519     }
14520
14521     if (Opc == X86ISD::PCMPEQ && !Subtarget->hasSSE41()) {
14522       // If pcmpeqq is missing but pcmpeqd is available synthesize pcmpeqq with
14523       // pcmpeqd + pshufd + pand.
14524       assert(Subtarget->hasSSE2() && !FlipSigns && "Don't know how to lower!");
14525
14526       // First cast everything to the right type.
14527       Op0 = DAG.getBitcast(MVT::v4i32, Op0);
14528       Op1 = DAG.getBitcast(MVT::v4i32, Op1);
14529
14530       // Do the compare.
14531       SDValue Result = DAG.getNode(Opc, dl, MVT::v4i32, Op0, Op1);
14532
14533       // Make sure the lower and upper halves are both all-ones.
14534       static const int Mask[] = { 1, 0, 3, 2 };
14535       SDValue Shuf = DAG.getVectorShuffle(MVT::v4i32, dl, Result, Result, Mask);
14536       Result = DAG.getNode(ISD::AND, dl, MVT::v4i32, Result, Shuf);
14537
14538       if (Invert)
14539         Result = DAG.getNOT(dl, Result, MVT::v4i32);
14540
14541       return DAG.getBitcast(VT, Result);
14542     }
14543   }
14544
14545   // Since SSE has no unsigned integer comparisons, we need to flip the sign
14546   // bits of the inputs before performing those operations.
14547   if (FlipSigns) {
14548     MVT EltVT = VT.getVectorElementType();
14549     SDValue SB = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()), dl,
14550                                  VT);
14551     Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SB);
14552     Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SB);
14553   }
14554
14555   SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
14556
14557   // If the logical-not of the result is required, perform that now.
14558   if (Invert)
14559     Result = DAG.getNOT(dl, Result, VT);
14560
14561   if (MinMax)
14562     Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Op0, Result);
14563
14564   if (Subus)
14565     Result = DAG.getNode(X86ISD::PCMPEQ, dl, VT, Result,
14566                          getZeroVector(VT, Subtarget, DAG, dl));
14567
14568   return Result;
14569 }
14570
14571 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
14572
14573   MVT VT = Op.getSimpleValueType();
14574
14575   if (VT.isVector()) return LowerVSETCC(Op, Subtarget, DAG);
14576
14577   assert(((!Subtarget->hasAVX512() && VT == MVT::i8) || (VT == MVT::i1))
14578          && "SetCC type must be 8-bit or 1-bit integer");
14579   SDValue Op0 = Op.getOperand(0);
14580   SDValue Op1 = Op.getOperand(1);
14581   SDLoc dl(Op);
14582   ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
14583
14584   // Optimize to BT if possible.
14585   // Lower (X & (1 << N)) == 0 to BT(X, N).
14586   // Lower ((X >>u N) & 1) != 0 to BT(X, N).
14587   // Lower ((X >>s N) & 1) != 0 to BT(X, N).
14588   if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() &&
14589       isNullConstant(Op1) &&
14590       (CC == ISD::SETEQ || CC == ISD::SETNE)) {
14591     if (SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG)) {
14592       if (VT == MVT::i1)
14593         return DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewSetCC);
14594       return NewSetCC;
14595     }
14596   }
14597
14598   // Look for X == 0, X == 1, X != 0, or X != 1.  We can simplify some forms of
14599   // these.
14600   if ((isOneConstant(Op1) || isNullConstant(Op1)) &&
14601       (CC == ISD::SETEQ || CC == ISD::SETNE)) {
14602
14603     // If the input is a setcc, then reuse the input setcc or use a new one with
14604     // the inverted condition.
14605     if (Op0.getOpcode() == X86ISD::SETCC) {
14606       X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
14607       bool Invert = (CC == ISD::SETNE) ^ isNullConstant(Op1);
14608       if (!Invert)
14609         return Op0;
14610
14611       CCode = X86::GetOppositeBranchCondition(CCode);
14612       SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
14613                                   DAG.getConstant(CCode, dl, MVT::i8),
14614                                   Op0.getOperand(1));
14615       if (VT == MVT::i1)
14616         return DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, SetCC);
14617       return SetCC;
14618     }
14619   }
14620   if ((Op0.getValueType() == MVT::i1) && isOneConstant(Op1) &&
14621       (CC == ISD::SETEQ || CC == ISD::SETNE)) {
14622
14623     ISD::CondCode NewCC = ISD::getSetCCInverse(CC, true);
14624     return DAG.getSetCC(dl, VT, Op0, DAG.getConstant(0, dl, MVT::i1), NewCC);
14625   }
14626
14627   bool isFP = Op1.getSimpleValueType().isFloatingPoint();
14628   unsigned X86CC = TranslateX86CC(CC, dl, isFP, Op0, Op1, DAG);
14629   if (X86CC == X86::COND_INVALID)
14630     return SDValue();
14631
14632   SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, dl, DAG);
14633   EFLAGS = ConvertCmpIfNecessary(EFLAGS, DAG);
14634   SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
14635                               DAG.getConstant(X86CC, dl, MVT::i8), EFLAGS);
14636   if (VT == MVT::i1)
14637     return DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, SetCC);
14638   return SetCC;
14639 }
14640
14641 SDValue X86TargetLowering::LowerSETCCE(SDValue Op, SelectionDAG &DAG) const {
14642   SDValue LHS = Op.getOperand(0);
14643   SDValue RHS = Op.getOperand(1);
14644   SDValue Carry = Op.getOperand(2);
14645   SDValue Cond = Op.getOperand(3);
14646   SDLoc DL(Op);
14647
14648   assert(LHS.getSimpleValueType().isInteger() && "SETCCE is integer only.");
14649   X86::CondCode CC = TranslateIntegerX86CC(cast<CondCodeSDNode>(Cond)->get());
14650
14651   assert(Carry.getOpcode() != ISD::CARRY_FALSE);
14652   SDVTList VTs = DAG.getVTList(LHS.getValueType(), MVT::i32);
14653   SDValue Cmp = DAG.getNode(X86ISD::SBB, DL, VTs, LHS, RHS, Carry);
14654   return DAG.getNode(X86ISD::SETCC, DL, Op.getValueType(),
14655                      DAG.getConstant(CC, DL, MVT::i8), Cmp.getValue(1));
14656 }
14657
14658 // isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
14659 static bool isX86LogicalCmp(SDValue Op) {
14660   unsigned Opc = Op.getNode()->getOpcode();
14661   if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI ||
14662       Opc == X86ISD::SAHF)
14663     return true;
14664   if (Op.getResNo() == 1 &&
14665       (Opc == X86ISD::ADD ||
14666        Opc == X86ISD::SUB ||
14667        Opc == X86ISD::ADC ||
14668        Opc == X86ISD::SBB ||
14669        Opc == X86ISD::SMUL ||
14670        Opc == X86ISD::UMUL ||
14671        Opc == X86ISD::INC ||
14672        Opc == X86ISD::DEC ||
14673        Opc == X86ISD::OR ||
14674        Opc == X86ISD::XOR ||
14675        Opc == X86ISD::AND))
14676     return true;
14677
14678   if (Op.getResNo() == 2 && Opc == X86ISD::UMUL)
14679     return true;
14680
14681   return false;
14682 }
14683
14684 static bool isTruncWithZeroHighBitsInput(SDValue V, SelectionDAG &DAG) {
14685   if (V.getOpcode() != ISD::TRUNCATE)
14686     return false;
14687
14688   SDValue VOp0 = V.getOperand(0);
14689   unsigned InBits = VOp0.getValueSizeInBits();
14690   unsigned Bits = V.getValueSizeInBits();
14691   return DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits));
14692 }
14693
14694 SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
14695   bool addTest = true;
14696   SDValue Cond  = Op.getOperand(0);
14697   SDValue Op1 = Op.getOperand(1);
14698   SDValue Op2 = Op.getOperand(2);
14699   SDLoc DL(Op);
14700   MVT VT = Op1.getSimpleValueType();
14701   SDValue CC;
14702
14703   // Lower FP selects into a CMP/AND/ANDN/OR sequence when the necessary SSE ops
14704   // are available or VBLENDV if AVX is available.
14705   // Otherwise FP cmovs get lowered into a less efficient branch sequence later.
14706   if (Cond.getOpcode() == ISD::SETCC &&
14707       ((Subtarget->hasSSE2() && (VT == MVT::f32 || VT == MVT::f64)) ||
14708        (Subtarget->hasSSE1() && VT == MVT::f32)) &&
14709       VT == Cond.getOperand(0).getSimpleValueType() && Cond->hasOneUse()) {
14710     SDValue CondOp0 = Cond.getOperand(0), CondOp1 = Cond.getOperand(1);
14711     int SSECC = translateX86FSETCC(
14712         cast<CondCodeSDNode>(Cond.getOperand(2))->get(), CondOp0, CondOp1);
14713
14714     if (SSECC != 8) {
14715       if (Subtarget->hasAVX512()) {
14716         SDValue Cmp = DAG.getNode(X86ISD::FSETCC, DL, MVT::i1, CondOp0, CondOp1,
14717                                   DAG.getConstant(SSECC, DL, MVT::i8));
14718         return DAG.getNode(X86ISD::SELECT, DL, VT, Cmp, Op1, Op2);
14719       }
14720
14721       SDValue Cmp = DAG.getNode(X86ISD::FSETCC, DL, VT, CondOp0, CondOp1,
14722                                 DAG.getConstant(SSECC, DL, MVT::i8));
14723
14724       // If we have AVX, we can use a variable vector select (VBLENDV) instead
14725       // of 3 logic instructions for size savings and potentially speed.
14726       // Unfortunately, there is no scalar form of VBLENDV.
14727
14728       // If either operand is a constant, don't try this. We can expect to
14729       // optimize away at least one of the logic instructions later in that
14730       // case, so that sequence would be faster than a variable blend.
14731
14732       // BLENDV was introduced with SSE 4.1, but the 2 register form implicitly
14733       // uses XMM0 as the selection register. That may need just as many
14734       // instructions as the AND/ANDN/OR sequence due to register moves, so
14735       // don't bother.
14736
14737       if (Subtarget->hasAVX() &&
14738           !isa<ConstantFPSDNode>(Op1) && !isa<ConstantFPSDNode>(Op2)) {
14739
14740         // Convert to vectors, do a VSELECT, and convert back to scalar.
14741         // All of the conversions should be optimized away.
14742
14743         MVT VecVT = VT == MVT::f32 ? MVT::v4f32 : MVT::v2f64;
14744         SDValue VOp1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VecVT, Op1);
14745         SDValue VOp2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VecVT, Op2);
14746         SDValue VCmp = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VecVT, Cmp);
14747
14748         MVT VCmpVT = VT == MVT::f32 ? MVT::v4i32 : MVT::v2i64;
14749         VCmp = DAG.getBitcast(VCmpVT, VCmp);
14750
14751         SDValue VSel = DAG.getNode(ISD::VSELECT, DL, VecVT, VCmp, VOp1, VOp2);
14752
14753         return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, VT,
14754                            VSel, DAG.getIntPtrConstant(0, DL));
14755       }
14756       SDValue AndN = DAG.getNode(X86ISD::FANDN, DL, VT, Cmp, Op2);
14757       SDValue And = DAG.getNode(X86ISD::FAND, DL, VT, Cmp, Op1);
14758       return DAG.getNode(X86ISD::FOR, DL, VT, AndN, And);
14759     }
14760   }
14761
14762   if (VT.isVector() && VT.getVectorElementType() == MVT::i1) {
14763     SDValue Op1Scalar;
14764     if (ISD::isBuildVectorOfConstantSDNodes(Op1.getNode()))
14765       Op1Scalar = ConvertI1VectorToInteger(Op1, DAG);
14766     else if (Op1.getOpcode() == ISD::BITCAST && Op1.getOperand(0))
14767       Op1Scalar = Op1.getOperand(0);
14768     SDValue Op2Scalar;
14769     if (ISD::isBuildVectorOfConstantSDNodes(Op2.getNode()))
14770       Op2Scalar = ConvertI1VectorToInteger(Op2, DAG);
14771     else if (Op2.getOpcode() == ISD::BITCAST && Op2.getOperand(0))
14772       Op2Scalar = Op2.getOperand(0);
14773     if (Op1Scalar.getNode() && Op2Scalar.getNode()) {
14774       SDValue newSelect = DAG.getNode(ISD::SELECT, DL,
14775                                       Op1Scalar.getValueType(),
14776                                       Cond, Op1Scalar, Op2Scalar);
14777       if (newSelect.getValueSizeInBits() == VT.getSizeInBits())
14778         return DAG.getBitcast(VT, newSelect);
14779       SDValue ExtVec = DAG.getBitcast(MVT::v8i1, newSelect);
14780       return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, ExtVec,
14781                          DAG.getIntPtrConstant(0, DL));
14782     }
14783   }
14784
14785   if (VT == MVT::v4i1 || VT == MVT::v2i1) {
14786     SDValue zeroConst = DAG.getIntPtrConstant(0, DL);
14787     Op1 = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, MVT::v8i1,
14788                       DAG.getUNDEF(MVT::v8i1), Op1, zeroConst);
14789     Op2 = DAG.getNode(ISD::INSERT_SUBVECTOR, DL, MVT::v8i1,
14790                       DAG.getUNDEF(MVT::v8i1), Op2, zeroConst);
14791     SDValue newSelect = DAG.getNode(ISD::SELECT, DL, MVT::v8i1,
14792                                     Cond, Op1, Op2);
14793     return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, newSelect, zeroConst);
14794   }
14795
14796   if (Cond.getOpcode() == ISD::SETCC) {
14797     SDValue NewCond = LowerSETCC(Cond, DAG);
14798     if (NewCond.getNode())
14799       Cond = NewCond;
14800   }
14801
14802   // (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y
14803   // (select (x == 0), y, -1) -> ~(sign_bit (x - 1)) | y
14804   // (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y
14805   // (select (x != 0), -1, y) -> ~(sign_bit (x - 1)) | y
14806   if (Cond.getOpcode() == X86ISD::SETCC &&
14807       Cond.getOperand(1).getOpcode() == X86ISD::CMP &&
14808       isNullConstant(Cond.getOperand(1).getOperand(1))) {
14809     SDValue Cmp = Cond.getOperand(1);
14810
14811     unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
14812
14813     if ((isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) &&
14814         (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
14815       SDValue Y = isAllOnesConstant(Op2) ? Op1 : Op2;
14816
14817       SDValue CmpOp0 = Cmp.getOperand(0);
14818       // Apply further optimizations for special cases
14819       // (select (x != 0), -1, 0) -> neg & sbb
14820       // (select (x == 0), 0, -1) -> neg & sbb
14821       if (isNullConstant(Y) &&
14822             (isAllOnesConstant(Op1) == (CondCode == X86::COND_NE))) {
14823           SDVTList VTs = DAG.getVTList(CmpOp0.getValueType(), MVT::i32);
14824           SDValue Neg = DAG.getNode(X86ISD::SUB, DL, VTs,
14825                                     DAG.getConstant(0, DL,
14826                                                     CmpOp0.getValueType()),
14827                                     CmpOp0);
14828           SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
14829                                     DAG.getConstant(X86::COND_B, DL, MVT::i8),
14830                                     SDValue(Neg.getNode(), 1));
14831           return Res;
14832         }
14833
14834       Cmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32,
14835                         CmpOp0, DAG.getConstant(1, DL, CmpOp0.getValueType()));
14836       Cmp = ConvertCmpIfNecessary(Cmp, DAG);
14837
14838       SDValue Res =   // Res = 0 or -1.
14839         DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
14840                     DAG.getConstant(X86::COND_B, DL, MVT::i8), Cmp);
14841
14842       if (isAllOnesConstant(Op1) != (CondCode == X86::COND_E))
14843         Res = DAG.getNOT(DL, Res, Res.getValueType());
14844
14845       if (!isNullConstant(Op2))
14846         Res = DAG.getNode(ISD::OR, DL, Res.getValueType(), Res, Y);
14847       return Res;
14848     }
14849   }
14850
14851   // Look past (and (setcc_carry (cmp ...)), 1).
14852   if (Cond.getOpcode() == ISD::AND &&
14853       Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY &&
14854       isOneConstant(Cond.getOperand(1)))
14855     Cond = Cond.getOperand(0);
14856
14857   // If condition flag is set by a X86ISD::CMP, then use it as the condition
14858   // setting operand in place of the X86ISD::SETCC.
14859   unsigned CondOpcode = Cond.getOpcode();
14860   if (CondOpcode == X86ISD::SETCC ||
14861       CondOpcode == X86ISD::SETCC_CARRY) {
14862     CC = Cond.getOperand(0);
14863
14864     SDValue Cmp = Cond.getOperand(1);
14865     unsigned Opc = Cmp.getOpcode();
14866     MVT VT = Op.getSimpleValueType();
14867
14868     bool IllegalFPCMov = false;
14869     if (VT.isFloatingPoint() && !VT.isVector() &&
14870         !isScalarFPTypeInSSEReg(VT))  // FPStack?
14871       IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
14872
14873     if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
14874         Opc == X86ISD::BT) { // FIXME
14875       Cond = Cmp;
14876       addTest = false;
14877     }
14878   } else if (CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO ||
14879              CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO ||
14880              ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) &&
14881               Cond.getOperand(0).getValueType() != MVT::i8)) {
14882     SDValue LHS = Cond.getOperand(0);
14883     SDValue RHS = Cond.getOperand(1);
14884     unsigned X86Opcode;
14885     unsigned X86Cond;
14886     SDVTList VTs;
14887     switch (CondOpcode) {
14888     case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break;
14889     case ISD::SADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break;
14890     case ISD::USUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_B; break;
14891     case ISD::SSUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break;
14892     case ISD::UMULO: X86Opcode = X86ISD::UMUL; X86Cond = X86::COND_O; break;
14893     case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break;
14894     default: llvm_unreachable("unexpected overflowing operator");
14895     }
14896     if (CondOpcode == ISD::UMULO)
14897       VTs = DAG.getVTList(LHS.getValueType(), LHS.getValueType(),
14898                           MVT::i32);
14899     else
14900       VTs = DAG.getVTList(LHS.getValueType(), MVT::i32);
14901
14902     SDValue X86Op = DAG.getNode(X86Opcode, DL, VTs, LHS, RHS);
14903
14904     if (CondOpcode == ISD::UMULO)
14905       Cond = X86Op.getValue(2);
14906     else
14907       Cond = X86Op.getValue(1);
14908
14909     CC = DAG.getConstant(X86Cond, DL, MVT::i8);
14910     addTest = false;
14911   }
14912
14913   if (addTest) {
14914     // Look past the truncate if the high bits are known zero.
14915     if (isTruncWithZeroHighBitsInput(Cond, DAG))
14916       Cond = Cond.getOperand(0);
14917
14918     // We know the result of AND is compared against zero. Try to match
14919     // it to BT.
14920     if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
14921       if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG)) {
14922         CC = NewSetCC.getOperand(0);
14923         Cond = NewSetCC.getOperand(1);
14924         addTest = false;
14925       }
14926     }
14927   }
14928
14929   if (addTest) {
14930     CC = DAG.getConstant(X86::COND_NE, DL, MVT::i8);
14931     Cond = EmitTest(Cond, X86::COND_NE, DL, DAG);
14932   }
14933
14934   // a <  b ? -1 :  0 -> RES = ~setcc_carry
14935   // a <  b ?  0 : -1 -> RES = setcc_carry
14936   // a >= b ? -1 :  0 -> RES = setcc_carry
14937   // a >= b ?  0 : -1 -> RES = ~setcc_carry
14938   if (Cond.getOpcode() == X86ISD::SUB) {
14939     Cond = ConvertCmpIfNecessary(Cond, DAG);
14940     unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
14941
14942     if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) &&
14943         (isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) &&
14944         (isNullConstant(Op1) || isNullConstant(Op2))) {
14945       SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
14946                                 DAG.getConstant(X86::COND_B, DL, MVT::i8),
14947                                 Cond);
14948       if (isAllOnesConstant(Op1) != (CondCode == X86::COND_B))
14949         return DAG.getNOT(DL, Res, Res.getValueType());
14950       return Res;
14951     }
14952   }
14953
14954   // X86 doesn't have an i8 cmov. If both operands are the result of a truncate
14955   // widen the cmov and push the truncate through. This avoids introducing a new
14956   // branch during isel and doesn't add any extensions.
14957   if (Op.getValueType() == MVT::i8 &&
14958       Op1.getOpcode() == ISD::TRUNCATE && Op2.getOpcode() == ISD::TRUNCATE) {
14959     SDValue T1 = Op1.getOperand(0), T2 = Op2.getOperand(0);
14960     if (T1.getValueType() == T2.getValueType() &&
14961         // Blacklist CopyFromReg to avoid partial register stalls.
14962         T1.getOpcode() != ISD::CopyFromReg && T2.getOpcode()!=ISD::CopyFromReg){
14963       SDVTList VTs = DAG.getVTList(T1.getValueType(), MVT::Glue);
14964       SDValue Cmov = DAG.getNode(X86ISD::CMOV, DL, VTs, T2, T1, CC, Cond);
14965       return DAG.getNode(ISD::TRUNCATE, DL, Op.getValueType(), Cmov);
14966     }
14967   }
14968
14969   // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
14970   // condition is true.
14971   SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
14972   SDValue Ops[] = { Op2, Op1, CC, Cond };
14973   return DAG.getNode(X86ISD::CMOV, DL, VTs, Ops);
14974 }
14975
14976 static SDValue LowerSIGN_EXTEND_AVX512(SDValue Op,
14977                                        const X86Subtarget *Subtarget,
14978                                        SelectionDAG &DAG) {
14979   MVT VT = Op->getSimpleValueType(0);
14980   SDValue In = Op->getOperand(0);
14981   MVT InVT = In.getSimpleValueType();
14982   MVT VTElt = VT.getVectorElementType();
14983   MVT InVTElt = InVT.getVectorElementType();
14984   SDLoc dl(Op);
14985
14986   // SKX processor
14987   if ((InVTElt == MVT::i1) &&
14988       (((Subtarget->hasBWI() && Subtarget->hasVLX() &&
14989         VT.getSizeInBits() <= 256 && VTElt.getSizeInBits() <= 16)) ||
14990
14991        ((Subtarget->hasBWI() && VT.is512BitVector() &&
14992         VTElt.getSizeInBits() <= 16)) ||
14993
14994        ((Subtarget->hasDQI() && Subtarget->hasVLX() &&
14995         VT.getSizeInBits() <= 256 && VTElt.getSizeInBits() >= 32)) ||
14996
14997        ((Subtarget->hasDQI() && VT.is512BitVector() &&
14998         VTElt.getSizeInBits() >= 32))))
14999     return DAG.getNode(X86ISD::VSEXT, dl, VT, In);
15000
15001   unsigned int NumElts = VT.getVectorNumElements();
15002
15003   if (NumElts != 8 && NumElts != 16 && !Subtarget->hasBWI())
15004     return SDValue();
15005
15006   if (VT.is512BitVector() && InVT.getVectorElementType() != MVT::i1) {
15007     if (In.getOpcode() == X86ISD::VSEXT || In.getOpcode() == X86ISD::VZEXT)
15008       return DAG.getNode(In.getOpcode(), dl, VT, In.getOperand(0));
15009     return DAG.getNode(X86ISD::VSEXT, dl, VT, In);
15010   }
15011
15012   assert (InVT.getVectorElementType() == MVT::i1 && "Unexpected vector type");
15013   MVT ExtVT = NumElts == 8 ? MVT::v8i64 : MVT::v16i32;
15014   SDValue NegOne =
15015    DAG.getConstant(APInt::getAllOnesValue(ExtVT.getScalarSizeInBits()), dl,
15016                    ExtVT);
15017   SDValue Zero =
15018    DAG.getConstant(APInt::getNullValue(ExtVT.getScalarSizeInBits()), dl, ExtVT);
15019
15020   SDValue V = DAG.getNode(ISD::VSELECT, dl, ExtVT, In, NegOne, Zero);
15021   if (VT.is512BitVector())
15022     return V;
15023   return DAG.getNode(X86ISD::VTRUNC, dl, VT, V);
15024 }
15025
15026 static SDValue LowerSIGN_EXTEND_VECTOR_INREG(SDValue Op,
15027                                              const X86Subtarget *Subtarget,
15028                                              SelectionDAG &DAG) {
15029   SDValue In = Op->getOperand(0);
15030   MVT VT = Op->getSimpleValueType(0);
15031   MVT InVT = In.getSimpleValueType();
15032   assert(VT.getSizeInBits() == InVT.getSizeInBits());
15033
15034   MVT InSVT = InVT.getVectorElementType();
15035   assert(VT.getVectorElementType().getSizeInBits() > InSVT.getSizeInBits());
15036
15037   if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
15038     return SDValue();
15039   if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8)
15040     return SDValue();
15041
15042   SDLoc dl(Op);
15043
15044   // SSE41 targets can use the pmovsx* instructions directly.
15045   if (Subtarget->hasSSE41())
15046     return DAG.getNode(X86ISD::VSEXT, dl, VT, In);
15047
15048   // pre-SSE41 targets unpack lower lanes and then sign-extend using SRAI.
15049   SDValue Curr = In;
15050   MVT CurrVT = InVT;
15051
15052   // As SRAI is only available on i16/i32 types, we expand only up to i32
15053   // and handle i64 separately.
15054   while (CurrVT != VT && CurrVT.getVectorElementType() != MVT::i32) {
15055     Curr = DAG.getNode(X86ISD::UNPCKL, dl, CurrVT, DAG.getUNDEF(CurrVT), Curr);
15056     MVT CurrSVT = MVT::getIntegerVT(CurrVT.getScalarSizeInBits() * 2);
15057     CurrVT = MVT::getVectorVT(CurrSVT, CurrVT.getVectorNumElements() / 2);
15058     Curr = DAG.getBitcast(CurrVT, Curr);
15059   }
15060
15061   SDValue SignExt = Curr;
15062   if (CurrVT != InVT) {
15063     unsigned SignExtShift =
15064         CurrVT.getVectorElementType().getSizeInBits() - InSVT.getSizeInBits();
15065     SignExt = DAG.getNode(X86ISD::VSRAI, dl, CurrVT, Curr,
15066                           DAG.getConstant(SignExtShift, dl, MVT::i8));
15067   }
15068
15069   if (CurrVT == VT)
15070     return SignExt;
15071
15072   if (VT == MVT::v2i64 && CurrVT == MVT::v4i32) {
15073     SDValue Sign = DAG.getNode(X86ISD::VSRAI, dl, CurrVT, Curr,
15074                                DAG.getConstant(31, dl, MVT::i8));
15075     SDValue Ext = DAG.getVectorShuffle(CurrVT, dl, SignExt, Sign, {0, 4, 1, 5});
15076     return DAG.getBitcast(VT, Ext);
15077   }
15078
15079   return SDValue();
15080 }
15081
15082 static SDValue LowerSIGN_EXTEND(SDValue Op, const X86Subtarget *Subtarget,
15083                                 SelectionDAG &DAG) {
15084   MVT VT = Op->getSimpleValueType(0);
15085   SDValue In = Op->getOperand(0);
15086   MVT InVT = In.getSimpleValueType();
15087   SDLoc dl(Op);
15088
15089   if (VT.is512BitVector() || InVT.getVectorElementType() == MVT::i1)
15090     return LowerSIGN_EXTEND_AVX512(Op, Subtarget, DAG);
15091
15092   if ((VT != MVT::v4i64 || InVT != MVT::v4i32) &&
15093       (VT != MVT::v8i32 || InVT != MVT::v8i16) &&
15094       (VT != MVT::v16i16 || InVT != MVT::v16i8))
15095     return SDValue();
15096
15097   if (Subtarget->hasInt256())
15098     return DAG.getNode(X86ISD::VSEXT, dl, VT, In);
15099
15100   // Optimize vectors in AVX mode
15101   // Sign extend  v8i16 to v8i32 and
15102   //              v4i32 to v4i64
15103   //
15104   // Divide input vector into two parts
15105   // for v4i32 the shuffle mask will be { 0, 1, -1, -1} {2, 3, -1, -1}
15106   // use vpmovsx instruction to extend v4i32 -> v2i64; v8i16 -> v4i32
15107   // concat the vectors to original VT
15108
15109   unsigned NumElems = InVT.getVectorNumElements();
15110   SDValue Undef = DAG.getUNDEF(InVT);
15111
15112   SmallVector<int,8> ShufMask1(NumElems, -1);
15113   for (unsigned i = 0; i != NumElems/2; ++i)
15114     ShufMask1[i] = i;
15115
15116   SDValue OpLo = DAG.getVectorShuffle(InVT, dl, In, Undef, &ShufMask1[0]);
15117
15118   SmallVector<int,8> ShufMask2(NumElems, -1);
15119   for (unsigned i = 0; i != NumElems/2; ++i)
15120     ShufMask2[i] = i + NumElems/2;
15121
15122   SDValue OpHi = DAG.getVectorShuffle(InVT, dl, In, Undef, &ShufMask2[0]);
15123
15124   MVT HalfVT = MVT::getVectorVT(VT.getVectorElementType(),
15125                                 VT.getVectorNumElements()/2);
15126
15127   OpLo = DAG.getNode(X86ISD::VSEXT, dl, HalfVT, OpLo);
15128   OpHi = DAG.getNode(X86ISD::VSEXT, dl, HalfVT, OpHi);
15129
15130   return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT, OpLo, OpHi);
15131 }
15132
15133 // Lower vector extended loads using a shuffle. If SSSE3 is not available we
15134 // may emit an illegal shuffle but the expansion is still better than scalar
15135 // code. We generate X86ISD::VSEXT for SEXTLOADs if it's available, otherwise
15136 // we'll emit a shuffle and a arithmetic shift.
15137 // FIXME: Is the expansion actually better than scalar code? It doesn't seem so.
15138 // TODO: It is possible to support ZExt by zeroing the undef values during
15139 // the shuffle phase or after the shuffle.
15140 static SDValue LowerExtendedLoad(SDValue Op, const X86Subtarget *Subtarget,
15141                                  SelectionDAG &DAG) {
15142   MVT RegVT = Op.getSimpleValueType();
15143   assert(RegVT.isVector() && "We only custom lower vector sext loads.");
15144   assert(RegVT.isInteger() &&
15145          "We only custom lower integer vector sext loads.");
15146
15147   // Nothing useful we can do without SSE2 shuffles.
15148   assert(Subtarget->hasSSE2() && "We only custom lower sext loads with SSE2.");
15149
15150   LoadSDNode *Ld = cast<LoadSDNode>(Op.getNode());
15151   SDLoc dl(Ld);
15152   EVT MemVT = Ld->getMemoryVT();
15153   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
15154   unsigned RegSz = RegVT.getSizeInBits();
15155
15156   ISD::LoadExtType Ext = Ld->getExtensionType();
15157
15158   assert((Ext == ISD::EXTLOAD || Ext == ISD::SEXTLOAD)
15159          && "Only anyext and sext are currently implemented.");
15160   assert(MemVT != RegVT && "Cannot extend to the same type");
15161   assert(MemVT.isVector() && "Must load a vector from memory");
15162
15163   unsigned NumElems = RegVT.getVectorNumElements();
15164   unsigned MemSz = MemVT.getSizeInBits();
15165   assert(RegSz > MemSz && "Register size must be greater than the mem size");
15166
15167   if (Ext == ISD::SEXTLOAD && RegSz == 256 && !Subtarget->hasInt256()) {
15168     // The only way in which we have a legal 256-bit vector result but not the
15169     // integer 256-bit operations needed to directly lower a sextload is if we
15170     // have AVX1 but not AVX2. In that case, we can always emit a sextload to
15171     // a 128-bit vector and a normal sign_extend to 256-bits that should get
15172     // correctly legalized. We do this late to allow the canonical form of
15173     // sextload to persist throughout the rest of the DAG combiner -- it wants
15174     // to fold together any extensions it can, and so will fuse a sign_extend
15175     // of an sextload into a sextload targeting a wider value.
15176     SDValue Load;
15177     if (MemSz == 128) {
15178       // Just switch this to a normal load.
15179       assert(TLI.isTypeLegal(MemVT) && "If the memory type is a 128-bit type, "
15180                                        "it must be a legal 128-bit vector "
15181                                        "type!");
15182       Load = DAG.getLoad(MemVT, dl, Ld->getChain(), Ld->getBasePtr(),
15183                   Ld->getPointerInfo(), Ld->isVolatile(), Ld->isNonTemporal(),
15184                   Ld->isInvariant(), Ld->getAlignment());
15185     } else {
15186       assert(MemSz < 128 &&
15187              "Can't extend a type wider than 128 bits to a 256 bit vector!");
15188       // Do an sext load to a 128-bit vector type. We want to use the same
15189       // number of elements, but elements half as wide. This will end up being
15190       // recursively lowered by this routine, but will succeed as we definitely
15191       // have all the necessary features if we're using AVX1.
15192       EVT HalfEltVT =
15193           EVT::getIntegerVT(*DAG.getContext(), RegVT.getScalarSizeInBits() / 2);
15194       EVT HalfVecVT = EVT::getVectorVT(*DAG.getContext(), HalfEltVT, NumElems);
15195       Load =
15196           DAG.getExtLoad(Ext, dl, HalfVecVT, Ld->getChain(), Ld->getBasePtr(),
15197                          Ld->getPointerInfo(), MemVT, Ld->isVolatile(),
15198                          Ld->isNonTemporal(), Ld->isInvariant(),
15199                          Ld->getAlignment());
15200     }
15201
15202     // Replace chain users with the new chain.
15203     assert(Load->getNumValues() == 2 && "Loads must carry a chain!");
15204     DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), Load.getValue(1));
15205
15206     // Finally, do a normal sign-extend to the desired register.
15207     return DAG.getSExtOrTrunc(Load, dl, RegVT);
15208   }
15209
15210   // All sizes must be a power of two.
15211   assert(isPowerOf2_32(RegSz * MemSz * NumElems) &&
15212          "Non-power-of-two elements are not custom lowered!");
15213
15214   // Attempt to load the original value using scalar loads.
15215   // Find the largest scalar type that divides the total loaded size.
15216   MVT SclrLoadTy = MVT::i8;
15217   for (MVT Tp : MVT::integer_valuetypes()) {
15218     if (TLI.isTypeLegal(Tp) && ((MemSz % Tp.getSizeInBits()) == 0)) {
15219       SclrLoadTy = Tp;
15220     }
15221   }
15222
15223   // On 32bit systems, we can't save 64bit integers. Try bitcasting to F64.
15224   if (TLI.isTypeLegal(MVT::f64) && SclrLoadTy.getSizeInBits() < 64 &&
15225       (64 <= MemSz))
15226     SclrLoadTy = MVT::f64;
15227
15228   // Calculate the number of scalar loads that we need to perform
15229   // in order to load our vector from memory.
15230   unsigned NumLoads = MemSz / SclrLoadTy.getSizeInBits();
15231
15232   assert((Ext != ISD::SEXTLOAD || NumLoads == 1) &&
15233          "Can only lower sext loads with a single scalar load!");
15234
15235   unsigned loadRegZize = RegSz;
15236   if (Ext == ISD::SEXTLOAD && RegSz >= 256)
15237     loadRegZize = 128;
15238
15239   // Represent our vector as a sequence of elements which are the
15240   // largest scalar that we can load.
15241   EVT LoadUnitVecVT = EVT::getVectorVT(
15242       *DAG.getContext(), SclrLoadTy, loadRegZize / SclrLoadTy.getSizeInBits());
15243
15244   // Represent the data using the same element type that is stored in
15245   // memory. In practice, we ''widen'' MemVT.
15246   EVT WideVecVT =
15247       EVT::getVectorVT(*DAG.getContext(), MemVT.getScalarType(),
15248                        loadRegZize / MemVT.getScalarSizeInBits());
15249
15250   assert(WideVecVT.getSizeInBits() == LoadUnitVecVT.getSizeInBits() &&
15251          "Invalid vector type");
15252
15253   // We can't shuffle using an illegal type.
15254   assert(TLI.isTypeLegal(WideVecVT) &&
15255          "We only lower types that form legal widened vector types");
15256
15257   SmallVector<SDValue, 8> Chains;
15258   SDValue Ptr = Ld->getBasePtr();
15259   SDValue Increment = DAG.getConstant(SclrLoadTy.getSizeInBits() / 8, dl,
15260                                       TLI.getPointerTy(DAG.getDataLayout()));
15261   SDValue Res = DAG.getUNDEF(LoadUnitVecVT);
15262
15263   for (unsigned i = 0; i < NumLoads; ++i) {
15264     // Perform a single load.
15265     SDValue ScalarLoad =
15266         DAG.getLoad(SclrLoadTy, dl, Ld->getChain(), Ptr, Ld->getPointerInfo(),
15267                     Ld->isVolatile(), Ld->isNonTemporal(), Ld->isInvariant(),
15268                     Ld->getAlignment());
15269     Chains.push_back(ScalarLoad.getValue(1));
15270     // Create the first element type using SCALAR_TO_VECTOR in order to avoid
15271     // another round of DAGCombining.
15272     if (i == 0)
15273       Res = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LoadUnitVecVT, ScalarLoad);
15274     else
15275       Res = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, LoadUnitVecVT, Res,
15276                         ScalarLoad, DAG.getIntPtrConstant(i, dl));
15277
15278     Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
15279   }
15280
15281   SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
15282
15283   // Bitcast the loaded value to a vector of the original element type, in
15284   // the size of the target vector type.
15285   SDValue SlicedVec = DAG.getBitcast(WideVecVT, Res);
15286   unsigned SizeRatio = RegSz / MemSz;
15287
15288   if (Ext == ISD::SEXTLOAD) {
15289     // If we have SSE4.1, we can directly emit a VSEXT node.
15290     if (Subtarget->hasSSE41()) {
15291       SDValue Sext = DAG.getNode(X86ISD::VSEXT, dl, RegVT, SlicedVec);
15292       DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), TF);
15293       return Sext;
15294     }
15295
15296     // Otherwise we'll use SIGN_EXTEND_VECTOR_INREG to sign extend the lowest
15297     // lanes.
15298     assert(TLI.isOperationLegalOrCustom(ISD::SIGN_EXTEND_VECTOR_INREG, RegVT) &&
15299            "We can't implement a sext load without SIGN_EXTEND_VECTOR_INREG!");
15300
15301     SDValue Shuff = DAG.getSignExtendVectorInReg(SlicedVec, dl, RegVT);
15302     DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), TF);
15303     return Shuff;
15304   }
15305
15306   // Redistribute the loaded elements into the different locations.
15307   SmallVector<int, 16> ShuffleVec(NumElems * SizeRatio, -1);
15308   for (unsigned i = 0; i != NumElems; ++i)
15309     ShuffleVec[i * SizeRatio] = i;
15310
15311   SDValue Shuff = DAG.getVectorShuffle(WideVecVT, dl, SlicedVec,
15312                                        DAG.getUNDEF(WideVecVT), &ShuffleVec[0]);
15313
15314   // Bitcast to the requested type.
15315   Shuff = DAG.getBitcast(RegVT, Shuff);
15316   DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), TF);
15317   return Shuff;
15318 }
15319
15320 // isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
15321 // ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
15322 // from the AND / OR.
15323 static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
15324   Opc = Op.getOpcode();
15325   if (Opc != ISD::OR && Opc != ISD::AND)
15326     return false;
15327   return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
15328           Op.getOperand(0).hasOneUse() &&
15329           Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
15330           Op.getOperand(1).hasOneUse());
15331 }
15332
15333 // isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
15334 // 1 and that the SETCC node has a single use.
15335 static bool isXor1OfSetCC(SDValue Op) {
15336   if (Op.getOpcode() != ISD::XOR)
15337     return false;
15338   if (isOneConstant(Op.getOperand(1)))
15339     return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
15340            Op.getOperand(0).hasOneUse();
15341   return false;
15342 }
15343
15344 SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
15345   bool addTest = true;
15346   SDValue Chain = Op.getOperand(0);
15347   SDValue Cond  = Op.getOperand(1);
15348   SDValue Dest  = Op.getOperand(2);
15349   SDLoc dl(Op);
15350   SDValue CC;
15351   bool Inverted = false;
15352
15353   if (Cond.getOpcode() == ISD::SETCC) {
15354     // Check for setcc([su]{add,sub,mul}o == 0).
15355     if (cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETEQ &&
15356         isNullConstant(Cond.getOperand(1)) &&
15357         Cond.getOperand(0).getResNo() == 1 &&
15358         (Cond.getOperand(0).getOpcode() == ISD::SADDO ||
15359          Cond.getOperand(0).getOpcode() == ISD::UADDO ||
15360          Cond.getOperand(0).getOpcode() == ISD::SSUBO ||
15361          Cond.getOperand(0).getOpcode() == ISD::USUBO ||
15362          Cond.getOperand(0).getOpcode() == ISD::SMULO ||
15363          Cond.getOperand(0).getOpcode() == ISD::UMULO)) {
15364       Inverted = true;
15365       Cond = Cond.getOperand(0);
15366     } else {
15367       SDValue NewCond = LowerSETCC(Cond, DAG);
15368       if (NewCond.getNode())
15369         Cond = NewCond;
15370     }
15371   }
15372 #if 0
15373   // FIXME: LowerXALUO doesn't handle these!!
15374   else if (Cond.getOpcode() == X86ISD::ADD  ||
15375            Cond.getOpcode() == X86ISD::SUB  ||
15376            Cond.getOpcode() == X86ISD::SMUL ||
15377            Cond.getOpcode() == X86ISD::UMUL)
15378     Cond = LowerXALUO(Cond, DAG);
15379 #endif
15380
15381   // Look pass (and (setcc_carry (cmp ...)), 1).
15382   if (Cond.getOpcode() == ISD::AND &&
15383       Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY &&
15384       isOneConstant(Cond.getOperand(1)))
15385     Cond = Cond.getOperand(0);
15386
15387   // If condition flag is set by a X86ISD::CMP, then use it as the condition
15388   // setting operand in place of the X86ISD::SETCC.
15389   unsigned CondOpcode = Cond.getOpcode();
15390   if (CondOpcode == X86ISD::SETCC ||
15391       CondOpcode == X86ISD::SETCC_CARRY) {
15392     CC = Cond.getOperand(0);
15393
15394     SDValue Cmp = Cond.getOperand(1);
15395     unsigned Opc = Cmp.getOpcode();
15396     // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
15397     if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
15398       Cond = Cmp;
15399       addTest = false;
15400     } else {
15401       switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
15402       default: break;
15403       case X86::COND_O:
15404       case X86::COND_B:
15405         // These can only come from an arithmetic instruction with overflow,
15406         // e.g. SADDO, UADDO.
15407         Cond = Cond.getNode()->getOperand(1);
15408         addTest = false;
15409         break;
15410       }
15411     }
15412   }
15413   CondOpcode = Cond.getOpcode();
15414   if (CondOpcode == ISD::UADDO || CondOpcode == ISD::SADDO ||
15415       CondOpcode == ISD::USUBO || CondOpcode == ISD::SSUBO ||
15416       ((CondOpcode == ISD::UMULO || CondOpcode == ISD::SMULO) &&
15417        Cond.getOperand(0).getValueType() != MVT::i8)) {
15418     SDValue LHS = Cond.getOperand(0);
15419     SDValue RHS = Cond.getOperand(1);
15420     unsigned X86Opcode;
15421     unsigned X86Cond;
15422     SDVTList VTs;
15423     // Keep this in sync with LowerXALUO, otherwise we might create redundant
15424     // instructions that can't be removed afterwards (i.e. X86ISD::ADD and
15425     // X86ISD::INC).
15426     switch (CondOpcode) {
15427     case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break;
15428     case ISD::SADDO:
15429       if (isOneConstant(RHS)) {
15430           X86Opcode = X86ISD::INC; X86Cond = X86::COND_O;
15431           break;
15432         }
15433       X86Opcode = X86ISD::ADD; X86Cond = X86::COND_O; break;
15434     case ISD::USUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_B; break;
15435     case ISD::SSUBO:
15436       if (isOneConstant(RHS)) {
15437           X86Opcode = X86ISD::DEC; X86Cond = X86::COND_O;
15438           break;
15439         }
15440       X86Opcode = X86ISD::SUB; X86Cond = X86::COND_O; break;
15441     case ISD::UMULO: X86Opcode = X86ISD::UMUL; X86Cond = X86::COND_O; break;
15442     case ISD::SMULO: X86Opcode = X86ISD::SMUL; X86Cond = X86::COND_O; break;
15443     default: llvm_unreachable("unexpected overflowing operator");
15444     }
15445     if (Inverted)
15446       X86Cond = X86::GetOppositeBranchCondition((X86::CondCode)X86Cond);
15447     if (CondOpcode == ISD::UMULO)
15448       VTs = DAG.getVTList(LHS.getValueType(), LHS.getValueType(),
15449                           MVT::i32);
15450     else
15451       VTs = DAG.getVTList(LHS.getValueType(), MVT::i32);
15452
15453     SDValue X86Op = DAG.getNode(X86Opcode, dl, VTs, LHS, RHS);
15454
15455     if (CondOpcode == ISD::UMULO)
15456       Cond = X86Op.getValue(2);
15457     else
15458       Cond = X86Op.getValue(1);
15459
15460     CC = DAG.getConstant(X86Cond, dl, MVT::i8);
15461     addTest = false;
15462   } else {
15463     unsigned CondOpc;
15464     if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
15465       SDValue Cmp = Cond.getOperand(0).getOperand(1);
15466       if (CondOpc == ISD::OR) {
15467         // Also, recognize the pattern generated by an FCMP_UNE. We can emit
15468         // two branches instead of an explicit OR instruction with a
15469         // separate test.
15470         if (Cmp == Cond.getOperand(1).getOperand(1) &&
15471             isX86LogicalCmp(Cmp)) {
15472           CC = Cond.getOperand(0).getOperand(0);
15473           Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
15474                               Chain, Dest, CC, Cmp);
15475           CC = Cond.getOperand(1).getOperand(0);
15476           Cond = Cmp;
15477           addTest = false;
15478         }
15479       } else { // ISD::AND
15480         // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
15481         // two branches instead of an explicit AND instruction with a
15482         // separate test. However, we only do this if this block doesn't
15483         // have a fall-through edge, because this requires an explicit
15484         // jmp when the condition is false.
15485         if (Cmp == Cond.getOperand(1).getOperand(1) &&
15486             isX86LogicalCmp(Cmp) &&
15487             Op.getNode()->hasOneUse()) {
15488           X86::CondCode CCode =
15489             (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
15490           CCode = X86::GetOppositeBranchCondition(CCode);
15491           CC = DAG.getConstant(CCode, dl, MVT::i8);
15492           SDNode *User = *Op.getNode()->use_begin();
15493           // Look for an unconditional branch following this conditional branch.
15494           // We need this because we need to reverse the successors in order
15495           // to implement FCMP_OEQ.
15496           if (User->getOpcode() == ISD::BR) {
15497             SDValue FalseBB = User->getOperand(1);
15498             SDNode *NewBR =
15499               DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
15500             assert(NewBR == User);
15501             (void)NewBR;
15502             Dest = FalseBB;
15503
15504             Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
15505                                 Chain, Dest, CC, Cmp);
15506             X86::CondCode CCode =
15507               (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
15508             CCode = X86::GetOppositeBranchCondition(CCode);
15509             CC = DAG.getConstant(CCode, dl, MVT::i8);
15510             Cond = Cmp;
15511             addTest = false;
15512           }
15513         }
15514       }
15515     } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
15516       // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
15517       // It should be transformed during dag combiner except when the condition
15518       // is set by a arithmetics with overflow node.
15519       X86::CondCode CCode =
15520         (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
15521       CCode = X86::GetOppositeBranchCondition(CCode);
15522       CC = DAG.getConstant(CCode, dl, MVT::i8);
15523       Cond = Cond.getOperand(0).getOperand(1);
15524       addTest = false;
15525     } else if (Cond.getOpcode() == ISD::SETCC &&
15526                cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETOEQ) {
15527       // For FCMP_OEQ, we can emit
15528       // two branches instead of an explicit AND instruction with a
15529       // separate test. However, we only do this if this block doesn't
15530       // have a fall-through edge, because this requires an explicit
15531       // jmp when the condition is false.
15532       if (Op.getNode()->hasOneUse()) {
15533         SDNode *User = *Op.getNode()->use_begin();
15534         // Look for an unconditional branch following this conditional branch.
15535         // We need this because we need to reverse the successors in order
15536         // to implement FCMP_OEQ.
15537         if (User->getOpcode() == ISD::BR) {
15538           SDValue FalseBB = User->getOperand(1);
15539           SDNode *NewBR =
15540             DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
15541           assert(NewBR == User);
15542           (void)NewBR;
15543           Dest = FalseBB;
15544
15545           SDValue Cmp = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
15546                                     Cond.getOperand(0), Cond.getOperand(1));
15547           Cmp = ConvertCmpIfNecessary(Cmp, DAG);
15548           CC = DAG.getConstant(X86::COND_NE, dl, MVT::i8);
15549           Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
15550                               Chain, Dest, CC, Cmp);
15551           CC = DAG.getConstant(X86::COND_P, dl, MVT::i8);
15552           Cond = Cmp;
15553           addTest = false;
15554         }
15555       }
15556     } else if (Cond.getOpcode() == ISD::SETCC &&
15557                cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETUNE) {
15558       // For FCMP_UNE, we can emit
15559       // two branches instead of an explicit AND instruction with a
15560       // separate test. However, we only do this if this block doesn't
15561       // have a fall-through edge, because this requires an explicit
15562       // jmp when the condition is false.
15563       if (Op.getNode()->hasOneUse()) {
15564         SDNode *User = *Op.getNode()->use_begin();
15565         // Look for an unconditional branch following this conditional branch.
15566         // We need this because we need to reverse the successors in order
15567         // to implement FCMP_UNE.
15568         if (User->getOpcode() == ISD::BR) {
15569           SDValue FalseBB = User->getOperand(1);
15570           SDNode *NewBR =
15571             DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
15572           assert(NewBR == User);
15573           (void)NewBR;
15574
15575           SDValue Cmp = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
15576                                     Cond.getOperand(0), Cond.getOperand(1));
15577           Cmp = ConvertCmpIfNecessary(Cmp, DAG);
15578           CC = DAG.getConstant(X86::COND_NE, dl, MVT::i8);
15579           Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
15580                               Chain, Dest, CC, Cmp);
15581           CC = DAG.getConstant(X86::COND_NP, dl, MVT::i8);
15582           Cond = Cmp;
15583           addTest = false;
15584           Dest = FalseBB;
15585         }
15586       }
15587     }
15588   }
15589
15590   if (addTest) {
15591     // Look pass the truncate if the high bits are known zero.
15592     if (isTruncWithZeroHighBitsInput(Cond, DAG))
15593         Cond = Cond.getOperand(0);
15594
15595     // We know the result of AND is compared against zero. Try to match
15596     // it to BT.
15597     if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
15598       if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG)) {
15599         CC = NewSetCC.getOperand(0);
15600         Cond = NewSetCC.getOperand(1);
15601         addTest = false;
15602       }
15603     }
15604   }
15605
15606   if (addTest) {
15607     X86::CondCode X86Cond = Inverted ? X86::COND_E : X86::COND_NE;
15608     CC = DAG.getConstant(X86Cond, dl, MVT::i8);
15609     Cond = EmitTest(Cond, X86Cond, dl, DAG);
15610   }
15611   Cond = ConvertCmpIfNecessary(Cond, DAG);
15612   return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
15613                      Chain, Dest, CC, Cond);
15614 }
15615
15616 // Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
15617 // Calls to _alloca are needed to probe the stack when allocating more than 4k
15618 // bytes in one go. Touching the stack at 4K increments is necessary to ensure
15619 // that the guard pages used by the OS virtual memory manager are allocated in
15620 // correct sequence.
15621 SDValue
15622 X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
15623                                            SelectionDAG &DAG) const {
15624   MachineFunction &MF = DAG.getMachineFunction();
15625   bool SplitStack = MF.shouldSplitStack();
15626   bool Lower = (Subtarget->isOSWindows() && !Subtarget->isTargetMachO()) ||
15627                SplitStack;
15628   SDLoc dl(Op);
15629
15630   // Get the inputs.
15631   SDNode *Node = Op.getNode();
15632   SDValue Chain = Op.getOperand(0);
15633   SDValue Size  = Op.getOperand(1);
15634   unsigned Align = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
15635   EVT VT = Node->getValueType(0);
15636
15637   // Chain the dynamic stack allocation so that it doesn't modify the stack
15638   // pointer when other instructions are using the stack.
15639   Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(0, dl, true), dl);
15640
15641   bool Is64Bit = Subtarget->is64Bit();
15642   MVT SPTy = getPointerTy(DAG.getDataLayout());
15643
15644   SDValue Result;
15645   if (!Lower) {
15646     const TargetLowering &TLI = DAG.getTargetLoweringInfo();
15647     unsigned SPReg = TLI.getStackPointerRegisterToSaveRestore();
15648     assert(SPReg && "Target cannot require DYNAMIC_STACKALLOC expansion and"
15649                     " not tell us which reg is the stack pointer!");
15650     EVT VT = Node->getValueType(0);
15651     SDValue Tmp3 = Node->getOperand(2);
15652
15653     SDValue SP = DAG.getCopyFromReg(Chain, dl, SPReg, VT);
15654     Chain = SP.getValue(1);
15655     unsigned Align = cast<ConstantSDNode>(Tmp3)->getZExtValue();
15656     const TargetFrameLowering &TFI = *Subtarget->getFrameLowering();
15657     unsigned StackAlign = TFI.getStackAlignment();
15658     Result = DAG.getNode(ISD::SUB, dl, VT, SP, Size); // Value
15659     if (Align > StackAlign)
15660       Result = DAG.getNode(ISD::AND, dl, VT, Result,
15661                          DAG.getConstant(-(uint64_t)Align, dl, VT));
15662     Chain = DAG.getCopyToReg(Chain, dl, SPReg, Result); // Output chain
15663   } else if (SplitStack) {
15664     MachineRegisterInfo &MRI = MF.getRegInfo();
15665
15666     if (Is64Bit) {
15667       // The 64 bit implementation of segmented stacks needs to clobber both r10
15668       // r11. This makes it impossible to use it along with nested parameters.
15669       const Function *F = MF.getFunction();
15670
15671       for (Function::const_arg_iterator I = F->arg_begin(), E = F->arg_end();
15672            I != E; ++I)
15673         if (I->hasNestAttr())
15674           report_fatal_error("Cannot use segmented stacks with functions that "
15675                              "have nested arguments.");
15676     }
15677
15678     const TargetRegisterClass *AddrRegClass = getRegClassFor(SPTy);
15679     unsigned Vreg = MRI.createVirtualRegister(AddrRegClass);
15680     Chain = DAG.getCopyToReg(Chain, dl, Vreg, Size);
15681     Result = DAG.getNode(X86ISD::SEG_ALLOCA, dl, SPTy, Chain,
15682                                 DAG.getRegister(Vreg, SPTy));
15683   } else {
15684     SDValue Flag;
15685     const unsigned Reg = (Subtarget->isTarget64BitLP64() ? X86::RAX : X86::EAX);
15686
15687     Chain = DAG.getCopyToReg(Chain, dl, Reg, Size, Flag);
15688     Flag = Chain.getValue(1);
15689     SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
15690
15691     Chain = DAG.getNode(X86ISD::WIN_ALLOCA, dl, NodeTys, Chain, Flag);
15692
15693     const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
15694     unsigned SPReg = RegInfo->getStackRegister();
15695     SDValue SP = DAG.getCopyFromReg(Chain, dl, SPReg, SPTy);
15696     Chain = SP.getValue(1);
15697
15698     if (Align) {
15699       SP = DAG.getNode(ISD::AND, dl, VT, SP.getValue(0),
15700                        DAG.getConstant(-(uint64_t)Align, dl, VT));
15701       Chain = DAG.getCopyToReg(Chain, dl, SPReg, SP);
15702     }
15703
15704     Result = SP;
15705   }
15706
15707   Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(0, dl, true),
15708                              DAG.getIntPtrConstant(0, dl, true), SDValue(), dl);
15709
15710   SDValue Ops[2] = {Result, Chain};
15711   return DAG.getMergeValues(Ops, dl);
15712 }
15713
15714 SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const {
15715   MachineFunction &MF = DAG.getMachineFunction();
15716   auto PtrVT = getPointerTy(MF.getDataLayout());
15717   X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
15718
15719   const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
15720   SDLoc DL(Op);
15721
15722   if (!Subtarget->is64Bit() ||
15723       Subtarget->isCallingConvWin64(MF.getFunction()->getCallingConv())) {
15724     // vastart just stores the address of the VarArgsFrameIndex slot into the
15725     // memory location argument.
15726     SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
15727     return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
15728                         MachinePointerInfo(SV), false, false, 0);
15729   }
15730
15731   // __va_list_tag:
15732   //   gp_offset         (0 - 6 * 8)
15733   //   fp_offset         (48 - 48 + 8 * 16)
15734   //   overflow_arg_area (point to parameters coming in memory).
15735   //   reg_save_area
15736   SmallVector<SDValue, 8> MemOps;
15737   SDValue FIN = Op.getOperand(1);
15738   // Store gp_offset
15739   SDValue Store = DAG.getStore(Op.getOperand(0), DL,
15740                                DAG.getConstant(FuncInfo->getVarArgsGPOffset(),
15741                                                DL, MVT::i32),
15742                                FIN, MachinePointerInfo(SV), false, false, 0);
15743   MemOps.push_back(Store);
15744
15745   // Store fp_offset
15746   FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FIN, DAG.getIntPtrConstant(4, DL));
15747   Store = DAG.getStore(Op.getOperand(0), DL,
15748                        DAG.getConstant(FuncInfo->getVarArgsFPOffset(), DL,
15749                                        MVT::i32),
15750                        FIN, MachinePointerInfo(SV, 4), false, false, 0);
15751   MemOps.push_back(Store);
15752
15753   // Store ptr to overflow_arg_area
15754   FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FIN, DAG.getIntPtrConstant(4, DL));
15755   SDValue OVFIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
15756   Store = DAG.getStore(Op.getOperand(0), DL, OVFIN, FIN,
15757                        MachinePointerInfo(SV, 8),
15758                        false, false, 0);
15759   MemOps.push_back(Store);
15760
15761   // Store ptr to reg_save_area.
15762   FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FIN, DAG.getIntPtrConstant(
15763       Subtarget->isTarget64BitLP64() ? 8 : 4, DL));
15764   SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(), PtrVT);
15765   Store = DAG.getStore(Op.getOperand(0), DL, RSFIN, FIN, MachinePointerInfo(
15766       SV, Subtarget->isTarget64BitLP64() ? 16 : 12), false, false, 0);
15767   MemOps.push_back(Store);
15768   return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, MemOps);
15769 }
15770
15771 SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
15772   assert(Subtarget->is64Bit() &&
15773          "LowerVAARG only handles 64-bit va_arg!");
15774   assert(Op.getNode()->getNumOperands() == 4);
15775
15776   MachineFunction &MF = DAG.getMachineFunction();
15777   if (Subtarget->isCallingConvWin64(MF.getFunction()->getCallingConv()))
15778     // The Win64 ABI uses char* instead of a structure.
15779     return DAG.expandVAArg(Op.getNode());
15780
15781   SDValue Chain = Op.getOperand(0);
15782   SDValue SrcPtr = Op.getOperand(1);
15783   const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
15784   unsigned Align = Op.getConstantOperandVal(3);
15785   SDLoc dl(Op);
15786
15787   EVT ArgVT = Op.getNode()->getValueType(0);
15788   Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
15789   uint32_t ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy);
15790   uint8_t ArgMode;
15791
15792   // Decide which area this value should be read from.
15793   // TODO: Implement the AMD64 ABI in its entirety. This simple
15794   // selection mechanism works only for the basic types.
15795   if (ArgVT == MVT::f80) {
15796     llvm_unreachable("va_arg for f80 not yet implemented");
15797   } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
15798     ArgMode = 2;  // Argument passed in XMM register. Use fp_offset.
15799   } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
15800     ArgMode = 1;  // Argument passed in GPR64 register(s). Use gp_offset.
15801   } else {
15802     llvm_unreachable("Unhandled argument type in LowerVAARG");
15803   }
15804
15805   if (ArgMode == 2) {
15806     // Sanity Check: Make sure using fp_offset makes sense.
15807     assert(!Subtarget->useSoftFloat() &&
15808            !(MF.getFunction()->hasFnAttribute(Attribute::NoImplicitFloat)) &&
15809            Subtarget->hasSSE1());
15810   }
15811
15812   // Insert VAARG_64 node into the DAG
15813   // VAARG_64 returns two values: Variable Argument Address, Chain
15814   SDValue InstOps[] = {Chain, SrcPtr, DAG.getConstant(ArgSize, dl, MVT::i32),
15815                        DAG.getConstant(ArgMode, dl, MVT::i8),
15816                        DAG.getConstant(Align, dl, MVT::i32)};
15817   SDVTList VTs = DAG.getVTList(getPointerTy(DAG.getDataLayout()), MVT::Other);
15818   SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
15819                                           VTs, InstOps, MVT::i64,
15820                                           MachinePointerInfo(SV),
15821                                           /*Align=*/0,
15822                                           /*Volatile=*/false,
15823                                           /*ReadMem=*/true,
15824                                           /*WriteMem=*/true);
15825   Chain = VAARG.getValue(1);
15826
15827   // Load the next argument and return it
15828   return DAG.getLoad(ArgVT, dl,
15829                      Chain,
15830                      VAARG,
15831                      MachinePointerInfo(),
15832                      false, false, false, 0);
15833 }
15834
15835 static SDValue LowerVACOPY(SDValue Op, const X86Subtarget *Subtarget,
15836                            SelectionDAG &DAG) {
15837   // X86-64 va_list is a struct { i32, i32, i8*, i8* }, except on Windows,
15838   // where a va_list is still an i8*.
15839   assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
15840   if (Subtarget->isCallingConvWin64(
15841         DAG.getMachineFunction().getFunction()->getCallingConv()))
15842     // Probably a Win64 va_copy.
15843     return DAG.expandVACopy(Op.getNode());
15844
15845   SDValue Chain = Op.getOperand(0);
15846   SDValue DstPtr = Op.getOperand(1);
15847   SDValue SrcPtr = Op.getOperand(2);
15848   const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
15849   const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
15850   SDLoc DL(Op);
15851
15852   return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr,
15853                        DAG.getIntPtrConstant(24, DL), 8, /*isVolatile*/false,
15854                        false, false,
15855                        MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
15856 }
15857
15858 // getTargetVShiftByConstNode - Handle vector element shifts where the shift
15859 // amount is a constant. Takes immediate version of shift as input.
15860 static SDValue getTargetVShiftByConstNode(unsigned Opc, SDLoc dl, MVT VT,
15861                                           SDValue SrcOp, uint64_t ShiftAmt,
15862                                           SelectionDAG &DAG) {
15863   MVT ElementType = VT.getVectorElementType();
15864
15865   // Fold this packed shift into its first operand if ShiftAmt is 0.
15866   if (ShiftAmt == 0)
15867     return SrcOp;
15868
15869   // Check for ShiftAmt >= element width
15870   if (ShiftAmt >= ElementType.getSizeInBits()) {
15871     if (Opc == X86ISD::VSRAI)
15872       ShiftAmt = ElementType.getSizeInBits() - 1;
15873     else
15874       return DAG.getConstant(0, dl, VT);
15875   }
15876
15877   assert((Opc == X86ISD::VSHLI || Opc == X86ISD::VSRLI || Opc == X86ISD::VSRAI)
15878          && "Unknown target vector shift-by-constant node");
15879
15880   // Fold this packed vector shift into a build vector if SrcOp is a
15881   // vector of Constants or UNDEFs, and SrcOp valuetype is the same as VT.
15882   if (VT == SrcOp.getSimpleValueType() &&
15883       ISD::isBuildVectorOfConstantSDNodes(SrcOp.getNode())) {
15884     SmallVector<SDValue, 8> Elts;
15885     unsigned NumElts = SrcOp->getNumOperands();
15886     ConstantSDNode *ND;
15887
15888     switch(Opc) {
15889     default: llvm_unreachable(nullptr);
15890     case X86ISD::VSHLI:
15891       for (unsigned i=0; i!=NumElts; ++i) {
15892         SDValue CurrentOp = SrcOp->getOperand(i);
15893         if (CurrentOp->getOpcode() == ISD::UNDEF) {
15894           Elts.push_back(CurrentOp);
15895           continue;
15896         }
15897         ND = cast<ConstantSDNode>(CurrentOp);
15898         const APInt &C = ND->getAPIntValue();
15899         Elts.push_back(DAG.getConstant(C.shl(ShiftAmt), dl, ElementType));
15900       }
15901       break;
15902     case X86ISD::VSRLI:
15903       for (unsigned i=0; i!=NumElts; ++i) {
15904         SDValue CurrentOp = SrcOp->getOperand(i);
15905         if (CurrentOp->getOpcode() == ISD::UNDEF) {
15906           Elts.push_back(CurrentOp);
15907           continue;
15908         }
15909         ND = cast<ConstantSDNode>(CurrentOp);
15910         const APInt &C = ND->getAPIntValue();
15911         Elts.push_back(DAG.getConstant(C.lshr(ShiftAmt), dl, ElementType));
15912       }
15913       break;
15914     case X86ISD::VSRAI:
15915       for (unsigned i=0; i!=NumElts; ++i) {
15916         SDValue CurrentOp = SrcOp->getOperand(i);
15917         if (CurrentOp->getOpcode() == ISD::UNDEF) {
15918           Elts.push_back(CurrentOp);
15919           continue;
15920         }
15921         ND = cast<ConstantSDNode>(CurrentOp);
15922         const APInt &C = ND->getAPIntValue();
15923         Elts.push_back(DAG.getConstant(C.ashr(ShiftAmt), dl, ElementType));
15924       }
15925       break;
15926     }
15927
15928     return DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Elts);
15929   }
15930
15931   return DAG.getNode(Opc, dl, VT, SrcOp,
15932                      DAG.getConstant(ShiftAmt, dl, MVT::i8));
15933 }
15934
15935 // getTargetVShiftNode - Handle vector element shifts where the shift amount
15936 // may or may not be a constant. Takes immediate version of shift as input.
15937 static SDValue getTargetVShiftNode(unsigned Opc, SDLoc dl, MVT VT,
15938                                    SDValue SrcOp, SDValue ShAmt,
15939                                    SelectionDAG &DAG) {
15940   MVT SVT = ShAmt.getSimpleValueType();
15941   assert((SVT == MVT::i32 || SVT == MVT::i64) && "Unexpected value type!");
15942
15943   // Catch shift-by-constant.
15944   if (ConstantSDNode *CShAmt = dyn_cast<ConstantSDNode>(ShAmt))
15945     return getTargetVShiftByConstNode(Opc, dl, VT, SrcOp,
15946                                       CShAmt->getZExtValue(), DAG);
15947
15948   // Change opcode to non-immediate version
15949   switch (Opc) {
15950     default: llvm_unreachable("Unknown target vector shift node");
15951     case X86ISD::VSHLI: Opc = X86ISD::VSHL; break;
15952     case X86ISD::VSRLI: Opc = X86ISD::VSRL; break;
15953     case X86ISD::VSRAI: Opc = X86ISD::VSRA; break;
15954   }
15955
15956   const X86Subtarget &Subtarget =
15957       static_cast<const X86Subtarget &>(DAG.getSubtarget());
15958   if (Subtarget.hasSSE41() && ShAmt.getOpcode() == ISD::ZERO_EXTEND &&
15959       ShAmt.getOperand(0).getSimpleValueType() == MVT::i16) {
15960     // Let the shuffle legalizer expand this shift amount node.
15961     SDValue Op0 = ShAmt.getOperand(0);
15962     Op0 = DAG.getNode(ISD::SCALAR_TO_VECTOR, SDLoc(Op0), MVT::v8i16, Op0);
15963     ShAmt = getShuffleVectorZeroOrUndef(Op0, 0, true, &Subtarget, DAG);
15964   } else {
15965     // Need to build a vector containing shift amount.
15966     // SSE/AVX packed shifts only use the lower 64-bit of the shift count.
15967     SmallVector<SDValue, 4> ShOps;
15968     ShOps.push_back(ShAmt);
15969     if (SVT == MVT::i32) {
15970       ShOps.push_back(DAG.getConstant(0, dl, SVT));
15971       ShOps.push_back(DAG.getUNDEF(SVT));
15972     }
15973     ShOps.push_back(DAG.getUNDEF(SVT));
15974
15975     MVT BVT = SVT == MVT::i32 ? MVT::v4i32 : MVT::v2i64;
15976     ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, BVT, ShOps);
15977   }
15978
15979   // The return type has to be a 128-bit type with the same element
15980   // type as the input type.
15981   MVT EltVT = VT.getVectorElementType();
15982   MVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits());
15983
15984   ShAmt = DAG.getBitcast(ShVT, ShAmt);
15985   return DAG.getNode(Opc, dl, VT, SrcOp, ShAmt);
15986 }
15987
15988 /// \brief Return Mask with the necessary casting or extending
15989 /// for \p Mask according to \p MaskVT when lowering masking intrinsics
15990 static SDValue getMaskNode(SDValue Mask, MVT MaskVT,
15991                            const X86Subtarget *Subtarget,
15992                            SelectionDAG &DAG, SDLoc dl) {
15993
15994   if (MaskVT.bitsGT(Mask.getSimpleValueType())) {
15995     // Mask should be extended
15996     Mask = DAG.getNode(ISD::ANY_EXTEND, dl,
15997                        MVT::getIntegerVT(MaskVT.getSizeInBits()), Mask);
15998   }
15999
16000   if (Mask.getSimpleValueType() == MVT::i64 && Subtarget->is32Bit()) {
16001     if (MaskVT == MVT::v64i1) {
16002       assert(Subtarget->hasBWI() && "Expected AVX512BW target!");
16003       // In case 32bit mode, bitcast i64 is illegal, extend/split it.
16004       SDValue Lo, Hi;
16005       Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, Mask,
16006                           DAG.getConstant(0, dl, MVT::i32));
16007       Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, Mask,
16008                           DAG.getConstant(1, dl, MVT::i32));
16009
16010       Lo = DAG.getBitcast(MVT::v32i1, Lo);
16011       Hi = DAG.getBitcast(MVT::v32i1, Hi);
16012
16013       return DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v64i1, Lo, Hi);
16014     } else {
16015       // MaskVT require < 64bit. Truncate mask (should succeed in any case),
16016       // and bitcast.
16017       MVT TruncVT = MVT::getIntegerVT(MaskVT.getSizeInBits());
16018       return DAG.getBitcast(MaskVT,
16019                             DAG.getNode(ISD::TRUNCATE, dl, TruncVT, Mask));
16020     }
16021
16022   } else {
16023     MVT BitcastVT = MVT::getVectorVT(MVT::i1,
16024                                      Mask.getSimpleValueType().getSizeInBits());
16025     // In case when MaskVT equals v2i1 or v4i1, low 2 or 4 elements
16026     // are extracted by EXTRACT_SUBVECTOR.
16027     return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MaskVT,
16028                        DAG.getBitcast(BitcastVT, Mask),
16029                        DAG.getIntPtrConstant(0, dl));
16030   }
16031 }
16032
16033 /// \brief Return (and \p Op, \p Mask) for compare instructions or
16034 /// (vselect \p Mask, \p Op, \p PreservedSrc) for others along with the
16035 /// necessary casting or extending for \p Mask when lowering masking intrinsics
16036 static SDValue getVectorMaskingNode(SDValue Op, SDValue Mask,
16037                   SDValue PreservedSrc,
16038                   const X86Subtarget *Subtarget,
16039                   SelectionDAG &DAG) {
16040   MVT VT = Op.getSimpleValueType();
16041   MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getVectorNumElements());
16042   unsigned OpcodeSelect = ISD::VSELECT;
16043   SDLoc dl(Op);
16044
16045   if (isAllOnesConstant(Mask))
16046     return Op;
16047
16048   SDValue VMask = getMaskNode(Mask, MaskVT, Subtarget, DAG, dl);
16049
16050   switch (Op.getOpcode()) {
16051   default: break;
16052   case X86ISD::PCMPEQM:
16053   case X86ISD::PCMPGTM:
16054   case X86ISD::CMPM:
16055   case X86ISD::CMPMU:
16056     return DAG.getNode(ISD::AND, dl, VT, Op, VMask);
16057   case X86ISD::VFPCLASS:
16058     case X86ISD::VFPCLASSS:
16059     return DAG.getNode(ISD::OR, dl, VT, Op, VMask);
16060   case X86ISD::VTRUNC:
16061   case X86ISD::VTRUNCS:
16062   case X86ISD::VTRUNCUS:
16063     // We can't use ISD::VSELECT here because it is not always "Legal"
16064     // for the destination type. For example vpmovqb require only AVX512
16065     // and vselect that can operate on byte element type require BWI
16066     OpcodeSelect = X86ISD::SELECT;
16067     break;
16068   }
16069   if (PreservedSrc.getOpcode() == ISD::UNDEF)
16070     PreservedSrc = getZeroVector(VT, Subtarget, DAG, dl);
16071   return DAG.getNode(OpcodeSelect, dl, VT, VMask, Op, PreservedSrc);
16072 }
16073
16074 /// \brief Creates an SDNode for a predicated scalar operation.
16075 /// \returns (X86vselect \p Mask, \p Op, \p PreservedSrc).
16076 /// The mask is coming as MVT::i8 and it should be truncated
16077 /// to MVT::i1 while lowering masking intrinsics.
16078 /// The main difference between ScalarMaskingNode and VectorMaskingNode is using
16079 /// "X86select" instead of "vselect". We just can't create the "vselect" node
16080 /// for a scalar instruction.
16081 static SDValue getScalarMaskingNode(SDValue Op, SDValue Mask,
16082                                     SDValue PreservedSrc,
16083                                     const X86Subtarget *Subtarget,
16084                                     SelectionDAG &DAG) {
16085   if (isAllOnesConstant(Mask))
16086     return Op;
16087
16088   MVT VT = Op.getSimpleValueType();
16089   SDLoc dl(Op);
16090   // The mask should be of type MVT::i1
16091   SDValue IMask = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, Mask);
16092
16093   if (Op.getOpcode() == X86ISD::FSETCC)
16094     return DAG.getNode(ISD::AND, dl, VT, Op, IMask);
16095   if (Op.getOpcode() == X86ISD::VFPCLASS ||
16096       Op.getOpcode() == X86ISD::VFPCLASSS)
16097     return DAG.getNode(ISD::OR, dl, VT, Op, IMask);
16098
16099   if (PreservedSrc.getOpcode() == ISD::UNDEF)
16100     PreservedSrc = getZeroVector(VT, Subtarget, DAG, dl);
16101   return DAG.getNode(X86ISD::SELECT, dl, VT, IMask, Op, PreservedSrc);
16102 }
16103
16104 static int getSEHRegistrationNodeSize(const Function *Fn) {
16105   if (!Fn->hasPersonalityFn())
16106     report_fatal_error(
16107         "querying registration node size for function without personality");
16108   // The RegNodeSize is 6 32-bit words for SEH and 4 for C++ EH. See
16109   // WinEHStatePass for the full struct definition.
16110   switch (classifyEHPersonality(Fn->getPersonalityFn())) {
16111   case EHPersonality::MSVC_X86SEH: return 24;
16112   case EHPersonality::MSVC_CXX: return 16;
16113   default: break;
16114   }
16115   report_fatal_error("can only recover FP for MSVC EH personality functions");
16116 }
16117
16118 /// When the 32-bit MSVC runtime transfers control to us, either to an outlined
16119 /// function or when returning to a parent frame after catching an exception, we
16120 /// recover the parent frame pointer by doing arithmetic on the incoming EBP.
16121 /// Here's the math:
16122 ///   RegNodeBase = EntryEBP - RegNodeSize
16123 ///   ParentFP = RegNodeBase - RegNodeFrameOffset
16124 /// Subtracting RegNodeSize takes us to the offset of the registration node, and
16125 /// subtracting the offset (negative on x86) takes us back to the parent FP.
16126 static SDValue recoverFramePointer(SelectionDAG &DAG, const Function *Fn,
16127                                    SDValue EntryEBP) {
16128   MachineFunction &MF = DAG.getMachineFunction();
16129   SDLoc dl;
16130
16131   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
16132   MVT PtrVT = TLI.getPointerTy(DAG.getDataLayout());
16133
16134   // It's possible that the parent function no longer has a personality function
16135   // if the exceptional code was optimized away, in which case we just return
16136   // the incoming EBP.
16137   if (!Fn->hasPersonalityFn())
16138     return EntryEBP;
16139
16140   int RegNodeSize = getSEHRegistrationNodeSize(Fn);
16141
16142   // Get an MCSymbol that will ultimately resolve to the frame offset of the EH
16143   // registration.
16144   MCSymbol *OffsetSym =
16145       MF.getMMI().getContext().getOrCreateParentFrameOffsetSymbol(
16146           GlobalValue::getRealLinkageName(Fn->getName()));
16147   SDValue OffsetSymVal = DAG.getMCSymbol(OffsetSym, PtrVT);
16148   SDValue RegNodeFrameOffset =
16149       DAG.getNode(ISD::LOCAL_RECOVER, dl, PtrVT, OffsetSymVal);
16150
16151   // RegNodeBase = EntryEBP - RegNodeSize
16152   // ParentFP = RegNodeBase - RegNodeFrameOffset
16153   SDValue RegNodeBase = DAG.getNode(ISD::SUB, dl, PtrVT, EntryEBP,
16154                                     DAG.getConstant(RegNodeSize, dl, PtrVT));
16155   return DAG.getNode(ISD::SUB, dl, PtrVT, RegNodeBase, RegNodeFrameOffset);
16156 }
16157
16158 static SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
16159                                        SelectionDAG &DAG) {
16160   SDLoc dl(Op);
16161   unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
16162   MVT VT = Op.getSimpleValueType();
16163   const IntrinsicData* IntrData = getIntrinsicWithoutChain(IntNo);
16164   if (IntrData) {
16165     switch(IntrData->Type) {
16166     case INTR_TYPE_1OP:
16167       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Op.getOperand(1));
16168     case INTR_TYPE_2OP:
16169       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Op.getOperand(1),
16170         Op.getOperand(2));
16171     case INTR_TYPE_2OP_IMM8:
16172       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Op.getOperand(1),
16173                          DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op.getOperand(2)));
16174     case INTR_TYPE_3OP:
16175       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Op.getOperand(1),
16176         Op.getOperand(2), Op.getOperand(3));
16177     case INTR_TYPE_4OP:
16178       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Op.getOperand(1),
16179         Op.getOperand(2), Op.getOperand(3), Op.getOperand(4));
16180     case INTR_TYPE_1OP_MASK_RM: {
16181       SDValue Src = Op.getOperand(1);
16182       SDValue PassThru = Op.getOperand(2);
16183       SDValue Mask = Op.getOperand(3);
16184       SDValue RoundingMode;
16185       // We allways add rounding mode to the Node.
16186       // If the rounding mode is not specified, we add the
16187       // "current direction" mode.
16188       if (Op.getNumOperands() == 4)
16189         RoundingMode =
16190           DAG.getConstant(X86::STATIC_ROUNDING::CUR_DIRECTION, dl, MVT::i32);
16191       else
16192         RoundingMode = Op.getOperand(4);
16193       unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
16194       if (IntrWithRoundingModeOpcode != 0)
16195         if (cast<ConstantSDNode>(RoundingMode)->getZExtValue() !=
16196             X86::STATIC_ROUNDING::CUR_DIRECTION)
16197           return getVectorMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
16198                                       dl, Op.getValueType(), Src, RoundingMode),
16199                                       Mask, PassThru, Subtarget, DAG);
16200       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src,
16201                                               RoundingMode),
16202                                   Mask, PassThru, Subtarget, DAG);
16203     }
16204     case INTR_TYPE_1OP_MASK: {
16205       SDValue Src = Op.getOperand(1);
16206       SDValue PassThru = Op.getOperand(2);
16207       SDValue Mask = Op.getOperand(3);
16208       // We add rounding mode to the Node when
16209       //   - RM Opcode is specified and
16210       //   - RM is not "current direction".
16211       unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
16212       if (IntrWithRoundingModeOpcode != 0) {
16213         SDValue Rnd = Op.getOperand(4);
16214         unsigned Round = cast<ConstantSDNode>(Rnd)->getZExtValue();
16215         if (Round != X86::STATIC_ROUNDING::CUR_DIRECTION) {
16216           return getVectorMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
16217                                       dl, Op.getValueType(),
16218                                       Src, Rnd),
16219                                       Mask, PassThru, Subtarget, DAG);
16220         }
16221       }
16222       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src),
16223                                   Mask, PassThru, Subtarget, DAG);
16224     }
16225     case INTR_TYPE_SCALAR_MASK: {
16226       SDValue Src1 = Op.getOperand(1);
16227       SDValue Src2 = Op.getOperand(2);
16228       SDValue passThru = Op.getOperand(3);
16229       SDValue Mask = Op.getOperand(4);
16230       return getScalarMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2),
16231                                   Mask, passThru, Subtarget, DAG);
16232     }
16233     case INTR_TYPE_SCALAR_MASK_RM: {
16234       SDValue Src1 = Op.getOperand(1);
16235       SDValue Src2 = Op.getOperand(2);
16236       SDValue Src0 = Op.getOperand(3);
16237       SDValue Mask = Op.getOperand(4);
16238       // There are 2 kinds of intrinsics in this group:
16239       // (1) With suppress-all-exceptions (sae) or rounding mode- 6 operands
16240       // (2) With rounding mode and sae - 7 operands.
16241       if (Op.getNumOperands() == 6) {
16242         SDValue Sae  = Op.getOperand(5);
16243         unsigned Opc = IntrData->Opc1 ? IntrData->Opc1 : IntrData->Opc0;
16244         return getScalarMaskingNode(DAG.getNode(Opc, dl, VT, Src1, Src2,
16245                                                 Sae),
16246                                     Mask, Src0, Subtarget, DAG);
16247       }
16248       assert(Op.getNumOperands() == 7 && "Unexpected intrinsic form");
16249       SDValue RoundingMode  = Op.getOperand(5);
16250       SDValue Sae  = Op.getOperand(6);
16251       return getScalarMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2,
16252                                               RoundingMode, Sae),
16253                                   Mask, Src0, Subtarget, DAG);
16254     }
16255     case INTR_TYPE_2OP_MASK:
16256     case INTR_TYPE_2OP_IMM8_MASK: {
16257       SDValue Src1 = Op.getOperand(1);
16258       SDValue Src2 = Op.getOperand(2);
16259       SDValue PassThru = Op.getOperand(3);
16260       SDValue Mask = Op.getOperand(4);
16261
16262       if (IntrData->Type == INTR_TYPE_2OP_IMM8_MASK)
16263         Src2 = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Src2);
16264
16265       // We specify 2 possible opcodes for intrinsics with rounding modes.
16266       // First, we check if the intrinsic may have non-default rounding mode,
16267       // (IntrData->Opc1 != 0), then we check the rounding mode operand.
16268       unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
16269       if (IntrWithRoundingModeOpcode != 0) {
16270         SDValue Rnd = Op.getOperand(5);
16271         unsigned Round = cast<ConstantSDNode>(Rnd)->getZExtValue();
16272         if (Round != X86::STATIC_ROUNDING::CUR_DIRECTION) {
16273           return getVectorMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
16274                                       dl, Op.getValueType(),
16275                                       Src1, Src2, Rnd),
16276                                       Mask, PassThru, Subtarget, DAG);
16277         }
16278       }
16279       // TODO: Intrinsics should have fast-math-flags to propagate.
16280       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT,Src1,Src2),
16281                                   Mask, PassThru, Subtarget, DAG);
16282     }
16283     case INTR_TYPE_2OP_MASK_RM: {
16284       SDValue Src1 = Op.getOperand(1);
16285       SDValue Src2 = Op.getOperand(2);
16286       SDValue PassThru = Op.getOperand(3);
16287       SDValue Mask = Op.getOperand(4);
16288       // We specify 2 possible modes for intrinsics, with/without rounding
16289       // modes.
16290       // First, we check if the intrinsic have rounding mode (6 operands),
16291       // if not, we set rounding mode to "current".
16292       SDValue Rnd;
16293       if (Op.getNumOperands() == 6)
16294         Rnd = Op.getOperand(5);
16295       else
16296         Rnd = DAG.getConstant(X86::STATIC_ROUNDING::CUR_DIRECTION, dl, MVT::i32);
16297       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT,
16298                                               Src1, Src2, Rnd),
16299                                   Mask, PassThru, Subtarget, DAG);
16300     }
16301     case INTR_TYPE_3OP_SCALAR_MASK_RM: {
16302       SDValue Src1 = Op.getOperand(1);
16303       SDValue Src2 = Op.getOperand(2);
16304       SDValue Src3 = Op.getOperand(3);
16305       SDValue PassThru = Op.getOperand(4);
16306       SDValue Mask = Op.getOperand(5);
16307       SDValue Sae  = Op.getOperand(6);
16308
16309       return getScalarMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src1,
16310                                               Src2, Src3, Sae),
16311                                   Mask, PassThru, Subtarget, DAG);
16312     }
16313     case INTR_TYPE_3OP_MASK_RM: {
16314       SDValue Src1 = Op.getOperand(1);
16315       SDValue Src2 = Op.getOperand(2);
16316       SDValue Imm = Op.getOperand(3);
16317       SDValue PassThru = Op.getOperand(4);
16318       SDValue Mask = Op.getOperand(5);
16319       // We specify 2 possible modes for intrinsics, with/without rounding
16320       // modes.
16321       // First, we check if the intrinsic have rounding mode (7 operands),
16322       // if not, we set rounding mode to "current".
16323       SDValue Rnd;
16324       if (Op.getNumOperands() == 7)
16325         Rnd = Op.getOperand(6);
16326       else
16327         Rnd = DAG.getConstant(X86::STATIC_ROUNDING::CUR_DIRECTION, dl, MVT::i32);
16328       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT,
16329         Src1, Src2, Imm, Rnd),
16330         Mask, PassThru, Subtarget, DAG);
16331     }
16332     case INTR_TYPE_3OP_IMM8_MASK:
16333     case INTR_TYPE_3OP_MASK:
16334     case INSERT_SUBVEC: {
16335       SDValue Src1 = Op.getOperand(1);
16336       SDValue Src2 = Op.getOperand(2);
16337       SDValue Src3 = Op.getOperand(3);
16338       SDValue PassThru = Op.getOperand(4);
16339       SDValue Mask = Op.getOperand(5);
16340
16341       if (IntrData->Type == INTR_TYPE_3OP_IMM8_MASK)
16342         Src3 = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Src3);
16343       else if (IntrData->Type == INSERT_SUBVEC) {
16344         // imm should be adapted to ISD::INSERT_SUBVECTOR behavior
16345         assert(isa<ConstantSDNode>(Src3) && "Expected a ConstantSDNode here!");
16346         unsigned Imm = cast<ConstantSDNode>(Src3)->getZExtValue();
16347         Imm *= Src2.getSimpleValueType().getVectorNumElements();
16348         Src3 = DAG.getTargetConstant(Imm, dl, MVT::i32);
16349       }
16350
16351       // We specify 2 possible opcodes for intrinsics with rounding modes.
16352       // First, we check if the intrinsic may have non-default rounding mode,
16353       // (IntrData->Opc1 != 0), then we check the rounding mode operand.
16354       unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
16355       if (IntrWithRoundingModeOpcode != 0) {
16356         SDValue Rnd = Op.getOperand(6);
16357         unsigned Round = cast<ConstantSDNode>(Rnd)->getZExtValue();
16358         if (Round != X86::STATIC_ROUNDING::CUR_DIRECTION) {
16359           return getVectorMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
16360                                       dl, Op.getValueType(),
16361                                       Src1, Src2, Src3, Rnd),
16362                                       Mask, PassThru, Subtarget, DAG);
16363         }
16364       }
16365       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT,
16366                                               Src1, Src2, Src3),
16367                                   Mask, PassThru, Subtarget, DAG);
16368     }
16369     case VPERM_3OP_MASKZ:
16370     case VPERM_3OP_MASK:{
16371       // Src2 is the PassThru
16372       SDValue Src1 = Op.getOperand(1);
16373       SDValue Src2 = Op.getOperand(2);
16374       SDValue Src3 = Op.getOperand(3);
16375       SDValue Mask = Op.getOperand(4);
16376       MVT VT = Op.getSimpleValueType();
16377       SDValue PassThru = SDValue();
16378
16379       // set PassThru element
16380       if (IntrData->Type == VPERM_3OP_MASKZ)
16381         PassThru = getZeroVector(VT, Subtarget, DAG, dl);
16382       else
16383         PassThru = DAG.getBitcast(VT, Src2);
16384
16385       // Swap Src1 and Src2 in the node creation
16386       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0,
16387                                               dl, Op.getValueType(),
16388                                               Src2, Src1, Src3),
16389                                   Mask, PassThru, Subtarget, DAG);
16390     }
16391     case FMA_OP_MASK3:
16392     case FMA_OP_MASKZ:
16393     case FMA_OP_MASK: {
16394       SDValue Src1 = Op.getOperand(1);
16395       SDValue Src2 = Op.getOperand(2);
16396       SDValue Src3 = Op.getOperand(3);
16397       SDValue Mask = Op.getOperand(4);
16398       MVT VT = Op.getSimpleValueType();
16399       SDValue PassThru = SDValue();
16400
16401       // set PassThru element
16402       if (IntrData->Type == FMA_OP_MASKZ)
16403         PassThru = getZeroVector(VT, Subtarget, DAG, dl);
16404       else if (IntrData->Type == FMA_OP_MASK3)
16405         PassThru = Src3;
16406       else
16407         PassThru = Src1;
16408
16409       // We specify 2 possible opcodes for intrinsics with rounding modes.
16410       // First, we check if the intrinsic may have non-default rounding mode,
16411       // (IntrData->Opc1 != 0), then we check the rounding mode operand.
16412       unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
16413       if (IntrWithRoundingModeOpcode != 0) {
16414         SDValue Rnd = Op.getOperand(5);
16415         if (cast<ConstantSDNode>(Rnd)->getZExtValue() !=
16416             X86::STATIC_ROUNDING::CUR_DIRECTION)
16417           return getVectorMaskingNode(DAG.getNode(IntrWithRoundingModeOpcode,
16418                                                   dl, Op.getValueType(),
16419                                                   Src1, Src2, Src3, Rnd),
16420                                       Mask, PassThru, Subtarget, DAG);
16421       }
16422       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0,
16423                                               dl, Op.getValueType(),
16424                                               Src1, Src2, Src3),
16425                                   Mask, PassThru, Subtarget, DAG);
16426     }
16427     case TERLOG_OP_MASK:
16428     case TERLOG_OP_MASKZ: {
16429       SDValue Src1 = Op.getOperand(1);
16430       SDValue Src2 = Op.getOperand(2);
16431       SDValue Src3 = Op.getOperand(3);
16432       SDValue Src4 = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op.getOperand(4));
16433       SDValue Mask = Op.getOperand(5);
16434       MVT VT = Op.getSimpleValueType();
16435       SDValue PassThru = Src1;
16436       // Set PassThru element.
16437       if (IntrData->Type == TERLOG_OP_MASKZ)
16438         PassThru = getZeroVector(VT, Subtarget, DAG, dl);
16439
16440       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT,
16441                                               Src1, Src2, Src3, Src4),
16442                                   Mask, PassThru, Subtarget, DAG);
16443     }
16444     case FPCLASS: {
16445       // FPclass intrinsics with mask
16446        SDValue Src1 = Op.getOperand(1);
16447        MVT VT = Src1.getSimpleValueType();
16448        MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getVectorNumElements());
16449        SDValue Imm = Op.getOperand(2);
16450        SDValue Mask = Op.getOperand(3);
16451        MVT BitcastVT = MVT::getVectorVT(MVT::i1,
16452                                      Mask.getSimpleValueType().getSizeInBits());
16453        SDValue FPclass = DAG.getNode(IntrData->Opc0, dl, MaskVT, Src1, Imm);
16454        SDValue FPclassMask = getVectorMaskingNode(FPclass, Mask,
16455                                                  DAG.getTargetConstant(0, dl, MaskVT),
16456                                                  Subtarget, DAG);
16457        SDValue Res = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, BitcastVT,
16458                                  DAG.getUNDEF(BitcastVT), FPclassMask,
16459                                  DAG.getIntPtrConstant(0, dl));
16460        return DAG.getBitcast(Op.getValueType(), Res);
16461     }
16462     case FPCLASSS: {
16463       SDValue Src1 = Op.getOperand(1);
16464       SDValue Imm = Op.getOperand(2);
16465       SDValue Mask = Op.getOperand(3);
16466       SDValue FPclass = DAG.getNode(IntrData->Opc0, dl, MVT::i1, Src1, Imm);
16467       SDValue FPclassMask = getScalarMaskingNode(FPclass, Mask,
16468         DAG.getTargetConstant(0, dl, MVT::i1), Subtarget, DAG);
16469       return DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i8, FPclassMask);
16470     }
16471     case CMP_MASK:
16472     case CMP_MASK_CC: {
16473       // Comparison intrinsics with masks.
16474       // Example of transformation:
16475       // (i8 (int_x86_avx512_mask_pcmpeq_q_128
16476       //             (v2i64 %a), (v2i64 %b), (i8 %mask))) ->
16477       // (i8 (bitcast
16478       //   (v8i1 (insert_subvector undef,
16479       //           (v2i1 (and (PCMPEQM %a, %b),
16480       //                      (extract_subvector
16481       //                         (v8i1 (bitcast %mask)), 0))), 0))))
16482       MVT VT = Op.getOperand(1).getSimpleValueType();
16483       MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getVectorNumElements());
16484       SDValue Mask = Op.getOperand((IntrData->Type == CMP_MASK_CC) ? 4 : 3);
16485       MVT BitcastVT = MVT::getVectorVT(MVT::i1,
16486                                        Mask.getSimpleValueType().getSizeInBits());
16487       SDValue Cmp;
16488       if (IntrData->Type == CMP_MASK_CC) {
16489         SDValue CC = Op.getOperand(3);
16490         CC = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, CC);
16491         // We specify 2 possible opcodes for intrinsics with rounding modes.
16492         // First, we check if the intrinsic may have non-default rounding mode,
16493         // (IntrData->Opc1 != 0), then we check the rounding mode operand.
16494         if (IntrData->Opc1 != 0) {
16495           SDValue Rnd = Op.getOperand(5);
16496           if (cast<ConstantSDNode>(Rnd)->getZExtValue() !=
16497               X86::STATIC_ROUNDING::CUR_DIRECTION)
16498             Cmp = DAG.getNode(IntrData->Opc1, dl, MaskVT, Op.getOperand(1),
16499                               Op.getOperand(2), CC, Rnd);
16500         }
16501         //default rounding mode
16502         if(!Cmp.getNode())
16503             Cmp = DAG.getNode(IntrData->Opc0, dl, MaskVT, Op.getOperand(1),
16504                               Op.getOperand(2), CC);
16505
16506       } else {
16507         assert(IntrData->Type == CMP_MASK && "Unexpected intrinsic type!");
16508         Cmp = DAG.getNode(IntrData->Opc0, dl, MaskVT, Op.getOperand(1),
16509                           Op.getOperand(2));
16510       }
16511       SDValue CmpMask = getVectorMaskingNode(Cmp, Mask,
16512                                              DAG.getTargetConstant(0, dl,
16513                                                                    MaskVT),
16514                                              Subtarget, DAG);
16515       SDValue Res = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, BitcastVT,
16516                                 DAG.getUNDEF(BitcastVT), CmpMask,
16517                                 DAG.getIntPtrConstant(0, dl));
16518       return DAG.getBitcast(Op.getValueType(), Res);
16519     }
16520     case CMP_MASK_SCALAR_CC: {
16521       SDValue Src1 = Op.getOperand(1);
16522       SDValue Src2 = Op.getOperand(2);
16523       SDValue CC = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op.getOperand(3));
16524       SDValue Mask = Op.getOperand(4);
16525
16526       SDValue Cmp;
16527       if (IntrData->Opc1 != 0) {
16528         SDValue Rnd = Op.getOperand(5);
16529         if (cast<ConstantSDNode>(Rnd)->getZExtValue() !=
16530             X86::STATIC_ROUNDING::CUR_DIRECTION)
16531           Cmp = DAG.getNode(IntrData->Opc1, dl, MVT::i1, Src1, Src2, CC, Rnd);
16532       }
16533       //default rounding mode
16534       if(!Cmp.getNode())
16535         Cmp = DAG.getNode(IntrData->Opc0, dl, MVT::i1, Src1, Src2, CC);
16536
16537       SDValue CmpMask = getScalarMaskingNode(Cmp, Mask,
16538                                              DAG.getTargetConstant(0, dl,
16539                                                                    MVT::i1),
16540                                              Subtarget, DAG);
16541
16542       return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, MVT::i8,
16543                          DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i8, CmpMask),
16544                          DAG.getValueType(MVT::i1));
16545     }
16546     case COMI: { // Comparison intrinsics
16547       ISD::CondCode CC = (ISD::CondCode)IntrData->Opc1;
16548       SDValue LHS = Op.getOperand(1);
16549       SDValue RHS = Op.getOperand(2);
16550       unsigned X86CC = TranslateX86CC(CC, dl, true, LHS, RHS, DAG);
16551       assert(X86CC != X86::COND_INVALID && "Unexpected illegal condition!");
16552       SDValue Cond = DAG.getNode(IntrData->Opc0, dl, MVT::i32, LHS, RHS);
16553       SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
16554                                   DAG.getConstant(X86CC, dl, MVT::i8), Cond);
16555       return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
16556     }
16557     case COMI_RM: { // Comparison intrinsics with Sae
16558       SDValue LHS = Op.getOperand(1);
16559       SDValue RHS = Op.getOperand(2);
16560       SDValue CC = Op.getOperand(3);
16561       SDValue Sae = Op.getOperand(4);
16562       auto ComiType = TranslateX86ConstCondToX86CC(CC);
16563       // choose between ordered and unordered (comi/ucomi)
16564       unsigned comiOp = std::get<0>(ComiType) ? IntrData->Opc0 : IntrData->Opc1;
16565       SDValue Cond;
16566       if (cast<ConstantSDNode>(Sae)->getZExtValue() !=
16567                                            X86::STATIC_ROUNDING::CUR_DIRECTION)
16568         Cond = DAG.getNode(comiOp, dl, MVT::i32, LHS, RHS, Sae);
16569       else
16570         Cond = DAG.getNode(comiOp, dl, MVT::i32, LHS, RHS);
16571       SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
16572         DAG.getConstant(std::get<1>(ComiType), dl, MVT::i8), Cond);
16573       return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
16574     }
16575     case VSHIFT:
16576       return getTargetVShiftNode(IntrData->Opc0, dl, Op.getSimpleValueType(),
16577                                  Op.getOperand(1), Op.getOperand(2), DAG);
16578     case VSHIFT_MASK:
16579       return getVectorMaskingNode(getTargetVShiftNode(IntrData->Opc0, dl,
16580                                                       Op.getSimpleValueType(),
16581                                                       Op.getOperand(1),
16582                                                       Op.getOperand(2), DAG),
16583                                   Op.getOperand(4), Op.getOperand(3), Subtarget,
16584                                   DAG);
16585     case COMPRESS_EXPAND_IN_REG: {
16586       SDValue Mask = Op.getOperand(3);
16587       SDValue DataToCompress = Op.getOperand(1);
16588       SDValue PassThru = Op.getOperand(2);
16589       if (isAllOnesConstant(Mask)) // return data as is
16590         return Op.getOperand(1);
16591
16592       return getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT,
16593                                               DataToCompress),
16594                                   Mask, PassThru, Subtarget, DAG);
16595     }
16596     case BROADCASTM: {
16597       SDValue Mask = Op.getOperand(1);
16598       MVT MaskVT = MVT::getVectorVT(MVT::i1, Mask.getSimpleValueType().getSizeInBits());
16599       Mask = DAG.getBitcast(MaskVT, Mask);
16600       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Mask);
16601     }
16602     case BLEND: {
16603       SDValue Mask = Op.getOperand(3);
16604       MVT VT = Op.getSimpleValueType();
16605       MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getVectorNumElements());
16606       SDValue VMask = getMaskNode(Mask, MaskVT, Subtarget, DAG, dl);
16607       return DAG.getNode(IntrData->Opc0, dl, VT, VMask, Op.getOperand(1),
16608                          Op.getOperand(2));
16609     }
16610     case KUNPCK: {
16611       MVT VT = Op.getSimpleValueType();
16612       MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getSizeInBits()/2);
16613
16614       SDValue Src1 = getMaskNode(Op.getOperand(1), MaskVT, Subtarget, DAG, dl);
16615       SDValue Src2 = getMaskNode(Op.getOperand(2), MaskVT, Subtarget, DAG, dl);
16616       // Arguments should be swapped.
16617       SDValue Res = DAG.getNode(IntrData->Opc0, dl,
16618                                 MVT::getVectorVT(MVT::i1, VT.getSizeInBits()),
16619                                 Src2, Src1);
16620       return DAG.getBitcast(VT, Res);
16621     }
16622     default:
16623       break;
16624     }
16625   }
16626
16627   switch (IntNo) {
16628   default: return SDValue();    // Don't custom lower most intrinsics.
16629
16630   case Intrinsic::x86_avx2_permd:
16631   case Intrinsic::x86_avx2_permps:
16632     // Operands intentionally swapped. Mask is last operand to intrinsic,
16633     // but second operand for node/instruction.
16634     return DAG.getNode(X86ISD::VPERMV, dl, Op.getValueType(),
16635                        Op.getOperand(2), Op.getOperand(1));
16636
16637   // ptest and testp intrinsics. The intrinsic these come from are designed to
16638   // return an integer value, not just an instruction so lower it to the ptest
16639   // or testp pattern and a setcc for the result.
16640   case Intrinsic::x86_sse41_ptestz:
16641   case Intrinsic::x86_sse41_ptestc:
16642   case Intrinsic::x86_sse41_ptestnzc:
16643   case Intrinsic::x86_avx_ptestz_256:
16644   case Intrinsic::x86_avx_ptestc_256:
16645   case Intrinsic::x86_avx_ptestnzc_256:
16646   case Intrinsic::x86_avx_vtestz_ps:
16647   case Intrinsic::x86_avx_vtestc_ps:
16648   case Intrinsic::x86_avx_vtestnzc_ps:
16649   case Intrinsic::x86_avx_vtestz_pd:
16650   case Intrinsic::x86_avx_vtestc_pd:
16651   case Intrinsic::x86_avx_vtestnzc_pd:
16652   case Intrinsic::x86_avx_vtestz_ps_256:
16653   case Intrinsic::x86_avx_vtestc_ps_256:
16654   case Intrinsic::x86_avx_vtestnzc_ps_256:
16655   case Intrinsic::x86_avx_vtestz_pd_256:
16656   case Intrinsic::x86_avx_vtestc_pd_256:
16657   case Intrinsic::x86_avx_vtestnzc_pd_256: {
16658     bool IsTestPacked = false;
16659     unsigned X86CC;
16660     switch (IntNo) {
16661     default: llvm_unreachable("Bad fallthrough in Intrinsic lowering.");
16662     case Intrinsic::x86_avx_vtestz_ps:
16663     case Intrinsic::x86_avx_vtestz_pd:
16664     case Intrinsic::x86_avx_vtestz_ps_256:
16665     case Intrinsic::x86_avx_vtestz_pd_256:
16666       IsTestPacked = true; // Fallthrough
16667     case Intrinsic::x86_sse41_ptestz:
16668     case Intrinsic::x86_avx_ptestz_256:
16669       // ZF = 1
16670       X86CC = X86::COND_E;
16671       break;
16672     case Intrinsic::x86_avx_vtestc_ps:
16673     case Intrinsic::x86_avx_vtestc_pd:
16674     case Intrinsic::x86_avx_vtestc_ps_256:
16675     case Intrinsic::x86_avx_vtestc_pd_256:
16676       IsTestPacked = true; // Fallthrough
16677     case Intrinsic::x86_sse41_ptestc:
16678     case Intrinsic::x86_avx_ptestc_256:
16679       // CF = 1
16680       X86CC = X86::COND_B;
16681       break;
16682     case Intrinsic::x86_avx_vtestnzc_ps:
16683     case Intrinsic::x86_avx_vtestnzc_pd:
16684     case Intrinsic::x86_avx_vtestnzc_ps_256:
16685     case Intrinsic::x86_avx_vtestnzc_pd_256:
16686       IsTestPacked = true; // Fallthrough
16687     case Intrinsic::x86_sse41_ptestnzc:
16688     case Intrinsic::x86_avx_ptestnzc_256:
16689       // ZF and CF = 0
16690       X86CC = X86::COND_A;
16691       break;
16692     }
16693
16694     SDValue LHS = Op.getOperand(1);
16695     SDValue RHS = Op.getOperand(2);
16696     unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
16697     SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS);
16698     SDValue CC = DAG.getConstant(X86CC, dl, MVT::i8);
16699     SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
16700     return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
16701   }
16702   case Intrinsic::x86_avx512_kortestz_w:
16703   case Intrinsic::x86_avx512_kortestc_w: {
16704     unsigned X86CC = (IntNo == Intrinsic::x86_avx512_kortestz_w)? X86::COND_E: X86::COND_B;
16705     SDValue LHS = DAG.getBitcast(MVT::v16i1, Op.getOperand(1));
16706     SDValue RHS = DAG.getBitcast(MVT::v16i1, Op.getOperand(2));
16707     SDValue CC = DAG.getConstant(X86CC, dl, MVT::i8);
16708     SDValue Test = DAG.getNode(X86ISD::KORTEST, dl, MVT::i32, LHS, RHS);
16709     SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i1, CC, Test);
16710     return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
16711   }
16712
16713   case Intrinsic::x86_sse42_pcmpistria128:
16714   case Intrinsic::x86_sse42_pcmpestria128:
16715   case Intrinsic::x86_sse42_pcmpistric128:
16716   case Intrinsic::x86_sse42_pcmpestric128:
16717   case Intrinsic::x86_sse42_pcmpistrio128:
16718   case Intrinsic::x86_sse42_pcmpestrio128:
16719   case Intrinsic::x86_sse42_pcmpistris128:
16720   case Intrinsic::x86_sse42_pcmpestris128:
16721   case Intrinsic::x86_sse42_pcmpistriz128:
16722   case Intrinsic::x86_sse42_pcmpestriz128: {
16723     unsigned Opcode;
16724     unsigned X86CC;
16725     switch (IntNo) {
16726     default: llvm_unreachable("Impossible intrinsic");  // Can't reach here.
16727     case Intrinsic::x86_sse42_pcmpistria128:
16728       Opcode = X86ISD::PCMPISTRI;
16729       X86CC = X86::COND_A;
16730       break;
16731     case Intrinsic::x86_sse42_pcmpestria128:
16732       Opcode = X86ISD::PCMPESTRI;
16733       X86CC = X86::COND_A;
16734       break;
16735     case Intrinsic::x86_sse42_pcmpistric128:
16736       Opcode = X86ISD::PCMPISTRI;
16737       X86CC = X86::COND_B;
16738       break;
16739     case Intrinsic::x86_sse42_pcmpestric128:
16740       Opcode = X86ISD::PCMPESTRI;
16741       X86CC = X86::COND_B;
16742       break;
16743     case Intrinsic::x86_sse42_pcmpistrio128:
16744       Opcode = X86ISD::PCMPISTRI;
16745       X86CC = X86::COND_O;
16746       break;
16747     case Intrinsic::x86_sse42_pcmpestrio128:
16748       Opcode = X86ISD::PCMPESTRI;
16749       X86CC = X86::COND_O;
16750       break;
16751     case Intrinsic::x86_sse42_pcmpistris128:
16752       Opcode = X86ISD::PCMPISTRI;
16753       X86CC = X86::COND_S;
16754       break;
16755     case Intrinsic::x86_sse42_pcmpestris128:
16756       Opcode = X86ISD::PCMPESTRI;
16757       X86CC = X86::COND_S;
16758       break;
16759     case Intrinsic::x86_sse42_pcmpistriz128:
16760       Opcode = X86ISD::PCMPISTRI;
16761       X86CC = X86::COND_E;
16762       break;
16763     case Intrinsic::x86_sse42_pcmpestriz128:
16764       Opcode = X86ISD::PCMPESTRI;
16765       X86CC = X86::COND_E;
16766       break;
16767     }
16768     SmallVector<SDValue, 5> NewOps(Op->op_begin()+1, Op->op_end());
16769     SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
16770     SDValue PCMP = DAG.getNode(Opcode, dl, VTs, NewOps);
16771     SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
16772                                 DAG.getConstant(X86CC, dl, MVT::i8),
16773                                 SDValue(PCMP.getNode(), 1));
16774     return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
16775   }
16776
16777   case Intrinsic::x86_sse42_pcmpistri128:
16778   case Intrinsic::x86_sse42_pcmpestri128: {
16779     unsigned Opcode;
16780     if (IntNo == Intrinsic::x86_sse42_pcmpistri128)
16781       Opcode = X86ISD::PCMPISTRI;
16782     else
16783       Opcode = X86ISD::PCMPESTRI;
16784
16785     SmallVector<SDValue, 5> NewOps(Op->op_begin()+1, Op->op_end());
16786     SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
16787     return DAG.getNode(Opcode, dl, VTs, NewOps);
16788   }
16789
16790   case Intrinsic::x86_seh_lsda: {
16791     // Compute the symbol for the LSDA. We know it'll get emitted later.
16792     MachineFunction &MF = DAG.getMachineFunction();
16793     SDValue Op1 = Op.getOperand(1);
16794     auto *Fn = cast<Function>(cast<GlobalAddressSDNode>(Op1)->getGlobal());
16795     MCSymbol *LSDASym = MF.getMMI().getContext().getOrCreateLSDASymbol(
16796         GlobalValue::getRealLinkageName(Fn->getName()));
16797
16798     // Generate a simple absolute symbol reference. This intrinsic is only
16799     // supported on 32-bit Windows, which isn't PIC.
16800     SDValue Result = DAG.getMCSymbol(LSDASym, VT);
16801     return DAG.getNode(X86ISD::Wrapper, dl, VT, Result);
16802   }
16803
16804   case Intrinsic::x86_seh_recoverfp: {
16805     SDValue FnOp = Op.getOperand(1);
16806     SDValue IncomingFPOp = Op.getOperand(2);
16807     GlobalAddressSDNode *GSD = dyn_cast<GlobalAddressSDNode>(FnOp);
16808     auto *Fn = dyn_cast_or_null<Function>(GSD ? GSD->getGlobal() : nullptr);
16809     if (!Fn)
16810       report_fatal_error(
16811           "llvm.x86.seh.recoverfp must take a function as the first argument");
16812     return recoverFramePointer(DAG, Fn, IncomingFPOp);
16813   }
16814
16815   case Intrinsic::localaddress: {
16816     // Returns one of the stack, base, or frame pointer registers, depending on
16817     // which is used to reference local variables.
16818     MachineFunction &MF = DAG.getMachineFunction();
16819     const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
16820     unsigned Reg;
16821     if (RegInfo->hasBasePointer(MF))
16822       Reg = RegInfo->getBaseRegister();
16823     else // This function handles the SP or FP case.
16824       Reg = RegInfo->getPtrSizedFrameRegister(MF);
16825     return DAG.getCopyFromReg(DAG.getEntryNode(), dl, Reg, VT);
16826   }
16827   }
16828 }
16829
16830 static SDValue getGatherNode(unsigned Opc, SDValue Op, SelectionDAG &DAG,
16831                               SDValue Src, SDValue Mask, SDValue Base,
16832                               SDValue Index, SDValue ScaleOp, SDValue Chain,
16833                               const X86Subtarget * Subtarget) {
16834   SDLoc dl(Op);
16835   auto *C = cast<ConstantSDNode>(ScaleOp);
16836   SDValue Scale = DAG.getTargetConstant(C->getZExtValue(), dl, MVT::i8);
16837   MVT MaskVT = MVT::getVectorVT(MVT::i1,
16838                              Index.getSimpleValueType().getVectorNumElements());
16839   SDValue MaskInReg;
16840   ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(Mask);
16841   if (MaskC)
16842     MaskInReg = DAG.getTargetConstant(MaskC->getSExtValue(), dl, MaskVT);
16843   else {
16844     MVT BitcastVT = MVT::getVectorVT(MVT::i1,
16845                                      Mask.getSimpleValueType().getSizeInBits());
16846
16847     // In case when MaskVT equals v2i1 or v4i1, low 2 or 4 elements
16848     // are extracted by EXTRACT_SUBVECTOR.
16849     MaskInReg = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MaskVT,
16850                             DAG.getBitcast(BitcastVT, Mask),
16851                             DAG.getIntPtrConstant(0, dl));
16852   }
16853   SDVTList VTs = DAG.getVTList(Op.getValueType(), MaskVT, MVT::Other);
16854   SDValue Disp = DAG.getTargetConstant(0, dl, MVT::i32);
16855   SDValue Segment = DAG.getRegister(0, MVT::i32);
16856   if (Src.getOpcode() == ISD::UNDEF)
16857     Src = getZeroVector(Op.getSimpleValueType(), Subtarget, DAG, dl);
16858   SDValue Ops[] = {Src, MaskInReg, Base, Scale, Index, Disp, Segment, Chain};
16859   SDNode *Res = DAG.getMachineNode(Opc, dl, VTs, Ops);
16860   SDValue RetOps[] = { SDValue(Res, 0), SDValue(Res, 2) };
16861   return DAG.getMergeValues(RetOps, dl);
16862 }
16863
16864 static SDValue getScatterNode(unsigned Opc, SDValue Op, SelectionDAG &DAG,
16865                                SDValue Src, SDValue Mask, SDValue Base,
16866                                SDValue Index, SDValue ScaleOp, SDValue Chain) {
16867   SDLoc dl(Op);
16868   auto *C = cast<ConstantSDNode>(ScaleOp);
16869   SDValue Scale = DAG.getTargetConstant(C->getZExtValue(), dl, MVT::i8);
16870   SDValue Disp = DAG.getTargetConstant(0, dl, MVT::i32);
16871   SDValue Segment = DAG.getRegister(0, MVT::i32);
16872   MVT MaskVT = MVT::getVectorVT(MVT::i1,
16873                              Index.getSimpleValueType().getVectorNumElements());
16874   SDValue MaskInReg;
16875   ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(Mask);
16876   if (MaskC)
16877     MaskInReg = DAG.getTargetConstant(MaskC->getSExtValue(), dl, MaskVT);
16878   else {
16879     MVT BitcastVT = MVT::getVectorVT(MVT::i1,
16880                                      Mask.getSimpleValueType().getSizeInBits());
16881
16882     // In case when MaskVT equals v2i1 or v4i1, low 2 or 4 elements
16883     // are extracted by EXTRACT_SUBVECTOR.
16884     MaskInReg = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MaskVT,
16885                             DAG.getBitcast(BitcastVT, Mask),
16886                             DAG.getIntPtrConstant(0, dl));
16887   }
16888   SDVTList VTs = DAG.getVTList(MaskVT, MVT::Other);
16889   SDValue Ops[] = {Base, Scale, Index, Disp, Segment, MaskInReg, Src, Chain};
16890   SDNode *Res = DAG.getMachineNode(Opc, dl, VTs, Ops);
16891   return SDValue(Res, 1);
16892 }
16893
16894 static SDValue getPrefetchNode(unsigned Opc, SDValue Op, SelectionDAG &DAG,
16895                                SDValue Mask, SDValue Base, SDValue Index,
16896                                SDValue ScaleOp, SDValue Chain) {
16897   SDLoc dl(Op);
16898   auto *C = cast<ConstantSDNode>(ScaleOp);
16899   SDValue Scale = DAG.getTargetConstant(C->getZExtValue(), dl, MVT::i8);
16900   SDValue Disp = DAG.getTargetConstant(0, dl, MVT::i32);
16901   SDValue Segment = DAG.getRegister(0, MVT::i32);
16902   MVT MaskVT =
16903     MVT::getVectorVT(MVT::i1, Index.getSimpleValueType().getVectorNumElements());
16904   SDValue MaskInReg;
16905   ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(Mask);
16906   if (MaskC)
16907     MaskInReg = DAG.getTargetConstant(MaskC->getSExtValue(), dl, MaskVT);
16908   else
16909     MaskInReg = DAG.getBitcast(MaskVT, Mask);
16910   //SDVTList VTs = DAG.getVTList(MVT::Other);
16911   SDValue Ops[] = {MaskInReg, Base, Scale, Index, Disp, Segment, Chain};
16912   SDNode *Res = DAG.getMachineNode(Opc, dl, MVT::Other, Ops);
16913   return SDValue(Res, 0);
16914 }
16915
16916 // getReadPerformanceCounter - Handles the lowering of builtin intrinsics that
16917 // read performance monitor counters (x86_rdpmc).
16918 static void getReadPerformanceCounter(SDNode *N, SDLoc DL,
16919                               SelectionDAG &DAG, const X86Subtarget *Subtarget,
16920                               SmallVectorImpl<SDValue> &Results) {
16921   assert(N->getNumOperands() == 3 && "Unexpected number of operands!");
16922   SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
16923   SDValue LO, HI;
16924
16925   // The ECX register is used to select the index of the performance counter
16926   // to read.
16927   SDValue Chain = DAG.getCopyToReg(N->getOperand(0), DL, X86::ECX,
16928                                    N->getOperand(2));
16929   SDValue rd = DAG.getNode(X86ISD::RDPMC_DAG, DL, Tys, Chain);
16930
16931   // Reads the content of a 64-bit performance counter and returns it in the
16932   // registers EDX:EAX.
16933   if (Subtarget->is64Bit()) {
16934     LO = DAG.getCopyFromReg(rd, DL, X86::RAX, MVT::i64, rd.getValue(1));
16935     HI = DAG.getCopyFromReg(LO.getValue(1), DL, X86::RDX, MVT::i64,
16936                             LO.getValue(2));
16937   } else {
16938     LO = DAG.getCopyFromReg(rd, DL, X86::EAX, MVT::i32, rd.getValue(1));
16939     HI = DAG.getCopyFromReg(LO.getValue(1), DL, X86::EDX, MVT::i32,
16940                             LO.getValue(2));
16941   }
16942   Chain = HI.getValue(1);
16943
16944   if (Subtarget->is64Bit()) {
16945     // The EAX register is loaded with the low-order 32 bits. The EDX register
16946     // is loaded with the supported high-order bits of the counter.
16947     SDValue Tmp = DAG.getNode(ISD::SHL, DL, MVT::i64, HI,
16948                               DAG.getConstant(32, DL, MVT::i8));
16949     Results.push_back(DAG.getNode(ISD::OR, DL, MVT::i64, LO, Tmp));
16950     Results.push_back(Chain);
16951     return;
16952   }
16953
16954   // Use a buildpair to merge the two 32-bit values into a 64-bit one.
16955   SDValue Ops[] = { LO, HI };
16956   SDValue Pair = DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i64, Ops);
16957   Results.push_back(Pair);
16958   Results.push_back(Chain);
16959 }
16960
16961 // getReadTimeStampCounter - Handles the lowering of builtin intrinsics that
16962 // read the time stamp counter (x86_rdtsc and x86_rdtscp). This function is
16963 // also used to custom lower READCYCLECOUNTER nodes.
16964 static void getReadTimeStampCounter(SDNode *N, SDLoc DL, unsigned Opcode,
16965                               SelectionDAG &DAG, const X86Subtarget *Subtarget,
16966                               SmallVectorImpl<SDValue> &Results) {
16967   SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
16968   SDValue rd = DAG.getNode(Opcode, DL, Tys, N->getOperand(0));
16969   SDValue LO, HI;
16970
16971   // The processor's time-stamp counter (a 64-bit MSR) is stored into the
16972   // EDX:EAX registers. EDX is loaded with the high-order 32 bits of the MSR
16973   // and the EAX register is loaded with the low-order 32 bits.
16974   if (Subtarget->is64Bit()) {
16975     LO = DAG.getCopyFromReg(rd, DL, X86::RAX, MVT::i64, rd.getValue(1));
16976     HI = DAG.getCopyFromReg(LO.getValue(1), DL, X86::RDX, MVT::i64,
16977                             LO.getValue(2));
16978   } else {
16979     LO = DAG.getCopyFromReg(rd, DL, X86::EAX, MVT::i32, rd.getValue(1));
16980     HI = DAG.getCopyFromReg(LO.getValue(1), DL, X86::EDX, MVT::i32,
16981                             LO.getValue(2));
16982   }
16983   SDValue Chain = HI.getValue(1);
16984
16985   if (Opcode == X86ISD::RDTSCP_DAG) {
16986     assert(N->getNumOperands() == 3 && "Unexpected number of operands!");
16987
16988     // Instruction RDTSCP loads the IA32:TSC_AUX_MSR (address C000_0103H) into
16989     // the ECX register. Add 'ecx' explicitly to the chain.
16990     SDValue ecx = DAG.getCopyFromReg(Chain, DL, X86::ECX, MVT::i32,
16991                                      HI.getValue(2));
16992     // Explicitly store the content of ECX at the location passed in input
16993     // to the 'rdtscp' intrinsic.
16994     Chain = DAG.getStore(ecx.getValue(1), DL, ecx, N->getOperand(2),
16995                          MachinePointerInfo(), false, false, 0);
16996   }
16997
16998   if (Subtarget->is64Bit()) {
16999     // The EDX register is loaded with the high-order 32 bits of the MSR, and
17000     // the EAX register is loaded with the low-order 32 bits.
17001     SDValue Tmp = DAG.getNode(ISD::SHL, DL, MVT::i64, HI,
17002                               DAG.getConstant(32, DL, MVT::i8));
17003     Results.push_back(DAG.getNode(ISD::OR, DL, MVT::i64, LO, Tmp));
17004     Results.push_back(Chain);
17005     return;
17006   }
17007
17008   // Use a buildpair to merge the two 32-bit values into a 64-bit one.
17009   SDValue Ops[] = { LO, HI };
17010   SDValue Pair = DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i64, Ops);
17011   Results.push_back(Pair);
17012   Results.push_back(Chain);
17013 }
17014
17015 static SDValue LowerREADCYCLECOUNTER(SDValue Op, const X86Subtarget *Subtarget,
17016                                      SelectionDAG &DAG) {
17017   SmallVector<SDValue, 2> Results;
17018   SDLoc DL(Op);
17019   getReadTimeStampCounter(Op.getNode(), DL, X86ISD::RDTSC_DAG, DAG, Subtarget,
17020                           Results);
17021   return DAG.getMergeValues(Results, DL);
17022 }
17023
17024 static SDValue LowerSEHRESTOREFRAME(SDValue Op, const X86Subtarget *Subtarget,
17025                                     SelectionDAG &DAG) {
17026   MachineFunction &MF = DAG.getMachineFunction();
17027   const Function *Fn = MF.getFunction();
17028   SDLoc dl(Op);
17029   SDValue Chain = Op.getOperand(0);
17030
17031   assert(Subtarget->getFrameLowering()->hasFP(MF) &&
17032          "using llvm.x86.seh.restoreframe requires a frame pointer");
17033
17034   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
17035   MVT VT = TLI.getPointerTy(DAG.getDataLayout());
17036
17037   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
17038   unsigned FrameReg =
17039       RegInfo->getPtrSizedFrameRegister(DAG.getMachineFunction());
17040   unsigned SPReg = RegInfo->getStackRegister();
17041   unsigned SlotSize = RegInfo->getSlotSize();
17042
17043   // Get incoming EBP.
17044   SDValue IncomingEBP =
17045       DAG.getCopyFromReg(Chain, dl, FrameReg, VT);
17046
17047   // SP is saved in the first field of every registration node, so load
17048   // [EBP-RegNodeSize] into SP.
17049   int RegNodeSize = getSEHRegistrationNodeSize(Fn);
17050   SDValue SPAddr = DAG.getNode(ISD::ADD, dl, VT, IncomingEBP,
17051                                DAG.getConstant(-RegNodeSize, dl, VT));
17052   SDValue NewSP =
17053       DAG.getLoad(VT, dl, Chain, SPAddr, MachinePointerInfo(), false, false,
17054                   false, VT.getScalarSizeInBits() / 8);
17055   Chain = DAG.getCopyToReg(Chain, dl, SPReg, NewSP);
17056
17057   if (!RegInfo->needsStackRealignment(MF)) {
17058     // Adjust EBP to point back to the original frame position.
17059     SDValue NewFP = recoverFramePointer(DAG, Fn, IncomingEBP);
17060     Chain = DAG.getCopyToReg(Chain, dl, FrameReg, NewFP);
17061   } else {
17062     assert(RegInfo->hasBasePointer(MF) &&
17063            "functions with Win32 EH must use frame or base pointer register");
17064
17065     // Reload the base pointer (ESI) with the adjusted incoming EBP.
17066     SDValue NewBP = recoverFramePointer(DAG, Fn, IncomingEBP);
17067     Chain = DAG.getCopyToReg(Chain, dl, RegInfo->getBaseRegister(), NewBP);
17068
17069     // Reload the spilled EBP value, now that the stack and base pointers are
17070     // set up.
17071     X86MachineFunctionInfo *X86FI = MF.getInfo<X86MachineFunctionInfo>();
17072     X86FI->setHasSEHFramePtrSave(true);
17073     int FI = MF.getFrameInfo()->CreateSpillStackObject(SlotSize, SlotSize);
17074     X86FI->setSEHFramePtrSaveIndex(FI);
17075     SDValue NewFP = DAG.getLoad(VT, dl, Chain, DAG.getFrameIndex(FI, VT),
17076                                 MachinePointerInfo(), false, false, false,
17077                                 VT.getScalarSizeInBits() / 8);
17078     Chain = DAG.getCopyToReg(NewFP, dl, FrameReg, NewFP);
17079   }
17080
17081   return Chain;
17082 }
17083
17084 static SDValue MarkEHRegistrationNode(SDValue Op, SelectionDAG &DAG) {
17085   MachineFunction &MF = DAG.getMachineFunction();
17086   SDValue Chain = Op.getOperand(0);
17087   SDValue RegNode = Op.getOperand(2);
17088   WinEHFuncInfo *EHInfo = MF.getWinEHFuncInfo();
17089   if (!EHInfo)
17090     report_fatal_error("EH registrations only live in functions using WinEH");
17091
17092   // Cast the operand to an alloca, and remember the frame index.
17093   auto *FINode = dyn_cast<FrameIndexSDNode>(RegNode);
17094   if (!FINode)
17095     report_fatal_error("llvm.x86.seh.ehregnode expects a static alloca");
17096   EHInfo->EHRegNodeFrameIndex = FINode->getIndex();
17097
17098   // Return the chain operand without making any DAG nodes.
17099   return Chain;
17100 }
17101
17102 /// \brief Lower intrinsics for TRUNCATE_TO_MEM case
17103 /// return truncate Store/MaskedStore Node
17104 static SDValue LowerINTRINSIC_TRUNCATE_TO_MEM(const SDValue & Op,
17105                                                SelectionDAG &DAG,
17106                                                MVT ElementType) {
17107   SDLoc dl(Op);
17108   SDValue Mask = Op.getOperand(4);
17109   SDValue DataToTruncate = Op.getOperand(3);
17110   SDValue Addr = Op.getOperand(2);
17111   SDValue Chain = Op.getOperand(0);
17112
17113   MVT VT  = DataToTruncate.getSimpleValueType();
17114   MVT SVT = MVT::getVectorVT(ElementType, VT.getVectorNumElements());
17115
17116   if (isAllOnesConstant(Mask)) // return just a truncate store
17117     return DAG.getTruncStore(Chain, dl, DataToTruncate, Addr,
17118                              MachinePointerInfo(), SVT, false, false,
17119                              SVT.getScalarSizeInBits()/8);
17120
17121   MVT MaskVT = MVT::getVectorVT(MVT::i1, VT.getVectorNumElements());
17122   MVT BitcastVT = MVT::getVectorVT(MVT::i1,
17123                                    Mask.getSimpleValueType().getSizeInBits());
17124   // In case when MaskVT equals v2i1 or v4i1, low 2 or 4 elements
17125   // are extracted by EXTRACT_SUBVECTOR.
17126   SDValue VMask = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MaskVT,
17127                               DAG.getBitcast(BitcastVT, Mask),
17128                               DAG.getIntPtrConstant(0, dl));
17129
17130   MachineMemOperand *MMO = DAG.getMachineFunction().
17131     getMachineMemOperand(MachinePointerInfo(),
17132                          MachineMemOperand::MOStore, SVT.getStoreSize(),
17133                          SVT.getScalarSizeInBits()/8);
17134
17135   return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr,
17136                             VMask, SVT, MMO, true);
17137 }
17138
17139 static SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, const X86Subtarget *Subtarget,
17140                                       SelectionDAG &DAG) {
17141   unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
17142
17143   const IntrinsicData* IntrData = getIntrinsicWithChain(IntNo);
17144   if (!IntrData) {
17145     if (IntNo == llvm::Intrinsic::x86_seh_restoreframe)
17146       return LowerSEHRESTOREFRAME(Op, Subtarget, DAG);
17147     else if (IntNo == llvm::Intrinsic::x86_seh_ehregnode)
17148       return MarkEHRegistrationNode(Op, DAG);
17149     return SDValue();
17150   }
17151
17152   SDLoc dl(Op);
17153   switch(IntrData->Type) {
17154   default: llvm_unreachable("Unknown Intrinsic Type");
17155   case RDSEED:
17156   case RDRAND: {
17157     // Emit the node with the right value type.
17158     SDVTList VTs = DAG.getVTList(Op->getValueType(0), MVT::Glue, MVT::Other);
17159     SDValue Result = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
17160
17161     // If the value returned by RDRAND/RDSEED was valid (CF=1), return 1.
17162     // Otherwise return the value from Rand, which is always 0, casted to i32.
17163     SDValue Ops[] = { DAG.getZExtOrTrunc(Result, dl, Op->getValueType(1)),
17164                       DAG.getConstant(1, dl, Op->getValueType(1)),
17165                       DAG.getConstant(X86::COND_B, dl, MVT::i32),
17166                       SDValue(Result.getNode(), 1) };
17167     SDValue isValid = DAG.getNode(X86ISD::CMOV, dl,
17168                                   DAG.getVTList(Op->getValueType(1), MVT::Glue),
17169                                   Ops);
17170
17171     // Return { result, isValid, chain }.
17172     return DAG.getNode(ISD::MERGE_VALUES, dl, Op->getVTList(), Result, isValid,
17173                        SDValue(Result.getNode(), 2));
17174   }
17175   case GATHER: {
17176   //gather(v1, mask, index, base, scale);
17177     SDValue Chain = Op.getOperand(0);
17178     SDValue Src   = Op.getOperand(2);
17179     SDValue Base  = Op.getOperand(3);
17180     SDValue Index = Op.getOperand(4);
17181     SDValue Mask  = Op.getOperand(5);
17182     SDValue Scale = Op.getOperand(6);
17183     return getGatherNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index, Scale,
17184                          Chain, Subtarget);
17185   }
17186   case SCATTER: {
17187   //scatter(base, mask, index, v1, scale);
17188     SDValue Chain = Op.getOperand(0);
17189     SDValue Base  = Op.getOperand(2);
17190     SDValue Mask  = Op.getOperand(3);
17191     SDValue Index = Op.getOperand(4);
17192     SDValue Src   = Op.getOperand(5);
17193     SDValue Scale = Op.getOperand(6);
17194     return getScatterNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
17195                           Scale, Chain);
17196   }
17197   case PREFETCH: {
17198     SDValue Hint = Op.getOperand(6);
17199     unsigned HintVal = cast<ConstantSDNode>(Hint)->getZExtValue();
17200     assert(HintVal < 2 && "Wrong prefetch hint in intrinsic: should be 0 or 1");
17201     unsigned Opcode = (HintVal ? IntrData->Opc1 : IntrData->Opc0);
17202     SDValue Chain = Op.getOperand(0);
17203     SDValue Mask  = Op.getOperand(2);
17204     SDValue Index = Op.getOperand(3);
17205     SDValue Base  = Op.getOperand(4);
17206     SDValue Scale = Op.getOperand(5);
17207     return getPrefetchNode(Opcode, Op, DAG, Mask, Base, Index, Scale, Chain);
17208   }
17209   // Read Time Stamp Counter (RDTSC) and Processor ID (RDTSCP).
17210   case RDTSC: {
17211     SmallVector<SDValue, 2> Results;
17212     getReadTimeStampCounter(Op.getNode(), dl, IntrData->Opc0, DAG, Subtarget,
17213                             Results);
17214     return DAG.getMergeValues(Results, dl);
17215   }
17216   // Read Performance Monitoring Counters.
17217   case RDPMC: {
17218     SmallVector<SDValue, 2> Results;
17219     getReadPerformanceCounter(Op.getNode(), dl, DAG, Subtarget, Results);
17220     return DAG.getMergeValues(Results, dl);
17221   }
17222   // XTEST intrinsics.
17223   case XTEST: {
17224     SDVTList VTs = DAG.getVTList(Op->getValueType(0), MVT::Other);
17225     SDValue InTrans = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
17226     SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
17227                                 DAG.getConstant(X86::COND_NE, dl, MVT::i8),
17228                                 InTrans);
17229     SDValue Ret = DAG.getNode(ISD::ZERO_EXTEND, dl, Op->getValueType(0), SetCC);
17230     return DAG.getNode(ISD::MERGE_VALUES, dl, Op->getVTList(),
17231                        Ret, SDValue(InTrans.getNode(), 1));
17232   }
17233   // ADC/ADCX/SBB
17234   case ADX: {
17235     SmallVector<SDValue, 2> Results;
17236     SDVTList CFVTs = DAG.getVTList(Op->getValueType(0), MVT::Other);
17237     SDVTList VTs = DAG.getVTList(Op.getOperand(3)->getValueType(0), MVT::Other);
17238     SDValue GenCF = DAG.getNode(X86ISD::ADD, dl, CFVTs, Op.getOperand(2),
17239                                 DAG.getConstant(-1, dl, MVT::i8));
17240     SDValue Res = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(3),
17241                               Op.getOperand(4), GenCF.getValue(1));
17242     SDValue Store = DAG.getStore(Op.getOperand(0), dl, Res.getValue(0),
17243                                  Op.getOperand(5), MachinePointerInfo(),
17244                                  false, false, 0);
17245     SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
17246                                 DAG.getConstant(X86::COND_B, dl, MVT::i8),
17247                                 Res.getValue(1));
17248     Results.push_back(SetCC);
17249     Results.push_back(Store);
17250     return DAG.getMergeValues(Results, dl);
17251   }
17252   case COMPRESS_TO_MEM: {
17253     SDLoc dl(Op);
17254     SDValue Mask = Op.getOperand(4);
17255     SDValue DataToCompress = Op.getOperand(3);
17256     SDValue Addr = Op.getOperand(2);
17257     SDValue Chain = Op.getOperand(0);
17258
17259     MVT VT = DataToCompress.getSimpleValueType();
17260     if (isAllOnesConstant(Mask)) // return just a store
17261       return DAG.getStore(Chain, dl, DataToCompress, Addr,
17262                           MachinePointerInfo(), false, false,
17263                           VT.getScalarSizeInBits()/8);
17264
17265     SDValue Compressed =
17266       getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, DataToCompress),
17267                            Mask, DAG.getUNDEF(VT), Subtarget, DAG);
17268     return DAG.getStore(Chain, dl, Compressed, Addr,
17269                         MachinePointerInfo(), false, false,
17270                         VT.getScalarSizeInBits()/8);
17271   }
17272   case TRUNCATE_TO_MEM_VI8:
17273     return LowerINTRINSIC_TRUNCATE_TO_MEM(Op, DAG, MVT::i8);
17274   case TRUNCATE_TO_MEM_VI16:
17275     return LowerINTRINSIC_TRUNCATE_TO_MEM(Op, DAG, MVT::i16);
17276   case TRUNCATE_TO_MEM_VI32:
17277     return LowerINTRINSIC_TRUNCATE_TO_MEM(Op, DAG, MVT::i32);
17278   case EXPAND_FROM_MEM: {
17279     SDLoc dl(Op);
17280     SDValue Mask = Op.getOperand(4);
17281     SDValue PassThru = Op.getOperand(3);
17282     SDValue Addr = Op.getOperand(2);
17283     SDValue Chain = Op.getOperand(0);
17284     MVT VT = Op.getSimpleValueType();
17285
17286     if (isAllOnesConstant(Mask)) // return just a load
17287       return DAG.getLoad(VT, dl, Chain, Addr, MachinePointerInfo(), false, false,
17288                          false, VT.getScalarSizeInBits()/8);
17289
17290     SDValue DataToExpand = DAG.getLoad(VT, dl, Chain, Addr, MachinePointerInfo(),
17291                                        false, false, false,
17292                                        VT.getScalarSizeInBits()/8);
17293
17294     SDValue Results[] = {
17295       getVectorMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, DataToExpand),
17296                            Mask, PassThru, Subtarget, DAG), Chain};
17297     return DAG.getMergeValues(Results, dl);
17298   }
17299   }
17300 }
17301
17302 SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
17303                                            SelectionDAG &DAG) const {
17304   MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
17305   MFI->setReturnAddressIsTaken(true);
17306
17307   if (verifyReturnAddressArgumentIsConstant(Op, DAG))
17308     return SDValue();
17309
17310   unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
17311   SDLoc dl(Op);
17312   EVT PtrVT = getPointerTy(DAG.getDataLayout());
17313
17314   if (Depth > 0) {
17315     SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
17316     const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
17317     SDValue Offset = DAG.getConstant(RegInfo->getSlotSize(), dl, PtrVT);
17318     return DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
17319                        DAG.getNode(ISD::ADD, dl, PtrVT,
17320                                    FrameAddr, Offset),
17321                        MachinePointerInfo(), false, false, false, 0);
17322   }
17323
17324   // Just load the return address.
17325   SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
17326   return DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
17327                      RetAddrFI, MachinePointerInfo(), false, false, false, 0);
17328 }
17329
17330 SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const {
17331   MachineFunction &MF = DAG.getMachineFunction();
17332   MachineFrameInfo *MFI = MF.getFrameInfo();
17333   X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
17334   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
17335   EVT VT = Op.getValueType();
17336
17337   MFI->setFrameAddressIsTaken(true);
17338
17339   if (MF.getTarget().getMCAsmInfo()->usesWindowsCFI()) {
17340     // Depth > 0 makes no sense on targets which use Windows unwind codes.  It
17341     // is not possible to crawl up the stack without looking at the unwind codes
17342     // simultaneously.
17343     int FrameAddrIndex = FuncInfo->getFAIndex();
17344     if (!FrameAddrIndex) {
17345       // Set up a frame object for the return address.
17346       unsigned SlotSize = RegInfo->getSlotSize();
17347       FrameAddrIndex = MF.getFrameInfo()->CreateFixedObject(
17348           SlotSize, /*Offset=*/0, /*IsImmutable=*/false);
17349       FuncInfo->setFAIndex(FrameAddrIndex);
17350     }
17351     return DAG.getFrameIndex(FrameAddrIndex, VT);
17352   }
17353
17354   unsigned FrameReg =
17355       RegInfo->getPtrSizedFrameRegister(DAG.getMachineFunction());
17356   SDLoc dl(Op);  // FIXME probably not meaningful
17357   unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
17358   assert(((FrameReg == X86::RBP && VT == MVT::i64) ||
17359           (FrameReg == X86::EBP && VT == MVT::i32)) &&
17360          "Invalid Frame Register!");
17361   SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
17362   while (Depth--)
17363     FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr,
17364                             MachinePointerInfo(),
17365                             false, false, false, 0);
17366   return FrameAddr;
17367 }
17368
17369 // FIXME? Maybe this could be a TableGen attribute on some registers and
17370 // this table could be generated automatically from RegInfo.
17371 unsigned X86TargetLowering::getRegisterByName(const char* RegName, EVT VT,
17372                                               SelectionDAG &DAG) const {
17373   const TargetFrameLowering &TFI = *Subtarget->getFrameLowering();
17374   const MachineFunction &MF = DAG.getMachineFunction();
17375
17376   unsigned Reg = StringSwitch<unsigned>(RegName)
17377                        .Case("esp", X86::ESP)
17378                        .Case("rsp", X86::RSP)
17379                        .Case("ebp", X86::EBP)
17380                        .Case("rbp", X86::RBP)
17381                        .Default(0);
17382
17383   if (Reg == X86::EBP || Reg == X86::RBP) {
17384     if (!TFI.hasFP(MF))
17385       report_fatal_error("register " + StringRef(RegName) +
17386                          " is allocatable: function has no frame pointer");
17387 #ifndef NDEBUG
17388     else {
17389       const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
17390       unsigned FrameReg =
17391           RegInfo->getPtrSizedFrameRegister(DAG.getMachineFunction());
17392       assert((FrameReg == X86::EBP || FrameReg == X86::RBP) &&
17393              "Invalid Frame Register!");
17394     }
17395 #endif
17396   }
17397
17398   if (Reg)
17399     return Reg;
17400
17401   report_fatal_error("Invalid register name global variable");
17402 }
17403
17404 SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
17405                                                      SelectionDAG &DAG) const {
17406   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
17407   return DAG.getIntPtrConstant(2 * RegInfo->getSlotSize(), SDLoc(Op));
17408 }
17409
17410 unsigned X86TargetLowering::getExceptionPointerRegister(
17411     const Constant *PersonalityFn) const {
17412   if (classifyEHPersonality(PersonalityFn) == EHPersonality::CoreCLR)
17413     return Subtarget->isTarget64BitLP64() ? X86::RDX : X86::EDX;
17414
17415   return Subtarget->isTarget64BitLP64() ? X86::RAX : X86::EAX;
17416 }
17417
17418 unsigned X86TargetLowering::getExceptionSelectorRegister(
17419     const Constant *PersonalityFn) const {
17420   // Funclet personalities don't use selectors (the runtime does the selection).
17421   assert(!isFuncletEHPersonality(classifyEHPersonality(PersonalityFn)));
17422   return Subtarget->isTarget64BitLP64() ? X86::RDX : X86::EDX;
17423 }
17424
17425 SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const {
17426   SDValue Chain     = Op.getOperand(0);
17427   SDValue Offset    = Op.getOperand(1);
17428   SDValue Handler   = Op.getOperand(2);
17429   SDLoc dl      (Op);
17430
17431   EVT PtrVT = getPointerTy(DAG.getDataLayout());
17432   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
17433   unsigned FrameReg = RegInfo->getFrameRegister(DAG.getMachineFunction());
17434   assert(((FrameReg == X86::RBP && PtrVT == MVT::i64) ||
17435           (FrameReg == X86::EBP && PtrVT == MVT::i32)) &&
17436          "Invalid Frame Register!");
17437   SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, PtrVT);
17438   unsigned StoreAddrReg = (PtrVT == MVT::i64) ? X86::RCX : X86::ECX;
17439
17440   SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, PtrVT, Frame,
17441                                  DAG.getIntPtrConstant(RegInfo->getSlotSize(),
17442                                                        dl));
17443   StoreAddr = DAG.getNode(ISD::ADD, dl, PtrVT, StoreAddr, Offset);
17444   Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, MachinePointerInfo(),
17445                        false, false, 0);
17446   Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
17447
17448   return DAG.getNode(X86ISD::EH_RETURN, dl, MVT::Other, Chain,
17449                      DAG.getRegister(StoreAddrReg, PtrVT));
17450 }
17451
17452 SDValue X86TargetLowering::lowerEH_SJLJ_SETJMP(SDValue Op,
17453                                                SelectionDAG &DAG) const {
17454   SDLoc DL(Op);
17455   return DAG.getNode(X86ISD::EH_SJLJ_SETJMP, DL,
17456                      DAG.getVTList(MVT::i32, MVT::Other),
17457                      Op.getOperand(0), Op.getOperand(1));
17458 }
17459
17460 SDValue X86TargetLowering::lowerEH_SJLJ_LONGJMP(SDValue Op,
17461                                                 SelectionDAG &DAG) const {
17462   SDLoc DL(Op);
17463   return DAG.getNode(X86ISD::EH_SJLJ_LONGJMP, DL, MVT::Other,
17464                      Op.getOperand(0), Op.getOperand(1));
17465 }
17466
17467 static SDValue LowerADJUST_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) {
17468   return Op.getOperand(0);
17469 }
17470
17471 SDValue X86TargetLowering::LowerINIT_TRAMPOLINE(SDValue Op,
17472                                                 SelectionDAG &DAG) const {
17473   SDValue Root = Op.getOperand(0);
17474   SDValue Trmp = Op.getOperand(1); // trampoline
17475   SDValue FPtr = Op.getOperand(2); // nested function
17476   SDValue Nest = Op.getOperand(3); // 'nest' parameter value
17477   SDLoc dl (Op);
17478
17479   const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
17480   const TargetRegisterInfo *TRI = Subtarget->getRegisterInfo();
17481
17482   if (Subtarget->is64Bit()) {
17483     SDValue OutChains[6];
17484
17485     // Large code-model.
17486     const unsigned char JMP64r  = 0xFF; // 64-bit jmp through register opcode.
17487     const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
17488
17489     const unsigned char N86R10 = TRI->getEncodingValue(X86::R10) & 0x7;
17490     const unsigned char N86R11 = TRI->getEncodingValue(X86::R11) & 0x7;
17491
17492     const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
17493
17494     // Load the pointer to the nested function into R11.
17495     unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
17496     SDValue Addr = Trmp;
17497     OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, dl, MVT::i16),
17498                                 Addr, MachinePointerInfo(TrmpAddr),
17499                                 false, false, 0);
17500
17501     Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
17502                        DAG.getConstant(2, dl, MVT::i64));
17503     OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
17504                                 MachinePointerInfo(TrmpAddr, 2),
17505                                 false, false, 2);
17506
17507     // Load the 'nest' parameter value into R10.
17508     // R10 is specified in X86CallingConv.td
17509     OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
17510     Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
17511                        DAG.getConstant(10, dl, MVT::i64));
17512     OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, dl, MVT::i16),
17513                                 Addr, MachinePointerInfo(TrmpAddr, 10),
17514                                 false, false, 0);
17515
17516     Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
17517                        DAG.getConstant(12, dl, MVT::i64));
17518     OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
17519                                 MachinePointerInfo(TrmpAddr, 12),
17520                                 false, false, 2);
17521
17522     // Jump to the nested function.
17523     OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
17524     Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
17525                        DAG.getConstant(20, dl, MVT::i64));
17526     OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, dl, MVT::i16),
17527                                 Addr, MachinePointerInfo(TrmpAddr, 20),
17528                                 false, false, 0);
17529
17530     unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
17531     Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
17532                        DAG.getConstant(22, dl, MVT::i64));
17533     OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, dl, MVT::i8),
17534                                 Addr, MachinePointerInfo(TrmpAddr, 22),
17535                                 false, false, 0);
17536
17537     return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
17538   } else {
17539     const Function *Func =
17540       cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
17541     CallingConv::ID CC = Func->getCallingConv();
17542     unsigned NestReg;
17543
17544     switch (CC) {
17545     default:
17546       llvm_unreachable("Unsupported calling convention");
17547     case CallingConv::C:
17548     case CallingConv::X86_StdCall: {
17549       // Pass 'nest' parameter in ECX.
17550       // Must be kept in sync with X86CallingConv.td
17551       NestReg = X86::ECX;
17552
17553       // Check that ECX wasn't needed by an 'inreg' parameter.
17554       FunctionType *FTy = Func->getFunctionType();
17555       const AttributeSet &Attrs = Func->getAttributes();
17556
17557       if (!Attrs.isEmpty() && !Func->isVarArg()) {
17558         unsigned InRegCount = 0;
17559         unsigned Idx = 1;
17560
17561         for (FunctionType::param_iterator I = FTy->param_begin(),
17562              E = FTy->param_end(); I != E; ++I, ++Idx)
17563           if (Attrs.hasAttribute(Idx, Attribute::InReg)) {
17564             auto &DL = DAG.getDataLayout();
17565             // FIXME: should only count parameters that are lowered to integers.
17566             InRegCount += (DL.getTypeSizeInBits(*I) + 31) / 32;
17567           }
17568
17569         if (InRegCount > 2) {
17570           report_fatal_error("Nest register in use - reduce number of inreg"
17571                              " parameters!");
17572         }
17573       }
17574       break;
17575     }
17576     case CallingConv::X86_FastCall:
17577     case CallingConv::X86_ThisCall:
17578     case CallingConv::Fast:
17579       // Pass 'nest' parameter in EAX.
17580       // Must be kept in sync with X86CallingConv.td
17581       NestReg = X86::EAX;
17582       break;
17583     }
17584
17585     SDValue OutChains[4];
17586     SDValue Addr, Disp;
17587
17588     Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
17589                        DAG.getConstant(10, dl, MVT::i32));
17590     Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
17591
17592     // This is storing the opcode for MOV32ri.
17593     const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
17594     const unsigned char N86Reg = TRI->getEncodingValue(NestReg) & 0x7;
17595     OutChains[0] = DAG.getStore(Root, dl,
17596                                 DAG.getConstant(MOV32ri|N86Reg, dl, MVT::i8),
17597                                 Trmp, MachinePointerInfo(TrmpAddr),
17598                                 false, false, 0);
17599
17600     Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
17601                        DAG.getConstant(1, dl, MVT::i32));
17602     OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
17603                                 MachinePointerInfo(TrmpAddr, 1),
17604                                 false, false, 1);
17605
17606     const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
17607     Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
17608                        DAG.getConstant(5, dl, MVT::i32));
17609     OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, dl, MVT::i8),
17610                                 Addr, MachinePointerInfo(TrmpAddr, 5),
17611                                 false, false, 1);
17612
17613     Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
17614                        DAG.getConstant(6, dl, MVT::i32));
17615     OutChains[3] = DAG.getStore(Root, dl, Disp, Addr,
17616                                 MachinePointerInfo(TrmpAddr, 6),
17617                                 false, false, 1);
17618
17619     return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
17620   }
17621 }
17622
17623 SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op,
17624                                             SelectionDAG &DAG) const {
17625   /*
17626    The rounding mode is in bits 11:10 of FPSR, and has the following
17627    settings:
17628      00 Round to nearest
17629      01 Round to -inf
17630      10 Round to +inf
17631      11 Round to 0
17632
17633   FLT_ROUNDS, on the other hand, expects the following:
17634     -1 Undefined
17635      0 Round to 0
17636      1 Round to nearest
17637      2 Round to +inf
17638      3 Round to -inf
17639
17640   To perform the conversion, we do:
17641     (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
17642   */
17643
17644   MachineFunction &MF = DAG.getMachineFunction();
17645   const TargetFrameLowering &TFI = *Subtarget->getFrameLowering();
17646   unsigned StackAlignment = TFI.getStackAlignment();
17647   MVT VT = Op.getSimpleValueType();
17648   SDLoc DL(Op);
17649
17650   // Save FP Control Word to stack slot
17651   int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment, false);
17652   SDValue StackSlot =
17653       DAG.getFrameIndex(SSFI, getPointerTy(DAG.getDataLayout()));
17654
17655   MachineMemOperand *MMO =
17656       MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(MF, SSFI),
17657                               MachineMemOperand::MOStore, 2, 2);
17658
17659   SDValue Ops[] = { DAG.getEntryNode(), StackSlot };
17660   SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL,
17661                                           DAG.getVTList(MVT::Other),
17662                                           Ops, MVT::i16, MMO);
17663
17664   // Load FP Control Word from stack slot
17665   SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot,
17666                             MachinePointerInfo(), false, false, false, 0);
17667
17668   // Transform as necessary
17669   SDValue CWD1 =
17670     DAG.getNode(ISD::SRL, DL, MVT::i16,
17671                 DAG.getNode(ISD::AND, DL, MVT::i16,
17672                             CWD, DAG.getConstant(0x800, DL, MVT::i16)),
17673                 DAG.getConstant(11, DL, MVT::i8));
17674   SDValue CWD2 =
17675     DAG.getNode(ISD::SRL, DL, MVT::i16,
17676                 DAG.getNode(ISD::AND, DL, MVT::i16,
17677                             CWD, DAG.getConstant(0x400, DL, MVT::i16)),
17678                 DAG.getConstant(9, DL, MVT::i8));
17679
17680   SDValue RetVal =
17681     DAG.getNode(ISD::AND, DL, MVT::i16,
17682                 DAG.getNode(ISD::ADD, DL, MVT::i16,
17683                             DAG.getNode(ISD::OR, DL, MVT::i16, CWD1, CWD2),
17684                             DAG.getConstant(1, DL, MVT::i16)),
17685                 DAG.getConstant(3, DL, MVT::i16));
17686
17687   return DAG.getNode((VT.getSizeInBits() < 16 ?
17688                       ISD::TRUNCATE : ISD::ZERO_EXTEND), DL, VT, RetVal);
17689 }
17690
17691 /// \brief Lower a vector CTLZ using native supported vector CTLZ instruction.
17692 //
17693 // 1. i32/i64 128/256-bit vector (native support require VLX) are expended
17694 //    to 512-bit vector.
17695 // 2. i8/i16 vector implemented using dword LZCNT vector instruction
17696 //    ( sub(trunc(lzcnt(zext32(x)))) ). In case zext32(x) is illegal,
17697 //    split the vector, perform operation on it's Lo a Hi part and
17698 //    concatenate the results.
17699 static SDValue LowerVectorCTLZ_AVX512(SDValue Op, SelectionDAG &DAG) {
17700   SDLoc dl(Op);
17701   MVT VT = Op.getSimpleValueType();
17702   MVT EltVT = VT.getVectorElementType();
17703   unsigned NumElems = VT.getVectorNumElements();
17704
17705   if (EltVT == MVT::i64 || EltVT == MVT::i32) {
17706     // Extend to 512 bit vector.
17707     assert((VT.is256BitVector() || VT.is128BitVector()) &&
17708               "Unsupported value type for operation");
17709
17710     MVT NewVT = MVT::getVectorVT(EltVT, 512 / VT.getScalarSizeInBits());
17711     SDValue Vec512 = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, NewVT,
17712                                  DAG.getUNDEF(NewVT),
17713                                  Op.getOperand(0),
17714                                  DAG.getIntPtrConstant(0, dl));
17715     SDValue CtlzNode = DAG.getNode(ISD::CTLZ, dl, NewVT, Vec512);
17716
17717     return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VT, CtlzNode,
17718                        DAG.getIntPtrConstant(0, dl));
17719   }
17720
17721   assert((EltVT == MVT::i8 || EltVT == MVT::i16) &&
17722           "Unsupported element type");
17723
17724   if (16 < NumElems) {
17725     // Split vector, it's Lo and Hi parts will be handled in next iteration.
17726     SDValue Lo, Hi;
17727     std::tie(Lo, Hi) = DAG.SplitVector(Op.getOperand(0), dl);
17728     MVT OutVT = MVT::getVectorVT(EltVT, NumElems/2);
17729
17730     Lo = DAG.getNode(Op.getOpcode(), dl, OutVT, Lo);
17731     Hi = DAG.getNode(Op.getOpcode(), dl, OutVT, Hi);
17732
17733     return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT, Lo, Hi);
17734   }
17735
17736   MVT NewVT = MVT::getVectorVT(MVT::i32, NumElems);
17737
17738   assert((NewVT.is256BitVector() || NewVT.is512BitVector()) &&
17739           "Unsupported value type for operation");
17740
17741   // Use native supported vector instruction vplzcntd.
17742   Op = DAG.getNode(ISD::ZERO_EXTEND, dl, NewVT, Op.getOperand(0));
17743   SDValue CtlzNode = DAG.getNode(ISD::CTLZ, dl, NewVT, Op);
17744   SDValue TruncNode = DAG.getNode(ISD::TRUNCATE, dl, VT, CtlzNode);
17745   SDValue Delta = DAG.getConstant(32 - EltVT.getSizeInBits(), dl, VT);
17746
17747   return DAG.getNode(ISD::SUB, dl, VT, TruncNode, Delta);
17748 }
17749
17750 static SDValue LowerCTLZ(SDValue Op, const X86Subtarget *Subtarget,
17751                          SelectionDAG &DAG) {
17752   MVT VT = Op.getSimpleValueType();
17753   MVT OpVT = VT;
17754   unsigned NumBits = VT.getSizeInBits();
17755   SDLoc dl(Op);
17756
17757   if (VT.isVector() && Subtarget->hasAVX512())
17758     return LowerVectorCTLZ_AVX512(Op, DAG);
17759
17760   Op = Op.getOperand(0);
17761   if (VT == MVT::i8) {
17762     // Zero extend to i32 since there is not an i8 bsr.
17763     OpVT = MVT::i32;
17764     Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
17765   }
17766
17767   // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
17768   SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
17769   Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
17770
17771   // If src is zero (i.e. bsr sets ZF), returns NumBits.
17772   SDValue Ops[] = {
17773     Op,
17774     DAG.getConstant(NumBits + NumBits - 1, dl, OpVT),
17775     DAG.getConstant(X86::COND_E, dl, MVT::i8),
17776     Op.getValue(1)
17777   };
17778   Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops);
17779
17780   // Finally xor with NumBits-1.
17781   Op = DAG.getNode(ISD::XOR, dl, OpVT, Op,
17782                    DAG.getConstant(NumBits - 1, dl, OpVT));
17783
17784   if (VT == MVT::i8)
17785     Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
17786   return Op;
17787 }
17788
17789 static SDValue LowerCTLZ_ZERO_UNDEF(SDValue Op, const X86Subtarget *Subtarget,
17790                                     SelectionDAG &DAG) {
17791   MVT VT = Op.getSimpleValueType();
17792   EVT OpVT = VT;
17793   unsigned NumBits = VT.getSizeInBits();
17794   SDLoc dl(Op);
17795
17796   if (VT.isVector() && Subtarget->hasAVX512())
17797     return LowerVectorCTLZ_AVX512(Op, DAG);
17798
17799   Op = Op.getOperand(0);
17800   if (VT == MVT::i8) {
17801     // Zero extend to i32 since there is not an i8 bsr.
17802     OpVT = MVT::i32;
17803     Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
17804   }
17805
17806   // Issue a bsr (scan bits in reverse).
17807   SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
17808   Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
17809
17810   // And xor with NumBits-1.
17811   Op = DAG.getNode(ISD::XOR, dl, OpVT, Op,
17812                    DAG.getConstant(NumBits - 1, dl, OpVT));
17813
17814   if (VT == MVT::i8)
17815     Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
17816   return Op;
17817 }
17818
17819 static SDValue LowerCTTZ(SDValue Op, SelectionDAG &DAG) {
17820   MVT VT = Op.getSimpleValueType();
17821   unsigned NumBits = VT.getScalarSizeInBits();
17822   SDLoc dl(Op);
17823
17824   if (VT.isVector()) {
17825     const TargetLowering &TLI = DAG.getTargetLoweringInfo();
17826
17827     SDValue N0 = Op.getOperand(0);
17828     SDValue Zero = DAG.getConstant(0, dl, VT);
17829
17830     // lsb(x) = (x & -x)
17831     SDValue LSB = DAG.getNode(ISD::AND, dl, VT, N0,
17832                               DAG.getNode(ISD::SUB, dl, VT, Zero, N0));
17833
17834     // cttz_undef(x) = (width - 1) - ctlz(lsb)
17835     if (Op.getOpcode() == ISD::CTTZ_ZERO_UNDEF &&
17836         TLI.isOperationLegal(ISD::CTLZ, VT)) {
17837       SDValue WidthMinusOne = DAG.getConstant(NumBits - 1, dl, VT);
17838       return DAG.getNode(ISD::SUB, dl, VT, WidthMinusOne,
17839                          DAG.getNode(ISD::CTLZ, dl, VT, LSB));
17840     }
17841
17842     // cttz(x) = ctpop(lsb - 1)
17843     SDValue One = DAG.getConstant(1, dl, VT);
17844     return DAG.getNode(ISD::CTPOP, dl, VT,
17845                        DAG.getNode(ISD::SUB, dl, VT, LSB, One));
17846   }
17847
17848   assert(Op.getOpcode() == ISD::CTTZ &&
17849          "Only scalar CTTZ requires custom lowering");
17850
17851   // Issue a bsf (scan bits forward) which also sets EFLAGS.
17852   SDVTList VTs = DAG.getVTList(VT, MVT::i32);
17853   Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op.getOperand(0));
17854
17855   // If src is zero (i.e. bsf sets ZF), returns NumBits.
17856   SDValue Ops[] = {
17857     Op,
17858     DAG.getConstant(NumBits, dl, VT),
17859     DAG.getConstant(X86::COND_E, dl, MVT::i8),
17860     Op.getValue(1)
17861   };
17862   return DAG.getNode(X86ISD::CMOV, dl, VT, Ops);
17863 }
17864
17865 // Lower256IntArith - Break a 256-bit integer operation into two new 128-bit
17866 // ones, and then concatenate the result back.
17867 static SDValue Lower256IntArith(SDValue Op, SelectionDAG &DAG) {
17868   MVT VT = Op.getSimpleValueType();
17869
17870   assert(VT.is256BitVector() && VT.isInteger() &&
17871          "Unsupported value type for operation");
17872
17873   unsigned NumElems = VT.getVectorNumElements();
17874   SDLoc dl(Op);
17875
17876   // Extract the LHS vectors
17877   SDValue LHS = Op.getOperand(0);
17878   SDValue LHS1 = Extract128BitVector(LHS, 0, DAG, dl);
17879   SDValue LHS2 = Extract128BitVector(LHS, NumElems/2, DAG, dl);
17880
17881   // Extract the RHS vectors
17882   SDValue RHS = Op.getOperand(1);
17883   SDValue RHS1 = Extract128BitVector(RHS, 0, DAG, dl);
17884   SDValue RHS2 = Extract128BitVector(RHS, NumElems/2, DAG, dl);
17885
17886   MVT EltVT = VT.getVectorElementType();
17887   MVT NewVT = MVT::getVectorVT(EltVT, NumElems/2);
17888
17889   return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT,
17890                      DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1),
17891                      DAG.getNode(Op.getOpcode(), dl, NewVT, LHS2, RHS2));
17892 }
17893
17894 static SDValue LowerADD(SDValue Op, SelectionDAG &DAG) {
17895   if (Op.getValueType() == MVT::i1)
17896     return DAG.getNode(ISD::XOR, SDLoc(Op), Op.getValueType(),
17897                        Op.getOperand(0), Op.getOperand(1));
17898   assert(Op.getSimpleValueType().is256BitVector() &&
17899          Op.getSimpleValueType().isInteger() &&
17900          "Only handle AVX 256-bit vector integer operation");
17901   return Lower256IntArith(Op, DAG);
17902 }
17903
17904 static SDValue LowerSUB(SDValue Op, SelectionDAG &DAG) {
17905   if (Op.getValueType() == MVT::i1)
17906     return DAG.getNode(ISD::XOR, SDLoc(Op), Op.getValueType(),
17907                        Op.getOperand(0), Op.getOperand(1));
17908   assert(Op.getSimpleValueType().is256BitVector() &&
17909          Op.getSimpleValueType().isInteger() &&
17910          "Only handle AVX 256-bit vector integer operation");
17911   return Lower256IntArith(Op, DAG);
17912 }
17913
17914 static SDValue LowerMINMAX(SDValue Op, SelectionDAG &DAG) {
17915   assert(Op.getSimpleValueType().is256BitVector() &&
17916          Op.getSimpleValueType().isInteger() &&
17917          "Only handle AVX 256-bit vector integer operation");
17918   return Lower256IntArith(Op, DAG);
17919 }
17920
17921 static SDValue LowerMUL(SDValue Op, const X86Subtarget *Subtarget,
17922                         SelectionDAG &DAG) {
17923   SDLoc dl(Op);
17924   MVT VT = Op.getSimpleValueType();
17925
17926   if (VT == MVT::i1)
17927     return DAG.getNode(ISD::AND, dl, VT, Op.getOperand(0), Op.getOperand(1));
17928
17929   // Decompose 256-bit ops into smaller 128-bit ops.
17930   if (VT.is256BitVector() && !Subtarget->hasInt256())
17931     return Lower256IntArith(Op, DAG);
17932
17933   SDValue A = Op.getOperand(0);
17934   SDValue B = Op.getOperand(1);
17935
17936   // Lower v16i8/v32i8 mul as promotion to v8i16/v16i16 vector
17937   // pairs, multiply and truncate.
17938   if (VT == MVT::v16i8 || VT == MVT::v32i8) {
17939     if (Subtarget->hasInt256()) {
17940       if (VT == MVT::v32i8) {
17941         MVT SubVT = MVT::getVectorVT(MVT::i8, VT.getVectorNumElements() / 2);
17942         SDValue Lo = DAG.getIntPtrConstant(0, dl);
17943         SDValue Hi = DAG.getIntPtrConstant(VT.getVectorNumElements() / 2, dl);
17944         SDValue ALo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubVT, A, Lo);
17945         SDValue BLo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubVT, B, Lo);
17946         SDValue AHi = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubVT, A, Hi);
17947         SDValue BHi = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubVT, B, Hi);
17948         return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT,
17949                            DAG.getNode(ISD::MUL, dl, SubVT, ALo, BLo),
17950                            DAG.getNode(ISD::MUL, dl, SubVT, AHi, BHi));
17951       }
17952
17953       MVT ExVT = MVT::getVectorVT(MVT::i16, VT.getVectorNumElements());
17954       return DAG.getNode(
17955           ISD::TRUNCATE, dl, VT,
17956           DAG.getNode(ISD::MUL, dl, ExVT,
17957                       DAG.getNode(ISD::SIGN_EXTEND, dl, ExVT, A),
17958                       DAG.getNode(ISD::SIGN_EXTEND, dl, ExVT, B)));
17959     }
17960
17961     assert(VT == MVT::v16i8 &&
17962            "Pre-AVX2 support only supports v16i8 multiplication");
17963     MVT ExVT = MVT::v8i16;
17964
17965     // Extract the lo parts and sign extend to i16
17966     SDValue ALo, BLo;
17967     if (Subtarget->hasSSE41()) {
17968       ALo = DAG.getNode(X86ISD::VSEXT, dl, ExVT, A);
17969       BLo = DAG.getNode(X86ISD::VSEXT, dl, ExVT, B);
17970     } else {
17971       const int ShufMask[] = {-1, 0, -1, 1, -1, 2, -1, 3,
17972                               -1, 4, -1, 5, -1, 6, -1, 7};
17973       ALo = DAG.getVectorShuffle(VT, dl, A, A, ShufMask);
17974       BLo = DAG.getVectorShuffle(VT, dl, B, B, ShufMask);
17975       ALo = DAG.getBitcast(ExVT, ALo);
17976       BLo = DAG.getBitcast(ExVT, BLo);
17977       ALo = DAG.getNode(ISD::SRA, dl, ExVT, ALo, DAG.getConstant(8, dl, ExVT));
17978       BLo = DAG.getNode(ISD::SRA, dl, ExVT, BLo, DAG.getConstant(8, dl, ExVT));
17979     }
17980
17981     // Extract the hi parts and sign extend to i16
17982     SDValue AHi, BHi;
17983     if (Subtarget->hasSSE41()) {
17984       const int ShufMask[] = {8,  9,  10, 11, 12, 13, 14, 15,
17985                               -1, -1, -1, -1, -1, -1, -1, -1};
17986       AHi = DAG.getVectorShuffle(VT, dl, A, A, ShufMask);
17987       BHi = DAG.getVectorShuffle(VT, dl, B, B, ShufMask);
17988       AHi = DAG.getNode(X86ISD::VSEXT, dl, ExVT, AHi);
17989       BHi = DAG.getNode(X86ISD::VSEXT, dl, ExVT, BHi);
17990     } else {
17991       const int ShufMask[] = {-1, 8,  -1, 9,  -1, 10, -1, 11,
17992                               -1, 12, -1, 13, -1, 14, -1, 15};
17993       AHi = DAG.getVectorShuffle(VT, dl, A, A, ShufMask);
17994       BHi = DAG.getVectorShuffle(VT, dl, B, B, ShufMask);
17995       AHi = DAG.getBitcast(ExVT, AHi);
17996       BHi = DAG.getBitcast(ExVT, BHi);
17997       AHi = DAG.getNode(ISD::SRA, dl, ExVT, AHi, DAG.getConstant(8, dl, ExVT));
17998       BHi = DAG.getNode(ISD::SRA, dl, ExVT, BHi, DAG.getConstant(8, dl, ExVT));
17999     }
18000
18001     // Multiply, mask the lower 8bits of the lo/hi results and pack
18002     SDValue RLo = DAG.getNode(ISD::MUL, dl, ExVT, ALo, BLo);
18003     SDValue RHi = DAG.getNode(ISD::MUL, dl, ExVT, AHi, BHi);
18004     RLo = DAG.getNode(ISD::AND, dl, ExVT, RLo, DAG.getConstant(255, dl, ExVT));
18005     RHi = DAG.getNode(ISD::AND, dl, ExVT, RHi, DAG.getConstant(255, dl, ExVT));
18006     return DAG.getNode(X86ISD::PACKUS, dl, VT, RLo, RHi);
18007   }
18008
18009   // Lower v4i32 mul as 2x shuffle, 2x pmuludq, 2x shuffle.
18010   if (VT == MVT::v4i32) {
18011     assert(Subtarget->hasSSE2() && !Subtarget->hasSSE41() &&
18012            "Should not custom lower when pmuldq is available!");
18013
18014     // Extract the odd parts.
18015     static const int UnpackMask[] = { 1, -1, 3, -1 };
18016     SDValue Aodds = DAG.getVectorShuffle(VT, dl, A, A, UnpackMask);
18017     SDValue Bodds = DAG.getVectorShuffle(VT, dl, B, B, UnpackMask);
18018
18019     // Multiply the even parts.
18020     SDValue Evens = DAG.getNode(X86ISD::PMULUDQ, dl, MVT::v2i64, A, B);
18021     // Now multiply odd parts.
18022     SDValue Odds = DAG.getNode(X86ISD::PMULUDQ, dl, MVT::v2i64, Aodds, Bodds);
18023
18024     Evens = DAG.getBitcast(VT, Evens);
18025     Odds = DAG.getBitcast(VT, Odds);
18026
18027     // Merge the two vectors back together with a shuffle. This expands into 2
18028     // shuffles.
18029     static const int ShufMask[] = { 0, 4, 2, 6 };
18030     return DAG.getVectorShuffle(VT, dl, Evens, Odds, ShufMask);
18031   }
18032
18033   assert((VT == MVT::v2i64 || VT == MVT::v4i64 || VT == MVT::v8i64) &&
18034          "Only know how to lower V2I64/V4I64/V8I64 multiply");
18035
18036   //  Ahi = psrlqi(a, 32);
18037   //  Bhi = psrlqi(b, 32);
18038   //
18039   //  AloBlo = pmuludq(a, b);
18040   //  AloBhi = pmuludq(a, Bhi);
18041   //  AhiBlo = pmuludq(Ahi, b);
18042
18043   //  AloBhi = psllqi(AloBhi, 32);
18044   //  AhiBlo = psllqi(AhiBlo, 32);
18045   //  return AloBlo + AloBhi + AhiBlo;
18046
18047   SDValue Ahi = getTargetVShiftByConstNode(X86ISD::VSRLI, dl, VT, A, 32, DAG);
18048   SDValue Bhi = getTargetVShiftByConstNode(X86ISD::VSRLI, dl, VT, B, 32, DAG);
18049
18050   SDValue AhiBlo = Ahi;
18051   SDValue AloBhi = Bhi;
18052   // Bit cast to 32-bit vectors for MULUDQ
18053   MVT MulVT = (VT == MVT::v2i64) ? MVT::v4i32 :
18054                                   (VT == MVT::v4i64) ? MVT::v8i32 : MVT::v16i32;
18055   A = DAG.getBitcast(MulVT, A);
18056   B = DAG.getBitcast(MulVT, B);
18057   Ahi = DAG.getBitcast(MulVT, Ahi);
18058   Bhi = DAG.getBitcast(MulVT, Bhi);
18059
18060   SDValue AloBlo = DAG.getNode(X86ISD::PMULUDQ, dl, VT, A, B);
18061   // After shifting right const values the result may be all-zero.
18062   if (!ISD::isBuildVectorAllZeros(Ahi.getNode())) {
18063     AhiBlo = DAG.getNode(X86ISD::PMULUDQ, dl, VT, Ahi, B);
18064     AhiBlo = getTargetVShiftByConstNode(X86ISD::VSHLI, dl, VT, AhiBlo, 32, DAG);
18065   }
18066   if (!ISD::isBuildVectorAllZeros(Bhi.getNode())) {
18067     AloBhi = DAG.getNode(X86ISD::PMULUDQ, dl, VT, A, Bhi);
18068     AloBhi = getTargetVShiftByConstNode(X86ISD::VSHLI, dl, VT, AloBhi, 32, DAG);
18069   }
18070
18071   SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
18072   return DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
18073 }
18074
18075 SDValue X86TargetLowering::LowerWin64_i128OP(SDValue Op, SelectionDAG &DAG) const {
18076   assert(Subtarget->isTargetWin64() && "Unexpected target");
18077   EVT VT = Op.getValueType();
18078   assert(VT.isInteger() && VT.getSizeInBits() == 128 &&
18079          "Unexpected return type for lowering");
18080
18081   RTLIB::Libcall LC;
18082   bool isSigned;
18083   switch (Op->getOpcode()) {
18084   default: llvm_unreachable("Unexpected request for libcall!");
18085   case ISD::SDIV:      isSigned = true;  LC = RTLIB::SDIV_I128;    break;
18086   case ISD::UDIV:      isSigned = false; LC = RTLIB::UDIV_I128;    break;
18087   case ISD::SREM:      isSigned = true;  LC = RTLIB::SREM_I128;    break;
18088   case ISD::UREM:      isSigned = false; LC = RTLIB::UREM_I128;    break;
18089   case ISD::SDIVREM:   isSigned = true;  LC = RTLIB::SDIVREM_I128; break;
18090   case ISD::UDIVREM:   isSigned = false; LC = RTLIB::UDIVREM_I128; break;
18091   }
18092
18093   SDLoc dl(Op);
18094   SDValue InChain = DAG.getEntryNode();
18095
18096   TargetLowering::ArgListTy Args;
18097   TargetLowering::ArgListEntry Entry;
18098   for (unsigned i = 0, e = Op->getNumOperands(); i != e; ++i) {
18099     EVT ArgVT = Op->getOperand(i).getValueType();
18100     assert(ArgVT.isInteger() && ArgVT.getSizeInBits() == 128 &&
18101            "Unexpected argument type for lowering");
18102     SDValue StackPtr = DAG.CreateStackTemporary(ArgVT, 16);
18103     Entry.Node = StackPtr;
18104     InChain = DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MachinePointerInfo(),
18105                            false, false, 16);
18106     Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
18107     Entry.Ty = PointerType::get(ArgTy,0);
18108     Entry.isSExt = false;
18109     Entry.isZExt = false;
18110     Args.push_back(Entry);
18111   }
18112
18113   SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC),
18114                                          getPointerTy(DAG.getDataLayout()));
18115
18116   TargetLowering::CallLoweringInfo CLI(DAG);
18117   CLI.setDebugLoc(dl).setChain(InChain)
18118     .setCallee(getLibcallCallingConv(LC),
18119                static_cast<EVT>(MVT::v2i64).getTypeForEVT(*DAG.getContext()),
18120                Callee, std::move(Args), 0)
18121     .setInRegister().setSExtResult(isSigned).setZExtResult(!isSigned);
18122
18123   std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI);
18124   return DAG.getBitcast(VT, CallInfo.first);
18125 }
18126
18127 static SDValue LowerMUL_LOHI(SDValue Op, const X86Subtarget *Subtarget,
18128                              SelectionDAG &DAG) {
18129   SDValue Op0 = Op.getOperand(0), Op1 = Op.getOperand(1);
18130   MVT VT = Op0.getSimpleValueType();
18131   SDLoc dl(Op);
18132
18133   assert((VT == MVT::v4i32 && Subtarget->hasSSE2()) ||
18134          (VT == MVT::v8i32 && Subtarget->hasInt256()));
18135
18136   // PMULxD operations multiply each even value (starting at 0) of LHS with
18137   // the related value of RHS and produce a widen result.
18138   // E.g., PMULUDQ <4 x i32> <a|b|c|d>, <4 x i32> <e|f|g|h>
18139   // => <2 x i64> <ae|cg>
18140   //
18141   // In other word, to have all the results, we need to perform two PMULxD:
18142   // 1. one with the even values.
18143   // 2. one with the odd values.
18144   // To achieve #2, with need to place the odd values at an even position.
18145   //
18146   // Place the odd value at an even position (basically, shift all values 1
18147   // step to the left):
18148   const int Mask[] = {1, -1, 3, -1, 5, -1, 7, -1};
18149   // <a|b|c|d> => <b|undef|d|undef>
18150   SDValue Odd0 = DAG.getVectorShuffle(VT, dl, Op0, Op0, Mask);
18151   // <e|f|g|h> => <f|undef|h|undef>
18152   SDValue Odd1 = DAG.getVectorShuffle(VT, dl, Op1, Op1, Mask);
18153
18154   // Emit two multiplies, one for the lower 2 ints and one for the higher 2
18155   // ints.
18156   MVT MulVT = VT == MVT::v4i32 ? MVT::v2i64 : MVT::v4i64;
18157   bool IsSigned = Op->getOpcode() == ISD::SMUL_LOHI;
18158   unsigned Opcode =
18159       (!IsSigned || !Subtarget->hasSSE41()) ? X86ISD::PMULUDQ : X86ISD::PMULDQ;
18160   // PMULUDQ <4 x i32> <a|b|c|d>, <4 x i32> <e|f|g|h>
18161   // => <2 x i64> <ae|cg>
18162   SDValue Mul1 = DAG.getBitcast(VT, DAG.getNode(Opcode, dl, MulVT, Op0, Op1));
18163   // PMULUDQ <4 x i32> <b|undef|d|undef>, <4 x i32> <f|undef|h|undef>
18164   // => <2 x i64> <bf|dh>
18165   SDValue Mul2 = DAG.getBitcast(VT, DAG.getNode(Opcode, dl, MulVT, Odd0, Odd1));
18166
18167   // Shuffle it back into the right order.
18168   SDValue Highs, Lows;
18169   if (VT == MVT::v8i32) {
18170     const int HighMask[] = {1, 9, 3, 11, 5, 13, 7, 15};
18171     Highs = DAG.getVectorShuffle(VT, dl, Mul1, Mul2, HighMask);
18172     const int LowMask[] = {0, 8, 2, 10, 4, 12, 6, 14};
18173     Lows = DAG.getVectorShuffle(VT, dl, Mul1, Mul2, LowMask);
18174   } else {
18175     const int HighMask[] = {1, 5, 3, 7};
18176     Highs = DAG.getVectorShuffle(VT, dl, Mul1, Mul2, HighMask);
18177     const int LowMask[] = {0, 4, 2, 6};
18178     Lows = DAG.getVectorShuffle(VT, dl, Mul1, Mul2, LowMask);
18179   }
18180
18181   // If we have a signed multiply but no PMULDQ fix up the high parts of a
18182   // unsigned multiply.
18183   if (IsSigned && !Subtarget->hasSSE41()) {
18184     SDValue ShAmt = DAG.getConstant(
18185         31, dl,
18186         DAG.getTargetLoweringInfo().getShiftAmountTy(VT, DAG.getDataLayout()));
18187     SDValue T1 = DAG.getNode(ISD::AND, dl, VT,
18188                              DAG.getNode(ISD::SRA, dl, VT, Op0, ShAmt), Op1);
18189     SDValue T2 = DAG.getNode(ISD::AND, dl, VT,
18190                              DAG.getNode(ISD::SRA, dl, VT, Op1, ShAmt), Op0);
18191
18192     SDValue Fixup = DAG.getNode(ISD::ADD, dl, VT, T1, T2);
18193     Highs = DAG.getNode(ISD::SUB, dl, VT, Highs, Fixup);
18194   }
18195
18196   // The first result of MUL_LOHI is actually the low value, followed by the
18197   // high value.
18198   SDValue Ops[] = {Lows, Highs};
18199   return DAG.getMergeValues(Ops, dl);
18200 }
18201
18202 // Return true if the required (according to Opcode) shift-imm form is natively
18203 // supported by the Subtarget
18204 static bool SupportedVectorShiftWithImm(MVT VT, const X86Subtarget *Subtarget,
18205                                         unsigned Opcode) {
18206   if (VT.getScalarSizeInBits() < 16)
18207     return false;
18208
18209   if (VT.is512BitVector() &&
18210       (VT.getScalarSizeInBits() > 16 || Subtarget->hasBWI()))
18211     return true;
18212
18213   bool LShift = VT.is128BitVector() ||
18214     (VT.is256BitVector() && Subtarget->hasInt256());
18215
18216   bool AShift = LShift && (Subtarget->hasVLX() ||
18217     (VT != MVT::v2i64 && VT != MVT::v4i64));
18218   return (Opcode == ISD::SRA) ? AShift : LShift;
18219 }
18220
18221 // The shift amount is a variable, but it is the same for all vector lanes.
18222 // These instructions are defined together with shift-immediate.
18223 static
18224 bool SupportedVectorShiftWithBaseAmnt(MVT VT, const X86Subtarget *Subtarget,
18225                                       unsigned Opcode) {
18226   return SupportedVectorShiftWithImm(VT, Subtarget, Opcode);
18227 }
18228
18229 // Return true if the required (according to Opcode) variable-shift form is
18230 // natively supported by the Subtarget
18231 static bool SupportedVectorVarShift(MVT VT, const X86Subtarget *Subtarget,
18232                                     unsigned Opcode) {
18233
18234   if (!Subtarget->hasInt256() || VT.getScalarSizeInBits() < 16)
18235     return false;
18236
18237   // vXi16 supported only on AVX-512, BWI
18238   if (VT.getScalarSizeInBits() == 16 && !Subtarget->hasBWI())
18239     return false;
18240
18241   if (VT.is512BitVector() || Subtarget->hasVLX())
18242     return true;
18243
18244   bool LShift = VT.is128BitVector() || VT.is256BitVector();
18245   bool AShift = LShift &&  VT != MVT::v2i64 && VT != MVT::v4i64;
18246   return (Opcode == ISD::SRA) ? AShift : LShift;
18247 }
18248
18249 static SDValue LowerScalarImmediateShift(SDValue Op, SelectionDAG &DAG,
18250                                          const X86Subtarget *Subtarget) {
18251   MVT VT = Op.getSimpleValueType();
18252   SDLoc dl(Op);
18253   SDValue R = Op.getOperand(0);
18254   SDValue Amt = Op.getOperand(1);
18255
18256   unsigned X86Opc = (Op.getOpcode() == ISD::SHL) ? X86ISD::VSHLI :
18257     (Op.getOpcode() == ISD::SRL) ? X86ISD::VSRLI : X86ISD::VSRAI;
18258
18259   auto ArithmeticShiftRight64 = [&](uint64_t ShiftAmt) {
18260     assert((VT == MVT::v2i64 || VT == MVT::v4i64) && "Unexpected SRA type");
18261     MVT ExVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() * 2);
18262     SDValue Ex = DAG.getBitcast(ExVT, R);
18263
18264     if (ShiftAmt >= 32) {
18265       // Splat sign to upper i32 dst, and SRA upper i32 src to lower i32.
18266       SDValue Upper =
18267           getTargetVShiftByConstNode(X86ISD::VSRAI, dl, ExVT, Ex, 31, DAG);
18268       SDValue Lower = getTargetVShiftByConstNode(X86ISD::VSRAI, dl, ExVT, Ex,
18269                                                  ShiftAmt - 32, DAG);
18270       if (VT == MVT::v2i64)
18271         Ex = DAG.getVectorShuffle(ExVT, dl, Upper, Lower, {5, 1, 7, 3});
18272       if (VT == MVT::v4i64)
18273         Ex = DAG.getVectorShuffle(ExVT, dl, Upper, Lower,
18274                                   {9, 1, 11, 3, 13, 5, 15, 7});
18275     } else {
18276       // SRA upper i32, SHL whole i64 and select lower i32.
18277       SDValue Upper = getTargetVShiftByConstNode(X86ISD::VSRAI, dl, ExVT, Ex,
18278                                                  ShiftAmt, DAG);
18279       SDValue Lower =
18280           getTargetVShiftByConstNode(X86ISD::VSRLI, dl, VT, R, ShiftAmt, DAG);
18281       Lower = DAG.getBitcast(ExVT, Lower);
18282       if (VT == MVT::v2i64)
18283         Ex = DAG.getVectorShuffle(ExVT, dl, Upper, Lower, {4, 1, 6, 3});
18284       if (VT == MVT::v4i64)
18285         Ex = DAG.getVectorShuffle(ExVT, dl, Upper, Lower,
18286                                   {8, 1, 10, 3, 12, 5, 14, 7});
18287     }
18288     return DAG.getBitcast(VT, Ex);
18289   };
18290
18291   // Optimize shl/srl/sra with constant shift amount.
18292   if (auto *BVAmt = dyn_cast<BuildVectorSDNode>(Amt)) {
18293     if (auto *ShiftConst = BVAmt->getConstantSplatNode()) {
18294       uint64_t ShiftAmt = ShiftConst->getZExtValue();
18295
18296       if (SupportedVectorShiftWithImm(VT, Subtarget, Op.getOpcode()))
18297         return getTargetVShiftByConstNode(X86Opc, dl, VT, R, ShiftAmt, DAG);
18298
18299       // i64 SRA needs to be performed as partial shifts.
18300       if ((VT == MVT::v2i64 || (Subtarget->hasInt256() && VT == MVT::v4i64)) &&
18301           Op.getOpcode() == ISD::SRA && !Subtarget->hasXOP())
18302         return ArithmeticShiftRight64(ShiftAmt);
18303
18304       if (VT == MVT::v16i8 || (Subtarget->hasInt256() && VT == MVT::v32i8)) {
18305         unsigned NumElts = VT.getVectorNumElements();
18306         MVT ShiftVT = MVT::getVectorVT(MVT::i16, NumElts / 2);
18307
18308         // Simple i8 add case
18309         if (Op.getOpcode() == ISD::SHL && ShiftAmt == 1)
18310           return DAG.getNode(ISD::ADD, dl, VT, R, R);
18311
18312         // ashr(R, 7)  === cmp_slt(R, 0)
18313         if (Op.getOpcode() == ISD::SRA && ShiftAmt == 7) {
18314           SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl);
18315           return DAG.getNode(X86ISD::PCMPGT, dl, VT, Zeros, R);
18316         }
18317
18318         // XOP can shift v16i8 directly instead of as shift v8i16 + mask.
18319         if (VT == MVT::v16i8 && Subtarget->hasXOP())
18320           return SDValue();
18321
18322         if (Op.getOpcode() == ISD::SHL) {
18323           // Make a large shift.
18324           SDValue SHL = getTargetVShiftByConstNode(X86ISD::VSHLI, dl, ShiftVT,
18325                                                    R, ShiftAmt, DAG);
18326           SHL = DAG.getBitcast(VT, SHL);
18327           // Zero out the rightmost bits.
18328           SmallVector<SDValue, 32> V(
18329               NumElts, DAG.getConstant(uint8_t(-1U << ShiftAmt), dl, MVT::i8));
18330           return DAG.getNode(ISD::AND, dl, VT, SHL,
18331                              DAG.getNode(ISD::BUILD_VECTOR, dl, VT, V));
18332         }
18333         if (Op.getOpcode() == ISD::SRL) {
18334           // Make a large shift.
18335           SDValue SRL = getTargetVShiftByConstNode(X86ISD::VSRLI, dl, ShiftVT,
18336                                                    R, ShiftAmt, DAG);
18337           SRL = DAG.getBitcast(VT, SRL);
18338           // Zero out the leftmost bits.
18339           SmallVector<SDValue, 32> V(
18340               NumElts, DAG.getConstant(uint8_t(-1U) >> ShiftAmt, dl, MVT::i8));
18341           return DAG.getNode(ISD::AND, dl, VT, SRL,
18342                              DAG.getNode(ISD::BUILD_VECTOR, dl, VT, V));
18343         }
18344         if (Op.getOpcode() == ISD::SRA) {
18345           // ashr(R, Amt) === sub(xor(lshr(R, Amt), Mask), Mask)
18346           SDValue Res = DAG.getNode(ISD::SRL, dl, VT, R, Amt);
18347           SmallVector<SDValue, 32> V(NumElts,
18348                                      DAG.getConstant(128 >> ShiftAmt, dl,
18349                                                      MVT::i8));
18350           SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, V);
18351           Res = DAG.getNode(ISD::XOR, dl, VT, Res, Mask);
18352           Res = DAG.getNode(ISD::SUB, dl, VT, Res, Mask);
18353           return Res;
18354         }
18355         llvm_unreachable("Unknown shift opcode.");
18356       }
18357     }
18358   }
18359
18360   // Special case in 32-bit mode, where i64 is expanded into high and low parts.
18361   if (!Subtarget->is64Bit() && !Subtarget->hasXOP() &&
18362       (VT == MVT::v2i64 || (Subtarget->hasInt256() && VT == MVT::v4i64))) {
18363
18364     // Peek through any splat that was introduced for i64 shift vectorization.
18365     int SplatIndex = -1;
18366     if (ShuffleVectorSDNode *SVN = dyn_cast<ShuffleVectorSDNode>(Amt.getNode()))
18367       if (SVN->isSplat()) {
18368         SplatIndex = SVN->getSplatIndex();
18369         Amt = Amt.getOperand(0);
18370         assert(SplatIndex < (int)VT.getVectorNumElements() &&
18371                "Splat shuffle referencing second operand");
18372       }
18373
18374     if (Amt.getOpcode() != ISD::BITCAST ||
18375         Amt.getOperand(0).getOpcode() != ISD::BUILD_VECTOR)
18376       return SDValue();
18377
18378     Amt = Amt.getOperand(0);
18379     unsigned Ratio = Amt.getSimpleValueType().getVectorNumElements() /
18380                      VT.getVectorNumElements();
18381     unsigned RatioInLog2 = Log2_32_Ceil(Ratio);
18382     uint64_t ShiftAmt = 0;
18383     unsigned BaseOp = (SplatIndex < 0 ? 0 : SplatIndex * Ratio);
18384     for (unsigned i = 0; i != Ratio; ++i) {
18385       ConstantSDNode *C = dyn_cast<ConstantSDNode>(Amt.getOperand(i + BaseOp));
18386       if (!C)
18387         return SDValue();
18388       // 6 == Log2(64)
18389       ShiftAmt |= C->getZExtValue() << (i * (1 << (6 - RatioInLog2)));
18390     }
18391
18392     // Check remaining shift amounts (if not a splat).
18393     if (SplatIndex < 0) {
18394       for (unsigned i = Ratio; i != Amt.getNumOperands(); i += Ratio) {
18395         uint64_t ShAmt = 0;
18396         for (unsigned j = 0; j != Ratio; ++j) {
18397           ConstantSDNode *C = dyn_cast<ConstantSDNode>(Amt.getOperand(i + j));
18398           if (!C)
18399             return SDValue();
18400           // 6 == Log2(64)
18401           ShAmt |= C->getZExtValue() << (j * (1 << (6 - RatioInLog2)));
18402         }
18403         if (ShAmt != ShiftAmt)
18404           return SDValue();
18405       }
18406     }
18407
18408     if (SupportedVectorShiftWithImm(VT, Subtarget, Op.getOpcode()))
18409       return getTargetVShiftByConstNode(X86Opc, dl, VT, R, ShiftAmt, DAG);
18410
18411     if (Op.getOpcode() == ISD::SRA)
18412       return ArithmeticShiftRight64(ShiftAmt);
18413   }
18414
18415   return SDValue();
18416 }
18417
18418 static SDValue LowerScalarVariableShift(SDValue Op, SelectionDAG &DAG,
18419                                         const X86Subtarget* Subtarget) {
18420   MVT VT = Op.getSimpleValueType();
18421   SDLoc dl(Op);
18422   SDValue R = Op.getOperand(0);
18423   SDValue Amt = Op.getOperand(1);
18424
18425   unsigned X86OpcI = (Op.getOpcode() == ISD::SHL) ? X86ISD::VSHLI :
18426     (Op.getOpcode() == ISD::SRL) ? X86ISD::VSRLI : X86ISD::VSRAI;
18427
18428   unsigned X86OpcV = (Op.getOpcode() == ISD::SHL) ? X86ISD::VSHL :
18429     (Op.getOpcode() == ISD::SRL) ? X86ISD::VSRL : X86ISD::VSRA;
18430
18431   if (SupportedVectorShiftWithBaseAmnt(VT, Subtarget, Op.getOpcode())) {
18432     SDValue BaseShAmt;
18433     MVT EltVT = VT.getVectorElementType();
18434
18435     if (BuildVectorSDNode *BV = dyn_cast<BuildVectorSDNode>(Amt)) {
18436       // Check if this build_vector node is doing a splat.
18437       // If so, then set BaseShAmt equal to the splat value.
18438       BaseShAmt = BV->getSplatValue();
18439       if (BaseShAmt && BaseShAmt.getOpcode() == ISD::UNDEF)
18440         BaseShAmt = SDValue();
18441     } else {
18442       if (Amt.getOpcode() == ISD::EXTRACT_SUBVECTOR)
18443         Amt = Amt.getOperand(0);
18444
18445       ShuffleVectorSDNode *SVN = dyn_cast<ShuffleVectorSDNode>(Amt);
18446       if (SVN && SVN->isSplat()) {
18447         unsigned SplatIdx = (unsigned)SVN->getSplatIndex();
18448         SDValue InVec = Amt.getOperand(0);
18449         if (InVec.getOpcode() == ISD::BUILD_VECTOR) {
18450           assert((SplatIdx < InVec.getSimpleValueType().getVectorNumElements()) &&
18451                  "Unexpected shuffle index found!");
18452           BaseShAmt = InVec.getOperand(SplatIdx);
18453         } else if (InVec.getOpcode() == ISD::INSERT_VECTOR_ELT) {
18454            if (ConstantSDNode *C =
18455                dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
18456              if (C->getZExtValue() == SplatIdx)
18457                BaseShAmt = InVec.getOperand(1);
18458            }
18459         }
18460
18461         if (!BaseShAmt)
18462           // Avoid introducing an extract element from a shuffle.
18463           BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, EltVT, InVec,
18464                                   DAG.getIntPtrConstant(SplatIdx, dl));
18465       }
18466     }
18467
18468     if (BaseShAmt.getNode()) {
18469       assert(EltVT.bitsLE(MVT::i64) && "Unexpected element type!");
18470       if (EltVT != MVT::i64 && EltVT.bitsGT(MVT::i32))
18471         BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i64, BaseShAmt);
18472       else if (EltVT.bitsLT(MVT::i32))
18473         BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, BaseShAmt);
18474
18475       return getTargetVShiftNode(X86OpcI, dl, VT, R, BaseShAmt, DAG);
18476     }
18477   }
18478
18479   // Special case in 32-bit mode, where i64 is expanded into high and low parts.
18480   if (!Subtarget->is64Bit() && VT == MVT::v2i64  &&
18481       Amt.getOpcode() == ISD::BITCAST &&
18482       Amt.getOperand(0).getOpcode() == ISD::BUILD_VECTOR) {
18483     Amt = Amt.getOperand(0);
18484     unsigned Ratio = Amt.getSimpleValueType().getVectorNumElements() /
18485                      VT.getVectorNumElements();
18486     std::vector<SDValue> Vals(Ratio);
18487     for (unsigned i = 0; i != Ratio; ++i)
18488       Vals[i] = Amt.getOperand(i);
18489     for (unsigned i = Ratio; i != Amt.getNumOperands(); i += Ratio) {
18490       for (unsigned j = 0; j != Ratio; ++j)
18491         if (Vals[j] != Amt.getOperand(i + j))
18492           return SDValue();
18493     }
18494
18495     if (SupportedVectorShiftWithBaseAmnt(VT, Subtarget, Op.getOpcode()))
18496       return DAG.getNode(X86OpcV, dl, VT, R, Op.getOperand(1));
18497   }
18498   return SDValue();
18499 }
18500
18501 static SDValue LowerShift(SDValue Op, const X86Subtarget* Subtarget,
18502                           SelectionDAG &DAG) {
18503   MVT VT = Op.getSimpleValueType();
18504   SDLoc dl(Op);
18505   SDValue R = Op.getOperand(0);
18506   SDValue Amt = Op.getOperand(1);
18507
18508   assert(VT.isVector() && "Custom lowering only for vector shifts!");
18509   assert(Subtarget->hasSSE2() && "Only custom lower when we have SSE2!");
18510
18511   if (SDValue V = LowerScalarImmediateShift(Op, DAG, Subtarget))
18512     return V;
18513
18514   if (SDValue V = LowerScalarVariableShift(Op, DAG, Subtarget))
18515     return V;
18516
18517   if (SupportedVectorVarShift(VT, Subtarget, Op.getOpcode()))
18518     return Op;
18519
18520   // XOP has 128-bit variable logical/arithmetic shifts.
18521   // +ve/-ve Amt = shift left/right.
18522   if (Subtarget->hasXOP() &&
18523       (VT == MVT::v2i64 || VT == MVT::v4i32 ||
18524        VT == MVT::v8i16 || VT == MVT::v16i8)) {
18525     if (Op.getOpcode() == ISD::SRL || Op.getOpcode() == ISD::SRA) {
18526       SDValue Zero = getZeroVector(VT, Subtarget, DAG, dl);
18527       Amt = DAG.getNode(ISD::SUB, dl, VT, Zero, Amt);
18528     }
18529     if (Op.getOpcode() == ISD::SHL || Op.getOpcode() == ISD::SRL)
18530       return DAG.getNode(X86ISD::VPSHL, dl, VT, R, Amt);
18531     if (Op.getOpcode() == ISD::SRA)
18532       return DAG.getNode(X86ISD::VPSHA, dl, VT, R, Amt);
18533   }
18534
18535   // 2i64 vector logical shifts can efficiently avoid scalarization - do the
18536   // shifts per-lane and then shuffle the partial results back together.
18537   if (VT == MVT::v2i64 && Op.getOpcode() != ISD::SRA) {
18538     // Splat the shift amounts so the scalar shifts above will catch it.
18539     SDValue Amt0 = DAG.getVectorShuffle(VT, dl, Amt, Amt, {0, 0});
18540     SDValue Amt1 = DAG.getVectorShuffle(VT, dl, Amt, Amt, {1, 1});
18541     SDValue R0 = DAG.getNode(Op->getOpcode(), dl, VT, R, Amt0);
18542     SDValue R1 = DAG.getNode(Op->getOpcode(), dl, VT, R, Amt1);
18543     return DAG.getVectorShuffle(VT, dl, R0, R1, {0, 3});
18544   }
18545
18546   // i64 vector arithmetic shift can be emulated with the transform:
18547   // M = lshr(SIGN_BIT, Amt)
18548   // ashr(R, Amt) === sub(xor(lshr(R, Amt), M), M)
18549   if ((VT == MVT::v2i64 || (VT == MVT::v4i64 && Subtarget->hasInt256())) &&
18550       Op.getOpcode() == ISD::SRA) {
18551     SDValue S = DAG.getConstant(APInt::getSignBit(64), dl, VT);
18552     SDValue M = DAG.getNode(ISD::SRL, dl, VT, S, Amt);
18553     R = DAG.getNode(ISD::SRL, dl, VT, R, Amt);
18554     R = DAG.getNode(ISD::XOR, dl, VT, R, M);
18555     R = DAG.getNode(ISD::SUB, dl, VT, R, M);
18556     return R;
18557   }
18558
18559   // If possible, lower this packed shift into a vector multiply instead of
18560   // expanding it into a sequence of scalar shifts.
18561   // Do this only if the vector shift count is a constant build_vector.
18562   if (Op.getOpcode() == ISD::SHL &&
18563       (VT == MVT::v8i16 || VT == MVT::v4i32 ||
18564        (Subtarget->hasInt256() && VT == MVT::v16i16)) &&
18565       ISD::isBuildVectorOfConstantSDNodes(Amt.getNode())) {
18566     SmallVector<SDValue, 8> Elts;
18567     MVT SVT = VT.getVectorElementType();
18568     unsigned SVTBits = SVT.getSizeInBits();
18569     APInt One(SVTBits, 1);
18570     unsigned NumElems = VT.getVectorNumElements();
18571
18572     for (unsigned i=0; i !=NumElems; ++i) {
18573       SDValue Op = Amt->getOperand(i);
18574       if (Op->getOpcode() == ISD::UNDEF) {
18575         Elts.push_back(Op);
18576         continue;
18577       }
18578
18579       ConstantSDNode *ND = cast<ConstantSDNode>(Op);
18580       APInt C(SVTBits, ND->getAPIntValue().getZExtValue());
18581       uint64_t ShAmt = C.getZExtValue();
18582       if (ShAmt >= SVTBits) {
18583         Elts.push_back(DAG.getUNDEF(SVT));
18584         continue;
18585       }
18586       Elts.push_back(DAG.getConstant(One.shl(ShAmt), dl, SVT));
18587     }
18588     SDValue BV = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Elts);
18589     return DAG.getNode(ISD::MUL, dl, VT, R, BV);
18590   }
18591
18592   // Lower SHL with variable shift amount.
18593   if (VT == MVT::v4i32 && Op->getOpcode() == ISD::SHL) {
18594     Op = DAG.getNode(ISD::SHL, dl, VT, Amt, DAG.getConstant(23, dl, VT));
18595
18596     Op = DAG.getNode(ISD::ADD, dl, VT, Op,
18597                      DAG.getConstant(0x3f800000U, dl, VT));
18598     Op = DAG.getBitcast(MVT::v4f32, Op);
18599     Op = DAG.getNode(ISD::FP_TO_SINT, dl, VT, Op);
18600     return DAG.getNode(ISD::MUL, dl, VT, Op, R);
18601   }
18602
18603   // If possible, lower this shift as a sequence of two shifts by
18604   // constant plus a MOVSS/MOVSD instead of scalarizing it.
18605   // Example:
18606   //   (v4i32 (srl A, (build_vector < X, Y, Y, Y>)))
18607   //
18608   // Could be rewritten as:
18609   //   (v4i32 (MOVSS (srl A, <Y,Y,Y,Y>), (srl A, <X,X,X,X>)))
18610   //
18611   // The advantage is that the two shifts from the example would be
18612   // lowered as X86ISD::VSRLI nodes. This would be cheaper than scalarizing
18613   // the vector shift into four scalar shifts plus four pairs of vector
18614   // insert/extract.
18615   if ((VT == MVT::v8i16 || VT == MVT::v4i32) &&
18616       ISD::isBuildVectorOfConstantSDNodes(Amt.getNode())) {
18617     unsigned TargetOpcode = X86ISD::MOVSS;
18618     bool CanBeSimplified;
18619     // The splat value for the first packed shift (the 'X' from the example).
18620     SDValue Amt1 = Amt->getOperand(0);
18621     // The splat value for the second packed shift (the 'Y' from the example).
18622     SDValue Amt2 = (VT == MVT::v4i32) ? Amt->getOperand(1) :
18623                                         Amt->getOperand(2);
18624
18625     // See if it is possible to replace this node with a sequence of
18626     // two shifts followed by a MOVSS/MOVSD
18627     if (VT == MVT::v4i32) {
18628       // Check if it is legal to use a MOVSS.
18629       CanBeSimplified = Amt2 == Amt->getOperand(2) &&
18630                         Amt2 == Amt->getOperand(3);
18631       if (!CanBeSimplified) {
18632         // Otherwise, check if we can still simplify this node using a MOVSD.
18633         CanBeSimplified = Amt1 == Amt->getOperand(1) &&
18634                           Amt->getOperand(2) == Amt->getOperand(3);
18635         TargetOpcode = X86ISD::MOVSD;
18636         Amt2 = Amt->getOperand(2);
18637       }
18638     } else {
18639       // Do similar checks for the case where the machine value type
18640       // is MVT::v8i16.
18641       CanBeSimplified = Amt1 == Amt->getOperand(1);
18642       for (unsigned i=3; i != 8 && CanBeSimplified; ++i)
18643         CanBeSimplified = Amt2 == Amt->getOperand(i);
18644
18645       if (!CanBeSimplified) {
18646         TargetOpcode = X86ISD::MOVSD;
18647         CanBeSimplified = true;
18648         Amt2 = Amt->getOperand(4);
18649         for (unsigned i=0; i != 4 && CanBeSimplified; ++i)
18650           CanBeSimplified = Amt1 == Amt->getOperand(i);
18651         for (unsigned j=4; j != 8 && CanBeSimplified; ++j)
18652           CanBeSimplified = Amt2 == Amt->getOperand(j);
18653       }
18654     }
18655
18656     if (CanBeSimplified && isa<ConstantSDNode>(Amt1) &&
18657         isa<ConstantSDNode>(Amt2)) {
18658       // Replace this node with two shifts followed by a MOVSS/MOVSD.
18659       MVT CastVT = MVT::v4i32;
18660       SDValue Splat1 =
18661         DAG.getConstant(cast<ConstantSDNode>(Amt1)->getAPIntValue(), dl, VT);
18662       SDValue Shift1 = DAG.getNode(Op->getOpcode(), dl, VT, R, Splat1);
18663       SDValue Splat2 =
18664         DAG.getConstant(cast<ConstantSDNode>(Amt2)->getAPIntValue(), dl, VT);
18665       SDValue Shift2 = DAG.getNode(Op->getOpcode(), dl, VT, R, Splat2);
18666       if (TargetOpcode == X86ISD::MOVSD)
18667         CastVT = MVT::v2i64;
18668       SDValue BitCast1 = DAG.getBitcast(CastVT, Shift1);
18669       SDValue BitCast2 = DAG.getBitcast(CastVT, Shift2);
18670       SDValue Result = getTargetShuffleNode(TargetOpcode, dl, CastVT, BitCast2,
18671                                             BitCast1, DAG);
18672       return DAG.getBitcast(VT, Result);
18673     }
18674   }
18675
18676   // v4i32 Non Uniform Shifts.
18677   // If the shift amount is constant we can shift each lane using the SSE2
18678   // immediate shifts, else we need to zero-extend each lane to the lower i64
18679   // and shift using the SSE2 variable shifts.
18680   // The separate results can then be blended together.
18681   if (VT == MVT::v4i32) {
18682     unsigned Opc = Op.getOpcode();
18683     SDValue Amt0, Amt1, Amt2, Amt3;
18684     if (ISD::isBuildVectorOfConstantSDNodes(Amt.getNode())) {
18685       Amt0 = DAG.getVectorShuffle(VT, dl, Amt, DAG.getUNDEF(VT), {0, 0, 0, 0});
18686       Amt1 = DAG.getVectorShuffle(VT, dl, Amt, DAG.getUNDEF(VT), {1, 1, 1, 1});
18687       Amt2 = DAG.getVectorShuffle(VT, dl, Amt, DAG.getUNDEF(VT), {2, 2, 2, 2});
18688       Amt3 = DAG.getVectorShuffle(VT, dl, Amt, DAG.getUNDEF(VT), {3, 3, 3, 3});
18689     } else {
18690       // ISD::SHL is handled above but we include it here for completeness.
18691       switch (Opc) {
18692       default:
18693         llvm_unreachable("Unknown target vector shift node");
18694       case ISD::SHL:
18695         Opc = X86ISD::VSHL;
18696         break;
18697       case ISD::SRL:
18698         Opc = X86ISD::VSRL;
18699         break;
18700       case ISD::SRA:
18701         Opc = X86ISD::VSRA;
18702         break;
18703       }
18704       // The SSE2 shifts use the lower i64 as the same shift amount for
18705       // all lanes and the upper i64 is ignored. These shuffle masks
18706       // optimally zero-extend each lanes on SSE2/SSE41/AVX targets.
18707       SDValue Z = getZeroVector(VT, Subtarget, DAG, dl);
18708       Amt0 = DAG.getVectorShuffle(VT, dl, Amt, Z, {0, 4, -1, -1});
18709       Amt1 = DAG.getVectorShuffle(VT, dl, Amt, Z, {1, 5, -1, -1});
18710       Amt2 = DAG.getVectorShuffle(VT, dl, Amt, Z, {2, 6, -1, -1});
18711       Amt3 = DAG.getVectorShuffle(VT, dl, Amt, Z, {3, 7, -1, -1});
18712     }
18713
18714     SDValue R0 = DAG.getNode(Opc, dl, VT, R, Amt0);
18715     SDValue R1 = DAG.getNode(Opc, dl, VT, R, Amt1);
18716     SDValue R2 = DAG.getNode(Opc, dl, VT, R, Amt2);
18717     SDValue R3 = DAG.getNode(Opc, dl, VT, R, Amt3);
18718     SDValue R02 = DAG.getVectorShuffle(VT, dl, R0, R2, {0, -1, 6, -1});
18719     SDValue R13 = DAG.getVectorShuffle(VT, dl, R1, R3, {-1, 1, -1, 7});
18720     return DAG.getVectorShuffle(VT, dl, R02, R13, {0, 5, 2, 7});
18721   }
18722
18723   if (VT == MVT::v16i8 ||
18724       (VT == MVT::v32i8 && Subtarget->hasInt256() && !Subtarget->hasXOP())) {
18725     MVT ExtVT = MVT::getVectorVT(MVT::i16, VT.getVectorNumElements() / 2);
18726     unsigned ShiftOpcode = Op->getOpcode();
18727
18728     auto SignBitSelect = [&](MVT SelVT, SDValue Sel, SDValue V0, SDValue V1) {
18729       // On SSE41 targets we make use of the fact that VSELECT lowers
18730       // to PBLENDVB which selects bytes based just on the sign bit.
18731       if (Subtarget->hasSSE41()) {
18732         V0 = DAG.getBitcast(VT, V0);
18733         V1 = DAG.getBitcast(VT, V1);
18734         Sel = DAG.getBitcast(VT, Sel);
18735         return DAG.getBitcast(SelVT,
18736                               DAG.getNode(ISD::VSELECT, dl, VT, Sel, V0, V1));
18737       }
18738       // On pre-SSE41 targets we test for the sign bit by comparing to
18739       // zero - a negative value will set all bits of the lanes to true
18740       // and VSELECT uses that in its OR(AND(V0,C),AND(V1,~C)) lowering.
18741       SDValue Z = getZeroVector(SelVT, Subtarget, DAG, dl);
18742       SDValue C = DAG.getNode(X86ISD::PCMPGT, dl, SelVT, Z, Sel);
18743       return DAG.getNode(ISD::VSELECT, dl, SelVT, C, V0, V1);
18744     };
18745
18746     // Turn 'a' into a mask suitable for VSELECT: a = a << 5;
18747     // We can safely do this using i16 shifts as we're only interested in
18748     // the 3 lower bits of each byte.
18749     Amt = DAG.getBitcast(ExtVT, Amt);
18750     Amt = DAG.getNode(ISD::SHL, dl, ExtVT, Amt, DAG.getConstant(5, dl, ExtVT));
18751     Amt = DAG.getBitcast(VT, Amt);
18752
18753     if (Op->getOpcode() == ISD::SHL || Op->getOpcode() == ISD::SRL) {
18754       // r = VSELECT(r, shift(r, 4), a);
18755       SDValue M =
18756           DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(4, dl, VT));
18757       R = SignBitSelect(VT, Amt, M, R);
18758
18759       // a += a
18760       Amt = DAG.getNode(ISD::ADD, dl, VT, Amt, Amt);
18761
18762       // r = VSELECT(r, shift(r, 2), a);
18763       M = DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(2, dl, VT));
18764       R = SignBitSelect(VT, Amt, M, R);
18765
18766       // a += a
18767       Amt = DAG.getNode(ISD::ADD, dl, VT, Amt, Amt);
18768
18769       // return VSELECT(r, shift(r, 1), a);
18770       M = DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(1, dl, VT));
18771       R = SignBitSelect(VT, Amt, M, R);
18772       return R;
18773     }
18774
18775     if (Op->getOpcode() == ISD::SRA) {
18776       // For SRA we need to unpack each byte to the higher byte of a i16 vector
18777       // so we can correctly sign extend. We don't care what happens to the
18778       // lower byte.
18779       SDValue ALo = DAG.getNode(X86ISD::UNPCKL, dl, VT, DAG.getUNDEF(VT), Amt);
18780       SDValue AHi = DAG.getNode(X86ISD::UNPCKH, dl, VT, DAG.getUNDEF(VT), Amt);
18781       SDValue RLo = DAG.getNode(X86ISD::UNPCKL, dl, VT, DAG.getUNDEF(VT), R);
18782       SDValue RHi = DAG.getNode(X86ISD::UNPCKH, dl, VT, DAG.getUNDEF(VT), R);
18783       ALo = DAG.getBitcast(ExtVT, ALo);
18784       AHi = DAG.getBitcast(ExtVT, AHi);
18785       RLo = DAG.getBitcast(ExtVT, RLo);
18786       RHi = DAG.getBitcast(ExtVT, RHi);
18787
18788       // r = VSELECT(r, shift(r, 4), a);
18789       SDValue MLo = DAG.getNode(ShiftOpcode, dl, ExtVT, RLo,
18790                                 DAG.getConstant(4, dl, ExtVT));
18791       SDValue MHi = DAG.getNode(ShiftOpcode, dl, ExtVT, RHi,
18792                                 DAG.getConstant(4, dl, ExtVT));
18793       RLo = SignBitSelect(ExtVT, ALo, MLo, RLo);
18794       RHi = SignBitSelect(ExtVT, AHi, MHi, RHi);
18795
18796       // a += a
18797       ALo = DAG.getNode(ISD::ADD, dl, ExtVT, ALo, ALo);
18798       AHi = DAG.getNode(ISD::ADD, dl, ExtVT, AHi, AHi);
18799
18800       // r = VSELECT(r, shift(r, 2), a);
18801       MLo = DAG.getNode(ShiftOpcode, dl, ExtVT, RLo,
18802                         DAG.getConstant(2, dl, ExtVT));
18803       MHi = DAG.getNode(ShiftOpcode, dl, ExtVT, RHi,
18804                         DAG.getConstant(2, dl, ExtVT));
18805       RLo = SignBitSelect(ExtVT, ALo, MLo, RLo);
18806       RHi = SignBitSelect(ExtVT, AHi, MHi, RHi);
18807
18808       // a += a
18809       ALo = DAG.getNode(ISD::ADD, dl, ExtVT, ALo, ALo);
18810       AHi = DAG.getNode(ISD::ADD, dl, ExtVT, AHi, AHi);
18811
18812       // r = VSELECT(r, shift(r, 1), a);
18813       MLo = DAG.getNode(ShiftOpcode, dl, ExtVT, RLo,
18814                         DAG.getConstant(1, dl, ExtVT));
18815       MHi = DAG.getNode(ShiftOpcode, dl, ExtVT, RHi,
18816                         DAG.getConstant(1, dl, ExtVT));
18817       RLo = SignBitSelect(ExtVT, ALo, MLo, RLo);
18818       RHi = SignBitSelect(ExtVT, AHi, MHi, RHi);
18819
18820       // Logical shift the result back to the lower byte, leaving a zero upper
18821       // byte
18822       // meaning that we can safely pack with PACKUSWB.
18823       RLo =
18824           DAG.getNode(ISD::SRL, dl, ExtVT, RLo, DAG.getConstant(8, dl, ExtVT));
18825       RHi =
18826           DAG.getNode(ISD::SRL, dl, ExtVT, RHi, DAG.getConstant(8, dl, ExtVT));
18827       return DAG.getNode(X86ISD::PACKUS, dl, VT, RLo, RHi);
18828     }
18829   }
18830
18831   // It's worth extending once and using the v8i32 shifts for 16-bit types, but
18832   // the extra overheads to get from v16i8 to v8i32 make the existing SSE
18833   // solution better.
18834   if (Subtarget->hasInt256() && VT == MVT::v8i16) {
18835     MVT ExtVT = MVT::v8i32;
18836     unsigned ExtOpc =
18837         Op.getOpcode() == ISD::SRA ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
18838     R = DAG.getNode(ExtOpc, dl, ExtVT, R);
18839     Amt = DAG.getNode(ISD::ANY_EXTEND, dl, ExtVT, Amt);
18840     return DAG.getNode(ISD::TRUNCATE, dl, VT,
18841                        DAG.getNode(Op.getOpcode(), dl, ExtVT, R, Amt));
18842   }
18843
18844   if (Subtarget->hasInt256() && !Subtarget->hasXOP() && VT == MVT::v16i16) {
18845     MVT ExtVT = MVT::v8i32;
18846     SDValue Z = getZeroVector(VT, Subtarget, DAG, dl);
18847     SDValue ALo = DAG.getNode(X86ISD::UNPCKL, dl, VT, Amt, Z);
18848     SDValue AHi = DAG.getNode(X86ISD::UNPCKH, dl, VT, Amt, Z);
18849     SDValue RLo = DAG.getNode(X86ISD::UNPCKL, dl, VT, R, R);
18850     SDValue RHi = DAG.getNode(X86ISD::UNPCKH, dl, VT, R, R);
18851     ALo = DAG.getBitcast(ExtVT, ALo);
18852     AHi = DAG.getBitcast(ExtVT, AHi);
18853     RLo = DAG.getBitcast(ExtVT, RLo);
18854     RHi = DAG.getBitcast(ExtVT, RHi);
18855     SDValue Lo = DAG.getNode(Op.getOpcode(), dl, ExtVT, RLo, ALo);
18856     SDValue Hi = DAG.getNode(Op.getOpcode(), dl, ExtVT, RHi, AHi);
18857     Lo = DAG.getNode(ISD::SRL, dl, ExtVT, Lo, DAG.getConstant(16, dl, ExtVT));
18858     Hi = DAG.getNode(ISD::SRL, dl, ExtVT, Hi, DAG.getConstant(16, dl, ExtVT));
18859     return DAG.getNode(X86ISD::PACKUS, dl, VT, Lo, Hi);
18860   }
18861
18862   if (VT == MVT::v8i16) {
18863     unsigned ShiftOpcode = Op->getOpcode();
18864
18865     auto SignBitSelect = [&](SDValue Sel, SDValue V0, SDValue V1) {
18866       // On SSE41 targets we make use of the fact that VSELECT lowers
18867       // to PBLENDVB which selects bytes based just on the sign bit.
18868       if (Subtarget->hasSSE41()) {
18869         MVT ExtVT = MVT::getVectorVT(MVT::i8, VT.getVectorNumElements() * 2);
18870         V0 = DAG.getBitcast(ExtVT, V0);
18871         V1 = DAG.getBitcast(ExtVT, V1);
18872         Sel = DAG.getBitcast(ExtVT, Sel);
18873         return DAG.getBitcast(
18874             VT, DAG.getNode(ISD::VSELECT, dl, ExtVT, Sel, V0, V1));
18875       }
18876       // On pre-SSE41 targets we splat the sign bit - a negative value will
18877       // set all bits of the lanes to true and VSELECT uses that in
18878       // its OR(AND(V0,C),AND(V1,~C)) lowering.
18879       SDValue C =
18880           DAG.getNode(ISD::SRA, dl, VT, Sel, DAG.getConstant(15, dl, VT));
18881       return DAG.getNode(ISD::VSELECT, dl, VT, C, V0, V1);
18882     };
18883
18884     // Turn 'a' into a mask suitable for VSELECT: a = a << 12;
18885     if (Subtarget->hasSSE41()) {
18886       // On SSE41 targets we need to replicate the shift mask in both
18887       // bytes for PBLENDVB.
18888       Amt = DAG.getNode(
18889           ISD::OR, dl, VT,
18890           DAG.getNode(ISD::SHL, dl, VT, Amt, DAG.getConstant(4, dl, VT)),
18891           DAG.getNode(ISD::SHL, dl, VT, Amt, DAG.getConstant(12, dl, VT)));
18892     } else {
18893       Amt = DAG.getNode(ISD::SHL, dl, VT, Amt, DAG.getConstant(12, dl, VT));
18894     }
18895
18896     // r = VSELECT(r, shift(r, 8), a);
18897     SDValue M = DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(8, dl, VT));
18898     R = SignBitSelect(Amt, M, R);
18899
18900     // a += a
18901     Amt = DAG.getNode(ISD::ADD, dl, VT, Amt, Amt);
18902
18903     // r = VSELECT(r, shift(r, 4), a);
18904     M = DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(4, dl, VT));
18905     R = SignBitSelect(Amt, M, R);
18906
18907     // a += a
18908     Amt = DAG.getNode(ISD::ADD, dl, VT, Amt, Amt);
18909
18910     // r = VSELECT(r, shift(r, 2), a);
18911     M = DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(2, dl, VT));
18912     R = SignBitSelect(Amt, M, R);
18913
18914     // a += a
18915     Amt = DAG.getNode(ISD::ADD, dl, VT, Amt, Amt);
18916
18917     // return VSELECT(r, shift(r, 1), a);
18918     M = DAG.getNode(ShiftOpcode, dl, VT, R, DAG.getConstant(1, dl, VT));
18919     R = SignBitSelect(Amt, M, R);
18920     return R;
18921   }
18922
18923   // Decompose 256-bit shifts into smaller 128-bit shifts.
18924   if (VT.is256BitVector()) {
18925     unsigned NumElems = VT.getVectorNumElements();
18926     MVT EltVT = VT.getVectorElementType();
18927     MVT NewVT = MVT::getVectorVT(EltVT, NumElems/2);
18928
18929     // Extract the two vectors
18930     SDValue V1 = Extract128BitVector(R, 0, DAG, dl);
18931     SDValue V2 = Extract128BitVector(R, NumElems/2, DAG, dl);
18932
18933     // Recreate the shift amount vectors
18934     SDValue Amt1, Amt2;
18935     if (Amt.getOpcode() == ISD::BUILD_VECTOR) {
18936       // Constant shift amount
18937       SmallVector<SDValue, 8> Ops(Amt->op_begin(), Amt->op_begin() + NumElems);
18938       ArrayRef<SDValue> Amt1Csts = makeArrayRef(Ops).slice(0, NumElems / 2);
18939       ArrayRef<SDValue> Amt2Csts = makeArrayRef(Ops).slice(NumElems / 2);
18940
18941       Amt1 = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT, Amt1Csts);
18942       Amt2 = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT, Amt2Csts);
18943     } else {
18944       // Variable shift amount
18945       Amt1 = Extract128BitVector(Amt, 0, DAG, dl);
18946       Amt2 = Extract128BitVector(Amt, NumElems/2, DAG, dl);
18947     }
18948
18949     // Issue new vector shifts for the smaller types
18950     V1 = DAG.getNode(Op.getOpcode(), dl, NewVT, V1, Amt1);
18951     V2 = DAG.getNode(Op.getOpcode(), dl, NewVT, V2, Amt2);
18952
18953     // Concatenate the result back
18954     return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT, V1, V2);
18955   }
18956
18957   return SDValue();
18958 }
18959
18960 static SDValue LowerRotate(SDValue Op, const X86Subtarget *Subtarget,
18961                            SelectionDAG &DAG) {
18962   MVT VT = Op.getSimpleValueType();
18963   SDLoc DL(Op);
18964   SDValue R = Op.getOperand(0);
18965   SDValue Amt = Op.getOperand(1);
18966
18967   assert(VT.isVector() && "Custom lowering only for vector rotates!");
18968   assert(Subtarget->hasXOP() && "XOP support required for vector rotates!");
18969   assert((Op.getOpcode() == ISD::ROTL) && "Only ROTL supported");
18970
18971   // XOP has 128-bit vector variable + immediate rotates.
18972   // +ve/-ve Amt = rotate left/right.
18973
18974   // Split 256-bit integers.
18975   if (VT.is256BitVector())
18976     return Lower256IntArith(Op, DAG);
18977
18978   assert(VT.is128BitVector() && "Only rotate 128-bit vectors!");
18979
18980   // Attempt to rotate by immediate.
18981   if (auto *BVAmt = dyn_cast<BuildVectorSDNode>(Amt)) {
18982     if (auto *RotateConst = BVAmt->getConstantSplatNode()) {
18983       uint64_t RotateAmt = RotateConst->getAPIntValue().getZExtValue();
18984       assert(RotateAmt < VT.getScalarSizeInBits() && "Rotation out of range");
18985       return DAG.getNode(X86ISD::VPROTI, DL, VT, R,
18986                          DAG.getConstant(RotateAmt, DL, MVT::i8));
18987     }
18988   }
18989
18990   // Use general rotate by variable (per-element).
18991   return DAG.getNode(X86ISD::VPROT, DL, VT, R, Amt);
18992 }
18993
18994 static SDValue LowerXALUO(SDValue Op, SelectionDAG &DAG) {
18995   // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
18996   // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
18997   // looks for this combo and may remove the "setcc" instruction if the "setcc"
18998   // has only one use.
18999   SDNode *N = Op.getNode();
19000   SDValue LHS = N->getOperand(0);
19001   SDValue RHS = N->getOperand(1);
19002   unsigned BaseOp = 0;
19003   unsigned Cond = 0;
19004   SDLoc DL(Op);
19005   switch (Op.getOpcode()) {
19006   default: llvm_unreachable("Unknown ovf instruction!");
19007   case ISD::SADDO:
19008     // A subtract of one will be selected as a INC. Note that INC doesn't
19009     // set CF, so we can't do this for UADDO.
19010     if (isOneConstant(RHS)) {
19011         BaseOp = X86ISD::INC;
19012         Cond = X86::COND_O;
19013         break;
19014       }
19015     BaseOp = X86ISD::ADD;
19016     Cond = X86::COND_O;
19017     break;
19018   case ISD::UADDO:
19019     BaseOp = X86ISD::ADD;
19020     Cond = X86::COND_B;
19021     break;
19022   case ISD::SSUBO:
19023     // A subtract of one will be selected as a DEC. Note that DEC doesn't
19024     // set CF, so we can't do this for USUBO.
19025     if (isOneConstant(RHS)) {
19026         BaseOp = X86ISD::DEC;
19027         Cond = X86::COND_O;
19028         break;
19029       }
19030     BaseOp = X86ISD::SUB;
19031     Cond = X86::COND_O;
19032     break;
19033   case ISD::USUBO:
19034     BaseOp = X86ISD::SUB;
19035     Cond = X86::COND_B;
19036     break;
19037   case ISD::SMULO:
19038     BaseOp = N->getValueType(0) == MVT::i8 ? X86ISD::SMUL8 : X86ISD::SMUL;
19039     Cond = X86::COND_O;
19040     break;
19041   case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs
19042     if (N->getValueType(0) == MVT::i8) {
19043       BaseOp = X86ISD::UMUL8;
19044       Cond = X86::COND_O;
19045       break;
19046     }
19047     SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
19048                                  MVT::i32);
19049     SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
19050
19051     SDValue SetCC =
19052       DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
19053                   DAG.getConstant(X86::COND_O, DL, MVT::i32),
19054                   SDValue(Sum.getNode(), 2));
19055
19056     return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
19057   }
19058   }
19059
19060   // Also sets EFLAGS.
19061   SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
19062   SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
19063
19064   SDValue SetCC =
19065     DAG.getNode(X86ISD::SETCC, DL, N->getValueType(1),
19066                 DAG.getConstant(Cond, DL, MVT::i32),
19067                 SDValue(Sum.getNode(), 1));
19068
19069   return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
19070 }
19071
19072 /// Returns true if the operand type is exactly twice the native width, and
19073 /// the corresponding cmpxchg8b or cmpxchg16b instruction is available.
19074 /// Used to know whether to use cmpxchg8/16b when expanding atomic operations
19075 /// (otherwise we leave them alone to become __sync_fetch_and_... calls).
19076 bool X86TargetLowering::needsCmpXchgNb(Type *MemType) const {
19077   unsigned OpWidth = MemType->getPrimitiveSizeInBits();
19078
19079   if (OpWidth == 64)
19080     return !Subtarget->is64Bit(); // FIXME this should be Subtarget.hasCmpxchg8b
19081   else if (OpWidth == 128)
19082     return Subtarget->hasCmpxchg16b();
19083   else
19084     return false;
19085 }
19086
19087 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const {
19088   return needsCmpXchgNb(SI->getValueOperand()->getType());
19089 }
19090
19091 // Note: this turns large loads into lock cmpxchg8b/16b.
19092 // FIXME: On 32 bits x86, fild/movq might be faster than lock cmpxchg8b.
19093 TargetLowering::AtomicExpansionKind
19094 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const {
19095   auto PTy = cast<PointerType>(LI->getPointerOperand()->getType());
19096   return needsCmpXchgNb(PTy->getElementType()) ? AtomicExpansionKind::CmpXChg
19097                                                : AtomicExpansionKind::None;
19098 }
19099
19100 TargetLowering::AtomicExpansionKind
19101 X86TargetLowering::shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const {
19102   unsigned NativeWidth = Subtarget->is64Bit() ? 64 : 32;
19103   Type *MemType = AI->getType();
19104
19105   // If the operand is too big, we must see if cmpxchg8/16b is available
19106   // and default to library calls otherwise.
19107   if (MemType->getPrimitiveSizeInBits() > NativeWidth) {
19108     return needsCmpXchgNb(MemType) ? AtomicExpansionKind::CmpXChg
19109                                    : AtomicExpansionKind::None;
19110   }
19111
19112   AtomicRMWInst::BinOp Op = AI->getOperation();
19113   switch (Op) {
19114   default:
19115     llvm_unreachable("Unknown atomic operation");
19116   case AtomicRMWInst::Xchg:
19117   case AtomicRMWInst::Add:
19118   case AtomicRMWInst::Sub:
19119     // It's better to use xadd, xsub or xchg for these in all cases.
19120     return AtomicExpansionKind::None;
19121   case AtomicRMWInst::Or:
19122   case AtomicRMWInst::And:
19123   case AtomicRMWInst::Xor:
19124     // If the atomicrmw's result isn't actually used, we can just add a "lock"
19125     // prefix to a normal instruction for these operations.
19126     return !AI->use_empty() ? AtomicExpansionKind::CmpXChg
19127                             : AtomicExpansionKind::None;
19128   case AtomicRMWInst::Nand:
19129   case AtomicRMWInst::Max:
19130   case AtomicRMWInst::Min:
19131   case AtomicRMWInst::UMax:
19132   case AtomicRMWInst::UMin:
19133     // These always require a non-trivial set of data operations on x86. We must
19134     // use a cmpxchg loop.
19135     return AtomicExpansionKind::CmpXChg;
19136   }
19137 }
19138
19139 static bool hasMFENCE(const X86Subtarget& Subtarget) {
19140   // Use mfence if we have SSE2 or we're on x86-64 (even if we asked for
19141   // no-sse2). There isn't any reason to disable it if the target processor
19142   // supports it.
19143   return Subtarget.hasSSE2() || Subtarget.is64Bit();
19144 }
19145
19146 LoadInst *
19147 X86TargetLowering::lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const {
19148   unsigned NativeWidth = Subtarget->is64Bit() ? 64 : 32;
19149   Type *MemType = AI->getType();
19150   // Accesses larger than the native width are turned into cmpxchg/libcalls, so
19151   // there is no benefit in turning such RMWs into loads, and it is actually
19152   // harmful as it introduces a mfence.
19153   if (MemType->getPrimitiveSizeInBits() > NativeWidth)
19154     return nullptr;
19155
19156   auto Builder = IRBuilder<>(AI);
19157   Module *M = Builder.GetInsertBlock()->getParent()->getParent();
19158   auto SynchScope = AI->getSynchScope();
19159   // We must restrict the ordering to avoid generating loads with Release or
19160   // ReleaseAcquire orderings.
19161   auto Order = AtomicCmpXchgInst::getStrongestFailureOrdering(AI->getOrdering());
19162   auto Ptr = AI->getPointerOperand();
19163
19164   // Before the load we need a fence. Here is an example lifted from
19165   // http://www.hpl.hp.com/techreports/2012/HPL-2012-68.pdf showing why a fence
19166   // is required:
19167   // Thread 0:
19168   //   x.store(1, relaxed);
19169   //   r1 = y.fetch_add(0, release);
19170   // Thread 1:
19171   //   y.fetch_add(42, acquire);
19172   //   r2 = x.load(relaxed);
19173   // r1 = r2 = 0 is impossible, but becomes possible if the idempotent rmw is
19174   // lowered to just a load without a fence. A mfence flushes the store buffer,
19175   // making the optimization clearly correct.
19176   // FIXME: it is required if isAtLeastRelease(Order) but it is not clear
19177   // otherwise, we might be able to be more aggressive on relaxed idempotent
19178   // rmw. In practice, they do not look useful, so we don't try to be
19179   // especially clever.
19180   if (SynchScope == SingleThread)
19181     // FIXME: we could just insert an X86ISD::MEMBARRIER here, except we are at
19182     // the IR level, so we must wrap it in an intrinsic.
19183     return nullptr;
19184
19185   if (!hasMFENCE(*Subtarget))
19186     // FIXME: it might make sense to use a locked operation here but on a
19187     // different cache-line to prevent cache-line bouncing. In practice it
19188     // is probably a small win, and x86 processors without mfence are rare
19189     // enough that we do not bother.
19190     return nullptr;
19191
19192   Function *MFence =
19193       llvm::Intrinsic::getDeclaration(M, Intrinsic::x86_sse2_mfence);
19194   Builder.CreateCall(MFence, {});
19195
19196   // Finally we can emit the atomic load.
19197   LoadInst *Loaded = Builder.CreateAlignedLoad(Ptr,
19198           AI->getType()->getPrimitiveSizeInBits());
19199   Loaded->setAtomic(Order, SynchScope);
19200   AI->replaceAllUsesWith(Loaded);
19201   AI->eraseFromParent();
19202   return Loaded;
19203 }
19204
19205 static SDValue LowerATOMIC_FENCE(SDValue Op, const X86Subtarget *Subtarget,
19206                                  SelectionDAG &DAG) {
19207   SDLoc dl(Op);
19208   AtomicOrdering FenceOrdering = static_cast<AtomicOrdering>(
19209     cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue());
19210   SynchronizationScope FenceScope = static_cast<SynchronizationScope>(
19211     cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue());
19212
19213   // The only fence that needs an instruction is a sequentially-consistent
19214   // cross-thread fence.
19215   if (FenceOrdering == SequentiallyConsistent && FenceScope == CrossThread) {
19216     if (hasMFENCE(*Subtarget))
19217       return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
19218
19219     SDValue Chain = Op.getOperand(0);
19220     SDValue Zero = DAG.getConstant(0, dl, MVT::i32);
19221     SDValue Ops[] = {
19222       DAG.getRegister(X86::ESP, MVT::i32),     // Base
19223       DAG.getTargetConstant(1, dl, MVT::i8),   // Scale
19224       DAG.getRegister(0, MVT::i32),            // Index
19225       DAG.getTargetConstant(0, dl, MVT::i32),  // Disp
19226       DAG.getRegister(0, MVT::i32),            // Segment.
19227       Zero,
19228       Chain
19229     };
19230     SDNode *Res = DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops);
19231     return SDValue(Res, 0);
19232   }
19233
19234   // MEMBARRIER is a compiler barrier; it codegens to a no-op.
19235   return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
19236 }
19237
19238 static SDValue LowerCMP_SWAP(SDValue Op, const X86Subtarget *Subtarget,
19239                              SelectionDAG &DAG) {
19240   MVT T = Op.getSimpleValueType();
19241   SDLoc DL(Op);
19242   unsigned Reg = 0;
19243   unsigned size = 0;
19244   switch(T.SimpleTy) {
19245   default: llvm_unreachable("Invalid value type!");
19246   case MVT::i8:  Reg = X86::AL;  size = 1; break;
19247   case MVT::i16: Reg = X86::AX;  size = 2; break;
19248   case MVT::i32: Reg = X86::EAX; size = 4; break;
19249   case MVT::i64:
19250     assert(Subtarget->is64Bit() && "Node not type legal!");
19251     Reg = X86::RAX; size = 8;
19252     break;
19253   }
19254   SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), DL, Reg,
19255                                   Op.getOperand(2), SDValue());
19256   SDValue Ops[] = { cpIn.getValue(0),
19257                     Op.getOperand(1),
19258                     Op.getOperand(3),
19259                     DAG.getTargetConstant(size, DL, MVT::i8),
19260                     cpIn.getValue(1) };
19261   SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
19262   MachineMemOperand *MMO = cast<AtomicSDNode>(Op)->getMemOperand();
19263   SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG_DAG, DL, Tys,
19264                                            Ops, T, MMO);
19265
19266   SDValue cpOut =
19267     DAG.getCopyFromReg(Result.getValue(0), DL, Reg, T, Result.getValue(1));
19268   SDValue EFLAGS = DAG.getCopyFromReg(cpOut.getValue(1), DL, X86::EFLAGS,
19269                                       MVT::i32, cpOut.getValue(2));
19270   SDValue Success = DAG.getNode(X86ISD::SETCC, DL, Op->getValueType(1),
19271                                 DAG.getConstant(X86::COND_E, DL, MVT::i8),
19272                                 EFLAGS);
19273
19274   DAG.ReplaceAllUsesOfValueWith(Op.getValue(0), cpOut);
19275   DAG.ReplaceAllUsesOfValueWith(Op.getValue(1), Success);
19276   DAG.ReplaceAllUsesOfValueWith(Op.getValue(2), EFLAGS.getValue(1));
19277   return SDValue();
19278 }
19279
19280 static SDValue LowerBITCAST(SDValue Op, const X86Subtarget *Subtarget,
19281                             SelectionDAG &DAG) {
19282   MVT SrcVT = Op.getOperand(0).getSimpleValueType();
19283   MVT DstVT = Op.getSimpleValueType();
19284
19285   if (SrcVT == MVT::v2i32 || SrcVT == MVT::v4i16 || SrcVT == MVT::v8i8) {
19286     assert(Subtarget->hasSSE2() && "Requires at least SSE2!");
19287     if (DstVT != MVT::f64)
19288       // This conversion needs to be expanded.
19289       return SDValue();
19290
19291     SDValue InVec = Op->getOperand(0);
19292     SDLoc dl(Op);
19293     unsigned NumElts = SrcVT.getVectorNumElements();
19294     MVT SVT = SrcVT.getVectorElementType();
19295
19296     // Widen the vector in input in the case of MVT::v2i32.
19297     // Example: from MVT::v2i32 to MVT::v4i32.
19298     SmallVector<SDValue, 16> Elts;
19299     for (unsigned i = 0, e = NumElts; i != e; ++i)
19300       Elts.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, SVT, InVec,
19301                                  DAG.getIntPtrConstant(i, dl)));
19302
19303     // Explicitly mark the extra elements as Undef.
19304     Elts.append(NumElts, DAG.getUNDEF(SVT));
19305
19306     EVT NewVT = EVT::getVectorVT(*DAG.getContext(), SVT, NumElts * 2);
19307     SDValue BV = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT, Elts);
19308     SDValue ToV2F64 = DAG.getBitcast(MVT::v2f64, BV);
19309     return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, ToV2F64,
19310                        DAG.getIntPtrConstant(0, dl));
19311   }
19312
19313   assert(Subtarget->is64Bit() && !Subtarget->hasSSE2() &&
19314          Subtarget->hasMMX() && "Unexpected custom BITCAST");
19315   assert((DstVT == MVT::i64 ||
19316           (DstVT.isVector() && DstVT.getSizeInBits()==64)) &&
19317          "Unexpected custom BITCAST");
19318   // i64 <=> MMX conversions are Legal.
19319   if (SrcVT==MVT::i64 && DstVT.isVector())
19320     return Op;
19321   if (DstVT==MVT::i64 && SrcVT.isVector())
19322     return Op;
19323   // MMX <=> MMX conversions are Legal.
19324   if (SrcVT.isVector() && DstVT.isVector())
19325     return Op;
19326   // All other conversions need to be expanded.
19327   return SDValue();
19328 }
19329
19330 /// Compute the horizontal sum of bytes in V for the elements of VT.
19331 ///
19332 /// Requires V to be a byte vector and VT to be an integer vector type with
19333 /// wider elements than V's type. The width of the elements of VT determines
19334 /// how many bytes of V are summed horizontally to produce each element of the
19335 /// result.
19336 static SDValue LowerHorizontalByteSum(SDValue V, MVT VT,
19337                                       const X86Subtarget *Subtarget,
19338                                       SelectionDAG &DAG) {
19339   SDLoc DL(V);
19340   MVT ByteVecVT = V.getSimpleValueType();
19341   MVT EltVT = VT.getVectorElementType();
19342   int NumElts = VT.getVectorNumElements();
19343   assert(ByteVecVT.getVectorElementType() == MVT::i8 &&
19344          "Expected value to have byte element type.");
19345   assert(EltVT != MVT::i8 &&
19346          "Horizontal byte sum only makes sense for wider elements!");
19347   unsigned VecSize = VT.getSizeInBits();
19348   assert(ByteVecVT.getSizeInBits() == VecSize && "Cannot change vector size!");
19349
19350   // PSADBW instruction horizontally add all bytes and leave the result in i64
19351   // chunks, thus directly computes the pop count for v2i64 and v4i64.
19352   if (EltVT == MVT::i64) {
19353     SDValue Zeros = getZeroVector(ByteVecVT, Subtarget, DAG, DL);
19354     MVT SadVecVT = MVT::getVectorVT(MVT::i64, VecSize / 64);
19355     V = DAG.getNode(X86ISD::PSADBW, DL, SadVecVT, V, Zeros);
19356     return DAG.getBitcast(VT, V);
19357   }
19358
19359   if (EltVT == MVT::i32) {
19360     // We unpack the low half and high half into i32s interleaved with zeros so
19361     // that we can use PSADBW to horizontally sum them. The most useful part of
19362     // this is that it lines up the results of two PSADBW instructions to be
19363     // two v2i64 vectors which concatenated are the 4 population counts. We can
19364     // then use PACKUSWB to shrink and concatenate them into a v4i32 again.
19365     SDValue Zeros = getZeroVector(VT, Subtarget, DAG, DL);
19366     SDValue Low = DAG.getNode(X86ISD::UNPCKL, DL, VT, V, Zeros);
19367     SDValue High = DAG.getNode(X86ISD::UNPCKH, DL, VT, V, Zeros);
19368
19369     // Do the horizontal sums into two v2i64s.
19370     Zeros = getZeroVector(ByteVecVT, Subtarget, DAG, DL);
19371     MVT SadVecVT = MVT::getVectorVT(MVT::i64, VecSize / 64);
19372     Low = DAG.getNode(X86ISD::PSADBW, DL, SadVecVT,
19373                       DAG.getBitcast(ByteVecVT, Low), Zeros);
19374     High = DAG.getNode(X86ISD::PSADBW, DL, SadVecVT,
19375                        DAG.getBitcast(ByteVecVT, High), Zeros);
19376
19377     // Merge them together.
19378     MVT ShortVecVT = MVT::getVectorVT(MVT::i16, VecSize / 16);
19379     V = DAG.getNode(X86ISD::PACKUS, DL, ByteVecVT,
19380                     DAG.getBitcast(ShortVecVT, Low),
19381                     DAG.getBitcast(ShortVecVT, High));
19382
19383     return DAG.getBitcast(VT, V);
19384   }
19385
19386   // The only element type left is i16.
19387   assert(EltVT == MVT::i16 && "Unknown how to handle type");
19388
19389   // To obtain pop count for each i16 element starting from the pop count for
19390   // i8 elements, shift the i16s left by 8, sum as i8s, and then shift as i16s
19391   // right by 8. It is important to shift as i16s as i8 vector shift isn't
19392   // directly supported.
19393   SmallVector<SDValue, 16> Shifters(NumElts, DAG.getConstant(8, DL, EltVT));
19394   SDValue Shifter = DAG.getNode(ISD::BUILD_VECTOR, DL, VT, Shifters);
19395   SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, DAG.getBitcast(VT, V), Shifter);
19396   V = DAG.getNode(ISD::ADD, DL, ByteVecVT, DAG.getBitcast(ByteVecVT, Shl),
19397                   DAG.getBitcast(ByteVecVT, V));
19398   return DAG.getNode(ISD::SRL, DL, VT, DAG.getBitcast(VT, V), Shifter);
19399 }
19400
19401 static SDValue LowerVectorCTPOPInRegLUT(SDValue Op, SDLoc DL,
19402                                         const X86Subtarget *Subtarget,
19403                                         SelectionDAG &DAG) {
19404   MVT VT = Op.getSimpleValueType();
19405   MVT EltVT = VT.getVectorElementType();
19406   unsigned VecSize = VT.getSizeInBits();
19407
19408   // Implement a lookup table in register by using an algorithm based on:
19409   // http://wm.ite.pl/articles/sse-popcount.html
19410   //
19411   // The general idea is that every lower byte nibble in the input vector is an
19412   // index into a in-register pre-computed pop count table. We then split up the
19413   // input vector in two new ones: (1) a vector with only the shifted-right
19414   // higher nibbles for each byte and (2) a vector with the lower nibbles (and
19415   // masked out higher ones) for each byte. PSHUB is used separately with both
19416   // to index the in-register table. Next, both are added and the result is a
19417   // i8 vector where each element contains the pop count for input byte.
19418   //
19419   // To obtain the pop count for elements != i8, we follow up with the same
19420   // approach and use additional tricks as described below.
19421   //
19422   const int LUT[16] = {/* 0 */ 0, /* 1 */ 1, /* 2 */ 1, /* 3 */ 2,
19423                        /* 4 */ 1, /* 5 */ 2, /* 6 */ 2, /* 7 */ 3,
19424                        /* 8 */ 1, /* 9 */ 2, /* a */ 2, /* b */ 3,
19425                        /* c */ 2, /* d */ 3, /* e */ 3, /* f */ 4};
19426
19427   int NumByteElts = VecSize / 8;
19428   MVT ByteVecVT = MVT::getVectorVT(MVT::i8, NumByteElts);
19429   SDValue In = DAG.getBitcast(ByteVecVT, Op);
19430   SmallVector<SDValue, 16> LUTVec;
19431   for (int i = 0; i < NumByteElts; ++i)
19432     LUTVec.push_back(DAG.getConstant(LUT[i % 16], DL, MVT::i8));
19433   SDValue InRegLUT = DAG.getNode(ISD::BUILD_VECTOR, DL, ByteVecVT, LUTVec);
19434   SmallVector<SDValue, 16> Mask0F(NumByteElts,
19435                                   DAG.getConstant(0x0F, DL, MVT::i8));
19436   SDValue M0F = DAG.getNode(ISD::BUILD_VECTOR, DL, ByteVecVT, Mask0F);
19437
19438   // High nibbles
19439   SmallVector<SDValue, 16> Four(NumByteElts, DAG.getConstant(4, DL, MVT::i8));
19440   SDValue FourV = DAG.getNode(ISD::BUILD_VECTOR, DL, ByteVecVT, Four);
19441   SDValue HighNibbles = DAG.getNode(ISD::SRL, DL, ByteVecVT, In, FourV);
19442
19443   // Low nibbles
19444   SDValue LowNibbles = DAG.getNode(ISD::AND, DL, ByteVecVT, In, M0F);
19445
19446   // The input vector is used as the shuffle mask that index elements into the
19447   // LUT. After counting low and high nibbles, add the vector to obtain the
19448   // final pop count per i8 element.
19449   SDValue HighPopCnt =
19450       DAG.getNode(X86ISD::PSHUFB, DL, ByteVecVT, InRegLUT, HighNibbles);
19451   SDValue LowPopCnt =
19452       DAG.getNode(X86ISD::PSHUFB, DL, ByteVecVT, InRegLUT, LowNibbles);
19453   SDValue PopCnt = DAG.getNode(ISD::ADD, DL, ByteVecVT, HighPopCnt, LowPopCnt);
19454
19455   if (EltVT == MVT::i8)
19456     return PopCnt;
19457
19458   return LowerHorizontalByteSum(PopCnt, VT, Subtarget, DAG);
19459 }
19460
19461 static SDValue LowerVectorCTPOPBitmath(SDValue Op, SDLoc DL,
19462                                        const X86Subtarget *Subtarget,
19463                                        SelectionDAG &DAG) {
19464   MVT VT = Op.getSimpleValueType();
19465   assert(VT.is128BitVector() &&
19466          "Only 128-bit vector bitmath lowering supported.");
19467
19468   int VecSize = VT.getSizeInBits();
19469   MVT EltVT = VT.getVectorElementType();
19470   int Len = EltVT.getSizeInBits();
19471
19472   // This is the vectorized version of the "best" algorithm from
19473   // http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetParallel
19474   // with a minor tweak to use a series of adds + shifts instead of vector
19475   // multiplications. Implemented for all integer vector types. We only use
19476   // this when we don't have SSSE3 which allows a LUT-based lowering that is
19477   // much faster, even faster than using native popcnt instructions.
19478
19479   auto GetShift = [&](unsigned OpCode, SDValue V, int Shifter) {
19480     MVT VT = V.getSimpleValueType();
19481     SmallVector<SDValue, 32> Shifters(
19482         VT.getVectorNumElements(),
19483         DAG.getConstant(Shifter, DL, VT.getVectorElementType()));
19484     return DAG.getNode(OpCode, DL, VT, V,
19485                        DAG.getNode(ISD::BUILD_VECTOR, DL, VT, Shifters));
19486   };
19487   auto GetMask = [&](SDValue V, APInt Mask) {
19488     MVT VT = V.getSimpleValueType();
19489     SmallVector<SDValue, 32> Masks(
19490         VT.getVectorNumElements(),
19491         DAG.getConstant(Mask, DL, VT.getVectorElementType()));
19492     return DAG.getNode(ISD::AND, DL, VT, V,
19493                        DAG.getNode(ISD::BUILD_VECTOR, DL, VT, Masks));
19494   };
19495
19496   // We don't want to incur the implicit masks required to SRL vNi8 vectors on
19497   // x86, so set the SRL type to have elements at least i16 wide. This is
19498   // correct because all of our SRLs are followed immediately by a mask anyways
19499   // that handles any bits that sneak into the high bits of the byte elements.
19500   MVT SrlVT = Len > 8 ? VT : MVT::getVectorVT(MVT::i16, VecSize / 16);
19501
19502   SDValue V = Op;
19503
19504   // v = v - ((v >> 1) & 0x55555555...)
19505   SDValue Srl =
19506       DAG.getBitcast(VT, GetShift(ISD::SRL, DAG.getBitcast(SrlVT, V), 1));
19507   SDValue And = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x55)));
19508   V = DAG.getNode(ISD::SUB, DL, VT, V, And);
19509
19510   // v = (v & 0x33333333...) + ((v >> 2) & 0x33333333...)
19511   SDValue AndLHS = GetMask(V, APInt::getSplat(Len, APInt(8, 0x33)));
19512   Srl = DAG.getBitcast(VT, GetShift(ISD::SRL, DAG.getBitcast(SrlVT, V), 2));
19513   SDValue AndRHS = GetMask(Srl, APInt::getSplat(Len, APInt(8, 0x33)));
19514   V = DAG.getNode(ISD::ADD, DL, VT, AndLHS, AndRHS);
19515
19516   // v = (v + (v >> 4)) & 0x0F0F0F0F...
19517   Srl = DAG.getBitcast(VT, GetShift(ISD::SRL, DAG.getBitcast(SrlVT, V), 4));
19518   SDValue Add = DAG.getNode(ISD::ADD, DL, VT, V, Srl);
19519   V = GetMask(Add, APInt::getSplat(Len, APInt(8, 0x0F)));
19520
19521   // At this point, V contains the byte-wise population count, and we are
19522   // merely doing a horizontal sum if necessary to get the wider element
19523   // counts.
19524   if (EltVT == MVT::i8)
19525     return V;
19526
19527   return LowerHorizontalByteSum(
19528       DAG.getBitcast(MVT::getVectorVT(MVT::i8, VecSize / 8), V), VT, Subtarget,
19529       DAG);
19530 }
19531
19532 static SDValue LowerVectorCTPOP(SDValue Op, const X86Subtarget *Subtarget,
19533                                 SelectionDAG &DAG) {
19534   MVT VT = Op.getSimpleValueType();
19535   // FIXME: Need to add AVX-512 support here!
19536   assert((VT.is256BitVector() || VT.is128BitVector()) &&
19537          "Unknown CTPOP type to handle");
19538   SDLoc DL(Op.getNode());
19539   SDValue Op0 = Op.getOperand(0);
19540
19541   if (!Subtarget->hasSSSE3()) {
19542     // We can't use the fast LUT approach, so fall back on vectorized bitmath.
19543     assert(VT.is128BitVector() && "Only 128-bit vectors supported in SSE!");
19544     return LowerVectorCTPOPBitmath(Op0, DL, Subtarget, DAG);
19545   }
19546
19547   if (VT.is256BitVector() && !Subtarget->hasInt256()) {
19548     unsigned NumElems = VT.getVectorNumElements();
19549
19550     // Extract each 128-bit vector, compute pop count and concat the result.
19551     SDValue LHS = Extract128BitVector(Op0, 0, DAG, DL);
19552     SDValue RHS = Extract128BitVector(Op0, NumElems/2, DAG, DL);
19553
19554     return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT,
19555                        LowerVectorCTPOPInRegLUT(LHS, DL, Subtarget, DAG),
19556                        LowerVectorCTPOPInRegLUT(RHS, DL, Subtarget, DAG));
19557   }
19558
19559   return LowerVectorCTPOPInRegLUT(Op0, DL, Subtarget, DAG);
19560 }
19561
19562 static SDValue LowerCTPOP(SDValue Op, const X86Subtarget *Subtarget,
19563                           SelectionDAG &DAG) {
19564   assert(Op.getSimpleValueType().isVector() &&
19565          "We only do custom lowering for vector population count.");
19566   return LowerVectorCTPOP(Op, Subtarget, DAG);
19567 }
19568
19569 static SDValue LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) {
19570   SDNode *Node = Op.getNode();
19571   SDLoc dl(Node);
19572   EVT T = Node->getValueType(0);
19573   SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
19574                               DAG.getConstant(0, dl, T), Node->getOperand(2));
19575   return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
19576                        cast<AtomicSDNode>(Node)->getMemoryVT(),
19577                        Node->getOperand(0),
19578                        Node->getOperand(1), negOp,
19579                        cast<AtomicSDNode>(Node)->getMemOperand(),
19580                        cast<AtomicSDNode>(Node)->getOrdering(),
19581                        cast<AtomicSDNode>(Node)->getSynchScope());
19582 }
19583
19584 static SDValue LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) {
19585   SDNode *Node = Op.getNode();
19586   SDLoc dl(Node);
19587   EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT();
19588
19589   // Convert seq_cst store -> xchg
19590   // Convert wide store -> swap (-> cmpxchg8b/cmpxchg16b)
19591   // FIXME: On 32-bit, store -> fist or movq would be more efficient
19592   //        (The only way to get a 16-byte store is cmpxchg16b)
19593   // FIXME: 16-byte ATOMIC_SWAP isn't actually hooked up at the moment.
19594   if (cast<AtomicSDNode>(Node)->getOrdering() == SequentiallyConsistent ||
19595       !DAG.getTargetLoweringInfo().isTypeLegal(VT)) {
19596     SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
19597                                  cast<AtomicSDNode>(Node)->getMemoryVT(),
19598                                  Node->getOperand(0),
19599                                  Node->getOperand(1), Node->getOperand(2),
19600                                  cast<AtomicSDNode>(Node)->getMemOperand(),
19601                                  cast<AtomicSDNode>(Node)->getOrdering(),
19602                                  cast<AtomicSDNode>(Node)->getSynchScope());
19603     return Swap.getValue(1);
19604   }
19605   // Other atomic stores have a simple pattern.
19606   return Op;
19607 }
19608
19609 static SDValue LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) {
19610   MVT VT = Op.getNode()->getSimpleValueType(0);
19611
19612   // Let legalize expand this if it isn't a legal type yet.
19613   if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
19614     return SDValue();
19615
19616   SDVTList VTs = DAG.getVTList(VT, MVT::i32);
19617
19618   unsigned Opc;
19619   bool ExtraOp = false;
19620   switch (Op.getOpcode()) {
19621   default: llvm_unreachable("Invalid code");
19622   case ISD::ADDC: Opc = X86ISD::ADD; break;
19623   case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
19624   case ISD::SUBC: Opc = X86ISD::SUB; break;
19625   case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
19626   }
19627
19628   if (!ExtraOp)
19629     return DAG.getNode(Opc, SDLoc(Op), VTs, Op.getOperand(0),
19630                        Op.getOperand(1));
19631   return DAG.getNode(Opc, SDLoc(Op), VTs, Op.getOperand(0),
19632                      Op.getOperand(1), Op.getOperand(2));
19633 }
19634
19635 static SDValue LowerFSINCOS(SDValue Op, const X86Subtarget *Subtarget,
19636                             SelectionDAG &DAG) {
19637   assert(Subtarget->isTargetDarwin() && Subtarget->is64Bit());
19638
19639   // For MacOSX, we want to call an alternative entry point: __sincos_stret,
19640   // which returns the values as { float, float } (in XMM0) or
19641   // { double, double } (which is returned in XMM0, XMM1).
19642   SDLoc dl(Op);
19643   SDValue Arg = Op.getOperand(0);
19644   EVT ArgVT = Arg.getValueType();
19645   Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
19646
19647   TargetLowering::ArgListTy Args;
19648   TargetLowering::ArgListEntry Entry;
19649
19650   Entry.Node = Arg;
19651   Entry.Ty = ArgTy;
19652   Entry.isSExt = false;
19653   Entry.isZExt = false;
19654   Args.push_back(Entry);
19655
19656   bool isF64 = ArgVT == MVT::f64;
19657   // Only optimize x86_64 for now. i386 is a bit messy. For f32,
19658   // the small struct {f32, f32} is returned in (eax, edx). For f64,
19659   // the results are returned via SRet in memory.
19660   const char *LibcallName =  isF64 ? "__sincos_stret" : "__sincosf_stret";
19661   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
19662   SDValue Callee =
19663       DAG.getExternalSymbol(LibcallName, TLI.getPointerTy(DAG.getDataLayout()));
19664
19665   Type *RetTy = isF64
19666     ? (Type*)StructType::get(ArgTy, ArgTy, nullptr)
19667     : (Type*)VectorType::get(ArgTy, 4);
19668
19669   TargetLowering::CallLoweringInfo CLI(DAG);
19670   CLI.setDebugLoc(dl).setChain(DAG.getEntryNode())
19671     .setCallee(CallingConv::C, RetTy, Callee, std::move(Args), 0);
19672
19673   std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI);
19674
19675   if (isF64)
19676     // Returned in xmm0 and xmm1.
19677     return CallResult.first;
19678
19679   // Returned in bits 0:31 and 32:64 xmm0.
19680   SDValue SinVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, ArgVT,
19681                                CallResult.first, DAG.getIntPtrConstant(0, dl));
19682   SDValue CosVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, ArgVT,
19683                                CallResult.first, DAG.getIntPtrConstant(1, dl));
19684   SDVTList Tys = DAG.getVTList(ArgVT, ArgVT);
19685   return DAG.getNode(ISD::MERGE_VALUES, dl, Tys, SinVal, CosVal);
19686 }
19687
19688 static SDValue LowerMSCATTER(SDValue Op, const X86Subtarget *Subtarget,
19689                              SelectionDAG &DAG) {
19690   assert(Subtarget->hasAVX512() &&
19691          "MGATHER/MSCATTER are supported on AVX-512 arch only");
19692
19693   MaskedScatterSDNode *N = cast<MaskedScatterSDNode>(Op.getNode());
19694   MVT VT = N->getValue().getSimpleValueType();
19695   assert(VT.getScalarSizeInBits() >= 32 && "Unsupported scatter op");
19696   SDLoc dl(Op);
19697
19698   // X86 scatter kills mask register, so its type should be added to
19699   // the list of return values
19700   if (N->getNumValues() == 1) {
19701     SDValue Index = N->getIndex();
19702     if (!Subtarget->hasVLX() && !VT.is512BitVector() &&
19703         !Index.getSimpleValueType().is512BitVector())
19704       Index = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v8i64, Index);
19705
19706     SDVTList VTs = DAG.getVTList(N->getMask().getValueType(), MVT::Other);
19707     SDValue Ops[] = { N->getOperand(0), N->getOperand(1),  N->getOperand(2),
19708                       N->getOperand(3), Index };
19709
19710     SDValue NewScatter = DAG.getMaskedScatter(VTs, VT, dl, Ops, N->getMemOperand());
19711     DAG.ReplaceAllUsesWith(Op, SDValue(NewScatter.getNode(), 1));
19712     return SDValue(NewScatter.getNode(), 0);
19713   }
19714   return Op;
19715 }
19716
19717 static SDValue LowerMGATHER(SDValue Op, const X86Subtarget *Subtarget,
19718                             SelectionDAG &DAG) {
19719   assert(Subtarget->hasAVX512() &&
19720          "MGATHER/MSCATTER are supported on AVX-512 arch only");
19721
19722   MaskedGatherSDNode *N = cast<MaskedGatherSDNode>(Op.getNode());
19723   MVT VT = Op.getSimpleValueType();
19724   assert(VT.getScalarSizeInBits() >= 32 && "Unsupported gather op");
19725   SDLoc dl(Op);
19726
19727   SDValue Index = N->getIndex();
19728   if (!Subtarget->hasVLX() && !VT.is512BitVector() &&
19729       !Index.getSimpleValueType().is512BitVector()) {
19730     Index = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v8i64, Index);
19731     SDValue Ops[] = { N->getOperand(0), N->getOperand(1),  N->getOperand(2),
19732                       N->getOperand(3), Index };
19733     DAG.UpdateNodeOperands(N, Ops);
19734   }
19735   return Op;
19736 }
19737
19738 SDValue X86TargetLowering::LowerGC_TRANSITION_START(SDValue Op,
19739                                                     SelectionDAG &DAG) const {
19740   // TODO: Eventually, the lowering of these nodes should be informed by or
19741   // deferred to the GC strategy for the function in which they appear. For
19742   // now, however, they must be lowered to something. Since they are logically
19743   // no-ops in the case of a null GC strategy (or a GC strategy which does not
19744   // require special handling for these nodes), lower them as literal NOOPs for
19745   // the time being.
19746   SmallVector<SDValue, 2> Ops;
19747
19748   Ops.push_back(Op.getOperand(0));
19749   if (Op->getGluedNode())
19750     Ops.push_back(Op->getOperand(Op->getNumOperands() - 1));
19751
19752   SDLoc OpDL(Op);
19753   SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
19754   SDValue NOOP(DAG.getMachineNode(X86::NOOP, SDLoc(Op), VTs, Ops), 0);
19755
19756   return NOOP;
19757 }
19758
19759 SDValue X86TargetLowering::LowerGC_TRANSITION_END(SDValue Op,
19760                                                   SelectionDAG &DAG) const {
19761   // TODO: Eventually, the lowering of these nodes should be informed by or
19762   // deferred to the GC strategy for the function in which they appear. For
19763   // now, however, they must be lowered to something. Since they are logically
19764   // no-ops in the case of a null GC strategy (or a GC strategy which does not
19765   // require special handling for these nodes), lower them as literal NOOPs for
19766   // the time being.
19767   SmallVector<SDValue, 2> Ops;
19768
19769   Ops.push_back(Op.getOperand(0));
19770   if (Op->getGluedNode())
19771     Ops.push_back(Op->getOperand(Op->getNumOperands() - 1));
19772
19773   SDLoc OpDL(Op);
19774   SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
19775   SDValue NOOP(DAG.getMachineNode(X86::NOOP, SDLoc(Op), VTs, Ops), 0);
19776
19777   return NOOP;
19778 }
19779
19780 /// LowerOperation - Provide custom lowering hooks for some operations.
19781 ///
19782 SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
19783   switch (Op.getOpcode()) {
19784   default: llvm_unreachable("Should not custom lower this!");
19785   case ISD::ATOMIC_FENCE:       return LowerATOMIC_FENCE(Op, Subtarget, DAG);
19786   case ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS:
19787     return LowerCMP_SWAP(Op, Subtarget, DAG);
19788   case ISD::CTPOP:              return LowerCTPOP(Op, Subtarget, DAG);
19789   case ISD::ATOMIC_LOAD_SUB:    return LowerLOAD_SUB(Op,DAG);
19790   case ISD::ATOMIC_STORE:       return LowerATOMIC_STORE(Op,DAG);
19791   case ISD::BUILD_VECTOR:       return LowerBUILD_VECTOR(Op, DAG);
19792   case ISD::CONCAT_VECTORS:     return LowerCONCAT_VECTORS(Op, Subtarget, DAG);
19793   case ISD::VECTOR_SHUFFLE:     return lowerVectorShuffle(Op, Subtarget, DAG);
19794   case ISD::VSELECT:            return LowerVSELECT(Op, DAG);
19795   case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
19796   case ISD::INSERT_VECTOR_ELT:  return LowerINSERT_VECTOR_ELT(Op, DAG);
19797   case ISD::EXTRACT_SUBVECTOR:  return LowerEXTRACT_SUBVECTOR(Op,Subtarget,DAG);
19798   case ISD::INSERT_SUBVECTOR:   return LowerINSERT_SUBVECTOR(Op, Subtarget,DAG);
19799   case ISD::SCALAR_TO_VECTOR:   return LowerSCALAR_TO_VECTOR(Op, DAG);
19800   case ISD::ConstantPool:       return LowerConstantPool(Op, DAG);
19801   case ISD::GlobalAddress:      return LowerGlobalAddress(Op, DAG);
19802   case ISD::GlobalTLSAddress:   return LowerGlobalTLSAddress(Op, DAG);
19803   case ISD::ExternalSymbol:     return LowerExternalSymbol(Op, DAG);
19804   case ISD::BlockAddress:       return LowerBlockAddress(Op, DAG);
19805   case ISD::SHL_PARTS:
19806   case ISD::SRA_PARTS:
19807   case ISD::SRL_PARTS:          return LowerShiftParts(Op, DAG);
19808   case ISD::SINT_TO_FP:         return LowerSINT_TO_FP(Op, DAG);
19809   case ISD::UINT_TO_FP:         return LowerUINT_TO_FP(Op, DAG);
19810   case ISD::TRUNCATE:           return LowerTRUNCATE(Op, DAG);
19811   case ISD::ZERO_EXTEND:        return LowerZERO_EXTEND(Op, Subtarget, DAG);
19812   case ISD::SIGN_EXTEND:        return LowerSIGN_EXTEND(Op, Subtarget, DAG);
19813   case ISD::ANY_EXTEND:         return LowerANY_EXTEND(Op, Subtarget, DAG);
19814   case ISD::SIGN_EXTEND_VECTOR_INREG:
19815     return LowerSIGN_EXTEND_VECTOR_INREG(Op, Subtarget, DAG);
19816   case ISD::FP_TO_SINT:         return LowerFP_TO_SINT(Op, DAG);
19817   case ISD::FP_TO_UINT:         return LowerFP_TO_UINT(Op, DAG);
19818   case ISD::FP_EXTEND:          return LowerFP_EXTEND(Op, DAG);
19819   case ISD::LOAD:               return LowerExtendedLoad(Op, Subtarget, DAG);
19820   case ISD::FABS:
19821   case ISD::FNEG:               return LowerFABSorFNEG(Op, DAG);
19822   case ISD::FCOPYSIGN:          return LowerFCOPYSIGN(Op, DAG);
19823   case ISD::FGETSIGN:           return LowerFGETSIGN(Op, DAG);
19824   case ISD::SETCC:              return LowerSETCC(Op, DAG);
19825   case ISD::SETCCE:             return LowerSETCCE(Op, DAG);
19826   case ISD::SELECT:             return LowerSELECT(Op, DAG);
19827   case ISD::BRCOND:             return LowerBRCOND(Op, DAG);
19828   case ISD::JumpTable:          return LowerJumpTable(Op, DAG);
19829   case ISD::VASTART:            return LowerVASTART(Op, DAG);
19830   case ISD::VAARG:              return LowerVAARG(Op, DAG);
19831   case ISD::VACOPY:             return LowerVACOPY(Op, Subtarget, DAG);
19832   case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, Subtarget, DAG);
19833   case ISD::INTRINSIC_VOID:
19834   case ISD::INTRINSIC_W_CHAIN:  return LowerINTRINSIC_W_CHAIN(Op, Subtarget, DAG);
19835   case ISD::RETURNADDR:         return LowerRETURNADDR(Op, DAG);
19836   case ISD::FRAMEADDR:          return LowerFRAMEADDR(Op, DAG);
19837   case ISD::FRAME_TO_ARGS_OFFSET:
19838                                 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
19839   case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
19840   case ISD::EH_RETURN:          return LowerEH_RETURN(Op, DAG);
19841   case ISD::EH_SJLJ_SETJMP:     return lowerEH_SJLJ_SETJMP(Op, DAG);
19842   case ISD::EH_SJLJ_LONGJMP:    return lowerEH_SJLJ_LONGJMP(Op, DAG);
19843   case ISD::INIT_TRAMPOLINE:    return LowerINIT_TRAMPOLINE(Op, DAG);
19844   case ISD::ADJUST_TRAMPOLINE:  return LowerADJUST_TRAMPOLINE(Op, DAG);
19845   case ISD::FLT_ROUNDS_:        return LowerFLT_ROUNDS_(Op, DAG);
19846   case ISD::CTLZ:               return LowerCTLZ(Op, Subtarget, DAG);
19847   case ISD::CTLZ_ZERO_UNDEF:    return LowerCTLZ_ZERO_UNDEF(Op, Subtarget, DAG);
19848   case ISD::CTTZ:
19849   case ISD::CTTZ_ZERO_UNDEF:    return LowerCTTZ(Op, DAG);
19850   case ISD::MUL:                return LowerMUL(Op, Subtarget, DAG);
19851   case ISD::UMUL_LOHI:
19852   case ISD::SMUL_LOHI:          return LowerMUL_LOHI(Op, Subtarget, DAG);
19853   case ISD::ROTL:               return LowerRotate(Op, Subtarget, DAG);
19854   case ISD::SRA:
19855   case ISD::SRL:
19856   case ISD::SHL:                return LowerShift(Op, Subtarget, DAG);
19857   case ISD::SADDO:
19858   case ISD::UADDO:
19859   case ISD::SSUBO:
19860   case ISD::USUBO:
19861   case ISD::SMULO:
19862   case ISD::UMULO:              return LowerXALUO(Op, DAG);
19863   case ISD::READCYCLECOUNTER:   return LowerREADCYCLECOUNTER(Op, Subtarget,DAG);
19864   case ISD::BITCAST:            return LowerBITCAST(Op, Subtarget, DAG);
19865   case ISD::ADDC:
19866   case ISD::ADDE:
19867   case ISD::SUBC:
19868   case ISD::SUBE:               return LowerADDC_ADDE_SUBC_SUBE(Op, DAG);
19869   case ISD::ADD:                return LowerADD(Op, DAG);
19870   case ISD::SUB:                return LowerSUB(Op, DAG);
19871   case ISD::SMAX:
19872   case ISD::SMIN:
19873   case ISD::UMAX:
19874   case ISD::UMIN:               return LowerMINMAX(Op, DAG);
19875   case ISD::FSINCOS:            return LowerFSINCOS(Op, Subtarget, DAG);
19876   case ISD::MGATHER:            return LowerMGATHER(Op, Subtarget, DAG);
19877   case ISD::MSCATTER:           return LowerMSCATTER(Op, Subtarget, DAG);
19878   case ISD::GC_TRANSITION_START:
19879                                 return LowerGC_TRANSITION_START(Op, DAG);
19880   case ISD::GC_TRANSITION_END:  return LowerGC_TRANSITION_END(Op, DAG);
19881   }
19882 }
19883
19884 /// ReplaceNodeResults - Replace a node with an illegal result type
19885 /// with a new node built out of custom code.
19886 void X86TargetLowering::ReplaceNodeResults(SDNode *N,
19887                                            SmallVectorImpl<SDValue>&Results,
19888                                            SelectionDAG &DAG) const {
19889   SDLoc dl(N);
19890   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
19891   switch (N->getOpcode()) {
19892   default:
19893     llvm_unreachable("Do not know how to custom type legalize this operation!");
19894   case X86ISD::AVG: {
19895     // Legalize types for X86ISD::AVG by expanding vectors.
19896     assert(Subtarget->hasSSE2() && "Requires at least SSE2!");
19897
19898     auto InVT = N->getValueType(0);
19899     auto InVTSize = InVT.getSizeInBits();
19900     const unsigned RegSize =
19901         (InVTSize > 128) ? ((InVTSize > 256) ? 512 : 256) : 128;
19902     assert((!Subtarget->hasAVX512() || RegSize < 512) &&
19903            "512-bit vector requires AVX512");
19904     assert((!Subtarget->hasAVX2() || RegSize < 256) &&
19905            "256-bit vector requires AVX2");
19906
19907     auto ElemVT = InVT.getVectorElementType();
19908     auto RegVT = EVT::getVectorVT(*DAG.getContext(), ElemVT,
19909                                   RegSize / ElemVT.getSizeInBits());
19910     assert(RegSize % InVT.getSizeInBits() == 0);
19911     unsigned NumConcat = RegSize / InVT.getSizeInBits();
19912
19913     SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT));
19914     Ops[0] = N->getOperand(0);
19915     SDValue InVec0 = DAG.getNode(ISD::CONCAT_VECTORS, dl, RegVT, Ops);
19916     Ops[0] = N->getOperand(1);
19917     SDValue InVec1 = DAG.getNode(ISD::CONCAT_VECTORS, dl, RegVT, Ops);
19918
19919     SDValue Res = DAG.getNode(X86ISD::AVG, dl, RegVT, InVec0, InVec1);
19920     Results.push_back(DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, InVT, Res,
19921                                   DAG.getIntPtrConstant(0, dl)));
19922     return;
19923   }
19924   // We might have generated v2f32 FMIN/FMAX operations. Widen them to v4f32.
19925   case X86ISD::FMINC:
19926   case X86ISD::FMIN:
19927   case X86ISD::FMAXC:
19928   case X86ISD::FMAX: {
19929     EVT VT = N->getValueType(0);
19930     assert(VT == MVT::v2f32 && "Unexpected type (!= v2f32) on FMIN/FMAX.");
19931     SDValue UNDEF = DAG.getUNDEF(VT);
19932     SDValue LHS = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v4f32,
19933                               N->getOperand(0), UNDEF);
19934     SDValue RHS = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v4f32,
19935                               N->getOperand(1), UNDEF);
19936     Results.push_back(DAG.getNode(N->getOpcode(), dl, MVT::v4f32, LHS, RHS));
19937     return;
19938   }
19939   case ISD::SIGN_EXTEND_INREG:
19940   case ISD::ADDC:
19941   case ISD::ADDE:
19942   case ISD::SUBC:
19943   case ISD::SUBE:
19944     // We don't want to expand or promote these.
19945     return;
19946   case ISD::SDIV:
19947   case ISD::UDIV:
19948   case ISD::SREM:
19949   case ISD::UREM:
19950   case ISD::SDIVREM:
19951   case ISD::UDIVREM: {
19952     SDValue V = LowerWin64_i128OP(SDValue(N,0), DAG);
19953     Results.push_back(V);
19954     return;
19955   }
19956   case ISD::FP_TO_SINT:
19957   case ISD::FP_TO_UINT: {
19958     bool IsSigned = N->getOpcode() == ISD::FP_TO_SINT;
19959
19960     std::pair<SDValue,SDValue> Vals =
19961         FP_TO_INTHelper(SDValue(N, 0), DAG, IsSigned, /*IsReplace=*/ true);
19962     SDValue FIST = Vals.first, StackSlot = Vals.second;
19963     if (FIST.getNode()) {
19964       EVT VT = N->getValueType(0);
19965       // Return a load from the stack slot.
19966       if (StackSlot.getNode())
19967         Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot,
19968                                       MachinePointerInfo(),
19969                                       false, false, false, 0));
19970       else
19971         Results.push_back(FIST);
19972     }
19973     return;
19974   }
19975   case ISD::UINT_TO_FP: {
19976     assert(Subtarget->hasSSE2() && "Requires at least SSE2!");
19977     if (N->getOperand(0).getValueType() != MVT::v2i32 ||
19978         N->getValueType(0) != MVT::v2f32)
19979       return;
19980     SDValue ZExtIn = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::v2i64,
19981                                  N->getOperand(0));
19982     SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl,
19983                                      MVT::f64);
19984     SDValue VBias = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2f64, Bias, Bias);
19985     SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64, ZExtIn,
19986                              DAG.getBitcast(MVT::v2i64, VBias));
19987     Or = DAG.getBitcast(MVT::v2f64, Or);
19988     // TODO: Are there any fast-math-flags to propagate here?
19989     SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, Or, VBias);
19990     Results.push_back(DAG.getNode(X86ISD::VFPROUND, dl, MVT::v4f32, Sub));
19991     return;
19992   }
19993   case ISD::FP_ROUND: {
19994     if (!TLI.isTypeLegal(N->getOperand(0).getValueType()))
19995         return;
19996     SDValue V = DAG.getNode(X86ISD::VFPROUND, dl, MVT::v4f32, N->getOperand(0));
19997     Results.push_back(V);
19998     return;
19999   }
20000   case ISD::FP_EXTEND: {
20001     // Right now, only MVT::v2f32 has OperationAction for FP_EXTEND.
20002     // No other ValueType for FP_EXTEND should reach this point.
20003     assert(N->getValueType(0) == MVT::v2f32 &&
20004            "Do not know how to legalize this Node");
20005     return;
20006   }
20007   case ISD::INTRINSIC_W_CHAIN: {
20008     unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
20009     switch (IntNo) {
20010     default : llvm_unreachable("Do not know how to custom type "
20011                                "legalize this intrinsic operation!");
20012     case Intrinsic::x86_rdtsc:
20013       return getReadTimeStampCounter(N, dl, X86ISD::RDTSC_DAG, DAG, Subtarget,
20014                                      Results);
20015     case Intrinsic::x86_rdtscp:
20016       return getReadTimeStampCounter(N, dl, X86ISD::RDTSCP_DAG, DAG, Subtarget,
20017                                      Results);
20018     case Intrinsic::x86_rdpmc:
20019       return getReadPerformanceCounter(N, dl, DAG, Subtarget, Results);
20020     }
20021   }
20022   case ISD::INTRINSIC_WO_CHAIN: {
20023     if (SDValue V = LowerINTRINSIC_WO_CHAIN(SDValue(N, 0), Subtarget, DAG))
20024       Results.push_back(V);
20025     return;
20026   }
20027   case ISD::READCYCLECOUNTER: {
20028     return getReadTimeStampCounter(N, dl, X86ISD::RDTSC_DAG, DAG, Subtarget,
20029                                    Results);
20030   }
20031   case ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS: {
20032     EVT T = N->getValueType(0);
20033     assert((T == MVT::i64 || T == MVT::i128) && "can only expand cmpxchg pair");
20034     bool Regs64bit = T == MVT::i128;
20035     MVT HalfT = Regs64bit ? MVT::i64 : MVT::i32;
20036     SDValue cpInL, cpInH;
20037     cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2),
20038                         DAG.getConstant(0, dl, HalfT));
20039     cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2),
20040                         DAG.getConstant(1, dl, HalfT));
20041     cpInL = DAG.getCopyToReg(N->getOperand(0), dl,
20042                              Regs64bit ? X86::RAX : X86::EAX,
20043                              cpInL, SDValue());
20044     cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl,
20045                              Regs64bit ? X86::RDX : X86::EDX,
20046                              cpInH, cpInL.getValue(1));
20047     SDValue swapInL, swapInH;
20048     swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(3),
20049                           DAG.getConstant(0, dl, HalfT));
20050     swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(3),
20051                           DAG.getConstant(1, dl, HalfT));
20052     swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl,
20053                                Regs64bit ? X86::RBX : X86::EBX,
20054                                swapInL, cpInH.getValue(1));
20055     swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl,
20056                                Regs64bit ? X86::RCX : X86::ECX,
20057                                swapInH, swapInL.getValue(1));
20058     SDValue Ops[] = { swapInH.getValue(0),
20059                       N->getOperand(1),
20060                       swapInH.getValue(1) };
20061     SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
20062     MachineMemOperand *MMO = cast<AtomicSDNode>(N)->getMemOperand();
20063     unsigned Opcode = Regs64bit ? X86ISD::LCMPXCHG16_DAG :
20064                                   X86ISD::LCMPXCHG8_DAG;
20065     SDValue Result = DAG.getMemIntrinsicNode(Opcode, dl, Tys, Ops, T, MMO);
20066     SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl,
20067                                         Regs64bit ? X86::RAX : X86::EAX,
20068                                         HalfT, Result.getValue(1));
20069     SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl,
20070                                         Regs64bit ? X86::RDX : X86::EDX,
20071                                         HalfT, cpOutL.getValue(2));
20072     SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
20073
20074     SDValue EFLAGS = DAG.getCopyFromReg(cpOutH.getValue(1), dl, X86::EFLAGS,
20075                                         MVT::i32, cpOutH.getValue(2));
20076     SDValue Success =
20077         DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
20078                     DAG.getConstant(X86::COND_E, dl, MVT::i8), EFLAGS);
20079     Success = DAG.getZExtOrTrunc(Success, dl, N->getValueType(1));
20080
20081     Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, T, OpsF));
20082     Results.push_back(Success);
20083     Results.push_back(EFLAGS.getValue(1));
20084     return;
20085   }
20086   case ISD::ATOMIC_SWAP:
20087   case ISD::ATOMIC_LOAD_ADD:
20088   case ISD::ATOMIC_LOAD_SUB:
20089   case ISD::ATOMIC_LOAD_AND:
20090   case ISD::ATOMIC_LOAD_OR:
20091   case ISD::ATOMIC_LOAD_XOR:
20092   case ISD::ATOMIC_LOAD_NAND:
20093   case ISD::ATOMIC_LOAD_MIN:
20094   case ISD::ATOMIC_LOAD_MAX:
20095   case ISD::ATOMIC_LOAD_UMIN:
20096   case ISD::ATOMIC_LOAD_UMAX:
20097   case ISD::ATOMIC_LOAD: {
20098     // Delegate to generic TypeLegalization. Situations we can really handle
20099     // should have already been dealt with by AtomicExpandPass.cpp.
20100     break;
20101   }
20102   case ISD::BITCAST: {
20103     assert(Subtarget->hasSSE2() && "Requires at least SSE2!");
20104     EVT DstVT = N->getValueType(0);
20105     EVT SrcVT = N->getOperand(0)->getValueType(0);
20106
20107     if (SrcVT != MVT::f64 ||
20108         (DstVT != MVT::v2i32 && DstVT != MVT::v4i16 && DstVT != MVT::v8i8))
20109       return;
20110
20111     unsigned NumElts = DstVT.getVectorNumElements();
20112     EVT SVT = DstVT.getVectorElementType();
20113     EVT WiderVT = EVT::getVectorVT(*DAG.getContext(), SVT, NumElts * 2);
20114     SDValue Expanded = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
20115                                    MVT::v2f64, N->getOperand(0));
20116     SDValue ToVecInt = DAG.getBitcast(WiderVT, Expanded);
20117
20118     if (ExperimentalVectorWideningLegalization) {
20119       // If we are legalizing vectors by widening, we already have the desired
20120       // legal vector type, just return it.
20121       Results.push_back(ToVecInt);
20122       return;
20123     }
20124
20125     SmallVector<SDValue, 8> Elts;
20126     for (unsigned i = 0, e = NumElts; i != e; ++i)
20127       Elts.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, SVT,
20128                                    ToVecInt, DAG.getIntPtrConstant(i, dl)));
20129
20130     Results.push_back(DAG.getNode(ISD::BUILD_VECTOR, dl, DstVT, Elts));
20131   }
20132   }
20133 }
20134
20135 const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
20136   switch ((X86ISD::NodeType)Opcode) {
20137   case X86ISD::FIRST_NUMBER:       break;
20138   case X86ISD::BSF:                return "X86ISD::BSF";
20139   case X86ISD::BSR:                return "X86ISD::BSR";
20140   case X86ISD::SHLD:               return "X86ISD::SHLD";
20141   case X86ISD::SHRD:               return "X86ISD::SHRD";
20142   case X86ISD::FAND:               return "X86ISD::FAND";
20143   case X86ISD::FANDN:              return "X86ISD::FANDN";
20144   case X86ISD::FOR:                return "X86ISD::FOR";
20145   case X86ISD::FXOR:               return "X86ISD::FXOR";
20146   case X86ISD::FILD:               return "X86ISD::FILD";
20147   case X86ISD::FILD_FLAG:          return "X86ISD::FILD_FLAG";
20148   case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
20149   case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
20150   case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
20151   case X86ISD::FLD:                return "X86ISD::FLD";
20152   case X86ISD::FST:                return "X86ISD::FST";
20153   case X86ISD::CALL:               return "X86ISD::CALL";
20154   case X86ISD::RDTSC_DAG:          return "X86ISD::RDTSC_DAG";
20155   case X86ISD::RDTSCP_DAG:         return "X86ISD::RDTSCP_DAG";
20156   case X86ISD::RDPMC_DAG:          return "X86ISD::RDPMC_DAG";
20157   case X86ISD::BT:                 return "X86ISD::BT";
20158   case X86ISD::CMP:                return "X86ISD::CMP";
20159   case X86ISD::COMI:               return "X86ISD::COMI";
20160   case X86ISD::UCOMI:              return "X86ISD::UCOMI";
20161   case X86ISD::CMPM:               return "X86ISD::CMPM";
20162   case X86ISD::CMPMU:              return "X86ISD::CMPMU";
20163   case X86ISD::CMPM_RND:           return "X86ISD::CMPM_RND";
20164   case X86ISD::SETCC:              return "X86ISD::SETCC";
20165   case X86ISD::SETCC_CARRY:        return "X86ISD::SETCC_CARRY";
20166   case X86ISD::FSETCC:             return "X86ISD::FSETCC";
20167   case X86ISD::FGETSIGNx86:        return "X86ISD::FGETSIGNx86";
20168   case X86ISD::CMOV:               return "X86ISD::CMOV";
20169   case X86ISD::BRCOND:             return "X86ISD::BRCOND";
20170   case X86ISD::RET_FLAG:           return "X86ISD::RET_FLAG";
20171   case X86ISD::REP_STOS:           return "X86ISD::REP_STOS";
20172   case X86ISD::REP_MOVS:           return "X86ISD::REP_MOVS";
20173   case X86ISD::GlobalBaseReg:      return "X86ISD::GlobalBaseReg";
20174   case X86ISD::Wrapper:            return "X86ISD::Wrapper";
20175   case X86ISD::WrapperRIP:         return "X86ISD::WrapperRIP";
20176   case X86ISD::MOVDQ2Q:            return "X86ISD::MOVDQ2Q";
20177   case X86ISD::MMX_MOVD2W:         return "X86ISD::MMX_MOVD2W";
20178   case X86ISD::MMX_MOVW2D:         return "X86ISD::MMX_MOVW2D";
20179   case X86ISD::PEXTRB:             return "X86ISD::PEXTRB";
20180   case X86ISD::PEXTRW:             return "X86ISD::PEXTRW";
20181   case X86ISD::INSERTPS:           return "X86ISD::INSERTPS";
20182   case X86ISD::PINSRB:             return "X86ISD::PINSRB";
20183   case X86ISD::PINSRW:             return "X86ISD::PINSRW";
20184   case X86ISD::MMX_PINSRW:         return "X86ISD::MMX_PINSRW";
20185   case X86ISD::PSHUFB:             return "X86ISD::PSHUFB";
20186   case X86ISD::ANDNP:              return "X86ISD::ANDNP";
20187   case X86ISD::PSIGN:              return "X86ISD::PSIGN";
20188   case X86ISD::BLENDI:             return "X86ISD::BLENDI";
20189   case X86ISD::SHRUNKBLEND:        return "X86ISD::SHRUNKBLEND";
20190   case X86ISD::ADDUS:              return "X86ISD::ADDUS";
20191   case X86ISD::SUBUS:              return "X86ISD::SUBUS";
20192   case X86ISD::HADD:               return "X86ISD::HADD";
20193   case X86ISD::HSUB:               return "X86ISD::HSUB";
20194   case X86ISD::FHADD:              return "X86ISD::FHADD";
20195   case X86ISD::FHSUB:              return "X86ISD::FHSUB";
20196   case X86ISD::ABS:                return "X86ISD::ABS";
20197   case X86ISD::CONFLICT:           return "X86ISD::CONFLICT";
20198   case X86ISD::FMAX:               return "X86ISD::FMAX";
20199   case X86ISD::FMAX_RND:           return "X86ISD::FMAX_RND";
20200   case X86ISD::FMIN:               return "X86ISD::FMIN";
20201   case X86ISD::FMIN_RND:           return "X86ISD::FMIN_RND";
20202   case X86ISD::FMAXC:              return "X86ISD::FMAXC";
20203   case X86ISD::FMINC:              return "X86ISD::FMINC";
20204   case X86ISD::FRSQRT:             return "X86ISD::FRSQRT";
20205   case X86ISD::FRCP:               return "X86ISD::FRCP";
20206   case X86ISD::EXTRQI:             return "X86ISD::EXTRQI";
20207   case X86ISD::INSERTQI:           return "X86ISD::INSERTQI";
20208   case X86ISD::TLSADDR:            return "X86ISD::TLSADDR";
20209   case X86ISD::TLSBASEADDR:        return "X86ISD::TLSBASEADDR";
20210   case X86ISD::TLSCALL:            return "X86ISD::TLSCALL";
20211   case X86ISD::EH_SJLJ_SETJMP:     return "X86ISD::EH_SJLJ_SETJMP";
20212   case X86ISD::EH_SJLJ_LONGJMP:    return "X86ISD::EH_SJLJ_LONGJMP";
20213   case X86ISD::EH_RETURN:          return "X86ISD::EH_RETURN";
20214   case X86ISD::TC_RETURN:          return "X86ISD::TC_RETURN";
20215   case X86ISD::FNSTCW16m:          return "X86ISD::FNSTCW16m";
20216   case X86ISD::FNSTSW16r:          return "X86ISD::FNSTSW16r";
20217   case X86ISD::LCMPXCHG_DAG:       return "X86ISD::LCMPXCHG_DAG";
20218   case X86ISD::LCMPXCHG8_DAG:      return "X86ISD::LCMPXCHG8_DAG";
20219   case X86ISD::LCMPXCHG16_DAG:     return "X86ISD::LCMPXCHG16_DAG";
20220   case X86ISD::VZEXT_MOVL:         return "X86ISD::VZEXT_MOVL";
20221   case X86ISD::VZEXT_LOAD:         return "X86ISD::VZEXT_LOAD";
20222   case X86ISD::VZEXT:              return "X86ISD::VZEXT";
20223   case X86ISD::VSEXT:              return "X86ISD::VSEXT";
20224   case X86ISD::VTRUNC:             return "X86ISD::VTRUNC";
20225   case X86ISD::VTRUNCS:            return "X86ISD::VTRUNCS";
20226   case X86ISD::VTRUNCUS:           return "X86ISD::VTRUNCUS";
20227   case X86ISD::VINSERT:            return "X86ISD::VINSERT";
20228   case X86ISD::VFPEXT:             return "X86ISD::VFPEXT";
20229   case X86ISD::VFPROUND:           return "X86ISD::VFPROUND";
20230   case X86ISD::CVTDQ2PD:           return "X86ISD::CVTDQ2PD";
20231   case X86ISD::CVTUDQ2PD:          return "X86ISD::CVTUDQ2PD";
20232   case X86ISD::VSHLDQ:             return "X86ISD::VSHLDQ";
20233   case X86ISD::VSRLDQ:             return "X86ISD::VSRLDQ";
20234   case X86ISD::VSHL:               return "X86ISD::VSHL";
20235   case X86ISD::VSRL:               return "X86ISD::VSRL";
20236   case X86ISD::VSRA:               return "X86ISD::VSRA";
20237   case X86ISD::VSHLI:              return "X86ISD::VSHLI";
20238   case X86ISD::VSRLI:              return "X86ISD::VSRLI";
20239   case X86ISD::VSRAI:              return "X86ISD::VSRAI";
20240   case X86ISD::CMPP:               return "X86ISD::CMPP";
20241   case X86ISD::PCMPEQ:             return "X86ISD::PCMPEQ";
20242   case X86ISD::PCMPGT:             return "X86ISD::PCMPGT";
20243   case X86ISD::PCMPEQM:            return "X86ISD::PCMPEQM";
20244   case X86ISD::PCMPGTM:            return "X86ISD::PCMPGTM";
20245   case X86ISD::ADD:                return "X86ISD::ADD";
20246   case X86ISD::SUB:                return "X86ISD::SUB";
20247   case X86ISD::ADC:                return "X86ISD::ADC";
20248   case X86ISD::SBB:                return "X86ISD::SBB";
20249   case X86ISD::SMUL:               return "X86ISD::SMUL";
20250   case X86ISD::UMUL:               return "X86ISD::UMUL";
20251   case X86ISD::SMUL8:              return "X86ISD::SMUL8";
20252   case X86ISD::UMUL8:              return "X86ISD::UMUL8";
20253   case X86ISD::SDIVREM8_SEXT_HREG: return "X86ISD::SDIVREM8_SEXT_HREG";
20254   case X86ISD::UDIVREM8_ZEXT_HREG: return "X86ISD::UDIVREM8_ZEXT_HREG";
20255   case X86ISD::INC:                return "X86ISD::INC";
20256   case X86ISD::DEC:                return "X86ISD::DEC";
20257   case X86ISD::OR:                 return "X86ISD::OR";
20258   case X86ISD::XOR:                return "X86ISD::XOR";
20259   case X86ISD::AND:                return "X86ISD::AND";
20260   case X86ISD::BEXTR:              return "X86ISD::BEXTR";
20261   case X86ISD::MUL_IMM:            return "X86ISD::MUL_IMM";
20262   case X86ISD::PTEST:              return "X86ISD::PTEST";
20263   case X86ISD::TESTP:              return "X86ISD::TESTP";
20264   case X86ISD::TESTM:              return "X86ISD::TESTM";
20265   case X86ISD::TESTNM:             return "X86ISD::TESTNM";
20266   case X86ISD::KORTEST:            return "X86ISD::KORTEST";
20267   case X86ISD::KTEST:              return "X86ISD::KTEST";
20268   case X86ISD::PACKSS:             return "X86ISD::PACKSS";
20269   case X86ISD::PACKUS:             return "X86ISD::PACKUS";
20270   case X86ISD::PALIGNR:            return "X86ISD::PALIGNR";
20271   case X86ISD::VALIGN:             return "X86ISD::VALIGN";
20272   case X86ISD::PSHUFD:             return "X86ISD::PSHUFD";
20273   case X86ISD::PSHUFHW:            return "X86ISD::PSHUFHW";
20274   case X86ISD::PSHUFLW:            return "X86ISD::PSHUFLW";
20275   case X86ISD::SHUFP:              return "X86ISD::SHUFP";
20276   case X86ISD::SHUF128:            return "X86ISD::SHUF128";
20277   case X86ISD::MOVLHPS:            return "X86ISD::MOVLHPS";
20278   case X86ISD::MOVLHPD:            return "X86ISD::MOVLHPD";
20279   case X86ISD::MOVHLPS:            return "X86ISD::MOVHLPS";
20280   case X86ISD::MOVLPS:             return "X86ISD::MOVLPS";
20281   case X86ISD::MOVLPD:             return "X86ISD::MOVLPD";
20282   case X86ISD::MOVDDUP:            return "X86ISD::MOVDDUP";
20283   case X86ISD::MOVSHDUP:           return "X86ISD::MOVSHDUP";
20284   case X86ISD::MOVSLDUP:           return "X86ISD::MOVSLDUP";
20285   case X86ISD::MOVSD:              return "X86ISD::MOVSD";
20286   case X86ISD::MOVSS:              return "X86ISD::MOVSS";
20287   case X86ISD::UNPCKL:             return "X86ISD::UNPCKL";
20288   case X86ISD::UNPCKH:             return "X86ISD::UNPCKH";
20289   case X86ISD::VBROADCAST:         return "X86ISD::VBROADCAST";
20290   case X86ISD::VBROADCASTM:        return "X86ISD::VBROADCASTM";
20291   case X86ISD::SUBV_BROADCAST:     return "X86ISD::SUBV_BROADCAST";
20292   case X86ISD::VEXTRACT:           return "X86ISD::VEXTRACT";
20293   case X86ISD::VPERMILPV:          return "X86ISD::VPERMILPV";
20294   case X86ISD::VPERMILPI:          return "X86ISD::VPERMILPI";
20295   case X86ISD::VPERM2X128:         return "X86ISD::VPERM2X128";
20296   case X86ISD::VPERMV:             return "X86ISD::VPERMV";
20297   case X86ISD::VPERMV3:            return "X86ISD::VPERMV3";
20298   case X86ISD::VPERMIV3:           return "X86ISD::VPERMIV3";
20299   case X86ISD::VPERMI:             return "X86ISD::VPERMI";
20300   case X86ISD::VPTERNLOG:          return "X86ISD::VPTERNLOG";
20301   case X86ISD::VFIXUPIMM:          return "X86ISD::VFIXUPIMM";
20302   case X86ISD::VRANGE:             return "X86ISD::VRANGE";
20303   case X86ISD::PMULUDQ:            return "X86ISD::PMULUDQ";
20304   case X86ISD::PMULDQ:             return "X86ISD::PMULDQ";
20305   case X86ISD::PSADBW:             return "X86ISD::PSADBW";
20306   case X86ISD::DBPSADBW:           return "X86ISD::DBPSADBW";
20307   case X86ISD::VASTART_SAVE_XMM_REGS: return "X86ISD::VASTART_SAVE_XMM_REGS";
20308   case X86ISD::VAARG_64:           return "X86ISD::VAARG_64";
20309   case X86ISD::WIN_ALLOCA:         return "X86ISD::WIN_ALLOCA";
20310   case X86ISD::MEMBARRIER:         return "X86ISD::MEMBARRIER";
20311   case X86ISD::MFENCE:             return "X86ISD::MFENCE";
20312   case X86ISD::SFENCE:             return "X86ISD::SFENCE";
20313   case X86ISD::LFENCE:             return "X86ISD::LFENCE";
20314   case X86ISD::SEG_ALLOCA:         return "X86ISD::SEG_ALLOCA";
20315   case X86ISD::SAHF:               return "X86ISD::SAHF";
20316   case X86ISD::RDRAND:             return "X86ISD::RDRAND";
20317   case X86ISD::RDSEED:             return "X86ISD::RDSEED";
20318   case X86ISD::VPMADDUBSW:         return "X86ISD::VPMADDUBSW";
20319   case X86ISD::VPMADDWD:           return "X86ISD::VPMADDWD";
20320   case X86ISD::VPROT:              return "X86ISD::VPROT";
20321   case X86ISD::VPROTI:             return "X86ISD::VPROTI";
20322   case X86ISD::VPSHA:              return "X86ISD::VPSHA";
20323   case X86ISD::VPSHL:              return "X86ISD::VPSHL";
20324   case X86ISD::VPCOM:              return "X86ISD::VPCOM";
20325   case X86ISD::VPCOMU:             return "X86ISD::VPCOMU";
20326   case X86ISD::FMADD:              return "X86ISD::FMADD";
20327   case X86ISD::FMSUB:              return "X86ISD::FMSUB";
20328   case X86ISD::FNMADD:             return "X86ISD::FNMADD";
20329   case X86ISD::FNMSUB:             return "X86ISD::FNMSUB";
20330   case X86ISD::FMADDSUB:           return "X86ISD::FMADDSUB";
20331   case X86ISD::FMSUBADD:           return "X86ISD::FMSUBADD";
20332   case X86ISD::FMADD_RND:          return "X86ISD::FMADD_RND";
20333   case X86ISD::FNMADD_RND:         return "X86ISD::FNMADD_RND";
20334   case X86ISD::FMSUB_RND:          return "X86ISD::FMSUB_RND";
20335   case X86ISD::FNMSUB_RND:         return "X86ISD::FNMSUB_RND";
20336   case X86ISD::FMADDSUB_RND:       return "X86ISD::FMADDSUB_RND";
20337   case X86ISD::FMSUBADD_RND:       return "X86ISD::FMSUBADD_RND";
20338   case X86ISD::VRNDSCALE:          return "X86ISD::VRNDSCALE";
20339   case X86ISD::VREDUCE:            return "X86ISD::VREDUCE";
20340   case X86ISD::VGETMANT:           return "X86ISD::VGETMANT";
20341   case X86ISD::PCMPESTRI:          return "X86ISD::PCMPESTRI";
20342   case X86ISD::PCMPISTRI:          return "X86ISD::PCMPISTRI";
20343   case X86ISD::XTEST:              return "X86ISD::XTEST";
20344   case X86ISD::COMPRESS:           return "X86ISD::COMPRESS";
20345   case X86ISD::EXPAND:             return "X86ISD::EXPAND";
20346   case X86ISD::SELECT:             return "X86ISD::SELECT";
20347   case X86ISD::ADDSUB:             return "X86ISD::ADDSUB";
20348   case X86ISD::RCP28:              return "X86ISD::RCP28";
20349   case X86ISD::EXP2:               return "X86ISD::EXP2";
20350   case X86ISD::RSQRT28:            return "X86ISD::RSQRT28";
20351   case X86ISD::FADD_RND:           return "X86ISD::FADD_RND";
20352   case X86ISD::FSUB_RND:           return "X86ISD::FSUB_RND";
20353   case X86ISD::FMUL_RND:           return "X86ISD::FMUL_RND";
20354   case X86ISD::FDIV_RND:           return "X86ISD::FDIV_RND";
20355   case X86ISD::FSQRT_RND:          return "X86ISD::FSQRT_RND";
20356   case X86ISD::FGETEXP_RND:        return "X86ISD::FGETEXP_RND";
20357   case X86ISD::SCALEF:             return "X86ISD::SCALEF";
20358   case X86ISD::ADDS:               return "X86ISD::ADDS";
20359   case X86ISD::SUBS:               return "X86ISD::SUBS";
20360   case X86ISD::AVG:                return "X86ISD::AVG";
20361   case X86ISD::MULHRS:             return "X86ISD::MULHRS";
20362   case X86ISD::SINT_TO_FP_RND:     return "X86ISD::SINT_TO_FP_RND";
20363   case X86ISD::UINT_TO_FP_RND:     return "X86ISD::UINT_TO_FP_RND";
20364   case X86ISD::FP_TO_SINT_RND:     return "X86ISD::FP_TO_SINT_RND";
20365   case X86ISD::FP_TO_UINT_RND:     return "X86ISD::FP_TO_UINT_RND";
20366   case X86ISD::VFPCLASS:           return "X86ISD::VFPCLASS";
20367   case X86ISD::VFPCLASSS:          return "X86ISD::VFPCLASSS";
20368   }
20369   return nullptr;
20370 }
20371
20372 // isLegalAddressingMode - Return true if the addressing mode represented
20373 // by AM is legal for this target, for a load/store of the specified type.
20374 bool X86TargetLowering::isLegalAddressingMode(const DataLayout &DL,
20375                                               const AddrMode &AM, Type *Ty,
20376                                               unsigned AS) const {
20377   // X86 supports extremely general addressing modes.
20378   CodeModel::Model M = getTargetMachine().getCodeModel();
20379   Reloc::Model R = getTargetMachine().getRelocationModel();
20380
20381   // X86 allows a sign-extended 32-bit immediate field as a displacement.
20382   if (!X86::isOffsetSuitableForCodeModel(AM.BaseOffs, M, AM.BaseGV != nullptr))
20383     return false;
20384
20385   if (AM.BaseGV) {
20386     unsigned GVFlags =
20387       Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
20388
20389     // If a reference to this global requires an extra load, we can't fold it.
20390     if (isGlobalStubReference(GVFlags))
20391       return false;
20392
20393     // If BaseGV requires a register for the PIC base, we cannot also have a
20394     // BaseReg specified.
20395     if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))
20396       return false;
20397
20398     // If lower 4G is not available, then we must use rip-relative addressing.
20399     if ((M != CodeModel::Small || R != Reloc::Static) &&
20400         Subtarget->is64Bit() && (AM.BaseOffs || AM.Scale > 1))
20401       return false;
20402   }
20403
20404   switch (AM.Scale) {
20405   case 0:
20406   case 1:
20407   case 2:
20408   case 4:
20409   case 8:
20410     // These scales always work.
20411     break;
20412   case 3:
20413   case 5:
20414   case 9:
20415     // These scales are formed with basereg+scalereg.  Only accept if there is
20416     // no basereg yet.
20417     if (AM.HasBaseReg)
20418       return false;
20419     break;
20420   default:  // Other stuff never works.
20421     return false;
20422   }
20423
20424   return true;
20425 }
20426
20427 bool X86TargetLowering::isVectorShiftByScalarCheap(Type *Ty) const {
20428   unsigned Bits = Ty->getScalarSizeInBits();
20429
20430   // 8-bit shifts are always expensive, but versions with a scalar amount aren't
20431   // particularly cheaper than those without.
20432   if (Bits == 8)
20433     return false;
20434
20435   // On AVX2 there are new vpsllv[dq] instructions (and other shifts), that make
20436   // variable shifts just as cheap as scalar ones.
20437   if (Subtarget->hasInt256() && (Bits == 32 || Bits == 64))
20438     return false;
20439
20440   // Otherwise, it's significantly cheaper to shift by a scalar amount than by a
20441   // fully general vector.
20442   return true;
20443 }
20444
20445 bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
20446   if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
20447     return false;
20448   unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
20449   unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
20450   return NumBits1 > NumBits2;
20451 }
20452
20453 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
20454   if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
20455     return false;
20456
20457   if (!isTypeLegal(EVT::getEVT(Ty1)))
20458     return false;
20459
20460   assert(Ty1->getPrimitiveSizeInBits() <= 64 && "i128 is probably not a noop");
20461
20462   // Assuming the caller doesn't have a zeroext or signext return parameter,
20463   // truncation all the way down to i1 is valid.
20464   return true;
20465 }
20466
20467 bool X86TargetLowering::isLegalICmpImmediate(int64_t Imm) const {
20468   return isInt<32>(Imm);
20469 }
20470
20471 bool X86TargetLowering::isLegalAddImmediate(int64_t Imm) const {
20472   // Can also use sub to handle negated immediates.
20473   return isInt<32>(Imm);
20474 }
20475
20476 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
20477   if (!VT1.isInteger() || !VT2.isInteger())
20478     return false;
20479   unsigned NumBits1 = VT1.getSizeInBits();
20480   unsigned NumBits2 = VT2.getSizeInBits();
20481   return NumBits1 > NumBits2;
20482 }
20483
20484 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
20485   // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
20486   return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();
20487 }
20488
20489 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
20490   // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
20491   return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
20492 }
20493
20494 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
20495   EVT VT1 = Val.getValueType();
20496   if (isZExtFree(VT1, VT2))
20497     return true;
20498
20499   if (Val.getOpcode() != ISD::LOAD)
20500     return false;
20501
20502   if (!VT1.isSimple() || !VT1.isInteger() ||
20503       !VT2.isSimple() || !VT2.isInteger())
20504     return false;
20505
20506   switch (VT1.getSimpleVT().SimpleTy) {
20507   default: break;
20508   case MVT::i8:
20509   case MVT::i16:
20510   case MVT::i32:
20511     // X86 has 8, 16, and 32-bit zero-extending loads.
20512     return true;
20513   }
20514
20515   return false;
20516 }
20517
20518 bool X86TargetLowering::isVectorLoadExtDesirable(SDValue) const { return true; }
20519
20520 bool
20521 X86TargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
20522   if (!Subtarget->hasAnyFMA())
20523     return false;
20524
20525   VT = VT.getScalarType();
20526
20527   if (!VT.isSimple())
20528     return false;
20529
20530   switch (VT.getSimpleVT().SimpleTy) {
20531   case MVT::f32:
20532   case MVT::f64:
20533     return true;
20534   default:
20535     break;
20536   }
20537
20538   return false;
20539 }
20540
20541 bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
20542   // i16 instructions are longer (0x66 prefix) and potentially slower.
20543   return !(VT1 == MVT::i32 && VT2 == MVT::i16);
20544 }
20545
20546 /// isShuffleMaskLegal - Targets can use this to indicate that they only
20547 /// support *some* VECTOR_SHUFFLE operations, those with specific masks.
20548 /// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
20549 /// are assumed to be legal.
20550 bool
20551 X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
20552                                       EVT VT) const {
20553   if (!VT.isSimple())
20554     return false;
20555
20556   // Not for i1 vectors
20557   if (VT.getSimpleVT().getScalarType() == MVT::i1)
20558     return false;
20559
20560   // Very little shuffling can be done for 64-bit vectors right now.
20561   if (VT.getSimpleVT().getSizeInBits() == 64)
20562     return false;
20563
20564   // We only care that the types being shuffled are legal. The lowering can
20565   // handle any possible shuffle mask that results.
20566   return isTypeLegal(VT.getSimpleVT());
20567 }
20568
20569 bool
20570 X86TargetLowering::isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
20571                                           EVT VT) const {
20572   // Just delegate to the generic legality, clear masks aren't special.
20573   return isShuffleMaskLegal(Mask, VT);
20574 }
20575
20576 //===----------------------------------------------------------------------===//
20577 //                           X86 Scheduler Hooks
20578 //===----------------------------------------------------------------------===//
20579
20580 /// Utility function to emit xbegin specifying the start of an RTM region.
20581 static MachineBasicBlock *EmitXBegin(MachineInstr *MI, MachineBasicBlock *MBB,
20582                                      const TargetInstrInfo *TII) {
20583   DebugLoc DL = MI->getDebugLoc();
20584
20585   const BasicBlock *BB = MBB->getBasicBlock();
20586   MachineFunction::iterator I = ++MBB->getIterator();
20587
20588   // For the v = xbegin(), we generate
20589   //
20590   // thisMBB:
20591   //  xbegin sinkMBB
20592   //
20593   // mainMBB:
20594   //  eax = -1
20595   //
20596   // sinkMBB:
20597   //  v = eax
20598
20599   MachineBasicBlock *thisMBB = MBB;
20600   MachineFunction *MF = MBB->getParent();
20601   MachineBasicBlock *mainMBB = MF->CreateMachineBasicBlock(BB);
20602   MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(BB);
20603   MF->insert(I, mainMBB);
20604   MF->insert(I, sinkMBB);
20605
20606   // Transfer the remainder of BB and its successor edges to sinkMBB.
20607   sinkMBB->splice(sinkMBB->begin(), MBB,
20608                   std::next(MachineBasicBlock::iterator(MI)), MBB->end());
20609   sinkMBB->transferSuccessorsAndUpdatePHIs(MBB);
20610
20611   // thisMBB:
20612   //  xbegin sinkMBB
20613   //  # fallthrough to mainMBB
20614   //  # abortion to sinkMBB
20615   BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(sinkMBB);
20616   thisMBB->addSuccessor(mainMBB);
20617   thisMBB->addSuccessor(sinkMBB);
20618
20619   // mainMBB:
20620   //  EAX = -1
20621   BuildMI(mainMBB, DL, TII->get(X86::MOV32ri), X86::EAX).addImm(-1);
20622   mainMBB->addSuccessor(sinkMBB);
20623
20624   // sinkMBB:
20625   // EAX is live into the sinkMBB
20626   sinkMBB->addLiveIn(X86::EAX);
20627   BuildMI(*sinkMBB, sinkMBB->begin(), DL,
20628           TII->get(TargetOpcode::COPY), MI->getOperand(0).getReg())
20629     .addReg(X86::EAX);
20630
20631   MI->eraseFromParent();
20632   return sinkMBB;
20633 }
20634
20635 // FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
20636 // or XMM0_V32I8 in AVX all of this code can be replaced with that
20637 // in the .td file.
20638 static MachineBasicBlock *EmitPCMPSTRM(MachineInstr *MI, MachineBasicBlock *BB,
20639                                        const TargetInstrInfo *TII) {
20640   unsigned Opc;
20641   switch (MI->getOpcode()) {
20642   default: llvm_unreachable("illegal opcode!");
20643   case X86::PCMPISTRM128REG:  Opc = X86::PCMPISTRM128rr;  break;
20644   case X86::VPCMPISTRM128REG: Opc = X86::VPCMPISTRM128rr; break;
20645   case X86::PCMPISTRM128MEM:  Opc = X86::PCMPISTRM128rm;  break;
20646   case X86::VPCMPISTRM128MEM: Opc = X86::VPCMPISTRM128rm; break;
20647   case X86::PCMPESTRM128REG:  Opc = X86::PCMPESTRM128rr;  break;
20648   case X86::VPCMPESTRM128REG: Opc = X86::VPCMPESTRM128rr; break;
20649   case X86::PCMPESTRM128MEM:  Opc = X86::PCMPESTRM128rm;  break;
20650   case X86::VPCMPESTRM128MEM: Opc = X86::VPCMPESTRM128rm; break;
20651   }
20652
20653   DebugLoc dl = MI->getDebugLoc();
20654   MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
20655
20656   unsigned NumArgs = MI->getNumOperands();
20657   for (unsigned i = 1; i < NumArgs; ++i) {
20658     MachineOperand &Op = MI->getOperand(i);
20659     if (!(Op.isReg() && Op.isImplicit()))
20660       MIB.addOperand(Op);
20661   }
20662   if (MI->hasOneMemOperand())
20663     MIB->setMemRefs(MI->memoperands_begin(), MI->memoperands_end());
20664
20665   BuildMI(*BB, MI, dl,
20666     TII->get(TargetOpcode::COPY), MI->getOperand(0).getReg())
20667     .addReg(X86::XMM0);
20668
20669   MI->eraseFromParent();
20670   return BB;
20671 }
20672
20673 // FIXME: Custom handling because TableGen doesn't support multiple implicit
20674 // defs in an instruction pattern
20675 static MachineBasicBlock *EmitPCMPSTRI(MachineInstr *MI, MachineBasicBlock *BB,
20676                                        const TargetInstrInfo *TII) {
20677   unsigned Opc;
20678   switch (MI->getOpcode()) {
20679   default: llvm_unreachable("illegal opcode!");
20680   case X86::PCMPISTRIREG:  Opc = X86::PCMPISTRIrr;  break;
20681   case X86::VPCMPISTRIREG: Opc = X86::VPCMPISTRIrr; break;
20682   case X86::PCMPISTRIMEM:  Opc = X86::PCMPISTRIrm;  break;
20683   case X86::VPCMPISTRIMEM: Opc = X86::VPCMPISTRIrm; break;
20684   case X86::PCMPESTRIREG:  Opc = X86::PCMPESTRIrr;  break;
20685   case X86::VPCMPESTRIREG: Opc = X86::VPCMPESTRIrr; break;
20686   case X86::PCMPESTRIMEM:  Opc = X86::PCMPESTRIrm;  break;
20687   case X86::VPCMPESTRIMEM: Opc = X86::VPCMPESTRIrm; break;
20688   }
20689
20690   DebugLoc dl = MI->getDebugLoc();
20691   MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
20692
20693   unsigned NumArgs = MI->getNumOperands(); // remove the results
20694   for (unsigned i = 1; i < NumArgs; ++i) {
20695     MachineOperand &Op = MI->getOperand(i);
20696     if (!(Op.isReg() && Op.isImplicit()))
20697       MIB.addOperand(Op);
20698   }
20699   if (MI->hasOneMemOperand())
20700     MIB->setMemRefs(MI->memoperands_begin(), MI->memoperands_end());
20701
20702   BuildMI(*BB, MI, dl,
20703     TII->get(TargetOpcode::COPY), MI->getOperand(0).getReg())
20704     .addReg(X86::ECX);
20705
20706   MI->eraseFromParent();
20707   return BB;
20708 }
20709
20710 static MachineBasicBlock *EmitMonitor(MachineInstr *MI, MachineBasicBlock *BB,
20711                                       const X86Subtarget *Subtarget) {
20712   DebugLoc dl = MI->getDebugLoc();
20713   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
20714   // Address into RAX/EAX, other two args into ECX, EDX.
20715   unsigned MemOpc = Subtarget->is64Bit() ? X86::LEA64r : X86::LEA32r;
20716   unsigned MemReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
20717   MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(MemOpc), MemReg);
20718   for (int i = 0; i < X86::AddrNumOperands; ++i)
20719     MIB.addOperand(MI->getOperand(i));
20720
20721   unsigned ValOps = X86::AddrNumOperands;
20722   BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
20723     .addReg(MI->getOperand(ValOps).getReg());
20724   BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EDX)
20725     .addReg(MI->getOperand(ValOps+1).getReg());
20726
20727   // The instruction doesn't actually take any operands though.
20728   BuildMI(*BB, MI, dl, TII->get(X86::MONITORrrr));
20729
20730   MI->eraseFromParent(); // The pseudo is gone now.
20731   return BB;
20732 }
20733
20734 MachineBasicBlock *
20735 X86TargetLowering::EmitVAARG64WithCustomInserter(MachineInstr *MI,
20736                                                  MachineBasicBlock *MBB) const {
20737   // Emit va_arg instruction on X86-64.
20738
20739   // Operands to this pseudo-instruction:
20740   // 0  ) Output        : destination address (reg)
20741   // 1-5) Input         : va_list address (addr, i64mem)
20742   // 6  ) ArgSize       : Size (in bytes) of vararg type
20743   // 7  ) ArgMode       : 0=overflow only, 1=use gp_offset, 2=use fp_offset
20744   // 8  ) Align         : Alignment of type
20745   // 9  ) EFLAGS (implicit-def)
20746
20747   assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
20748   static_assert(X86::AddrNumOperands == 5,
20749                 "VAARG_64 assumes 5 address operands");
20750
20751   unsigned DestReg = MI->getOperand(0).getReg();
20752   MachineOperand &Base = MI->getOperand(1);
20753   MachineOperand &Scale = MI->getOperand(2);
20754   MachineOperand &Index = MI->getOperand(3);
20755   MachineOperand &Disp = MI->getOperand(4);
20756   MachineOperand &Segment = MI->getOperand(5);
20757   unsigned ArgSize = MI->getOperand(6).getImm();
20758   unsigned ArgMode = MI->getOperand(7).getImm();
20759   unsigned Align = MI->getOperand(8).getImm();
20760
20761   // Memory Reference
20762   assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
20763   MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
20764   MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
20765
20766   // Machine Information
20767   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
20768   MachineRegisterInfo &MRI = MBB->getParent()->getRegInfo();
20769   const TargetRegisterClass *AddrRegClass = getRegClassFor(MVT::i64);
20770   const TargetRegisterClass *OffsetRegClass = getRegClassFor(MVT::i32);
20771   DebugLoc DL = MI->getDebugLoc();
20772
20773   // struct va_list {
20774   //   i32   gp_offset
20775   //   i32   fp_offset
20776   //   i64   overflow_area (address)
20777   //   i64   reg_save_area (address)
20778   // }
20779   // sizeof(va_list) = 24
20780   // alignment(va_list) = 8
20781
20782   unsigned TotalNumIntRegs = 6;
20783   unsigned TotalNumXMMRegs = 8;
20784   bool UseGPOffset = (ArgMode == 1);
20785   bool UseFPOffset = (ArgMode == 2);
20786   unsigned MaxOffset = TotalNumIntRegs * 8 +
20787                        (UseFPOffset ? TotalNumXMMRegs * 16 : 0);
20788
20789   /* Align ArgSize to a multiple of 8 */
20790   unsigned ArgSizeA8 = (ArgSize + 7) & ~7;
20791   bool NeedsAlign = (Align > 8);
20792
20793   MachineBasicBlock *thisMBB = MBB;
20794   MachineBasicBlock *overflowMBB;
20795   MachineBasicBlock *offsetMBB;
20796   MachineBasicBlock *endMBB;
20797
20798   unsigned OffsetDestReg = 0;    // Argument address computed by offsetMBB
20799   unsigned OverflowDestReg = 0;  // Argument address computed by overflowMBB
20800   unsigned OffsetReg = 0;
20801
20802   if (!UseGPOffset && !UseFPOffset) {
20803     // If we only pull from the overflow region, we don't create a branch.
20804     // We don't need to alter control flow.
20805     OffsetDestReg = 0; // unused
20806     OverflowDestReg = DestReg;
20807
20808     offsetMBB = nullptr;
20809     overflowMBB = thisMBB;
20810     endMBB = thisMBB;
20811   } else {
20812     // First emit code to check if gp_offset (or fp_offset) is below the bound.
20813     // If so, pull the argument from reg_save_area. (branch to offsetMBB)
20814     // If not, pull from overflow_area. (branch to overflowMBB)
20815     //
20816     //       thisMBB
20817     //         |     .
20818     //         |        .
20819     //     offsetMBB   overflowMBB
20820     //         |        .
20821     //         |     .
20822     //        endMBB
20823
20824     // Registers for the PHI in endMBB
20825     OffsetDestReg = MRI.createVirtualRegister(AddrRegClass);
20826     OverflowDestReg = MRI.createVirtualRegister(AddrRegClass);
20827
20828     const BasicBlock *LLVM_BB = MBB->getBasicBlock();
20829     MachineFunction *MF = MBB->getParent();
20830     overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB);
20831     offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB);
20832     endMBB = MF->CreateMachineBasicBlock(LLVM_BB);
20833
20834     MachineFunction::iterator MBBIter = ++MBB->getIterator();
20835
20836     // Insert the new basic blocks
20837     MF->insert(MBBIter, offsetMBB);
20838     MF->insert(MBBIter, overflowMBB);
20839     MF->insert(MBBIter, endMBB);
20840
20841     // Transfer the remainder of MBB and its successor edges to endMBB.
20842     endMBB->splice(endMBB->begin(), thisMBB,
20843                    std::next(MachineBasicBlock::iterator(MI)), thisMBB->end());
20844     endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
20845
20846     // Make offsetMBB and overflowMBB successors of thisMBB
20847     thisMBB->addSuccessor(offsetMBB);
20848     thisMBB->addSuccessor(overflowMBB);
20849
20850     // endMBB is a successor of both offsetMBB and overflowMBB
20851     offsetMBB->addSuccessor(endMBB);
20852     overflowMBB->addSuccessor(endMBB);
20853
20854     // Load the offset value into a register
20855     OffsetReg = MRI.createVirtualRegister(OffsetRegClass);
20856     BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
20857       .addOperand(Base)
20858       .addOperand(Scale)
20859       .addOperand(Index)
20860       .addDisp(Disp, UseFPOffset ? 4 : 0)
20861       .addOperand(Segment)
20862       .setMemRefs(MMOBegin, MMOEnd);
20863
20864     // Check if there is enough room left to pull this argument.
20865     BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
20866       .addReg(OffsetReg)
20867       .addImm(MaxOffset + 8 - ArgSizeA8);
20868
20869     // Branch to "overflowMBB" if offset >= max
20870     // Fall through to "offsetMBB" otherwise
20871     BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
20872       .addMBB(overflowMBB);
20873   }
20874
20875   // In offsetMBB, emit code to use the reg_save_area.
20876   if (offsetMBB) {
20877     assert(OffsetReg != 0);
20878
20879     // Read the reg_save_area address.
20880     unsigned RegSaveReg = MRI.createVirtualRegister(AddrRegClass);
20881     BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg)
20882       .addOperand(Base)
20883       .addOperand(Scale)
20884       .addOperand(Index)
20885       .addDisp(Disp, 16)
20886       .addOperand(Segment)
20887       .setMemRefs(MMOBegin, MMOEnd);
20888
20889     // Zero-extend the offset
20890     unsigned OffsetReg64 = MRI.createVirtualRegister(AddrRegClass);
20891       BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64)
20892         .addImm(0)
20893         .addReg(OffsetReg)
20894         .addImm(X86::sub_32bit);
20895
20896     // Add the offset to the reg_save_area to get the final address.
20897     BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg)
20898       .addReg(OffsetReg64)
20899       .addReg(RegSaveReg);
20900
20901     // Compute the offset for the next argument
20902     unsigned NextOffsetReg = MRI.createVirtualRegister(OffsetRegClass);
20903     BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg)
20904       .addReg(OffsetReg)
20905       .addImm(UseFPOffset ? 16 : 8);
20906
20907     // Store it back into the va_list.
20908     BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr))
20909       .addOperand(Base)
20910       .addOperand(Scale)
20911       .addOperand(Index)
20912       .addDisp(Disp, UseFPOffset ? 4 : 0)
20913       .addOperand(Segment)
20914       .addReg(NextOffsetReg)
20915       .setMemRefs(MMOBegin, MMOEnd);
20916
20917     // Jump to endMBB
20918     BuildMI(offsetMBB, DL, TII->get(X86::JMP_1))
20919       .addMBB(endMBB);
20920   }
20921
20922   //
20923   // Emit code to use overflow area
20924   //
20925
20926   // Load the overflow_area address into a register.
20927   unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass);
20928   BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg)
20929     .addOperand(Base)
20930     .addOperand(Scale)
20931     .addOperand(Index)
20932     .addDisp(Disp, 8)
20933     .addOperand(Segment)
20934     .setMemRefs(MMOBegin, MMOEnd);
20935
20936   // If we need to align it, do so. Otherwise, just copy the address
20937   // to OverflowDestReg.
20938   if (NeedsAlign) {
20939     // Align the overflow address
20940     assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
20941     unsigned TmpReg = MRI.createVirtualRegister(AddrRegClass);
20942
20943     // aligned_addr = (addr + (align-1)) & ~(align-1)
20944     BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg)
20945       .addReg(OverflowAddrReg)
20946       .addImm(Align-1);
20947
20948     BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg)
20949       .addReg(TmpReg)
20950       .addImm(~(uint64_t)(Align-1));
20951   } else {
20952     BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg)
20953       .addReg(OverflowAddrReg);
20954   }
20955
20956   // Compute the next overflow address after this argument.
20957   // (the overflow address should be kept 8-byte aligned)
20958   unsigned NextAddrReg = MRI.createVirtualRegister(AddrRegClass);
20959   BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg)
20960     .addReg(OverflowDestReg)
20961     .addImm(ArgSizeA8);
20962
20963   // Store the new overflow address.
20964   BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr))
20965     .addOperand(Base)
20966     .addOperand(Scale)
20967     .addOperand(Index)
20968     .addDisp(Disp, 8)
20969     .addOperand(Segment)
20970     .addReg(NextAddrReg)
20971     .setMemRefs(MMOBegin, MMOEnd);
20972
20973   // If we branched, emit the PHI to the front of endMBB.
20974   if (offsetMBB) {
20975     BuildMI(*endMBB, endMBB->begin(), DL,
20976             TII->get(X86::PHI), DestReg)
20977       .addReg(OffsetDestReg).addMBB(offsetMBB)
20978       .addReg(OverflowDestReg).addMBB(overflowMBB);
20979   }
20980
20981   // Erase the pseudo instruction
20982   MI->eraseFromParent();
20983
20984   return endMBB;
20985 }
20986
20987 MachineBasicBlock *
20988 X86TargetLowering::EmitVAStartSaveXMMRegsWithCustomInserter(
20989                                                  MachineInstr *MI,
20990                                                  MachineBasicBlock *MBB) const {
20991   // Emit code to save XMM registers to the stack. The ABI says that the
20992   // number of registers to save is given in %al, so it's theoretically
20993   // possible to do an indirect jump trick to avoid saving all of them,
20994   // however this code takes a simpler approach and just executes all
20995   // of the stores if %al is non-zero. It's less code, and it's probably
20996   // easier on the hardware branch predictor, and stores aren't all that
20997   // expensive anyway.
20998
20999   // Create the new basic blocks. One block contains all the XMM stores,
21000   // and one block is the final destination regardless of whether any
21001   // stores were performed.
21002   const BasicBlock *LLVM_BB = MBB->getBasicBlock();
21003   MachineFunction *F = MBB->getParent();
21004   MachineFunction::iterator MBBIter = ++MBB->getIterator();
21005   MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB);
21006   MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB);
21007   F->insert(MBBIter, XMMSaveMBB);
21008   F->insert(MBBIter, EndMBB);
21009
21010   // Transfer the remainder of MBB and its successor edges to EndMBB.
21011   EndMBB->splice(EndMBB->begin(), MBB,
21012                  std::next(MachineBasicBlock::iterator(MI)), MBB->end());
21013   EndMBB->transferSuccessorsAndUpdatePHIs(MBB);
21014
21015   // The original block will now fall through to the XMM save block.
21016   MBB->addSuccessor(XMMSaveMBB);
21017   // The XMMSaveMBB will fall through to the end block.
21018   XMMSaveMBB->addSuccessor(EndMBB);
21019
21020   // Now add the instructions.
21021   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
21022   DebugLoc DL = MI->getDebugLoc();
21023
21024   unsigned CountReg = MI->getOperand(0).getReg();
21025   int64_t RegSaveFrameIndex = MI->getOperand(1).getImm();
21026   int64_t VarArgsFPOffset = MI->getOperand(2).getImm();
21027
21028   if (!Subtarget->isCallingConvWin64(F->getFunction()->getCallingConv())) {
21029     // If %al is 0, branch around the XMM save block.
21030     BuildMI(MBB, DL, TII->get(X86::TEST8rr)).addReg(CountReg).addReg(CountReg);
21031     BuildMI(MBB, DL, TII->get(X86::JE_1)).addMBB(EndMBB);
21032     MBB->addSuccessor(EndMBB);
21033   }
21034
21035   // Make sure the last operand is EFLAGS, which gets clobbered by the branch
21036   // that was just emitted, but clearly shouldn't be "saved".
21037   assert((MI->getNumOperands() <= 3 ||
21038           !MI->getOperand(MI->getNumOperands() - 1).isReg() ||
21039           MI->getOperand(MI->getNumOperands() - 1).getReg() == X86::EFLAGS)
21040          && "Expected last argument to be EFLAGS");
21041   unsigned MOVOpc = Subtarget->hasFp256() ? X86::VMOVAPSmr : X86::MOVAPSmr;
21042   // In the XMM save block, save all the XMM argument registers.
21043   for (int i = 3, e = MI->getNumOperands() - 1; i != e; ++i) {
21044     int64_t Offset = (i - 3) * 16 + VarArgsFPOffset;
21045     MachineMemOperand *MMO = F->getMachineMemOperand(
21046         MachinePointerInfo::getFixedStack(*F, RegSaveFrameIndex, Offset),
21047         MachineMemOperand::MOStore,
21048         /*Size=*/16, /*Align=*/16);
21049     BuildMI(XMMSaveMBB, DL, TII->get(MOVOpc))
21050       .addFrameIndex(RegSaveFrameIndex)
21051       .addImm(/*Scale=*/1)
21052       .addReg(/*IndexReg=*/0)
21053       .addImm(/*Disp=*/Offset)
21054       .addReg(/*Segment=*/0)
21055       .addReg(MI->getOperand(i).getReg())
21056       .addMemOperand(MMO);
21057   }
21058
21059   MI->eraseFromParent();   // The pseudo instruction is gone now.
21060
21061   return EndMBB;
21062 }
21063
21064 // The EFLAGS operand of SelectItr might be missing a kill marker
21065 // because there were multiple uses of EFLAGS, and ISel didn't know
21066 // which to mark. Figure out whether SelectItr should have had a
21067 // kill marker, and set it if it should. Returns the correct kill
21068 // marker value.
21069 static bool checkAndUpdateEFLAGSKill(MachineBasicBlock::iterator SelectItr,
21070                                      MachineBasicBlock* BB,
21071                                      const TargetRegisterInfo* TRI) {
21072   // Scan forward through BB for a use/def of EFLAGS.
21073   MachineBasicBlock::iterator miI(std::next(SelectItr));
21074   for (MachineBasicBlock::iterator miE = BB->end(); miI != miE; ++miI) {
21075     const MachineInstr& mi = *miI;
21076     if (mi.readsRegister(X86::EFLAGS))
21077       return false;
21078     if (mi.definesRegister(X86::EFLAGS))
21079       break; // Should have kill-flag - update below.
21080   }
21081
21082   // If we hit the end of the block, check whether EFLAGS is live into a
21083   // successor.
21084   if (miI == BB->end()) {
21085     for (MachineBasicBlock::succ_iterator sItr = BB->succ_begin(),
21086                                           sEnd = BB->succ_end();
21087          sItr != sEnd; ++sItr) {
21088       MachineBasicBlock* succ = *sItr;
21089       if (succ->isLiveIn(X86::EFLAGS))
21090         return false;
21091     }
21092   }
21093
21094   // We found a def, or hit the end of the basic block and EFLAGS wasn't live
21095   // out. SelectMI should have a kill flag on EFLAGS.
21096   SelectItr->addRegisterKilled(X86::EFLAGS, TRI);
21097   return true;
21098 }
21099
21100 // Return true if it is OK for this CMOV pseudo-opcode to be cascaded
21101 // together with other CMOV pseudo-opcodes into a single basic-block with
21102 // conditional jump around it.
21103 static bool isCMOVPseudo(MachineInstr *MI) {
21104   switch (MI->getOpcode()) {
21105   case X86::CMOV_FR32:
21106   case X86::CMOV_FR64:
21107   case X86::CMOV_GR8:
21108   case X86::CMOV_GR16:
21109   case X86::CMOV_GR32:
21110   case X86::CMOV_RFP32:
21111   case X86::CMOV_RFP64:
21112   case X86::CMOV_RFP80:
21113   case X86::CMOV_V2F64:
21114   case X86::CMOV_V2I64:
21115   case X86::CMOV_V4F32:
21116   case X86::CMOV_V4F64:
21117   case X86::CMOV_V4I64:
21118   case X86::CMOV_V16F32:
21119   case X86::CMOV_V8F32:
21120   case X86::CMOV_V8F64:
21121   case X86::CMOV_V8I64:
21122   case X86::CMOV_V8I1:
21123   case X86::CMOV_V16I1:
21124   case X86::CMOV_V32I1:
21125   case X86::CMOV_V64I1:
21126     return true;
21127
21128   default:
21129     return false;
21130   }
21131 }
21132
21133 MachineBasicBlock *
21134 X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
21135                                      MachineBasicBlock *BB) const {
21136   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
21137   DebugLoc DL = MI->getDebugLoc();
21138
21139   // To "insert" a SELECT_CC instruction, we actually have to insert the
21140   // diamond control-flow pattern.  The incoming instruction knows the
21141   // destination vreg to set, the condition code register to branch on, the
21142   // true/false values to select between, and a branch opcode to use.
21143   const BasicBlock *LLVM_BB = BB->getBasicBlock();
21144   MachineFunction::iterator It = ++BB->getIterator();
21145
21146   //  thisMBB:
21147   //  ...
21148   //   TrueVal = ...
21149   //   cmpTY ccX, r1, r2
21150   //   bCC copy1MBB
21151   //   fallthrough --> copy0MBB
21152   MachineBasicBlock *thisMBB = BB;
21153   MachineFunction *F = BB->getParent();
21154
21155   // This code lowers all pseudo-CMOV instructions. Generally it lowers these
21156   // as described above, by inserting a BB, and then making a PHI at the join
21157   // point to select the true and false operands of the CMOV in the PHI.
21158   //
21159   // The code also handles two different cases of multiple CMOV opcodes
21160   // in a row.
21161   //
21162   // Case 1:
21163   // In this case, there are multiple CMOVs in a row, all which are based on
21164   // the same condition setting (or the exact opposite condition setting).
21165   // In this case we can lower all the CMOVs using a single inserted BB, and
21166   // then make a number of PHIs at the join point to model the CMOVs. The only
21167   // trickiness here, is that in a case like:
21168   //
21169   // t2 = CMOV cond1 t1, f1
21170   // t3 = CMOV cond1 t2, f2
21171   //
21172   // when rewriting this into PHIs, we have to perform some renaming on the
21173   // temps since you cannot have a PHI operand refer to a PHI result earlier
21174   // in the same block.  The "simple" but wrong lowering would be:
21175   //
21176   // t2 = PHI t1(BB1), f1(BB2)
21177   // t3 = PHI t2(BB1), f2(BB2)
21178   //
21179   // but clearly t2 is not defined in BB1, so that is incorrect. The proper
21180   // renaming is to note that on the path through BB1, t2 is really just a
21181   // copy of t1, and do that renaming, properly generating:
21182   //
21183   // t2 = PHI t1(BB1), f1(BB2)
21184   // t3 = PHI t1(BB1), f2(BB2)
21185   //
21186   // Case 2, we lower cascaded CMOVs such as
21187   //
21188   //   (CMOV (CMOV F, T, cc1), T, cc2)
21189   //
21190   // to two successives branches.  For that, we look for another CMOV as the
21191   // following instruction.
21192   //
21193   // Without this, we would add a PHI between the two jumps, which ends up
21194   // creating a few copies all around. For instance, for
21195   //
21196   //    (sitofp (zext (fcmp une)))
21197   //
21198   // we would generate:
21199   //
21200   //         ucomiss %xmm1, %xmm0
21201   //         movss  <1.0f>, %xmm0
21202   //         movaps  %xmm0, %xmm1
21203   //         jne     .LBB5_2
21204   //         xorps   %xmm1, %xmm1
21205   // .LBB5_2:
21206   //         jp      .LBB5_4
21207   //         movaps  %xmm1, %xmm0
21208   // .LBB5_4:
21209   //         retq
21210   //
21211   // because this custom-inserter would have generated:
21212   //
21213   //   A
21214   //   | \
21215   //   |  B
21216   //   | /
21217   //   C
21218   //   | \
21219   //   |  D
21220   //   | /
21221   //   E
21222   //
21223   // A: X = ...; Y = ...
21224   // B: empty
21225   // C: Z = PHI [X, A], [Y, B]
21226   // D: empty
21227   // E: PHI [X, C], [Z, D]
21228   //
21229   // If we lower both CMOVs in a single step, we can instead generate:
21230   //
21231   //   A
21232   //   | \
21233   //   |  C
21234   //   | /|
21235   //   |/ |
21236   //   |  |
21237   //   |  D
21238   //   | /
21239   //   E
21240   //
21241   // A: X = ...; Y = ...
21242   // D: empty
21243   // E: PHI [X, A], [X, C], [Y, D]
21244   //
21245   // Which, in our sitofp/fcmp example, gives us something like:
21246   //
21247   //         ucomiss %xmm1, %xmm0
21248   //         movss  <1.0f>, %xmm0
21249   //         jne     .LBB5_4
21250   //         jp      .LBB5_4
21251   //         xorps   %xmm0, %xmm0
21252   // .LBB5_4:
21253   //         retq
21254   //
21255   MachineInstr *CascadedCMOV = nullptr;
21256   MachineInstr *LastCMOV = MI;
21257   X86::CondCode CC = X86::CondCode(MI->getOperand(3).getImm());
21258   X86::CondCode OppCC = X86::GetOppositeBranchCondition(CC);
21259   MachineBasicBlock::iterator NextMIIt =
21260       std::next(MachineBasicBlock::iterator(MI));
21261
21262   // Check for case 1, where there are multiple CMOVs with the same condition
21263   // first.  Of the two cases of multiple CMOV lowerings, case 1 reduces the
21264   // number of jumps the most.
21265
21266   if (isCMOVPseudo(MI)) {
21267     // See if we have a string of CMOVS with the same condition.
21268     while (NextMIIt != BB->end() &&
21269            isCMOVPseudo(NextMIIt) &&
21270            (NextMIIt->getOperand(3).getImm() == CC ||
21271             NextMIIt->getOperand(3).getImm() == OppCC)) {
21272       LastCMOV = &*NextMIIt;
21273       ++NextMIIt;
21274     }
21275   }
21276
21277   // This checks for case 2, but only do this if we didn't already find
21278   // case 1, as indicated by LastCMOV == MI.
21279   if (LastCMOV == MI &&
21280       NextMIIt != BB->end() && NextMIIt->getOpcode() == MI->getOpcode() &&
21281       NextMIIt->getOperand(2).getReg() == MI->getOperand(2).getReg() &&
21282       NextMIIt->getOperand(1).getReg() == MI->getOperand(0).getReg()) {
21283     CascadedCMOV = &*NextMIIt;
21284   }
21285
21286   MachineBasicBlock *jcc1MBB = nullptr;
21287
21288   // If we have a cascaded CMOV, we lower it to two successive branches to
21289   // the same block.  EFLAGS is used by both, so mark it as live in the second.
21290   if (CascadedCMOV) {
21291     jcc1MBB = F->CreateMachineBasicBlock(LLVM_BB);
21292     F->insert(It, jcc1MBB);
21293     jcc1MBB->addLiveIn(X86::EFLAGS);
21294   }
21295
21296   MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
21297   MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
21298   F->insert(It, copy0MBB);
21299   F->insert(It, sinkMBB);
21300
21301   // If the EFLAGS register isn't dead in the terminator, then claim that it's
21302   // live into the sink and copy blocks.
21303   const TargetRegisterInfo *TRI = Subtarget->getRegisterInfo();
21304
21305   MachineInstr *LastEFLAGSUser = CascadedCMOV ? CascadedCMOV : LastCMOV;
21306   if (!LastEFLAGSUser->killsRegister(X86::EFLAGS) &&
21307       !checkAndUpdateEFLAGSKill(LastEFLAGSUser, BB, TRI)) {
21308     copy0MBB->addLiveIn(X86::EFLAGS);
21309     sinkMBB->addLiveIn(X86::EFLAGS);
21310   }
21311
21312   // Transfer the remainder of BB and its successor edges to sinkMBB.
21313   sinkMBB->splice(sinkMBB->begin(), BB,
21314                   std::next(MachineBasicBlock::iterator(LastCMOV)), BB->end());
21315   sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
21316
21317   // Add the true and fallthrough blocks as its successors.
21318   if (CascadedCMOV) {
21319     // The fallthrough block may be jcc1MBB, if we have a cascaded CMOV.
21320     BB->addSuccessor(jcc1MBB);
21321
21322     // In that case, jcc1MBB will itself fallthrough the copy0MBB, and
21323     // jump to the sinkMBB.
21324     jcc1MBB->addSuccessor(copy0MBB);
21325     jcc1MBB->addSuccessor(sinkMBB);
21326   } else {
21327     BB->addSuccessor(copy0MBB);
21328   }
21329
21330   // The true block target of the first (or only) branch is always sinkMBB.
21331   BB->addSuccessor(sinkMBB);
21332
21333   // Create the conditional branch instruction.
21334   unsigned Opc = X86::GetCondBranchFromCond(CC);
21335   BuildMI(BB, DL, TII->get(Opc)).addMBB(sinkMBB);
21336
21337   if (CascadedCMOV) {
21338     unsigned Opc2 = X86::GetCondBranchFromCond(
21339         (X86::CondCode)CascadedCMOV->getOperand(3).getImm());
21340     BuildMI(jcc1MBB, DL, TII->get(Opc2)).addMBB(sinkMBB);
21341   }
21342
21343   //  copy0MBB:
21344   //   %FalseValue = ...
21345   //   # fallthrough to sinkMBB
21346   copy0MBB->addSuccessor(sinkMBB);
21347
21348   //  sinkMBB:
21349   //   %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
21350   //  ...
21351   MachineBasicBlock::iterator MIItBegin = MachineBasicBlock::iterator(MI);
21352   MachineBasicBlock::iterator MIItEnd =
21353     std::next(MachineBasicBlock::iterator(LastCMOV));
21354   MachineBasicBlock::iterator SinkInsertionPoint = sinkMBB->begin();
21355   DenseMap<unsigned, std::pair<unsigned, unsigned>> RegRewriteTable;
21356   MachineInstrBuilder MIB;
21357
21358   // As we are creating the PHIs, we have to be careful if there is more than
21359   // one.  Later CMOVs may reference the results of earlier CMOVs, but later
21360   // PHIs have to reference the individual true/false inputs from earlier PHIs.
21361   // That also means that PHI construction must work forward from earlier to
21362   // later, and that the code must maintain a mapping from earlier PHI's
21363   // destination registers, and the registers that went into the PHI.
21364
21365   for (MachineBasicBlock::iterator MIIt = MIItBegin; MIIt != MIItEnd; ++MIIt) {
21366     unsigned DestReg = MIIt->getOperand(0).getReg();
21367     unsigned Op1Reg = MIIt->getOperand(1).getReg();
21368     unsigned Op2Reg = MIIt->getOperand(2).getReg();
21369
21370     // If this CMOV we are generating is the opposite condition from
21371     // the jump we generated, then we have to swap the operands for the
21372     // PHI that is going to be generated.
21373     if (MIIt->getOperand(3).getImm() == OppCC)
21374         std::swap(Op1Reg, Op2Reg);
21375
21376     if (RegRewriteTable.find(Op1Reg) != RegRewriteTable.end())
21377       Op1Reg = RegRewriteTable[Op1Reg].first;
21378
21379     if (RegRewriteTable.find(Op2Reg) != RegRewriteTable.end())
21380       Op2Reg = RegRewriteTable[Op2Reg].second;
21381
21382     MIB = BuildMI(*sinkMBB, SinkInsertionPoint, DL,
21383                   TII->get(X86::PHI), DestReg)
21384           .addReg(Op1Reg).addMBB(copy0MBB)
21385           .addReg(Op2Reg).addMBB(thisMBB);
21386
21387     // Add this PHI to the rewrite table.
21388     RegRewriteTable[DestReg] = std::make_pair(Op1Reg, Op2Reg);
21389   }
21390
21391   // If we have a cascaded CMOV, the second Jcc provides the same incoming
21392   // value as the first Jcc (the True operand of the SELECT_CC/CMOV nodes).
21393   if (CascadedCMOV) {
21394     MIB.addReg(MI->getOperand(2).getReg()).addMBB(jcc1MBB);
21395     // Copy the PHI result to the register defined by the second CMOV.
21396     BuildMI(*sinkMBB, std::next(MachineBasicBlock::iterator(MIB.getInstr())),
21397             DL, TII->get(TargetOpcode::COPY),
21398             CascadedCMOV->getOperand(0).getReg())
21399         .addReg(MI->getOperand(0).getReg());
21400     CascadedCMOV->eraseFromParent();
21401   }
21402
21403   // Now remove the CMOV(s).
21404   for (MachineBasicBlock::iterator MIIt = MIItBegin; MIIt != MIItEnd; )
21405     (MIIt++)->eraseFromParent();
21406
21407   return sinkMBB;
21408 }
21409
21410 MachineBasicBlock *
21411 X86TargetLowering::EmitLoweredAtomicFP(MachineInstr *MI,
21412                                        MachineBasicBlock *BB) const {
21413   // Combine the following atomic floating-point modification pattern:
21414   //   a.store(reg OP a.load(acquire), release)
21415   // Transform them into:
21416   //   OPss (%gpr), %xmm
21417   //   movss %xmm, (%gpr)
21418   // Or sd equivalent for 64-bit operations.
21419   unsigned MOp, FOp;
21420   switch (MI->getOpcode()) {
21421   default: llvm_unreachable("unexpected instr type for EmitLoweredAtomicFP");
21422   case X86::RELEASE_FADD32mr: MOp = X86::MOVSSmr; FOp = X86::ADDSSrm; break;
21423   case X86::RELEASE_FADD64mr: MOp = X86::MOVSDmr; FOp = X86::ADDSDrm; break;
21424   }
21425   const X86InstrInfo *TII = Subtarget->getInstrInfo();
21426   DebugLoc DL = MI->getDebugLoc();
21427   MachineRegisterInfo &MRI = BB->getParent()->getRegInfo();
21428   MachineOperand MSrc = MI->getOperand(0);
21429   unsigned VSrc = MI->getOperand(5).getReg();
21430   const MachineOperand &Disp = MI->getOperand(3);
21431   MachineOperand ZeroDisp = MachineOperand::CreateImm(0);
21432   bool hasDisp = Disp.isGlobal() || Disp.isImm();
21433   if (hasDisp && MSrc.isReg())
21434     MSrc.setIsKill(false);
21435   MachineInstrBuilder MIM = BuildMI(*BB, MI, DL, TII->get(MOp))
21436                                 .addOperand(/*Base=*/MSrc)
21437                                 .addImm(/*Scale=*/1)
21438                                 .addReg(/*Index=*/0)
21439                                 .addDisp(hasDisp ? Disp : ZeroDisp, /*off=*/0)
21440                                 .addReg(0);
21441   MachineInstr *MIO = BuildMI(*BB, (MachineInstr *)MIM, DL, TII->get(FOp),
21442                               MRI.createVirtualRegister(MRI.getRegClass(VSrc)))
21443                           .addReg(VSrc)
21444                           .addOperand(/*Base=*/MSrc)
21445                           .addImm(/*Scale=*/1)
21446                           .addReg(/*Index=*/0)
21447                           .addDisp(hasDisp ? Disp : ZeroDisp, /*off=*/0)
21448                           .addReg(/*Segment=*/0);
21449   MIM.addReg(MIO->getOperand(0).getReg(), RegState::Kill);
21450   MI->eraseFromParent(); // The pseudo instruction is gone now.
21451   return BB;
21452 }
21453
21454 MachineBasicBlock *
21455 X86TargetLowering::EmitLoweredSegAlloca(MachineInstr *MI,
21456                                         MachineBasicBlock *BB) const {
21457   MachineFunction *MF = BB->getParent();
21458   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
21459   DebugLoc DL = MI->getDebugLoc();
21460   const BasicBlock *LLVM_BB = BB->getBasicBlock();
21461
21462   assert(MF->shouldSplitStack());
21463
21464   const bool Is64Bit = Subtarget->is64Bit();
21465   const bool IsLP64 = Subtarget->isTarget64BitLP64();
21466
21467   const unsigned TlsReg = Is64Bit ? X86::FS : X86::GS;
21468   const unsigned TlsOffset = IsLP64 ? 0x70 : Is64Bit ? 0x40 : 0x30;
21469
21470   // BB:
21471   //  ... [Till the alloca]
21472   // If stacklet is not large enough, jump to mallocMBB
21473   //
21474   // bumpMBB:
21475   //  Allocate by subtracting from RSP
21476   //  Jump to continueMBB
21477   //
21478   // mallocMBB:
21479   //  Allocate by call to runtime
21480   //
21481   // continueMBB:
21482   //  ...
21483   //  [rest of original BB]
21484   //
21485
21486   MachineBasicBlock *mallocMBB = MF->CreateMachineBasicBlock(LLVM_BB);
21487   MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB);
21488   MachineBasicBlock *continueMBB = MF->CreateMachineBasicBlock(LLVM_BB);
21489
21490   MachineRegisterInfo &MRI = MF->getRegInfo();
21491   const TargetRegisterClass *AddrRegClass =
21492       getRegClassFor(getPointerTy(MF->getDataLayout()));
21493
21494   unsigned mallocPtrVReg = MRI.createVirtualRegister(AddrRegClass),
21495     bumpSPPtrVReg = MRI.createVirtualRegister(AddrRegClass),
21496     tmpSPVReg = MRI.createVirtualRegister(AddrRegClass),
21497     SPLimitVReg = MRI.createVirtualRegister(AddrRegClass),
21498     sizeVReg = MI->getOperand(1).getReg(),
21499     physSPReg = IsLP64 || Subtarget->isTargetNaCl64() ? X86::RSP : X86::ESP;
21500
21501   MachineFunction::iterator MBBIter = ++BB->getIterator();
21502
21503   MF->insert(MBBIter, bumpMBB);
21504   MF->insert(MBBIter, mallocMBB);
21505   MF->insert(MBBIter, continueMBB);
21506
21507   continueMBB->splice(continueMBB->begin(), BB,
21508                       std::next(MachineBasicBlock::iterator(MI)), BB->end());
21509   continueMBB->transferSuccessorsAndUpdatePHIs(BB);
21510
21511   // Add code to the main basic block to check if the stack limit has been hit,
21512   // and if so, jump to mallocMBB otherwise to bumpMBB.
21513   BuildMI(BB, DL, TII->get(TargetOpcode::COPY), tmpSPVReg).addReg(physSPReg);
21514   BuildMI(BB, DL, TII->get(IsLP64 ? X86::SUB64rr:X86::SUB32rr), SPLimitVReg)
21515     .addReg(tmpSPVReg).addReg(sizeVReg);
21516   BuildMI(BB, DL, TII->get(IsLP64 ? X86::CMP64mr:X86::CMP32mr))
21517     .addReg(0).addImm(1).addReg(0).addImm(TlsOffset).addReg(TlsReg)
21518     .addReg(SPLimitVReg);
21519   BuildMI(BB, DL, TII->get(X86::JG_1)).addMBB(mallocMBB);
21520
21521   // bumpMBB simply decreases the stack pointer, since we know the current
21522   // stacklet has enough space.
21523   BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), physSPReg)
21524     .addReg(SPLimitVReg);
21525   BuildMI(bumpMBB, DL, TII->get(TargetOpcode::COPY), bumpSPPtrVReg)
21526     .addReg(SPLimitVReg);
21527   BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB);
21528
21529   // Calls into a routine in libgcc to allocate more space from the heap.
21530   const uint32_t *RegMask =
21531       Subtarget->getRegisterInfo()->getCallPreservedMask(*MF, CallingConv::C);
21532   if (IsLP64) {
21533     BuildMI(mallocMBB, DL, TII->get(X86::MOV64rr), X86::RDI)
21534       .addReg(sizeVReg);
21535     BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32))
21536       .addExternalSymbol("__morestack_allocate_stack_space")
21537       .addRegMask(RegMask)
21538       .addReg(X86::RDI, RegState::Implicit)
21539       .addReg(X86::RAX, RegState::ImplicitDefine);
21540   } else if (Is64Bit) {
21541     BuildMI(mallocMBB, DL, TII->get(X86::MOV32rr), X86::EDI)
21542       .addReg(sizeVReg);
21543     BuildMI(mallocMBB, DL, TII->get(X86::CALL64pcrel32))
21544       .addExternalSymbol("__morestack_allocate_stack_space")
21545       .addRegMask(RegMask)
21546       .addReg(X86::EDI, RegState::Implicit)
21547       .addReg(X86::EAX, RegState::ImplicitDefine);
21548   } else {
21549     BuildMI(mallocMBB, DL, TII->get(X86::SUB32ri), physSPReg).addReg(physSPReg)
21550       .addImm(12);
21551     BuildMI(mallocMBB, DL, TII->get(X86::PUSH32r)).addReg(sizeVReg);
21552     BuildMI(mallocMBB, DL, TII->get(X86::CALLpcrel32))
21553       .addExternalSymbol("__morestack_allocate_stack_space")
21554       .addRegMask(RegMask)
21555       .addReg(X86::EAX, RegState::ImplicitDefine);
21556   }
21557
21558   if (!Is64Bit)
21559     BuildMI(mallocMBB, DL, TII->get(X86::ADD32ri), physSPReg).addReg(physSPReg)
21560       .addImm(16);
21561
21562   BuildMI(mallocMBB, DL, TII->get(TargetOpcode::COPY), mallocPtrVReg)
21563     .addReg(IsLP64 ? X86::RAX : X86::EAX);
21564   BuildMI(mallocMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB);
21565
21566   // Set up the CFG correctly.
21567   BB->addSuccessor(bumpMBB);
21568   BB->addSuccessor(mallocMBB);
21569   mallocMBB->addSuccessor(continueMBB);
21570   bumpMBB->addSuccessor(continueMBB);
21571
21572   // Take care of the PHI nodes.
21573   BuildMI(*continueMBB, continueMBB->begin(), DL, TII->get(X86::PHI),
21574           MI->getOperand(0).getReg())
21575     .addReg(mallocPtrVReg).addMBB(mallocMBB)
21576     .addReg(bumpSPPtrVReg).addMBB(bumpMBB);
21577
21578   // Delete the original pseudo instruction.
21579   MI->eraseFromParent();
21580
21581   // And we're done.
21582   return continueMBB;
21583 }
21584
21585 MachineBasicBlock *
21586 X86TargetLowering::EmitLoweredWinAlloca(MachineInstr *MI,
21587                                         MachineBasicBlock *BB) const {
21588   assert(!Subtarget->isTargetMachO());
21589   DebugLoc DL = MI->getDebugLoc();
21590   MachineInstr *ResumeMI = Subtarget->getFrameLowering()->emitStackProbe(
21591       *BB->getParent(), *BB, MI, DL, false);
21592   MachineBasicBlock *ResumeBB = ResumeMI->getParent();
21593   MI->eraseFromParent(); // The pseudo instruction is gone now.
21594   return ResumeBB;
21595 }
21596
21597 MachineBasicBlock *
21598 X86TargetLowering::EmitLoweredCatchRet(MachineInstr *MI,
21599                                        MachineBasicBlock *BB) const {
21600   MachineFunction *MF = BB->getParent();
21601   const TargetInstrInfo &TII = *Subtarget->getInstrInfo();
21602   MachineBasicBlock *TargetMBB = MI->getOperand(0).getMBB();
21603   DebugLoc DL = MI->getDebugLoc();
21604
21605   assert(!isAsynchronousEHPersonality(
21606              classifyEHPersonality(MF->getFunction()->getPersonalityFn())) &&
21607          "SEH does not use catchret!");
21608
21609   // Only 32-bit EH needs to worry about manually restoring stack pointers.
21610   if (!Subtarget->is32Bit())
21611     return BB;
21612
21613   // C++ EH creates a new target block to hold the restore code, and wires up
21614   // the new block to the return destination with a normal JMP_4.
21615   MachineBasicBlock *RestoreMBB =
21616       MF->CreateMachineBasicBlock(BB->getBasicBlock());
21617   assert(BB->succ_size() == 1);
21618   MF->insert(std::next(BB->getIterator()), RestoreMBB);
21619   RestoreMBB->transferSuccessorsAndUpdatePHIs(BB);
21620   BB->addSuccessor(RestoreMBB);
21621   MI->getOperand(0).setMBB(RestoreMBB);
21622
21623   auto RestoreMBBI = RestoreMBB->begin();
21624   BuildMI(*RestoreMBB, RestoreMBBI, DL, TII.get(X86::EH_RESTORE));
21625   BuildMI(*RestoreMBB, RestoreMBBI, DL, TII.get(X86::JMP_4)).addMBB(TargetMBB);
21626   return BB;
21627 }
21628
21629 MachineBasicBlock *
21630 X86TargetLowering::EmitLoweredCatchPad(MachineInstr *MI,
21631                                        MachineBasicBlock *BB) const {
21632   MachineFunction *MF = BB->getParent();
21633   const Constant *PerFn = MF->getFunction()->getPersonalityFn();
21634   bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn));
21635   // Only 32-bit SEH requires special handling for catchpad.
21636   if (IsSEH && Subtarget->is32Bit()) {
21637     const TargetInstrInfo &TII = *Subtarget->getInstrInfo();
21638     DebugLoc DL = MI->getDebugLoc();
21639     BuildMI(*BB, MI, DL, TII.get(X86::EH_RESTORE));
21640   }
21641   MI->eraseFromParent();
21642   return BB;
21643 }
21644
21645 MachineBasicBlock *
21646 X86TargetLowering::EmitLoweredTLSCall(MachineInstr *MI,
21647                                       MachineBasicBlock *BB) const {
21648   // This is pretty easy.  We're taking the value that we received from
21649   // our load from the relocation, sticking it in either RDI (x86-64)
21650   // or EAX and doing an indirect call.  The return value will then
21651   // be in the normal return register.
21652   MachineFunction *F = BB->getParent();
21653   const X86InstrInfo *TII = Subtarget->getInstrInfo();
21654   DebugLoc DL = MI->getDebugLoc();
21655
21656   assert(Subtarget->isTargetDarwin() && "Darwin only instr emitted?");
21657   assert(MI->getOperand(3).isGlobal() && "This should be a global");
21658
21659   // Get a register mask for the lowered call.
21660   // FIXME: The 32-bit calls have non-standard calling conventions. Use a
21661   // proper register mask.
21662   const uint32_t *RegMask =
21663       Subtarget->is64Bit() ?
21664       Subtarget->getRegisterInfo()->getDarwinTLSCallPreservedMask() :
21665       Subtarget->getRegisterInfo()->getCallPreservedMask(*F, CallingConv::C);
21666   if (Subtarget->is64Bit()) {
21667     MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
21668                                       TII->get(X86::MOV64rm), X86::RDI)
21669     .addReg(X86::RIP)
21670     .addImm(0).addReg(0)
21671     .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
21672                       MI->getOperand(3).getTargetFlags())
21673     .addReg(0);
21674     MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL64m));
21675     addDirectMem(MIB, X86::RDI);
21676     MIB.addReg(X86::RAX, RegState::ImplicitDefine).addRegMask(RegMask);
21677   } else if (F->getTarget().getRelocationModel() != Reloc::PIC_) {
21678     MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
21679                                       TII->get(X86::MOV32rm), X86::EAX)
21680     .addReg(0)
21681     .addImm(0).addReg(0)
21682     .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
21683                       MI->getOperand(3).getTargetFlags())
21684     .addReg(0);
21685     MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
21686     addDirectMem(MIB, X86::EAX);
21687     MIB.addReg(X86::EAX, RegState::ImplicitDefine).addRegMask(RegMask);
21688   } else {
21689     MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
21690                                       TII->get(X86::MOV32rm), X86::EAX)
21691     .addReg(TII->getGlobalBaseReg(F))
21692     .addImm(0).addReg(0)
21693     .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
21694                       MI->getOperand(3).getTargetFlags())
21695     .addReg(0);
21696     MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
21697     addDirectMem(MIB, X86::EAX);
21698     MIB.addReg(X86::EAX, RegState::ImplicitDefine).addRegMask(RegMask);
21699   }
21700
21701   MI->eraseFromParent(); // The pseudo instruction is gone now.
21702   return BB;
21703 }
21704
21705 MachineBasicBlock *
21706 X86TargetLowering::emitEHSjLjSetJmp(MachineInstr *MI,
21707                                     MachineBasicBlock *MBB) const {
21708   DebugLoc DL = MI->getDebugLoc();
21709   MachineFunction *MF = MBB->getParent();
21710   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
21711   MachineRegisterInfo &MRI = MF->getRegInfo();
21712
21713   const BasicBlock *BB = MBB->getBasicBlock();
21714   MachineFunction::iterator I = ++MBB->getIterator();
21715
21716   // Memory Reference
21717   MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
21718   MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
21719
21720   unsigned DstReg;
21721   unsigned MemOpndSlot = 0;
21722
21723   unsigned CurOp = 0;
21724
21725   DstReg = MI->getOperand(CurOp++).getReg();
21726   const TargetRegisterClass *RC = MRI.getRegClass(DstReg);
21727   assert(RC->hasType(MVT::i32) && "Invalid destination!");
21728   unsigned mainDstReg = MRI.createVirtualRegister(RC);
21729   unsigned restoreDstReg = MRI.createVirtualRegister(RC);
21730
21731   MemOpndSlot = CurOp;
21732
21733   MVT PVT = getPointerTy(MF->getDataLayout());
21734   assert((PVT == MVT::i64 || PVT == MVT::i32) &&
21735          "Invalid Pointer Size!");
21736
21737   // For v = setjmp(buf), we generate
21738   //
21739   // thisMBB:
21740   //  buf[LabelOffset] = restoreMBB <-- takes address of restoreMBB
21741   //  SjLjSetup restoreMBB
21742   //
21743   // mainMBB:
21744   //  v_main = 0
21745   //
21746   // sinkMBB:
21747   //  v = phi(main, restore)
21748   //
21749   // restoreMBB:
21750   //  if base pointer being used, load it from frame
21751   //  v_restore = 1
21752
21753   MachineBasicBlock *thisMBB = MBB;
21754   MachineBasicBlock *mainMBB = MF->CreateMachineBasicBlock(BB);
21755   MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(BB);
21756   MachineBasicBlock *restoreMBB = MF->CreateMachineBasicBlock(BB);
21757   MF->insert(I, mainMBB);
21758   MF->insert(I, sinkMBB);
21759   MF->push_back(restoreMBB);
21760   restoreMBB->setHasAddressTaken();
21761
21762   MachineInstrBuilder MIB;
21763
21764   // Transfer the remainder of BB and its successor edges to sinkMBB.
21765   sinkMBB->splice(sinkMBB->begin(), MBB,
21766                   std::next(MachineBasicBlock::iterator(MI)), MBB->end());
21767   sinkMBB->transferSuccessorsAndUpdatePHIs(MBB);
21768
21769   // thisMBB:
21770   unsigned PtrStoreOpc = 0;
21771   unsigned LabelReg = 0;
21772   const int64_t LabelOffset = 1 * PVT.getStoreSize();
21773   Reloc::Model RM = MF->getTarget().getRelocationModel();
21774   bool UseImmLabel = (MF->getTarget().getCodeModel() == CodeModel::Small) &&
21775                      (RM == Reloc::Static || RM == Reloc::DynamicNoPIC);
21776
21777   // Prepare IP either in reg or imm.
21778   if (!UseImmLabel) {
21779     PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
21780     const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
21781     LabelReg = MRI.createVirtualRegister(PtrRC);
21782     if (Subtarget->is64Bit()) {
21783       MIB = BuildMI(*thisMBB, MI, DL, TII->get(X86::LEA64r), LabelReg)
21784               .addReg(X86::RIP)
21785               .addImm(0)
21786               .addReg(0)
21787               .addMBB(restoreMBB)
21788               .addReg(0);
21789     } else {
21790       const X86InstrInfo *XII = static_cast<const X86InstrInfo*>(TII);
21791       MIB = BuildMI(*thisMBB, MI, DL, TII->get(X86::LEA32r), LabelReg)
21792               .addReg(XII->getGlobalBaseReg(MF))
21793               .addImm(0)
21794               .addReg(0)
21795               .addMBB(restoreMBB, Subtarget->ClassifyBlockAddressReference())
21796               .addReg(0);
21797     }
21798   } else
21799     PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi;
21800   // Store IP
21801   MIB = BuildMI(*thisMBB, MI, DL, TII->get(PtrStoreOpc));
21802   for (unsigned i = 0; i < X86::AddrNumOperands; ++i) {
21803     if (i == X86::AddrDisp)
21804       MIB.addDisp(MI->getOperand(MemOpndSlot + i), LabelOffset);
21805     else
21806       MIB.addOperand(MI->getOperand(MemOpndSlot + i));
21807   }
21808   if (!UseImmLabel)
21809     MIB.addReg(LabelReg);
21810   else
21811     MIB.addMBB(restoreMBB);
21812   MIB.setMemRefs(MMOBegin, MMOEnd);
21813   // Setup
21814   MIB = BuildMI(*thisMBB, MI, DL, TII->get(X86::EH_SjLj_Setup))
21815           .addMBB(restoreMBB);
21816
21817   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
21818   MIB.addRegMask(RegInfo->getNoPreservedMask());
21819   thisMBB->addSuccessor(mainMBB);
21820   thisMBB->addSuccessor(restoreMBB);
21821
21822   // mainMBB:
21823   //  EAX = 0
21824   BuildMI(mainMBB, DL, TII->get(X86::MOV32r0), mainDstReg);
21825   mainMBB->addSuccessor(sinkMBB);
21826
21827   // sinkMBB:
21828   BuildMI(*sinkMBB, sinkMBB->begin(), DL,
21829           TII->get(X86::PHI), DstReg)
21830     .addReg(mainDstReg).addMBB(mainMBB)
21831     .addReg(restoreDstReg).addMBB(restoreMBB);
21832
21833   // restoreMBB:
21834   if (RegInfo->hasBasePointer(*MF)) {
21835     const bool Uses64BitFramePtr =
21836         Subtarget->isTarget64BitLP64() || Subtarget->isTargetNaCl64();
21837     X86MachineFunctionInfo *X86FI = MF->getInfo<X86MachineFunctionInfo>();
21838     X86FI->setRestoreBasePointer(MF);
21839     unsigned FramePtr = RegInfo->getFrameRegister(*MF);
21840     unsigned BasePtr = RegInfo->getBaseRegister();
21841     unsigned Opm = Uses64BitFramePtr ? X86::MOV64rm : X86::MOV32rm;
21842     addRegOffset(BuildMI(restoreMBB, DL, TII->get(Opm), BasePtr),
21843                  FramePtr, true, X86FI->getRestoreBasePointerOffset())
21844       .setMIFlag(MachineInstr::FrameSetup);
21845   }
21846   BuildMI(restoreMBB, DL, TII->get(X86::MOV32ri), restoreDstReg).addImm(1);
21847   BuildMI(restoreMBB, DL, TII->get(X86::JMP_1)).addMBB(sinkMBB);
21848   restoreMBB->addSuccessor(sinkMBB);
21849
21850   MI->eraseFromParent();
21851   return sinkMBB;
21852 }
21853
21854 MachineBasicBlock *
21855 X86TargetLowering::emitEHSjLjLongJmp(MachineInstr *MI,
21856                                      MachineBasicBlock *MBB) const {
21857   DebugLoc DL = MI->getDebugLoc();
21858   MachineFunction *MF = MBB->getParent();
21859   const TargetInstrInfo *TII = Subtarget->getInstrInfo();
21860   MachineRegisterInfo &MRI = MF->getRegInfo();
21861
21862   // Memory Reference
21863   MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
21864   MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
21865
21866   MVT PVT = getPointerTy(MF->getDataLayout());
21867   assert((PVT == MVT::i64 || PVT == MVT::i32) &&
21868          "Invalid Pointer Size!");
21869
21870   const TargetRegisterClass *RC =
21871     (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass;
21872   unsigned Tmp = MRI.createVirtualRegister(RC);
21873   // Since FP is only updated here but NOT referenced, it's treated as GPR.
21874   const X86RegisterInfo *RegInfo = Subtarget->getRegisterInfo();
21875   unsigned FP = (PVT == MVT::i64) ? X86::RBP : X86::EBP;
21876   unsigned SP = RegInfo->getStackRegister();
21877
21878   MachineInstrBuilder MIB;
21879
21880   const int64_t LabelOffset = 1 * PVT.getStoreSize();
21881   const int64_t SPOffset = 2 * PVT.getStoreSize();
21882
21883   unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm;
21884   unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r;
21885
21886   // Reload FP
21887   MIB = BuildMI(*MBB, MI, DL, TII->get(PtrLoadOpc), FP);
21888   for (unsigned i = 0; i < X86::AddrNumOperands; ++i)
21889     MIB.addOperand(MI->getOperand(i));
21890   MIB.setMemRefs(MMOBegin, MMOEnd);
21891   // Reload IP
21892   MIB = BuildMI(*MBB, MI, DL, TII->get(PtrLoadOpc), Tmp);
21893   for (unsigned i = 0; i < X86::AddrNumOperands; ++i) {
21894     if (i == X86::AddrDisp)
21895       MIB.addDisp(MI->getOperand(i), LabelOffset);
21896     else
21897       MIB.addOperand(MI->getOperand(i));
21898   }
21899   MIB.setMemRefs(MMOBegin, MMOEnd);
21900   // Reload SP
21901   MIB = BuildMI(*MBB, MI, DL, TII->get(PtrLoadOpc), SP);
21902   for (unsigned i = 0; i < X86::AddrNumOperands; ++i) {
21903     if (i == X86::AddrDisp)
21904       MIB.addDisp(MI->getOperand(i), SPOffset);
21905     else
21906       MIB.addOperand(MI->getOperand(i));
21907   }
21908   MIB.setMemRefs(MMOBegin, MMOEnd);
21909   // Jump
21910   BuildMI(*MBB, MI, DL, TII->get(IJmpOpc)).addReg(Tmp);
21911
21912   MI->eraseFromParent();
21913   return MBB;
21914 }
21915
21916 // Replace 213-type (isel default) FMA3 instructions with 231-type for
21917 // accumulator loops. Writing back to the accumulator allows the coalescer
21918 // to remove extra copies in the loop.
21919 // FIXME: Do this on AVX512.  We don't support 231 variants yet (PR23937).
21920 MachineBasicBlock *
21921 X86TargetLowering::emitFMA3Instr(MachineInstr *MI,
21922                                  MachineBasicBlock *MBB) const {
21923   MachineOperand &AddendOp = MI->getOperand(3);
21924
21925   // Bail out early if the addend isn't a register - we can't switch these.
21926   if (!AddendOp.isReg())
21927     return MBB;
21928
21929   MachineFunction &MF = *MBB->getParent();
21930   MachineRegisterInfo &MRI = MF.getRegInfo();
21931
21932   // Check whether the addend is defined by a PHI:
21933   assert(MRI.hasOneDef(AddendOp.getReg()) && "Multiple defs in SSA?");
21934   MachineInstr &AddendDef = *MRI.def_instr_begin(AddendOp.getReg());
21935   if (!AddendDef.isPHI())
21936     return MBB;
21937
21938   // Look for the following pattern:
21939   // loop:
21940   //   %addend = phi [%entry, 0], [%loop, %result]
21941   //   ...
21942   //   %result<tied1> = FMA213 %m2<tied0>, %m1, %addend
21943
21944   // Replace with:
21945   //   loop:
21946   //   %addend = phi [%entry, 0], [%loop, %result]
21947   //   ...
21948   //   %result<tied1> = FMA231 %addend<tied0>, %m1, %m2
21949
21950   for (unsigned i = 1, e = AddendDef.getNumOperands(); i < e; i += 2) {
21951     assert(AddendDef.getOperand(i).isReg());
21952     MachineOperand PHISrcOp = AddendDef.getOperand(i);
21953     MachineInstr &PHISrcInst = *MRI.def_instr_begin(PHISrcOp.getReg());
21954     if (&PHISrcInst == MI) {
21955       // Found a matching instruction.
21956       unsigned NewFMAOpc = 0;
21957       switch (MI->getOpcode()) {
21958         case X86::VFMADDPDr213r: NewFMAOpc = X86::VFMADDPDr231r; break;
21959         case X86::VFMADDPSr213r: NewFMAOpc = X86::VFMADDPSr231r; break;
21960         case X86::VFMADDSDr213r: NewFMAOpc = X86::VFMADDSDr231r; break;
21961         case X86::VFMADDSSr213r: NewFMAOpc = X86::VFMADDSSr231r; break;
21962         case X86::VFMSUBPDr213r: NewFMAOpc = X86::VFMSUBPDr231r; break;
21963         case X86::VFMSUBPSr213r: NewFMAOpc = X86::VFMSUBPSr231r; break;
21964         case X86::VFMSUBSDr213r: NewFMAOpc = X86::VFMSUBSDr231r; break;
21965         case X86::VFMSUBSSr213r: NewFMAOpc = X86::VFMSUBSSr231r; break;
21966         case X86::VFNMADDPDr213r: NewFMAOpc = X86::VFNMADDPDr231r; break;
21967         case X86::VFNMADDPSr213r: NewFMAOpc = X86::VFNMADDPSr231r; break;
21968         case X86::VFNMADDSDr213r: NewFMAOpc = X86::VFNMADDSDr231r; break;
21969         case X86::VFNMADDSSr213r: NewFMAOpc = X86::VFNMADDSSr231r; break;
21970         case X86::VFNMSUBPDr213r: NewFMAOpc = X86::VFNMSUBPDr231r; break;
21971         case X86::VFNMSUBPSr213r: NewFMAOpc = X86::VFNMSUBPSr231r; break;
21972         case X86::VFNMSUBSDr213r: NewFMAOpc = X86::VFNMSUBSDr231r; break;
21973         case X86::VFNMSUBSSr213r: NewFMAOpc = X86::VFNMSUBSSr231r; break;
21974         case X86::VFMADDSUBPDr213r: NewFMAOpc = X86::VFMADDSUBPDr231r; break;
21975         case X86::VFMADDSUBPSr213r: NewFMAOpc = X86::VFMADDSUBPSr231r; break;
21976         case X86::VFMSUBADDPDr213r: NewFMAOpc = X86::VFMSUBADDPDr231r; break;
21977         case X86::VFMSUBADDPSr213r: NewFMAOpc = X86::VFMSUBADDPSr231r; break;
21978
21979         case X86::VFMADDPDr213rY: NewFMAOpc = X86::VFMADDPDr231rY; break;
21980         case X86::VFMADDPSr213rY: NewFMAOpc = X86::VFMADDPSr231rY; break;
21981         case X86::VFMSUBPDr213rY: NewFMAOpc = X86::VFMSUBPDr231rY; break;
21982         case X86::VFMSUBPSr213rY: NewFMAOpc = X86::VFMSUBPSr231rY; break;
21983         case X86::VFNMADDPDr213rY: NewFMAOpc = X86::VFNMADDPDr231rY; break;
21984         case X86::VFNMADDPSr213rY: NewFMAOpc = X86::VFNMADDPSr231rY; break;
21985         case X86::VFNMSUBPDr213rY: NewFMAOpc = X86::VFNMSUBPDr231rY; break;
21986         case X86::VFNMSUBPSr213rY: NewFMAOpc = X86::VFNMSUBPSr231rY; break;
21987         case X86::VFMADDSUBPDr213rY: NewFMAOpc = X86::VFMADDSUBPDr231rY; break;
21988         case X86::VFMADDSUBPSr213rY: NewFMAOpc = X86::VFMADDSUBPSr231rY; break;
21989         case X86::VFMSUBADDPDr213rY: NewFMAOpc = X86::VFMSUBADDPDr231rY; break;
21990         case X86::VFMSUBADDPSr213rY: NewFMAOpc = X86::VFMSUBADDPSr231rY; break;
21991         default: llvm_unreachable("Unrecognized FMA variant.");
21992       }
21993
21994       const TargetInstrInfo &TII = *Subtarget->getInstrInfo();
21995       MachineInstrBuilder MIB =
21996         BuildMI(MF, MI->getDebugLoc(), TII.get(NewFMAOpc))
21997         .addOperand(MI->getOperand(0))
21998         .addOperand(MI->getOperand(3))
21999         .addOperand(MI->getOperand(2))
22000         .addOperand(MI->getOperand(1));
22001       MBB->insert(MachineBasicBlock::iterator(MI), MIB);
22002       MI->eraseFromParent();
22003     }
22004   }
22005
22006   return MBB;
22007 }
22008
22009 MachineBasicBlock *
22010 X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
22011                                                MachineBasicBlock *BB) const {
22012   switch (MI->getOpcode()) {
22013   default: llvm_unreachable("Unexpected instr type to insert");
22014   case X86::TAILJMPd64:
22015   case X86::TAILJMPr64:
22016   case X86::TAILJMPm64:
22017   case X86::TAILJMPd64_REX:
22018   case X86::TAILJMPr64_REX:
22019   case X86::TAILJMPm64_REX:
22020     llvm_unreachable("TAILJMP64 would not be touched here.");
22021   case X86::TCRETURNdi64:
22022   case X86::TCRETURNri64:
22023   case X86::TCRETURNmi64:
22024     return BB;
22025   case X86::WIN_ALLOCA:
22026     return EmitLoweredWinAlloca(MI, BB);
22027   case X86::CATCHRET:
22028     return EmitLoweredCatchRet(MI, BB);
22029   case X86::CATCHPAD:
22030     return EmitLoweredCatchPad(MI, BB);
22031   case X86::SEG_ALLOCA_32:
22032   case X86::SEG_ALLOCA_64:
22033     return EmitLoweredSegAlloca(MI, BB);
22034   case X86::TLSCall_32:
22035   case X86::TLSCall_64:
22036     return EmitLoweredTLSCall(MI, BB);
22037   case X86::CMOV_FR32:
22038   case X86::CMOV_FR64:
22039   case X86::CMOV_GR8:
22040   case X86::CMOV_GR16:
22041   case X86::CMOV_GR32:
22042   case X86::CMOV_RFP32:
22043   case X86::CMOV_RFP64:
22044   case X86::CMOV_RFP80:
22045   case X86::CMOV_V2F64:
22046   case X86::CMOV_V2I64:
22047   case X86::CMOV_V4F32:
22048   case X86::CMOV_V4F64:
22049   case X86::CMOV_V4I64:
22050   case X86::CMOV_V16F32:
22051   case X86::CMOV_V8F32:
22052   case X86::CMOV_V8F64:
22053   case X86::CMOV_V8I64:
22054   case X86::CMOV_V8I1:
22055   case X86::CMOV_V16I1:
22056   case X86::CMOV_V32I1:
22057   case X86::CMOV_V64I1:
22058     return EmitLoweredSelect(MI, BB);
22059
22060   case X86::RELEASE_FADD32mr:
22061   case X86::RELEASE_FADD64mr:
22062     return EmitLoweredAtomicFP(MI, BB);
22063
22064   case X86::FP32_TO_INT16_IN_MEM:
22065   case X86::FP32_TO_INT32_IN_MEM:
22066   case X86::FP32_TO_INT64_IN_MEM:
22067   case X86::FP64_TO_INT16_IN_MEM:
22068   case X86::FP64_TO_INT32_IN_MEM:
22069   case X86::FP64_TO_INT64_IN_MEM:
22070   case X86::FP80_TO_INT16_IN_MEM:
22071   case X86::FP80_TO_INT32_IN_MEM:
22072   case X86::FP80_TO_INT64_IN_MEM: {
22073     MachineFunction *F = BB->getParent();
22074     const TargetInstrInfo *TII = Subtarget->getInstrInfo();
22075     DebugLoc DL = MI->getDebugLoc();
22076
22077     // Change the floating point control register to use "round towards zero"
22078     // mode when truncating to an integer value.
22079     int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false);
22080     addFrameReference(BuildMI(*BB, MI, DL,
22081                               TII->get(X86::FNSTCW16m)), CWFrameIdx);
22082
22083     // Load the old value of the high byte of the control word...
22084     unsigned OldCW =
22085       F->getRegInfo().createVirtualRegister(&X86::GR16RegClass);
22086     addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW),
22087                       CWFrameIdx);
22088
22089     // Set the high part to be round to zero...
22090     addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx)
22091       .addImm(0xC7F);
22092
22093     // Reload the modified control word now...
22094     addFrameReference(BuildMI(*BB, MI, DL,
22095                               TII->get(X86::FLDCW16m)), CWFrameIdx);
22096
22097     // Restore the memory image of control word to original value
22098     addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx)
22099       .addReg(OldCW);
22100
22101     // Get the X86 opcode to use.
22102     unsigned Opc;
22103     switch (MI->getOpcode()) {
22104     default: llvm_unreachable("illegal opcode!");
22105     case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
22106     case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
22107     case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
22108     case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
22109     case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
22110     case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
22111     case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
22112     case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
22113     case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
22114     }
22115
22116     X86AddressMode AM;
22117     MachineOperand &Op = MI->getOperand(0);
22118     if (Op.isReg()) {
22119       AM.BaseType = X86AddressMode::RegBase;
22120       AM.Base.Reg = Op.getReg();
22121     } else {
22122       AM.BaseType = X86AddressMode::FrameIndexBase;
22123       AM.Base.FrameIndex = Op.getIndex();
22124     }
22125     Op = MI->getOperand(1);
22126     if (Op.isImm())
22127       AM.Scale = Op.getImm();
22128     Op = MI->getOperand(2);
22129     if (Op.isImm())
22130       AM.IndexReg = Op.getImm();
22131     Op = MI->getOperand(3);
22132     if (Op.isGlobal()) {
22133       AM.GV = Op.getGlobal();
22134     } else {
22135       AM.Disp = Op.getImm();
22136     }
22137     addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
22138                       .addReg(MI->getOperand(X86::AddrNumOperands).getReg());
22139
22140     // Reload the original control word now.
22141     addFrameReference(BuildMI(*BB, MI, DL,
22142                               TII->get(X86::FLDCW16m)), CWFrameIdx);
22143
22144     MI->eraseFromParent();   // The pseudo instruction is gone now.
22145     return BB;
22146   }
22147     // String/text processing lowering.
22148   case X86::PCMPISTRM128REG:
22149   case X86::VPCMPISTRM128REG:
22150   case X86::PCMPISTRM128MEM:
22151   case X86::VPCMPISTRM128MEM:
22152   case X86::PCMPESTRM128REG:
22153   case X86::VPCMPESTRM128REG:
22154   case X86::PCMPESTRM128MEM:
22155   case X86::VPCMPESTRM128MEM:
22156     assert(Subtarget->hasSSE42() &&
22157            "Target must have SSE4.2 or AVX features enabled");
22158     return EmitPCMPSTRM(MI, BB, Subtarget->getInstrInfo());
22159
22160   // String/text processing lowering.
22161   case X86::PCMPISTRIREG:
22162   case X86::VPCMPISTRIREG:
22163   case X86::PCMPISTRIMEM:
22164   case X86::VPCMPISTRIMEM:
22165   case X86::PCMPESTRIREG:
22166   case X86::VPCMPESTRIREG:
22167   case X86::PCMPESTRIMEM:
22168   case X86::VPCMPESTRIMEM:
22169     assert(Subtarget->hasSSE42() &&
22170            "Target must have SSE4.2 or AVX features enabled");
22171     return EmitPCMPSTRI(MI, BB, Subtarget->getInstrInfo());
22172
22173   // Thread synchronization.
22174   case X86::MONITOR:
22175     return EmitMonitor(MI, BB, Subtarget);
22176
22177   // xbegin
22178   case X86::XBEGIN:
22179     return EmitXBegin(MI, BB, Subtarget->getInstrInfo());
22180
22181   case X86::VASTART_SAVE_XMM_REGS:
22182     return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
22183
22184   case X86::VAARG_64:
22185     return EmitVAARG64WithCustomInserter(MI, BB);
22186
22187   case X86::EH_SjLj_SetJmp32:
22188   case X86::EH_SjLj_SetJmp64:
22189     return emitEHSjLjSetJmp(MI, BB);
22190
22191   case X86::EH_SjLj_LongJmp32:
22192   case X86::EH_SjLj_LongJmp64:
22193     return emitEHSjLjLongJmp(MI, BB);
22194
22195   case TargetOpcode::STATEPOINT:
22196     // As an implementation detail, STATEPOINT shares the STACKMAP format at
22197     // this point in the process.  We diverge later.
22198     return emitPatchPoint(MI, BB);
22199
22200   case TargetOpcode::STACKMAP:
22201   case TargetOpcode::PATCHPOINT:
22202     return emitPatchPoint(MI, BB);
22203
22204   case X86::VFMADDPDr213r:
22205   case X86::VFMADDPSr213r:
22206   case X86::VFMADDSDr213r:
22207   case X86::VFMADDSSr213r:
22208   case X86::VFMSUBPDr213r:
22209   case X86::VFMSUBPSr213r:
22210   case X86::VFMSUBSDr213r:
22211   case X86::VFMSUBSSr213r:
22212   case X86::VFNMADDPDr213r:
22213   case X86::VFNMADDPSr213r:
22214   case X86::VFNMADDSDr213r:
22215   case X86::VFNMADDSSr213r:
22216   case X86::VFNMSUBPDr213r:
22217   case X86::VFNMSUBPSr213r:
22218   case X86::VFNMSUBSDr213r:
22219   case X86::VFNMSUBSSr213r:
22220   case X86::VFMADDSUBPDr213r:
22221   case X86::VFMADDSUBPSr213r:
22222   case X86::VFMSUBADDPDr213r:
22223   case X86::VFMSUBADDPSr213r:
22224   case X86::VFMADDPDr213rY:
22225   case X86::VFMADDPSr213rY:
22226   case X86::VFMSUBPDr213rY:
22227   case X86::VFMSUBPSr213rY:
22228   case X86::VFNMADDPDr213rY:
22229   case X86::VFNMADDPSr213rY:
22230   case X86::VFNMSUBPDr213rY:
22231   case X86::VFNMSUBPSr213rY:
22232   case X86::VFMADDSUBPDr213rY:
22233   case X86::VFMADDSUBPSr213rY:
22234   case X86::VFMSUBADDPDr213rY:
22235   case X86::VFMSUBADDPSr213rY:
22236     return emitFMA3Instr(MI, BB);
22237   }
22238 }
22239
22240 //===----------------------------------------------------------------------===//
22241 //                           X86 Optimization Hooks
22242 //===----------------------------------------------------------------------===//
22243
22244 void X86TargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
22245                                                       APInt &KnownZero,
22246                                                       APInt &KnownOne,
22247                                                       const SelectionDAG &DAG,
22248                                                       unsigned Depth) const {
22249   unsigned BitWidth = KnownZero.getBitWidth();
22250   unsigned Opc = Op.getOpcode();
22251   assert((Opc >= ISD::BUILTIN_OP_END ||
22252           Opc == ISD::INTRINSIC_WO_CHAIN ||
22253           Opc == ISD::INTRINSIC_W_CHAIN ||
22254           Opc == ISD::INTRINSIC_VOID) &&
22255          "Should use MaskedValueIsZero if you don't know whether Op"
22256          " is a target node!");
22257
22258   KnownZero = KnownOne = APInt(BitWidth, 0);   // Don't know anything.
22259   switch (Opc) {
22260   default: break;
22261   case X86ISD::ADD:
22262   case X86ISD::SUB:
22263   case X86ISD::ADC:
22264   case X86ISD::SBB:
22265   case X86ISD::SMUL:
22266   case X86ISD::UMUL:
22267   case X86ISD::INC:
22268   case X86ISD::DEC:
22269   case X86ISD::OR:
22270   case X86ISD::XOR:
22271   case X86ISD::AND:
22272     // These nodes' second result is a boolean.
22273     if (Op.getResNo() == 0)
22274       break;
22275     // Fallthrough
22276   case X86ISD::SETCC:
22277     KnownZero |= APInt::getHighBitsSet(BitWidth, BitWidth - 1);
22278     break;
22279   case ISD::INTRINSIC_WO_CHAIN: {
22280     unsigned IntId = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
22281     unsigned NumLoBits = 0;
22282     switch (IntId) {
22283     default: break;
22284     case Intrinsic::x86_sse_movmsk_ps:
22285     case Intrinsic::x86_avx_movmsk_ps_256:
22286     case Intrinsic::x86_sse2_movmsk_pd:
22287     case Intrinsic::x86_avx_movmsk_pd_256:
22288     case Intrinsic::x86_mmx_pmovmskb:
22289     case Intrinsic::x86_sse2_pmovmskb_128:
22290     case Intrinsic::x86_avx2_pmovmskb: {
22291       // High bits of movmskp{s|d}, pmovmskb are known zero.
22292       switch (IntId) {
22293         default: llvm_unreachable("Impossible intrinsic");  // Can't reach here.
22294         case Intrinsic::x86_sse_movmsk_ps:      NumLoBits = 4; break;
22295         case Intrinsic::x86_avx_movmsk_ps_256:  NumLoBits = 8; break;
22296         case Intrinsic::x86_sse2_movmsk_pd:     NumLoBits = 2; break;
22297         case Intrinsic::x86_avx_movmsk_pd_256:  NumLoBits = 4; break;
22298         case Intrinsic::x86_mmx_pmovmskb:       NumLoBits = 8; break;
22299         case Intrinsic::x86_sse2_pmovmskb_128:  NumLoBits = 16; break;
22300         case Intrinsic::x86_avx2_pmovmskb:      NumLoBits = 32; break;
22301       }
22302       KnownZero = APInt::getHighBitsSet(BitWidth, BitWidth - NumLoBits);
22303       break;
22304     }
22305     }
22306     break;
22307   }
22308   }
22309 }
22310
22311 unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(
22312   SDValue Op,
22313   const SelectionDAG &,
22314   unsigned Depth) const {
22315   // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
22316   if (Op.getOpcode() == X86ISD::SETCC_CARRY)
22317     return Op.getValueType().getScalarSizeInBits();
22318
22319   // Fallback case.
22320   return 1;
22321 }
22322
22323 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
22324 /// node is a GlobalAddress + offset.
22325 bool X86TargetLowering::isGAPlusOffset(SDNode *N,
22326                                        const GlobalValue* &GA,
22327                                        int64_t &Offset) const {
22328   if (N->getOpcode() == X86ISD::Wrapper) {
22329     if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
22330       GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
22331       Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
22332       return true;
22333     }
22334   }
22335   return TargetLowering::isGAPlusOffset(N, GA, Offset);
22336 }
22337
22338 /// isShuffleHigh128VectorInsertLow - Checks whether the shuffle node is the
22339 /// same as extracting the high 128-bit part of 256-bit vector and then
22340 /// inserting the result into the low part of a new 256-bit vector
22341 static bool isShuffleHigh128VectorInsertLow(ShuffleVectorSDNode *SVOp) {
22342   EVT VT = SVOp->getValueType(0);
22343   unsigned NumElems = VT.getVectorNumElements();
22344
22345   // vector_shuffle <4, 5, 6, 7, u, u, u, u> or <2, 3, u, u>
22346   for (unsigned i = 0, j = NumElems/2; i != NumElems/2; ++i, ++j)
22347     if (!isUndefOrEqual(SVOp->getMaskElt(i), j) ||
22348         SVOp->getMaskElt(j) >= 0)
22349       return false;
22350
22351   return true;
22352 }
22353
22354 /// isShuffleLow128VectorInsertHigh - Checks whether the shuffle node is the
22355 /// same as extracting the low 128-bit part of 256-bit vector and then
22356 /// inserting the result into the high part of a new 256-bit vector
22357 static bool isShuffleLow128VectorInsertHigh(ShuffleVectorSDNode *SVOp) {
22358   EVT VT = SVOp->getValueType(0);
22359   unsigned NumElems = VT.getVectorNumElements();
22360
22361   // vector_shuffle <u, u, u, u, 0, 1, 2, 3> or <u, u, 0, 1>
22362   for (unsigned i = NumElems/2, j = 0; i != NumElems; ++i, ++j)
22363     if (!isUndefOrEqual(SVOp->getMaskElt(i), j) ||
22364         SVOp->getMaskElt(j) >= 0)
22365       return false;
22366
22367   return true;
22368 }
22369
22370 /// PerformShuffleCombine256 - Performs shuffle combines for 256-bit vectors.
22371 static SDValue PerformShuffleCombine256(SDNode *N, SelectionDAG &DAG,
22372                                         TargetLowering::DAGCombinerInfo &DCI,
22373                                         const X86Subtarget* Subtarget) {
22374   SDLoc dl(N);
22375   ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
22376   SDValue V1 = SVOp->getOperand(0);
22377   SDValue V2 = SVOp->getOperand(1);
22378   MVT VT = SVOp->getSimpleValueType(0);
22379   unsigned NumElems = VT.getVectorNumElements();
22380
22381   if (V1.getOpcode() == ISD::CONCAT_VECTORS &&
22382       V2.getOpcode() == ISD::CONCAT_VECTORS) {
22383     //
22384     //                   0,0,0,...
22385     //                      |
22386     //    V      UNDEF    BUILD_VECTOR    UNDEF
22387     //     \      /           \           /
22388     //  CONCAT_VECTOR         CONCAT_VECTOR
22389     //         \                  /
22390     //          \                /
22391     //          RESULT: V + zero extended
22392     //
22393     if (V2.getOperand(0).getOpcode() != ISD::BUILD_VECTOR ||
22394         V2.getOperand(1).getOpcode() != ISD::UNDEF ||
22395         V1.getOperand(1).getOpcode() != ISD::UNDEF)
22396       return SDValue();
22397
22398     if (!ISD::isBuildVectorAllZeros(V2.getOperand(0).getNode()))
22399       return SDValue();
22400
22401     // To match the shuffle mask, the first half of the mask should
22402     // be exactly the first vector, and all the rest a splat with the
22403     // first element of the second one.
22404     for (unsigned i = 0; i != NumElems/2; ++i)
22405       if (!isUndefOrEqual(SVOp->getMaskElt(i), i) ||
22406           !isUndefOrEqual(SVOp->getMaskElt(i+NumElems/2), NumElems))
22407         return SDValue();
22408
22409     // If V1 is coming from a vector load then just fold to a VZEXT_LOAD.
22410     if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(V1.getOperand(0))) {
22411       if (Ld->hasNUsesOfValue(1, 0)) {
22412         SDVTList Tys = DAG.getVTList(MVT::v4i64, MVT::Other);
22413         SDValue Ops[] = { Ld->getChain(), Ld->getBasePtr() };
22414         SDValue ResNode =
22415           DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, dl, Tys, Ops,
22416                                   Ld->getMemoryVT(),
22417                                   Ld->getPointerInfo(),
22418                                   Ld->getAlignment(),
22419                                   false/*isVolatile*/, true/*ReadMem*/,
22420                                   false/*WriteMem*/);
22421
22422         // Make sure the newly-created LOAD is in the same position as Ld in
22423         // terms of dependency. We create a TokenFactor for Ld and ResNode,
22424         // and update uses of Ld's output chain to use the TokenFactor.
22425         if (Ld->hasAnyUseOfValue(1)) {
22426           SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
22427                              SDValue(Ld, 1), SDValue(ResNode.getNode(), 1));
22428           DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain);
22429           DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(Ld, 1),
22430                                  SDValue(ResNode.getNode(), 1));
22431         }
22432
22433         return DAG.getBitcast(VT, ResNode);
22434       }
22435     }
22436
22437     // Emit a zeroed vector and insert the desired subvector on its
22438     // first half.
22439     SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl);
22440     SDValue InsV = Insert128BitVector(Zeros, V1.getOperand(0), 0, DAG, dl);
22441     return DCI.CombineTo(N, InsV);
22442   }
22443
22444   //===--------------------------------------------------------------------===//
22445   // Combine some shuffles into subvector extracts and inserts:
22446   //
22447
22448   // vector_shuffle <4, 5, 6, 7, u, u, u, u> or <2, 3, u, u>
22449   if (isShuffleHigh128VectorInsertLow(SVOp)) {
22450     SDValue V = Extract128BitVector(V1, NumElems/2, DAG, dl);
22451     SDValue InsV = Insert128BitVector(DAG.getUNDEF(VT), V, 0, DAG, dl);
22452     return DCI.CombineTo(N, InsV);
22453   }
22454
22455   // vector_shuffle <u, u, u, u, 0, 1, 2, 3> or <u, u, 0, 1>
22456   if (isShuffleLow128VectorInsertHigh(SVOp)) {
22457     SDValue V = Extract128BitVector(V1, 0, DAG, dl);
22458     SDValue InsV = Insert128BitVector(DAG.getUNDEF(VT), V, NumElems/2, DAG, dl);
22459     return DCI.CombineTo(N, InsV);
22460   }
22461
22462   return SDValue();
22463 }
22464
22465 /// \brief Combine an arbitrary chain of shuffles into a single instruction if
22466 /// possible.
22467 ///
22468 /// This is the leaf of the recursive combinine below. When we have found some
22469 /// chain of single-use x86 shuffle instructions and accumulated the combined
22470 /// shuffle mask represented by them, this will try to pattern match that mask
22471 /// into either a single instruction if there is a special purpose instruction
22472 /// for this operation, or into a PSHUFB instruction which is a fully general
22473 /// instruction but should only be used to replace chains over a certain depth.
22474 static bool combineX86ShuffleChain(SDValue Op, SDValue Root, ArrayRef<int> Mask,
22475                                    int Depth, bool HasPSHUFB, SelectionDAG &DAG,
22476                                    TargetLowering::DAGCombinerInfo &DCI,
22477                                    const X86Subtarget *Subtarget) {
22478   assert(!Mask.empty() && "Cannot combine an empty shuffle mask!");
22479
22480   // Find the operand that enters the chain. Note that multiple uses are OK
22481   // here, we're not going to remove the operand we find.
22482   SDValue Input = Op.getOperand(0);
22483   while (Input.getOpcode() == ISD::BITCAST)
22484     Input = Input.getOperand(0);
22485
22486   MVT VT = Input.getSimpleValueType();
22487   MVT RootVT = Root.getSimpleValueType();
22488   SDLoc DL(Root);
22489
22490   if (Mask.size() == 1) {
22491     int Index = Mask[0];
22492     assert((Index >= 0 || Index == SM_SentinelUndef ||
22493             Index == SM_SentinelZero) &&
22494            "Invalid shuffle index found!");
22495
22496     // We may end up with an accumulated mask of size 1 as a result of
22497     // widening of shuffle operands (see function canWidenShuffleElements).
22498     // If the only shuffle index is equal to SM_SentinelZero then propagate
22499     // a zero vector. Otherwise, the combine shuffle mask is a no-op shuffle
22500     // mask, and therefore the entire chain of shuffles can be folded away.
22501     if (Index == SM_SentinelZero)
22502       DCI.CombineTo(Root.getNode(), getZeroVector(RootVT, Subtarget, DAG, DL));
22503     else
22504       DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Input),
22505                     /*AddTo*/ true);
22506     return true;
22507   }
22508
22509   // Use the float domain if the operand type is a floating point type.
22510   bool FloatDomain = VT.isFloatingPoint();
22511
22512   // For floating point shuffles, we don't have free copies in the shuffle
22513   // instructions or the ability to load as part of the instruction, so
22514   // canonicalize their shuffles to UNPCK or MOV variants.
22515   //
22516   // Note that even with AVX we prefer the PSHUFD form of shuffle for integer
22517   // vectors because it can have a load folded into it that UNPCK cannot. This
22518   // doesn't preclude something switching to the shorter encoding post-RA.
22519   //
22520   // FIXME: Should teach these routines about AVX vector widths.
22521   if (FloatDomain && VT.is128BitVector()) {
22522     if (Mask.equals({0, 0}) || Mask.equals({1, 1})) {
22523       bool Lo = Mask.equals({0, 0});
22524       unsigned Shuffle;
22525       MVT ShuffleVT;
22526       // Check if we have SSE3 which will let us use MOVDDUP. That instruction
22527       // is no slower than UNPCKLPD but has the option to fold the input operand
22528       // into even an unaligned memory load.
22529       if (Lo && Subtarget->hasSSE3()) {
22530         Shuffle = X86ISD::MOVDDUP;
22531         ShuffleVT = MVT::v2f64;
22532       } else {
22533         // We have MOVLHPS and MOVHLPS throughout SSE and they encode smaller
22534         // than the UNPCK variants.
22535         Shuffle = Lo ? X86ISD::MOVLHPS : X86ISD::MOVHLPS;
22536         ShuffleVT = MVT::v4f32;
22537       }
22538       if (Depth == 1 && Root->getOpcode() == Shuffle)
22539         return false; // Nothing to do!
22540       Op = DAG.getBitcast(ShuffleVT, Input);
22541       DCI.AddToWorklist(Op.getNode());
22542       if (Shuffle == X86ISD::MOVDDUP)
22543         Op = DAG.getNode(Shuffle, DL, ShuffleVT, Op);
22544       else
22545         Op = DAG.getNode(Shuffle, DL, ShuffleVT, Op, Op);
22546       DCI.AddToWorklist(Op.getNode());
22547       DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Op),
22548                     /*AddTo*/ true);
22549       return true;
22550     }
22551     if (Subtarget->hasSSE3() &&
22552         (Mask.equals({0, 0, 2, 2}) || Mask.equals({1, 1, 3, 3}))) {
22553       bool Lo = Mask.equals({0, 0, 2, 2});
22554       unsigned Shuffle = Lo ? X86ISD::MOVSLDUP : X86ISD::MOVSHDUP;
22555       MVT ShuffleVT = MVT::v4f32;
22556       if (Depth == 1 && Root->getOpcode() == Shuffle)
22557         return false; // Nothing to do!
22558       Op = DAG.getBitcast(ShuffleVT, Input);
22559       DCI.AddToWorklist(Op.getNode());
22560       Op = DAG.getNode(Shuffle, DL, ShuffleVT, Op);
22561       DCI.AddToWorklist(Op.getNode());
22562       DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Op),
22563                     /*AddTo*/ true);
22564       return true;
22565     }
22566     if (Mask.equals({0, 0, 1, 1}) || Mask.equals({2, 2, 3, 3})) {
22567       bool Lo = Mask.equals({0, 0, 1, 1});
22568       unsigned Shuffle = Lo ? X86ISD::UNPCKL : X86ISD::UNPCKH;
22569       MVT ShuffleVT = MVT::v4f32;
22570       if (Depth == 1 && Root->getOpcode() == Shuffle)
22571         return false; // Nothing to do!
22572       Op = DAG.getBitcast(ShuffleVT, Input);
22573       DCI.AddToWorklist(Op.getNode());
22574       Op = DAG.getNode(Shuffle, DL, ShuffleVT, Op, Op);
22575       DCI.AddToWorklist(Op.getNode());
22576       DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Op),
22577                     /*AddTo*/ true);
22578       return true;
22579     }
22580   }
22581
22582   // We always canonicalize the 8 x i16 and 16 x i8 shuffles into their UNPCK
22583   // variants as none of these have single-instruction variants that are
22584   // superior to the UNPCK formulation.
22585   if (!FloatDomain && VT.is128BitVector() &&
22586       (Mask.equals({0, 0, 1, 1, 2, 2, 3, 3}) ||
22587        Mask.equals({4, 4, 5, 5, 6, 6, 7, 7}) ||
22588        Mask.equals({0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}) ||
22589        Mask.equals(
22590            {8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15}))) {
22591     bool Lo = Mask[0] == 0;
22592     unsigned Shuffle = Lo ? X86ISD::UNPCKL : X86ISD::UNPCKH;
22593     if (Depth == 1 && Root->getOpcode() == Shuffle)
22594       return false; // Nothing to do!
22595     MVT ShuffleVT;
22596     switch (Mask.size()) {
22597     case 8:
22598       ShuffleVT = MVT::v8i16;
22599       break;
22600     case 16:
22601       ShuffleVT = MVT::v16i8;
22602       break;
22603     default:
22604       llvm_unreachable("Impossible mask size!");
22605     };
22606     Op = DAG.getBitcast(ShuffleVT, Input);
22607     DCI.AddToWorklist(Op.getNode());
22608     Op = DAG.getNode(Shuffle, DL, ShuffleVT, Op, Op);
22609     DCI.AddToWorklist(Op.getNode());
22610     DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Op),
22611                   /*AddTo*/ true);
22612     return true;
22613   }
22614
22615   // Don't try to re-form single instruction chains under any circumstances now
22616   // that we've done encoding canonicalization for them.
22617   if (Depth < 2)
22618     return false;
22619
22620   // If we have 3 or more shuffle instructions or a chain involving PSHUFB, we
22621   // can replace them with a single PSHUFB instruction profitably. Intel's
22622   // manuals suggest only using PSHUFB if doing so replacing 5 instructions, but
22623   // in practice PSHUFB tends to be *very* fast so we're more aggressive.
22624   if ((Depth >= 3 || HasPSHUFB) && Subtarget->hasSSSE3()) {
22625     SmallVector<SDValue, 16> PSHUFBMask;
22626     int NumBytes = VT.getSizeInBits() / 8;
22627     int Ratio = NumBytes / Mask.size();
22628     for (int i = 0; i < NumBytes; ++i) {
22629       if (Mask[i / Ratio] == SM_SentinelUndef) {
22630         PSHUFBMask.push_back(DAG.getUNDEF(MVT::i8));
22631         continue;
22632       }
22633       int M = Mask[i / Ratio] != SM_SentinelZero
22634                   ? Ratio * Mask[i / Ratio] + i % Ratio
22635                   : 255;
22636       PSHUFBMask.push_back(DAG.getConstant(M, DL, MVT::i8));
22637     }
22638     MVT ByteVT = MVT::getVectorVT(MVT::i8, NumBytes);
22639     Op = DAG.getBitcast(ByteVT, Input);
22640     DCI.AddToWorklist(Op.getNode());
22641     SDValue PSHUFBMaskOp =
22642         DAG.getNode(ISD::BUILD_VECTOR, DL, ByteVT, PSHUFBMask);
22643     DCI.AddToWorklist(PSHUFBMaskOp.getNode());
22644     Op = DAG.getNode(X86ISD::PSHUFB, DL, ByteVT, Op, PSHUFBMaskOp);
22645     DCI.AddToWorklist(Op.getNode());
22646     DCI.CombineTo(Root.getNode(), DAG.getBitcast(RootVT, Op),
22647                   /*AddTo*/ true);
22648     return true;
22649   }
22650
22651   // Failed to find any combines.
22652   return false;
22653 }
22654
22655 /// \brief Fully generic combining of x86 shuffle instructions.
22656 ///
22657 /// This should be the last combine run over the x86 shuffle instructions. Once
22658 /// they have been fully optimized, this will recursively consider all chains
22659 /// of single-use shuffle instructions, build a generic model of the cumulative
22660 /// shuffle operation, and check for simpler instructions which implement this
22661 /// operation. We use this primarily for two purposes:
22662 ///
22663 /// 1) Collapse generic shuffles to specialized single instructions when
22664 ///    equivalent. In most cases, this is just an encoding size win, but
22665 ///    sometimes we will collapse multiple generic shuffles into a single
22666 ///    special-purpose shuffle.
22667 /// 2) Look for sequences of shuffle instructions with 3 or more total
22668 ///    instructions, and replace them with the slightly more expensive SSSE3
22669 ///    PSHUFB instruction if available. We do this as the last combining step
22670 ///    to ensure we avoid using PSHUFB if we can implement the shuffle with
22671 ///    a suitable short sequence of other instructions. The PHUFB will either
22672 ///    use a register or have to read from memory and so is slightly (but only
22673 ///    slightly) more expensive than the other shuffle instructions.
22674 ///
22675 /// Because this is inherently a quadratic operation (for each shuffle in
22676 /// a chain, we recurse up the chain), the depth is limited to 8 instructions.
22677 /// This should never be an issue in practice as the shuffle lowering doesn't
22678 /// produce sequences of more than 8 instructions.
22679 ///
22680 /// FIXME: We will currently miss some cases where the redundant shuffling
22681 /// would simplify under the threshold for PSHUFB formation because of
22682 /// combine-ordering. To fix this, we should do the redundant instruction
22683 /// combining in this recursive walk.
22684 static bool combineX86ShufflesRecursively(SDValue Op, SDValue Root,
22685                                           ArrayRef<int> RootMask,
22686                                           int Depth, bool HasPSHUFB,
22687                                           SelectionDAG &DAG,
22688                                           TargetLowering::DAGCombinerInfo &DCI,
22689                                           const X86Subtarget *Subtarget) {
22690   // Bound the depth of our recursive combine because this is ultimately
22691   // quadratic in nature.
22692   if (Depth > 8)
22693     return false;
22694
22695   // Directly rip through bitcasts to find the underlying operand.
22696   while (Op.getOpcode() == ISD::BITCAST && Op.getOperand(0).hasOneUse())
22697     Op = Op.getOperand(0);
22698
22699   MVT VT = Op.getSimpleValueType();
22700   if (!VT.isVector())
22701     return false; // Bail if we hit a non-vector.
22702
22703   assert(Root.getSimpleValueType().isVector() &&
22704          "Shuffles operate on vector types!");
22705   assert(VT.getSizeInBits() == Root.getSimpleValueType().getSizeInBits() &&
22706          "Can only combine shuffles of the same vector register size.");
22707
22708   if (!isTargetShuffle(Op.getOpcode()))
22709     return false;
22710   SmallVector<int, 16> OpMask;
22711   bool IsUnary;
22712   bool HaveMask = getTargetShuffleMask(Op.getNode(), VT, OpMask, IsUnary);
22713   // We only can combine unary shuffles which we can decode the mask for.
22714   if (!HaveMask || !IsUnary)
22715     return false;
22716
22717   assert(VT.getVectorNumElements() == OpMask.size() &&
22718          "Different mask size from vector size!");
22719   assert(((RootMask.size() > OpMask.size() &&
22720            RootMask.size() % OpMask.size() == 0) ||
22721           (OpMask.size() > RootMask.size() &&
22722            OpMask.size() % RootMask.size() == 0) ||
22723           OpMask.size() == RootMask.size()) &&
22724          "The smaller number of elements must divide the larger.");
22725   int RootRatio = std::max<int>(1, OpMask.size() / RootMask.size());
22726   int OpRatio = std::max<int>(1, RootMask.size() / OpMask.size());
22727   assert(((RootRatio == 1 && OpRatio == 1) ||
22728           (RootRatio == 1) != (OpRatio == 1)) &&
22729          "Must not have a ratio for both incoming and op masks!");
22730
22731   SmallVector<int, 16> Mask;
22732   Mask.reserve(std::max(OpMask.size(), RootMask.size()));
22733
22734   // Merge this shuffle operation's mask into our accumulated mask. Note that
22735   // this shuffle's mask will be the first applied to the input, followed by the
22736   // root mask to get us all the way to the root value arrangement. The reason
22737   // for this order is that we are recursing up the operation chain.
22738   for (int i = 0, e = std::max(OpMask.size(), RootMask.size()); i < e; ++i) {
22739     int RootIdx = i / RootRatio;
22740     if (RootMask[RootIdx] < 0) {
22741       // This is a zero or undef lane, we're done.
22742       Mask.push_back(RootMask[RootIdx]);
22743       continue;
22744     }
22745
22746     int RootMaskedIdx = RootMask[RootIdx] * RootRatio + i % RootRatio;
22747     int OpIdx = RootMaskedIdx / OpRatio;
22748     if (OpMask[OpIdx] < 0) {
22749       // The incoming lanes are zero or undef, it doesn't matter which ones we
22750       // are using.
22751       Mask.push_back(OpMask[OpIdx]);
22752       continue;
22753     }
22754
22755     // Ok, we have non-zero lanes, map them through.
22756     Mask.push_back(OpMask[OpIdx] * OpRatio +
22757                    RootMaskedIdx % OpRatio);
22758   }
22759
22760   // See if we can recurse into the operand to combine more things.
22761   switch (Op.getOpcode()) {
22762   case X86ISD::PSHUFB:
22763     HasPSHUFB = true;
22764   case X86ISD::PSHUFD:
22765   case X86ISD::PSHUFHW:
22766   case X86ISD::PSHUFLW:
22767     if (Op.getOperand(0).hasOneUse() &&
22768         combineX86ShufflesRecursively(Op.getOperand(0), Root, Mask, Depth + 1,
22769                                       HasPSHUFB, DAG, DCI, Subtarget))
22770       return true;
22771     break;
22772
22773   case X86ISD::UNPCKL:
22774   case X86ISD::UNPCKH:
22775     assert(Op.getOperand(0) == Op.getOperand(1) &&
22776            "We only combine unary shuffles!");
22777     // We can't check for single use, we have to check that this shuffle is the
22778     // only user.
22779     if (Op->isOnlyUserOf(Op.getOperand(0).getNode()) &&
22780         combineX86ShufflesRecursively(Op.getOperand(0), Root, Mask, Depth + 1,
22781                                       HasPSHUFB, DAG, DCI, Subtarget))
22782       return true;
22783     break;
22784   }
22785
22786   // Minor canonicalization of the accumulated shuffle mask to make it easier
22787   // to match below. All this does is detect masks with squential pairs of
22788   // elements, and shrink them to the half-width mask. It does this in a loop
22789   // so it will reduce the size of the mask to the minimal width mask which
22790   // performs an equivalent shuffle.
22791   SmallVector<int, 16> WidenedMask;
22792   while (Mask.size() > 1 && canWidenShuffleElements(Mask, WidenedMask)) {
22793     Mask = std::move(WidenedMask);
22794     WidenedMask.clear();
22795   }
22796
22797   return combineX86ShuffleChain(Op, Root, Mask, Depth, HasPSHUFB, DAG, DCI,
22798                                 Subtarget);
22799 }
22800
22801 /// \brief Get the PSHUF-style mask from PSHUF node.
22802 ///
22803 /// This is a very minor wrapper around getTargetShuffleMask to easy forming v4
22804 /// PSHUF-style masks that can be reused with such instructions.
22805 static SmallVector<int, 4> getPSHUFShuffleMask(SDValue N) {
22806   MVT VT = N.getSimpleValueType();
22807   SmallVector<int, 4> Mask;
22808   bool IsUnary;
22809   bool HaveMask = getTargetShuffleMask(N.getNode(), VT, Mask, IsUnary);
22810   (void)HaveMask;
22811   assert(HaveMask);
22812
22813   // If we have more than 128-bits, only the low 128-bits of shuffle mask
22814   // matter. Check that the upper masks are repeats and remove them.
22815   if (VT.getSizeInBits() > 128) {
22816     int LaneElts = 128 / VT.getScalarSizeInBits();
22817 #ifndef NDEBUG
22818     for (int i = 1, NumLanes = VT.getSizeInBits() / 128; i < NumLanes; ++i)
22819       for (int j = 0; j < LaneElts; ++j)
22820         assert(Mask[j] == Mask[i * LaneElts + j] - (LaneElts * i) &&
22821                "Mask doesn't repeat in high 128-bit lanes!");
22822 #endif
22823     Mask.resize(LaneElts);
22824   }
22825
22826   switch (N.getOpcode()) {
22827   case X86ISD::PSHUFD:
22828     return Mask;
22829   case X86ISD::PSHUFLW:
22830     Mask.resize(4);
22831     return Mask;
22832   case X86ISD::PSHUFHW:
22833     Mask.erase(Mask.begin(), Mask.begin() + 4);
22834     for (int &M : Mask)
22835       M -= 4;
22836     return Mask;
22837   default:
22838     llvm_unreachable("No valid shuffle instruction found!");
22839   }
22840 }
22841
22842 /// \brief Search for a combinable shuffle across a chain ending in pshufd.
22843 ///
22844 /// We walk up the chain and look for a combinable shuffle, skipping over
22845 /// shuffles that we could hoist this shuffle's transformation past without
22846 /// altering anything.
22847 static SDValue
22848 combineRedundantDWordShuffle(SDValue N, MutableArrayRef<int> Mask,
22849                              SelectionDAG &DAG,
22850                              TargetLowering::DAGCombinerInfo &DCI) {
22851   assert(N.getOpcode() == X86ISD::PSHUFD &&
22852          "Called with something other than an x86 128-bit half shuffle!");
22853   SDLoc DL(N);
22854
22855   // Walk up a single-use chain looking for a combinable shuffle. Keep a stack
22856   // of the shuffles in the chain so that we can form a fresh chain to replace
22857   // this one.
22858   SmallVector<SDValue, 8> Chain;
22859   SDValue V = N.getOperand(0);
22860   for (; V.hasOneUse(); V = V.getOperand(0)) {
22861     switch (V.getOpcode()) {
22862     default:
22863       return SDValue(); // Nothing combined!
22864
22865     case ISD::BITCAST:
22866       // Skip bitcasts as we always know the type for the target specific
22867       // instructions.
22868       continue;
22869
22870     case X86ISD::PSHUFD:
22871       // Found another dword shuffle.
22872       break;
22873
22874     case X86ISD::PSHUFLW:
22875       // Check that the low words (being shuffled) are the identity in the
22876       // dword shuffle, and the high words are self-contained.
22877       if (Mask[0] != 0 || Mask[1] != 1 ||
22878           !(Mask[2] >= 2 && Mask[2] < 4 && Mask[3] >= 2 && Mask[3] < 4))
22879         return SDValue();
22880
22881       Chain.push_back(V);
22882       continue;
22883
22884     case X86ISD::PSHUFHW:
22885       // Check that the high words (being shuffled) are the identity in the
22886       // dword shuffle, and the low words are self-contained.
22887       if (Mask[2] != 2 || Mask[3] != 3 ||
22888           !(Mask[0] >= 0 && Mask[0] < 2 && Mask[1] >= 0 && Mask[1] < 2))
22889         return SDValue();
22890
22891       Chain.push_back(V);
22892       continue;
22893
22894     case X86ISD::UNPCKL:
22895     case X86ISD::UNPCKH:
22896       // For either i8 -> i16 or i16 -> i32 unpacks, we can combine a dword
22897       // shuffle into a preceding word shuffle.
22898       if (V.getSimpleValueType().getVectorElementType() != MVT::i8 &&
22899           V.getSimpleValueType().getVectorElementType() != MVT::i16)
22900         return SDValue();
22901
22902       // Search for a half-shuffle which we can combine with.
22903       unsigned CombineOp =
22904           V.getOpcode() == X86ISD::UNPCKL ? X86ISD::PSHUFLW : X86ISD::PSHUFHW;
22905       if (V.getOperand(0) != V.getOperand(1) ||
22906           !V->isOnlyUserOf(V.getOperand(0).getNode()))
22907         return SDValue();
22908       Chain.push_back(V);
22909       V = V.getOperand(0);
22910       do {
22911         switch (V.getOpcode()) {
22912         default:
22913           return SDValue(); // Nothing to combine.
22914
22915         case X86ISD::PSHUFLW:
22916         case X86ISD::PSHUFHW:
22917           if (V.getOpcode() == CombineOp)
22918             break;
22919
22920           Chain.push_back(V);
22921
22922           // Fallthrough!
22923         case ISD::BITCAST:
22924           V = V.getOperand(0);
22925           continue;
22926         }
22927         break;
22928       } while (V.hasOneUse());
22929       break;
22930     }
22931     // Break out of the loop if we break out of the switch.
22932     break;
22933   }
22934
22935   if (!V.hasOneUse())
22936     // We fell out of the loop without finding a viable combining instruction.
22937     return SDValue();
22938
22939   // Merge this node's mask and our incoming mask.
22940   SmallVector<int, 4> VMask = getPSHUFShuffleMask(V);
22941   for (int &M : Mask)
22942     M = VMask[M];
22943   V = DAG.getNode(V.getOpcode(), DL, V.getValueType(), V.getOperand(0),
22944                   getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
22945
22946   // Rebuild the chain around this new shuffle.
22947   while (!Chain.empty()) {
22948     SDValue W = Chain.pop_back_val();
22949
22950     if (V.getValueType() != W.getOperand(0).getValueType())
22951       V = DAG.getBitcast(W.getOperand(0).getValueType(), V);
22952
22953     switch (W.getOpcode()) {
22954     default:
22955       llvm_unreachable("Only PSHUF and UNPCK instructions get here!");
22956
22957     case X86ISD::UNPCKL:
22958     case X86ISD::UNPCKH:
22959       V = DAG.getNode(W.getOpcode(), DL, W.getValueType(), V, V);
22960       break;
22961
22962     case X86ISD::PSHUFD:
22963     case X86ISD::PSHUFLW:
22964     case X86ISD::PSHUFHW:
22965       V = DAG.getNode(W.getOpcode(), DL, W.getValueType(), V, W.getOperand(1));
22966       break;
22967     }
22968   }
22969   if (V.getValueType() != N.getValueType())
22970     V = DAG.getBitcast(N.getValueType(), V);
22971
22972   // Return the new chain to replace N.
22973   return V;
22974 }
22975
22976 /// \brief Search for a combinable shuffle across a chain ending in pshuflw or
22977 /// pshufhw.
22978 ///
22979 /// We walk up the chain, skipping shuffles of the other half and looking
22980 /// through shuffles which switch halves trying to find a shuffle of the same
22981 /// pair of dwords.
22982 static bool combineRedundantHalfShuffle(SDValue N, MutableArrayRef<int> Mask,
22983                                         SelectionDAG &DAG,
22984                                         TargetLowering::DAGCombinerInfo &DCI) {
22985   assert(
22986       (N.getOpcode() == X86ISD::PSHUFLW || N.getOpcode() == X86ISD::PSHUFHW) &&
22987       "Called with something other than an x86 128-bit half shuffle!");
22988   SDLoc DL(N);
22989   unsigned CombineOpcode = N.getOpcode();
22990
22991   // Walk up a single-use chain looking for a combinable shuffle.
22992   SDValue V = N.getOperand(0);
22993   for (; V.hasOneUse(); V = V.getOperand(0)) {
22994     switch (V.getOpcode()) {
22995     default:
22996       return false; // Nothing combined!
22997
22998     case ISD::BITCAST:
22999       // Skip bitcasts as we always know the type for the target specific
23000       // instructions.
23001       continue;
23002
23003     case X86ISD::PSHUFLW:
23004     case X86ISD::PSHUFHW:
23005       if (V.getOpcode() == CombineOpcode)
23006         break;
23007
23008       // Other-half shuffles are no-ops.
23009       continue;
23010     }
23011     // Break out of the loop if we break out of the switch.
23012     break;
23013   }
23014
23015   if (!V.hasOneUse())
23016     // We fell out of the loop without finding a viable combining instruction.
23017     return false;
23018
23019   // Combine away the bottom node as its shuffle will be accumulated into
23020   // a preceding shuffle.
23021   DCI.CombineTo(N.getNode(), N.getOperand(0), /*AddTo*/ true);
23022
23023   // Record the old value.
23024   SDValue Old = V;
23025
23026   // Merge this node's mask and our incoming mask (adjusted to account for all
23027   // the pshufd instructions encountered).
23028   SmallVector<int, 4> VMask = getPSHUFShuffleMask(V);
23029   for (int &M : Mask)
23030     M = VMask[M];
23031   V = DAG.getNode(V.getOpcode(), DL, MVT::v8i16, V.getOperand(0),
23032                   getV4X86ShuffleImm8ForMask(Mask, DL, DAG));
23033
23034   // Check that the shuffles didn't cancel each other out. If not, we need to
23035   // combine to the new one.
23036   if (Old != V)
23037     // Replace the combinable shuffle with the combined one, updating all users
23038     // so that we re-evaluate the chain here.
23039     DCI.CombineTo(Old.getNode(), V, /*AddTo*/ true);
23040
23041   return true;
23042 }
23043
23044 /// \brief Try to combine x86 target specific shuffles.
23045 static SDValue PerformTargetShuffleCombine(SDValue N, SelectionDAG &DAG,
23046                                            TargetLowering::DAGCombinerInfo &DCI,
23047                                            const X86Subtarget *Subtarget) {
23048   SDLoc DL(N);
23049   MVT VT = N.getSimpleValueType();
23050   SmallVector<int, 4> Mask;
23051
23052   switch (N.getOpcode()) {
23053   case X86ISD::PSHUFD:
23054   case X86ISD::PSHUFLW:
23055   case X86ISD::PSHUFHW:
23056     Mask = getPSHUFShuffleMask(N);
23057     assert(Mask.size() == 4);
23058     break;
23059   case X86ISD::UNPCKL: {
23060     // Combine X86ISD::UNPCKL and ISD::VECTOR_SHUFFLE into X86ISD::UNPCKH, in
23061     // which X86ISD::UNPCKL has a ISD::UNDEF operand, and ISD::VECTOR_SHUFFLE
23062     // moves upper half elements into the lower half part. For example:
23063     //
23064     // t2: v16i8 = vector_shuffle<8,9,10,11,12,13,14,15,u,u,u,u,u,u,u,u> t1,
23065     //     undef:v16i8
23066     // t3: v16i8 = X86ISD::UNPCKL undef:v16i8, t2
23067     //
23068     // will be combined to:
23069     //
23070     // t3: v16i8 = X86ISD::UNPCKH undef:v16i8, t1
23071
23072     // This is only for 128-bit vectors. From SSE4.1 onward this combine may not
23073     // happen due to advanced instructions.
23074     if (!VT.is128BitVector())
23075       return SDValue();
23076
23077     auto Op0 = N.getOperand(0);
23078     auto Op1 = N.getOperand(1);
23079     if (Op0.getOpcode() == ISD::UNDEF &&
23080         Op1.getNode()->getOpcode() == ISD::VECTOR_SHUFFLE) {
23081       ArrayRef<int> Mask = cast<ShuffleVectorSDNode>(Op1.getNode())->getMask();
23082
23083       unsigned NumElts = VT.getVectorNumElements();
23084       SmallVector<int, 8> ExpectedMask(NumElts, -1);
23085       std::iota(ExpectedMask.begin(), ExpectedMask.begin() + NumElts / 2,
23086                 NumElts / 2);
23087
23088       auto ShufOp = Op1.getOperand(0);
23089       if (isShuffleEquivalent(Op1, ShufOp, Mask, ExpectedMask))
23090         return DAG.getNode(X86ISD::UNPCKH, DL, VT, N.getOperand(0), ShufOp);
23091     }
23092     return SDValue();
23093   }
23094   default:
23095     return SDValue();
23096   }
23097
23098   // Nuke no-op shuffles that show up after combining.
23099   if (isNoopShuffleMask(Mask))
23100     return DCI.CombineTo(N.getNode(), N.getOperand(0), /*AddTo*/ true);
23101
23102   // Look for simplifications involving one or two shuffle instructions.
23103   SDValue V = N.getOperand(0);
23104   switch (N.getOpcode()) {
23105   default:
23106     break;
23107   case X86ISD::PSHUFLW:
23108   case X86ISD::PSHUFHW:
23109     assert(VT.getVectorElementType() == MVT::i16 && "Bad word shuffle type!");
23110
23111     if (combineRedundantHalfShuffle(N, Mask, DAG, DCI))
23112       return SDValue(); // We combined away this shuffle, so we're done.
23113
23114     // See if this reduces to a PSHUFD which is no more expensive and can
23115     // combine with more operations. Note that it has to at least flip the
23116     // dwords as otherwise it would have been removed as a no-op.
23117     if (makeArrayRef(Mask).equals({2, 3, 0, 1})) {
23118       int DMask[] = {0, 1, 2, 3};
23119       int DOffset = N.getOpcode() == X86ISD::PSHUFLW ? 0 : 2;
23120       DMask[DOffset + 0] = DOffset + 1;
23121       DMask[DOffset + 1] = DOffset + 0;
23122       MVT DVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() / 2);
23123       V = DAG.getBitcast(DVT, V);
23124       DCI.AddToWorklist(V.getNode());
23125       V = DAG.getNode(X86ISD::PSHUFD, DL, DVT, V,
23126                       getV4X86ShuffleImm8ForMask(DMask, DL, DAG));
23127       DCI.AddToWorklist(V.getNode());
23128       return DAG.getBitcast(VT, V);
23129     }
23130
23131     // Look for shuffle patterns which can be implemented as a single unpack.
23132     // FIXME: This doesn't handle the location of the PSHUFD generically, and
23133     // only works when we have a PSHUFD followed by two half-shuffles.
23134     if (Mask[0] == Mask[1] && Mask[2] == Mask[3] &&
23135         (V.getOpcode() == X86ISD::PSHUFLW ||
23136          V.getOpcode() == X86ISD::PSHUFHW) &&
23137         V.getOpcode() != N.getOpcode() &&
23138         V.hasOneUse()) {
23139       SDValue D = V.getOperand(0);
23140       while (D.getOpcode() == ISD::BITCAST && D.hasOneUse())
23141         D = D.getOperand(0);
23142       if (D.getOpcode() == X86ISD::PSHUFD && D.hasOneUse()) {
23143         SmallVector<int, 4> VMask = getPSHUFShuffleMask(V);
23144         SmallVector<int, 4> DMask = getPSHUFShuffleMask(D);
23145         int NOffset = N.getOpcode() == X86ISD::PSHUFLW ? 0 : 4;
23146         int VOffset = V.getOpcode() == X86ISD::PSHUFLW ? 0 : 4;
23147         int WordMask[8];
23148         for (int i = 0; i < 4; ++i) {
23149           WordMask[i + NOffset] = Mask[i] + NOffset;
23150           WordMask[i + VOffset] = VMask[i] + VOffset;
23151         }
23152         // Map the word mask through the DWord mask.
23153         int MappedMask[8];
23154         for (int i = 0; i < 8; ++i)
23155           MappedMask[i] = 2 * DMask[WordMask[i] / 2] + WordMask[i] % 2;
23156         if (makeArrayRef(MappedMask).equals({0, 0, 1, 1, 2, 2, 3, 3}) ||
23157             makeArrayRef(MappedMask).equals({4, 4, 5, 5, 6, 6, 7, 7})) {
23158           // We can replace all three shuffles with an unpack.
23159           V = DAG.getBitcast(VT, D.getOperand(0));
23160           DCI.AddToWorklist(V.getNode());
23161           return DAG.getNode(MappedMask[0] == 0 ? X86ISD::UNPCKL
23162                                                 : X86ISD::UNPCKH,
23163                              DL, VT, V, V);
23164         }
23165       }
23166     }
23167
23168     break;
23169
23170   case X86ISD::PSHUFD:
23171     if (SDValue NewN = combineRedundantDWordShuffle(N, Mask, DAG, DCI))
23172       return NewN;
23173
23174     break;
23175   }
23176
23177   return SDValue();
23178 }
23179
23180 /// \brief Try to combine a shuffle into a target-specific add-sub node.
23181 ///
23182 /// We combine this directly on the abstract vector shuffle nodes so it is
23183 /// easier to generically match. We also insert dummy vector shuffle nodes for
23184 /// the operands which explicitly discard the lanes which are unused by this
23185 /// operation to try to flow through the rest of the combiner the fact that
23186 /// they're unused.
23187 static SDValue combineShuffleToAddSub(SDNode *N, SelectionDAG &DAG) {
23188   SDLoc DL(N);
23189   EVT VT = N->getValueType(0);
23190
23191   // We only handle target-independent shuffles.
23192   // FIXME: It would be easy and harmless to use the target shuffle mask
23193   // extraction tool to support more.
23194   if (N->getOpcode() != ISD::VECTOR_SHUFFLE)
23195     return SDValue();
23196
23197   auto *SVN = cast<ShuffleVectorSDNode>(N);
23198   SmallVector<int, 8> Mask;
23199   for (int M : SVN->getMask())
23200     Mask.push_back(M);
23201
23202   SDValue V1 = N->getOperand(0);
23203   SDValue V2 = N->getOperand(1);
23204
23205   // We require the first shuffle operand to be the FSUB node, and the second to
23206   // be the FADD node.
23207   if (V1.getOpcode() == ISD::FADD && V2.getOpcode() == ISD::FSUB) {
23208     ShuffleVectorSDNode::commuteMask(Mask);
23209     std::swap(V1, V2);
23210   } else if (V1.getOpcode() != ISD::FSUB || V2.getOpcode() != ISD::FADD)
23211     return SDValue();
23212
23213   // If there are other uses of these operations we can't fold them.
23214   if (!V1->hasOneUse() || !V2->hasOneUse())
23215     return SDValue();
23216
23217   // Ensure that both operations have the same operands. Note that we can
23218   // commute the FADD operands.
23219   SDValue LHS = V1->getOperand(0), RHS = V1->getOperand(1);
23220   if ((V2->getOperand(0) != LHS || V2->getOperand(1) != RHS) &&
23221       (V2->getOperand(0) != RHS || V2->getOperand(1) != LHS))
23222     return SDValue();
23223
23224   // We're looking for blends between FADD and FSUB nodes. We insist on these
23225   // nodes being lined up in a specific expected pattern.
23226   if (!(isShuffleEquivalent(V1, V2, Mask, {0, 3}) ||
23227         isShuffleEquivalent(V1, V2, Mask, {0, 5, 2, 7}) ||
23228         isShuffleEquivalent(V1, V2, Mask, {0, 9, 2, 11, 4, 13, 6, 15})))
23229     return SDValue();
23230
23231   // Only specific types are legal at this point, assert so we notice if and
23232   // when these change.
23233   assert((VT == MVT::v4f32 || VT == MVT::v2f64 || VT == MVT::v8f32 ||
23234           VT == MVT::v4f64) &&
23235          "Unknown vector type encountered!");
23236
23237   return DAG.getNode(X86ISD::ADDSUB, DL, VT, LHS, RHS);
23238 }
23239
23240 /// PerformShuffleCombine - Performs several different shuffle combines.
23241 static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
23242                                      TargetLowering::DAGCombinerInfo &DCI,
23243                                      const X86Subtarget *Subtarget) {
23244   SDLoc dl(N);
23245   SDValue N0 = N->getOperand(0);
23246   SDValue N1 = N->getOperand(1);
23247   EVT VT = N->getValueType(0);
23248
23249   // Don't create instructions with illegal types after legalize types has run.
23250   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
23251   if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
23252     return SDValue();
23253
23254   // If we have legalized the vector types, look for blends of FADD and FSUB
23255   // nodes that we can fuse into an ADDSUB node.
23256   if (TLI.isTypeLegal(VT) && Subtarget->hasSSE3())
23257     if (SDValue AddSub = combineShuffleToAddSub(N, DAG))
23258       return AddSub;
23259
23260   // Combine 256-bit vector shuffles. This is only profitable when in AVX mode
23261   if (TLI.isTypeLegal(VT) && Subtarget->hasFp256() && VT.is256BitVector() &&
23262       N->getOpcode() == ISD::VECTOR_SHUFFLE)
23263     return PerformShuffleCombine256(N, DAG, DCI, Subtarget);
23264
23265   // During Type Legalization, when promoting illegal vector types,
23266   // the backend might introduce new shuffle dag nodes and bitcasts.
23267   //
23268   // This code performs the following transformation:
23269   // fold: (shuffle (bitcast (BINOP A, B)), Undef, <Mask>) ->
23270   //       (shuffle (BINOP (bitcast A), (bitcast B)), Undef, <Mask>)
23271   //
23272   // We do this only if both the bitcast and the BINOP dag nodes have
23273   // one use. Also, perform this transformation only if the new binary
23274   // operation is legal. This is to avoid introducing dag nodes that
23275   // potentially need to be further expanded (or custom lowered) into a
23276   // less optimal sequence of dag nodes.
23277   if (!DCI.isBeforeLegalize() && DCI.isBeforeLegalizeOps() &&
23278       N1.getOpcode() == ISD::UNDEF && N0.hasOneUse() &&
23279       N0.getOpcode() == ISD::BITCAST) {
23280     SDValue BC0 = N0.getOperand(0);
23281     EVT SVT = BC0.getValueType();
23282     unsigned Opcode = BC0.getOpcode();
23283     unsigned NumElts = VT.getVectorNumElements();
23284
23285     if (BC0.hasOneUse() && SVT.isVector() &&
23286         SVT.getVectorNumElements() * 2 == NumElts &&
23287         TLI.isOperationLegal(Opcode, VT)) {
23288       bool CanFold = false;
23289       switch (Opcode) {
23290       default : break;
23291       case ISD::ADD :
23292       case ISD::FADD :
23293       case ISD::SUB :
23294       case ISD::FSUB :
23295       case ISD::MUL :
23296       case ISD::FMUL :
23297         CanFold = true;
23298       }
23299
23300       unsigned SVTNumElts = SVT.getVectorNumElements();
23301       ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
23302       for (unsigned i = 0, e = SVTNumElts; i != e && CanFold; ++i)
23303         CanFold = SVOp->getMaskElt(i) == (int)(i * 2);
23304       for (unsigned i = SVTNumElts, e = NumElts; i != e && CanFold; ++i)
23305         CanFold = SVOp->getMaskElt(i) < 0;
23306
23307       if (CanFold) {
23308         SDValue BC00 = DAG.getBitcast(VT, BC0.getOperand(0));
23309         SDValue BC01 = DAG.getBitcast(VT, BC0.getOperand(1));
23310         SDValue NewBinOp = DAG.getNode(BC0.getOpcode(), dl, VT, BC00, BC01);
23311         return DAG.getVectorShuffle(VT, dl, NewBinOp, N1, &SVOp->getMask()[0]);
23312       }
23313     }
23314   }
23315
23316   // Combine a vector_shuffle that is equal to build_vector load1, load2, load3,
23317   // load4, <0, 1, 2, 3> into a 128-bit load if the load addresses are
23318   // consecutive, non-overlapping, and in the right order.
23319   SmallVector<SDValue, 16> Elts;
23320   for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
23321     Elts.push_back(getShuffleScalarElt(N, i, DAG, 0));
23322
23323   if (SDValue LD = EltsFromConsecutiveLoads(VT, Elts, dl, DAG, true))
23324     return LD;
23325
23326   if (isTargetShuffle(N->getOpcode())) {
23327     SDValue Shuffle =
23328         PerformTargetShuffleCombine(SDValue(N, 0), DAG, DCI, Subtarget);
23329     if (Shuffle.getNode())
23330       return Shuffle;
23331
23332     // Try recursively combining arbitrary sequences of x86 shuffle
23333     // instructions into higher-order shuffles. We do this after combining
23334     // specific PSHUF instruction sequences into their minimal form so that we
23335     // can evaluate how many specialized shuffle instructions are involved in
23336     // a particular chain.
23337     SmallVector<int, 1> NonceMask; // Just a placeholder.
23338     NonceMask.push_back(0);
23339     if (combineX86ShufflesRecursively(SDValue(N, 0), SDValue(N, 0), NonceMask,
23340                                       /*Depth*/ 1, /*HasPSHUFB*/ false, DAG,
23341                                       DCI, Subtarget))
23342       return SDValue(); // This routine will use CombineTo to replace N.
23343   }
23344
23345   return SDValue();
23346 }
23347
23348 /// XFormVExtractWithShuffleIntoLoad - Check if a vector extract from a target
23349 /// specific shuffle of a load can be folded into a single element load.
23350 /// Similar handling for VECTOR_SHUFFLE is performed by DAGCombiner, but
23351 /// shuffles have been custom lowered so we need to handle those here.
23352 static SDValue XFormVExtractWithShuffleIntoLoad(SDNode *N, SelectionDAG &DAG,
23353                                          TargetLowering::DAGCombinerInfo &DCI) {
23354   if (DCI.isBeforeLegalizeOps())
23355     return SDValue();
23356
23357   SDValue InVec = N->getOperand(0);
23358   SDValue EltNo = N->getOperand(1);
23359
23360   if (!isa<ConstantSDNode>(EltNo))
23361     return SDValue();
23362
23363   EVT OriginalVT = InVec.getValueType();
23364
23365   if (InVec.getOpcode() == ISD::BITCAST) {
23366     // Don't duplicate a load with other uses.
23367     if (!InVec.hasOneUse())
23368       return SDValue();
23369     EVT BCVT = InVec.getOperand(0).getValueType();
23370     if (!BCVT.isVector() ||
23371         BCVT.getVectorNumElements() != OriginalVT.getVectorNumElements())
23372       return SDValue();
23373     InVec = InVec.getOperand(0);
23374   }
23375
23376   EVT CurrentVT = InVec.getValueType();
23377
23378   if (!isTargetShuffle(InVec.getOpcode()))
23379     return SDValue();
23380
23381   // Don't duplicate a load with other uses.
23382   if (!InVec.hasOneUse())
23383     return SDValue();
23384
23385   SmallVector<int, 16> ShuffleMask;
23386   bool UnaryShuffle;
23387   if (!getTargetShuffleMask(InVec.getNode(), CurrentVT.getSimpleVT(),
23388                             ShuffleMask, UnaryShuffle))
23389     return SDValue();
23390
23391   // Select the input vector, guarding against out of range extract vector.
23392   unsigned NumElems = CurrentVT.getVectorNumElements();
23393   int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
23394   int Idx = (Elt > (int)NumElems) ? -1 : ShuffleMask[Elt];
23395   SDValue LdNode = (Idx < (int)NumElems) ? InVec.getOperand(0)
23396                                          : InVec.getOperand(1);
23397
23398   // If inputs to shuffle are the same for both ops, then allow 2 uses
23399   unsigned AllowedUses = InVec.getNumOperands() > 1 &&
23400                          InVec.getOperand(0) == InVec.getOperand(1) ? 2 : 1;
23401
23402   if (LdNode.getOpcode() == ISD::BITCAST) {
23403     // Don't duplicate a load with other uses.
23404     if (!LdNode.getNode()->hasNUsesOfValue(AllowedUses, 0))
23405       return SDValue();
23406
23407     AllowedUses = 1; // only allow 1 load use if we have a bitcast
23408     LdNode = LdNode.getOperand(0);
23409   }
23410
23411   if (!ISD::isNormalLoad(LdNode.getNode()))
23412     return SDValue();
23413
23414   LoadSDNode *LN0 = cast<LoadSDNode>(LdNode);
23415
23416   if (!LN0 ||!LN0->hasNUsesOfValue(AllowedUses, 0) || LN0->isVolatile())
23417     return SDValue();
23418
23419   EVT EltVT = N->getValueType(0);
23420   // If there's a bitcast before the shuffle, check if the load type and
23421   // alignment is valid.
23422   unsigned Align = LN0->getAlignment();
23423   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
23424   unsigned NewAlign = DAG.getDataLayout().getABITypeAlignment(
23425       EltVT.getTypeForEVT(*DAG.getContext()));
23426
23427   if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, EltVT))
23428     return SDValue();
23429
23430   // All checks match so transform back to vector_shuffle so that DAG combiner
23431   // can finish the job
23432   SDLoc dl(N);
23433
23434   // Create shuffle node taking into account the case that its a unary shuffle
23435   SDValue Shuffle = (UnaryShuffle) ? DAG.getUNDEF(CurrentVT)
23436                                    : InVec.getOperand(1);
23437   Shuffle = DAG.getVectorShuffle(CurrentVT, dl,
23438                                  InVec.getOperand(0), Shuffle,
23439                                  &ShuffleMask[0]);
23440   Shuffle = DAG.getBitcast(OriginalVT, Shuffle);
23441   return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, N->getValueType(0), Shuffle,
23442                      EltNo);
23443 }
23444
23445 static SDValue PerformBITCASTCombine(SDNode *N, SelectionDAG &DAG,
23446                                      const X86Subtarget *Subtarget) {
23447   SDValue N0 = N->getOperand(0);
23448   EVT VT = N->getValueType(0);
23449
23450   // Detect bitcasts between i32 to x86mmx low word. Since MMX types are
23451   // special and don't usually play with other vector types, it's better to
23452   // handle them early to be sure we emit efficient code by avoiding
23453   // store-load conversions.
23454   if (VT == MVT::x86mmx && N0.getOpcode() == ISD::BUILD_VECTOR &&
23455       N0.getValueType() == MVT::v2i32 &&
23456       isNullConstant(N0.getOperand(1))) {
23457     SDValue N00 = N0->getOperand(0);
23458     if (N00.getValueType() == MVT::i32)
23459       return DAG.getNode(X86ISD::MMX_MOVW2D, SDLoc(N00), VT, N00);
23460   }
23461
23462   // Convert a bitcasted integer logic operation that has one bitcasted
23463   // floating-point operand and one constant operand into a floating-point
23464   // logic operation. This may create a load of the constant, but that is
23465   // cheaper than materializing the constant in an integer register and
23466   // transferring it to an SSE register or transferring the SSE operand to
23467   // integer register and back.
23468   unsigned FPOpcode;
23469   switch (N0.getOpcode()) {
23470     case ISD::AND: FPOpcode = X86ISD::FAND; break;
23471     case ISD::OR:  FPOpcode = X86ISD::FOR;  break;
23472     case ISD::XOR: FPOpcode = X86ISD::FXOR; break;
23473     default: return SDValue();
23474   }
23475   if (((Subtarget->hasSSE1() && VT == MVT::f32) ||
23476        (Subtarget->hasSSE2() && VT == MVT::f64)) &&
23477       isa<ConstantSDNode>(N0.getOperand(1)) &&
23478       N0.getOperand(0).getOpcode() == ISD::BITCAST &&
23479       N0.getOperand(0).getOperand(0).getValueType() == VT) {
23480     SDValue N000 = N0.getOperand(0).getOperand(0);
23481     SDValue FPConst = DAG.getBitcast(VT, N0.getOperand(1));
23482     return DAG.getNode(FPOpcode, SDLoc(N0), VT, N000, FPConst);
23483   }
23484
23485   return SDValue();
23486 }
23487
23488 /// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
23489 /// generation and convert it from being a bunch of shuffles and extracts
23490 /// into a somewhat faster sequence. For i686, the best sequence is apparently
23491 /// storing the value and loading scalars back, while for x64 we should
23492 /// use 64-bit extracts and shifts.
23493 static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
23494                                          TargetLowering::DAGCombinerInfo &DCI) {
23495   if (SDValue NewOp = XFormVExtractWithShuffleIntoLoad(N, DAG, DCI))
23496     return NewOp;
23497
23498   SDValue InputVector = N->getOperand(0);
23499   SDLoc dl(InputVector);
23500   // Detect mmx to i32 conversion through a v2i32 elt extract.
23501   if (InputVector.getOpcode() == ISD::BITCAST && InputVector.hasOneUse() &&
23502       N->getValueType(0) == MVT::i32 &&
23503       InputVector.getValueType() == MVT::v2i32) {
23504
23505     // The bitcast source is a direct mmx result.
23506     SDValue MMXSrc = InputVector.getNode()->getOperand(0);
23507     if (MMXSrc.getValueType() == MVT::x86mmx)
23508       return DAG.getNode(X86ISD::MMX_MOVD2W, SDLoc(InputVector),
23509                          N->getValueType(0),
23510                          InputVector.getNode()->getOperand(0));
23511
23512     // The mmx is indirect: (i64 extract_elt (v1i64 bitcast (x86mmx ...))).
23513     if (MMXSrc.getOpcode() == ISD::EXTRACT_VECTOR_ELT && MMXSrc.hasOneUse() &&
23514         MMXSrc.getValueType() == MVT::i64) {
23515       SDValue MMXSrcOp = MMXSrc.getOperand(0);
23516       if (MMXSrcOp.hasOneUse() && MMXSrcOp.getOpcode() == ISD::BITCAST &&
23517           MMXSrcOp.getValueType() == MVT::v1i64 &&
23518           MMXSrcOp.getOperand(0).getValueType() == MVT::x86mmx)
23519         return DAG.getNode(X86ISD::MMX_MOVD2W, SDLoc(InputVector),
23520                            N->getValueType(0), MMXSrcOp.getOperand(0));
23521     }
23522   }
23523
23524   EVT VT = N->getValueType(0);
23525
23526   if (VT == MVT::i1 && isa<ConstantSDNode>(N->getOperand(1)) &&
23527       InputVector.getOpcode() == ISD::BITCAST &&
23528       isa<ConstantSDNode>(InputVector.getOperand(0))) {
23529     uint64_t ExtractedElt =
23530         cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
23531     uint64_t InputValue =
23532         cast<ConstantSDNode>(InputVector.getOperand(0))->getZExtValue();
23533     uint64_t Res = (InputValue >> ExtractedElt) & 1;
23534     return DAG.getConstant(Res, dl, MVT::i1);
23535   }
23536   // Only operate on vectors of 4 elements, where the alternative shuffling
23537   // gets to be more expensive.
23538   if (InputVector.getValueType() != MVT::v4i32)
23539     return SDValue();
23540
23541   // Check whether every use of InputVector is an EXTRACT_VECTOR_ELT with a
23542   // single use which is a sign-extend or zero-extend, and all elements are
23543   // used.
23544   SmallVector<SDNode *, 4> Uses;
23545   unsigned ExtractedElements = 0;
23546   for (SDNode::use_iterator UI = InputVector.getNode()->use_begin(),
23547        UE = InputVector.getNode()->use_end(); UI != UE; ++UI) {
23548     if (UI.getUse().getResNo() != InputVector.getResNo())
23549       return SDValue();
23550
23551     SDNode *Extract = *UI;
23552     if (Extract->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
23553       return SDValue();
23554
23555     if (Extract->getValueType(0) != MVT::i32)
23556       return SDValue();
23557     if (!Extract->hasOneUse())
23558       return SDValue();
23559     if (Extract->use_begin()->getOpcode() != ISD::SIGN_EXTEND &&
23560         Extract->use_begin()->getOpcode() != ISD::ZERO_EXTEND)
23561       return SDValue();
23562     if (!isa<ConstantSDNode>(Extract->getOperand(1)))
23563       return SDValue();
23564
23565     // Record which element was extracted.
23566     ExtractedElements |=
23567       1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
23568
23569     Uses.push_back(Extract);
23570   }
23571
23572   // If not all the elements were used, this may not be worthwhile.
23573   if (ExtractedElements != 15)
23574     return SDValue();
23575
23576   // Ok, we've now decided to do the transformation.
23577   // If 64-bit shifts are legal, use the extract-shift sequence,
23578   // otherwise bounce the vector off the cache.
23579   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
23580   SDValue Vals[4];
23581
23582   if (TLI.isOperationLegal(ISD::SRA, MVT::i64)) {
23583     SDValue Cst = DAG.getBitcast(MVT::v2i64, InputVector);
23584     auto &DL = DAG.getDataLayout();
23585     EVT VecIdxTy = DAG.getTargetLoweringInfo().getVectorIdxTy(DL);
23586     SDValue BottomHalf = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i64, Cst,
23587       DAG.getConstant(0, dl, VecIdxTy));
23588     SDValue TopHalf = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i64, Cst,
23589       DAG.getConstant(1, dl, VecIdxTy));
23590
23591     SDValue ShAmt = DAG.getConstant(
23592         32, dl, DAG.getTargetLoweringInfo().getShiftAmountTy(MVT::i64, DL));
23593     Vals[0] = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, BottomHalf);
23594     Vals[1] = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32,
23595       DAG.getNode(ISD::SRA, dl, MVT::i64, BottomHalf, ShAmt));
23596     Vals[2] = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, TopHalf);
23597     Vals[3] = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32,
23598       DAG.getNode(ISD::SRA, dl, MVT::i64, TopHalf, ShAmt));
23599   } else {
23600     // Store the value to a temporary stack slot.
23601     SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
23602     SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr,
23603       MachinePointerInfo(), false, false, 0);
23604
23605     EVT ElementType = InputVector.getValueType().getVectorElementType();
23606     unsigned EltSize = ElementType.getSizeInBits() / 8;
23607
23608     // Replace each use (extract) with a load of the appropriate element.
23609     for (unsigned i = 0; i < 4; ++i) {
23610       uint64_t Offset = EltSize * i;
23611       auto PtrVT = TLI.getPointerTy(DAG.getDataLayout());
23612       SDValue OffsetVal = DAG.getConstant(Offset, dl, PtrVT);
23613
23614       SDValue ScalarAddr =
23615           DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, OffsetVal);
23616
23617       // Load the scalar.
23618       Vals[i] = DAG.getLoad(ElementType, dl, Ch,
23619                             ScalarAddr, MachinePointerInfo(),
23620                             false, false, false, 0);
23621
23622     }
23623   }
23624
23625   // Replace the extracts
23626   for (SmallVectorImpl<SDNode *>::iterator UI = Uses.begin(),
23627     UE = Uses.end(); UI != UE; ++UI) {
23628     SDNode *Extract = *UI;
23629
23630     SDValue Idx = Extract->getOperand(1);
23631     uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
23632     DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), Vals[IdxVal]);
23633   }
23634
23635   // The replacement was made in place; don't return anything.
23636   return SDValue();
23637 }
23638
23639 static SDValue
23640 transformVSELECTtoBlendVECTOR_SHUFFLE(SDNode *N, SelectionDAG &DAG,
23641                                       const X86Subtarget *Subtarget) {
23642   SDLoc dl(N);
23643   SDValue Cond = N->getOperand(0);
23644   SDValue LHS = N->getOperand(1);
23645   SDValue RHS = N->getOperand(2);
23646
23647   if (Cond.getOpcode() == ISD::SIGN_EXTEND) {
23648     SDValue CondSrc = Cond->getOperand(0);
23649     if (CondSrc->getOpcode() == ISD::SIGN_EXTEND_INREG)
23650       Cond = CondSrc->getOperand(0);
23651   }
23652
23653   if (!ISD::isBuildVectorOfConstantSDNodes(Cond.getNode()))
23654     return SDValue();
23655
23656   // A vselect where all conditions and data are constants can be optimized into
23657   // a single vector load by SelectionDAGLegalize::ExpandBUILD_VECTOR().
23658   if (ISD::isBuildVectorOfConstantSDNodes(LHS.getNode()) &&
23659       ISD::isBuildVectorOfConstantSDNodes(RHS.getNode()))
23660     return SDValue();
23661
23662   unsigned MaskValue = 0;
23663   if (!BUILD_VECTORtoBlendMask(cast<BuildVectorSDNode>(Cond), MaskValue))
23664     return SDValue();
23665
23666   MVT VT = N->getSimpleValueType(0);
23667   unsigned NumElems = VT.getVectorNumElements();
23668   SmallVector<int, 8> ShuffleMask(NumElems, -1);
23669   for (unsigned i = 0; i < NumElems; ++i) {
23670     // Be sure we emit undef where we can.
23671     if (Cond.getOperand(i)->getOpcode() == ISD::UNDEF)
23672       ShuffleMask[i] = -1;
23673     else
23674       ShuffleMask[i] = i + NumElems * ((MaskValue >> i) & 1);
23675   }
23676
23677   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
23678   if (!TLI.isShuffleMaskLegal(ShuffleMask, VT))
23679     return SDValue();
23680   return DAG.getVectorShuffle(VT, dl, LHS, RHS, &ShuffleMask[0]);
23681 }
23682
23683 /// PerformSELECTCombine - Do target-specific dag combines on SELECT and VSELECT
23684 /// nodes.
23685 static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
23686                                     TargetLowering::DAGCombinerInfo &DCI,
23687                                     const X86Subtarget *Subtarget) {
23688   SDLoc DL(N);
23689   SDValue Cond = N->getOperand(0);
23690   // Get the LHS/RHS of the select.
23691   SDValue LHS = N->getOperand(1);
23692   SDValue RHS = N->getOperand(2);
23693   EVT VT = LHS.getValueType();
23694   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
23695
23696   // If we have SSE[12] support, try to form min/max nodes. SSE min/max
23697   // instructions match the semantics of the common C idiom x<y?x:y but not
23698   // x<=y?x:y, because of how they handle negative zero (which can be
23699   // ignored in unsafe-math mode).
23700   // We also try to create v2f32 min/max nodes, which we later widen to v4f32.
23701   if (Cond.getOpcode() == ISD::SETCC && VT.isFloatingPoint() &&
23702       VT != MVT::f80 && (TLI.isTypeLegal(VT) || VT == MVT::v2f32) &&
23703       (Subtarget->hasSSE2() ||
23704        (Subtarget->hasSSE1() && VT.getScalarType() == MVT::f32))) {
23705     ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
23706
23707     unsigned Opcode = 0;
23708     // Check for x CC y ? x : y.
23709     if (DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
23710         DAG.isEqualTo(RHS, Cond.getOperand(1))) {
23711       switch (CC) {
23712       default: break;
23713       case ISD::SETULT:
23714         // Converting this to a min would handle NaNs incorrectly, and swapping
23715         // the operands would cause it to handle comparisons between positive
23716         // and negative zero incorrectly.
23717         if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
23718           if (!DAG.getTarget().Options.UnsafeFPMath &&
23719               !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
23720             break;
23721           std::swap(LHS, RHS);
23722         }
23723         Opcode = X86ISD::FMIN;
23724         break;
23725       case ISD::SETOLE:
23726         // Converting this to a min would handle comparisons between positive
23727         // and negative zero incorrectly.
23728         if (!DAG.getTarget().Options.UnsafeFPMath &&
23729             !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
23730           break;
23731         Opcode = X86ISD::FMIN;
23732         break;
23733       case ISD::SETULE:
23734         // Converting this to a min would handle both negative zeros and NaNs
23735         // incorrectly, but we can swap the operands to fix both.
23736         std::swap(LHS, RHS);
23737       case ISD::SETOLT:
23738       case ISD::SETLT:
23739       case ISD::SETLE:
23740         Opcode = X86ISD::FMIN;
23741         break;
23742
23743       case ISD::SETOGE:
23744         // Converting this to a max would handle comparisons between positive
23745         // and negative zero incorrectly.
23746         if (!DAG.getTarget().Options.UnsafeFPMath &&
23747             !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
23748           break;
23749         Opcode = X86ISD::FMAX;
23750         break;
23751       case ISD::SETUGT:
23752         // Converting this to a max would handle NaNs incorrectly, and swapping
23753         // the operands would cause it to handle comparisons between positive
23754         // and negative zero incorrectly.
23755         if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
23756           if (!DAG.getTarget().Options.UnsafeFPMath &&
23757               !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
23758             break;
23759           std::swap(LHS, RHS);
23760         }
23761         Opcode = X86ISD::FMAX;
23762         break;
23763       case ISD::SETUGE:
23764         // Converting this to a max would handle both negative zeros and NaNs
23765         // incorrectly, but we can swap the operands to fix both.
23766         std::swap(LHS, RHS);
23767       case ISD::SETOGT:
23768       case ISD::SETGT:
23769       case ISD::SETGE:
23770         Opcode = X86ISD::FMAX;
23771         break;
23772       }
23773     // Check for x CC y ? y : x -- a min/max with reversed arms.
23774     } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) &&
23775                DAG.isEqualTo(RHS, Cond.getOperand(0))) {
23776       switch (CC) {
23777       default: break;
23778       case ISD::SETOGE:
23779         // Converting this to a min would handle comparisons between positive
23780         // and negative zero incorrectly, and swapping the operands would
23781         // cause it to handle NaNs incorrectly.
23782         if (!DAG.getTarget().Options.UnsafeFPMath &&
23783             !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS))) {
23784           if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
23785             break;
23786           std::swap(LHS, RHS);
23787         }
23788         Opcode = X86ISD::FMIN;
23789         break;
23790       case ISD::SETUGT:
23791         // Converting this to a min would handle NaNs incorrectly.
23792         if (!DAG.getTarget().Options.UnsafeFPMath &&
23793             (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)))
23794           break;
23795         Opcode = X86ISD::FMIN;
23796         break;
23797       case ISD::SETUGE:
23798         // Converting this to a min would handle both negative zeros and NaNs
23799         // incorrectly, but we can swap the operands to fix both.
23800         std::swap(LHS, RHS);
23801       case ISD::SETOGT:
23802       case ISD::SETGT:
23803       case ISD::SETGE:
23804         Opcode = X86ISD::FMIN;
23805         break;
23806
23807       case ISD::SETULT:
23808         // Converting this to a max would handle NaNs incorrectly.
23809         if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
23810           break;
23811         Opcode = X86ISD::FMAX;
23812         break;
23813       case ISD::SETOLE:
23814         // Converting this to a max would handle comparisons between positive
23815         // and negative zero incorrectly, and swapping the operands would
23816         // cause it to handle NaNs incorrectly.
23817         if (!DAG.getTarget().Options.UnsafeFPMath &&
23818             !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS)) {
23819           if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
23820             break;
23821           std::swap(LHS, RHS);
23822         }
23823         Opcode = X86ISD::FMAX;
23824         break;
23825       case ISD::SETULE:
23826         // Converting this to a max would handle both negative zeros and NaNs
23827         // incorrectly, but we can swap the operands to fix both.
23828         std::swap(LHS, RHS);
23829       case ISD::SETOLT:
23830       case ISD::SETLT:
23831       case ISD::SETLE:
23832         Opcode = X86ISD::FMAX;
23833         break;
23834       }
23835     }
23836
23837     if (Opcode)
23838       return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
23839   }
23840
23841   EVT CondVT = Cond.getValueType();
23842   if (Subtarget->hasAVX512() && VT.isVector() && CondVT.isVector() &&
23843       CondVT.getVectorElementType() == MVT::i1) {
23844     // v16i8 (select v16i1, v16i8, v16i8) does not have a proper
23845     // lowering on KNL. In this case we convert it to
23846     // v16i8 (select v16i8, v16i8, v16i8) and use AVX instruction.
23847     // The same situation for all 128 and 256-bit vectors of i8 and i16.
23848     // Since SKX these selects have a proper lowering.
23849     EVT OpVT = LHS.getValueType();
23850     if ((OpVT.is128BitVector() || OpVT.is256BitVector()) &&
23851         (OpVT.getVectorElementType() == MVT::i8 ||
23852          OpVT.getVectorElementType() == MVT::i16) &&
23853         !(Subtarget->hasBWI() && Subtarget->hasVLX())) {
23854       Cond = DAG.getNode(ISD::SIGN_EXTEND, DL, OpVT, Cond);
23855       DCI.AddToWorklist(Cond.getNode());
23856       return DAG.getNode(N->getOpcode(), DL, OpVT, Cond, LHS, RHS);
23857     }
23858   }
23859   // If this is a select between two integer constants, try to do some
23860   // optimizations.
23861   if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
23862     if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
23863       // Don't do this for crazy integer types.
23864       if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
23865         // If this is efficiently invertible, canonicalize the LHSC/RHSC values
23866         // so that TrueC (the true value) is larger than FalseC.
23867         bool NeedsCondInvert = false;
23868
23869         if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
23870             // Efficiently invertible.
23871             (Cond.getOpcode() == ISD::SETCC ||  // setcc -> invertible.
23872              (Cond.getOpcode() == ISD::XOR &&   // xor(X, C) -> invertible.
23873               isa<ConstantSDNode>(Cond.getOperand(1))))) {
23874           NeedsCondInvert = true;
23875           std::swap(TrueC, FalseC);
23876         }
23877
23878         // Optimize C ? 8 : 0 -> zext(C) << 3.  Likewise for any pow2/0.
23879         if (FalseC->getAPIntValue() == 0 &&
23880             TrueC->getAPIntValue().isPowerOf2()) {
23881           if (NeedsCondInvert) // Invert the condition if needed.
23882             Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
23883                                DAG.getConstant(1, DL, Cond.getValueType()));
23884
23885           // Zero extend the condition if needed.
23886           Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
23887
23888           unsigned ShAmt = TrueC->getAPIntValue().logBase2();
23889           return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
23890                              DAG.getConstant(ShAmt, DL, MVT::i8));
23891         }
23892
23893         // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
23894         if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
23895           if (NeedsCondInvert) // Invert the condition if needed.
23896             Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
23897                                DAG.getConstant(1, DL, Cond.getValueType()));
23898
23899           // Zero extend the condition if needed.
23900           Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
23901                              FalseC->getValueType(0), Cond);
23902           return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
23903                              SDValue(FalseC, 0));
23904         }
23905
23906         // Optimize cases that will turn into an LEA instruction.  This requires
23907         // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
23908         if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
23909           uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
23910           if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
23911
23912           bool isFastMultiplier = false;
23913           if (Diff < 10) {
23914             switch ((unsigned char)Diff) {
23915               default: break;
23916               case 1:  // result = add base, cond
23917               case 2:  // result = lea base(    , cond*2)
23918               case 3:  // result = lea base(cond, cond*2)
23919               case 4:  // result = lea base(    , cond*4)
23920               case 5:  // result = lea base(cond, cond*4)
23921               case 8:  // result = lea base(    , cond*8)
23922               case 9:  // result = lea base(cond, cond*8)
23923                 isFastMultiplier = true;
23924                 break;
23925             }
23926           }
23927
23928           if (isFastMultiplier) {
23929             APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
23930             if (NeedsCondInvert) // Invert the condition if needed.
23931               Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
23932                                  DAG.getConstant(1, DL, Cond.getValueType()));
23933
23934             // Zero extend the condition if needed.
23935             Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
23936                                Cond);
23937             // Scale the condition by the difference.
23938             if (Diff != 1)
23939               Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
23940                                  DAG.getConstant(Diff, DL,
23941                                                  Cond.getValueType()));
23942
23943             // Add the base if non-zero.
23944             if (FalseC->getAPIntValue() != 0)
23945               Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
23946                                  SDValue(FalseC, 0));
23947             return Cond;
23948           }
23949         }
23950       }
23951   }
23952
23953   // Canonicalize max and min:
23954   // (x > y) ? x : y -> (x >= y) ? x : y
23955   // (x < y) ? x : y -> (x <= y) ? x : y
23956   // This allows use of COND_S / COND_NS (see TranslateX86CC) which eliminates
23957   // the need for an extra compare
23958   // against zero. e.g.
23959   // (x - y) > 0 : (x - y) ? 0 -> (x - y) >= 0 : (x - y) ? 0
23960   // subl   %esi, %edi
23961   // testl  %edi, %edi
23962   // movl   $0, %eax
23963   // cmovgl %edi, %eax
23964   // =>
23965   // xorl   %eax, %eax
23966   // subl   %esi, $edi
23967   // cmovsl %eax, %edi
23968   if (N->getOpcode() == ISD::SELECT && Cond.getOpcode() == ISD::SETCC &&
23969       DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
23970       DAG.isEqualTo(RHS, Cond.getOperand(1))) {
23971     ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
23972     switch (CC) {
23973     default: break;
23974     case ISD::SETLT:
23975     case ISD::SETGT: {
23976       ISD::CondCode NewCC = (CC == ISD::SETLT) ? ISD::SETLE : ISD::SETGE;
23977       Cond = DAG.getSetCC(SDLoc(Cond), Cond.getValueType(),
23978                           Cond.getOperand(0), Cond.getOperand(1), NewCC);
23979       return DAG.getNode(ISD::SELECT, DL, VT, Cond, LHS, RHS);
23980     }
23981     }
23982   }
23983
23984   // Early exit check
23985   if (!TLI.isTypeLegal(VT))
23986     return SDValue();
23987
23988   // Match VSELECTs into subs with unsigned saturation.
23989   if (N->getOpcode() == ISD::VSELECT && Cond.getOpcode() == ISD::SETCC &&
23990       // psubus is available in SSE2 and AVX2 for i8 and i16 vectors.
23991       ((Subtarget->hasSSE2() && (VT == MVT::v16i8 || VT == MVT::v8i16)) ||
23992        (Subtarget->hasAVX2() && (VT == MVT::v32i8 || VT == MVT::v16i16)))) {
23993     ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
23994
23995     // Check if one of the arms of the VSELECT is a zero vector. If it's on the
23996     // left side invert the predicate to simplify logic below.
23997     SDValue Other;
23998     if (ISD::isBuildVectorAllZeros(LHS.getNode())) {
23999       Other = RHS;
24000       CC = ISD::getSetCCInverse(CC, true);
24001     } else if (ISD::isBuildVectorAllZeros(RHS.getNode())) {
24002       Other = LHS;
24003     }
24004
24005     if (Other.getNode() && Other->getNumOperands() == 2 &&
24006         DAG.isEqualTo(Other->getOperand(0), Cond.getOperand(0))) {
24007       SDValue OpLHS = Other->getOperand(0), OpRHS = Other->getOperand(1);
24008       SDValue CondRHS = Cond->getOperand(1);
24009
24010       // Look for a general sub with unsigned saturation first.
24011       // x >= y ? x-y : 0 --> subus x, y
24012       // x >  y ? x-y : 0 --> subus x, y
24013       if ((CC == ISD::SETUGE || CC == ISD::SETUGT) &&
24014           Other->getOpcode() == ISD::SUB && DAG.isEqualTo(OpRHS, CondRHS))
24015         return DAG.getNode(X86ISD::SUBUS, DL, VT, OpLHS, OpRHS);
24016
24017       if (auto *OpRHSBV = dyn_cast<BuildVectorSDNode>(OpRHS))
24018         if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) {
24019           if (auto *CondRHSBV = dyn_cast<BuildVectorSDNode>(CondRHS))
24020             if (auto *CondRHSConst = CondRHSBV->getConstantSplatNode())
24021               // If the RHS is a constant we have to reverse the const
24022               // canonicalization.
24023               // x > C-1 ? x+-C : 0 --> subus x, C
24024               if (CC == ISD::SETUGT && Other->getOpcode() == ISD::ADD &&
24025                   CondRHSConst->getAPIntValue() ==
24026                       (-OpRHSConst->getAPIntValue() - 1))
24027                 return DAG.getNode(
24028                     X86ISD::SUBUS, DL, VT, OpLHS,
24029                     DAG.getConstant(-OpRHSConst->getAPIntValue(), DL, VT));
24030
24031           // Another special case: If C was a sign bit, the sub has been
24032           // canonicalized into a xor.
24033           // FIXME: Would it be better to use computeKnownBits to determine
24034           //        whether it's safe to decanonicalize the xor?
24035           // x s< 0 ? x^C : 0 --> subus x, C
24036           if (CC == ISD::SETLT && Other->getOpcode() == ISD::XOR &&
24037               ISD::isBuildVectorAllZeros(CondRHS.getNode()) &&
24038               OpRHSConst->getAPIntValue().isSignBit())
24039             // Note that we have to rebuild the RHS constant here to ensure we
24040             // don't rely on particular values of undef lanes.
24041             return DAG.getNode(
24042                 X86ISD::SUBUS, DL, VT, OpLHS,
24043                 DAG.getConstant(OpRHSConst->getAPIntValue(), DL, VT));
24044         }
24045     }
24046   }
24047
24048   // Simplify vector selection if condition value type matches vselect
24049   // operand type
24050   if (N->getOpcode() == ISD::VSELECT && CondVT == VT) {
24051     assert(Cond.getValueType().isVector() &&
24052            "vector select expects a vector selector!");
24053
24054     bool TValIsAllOnes = ISD::isBuildVectorAllOnes(LHS.getNode());
24055     bool FValIsAllZeros = ISD::isBuildVectorAllZeros(RHS.getNode());
24056
24057     // Try invert the condition if true value is not all 1s and false value
24058     // is not all 0s.
24059     if (!TValIsAllOnes && !FValIsAllZeros &&
24060         // Check if the selector will be produced by CMPP*/PCMP*
24061         Cond.getOpcode() == ISD::SETCC &&
24062         // Check if SETCC has already been promoted
24063         TLI.getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), VT) ==
24064             CondVT) {
24065       bool TValIsAllZeros = ISD::isBuildVectorAllZeros(LHS.getNode());
24066       bool FValIsAllOnes = ISD::isBuildVectorAllOnes(RHS.getNode());
24067
24068       if (TValIsAllZeros || FValIsAllOnes) {
24069         SDValue CC = Cond.getOperand(2);
24070         ISD::CondCode NewCC =
24071           ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(),
24072                                Cond.getOperand(0).getValueType().isInteger());
24073         Cond = DAG.getSetCC(DL, CondVT, Cond.getOperand(0), Cond.getOperand(1), NewCC);
24074         std::swap(LHS, RHS);
24075         TValIsAllOnes = FValIsAllOnes;
24076         FValIsAllZeros = TValIsAllZeros;
24077       }
24078     }
24079
24080     if (TValIsAllOnes || FValIsAllZeros) {
24081       SDValue Ret;
24082
24083       if (TValIsAllOnes && FValIsAllZeros)
24084         Ret = Cond;
24085       else if (TValIsAllOnes)
24086         Ret =
24087             DAG.getNode(ISD::OR, DL, CondVT, Cond, DAG.getBitcast(CondVT, RHS));
24088       else if (FValIsAllZeros)
24089         Ret = DAG.getNode(ISD::AND, DL, CondVT, Cond,
24090                           DAG.getBitcast(CondVT, LHS));
24091
24092       return DAG.getBitcast(VT, Ret);
24093     }
24094   }
24095
24096   // We should generate an X86ISD::BLENDI from a vselect if its argument
24097   // is a sign_extend_inreg of an any_extend of a BUILD_VECTOR of
24098   // constants. This specific pattern gets generated when we split a
24099   // selector for a 512 bit vector in a machine without AVX512 (but with
24100   // 256-bit vectors), during legalization:
24101   //
24102   // (vselect (sign_extend (any_extend (BUILD_VECTOR)) i1) LHS RHS)
24103   //
24104   // Iff we find this pattern and the build_vectors are built from
24105   // constants, we translate the vselect into a shuffle_vector that we
24106   // know will be matched by LowerVECTOR_SHUFFLEtoBlend.
24107   if ((N->getOpcode() == ISD::VSELECT ||
24108        N->getOpcode() == X86ISD::SHRUNKBLEND) &&
24109       !DCI.isBeforeLegalize() && !VT.is512BitVector()) {
24110     SDValue Shuffle = transformVSELECTtoBlendVECTOR_SHUFFLE(N, DAG, Subtarget);
24111     if (Shuffle.getNode())
24112       return Shuffle;
24113   }
24114
24115   // If this is a *dynamic* select (non-constant condition) and we can match
24116   // this node with one of the variable blend instructions, restructure the
24117   // condition so that the blends can use the high bit of each element and use
24118   // SimplifyDemandedBits to simplify the condition operand.
24119   if (N->getOpcode() == ISD::VSELECT && DCI.isBeforeLegalizeOps() &&
24120       !DCI.isBeforeLegalize() &&
24121       !ISD::isBuildVectorOfConstantSDNodes(Cond.getNode())) {
24122     unsigned BitWidth = Cond.getValueType().getScalarSizeInBits();
24123
24124     // Don't optimize vector selects that map to mask-registers.
24125     if (BitWidth == 1)
24126       return SDValue();
24127
24128     // We can only handle the cases where VSELECT is directly legal on the
24129     // subtarget. We custom lower VSELECT nodes with constant conditions and
24130     // this makes it hard to see whether a dynamic VSELECT will correctly
24131     // lower, so we both check the operation's status and explicitly handle the
24132     // cases where a *dynamic* blend will fail even though a constant-condition
24133     // blend could be custom lowered.
24134     // FIXME: We should find a better way to handle this class of problems.
24135     // Potentially, we should combine constant-condition vselect nodes
24136     // pre-legalization into shuffles and not mark as many types as custom
24137     // lowered.
24138     if (!TLI.isOperationLegalOrCustom(ISD::VSELECT, VT))
24139       return SDValue();
24140     // FIXME: We don't support i16-element blends currently. We could and
24141     // should support them by making *all* the bits in the condition be set
24142     // rather than just the high bit and using an i8-element blend.
24143     if (VT.getVectorElementType() == MVT::i16)
24144       return SDValue();
24145     // Dynamic blending was only available from SSE4.1 onward.
24146     if (VT.is128BitVector() && !Subtarget->hasSSE41())
24147       return SDValue();
24148     // Byte blends are only available in AVX2
24149     if (VT == MVT::v32i8 && !Subtarget->hasAVX2())
24150       return SDValue();
24151
24152     assert(BitWidth >= 8 && BitWidth <= 64 && "Invalid mask size");
24153     APInt DemandedMask = APInt::getHighBitsSet(BitWidth, 1);
24154
24155     APInt KnownZero, KnownOne;
24156     TargetLowering::TargetLoweringOpt TLO(DAG, DCI.isBeforeLegalize(),
24157                                           DCI.isBeforeLegalizeOps());
24158     if (TLO.ShrinkDemandedConstant(Cond, DemandedMask) ||
24159         TLI.SimplifyDemandedBits(Cond, DemandedMask, KnownZero, KnownOne,
24160                                  TLO)) {
24161       // If we changed the computation somewhere in the DAG, this change
24162       // will affect all users of Cond.
24163       // Make sure it is fine and update all the nodes so that we do not
24164       // use the generic VSELECT anymore. Otherwise, we may perform
24165       // wrong optimizations as we messed up with the actual expectation
24166       // for the vector boolean values.
24167       if (Cond != TLO.Old) {
24168         // Check all uses of that condition operand to check whether it will be
24169         // consumed by non-BLEND instructions, which may depend on all bits are
24170         // set properly.
24171         for (SDNode::use_iterator I = Cond->use_begin(), E = Cond->use_end();
24172              I != E; ++I)
24173           if (I->getOpcode() != ISD::VSELECT)
24174             // TODO: Add other opcodes eventually lowered into BLEND.
24175             return SDValue();
24176
24177         // Update all the users of the condition, before committing the change,
24178         // so that the VSELECT optimizations that expect the correct vector
24179         // boolean value will not be triggered.
24180         for (SDNode::use_iterator I = Cond->use_begin(), E = Cond->use_end();
24181              I != E; ++I)
24182           DAG.ReplaceAllUsesOfValueWith(
24183               SDValue(*I, 0),
24184               DAG.getNode(X86ISD::SHRUNKBLEND, SDLoc(*I), I->getValueType(0),
24185                           Cond, I->getOperand(1), I->getOperand(2)));
24186         DCI.CommitTargetLoweringOpt(TLO);
24187         return SDValue();
24188       }
24189       // At this point, only Cond is changed. Change the condition
24190       // just for N to keep the opportunity to optimize all other
24191       // users their own way.
24192       DAG.ReplaceAllUsesOfValueWith(
24193           SDValue(N, 0),
24194           DAG.getNode(X86ISD::SHRUNKBLEND, SDLoc(N), N->getValueType(0),
24195                       TLO.New, N->getOperand(1), N->getOperand(2)));
24196       return SDValue();
24197     }
24198   }
24199
24200   return SDValue();
24201 }
24202
24203 // Check whether a boolean test is testing a boolean value generated by
24204 // X86ISD::SETCC. If so, return the operand of that SETCC and proper condition
24205 // code.
24206 //
24207 // Simplify the following patterns:
24208 // (Op (CMP (SETCC Cond EFLAGS) 1) EQ) or
24209 // (Op (CMP (SETCC Cond EFLAGS) 0) NEQ)
24210 // to (Op EFLAGS Cond)
24211 //
24212 // (Op (CMP (SETCC Cond EFLAGS) 0) EQ) or
24213 // (Op (CMP (SETCC Cond EFLAGS) 1) NEQ)
24214 // to (Op EFLAGS !Cond)
24215 //
24216 // where Op could be BRCOND or CMOV.
24217 //
24218 static SDValue checkBoolTestSetCCCombine(SDValue Cmp, X86::CondCode &CC) {
24219   // Quit if not CMP and SUB with its value result used.
24220   if (Cmp.getOpcode() != X86ISD::CMP &&
24221       (Cmp.getOpcode() != X86ISD::SUB || Cmp.getNode()->hasAnyUseOfValue(0)))
24222       return SDValue();
24223
24224   // Quit if not used as a boolean value.
24225   if (CC != X86::COND_E && CC != X86::COND_NE)
24226     return SDValue();
24227
24228   // Check CMP operands. One of them should be 0 or 1 and the other should be
24229   // an SetCC or extended from it.
24230   SDValue Op1 = Cmp.getOperand(0);
24231   SDValue Op2 = Cmp.getOperand(1);
24232
24233   SDValue SetCC;
24234   const ConstantSDNode* C = nullptr;
24235   bool needOppositeCond = (CC == X86::COND_E);
24236   bool checkAgainstTrue = false; // Is it a comparison against 1?
24237
24238   if ((C = dyn_cast<ConstantSDNode>(Op1)))
24239     SetCC = Op2;
24240   else if ((C = dyn_cast<ConstantSDNode>(Op2)))
24241     SetCC = Op1;
24242   else // Quit if all operands are not constants.
24243     return SDValue();
24244
24245   if (C->getZExtValue() == 1) {
24246     needOppositeCond = !needOppositeCond;
24247     checkAgainstTrue = true;
24248   } else if (C->getZExtValue() != 0)
24249     // Quit if the constant is neither 0 or 1.
24250     return SDValue();
24251
24252   bool truncatedToBoolWithAnd = false;
24253   // Skip (zext $x), (trunc $x), or (and $x, 1) node.
24254   while (SetCC.getOpcode() == ISD::ZERO_EXTEND ||
24255          SetCC.getOpcode() == ISD::TRUNCATE ||
24256          SetCC.getOpcode() == ISD::AND) {
24257     if (SetCC.getOpcode() == ISD::AND) {
24258       int OpIdx = -1;
24259       if (isOneConstant(SetCC.getOperand(0)))
24260         OpIdx = 1;
24261       if (isOneConstant(SetCC.getOperand(1)))
24262         OpIdx = 0;
24263       if (OpIdx == -1)
24264         break;
24265       SetCC = SetCC.getOperand(OpIdx);
24266       truncatedToBoolWithAnd = true;
24267     } else
24268       SetCC = SetCC.getOperand(0);
24269   }
24270
24271   switch (SetCC.getOpcode()) {
24272   case X86ISD::SETCC_CARRY:
24273     // Since SETCC_CARRY gives output based on R = CF ? ~0 : 0, it's unsafe to
24274     // simplify it if the result of SETCC_CARRY is not canonicalized to 0 or 1,
24275     // i.e. it's a comparison against true but the result of SETCC_CARRY is not
24276     // truncated to i1 using 'and'.
24277     if (checkAgainstTrue && !truncatedToBoolWithAnd)
24278       break;
24279     assert(X86::CondCode(SetCC.getConstantOperandVal(0)) == X86::COND_B &&
24280            "Invalid use of SETCC_CARRY!");
24281     // FALL THROUGH
24282   case X86ISD::SETCC:
24283     // Set the condition code or opposite one if necessary.
24284     CC = X86::CondCode(SetCC.getConstantOperandVal(0));
24285     if (needOppositeCond)
24286       CC = X86::GetOppositeBranchCondition(CC);
24287     return SetCC.getOperand(1);
24288   case X86ISD::CMOV: {
24289     // Check whether false/true value has canonical one, i.e. 0 or 1.
24290     ConstantSDNode *FVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(0));
24291     ConstantSDNode *TVal = dyn_cast<ConstantSDNode>(SetCC.getOperand(1));
24292     // Quit if true value is not a constant.
24293     if (!TVal)
24294       return SDValue();
24295     // Quit if false value is not a constant.
24296     if (!FVal) {
24297       SDValue Op = SetCC.getOperand(0);
24298       // Skip 'zext' or 'trunc' node.
24299       if (Op.getOpcode() == ISD::ZERO_EXTEND ||
24300           Op.getOpcode() == ISD::TRUNCATE)
24301         Op = Op.getOperand(0);
24302       // A special case for rdrand/rdseed, where 0 is set if false cond is
24303       // found.
24304       if ((Op.getOpcode() != X86ISD::RDRAND &&
24305            Op.getOpcode() != X86ISD::RDSEED) || Op.getResNo() != 0)
24306         return SDValue();
24307     }
24308     // Quit if false value is not the constant 0 or 1.
24309     bool FValIsFalse = true;
24310     if (FVal && FVal->getZExtValue() != 0) {
24311       if (FVal->getZExtValue() != 1)
24312         return SDValue();
24313       // If FVal is 1, opposite cond is needed.
24314       needOppositeCond = !needOppositeCond;
24315       FValIsFalse = false;
24316     }
24317     // Quit if TVal is not the constant opposite of FVal.
24318     if (FValIsFalse && TVal->getZExtValue() != 1)
24319       return SDValue();
24320     if (!FValIsFalse && TVal->getZExtValue() != 0)
24321       return SDValue();
24322     CC = X86::CondCode(SetCC.getConstantOperandVal(2));
24323     if (needOppositeCond)
24324       CC = X86::GetOppositeBranchCondition(CC);
24325     return SetCC.getOperand(3);
24326   }
24327   }
24328
24329   return SDValue();
24330 }
24331
24332 /// Check whether Cond is an AND/OR of SETCCs off of the same EFLAGS.
24333 /// Match:
24334 ///   (X86or (X86setcc) (X86setcc))
24335 ///   (X86cmp (and (X86setcc) (X86setcc)), 0)
24336 static bool checkBoolTestAndOrSetCCCombine(SDValue Cond, X86::CondCode &CC0,
24337                                            X86::CondCode &CC1, SDValue &Flags,
24338                                            bool &isAnd) {
24339   if (Cond->getOpcode() == X86ISD::CMP) {
24340     if (!isNullConstant(Cond->getOperand(1)))
24341       return false;
24342
24343     Cond = Cond->getOperand(0);
24344   }
24345
24346   isAnd = false;
24347
24348   SDValue SetCC0, SetCC1;
24349   switch (Cond->getOpcode()) {
24350   default: return false;
24351   case ISD::AND:
24352   case X86ISD::AND:
24353     isAnd = true;
24354     // fallthru
24355   case ISD::OR:
24356   case X86ISD::OR:
24357     SetCC0 = Cond->getOperand(0);
24358     SetCC1 = Cond->getOperand(1);
24359     break;
24360   };
24361
24362   // Make sure we have SETCC nodes, using the same flags value.
24363   if (SetCC0.getOpcode() != X86ISD::SETCC ||
24364       SetCC1.getOpcode() != X86ISD::SETCC ||
24365       SetCC0->getOperand(1) != SetCC1->getOperand(1))
24366     return false;
24367
24368   CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0);
24369   CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0);
24370   Flags = SetCC0->getOperand(1);
24371   return true;
24372 }
24373
24374 /// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
24375 static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
24376                                   TargetLowering::DAGCombinerInfo &DCI,
24377                                   const X86Subtarget *Subtarget) {
24378   SDLoc DL(N);
24379
24380   // If the flag operand isn't dead, don't touch this CMOV.
24381   if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
24382     return SDValue();
24383
24384   SDValue FalseOp = N->getOperand(0);
24385   SDValue TrueOp = N->getOperand(1);
24386   X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
24387   SDValue Cond = N->getOperand(3);
24388
24389   if (CC == X86::COND_E || CC == X86::COND_NE) {
24390     switch (Cond.getOpcode()) {
24391     default: break;
24392     case X86ISD::BSR:
24393     case X86ISD::BSF:
24394       // If operand of BSR / BSF are proven never zero, then ZF cannot be set.
24395       if (DAG.isKnownNeverZero(Cond.getOperand(0)))
24396         return (CC == X86::COND_E) ? FalseOp : TrueOp;
24397     }
24398   }
24399
24400   SDValue Flags;
24401
24402   Flags = checkBoolTestSetCCCombine(Cond, CC);
24403   if (Flags.getNode() &&
24404       // Extra check as FCMOV only supports a subset of X86 cond.
24405       (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC))) {
24406     SDValue Ops[] = { FalseOp, TrueOp,
24407                       DAG.getConstant(CC, DL, MVT::i8), Flags };
24408     return DAG.getNode(X86ISD::CMOV, DL, N->getVTList(), Ops);
24409   }
24410
24411   // If this is a select between two integer constants, try to do some
24412   // optimizations.  Note that the operands are ordered the opposite of SELECT
24413   // operands.
24414   if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) {
24415     if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) {
24416       // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
24417       // larger than FalseC (the false value).
24418       if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
24419         CC = X86::GetOppositeBranchCondition(CC);
24420         std::swap(TrueC, FalseC);
24421         std::swap(TrueOp, FalseOp);
24422       }
24423
24424       // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3.  Likewise for any pow2/0.
24425       // This is efficient for any integer data type (including i8/i16) and
24426       // shift amount.
24427       if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
24428         Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
24429                            DAG.getConstant(CC, DL, MVT::i8), Cond);
24430
24431         // Zero extend the condition if needed.
24432         Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
24433
24434         unsigned ShAmt = TrueC->getAPIntValue().logBase2();
24435         Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
24436                            DAG.getConstant(ShAmt, DL, MVT::i8));
24437         if (N->getNumValues() == 2)  // Dead flag value?
24438           return DCI.CombineTo(N, Cond, SDValue());
24439         return Cond;
24440       }
24441
24442       // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.  This is efficient
24443       // for any integer data type, including i8/i16.
24444       if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
24445         Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
24446                            DAG.getConstant(CC, DL, MVT::i8), Cond);
24447
24448         // Zero extend the condition if needed.
24449         Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
24450                            FalseC->getValueType(0), Cond);
24451         Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
24452                            SDValue(FalseC, 0));
24453
24454         if (N->getNumValues() == 2)  // Dead flag value?
24455           return DCI.CombineTo(N, Cond, SDValue());
24456         return Cond;
24457       }
24458
24459       // Optimize cases that will turn into an LEA instruction.  This requires
24460       // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
24461       if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
24462         uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
24463         if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
24464
24465         bool isFastMultiplier = false;
24466         if (Diff < 10) {
24467           switch ((unsigned char)Diff) {
24468           default: break;
24469           case 1:  // result = add base, cond
24470           case 2:  // result = lea base(    , cond*2)
24471           case 3:  // result = lea base(cond, cond*2)
24472           case 4:  // result = lea base(    , cond*4)
24473           case 5:  // result = lea base(cond, cond*4)
24474           case 8:  // result = lea base(    , cond*8)
24475           case 9:  // result = lea base(cond, cond*8)
24476             isFastMultiplier = true;
24477             break;
24478           }
24479         }
24480
24481         if (isFastMultiplier) {
24482           APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
24483           Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
24484                              DAG.getConstant(CC, DL, MVT::i8), Cond);
24485           // Zero extend the condition if needed.
24486           Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
24487                              Cond);
24488           // Scale the condition by the difference.
24489           if (Diff != 1)
24490             Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
24491                                DAG.getConstant(Diff, DL, Cond.getValueType()));
24492
24493           // Add the base if non-zero.
24494           if (FalseC->getAPIntValue() != 0)
24495             Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
24496                                SDValue(FalseC, 0));
24497           if (N->getNumValues() == 2)  // Dead flag value?
24498             return DCI.CombineTo(N, Cond, SDValue());
24499           return Cond;
24500         }
24501       }
24502     }
24503   }
24504
24505   // Handle these cases:
24506   //   (select (x != c), e, c) -> select (x != c), e, x),
24507   //   (select (x == c), c, e) -> select (x == c), x, e)
24508   // where the c is an integer constant, and the "select" is the combination
24509   // of CMOV and CMP.
24510   //
24511   // The rationale for this change is that the conditional-move from a constant
24512   // needs two instructions, however, conditional-move from a register needs
24513   // only one instruction.
24514   //
24515   // CAVEAT: By replacing a constant with a symbolic value, it may obscure
24516   //  some instruction-combining opportunities. This opt needs to be
24517   //  postponed as late as possible.
24518   //
24519   if (!DCI.isBeforeLegalize() && !DCI.isBeforeLegalizeOps()) {
24520     // the DCI.xxxx conditions are provided to postpone the optimization as
24521     // late as possible.
24522
24523     ConstantSDNode *CmpAgainst = nullptr;
24524     if ((Cond.getOpcode() == X86ISD::CMP || Cond.getOpcode() == X86ISD::SUB) &&
24525         (CmpAgainst = dyn_cast<ConstantSDNode>(Cond.getOperand(1))) &&
24526         !isa<ConstantSDNode>(Cond.getOperand(0))) {
24527
24528       if (CC == X86::COND_NE &&
24529           CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) {
24530         CC = X86::GetOppositeBranchCondition(CC);
24531         std::swap(TrueOp, FalseOp);
24532       }
24533
24534       if (CC == X86::COND_E &&
24535           CmpAgainst == dyn_cast<ConstantSDNode>(TrueOp)) {
24536         SDValue Ops[] = { FalseOp, Cond.getOperand(0),
24537                           DAG.getConstant(CC, DL, MVT::i8), Cond };
24538         return DAG.getNode(X86ISD::CMOV, DL, N->getVTList (), Ops);
24539       }
24540     }
24541   }
24542
24543   // Fold and/or of setcc's to double CMOV:
24544   //   (CMOV F, T, ((cc1 | cc2) != 0)) -> (CMOV (CMOV F, T, cc1), T, cc2)
24545   //   (CMOV F, T, ((cc1 & cc2) != 0)) -> (CMOV (CMOV T, F, !cc1), F, !cc2)
24546   //
24547   // This combine lets us generate:
24548   //   cmovcc1 (jcc1 if we don't have CMOV)
24549   //   cmovcc2 (same)
24550   // instead of:
24551   //   setcc1
24552   //   setcc2
24553   //   and/or
24554   //   cmovne (jne if we don't have CMOV)
24555   // When we can't use the CMOV instruction, it might increase branch
24556   // mispredicts.
24557   // When we can use CMOV, or when there is no mispredict, this improves
24558   // throughput and reduces register pressure.
24559   //
24560   if (CC == X86::COND_NE) {
24561     SDValue Flags;
24562     X86::CondCode CC0, CC1;
24563     bool isAndSetCC;
24564     if (checkBoolTestAndOrSetCCCombine(Cond, CC0, CC1, Flags, isAndSetCC)) {
24565       if (isAndSetCC) {
24566         std::swap(FalseOp, TrueOp);
24567         CC0 = X86::GetOppositeBranchCondition(CC0);
24568         CC1 = X86::GetOppositeBranchCondition(CC1);
24569       }
24570
24571       SDValue LOps[] = {FalseOp, TrueOp, DAG.getConstant(CC0, DL, MVT::i8),
24572         Flags};
24573       SDValue LCMOV = DAG.getNode(X86ISD::CMOV, DL, N->getVTList(), LOps);
24574       SDValue Ops[] = {LCMOV, TrueOp, DAG.getConstant(CC1, DL, MVT::i8), Flags};
24575       SDValue CMOV = DAG.getNode(X86ISD::CMOV, DL, N->getVTList(), Ops);
24576       DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SDValue(CMOV.getNode(), 1));
24577       return CMOV;
24578     }
24579   }
24580
24581   return SDValue();
24582 }
24583
24584 /// PerformMulCombine - Optimize a single multiply with constant into two
24585 /// in order to implement it with two cheaper instructions, e.g.
24586 /// LEA + SHL, LEA + LEA.
24587 static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
24588                                  TargetLowering::DAGCombinerInfo &DCI) {
24589   // An imul is usually smaller than the alternative sequence.
24590   if (DAG.getMachineFunction().getFunction()->optForMinSize())
24591     return SDValue();
24592
24593   if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
24594     return SDValue();
24595
24596   EVT VT = N->getValueType(0);
24597   if (VT != MVT::i64 && VT != MVT::i32)
24598     return SDValue();
24599
24600   ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
24601   if (!C)
24602     return SDValue();
24603   uint64_t MulAmt = C->getZExtValue();
24604   if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
24605     return SDValue();
24606
24607   uint64_t MulAmt1 = 0;
24608   uint64_t MulAmt2 = 0;
24609   if ((MulAmt % 9) == 0) {
24610     MulAmt1 = 9;
24611     MulAmt2 = MulAmt / 9;
24612   } else if ((MulAmt % 5) == 0) {
24613     MulAmt1 = 5;
24614     MulAmt2 = MulAmt / 5;
24615   } else if ((MulAmt % 3) == 0) {
24616     MulAmt1 = 3;
24617     MulAmt2 = MulAmt / 3;
24618   }
24619   if (MulAmt2 &&
24620       (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
24621     SDLoc DL(N);
24622
24623     if (isPowerOf2_64(MulAmt2) &&
24624         !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
24625       // If second multiplifer is pow2, issue it first. We want the multiply by
24626       // 3, 5, or 9 to be folded into the addressing mode unless the lone use
24627       // is an add.
24628       std::swap(MulAmt1, MulAmt2);
24629
24630     SDValue NewMul;
24631     if (isPowerOf2_64(MulAmt1))
24632       NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
24633                            DAG.getConstant(Log2_64(MulAmt1), DL, MVT::i8));
24634     else
24635       NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
24636                            DAG.getConstant(MulAmt1, DL, VT));
24637
24638     if (isPowerOf2_64(MulAmt2))
24639       NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
24640                            DAG.getConstant(Log2_64(MulAmt2), DL, MVT::i8));
24641     else
24642       NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
24643                            DAG.getConstant(MulAmt2, DL, VT));
24644
24645     // Do not add new nodes to DAG combiner worklist.
24646     DCI.CombineTo(N, NewMul, false);
24647   }
24648   return SDValue();
24649 }
24650
24651 static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
24652   SDValue N0 = N->getOperand(0);
24653   SDValue N1 = N->getOperand(1);
24654   ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
24655   EVT VT = N0.getValueType();
24656
24657   // fold (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2))
24658   // since the result of setcc_c is all zero's or all ones.
24659   if (VT.isInteger() && !VT.isVector() &&
24660       N1C && N0.getOpcode() == ISD::AND &&
24661       N0.getOperand(1).getOpcode() == ISD::Constant) {
24662     SDValue N00 = N0.getOperand(0);
24663     APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
24664     APInt ShAmt = N1C->getAPIntValue();
24665     Mask = Mask.shl(ShAmt);
24666     bool MaskOK = false;
24667     // We can handle cases concerning bit-widening nodes containing setcc_c if
24668     // we carefully interrogate the mask to make sure we are semantics
24669     // preserving.
24670     // The transform is not safe if the result of C1 << C2 exceeds the bitwidth
24671     // of the underlying setcc_c operation if the setcc_c was zero extended.
24672     // Consider the following example:
24673     //   zext(setcc_c)                 -> i32 0x0000FFFF
24674     //   c1                            -> i32 0x0000FFFF
24675     //   c2                            -> i32 0x00000001
24676     //   (shl (and (setcc_c), c1), c2) -> i32 0x0001FFFE
24677     //   (and setcc_c, (c1 << c2))     -> i32 0x0000FFFE
24678     if (N00.getOpcode() == X86ISD::SETCC_CARRY) {
24679       MaskOK = true;
24680     } else if (N00.getOpcode() == ISD::SIGN_EXTEND &&
24681                N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
24682       MaskOK = true;
24683     } else if ((N00.getOpcode() == ISD::ZERO_EXTEND ||
24684                 N00.getOpcode() == ISD::ANY_EXTEND) &&
24685                N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
24686       MaskOK = Mask.isIntN(N00.getOperand(0).getValueSizeInBits());
24687     }
24688     if (MaskOK && Mask != 0) {
24689       SDLoc DL(N);
24690       return DAG.getNode(ISD::AND, DL, VT, N00, DAG.getConstant(Mask, DL, VT));
24691     }
24692   }
24693
24694   // Hardware support for vector shifts is sparse which makes us scalarize the
24695   // vector operations in many cases. Also, on sandybridge ADD is faster than
24696   // shl.
24697   // (shl V, 1) -> add V,V
24698   if (auto *N1BV = dyn_cast<BuildVectorSDNode>(N1))
24699     if (auto *N1SplatC = N1BV->getConstantSplatNode()) {
24700       assert(N0.getValueType().isVector() && "Invalid vector shift type");
24701       // We shift all of the values by one. In many cases we do not have
24702       // hardware support for this operation. This is better expressed as an ADD
24703       // of two values.
24704       if (N1SplatC->getAPIntValue() == 1)
24705         return DAG.getNode(ISD::ADD, SDLoc(N), VT, N0, N0);
24706     }
24707
24708   return SDValue();
24709 }
24710
24711 /// \brief Returns a vector of 0s if the node in input is a vector logical
24712 /// shift by a constant amount which is known to be bigger than or equal
24713 /// to the vector element size in bits.
24714 static SDValue performShiftToAllZeros(SDNode *N, SelectionDAG &DAG,
24715                                       const X86Subtarget *Subtarget) {
24716   EVT VT = N->getValueType(0);
24717
24718   if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16 &&
24719       (!Subtarget->hasInt256() ||
24720        (VT != MVT::v4i64 && VT != MVT::v8i32 && VT != MVT::v16i16)))
24721     return SDValue();
24722
24723   SDValue Amt = N->getOperand(1);
24724   SDLoc DL(N);
24725   if (auto *AmtBV = dyn_cast<BuildVectorSDNode>(Amt))
24726     if (auto *AmtSplat = AmtBV->getConstantSplatNode()) {
24727       APInt ShiftAmt = AmtSplat->getAPIntValue();
24728       unsigned MaxAmount =
24729         VT.getSimpleVT().getVectorElementType().getSizeInBits();
24730
24731       // SSE2/AVX2 logical shifts always return a vector of 0s
24732       // if the shift amount is bigger than or equal to
24733       // the element size. The constant shift amount will be
24734       // encoded as a 8-bit immediate.
24735       if (ShiftAmt.trunc(8).uge(MaxAmount))
24736         return getZeroVector(VT.getSimpleVT(), Subtarget, DAG, DL);
24737     }
24738
24739   return SDValue();
24740 }
24741
24742 /// PerformShiftCombine - Combine shifts.
24743 static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
24744                                    TargetLowering::DAGCombinerInfo &DCI,
24745                                    const X86Subtarget *Subtarget) {
24746   if (N->getOpcode() == ISD::SHL)
24747     if (SDValue V = PerformSHLCombine(N, DAG))
24748       return V;
24749
24750   // Try to fold this logical shift into a zero vector.
24751   if (N->getOpcode() != ISD::SRA)
24752     if (SDValue V = performShiftToAllZeros(N, DAG, Subtarget))
24753       return V;
24754
24755   return SDValue();
24756 }
24757
24758 // CMPEQCombine - Recognize the distinctive  (AND (setcc ...) (setcc ..))
24759 // where both setccs reference the same FP CMP, and rewrite for CMPEQSS
24760 // and friends.  Likewise for OR -> CMPNEQSS.
24761 static SDValue CMPEQCombine(SDNode *N, SelectionDAG &DAG,
24762                             TargetLowering::DAGCombinerInfo &DCI,
24763                             const X86Subtarget *Subtarget) {
24764   unsigned opcode;
24765
24766   // SSE1 supports CMP{eq|ne}SS, and SSE2 added CMP{eq|ne}SD, but
24767   // we're requiring SSE2 for both.
24768   if (Subtarget->hasSSE2() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) {
24769     SDValue N0 = N->getOperand(0);
24770     SDValue N1 = N->getOperand(1);
24771     SDValue CMP0 = N0->getOperand(1);
24772     SDValue CMP1 = N1->getOperand(1);
24773     SDLoc DL(N);
24774
24775     // The SETCCs should both refer to the same CMP.
24776     if (CMP0.getOpcode() != X86ISD::CMP || CMP0 != CMP1)
24777       return SDValue();
24778
24779     SDValue CMP00 = CMP0->getOperand(0);
24780     SDValue CMP01 = CMP0->getOperand(1);
24781     EVT     VT    = CMP00.getValueType();
24782
24783     if (VT == MVT::f32 || VT == MVT::f64) {
24784       bool ExpectingFlags = false;
24785       // Check for any users that want flags:
24786       for (SDNode::use_iterator UI = N->use_begin(), UE = N->use_end();
24787            !ExpectingFlags && UI != UE; ++UI)
24788         switch (UI->getOpcode()) {
24789         default:
24790         case ISD::BR_CC:
24791         case ISD::BRCOND:
24792         case ISD::SELECT:
24793           ExpectingFlags = true;
24794           break;
24795         case ISD::CopyToReg:
24796         case ISD::SIGN_EXTEND:
24797         case ISD::ZERO_EXTEND:
24798         case ISD::ANY_EXTEND:
24799           break;
24800         }
24801
24802       if (!ExpectingFlags) {
24803         enum X86::CondCode cc0 = (enum X86::CondCode)N0.getConstantOperandVal(0);
24804         enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0);
24805
24806         if (cc1 == X86::COND_E || cc1 == X86::COND_NE) {
24807           X86::CondCode tmp = cc0;
24808           cc0 = cc1;
24809           cc1 = tmp;
24810         }
24811
24812         if ((cc0 == X86::COND_E  && cc1 == X86::COND_NP) ||
24813             (cc0 == X86::COND_NE && cc1 == X86::COND_P)) {
24814           // FIXME: need symbolic constants for these magic numbers.
24815           // See X86ATTInstPrinter.cpp:printSSECC().
24816           unsigned x86cc = (cc0 == X86::COND_E) ? 0 : 4;
24817           if (Subtarget->hasAVX512()) {
24818             SDValue FSetCC = DAG.getNode(X86ISD::FSETCC, DL, MVT::i1, CMP00,
24819                                          CMP01,
24820                                          DAG.getConstant(x86cc, DL, MVT::i8));
24821             if (N->getValueType(0) != MVT::i1)
24822               return DAG.getNode(ISD::ZERO_EXTEND, DL, N->getValueType(0),
24823                                  FSetCC);
24824             return FSetCC;
24825           }
24826           SDValue OnesOrZeroesF = DAG.getNode(X86ISD::FSETCC, DL,
24827                                               CMP00.getValueType(), CMP00, CMP01,
24828                                               DAG.getConstant(x86cc, DL,
24829                                                               MVT::i8));
24830
24831           bool is64BitFP = (CMP00.getValueType() == MVT::f64);
24832           MVT IntVT = is64BitFP ? MVT::i64 : MVT::i32;
24833
24834           if (is64BitFP && !Subtarget->is64Bit()) {
24835             // On a 32-bit target, we cannot bitcast the 64-bit float to a
24836             // 64-bit integer, since that's not a legal type. Since
24837             // OnesOrZeroesF is all ones of all zeroes, we don't need all the
24838             // bits, but can do this little dance to extract the lowest 32 bits
24839             // and work with those going forward.
24840             SDValue Vector64 = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, MVT::v2f64,
24841                                            OnesOrZeroesF);
24842             SDValue Vector32 = DAG.getBitcast(MVT::v4f32, Vector64);
24843             OnesOrZeroesF = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::f32,
24844                                         Vector32, DAG.getIntPtrConstant(0, DL));
24845             IntVT = MVT::i32;
24846           }
24847
24848           SDValue OnesOrZeroesI = DAG.getBitcast(IntVT, OnesOrZeroesF);
24849           SDValue ANDed = DAG.getNode(ISD::AND, DL, IntVT, OnesOrZeroesI,
24850                                       DAG.getConstant(1, DL, IntVT));
24851           SDValue OneBitOfTruth = DAG.getNode(ISD::TRUNCATE, DL, MVT::i8,
24852                                               ANDed);
24853           return OneBitOfTruth;
24854         }
24855       }
24856     }
24857   }
24858   return SDValue();
24859 }
24860
24861 /// CanFoldXORWithAllOnes - Test whether the XOR operand is a AllOnes vector
24862 /// so it can be folded inside ANDNP.
24863 static bool CanFoldXORWithAllOnes(const SDNode *N) {
24864   EVT VT = N->getValueType(0);
24865
24866   // Match direct AllOnes for 128 and 256-bit vectors
24867   if (ISD::isBuildVectorAllOnes(N))
24868     return true;
24869
24870   // Look through a bit convert.
24871   if (N->getOpcode() == ISD::BITCAST)
24872     N = N->getOperand(0).getNode();
24873
24874   // Sometimes the operand may come from a insert_subvector building a 256-bit
24875   // allones vector
24876   if (VT.is256BitVector() &&
24877       N->getOpcode() == ISD::INSERT_SUBVECTOR) {
24878     SDValue V1 = N->getOperand(0);
24879     SDValue V2 = N->getOperand(1);
24880
24881     if (V1.getOpcode() == ISD::INSERT_SUBVECTOR &&
24882         V1.getOperand(0).getOpcode() == ISD::UNDEF &&
24883         ISD::isBuildVectorAllOnes(V1.getOperand(1).getNode()) &&
24884         ISD::isBuildVectorAllOnes(V2.getNode()))
24885       return true;
24886   }
24887
24888   return false;
24889 }
24890
24891 // On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized
24892 // register. In most cases we actually compare or select YMM-sized registers
24893 // and mixing the two types creates horrible code. This method optimizes
24894 // some of the transition sequences.
24895 static SDValue WidenMaskArithmetic(SDNode *N, SelectionDAG &DAG,
24896                                  TargetLowering::DAGCombinerInfo &DCI,
24897                                  const X86Subtarget *Subtarget) {
24898   EVT VT = N->getValueType(0);
24899   if (!VT.is256BitVector())
24900     return SDValue();
24901
24902   assert((N->getOpcode() == ISD::ANY_EXTEND ||
24903           N->getOpcode() == ISD::ZERO_EXTEND ||
24904           N->getOpcode() == ISD::SIGN_EXTEND) && "Invalid Node");
24905
24906   SDValue Narrow = N->getOperand(0);
24907   EVT NarrowVT = Narrow->getValueType(0);
24908   if (!NarrowVT.is128BitVector())
24909     return SDValue();
24910
24911   if (Narrow->getOpcode() != ISD::XOR &&
24912       Narrow->getOpcode() != ISD::AND &&
24913       Narrow->getOpcode() != ISD::OR)
24914     return SDValue();
24915
24916   SDValue N0  = Narrow->getOperand(0);
24917   SDValue N1  = Narrow->getOperand(1);
24918   SDLoc DL(Narrow);
24919
24920   // The Left side has to be a trunc.
24921   if (N0.getOpcode() != ISD::TRUNCATE)
24922     return SDValue();
24923
24924   // The type of the truncated inputs.
24925   EVT WideVT = N0->getOperand(0)->getValueType(0);
24926   if (WideVT != VT)
24927     return SDValue();
24928
24929   // The right side has to be a 'trunc' or a constant vector.
24930   bool RHSTrunc = N1.getOpcode() == ISD::TRUNCATE;
24931   ConstantSDNode *RHSConstSplat = nullptr;
24932   if (auto *RHSBV = dyn_cast<BuildVectorSDNode>(N1))
24933     RHSConstSplat = RHSBV->getConstantSplatNode();
24934   if (!RHSTrunc && !RHSConstSplat)
24935     return SDValue();
24936
24937   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
24938
24939   if (!TLI.isOperationLegalOrPromote(Narrow->getOpcode(), WideVT))
24940     return SDValue();
24941
24942   // Set N0 and N1 to hold the inputs to the new wide operation.
24943   N0 = N0->getOperand(0);
24944   if (RHSConstSplat) {
24945     N1 = DAG.getNode(ISD::ZERO_EXTEND, DL, WideVT.getVectorElementType(),
24946                      SDValue(RHSConstSplat, 0));
24947     SmallVector<SDValue, 8> C(WideVT.getVectorNumElements(), N1);
24948     N1 = DAG.getNode(ISD::BUILD_VECTOR, DL, WideVT, C);
24949   } else if (RHSTrunc) {
24950     N1 = N1->getOperand(0);
24951   }
24952
24953   // Generate the wide operation.
24954   SDValue Op = DAG.getNode(Narrow->getOpcode(), DL, WideVT, N0, N1);
24955   unsigned Opcode = N->getOpcode();
24956   switch (Opcode) {
24957   case ISD::ANY_EXTEND:
24958     return Op;
24959   case ISD::ZERO_EXTEND: {
24960     unsigned InBits = NarrowVT.getScalarSizeInBits();
24961     APInt Mask = APInt::getAllOnesValue(InBits);
24962     Mask = Mask.zext(VT.getScalarSizeInBits());
24963     return DAG.getNode(ISD::AND, DL, VT,
24964                        Op, DAG.getConstant(Mask, DL, VT));
24965   }
24966   case ISD::SIGN_EXTEND:
24967     return DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, VT,
24968                        Op, DAG.getValueType(NarrowVT));
24969   default:
24970     llvm_unreachable("Unexpected opcode");
24971   }
24972 }
24973
24974 static SDValue VectorZextCombine(SDNode *N, SelectionDAG &DAG,
24975                                  TargetLowering::DAGCombinerInfo &DCI,
24976                                  const X86Subtarget *Subtarget) {
24977   SDValue N0 = N->getOperand(0);
24978   SDValue N1 = N->getOperand(1);
24979   SDLoc DL(N);
24980
24981   // A vector zext_in_reg may be represented as a shuffle,
24982   // feeding into a bitcast (this represents anyext) feeding into
24983   // an and with a mask.
24984   // We'd like to try to combine that into a shuffle with zero
24985   // plus a bitcast, removing the and.
24986   if (N0.getOpcode() != ISD::BITCAST ||
24987       N0.getOperand(0).getOpcode() != ISD::VECTOR_SHUFFLE)
24988     return SDValue();
24989
24990   // The other side of the AND should be a splat of 2^C, where C
24991   // is the number of bits in the source type.
24992   if (N1.getOpcode() == ISD::BITCAST)
24993     N1 = N1.getOperand(0);
24994   if (N1.getOpcode() != ISD::BUILD_VECTOR)
24995     return SDValue();
24996   BuildVectorSDNode *Vector = cast<BuildVectorSDNode>(N1);
24997
24998   ShuffleVectorSDNode *Shuffle = cast<ShuffleVectorSDNode>(N0.getOperand(0));
24999   EVT SrcType = Shuffle->getValueType(0);
25000
25001   // We expect a single-source shuffle
25002   if (Shuffle->getOperand(1)->getOpcode() != ISD::UNDEF)
25003     return SDValue();
25004
25005   unsigned SrcSize = SrcType.getScalarSizeInBits();
25006
25007   APInt SplatValue, SplatUndef;
25008   unsigned SplatBitSize;
25009   bool HasAnyUndefs;
25010   if (!Vector->isConstantSplat(SplatValue, SplatUndef,
25011                                 SplatBitSize, HasAnyUndefs))
25012     return SDValue();
25013
25014   unsigned ResSize = N1.getValueType().getScalarSizeInBits();
25015   // Make sure the splat matches the mask we expect
25016   if (SplatBitSize > ResSize ||
25017       (SplatValue + 1).exactLogBase2() != (int)SrcSize)
25018     return SDValue();
25019
25020   // Make sure the input and output size make sense
25021   if (SrcSize >= ResSize || ResSize % SrcSize)
25022     return SDValue();
25023
25024   // We expect a shuffle of the form <0, u, u, u, 1, u, u, u...>
25025   // The number of u's between each two values depends on the ratio between
25026   // the source and dest type.
25027   unsigned ZextRatio = ResSize / SrcSize;
25028   bool IsZext = true;
25029   for (unsigned i = 0; i < SrcType.getVectorNumElements(); ++i) {
25030     if (i % ZextRatio) {
25031       if (Shuffle->getMaskElt(i) > 0) {
25032         // Expected undef
25033         IsZext = false;
25034         break;
25035       }
25036     } else {
25037       if (Shuffle->getMaskElt(i) != (int)(i / ZextRatio)) {
25038         // Expected element number
25039         IsZext = false;
25040         break;
25041       }
25042     }
25043   }
25044
25045   if (!IsZext)
25046     return SDValue();
25047
25048   // Ok, perform the transformation - replace the shuffle with
25049   // a shuffle of the form <0, k, k, k, 1, k, k, k> with zero
25050   // (instead of undef) where the k elements come from the zero vector.
25051   SmallVector<int, 8> Mask;
25052   unsigned NumElems = SrcType.getVectorNumElements();
25053   for (unsigned i = 0; i < NumElems; ++i)
25054     if (i % ZextRatio)
25055       Mask.push_back(NumElems);
25056     else
25057       Mask.push_back(i / ZextRatio);
25058
25059   SDValue NewShuffle = DAG.getVectorShuffle(Shuffle->getValueType(0), DL,
25060     Shuffle->getOperand(0), DAG.getConstant(0, DL, SrcType), Mask);
25061   return DAG.getBitcast(N0.getValueType(), NewShuffle);
25062 }
25063
25064 /// If both input operands of a logic op are being cast from floating point
25065 /// types, try to convert this into a floating point logic node to avoid
25066 /// unnecessary moves from SSE to integer registers.
25067 static SDValue convertIntLogicToFPLogic(SDNode *N, SelectionDAG &DAG,
25068                                         const X86Subtarget *Subtarget) {
25069   unsigned FPOpcode = ISD::DELETED_NODE;
25070   if (N->getOpcode() == ISD::AND)
25071     FPOpcode = X86ISD::FAND;
25072   else if (N->getOpcode() == ISD::OR)
25073     FPOpcode = X86ISD::FOR;
25074   else if (N->getOpcode() == ISD::XOR)
25075     FPOpcode = X86ISD::FXOR;
25076
25077   assert(FPOpcode != ISD::DELETED_NODE &&
25078          "Unexpected input node for FP logic conversion");
25079
25080   EVT VT = N->getValueType(0);
25081   SDValue N0 = N->getOperand(0);
25082   SDValue N1 = N->getOperand(1);
25083   SDLoc DL(N);
25084   if (N0.getOpcode() == ISD::BITCAST && N1.getOpcode() == ISD::BITCAST &&
25085       ((Subtarget->hasSSE1() && VT == MVT::i32) ||
25086        (Subtarget->hasSSE2() && VT == MVT::i64))) {
25087     SDValue N00 = N0.getOperand(0);
25088     SDValue N10 = N1.getOperand(0);
25089     EVT N00Type = N00.getValueType();
25090     EVT N10Type = N10.getValueType();
25091     if (N00Type.isFloatingPoint() && N10Type.isFloatingPoint()) {
25092       SDValue FPLogic = DAG.getNode(FPOpcode, DL, N00Type, N00, N10);
25093       return DAG.getBitcast(VT, FPLogic);
25094     }
25095   }
25096   return SDValue();
25097 }
25098
25099 static SDValue PerformAndCombine(SDNode *N, SelectionDAG &DAG,
25100                                  TargetLowering::DAGCombinerInfo &DCI,
25101                                  const X86Subtarget *Subtarget) {
25102   if (DCI.isBeforeLegalizeOps())
25103     return SDValue();
25104
25105   if (SDValue Zext = VectorZextCombine(N, DAG, DCI, Subtarget))
25106     return Zext;
25107
25108   if (SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget))
25109     return R;
25110
25111   if (SDValue FPLogic = convertIntLogicToFPLogic(N, DAG, Subtarget))
25112     return FPLogic;
25113
25114   EVT VT = N->getValueType(0);
25115   SDValue N0 = N->getOperand(0);
25116   SDValue N1 = N->getOperand(1);
25117   SDLoc DL(N);
25118
25119   // Create BEXTR instructions
25120   // BEXTR is ((X >> imm) & (2**size-1))
25121   if (VT == MVT::i32 || VT == MVT::i64) {
25122     // Check for BEXTR.
25123     if ((Subtarget->hasBMI() || Subtarget->hasTBM()) &&
25124         (N0.getOpcode() == ISD::SRA || N0.getOpcode() == ISD::SRL)) {
25125       ConstantSDNode *MaskNode = dyn_cast<ConstantSDNode>(N1);
25126       ConstantSDNode *ShiftNode = dyn_cast<ConstantSDNode>(N0.getOperand(1));
25127       if (MaskNode && ShiftNode) {
25128         uint64_t Mask = MaskNode->getZExtValue();
25129         uint64_t Shift = ShiftNode->getZExtValue();
25130         if (isMask_64(Mask)) {
25131           uint64_t MaskSize = countPopulation(Mask);
25132           if (Shift + MaskSize <= VT.getSizeInBits())
25133             return DAG.getNode(X86ISD::BEXTR, DL, VT, N0.getOperand(0),
25134                                DAG.getConstant(Shift | (MaskSize << 8), DL,
25135                                                VT));
25136         }
25137       }
25138     } // BEXTR
25139
25140     return SDValue();
25141   }
25142
25143   // Want to form ANDNP nodes:
25144   // 1) In the hopes of then easily combining them with OR and AND nodes
25145   //    to form PBLEND/PSIGN.
25146   // 2) To match ANDN packed intrinsics
25147   if (VT != MVT::v2i64 && VT != MVT::v4i64)
25148     return SDValue();
25149
25150   // Check LHS for vnot
25151   if (N0.getOpcode() == ISD::XOR &&
25152       //ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode()))
25153       CanFoldXORWithAllOnes(N0.getOperand(1).getNode()))
25154     return DAG.getNode(X86ISD::ANDNP, DL, VT, N0.getOperand(0), N1);
25155
25156   // Check RHS for vnot
25157   if (N1.getOpcode() == ISD::XOR &&
25158       //ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode()))
25159       CanFoldXORWithAllOnes(N1.getOperand(1).getNode()))
25160     return DAG.getNode(X86ISD::ANDNP, DL, VT, N1.getOperand(0), N0);
25161
25162   return SDValue();
25163 }
25164
25165 static SDValue PerformOrCombine(SDNode *N, SelectionDAG &DAG,
25166                                 TargetLowering::DAGCombinerInfo &DCI,
25167                                 const X86Subtarget *Subtarget) {
25168   if (DCI.isBeforeLegalizeOps())
25169     return SDValue();
25170
25171   if (SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget))
25172     return R;
25173
25174   if (SDValue FPLogic = convertIntLogicToFPLogic(N, DAG, Subtarget))
25175     return FPLogic;
25176
25177   SDValue N0 = N->getOperand(0);
25178   SDValue N1 = N->getOperand(1);
25179   EVT VT = N->getValueType(0);
25180
25181   // look for psign/blend
25182   if (VT == MVT::v2i64 || VT == MVT::v4i64) {
25183     if (!Subtarget->hasSSSE3() ||
25184         (VT == MVT::v4i64 && !Subtarget->hasInt256()))
25185       return SDValue();
25186
25187     // Canonicalize pandn to RHS
25188     if (N0.getOpcode() == X86ISD::ANDNP)
25189       std::swap(N0, N1);
25190     // or (and (m, y), (pandn m, x))
25191     if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::ANDNP) {
25192       SDValue Mask = N1.getOperand(0);
25193       SDValue X    = N1.getOperand(1);
25194       SDValue Y;
25195       if (N0.getOperand(0) == Mask)
25196         Y = N0.getOperand(1);
25197       if (N0.getOperand(1) == Mask)
25198         Y = N0.getOperand(0);
25199
25200       // Check to see if the mask appeared in both the AND and ANDNP and
25201       if (!Y.getNode())
25202         return SDValue();
25203
25204       // Validate that X, Y, and Mask are BIT_CONVERTS, and see through them.
25205       // Look through mask bitcast.
25206       if (Mask.getOpcode() == ISD::BITCAST)
25207         Mask = Mask.getOperand(0);
25208       if (X.getOpcode() == ISD::BITCAST)
25209         X = X.getOperand(0);
25210       if (Y.getOpcode() == ISD::BITCAST)
25211         Y = Y.getOperand(0);
25212
25213       EVT MaskVT = Mask.getValueType();
25214
25215       // Validate that the Mask operand is a vector sra node.
25216       // FIXME: what to do for bytes, since there is a psignb/pblendvb, but
25217       // there is no psrai.b
25218       unsigned EltBits = MaskVT.getVectorElementType().getSizeInBits();
25219       unsigned SraAmt = ~0;
25220       if (Mask.getOpcode() == ISD::SRA) {
25221         if (auto *AmtBV = dyn_cast<BuildVectorSDNode>(Mask.getOperand(1)))
25222           if (auto *AmtConst = AmtBV->getConstantSplatNode())
25223             SraAmt = AmtConst->getZExtValue();
25224       } else if (Mask.getOpcode() == X86ISD::VSRAI) {
25225         SDValue SraC = Mask.getOperand(1);
25226         SraAmt  = cast<ConstantSDNode>(SraC)->getZExtValue();
25227       }
25228       if ((SraAmt + 1) != EltBits)
25229         return SDValue();
25230
25231       SDLoc DL(N);
25232
25233       // Now we know we at least have a plendvb with the mask val.  See if
25234       // we can form a psignb/w/d.
25235       // psign = x.type == y.type == mask.type && y = sub(0, x);
25236       if (Y.getOpcode() == ISD::SUB && Y.getOperand(1) == X &&
25237           ISD::isBuildVectorAllZeros(Y.getOperand(0).getNode()) &&
25238           X.getValueType() == MaskVT && Y.getValueType() == MaskVT) {
25239         assert((EltBits == 8 || EltBits == 16 || EltBits == 32) &&
25240                "Unsupported VT for PSIGN");
25241         Mask = DAG.getNode(X86ISD::PSIGN, DL, MaskVT, X, Mask.getOperand(0));
25242         return DAG.getBitcast(VT, Mask);
25243       }
25244       // PBLENDVB only available on SSE 4.1
25245       if (!Subtarget->hasSSE41())
25246         return SDValue();
25247
25248       MVT BlendVT = (VT == MVT::v4i64) ? MVT::v32i8 : MVT::v16i8;
25249
25250       X = DAG.getBitcast(BlendVT, X);
25251       Y = DAG.getBitcast(BlendVT, Y);
25252       Mask = DAG.getBitcast(BlendVT, Mask);
25253       Mask = DAG.getNode(ISD::VSELECT, DL, BlendVT, Mask, Y, X);
25254       return DAG.getBitcast(VT, Mask);
25255     }
25256   }
25257
25258   if (VT != MVT::i16 && VT != MVT::i32 && VT != MVT::i64)
25259     return SDValue();
25260
25261   // fold (or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c)
25262   bool OptForSize = DAG.getMachineFunction().getFunction()->optForSize();
25263
25264   // SHLD/SHRD instructions have lower register pressure, but on some
25265   // platforms they have higher latency than the equivalent
25266   // series of shifts/or that would otherwise be generated.
25267   // Don't fold (or (x << c) | (y >> (64 - c))) if SHLD/SHRD instructions
25268   // have higher latencies and we are not optimizing for size.
25269   if (!OptForSize && Subtarget->isSHLDSlow())
25270     return SDValue();
25271
25272   if (N0.getOpcode() == ISD::SRL && N1.getOpcode() == ISD::SHL)
25273     std::swap(N0, N1);
25274   if (N0.getOpcode() != ISD::SHL || N1.getOpcode() != ISD::SRL)
25275     return SDValue();
25276   if (!N0.hasOneUse() || !N1.hasOneUse())
25277     return SDValue();
25278
25279   SDValue ShAmt0 = N0.getOperand(1);
25280   if (ShAmt0.getValueType() != MVT::i8)
25281     return SDValue();
25282   SDValue ShAmt1 = N1.getOperand(1);
25283   if (ShAmt1.getValueType() != MVT::i8)
25284     return SDValue();
25285   if (ShAmt0.getOpcode() == ISD::TRUNCATE)
25286     ShAmt0 = ShAmt0.getOperand(0);
25287   if (ShAmt1.getOpcode() == ISD::TRUNCATE)
25288     ShAmt1 = ShAmt1.getOperand(0);
25289
25290   SDLoc DL(N);
25291   unsigned Opc = X86ISD::SHLD;
25292   SDValue Op0 = N0.getOperand(0);
25293   SDValue Op1 = N1.getOperand(0);
25294   if (ShAmt0.getOpcode() == ISD::SUB) {
25295     Opc = X86ISD::SHRD;
25296     std::swap(Op0, Op1);
25297     std::swap(ShAmt0, ShAmt1);
25298   }
25299
25300   unsigned Bits = VT.getSizeInBits();
25301   if (ShAmt1.getOpcode() == ISD::SUB) {
25302     SDValue Sum = ShAmt1.getOperand(0);
25303     if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
25304       SDValue ShAmt1Op1 = ShAmt1.getOperand(1);
25305       if (ShAmt1Op1.getNode()->getOpcode() == ISD::TRUNCATE)
25306         ShAmt1Op1 = ShAmt1Op1.getOperand(0);
25307       if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0)
25308         return DAG.getNode(Opc, DL, VT,
25309                            Op0, Op1,
25310                            DAG.getNode(ISD::TRUNCATE, DL,
25311                                        MVT::i8, ShAmt0));
25312     }
25313   } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
25314     ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
25315     if (ShAmt0C &&
25316         ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits)
25317       return DAG.getNode(Opc, DL, VT,
25318                          N0.getOperand(0), N1.getOperand(0),
25319                          DAG.getNode(ISD::TRUNCATE, DL,
25320                                        MVT::i8, ShAmt0));
25321   }
25322
25323   return SDValue();
25324 }
25325
25326 // Generate NEG and CMOV for integer abs.
25327 static SDValue performIntegerAbsCombine(SDNode *N, SelectionDAG &DAG) {
25328   EVT VT = N->getValueType(0);
25329
25330   // Since X86 does not have CMOV for 8-bit integer, we don't convert
25331   // 8-bit integer abs to NEG and CMOV.
25332   if (VT.isInteger() && VT.getSizeInBits() == 8)
25333     return SDValue();
25334
25335   SDValue N0 = N->getOperand(0);
25336   SDValue N1 = N->getOperand(1);
25337   SDLoc DL(N);
25338
25339   // Check pattern of XOR(ADD(X,Y), Y) where Y is SRA(X, size(X)-1)
25340   // and change it to SUB and CMOV.
25341   if (VT.isInteger() && N->getOpcode() == ISD::XOR &&
25342       N0.getOpcode() == ISD::ADD &&
25343       N0.getOperand(1) == N1 &&
25344       N1.getOpcode() == ISD::SRA &&
25345       N1.getOperand(0) == N0.getOperand(0))
25346     if (ConstantSDNode *Y1C = dyn_cast<ConstantSDNode>(N1.getOperand(1)))
25347       if (Y1C->getAPIntValue() == VT.getSizeInBits()-1) {
25348         // Generate SUB & CMOV.
25349         SDValue Neg = DAG.getNode(X86ISD::SUB, DL, DAG.getVTList(VT, MVT::i32),
25350                                   DAG.getConstant(0, DL, VT), N0.getOperand(0));
25351
25352         SDValue Ops[] = { N0.getOperand(0), Neg,
25353                           DAG.getConstant(X86::COND_GE, DL, MVT::i8),
25354                           SDValue(Neg.getNode(), 1) };
25355         return DAG.getNode(X86ISD::CMOV, DL, DAG.getVTList(VT, MVT::Glue), Ops);
25356       }
25357   return SDValue();
25358 }
25359
25360 // Try to turn tests against the signbit in the form of:
25361 //   XOR(TRUNCATE(SRL(X, size(X)-1)), 1)
25362 // into:
25363 //   SETGT(X, -1)
25364 static SDValue foldXorTruncShiftIntoCmp(SDNode *N, SelectionDAG &DAG) {
25365   // This is only worth doing if the output type is i8.
25366   if (N->getValueType(0) != MVT::i8)
25367     return SDValue();
25368
25369   SDValue N0 = N->getOperand(0);
25370   SDValue N1 = N->getOperand(1);
25371
25372   // We should be performing an xor against a truncated shift.
25373   if (N0.getOpcode() != ISD::TRUNCATE || !N0.hasOneUse())
25374     return SDValue();
25375
25376   // Make sure we are performing an xor against one.
25377   if (!isOneConstant(N1))
25378     return SDValue();
25379
25380   // SetCC on x86 zero extends so only act on this if it's a logical shift.
25381   SDValue Shift = N0.getOperand(0);
25382   if (Shift.getOpcode() != ISD::SRL || !Shift.hasOneUse())
25383     return SDValue();
25384
25385   // Make sure we are truncating from one of i16, i32 or i64.
25386   EVT ShiftTy = Shift.getValueType();
25387   if (ShiftTy != MVT::i16 && ShiftTy != MVT::i32 && ShiftTy != MVT::i64)
25388     return SDValue();
25389
25390   // Make sure the shift amount extracts the sign bit.
25391   if (!isa<ConstantSDNode>(Shift.getOperand(1)) ||
25392       Shift.getConstantOperandVal(1) != ShiftTy.getSizeInBits() - 1)
25393     return SDValue();
25394
25395   // Create a greater-than comparison against -1.
25396   // N.B. Using SETGE against 0 works but we want a canonical looking
25397   // comparison, using SETGT matches up with what TranslateX86CC.
25398   SDLoc DL(N);
25399   SDValue ShiftOp = Shift.getOperand(0);
25400   EVT ShiftOpTy = ShiftOp.getValueType();
25401   SDValue Cond = DAG.getSetCC(DL, MVT::i8, ShiftOp,
25402                               DAG.getConstant(-1, DL, ShiftOpTy), ISD::SETGT);
25403   return Cond;
25404 }
25405
25406 static SDValue PerformXorCombine(SDNode *N, SelectionDAG &DAG,
25407                                  TargetLowering::DAGCombinerInfo &DCI,
25408                                  const X86Subtarget *Subtarget) {
25409   if (DCI.isBeforeLegalizeOps())
25410     return SDValue();
25411
25412   if (SDValue RV = foldXorTruncShiftIntoCmp(N, DAG))
25413     return RV;
25414
25415   if (Subtarget->hasCMov())
25416     if (SDValue RV = performIntegerAbsCombine(N, DAG))
25417       return RV;
25418
25419   if (SDValue FPLogic = convertIntLogicToFPLogic(N, DAG, Subtarget))
25420     return FPLogic;
25421
25422   return SDValue();
25423 }
25424
25425 /// This function detects the AVG pattern between vectors of unsigned i8/i16,
25426 /// which is c = (a + b + 1) / 2, and replace this operation with the efficient
25427 /// X86ISD::AVG instruction.
25428 static SDValue detectAVGPattern(SDValue In, EVT VT, SelectionDAG &DAG,
25429                                 const X86Subtarget *Subtarget, SDLoc DL) {
25430   if (!VT.isVector() || !VT.isSimple())
25431     return SDValue();
25432   EVT InVT = In.getValueType();
25433   unsigned NumElems = VT.getVectorNumElements();
25434
25435   EVT ScalarVT = VT.getVectorElementType();
25436   if (!((ScalarVT == MVT::i8 || ScalarVT == MVT::i16) &&
25437         isPowerOf2_32(NumElems)))
25438     return SDValue();
25439
25440   // InScalarVT is the intermediate type in AVG pattern and it should be greater
25441   // than the original input type (i8/i16).
25442   EVT InScalarVT = InVT.getVectorElementType();
25443   if (InScalarVT.getSizeInBits() <= ScalarVT.getSizeInBits())
25444     return SDValue();
25445
25446   if (Subtarget->hasAVX512()) {
25447     if (VT.getSizeInBits() > 512)
25448       return SDValue();
25449   } else if (Subtarget->hasAVX2()) {
25450     if (VT.getSizeInBits() > 256)
25451       return SDValue();
25452   } else {
25453     if (VT.getSizeInBits() > 128)
25454       return SDValue();
25455   }
25456
25457   // Detect the following pattern:
25458   //
25459   //   %1 = zext <N x i8> %a to <N x i32>
25460   //   %2 = zext <N x i8> %b to <N x i32>
25461   //   %3 = add nuw nsw <N x i32> %1, <i32 1 x N>
25462   //   %4 = add nuw nsw <N x i32> %3, %2
25463   //   %5 = lshr <N x i32> %N, <i32 1 x N>
25464   //   %6 = trunc <N x i32> %5 to <N x i8>
25465   //
25466   // In AVX512, the last instruction can also be a trunc store.
25467
25468   if (In.getOpcode() != ISD::SRL)
25469     return SDValue();
25470
25471   // A lambda checking the given SDValue is a constant vector and each element
25472   // is in the range [Min, Max].
25473   auto IsConstVectorInRange = [](SDValue V, unsigned Min, unsigned Max) {
25474     BuildVectorSDNode *BV = dyn_cast<BuildVectorSDNode>(V);
25475     if (!BV || !BV->isConstant())
25476       return false;
25477     for (unsigned i = 0, e = V.getNumOperands(); i < e; i++) {
25478       ConstantSDNode *C = dyn_cast<ConstantSDNode>(V.getOperand(i));
25479       if (!C)
25480         return false;
25481       uint64_t Val = C->getZExtValue();
25482       if (Val < Min || Val > Max)
25483         return false;
25484     }
25485     return true;
25486   };
25487
25488   // Check if each element of the vector is left-shifted by one.
25489   auto LHS = In.getOperand(0);
25490   auto RHS = In.getOperand(1);
25491   if (!IsConstVectorInRange(RHS, 1, 1))
25492     return SDValue();
25493   if (LHS.getOpcode() != ISD::ADD)
25494     return SDValue();
25495
25496   // Detect a pattern of a + b + 1 where the order doesn't matter.
25497   SDValue Operands[3];
25498   Operands[0] = LHS.getOperand(0);
25499   Operands[1] = LHS.getOperand(1);
25500
25501   // Take care of the case when one of the operands is a constant vector whose
25502   // element is in the range [1, 256].
25503   if (IsConstVectorInRange(Operands[1], 1, ScalarVT == MVT::i8 ? 256 : 65536) &&
25504       Operands[0].getOpcode() == ISD::ZERO_EXTEND &&
25505       Operands[0].getOperand(0).getValueType() == VT) {
25506     // The pattern is detected. Subtract one from the constant vector, then
25507     // demote it and emit X86ISD::AVG instruction.
25508     SDValue One = DAG.getConstant(1, DL, InScalarVT);
25509     SDValue Ones = DAG.getNode(ISD::BUILD_VECTOR, DL, InVT,
25510                                SmallVector<SDValue, 8>(NumElems, One));
25511     Operands[1] = DAG.getNode(ISD::SUB, DL, InVT, Operands[1], Ones);
25512     Operands[1] = DAG.getNode(ISD::TRUNCATE, DL, VT, Operands[1]);
25513     return DAG.getNode(X86ISD::AVG, DL, VT, Operands[0].getOperand(0),
25514                        Operands[1]);
25515   }
25516
25517   if (Operands[0].getOpcode() == ISD::ADD)
25518     std::swap(Operands[0], Operands[1]);
25519   else if (Operands[1].getOpcode() != ISD::ADD)
25520     return SDValue();
25521   Operands[2] = Operands[1].getOperand(0);
25522   Operands[1] = Operands[1].getOperand(1);
25523
25524   // Now we have three operands of two additions. Check that one of them is a
25525   // constant vector with ones, and the other two are promoted from i8/i16.
25526   for (int i = 0; i < 3; ++i) {
25527     if (!IsConstVectorInRange(Operands[i], 1, 1))
25528       continue;
25529     std::swap(Operands[i], Operands[2]);
25530
25531     // Check if Operands[0] and Operands[1] are results of type promotion.
25532     for (int j = 0; j < 2; ++j)
25533       if (Operands[j].getOpcode() != ISD::ZERO_EXTEND ||
25534           Operands[j].getOperand(0).getValueType() != VT)
25535         return SDValue();
25536
25537     // The pattern is detected, emit X86ISD::AVG instruction.
25538     return DAG.getNode(X86ISD::AVG, DL, VT, Operands[0].getOperand(0),
25539                        Operands[1].getOperand(0));
25540   }
25541
25542   return SDValue();
25543 }
25544
25545 static SDValue PerformTRUNCATECombine(SDNode *N, SelectionDAG &DAG,
25546                                       const X86Subtarget *Subtarget) {
25547   return detectAVGPattern(N->getOperand(0), N->getValueType(0), DAG, Subtarget,
25548                           SDLoc(N));
25549 }
25550
25551 /// PerformLOADCombine - Do target-specific dag combines on LOAD nodes.
25552 static SDValue PerformLOADCombine(SDNode *N, SelectionDAG &DAG,
25553                                   TargetLowering::DAGCombinerInfo &DCI,
25554                                   const X86Subtarget *Subtarget) {
25555   LoadSDNode *Ld = cast<LoadSDNode>(N);
25556   EVT RegVT = Ld->getValueType(0);
25557   EVT MemVT = Ld->getMemoryVT();
25558   SDLoc dl(Ld);
25559   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
25560
25561   // For chips with slow 32-byte unaligned loads, break the 32-byte operation
25562   // into two 16-byte operations.
25563   ISD::LoadExtType Ext = Ld->getExtensionType();
25564   bool Fast;
25565   unsigned AddressSpace = Ld->getAddressSpace();
25566   unsigned Alignment = Ld->getAlignment();
25567   if (RegVT.is256BitVector() && !DCI.isBeforeLegalizeOps() &&
25568       Ext == ISD::NON_EXTLOAD &&
25569       TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), RegVT,
25570                              AddressSpace, Alignment, &Fast) && !Fast) {
25571     unsigned NumElems = RegVT.getVectorNumElements();
25572     if (NumElems < 2)
25573       return SDValue();
25574
25575     SDValue Ptr = Ld->getBasePtr();
25576     SDValue Increment =
25577         DAG.getConstant(16, dl, TLI.getPointerTy(DAG.getDataLayout()));
25578
25579     EVT HalfVT = EVT::getVectorVT(*DAG.getContext(), MemVT.getScalarType(),
25580                                   NumElems/2);
25581     SDValue Load1 = DAG.getLoad(HalfVT, dl, Ld->getChain(), Ptr,
25582                                 Ld->getPointerInfo(), Ld->isVolatile(),
25583                                 Ld->isNonTemporal(), Ld->isInvariant(),
25584                                 Alignment);
25585     Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
25586     SDValue Load2 = DAG.getLoad(HalfVT, dl, Ld->getChain(), Ptr,
25587                                 Ld->getPointerInfo(), Ld->isVolatile(),
25588                                 Ld->isNonTemporal(), Ld->isInvariant(),
25589                                 std::min(16U, Alignment));
25590     SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
25591                              Load1.getValue(1),
25592                              Load2.getValue(1));
25593
25594     SDValue NewVec = DAG.getUNDEF(RegVT);
25595     NewVec = Insert128BitVector(NewVec, Load1, 0, DAG, dl);
25596     NewVec = Insert128BitVector(NewVec, Load2, NumElems/2, DAG, dl);
25597     return DCI.CombineTo(N, NewVec, TF, true);
25598   }
25599
25600   return SDValue();
25601 }
25602
25603 /// PerformMLOADCombine - Resolve extending loads
25604 static SDValue PerformMLOADCombine(SDNode *N, SelectionDAG &DAG,
25605                                    TargetLowering::DAGCombinerInfo &DCI,
25606                                    const X86Subtarget *Subtarget) {
25607   MaskedLoadSDNode *Mld = cast<MaskedLoadSDNode>(N);
25608   if (Mld->getExtensionType() != ISD::SEXTLOAD)
25609     return SDValue();
25610
25611   EVT VT = Mld->getValueType(0);
25612   unsigned NumElems = VT.getVectorNumElements();
25613   EVT LdVT = Mld->getMemoryVT();
25614   SDLoc dl(Mld);
25615
25616   assert(LdVT != VT && "Cannot extend to the same type");
25617   unsigned ToSz = VT.getVectorElementType().getSizeInBits();
25618   unsigned FromSz = LdVT.getVectorElementType().getSizeInBits();
25619   // From, To sizes and ElemCount must be pow of two
25620   assert (isPowerOf2_32(NumElems * FromSz * ToSz) &&
25621     "Unexpected size for extending masked load");
25622
25623   unsigned SizeRatio  = ToSz / FromSz;
25624   assert(SizeRatio * NumElems * FromSz == VT.getSizeInBits());
25625
25626   // Create a type on which we perform the shuffle
25627   EVT WideVecVT = EVT::getVectorVT(*DAG.getContext(),
25628           LdVT.getScalarType(), NumElems*SizeRatio);
25629   assert(WideVecVT.getSizeInBits() == VT.getSizeInBits());
25630
25631   // Convert Src0 value
25632   SDValue WideSrc0 = DAG.getBitcast(WideVecVT, Mld->getSrc0());
25633   if (Mld->getSrc0().getOpcode() != ISD::UNDEF) {
25634     SmallVector<int, 16> ShuffleVec(NumElems * SizeRatio, -1);
25635     for (unsigned i = 0; i != NumElems; ++i)
25636       ShuffleVec[i] = i * SizeRatio;
25637
25638     // Can't shuffle using an illegal type.
25639     assert(DAG.getTargetLoweringInfo().isTypeLegal(WideVecVT) &&
25640            "WideVecVT should be legal");
25641     WideSrc0 = DAG.getVectorShuffle(WideVecVT, dl, WideSrc0,
25642                                     DAG.getUNDEF(WideVecVT), &ShuffleVec[0]);
25643   }
25644   // Prepare the new mask
25645   SDValue NewMask;
25646   SDValue Mask = Mld->getMask();
25647   if (Mask.getValueType() == VT) {
25648     // Mask and original value have the same type
25649     NewMask = DAG.getBitcast(WideVecVT, Mask);
25650     SmallVector<int, 16> ShuffleVec(NumElems * SizeRatio, -1);
25651     for (unsigned i = 0; i != NumElems; ++i)
25652       ShuffleVec[i] = i * SizeRatio;
25653     for (unsigned i = NumElems; i != NumElems * SizeRatio; ++i)
25654       ShuffleVec[i] = NumElems * SizeRatio;
25655     NewMask = DAG.getVectorShuffle(WideVecVT, dl, NewMask,
25656                                    DAG.getConstant(0, dl, WideVecVT),
25657                                    &ShuffleVec[0]);
25658   }
25659   else {
25660     assert(Mask.getValueType().getVectorElementType() == MVT::i1);
25661     unsigned WidenNumElts = NumElems*SizeRatio;
25662     unsigned MaskNumElts = VT.getVectorNumElements();
25663     EVT NewMaskVT = EVT::getVectorVT(*DAG.getContext(),  MVT::i1,
25664                                      WidenNumElts);
25665
25666     unsigned NumConcat = WidenNumElts / MaskNumElts;
25667     SmallVector<SDValue, 16> Ops(NumConcat);
25668     SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType());
25669     Ops[0] = Mask;
25670     for (unsigned i = 1; i != NumConcat; ++i)
25671       Ops[i] = ZeroVal;
25672
25673     NewMask = DAG.getNode(ISD::CONCAT_VECTORS, dl, NewMaskVT, Ops);
25674   }
25675
25676   SDValue WideLd = DAG.getMaskedLoad(WideVecVT, dl, Mld->getChain(),
25677                                      Mld->getBasePtr(), NewMask, WideSrc0,
25678                                      Mld->getMemoryVT(), Mld->getMemOperand(),
25679                                      ISD::NON_EXTLOAD);
25680   SDValue NewVec = DAG.getNode(X86ISD::VSEXT, dl, VT, WideLd);
25681   return DCI.CombineTo(N, NewVec, WideLd.getValue(1), true);
25682 }
25683 /// PerformMSTORECombine - Resolve truncating stores
25684 static SDValue PerformMSTORECombine(SDNode *N, SelectionDAG &DAG,
25685                                     const X86Subtarget *Subtarget) {
25686   MaskedStoreSDNode *Mst = cast<MaskedStoreSDNode>(N);
25687   if (!Mst->isTruncatingStore())
25688     return SDValue();
25689
25690   EVT VT = Mst->getValue().getValueType();
25691   unsigned NumElems = VT.getVectorNumElements();
25692   EVT StVT = Mst->getMemoryVT();
25693   SDLoc dl(Mst);
25694
25695   assert(StVT != VT && "Cannot truncate to the same type");
25696   unsigned FromSz = VT.getVectorElementType().getSizeInBits();
25697   unsigned ToSz = StVT.getVectorElementType().getSizeInBits();
25698
25699   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
25700
25701   // The truncating store is legal in some cases. For example
25702   // vpmovqb, vpmovqw, vpmovqd, vpmovdb, vpmovdw
25703   // are designated for truncate store.
25704   // In this case we don't need any further transformations.
25705   if (TLI.isTruncStoreLegal(VT, StVT))
25706     return SDValue();
25707
25708   // From, To sizes and ElemCount must be pow of two
25709   assert (isPowerOf2_32(NumElems * FromSz * ToSz) &&
25710     "Unexpected size for truncating masked store");
25711   // We are going to use the original vector elt for storing.
25712   // Accumulated smaller vector elements must be a multiple of the store size.
25713   assert (((NumElems * FromSz) % ToSz) == 0 &&
25714           "Unexpected ratio for truncating masked store");
25715
25716   unsigned SizeRatio  = FromSz / ToSz;
25717   assert(SizeRatio * NumElems * ToSz == VT.getSizeInBits());
25718
25719   // Create a type on which we perform the shuffle
25720   EVT WideVecVT = EVT::getVectorVT(*DAG.getContext(),
25721           StVT.getScalarType(), NumElems*SizeRatio);
25722
25723   assert(WideVecVT.getSizeInBits() == VT.getSizeInBits());
25724
25725   SDValue WideVec = DAG.getBitcast(WideVecVT, Mst->getValue());
25726   SmallVector<int, 16> ShuffleVec(NumElems * SizeRatio, -1);
25727   for (unsigned i = 0; i != NumElems; ++i)
25728     ShuffleVec[i] = i * SizeRatio;
25729
25730   // Can't shuffle using an illegal type.
25731   assert(DAG.getTargetLoweringInfo().isTypeLegal(WideVecVT) &&
25732          "WideVecVT should be legal");
25733
25734   SDValue TruncatedVal = DAG.getVectorShuffle(WideVecVT, dl, WideVec,
25735                                               DAG.getUNDEF(WideVecVT),
25736                                               &ShuffleVec[0]);
25737
25738   SDValue NewMask;
25739   SDValue Mask = Mst->getMask();
25740   if (Mask.getValueType() == VT) {
25741     // Mask and original value have the same type
25742     NewMask = DAG.getBitcast(WideVecVT, Mask);
25743     for (unsigned i = 0; i != NumElems; ++i)
25744       ShuffleVec[i] = i * SizeRatio;
25745     for (unsigned i = NumElems; i != NumElems*SizeRatio; ++i)
25746       ShuffleVec[i] = NumElems*SizeRatio;
25747     NewMask = DAG.getVectorShuffle(WideVecVT, dl, NewMask,
25748                                    DAG.getConstant(0, dl, WideVecVT),
25749                                    &ShuffleVec[0]);
25750   }
25751   else {
25752     assert(Mask.getValueType().getVectorElementType() == MVT::i1);
25753     unsigned WidenNumElts = NumElems*SizeRatio;
25754     unsigned MaskNumElts = VT.getVectorNumElements();
25755     EVT NewMaskVT = EVT::getVectorVT(*DAG.getContext(),  MVT::i1,
25756                                      WidenNumElts);
25757
25758     unsigned NumConcat = WidenNumElts / MaskNumElts;
25759     SmallVector<SDValue, 16> Ops(NumConcat);
25760     SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType());
25761     Ops[0] = Mask;
25762     for (unsigned i = 1; i != NumConcat; ++i)
25763       Ops[i] = ZeroVal;
25764
25765     NewMask = DAG.getNode(ISD::CONCAT_VECTORS, dl, NewMaskVT, Ops);
25766   }
25767
25768   return DAG.getMaskedStore(Mst->getChain(), dl, TruncatedVal,
25769                             Mst->getBasePtr(), NewMask, StVT,
25770                             Mst->getMemOperand(), false);
25771 }
25772 /// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
25773 static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
25774                                    const X86Subtarget *Subtarget) {
25775   StoreSDNode *St = cast<StoreSDNode>(N);
25776   EVT VT = St->getValue().getValueType();
25777   EVT StVT = St->getMemoryVT();
25778   SDLoc dl(St);
25779   SDValue StoredVal = St->getOperand(1);
25780   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
25781
25782   // If we are saving a concatenation of two XMM registers and 32-byte stores
25783   // are slow, such as on Sandy Bridge, perform two 16-byte stores.
25784   bool Fast;
25785   unsigned AddressSpace = St->getAddressSpace();
25786   unsigned Alignment = St->getAlignment();
25787   if (VT.is256BitVector() && StVT == VT &&
25788       TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT,
25789                              AddressSpace, Alignment, &Fast) && !Fast) {
25790     unsigned NumElems = VT.getVectorNumElements();
25791     if (NumElems < 2)
25792       return SDValue();
25793
25794     SDValue Value0 = Extract128BitVector(StoredVal, 0, DAG, dl);
25795     SDValue Value1 = Extract128BitVector(StoredVal, NumElems/2, DAG, dl);
25796
25797     SDValue Stride =
25798         DAG.getConstant(16, dl, TLI.getPointerTy(DAG.getDataLayout()));
25799     SDValue Ptr0 = St->getBasePtr();
25800     SDValue Ptr1 = DAG.getNode(ISD::ADD, dl, Ptr0.getValueType(), Ptr0, Stride);
25801
25802     SDValue Ch0 = DAG.getStore(St->getChain(), dl, Value0, Ptr0,
25803                                 St->getPointerInfo(), St->isVolatile(),
25804                                 St->isNonTemporal(), Alignment);
25805     SDValue Ch1 = DAG.getStore(St->getChain(), dl, Value1, Ptr1,
25806                                 St->getPointerInfo(), St->isVolatile(),
25807                                 St->isNonTemporal(),
25808                                 std::min(16U, Alignment));
25809     return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Ch0, Ch1);
25810   }
25811
25812   // Optimize trunc store (of multiple scalars) to shuffle and store.
25813   // First, pack all of the elements in one place. Next, store to memory
25814   // in fewer chunks.
25815   if (St->isTruncatingStore() && VT.isVector()) {
25816     // Check if we can detect an AVG pattern from the truncation. If yes,
25817     // replace the trunc store by a normal store with the result of X86ISD::AVG
25818     // instruction.
25819     SDValue Avg =
25820         detectAVGPattern(St->getValue(), St->getMemoryVT(), DAG, Subtarget, dl);
25821     if (Avg.getNode())
25822       return DAG.getStore(St->getChain(), dl, Avg, St->getBasePtr(),
25823                           St->getPointerInfo(), St->isVolatile(),
25824                           St->isNonTemporal(), St->getAlignment());
25825
25826     const TargetLowering &TLI = DAG.getTargetLoweringInfo();
25827     unsigned NumElems = VT.getVectorNumElements();
25828     assert(StVT != VT && "Cannot truncate to the same type");
25829     unsigned FromSz = VT.getVectorElementType().getSizeInBits();
25830     unsigned ToSz = StVT.getVectorElementType().getSizeInBits();
25831
25832     // The truncating store is legal in some cases. For example
25833     // vpmovqb, vpmovqw, vpmovqd, vpmovdb, vpmovdw
25834     // are designated for truncate store.
25835     // In this case we don't need any further transformations.
25836     if (TLI.isTruncStoreLegal(VT, StVT))
25837       return SDValue();
25838
25839     // From, To sizes and ElemCount must be pow of two
25840     if (!isPowerOf2_32(NumElems * FromSz * ToSz)) return SDValue();
25841     // We are going to use the original vector elt for storing.
25842     // Accumulated smaller vector elements must be a multiple of the store size.
25843     if (0 != (NumElems * FromSz) % ToSz) return SDValue();
25844
25845     unsigned SizeRatio  = FromSz / ToSz;
25846
25847     assert(SizeRatio * NumElems * ToSz == VT.getSizeInBits());
25848
25849     // Create a type on which we perform the shuffle
25850     EVT WideVecVT = EVT::getVectorVT(*DAG.getContext(),
25851             StVT.getScalarType(), NumElems*SizeRatio);
25852
25853     assert(WideVecVT.getSizeInBits() == VT.getSizeInBits());
25854
25855     SDValue WideVec = DAG.getBitcast(WideVecVT, St->getValue());
25856     SmallVector<int, 8> ShuffleVec(NumElems * SizeRatio, -1);
25857     for (unsigned i = 0; i != NumElems; ++i)
25858       ShuffleVec[i] = i * SizeRatio;
25859
25860     // Can't shuffle using an illegal type.
25861     if (!TLI.isTypeLegal(WideVecVT))
25862       return SDValue();
25863
25864     SDValue Shuff = DAG.getVectorShuffle(WideVecVT, dl, WideVec,
25865                                          DAG.getUNDEF(WideVecVT),
25866                                          &ShuffleVec[0]);
25867     // At this point all of the data is stored at the bottom of the
25868     // register. We now need to save it to mem.
25869
25870     // Find the largest store unit
25871     MVT StoreType = MVT::i8;
25872     for (MVT Tp : MVT::integer_valuetypes()) {
25873       if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToSz)
25874         StoreType = Tp;
25875     }
25876
25877     // On 32bit systems, we can't save 64bit integers. Try bitcasting to F64.
25878     if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 &&
25879         (64 <= NumElems * ToSz))
25880       StoreType = MVT::f64;
25881
25882     // Bitcast the original vector into a vector of store-size units
25883     EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(),
25884             StoreType, VT.getSizeInBits()/StoreType.getSizeInBits());
25885     assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits());
25886     SDValue ShuffWide = DAG.getBitcast(StoreVecVT, Shuff);
25887     SmallVector<SDValue, 8> Chains;
25888     SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, dl,
25889                                         TLI.getPointerTy(DAG.getDataLayout()));
25890     SDValue Ptr = St->getBasePtr();
25891
25892     // Perform one or more big stores into memory.
25893     for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) {
25894       SDValue SubVec = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl,
25895                                    StoreType, ShuffWide,
25896                                    DAG.getIntPtrConstant(i, dl));
25897       SDValue Ch = DAG.getStore(St->getChain(), dl, SubVec, Ptr,
25898                                 St->getPointerInfo(), St->isVolatile(),
25899                                 St->isNonTemporal(), St->getAlignment());
25900       Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
25901       Chains.push_back(Ch);
25902     }
25903
25904     return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
25905   }
25906
25907   // Turn load->store of MMX types into GPR load/stores.  This avoids clobbering
25908   // the FP state in cases where an emms may be missing.
25909   // A preferable solution to the general problem is to figure out the right
25910   // places to insert EMMS.  This qualifies as a quick hack.
25911
25912   // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
25913   if (VT.getSizeInBits() != 64)
25914     return SDValue();
25915
25916   const Function *F = DAG.getMachineFunction().getFunction();
25917   bool NoImplicitFloatOps = F->hasFnAttribute(Attribute::NoImplicitFloat);
25918   bool F64IsLegal =
25919       !Subtarget->useSoftFloat() && !NoImplicitFloatOps && Subtarget->hasSSE2();
25920   if ((VT.isVector() ||
25921        (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
25922       isa<LoadSDNode>(St->getValue()) &&
25923       !cast<LoadSDNode>(St->getValue())->isVolatile() &&
25924       St->getChain().hasOneUse() && !St->isVolatile()) {
25925     SDNode* LdVal = St->getValue().getNode();
25926     LoadSDNode *Ld = nullptr;
25927     int TokenFactorIndex = -1;
25928     SmallVector<SDValue, 8> Ops;
25929     SDNode* ChainVal = St->getChain().getNode();
25930     // Must be a store of a load.  We currently handle two cases:  the load
25931     // is a direct child, and it's under an intervening TokenFactor.  It is
25932     // possible to dig deeper under nested TokenFactors.
25933     if (ChainVal == LdVal)
25934       Ld = cast<LoadSDNode>(St->getChain());
25935     else if (St->getValue().hasOneUse() &&
25936              ChainVal->getOpcode() == ISD::TokenFactor) {
25937       for (unsigned i = 0, e = ChainVal->getNumOperands(); i != e; ++i) {
25938         if (ChainVal->getOperand(i).getNode() == LdVal) {
25939           TokenFactorIndex = i;
25940           Ld = cast<LoadSDNode>(St->getValue());
25941         } else
25942           Ops.push_back(ChainVal->getOperand(i));
25943       }
25944     }
25945
25946     if (!Ld || !ISD::isNormalLoad(Ld))
25947       return SDValue();
25948
25949     // If this is not the MMX case, i.e. we are just turning i64 load/store
25950     // into f64 load/store, avoid the transformation if there are multiple
25951     // uses of the loaded value.
25952     if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
25953       return SDValue();
25954
25955     SDLoc LdDL(Ld);
25956     SDLoc StDL(N);
25957     // If we are a 64-bit capable x86, lower to a single movq load/store pair.
25958     // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
25959     // pair instead.
25960     if (Subtarget->is64Bit() || F64IsLegal) {
25961       MVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
25962       SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
25963                                   Ld->getPointerInfo(), Ld->isVolatile(),
25964                                   Ld->isNonTemporal(), Ld->isInvariant(),
25965                                   Ld->getAlignment());
25966       SDValue NewChain = NewLd.getValue(1);
25967       if (TokenFactorIndex != -1) {
25968         Ops.push_back(NewChain);
25969         NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, Ops);
25970       }
25971       return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
25972                           St->getPointerInfo(),
25973                           St->isVolatile(), St->isNonTemporal(),
25974                           St->getAlignment());
25975     }
25976
25977     // Otherwise, lower to two pairs of 32-bit loads / stores.
25978     SDValue LoAddr = Ld->getBasePtr();
25979     SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
25980                                  DAG.getConstant(4, LdDL, MVT::i32));
25981
25982     SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
25983                                Ld->getPointerInfo(),
25984                                Ld->isVolatile(), Ld->isNonTemporal(),
25985                                Ld->isInvariant(), Ld->getAlignment());
25986     SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
25987                                Ld->getPointerInfo().getWithOffset(4),
25988                                Ld->isVolatile(), Ld->isNonTemporal(),
25989                                Ld->isInvariant(),
25990                                MinAlign(Ld->getAlignment(), 4));
25991
25992     SDValue NewChain = LoLd.getValue(1);
25993     if (TokenFactorIndex != -1) {
25994       Ops.push_back(LoLd);
25995       Ops.push_back(HiLd);
25996       NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, Ops);
25997     }
25998
25999     LoAddr = St->getBasePtr();
26000     HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
26001                          DAG.getConstant(4, StDL, MVT::i32));
26002
26003     SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
26004                                 St->getPointerInfo(),
26005                                 St->isVolatile(), St->isNonTemporal(),
26006                                 St->getAlignment());
26007     SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
26008                                 St->getPointerInfo().getWithOffset(4),
26009                                 St->isVolatile(),
26010                                 St->isNonTemporal(),
26011                                 MinAlign(St->getAlignment(), 4));
26012     return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
26013   }
26014
26015   // This is similar to the above case, but here we handle a scalar 64-bit
26016   // integer store that is extracted from a vector on a 32-bit target.
26017   // If we have SSE2, then we can treat it like a floating-point double
26018   // to get past legalization. The execution dependencies fixup pass will
26019   // choose the optimal machine instruction for the store if this really is
26020   // an integer or v2f32 rather than an f64.
26021   if (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit() &&
26022       St->getOperand(1).getOpcode() == ISD::EXTRACT_VECTOR_ELT) {
26023     SDValue OldExtract = St->getOperand(1);
26024     SDValue ExtOp0 = OldExtract.getOperand(0);
26025     unsigned VecSize = ExtOp0.getValueSizeInBits();
26026     EVT VecVT = EVT::getVectorVT(*DAG.getContext(), MVT::f64, VecSize / 64);
26027     SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0);
26028     SDValue NewExtract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
26029                                      BitCast, OldExtract.getOperand(1));
26030     return DAG.getStore(St->getChain(), dl, NewExtract, St->getBasePtr(),
26031                         St->getPointerInfo(), St->isVolatile(),
26032                         St->isNonTemporal(), St->getAlignment());
26033   }
26034
26035   return SDValue();
26036 }
26037
26038 /// Return 'true' if this vector operation is "horizontal"
26039 /// and return the operands for the horizontal operation in LHS and RHS.  A
26040 /// horizontal operation performs the binary operation on successive elements
26041 /// of its first operand, then on successive elements of its second operand,
26042 /// returning the resulting values in a vector.  For example, if
26043 ///   A = < float a0, float a1, float a2, float a3 >
26044 /// and
26045 ///   B = < float b0, float b1, float b2, float b3 >
26046 /// then the result of doing a horizontal operation on A and B is
26047 ///   A horizontal-op B = < a0 op a1, a2 op a3, b0 op b1, b2 op b3 >.
26048 /// In short, LHS and RHS are inspected to see if LHS op RHS is of the form
26049 /// A horizontal-op B, for some already available A and B, and if so then LHS is
26050 /// set to A, RHS to B, and the routine returns 'true'.
26051 /// Note that the binary operation should have the property that if one of the
26052 /// operands is UNDEF then the result is UNDEF.
26053 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) {
26054   // Look for the following pattern: if
26055   //   A = < float a0, float a1, float a2, float a3 >
26056   //   B = < float b0, float b1, float b2, float b3 >
26057   // and
26058   //   LHS = VECTOR_SHUFFLE A, B, <0, 2, 4, 6>
26059   //   RHS = VECTOR_SHUFFLE A, B, <1, 3, 5, 7>
26060   // then LHS op RHS = < a0 op a1, a2 op a3, b0 op b1, b2 op b3 >
26061   // which is A horizontal-op B.
26062
26063   // At least one of the operands should be a vector shuffle.
26064   if (LHS.getOpcode() != ISD::VECTOR_SHUFFLE &&
26065       RHS.getOpcode() != ISD::VECTOR_SHUFFLE)
26066     return false;
26067
26068   MVT VT = LHS.getSimpleValueType();
26069
26070   assert((VT.is128BitVector() || VT.is256BitVector()) &&
26071          "Unsupported vector type for horizontal add/sub");
26072
26073   // Handle 128 and 256-bit vector lengths. AVX defines horizontal add/sub to
26074   // operate independently on 128-bit lanes.
26075   unsigned NumElts = VT.getVectorNumElements();
26076   unsigned NumLanes = VT.getSizeInBits()/128;
26077   unsigned NumLaneElts = NumElts / NumLanes;
26078   assert((NumLaneElts % 2 == 0) &&
26079          "Vector type should have an even number of elements in each lane");
26080   unsigned HalfLaneElts = NumLaneElts/2;
26081
26082   // View LHS in the form
26083   //   LHS = VECTOR_SHUFFLE A, B, LMask
26084   // If LHS is not a shuffle then pretend it is the shuffle
26085   //   LHS = VECTOR_SHUFFLE LHS, undef, <0, 1, ..., N-1>
26086   // NOTE: in what follows a default initialized SDValue represents an UNDEF of
26087   // type VT.
26088   SDValue A, B;
26089   SmallVector<int, 16> LMask(NumElts);
26090   if (LHS.getOpcode() == ISD::VECTOR_SHUFFLE) {
26091     if (LHS.getOperand(0).getOpcode() != ISD::UNDEF)
26092       A = LHS.getOperand(0);
26093     if (LHS.getOperand(1).getOpcode() != ISD::UNDEF)
26094       B = LHS.getOperand(1);
26095     ArrayRef<int> Mask = cast<ShuffleVectorSDNode>(LHS.getNode())->getMask();
26096     std::copy(Mask.begin(), Mask.end(), LMask.begin());
26097   } else {
26098     if (LHS.getOpcode() != ISD::UNDEF)
26099       A = LHS;
26100     for (unsigned i = 0; i != NumElts; ++i)
26101       LMask[i] = i;
26102   }
26103
26104   // Likewise, view RHS in the form
26105   //   RHS = VECTOR_SHUFFLE C, D, RMask
26106   SDValue C, D;
26107   SmallVector<int, 16> RMask(NumElts);
26108   if (RHS.getOpcode() == ISD::VECTOR_SHUFFLE) {
26109     if (RHS.getOperand(0).getOpcode() != ISD::UNDEF)
26110       C = RHS.getOperand(0);
26111     if (RHS.getOperand(1).getOpcode() != ISD::UNDEF)
26112       D = RHS.getOperand(1);
26113     ArrayRef<int> Mask = cast<ShuffleVectorSDNode>(RHS.getNode())->getMask();
26114     std::copy(Mask.begin(), Mask.end(), RMask.begin());
26115   } else {
26116     if (RHS.getOpcode() != ISD::UNDEF)
26117       C = RHS;
26118     for (unsigned i = 0; i != NumElts; ++i)
26119       RMask[i] = i;
26120   }
26121
26122   // Check that the shuffles are both shuffling the same vectors.
26123   if (!(A == C && B == D) && !(A == D && B == C))
26124     return false;
26125
26126   // If everything is UNDEF then bail out: it would be better to fold to UNDEF.
26127   if (!A.getNode() && !B.getNode())
26128     return false;
26129
26130   // If A and B occur in reverse order in RHS, then "swap" them (which means
26131   // rewriting the mask).
26132   if (A != C)
26133     ShuffleVectorSDNode::commuteMask(RMask);
26134
26135   // At this point LHS and RHS are equivalent to
26136   //   LHS = VECTOR_SHUFFLE A, B, LMask
26137   //   RHS = VECTOR_SHUFFLE A, B, RMask
26138   // Check that the masks correspond to performing a horizontal operation.
26139   for (unsigned l = 0; l != NumElts; l += NumLaneElts) {
26140     for (unsigned i = 0; i != NumLaneElts; ++i) {
26141       int LIdx = LMask[i+l], RIdx = RMask[i+l];
26142
26143       // Ignore any UNDEF components.
26144       if (LIdx < 0 || RIdx < 0 ||
26145           (!A.getNode() && (LIdx < (int)NumElts || RIdx < (int)NumElts)) ||
26146           (!B.getNode() && (LIdx >= (int)NumElts || RIdx >= (int)NumElts)))
26147         continue;
26148
26149       // Check that successive elements are being operated on.  If not, this is
26150       // not a horizontal operation.
26151       unsigned Src = (i/HalfLaneElts); // each lane is split between srcs
26152       int Index = 2*(i%HalfLaneElts) + NumElts*Src + l;
26153       if (!(LIdx == Index && RIdx == Index + 1) &&
26154           !(IsCommutative && LIdx == Index + 1 && RIdx == Index))
26155         return false;
26156     }
26157   }
26158
26159   LHS = A.getNode() ? A : B; // If A is 'UNDEF', use B for it.
26160   RHS = B.getNode() ? B : A; // If B is 'UNDEF', use A for it.
26161   return true;
26162 }
26163
26164 /// Do target-specific dag combines on floating point adds.
26165 static SDValue PerformFADDCombine(SDNode *N, SelectionDAG &DAG,
26166                                   const X86Subtarget *Subtarget) {
26167   EVT VT = N->getValueType(0);
26168   SDValue LHS = N->getOperand(0);
26169   SDValue RHS = N->getOperand(1);
26170
26171   // Try to synthesize horizontal adds from adds of shuffles.
26172   if (((Subtarget->hasSSE3() && (VT == MVT::v4f32 || VT == MVT::v2f64)) ||
26173        (Subtarget->hasFp256() && (VT == MVT::v8f32 || VT == MVT::v4f64))) &&
26174       isHorizontalBinOp(LHS, RHS, true))
26175     return DAG.getNode(X86ISD::FHADD, SDLoc(N), VT, LHS, RHS);
26176   return SDValue();
26177 }
26178
26179 /// Do target-specific dag combines on floating point subs.
26180 static SDValue PerformFSUBCombine(SDNode *N, SelectionDAG &DAG,
26181                                   const X86Subtarget *Subtarget) {
26182   EVT VT = N->getValueType(0);
26183   SDValue LHS = N->getOperand(0);
26184   SDValue RHS = N->getOperand(1);
26185
26186   // Try to synthesize horizontal subs from subs of shuffles.
26187   if (((Subtarget->hasSSE3() && (VT == MVT::v4f32 || VT == MVT::v2f64)) ||
26188        (Subtarget->hasFp256() && (VT == MVT::v8f32 || VT == MVT::v4f64))) &&
26189       isHorizontalBinOp(LHS, RHS, false))
26190     return DAG.getNode(X86ISD::FHSUB, SDLoc(N), VT, LHS, RHS);
26191   return SDValue();
26192 }
26193
26194 /// Do target-specific dag combines on floating point negations.
26195 static SDValue PerformFNEGCombine(SDNode *N, SelectionDAG &DAG,
26196                                   const X86Subtarget *Subtarget) {
26197   EVT VT = N->getValueType(0);
26198   EVT SVT = VT.getScalarType();
26199   SDValue Arg = N->getOperand(0);
26200   SDLoc DL(N);
26201
26202   // Let legalize expand this if it isn't a legal type yet.
26203   if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
26204     return SDValue();
26205
26206   // If we're negating a FMUL node on a target with FMA, then we can avoid the
26207   // use of a constant by performing (-0 - A*B) instead.
26208   // FIXME: Check rounding control flags as well once it becomes available. 
26209   if (Arg.getOpcode() == ISD::FMUL && (SVT == MVT::f32 || SVT == MVT::f64) &&
26210       Arg->getFlags()->hasNoSignedZeros() && Subtarget->hasAnyFMA()) {
26211     SDValue Zero = DAG.getConstantFP(0.0, DL, VT);
26212     return DAG.getNode(X86ISD::FNMSUB, DL, VT, Arg.getOperand(0),
26213                        Arg.getOperand(1), Zero);
26214   }
26215
26216   // If we're negating a FMA node, then we can adjust the
26217   // instruction to include the extra negation.
26218   if (Arg.hasOneUse()) {
26219     switch (Arg.getOpcode()) {
26220     case X86ISD::FMADD:
26221       return DAG.getNode(X86ISD::FNMSUB, DL, VT, Arg.getOperand(0),
26222                          Arg.getOperand(1), Arg.getOperand(2));
26223     case X86ISD::FMSUB:
26224       return DAG.getNode(X86ISD::FNMADD, DL, VT, Arg.getOperand(0),
26225                          Arg.getOperand(1), Arg.getOperand(2));
26226     case X86ISD::FNMADD:
26227       return DAG.getNode(X86ISD::FMSUB, DL, VT, Arg.getOperand(0),
26228                          Arg.getOperand(1), Arg.getOperand(2));
26229     case X86ISD::FNMSUB:
26230       return DAG.getNode(X86ISD::FMADD, DL, VT, Arg.getOperand(0),
26231                          Arg.getOperand(1), Arg.getOperand(2));
26232     }
26233   }
26234   return SDValue();
26235 }
26236
26237 /// Do target-specific dag combines on X86ISD::FOR and X86ISD::FXOR nodes.
26238 static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG,
26239                                  const X86Subtarget *Subtarget) {
26240   assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
26241
26242   // F[X]OR(0.0, x) -> x
26243   if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
26244     if (C->getValueAPF().isPosZero())
26245       return N->getOperand(1);
26246
26247   // F[X]OR(x, 0.0) -> x
26248   if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
26249     if (C->getValueAPF().isPosZero())
26250       return N->getOperand(0);
26251
26252   EVT VT = N->getValueType(0);
26253   if (VT.is512BitVector() && !Subtarget->hasDQI()) {
26254     SDLoc dl(N);
26255     MVT IntScalar = MVT::getIntegerVT(VT.getScalarSizeInBits());
26256     MVT IntVT = MVT::getVectorVT(IntScalar, VT.getVectorNumElements());
26257
26258     SDValue Op0 = DAG.getNode(ISD::BITCAST, dl, IntVT, N->getOperand(0));
26259     SDValue Op1 = DAG.getNode(ISD::BITCAST, dl, IntVT, N->getOperand(1));
26260     unsigned IntOpcode = (N->getOpcode() == X86ISD::FOR) ? ISD::OR : ISD::XOR;
26261     SDValue IntOp = DAG.getNode(IntOpcode, dl, IntVT, Op0, Op1);
26262     return  DAG.getNode(ISD::BITCAST, dl, VT, IntOp);
26263   }
26264   return SDValue();
26265 }
26266
26267 /// Do target-specific dag combines on X86ISD::FMIN and X86ISD::FMAX nodes.
26268 static SDValue PerformFMinFMaxCombine(SDNode *N, SelectionDAG &DAG) {
26269   assert(N->getOpcode() == X86ISD::FMIN || N->getOpcode() == X86ISD::FMAX);
26270
26271   // Only perform optimizations if UnsafeMath is used.
26272   if (!DAG.getTarget().Options.UnsafeFPMath)
26273     return SDValue();
26274
26275   // If we run in unsafe-math mode, then convert the FMAX and FMIN nodes
26276   // into FMINC and FMAXC, which are Commutative operations.
26277   unsigned NewOp = 0;
26278   switch (N->getOpcode()) {
26279     default: llvm_unreachable("unknown opcode");
26280     case X86ISD::FMIN:  NewOp = X86ISD::FMINC; break;
26281     case X86ISD::FMAX:  NewOp = X86ISD::FMAXC; break;
26282   }
26283
26284   return DAG.getNode(NewOp, SDLoc(N), N->getValueType(0),
26285                      N->getOperand(0), N->getOperand(1));
26286 }
26287
26288 /// Do target-specific dag combines on X86ISD::FAND nodes.
26289 static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
26290   // FAND(0.0, x) -> 0.0
26291   if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
26292     if (C->getValueAPF().isPosZero())
26293       return N->getOperand(0);
26294
26295   // FAND(x, 0.0) -> 0.0
26296   if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
26297     if (C->getValueAPF().isPosZero())
26298       return N->getOperand(1);
26299
26300   return SDValue();
26301 }
26302
26303 /// Do target-specific dag combines on X86ISD::FANDN nodes
26304 static SDValue PerformFANDNCombine(SDNode *N, SelectionDAG &DAG) {
26305   // FANDN(0.0, x) -> x
26306   if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
26307     if (C->getValueAPF().isPosZero())
26308       return N->getOperand(1);
26309
26310   // FANDN(x, 0.0) -> 0.0
26311   if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
26312     if (C->getValueAPF().isPosZero())
26313       return N->getOperand(1);
26314
26315   return SDValue();
26316 }
26317
26318 static SDValue PerformBTCombine(SDNode *N,
26319                                 SelectionDAG &DAG,
26320                                 TargetLowering::DAGCombinerInfo &DCI) {
26321   // BT ignores high bits in the bit index operand.
26322   SDValue Op1 = N->getOperand(1);
26323   if (Op1.hasOneUse()) {
26324     unsigned BitWidth = Op1.getValueSizeInBits();
26325     APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
26326     APInt KnownZero, KnownOne;
26327     TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(),
26328                                           !DCI.isBeforeLegalizeOps());
26329     const TargetLowering &TLI = DAG.getTargetLoweringInfo();
26330     if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
26331         TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
26332       DCI.CommitTargetLoweringOpt(TLO);
26333   }
26334   return SDValue();
26335 }
26336
26337 static SDValue PerformVZEXT_MOVLCombine(SDNode *N, SelectionDAG &DAG) {
26338   SDValue Op = N->getOperand(0);
26339   if (Op.getOpcode() == ISD::BITCAST)
26340     Op = Op.getOperand(0);
26341   EVT VT = N->getValueType(0), OpVT = Op.getValueType();
26342   if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&
26343       VT.getVectorElementType().getSizeInBits() ==
26344       OpVT.getVectorElementType().getSizeInBits()) {
26345     return DAG.getNode(ISD::BITCAST, SDLoc(N), VT, Op);
26346   }
26347   return SDValue();
26348 }
26349
26350 static SDValue PerformSIGN_EXTEND_INREGCombine(SDNode *N, SelectionDAG &DAG,
26351                                                const X86Subtarget *Subtarget) {
26352   EVT VT = N->getValueType(0);
26353   if (!VT.isVector())
26354     return SDValue();
26355
26356   SDValue N0 = N->getOperand(0);
26357   SDValue N1 = N->getOperand(1);
26358   EVT ExtraVT = cast<VTSDNode>(N1)->getVT();
26359   SDLoc dl(N);
26360
26361   // The SIGN_EXTEND_INREG to v4i64 is expensive operation on the
26362   // both SSE and AVX2 since there is no sign-extended shift right
26363   // operation on a vector with 64-bit elements.
26364   //(sext_in_reg (v4i64 anyext (v4i32 x )), ExtraVT) ->
26365   // (v4i64 sext (v4i32 sext_in_reg (v4i32 x , ExtraVT)))
26366   if (VT == MVT::v4i64 && (N0.getOpcode() == ISD::ANY_EXTEND ||
26367       N0.getOpcode() == ISD::SIGN_EXTEND)) {
26368     SDValue N00 = N0.getOperand(0);
26369
26370     // EXTLOAD has a better solution on AVX2,
26371     // it may be replaced with X86ISD::VSEXT node.
26372     if (N00.getOpcode() == ISD::LOAD && Subtarget->hasInt256())
26373       if (!ISD::isNormalLoad(N00.getNode()))
26374         return SDValue();
26375
26376     if (N00.getValueType() == MVT::v4i32 && ExtraVT.getSizeInBits() < 128) {
26377         SDValue Tmp = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, MVT::v4i32,
26378                                   N00, N1);
26379       return DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::v4i64, Tmp);
26380     }
26381   }
26382   return SDValue();
26383 }
26384
26385 /// sext(add_nsw(x, C)) --> add(sext(x), C_sext)
26386 /// Promoting a sign extension ahead of an 'add nsw' exposes opportunities
26387 /// to combine math ops, use an LEA, or use a complex addressing mode. This can
26388 /// eliminate extend, add, and shift instructions.
26389 static SDValue promoteSextBeforeAddNSW(SDNode *Sext, SelectionDAG &DAG,
26390                                        const X86Subtarget *Subtarget) {
26391   // TODO: This should be valid for other integer types.
26392   EVT VT = Sext->getValueType(0);
26393   if (VT != MVT::i64)
26394     return SDValue();
26395
26396   // We need an 'add nsw' feeding into the 'sext'.
26397   SDValue Add = Sext->getOperand(0);
26398   if (Add.getOpcode() != ISD::ADD || !Add->getFlags()->hasNoSignedWrap())
26399     return SDValue();
26400
26401   // Having a constant operand to the 'add' ensures that we are not increasing
26402   // the instruction count because the constant is extended for free below.
26403   // A constant operand can also become the displacement field of an LEA.
26404   auto *AddOp1 = dyn_cast<ConstantSDNode>(Add.getOperand(1));
26405   if (!AddOp1)
26406     return SDValue();
26407
26408   // Don't make the 'add' bigger if there's no hope of combining it with some
26409   // other 'add' or 'shl' instruction.
26410   // TODO: It may be profitable to generate simpler LEA instructions in place
26411   // of single 'add' instructions, but the cost model for selecting an LEA
26412   // currently has a high threshold.
26413   bool HasLEAPotential = false;
26414   for (auto *User : Sext->uses()) {
26415     if (User->getOpcode() == ISD::ADD || User->getOpcode() == ISD::SHL) {
26416       HasLEAPotential = true;
26417       break;
26418     }
26419   }
26420   if (!HasLEAPotential)
26421     return SDValue();
26422
26423   // Everything looks good, so pull the 'sext' ahead of the 'add'.
26424   int64_t AddConstant = AddOp1->getSExtValue();
26425   SDValue AddOp0 = Add.getOperand(0);
26426   SDValue NewSext = DAG.getNode(ISD::SIGN_EXTEND, SDLoc(Sext), VT, AddOp0);
26427   SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT);
26428
26429   // The wider add is guaranteed to not wrap because both operands are
26430   // sign-extended.
26431   SDNodeFlags Flags;
26432   Flags.setNoSignedWrap(true);
26433   return DAG.getNode(ISD::ADD, SDLoc(Add), VT, NewSext, NewConstant, &Flags);
26434 }
26435
26436 static SDValue PerformSExtCombine(SDNode *N, SelectionDAG &DAG,
26437                                   TargetLowering::DAGCombinerInfo &DCI,
26438                                   const X86Subtarget *Subtarget) {
26439   SDValue N0 = N->getOperand(0);
26440   EVT VT = N->getValueType(0);
26441   EVT SVT = VT.getScalarType();
26442   EVT InVT = N0.getValueType();
26443   EVT InSVT = InVT.getScalarType();
26444   SDLoc DL(N);
26445
26446   // (i8,i32 sext (sdivrem (i8 x, i8 y)) ->
26447   // (i8,i32 (sdivrem_sext_hreg (i8 x, i8 y)
26448   // This exposes the sext to the sdivrem lowering, so that it directly extends
26449   // from AH (which we otherwise need to do contortions to access).
26450   if (N0.getOpcode() == ISD::SDIVREM && N0.getResNo() == 1 &&
26451       InVT == MVT::i8 && VT == MVT::i32) {
26452     SDVTList NodeTys = DAG.getVTList(MVT::i8, VT);
26453     SDValue R = DAG.getNode(X86ISD::SDIVREM8_SEXT_HREG, DL, NodeTys,
26454                             N0.getOperand(0), N0.getOperand(1));
26455     DAG.ReplaceAllUsesOfValueWith(N0.getValue(0), R.getValue(0));
26456     return R.getValue(1);
26457   }
26458
26459   if (!DCI.isBeforeLegalizeOps()) {
26460     if (InVT == MVT::i1) {
26461       SDValue Zero = DAG.getConstant(0, DL, VT);
26462       SDValue AllOnes =
26463         DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), DL, VT);
26464       return DAG.getNode(ISD::SELECT, DL, VT, N0, AllOnes, Zero);
26465     }
26466     return SDValue();
26467   }
26468
26469   if (VT.isVector() && Subtarget->hasSSE2()) {
26470     auto ExtendVecSize = [&DAG](SDLoc DL, SDValue N, unsigned Size) {
26471       EVT InVT = N.getValueType();
26472       EVT OutVT = EVT::getVectorVT(*DAG.getContext(), InVT.getScalarType(),
26473                                    Size / InVT.getScalarSizeInBits());
26474       SmallVector<SDValue, 8> Opnds(Size / InVT.getSizeInBits(),
26475                                     DAG.getUNDEF(InVT));
26476       Opnds[0] = N;
26477       return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Opnds);
26478     };
26479
26480     // If target-size is less than 128-bits, extend to a type that would extend
26481     // to 128 bits, extend that and extract the original target vector.
26482     if (VT.getSizeInBits() < 128 && !(128 % VT.getSizeInBits()) &&
26483         (SVT == MVT::i64 || SVT == MVT::i32 || SVT == MVT::i16) &&
26484         (InSVT == MVT::i32 || InSVT == MVT::i16 || InSVT == MVT::i8)) {
26485       unsigned Scale = 128 / VT.getSizeInBits();
26486       EVT ExVT =
26487           EVT::getVectorVT(*DAG.getContext(), SVT, 128 / SVT.getSizeInBits());
26488       SDValue Ex = ExtendVecSize(DL, N0, Scale * InVT.getSizeInBits());
26489       SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, ExVT, Ex);
26490       return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, SExt,
26491                          DAG.getIntPtrConstant(0, DL));
26492     }
26493
26494     // If target-size is 128-bits, then convert to ISD::SIGN_EXTEND_VECTOR_INREG
26495     // which ensures lowering to X86ISD::VSEXT (pmovsx*).
26496     if (VT.getSizeInBits() == 128 &&
26497         (SVT == MVT::i64 || SVT == MVT::i32 || SVT == MVT::i16) &&
26498         (InSVT == MVT::i32 || InSVT == MVT::i16 || InSVT == MVT::i8)) {
26499       SDValue ExOp = ExtendVecSize(DL, N0, 128);
26500       return DAG.getSignExtendVectorInReg(ExOp, DL, VT);
26501     }
26502
26503     // On pre-AVX2 targets, split into 128-bit nodes of
26504     // ISD::SIGN_EXTEND_VECTOR_INREG.
26505     if (!Subtarget->hasInt256() && !(VT.getSizeInBits() % 128) &&
26506         (SVT == MVT::i64 || SVT == MVT::i32 || SVT == MVT::i16) &&
26507         (InSVT == MVT::i32 || InSVT == MVT::i16 || InSVT == MVT::i8)) {
26508       unsigned NumVecs = VT.getSizeInBits() / 128;
26509       unsigned NumSubElts = 128 / SVT.getSizeInBits();
26510       EVT SubVT = EVT::getVectorVT(*DAG.getContext(), SVT, NumSubElts);
26511       EVT InSubVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubElts);
26512
26513       SmallVector<SDValue, 8> Opnds;
26514       for (unsigned i = 0, Offset = 0; i != NumVecs;
26515            ++i, Offset += NumSubElts) {
26516         SDValue SrcVec = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InSubVT, N0,
26517                                      DAG.getIntPtrConstant(Offset, DL));
26518         SrcVec = ExtendVecSize(DL, SrcVec, 128);
26519         SrcVec = DAG.getSignExtendVectorInReg(SrcVec, DL, SubVT);
26520         Opnds.push_back(SrcVec);
26521       }
26522       return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Opnds);
26523     }
26524   }
26525
26526   if (Subtarget->hasAVX() && VT.is256BitVector())
26527     if (SDValue R = WidenMaskArithmetic(N, DAG, DCI, Subtarget))
26528       return R;
26529
26530   if (SDValue NewAdd = promoteSextBeforeAddNSW(N, DAG, Subtarget))
26531     return NewAdd;
26532
26533   return SDValue();
26534 }
26535
26536 static SDValue PerformFMACombine(SDNode *N, SelectionDAG &DAG,
26537                                  const X86Subtarget* Subtarget) {
26538   SDLoc dl(N);
26539   EVT VT = N->getValueType(0);
26540
26541   // Let legalize expand this if it isn't a legal type yet.
26542   if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
26543     return SDValue();
26544
26545   EVT ScalarVT = VT.getScalarType();
26546   if ((ScalarVT != MVT::f32 && ScalarVT != MVT::f64) || !Subtarget->hasAnyFMA())
26547     return SDValue();
26548
26549   SDValue A = N->getOperand(0);
26550   SDValue B = N->getOperand(1);
26551   SDValue C = N->getOperand(2);
26552
26553   bool NegA = (A.getOpcode() == ISD::FNEG);
26554   bool NegB = (B.getOpcode() == ISD::FNEG);
26555   bool NegC = (C.getOpcode() == ISD::FNEG);
26556
26557   // Negative multiplication when NegA xor NegB
26558   bool NegMul = (NegA != NegB);
26559   if (NegA)
26560     A = A.getOperand(0);
26561   if (NegB)
26562     B = B.getOperand(0);
26563   if (NegC)
26564     C = C.getOperand(0);
26565
26566   unsigned Opcode;
26567   if (!NegMul)
26568     Opcode = (!NegC) ? X86ISD::FMADD : X86ISD::FMSUB;
26569   else
26570     Opcode = (!NegC) ? X86ISD::FNMADD : X86ISD::FNMSUB;
26571
26572   return DAG.getNode(Opcode, dl, VT, A, B, C);
26573 }
26574
26575 static SDValue PerformZExtCombine(SDNode *N, SelectionDAG &DAG,
26576                                   TargetLowering::DAGCombinerInfo &DCI,
26577                                   const X86Subtarget *Subtarget) {
26578   // (i32 zext (and (i8  x86isd::setcc_carry), 1)) ->
26579   //           (and (i32 x86isd::setcc_carry), 1)
26580   // This eliminates the zext. This transformation is necessary because
26581   // ISD::SETCC is always legalized to i8.
26582   SDLoc dl(N);
26583   SDValue N0 = N->getOperand(0);
26584   EVT VT = N->getValueType(0);
26585
26586   if (N0.getOpcode() == ISD::AND &&
26587       N0.hasOneUse() &&
26588       N0.getOperand(0).hasOneUse()) {
26589     SDValue N00 = N0.getOperand(0);
26590     if (N00.getOpcode() == X86ISD::SETCC_CARRY) {
26591       if (!isOneConstant(N0.getOperand(1)))
26592         return SDValue();
26593       return DAG.getNode(ISD::AND, dl, VT,
26594                          DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
26595                                      N00.getOperand(0), N00.getOperand(1)),
26596                          DAG.getConstant(1, dl, VT));
26597     }
26598   }
26599
26600   if (N0.getOpcode() == ISD::TRUNCATE &&
26601       N0.hasOneUse() &&
26602       N0.getOperand(0).hasOneUse()) {
26603     SDValue N00 = N0.getOperand(0);
26604     if (N00.getOpcode() == X86ISD::SETCC_CARRY) {
26605       return DAG.getNode(ISD::AND, dl, VT,
26606                          DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
26607                                      N00.getOperand(0), N00.getOperand(1)),
26608                          DAG.getConstant(1, dl, VT));
26609     }
26610   }
26611
26612   if (VT.is256BitVector())
26613     if (SDValue R = WidenMaskArithmetic(N, DAG, DCI, Subtarget))
26614       return R;
26615
26616   // (i8,i32 zext (udivrem (i8 x, i8 y)) ->
26617   // (i8,i32 (udivrem_zext_hreg (i8 x, i8 y)
26618   // This exposes the zext to the udivrem lowering, so that it directly extends
26619   // from AH (which we otherwise need to do contortions to access).
26620   if (N0.getOpcode() == ISD::UDIVREM &&
26621       N0.getResNo() == 1 && N0.getValueType() == MVT::i8 &&
26622       (VT == MVT::i32 || VT == MVT::i64)) {
26623     SDVTList NodeTys = DAG.getVTList(MVT::i8, VT);
26624     SDValue R = DAG.getNode(X86ISD::UDIVREM8_ZEXT_HREG, dl, NodeTys,
26625                             N0.getOperand(0), N0.getOperand(1));
26626     DAG.ReplaceAllUsesOfValueWith(N0.getValue(0), R.getValue(0));
26627     return R.getValue(1);
26628   }
26629
26630   return SDValue();
26631 }
26632
26633 // Optimize x == -y --> x+y == 0
26634 //          x != -y --> x+y != 0
26635 static SDValue PerformISDSETCCCombine(SDNode *N, SelectionDAG &DAG,
26636                                       const X86Subtarget* Subtarget) {
26637   ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(2))->get();
26638   SDValue LHS = N->getOperand(0);
26639   SDValue RHS = N->getOperand(1);
26640   EVT VT = N->getValueType(0);
26641   SDLoc DL(N);
26642
26643   if ((CC == ISD::SETNE || CC == ISD::SETEQ) && LHS.getOpcode() == ISD::SUB)
26644     if (isNullConstant(LHS.getOperand(0)) && LHS.hasOneUse()) {
26645       SDValue addV = DAG.getNode(ISD::ADD, DL, LHS.getValueType(), RHS,
26646                                  LHS.getOperand(1));
26647       return DAG.getSetCC(DL, N->getValueType(0), addV,
26648                           DAG.getConstant(0, DL, addV.getValueType()), CC);
26649     }
26650   if ((CC == ISD::SETNE || CC == ISD::SETEQ) && RHS.getOpcode() == ISD::SUB)
26651     if (isNullConstant(RHS.getOperand(0)) && RHS.hasOneUse()) {
26652       SDValue addV = DAG.getNode(ISD::ADD, DL, RHS.getValueType(), LHS,
26653                                  RHS.getOperand(1));
26654       return DAG.getSetCC(DL, N->getValueType(0), addV,
26655                           DAG.getConstant(0, DL, addV.getValueType()), CC);
26656     }
26657
26658   if (VT.getScalarType() == MVT::i1 &&
26659       (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) {
26660     bool IsSEXT0 =
26661         (LHS.getOpcode() == ISD::SIGN_EXTEND) &&
26662         (LHS.getOperand(0).getValueType().getScalarType() == MVT::i1);
26663     bool IsVZero1 = ISD::isBuildVectorAllZeros(RHS.getNode());
26664
26665     if (!IsSEXT0 || !IsVZero1) {
26666       // Swap the operands and update the condition code.
26667       std::swap(LHS, RHS);
26668       CC = ISD::getSetCCSwappedOperands(CC);
26669
26670       IsSEXT0 = (LHS.getOpcode() == ISD::SIGN_EXTEND) &&
26671                 (LHS.getOperand(0).getValueType().getScalarType() == MVT::i1);
26672       IsVZero1 = ISD::isBuildVectorAllZeros(RHS.getNode());
26673     }
26674
26675     if (IsSEXT0 && IsVZero1) {
26676       assert(VT == LHS.getOperand(0).getValueType() &&
26677              "Uexpected operand type");
26678       if (CC == ISD::SETGT)
26679         return DAG.getConstant(0, DL, VT);
26680       if (CC == ISD::SETLE)
26681         return DAG.getConstant(1, DL, VT);
26682       if (CC == ISD::SETEQ || CC == ISD::SETGE)
26683         return DAG.getNOT(DL, LHS.getOperand(0), VT);
26684
26685       assert((CC == ISD::SETNE || CC == ISD::SETLT) &&
26686              "Unexpected condition code!");
26687       return LHS.getOperand(0);
26688     }
26689   }
26690
26691   return SDValue();
26692 }
26693
26694 static SDValue PerformBLENDICombine(SDNode *N, SelectionDAG &DAG) {
26695   SDValue V0 = N->getOperand(0);
26696   SDValue V1 = N->getOperand(1);
26697   SDLoc DL(N);
26698   EVT VT = N->getValueType(0);
26699
26700   // Canonicalize a v2f64 blend with a mask of 2 by swapping the vector
26701   // operands and changing the mask to 1. This saves us a bunch of
26702   // pattern-matching possibilities related to scalar math ops in SSE/AVX.
26703   // x86InstrInfo knows how to commute this back after instruction selection
26704   // if it would help register allocation.
26705
26706   // TODO: If optimizing for size or a processor that doesn't suffer from
26707   // partial register update stalls, this should be transformed into a MOVSD
26708   // instruction because a MOVSD is 1-2 bytes smaller than a BLENDPD.
26709
26710   if (VT == MVT::v2f64)
26711     if (auto *Mask = dyn_cast<ConstantSDNode>(N->getOperand(2)))
26712       if (Mask->getZExtValue() == 2 && !isShuffleFoldableLoad(V0)) {
26713         SDValue NewMask = DAG.getConstant(1, DL, MVT::i8);
26714         return DAG.getNode(X86ISD::BLENDI, DL, VT, V1, V0, NewMask);
26715       }
26716
26717   return SDValue();
26718 }
26719
26720 // Helper function of PerformSETCCCombine. It is to materialize "setb reg"
26721 // as "sbb reg,reg", since it can be extended without zext and produces
26722 // an all-ones bit which is more useful than 0/1 in some cases.
26723 static SDValue MaterializeSETB(SDLoc DL, SDValue EFLAGS, SelectionDAG &DAG,
26724                                MVT VT) {
26725   if (VT == MVT::i8)
26726     return DAG.getNode(ISD::AND, DL, VT,
26727                        DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
26728                                    DAG.getConstant(X86::COND_B, DL, MVT::i8),
26729                                    EFLAGS),
26730                        DAG.getConstant(1, DL, VT));
26731   assert (VT == MVT::i1 && "Unexpected type for SECCC node");
26732   return DAG.getNode(ISD::TRUNCATE, DL, MVT::i1,
26733                      DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
26734                                  DAG.getConstant(X86::COND_B, DL, MVT::i8),
26735                                  EFLAGS));
26736 }
26737
26738 // Optimize  RES = X86ISD::SETCC CONDCODE, EFLAG_INPUT
26739 static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG,
26740                                    TargetLowering::DAGCombinerInfo &DCI,
26741                                    const X86Subtarget *Subtarget) {
26742   SDLoc DL(N);
26743   X86::CondCode CC = X86::CondCode(N->getConstantOperandVal(0));
26744   SDValue EFLAGS = N->getOperand(1);
26745
26746   if (CC == X86::COND_A) {
26747     // Try to convert COND_A into COND_B in an attempt to facilitate
26748     // materializing "setb reg".
26749     //
26750     // Do not flip "e > c", where "c" is a constant, because Cmp instruction
26751     // cannot take an immediate as its first operand.
26752     //
26753     if (EFLAGS.getOpcode() == X86ISD::SUB && EFLAGS.hasOneUse() &&
26754         EFLAGS.getValueType().isInteger() &&
26755         !isa<ConstantSDNode>(EFLAGS.getOperand(1))) {
26756       SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS),
26757                                    EFLAGS.getNode()->getVTList(),
26758                                    EFLAGS.getOperand(1), EFLAGS.getOperand(0));
26759       SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo());
26760       return MaterializeSETB(DL, NewEFLAGS, DAG, N->getSimpleValueType(0));
26761     }
26762   }
26763
26764   // Materialize "setb reg" as "sbb reg,reg", since it can be extended without
26765   // a zext and produces an all-ones bit which is more useful than 0/1 in some
26766   // cases.
26767   if (CC == X86::COND_B)
26768     return MaterializeSETB(DL, EFLAGS, DAG, N->getSimpleValueType(0));
26769
26770   if (SDValue Flags = checkBoolTestSetCCCombine(EFLAGS, CC)) {
26771     SDValue Cond = DAG.getConstant(CC, DL, MVT::i8);
26772     return DAG.getNode(X86ISD::SETCC, DL, N->getVTList(), Cond, Flags);
26773   }
26774
26775   return SDValue();
26776 }
26777
26778 // Optimize branch condition evaluation.
26779 //
26780 static SDValue PerformBrCondCombine(SDNode *N, SelectionDAG &DAG,
26781                                     TargetLowering::DAGCombinerInfo &DCI,
26782                                     const X86Subtarget *Subtarget) {
26783   SDLoc DL(N);
26784   SDValue Chain = N->getOperand(0);
26785   SDValue Dest = N->getOperand(1);
26786   SDValue EFLAGS = N->getOperand(3);
26787   X86::CondCode CC = X86::CondCode(N->getConstantOperandVal(2));
26788
26789   if (SDValue Flags = checkBoolTestSetCCCombine(EFLAGS, CC)) {
26790     SDValue Cond = DAG.getConstant(CC, DL, MVT::i8);
26791     return DAG.getNode(X86ISD::BRCOND, DL, N->getVTList(), Chain, Dest, Cond,
26792                        Flags);
26793   }
26794
26795   return SDValue();
26796 }
26797
26798 static SDValue performVectorCompareAndMaskUnaryOpCombine(SDNode *N,
26799                                                          SelectionDAG &DAG) {
26800   // Take advantage of vector comparisons producing 0 or -1 in each lane to
26801   // optimize away operation when it's from a constant.
26802   //
26803   // The general transformation is:
26804   //    UNARYOP(AND(VECTOR_CMP(x,y), constant)) -->
26805   //       AND(VECTOR_CMP(x,y), constant2)
26806   //    constant2 = UNARYOP(constant)
26807
26808   // Early exit if this isn't a vector operation, the operand of the
26809   // unary operation isn't a bitwise AND, or if the sizes of the operations
26810   // aren't the same.
26811   EVT VT = N->getValueType(0);
26812   if (!VT.isVector() || N->getOperand(0)->getOpcode() != ISD::AND ||
26813       N->getOperand(0)->getOperand(0)->getOpcode() != ISD::SETCC ||
26814       VT.getSizeInBits() != N->getOperand(0)->getValueType(0).getSizeInBits())
26815     return SDValue();
26816
26817   // Now check that the other operand of the AND is a constant. We could
26818   // make the transformation for non-constant splats as well, but it's unclear
26819   // that would be a benefit as it would not eliminate any operations, just
26820   // perform one more step in scalar code before moving to the vector unit.
26821   if (BuildVectorSDNode *BV =
26822           dyn_cast<BuildVectorSDNode>(N->getOperand(0)->getOperand(1))) {
26823     // Bail out if the vector isn't a constant.
26824     if (!BV->isConstant())
26825       return SDValue();
26826
26827     // Everything checks out. Build up the new and improved node.
26828     SDLoc DL(N);
26829     EVT IntVT = BV->getValueType(0);
26830     // Create a new constant of the appropriate type for the transformed
26831     // DAG.
26832     SDValue SourceConst = DAG.getNode(N->getOpcode(), DL, VT, SDValue(BV, 0));
26833     // The AND node needs bitcasts to/from an integer vector type around it.
26834     SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst);
26835     SDValue NewAnd = DAG.getNode(ISD::AND, DL, IntVT,
26836                                  N->getOperand(0)->getOperand(0), MaskConst);
26837     SDValue Res = DAG.getBitcast(VT, NewAnd);
26838     return Res;
26839   }
26840
26841   return SDValue();
26842 }
26843
26844 static SDValue PerformUINT_TO_FPCombine(SDNode *N, SelectionDAG &DAG,
26845                                         const X86Subtarget *Subtarget) {
26846   SDValue Op0 = N->getOperand(0);
26847   EVT VT = N->getValueType(0);
26848   EVT InVT = Op0.getValueType();
26849   EVT InSVT = InVT.getScalarType();
26850   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
26851
26852   // UINT_TO_FP(vXi8) -> SINT_TO_FP(ZEXT(vXi8 to vXi32))
26853   // UINT_TO_FP(vXi16) -> SINT_TO_FP(ZEXT(vXi16 to vXi32))
26854   if (InVT.isVector() && (InSVT == MVT::i8 || InSVT == MVT::i16)) {
26855     SDLoc dl(N);
26856     EVT DstVT = EVT::getVectorVT(*DAG.getContext(), MVT::i32,
26857                                  InVT.getVectorNumElements());
26858     SDValue P = DAG.getNode(ISD::ZERO_EXTEND, dl, DstVT, Op0);
26859
26860     if (TLI.isOperationLegal(ISD::UINT_TO_FP, DstVT))
26861       return DAG.getNode(ISD::UINT_TO_FP, dl, VT, P);
26862
26863     return DAG.getNode(ISD::SINT_TO_FP, dl, VT, P);
26864   }
26865
26866   return SDValue();
26867 }
26868
26869 static SDValue PerformSINT_TO_FPCombine(SDNode *N, SelectionDAG &DAG,
26870                                         const X86Subtarget *Subtarget) {
26871   // First try to optimize away the conversion entirely when it's
26872   // conditionally from a constant. Vectors only.
26873   if (SDValue Res = performVectorCompareAndMaskUnaryOpCombine(N, DAG))
26874     return Res;
26875
26876   // Now move on to more general possibilities.
26877   SDValue Op0 = N->getOperand(0);
26878   EVT VT = N->getValueType(0);
26879   EVT InVT = Op0.getValueType();
26880   EVT InSVT = InVT.getScalarType();
26881
26882   // SINT_TO_FP(vXi8) -> SINT_TO_FP(SEXT(vXi8 to vXi32))
26883   // SINT_TO_FP(vXi16) -> SINT_TO_FP(SEXT(vXi16 to vXi32))
26884   if (InVT.isVector() && (InSVT == MVT::i8 || InSVT == MVT::i16)) {
26885     SDLoc dl(N);
26886     EVT DstVT = EVT::getVectorVT(*DAG.getContext(), MVT::i32,
26887                                  InVT.getVectorNumElements());
26888     SDValue P = DAG.getNode(ISD::SIGN_EXTEND, dl, DstVT, Op0);
26889     return DAG.getNode(ISD::SINT_TO_FP, dl, VT, P);
26890   }
26891
26892   // Transform (SINT_TO_FP (i64 ...)) into an x87 operation if we have
26893   // a 32-bit target where SSE doesn't support i64->FP operations.
26894   if (!Subtarget->useSoftFloat() && Op0.getOpcode() == ISD::LOAD) {
26895     LoadSDNode *Ld = cast<LoadSDNode>(Op0.getNode());
26896     EVT LdVT = Ld->getValueType(0);
26897
26898     // This transformation is not supported if the result type is f16
26899     if (VT == MVT::f16)
26900       return SDValue();
26901
26902     if (!Ld->isVolatile() && !VT.isVector() &&
26903         ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&
26904         !Subtarget->is64Bit() && LdVT == MVT::i64) {
26905       SDValue FILDChain = Subtarget->getTargetLowering()->BuildFILD(
26906           SDValue(N, 0), LdVT, Ld->getChain(), Op0, DAG);
26907       DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1));
26908       return FILDChain;
26909     }
26910   }
26911   return SDValue();
26912 }
26913
26914 // Optimize RES, EFLAGS = X86ISD::ADC LHS, RHS, EFLAGS
26915 static SDValue PerformADCCombine(SDNode *N, SelectionDAG &DAG,
26916                                  X86TargetLowering::DAGCombinerInfo &DCI) {
26917   // If the LHS and RHS of the ADC node are zero, then it can't overflow and
26918   // the result is either zero or one (depending on the input carry bit).
26919   // Strength reduce this down to a "set on carry" aka SETCC_CARRY&1.
26920   if (X86::isZeroNode(N->getOperand(0)) &&
26921       X86::isZeroNode(N->getOperand(1)) &&
26922       // We don't have a good way to replace an EFLAGS use, so only do this when
26923       // dead right now.
26924       SDValue(N, 1).use_empty()) {
26925     SDLoc DL(N);
26926     EVT VT = N->getValueType(0);
26927     SDValue CarryOut = DAG.getConstant(0, DL, N->getValueType(1));
26928     SDValue Res1 = DAG.getNode(ISD::AND, DL, VT,
26929                                DAG.getNode(X86ISD::SETCC_CARRY, DL, VT,
26930                                            DAG.getConstant(X86::COND_B, DL,
26931                                                            MVT::i8),
26932                                            N->getOperand(2)),
26933                                DAG.getConstant(1, DL, VT));
26934     return DCI.CombineTo(N, Res1, CarryOut);
26935   }
26936
26937   return SDValue();
26938 }
26939
26940 // fold (add Y, (sete  X, 0)) -> adc  0, Y
26941 //      (add Y, (setne X, 0)) -> sbb -1, Y
26942 //      (sub (sete  X, 0), Y) -> sbb  0, Y
26943 //      (sub (setne X, 0), Y) -> adc -1, Y
26944 static SDValue OptimizeConditionalInDecrement(SDNode *N, SelectionDAG &DAG) {
26945   SDLoc DL(N);
26946
26947   // Look through ZExts.
26948   SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
26949   if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
26950     return SDValue();
26951
26952   SDValue SetCC = Ext.getOperand(0);
26953   if (SetCC.getOpcode() != X86ISD::SETCC || !SetCC.hasOneUse())
26954     return SDValue();
26955
26956   X86::CondCode CC = (X86::CondCode)SetCC.getConstantOperandVal(0);
26957   if (CC != X86::COND_E && CC != X86::COND_NE)
26958     return SDValue();
26959
26960   SDValue Cmp = SetCC.getOperand(1);
26961   if (Cmp.getOpcode() != X86ISD::CMP || !Cmp.hasOneUse() ||
26962       !X86::isZeroNode(Cmp.getOperand(1)) ||
26963       !Cmp.getOperand(0).getValueType().isInteger())
26964     return SDValue();
26965
26966   SDValue CmpOp0 = Cmp.getOperand(0);
26967   SDValue NewCmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32, CmpOp0,
26968                                DAG.getConstant(1, DL, CmpOp0.getValueType()));
26969
26970   SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
26971   if (CC == X86::COND_NE)
26972     return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::ADC : X86ISD::SBB,
26973                        DL, OtherVal.getValueType(), OtherVal,
26974                        DAG.getConstant(-1ULL, DL, OtherVal.getValueType()),
26975                        NewCmp);
26976   return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::SBB : X86ISD::ADC,
26977                      DL, OtherVal.getValueType(), OtherVal,
26978                      DAG.getConstant(0, DL, OtherVal.getValueType()), NewCmp);
26979 }
26980
26981 /// PerformADDCombine - Do target-specific dag combines on integer adds.
26982 static SDValue PerformAddCombine(SDNode *N, SelectionDAG &DAG,
26983                                  const X86Subtarget *Subtarget) {
26984   EVT VT = N->getValueType(0);
26985   SDValue Op0 = N->getOperand(0);
26986   SDValue Op1 = N->getOperand(1);
26987
26988   // Try to synthesize horizontal adds from adds of shuffles.
26989   if (((Subtarget->hasSSSE3() && (VT == MVT::v8i16 || VT == MVT::v4i32)) ||
26990        (Subtarget->hasInt256() && (VT == MVT::v16i16 || VT == MVT::v8i32))) &&
26991       isHorizontalBinOp(Op0, Op1, true))
26992     return DAG.getNode(X86ISD::HADD, SDLoc(N), VT, Op0, Op1);
26993
26994   return OptimizeConditionalInDecrement(N, DAG);
26995 }
26996
26997 static SDValue PerformSubCombine(SDNode *N, SelectionDAG &DAG,
26998                                  const X86Subtarget *Subtarget) {
26999   SDValue Op0 = N->getOperand(0);
27000   SDValue Op1 = N->getOperand(1);
27001
27002   // X86 can't encode an immediate LHS of a sub. See if we can push the
27003   // negation into a preceding instruction.
27004   if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op0)) {
27005     // If the RHS of the sub is a XOR with one use and a constant, invert the
27006     // immediate. Then add one to the LHS of the sub so we can turn
27007     // X-Y -> X+~Y+1, saving one register.
27008     if (Op1->hasOneUse() && Op1.getOpcode() == ISD::XOR &&
27009         isa<ConstantSDNode>(Op1.getOperand(1))) {
27010       APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue();
27011       EVT VT = Op0.getValueType();
27012       SDValue NewXor = DAG.getNode(ISD::XOR, SDLoc(Op1), VT,
27013                                    Op1.getOperand(0),
27014                                    DAG.getConstant(~XorC, SDLoc(Op1), VT));
27015       return DAG.getNode(ISD::ADD, SDLoc(N), VT, NewXor,
27016                          DAG.getConstant(C->getAPIntValue() + 1, SDLoc(N), VT));
27017     }
27018   }
27019
27020   // Try to synthesize horizontal adds from adds of shuffles.
27021   EVT VT = N->getValueType(0);
27022   if (((Subtarget->hasSSSE3() && (VT == MVT::v8i16 || VT == MVT::v4i32)) ||
27023        (Subtarget->hasInt256() && (VT == MVT::v16i16 || VT == MVT::v8i32))) &&
27024       isHorizontalBinOp(Op0, Op1, true))
27025     return DAG.getNode(X86ISD::HSUB, SDLoc(N), VT, Op0, Op1);
27026
27027   return OptimizeConditionalInDecrement(N, DAG);
27028 }
27029
27030 /// performVZEXTCombine - Performs build vector combines
27031 static SDValue performVZEXTCombine(SDNode *N, SelectionDAG &DAG,
27032                                    TargetLowering::DAGCombinerInfo &DCI,
27033                                    const X86Subtarget *Subtarget) {
27034   SDLoc DL(N);
27035   MVT VT = N->getSimpleValueType(0);
27036   SDValue Op = N->getOperand(0);
27037   MVT OpVT = Op.getSimpleValueType();
27038   MVT OpEltVT = OpVT.getVectorElementType();
27039   unsigned InputBits = OpEltVT.getSizeInBits() * VT.getVectorNumElements();
27040
27041   // (vzext (bitcast (vzext (x)) -> (vzext x)
27042   SDValue V = Op;
27043   while (V.getOpcode() == ISD::BITCAST)
27044     V = V.getOperand(0);
27045
27046   if (V != Op && V.getOpcode() == X86ISD::VZEXT) {
27047     MVT InnerVT = V.getSimpleValueType();
27048     MVT InnerEltVT = InnerVT.getVectorElementType();
27049
27050     // If the element sizes match exactly, we can just do one larger vzext. This
27051     // is always an exact type match as vzext operates on integer types.
27052     if (OpEltVT == InnerEltVT) {
27053       assert(OpVT == InnerVT && "Types must match for vzext!");
27054       return DAG.getNode(X86ISD::VZEXT, DL, VT, V.getOperand(0));
27055     }
27056
27057     // The only other way we can combine them is if only a single element of the
27058     // inner vzext is used in the input to the outer vzext.
27059     if (InnerEltVT.getSizeInBits() < InputBits)
27060       return SDValue();
27061
27062     // In this case, the inner vzext is completely dead because we're going to
27063     // only look at bits inside of the low element. Just do the outer vzext on
27064     // a bitcast of the input to the inner.
27065     return DAG.getNode(X86ISD::VZEXT, DL, VT, DAG.getBitcast(OpVT, V));
27066   }
27067
27068   // Check if we can bypass extracting and re-inserting an element of an input
27069   // vector. Essentially:
27070   // (bitcast (sclr2vec (ext_vec_elt x))) -> (bitcast x)
27071   if (V.getOpcode() == ISD::SCALAR_TO_VECTOR &&
27072       V.getOperand(0).getOpcode() == ISD::EXTRACT_VECTOR_ELT &&
27073       V.getOperand(0).getSimpleValueType().getSizeInBits() == InputBits) {
27074     SDValue ExtractedV = V.getOperand(0);
27075     SDValue OrigV = ExtractedV.getOperand(0);
27076     if (isNullConstant(ExtractedV.getOperand(1))) {
27077         MVT OrigVT = OrigV.getSimpleValueType();
27078         // Extract a subvector if necessary...
27079         if (OrigVT.getSizeInBits() > OpVT.getSizeInBits()) {
27080           int Ratio = OrigVT.getSizeInBits() / OpVT.getSizeInBits();
27081           OrigVT = MVT::getVectorVT(OrigVT.getVectorElementType(),
27082                                     OrigVT.getVectorNumElements() / Ratio);
27083           OrigV = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OrigVT, OrigV,
27084                               DAG.getIntPtrConstant(0, DL));
27085         }
27086         Op = DAG.getBitcast(OpVT, OrigV);
27087         return DAG.getNode(X86ISD::VZEXT, DL, VT, Op);
27088       }
27089   }
27090
27091   return SDValue();
27092 }
27093
27094 SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
27095                                              DAGCombinerInfo &DCI) const {
27096   SelectionDAG &DAG = DCI.DAG;
27097   switch (N->getOpcode()) {
27098   default: break;
27099   case ISD::EXTRACT_VECTOR_ELT:
27100     return PerformEXTRACT_VECTOR_ELTCombine(N, DAG, DCI);
27101   case ISD::VSELECT:
27102   case ISD::SELECT:
27103   case X86ISD::SHRUNKBLEND:
27104     return PerformSELECTCombine(N, DAG, DCI, Subtarget);
27105   case ISD::BITCAST:        return PerformBITCASTCombine(N, DAG, Subtarget);
27106   case X86ISD::CMOV:        return PerformCMOVCombine(N, DAG, DCI, Subtarget);
27107   case ISD::ADD:            return PerformAddCombine(N, DAG, Subtarget);
27108   case ISD::SUB:            return PerformSubCombine(N, DAG, Subtarget);
27109   case X86ISD::ADC:         return PerformADCCombine(N, DAG, DCI);
27110   case ISD::MUL:            return PerformMulCombine(N, DAG, DCI);
27111   case ISD::SHL:
27112   case ISD::SRA:
27113   case ISD::SRL:            return PerformShiftCombine(N, DAG, DCI, Subtarget);
27114   case ISD::AND:            return PerformAndCombine(N, DAG, DCI, Subtarget);
27115   case ISD::OR:             return PerformOrCombine(N, DAG, DCI, Subtarget);
27116   case ISD::XOR:            return PerformXorCombine(N, DAG, DCI, Subtarget);
27117   case ISD::LOAD:           return PerformLOADCombine(N, DAG, DCI, Subtarget);
27118   case ISD::MLOAD:          return PerformMLOADCombine(N, DAG, DCI, Subtarget);
27119   case ISD::STORE:          return PerformSTORECombine(N, DAG, Subtarget);
27120   case ISD::MSTORE:         return PerformMSTORECombine(N, DAG, Subtarget);
27121   case ISD::SINT_TO_FP:     return PerformSINT_TO_FPCombine(N, DAG, Subtarget);
27122   case ISD::UINT_TO_FP:     return PerformUINT_TO_FPCombine(N, DAG, Subtarget);
27123   case ISD::FADD:           return PerformFADDCombine(N, DAG, Subtarget);
27124   case ISD::FSUB:           return PerformFSUBCombine(N, DAG, Subtarget);
27125   case ISD::FNEG:           return PerformFNEGCombine(N, DAG, Subtarget);
27126   case ISD::TRUNCATE:       return PerformTRUNCATECombine(N, DAG, Subtarget);
27127   case X86ISD::FXOR:
27128   case X86ISD::FOR:         return PerformFORCombine(N, DAG, Subtarget);
27129   case X86ISD::FMIN:
27130   case X86ISD::FMAX:        return PerformFMinFMaxCombine(N, DAG);
27131   case X86ISD::FAND:        return PerformFANDCombine(N, DAG);
27132   case X86ISD::FANDN:       return PerformFANDNCombine(N, DAG);
27133   case X86ISD::BT:          return PerformBTCombine(N, DAG, DCI);
27134   case X86ISD::VZEXT_MOVL:  return PerformVZEXT_MOVLCombine(N, DAG);
27135   case ISD::ANY_EXTEND:
27136   case ISD::ZERO_EXTEND:    return PerformZExtCombine(N, DAG, DCI, Subtarget);
27137   case ISD::SIGN_EXTEND:    return PerformSExtCombine(N, DAG, DCI, Subtarget);
27138   case ISD::SIGN_EXTEND_INREG:
27139     return PerformSIGN_EXTEND_INREGCombine(N, DAG, Subtarget);
27140   case ISD::SETCC:          return PerformISDSETCCCombine(N, DAG, Subtarget);
27141   case X86ISD::SETCC:       return PerformSETCCCombine(N, DAG, DCI, Subtarget);
27142   case X86ISD::BRCOND:      return PerformBrCondCombine(N, DAG, DCI, Subtarget);
27143   case X86ISD::VZEXT:       return performVZEXTCombine(N, DAG, DCI, Subtarget);
27144   case X86ISD::SHUFP:       // Handle all target specific shuffles
27145   case X86ISD::PALIGNR:
27146   case X86ISD::UNPCKH:
27147   case X86ISD::UNPCKL:
27148   case X86ISD::MOVHLPS:
27149   case X86ISD::MOVLHPS:
27150   case X86ISD::PSHUFB:
27151   case X86ISD::PSHUFD:
27152   case X86ISD::PSHUFHW:
27153   case X86ISD::PSHUFLW:
27154   case X86ISD::MOVSS:
27155   case X86ISD::MOVSD:
27156   case X86ISD::VPERMILPI:
27157   case X86ISD::VPERM2X128:
27158   case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, DCI,Subtarget);
27159   case ISD::FMA:            return PerformFMACombine(N, DAG, Subtarget);
27160   case X86ISD::BLENDI:    return PerformBLENDICombine(N, DAG);
27161   }
27162
27163   return SDValue();
27164 }
27165
27166 /// isTypeDesirableForOp - Return true if the target has native support for
27167 /// the specified value type and it is 'desirable' to use the type for the
27168 /// given node type. e.g. On x86 i16 is legal, but undesirable since i16
27169 /// instruction encodings are longer and some i16 instructions are slow.
27170 bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const {
27171   if (!isTypeLegal(VT))
27172     return false;
27173   if (VT != MVT::i16)
27174     return true;
27175
27176   switch (Opc) {
27177   default:
27178     return true;
27179   case ISD::LOAD:
27180   case ISD::SIGN_EXTEND:
27181   case ISD::ZERO_EXTEND:
27182   case ISD::ANY_EXTEND:
27183   case ISD::SHL:
27184   case ISD::SRL:
27185   case ISD::SUB:
27186   case ISD::ADD:
27187   case ISD::MUL:
27188   case ISD::AND:
27189   case ISD::OR:
27190   case ISD::XOR:
27191     return false;
27192   }
27193 }
27194
27195 /// IsDesirableToPromoteOp - This method query the target whether it is
27196 /// beneficial for dag combiner to promote the specified node. If true, it
27197 /// should return the desired promotion type by reference.
27198 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
27199   EVT VT = Op.getValueType();
27200   if (VT != MVT::i16)
27201     return false;
27202
27203   bool Promote = false;
27204   bool Commute = false;
27205   switch (Op.getOpcode()) {
27206   default: break;
27207   case ISD::LOAD: {
27208     LoadSDNode *LD = cast<LoadSDNode>(Op);
27209     // If the non-extending load has a single use and it's not live out, then it
27210     // might be folded.
27211     if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&&
27212                                                      Op.hasOneUse()*/) {
27213       for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
27214              UE = Op.getNode()->use_end(); UI != UE; ++UI) {
27215         // The only case where we'd want to promote LOAD (rather then it being
27216         // promoted as an operand is when it's only use is liveout.
27217         if (UI->getOpcode() != ISD::CopyToReg)
27218           return false;
27219       }
27220     }
27221     Promote = true;
27222     break;
27223   }
27224   case ISD::SIGN_EXTEND:
27225   case ISD::ZERO_EXTEND:
27226   case ISD::ANY_EXTEND:
27227     Promote = true;
27228     break;
27229   case ISD::SHL:
27230   case ISD::SRL: {
27231     SDValue N0 = Op.getOperand(0);
27232     // Look out for (store (shl (load), x)).
27233     if (MayFoldLoad(N0) && MayFoldIntoStore(Op))
27234       return false;
27235     Promote = true;
27236     break;
27237   }
27238   case ISD::ADD:
27239   case ISD::MUL:
27240   case ISD::AND:
27241   case ISD::OR:
27242   case ISD::XOR:
27243     Commute = true;
27244     // fallthrough
27245   case ISD::SUB: {
27246     SDValue N0 = Op.getOperand(0);
27247     SDValue N1 = Op.getOperand(1);
27248     if (!Commute && MayFoldLoad(N1))
27249       return false;
27250     // Avoid disabling potential load folding opportunities.
27251     if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
27252       return false;
27253     if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
27254       return false;
27255     Promote = true;
27256   }
27257   }
27258
27259   PVT = MVT::i32;
27260   return Promote;
27261 }
27262
27263 //===----------------------------------------------------------------------===//
27264 //                           X86 Inline Assembly Support
27265 //===----------------------------------------------------------------------===//
27266
27267 // Helper to match a string separated by whitespace.
27268 static bool matchAsm(StringRef S, ArrayRef<const char *> Pieces) {
27269   S = S.substr(S.find_first_not_of(" \t")); // Skip leading whitespace.
27270
27271   for (StringRef Piece : Pieces) {
27272     if (!S.startswith(Piece)) // Check if the piece matches.
27273       return false;
27274
27275     S = S.substr(Piece.size());
27276     StringRef::size_type Pos = S.find_first_not_of(" \t");
27277     if (Pos == 0) // We matched a prefix.
27278       return false;
27279
27280     S = S.substr(Pos);
27281   }
27282
27283   return S.empty();
27284 }
27285
27286 static bool clobbersFlagRegisters(const SmallVector<StringRef, 4> &AsmPieces) {
27287
27288   if (AsmPieces.size() == 3 || AsmPieces.size() == 4) {
27289     if (std::count(AsmPieces.begin(), AsmPieces.end(), "~{cc}") &&
27290         std::count(AsmPieces.begin(), AsmPieces.end(), "~{flags}") &&
27291         std::count(AsmPieces.begin(), AsmPieces.end(), "~{fpsr}")) {
27292
27293       if (AsmPieces.size() == 3)
27294         return true;
27295       else if (std::count(AsmPieces.begin(), AsmPieces.end(), "~{dirflag}"))
27296         return true;
27297     }
27298   }
27299   return false;
27300 }
27301
27302 bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
27303   InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
27304
27305   std::string AsmStr = IA->getAsmString();
27306
27307   IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
27308   if (!Ty || Ty->getBitWidth() % 16 != 0)
27309     return false;
27310
27311   // TODO: should remove alternatives from the asmstring: "foo {a|b}" -> "foo a"
27312   SmallVector<StringRef, 4> AsmPieces;
27313   SplitString(AsmStr, AsmPieces, ";\n");
27314
27315   switch (AsmPieces.size()) {
27316   default: return false;
27317   case 1:
27318     // FIXME: this should verify that we are targeting a 486 or better.  If not,
27319     // we will turn this bswap into something that will be lowered to logical
27320     // ops instead of emitting the bswap asm.  For now, we don't support 486 or
27321     // lower so don't worry about this.
27322     // bswap $0
27323     if (matchAsm(AsmPieces[0], {"bswap", "$0"}) ||
27324         matchAsm(AsmPieces[0], {"bswapl", "$0"}) ||
27325         matchAsm(AsmPieces[0], {"bswapq", "$0"}) ||
27326         matchAsm(AsmPieces[0], {"bswap", "${0:q}"}) ||
27327         matchAsm(AsmPieces[0], {"bswapl", "${0:q}"}) ||
27328         matchAsm(AsmPieces[0], {"bswapq", "${0:q}"})) {
27329       // No need to check constraints, nothing other than the equivalent of
27330       // "=r,0" would be valid here.
27331       return IntrinsicLowering::LowerToByteSwap(CI);
27332     }
27333
27334     // rorw $$8, ${0:w}  -->  llvm.bswap.i16
27335     if (CI->getType()->isIntegerTy(16) &&
27336         IA->getConstraintString().compare(0, 5, "=r,0,") == 0 &&
27337         (matchAsm(AsmPieces[0], {"rorw", "$$8,", "${0:w}"}) ||
27338          matchAsm(AsmPieces[0], {"rolw", "$$8,", "${0:w}"}))) {
27339       AsmPieces.clear();
27340       StringRef ConstraintsStr = IA->getConstraintString();
27341       SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
27342       array_pod_sort(AsmPieces.begin(), AsmPieces.end());
27343       if (clobbersFlagRegisters(AsmPieces))
27344         return IntrinsicLowering::LowerToByteSwap(CI);
27345     }
27346     break;
27347   case 3:
27348     if (CI->getType()->isIntegerTy(32) &&
27349         IA->getConstraintString().compare(0, 5, "=r,0,") == 0 &&
27350         matchAsm(AsmPieces[0], {"rorw", "$$8,", "${0:w}"}) &&
27351         matchAsm(AsmPieces[1], {"rorl", "$$16,", "$0"}) &&
27352         matchAsm(AsmPieces[2], {"rorw", "$$8,", "${0:w}"})) {
27353       AsmPieces.clear();
27354       StringRef ConstraintsStr = IA->getConstraintString();
27355       SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
27356       array_pod_sort(AsmPieces.begin(), AsmPieces.end());
27357       if (clobbersFlagRegisters(AsmPieces))
27358         return IntrinsicLowering::LowerToByteSwap(CI);
27359     }
27360
27361     if (CI->getType()->isIntegerTy(64)) {
27362       InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
27363       if (Constraints.size() >= 2 &&
27364           Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
27365           Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
27366         // bswap %eax / bswap %edx / xchgl %eax, %edx  -> llvm.bswap.i64
27367         if (matchAsm(AsmPieces[0], {"bswap", "%eax"}) &&
27368             matchAsm(AsmPieces[1], {"bswap", "%edx"}) &&
27369             matchAsm(AsmPieces[2], {"xchgl", "%eax,", "%edx"}))
27370           return IntrinsicLowering::LowerToByteSwap(CI);
27371       }
27372     }
27373     break;
27374   }
27375   return false;
27376 }
27377
27378 /// getConstraintType - Given a constraint letter, return the type of
27379 /// constraint it is for this target.
27380 X86TargetLowering::ConstraintType
27381 X86TargetLowering::getConstraintType(StringRef Constraint) const {
27382   if (Constraint.size() == 1) {
27383     switch (Constraint[0]) {
27384     case 'R':
27385     case 'q':
27386     case 'Q':
27387     case 'f':
27388     case 't':
27389     case 'u':
27390     case 'y':
27391     case 'x':
27392     case 'Y':
27393     case 'l':
27394       return C_RegisterClass;
27395     case 'a':
27396     case 'b':
27397     case 'c':
27398     case 'd':
27399     case 'S':
27400     case 'D':
27401     case 'A':
27402       return C_Register;
27403     case 'I':
27404     case 'J':
27405     case 'K':
27406     case 'L':
27407     case 'M':
27408     case 'N':
27409     case 'G':
27410     case 'C':
27411     case 'e':
27412     case 'Z':
27413       return C_Other;
27414     default:
27415       break;
27416     }
27417   }
27418   return TargetLowering::getConstraintType(Constraint);
27419 }
27420
27421 /// Examine constraint type and operand type and determine a weight value.
27422 /// This object must already have been set up with the operand type
27423 /// and the current alternative constraint selected.
27424 TargetLowering::ConstraintWeight
27425   X86TargetLowering::getSingleConstraintMatchWeight(
27426     AsmOperandInfo &info, const char *constraint) const {
27427   ConstraintWeight weight = CW_Invalid;
27428   Value *CallOperandVal = info.CallOperandVal;
27429     // If we don't have a value, we can't do a match,
27430     // but allow it at the lowest weight.
27431   if (!CallOperandVal)
27432     return CW_Default;
27433   Type *type = CallOperandVal->getType();
27434   // Look at the constraint type.
27435   switch (*constraint) {
27436   default:
27437     weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
27438   case 'R':
27439   case 'q':
27440   case 'Q':
27441   case 'a':
27442   case 'b':
27443   case 'c':
27444   case 'd':
27445   case 'S':
27446   case 'D':
27447   case 'A':
27448     if (CallOperandVal->getType()->isIntegerTy())
27449       weight = CW_SpecificReg;
27450     break;
27451   case 'f':
27452   case 't':
27453   case 'u':
27454     if (type->isFloatingPointTy())
27455       weight = CW_SpecificReg;
27456     break;
27457   case 'y':
27458     if (type->isX86_MMXTy() && Subtarget->hasMMX())
27459       weight = CW_SpecificReg;
27460     break;
27461   case 'x':
27462   case 'Y':
27463     if (((type->getPrimitiveSizeInBits() == 128) && Subtarget->hasSSE1()) ||
27464         ((type->getPrimitiveSizeInBits() == 256) && Subtarget->hasFp256()))
27465       weight = CW_Register;
27466     break;
27467   case 'I':
27468     if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
27469       if (C->getZExtValue() <= 31)
27470         weight = CW_Constant;
27471     }
27472     break;
27473   case 'J':
27474     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27475       if (C->getZExtValue() <= 63)
27476         weight = CW_Constant;
27477     }
27478     break;
27479   case 'K':
27480     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27481       if ((C->getSExtValue() >= -0x80) && (C->getSExtValue() <= 0x7f))
27482         weight = CW_Constant;
27483     }
27484     break;
27485   case 'L':
27486     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27487       if ((C->getZExtValue() == 0xff) || (C->getZExtValue() == 0xffff))
27488         weight = CW_Constant;
27489     }
27490     break;
27491   case 'M':
27492     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27493       if (C->getZExtValue() <= 3)
27494         weight = CW_Constant;
27495     }
27496     break;
27497   case 'N':
27498     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27499       if (C->getZExtValue() <= 0xff)
27500         weight = CW_Constant;
27501     }
27502     break;
27503   case 'G':
27504   case 'C':
27505     if (isa<ConstantFP>(CallOperandVal)) {
27506       weight = CW_Constant;
27507     }
27508     break;
27509   case 'e':
27510     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27511       if ((C->getSExtValue() >= -0x80000000LL) &&
27512           (C->getSExtValue() <= 0x7fffffffLL))
27513         weight = CW_Constant;
27514     }
27515     break;
27516   case 'Z':
27517     if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
27518       if (C->getZExtValue() <= 0xffffffff)
27519         weight = CW_Constant;
27520     }
27521     break;
27522   }
27523   return weight;
27524 }
27525
27526 /// LowerXConstraint - try to replace an X constraint, which matches anything,
27527 /// with another that has more specific requirements based on the type of the
27528 /// corresponding operand.
27529 const char *X86TargetLowering::
27530 LowerXConstraint(EVT ConstraintVT) const {
27531   // FP X constraints get lowered to SSE1/2 registers if available, otherwise
27532   // 'f' like normal targets.
27533   if (ConstraintVT.isFloatingPoint()) {
27534     if (Subtarget->hasSSE2())
27535       return "Y";
27536     if (Subtarget->hasSSE1())
27537       return "x";
27538   }
27539
27540   return TargetLowering::LowerXConstraint(ConstraintVT);
27541 }
27542
27543 /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
27544 /// vector.  If it is invalid, don't add anything to Ops.
27545 void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
27546                                                      std::string &Constraint,
27547                                                      std::vector<SDValue>&Ops,
27548                                                      SelectionDAG &DAG) const {
27549   SDValue Result;
27550
27551   // Only support length 1 constraints for now.
27552   if (Constraint.length() > 1) return;
27553
27554   char ConstraintLetter = Constraint[0];
27555   switch (ConstraintLetter) {
27556   default: break;
27557   case 'I':
27558     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27559       if (C->getZExtValue() <= 31) {
27560         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27561                                        Op.getValueType());
27562         break;
27563       }
27564     }
27565     return;
27566   case 'J':
27567     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27568       if (C->getZExtValue() <= 63) {
27569         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27570                                        Op.getValueType());
27571         break;
27572       }
27573     }
27574     return;
27575   case 'K':
27576     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27577       if (isInt<8>(C->getSExtValue())) {
27578         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27579                                        Op.getValueType());
27580         break;
27581       }
27582     }
27583     return;
27584   case 'L':
27585     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27586       if (C->getZExtValue() == 0xff || C->getZExtValue() == 0xffff ||
27587           (Subtarget->is64Bit() && C->getZExtValue() == 0xffffffff)) {
27588         Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(Op),
27589                                        Op.getValueType());
27590         break;
27591       }
27592     }
27593     return;
27594   case 'M':
27595     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27596       if (C->getZExtValue() <= 3) {
27597         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27598                                        Op.getValueType());
27599         break;
27600       }
27601     }
27602     return;
27603   case 'N':
27604     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27605       if (C->getZExtValue() <= 255) {
27606         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27607                                        Op.getValueType());
27608         break;
27609       }
27610     }
27611     return;
27612   case 'O':
27613     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27614       if (C->getZExtValue() <= 127) {
27615         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27616                                        Op.getValueType());
27617         break;
27618       }
27619     }
27620     return;
27621   case 'e': {
27622     // 32-bit signed value
27623     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27624       if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
27625                                            C->getSExtValue())) {
27626         // Widen to 64 bits here to get it sign extended.
27627         Result = DAG.getTargetConstant(C->getSExtValue(), SDLoc(Op), MVT::i64);
27628         break;
27629       }
27630     // FIXME gcc accepts some relocatable values here too, but only in certain
27631     // memory models; it's complicated.
27632     }
27633     return;
27634   }
27635   case 'Z': {
27636     // 32-bit unsigned value
27637     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
27638       if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
27639                                            C->getZExtValue())) {
27640         Result = DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op),
27641                                        Op.getValueType());
27642         break;
27643       }
27644     }
27645     // FIXME gcc accepts some relocatable values here too, but only in certain
27646     // memory models; it's complicated.
27647     return;
27648   }
27649   case 'i': {
27650     // Literal immediates are always ok.
27651     if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
27652       // Widen to 64 bits here to get it sign extended.
27653       Result = DAG.getTargetConstant(CST->getSExtValue(), SDLoc(Op), MVT::i64);
27654       break;
27655     }
27656
27657     // In any sort of PIC mode addresses need to be computed at runtime by
27658     // adding in a register or some sort of table lookup.  These can't
27659     // be used as immediates.
27660     if (Subtarget->isPICStyleGOT() || Subtarget->isPICStyleStubPIC())
27661       return;
27662
27663     // If we are in non-pic codegen mode, we allow the address of a global (with
27664     // an optional displacement) to be used with 'i'.
27665     GlobalAddressSDNode *GA = nullptr;
27666     int64_t Offset = 0;
27667
27668     // Match either (GA), (GA+C), (GA+C1+C2), etc.
27669     while (1) {
27670       if ((GA = dyn_cast<GlobalAddressSDNode>(Op))) {
27671         Offset += GA->getOffset();
27672         break;
27673       } else if (Op.getOpcode() == ISD::ADD) {
27674         if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
27675           Offset += C->getZExtValue();
27676           Op = Op.getOperand(0);
27677           continue;
27678         }
27679       } else if (Op.getOpcode() == ISD::SUB) {
27680         if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
27681           Offset += -C->getZExtValue();
27682           Op = Op.getOperand(0);
27683           continue;
27684         }
27685       }
27686
27687       // Otherwise, this isn't something we can handle, reject it.
27688       return;
27689     }
27690
27691     const GlobalValue *GV = GA->getGlobal();
27692     // If we require an extra load to get this address, as in PIC mode, we
27693     // can't accept it.
27694     if (isGlobalStubReference(
27695             Subtarget->ClassifyGlobalReference(GV, DAG.getTarget())))
27696       return;
27697
27698     Result = DAG.getTargetGlobalAddress(GV, SDLoc(Op),
27699                                         GA->getValueType(0), Offset);
27700     break;
27701   }
27702   }
27703
27704   if (Result.getNode()) {
27705     Ops.push_back(Result);
27706     return;
27707   }
27708   return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
27709 }
27710
27711 std::pair<unsigned, const TargetRegisterClass *>
27712 X86TargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
27713                                                 StringRef Constraint,
27714                                                 MVT VT) const {
27715   // First, see if this is a constraint that directly corresponds to an LLVM
27716   // register class.
27717   if (Constraint.size() == 1) {
27718     // GCC Constraint Letters
27719     switch (Constraint[0]) {
27720     default: break;
27721       // TODO: Slight differences here in allocation order and leaving
27722       // RIP in the class. Do they matter any more here than they do
27723       // in the normal allocation?
27724     case 'q':   // GENERAL_REGS in 64-bit mode, Q_REGS in 32-bit mode.
27725       if (Subtarget->is64Bit()) {
27726         if (VT == MVT::i32 || VT == MVT::f32)
27727           return std::make_pair(0U, &X86::GR32RegClass);
27728         if (VT == MVT::i16)
27729           return std::make_pair(0U, &X86::GR16RegClass);
27730         if (VT == MVT::i8 || VT == MVT::i1)
27731           return std::make_pair(0U, &X86::GR8RegClass);
27732         if (VT == MVT::i64 || VT == MVT::f64)
27733           return std::make_pair(0U, &X86::GR64RegClass);
27734         break;
27735       }
27736       // 32-bit fallthrough
27737     case 'Q':   // Q_REGS
27738       if (VT == MVT::i32 || VT == MVT::f32)
27739         return std::make_pair(0U, &X86::GR32_ABCDRegClass);
27740       if (VT == MVT::i16)
27741         return std::make_pair(0U, &X86::GR16_ABCDRegClass);
27742       if (VT == MVT::i8 || VT == MVT::i1)
27743         return std::make_pair(0U, &X86::GR8_ABCD_LRegClass);
27744       if (VT == MVT::i64)
27745         return std::make_pair(0U, &X86::GR64_ABCDRegClass);
27746       break;
27747     case 'r':   // GENERAL_REGS
27748     case 'l':   // INDEX_REGS
27749       if (VT == MVT::i8 || VT == MVT::i1)
27750         return std::make_pair(0U, &X86::GR8RegClass);
27751       if (VT == MVT::i16)
27752         return std::make_pair(0U, &X86::GR16RegClass);
27753       if (VT == MVT::i32 || VT == MVT::f32 || !Subtarget->is64Bit())
27754         return std::make_pair(0U, &X86::GR32RegClass);
27755       return std::make_pair(0U, &X86::GR64RegClass);
27756     case 'R':   // LEGACY_REGS
27757       if (VT == MVT::i8 || VT == MVT::i1)
27758         return std::make_pair(0U, &X86::GR8_NOREXRegClass);
27759       if (VT == MVT::i16)
27760         return std::make_pair(0U, &X86::GR16_NOREXRegClass);
27761       if (VT == MVT::i32 || !Subtarget->is64Bit())
27762         return std::make_pair(0U, &X86::GR32_NOREXRegClass);
27763       return std::make_pair(0U, &X86::GR64_NOREXRegClass);
27764     case 'f':  // FP Stack registers.
27765       // If SSE is enabled for this VT, use f80 to ensure the isel moves the
27766       // value to the correct fpstack register class.
27767       if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
27768         return std::make_pair(0U, &X86::RFP32RegClass);
27769       if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
27770         return std::make_pair(0U, &X86::RFP64RegClass);
27771       return std::make_pair(0U, &X86::RFP80RegClass);
27772     case 'y':   // MMX_REGS if MMX allowed.
27773       if (!Subtarget->hasMMX()) break;
27774       return std::make_pair(0U, &X86::VR64RegClass);
27775     case 'Y':   // SSE_REGS if SSE2 allowed
27776       if (!Subtarget->hasSSE2()) break;
27777       // FALL THROUGH.
27778     case 'x':   // SSE_REGS if SSE1 allowed or AVX_REGS if AVX allowed
27779       if (!Subtarget->hasSSE1()) break;
27780
27781       switch (VT.SimpleTy) {
27782       default: break;
27783       // Scalar SSE types.
27784       case MVT::f32:
27785       case MVT::i32:
27786         return std::make_pair(0U, &X86::FR32RegClass);
27787       case MVT::f64:
27788       case MVT::i64:
27789         return std::make_pair(0U, &X86::FR64RegClass);
27790       // Vector types.
27791       case MVT::v16i8:
27792       case MVT::v8i16:
27793       case MVT::v4i32:
27794       case MVT::v2i64:
27795       case MVT::v4f32:
27796       case MVT::v2f64:
27797         return std::make_pair(0U, &X86::VR128RegClass);
27798       // AVX types.
27799       case MVT::v32i8:
27800       case MVT::v16i16:
27801       case MVT::v8i32:
27802       case MVT::v4i64:
27803       case MVT::v8f32:
27804       case MVT::v4f64:
27805         return std::make_pair(0U, &X86::VR256RegClass);
27806       case MVT::v8f64:
27807       case MVT::v16f32:
27808       case MVT::v16i32:
27809       case MVT::v8i64:
27810         return std::make_pair(0U, &X86::VR512RegClass);
27811       }
27812       break;
27813     }
27814   }
27815
27816   // Use the default implementation in TargetLowering to convert the register
27817   // constraint into a member of a register class.
27818   std::pair<unsigned, const TargetRegisterClass*> Res;
27819   Res = TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
27820
27821   // Not found as a standard register?
27822   if (!Res.second) {
27823     // Map st(0) -> st(7) -> ST0
27824     if (Constraint.size() == 7 && Constraint[0] == '{' &&
27825         tolower(Constraint[1]) == 's' &&
27826         tolower(Constraint[2]) == 't' &&
27827         Constraint[3] == '(' &&
27828         (Constraint[4] >= '0' && Constraint[4] <= '7') &&
27829         Constraint[5] == ')' &&
27830         Constraint[6] == '}') {
27831
27832       Res.first = X86::FP0+Constraint[4]-'0';
27833       Res.second = &X86::RFP80RegClass;
27834       return Res;
27835     }
27836
27837     // GCC allows "st(0)" to be called just plain "st".
27838     if (StringRef("{st}").equals_lower(Constraint)) {
27839       Res.first = X86::FP0;
27840       Res.second = &X86::RFP80RegClass;
27841       return Res;
27842     }
27843
27844     // flags -> EFLAGS
27845     if (StringRef("{flags}").equals_lower(Constraint)) {
27846       Res.first = X86::EFLAGS;
27847       Res.second = &X86::CCRRegClass;
27848       return Res;
27849     }
27850
27851     // 'A' means EAX + EDX.
27852     if (Constraint == "A") {
27853       Res.first = X86::EAX;
27854       Res.second = &X86::GR32_ADRegClass;
27855       return Res;
27856     }
27857     return Res;
27858   }
27859
27860   // Otherwise, check to see if this is a register class of the wrong value
27861   // type.  For example, we want to map "{ax},i32" -> {eax}, we don't want it to
27862   // turn into {ax},{dx}.
27863   // MVT::Other is used to specify clobber names.
27864   if (Res.second->hasType(VT) || VT == MVT::Other)
27865     return Res;   // Correct type already, nothing to do.
27866
27867   // Get a matching integer of the correct size. i.e. "ax" with MVT::32 should
27868   // return "eax". This should even work for things like getting 64bit integer
27869   // registers when given an f64 type.
27870   const TargetRegisterClass *Class = Res.second;
27871   if (Class == &X86::GR8RegClass || Class == &X86::GR16RegClass ||
27872       Class == &X86::GR32RegClass || Class == &X86::GR64RegClass) {
27873     unsigned Size = VT.getSizeInBits();
27874     MVT::SimpleValueType SimpleTy = Size == 1 || Size == 8 ? MVT::i8
27875                                   : Size == 16 ? MVT::i16
27876                                   : Size == 32 ? MVT::i32
27877                                   : Size == 64 ? MVT::i64
27878                                   : MVT::Other;
27879     unsigned DestReg = getX86SubSuperRegisterOrZero(Res.first, SimpleTy);
27880     if (DestReg > 0) {
27881       Res.first = DestReg;
27882       Res.second = SimpleTy == MVT::i8 ? &X86::GR8RegClass
27883                  : SimpleTy == MVT::i16 ? &X86::GR16RegClass
27884                  : SimpleTy == MVT::i32 ? &X86::GR32RegClass
27885                  : &X86::GR64RegClass;
27886       assert(Res.second->contains(Res.first) && "Register in register class");
27887     } else {
27888       // No register found/type mismatch.
27889       Res.first = 0;
27890       Res.second = nullptr;
27891     }
27892   } else if (Class == &X86::FR32RegClass || Class == &X86::FR64RegClass ||
27893              Class == &X86::VR128RegClass || Class == &X86::VR256RegClass ||
27894              Class == &X86::FR32XRegClass || Class == &X86::FR64XRegClass ||
27895              Class == &X86::VR128XRegClass || Class == &X86::VR256XRegClass ||
27896              Class == &X86::VR512RegClass) {
27897     // Handle references to XMM physical registers that got mapped into the
27898     // wrong class.  This can happen with constraints like {xmm0} where the
27899     // target independent register mapper will just pick the first match it can
27900     // find, ignoring the required type.
27901
27902     if (VT == MVT::f32 || VT == MVT::i32)
27903       Res.second = &X86::FR32RegClass;
27904     else if (VT == MVT::f64 || VT == MVT::i64)
27905       Res.second = &X86::FR64RegClass;
27906     else if (X86::VR128RegClass.hasType(VT))
27907       Res.second = &X86::VR128RegClass;
27908     else if (X86::VR256RegClass.hasType(VT))
27909       Res.second = &X86::VR256RegClass;
27910     else if (X86::VR512RegClass.hasType(VT))
27911       Res.second = &X86::VR512RegClass;
27912     else {
27913       // Type mismatch and not a clobber: Return an error;
27914       Res.first = 0;
27915       Res.second = nullptr;
27916     }
27917   }
27918
27919   return Res;
27920 }
27921
27922 int X86TargetLowering::getScalingFactorCost(const DataLayout &DL,
27923                                             const AddrMode &AM, Type *Ty,
27924                                             unsigned AS) const {
27925   // Scaling factors are not free at all.
27926   // An indexed folded instruction, i.e., inst (reg1, reg2, scale),
27927   // will take 2 allocations in the out of order engine instead of 1
27928   // for plain addressing mode, i.e. inst (reg1).
27929   // E.g.,
27930   // vaddps (%rsi,%drx), %ymm0, %ymm1
27931   // Requires two allocations (one for the load, one for the computation)
27932   // whereas:
27933   // vaddps (%rsi), %ymm0, %ymm1
27934   // Requires just 1 allocation, i.e., freeing allocations for other operations
27935   // and having less micro operations to execute.
27936   //
27937   // For some X86 architectures, this is even worse because for instance for
27938   // stores, the complex addressing mode forces the instruction to use the
27939   // "load" ports instead of the dedicated "store" port.
27940   // E.g., on Haswell:
27941   // vmovaps %ymm1, (%r8, %rdi) can use port 2 or 3.
27942   // vmovaps %ymm1, (%r8) can use port 2, 3, or 7.
27943   if (isLegalAddressingMode(DL, AM, Ty, AS))
27944     // Scale represents reg2 * scale, thus account for 1
27945     // as soon as we use a second register.
27946     return AM.Scale != 0;
27947   return -1;
27948 }
27949
27950 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeSet Attr) const {
27951   // Integer division on x86 is expensive. However, when aggressively optimizing
27952   // for code size, we prefer to use a div instruction, as it is usually smaller
27953   // than the alternative sequence.
27954   // The exception to this is vector division. Since x86 doesn't have vector
27955   // integer division, leaving the division as-is is a loss even in terms of
27956   // size, because it will have to be scalarized, while the alternative code
27957   // sequence can be performed in vector form.
27958   bool OptSize = Attr.hasAttribute(AttributeSet::FunctionIndex,
27959                                    Attribute::MinSize);
27960   return OptSize && !VT.isVector();
27961 }
27962
27963 void X86TargetLowering::markInRegArguments(SelectionDAG &DAG,
27964        TargetLowering::ArgListTy& Args) const {
27965   // The MCU psABI requires some arguments to be passed in-register.
27966   // For regular calls, the inreg arguments are marked by the front-end.
27967   // However, for compiler generated library calls, we have to patch this
27968   // up here.
27969   if (!Subtarget->isTargetMCU() || !Args.size())
27970     return;
27971
27972   unsigned FreeRegs = 3;
27973   for (auto &Arg : Args) {
27974     // For library functions, we do not expect any fancy types.
27975     unsigned Size = DAG.getDataLayout().getTypeSizeInBits(Arg.Ty);
27976     unsigned SizeInRegs = (Size + 31) / 32;
27977     if (SizeInRegs > 2 || SizeInRegs > FreeRegs)
27978       continue;
27979
27980     Arg.isInReg = true;
27981     FreeRegs -= SizeInRegs;
27982     if (!FreeRegs)
27983       break;
27984   }
27985 }