blob: 89aaff53cfacd92256408d9f4d799a6db541bbcc [file] [log] [blame]
Arnold Schwaighofer92226dd2007-10-12 21:53:12 +00001//===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002//
3// The LLVM Compiler Infrastructure
4//
Chris Lattner4ee451d2007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007//
8//===----------------------------------------------------------------------===//
9//
10// This file defines the interfaces that X86 uses to lower LLVM code into a
11// selection DAG.
12//
13//===----------------------------------------------------------------------===//
14
Evan Chengb1712452010-01-27 06:25:16 +000015#define DEBUG_TYPE "x86-isel"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000016#include "X86.h"
Evan Cheng0cc39452006-01-16 21:21:29 +000017#include "X86InstrBuilder.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000018#include "X86ISelLowering.h"
19#include "X86TargetMachine.h"
Chris Lattner8c6ed052009-09-16 01:46:41 +000020#include "X86TargetObjectFile.h"
David Greene583b68f2011-02-17 19:18:59 +000021#include "Utils/X86ShuffleDecode.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000022#include "llvm/CallingConv.h"
Evan Cheng223547a2006-01-31 22:28:30 +000023#include "llvm/Constants.h"
Evan Cheng347d5f72006-04-28 21:29:37 +000024#include "llvm/DerivedTypes.h"
Chris Lattnerb903bed2009-06-26 21:20:29 +000025#include "llvm/GlobalAlias.h"
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +000026#include "llvm/GlobalVariable.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000027#include "llvm/Function.h"
Chris Lattnerb8105652009-07-20 17:51:36 +000028#include "llvm/Instructions.h"
Evan Cheng6be2c582006-04-05 23:38:46 +000029#include "llvm/Intrinsics.h"
Owen Andersona90b3dc2009-07-15 21:51:10 +000030#include "llvm/LLVMContext.h"
Evan Cheng55d42002011-01-08 01:24:27 +000031#include "llvm/CodeGen/IntrinsicLowering.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000032#include "llvm/CodeGen/MachineFrameInfo.h"
Evan Cheng4a460802006-01-11 00:33:36 +000033#include "llvm/CodeGen/MachineFunction.h"
34#include "llvm/CodeGen/MachineInstrBuilder.h"
Chris Lattner5e1df8d2010-01-25 23:38:14 +000035#include "llvm/CodeGen/MachineJumpTableInfo.h"
Evan Chenga844bde2008-02-02 04:07:54 +000036#include "llvm/CodeGen/MachineModuleInfo.h"
Chris Lattner84bc5422007-12-31 04:13:23 +000037#include "llvm/CodeGen/MachineRegisterInfo.h"
Dan Gohman69de1932008-02-06 22:27:42 +000038#include "llvm/CodeGen/PseudoSourceValue.h"
Chris Lattner589c6f62010-01-26 06:28:43 +000039#include "llvm/MC/MCAsmInfo.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000040#include "llvm/MC/MCContext.h"
Daniel Dunbar4e815f82010-03-15 23:51:06 +000041#include "llvm/MC/MCExpr.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000042#include "llvm/MC/MCSymbol.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000043#include "llvm/ADT/BitVector.h"
Evan Cheng14b32e12007-12-11 01:46:18 +000044#include "llvm/ADT/SmallSet.h"
Evan Chengb1712452010-01-27 06:25:16 +000045#include "llvm/ADT/Statistic.h"
Chris Lattner1a60aa72006-10-31 19:42:44 +000046#include "llvm/ADT/StringExtras.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000047#include "llvm/ADT/VectorExtras.h"
Evan Cheng485fafc2011-03-21 01:19:09 +000048#include "llvm/Support/CallSite.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000049#include "llvm/Support/Debug.h"
Bill Wendlingec041eb2010-03-12 19:20:40 +000050#include "llvm/Support/Dwarf.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000051#include "llvm/Support/ErrorHandling.h"
52#include "llvm/Support/MathExtras.h"
Torok Edwindac237e2009-07-08 20:53:28 +000053#include "llvm/Support/raw_ostream.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000054using namespace llvm;
Bill Wendlingec041eb2010-03-12 19:20:40 +000055using namespace dwarf;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000056
Evan Chengb1712452010-01-27 06:25:16 +000057STATISTIC(NumTailCalls, "Number of tail calls");
58
Evan Cheng10e86422008-04-25 19:11:04 +000059// Forward declarations.
Owen Andersone50ed302009-08-10 22:56:29 +000060static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +000061 SDValue V2);
Evan Cheng10e86422008-04-25 19:11:04 +000062
David Greenea5f26012011-02-07 19:36:54 +000063static SDValue Insert128BitVector(SDValue Result,
64 SDValue Vec,
65 SDValue Idx,
66 SelectionDAG &DAG,
67 DebugLoc dl);
David Greenef125a292011-02-08 19:04:41 +000068
David Greenea5f26012011-02-07 19:36:54 +000069static SDValue Extract128BitVector(SDValue Vec,
70 SDValue Idx,
71 SelectionDAG &DAG,
72 DebugLoc dl);
73
74/// Generate a DAG to grab 128-bits from a vector > 128 bits. This
75/// sets things up to match to an AVX VEXTRACTF128 instruction or a
David Greene74a579d2011-02-10 16:57:36 +000076/// simple subregister reference. Idx is an index in the 128 bits we
77/// want. It need not be aligned to a 128-bit bounday. That makes
78/// lowering EXTRACT_VECTOR_ELT operations easier.
David Greenea5f26012011-02-07 19:36:54 +000079static SDValue Extract128BitVector(SDValue Vec,
80 SDValue Idx,
81 SelectionDAG &DAG,
82 DebugLoc dl) {
83 EVT VT = Vec.getValueType();
84 assert(VT.getSizeInBits() == 256 && "Unexpected vector size!");
David Greenea5f26012011-02-07 19:36:54 +000085 EVT ElVT = VT.getVectorElementType();
Bruno Cardoso Lopes67727ca2011-07-21 01:55:27 +000086 int Factor = VT.getSizeInBits()/128;
87 EVT ResultVT = EVT::getVectorVT(*DAG.getContext(), ElVT,
88 VT.getVectorNumElements()/Factor);
David Greenea5f26012011-02-07 19:36:54 +000089
90 // Extract from UNDEF is UNDEF.
91 if (Vec.getOpcode() == ISD::UNDEF)
92 return DAG.getNode(ISD::UNDEF, dl, ResultVT);
93
94 if (isa<ConstantSDNode>(Idx)) {
95 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
96
97 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
98 // we can match to VEXTRACTF128.
99 unsigned ElemsPerChunk = 128 / ElVT.getSizeInBits();
100
101 // This is the index of the first element of the 128-bit chunk
102 // we want.
103 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
104 * ElemsPerChunk);
105
106 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32);
David Greenea5f26012011-02-07 19:36:54 +0000107 SDValue Result = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec,
108 VecIdx);
109
110 return Result;
111 }
112
113 return SDValue();
114}
115
116/// Generate a DAG to put 128-bits into a vector > 128 bits. This
117/// sets things up to match to an AVX VINSERTF128 instruction or a
David Greene6b381262011-02-09 15:32:06 +0000118/// simple superregister reference. Idx is an index in the 128 bits
119/// we want. It need not be aligned to a 128-bit bounday. That makes
120/// lowering INSERT_VECTOR_ELT operations easier.
David Greenea5f26012011-02-07 19:36:54 +0000121static SDValue Insert128BitVector(SDValue Result,
122 SDValue Vec,
123 SDValue Idx,
124 SelectionDAG &DAG,
125 DebugLoc dl) {
126 if (isa<ConstantSDNode>(Idx)) {
127 EVT VT = Vec.getValueType();
128 assert(VT.getSizeInBits() == 128 && "Unexpected vector size!");
129
130 EVT ElVT = VT.getVectorElementType();
David Greenea5f26012011-02-07 19:36:54 +0000131 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
David Greenea5f26012011-02-07 19:36:54 +0000132 EVT ResultVT = Result.getValueType();
133
134 // Insert the relevant 128 bits.
Bruno Cardoso Lopes67727ca2011-07-21 01:55:27 +0000135 unsigned ElemsPerChunk = 128/ElVT.getSizeInBits();
David Greenea5f26012011-02-07 19:36:54 +0000136
137 // This is the index of the first element of the 128-bit chunk
138 // we want.
Bruno Cardoso Lopes67727ca2011-07-21 01:55:27 +0000139 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/128)
David Greenea5f26012011-02-07 19:36:54 +0000140 * ElemsPerChunk);
141
142 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32);
David Greenea5f26012011-02-07 19:36:54 +0000143 Result = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec,
144 VecIdx);
145 return Result;
146 }
147
148 return SDValue();
149}
150
Chris Lattnerf0144122009-07-28 03:13:23 +0000151static TargetLoweringObjectFile *createTLOF(X86TargetMachine &TM) {
Evan Cheng2bffee22011-02-01 01:14:13 +0000152 const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
153 bool is64Bit = Subtarget->is64Bit();
NAKAMURA Takumi27635382011-02-05 15:10:54 +0000154
Evan Cheng2bffee22011-02-01 01:14:13 +0000155 if (Subtarget->isTargetEnvMacho()) {
Chris Lattnere019ec12010-12-19 20:07:10 +0000156 if (is64Bit)
157 return new X8664_MachoTargetObjectFile();
Anton Korobeynikov293d5922010-02-21 20:28:15 +0000158 return new TargetLoweringObjectFileMachO();
Michael J. Spencerec38de22010-10-10 22:04:20 +0000159 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000160
Evan Cheng203576a2011-07-20 19:50:42 +0000161 if (Subtarget->isTargetELF())
162 return new TargetLoweringObjectFileELF();
Evan Cheng2bffee22011-02-01 01:14:13 +0000163 if (Subtarget->isTargetCOFF() && !Subtarget->isTargetEnvMacho())
Chris Lattnere019ec12010-12-19 20:07:10 +0000164 return new TargetLoweringObjectFileCOFF();
Eric Christopher62f35a22010-07-05 19:26:33 +0000165 llvm_unreachable("unknown subtarget type");
Chris Lattnerf0144122009-07-28 03:13:23 +0000166}
167
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +0000168X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
Chris Lattnerf0144122009-07-28 03:13:23 +0000169 : TargetLowering(TM, createTLOF(TM)) {
Evan Cheng559806f2006-01-27 08:10:46 +0000170 Subtarget = &TM.getSubtarget<X86Subtarget>();
Bruno Cardoso Lopesaed890b2011-08-01 21:54:05 +0000171 X86ScalarSSEf64 = Subtarget->hasXMMInt() || Subtarget->hasAVX();
172 X86ScalarSSEf32 = Subtarget->hasXMM() || Subtarget->hasAVX();
Evan Cheng25ab6902006-09-08 06:48:29 +0000173 X86StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000174
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000175 RegInfo = TM.getRegisterInfo();
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000176 TD = getTargetData();
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000177
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000178 // Set up the TargetLowering object.
Chris Lattnera34b3cf2010-12-19 20:03:11 +0000179 static MVT IntVTs[] = { MVT::i8, MVT::i16, MVT::i32, MVT::i64 };
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000180
181 // X86 is weird, it always uses i8 for shift amounts and setcc results.
Duncan Sands03228082008-11-23 15:47:28 +0000182 setBooleanContents(ZeroOrOneBooleanContent);
Eric Christopher471e4222011-06-08 23:55:35 +0000183
Eric Christopherde5e1012011-03-11 01:05:58 +0000184 // For 64-bit since we have so many registers use the ILP scheduler, for
185 // 32-bit code use the register pressure specific scheduling.
186 if (Subtarget->is64Bit())
187 setSchedulingPreference(Sched::ILP);
188 else
189 setSchedulingPreference(Sched::RegPressure);
Evan Cheng25ab6902006-09-08 06:48:29 +0000190 setStackPointerRegisterToSaveRestore(X86StackPtr);
Evan Cheng714554d2006-03-16 21:47:42 +0000191
Michael J. Spencer92bf38c2010-10-10 23:11:06 +0000192 if (Subtarget->isTargetWindows() && !Subtarget->isTargetCygMing()) {
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000193 // Setup Windows compiler runtime calls.
194 setLibcallName(RTLIB::SDIV_I64, "_alldiv");
Michael J. Spencer335b8062010-10-11 05:29:15 +0000195 setLibcallName(RTLIB::UDIV_I64, "_aulldiv");
Julien Lerougef2960822011-07-08 21:40:25 +0000196 setLibcallName(RTLIB::SREM_I64, "_allrem");
197 setLibcallName(RTLIB::UREM_I64, "_aullrem");
198 setLibcallName(RTLIB::MUL_I64, "_allmul");
Michael J. Spencer335b8062010-10-11 05:29:15 +0000199 setLibcallName(RTLIB::FPTOUINT_F64_I64, "_ftol2");
Michael J. Spencer94f7eeb2010-10-19 07:32:52 +0000200 setLibcallName(RTLIB::FPTOUINT_F32_I64, "_ftol2");
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000201 setLibcallCallingConv(RTLIB::SDIV_I64, CallingConv::X86_StdCall);
Michael J. Spencer335b8062010-10-11 05:29:15 +0000202 setLibcallCallingConv(RTLIB::UDIV_I64, CallingConv::X86_StdCall);
Julien Lerougef2960822011-07-08 21:40:25 +0000203 setLibcallCallingConv(RTLIB::SREM_I64, CallingConv::X86_StdCall);
204 setLibcallCallingConv(RTLIB::UREM_I64, CallingConv::X86_StdCall);
205 setLibcallCallingConv(RTLIB::MUL_I64, CallingConv::X86_StdCall);
Michael J. Spencer6dad10e2010-10-27 18:52:38 +0000206 setLibcallCallingConv(RTLIB::FPTOUINT_F64_I64, CallingConv::C);
207 setLibcallCallingConv(RTLIB::FPTOUINT_F32_I64, CallingConv::C);
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000208 }
209
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000210 if (Subtarget->isTargetDarwin()) {
Evan Chengdf57fa02006-03-17 20:31:41 +0000211 // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000212 setUseUnderscoreSetJmp(false);
213 setUseUnderscoreLongJmp(false);
Anton Korobeynikov317848f2007-01-03 11:43:14 +0000214 } else if (Subtarget->isTargetMingw()) {
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000215 // MS runtime is weird: it exports _setjmp, but longjmp!
216 setUseUnderscoreSetJmp(true);
217 setUseUnderscoreLongJmp(false);
218 } else {
219 setUseUnderscoreSetJmp(true);
220 setUseUnderscoreLongJmp(true);
221 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000222
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000223 // Set up the register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000224 addRegisterClass(MVT::i8, X86::GR8RegisterClass);
Dan Gohman71edb242010-04-30 18:30:26 +0000225 addRegisterClass(MVT::i16, X86::GR16RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +0000226 addRegisterClass(MVT::i32, X86::GR32RegisterClass);
Evan Cheng25ab6902006-09-08 06:48:29 +0000227 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000228 addRegisterClass(MVT::i64, X86::GR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000229
Owen Anderson825b72b2009-08-11 20:47:22 +0000230 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
Evan Chengc5484282006-10-04 00:56:09 +0000231
Scott Michelfdc40a02009-02-17 22:15:04 +0000232 // We don't accept any truncstore of integer registers.
Owen Anderson825b72b2009-08-11 20:47:22 +0000233 setTruncStoreAction(MVT::i64, MVT::i32, Expand);
Dan Gohman71edb242010-04-30 18:30:26 +0000234 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000235 setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
Dan Gohman71edb242010-04-30 18:30:26 +0000236 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000237 setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
238 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
Evan Cheng7f042682008-10-15 02:05:31 +0000239
240 // SETOEQ and SETUNE require checking two conditions.
Owen Anderson825b72b2009-08-11 20:47:22 +0000241 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
242 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
243 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
244 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
245 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
246 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
Chris Lattnerddf89562008-01-17 19:59:44 +0000247
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000248 // Promote all UINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have this
249 // operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000250 setOperationAction(ISD::UINT_TO_FP , MVT::i1 , Promote);
251 setOperationAction(ISD::UINT_TO_FP , MVT::i8 , Promote);
252 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote);
Evan Cheng6892f282006-01-17 02:32:49 +0000253
Evan Cheng25ab6902006-09-08 06:48:29 +0000254 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000255 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
256 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Expand);
Eli Friedman948e95a2009-05-23 09:59:16 +0000257 } else if (!UseSoftFloat) {
Dale Johannesen8d908eb2010-05-15 18:51:12 +0000258 // We have an algorithm for SSE2->double, and we turn this into a
259 // 64-bit FILD followed by conditional FADD for other targets.
260 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
Eli Friedman948e95a2009-05-23 09:59:16 +0000261 // We have an algorithm for SSE2, and we turn this into a 64-bit
262 // FILD for other targets.
Dale Johannesen8d908eb2010-05-15 18:51:12 +0000263 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000264 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000265
266 // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
267 // this operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000268 setOperationAction(ISD::SINT_TO_FP , MVT::i1 , Promote);
269 setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000270
Devang Patel6a784892009-06-05 18:48:29 +0000271 if (!UseSoftFloat) {
Bill Wendling105be5a2009-03-13 08:41:47 +0000272 // SSE has no i16 to fp conversion, only i32
273 if (X86ScalarSSEf32) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000274 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000275 // f32 and f64 cases are Legal, f80 case is not
Owen Anderson825b72b2009-08-11 20:47:22 +0000276 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000277 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000278 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
279 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000280 }
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000281 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000282 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
283 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Promote);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000284 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000285
Dale Johannesen73328d12007-09-19 23:55:34 +0000286 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
287 // are Legal, f80 is custom lowered.
Owen Anderson825b72b2009-08-11 20:47:22 +0000288 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
289 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
Evan Cheng6dab0532006-01-30 08:02:57 +0000290
Evan Cheng02568ff2006-01-30 22:13:22 +0000291 // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
292 // this operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000293 setOperationAction(ISD::FP_TO_SINT , MVT::i1 , Promote);
294 setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
Evan Cheng02568ff2006-01-30 22:13:22 +0000295
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000296 if (X86ScalarSSEf32) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000297 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Promote);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000298 // f32 and f64 cases are Legal, f80 case is not
Owen Anderson825b72b2009-08-11 20:47:22 +0000299 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000300 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000301 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom);
302 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000303 }
304
305 // Handle FP_TO_UINT by promoting the destination to a larger signed
306 // conversion.
Owen Anderson825b72b2009-08-11 20:47:22 +0000307 setOperationAction(ISD::FP_TO_UINT , MVT::i1 , Promote);
308 setOperationAction(ISD::FP_TO_UINT , MVT::i8 , Promote);
309 setOperationAction(ISD::FP_TO_UINT , MVT::i16 , Promote);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000310
Evan Cheng25ab6902006-09-08 06:48:29 +0000311 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000312 setOperationAction(ISD::FP_TO_UINT , MVT::i64 , Expand);
313 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
Eli Friedman948e95a2009-05-23 09:59:16 +0000314 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000315 if (X86ScalarSSEf32 && !Subtarget->hasSSE3())
Evan Cheng25ab6902006-09-08 06:48:29 +0000316 // Expand FP_TO_UINT into a select.
317 // FIXME: We would like to use a Custom expander here eventually to do
318 // the optimal thing for SSE vs. the default expansion in the legalizer.
Owen Anderson825b72b2009-08-11 20:47:22 +0000319 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000320 else
Eli Friedman948e95a2009-05-23 09:59:16 +0000321 // With SSE3 we can use fisttpll to convert to a signed i64; without
322 // SSE, we're stuck with a fistpll.
Owen Anderson825b72b2009-08-11 20:47:22 +0000323 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000324 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000325
Chris Lattner399610a2006-12-05 18:22:22 +0000326 // TODO: when we have SSE, these could be more efficient, by using movd/movq.
Michael J. Spencerec38de22010-10-10 22:04:20 +0000327 if (!X86ScalarSSEf64) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000328 setOperationAction(ISD::BITCAST , MVT::f32 , Expand);
329 setOperationAction(ISD::BITCAST , MVT::i32 , Expand);
Dale Johannesene39859a2010-05-21 18:40:15 +0000330 if (Subtarget->is64Bit()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000331 setOperationAction(ISD::BITCAST , MVT::f64 , Expand);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000332 // Without SSE, i64->f64 goes through memory.
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000333 setOperationAction(ISD::BITCAST , MVT::i64 , Expand);
Dale Johannesen7d07b482010-05-21 00:52:33 +0000334 }
Chris Lattnerf3597a12006-12-05 18:45:06 +0000335 }
Chris Lattner21f66852005-12-23 05:15:23 +0000336
Dan Gohmanb00ee212008-02-18 19:34:53 +0000337 // Scalar integer divide and remainder are lowered to use operations that
338 // produce two results, to match the available instructions. This exposes
339 // the two-result form to trivial CSE, which is able to combine x/y and x%y
340 // into a single instruction.
341 //
342 // Scalar integer multiply-high is also lowered to use two-result
343 // operations, to match the available instructions. However, plain multiply
344 // (low) operations are left as Legal, as there are single-result
345 // instructions for this in x86. Using the two-result multiply instructions
346 // when both high and low results are needed must be arranged by dagcombine.
Chris Lattnere019ec12010-12-19 20:07:10 +0000347 for (unsigned i = 0, e = 4; i != e; ++i) {
348 MVT VT = IntVTs[i];
349 setOperationAction(ISD::MULHS, VT, Expand);
350 setOperationAction(ISD::MULHU, VT, Expand);
351 setOperationAction(ISD::SDIV, VT, Expand);
352 setOperationAction(ISD::UDIV, VT, Expand);
353 setOperationAction(ISD::SREM, VT, Expand);
354 setOperationAction(ISD::UREM, VT, Expand);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000355
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +0000356 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
Chris Lattnerd8ff7ec2010-12-20 01:03:27 +0000357 setOperationAction(ISD::ADDC, VT, Custom);
358 setOperationAction(ISD::ADDE, VT, Custom);
359 setOperationAction(ISD::SUBC, VT, Custom);
360 setOperationAction(ISD::SUBE, VT, Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000361 }
Dan Gohmana37c9f72007-09-25 18:23:27 +0000362
Owen Anderson825b72b2009-08-11 20:47:22 +0000363 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
364 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
365 setOperationAction(ISD::BR_CC , MVT::Other, Expand);
366 setOperationAction(ISD::SELECT_CC , MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000367 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000368 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
369 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal);
370 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
371 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
372 setOperationAction(ISD::FP_ROUND_INREG , MVT::f32 , Expand);
373 setOperationAction(ISD::FREM , MVT::f32 , Expand);
374 setOperationAction(ISD::FREM , MVT::f64 , Expand);
375 setOperationAction(ISD::FREM , MVT::f80 , Expand);
376 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000377
Owen Anderson825b72b2009-08-11 20:47:22 +0000378 setOperationAction(ISD::CTTZ , MVT::i8 , Custom);
379 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
Dan Gohman71edb242010-04-30 18:30:26 +0000380 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
381 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000382 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
383 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000384 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000385 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
386 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000387 }
388
Benjamin Kramer1292c222010-12-04 20:32:23 +0000389 if (Subtarget->hasPOPCNT()) {
390 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
391 } else {
392 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
393 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
394 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
395 if (Subtarget->is64Bit())
396 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
397 }
398
Owen Anderson825b72b2009-08-11 20:47:22 +0000399 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
400 setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
Nate Begeman35ef9132006-01-11 21:21:00 +0000401
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000402 // These should be promoted to a larger select which is supported.
Dan Gohmancbbea0f2009-08-27 00:14:12 +0000403 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000404 // X86 wants to expand cmov itself.
Dan Gohmancbbea0f2009-08-27 00:14:12 +0000405 setOperationAction(ISD::SELECT , MVT::i8 , Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000406 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000407 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
408 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
409 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
410 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
411 setOperationAction(ISD::SETCC , MVT::i8 , Custom);
Dan Gohman71edb242010-04-30 18:30:26 +0000412 setOperationAction(ISD::SETCC , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000413 setOperationAction(ISD::SETCC , MVT::i32 , Custom);
414 setOperationAction(ISD::SETCC , MVT::f32 , Custom);
415 setOperationAction(ISD::SETCC , MVT::f64 , Custom);
416 setOperationAction(ISD::SETCC , MVT::f80 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000417 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000418 setOperationAction(ISD::SELECT , MVT::i64 , Custom);
Andrew Trickf6c39412011-03-23 23:11:02 +0000419 setOperationAction(ISD::SETCC , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000420 }
Owen Anderson825b72b2009-08-11 20:47:22 +0000421 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000422
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000423 // Darwin ABI issue.
Owen Anderson825b72b2009-08-11 20:47:22 +0000424 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
425 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
426 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
427 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +0000428 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000429 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
430 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
Dan Gohmanf705adb2009-10-30 01:28:02 +0000431 setOperationAction(ISD::BlockAddress , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000432 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000433 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
434 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
435 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
436 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
Dan Gohmanf705adb2009-10-30 01:28:02 +0000437 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000438 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000439 // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
Owen Anderson825b72b2009-08-11 20:47:22 +0000440 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
441 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
442 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000443 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000444 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
445 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
446 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000447 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000448
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000449 if (Subtarget->hasXMM())
Owen Anderson825b72b2009-08-11 20:47:22 +0000450 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
Evan Cheng27b7db52008-03-08 00:58:38 +0000451
Eric Christopher9a9d2752010-07-22 02:48:34 +0000452 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
Eli Friedman14648462011-07-27 22:21:52 +0000453 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
Michael J. Spencerec38de22010-10-10 22:04:20 +0000454
Jim Grosbachf1ab49e2010-06-23 16:25:07 +0000455 // On X86 and X86-64, atomic operations are lowered to locked instructions.
456 // Locked instructions, in turn, have implicit fence semantics (all memory
457 // operations are flushed before issuing the locked instruction, and they
458 // are not buffered), so we can fold away the common pattern of
459 // fence-atomic-fence.
460 setShouldFoldAtomicFences(true);
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000461
Mon P Wang63307c32008-05-05 19:05:59 +0000462 // Expand certain atomics
Chris Lattnere019ec12010-12-19 20:07:10 +0000463 for (unsigned i = 0, e = 4; i != e; ++i) {
464 MVT VT = IntVTs[i];
465 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Custom);
466 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
Eli Friedman327236c2011-08-24 20:50:09 +0000467 setOperationAction(ISD::ATOMIC_STORE, VT, Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000468 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000469
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000470 if (!Subtarget->is64Bit()) {
Eli Friedmanf8f90f02011-08-24 22:33:28 +0000471 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000472 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i64, Custom);
473 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
474 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i64, Custom);
475 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, Custom);
476 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom);
477 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i64, Custom);
478 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Custom);
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000479 }
480
Evan Cheng3c992d22006-03-07 02:02:57 +0000481 // FIXME - use subtarget debug flags
Anton Korobeynikovab4022f2006-10-31 08:31:24 +0000482 if (!Subtarget->isTargetDarwin() &&
483 !Subtarget->isTargetELF() &&
Dan Gohman44066042008-07-01 00:05:16 +0000484 !Subtarget->isTargetCygMing()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000485 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
Dan Gohman44066042008-07-01 00:05:16 +0000486 }
Chris Lattnerf73bae12005-11-29 06:16:21 +0000487
Owen Anderson825b72b2009-08-11 20:47:22 +0000488 setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
489 setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
490 setOperationAction(ISD::EXCEPTIONADDR, MVT::i32, Expand);
491 setOperationAction(ISD::EHSELECTION, MVT::i32, Expand);
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000492 if (Subtarget->is64Bit()) {
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000493 setExceptionPointerRegister(X86::RAX);
494 setExceptionSelectorRegister(X86::RDX);
495 } else {
496 setExceptionPointerRegister(X86::EAX);
497 setExceptionSelectorRegister(X86::EDX);
498 }
Owen Anderson825b72b2009-08-11 20:47:22 +0000499 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
500 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i64, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000501
Owen Anderson825b72b2009-08-11 20:47:22 +0000502 setOperationAction(ISD::TRAMPOLINE, MVT::Other, Custom);
Duncan Sandsb116fac2007-07-27 20:02:49 +0000503
Owen Anderson825b72b2009-08-11 20:47:22 +0000504 setOperationAction(ISD::TRAP, MVT::Other, Legal);
Anton Korobeynikov66fac792008-01-15 07:02:33 +0000505
Nate Begemanacc398c2006-01-25 18:21:52 +0000506 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
Owen Anderson825b72b2009-08-11 20:47:22 +0000507 setOperationAction(ISD::VASTART , MVT::Other, Custom);
508 setOperationAction(ISD::VAEND , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000509 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000510 setOperationAction(ISD::VAARG , MVT::Other, Custom);
511 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
Dan Gohman9018e832008-05-10 01:26:14 +0000512 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000513 setOperationAction(ISD::VAARG , MVT::Other, Expand);
514 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000515 }
Evan Chengae642192007-03-02 23:16:35 +0000516
Owen Anderson825b72b2009-08-11 20:47:22 +0000517 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
518 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
NAKAMURA Takumia2e07622011-03-24 07:07:00 +0000519 setOperationAction(ISD::DYNAMIC_STACKALLOC,
520 (Subtarget->is64Bit() ? MVT::i64 : MVT::i32),
521 (Subtarget->isTargetCOFF()
522 && !Subtarget->isTargetEnvMacho()
523 ? Custom : Expand));
Chris Lattnerb99329e2006-01-13 02:42:53 +0000524
Evan Chengc7ce29b2009-02-13 22:36:38 +0000525 if (!UseSoftFloat && X86ScalarSSEf64) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000526 // f32 and f64 use SSE.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000527 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000528 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
529 addRegisterClass(MVT::f64, X86::FR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000530
Evan Cheng223547a2006-01-31 22:28:30 +0000531 // Use ANDPD to simulate FABS.
Owen Anderson825b72b2009-08-11 20:47:22 +0000532 setOperationAction(ISD::FABS , MVT::f64, Custom);
533 setOperationAction(ISD::FABS , MVT::f32, Custom);
Evan Cheng223547a2006-01-31 22:28:30 +0000534
535 // Use XORP to simulate FNEG.
Owen Anderson825b72b2009-08-11 20:47:22 +0000536 setOperationAction(ISD::FNEG , MVT::f64, Custom);
537 setOperationAction(ISD::FNEG , MVT::f32, Custom);
Evan Cheng223547a2006-01-31 22:28:30 +0000538
Evan Cheng68c47cb2007-01-05 07:55:56 +0000539 // Use ANDPD and ORPD to simulate FCOPYSIGN.
Owen Anderson825b72b2009-08-11 20:47:22 +0000540 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
541 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
Evan Cheng68c47cb2007-01-05 07:55:56 +0000542
Stuart Hastings4fd0dee2011-06-01 04:39:42 +0000543 // Lower this to FGETSIGNx86 plus an AND.
544 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
545 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
546
Evan Chengd25e9e82006-02-02 00:28:23 +0000547 // We don't support sin/cos/fmod
Owen Anderson825b72b2009-08-11 20:47:22 +0000548 setOperationAction(ISD::FSIN , MVT::f64, Expand);
549 setOperationAction(ISD::FCOS , MVT::f64, Expand);
550 setOperationAction(ISD::FSIN , MVT::f32, Expand);
551 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000552
Chris Lattnera54aa942006-01-29 06:26:08 +0000553 // Expand FP immediates into loads from the stack, except for the special
554 // cases we handle.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000555 addLegalFPImmediate(APFloat(+0.0)); // xorpd
556 addLegalFPImmediate(APFloat(+0.0f)); // xorps
Evan Chengc7ce29b2009-02-13 22:36:38 +0000557 } else if (!UseSoftFloat && X86ScalarSSEf32) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000558 // Use SSE for f32, x87 for f64.
559 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000560 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
561 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000562
563 // Use ANDPS to simulate FABS.
Owen Anderson825b72b2009-08-11 20:47:22 +0000564 setOperationAction(ISD::FABS , MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000565
566 // Use XORP to simulate FNEG.
Owen Anderson825b72b2009-08-11 20:47:22 +0000567 setOperationAction(ISD::FNEG , MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000568
Owen Anderson825b72b2009-08-11 20:47:22 +0000569 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000570
571 // Use ANDPS and ORPS to simulate FCOPYSIGN.
Owen Anderson825b72b2009-08-11 20:47:22 +0000572 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
573 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000574
575 // We don't support sin/cos/fmod
Owen Anderson825b72b2009-08-11 20:47:22 +0000576 setOperationAction(ISD::FSIN , MVT::f32, Expand);
577 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000578
Nate Begemane1795842008-02-14 08:57:00 +0000579 // Special cases we handle for FP constants.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000580 addLegalFPImmediate(APFloat(+0.0f)); // xorps
581 addLegalFPImmediate(APFloat(+0.0)); // FLD0
582 addLegalFPImmediate(APFloat(+1.0)); // FLD1
583 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
584 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
585
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000586 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000587 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
588 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000589 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000590 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000591 // f32 and f64 in x87.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000592 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000593 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
594 addRegisterClass(MVT::f32, X86::RFP32RegisterClass);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000595
Owen Anderson825b72b2009-08-11 20:47:22 +0000596 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
597 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
598 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
599 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
Dale Johannesen5411a392007-08-09 01:04:01 +0000600
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000601 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000602 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
603 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000604 }
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000605 addLegalFPImmediate(APFloat(+0.0)); // FLD0
606 addLegalFPImmediate(APFloat(+1.0)); // FLD1
607 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
608 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000609 addLegalFPImmediate(APFloat(+0.0f)); // FLD0
610 addLegalFPImmediate(APFloat(+1.0f)); // FLD1
611 addLegalFPImmediate(APFloat(-0.0f)); // FLD0/FCHS
612 addLegalFPImmediate(APFloat(-1.0f)); // FLD1/FCHS
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000613 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000614
Cameron Zwarich33390842011-07-08 21:39:21 +0000615 // We don't support FMA.
616 setOperationAction(ISD::FMA, MVT::f64, Expand);
617 setOperationAction(ISD::FMA, MVT::f32, Expand);
618
Dale Johannesen59a58732007-08-05 18:49:15 +0000619 // Long double always uses X87.
Evan Cheng92722532009-03-26 23:06:32 +0000620 if (!UseSoftFloat) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000621 addRegisterClass(MVT::f80, X86::RFP80RegisterClass);
622 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
623 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000624 {
Benjamin Kramer98383962010-12-04 14:22:24 +0000625 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000626 addLegalFPImmediate(TmpFlt); // FLD0
627 TmpFlt.changeSign();
628 addLegalFPImmediate(TmpFlt); // FLD0/FCHS
Benjamin Kramer98383962010-12-04 14:22:24 +0000629
630 bool ignored;
Evan Chengc7ce29b2009-02-13 22:36:38 +0000631 APFloat TmpFlt2(+1.0);
632 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
633 &ignored);
634 addLegalFPImmediate(TmpFlt2); // FLD1
635 TmpFlt2.changeSign();
636 addLegalFPImmediate(TmpFlt2); // FLD1/FCHS
637 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000638
Evan Chengc7ce29b2009-02-13 22:36:38 +0000639 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000640 setOperationAction(ISD::FSIN , MVT::f80 , Expand);
641 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000642 }
Cameron Zwarich33390842011-07-08 21:39:21 +0000643
644 setOperationAction(ISD::FMA, MVT::f80, Expand);
Dale Johannesen2f429012007-09-26 21:10:55 +0000645 }
Dale Johannesen59a58732007-08-05 18:49:15 +0000646
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000647 // Always use a library call for pow.
Owen Anderson825b72b2009-08-11 20:47:22 +0000648 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
649 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
650 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000651
Owen Anderson825b72b2009-08-11 20:47:22 +0000652 setOperationAction(ISD::FLOG, MVT::f80, Expand);
653 setOperationAction(ISD::FLOG2, MVT::f80, Expand);
654 setOperationAction(ISD::FLOG10, MVT::f80, Expand);
655 setOperationAction(ISD::FEXP, MVT::f80, Expand);
656 setOperationAction(ISD::FEXP2, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000657
Mon P Wangf007a8b2008-11-06 05:31:54 +0000658 // First set operation action for all vector types to either promote
Mon P Wang0c397192008-10-30 08:01:45 +0000659 // (for widening) or expand (for scalarization). Then we will selectively
660 // turn on ones that can be effectively codegen'd.
Owen Anderson825b72b2009-08-11 20:47:22 +0000661 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
662 VT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++VT) {
663 setOperationAction(ISD::ADD , (MVT::SimpleValueType)VT, Expand);
664 setOperationAction(ISD::SUB , (MVT::SimpleValueType)VT, Expand);
665 setOperationAction(ISD::FADD, (MVT::SimpleValueType)VT, Expand);
666 setOperationAction(ISD::FNEG, (MVT::SimpleValueType)VT, Expand);
667 setOperationAction(ISD::FSUB, (MVT::SimpleValueType)VT, Expand);
668 setOperationAction(ISD::MUL , (MVT::SimpleValueType)VT, Expand);
669 setOperationAction(ISD::FMUL, (MVT::SimpleValueType)VT, Expand);
670 setOperationAction(ISD::SDIV, (MVT::SimpleValueType)VT, Expand);
671 setOperationAction(ISD::UDIV, (MVT::SimpleValueType)VT, Expand);
672 setOperationAction(ISD::FDIV, (MVT::SimpleValueType)VT, Expand);
673 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand);
674 setOperationAction(ISD::UREM, (MVT::SimpleValueType)VT, Expand);
675 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Expand);
676 setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::SimpleValueType)VT, Expand);
677 setOperationAction(ISD::EXTRACT_VECTOR_ELT,(MVT::SimpleValueType)VT,Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000678 setOperationAction(ISD::INSERT_VECTOR_ELT,(MVT::SimpleValueType)VT, Expand);
David Greenecfe33c42011-01-26 19:13:22 +0000679 setOperationAction(ISD::EXTRACT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
680 setOperationAction(ISD::INSERT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000681 setOperationAction(ISD::FABS, (MVT::SimpleValueType)VT, Expand);
682 setOperationAction(ISD::FSIN, (MVT::SimpleValueType)VT, Expand);
683 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
684 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand);
685 setOperationAction(ISD::FPOWI, (MVT::SimpleValueType)VT, Expand);
686 setOperationAction(ISD::FSQRT, (MVT::SimpleValueType)VT, Expand);
687 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand);
688 setOperationAction(ISD::SMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
689 setOperationAction(ISD::UMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
690 setOperationAction(ISD::SDIVREM, (MVT::SimpleValueType)VT, Expand);
691 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand);
692 setOperationAction(ISD::FPOW, (MVT::SimpleValueType)VT, Expand);
693 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
694 setOperationAction(ISD::CTTZ, (MVT::SimpleValueType)VT, Expand);
695 setOperationAction(ISD::CTLZ, (MVT::SimpleValueType)VT, Expand);
696 setOperationAction(ISD::SHL, (MVT::SimpleValueType)VT, Expand);
697 setOperationAction(ISD::SRA, (MVT::SimpleValueType)VT, Expand);
698 setOperationAction(ISD::SRL, (MVT::SimpleValueType)VT, Expand);
699 setOperationAction(ISD::ROTL, (MVT::SimpleValueType)VT, Expand);
700 setOperationAction(ISD::ROTR, (MVT::SimpleValueType)VT, Expand);
701 setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
702 setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand);
703 setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand);
704 setOperationAction(ISD::FLOG2, (MVT::SimpleValueType)VT, Expand);
705 setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand);
706 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
707 setOperationAction(ISD::FEXP2, (MVT::SimpleValueType)VT, Expand);
708 setOperationAction(ISD::FP_TO_UINT, (MVT::SimpleValueType)VT, Expand);
709 setOperationAction(ISD::FP_TO_SINT, (MVT::SimpleValueType)VT, Expand);
710 setOperationAction(ISD::UINT_TO_FP, (MVT::SimpleValueType)VT, Expand);
711 setOperationAction(ISD::SINT_TO_FP, (MVT::SimpleValueType)VT, Expand);
Dan Gohman87862e72009-12-11 21:31:27 +0000712 setOperationAction(ISD::SIGN_EXTEND_INREG, (MVT::SimpleValueType)VT,Expand);
Dan Gohman2e141d72009-12-14 23:40:38 +0000713 setOperationAction(ISD::TRUNCATE, (MVT::SimpleValueType)VT, Expand);
714 setOperationAction(ISD::SIGN_EXTEND, (MVT::SimpleValueType)VT, Expand);
715 setOperationAction(ISD::ZERO_EXTEND, (MVT::SimpleValueType)VT, Expand);
716 setOperationAction(ISD::ANY_EXTEND, (MVT::SimpleValueType)VT, Expand);
717 for (unsigned InnerVT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
718 InnerVT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++InnerVT)
719 setTruncStoreAction((MVT::SimpleValueType)VT,
720 (MVT::SimpleValueType)InnerVT, Expand);
721 setLoadExtAction(ISD::SEXTLOAD, (MVT::SimpleValueType)VT, Expand);
722 setLoadExtAction(ISD::ZEXTLOAD, (MVT::SimpleValueType)VT, Expand);
723 setLoadExtAction(ISD::EXTLOAD, (MVT::SimpleValueType)VT, Expand);
Evan Chengd30bf012006-03-01 01:11:20 +0000724 }
725
Evan Chengc7ce29b2009-02-13 22:36:38 +0000726 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
727 // with -msoft-float, disable use of MMX as well.
Chris Lattner2a786eb2010-12-19 20:19:20 +0000728 if (!UseSoftFloat && Subtarget->hasMMX()) {
Dale Johannesene93d99c2010-10-20 21:32:10 +0000729 addRegisterClass(MVT::x86mmx, X86::VR64RegisterClass);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000730 // No operations on x86mmx supported, everything uses intrinsics.
Evan Cheng470a6ad2006-02-22 02:26:30 +0000731 }
732
Dale Johannesen0488fb62010-09-30 23:57:10 +0000733 // MMX-sized vectors (other than x86mmx) are expected to be expanded
734 // into smaller operations.
735 setOperationAction(ISD::MULHS, MVT::v8i8, Expand);
736 setOperationAction(ISD::MULHS, MVT::v4i16, Expand);
737 setOperationAction(ISD::MULHS, MVT::v2i32, Expand);
738 setOperationAction(ISD::MULHS, MVT::v1i64, Expand);
739 setOperationAction(ISD::AND, MVT::v8i8, Expand);
740 setOperationAction(ISD::AND, MVT::v4i16, Expand);
741 setOperationAction(ISD::AND, MVT::v2i32, Expand);
742 setOperationAction(ISD::AND, MVT::v1i64, Expand);
743 setOperationAction(ISD::OR, MVT::v8i8, Expand);
744 setOperationAction(ISD::OR, MVT::v4i16, Expand);
745 setOperationAction(ISD::OR, MVT::v2i32, Expand);
746 setOperationAction(ISD::OR, MVT::v1i64, Expand);
747 setOperationAction(ISD::XOR, MVT::v8i8, Expand);
748 setOperationAction(ISD::XOR, MVT::v4i16, Expand);
749 setOperationAction(ISD::XOR, MVT::v2i32, Expand);
750 setOperationAction(ISD::XOR, MVT::v1i64, Expand);
751 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i8, Expand);
752 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i16, Expand);
753 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2i32, Expand);
754 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v1i64, Expand);
755 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v1i64, Expand);
756 setOperationAction(ISD::SELECT, MVT::v8i8, Expand);
757 setOperationAction(ISD::SELECT, MVT::v4i16, Expand);
758 setOperationAction(ISD::SELECT, MVT::v2i32, Expand);
759 setOperationAction(ISD::SELECT, MVT::v1i64, Expand);
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000760 setOperationAction(ISD::BITCAST, MVT::v8i8, Expand);
761 setOperationAction(ISD::BITCAST, MVT::v4i16, Expand);
762 setOperationAction(ISD::BITCAST, MVT::v2i32, Expand);
763 setOperationAction(ISD::BITCAST, MVT::v1i64, Expand);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000764
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000765 if (!UseSoftFloat && Subtarget->hasXMM()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000766 addRegisterClass(MVT::v4f32, X86::VR128RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000767
Owen Anderson825b72b2009-08-11 20:47:22 +0000768 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
769 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
770 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
771 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
772 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
773 setOperationAction(ISD::FNEG, MVT::v4f32, Custom);
774 setOperationAction(ISD::LOAD, MVT::v4f32, Legal);
775 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
776 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4f32, Custom);
777 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
778 setOperationAction(ISD::SELECT, MVT::v4f32, Custom);
779 setOperationAction(ISD::VSETCC, MVT::v4f32, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000780 }
781
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000782 if (!UseSoftFloat && Subtarget->hasXMMInt()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000783 addRegisterClass(MVT::v2f64, X86::VR128RegisterClass);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000784
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000785 // FIXME: Unfortunately -soft-float and -no-implicit-float means XMM
786 // registers cannot be used even for integer operations.
Owen Anderson825b72b2009-08-11 20:47:22 +0000787 addRegisterClass(MVT::v16i8, X86::VR128RegisterClass);
788 addRegisterClass(MVT::v8i16, X86::VR128RegisterClass);
789 addRegisterClass(MVT::v4i32, X86::VR128RegisterClass);
790 addRegisterClass(MVT::v2i64, X86::VR128RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000791
Owen Anderson825b72b2009-08-11 20:47:22 +0000792 setOperationAction(ISD::ADD, MVT::v16i8, Legal);
793 setOperationAction(ISD::ADD, MVT::v8i16, Legal);
794 setOperationAction(ISD::ADD, MVT::v4i32, Legal);
795 setOperationAction(ISD::ADD, MVT::v2i64, Legal);
796 setOperationAction(ISD::MUL, MVT::v2i64, Custom);
797 setOperationAction(ISD::SUB, MVT::v16i8, Legal);
798 setOperationAction(ISD::SUB, MVT::v8i16, Legal);
799 setOperationAction(ISD::SUB, MVT::v4i32, Legal);
800 setOperationAction(ISD::SUB, MVT::v2i64, Legal);
801 setOperationAction(ISD::MUL, MVT::v8i16, Legal);
802 setOperationAction(ISD::FADD, MVT::v2f64, Legal);
803 setOperationAction(ISD::FSUB, MVT::v2f64, Legal);
804 setOperationAction(ISD::FMUL, MVT::v2f64, Legal);
805 setOperationAction(ISD::FDIV, MVT::v2f64, Legal);
806 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal);
807 setOperationAction(ISD::FNEG, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000808
Owen Anderson825b72b2009-08-11 20:47:22 +0000809 setOperationAction(ISD::VSETCC, MVT::v2f64, Custom);
810 setOperationAction(ISD::VSETCC, MVT::v16i8, Custom);
811 setOperationAction(ISD::VSETCC, MVT::v8i16, Custom);
812 setOperationAction(ISD::VSETCC, MVT::v4i32, Custom);
Nate Begemanc2616e42008-05-12 20:34:32 +0000813
Owen Anderson825b72b2009-08-11 20:47:22 +0000814 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Custom);
815 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Custom);
816 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
817 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
818 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000819
Mon P Wangeb38ebf2010-01-24 00:05:03 +0000820 setOperationAction(ISD::CONCAT_VECTORS, MVT::v2f64, Custom);
821 setOperationAction(ISD::CONCAT_VECTORS, MVT::v2i64, Custom);
822 setOperationAction(ISD::CONCAT_VECTORS, MVT::v16i8, Custom);
823 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8i16, Custom);
824 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4i32, Custom);
825
Evan Cheng2c3ae372006-04-12 21:21:57 +0000826 // Custom lower build_vector, vector_shuffle, and extract_vector_elt.
Owen Anderson825b72b2009-08-11 20:47:22 +0000827 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; ++i) {
828 EVT VT = (MVT::SimpleValueType)i;
Nate Begeman844e0f92007-12-11 01:41:33 +0000829 // Do not attempt to custom lower non-power-of-2 vectors
Duncan Sands83ec4b62008-06-06 12:08:01 +0000830 if (!isPowerOf2_32(VT.getVectorNumElements()))
Nate Begeman844e0f92007-12-11 01:41:33 +0000831 continue;
David Greene9b9838d2009-06-29 16:47:10 +0000832 // Do not attempt to custom lower non-128-bit vectors
833 if (!VT.is128BitVector())
834 continue;
Owen Anderson825b72b2009-08-11 20:47:22 +0000835 setOperationAction(ISD::BUILD_VECTOR,
836 VT.getSimpleVT().SimpleTy, Custom);
837 setOperationAction(ISD::VECTOR_SHUFFLE,
838 VT.getSimpleVT().SimpleTy, Custom);
839 setOperationAction(ISD::EXTRACT_VECTOR_ELT,
840 VT.getSimpleVT().SimpleTy, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000841 }
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000842
Owen Anderson825b72b2009-08-11 20:47:22 +0000843 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f64, Custom);
844 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i64, Custom);
845 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f64, Custom);
846 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Custom);
847 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom);
848 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom);
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000849
Nate Begemancdd1eec2008-02-12 22:51:28 +0000850 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000851 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Custom);
852 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000853 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000854
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000855 // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
Owen Anderson825b72b2009-08-11 20:47:22 +0000856 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; i++) {
857 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
Owen Andersone50ed302009-08-10 22:56:29 +0000858 EVT VT = SVT;
David Greene9b9838d2009-06-29 16:47:10 +0000859
860 // Do not attempt to promote non-128-bit vectors
Chris Lattner32b4b5a2010-07-05 05:53:14 +0000861 if (!VT.is128BitVector())
David Greene9b9838d2009-06-29 16:47:10 +0000862 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +0000863
Owen Andersond6662ad2009-08-10 20:46:15 +0000864 setOperationAction(ISD::AND, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000865 AddPromotedToType (ISD::AND, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000866 setOperationAction(ISD::OR, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000867 AddPromotedToType (ISD::OR, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000868 setOperationAction(ISD::XOR, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000869 AddPromotedToType (ISD::XOR, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000870 setOperationAction(ISD::LOAD, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000871 AddPromotedToType (ISD::LOAD, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000872 setOperationAction(ISD::SELECT, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000873 AddPromotedToType (ISD::SELECT, SVT, MVT::v2i64);
Evan Chengf7c378e2006-04-10 07:23:14 +0000874 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000875
Owen Anderson825b72b2009-08-11 20:47:22 +0000876 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000877
Evan Cheng2c3ae372006-04-12 21:21:57 +0000878 // Custom lower v2i64 and v2f64 selects.
Owen Anderson825b72b2009-08-11 20:47:22 +0000879 setOperationAction(ISD::LOAD, MVT::v2f64, Legal);
880 setOperationAction(ISD::LOAD, MVT::v2i64, Legal);
881 setOperationAction(ISD::SELECT, MVT::v2f64, Custom);
882 setOperationAction(ISD::SELECT, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000883
Owen Anderson825b72b2009-08-11 20:47:22 +0000884 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal);
885 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000886 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000887
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +0000888 if (Subtarget->hasSSE41() || Subtarget->hasAVX()) {
Dale Johannesen54feef22010-05-27 20:12:41 +0000889 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
890 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
891 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
892 setOperationAction(ISD::FRINT, MVT::f32, Legal);
893 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal);
894 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
895 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
896 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
897 setOperationAction(ISD::FRINT, MVT::f64, Legal);
898 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal);
899
Nate Begeman14d12ca2008-02-11 04:19:36 +0000900 // FIXME: Do we need to handle scalar-to-vector here?
Owen Anderson825b72b2009-08-11 20:47:22 +0000901 setOperationAction(ISD::MUL, MVT::v4i32, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000902
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000903 // Can turn SHL into an integer multiply.
904 setOperationAction(ISD::SHL, MVT::v4i32, Custom);
Nate Begeman51409212010-07-28 00:21:48 +0000905 setOperationAction(ISD::SHL, MVT::v16i8, Custom);
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000906
Nate Begeman14d12ca2008-02-11 04:19:36 +0000907 // i8 and i16 vectors are custom , because the source register and source
908 // source memory operand types are not the same width. f32 vectors are
909 // custom since the immediate controlling the insert encodes additional
910 // information.
Owen Anderson825b72b2009-08-11 20:47:22 +0000911 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v16i8, Custom);
912 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
913 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
914 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000915
Owen Anderson825b72b2009-08-11 20:47:22 +0000916 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
917 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
918 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
919 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000920
921 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000922 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Legal);
923 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000924 }
925 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000926
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +0000927 if (Subtarget->hasSSE2() || Subtarget->hasAVX()) {
Nadav Rotem43012222011-05-11 08:12:09 +0000928 setOperationAction(ISD::SRL, MVT::v2i64, Custom);
929 setOperationAction(ISD::SRL, MVT::v4i32, Custom);
930 setOperationAction(ISD::SRL, MVT::v16i8, Custom);
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +0000931 setOperationAction(ISD::SRL, MVT::v8i16, Custom);
Nadav Rotem43012222011-05-11 08:12:09 +0000932
933 setOperationAction(ISD::SHL, MVT::v2i64, Custom);
934 setOperationAction(ISD::SHL, MVT::v4i32, Custom);
935 setOperationAction(ISD::SHL, MVT::v8i16, Custom);
936
937 setOperationAction(ISD::SRA, MVT::v4i32, Custom);
938 setOperationAction(ISD::SRA, MVT::v8i16, Custom);
939 }
940
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +0000941 if (Subtarget->hasSSE42() || Subtarget->hasAVX())
Owen Anderson825b72b2009-08-11 20:47:22 +0000942 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000943
David Greene9b9838d2009-06-29 16:47:10 +0000944 if (!UseSoftFloat && Subtarget->hasAVX()) {
Bruno Cardoso Lopesdbd4fe22011-07-21 02:24:08 +0000945 addRegisterClass(MVT::v32i8, X86::VR256RegisterClass);
946 addRegisterClass(MVT::v16i16, X86::VR256RegisterClass);
947 addRegisterClass(MVT::v8i32, X86::VR256RegisterClass);
948 addRegisterClass(MVT::v8f32, X86::VR256RegisterClass);
949 addRegisterClass(MVT::v4i64, X86::VR256RegisterClass);
950 addRegisterClass(MVT::v4f64, X86::VR256RegisterClass);
David Greened94c1012009-06-29 22:50:51 +0000951
Owen Anderson825b72b2009-08-11 20:47:22 +0000952 setOperationAction(ISD::LOAD, MVT::v8f32, Legal);
Owen Anderson825b72b2009-08-11 20:47:22 +0000953 setOperationAction(ISD::LOAD, MVT::v4f64, Legal);
954 setOperationAction(ISD::LOAD, MVT::v4i64, Legal);
David Greene54d8eba2011-01-27 22:38:56 +0000955
Owen Anderson825b72b2009-08-11 20:47:22 +0000956 setOperationAction(ISD::FADD, MVT::v8f32, Legal);
957 setOperationAction(ISD::FSUB, MVT::v8f32, Legal);
958 setOperationAction(ISD::FMUL, MVT::v8f32, Legal);
959 setOperationAction(ISD::FDIV, MVT::v8f32, Legal);
960 setOperationAction(ISD::FSQRT, MVT::v8f32, Legal);
961 setOperationAction(ISD::FNEG, MVT::v8f32, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000962
Owen Anderson825b72b2009-08-11 20:47:22 +0000963 setOperationAction(ISD::FADD, MVT::v4f64, Legal);
964 setOperationAction(ISD::FSUB, MVT::v4f64, Legal);
965 setOperationAction(ISD::FMUL, MVT::v4f64, Legal);
966 setOperationAction(ISD::FDIV, MVT::v4f64, Legal);
967 setOperationAction(ISD::FSQRT, MVT::v4f64, Legal);
968 setOperationAction(ISD::FNEG, MVT::v4f64, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000969
Bruno Cardoso Lopes2e64ae42011-07-28 01:26:39 +0000970 setOperationAction(ISD::FP_TO_SINT, MVT::v8i32, Legal);
971 setOperationAction(ISD::SINT_TO_FP, MVT::v8i32, Legal);
Bruno Cardoso Lopes55244ce2011-08-01 21:54:09 +0000972 setOperationAction(ISD::FP_ROUND, MVT::v4f32, Legal);
Bruno Cardoso Lopes2e64ae42011-07-28 01:26:39 +0000973
Bruno Cardoso Lopes8af24512011-08-01 21:54:02 +0000974 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4f64, Custom);
975 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4i64, Custom);
976 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8f32, Custom);
977 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8i32, Custom);
978 setOperationAction(ISD::CONCAT_VECTORS, MVT::v32i8, Custom);
979 setOperationAction(ISD::CONCAT_VECTORS, MVT::v16i16, Custom);
980
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +0000981 setOperationAction(ISD::SRL, MVT::v4i64, Custom);
982 setOperationAction(ISD::SRL, MVT::v8i32, Custom);
983 setOperationAction(ISD::SRL, MVT::v16i16, Custom);
984 setOperationAction(ISD::SRL, MVT::v32i8, Custom);
985
986 setOperationAction(ISD::SHL, MVT::v4i64, Custom);
987 setOperationAction(ISD::SHL, MVT::v8i32, Custom);
988 setOperationAction(ISD::SHL, MVT::v16i16, Custom);
989 setOperationAction(ISD::SHL, MVT::v32i8, Custom);
990
991 setOperationAction(ISD::SRA, MVT::v8i32, Custom);
992 setOperationAction(ISD::SRA, MVT::v16i16, Custom);
993
Craig Toppera5347802011-08-23 04:36:33 +0000994 setOperationAction(ISD::VSETCC, MVT::v32i8, Custom);
995 setOperationAction(ISD::VSETCC, MVT::v16i16, Custom);
Bruno Cardoso Lopes0f0e0a02011-08-09 00:46:57 +0000996 setOperationAction(ISD::VSETCC, MVT::v8i32, Custom);
997 setOperationAction(ISD::VSETCC, MVT::v4i64, Custom);
998
Bruno Cardoso Lopesd40aa242011-08-09 23:27:13 +0000999 setOperationAction(ISD::SELECT, MVT::v4f64, Custom);
1000 setOperationAction(ISD::SELECT, MVT::v4i64, Custom);
1001 setOperationAction(ISD::SELECT, MVT::v8f32, Custom);
1002
Craig Topper13894fa2011-08-24 06:14:18 +00001003 setOperationAction(ISD::ADD, MVT::v4i64, Custom);
1004 setOperationAction(ISD::ADD, MVT::v8i32, Custom);
1005 setOperationAction(ISD::ADD, MVT::v16i16, Custom);
1006 setOperationAction(ISD::ADD, MVT::v32i8, Custom);
1007
1008 setOperationAction(ISD::SUB, MVT::v4i64, Custom);
1009 setOperationAction(ISD::SUB, MVT::v8i32, Custom);
1010 setOperationAction(ISD::SUB, MVT::v16i16, Custom);
1011 setOperationAction(ISD::SUB, MVT::v32i8, Custom);
1012
1013 setOperationAction(ISD::MUL, MVT::v4i64, Custom);
1014 setOperationAction(ISD::MUL, MVT::v8i32, Custom);
1015 setOperationAction(ISD::MUL, MVT::v16i16, Custom);
1016 // Don't lower v32i8 because there is no 128-bit byte mul
1017
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001018 // Custom lower several nodes for 256-bit types.
David Greene54d8eba2011-01-27 22:38:56 +00001019 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001020 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++i) {
1021 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
1022 EVT VT = SVT;
1023
1024 // Extract subvector is special because the value type
1025 // (result) is 128-bit but the source is 256-bit wide.
1026 if (VT.is128BitVector())
1027 setOperationAction(ISD::EXTRACT_SUBVECTOR, SVT, Custom);
1028
1029 // Do not attempt to custom lower other non-256-bit vectors
1030 if (!VT.is256BitVector())
David Greene9b9838d2009-06-29 16:47:10 +00001031 continue;
David Greene54d8eba2011-01-27 22:38:56 +00001032
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001033 setOperationAction(ISD::BUILD_VECTOR, SVT, Custom);
1034 setOperationAction(ISD::VECTOR_SHUFFLE, SVT, Custom);
1035 setOperationAction(ISD::INSERT_VECTOR_ELT, SVT, Custom);
1036 setOperationAction(ISD::EXTRACT_VECTOR_ELT, SVT, Custom);
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00001037 setOperationAction(ISD::SCALAR_TO_VECTOR, SVT, Custom);
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001038 setOperationAction(ISD::INSERT_SUBVECTOR, SVT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +00001039 }
1040
David Greene54d8eba2011-01-27 22:38:56 +00001041 // Promote v32i8, v16i16, v8i32 select, and, or, xor to v4i64.
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001042 for (unsigned i = (unsigned)MVT::v32i8; i != (unsigned)MVT::v4i64; ++i) {
1043 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
1044 EVT VT = SVT;
David Greene54d8eba2011-01-27 22:38:56 +00001045
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001046 // Do not attempt to promote non-256-bit vectors
1047 if (!VT.is256BitVector())
David Greene54d8eba2011-01-27 22:38:56 +00001048 continue;
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001049
1050 setOperationAction(ISD::AND, SVT, Promote);
1051 AddPromotedToType (ISD::AND, SVT, MVT::v4i64);
1052 setOperationAction(ISD::OR, SVT, Promote);
1053 AddPromotedToType (ISD::OR, SVT, MVT::v4i64);
1054 setOperationAction(ISD::XOR, SVT, Promote);
1055 AddPromotedToType (ISD::XOR, SVT, MVT::v4i64);
1056 setOperationAction(ISD::LOAD, SVT, Promote);
1057 AddPromotedToType (ISD::LOAD, SVT, MVT::v4i64);
1058 setOperationAction(ISD::SELECT, SVT, Promote);
1059 AddPromotedToType (ISD::SELECT, SVT, MVT::v4i64);
David Greene54d8eba2011-01-27 22:38:56 +00001060 }
David Greene9b9838d2009-06-29 16:47:10 +00001061 }
1062
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00001063 // SIGN_EXTEND_INREGs are evaluated by the extend type. Handle the expansion
1064 // of this type with custom code.
1065 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1066 VT != (unsigned)MVT::LAST_VECTOR_VALUETYPE; VT++) {
1067 setOperationAction(ISD::SIGN_EXTEND_INREG, (MVT::SimpleValueType)VT, Custom);
1068 }
1069
Evan Cheng6be2c582006-04-05 23:38:46 +00001070 // We want to custom lower some of our intrinsics.
Owen Anderson825b72b2009-08-11 20:47:22 +00001071 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
Evan Cheng6be2c582006-04-05 23:38:46 +00001072
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001073
Eli Friedman962f5492010-06-02 19:35:46 +00001074 // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1075 // handle type legalization for these operations here.
Dan Gohman71c62a22010-06-02 19:13:40 +00001076 //
Eli Friedman962f5492010-06-02 19:35:46 +00001077 // FIXME: We really should do custom legalization for addition and
1078 // subtraction on x86-32 once PR3203 is fixed. We really can't do much better
1079 // than generic legalization for 64-bit multiplication-with-overflow, though.
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001080 for (unsigned i = 0, e = 3+Subtarget->is64Bit(); i != e; ++i) {
1081 // Add/Sub/Mul with overflow operations are custom lowered.
1082 MVT VT = IntVTs[i];
1083 setOperationAction(ISD::SADDO, VT, Custom);
1084 setOperationAction(ISD::UADDO, VT, Custom);
1085 setOperationAction(ISD::SSUBO, VT, Custom);
1086 setOperationAction(ISD::USUBO, VT, Custom);
1087 setOperationAction(ISD::SMULO, VT, Custom);
1088 setOperationAction(ISD::UMULO, VT, Custom);
Eli Friedmana993f0a2010-06-02 00:27:18 +00001089 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001090
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001091 // There are no 8-bit 3-address imul/mul instructions
1092 setOperationAction(ISD::SMULO, MVT::i8, Expand);
1093 setOperationAction(ISD::UMULO, MVT::i8, Expand);
Bill Wendling41ea7e72008-11-24 19:21:46 +00001094
Evan Chengd54f2d52009-03-31 19:38:51 +00001095 if (!Subtarget->is64Bit()) {
1096 // These libcalls are not available in 32-bit.
1097 setLibcallName(RTLIB::SHL_I128, 0);
1098 setLibcallName(RTLIB::SRL_I128, 0);
1099 setLibcallName(RTLIB::SRA_I128, 0);
1100 }
1101
Evan Cheng206ee9d2006-07-07 08:33:52 +00001102 // We have target-specific dag combine patterns for the following nodes:
1103 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Dan Gohman1bbf72b2010-03-15 23:23:03 +00001104 setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
Evan Chengd880b972008-05-09 21:53:03 +00001105 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +00001106 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +00001107 setTargetDAGCombine(ISD::SHL);
1108 setTargetDAGCombine(ISD::SRA);
1109 setTargetDAGCombine(ISD::SRL);
Evan Cheng760d1942010-01-04 21:22:48 +00001110 setTargetDAGCombine(ISD::OR);
Nate Begemanb65c1752010-12-17 22:55:37 +00001111 setTargetDAGCombine(ISD::AND);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +00001112 setTargetDAGCombine(ISD::ADD);
1113 setTargetDAGCombine(ISD::SUB);
Chris Lattner149a4e52008-02-22 02:09:43 +00001114 setTargetDAGCombine(ISD::STORE);
Evan Cheng2e489c42009-12-16 00:53:11 +00001115 setTargetDAGCombine(ISD::ZERO_EXTEND);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +00001116 setTargetDAGCombine(ISD::SINT_TO_FP);
Evan Cheng0b0cd912009-03-28 05:57:29 +00001117 if (Subtarget->is64Bit())
1118 setTargetDAGCombine(ISD::MUL);
Evan Cheng206ee9d2006-07-07 08:33:52 +00001119
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001120 computeRegisterProperties();
1121
Evan Cheng05219282011-01-06 06:52:41 +00001122 // On Darwin, -Os means optimize for size without hurting performance,
1123 // do not reduce the limit.
Dan Gohman87060f52008-06-30 21:00:56 +00001124 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001125 maxStoresPerMemsetOptSize = Subtarget->isTargetDarwin() ? 16 : 8;
Evan Cheng255f20f2010-04-01 06:04:33 +00001126 maxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001127 maxStoresPerMemcpyOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
1128 maxStoresPerMemmove = 8; // For @llvm.memmove -> sequence of stores
1129 maxStoresPerMemmoveOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
Evan Chengfb8075d2008-02-28 00:43:03 +00001130 setPrefLoopAlignment(16);
Evan Cheng6ebf7bc2009-05-13 21:42:09 +00001131 benefitFromCodePlacementOpt = true;
Eli Friedmanfc5d3052011-05-06 20:34:06 +00001132
1133 setPrefFunctionAlignment(4);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001134}
1135
Scott Michel5b8f82e2008-03-10 15:42:14 +00001136
Owen Anderson825b72b2009-08-11 20:47:22 +00001137MVT::SimpleValueType X86TargetLowering::getSetCCResultType(EVT VT) const {
1138 return MVT::i8;
Scott Michel5b8f82e2008-03-10 15:42:14 +00001139}
1140
1141
Evan Cheng29286502008-01-23 23:17:41 +00001142/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1143/// the desired ByVal argument alignment.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001144static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) {
Evan Cheng29286502008-01-23 23:17:41 +00001145 if (MaxAlign == 16)
1146 return;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001147 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001148 if (VTy->getBitWidth() == 128)
1149 MaxAlign = 16;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001150 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001151 unsigned EltAlign = 0;
1152 getMaxByValAlign(ATy->getElementType(), EltAlign);
1153 if (EltAlign > MaxAlign)
1154 MaxAlign = EltAlign;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001155 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001156 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1157 unsigned EltAlign = 0;
1158 getMaxByValAlign(STy->getElementType(i), EltAlign);
1159 if (EltAlign > MaxAlign)
1160 MaxAlign = EltAlign;
1161 if (MaxAlign == 16)
1162 break;
1163 }
1164 }
1165 return;
1166}
1167
1168/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1169/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +00001170/// that contain SSE vectors are placed at 16-byte boundaries while the rest
1171/// are at 4-byte boundaries.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001172unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +00001173 if (Subtarget->is64Bit()) {
1174 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001175 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +00001176 if (TyAlign > 8)
1177 return TyAlign;
1178 return 8;
1179 }
1180
Evan Cheng29286502008-01-23 23:17:41 +00001181 unsigned Align = 4;
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001182 if (Subtarget->hasXMM())
Dale Johannesen0c191872008-02-08 19:48:20 +00001183 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +00001184 return Align;
1185}
Chris Lattner2b02a442007-02-25 08:29:00 +00001186
Evan Chengf0df0312008-05-15 08:39:06 +00001187/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Chengc3b0c342010-04-08 07:37:57 +00001188/// and store operations as a result of memset, memcpy, and memmove
1189/// lowering. If DstAlign is zero that means it's safe to destination
1190/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1191/// means there isn't a need to check it against alignment requirement,
1192/// probably because the source does not need to be loaded. If
1193/// 'NonScalarIntSafe' is true, that means it's safe to return a
1194/// non-scalar-integer type, e.g. empty string source, constant, or loaded
1195/// from memory. 'MemcpyStrSrc' indicates whether the memcpy source is
1196/// constant so it does not need to be loaded.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001197/// It returns EVT::Other if the type should be determined using generic
1198/// target-independent logic.
Owen Andersone50ed302009-08-10 22:56:29 +00001199EVT
Evan Cheng255f20f2010-04-01 06:04:33 +00001200X86TargetLowering::getOptimalMemOpType(uint64_t Size,
1201 unsigned DstAlign, unsigned SrcAlign,
Evan Chengf28f8bc2010-04-02 19:36:14 +00001202 bool NonScalarIntSafe,
Evan Chengc3b0c342010-04-08 07:37:57 +00001203 bool MemcpyStrSrc,
Dan Gohman37f32ee2010-04-16 20:11:05 +00001204 MachineFunction &MF) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +00001205 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
1206 // linux. This is because the stack realignment code can't handle certain
1207 // cases like PR2962. This should be removed when PR2962 is fixed.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001208 const Function *F = MF.getFunction();
Evan Chenga5e13622011-01-07 19:35:30 +00001209 if (NonScalarIntSafe &&
1210 !F->hasFnAttr(Attribute::NoImplicitFloat)) {
Evan Cheng255f20f2010-04-01 06:04:33 +00001211 if (Size >= 16 &&
Evan Chenga5e13622011-01-07 19:35:30 +00001212 (Subtarget->isUnalignedMemAccessFast() ||
1213 ((DstAlign == 0 || DstAlign >= 16) &&
1214 (SrcAlign == 0 || SrcAlign >= 16))) &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001215 Subtarget->getStackAlignment() >= 16) {
1216 if (Subtarget->hasSSE2())
1217 return MVT::v4i32;
Evan Chengf28f8bc2010-04-02 19:36:14 +00001218 if (Subtarget->hasSSE1())
Evan Cheng255f20f2010-04-01 06:04:33 +00001219 return MVT::v4f32;
Evan Chengc3b0c342010-04-08 07:37:57 +00001220 } else if (!MemcpyStrSrc && Size >= 8 &&
Evan Cheng3ea97552010-04-01 20:27:45 +00001221 !Subtarget->is64Bit() &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001222 Subtarget->getStackAlignment() >= 8 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001223 Subtarget->hasXMMInt()) {
Evan Chengc3b0c342010-04-08 07:37:57 +00001224 // Do not use f64 to lower memcpy if source is string constant. It's
1225 // better to use i32 to avoid the loads.
Evan Cheng255f20f2010-04-01 06:04:33 +00001226 return MVT::f64;
Evan Chengc3b0c342010-04-08 07:37:57 +00001227 }
Chris Lattner4002a1b2008-10-28 05:49:35 +00001228 }
Evan Chengf0df0312008-05-15 08:39:06 +00001229 if (Subtarget->is64Bit() && Size >= 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00001230 return MVT::i64;
1231 return MVT::i32;
Evan Chengf0df0312008-05-15 08:39:06 +00001232}
1233
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001234/// getJumpTableEncoding - Return the entry encoding for a jump table in the
1235/// current function. The returned value is a member of the
1236/// MachineJumpTableInfo::JTEntryKind enum.
1237unsigned X86TargetLowering::getJumpTableEncoding() const {
1238 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1239 // symbol.
1240 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1241 Subtarget->isPICStyleGOT())
Chris Lattnerc64daab2010-01-26 05:02:42 +00001242 return MachineJumpTableInfo::EK_Custom32;
Michael J. Spencerec38de22010-10-10 22:04:20 +00001243
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001244 // Otherwise, use the normal jump table encoding heuristics.
1245 return TargetLowering::getJumpTableEncoding();
1246}
1247
Chris Lattnerc64daab2010-01-26 05:02:42 +00001248const MCExpr *
1249X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
1250 const MachineBasicBlock *MBB,
1251 unsigned uid,MCContext &Ctx) const{
1252 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1253 Subtarget->isPICStyleGOT());
1254 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
1255 // entries.
Daniel Dunbar4e815f82010-03-15 23:51:06 +00001256 return MCSymbolRefExpr::Create(MBB->getSymbol(),
1257 MCSymbolRefExpr::VK_GOTOFF, Ctx);
Chris Lattnerc64daab2010-01-26 05:02:42 +00001258}
1259
Evan Chengcc415862007-11-09 01:32:10 +00001260/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
1261/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +00001262SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Chris Lattner589c6f62010-01-26 06:28:43 +00001263 SelectionDAG &DAG) const {
Chris Lattnere4df7562009-07-09 03:15:51 +00001264 if (!Subtarget->is64Bit())
Dale Johannesenb300d2a2009-02-07 00:55:49 +00001265 // This doesn't have DebugLoc associated with it, but is not really the
1266 // same as a Register.
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00001267 return DAG.getNode(X86ISD::GlobalBaseReg, DebugLoc(), getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +00001268 return Table;
1269}
1270
Chris Lattner589c6f62010-01-26 06:28:43 +00001271/// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1272/// given PIC jumptable, the same as getPICJumpTableRelocBase, but as an
1273/// MCExpr.
1274const MCExpr *X86TargetLowering::
1275getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
1276 MCContext &Ctx) const {
1277 // X86-64 uses RIP relative addressing based on the jump table label.
1278 if (Subtarget->isPICStyleRIPRel())
1279 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
1280
1281 // Otherwise, the reference is relative to the PIC base.
Chris Lattner142b5312010-11-14 22:48:15 +00001282 return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
Chris Lattner589c6f62010-01-26 06:28:43 +00001283}
1284
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001285// FIXME: Why this routine is here? Move to RegInfo!
Evan Chengdee81012010-07-26 21:50:05 +00001286std::pair<const TargetRegisterClass*, uint8_t>
1287X86TargetLowering::findRepresentativeClass(EVT VT) const{
1288 const TargetRegisterClass *RRC = 0;
1289 uint8_t Cost = 1;
1290 switch (VT.getSimpleVT().SimpleTy) {
1291 default:
1292 return TargetLowering::findRepresentativeClass(VT);
1293 case MVT::i8: case MVT::i16: case MVT::i32: case MVT::i64:
1294 RRC = (Subtarget->is64Bit()
1295 ? X86::GR64RegisterClass : X86::GR32RegisterClass);
1296 break;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001297 case MVT::x86mmx:
Evan Chengdee81012010-07-26 21:50:05 +00001298 RRC = X86::VR64RegisterClass;
1299 break;
1300 case MVT::f32: case MVT::f64:
1301 case MVT::v16i8: case MVT::v8i16: case MVT::v4i32: case MVT::v2i64:
1302 case MVT::v4f32: case MVT::v2f64:
1303 case MVT::v32i8: case MVT::v8i32: case MVT::v4i64: case MVT::v8f32:
1304 case MVT::v4f64:
1305 RRC = X86::VR128RegisterClass;
1306 break;
1307 }
1308 return std::make_pair(RRC, Cost);
1309}
1310
Eric Christopherf7a0c7b2010-07-06 05:18:56 +00001311bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace,
1312 unsigned &Offset) const {
1313 if (!Subtarget->isTargetLinux())
1314 return false;
1315
1316 if (Subtarget->is64Bit()) {
1317 // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
1318 Offset = 0x28;
1319 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
1320 AddressSpace = 256;
1321 else
1322 AddressSpace = 257;
1323 } else {
1324 // %gs:0x14 on i386
1325 Offset = 0x14;
1326 AddressSpace = 256;
1327 }
1328 return true;
1329}
1330
1331
Chris Lattner2b02a442007-02-25 08:29:00 +00001332//===----------------------------------------------------------------------===//
1333// Return Value Calling Convention Implementation
1334//===----------------------------------------------------------------------===//
1335
Chris Lattner59ed56b2007-02-28 04:55:35 +00001336#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001337
Michael J. Spencerec38de22010-10-10 22:04:20 +00001338bool
Eric Christopher471e4222011-06-08 23:55:35 +00001339X86TargetLowering::CanLowerReturn(CallingConv::ID CallConv,
1340 MachineFunction &MF, bool isVarArg,
Dan Gohman84023e02010-07-10 09:00:22 +00001341 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001342 LLVMContext &Context) const {
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001343 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001344 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001345 RVLocs, Context);
Dan Gohman84023e02010-07-10 09:00:22 +00001346 return CCInfo.CheckReturn(Outs, RetCC_X86);
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001347}
1348
Dan Gohman98ca4f22009-08-05 01:29:28 +00001349SDValue
1350X86TargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001351 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001352 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001353 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmand858e902010-04-17 15:26:15 +00001354 DebugLoc dl, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00001355 MachineFunction &MF = DAG.getMachineFunction();
1356 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001357
Chris Lattner9774c912007-02-27 05:28:59 +00001358 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001359 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001360 RVLocs, *DAG.getContext());
1361 CCInfo.AnalyzeReturn(Outs, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001362
Evan Chengdcea1632010-02-04 02:40:39 +00001363 // Add the regs to the liveout set for the function.
1364 MachineRegisterInfo &MRI = DAG.getMachineFunction().getRegInfo();
1365 for (unsigned i = 0; i != RVLocs.size(); ++i)
1366 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg()))
1367 MRI.addLiveOut(RVLocs[i].getLocReg());
Scott Michelfdc40a02009-02-17 22:15:04 +00001368
Dan Gohman475871a2008-07-27 21:46:04 +00001369 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001370
Dan Gohman475871a2008-07-27 21:46:04 +00001371 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +00001372 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1373 // Operand #1 = Bytes To Pop
Dan Gohman1e93df62010-04-17 14:41:14 +00001374 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(),
1375 MVT::i16));
Scott Michelfdc40a02009-02-17 22:15:04 +00001376
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001377 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +00001378 for (unsigned i = 0; i != RVLocs.size(); ++i) {
1379 CCValAssign &VA = RVLocs[i];
1380 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohmanc9403652010-07-07 15:54:55 +00001381 SDValue ValToCopy = OutVals[i];
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001382 EVT ValVT = ValToCopy.getValueType();
1383
Dale Johannesenc4510512010-09-24 19:05:48 +00001384 // If this is x86-64, and we disabled SSE, we can't return FP values,
1385 // or SSE or MMX vectors.
1386 if ((ValVT == MVT::f32 || ValVT == MVT::f64 ||
1387 VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001388 (Subtarget->is64Bit() && !Subtarget->hasXMM())) {
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001389 report_fatal_error("SSE register return with SSE disabled");
1390 }
1391 // Likewise we can't return F64 values with SSE1 only. gcc does so, but
1392 // llvm-gcc has never done it right and no one has noticed, so this
1393 // should be OK for now.
1394 if (ValVT == MVT::f64 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001395 (Subtarget->is64Bit() && !Subtarget->hasXMMInt()))
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001396 report_fatal_error("SSE2 register return with SSE2 disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00001397
Chris Lattner447ff682008-03-11 03:23:40 +00001398 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1399 // the RET instruction and handled by the FP Stackifier.
Dan Gohman37eed792009-02-04 17:28:58 +00001400 if (VA.getLocReg() == X86::ST0 ||
1401 VA.getLocReg() == X86::ST1) {
Chris Lattner447ff682008-03-11 03:23:40 +00001402 // If this is a copy from an xmm register to ST(0), use an FPExtend to
1403 // change the value to the FP stack register class.
Dan Gohman37eed792009-02-04 17:28:58 +00001404 if (isScalarFPTypeInSSEReg(VA.getValVT()))
Owen Anderson825b72b2009-08-11 20:47:22 +00001405 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
Chris Lattner447ff682008-03-11 03:23:40 +00001406 RetOps.push_back(ValToCopy);
1407 // Don't emit a copytoreg.
1408 continue;
1409 }
Dale Johannesena68f9012008-06-24 22:01:44 +00001410
Evan Cheng242b38b2009-02-23 09:03:22 +00001411 // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
1412 // which is returned in RAX / RDX.
Evan Cheng6140a8b2009-02-22 08:05:12 +00001413 if (Subtarget->is64Bit()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001414 if (ValVT == MVT::x86mmx) {
Chris Lattner97a2a562010-08-26 05:24:29 +00001415 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001416 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ValToCopy);
Eric Christopher90eb4022010-07-22 00:26:08 +00001417 ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
1418 ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001419 // If we don't have SSE2 available, convert to v4f32 so the generated
1420 // register is legal.
1421 if (!Subtarget->hasSSE2())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001422 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32,ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001423 }
Evan Cheng242b38b2009-02-23 09:03:22 +00001424 }
Evan Cheng6140a8b2009-02-22 08:05:12 +00001425 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00001426
Dale Johannesendd64c412009-02-04 00:33:20 +00001427 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001428 Flag = Chain.getValue(1);
1429 }
Dan Gohman61a92132008-04-21 23:59:07 +00001430
1431 // The x86-64 ABI for returning structs by value requires that we copy
1432 // the sret argument into %rax for the return. We saved the argument into
1433 // a virtual register in the entry block, so now we copy the value out
1434 // and into %rax.
1435 if (Subtarget->is64Bit() &&
1436 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1437 MachineFunction &MF = DAG.getMachineFunction();
1438 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1439 unsigned Reg = FuncInfo->getSRetReturnReg();
Michael J. Spencerec38de22010-10-10 22:04:20 +00001440 assert(Reg &&
Zhongxing Xuc2798a12010-05-26 08:10:02 +00001441 "SRetReturnReg should have been set in LowerFormalArguments().");
Dale Johannesendd64c412009-02-04 00:33:20 +00001442 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001443
Dale Johannesendd64c412009-02-04 00:33:20 +00001444 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
Dan Gohman61a92132008-04-21 23:59:07 +00001445 Flag = Chain.getValue(1);
Dan Gohman00326812009-10-12 16:36:12 +00001446
1447 // RAX now acts like a return value.
Evan Chengdcea1632010-02-04 02:40:39 +00001448 MRI.addLiveOut(X86::RAX);
Dan Gohman61a92132008-04-21 23:59:07 +00001449 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001450
Chris Lattner447ff682008-03-11 03:23:40 +00001451 RetOps[0] = Chain; // Update chain.
1452
1453 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001454 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001455 RetOps.push_back(Flag);
Scott Michelfdc40a02009-02-17 22:15:04 +00001456
1457 return DAG.getNode(X86ISD::RET_FLAG, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00001458 MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001459}
1460
Evan Cheng3d2125c2010-11-30 23:55:39 +00001461bool X86TargetLowering::isUsedByReturnOnly(SDNode *N) const {
1462 if (N->getNumValues() != 1)
1463 return false;
1464 if (!N->hasNUsesOfValue(1, 0))
1465 return false;
1466
1467 SDNode *Copy = *N->use_begin();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001468 if (Copy->getOpcode() != ISD::CopyToReg &&
1469 Copy->getOpcode() != ISD::FP_EXTEND)
Evan Cheng3d2125c2010-11-30 23:55:39 +00001470 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001471
1472 bool HasRet = false;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001473 for (SDNode::use_iterator UI = Copy->use_begin(), UE = Copy->use_end();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001474 UI != UE; ++UI) {
Evan Cheng3d2125c2010-11-30 23:55:39 +00001475 if (UI->getOpcode() != X86ISD::RET_FLAG)
1476 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001477 HasRet = true;
1478 }
Evan Cheng3d2125c2010-11-30 23:55:39 +00001479
Evan Cheng1bf891a2010-12-01 22:59:46 +00001480 return HasRet;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001481}
1482
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001483EVT
1484X86TargetLowering::getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT,
Cameron Zwarich44579682011-03-17 14:21:56 +00001485 ISD::NodeType ExtendKind) const {
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001486 MVT ReturnMVT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001487 // TODO: Is this also valid on 32-bit?
1488 if (Subtarget->is64Bit() && VT == MVT::i1 && ExtendKind == ISD::ZERO_EXTEND)
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001489 ReturnMVT = MVT::i8;
1490 else
1491 ReturnMVT = MVT::i32;
1492
1493 EVT MinVT = getRegisterType(Context, ReturnMVT);
1494 return VT.bitsLT(MinVT) ? MinVT : VT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001495}
1496
Dan Gohman98ca4f22009-08-05 01:29:28 +00001497/// LowerCallResult - Lower the result values of a call into the
1498/// appropriate copies out of appropriate physical registers.
1499///
1500SDValue
1501X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001502 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001503 const SmallVectorImpl<ISD::InputArg> &Ins,
1504 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001505 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001506
Chris Lattnere32bbf62007-02-28 07:09:55 +00001507 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001508 SmallVector<CCValAssign, 16> RVLocs;
Torok Edwin3f142c32009-02-01 18:15:56 +00001509 bool Is64Bit = Subtarget->is64Bit();
Eric Christopher471e4222011-06-08 23:55:35 +00001510 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
1511 getTargetMachine(), RVLocs, *DAG.getContext());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001512 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001513
Chris Lattner3085e152007-02-25 08:59:22 +00001514 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001515 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Dan Gohman37eed792009-02-04 17:28:58 +00001516 CCValAssign &VA = RVLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00001517 EVT CopyVT = VA.getValVT();
Scott Michelfdc40a02009-02-17 22:15:04 +00001518
Torok Edwin3f142c32009-02-01 18:15:56 +00001519 // If this is x86-64, and we disabled SSE, we can't return FP values
Owen Anderson825b72b2009-08-11 20:47:22 +00001520 if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001521 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasXMM())) {
Chris Lattner75361b62010-04-07 22:58:41 +00001522 report_fatal_error("SSE register return with SSE disabled");
Torok Edwin3f142c32009-02-01 18:15:56 +00001523 }
1524
Evan Cheng79fb3b42009-02-20 20:43:02 +00001525 SDValue Val;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001526
1527 // If this is a call to a function that returns an fp value on the floating
1528 // point stack, we must guarantee the the value is popped from the stack, so
1529 // a CopyFromReg is not good enough - the copy instruction may be eliminated
Jakob Stoklund Olesen9bbe4d62011-06-28 18:32:28 +00001530 // if the return value is not used. We use the FpPOP_RETVAL instruction
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001531 // instead.
1532 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
1533 // If we prefer to use the value in xmm registers, copy it out as f80 and
1534 // use a truncate to move it from fp stack reg to xmm reg.
1535 if (isScalarFPTypeInSSEReg(VA.getValVT())) CopyVT = MVT::f80;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001536 SDValue Ops[] = { Chain, InFlag };
Jakob Stoklund Olesen9bbe4d62011-06-28 18:32:28 +00001537 Chain = SDValue(DAG.getMachineNode(X86::FpPOP_RETVAL, dl, CopyVT,
1538 MVT::Other, MVT::Glue, Ops, 2), 1);
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001539 Val = Chain.getValue(0);
1540
1541 // Round the f80 to the right size, which also moves it to the appropriate
1542 // xmm register.
1543 if (CopyVT != VA.getValVT())
1544 Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
1545 // This truncation won't change the value.
1546 DAG.getIntPtrConstant(1));
Evan Cheng79fb3b42009-02-20 20:43:02 +00001547 } else {
1548 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1549 CopyVT, InFlag).getValue(1);
1550 Val = Chain.getValue(0);
1551 }
Chris Lattner8e6da152008-03-10 21:08:41 +00001552 InFlag = Chain.getValue(2);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001553 InVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001554 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001555
Dan Gohman98ca4f22009-08-05 01:29:28 +00001556 return Chain;
Chris Lattner2b02a442007-02-25 08:29:00 +00001557}
1558
1559
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001560//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001561// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001562//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001563// StdCall calling convention seems to be standard for many Windows' API
1564// routines and around. It differs from C calling convention just a little:
1565// callee should clean up the stack, not caller. Symbols should be also
1566// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001567// For info on fast calling convention see Fast Calling Convention (tail call)
1568// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001569
Dan Gohman98ca4f22009-08-05 01:29:28 +00001570/// CallIsStructReturn - Determines whether a call uses struct return
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001571/// semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001572static bool CallIsStructReturn(const SmallVectorImpl<ISD::OutputArg> &Outs) {
1573 if (Outs.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001574 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001575
Dan Gohman98ca4f22009-08-05 01:29:28 +00001576 return Outs[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001577}
1578
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001579/// ArgsAreStructReturn - Determines whether a function uses struct
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001580/// return semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001581static bool
1582ArgsAreStructReturn(const SmallVectorImpl<ISD::InputArg> &Ins) {
1583 if (Ins.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001584 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001585
Dan Gohman98ca4f22009-08-05 01:29:28 +00001586 return Ins[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001587}
1588
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001589/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1590/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001591/// the specific parameter attribute. The copy will be passed as a byval
1592/// function parameter.
Scott Michelfdc40a02009-02-17 22:15:04 +00001593static SDValue
Dan Gohman475871a2008-07-27 21:46:04 +00001594CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001595 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
1596 DebugLoc dl) {
Chris Lattnere72f2022010-09-21 05:40:29 +00001597 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Michael J. Spencerec38de22010-10-10 22:04:20 +00001598
Dale Johannesendd64c412009-02-04 00:33:20 +00001599 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Stuart Hastings03d58262011-03-10 00:25:53 +00001600 /*isVolatile*/false, /*AlwaysInline=*/true,
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001601 MachinePointerInfo(), MachinePointerInfo());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001602}
1603
Chris Lattner29689432010-03-11 00:22:57 +00001604/// IsTailCallConvention - Return true if the calling convention is one that
1605/// supports tail call optimization.
1606static bool IsTailCallConvention(CallingConv::ID CC) {
1607 return (CC == CallingConv::Fast || CC == CallingConv::GHC);
1608}
1609
Evan Cheng485fafc2011-03-21 01:19:09 +00001610bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
1611 if (!CI->isTailCall())
1612 return false;
1613
1614 CallSite CS(CI);
1615 CallingConv::ID CalleeCC = CS.getCallingConv();
1616 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1617 return false;
1618
1619 return true;
1620}
1621
Evan Cheng0c439eb2010-01-27 00:07:07 +00001622/// FuncIsMadeTailCallSafe - Return true if the function is being made into
1623/// a tailcall target by changing its ABI.
1624static bool FuncIsMadeTailCallSafe(CallingConv::ID CC) {
Chris Lattner29689432010-03-11 00:22:57 +00001625 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
Evan Cheng0c439eb2010-01-27 00:07:07 +00001626}
1627
Dan Gohman98ca4f22009-08-05 01:29:28 +00001628SDValue
1629X86TargetLowering::LowerMemArgument(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001630 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001631 const SmallVectorImpl<ISD::InputArg> &Ins,
1632 DebugLoc dl, SelectionDAG &DAG,
1633 const CCValAssign &VA,
1634 MachineFrameInfo *MFI,
Dan Gohmand858e902010-04-17 15:26:15 +00001635 unsigned i) const {
Rafael Espindola7effac52007-09-14 15:48:13 +00001636 // Create the nodes corresponding to a load from this parameter slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001637 ISD::ArgFlagsTy Flags = Ins[i].Flags;
Evan Cheng0c439eb2010-01-27 00:07:07 +00001638 bool AlwaysUseMutable = FuncIsMadeTailCallSafe(CallConv);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001639 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Anton Korobeynikov22472762009-08-14 18:19:10 +00001640 EVT ValVT;
1641
1642 // If value is passed by pointer we have address passed instead of the value
1643 // itself.
1644 if (VA.getLocInfo() == CCValAssign::Indirect)
1645 ValVT = VA.getLocVT();
1646 else
1647 ValVT = VA.getValVT();
Evan Chenge70bb592008-01-10 02:24:25 +00001648
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001649 // FIXME: For now, all byval parameter objects are marked mutable. This can be
Scott Michelfdc40a02009-02-17 22:15:04 +00001650 // changed with more analysis.
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001651 // In case of tail call optimization mark all arguments mutable. Since they
1652 // could be overwritten by lowering of arguments in case of a tail call.
Evan Cheng90567c32010-02-02 23:58:13 +00001653 if (Flags.isByVal()) {
Evan Chengee2e0e32011-03-30 23:44:13 +00001654 unsigned Bytes = Flags.getByValSize();
1655 if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
1656 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001657 return DAG.getFrameIndex(FI, getPointerTy());
1658 } else {
1659 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
Evan Chenged2ae132010-07-03 00:40:23 +00001660 VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001661 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
1662 return DAG.getLoad(ValVT, dl, Chain, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001663 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00001664 false, false, 0);
Evan Cheng90567c32010-02-02 23:58:13 +00001665 }
Rafael Espindola7effac52007-09-14 15:48:13 +00001666}
1667
Dan Gohman475871a2008-07-27 21:46:04 +00001668SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001669X86TargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001670 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001671 bool isVarArg,
1672 const SmallVectorImpl<ISD::InputArg> &Ins,
1673 DebugLoc dl,
1674 SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001675 SmallVectorImpl<SDValue> &InVals)
1676 const {
Evan Cheng1bc78042006-04-26 01:20:17 +00001677 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001678 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001679
Gordon Henriksen86737662008-01-05 16:56:59 +00001680 const Function* Fn = MF.getFunction();
1681 if (Fn->hasExternalLinkage() &&
1682 Subtarget->isTargetCygMing() &&
1683 Fn->getName() == "main")
1684 FuncInfo->setForceFramePointer(true);
1685
Evan Cheng1bc78042006-04-26 01:20:17 +00001686 MachineFrameInfo *MFI = MF.getFrameInfo();
Gordon Henriksen86737662008-01-05 16:56:59 +00001687 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001688 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001689
Chris Lattner29689432010-03-11 00:22:57 +00001690 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1691 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001692
Chris Lattner638402b2007-02-28 07:00:42 +00001693 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001694 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001695 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001696 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001697
1698 // Allocate shadow area for Win64
1699 if (IsWin64) {
1700 CCInfo.AllocateStack(32, 8);
1701 }
1702
Duncan Sands45907662010-10-31 13:21:44 +00001703 CCInfo.AnalyzeFormalArguments(Ins, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001704
Chris Lattnerf39f7712007-02-28 05:46:49 +00001705 unsigned LastVal = ~0U;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001706 SDValue ArgValue;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001707 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1708 CCValAssign &VA = ArgLocs[i];
1709 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1710 // places.
1711 assert(VA.getValNo() != LastVal &&
1712 "Don't support value assigned to multiple locs yet");
1713 LastVal = VA.getValNo();
Scott Michelfdc40a02009-02-17 22:15:04 +00001714
Chris Lattnerf39f7712007-02-28 05:46:49 +00001715 if (VA.isRegLoc()) {
Owen Andersone50ed302009-08-10 22:56:29 +00001716 EVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001717 TargetRegisterClass *RC = NULL;
Owen Anderson825b72b2009-08-11 20:47:22 +00001718 if (RegVT == MVT::i32)
Chris Lattnerf39f7712007-02-28 05:46:49 +00001719 RC = X86::GR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001720 else if (Is64Bit && RegVT == MVT::i64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001721 RC = X86::GR64RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001722 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001723 RC = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001724 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001725 RC = X86::FR64RegisterClass;
Bruno Cardoso Lopesac098352010-08-05 23:35:51 +00001726 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256)
1727 RC = X86::VR256RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001728 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001729 RC = X86::VR128RegisterClass;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001730 else if (RegVT == MVT::x86mmx)
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001731 RC = X86::VR64RegisterClass;
1732 else
Torok Edwinc23197a2009-07-14 16:55:14 +00001733 llvm_unreachable("Unknown argument type!");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001734
Devang Patel68e6bee2011-02-21 23:21:26 +00001735 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001736 ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, RegVT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001737
Chris Lattnerf39f7712007-02-28 05:46:49 +00001738 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1739 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1740 // right size.
1741 if (VA.getLocInfo() == CCValAssign::SExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001742 ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001743 DAG.getValueType(VA.getValVT()));
1744 else if (VA.getLocInfo() == CCValAssign::ZExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001745 ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001746 DAG.getValueType(VA.getValVT()));
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001747 else if (VA.getLocInfo() == CCValAssign::BCvt)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001748 ArgValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), ArgValue);
Scott Michelfdc40a02009-02-17 22:15:04 +00001749
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001750 if (VA.isExtInLoc()) {
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001751 // Handle MMX values passed in XMM regs.
1752 if (RegVT.isVector()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001753 ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(),
1754 ArgValue);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001755 } else
1756 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001757 }
Chris Lattnerf39f7712007-02-28 05:46:49 +00001758 } else {
1759 assert(VA.isMemLoc());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001760 ArgValue = LowerMemArgument(Chain, CallConv, Ins, dl, DAG, VA, MFI, i);
Evan Cheng1bc78042006-04-26 01:20:17 +00001761 }
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001762
1763 // If value is passed via pointer - do a load.
1764 if (VA.getLocInfo() == CCValAssign::Indirect)
Chris Lattner51abfe42010-09-21 06:02:19 +00001765 ArgValue = DAG.getLoad(VA.getValVT(), dl, Chain, ArgValue,
1766 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001767
Dan Gohman98ca4f22009-08-05 01:29:28 +00001768 InVals.push_back(ArgValue);
Evan Cheng1bc78042006-04-26 01:20:17 +00001769 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001770
Dan Gohman61a92132008-04-21 23:59:07 +00001771 // The x86-64 ABI for returning structs by value requires that we copy
1772 // the sret argument into %rax for the return. Save the argument into
1773 // a virtual register so that we can access it from the return points.
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001774 if (Is64Bit && MF.getFunction()->hasStructRetAttr()) {
Dan Gohman61a92132008-04-21 23:59:07 +00001775 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1776 unsigned Reg = FuncInfo->getSRetReturnReg();
1777 if (!Reg) {
Owen Anderson825b72b2009-08-11 20:47:22 +00001778 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
Dan Gohman61a92132008-04-21 23:59:07 +00001779 FuncInfo->setSRetReturnReg(Reg);
1780 }
Dan Gohman98ca4f22009-08-05 01:29:28 +00001781 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
Owen Anderson825b72b2009-08-11 20:47:22 +00001782 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
Dan Gohman61a92132008-04-21 23:59:07 +00001783 }
1784
Chris Lattnerf39f7712007-02-28 05:46:49 +00001785 unsigned StackSize = CCInfo.getNextStackOffset();
Evan Cheng0c439eb2010-01-27 00:07:07 +00001786 // Align stack specially for tail calls.
1787 if (FuncIsMadeTailCallSafe(CallConv))
Gordon Henriksenae636f82008-01-03 16:47:34 +00001788 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001789
Evan Cheng1bc78042006-04-26 01:20:17 +00001790 // If the function takes variable number of arguments, make a frame index for
1791 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001792 if (isVarArg) {
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001793 if (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
1794 CallConv != CallingConv::X86_ThisCall)) {
Jakob Stoklund Olesenb2eeed72010-07-29 17:42:27 +00001795 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, StackSize,true));
Gordon Henriksen86737662008-01-05 16:56:59 +00001796 }
1797 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001798 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1799
1800 // FIXME: We should really autogenerate these arrays
1801 static const unsigned GPR64ArgRegsWin64[] = {
1802 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001803 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001804 static const unsigned GPR64ArgRegs64Bit[] = {
1805 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1806 };
1807 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001808 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1809 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1810 };
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001811 const unsigned *GPR64ArgRegs;
1812 unsigned NumXMMRegs = 0;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001813
1814 if (IsWin64) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001815 // The XMM registers which might contain var arg parameters are shadowed
1816 // in their paired GPR. So we only need to save the GPR to their home
1817 // slots.
1818 TotalNumIntRegs = 4;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001819 GPR64ArgRegs = GPR64ArgRegsWin64;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001820 } else {
1821 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1822 GPR64ArgRegs = GPR64ArgRegs64Bit;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001823
1824 NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs64Bit, TotalNumXMMRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001825 }
1826 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1827 TotalNumIntRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001828
Devang Patel578efa92009-06-05 21:57:13 +00001829 bool NoImplicitFloatOps = Fn->hasFnAttr(Attribute::NoImplicitFloat);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001830 assert(!(NumXMMRegs && !Subtarget->hasXMM()) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001831 "SSE register cannot be used when SSE is disabled!");
Devang Patel578efa92009-06-05 21:57:13 +00001832 assert(!(NumXMMRegs && UseSoftFloat && NoImplicitFloatOps) &&
Evan Chengc7ce29b2009-02-13 22:36:38 +00001833 "SSE register cannot be used when SSE is disabled!");
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001834 if (UseSoftFloat || NoImplicitFloatOps || !Subtarget->hasXMM())
Torok Edwin3f142c32009-02-01 18:15:56 +00001835 // Kernel mode asks for SSE to be disabled, so don't push them
1836 // on the stack.
1837 TotalNumXMMRegs = 0;
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001838
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001839 if (IsWin64) {
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001840 const TargetFrameLowering &TFI = *getTargetMachine().getFrameLowering();
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001841 // Get to the caller-allocated home save location. Add 8 to account
1842 // for the return address.
1843 int HomeOffset = TFI.getOffsetOfLocalArea() + 8;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001844 FuncInfo->setRegSaveFrameIndex(
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001845 MFI->CreateFixedObject(1, NumIntRegs * 8 + HomeOffset, false));
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001846 // Fixup to set vararg frame on shadow area (4 x i64).
1847 if (NumIntRegs < 4)
1848 FuncInfo->setVarArgsFrameIndex(FuncInfo->getRegSaveFrameIndex());
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001849 } else {
1850 // For X86-64, if there are vararg parameters that are passed via
1851 // registers, then we must store them to their spots on the stack so they
1852 // may be loaded by deferencing the result of va_next.
1853 FuncInfo->setVarArgsGPOffset(NumIntRegs * 8);
1854 FuncInfo->setVarArgsFPOffset(TotalNumIntRegs * 8 + NumXMMRegs * 16);
1855 FuncInfo->setRegSaveFrameIndex(
1856 MFI->CreateStackObject(TotalNumIntRegs * 8 + TotalNumXMMRegs * 16, 16,
Dan Gohman1e93df62010-04-17 14:41:14 +00001857 false));
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001858 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001859
Gordon Henriksen86737662008-01-05 16:56:59 +00001860 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001861 SmallVector<SDValue, 8> MemOps;
Dan Gohman1e93df62010-04-17 14:41:14 +00001862 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
1863 getPointerTy());
1864 unsigned Offset = FuncInfo->getVarArgsGPOffset();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001865 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Dan Gohmand6708ea2009-08-15 01:38:56 +00001866 SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
1867 DAG.getIntPtrConstant(Offset));
Bob Wilson998e1252009-04-20 18:36:57 +00001868 unsigned VReg = MF.addLiveIn(GPR64ArgRegs[NumIntRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001869 X86::GR64RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +00001870 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Dan Gohman475871a2008-07-27 21:46:04 +00001871 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001872 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001873 MachinePointerInfo::getFixedStack(
1874 FuncInfo->getRegSaveFrameIndex(), Offset),
1875 false, false, 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001876 MemOps.push_back(Store);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001877 Offset += 8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001878 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001879
Dan Gohmanface41a2009-08-16 21:24:25 +00001880 if (TotalNumXMMRegs != 0 && NumXMMRegs != TotalNumXMMRegs) {
1881 // Now store the XMM (fp + vector) parameter registers.
1882 SmallVector<SDValue, 11> SaveXMMOps;
1883 SaveXMMOps.push_back(Chain);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001884
Devang Patel68e6bee2011-02-21 23:21:26 +00001885 unsigned AL = MF.addLiveIn(X86::AL, X86::GR8RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001886 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
1887 SaveXMMOps.push_back(ALVal);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001888
Dan Gohman1e93df62010-04-17 14:41:14 +00001889 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1890 FuncInfo->getRegSaveFrameIndex()));
1891 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1892 FuncInfo->getVarArgsFPOffset()));
Dan Gohmand6708ea2009-08-15 01:38:56 +00001893
Dan Gohmanface41a2009-08-16 21:24:25 +00001894 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001895 unsigned VReg = MF.addLiveIn(XMMArgRegs64Bit[NumXMMRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001896 X86::VR128RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001897 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::v4f32);
1898 SaveXMMOps.push_back(Val);
1899 }
1900 MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
1901 MVT::Other,
1902 &SaveXMMOps[0], SaveXMMOps.size()));
Gordon Henriksen86737662008-01-05 16:56:59 +00001903 }
Dan Gohmanface41a2009-08-16 21:24:25 +00001904
1905 if (!MemOps.empty())
1906 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
1907 &MemOps[0], MemOps.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001908 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001909 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001910
Gordon Henriksen86737662008-01-05 16:56:59 +00001911 // Some CCs need callee pop.
Evan Chengef41ff62011-06-23 17:54:54 +00001912 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt)) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001913 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001914 } else {
Dan Gohman1e93df62010-04-17 14:41:14 +00001915 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001916 // If this is an sret function, the return should pop the hidden pointer.
Chris Lattner29689432010-03-11 00:22:57 +00001917 if (!Is64Bit && !IsTailCallConvention(CallConv) && ArgsAreStructReturn(Ins))
Dan Gohman1e93df62010-04-17 14:41:14 +00001918 FuncInfo->setBytesToPopOnReturn(4);
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001919 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001920
Gordon Henriksen86737662008-01-05 16:56:59 +00001921 if (!Is64Bit) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001922 // RegSaveFrameIndex is X86-64 only.
1923 FuncInfo->setRegSaveFrameIndex(0xAAAAAAA);
Anton Korobeynikovded05e32010-05-16 09:08:45 +00001924 if (CallConv == CallingConv::X86_FastCall ||
1925 CallConv == CallingConv::X86_ThisCall)
Dan Gohman1e93df62010-04-17 14:41:14 +00001926 // fastcc functions can't have varargs.
1927 FuncInfo->setVarArgsFrameIndex(0xAAAAAAA);
Gordon Henriksen86737662008-01-05 16:56:59 +00001928 }
Evan Cheng25caf632006-05-23 21:06:34 +00001929
Dan Gohman98ca4f22009-08-05 01:29:28 +00001930 return Chain;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001931}
1932
Dan Gohman475871a2008-07-27 21:46:04 +00001933SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001934X86TargetLowering::LowerMemOpCallTo(SDValue Chain,
1935 SDValue StackPtr, SDValue Arg,
1936 DebugLoc dl, SelectionDAG &DAG,
Evan Chengdffbd832008-01-10 00:09:10 +00001937 const CCValAssign &VA,
Dan Gohmand858e902010-04-17 15:26:15 +00001938 ISD::ArgFlagsTy Flags) const {
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001939 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001940 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Dale Johannesenace16102009-02-03 19:33:06 +00001941 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001942 if (Flags.isByVal())
Dale Johannesendd64c412009-02-04 00:33:20 +00001943 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001944
1945 return DAG.getStore(Chain, dl, Arg, PtrOff,
1946 MachinePointerInfo::getStack(LocMemOffset),
David Greene67c9d422010-02-15 16:53:33 +00001947 false, false, 0);
Evan Chengdffbd832008-01-10 00:09:10 +00001948}
1949
Bill Wendling64e87322009-01-16 19:25:27 +00001950/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001951/// optimization is performed and it is required.
Scott Michelfdc40a02009-02-17 22:15:04 +00001952SDValue
1953X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Evan Chengddc419c2010-01-26 19:04:47 +00001954 SDValue &OutRetAddr, SDValue Chain,
1955 bool IsTailCall, bool Is64Bit,
Dan Gohmand858e902010-04-17 15:26:15 +00001956 int FPDiff, DebugLoc dl) const {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001957 // Adjust the Return address stack slot.
Owen Andersone50ed302009-08-10 22:56:29 +00001958 EVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001959 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001960
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001961 // Load the "old" Return address.
Chris Lattner51abfe42010-09-21 06:02:19 +00001962 OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, MachinePointerInfo(),
1963 false, false, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001964 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001965}
1966
Chris Lattner7a2bdde2011-04-15 05:18:47 +00001967/// EmitTailCallStoreRetAddr - Emit a store of the return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001968/// optimization is performed and it is required (FPDiff!=0).
Scott Michelfdc40a02009-02-17 22:15:04 +00001969static SDValue
1970EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001971 SDValue Chain, SDValue RetAddrFrIdx,
Dale Johannesenace16102009-02-03 19:33:06 +00001972 bool Is64Bit, int FPDiff, DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001973 // Store the return address to the appropriate stack slot.
1974 if (!FPDiff) return Chain;
1975 // Calculate the new stack slot for the return address.
1976 int SlotSize = Is64Bit ? 8 : 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00001977 int NewReturnAddrFI =
Evan Chenged2ae132010-07-03 00:40:23 +00001978 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize, false);
Owen Anderson825b72b2009-08-11 20:47:22 +00001979 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001980 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001981 Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00001982 MachinePointerInfo::getFixedStack(NewReturnAddrFI),
David Greene67c9d422010-02-15 16:53:33 +00001983 false, false, 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001984 return Chain;
1985}
1986
Dan Gohman98ca4f22009-08-05 01:29:28 +00001987SDValue
Evan Cheng022d9e12010-02-02 23:55:14 +00001988X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001989 CallingConv::ID CallConv, bool isVarArg,
Evan Cheng0c439eb2010-01-27 00:07:07 +00001990 bool &isTailCall,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001991 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001992 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001993 const SmallVectorImpl<ISD::InputArg> &Ins,
1994 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001995 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohman98ca4f22009-08-05 01:29:28 +00001996 MachineFunction &MF = DAG.getMachineFunction();
1997 bool Is64Bit = Subtarget->is64Bit();
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00001998 bool IsWin64 = Subtarget->isTargetWin64();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001999 bool IsStructRet = CallIsStructReturn(Outs);
Evan Cheng5f941932010-02-05 02:21:12 +00002000 bool IsSibcall = false;
Dan Gohman98ca4f22009-08-05 01:29:28 +00002001
Evan Cheng5f941932010-02-05 02:21:12 +00002002 if (isTailCall) {
Evan Cheng0c439eb2010-01-27 00:07:07 +00002003 // Check if it's really possible to do a tail call.
Evan Chenga375d472010-03-15 18:54:48 +00002004 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
2005 isVarArg, IsStructRet, MF.getFunction()->hasStructRetAttr(),
Dan Gohmanc9403652010-07-07 15:54:55 +00002006 Outs, OutVals, Ins, DAG);
Evan Chengf22f9b32010-02-06 03:28:46 +00002007
2008 // Sibcalls are automatically detected tailcalls which do not require
2009 // ABI changes.
Dan Gohman1797ed52010-02-08 20:27:50 +00002010 if (!GuaranteedTailCallOpt && isTailCall)
Evan Cheng5f941932010-02-05 02:21:12 +00002011 IsSibcall = true;
Evan Chengf22f9b32010-02-06 03:28:46 +00002012
2013 if (isTailCall)
2014 ++NumTailCalls;
Evan Cheng5f941932010-02-05 02:21:12 +00002015 }
Evan Cheng0c439eb2010-01-27 00:07:07 +00002016
Chris Lattner29689432010-03-11 00:22:57 +00002017 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2018 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00002019
Chris Lattner638402b2007-02-28 07:00:42 +00002020 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00002021 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002022 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00002023 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002024
2025 // Allocate shadow area for Win64
2026 if (IsWin64) {
2027 CCInfo.AllocateStack(32, 8);
2028 }
2029
Duncan Sands45907662010-10-31 13:21:44 +00002030 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00002031
Chris Lattner423c5f42007-02-28 05:31:48 +00002032 // Get a count of how many bytes are to be pushed on the stack.
2033 unsigned NumBytes = CCInfo.getNextStackOffset();
Evan Chengf22f9b32010-02-06 03:28:46 +00002034 if (IsSibcall)
Evan Chengb2c92902010-02-02 02:22:50 +00002035 // This is a sibcall. The memory operands are available in caller's
2036 // own caller's stack.
2037 NumBytes = 0;
Chris Lattner29689432010-03-11 00:22:57 +00002038 else if (GuaranteedTailCallOpt && IsTailCallConvention(CallConv))
Evan Chengf22f9b32010-02-06 03:28:46 +00002039 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002040
Gordon Henriksen86737662008-01-05 16:56:59 +00002041 int FPDiff = 0;
Evan Chengf22f9b32010-02-06 03:28:46 +00002042 if (isTailCall && !IsSibcall) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002043 // Lower arguments at fp - stackoffset + fpdiff.
Scott Michelfdc40a02009-02-17 22:15:04 +00002044 unsigned NumBytesCallerPushed =
Gordon Henriksen86737662008-01-05 16:56:59 +00002045 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
2046 FPDiff = NumBytesCallerPushed - NumBytes;
2047
2048 // Set the delta of movement of the returnaddr stackslot.
2049 // But only set if delta is greater than previous delta.
2050 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
2051 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
2052 }
2053
Evan Chengf22f9b32010-02-06 03:28:46 +00002054 if (!IsSibcall)
2055 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002056
Dan Gohman475871a2008-07-27 21:46:04 +00002057 SDValue RetAddrFrIdx;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002058 // Load return address for tail calls.
Evan Chengf22f9b32010-02-06 03:28:46 +00002059 if (isTailCall && FPDiff)
2060 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, isTailCall,
2061 Is64Bit, FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002062
Dan Gohman475871a2008-07-27 21:46:04 +00002063 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
2064 SmallVector<SDValue, 8> MemOpChains;
2065 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00002066
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002067 // Walk the register/memloc assignments, inserting copies/loads. In the case
2068 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00002069 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2070 CCValAssign &VA = ArgLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00002071 EVT RegVT = VA.getLocVT();
Dan Gohmanc9403652010-07-07 15:54:55 +00002072 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002073 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Dan Gohman095cc292008-09-13 01:54:27 +00002074 bool isByVal = Flags.isByVal();
Scott Michelfdc40a02009-02-17 22:15:04 +00002075
Chris Lattner423c5f42007-02-28 05:31:48 +00002076 // Promote the value if needed.
2077 switch (VA.getLocInfo()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002078 default: llvm_unreachable("Unknown loc info!");
Chris Lattner423c5f42007-02-28 05:31:48 +00002079 case CCValAssign::Full: break;
2080 case CCValAssign::SExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002081 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002082 break;
2083 case CCValAssign::ZExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002084 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002085 break;
2086 case CCValAssign::AExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002087 if (RegVT.isVector() && RegVT.getSizeInBits() == 128) {
2088 // Special case: passing MMX values in XMM registers.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002089 Arg = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Owen Anderson825b72b2009-08-11 20:47:22 +00002090 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
2091 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002092 } else
2093 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, RegVT, Arg);
2094 break;
2095 case CCValAssign::BCvt:
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002096 Arg = DAG.getNode(ISD::BITCAST, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002097 break;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002098 case CCValAssign::Indirect: {
2099 // Store the argument.
2100 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
Evan Chengff89dcb2009-10-18 18:16:27 +00002101 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002102 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00002103 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002104 false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002105 Arg = SpillSlot;
2106 break;
2107 }
Evan Cheng6b5783d2006-05-25 18:56:34 +00002108 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002109
Chris Lattner423c5f42007-02-28 05:31:48 +00002110 if (VA.isRegLoc()) {
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002111 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
2112 if (isVarArg && IsWin64) {
2113 // Win64 ABI requires argument XMM reg to be copied to the corresponding
2114 // shadow reg if callee is a varargs function.
2115 unsigned ShadowReg = 0;
2116 switch (VA.getLocReg()) {
2117 case X86::XMM0: ShadowReg = X86::RCX; break;
2118 case X86::XMM1: ShadowReg = X86::RDX; break;
2119 case X86::XMM2: ShadowReg = X86::R8; break;
2120 case X86::XMM3: ShadowReg = X86::R9; break;
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002121 }
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002122 if (ShadowReg)
2123 RegsToPass.push_back(std::make_pair(ShadowReg, Arg));
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002124 }
Evan Chengf22f9b32010-02-06 03:28:46 +00002125 } else if (!IsSibcall && (!isTailCall || isByVal)) {
Evan Cheng5f941932010-02-05 02:21:12 +00002126 assert(VA.isMemLoc());
2127 if (StackPtr.getNode() == 0)
2128 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr, getPointerTy());
2129 MemOpChains.push_back(LowerMemOpCallTo(Chain, StackPtr, Arg,
2130 dl, DAG, VA, Flags));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002131 }
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002132 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002133
Evan Cheng32fe1032006-05-25 00:59:30 +00002134 if (!MemOpChains.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002135 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002136 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002137
Evan Cheng347d5f72006-04-28 21:29:37 +00002138 // Build a sequence of copy-to-reg nodes chained together with token chain
2139 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00002140 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002141 // Tail call byval lowering might overwrite argument registers so in case of
2142 // tail call optimization the copies to registers are lowered later.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002143 if (!isTailCall)
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002144 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002145 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002146 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002147 InFlag = Chain.getValue(1);
2148 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002149
Chris Lattner88e1fd52009-07-09 04:24:46 +00002150 if (Subtarget->isPICStyleGOT()) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002151 // ELF / PIC requires GOT in the EBX register before function calls via PLT
2152 // GOT pointer.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002153 if (!isTailCall) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002154 Chain = DAG.getCopyToReg(Chain, dl, X86::EBX,
2155 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00002156 DebugLoc(), getPointerTy()),
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002157 InFlag);
2158 InFlag = Chain.getValue(1);
2159 } else {
2160 // If we are tail calling and generating PIC/GOT style code load the
2161 // address of the callee into ECX. The value in ecx is used as target of
2162 // the tail jump. This is done to circumvent the ebx/callee-saved problem
2163 // for tail calls on PIC/GOT architectures. Normally we would just put the
2164 // address of GOT into ebx and then call target@PLT. But for tail calls
2165 // ebx would be restored (since ebx is callee saved) before jumping to the
2166 // target@PLT.
2167
2168 // Note: The actual moving to ECX is done further down.
2169 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
2170 if (G && !G->getGlobal()->hasHiddenVisibility() &&
2171 !G->getGlobal()->hasProtectedVisibility())
2172 Callee = LowerGlobalAddress(Callee, DAG);
2173 else if (isa<ExternalSymbolSDNode>(Callee))
Chris Lattner15a380a2009-07-09 04:39:06 +00002174 Callee = LowerExternalSymbol(Callee, DAG);
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002175 }
Anton Korobeynikov7f705592007-01-12 19:20:47 +00002176 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00002177
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002178 if (Is64Bit && isVarArg && !IsWin64) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002179 // From AMD64 ABI document:
2180 // For calls that may call functions that use varargs or stdargs
2181 // (prototype-less calls or calls to functions containing ellipsis (...) in
2182 // the declaration) %al is used as hidden argument to specify the number
2183 // of SSE registers used. The contents of %al do not need to match exactly
2184 // the number of registers, but must be an ubound on the number of SSE
2185 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00002186
Gordon Henriksen86737662008-01-05 16:56:59 +00002187 // Count the number of XMM registers allocated.
2188 static const unsigned XMMArgRegs[] = {
2189 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
2190 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
2191 };
2192 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00002193 assert((Subtarget->hasXMM() || !NumXMMRegs)
Torok Edwin3f142c32009-02-01 18:15:56 +00002194 && "SSE registers cannot be used when SSE is disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00002195
Dale Johannesendd64c412009-02-04 00:33:20 +00002196 Chain = DAG.getCopyToReg(Chain, dl, X86::AL,
Owen Anderson825b72b2009-08-11 20:47:22 +00002197 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002198 InFlag = Chain.getValue(1);
2199 }
2200
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00002201
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002202 // For tail calls lower the arguments to the 'real' stack slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002203 if (isTailCall) {
2204 // Force all the incoming stack arguments to be loaded from the stack
2205 // before any new outgoing arguments are stored to the stack, because the
2206 // outgoing stack slots may alias the incoming argument stack slots, and
2207 // the alias isn't otherwise explicit. This is slightly more conservative
2208 // than necessary, because it means that each store effectively depends
2209 // on every argument instead of just those arguments it would clobber.
2210 SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain);
2211
Dan Gohman475871a2008-07-27 21:46:04 +00002212 SmallVector<SDValue, 8> MemOpChains2;
2213 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00002214 int FI = 0;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002215 // Do not flag preceding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00002216 InFlag = SDValue();
Dan Gohman1797ed52010-02-08 20:27:50 +00002217 if (GuaranteedTailCallOpt) {
Evan Chengb2c92902010-02-02 02:22:50 +00002218 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2219 CCValAssign &VA = ArgLocs[i];
2220 if (VA.isRegLoc())
2221 continue;
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002222 assert(VA.isMemLoc());
Dan Gohmanc9403652010-07-07 15:54:55 +00002223 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002224 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Gordon Henriksen86737662008-01-05 16:56:59 +00002225 // Create frame index.
2226 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002227 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Evan Chenged2ae132010-07-03 00:40:23 +00002228 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002229 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002230
Duncan Sands276dcbd2008-03-21 09:14:45 +00002231 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002232 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00002233 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00002234 if (StackPtr.getNode() == 0)
Scott Michelfdc40a02009-02-17 22:15:04 +00002235 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr,
Dale Johannesendd64c412009-02-04 00:33:20 +00002236 getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00002237 Source = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, Source);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002238
Dan Gohman98ca4f22009-08-05 01:29:28 +00002239 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN,
2240 ArgChain,
Dale Johannesendd64c412009-02-04 00:33:20 +00002241 Flags, DAG, dl));
Gordon Henriksen86737662008-01-05 16:56:59 +00002242 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002243 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00002244 MemOpChains2.push_back(
Dan Gohman98ca4f22009-08-05 01:29:28 +00002245 DAG.getStore(ArgChain, dl, Arg, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00002246 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002247 false, false, 0));
Scott Michelfdc40a02009-02-17 22:15:04 +00002248 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002249 }
2250 }
2251
2252 if (!MemOpChains2.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002253 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00002254 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002255
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002256 // Copy arguments to their registers.
2257 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002258 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002259 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002260 InFlag = Chain.getValue(1);
2261 }
Dan Gohman475871a2008-07-27 21:46:04 +00002262 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002263
Gordon Henriksen86737662008-01-05 16:56:59 +00002264 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002265 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00002266 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002267 }
2268
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002269 if (getTargetMachine().getCodeModel() == CodeModel::Large) {
2270 assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
2271 // In the 64-bit large code model, we have to make all calls
2272 // through a register, since the call instruction's 32-bit
2273 // pc-relative offset may not be large enough to hold the whole
2274 // address.
2275 } else if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002276 // If the callee is a GlobalAddress node (quite common, every direct call
2277 // is) turn it into a TargetGlobalAddress node so that legalize doesn't hack
2278 // it.
2279
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00002280 // We should use extra load for direct calls to dllimported functions in
2281 // non-JIT mode.
Dan Gohman46510a72010-04-15 01:51:59 +00002282 const GlobalValue *GV = G->getGlobal();
Chris Lattner754b7652009-07-10 05:48:03 +00002283 if (!GV->hasDLLImportLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002284 unsigned char OpFlags = 0;
John McCall3a3465b2011-06-15 20:36:13 +00002285 bool ExtraLoad = false;
2286 unsigned WrapperKind = ISD::DELETED_NODE;
Eric Christopherfd179292009-08-27 18:07:15 +00002287
Chris Lattner48a7d022009-07-09 05:02:21 +00002288 // On ELF targets, in both X86-64 and X86-32 mode, direct calls to
2289 // external symbols most go through the PLT in PIC mode. If the symbol
2290 // has hidden or protected visibility, or if it is static or local, then
2291 // we don't need to use the PLT - we can directly call it.
2292 if (Subtarget->isTargetELF() &&
2293 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattner74e726e2009-07-09 05:27:35 +00002294 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002295 OpFlags = X86II::MO_PLT;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00002296 } else if (Subtarget->isPICStyleStubAny() &&
Chris Lattner80945782010-09-27 06:34:01 +00002297 (GV->isDeclaration() || GV->isWeakForLinker()) &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002298 (!Subtarget->getTargetTriple().isMacOSX() ||
2299 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Chris Lattner74e726e2009-07-09 05:27:35 +00002300 // PC-relative references to external symbols should go through $stub,
2301 // unless we're building with the leopard linker or later, which
2302 // automatically synthesizes these stubs.
2303 OpFlags = X86II::MO_DARWIN_STUB;
John McCall3a3465b2011-06-15 20:36:13 +00002304 } else if (Subtarget->isPICStyleRIPRel() &&
2305 isa<Function>(GV) &&
2306 cast<Function>(GV)->hasFnAttr(Attribute::NonLazyBind)) {
2307 // If the function is marked as non-lazy, generate an indirect call
2308 // which loads from the GOT directly. This avoids runtime overhead
2309 // at the cost of eager binding (and one extra byte of encoding).
2310 OpFlags = X86II::MO_GOTPCREL;
2311 WrapperKind = X86ISD::WrapperRIP;
2312 ExtraLoad = true;
Chris Lattner74e726e2009-07-09 05:27:35 +00002313 }
Chris Lattner48a7d022009-07-09 05:02:21 +00002314
Devang Patel0d881da2010-07-06 22:08:15 +00002315 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
Chris Lattner48a7d022009-07-09 05:02:21 +00002316 G->getOffset(), OpFlags);
John McCall3a3465b2011-06-15 20:36:13 +00002317
2318 // Add a wrapper if needed.
2319 if (WrapperKind != ISD::DELETED_NODE)
2320 Callee = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Callee);
2321 // Add extra indirection if needed.
2322 if (ExtraLoad)
2323 Callee = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Callee,
2324 MachinePointerInfo::getGOT(),
2325 false, false, 0);
Chris Lattner48a7d022009-07-09 05:02:21 +00002326 }
Bill Wendling056292f2008-09-16 21:48:12 +00002327 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002328 unsigned char OpFlags = 0;
2329
Evan Cheng1bf891a2010-12-01 22:59:46 +00002330 // On ELF targets, in either X86-64 or X86-32 mode, direct calls to
2331 // external symbols should go through the PLT.
2332 if (Subtarget->isTargetELF() &&
2333 getTargetMachine().getRelocationModel() == Reloc::PIC_) {
2334 OpFlags = X86II::MO_PLT;
2335 } else if (Subtarget->isPICStyleStubAny() &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002336 (!Subtarget->getTargetTriple().isMacOSX() ||
2337 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Evan Cheng1bf891a2010-12-01 22:59:46 +00002338 // PC-relative references to external symbols should go through $stub,
2339 // unless we're building with the leopard linker or later, which
2340 // automatically synthesizes these stubs.
2341 OpFlags = X86II::MO_DARWIN_STUB;
Chris Lattner74e726e2009-07-09 05:27:35 +00002342 }
Eric Christopherfd179292009-08-27 18:07:15 +00002343
Chris Lattner48a7d022009-07-09 05:02:21 +00002344 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy(),
2345 OpFlags);
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002346 }
2347
Chris Lattnerd96d0722007-02-25 06:40:16 +00002348 // Returns a chain & a flag for retval copy to use.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00002349 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Dan Gohman475871a2008-07-27 21:46:04 +00002350 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00002351
Evan Chengf22f9b32010-02-06 03:28:46 +00002352 if (!IsSibcall && isTailCall) {
Dale Johannesene8d72302009-02-06 23:05:02 +00002353 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
2354 DAG.getIntPtrConstant(0, true), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002355 InFlag = Chain.getValue(1);
Gordon Henriksen86737662008-01-05 16:56:59 +00002356 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002357
Nate Begeman4c5dcf52006-02-17 00:03:04 +00002358 Ops.push_back(Chain);
2359 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00002360
Dan Gohman98ca4f22009-08-05 01:29:28 +00002361 if (isTailCall)
Owen Anderson825b72b2009-08-11 20:47:22 +00002362 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00002363
Gordon Henriksen86737662008-01-05 16:56:59 +00002364 // Add argument registers to the end of the list so that they are known live
2365 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00002366 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
2367 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
2368 RegsToPass[i].second.getValueType()));
Scott Michelfdc40a02009-02-17 22:15:04 +00002369
Evan Cheng586ccac2008-03-18 23:36:35 +00002370 // Add an implicit use GOT pointer in EBX.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002371 if (!isTailCall && Subtarget->isPICStyleGOT())
Evan Cheng586ccac2008-03-18 23:36:35 +00002372 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
2373
Anton Korobeynikov3a1e54a2010-08-17 21:06:07 +00002374 // Add an implicit use of AL for non-Windows x86 64-bit vararg functions.
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002375 if (Is64Bit && isVarArg && !IsWin64)
Owen Anderson825b72b2009-08-11 20:47:22 +00002376 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
Evan Cheng586ccac2008-03-18 23:36:35 +00002377
Gabor Greifba36cb52008-08-28 21:40:38 +00002378 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00002379 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00002380
Dan Gohman98ca4f22009-08-05 01:29:28 +00002381 if (isTailCall) {
Dale Johannesen88004c22010-06-05 00:30:45 +00002382 // We used to do:
2383 //// If this is the first return lowered for this function, add the regs
2384 //// to the liveout set for the function.
2385 // This isn't right, although it's probably harmless on x86; liveouts
2386 // should be computed from returns not tail calls. Consider a void
2387 // function making a tail call to a function returning int.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002388 return DAG.getNode(X86ISD::TC_RETURN, dl,
2389 NodeTys, &Ops[0], Ops.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002390 }
2391
Dale Johannesenace16102009-02-03 19:33:06 +00002392 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00002393 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00002394
Chris Lattner2d297092006-05-23 18:50:38 +00002395 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00002396 unsigned NumBytesForCalleeToPush;
Evan Chengef41ff62011-06-23 17:54:54 +00002397 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt))
Gordon Henriksen86737662008-01-05 16:56:59 +00002398 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Chris Lattner29689432010-03-11 00:22:57 +00002399 else if (!Is64Bit && !IsTailCallConvention(CallConv) && IsStructRet)
Dan Gohmanf451cb82010-02-10 16:03:48 +00002400 // If this is a call to a struct-return function, the callee
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00002401 // pops the hidden struct pointer, so we have to push it back.
2402 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00002403 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00002404 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00002405 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Scott Michelfdc40a02009-02-17 22:15:04 +00002406
Gordon Henriksenae636f82008-01-03 16:47:34 +00002407 // Returns a flag for retval copy to use.
Evan Chengf22f9b32010-02-06 03:28:46 +00002408 if (!IsSibcall) {
2409 Chain = DAG.getCALLSEQ_END(Chain,
2410 DAG.getIntPtrConstant(NumBytes, true),
2411 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
2412 true),
2413 InFlag);
2414 InFlag = Chain.getValue(1);
2415 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002416
Chris Lattner3085e152007-02-25 08:59:22 +00002417 // Handle result values, copying them out of physregs into vregs that we
2418 // return.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002419 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
2420 Ins, dl, DAG, InVals);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002421}
2422
Evan Cheng25ab6902006-09-08 06:48:29 +00002423
2424//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002425// Fast Calling Convention (tail call) implementation
2426//===----------------------------------------------------------------------===//
2427
2428// Like std call, callee cleans arguments, convention except that ECX is
2429// reserved for storing the tail called function address. Only 2 registers are
2430// free for argument passing (inreg). Tail call optimization is performed
2431// provided:
2432// * tailcallopt is enabled
2433// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00002434// On X86_64 architecture with GOT-style position independent code only local
2435// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002436// To keep the stack aligned according to platform abi the function
2437// GetAlignedArgumentStackSize ensures that argument delta is always multiples
2438// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002439// If a tail called function callee has more arguments than the caller the
2440// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002441// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002442// original REtADDR, but before the saved framepointer or the spilled registers
2443// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
2444// stack layout:
2445// arg1
2446// arg2
2447// RETADDR
Scott Michelfdc40a02009-02-17 22:15:04 +00002448// [ new RETADDR
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002449// move area ]
2450// (possible EBP)
2451// ESI
2452// EDI
2453// local1 ..
2454
2455/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
2456/// for a 16 byte align requirement.
Dan Gohmand858e902010-04-17 15:26:15 +00002457unsigned
2458X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
2459 SelectionDAG& DAG) const {
Evan Chenge9ac9e62008-09-07 09:07:23 +00002460 MachineFunction &MF = DAG.getMachineFunction();
2461 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00002462 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002463 unsigned StackAlignment = TFI.getStackAlignment();
Scott Michelfdc40a02009-02-17 22:15:04 +00002464 uint64_t AlignMask = StackAlignment - 1;
Evan Chenge9ac9e62008-09-07 09:07:23 +00002465 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00002466 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002467 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
2468 // Number smaller than 12 so just add the difference.
2469 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
2470 } else {
2471 // Mask out lower bits, add stackalignment once plus the 12 bytes.
Scott Michelfdc40a02009-02-17 22:15:04 +00002472 Offset = ((~AlignMask) & Offset) + StackAlignment +
Evan Chenge9ac9e62008-09-07 09:07:23 +00002473 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002474 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00002475 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002476}
2477
Evan Cheng5f941932010-02-05 02:21:12 +00002478/// MatchingStackOffset - Return true if the given stack call argument is
2479/// already available in the same position (relatively) of the caller's
2480/// incoming argument stack.
2481static
2482bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags,
2483 MachineFrameInfo *MFI, const MachineRegisterInfo *MRI,
2484 const X86InstrInfo *TII) {
Evan Cheng4cae1332010-03-05 08:38:04 +00002485 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
2486 int FI = INT_MAX;
Evan Cheng5f941932010-02-05 02:21:12 +00002487 if (Arg.getOpcode() == ISD::CopyFromReg) {
2488 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg();
Jakob Stoklund Olesenc9df0252011-01-10 02:58:51 +00002489 if (!TargetRegisterInfo::isVirtualRegister(VR))
Evan Cheng5f941932010-02-05 02:21:12 +00002490 return false;
2491 MachineInstr *Def = MRI->getVRegDef(VR);
2492 if (!Def)
2493 return false;
2494 if (!Flags.isByVal()) {
2495 if (!TII->isLoadFromStackSlot(Def, FI))
2496 return false;
2497 } else {
2498 unsigned Opcode = Def->getOpcode();
2499 if ((Opcode == X86::LEA32r || Opcode == X86::LEA64r) &&
2500 Def->getOperand(1).isFI()) {
2501 FI = Def->getOperand(1).getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002502 Bytes = Flags.getByValSize();
Evan Cheng5f941932010-02-05 02:21:12 +00002503 } else
2504 return false;
2505 }
Evan Cheng4cae1332010-03-05 08:38:04 +00002506 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) {
2507 if (Flags.isByVal())
2508 // ByVal argument is passed in as a pointer but it's now being
Evan Cheng10718492010-03-05 19:55:55 +00002509 // dereferenced. e.g.
Evan Cheng4cae1332010-03-05 08:38:04 +00002510 // define @foo(%struct.X* %A) {
2511 // tail call @bar(%struct.X* byval %A)
2512 // }
Evan Cheng5f941932010-02-05 02:21:12 +00002513 return false;
2514 SDValue Ptr = Ld->getBasePtr();
2515 FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr);
2516 if (!FINode)
2517 return false;
2518 FI = FINode->getIndex();
Chad Rosierdf78fcd2011-06-25 02:04:56 +00002519 } else if (Arg.getOpcode() == ISD::FrameIndex && Flags.isByVal()) {
Chad Rosier14d71aa2011-06-25 18:51:28 +00002520 FrameIndexSDNode *FINode = cast<FrameIndexSDNode>(Arg);
Chad Rosierdf78fcd2011-06-25 02:04:56 +00002521 FI = FINode->getIndex();
2522 Bytes = Flags.getByValSize();
Evan Cheng4cae1332010-03-05 08:38:04 +00002523 } else
2524 return false;
Evan Cheng5f941932010-02-05 02:21:12 +00002525
Evan Cheng4cae1332010-03-05 08:38:04 +00002526 assert(FI != INT_MAX);
Evan Cheng5f941932010-02-05 02:21:12 +00002527 if (!MFI->isFixedObjectIndex(FI))
2528 return false;
Evan Cheng4cae1332010-03-05 08:38:04 +00002529 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
Evan Cheng5f941932010-02-05 02:21:12 +00002530}
2531
Dan Gohman98ca4f22009-08-05 01:29:28 +00002532/// IsEligibleForTailCallOptimization - Check whether the call is eligible
2533/// for tail call optimization. Targets which want to do tail call
2534/// optimization should implement this function.
2535bool
2536X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00002537 CallingConv::ID CalleeCC,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002538 bool isVarArg,
Evan Chenga375d472010-03-15 18:54:48 +00002539 bool isCalleeStructRet,
2540 bool isCallerStructRet,
Evan Chengb1712452010-01-27 06:25:16 +00002541 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00002542 const SmallVectorImpl<SDValue> &OutVals,
Evan Chengb1712452010-01-27 06:25:16 +00002543 const SmallVectorImpl<ISD::InputArg> &Ins,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002544 SelectionDAG& DAG) const {
Chris Lattner29689432010-03-11 00:22:57 +00002545 if (!IsTailCallConvention(CalleeCC) &&
Evan Chengb1712452010-01-27 06:25:16 +00002546 CalleeCC != CallingConv::C)
2547 return false;
2548
Evan Cheng7096ae42010-01-29 06:45:59 +00002549 // If -tailcallopt is specified, make fastcc functions tail-callable.
Evan Cheng2c12cb42010-03-26 16:26:03 +00002550 const MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng7096ae42010-01-29 06:45:59 +00002551 const Function *CallerF = DAG.getMachineFunction().getFunction();
Evan Cheng13617962010-04-30 01:12:32 +00002552 CallingConv::ID CallerCC = CallerF->getCallingConv();
2553 bool CCMatch = CallerCC == CalleeCC;
2554
Dan Gohman1797ed52010-02-08 20:27:50 +00002555 if (GuaranteedTailCallOpt) {
Evan Cheng13617962010-04-30 01:12:32 +00002556 if (IsTailCallConvention(CalleeCC) && CCMatch)
Evan Cheng843bd692010-01-31 06:44:49 +00002557 return true;
2558 return false;
2559 }
2560
Dale Johannesen2f05cc02010-05-28 23:24:28 +00002561 // Look for obvious safe cases to perform tail call optimization that do not
2562 // require ABI changes. This is what gcc calls sibcall.
Evan Chengb2c92902010-02-02 02:22:50 +00002563
Evan Cheng2c12cb42010-03-26 16:26:03 +00002564 // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
2565 // emit a special epilogue.
2566 if (RegInfo->needsStackRealignment(MF))
2567 return false;
2568
Evan Chenga375d472010-03-15 18:54:48 +00002569 // Also avoid sibcall optimization if either caller or callee uses struct
2570 // return semantics.
2571 if (isCalleeStructRet || isCallerStructRet)
2572 return false;
2573
Chad Rosier2416da32011-06-24 21:15:36 +00002574 // An stdcall caller is expected to clean up its arguments; the callee
2575 // isn't going to do that.
2576 if (!CCMatch && CallerCC==CallingConv::X86_StdCall)
2577 return false;
2578
Chad Rosier871f6642011-05-18 19:59:50 +00002579 // Do not sibcall optimize vararg calls unless all arguments are passed via
Chad Rosiera1660892011-05-20 00:59:28 +00002580 // registers.
Chad Rosier871f6642011-05-18 19:59:50 +00002581 if (isVarArg && !Outs.empty()) {
Chad Rosiera1660892011-05-20 00:59:28 +00002582
2583 // Optimizing for varargs on Win64 is unlikely to be safe without
2584 // additional testing.
2585 if (Subtarget->isTargetWin64())
2586 return false;
2587
Chad Rosier871f6642011-05-18 19:59:50 +00002588 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002589 CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(),
2590 getTargetMachine(), ArgLocs, *DAG.getContext());
Chad Rosier871f6642011-05-18 19:59:50 +00002591
Chad Rosier871f6642011-05-18 19:59:50 +00002592 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
2593 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i)
2594 if (!ArgLocs[i].isRegLoc())
2595 return false;
2596 }
2597
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002598 // If the call result is in ST0 / ST1, it needs to be popped off the x87 stack.
2599 // Therefore if it's not used by the call it is not safe to optimize this into
2600 // a sibcall.
2601 bool Unused = false;
2602 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
2603 if (!Ins[i].Used) {
2604 Unused = true;
2605 break;
2606 }
2607 }
2608 if (Unused) {
2609 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002610 CCState CCInfo(CalleeCC, false, DAG.getMachineFunction(),
2611 getTargetMachine(), RVLocs, *DAG.getContext());
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002612 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Evan Cheng13617962010-04-30 01:12:32 +00002613 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002614 CCValAssign &VA = RVLocs[i];
2615 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
2616 return false;
2617 }
2618 }
2619
Evan Cheng13617962010-04-30 01:12:32 +00002620 // If the calling conventions do not match, then we'd better make sure the
2621 // results are returned in the same way as what the caller expects.
2622 if (!CCMatch) {
2623 SmallVector<CCValAssign, 16> RVLocs1;
Eric Christopher471e4222011-06-08 23:55:35 +00002624 CCState CCInfo1(CalleeCC, false, DAG.getMachineFunction(),
2625 getTargetMachine(), RVLocs1, *DAG.getContext());
Evan Cheng13617962010-04-30 01:12:32 +00002626 CCInfo1.AnalyzeCallResult(Ins, RetCC_X86);
2627
2628 SmallVector<CCValAssign, 16> RVLocs2;
Eric Christopher471e4222011-06-08 23:55:35 +00002629 CCState CCInfo2(CallerCC, false, DAG.getMachineFunction(),
2630 getTargetMachine(), RVLocs2, *DAG.getContext());
Evan Cheng13617962010-04-30 01:12:32 +00002631 CCInfo2.AnalyzeCallResult(Ins, RetCC_X86);
2632
2633 if (RVLocs1.size() != RVLocs2.size())
2634 return false;
2635 for (unsigned i = 0, e = RVLocs1.size(); i != e; ++i) {
2636 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
2637 return false;
2638 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
2639 return false;
2640 if (RVLocs1[i].isRegLoc()) {
2641 if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg())
2642 return false;
2643 } else {
2644 if (RVLocs1[i].getLocMemOffset() != RVLocs2[i].getLocMemOffset())
2645 return false;
2646 }
2647 }
2648 }
2649
Evan Chenga6bff982010-01-30 01:22:00 +00002650 // If the callee takes no arguments then go on to check the results of the
2651 // call.
2652 if (!Outs.empty()) {
2653 // Check if stack adjustment is needed. For now, do not do this if any
2654 // argument is passed on the stack.
2655 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002656 CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(),
2657 getTargetMachine(), ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002658
2659 // Allocate shadow area for Win64
2660 if (Subtarget->isTargetWin64()) {
2661 CCInfo.AllocateStack(32, 8);
2662 }
2663
Duncan Sands45907662010-10-31 13:21:44 +00002664 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Stuart Hastings6db2c2f2011-05-17 16:59:46 +00002665 if (CCInfo.getNextStackOffset()) {
Evan Chengb2c92902010-02-02 02:22:50 +00002666 MachineFunction &MF = DAG.getMachineFunction();
2667 if (MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn())
2668 return false;
Evan Chengb2c92902010-02-02 02:22:50 +00002669
2670 // Check if the arguments are already laid out in the right way as
2671 // the caller's fixed stack objects.
2672 MachineFrameInfo *MFI = MF.getFrameInfo();
Evan Cheng5f941932010-02-05 02:21:12 +00002673 const MachineRegisterInfo *MRI = &MF.getRegInfo();
2674 const X86InstrInfo *TII =
2675 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
Evan Chengb2c92902010-02-02 02:22:50 +00002676 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2677 CCValAssign &VA = ArgLocs[i];
Dan Gohmanc9403652010-07-07 15:54:55 +00002678 SDValue Arg = OutVals[i];
Evan Chengb2c92902010-02-02 02:22:50 +00002679 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Evan Chengb2c92902010-02-02 02:22:50 +00002680 if (VA.getLocInfo() == CCValAssign::Indirect)
2681 return false;
2682 if (!VA.isRegLoc()) {
Evan Cheng5f941932010-02-05 02:21:12 +00002683 if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
2684 MFI, MRI, TII))
Evan Chengb2c92902010-02-02 02:22:50 +00002685 return false;
2686 }
2687 }
2688 }
Evan Cheng9c044672010-05-29 01:35:22 +00002689
2690 // If the tailcall address may be in a register, then make sure it's
2691 // possible to register allocate for it. In 32-bit, the call address can
2692 // only target EAX, EDX, or ECX since the tail call must be scheduled after
Evan Chengdedd9742010-07-14 06:44:01 +00002693 // callee-saved registers are restored. These happen to be the same
2694 // registers used to pass 'inreg' arguments so watch out for those.
2695 if (!Subtarget->is64Bit() &&
2696 !isa<GlobalAddressSDNode>(Callee) &&
Evan Cheng9c044672010-05-29 01:35:22 +00002697 !isa<ExternalSymbolSDNode>(Callee)) {
Evan Cheng9c044672010-05-29 01:35:22 +00002698 unsigned NumInRegs = 0;
2699 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2700 CCValAssign &VA = ArgLocs[i];
Evan Chengdedd9742010-07-14 06:44:01 +00002701 if (!VA.isRegLoc())
2702 continue;
2703 unsigned Reg = VA.getLocReg();
2704 switch (Reg) {
2705 default: break;
2706 case X86::EAX: case X86::EDX: case X86::ECX:
2707 if (++NumInRegs == 3)
Evan Cheng9c044672010-05-29 01:35:22 +00002708 return false;
Evan Chengdedd9742010-07-14 06:44:01 +00002709 break;
Evan Cheng9c044672010-05-29 01:35:22 +00002710 }
2711 }
2712 }
Evan Chenga6bff982010-01-30 01:22:00 +00002713 }
Evan Chengb1712452010-01-27 06:25:16 +00002714
Evan Cheng86809cc2010-02-03 03:28:02 +00002715 return true;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002716}
2717
Dan Gohman3df24e62008-09-03 23:12:08 +00002718FastISel *
Dan Gohmana4160c32010-07-07 16:29:44 +00002719X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const {
2720 return X86::createFastISel(funcInfo);
Dan Gohmand9f3c482008-08-19 21:32:53 +00002721}
2722
2723
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002724//===----------------------------------------------------------------------===//
2725// Other Lowering Hooks
2726//===----------------------------------------------------------------------===//
2727
Bruno Cardoso Lopese654b562010-09-01 00:51:36 +00002728static bool MayFoldLoad(SDValue Op) {
2729 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
2730}
2731
2732static bool MayFoldIntoStore(SDValue Op) {
2733 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
2734}
2735
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002736static bool isTargetShuffle(unsigned Opcode) {
2737 switch(Opcode) {
2738 default: return false;
2739 case X86ISD::PSHUFD:
2740 case X86ISD::PSHUFHW:
2741 case X86ISD::PSHUFLW:
2742 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002743 case X86ISD::PALIGN:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002744 case X86ISD::SHUFPS:
2745 case X86ISD::MOVLHPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002746 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002747 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002748 case X86ISD::MOVLPS:
2749 case X86ISD::MOVLPD:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002750 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002751 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002752 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002753 case X86ISD::MOVSS:
2754 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002755 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002756 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002757 case X86ISD::VUNPCKLPSY:
2758 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002759 case X86ISD::PUNPCKLWD:
2760 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002761 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002762 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002763 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002764 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00002765 case X86ISD::VUNPCKHPSY:
2766 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002767 case X86ISD::PUNPCKHWD:
2768 case X86ISD::PUNPCKHBW:
2769 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002770 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00002771 case X86ISD::VPERMILPS:
2772 case X86ISD::VPERMILPSY:
2773 case X86ISD::VPERMILPD:
2774 case X86ISD::VPERMILPDY:
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +00002775 case X86ISD::VPERM2F128:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002776 return true;
2777 }
2778 return false;
2779}
2780
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002781static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002782 SDValue V1, SelectionDAG &DAG) {
2783 switch(Opc) {
2784 default: llvm_unreachable("Unknown x86 shuffle node");
2785 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002786 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002787 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002788 return DAG.getNode(Opc, dl, VT, V1);
2789 }
2790
2791 return SDValue();
2792}
2793
2794static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00002795 SDValue V1, unsigned TargetMask, SelectionDAG &DAG) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002796 switch(Opc) {
2797 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002798 case X86ISD::PSHUFD:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002799 case X86ISD::PSHUFHW:
2800 case X86ISD::PSHUFLW:
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00002801 case X86ISD::VPERMILPS:
2802 case X86ISD::VPERMILPSY:
2803 case X86ISD::VPERMILPD:
2804 case X86ISD::VPERMILPDY:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002805 return DAG.getNode(Opc, dl, VT, V1, DAG.getConstant(TargetMask, MVT::i8));
2806 }
2807
2808 return SDValue();
2809}
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002810
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002811static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2812 SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) {
2813 switch(Opc) {
2814 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002815 case X86ISD::PALIGN:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002816 case X86ISD::SHUFPD:
2817 case X86ISD::SHUFPS:
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +00002818 case X86ISD::VPERM2F128:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002819 return DAG.getNode(Opc, dl, VT, V1, V2,
2820 DAG.getConstant(TargetMask, MVT::i8));
2821 }
2822 return SDValue();
2823}
2824
2825static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2826 SDValue V1, SDValue V2, SelectionDAG &DAG) {
2827 switch(Opc) {
2828 default: llvm_unreachable("Unknown x86 shuffle node");
2829 case X86ISD::MOVLHPS:
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00002830 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002831 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002832 case X86ISD::MOVLPS:
2833 case X86ISD::MOVLPD:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002834 case X86ISD::MOVSS:
2835 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002836 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002837 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002838 case X86ISD::VUNPCKLPSY:
2839 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002840 case X86ISD::PUNPCKLWD:
2841 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002842 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002843 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002844 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002845 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00002846 case X86ISD::VUNPCKHPSY:
2847 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002848 case X86ISD::PUNPCKHWD:
2849 case X86ISD::PUNPCKHBW:
2850 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002851 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002852 return DAG.getNode(Opc, dl, VT, V1, V2);
2853 }
2854 return SDValue();
2855}
2856
Dan Gohmand858e902010-04-17 15:26:15 +00002857SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) const {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002858 MachineFunction &MF = DAG.getMachineFunction();
2859 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2860 int ReturnAddrIndex = FuncInfo->getRAIndex();
2861
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002862 if (ReturnAddrIndex == 0) {
2863 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00002864 uint64_t SlotSize = TD->getPointerSize();
David Greene3f2bf852009-11-12 20:49:22 +00002865 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize,
Evan Chenged2ae132010-07-03 00:40:23 +00002866 false);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002867 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002868 }
2869
Evan Cheng25ab6902006-09-08 06:48:29 +00002870 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002871}
2872
2873
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002874bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
2875 bool hasSymbolicDisplacement) {
2876 // Offset should fit into 32 bit immediate field.
Benjamin Kramer34247a02010-03-29 21:13:41 +00002877 if (!isInt<32>(Offset))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002878 return false;
2879
2880 // If we don't have a symbolic displacement - we don't have any extra
2881 // restrictions.
2882 if (!hasSymbolicDisplacement)
2883 return true;
2884
2885 // FIXME: Some tweaks might be needed for medium code model.
2886 if (M != CodeModel::Small && M != CodeModel::Kernel)
2887 return false;
2888
2889 // For small code model we assume that latest object is 16MB before end of 31
2890 // bits boundary. We may also accept pretty large negative constants knowing
2891 // that all objects are in the positive half of address space.
2892 if (M == CodeModel::Small && Offset < 16*1024*1024)
2893 return true;
2894
2895 // For kernel code model we know that all object resist in the negative half
2896 // of 32bits address space. We may not accept negative offsets, since they may
2897 // be just off and we may accept pretty large positive ones.
2898 if (M == CodeModel::Kernel && Offset > 0)
2899 return true;
2900
2901 return false;
2902}
2903
Evan Chengef41ff62011-06-23 17:54:54 +00002904/// isCalleePop - Determines whether the callee is required to pop its
2905/// own arguments. Callee pop is necessary to support tail calls.
2906bool X86::isCalleePop(CallingConv::ID CallingConv,
2907 bool is64Bit, bool IsVarArg, bool TailCallOpt) {
2908 if (IsVarArg)
2909 return false;
2910
2911 switch (CallingConv) {
2912 default:
2913 return false;
2914 case CallingConv::X86_StdCall:
2915 return !is64Bit;
2916 case CallingConv::X86_FastCall:
2917 return !is64Bit;
2918 case CallingConv::X86_ThisCall:
2919 return !is64Bit;
2920 case CallingConv::Fast:
2921 return TailCallOpt;
2922 case CallingConv::GHC:
2923 return TailCallOpt;
2924 }
2925}
2926
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002927/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
2928/// specific condition code, returning the condition code and the LHS/RHS of the
2929/// comparison to make.
2930static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
2931 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00002932 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002933 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
2934 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
2935 // X > -1 -> X == 0, jump !sign.
2936 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002937 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002938 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
2939 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002940 return X86::COND_S;
Andrew Trickf6c39412011-03-23 23:11:02 +00002941 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00002942 // X < 1 -> X <= 0
2943 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002944 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002945 }
Chris Lattnerf9570512006-09-13 03:22:10 +00002946 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002947
Evan Chengd9558e02006-01-06 00:43:03 +00002948 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002949 default: llvm_unreachable("Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002950 case ISD::SETEQ: return X86::COND_E;
2951 case ISD::SETGT: return X86::COND_G;
2952 case ISD::SETGE: return X86::COND_GE;
2953 case ISD::SETLT: return X86::COND_L;
2954 case ISD::SETLE: return X86::COND_LE;
2955 case ISD::SETNE: return X86::COND_NE;
2956 case ISD::SETULT: return X86::COND_B;
2957 case ISD::SETUGT: return X86::COND_A;
2958 case ISD::SETULE: return X86::COND_BE;
2959 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002960 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002961 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002962
Chris Lattner4c78e022008-12-23 23:42:27 +00002963 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002964
Chris Lattner4c78e022008-12-23 23:42:27 +00002965 // If LHS is a foldable load, but RHS is not, flip the condition.
Rafael Espindolaf297c932011-02-03 03:58:05 +00002966 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
2967 !ISD::isNON_EXTLoad(RHS.getNode())) {
Chris Lattner4c78e022008-12-23 23:42:27 +00002968 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2969 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002970 }
2971
Chris Lattner4c78e022008-12-23 23:42:27 +00002972 switch (SetCCOpcode) {
2973 default: break;
2974 case ISD::SETOLT:
2975 case ISD::SETOLE:
2976 case ISD::SETUGT:
2977 case ISD::SETUGE:
2978 std::swap(LHS, RHS);
2979 break;
2980 }
2981
2982 // On a floating point condition, the flags are set as follows:
2983 // ZF PF CF op
2984 // 0 | 0 | 0 | X > Y
2985 // 0 | 0 | 1 | X < Y
2986 // 1 | 0 | 0 | X == Y
2987 // 1 | 1 | 1 | unordered
2988 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002989 default: llvm_unreachable("Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002990 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002991 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002992 case ISD::SETOLT: // flipped
2993 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002994 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002995 case ISD::SETOLE: // flipped
2996 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002997 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002998 case ISD::SETUGT: // flipped
2999 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00003000 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00003001 case ISD::SETUGE: // flipped
3002 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00003003 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00003004 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00003005 case ISD::SETNE: return X86::COND_NE;
3006 case ISD::SETUO: return X86::COND_P;
3007 case ISD::SETO: return X86::COND_NP;
Dan Gohman1a492952009-10-20 16:22:37 +00003008 case ISD::SETOEQ:
3009 case ISD::SETUNE: return X86::COND_INVALID;
Chris Lattner4c78e022008-12-23 23:42:27 +00003010 }
Evan Chengd9558e02006-01-06 00:43:03 +00003011}
3012
Evan Cheng4a460802006-01-11 00:33:36 +00003013/// hasFPCMov - is there a floating point cmov for the specific X86 condition
3014/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00003015/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00003016static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00003017 switch (X86CC) {
3018 default:
3019 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00003020 case X86::COND_B:
3021 case X86::COND_BE:
3022 case X86::COND_E:
3023 case X86::COND_P:
3024 case X86::COND_A:
3025 case X86::COND_AE:
3026 case X86::COND_NE:
3027 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00003028 return true;
3029 }
3030}
3031
Evan Chengeb2f9692009-10-27 19:56:55 +00003032/// isFPImmLegal - Returns true if the target can instruction select the
3033/// specified FP immediate natively. If false, the legalizer will
3034/// materialize the FP immediate as a load from a constant pool.
Evan Chenga1eaa3c2009-10-28 01:43:28 +00003035bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
Evan Chengeb2f9692009-10-27 19:56:55 +00003036 for (unsigned i = 0, e = LegalFPImmediates.size(); i != e; ++i) {
3037 if (Imm.bitwiseIsEqual(LegalFPImmediates[i]))
3038 return true;
3039 }
3040 return false;
3041}
3042
Nate Begeman9008ca62009-04-27 18:41:29 +00003043/// isUndefOrInRange - Return true if Val is undef or if its value falls within
3044/// the specified range (L, H].
3045static bool isUndefOrInRange(int Val, int Low, int Hi) {
3046 return (Val < 0) || (Val >= Low && Val < Hi);
3047}
3048
Bruno Cardoso Lopes3b865982011-08-16 18:21:54 +00003049/// isUndefOrInRange - Return true if every element in Mask, begining
3050/// from position Pos and ending in Pos+Size, falls within the specified
3051/// range (L, L+Pos]. or is undef.
3052static bool isUndefOrInRange(const SmallVectorImpl<int> &Mask,
3053 int Pos, int Size, int Low, int Hi) {
3054 for (int i = Pos, e = Pos+Size; i != e; ++i)
3055 if (!isUndefOrInRange(Mask[i], Low, Hi))
3056 return false;
3057 return true;
3058}
3059
Nate Begeman9008ca62009-04-27 18:41:29 +00003060/// isUndefOrEqual - Val is either less than zero (undef) or equal to the
3061/// specified value.
3062static bool isUndefOrEqual(int Val, int CmpVal) {
3063 if (Val < 0 || Val == CmpVal)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003064 return true;
Nate Begeman9008ca62009-04-27 18:41:29 +00003065 return false;
Evan Chengc5cdff22006-04-07 21:53:05 +00003066}
3067
Bruno Cardoso Lopes4002d7e2011-08-12 21:54:42 +00003068/// isSequentialOrUndefInRange - Return true if every element in Mask, begining
3069/// from position Pos and ending in Pos+Size, falls within the specified
3070/// sequential range (L, L+Pos]. or is undef.
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +00003071static bool isSequentialOrUndefInRange(const SmallVectorImpl<int> &Mask,
3072 int Pos, int Size, int Low) {
3073 for (int i = Pos, e = Pos+Size; i != e; ++i, ++Low)
3074 if (!isUndefOrEqual(Mask[i], Low))
3075 return false;
3076 return true;
3077}
3078
Nate Begeman9008ca62009-04-27 18:41:29 +00003079/// isPSHUFDMask - Return true if the node specifies a shuffle of elements that
3080/// is suitable for input to PSHUFD or PSHUFW. That is, it doesn't reference
3081/// the second operand.
Owen Andersone50ed302009-08-10 22:56:29 +00003082static bool isPSHUFDMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00003083 if (VT == MVT::v4f32 || VT == MVT::v4i32 )
Nate Begeman9008ca62009-04-27 18:41:29 +00003084 return (Mask[0] < 4 && Mask[1] < 4 && Mask[2] < 4 && Mask[3] < 4);
Owen Anderson825b72b2009-08-11 20:47:22 +00003085 if (VT == MVT::v2f64 || VT == MVT::v2i64)
Nate Begeman9008ca62009-04-27 18:41:29 +00003086 return (Mask[0] < 2 && Mask[1] < 2);
3087 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003088}
3089
Nate Begeman9008ca62009-04-27 18:41:29 +00003090bool X86::isPSHUFDMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003091 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003092 N->getMask(M);
3093 return ::isPSHUFDMask(M, N->getValueType(0));
3094}
Evan Cheng0188ecb2006-03-22 18:59:22 +00003095
Nate Begeman9008ca62009-04-27 18:41:29 +00003096/// isPSHUFHWMask - Return true if the node specifies a shuffle of elements that
3097/// is suitable for input to PSHUFHW.
Owen Andersone50ed302009-08-10 22:56:29 +00003098static bool isPSHUFHWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003099 if (VT != MVT::v8i16)
Evan Cheng0188ecb2006-03-22 18:59:22 +00003100 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003101
Nate Begeman9008ca62009-04-27 18:41:29 +00003102 // Lower quadword copied in order or undef.
3103 for (int i = 0; i != 4; ++i)
3104 if (Mask[i] >= 0 && Mask[i] != i)
Evan Cheng506d3df2006-03-29 23:07:14 +00003105 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003106
Evan Cheng506d3df2006-03-29 23:07:14 +00003107 // Upper quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003108 for (int i = 4; i != 8; ++i)
3109 if (Mask[i] >= 0 && (Mask[i] < 4 || Mask[i] > 7))
Evan Cheng506d3df2006-03-29 23:07:14 +00003110 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003111
Evan Cheng506d3df2006-03-29 23:07:14 +00003112 return true;
3113}
3114
Nate Begeman9008ca62009-04-27 18:41:29 +00003115bool X86::isPSHUFHWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003116 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003117 N->getMask(M);
3118 return ::isPSHUFHWMask(M, N->getValueType(0));
3119}
Evan Cheng506d3df2006-03-29 23:07:14 +00003120
Nate Begeman9008ca62009-04-27 18:41:29 +00003121/// isPSHUFLWMask - Return true if the node specifies a shuffle of elements that
3122/// is suitable for input to PSHUFLW.
Owen Andersone50ed302009-08-10 22:56:29 +00003123static bool isPSHUFLWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003124 if (VT != MVT::v8i16)
Evan Cheng506d3df2006-03-29 23:07:14 +00003125 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003126
Rafael Espindola15684b22009-04-24 12:40:33 +00003127 // Upper quadword copied in order.
Nate Begeman9008ca62009-04-27 18:41:29 +00003128 for (int i = 4; i != 8; ++i)
3129 if (Mask[i] >= 0 && Mask[i] != i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003130 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003131
Rafael Espindola15684b22009-04-24 12:40:33 +00003132 // Lower quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003133 for (int i = 0; i != 4; ++i)
3134 if (Mask[i] >= 4)
Rafael Espindola15684b22009-04-24 12:40:33 +00003135 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003136
Rafael Espindola15684b22009-04-24 12:40:33 +00003137 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003138}
3139
Nate Begeman9008ca62009-04-27 18:41:29 +00003140bool X86::isPSHUFLWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003141 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003142 N->getMask(M);
3143 return ::isPSHUFLWMask(M, N->getValueType(0));
3144}
3145
Nate Begemana09008b2009-10-19 02:17:23 +00003146/// isPALIGNRMask - Return true if the node specifies a shuffle of elements that
3147/// is suitable for input to PALIGNR.
3148static bool isPALIGNRMask(const SmallVectorImpl<int> &Mask, EVT VT,
3149 bool hasSSSE3) {
3150 int i, e = VT.getVectorNumElements();
Bruno Cardoso Lopes9065d4b2011-07-29 01:30:59 +00003151 if (VT.getSizeInBits() != 128 && VT.getSizeInBits() != 64)
3152 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003153
Nate Begemana09008b2009-10-19 02:17:23 +00003154 // Do not handle v2i64 / v2f64 shuffles with palignr.
3155 if (e < 4 || !hasSSSE3)
3156 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003157
Nate Begemana09008b2009-10-19 02:17:23 +00003158 for (i = 0; i != e; ++i)
3159 if (Mask[i] >= 0)
3160 break;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003161
Nate Begemana09008b2009-10-19 02:17:23 +00003162 // All undef, not a palignr.
3163 if (i == e)
3164 return false;
3165
Eli Friedman63f8dde2011-07-25 21:36:45 +00003166 // Make sure we're shifting in the right direction.
3167 if (Mask[i] <= i)
3168 return false;
Nate Begemana09008b2009-10-19 02:17:23 +00003169
3170 int s = Mask[i] - i;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003171
Nate Begemana09008b2009-10-19 02:17:23 +00003172 // Check the rest of the elements to see if they are consecutive.
3173 for (++i; i != e; ++i) {
3174 int m = Mask[i];
Eli Friedman63f8dde2011-07-25 21:36:45 +00003175 if (m >= 0 && m != s+i)
Nate Begemana09008b2009-10-19 02:17:23 +00003176 return false;
3177 }
3178 return true;
3179}
3180
Bruno Cardoso Lopes07b7f672011-08-25 02:58:26 +00003181/// isVSHUFPSYMask - Return true if the specified VECTOR_SHUFFLE operand
3182/// specifies a shuffle of elements that is suitable for input to 256-bit
3183/// VSHUFPSY.
3184static bool isVSHUFPSYMask(const SmallVectorImpl<int> &Mask, EVT VT,
3185 const X86Subtarget *Subtarget) {
3186 int NumElems = VT.getVectorNumElements();
3187
3188 if (!Subtarget->hasAVX() || VT.getSizeInBits() != 256)
3189 return false;
3190
3191 if (NumElems != 8)
3192 return false;
3193
3194 // VSHUFPSY divides the resulting vector into 4 chunks.
3195 // The sources are also splitted into 4 chunks, and each destination
3196 // chunk must come from a different source chunk.
3197 //
3198 // SRC1 => X7 X6 X5 X4 X3 X2 X1 X0
3199 // SRC2 => Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y9
3200 //
3201 // DST => Y7..Y4, Y7..Y4, X7..X4, X7..X4,
3202 // Y3..Y0, Y3..Y0, X3..X0, X3..X0
3203 //
3204 int QuarterSize = NumElems/4;
3205 int HalfSize = QuarterSize*2;
3206 for (int i = 0; i < QuarterSize; ++i)
3207 if (!isUndefOrInRange(Mask[i], 0, HalfSize))
3208 return false;
3209 for (int i = QuarterSize; i < QuarterSize*2; ++i)
3210 if (!isUndefOrInRange(Mask[i], NumElems, NumElems+HalfSize))
3211 return false;
3212
3213 // The mask of the second half must be the same as the first but with
3214 // the appropriate offsets. This works in the same way as VPERMILPS
3215 // works with masks.
3216 for (int i = QuarterSize*2; i < QuarterSize*3; ++i) {
3217 if (!isUndefOrInRange(Mask[i], HalfSize, NumElems))
3218 return false;
3219 int FstHalfIdx = i-HalfSize;
3220 if (Mask[FstHalfIdx] < 0)
3221 continue;
3222 if (!isUndefOrEqual(Mask[i], Mask[FstHalfIdx]+HalfSize))
3223 return false;
3224 }
3225 for (int i = QuarterSize*3; i < NumElems; ++i) {
3226 if (!isUndefOrInRange(Mask[i], NumElems+HalfSize, NumElems*2))
3227 return false;
3228 int FstHalfIdx = i-HalfSize;
3229 if (Mask[FstHalfIdx] < 0)
3230 continue;
3231 if (!isUndefOrEqual(Mask[i], Mask[FstHalfIdx]+HalfSize))
3232 return false;
3233
3234 }
3235
3236 return true;
3237}
3238
3239/// getShuffleVSHUFPSYImmediate - Return the appropriate immediate to shuffle
3240/// the specified VECTOR_MASK mask with VSHUFPSY instruction.
3241static unsigned getShuffleVSHUFPSYImmediate(SDNode *N) {
3242 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3243 EVT VT = SVOp->getValueType(0);
3244 int NumElems = VT.getVectorNumElements();
3245
3246 assert(NumElems == 8 && VT.getSizeInBits() == 256 &&
3247 "Only supports v8i32 and v8f32 types");
3248
3249 int HalfSize = NumElems/2;
3250 unsigned Mask = 0;
3251 for (int i = 0; i != NumElems ; ++i) {
3252 if (SVOp->getMaskElt(i) < 0)
3253 continue;
3254 // The mask of the first half must be equal to the second one.
3255 unsigned Shamt = (i%HalfSize)*2;
3256 unsigned Elt = SVOp->getMaskElt(i) % HalfSize;
3257 Mask |= Elt << Shamt;
3258 }
3259
3260 return Mask;
3261}
3262
3263/// isVSHUFPDYMask - Return true if the specified VECTOR_SHUFFLE operand
3264/// specifies a shuffle of elements that is suitable for input to 256-bit
3265/// VSHUFPDY. This shuffle doesn't have the same restriction as the PS
3266/// version and the mask of the second half isn't binded with the first
3267/// one.
3268static bool isVSHUFPDYMask(const SmallVectorImpl<int> &Mask, EVT VT,
3269 const X86Subtarget *Subtarget) {
3270 int NumElems = VT.getVectorNumElements();
3271
3272 if (!Subtarget->hasAVX() || VT.getSizeInBits() != 256)
3273 return false;
3274
3275 if (NumElems != 4)
3276 return false;
3277
3278 // VSHUFPSY divides the resulting vector into 4 chunks.
3279 // The sources are also splitted into 4 chunks, and each destination
3280 // chunk must come from a different source chunk.
3281 //
3282 // SRC1 => X3 X2 X1 X0
3283 // SRC2 => Y3 Y2 Y1 Y0
3284 //
3285 // DST => Y2..Y3, X2..X3, Y1..Y0, X1..X0
3286 //
3287 int QuarterSize = NumElems/4;
3288 int HalfSize = QuarterSize*2;
3289 for (int i = 0; i < QuarterSize; ++i)
3290 if (!isUndefOrInRange(Mask[i], 0, HalfSize))
3291 return false;
3292 for (int i = QuarterSize; i < QuarterSize*2; ++i)
3293 if (!isUndefOrInRange(Mask[i], NumElems, NumElems+HalfSize))
3294 return false;
3295 for (int i = QuarterSize*2; i < QuarterSize*3; ++i)
3296 if (!isUndefOrInRange(Mask[i], HalfSize, NumElems))
3297 return false;
3298 for (int i = QuarterSize*3; i < NumElems; ++i)
3299 if (!isUndefOrInRange(Mask[i], NumElems+HalfSize, NumElems*2))
3300 return false;
3301
3302 return true;
3303}
3304
3305/// getShuffleVSHUFPDYImmediate - Return the appropriate immediate to shuffle
3306/// the specified VECTOR_MASK mask with VSHUFPDY instruction.
3307static unsigned getShuffleVSHUFPDYImmediate(SDNode *N) {
3308 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3309 EVT VT = SVOp->getValueType(0);
3310 int NumElems = VT.getVectorNumElements();
3311
3312 assert(NumElems == 4 && VT.getSizeInBits() == 256 &&
3313 "Only supports v4i64 and v4f64 types");
3314
3315 int HalfSize = NumElems/2;
3316 unsigned Mask = 0;
3317 for (int i = 0; i != NumElems ; ++i) {
3318 if (SVOp->getMaskElt(i) < 0)
3319 continue;
3320 int Elt = SVOp->getMaskElt(i) % HalfSize;
3321 Mask |= Elt << i;
3322 }
3323
3324 return Mask;
3325}
3326
Evan Cheng14aed5e2006-03-24 01:18:28 +00003327/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
Bruno Cardoso Lopesaf002d82011-08-24 23:17:55 +00003328/// specifies a shuffle of elements that is suitable for input to 128-bit
3329/// SHUFPS and SHUFPD.
Owen Andersone50ed302009-08-10 22:56:29 +00003330static bool isSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003331 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopesaf002d82011-08-24 23:17:55 +00003332
3333 if (VT.getSizeInBits() != 128)
3334 return false;
3335
Nate Begeman9008ca62009-04-27 18:41:29 +00003336 if (NumElems != 2 && NumElems != 4)
3337 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003338
Nate Begeman9008ca62009-04-27 18:41:29 +00003339 int Half = NumElems / 2;
3340 for (int i = 0; i < Half; ++i)
3341 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003342 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003343 for (int i = Half; i < NumElems; ++i)
3344 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003345 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003346
Evan Cheng14aed5e2006-03-24 01:18:28 +00003347 return true;
3348}
3349
Nate Begeman9008ca62009-04-27 18:41:29 +00003350bool X86::isSHUFPMask(ShuffleVectorSDNode *N) {
3351 SmallVector<int, 8> M;
3352 N->getMask(M);
3353 return ::isSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003354}
3355
Evan Cheng213d2cf2007-05-17 18:45:50 +00003356/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00003357/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
3358/// half elements to come from vector 1 (which would equal the dest.) and
3359/// the upper half to come from vector 2.
Owen Andersone50ed302009-08-10 22:56:29 +00003360static bool isCommutedSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003361 int NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003362
3363 if (NumElems != 2 && NumElems != 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00003364 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003365
Nate Begeman9008ca62009-04-27 18:41:29 +00003366 int Half = NumElems / 2;
3367 for (int i = 0; i < Half; ++i)
3368 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003369 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003370 for (int i = Half; i < NumElems; ++i)
3371 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003372 return false;
3373 return true;
3374}
3375
Nate Begeman9008ca62009-04-27 18:41:29 +00003376static bool isCommutedSHUFP(ShuffleVectorSDNode *N) {
3377 SmallVector<int, 8> M;
3378 N->getMask(M);
3379 return isCommutedSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003380}
3381
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003382/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
3383/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
Nate Begeman9008ca62009-04-27 18:41:29 +00003384bool X86::isMOVHLPSMask(ShuffleVectorSDNode *N) {
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003385 EVT VT = N->getValueType(0);
3386 unsigned NumElems = VT.getVectorNumElements();
3387
3388 if (VT.getSizeInBits() != 128)
3389 return false;
3390
3391 if (NumElems != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003392 return false;
3393
Evan Cheng2064a2b2006-03-28 06:50:32 +00003394 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Nate Begeman9008ca62009-04-27 18:41:29 +00003395 return isUndefOrEqual(N->getMaskElt(0), 6) &&
3396 isUndefOrEqual(N->getMaskElt(1), 7) &&
3397 isUndefOrEqual(N->getMaskElt(2), 2) &&
3398 isUndefOrEqual(N->getMaskElt(3), 3);
Evan Cheng6e56e2c2006-11-07 22:14:24 +00003399}
3400
Nate Begeman0b10b912009-11-07 23:17:15 +00003401/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
3402/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
3403/// <2, 3, 2, 3>
3404bool X86::isMOVHLPS_v_undef_Mask(ShuffleVectorSDNode *N) {
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003405 EVT VT = N->getValueType(0);
3406 unsigned NumElems = VT.getVectorNumElements();
3407
3408 if (VT.getSizeInBits() != 128)
3409 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003410
Nate Begeman0b10b912009-11-07 23:17:15 +00003411 if (NumElems != 4)
3412 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003413
Nate Begeman0b10b912009-11-07 23:17:15 +00003414 return isUndefOrEqual(N->getMaskElt(0), 2) &&
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003415 isUndefOrEqual(N->getMaskElt(1), 3) &&
3416 isUndefOrEqual(N->getMaskElt(2), 2) &&
3417 isUndefOrEqual(N->getMaskElt(3), 3);
Nate Begeman0b10b912009-11-07 23:17:15 +00003418}
3419
Evan Cheng5ced1d82006-04-06 23:23:56 +00003420/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
3421/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
Nate Begeman9008ca62009-04-27 18:41:29 +00003422bool X86::isMOVLPMask(ShuffleVectorSDNode *N) {
3423 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003424
Evan Cheng5ced1d82006-04-06 23:23:56 +00003425 if (NumElems != 2 && NumElems != 4)
3426 return false;
3427
Evan Chengc5cdff22006-04-07 21:53:05 +00003428 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003429 if (!isUndefOrEqual(N->getMaskElt(i), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003430 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003431
Evan Chengc5cdff22006-04-07 21:53:05 +00003432 for (unsigned i = NumElems/2; i < NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003433 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003434 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003435
3436 return true;
3437}
3438
Nate Begeman0b10b912009-11-07 23:17:15 +00003439/// isMOVLHPSMask - Return true if the specified VECTOR_SHUFFLE operand
3440/// specifies a shuffle of elements that is suitable for input to MOVLHPS.
3441bool X86::isMOVLHPSMask(ShuffleVectorSDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003442 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003443
David Greenea20244d2011-03-02 17:23:43 +00003444 if ((NumElems != 2 && NumElems != 4)
3445 || N->getValueType(0).getSizeInBits() > 128)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003446 return false;
3447
Evan Chengc5cdff22006-04-07 21:53:05 +00003448 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003449 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003450 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003451
Nate Begeman9008ca62009-04-27 18:41:29 +00003452 for (unsigned i = 0; i < NumElems/2; ++i)
3453 if (!isUndefOrEqual(N->getMaskElt(i + NumElems/2), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003454 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003455
3456 return true;
3457}
3458
Evan Cheng0038e592006-03-28 00:39:58 +00003459/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
3460/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Owen Andersone50ed302009-08-10 22:56:29 +00003461static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003462 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003463 int NumElts = VT.getVectorNumElements();
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003464
3465 assert((VT.is128BitVector() || VT.is256BitVector()) &&
3466 "Unsupported vector type for unpckh");
3467
3468 if (VT.getSizeInBits() == 256 && NumElts != 4 && NumElts != 8)
Evan Cheng0038e592006-03-28 00:39:58 +00003469 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003470
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003471 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate
3472 // independently on 128-bit lanes.
3473 unsigned NumLanes = VT.getSizeInBits()/128;
3474 unsigned NumLaneElts = NumElts/NumLanes;
David Greenea20244d2011-03-02 17:23:43 +00003475
3476 unsigned Start = 0;
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003477 unsigned End = NumLaneElts;
3478 for (unsigned s = 0; s < NumLanes; ++s) {
3479 for (unsigned i = Start, j = s * NumLaneElts;
David Greenea20244d2011-03-02 17:23:43 +00003480 i != End;
3481 i += 2, ++j) {
3482 int BitI = Mask[i];
3483 int BitI1 = Mask[i+1];
3484 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003485 return false;
David Greenea20244d2011-03-02 17:23:43 +00003486 if (V2IsSplat) {
3487 if (!isUndefOrEqual(BitI1, NumElts))
3488 return false;
3489 } else {
3490 if (!isUndefOrEqual(BitI1, j + NumElts))
3491 return false;
3492 }
Evan Cheng39623da2006-04-20 08:58:49 +00003493 }
David Greenea20244d2011-03-02 17:23:43 +00003494 // Process the next 128 bits.
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003495 Start += NumLaneElts;
3496 End += NumLaneElts;
Evan Cheng0038e592006-03-28 00:39:58 +00003497 }
David Greenea20244d2011-03-02 17:23:43 +00003498
Evan Cheng0038e592006-03-28 00:39:58 +00003499 return true;
3500}
3501
Nate Begeman9008ca62009-04-27 18:41:29 +00003502bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3503 SmallVector<int, 8> M;
3504 N->getMask(M);
3505 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003506}
3507
Evan Cheng4fcb9222006-03-28 02:43:26 +00003508/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3509/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Eric Christopherfd179292009-08-27 18:07:15 +00003510static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003511 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003512 int NumElts = VT.getVectorNumElements();
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003513
3514 assert((VT.is128BitVector() || VT.is256BitVector()) &&
3515 "Unsupported vector type for unpckh");
3516
3517 if (VT.getSizeInBits() == 256 && NumElts != 4 && NumElts != 8)
Evan Cheng4fcb9222006-03-28 02:43:26 +00003518 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003519
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003520 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate
3521 // independently on 128-bit lanes.
3522 unsigned NumLanes = VT.getSizeInBits()/128;
3523 unsigned NumLaneElts = NumElts/NumLanes;
3524
3525 unsigned Start = 0;
3526 unsigned End = NumLaneElts;
3527 for (unsigned l = 0; l != NumLanes; ++l) {
3528 for (unsigned i = Start, j = (l*NumLaneElts)+NumLaneElts/2;
3529 i != End; i += 2, ++j) {
3530 int BitI = Mask[i];
3531 int BitI1 = Mask[i+1];
3532 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003533 return false;
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003534 if (V2IsSplat) {
3535 if (isUndefOrEqual(BitI1, NumElts))
3536 return false;
3537 } else {
3538 if (!isUndefOrEqual(BitI1, j+NumElts))
3539 return false;
3540 }
Evan Cheng39623da2006-04-20 08:58:49 +00003541 }
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003542 // Process the next 128 bits.
3543 Start += NumLaneElts;
3544 End += NumLaneElts;
Evan Cheng4fcb9222006-03-28 02:43:26 +00003545 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003546 return true;
3547}
3548
Nate Begeman9008ca62009-04-27 18:41:29 +00003549bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3550 SmallVector<int, 8> M;
3551 N->getMask(M);
3552 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003553}
3554
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003555/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
3556/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
3557/// <0, 0, 1, 1>
Owen Andersone50ed302009-08-10 22:56:29 +00003558static bool isUNPCKL_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003559 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003560 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003561 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003562
Bruno Cardoso Lopes6292ece2011-08-25 21:40:37 +00003563 // For 256-bit i64/f64, use MOVDDUPY instead, so reject the matching pattern
3564 // FIXME: Need a better way to get rid of this, there's no latency difference
3565 // between UNPCKLPD and MOVDDUP, the later should always be checked first and
3566 // the former later. We should also remove the "_undef" special mask.
3567 if (NumElems == 4 && VT.getSizeInBits() == 256)
3568 return false;
3569
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003570 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate
3571 // independently on 128-bit lanes.
3572 unsigned NumLanes = VT.getSizeInBits() / 128;
3573 unsigned NumLaneElts = NumElems / NumLanes;
David Greenea20244d2011-03-02 17:23:43 +00003574
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003575 for (unsigned s = 0; s < NumLanes; ++s) {
3576 for (unsigned i = s * NumLaneElts, j = s * NumLaneElts;
3577 i != NumLaneElts * (s + 1);
David Greenea20244d2011-03-02 17:23:43 +00003578 i += 2, ++j) {
3579 int BitI = Mask[i];
3580 int BitI1 = Mask[i+1];
3581
3582 if (!isUndefOrEqual(BitI, j))
3583 return false;
3584 if (!isUndefOrEqual(BitI1, j))
3585 return false;
3586 }
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003587 }
David Greenea20244d2011-03-02 17:23:43 +00003588
Rafael Espindola15684b22009-04-24 12:40:33 +00003589 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003590}
3591
Nate Begeman9008ca62009-04-27 18:41:29 +00003592bool X86::isUNPCKL_v_undef_Mask(ShuffleVectorSDNode *N) {
3593 SmallVector<int, 8> M;
3594 N->getMask(M);
3595 return ::isUNPCKL_v_undef_Mask(M, N->getValueType(0));
3596}
3597
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003598/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
3599/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
3600/// <2, 2, 3, 3>
Owen Andersone50ed302009-08-10 22:56:29 +00003601static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003602 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003603 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
3604 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003605
Nate Begeman9008ca62009-04-27 18:41:29 +00003606 for (int i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
3607 int BitI = Mask[i];
3608 int BitI1 = Mask[i+1];
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003609 if (!isUndefOrEqual(BitI, j))
3610 return false;
3611 if (!isUndefOrEqual(BitI1, j))
3612 return false;
3613 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003614 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003615}
3616
Nate Begeman9008ca62009-04-27 18:41:29 +00003617bool X86::isUNPCKH_v_undef_Mask(ShuffleVectorSDNode *N) {
3618 SmallVector<int, 8> M;
3619 N->getMask(M);
3620 return ::isUNPCKH_v_undef_Mask(M, N->getValueType(0));
3621}
3622
Evan Cheng017dcc62006-04-21 01:05:10 +00003623/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
3624/// specifies a shuffle of elements that is suitable for input to MOVSS,
3625/// MOVSD, and MOVD, i.e. setting the lowest element.
Owen Andersone50ed302009-08-10 22:56:29 +00003626static bool isMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Eli Friedman10415532009-06-06 06:05:10 +00003627 if (VT.getVectorElementType().getSizeInBits() < 32)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003628 return false;
Eli Friedman10415532009-06-06 06:05:10 +00003629
3630 int NumElts = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003631
Nate Begeman9008ca62009-04-27 18:41:29 +00003632 if (!isUndefOrEqual(Mask[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003633 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003634
Nate Begeman9008ca62009-04-27 18:41:29 +00003635 for (int i = 1; i < NumElts; ++i)
3636 if (!isUndefOrEqual(Mask[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003637 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003638
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003639 return true;
3640}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003641
Nate Begeman9008ca62009-04-27 18:41:29 +00003642bool X86::isMOVLMask(ShuffleVectorSDNode *N) {
3643 SmallVector<int, 8> M;
3644 N->getMask(M);
3645 return ::isMOVLMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003646}
3647
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +00003648/// isVPERM2F128Mask - Match 256-bit shuffles where the elements are considered
3649/// as permutations between 128-bit chunks or halves. As an example: this
3650/// shuffle bellow:
3651/// vector_shuffle <4, 5, 6, 7, 12, 13, 14, 15>
3652/// The first half comes from the second half of V1 and the second half from the
3653/// the second half of V2.
3654static bool isVPERM2F128Mask(const SmallVectorImpl<int> &Mask, EVT VT,
3655 const X86Subtarget *Subtarget) {
3656 if (!Subtarget->hasAVX() || VT.getSizeInBits() != 256)
3657 return false;
3658
3659 // The shuffle result is divided into half A and half B. In total the two
3660 // sources have 4 halves, namely: C, D, E, F. The final values of A and
3661 // B must come from C, D, E or F.
3662 int HalfSize = VT.getVectorNumElements()/2;
3663 bool MatchA = false, MatchB = false;
3664
3665 // Check if A comes from one of C, D, E, F.
3666 for (int Half = 0; Half < 4; ++Half) {
3667 if (isSequentialOrUndefInRange(Mask, 0, HalfSize, Half*HalfSize)) {
3668 MatchA = true;
3669 break;
3670 }
3671 }
3672
3673 // Check if B comes from one of C, D, E, F.
3674 for (int Half = 0; Half < 4; ++Half) {
3675 if (isSequentialOrUndefInRange(Mask, HalfSize, HalfSize, Half*HalfSize)) {
3676 MatchB = true;
3677 break;
3678 }
3679 }
3680
3681 return MatchA && MatchB;
3682}
3683
3684/// getShuffleVPERM2F128Immediate - Return the appropriate immediate to shuffle
3685/// the specified VECTOR_MASK mask with VPERM2F128 instructions.
3686static unsigned getShuffleVPERM2F128Immediate(SDNode *N) {
3687 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3688 EVT VT = SVOp->getValueType(0);
3689
3690 int HalfSize = VT.getVectorNumElements()/2;
3691
3692 int FstHalf = 0, SndHalf = 0;
3693 for (int i = 0; i < HalfSize; ++i) {
3694 if (SVOp->getMaskElt(i) > 0) {
3695 FstHalf = SVOp->getMaskElt(i)/HalfSize;
3696 break;
3697 }
3698 }
3699 for (int i = HalfSize; i < HalfSize*2; ++i) {
3700 if (SVOp->getMaskElt(i) > 0) {
3701 SndHalf = SVOp->getMaskElt(i)/HalfSize;
3702 break;
3703 }
3704 }
3705
3706 return (FstHalf | (SndHalf << 4));
3707}
3708
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003709/// isVPERMILPDMask - Return true if the specified VECTOR_SHUFFLE operand
3710/// specifies a shuffle of elements that is suitable for input to VPERMILPD*.
3711/// Note that VPERMIL mask matching is different depending whether theunderlying
3712/// type is 32 or 64. In the VPERMILPS the high half of the mask should point
3713/// to the same elements of the low, but to the higher half of the source.
3714/// In VPERMILPD the two lanes could be shuffled independently of each other
3715/// with the same restriction that lanes can't be crossed.
3716static bool isVPERMILPDMask(const SmallVectorImpl<int> &Mask, EVT VT,
3717 const X86Subtarget *Subtarget) {
3718 int NumElts = VT.getVectorNumElements();
3719 int NumLanes = VT.getSizeInBits()/128;
3720
3721 if (!Subtarget->hasAVX())
3722 return false;
3723
3724 // Match any permutation of 128-bit vector with 64-bit types
3725 if (NumLanes == 1 && NumElts != 2)
3726 return false;
3727
3728 // Only match 256-bit with 32 types
3729 if (VT.getSizeInBits() == 256 && NumElts != 4)
3730 return false;
3731
3732 // The mask on the high lane is independent of the low. Both can match
3733 // any element in inside its own lane, but can't cross.
3734 int LaneSize = NumElts/NumLanes;
3735 for (int l = 0; l < NumLanes; ++l)
3736 for (int i = l*LaneSize; i < LaneSize*(l+1); ++i) {
3737 int LaneStart = l*LaneSize;
3738 if (!isUndefOrInRange(Mask[i], LaneStart, LaneStart+LaneSize))
3739 return false;
3740 }
3741
3742 return true;
3743}
3744
3745/// isVPERMILPSMask - Return true if the specified VECTOR_SHUFFLE operand
3746/// specifies a shuffle of elements that is suitable for input to VPERMILPS*.
3747/// Note that VPERMIL mask matching is different depending whether theunderlying
3748/// type is 32 or 64. In the VPERMILPS the high half of the mask should point
3749/// to the same elements of the low, but to the higher half of the source.
3750/// In VPERMILPD the two lanes could be shuffled independently of each other
3751/// with the same restriction that lanes can't be crossed.
3752static bool isVPERMILPSMask(const SmallVectorImpl<int> &Mask, EVT VT,
3753 const X86Subtarget *Subtarget) {
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003754 unsigned NumElts = VT.getVectorNumElements();
3755 unsigned NumLanes = VT.getSizeInBits()/128;
3756
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003757 if (!Subtarget->hasAVX())
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003758 return false;
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003759
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003760 // Match any permutation of 128-bit vector with 32-bit types
3761 if (NumLanes == 1 && NumElts != 4)
3762 return false;
3763
3764 // Only match 256-bit with 32 types
3765 if (VT.getSizeInBits() == 256 && NumElts != 8)
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003766 return false;
3767
3768 // The mask on the high lane should be the same as the low. Actually,
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003769 // they can differ if any of the corresponding index in a lane is undef
3770 // and the other stays in range.
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003771 int LaneSize = NumElts/NumLanes;
3772 for (int i = 0; i < LaneSize; ++i) {
3773 int HighElt = i+LaneSize;
Bruno Cardoso Lopes155a92a2011-08-10 01:54:17 +00003774 bool HighValid = isUndefOrInRange(Mask[HighElt], LaneSize, NumElts);
3775 bool LowValid = isUndefOrInRange(Mask[i], 0, LaneSize);
3776
3777 if (!HighValid || !LowValid)
3778 return false;
3779 if (Mask[i] < 0 || Mask[HighElt] < 0)
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003780 continue;
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003781 if (Mask[HighElt]-Mask[i] != LaneSize)
3782 return false;
3783 }
3784
3785 return true;
3786}
3787
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003788/// getShuffleVPERMILPSImmediate - Return the appropriate immediate to shuffle
3789/// the specified VECTOR_MASK mask with VPERMILPS* instructions.
3790static unsigned getShuffleVPERMILPSImmediate(SDNode *N) {
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003791 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3792 EVT VT = SVOp->getValueType(0);
3793
3794 int NumElts = VT.getVectorNumElements();
3795 int NumLanes = VT.getSizeInBits()/128;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003796 int LaneSize = NumElts/NumLanes;
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003797
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003798 // Although the mask is equal for both lanes do it twice to get the cases
3799 // where a mask will match because the same mask element is undef on the
3800 // first half but valid on the second. This would get pathological cases
3801 // such as: shuffle <u, 0, 1, 2, 4, 4, 5, 6>, which is completely valid.
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003802 unsigned Mask = 0;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003803 for (int l = 0; l < NumLanes; ++l) {
3804 for (int i = 0; i < LaneSize; ++i) {
3805 int MaskElt = SVOp->getMaskElt(i+(l*LaneSize));
3806 if (MaskElt < 0)
3807 continue;
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003808 if (MaskElt >= LaneSize)
3809 MaskElt -= LaneSize;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003810 Mask |= MaskElt << (i*2);
3811 }
Bruno Cardoso Lopes377baa52011-07-29 01:31:04 +00003812 }
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003813
3814 return Mask;
3815}
3816
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003817/// getShuffleVPERMILPDImmediate - Return the appropriate immediate to shuffle
3818/// the specified VECTOR_MASK mask with VPERMILPD* instructions.
3819static unsigned getShuffleVPERMILPDImmediate(SDNode *N) {
3820 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3821 EVT VT = SVOp->getValueType(0);
3822
3823 int NumElts = VT.getVectorNumElements();
3824 int NumLanes = VT.getSizeInBits()/128;
3825
3826 unsigned Mask = 0;
3827 int LaneSize = NumElts/NumLanes;
3828 for (int l = 0; l < NumLanes; ++l)
Bruno Cardoso Lopes377baa52011-07-29 01:31:04 +00003829 for (int i = l*LaneSize; i < LaneSize*(l+1); ++i) {
3830 int MaskElt = SVOp->getMaskElt(i);
3831 if (MaskElt < 0)
3832 continue;
3833 Mask |= (MaskElt-l*LaneSize) << i;
3834 }
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003835
3836 return Mask;
3837}
3838
Evan Cheng017dcc62006-04-21 01:05:10 +00003839/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
3840/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00003841/// element of vector 2 and the other elements to come from vector 1 in order.
Owen Andersone50ed302009-08-10 22:56:29 +00003842static bool isCommutedMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Nate Begeman9008ca62009-04-27 18:41:29 +00003843 bool V2IsSplat = false, bool V2IsUndef = false) {
3844 int NumOps = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003845 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00003846 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003847
Nate Begeman9008ca62009-04-27 18:41:29 +00003848 if (!isUndefOrEqual(Mask[0], 0))
Evan Cheng39623da2006-04-20 08:58:49 +00003849 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003850
Nate Begeman9008ca62009-04-27 18:41:29 +00003851 for (int i = 1; i < NumOps; ++i)
3852 if (!(isUndefOrEqual(Mask[i], i+NumOps) ||
3853 (V2IsUndef && isUndefOrInRange(Mask[i], NumOps, NumOps*2)) ||
3854 (V2IsSplat && isUndefOrEqual(Mask[i], NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00003855 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003856
Evan Cheng39623da2006-04-20 08:58:49 +00003857 return true;
3858}
3859
Nate Begeman9008ca62009-04-27 18:41:29 +00003860static bool isCommutedMOVL(ShuffleVectorSDNode *N, bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00003861 bool V2IsUndef = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003862 SmallVector<int, 8> M;
3863 N->getMask(M);
3864 return isCommutedMOVLMask(M, N->getValueType(0), V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00003865}
3866
Evan Chengd9539472006-04-14 21:59:03 +00003867/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3868/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003869/// Masks to match: <1, 1, 3, 3> or <1, 1, 3, 3, 5, 5, 7, 7>
3870bool X86::isMOVSHDUPMask(ShuffleVectorSDNode *N,
3871 const X86Subtarget *Subtarget) {
3872 if (!Subtarget->hasSSE3() && !Subtarget->hasAVX())
Evan Chengd9539472006-04-14 21:59:03 +00003873 return false;
3874
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003875 // The second vector must be undef
3876 if (N->getOperand(1).getOpcode() != ISD::UNDEF)
3877 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003878
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003879 EVT VT = N->getValueType(0);
3880 unsigned NumElems = VT.getVectorNumElements();
3881
3882 if ((VT.getSizeInBits() == 128 && NumElems != 4) ||
3883 (VT.getSizeInBits() == 256 && NumElems != 8))
3884 return false;
3885
3886 // "i+1" is the value the indexed mask element must have
3887 for (unsigned i = 0; i < NumElems; i += 2)
3888 if (!isUndefOrEqual(N->getMaskElt(i), i+1) ||
3889 !isUndefOrEqual(N->getMaskElt(i+1), i+1))
Nate Begeman9008ca62009-04-27 18:41:29 +00003890 return false;
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003891
3892 return true;
Evan Chengd9539472006-04-14 21:59:03 +00003893}
3894
3895/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3896/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003897/// Masks to match: <0, 0, 2, 2> or <0, 0, 2, 2, 4, 4, 6, 6>
3898bool X86::isMOVSLDUPMask(ShuffleVectorSDNode *N,
3899 const X86Subtarget *Subtarget) {
3900 if (!Subtarget->hasSSE3() && !Subtarget->hasAVX())
Evan Chengd9539472006-04-14 21:59:03 +00003901 return false;
3902
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003903 // The second vector must be undef
3904 if (N->getOperand(1).getOpcode() != ISD::UNDEF)
3905 return false;
3906
3907 EVT VT = N->getValueType(0);
3908 unsigned NumElems = VT.getVectorNumElements();
3909
3910 if ((VT.getSizeInBits() == 128 && NumElems != 4) ||
3911 (VT.getSizeInBits() == 256 && NumElems != 8))
3912 return false;
3913
3914 // "i" is the value the indexed mask element must have
3915 for (unsigned i = 0; i < NumElems; i += 2)
3916 if (!isUndefOrEqual(N->getMaskElt(i), i) ||
3917 !isUndefOrEqual(N->getMaskElt(i+1), i))
Nate Begeman9008ca62009-04-27 18:41:29 +00003918 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003919
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003920 return true;
Evan Chengd9539472006-04-14 21:59:03 +00003921}
3922
Bruno Cardoso Lopes6292ece2011-08-25 21:40:37 +00003923/// isMOVDDUPYMask - Return true if the specified VECTOR_SHUFFLE operand
3924/// specifies a shuffle of elements that is suitable for input to 256-bit
3925/// version of MOVDDUP.
3926static bool isMOVDDUPYMask(ShuffleVectorSDNode *N,
3927 const X86Subtarget *Subtarget) {
3928 EVT VT = N->getValueType(0);
3929 int NumElts = VT.getVectorNumElements();
3930 bool V2IsUndef = N->getOperand(1).getOpcode() == ISD::UNDEF;
3931
3932 if (!Subtarget->hasAVX() || VT.getSizeInBits() != 256 ||
3933 !V2IsUndef || NumElts != 4)
3934 return false;
3935
3936 for (int i = 0; i != NumElts/2; ++i)
3937 if (!isUndefOrEqual(N->getMaskElt(i), 0))
3938 return false;
3939 for (int i = NumElts/2; i != NumElts; ++i)
3940 if (!isUndefOrEqual(N->getMaskElt(i), NumElts/2))
3941 return false;
3942 return true;
3943}
3944
Evan Cheng0b457f02008-09-25 20:50:48 +00003945/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
Bruno Cardoso Lopes06ef9232011-08-25 21:40:34 +00003946/// specifies a shuffle of elements that is suitable for input to 128-bit
3947/// version of MOVDDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003948bool X86::isMOVDDUPMask(ShuffleVectorSDNode *N) {
Bruno Cardoso Lopes06ef9232011-08-25 21:40:34 +00003949 EVT VT = N->getValueType(0);
Eric Christopherfd179292009-08-27 18:07:15 +00003950
Bruno Cardoso Lopes06ef9232011-08-25 21:40:34 +00003951 if (VT.getSizeInBits() != 128)
3952 return false;
3953
3954 int e = VT.getVectorNumElements() / 2;
Nate Begeman9008ca62009-04-27 18:41:29 +00003955 for (int i = 0; i < e; ++i)
3956 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003957 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003958 for (int i = 0; i < e; ++i)
3959 if (!isUndefOrEqual(N->getMaskElt(e+i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003960 return false;
3961 return true;
3962}
3963
David Greenec38a03e2011-02-03 15:50:00 +00003964/// isVEXTRACTF128Index - Return true if the specified
3965/// EXTRACT_SUBVECTOR operand specifies a vector extract that is
3966/// suitable for input to VEXTRACTF128.
3967bool X86::isVEXTRACTF128Index(SDNode *N) {
3968 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3969 return false;
3970
3971 // The index should be aligned on a 128-bit boundary.
3972 uint64_t Index =
3973 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3974
3975 unsigned VL = N->getValueType(0).getVectorNumElements();
3976 unsigned VBits = N->getValueType(0).getSizeInBits();
3977 unsigned ElSize = VBits / VL;
3978 bool Result = (Index * ElSize) % 128 == 0;
3979
3980 return Result;
3981}
3982
David Greeneccacdc12011-02-04 16:08:29 +00003983/// isVINSERTF128Index - Return true if the specified INSERT_SUBVECTOR
3984/// operand specifies a subvector insert that is suitable for input to
3985/// VINSERTF128.
3986bool X86::isVINSERTF128Index(SDNode *N) {
3987 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3988 return false;
3989
3990 // The index should be aligned on a 128-bit boundary.
3991 uint64_t Index =
3992 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
3993
3994 unsigned VL = N->getValueType(0).getVectorNumElements();
3995 unsigned VBits = N->getValueType(0).getSizeInBits();
3996 unsigned ElSize = VBits / VL;
3997 bool Result = (Index * ElSize) % 128 == 0;
3998
3999 return Result;
4000}
4001
Evan Cheng63d33002006-03-22 08:01:21 +00004002/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00004003/// the specified VECTOR_SHUFFLE mask with PSHUF* and SHUFP* instructions.
Evan Cheng63d33002006-03-22 08:01:21 +00004004unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004005 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
4006 int NumOperands = SVOp->getValueType(0).getVectorNumElements();
4007
Evan Chengb9df0ca2006-03-22 02:53:00 +00004008 unsigned Shift = (NumOperands == 4) ? 2 : 1;
4009 unsigned Mask = 0;
Nate Begeman9008ca62009-04-27 18:41:29 +00004010 for (int i = 0; i < NumOperands; ++i) {
4011 int Val = SVOp->getMaskElt(NumOperands-i-1);
4012 if (Val < 0) Val = 0;
Evan Cheng14aed5e2006-03-24 01:18:28 +00004013 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00004014 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00004015 if (i != NumOperands - 1)
4016 Mask <<= Shift;
4017 }
Evan Cheng63d33002006-03-22 08:01:21 +00004018 return Mask;
4019}
4020
Evan Cheng506d3df2006-03-29 23:07:14 +00004021/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00004022/// the specified VECTOR_SHUFFLE mask with the PSHUFHW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00004023unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004024 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00004025 unsigned Mask = 0;
4026 // 8 nodes, but we only care about the last 4.
4027 for (unsigned i = 7; i >= 4; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004028 int Val = SVOp->getMaskElt(i);
4029 if (Val >= 0)
Mon P Wang7bcaefa2009-02-04 01:16:59 +00004030 Mask |= (Val - 4);
Evan Cheng506d3df2006-03-29 23:07:14 +00004031 if (i != 4)
4032 Mask <<= 2;
4033 }
Evan Cheng506d3df2006-03-29 23:07:14 +00004034 return Mask;
4035}
4036
4037/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00004038/// the specified VECTOR_SHUFFLE mask with the PSHUFLW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00004039unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004040 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00004041 unsigned Mask = 0;
4042 // 8 nodes, but we only care about the first 4.
4043 for (int i = 3; i >= 0; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004044 int Val = SVOp->getMaskElt(i);
4045 if (Val >= 0)
4046 Mask |= Val;
Evan Cheng506d3df2006-03-29 23:07:14 +00004047 if (i != 0)
4048 Mask <<= 2;
4049 }
Evan Cheng506d3df2006-03-29 23:07:14 +00004050 return Mask;
4051}
4052
Nate Begemana09008b2009-10-19 02:17:23 +00004053/// getShufflePALIGNRImmediate - Return the appropriate immediate to shuffle
4054/// the specified VECTOR_SHUFFLE mask with the PALIGNR instruction.
4055unsigned X86::getShufflePALIGNRImmediate(SDNode *N) {
4056 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
4057 EVT VVT = N->getValueType(0);
4058 unsigned EltSize = VVT.getVectorElementType().getSizeInBits() >> 3;
4059 int Val = 0;
4060
4061 unsigned i, e;
4062 for (i = 0, e = VVT.getVectorNumElements(); i != e; ++i) {
4063 Val = SVOp->getMaskElt(i);
4064 if (Val >= 0)
4065 break;
4066 }
Eli Friedman63f8dde2011-07-25 21:36:45 +00004067 assert(Val - i > 0 && "PALIGNR imm should be positive");
Nate Begemana09008b2009-10-19 02:17:23 +00004068 return (Val - i) * EltSize;
4069}
4070
David Greenec38a03e2011-02-03 15:50:00 +00004071/// getExtractVEXTRACTF128Immediate - Return the appropriate immediate
4072/// to extract the specified EXTRACT_SUBVECTOR index with VEXTRACTF128
4073/// instructions.
4074unsigned X86::getExtractVEXTRACTF128Immediate(SDNode *N) {
4075 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
4076 llvm_unreachable("Illegal extract subvector for VEXTRACTF128");
4077
4078 uint64_t Index =
4079 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
4080
4081 EVT VecVT = N->getOperand(0).getValueType();
4082 EVT ElVT = VecVT.getVectorElementType();
4083
4084 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
David Greenec38a03e2011-02-03 15:50:00 +00004085 return Index / NumElemsPerChunk;
4086}
4087
David Greeneccacdc12011-02-04 16:08:29 +00004088/// getInsertVINSERTF128Immediate - Return the appropriate immediate
4089/// to insert at the specified INSERT_SUBVECTOR index with VINSERTF128
4090/// instructions.
4091unsigned X86::getInsertVINSERTF128Immediate(SDNode *N) {
4092 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
4093 llvm_unreachable("Illegal insert subvector for VINSERTF128");
4094
4095 uint64_t Index =
NAKAMURA Takumi27635382011-02-05 15:10:54 +00004096 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
David Greeneccacdc12011-02-04 16:08:29 +00004097
4098 EVT VecVT = N->getValueType(0);
4099 EVT ElVT = VecVT.getVectorElementType();
4100
4101 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
David Greeneccacdc12011-02-04 16:08:29 +00004102 return Index / NumElemsPerChunk;
4103}
4104
Evan Cheng37b73872009-07-30 08:33:02 +00004105/// isZeroNode - Returns true if Elt is a constant zero or a floating point
4106/// constant +0.0.
4107bool X86::isZeroNode(SDValue Elt) {
4108 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmane368b462010-06-18 14:22:04 +00004109 cast<ConstantSDNode>(Elt)->isNullValue()) ||
Evan Cheng37b73872009-07-30 08:33:02 +00004110 (isa<ConstantFPSDNode>(Elt) &&
4111 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
4112}
4113
Nate Begeman9008ca62009-04-27 18:41:29 +00004114/// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
4115/// their permute mask.
4116static SDValue CommuteVectorShuffle(ShuffleVectorSDNode *SVOp,
4117 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00004118 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00004119 unsigned NumElems = VT.getVectorNumElements();
Nate Begeman9008ca62009-04-27 18:41:29 +00004120 SmallVector<int, 8> MaskVec;
Eric Christopherfd179292009-08-27 18:07:15 +00004121
Nate Begeman5a5ca152009-04-29 05:20:52 +00004122 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004123 int idx = SVOp->getMaskElt(i);
4124 if (idx < 0)
4125 MaskVec.push_back(idx);
Nate Begeman5a5ca152009-04-29 05:20:52 +00004126 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00004127 MaskVec.push_back(idx + NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00004128 else
Nate Begeman9008ca62009-04-27 18:41:29 +00004129 MaskVec.push_back(idx - NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00004130 }
Nate Begeman9008ca62009-04-27 18:41:29 +00004131 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(1),
4132 SVOp->getOperand(0), &MaskVec[0]);
Evan Cheng5ced1d82006-04-06 23:23:56 +00004133}
4134
Evan Cheng779ccea2007-12-07 21:30:01 +00004135/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
4136/// the two vector operands have swapped position.
Owen Andersone50ed302009-08-10 22:56:29 +00004137static void CommuteVectorShuffleMask(SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman5a5ca152009-04-29 05:20:52 +00004138 unsigned NumElems = VT.getVectorNumElements();
4139 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004140 int idx = Mask[i];
4141 if (idx < 0)
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004142 continue;
Nate Begeman5a5ca152009-04-29 05:20:52 +00004143 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00004144 Mask[i] = idx + NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004145 else
Nate Begeman9008ca62009-04-27 18:41:29 +00004146 Mask[i] = idx - NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004147 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004148}
4149
Evan Cheng533a0aa2006-04-19 20:35:22 +00004150/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
4151/// match movhlps. The lower half elements should come from upper half of
4152/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00004153/// half of V2 (and in order).
Nate Begeman9008ca62009-04-27 18:41:29 +00004154static bool ShouldXformToMOVHLPS(ShuffleVectorSDNode *Op) {
Bruno Cardoso Lopes59353b42011-08-11 18:59:13 +00004155 EVT VT = Op->getValueType(0);
4156 if (VT.getSizeInBits() != 128)
4157 return false;
4158 if (VT.getVectorNumElements() != 4)
Evan Cheng533a0aa2006-04-19 20:35:22 +00004159 return false;
4160 for (unsigned i = 0, e = 2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004161 if (!isUndefOrEqual(Op->getMaskElt(i), i+2))
Evan Cheng533a0aa2006-04-19 20:35:22 +00004162 return false;
4163 for (unsigned i = 2; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004164 if (!isUndefOrEqual(Op->getMaskElt(i), i+4))
Evan Cheng533a0aa2006-04-19 20:35:22 +00004165 return false;
4166 return true;
4167}
4168
Evan Cheng5ced1d82006-04-06 23:23:56 +00004169/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00004170/// is promoted to a vector. It also returns the LoadSDNode by reference if
4171/// required.
4172static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00004173 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
4174 return false;
4175 N = N->getOperand(0).getNode();
4176 if (!ISD::isNON_EXTLoad(N))
4177 return false;
4178 if (LD)
4179 *LD = cast<LoadSDNode>(N);
4180 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00004181}
4182
Evan Cheng533a0aa2006-04-19 20:35:22 +00004183/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
4184/// match movlp{s|d}. The lower half elements should come from lower half of
4185/// V1 (and in order), and the upper half elements should come from the upper
4186/// half of V2 (and in order). And since V1 will become the source of the
4187/// MOVLP, it must be either a vector load or a scalar load to vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00004188static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2,
4189 ShuffleVectorSDNode *Op) {
Bruno Cardoso Lopes59353b42011-08-11 18:59:13 +00004190 EVT VT = Op->getValueType(0);
4191 if (VT.getSizeInBits() != 128)
4192 return false;
4193
Evan Cheng466685d2006-10-09 20:57:25 +00004194 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00004195 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00004196 // Is V2 is a vector load, don't do this transformation. We will try to use
4197 // load folding shufps op.
4198 if (ISD::isNON_EXTLoad(V2))
4199 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00004200
Bruno Cardoso Lopes59353b42011-08-11 18:59:13 +00004201 unsigned NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00004202
Evan Cheng533a0aa2006-04-19 20:35:22 +00004203 if (NumElems != 2 && NumElems != 4)
4204 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00004205 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004206 if (!isUndefOrEqual(Op->getMaskElt(i), i))
Evan Cheng533a0aa2006-04-19 20:35:22 +00004207 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00004208 for (unsigned i = NumElems/2; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004209 if (!isUndefOrEqual(Op->getMaskElt(i), i+NumElems))
Evan Cheng533a0aa2006-04-19 20:35:22 +00004210 return false;
4211 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00004212}
4213
Evan Cheng39623da2006-04-20 08:58:49 +00004214/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
4215/// all the same.
4216static bool isSplatVector(SDNode *N) {
4217 if (N->getOpcode() != ISD::BUILD_VECTOR)
4218 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00004219
Dan Gohman475871a2008-07-27 21:46:04 +00004220 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00004221 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
4222 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00004223 return false;
4224 return true;
4225}
4226
Evan Cheng213d2cf2007-05-17 18:45:50 +00004227/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
Eric Christopherfd179292009-08-27 18:07:15 +00004228/// to an zero vector.
Nate Begeman5a5ca152009-04-29 05:20:52 +00004229/// FIXME: move to dag combiner / method on ShuffleVectorSDNode
Nate Begeman9008ca62009-04-27 18:41:29 +00004230static bool isZeroShuffle(ShuffleVectorSDNode *N) {
Dan Gohman475871a2008-07-27 21:46:04 +00004231 SDValue V1 = N->getOperand(0);
4232 SDValue V2 = N->getOperand(1);
Nate Begeman5a5ca152009-04-29 05:20:52 +00004233 unsigned NumElems = N->getValueType(0).getVectorNumElements();
4234 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004235 int Idx = N->getMaskElt(i);
Nate Begeman5a5ca152009-04-29 05:20:52 +00004236 if (Idx >= (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004237 unsigned Opc = V2.getOpcode();
Rafael Espindola15684b22009-04-24 12:40:33 +00004238 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
4239 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00004240 if (Opc != ISD::BUILD_VECTOR ||
4241 !X86::isZeroNode(V2.getOperand(Idx-NumElems)))
Nate Begeman9008ca62009-04-27 18:41:29 +00004242 return false;
4243 } else if (Idx >= 0) {
4244 unsigned Opc = V1.getOpcode();
4245 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
4246 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00004247 if (Opc != ISD::BUILD_VECTOR ||
4248 !X86::isZeroNode(V1.getOperand(Idx)))
Chris Lattner8a594482007-11-25 00:24:49 +00004249 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00004250 }
4251 }
4252 return true;
4253}
4254
4255/// getZeroVector - Returns a vector of specified type with all zero elements.
4256///
Owen Andersone50ed302009-08-10 22:56:29 +00004257static SDValue getZeroVector(EVT VT, bool HasSSE2, SelectionDAG &DAG,
Dale Johannesenace16102009-02-03 19:33:06 +00004258 DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004259 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00004260
Dale Johannesen0488fb62010-09-30 23:57:10 +00004261 // Always build SSE zero vectors as <4 x i32> bitcasted
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00004262 // to their dest type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00004263 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00004264 if (VT.getSizeInBits() == 128) { // SSE
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00004265 if (HasSSE2) { // SSE2
4266 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
4267 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
4268 } else { // SSE1
4269 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
4270 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
4271 }
4272 } else if (VT.getSizeInBits() == 256) { // AVX
4273 // 256-bit logic and arithmetic instructions in AVX are
4274 // all floating-point, no support for integer ops. Default
4275 // to emitting fp zeroed vectors then.
Owen Anderson825b72b2009-08-11 20:47:22 +00004276 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00004277 SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
4278 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8f32, Ops, 8);
Evan Chengf0df0312008-05-15 08:39:06 +00004279 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004280 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00004281}
4282
Chris Lattner8a594482007-11-25 00:24:49 +00004283/// getOnesVector - Returns a vector of specified type with all bits set.
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00004284/// Always build ones vectors as <4 x i32>. For 256-bit types, use two
4285/// <4 x i32> inserted in a <8 x i32> appropriately. Then bitcast to their
4286/// original type, ensuring they get CSE'd.
Owen Andersone50ed302009-08-10 22:56:29 +00004287static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004288 assert(VT.isVector() && "Expected a vector type");
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004289 assert((VT.is128BitVector() || VT.is256BitVector())
4290 && "Expected a 128-bit or 256-bit vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00004291
Owen Anderson825b72b2009-08-11 20:47:22 +00004292 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00004293 SDValue Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
4294 Cst, Cst, Cst, Cst);
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004295
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004296 if (VT.is256BitVector()) {
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00004297 SDValue InsV = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, MVT::v8i32),
4298 Vec, DAG.getConstant(0, MVT::i32), DAG, dl);
4299 Vec = Insert128BitVector(InsV, Vec,
4300 DAG.getConstant(4 /* NumElems/2 */, MVT::i32), DAG, dl);
4301 }
4302
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004303 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Chris Lattner8a594482007-11-25 00:24:49 +00004304}
4305
Evan Cheng39623da2006-04-20 08:58:49 +00004306/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
4307/// that point to V2 points to its first element.
Nate Begeman9008ca62009-04-27 18:41:29 +00004308static SDValue NormalizeMask(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00004309 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00004310 unsigned NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00004311
Evan Cheng39623da2006-04-20 08:58:49 +00004312 bool Changed = false;
Nate Begeman9008ca62009-04-27 18:41:29 +00004313 SmallVector<int, 8> MaskVec;
4314 SVOp->getMask(MaskVec);
Eric Christopherfd179292009-08-27 18:07:15 +00004315
Nate Begeman5a5ca152009-04-29 05:20:52 +00004316 for (unsigned i = 0; i != NumElems; ++i) {
4317 if (MaskVec[i] > (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004318 MaskVec[i] = NumElems;
4319 Changed = true;
Evan Cheng39623da2006-04-20 08:58:49 +00004320 }
Evan Cheng39623da2006-04-20 08:58:49 +00004321 }
Evan Cheng39623da2006-04-20 08:58:49 +00004322 if (Changed)
Nate Begeman9008ca62009-04-27 18:41:29 +00004323 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(0),
4324 SVOp->getOperand(1), &MaskVec[0]);
4325 return SDValue(SVOp, 0);
Evan Cheng39623da2006-04-20 08:58:49 +00004326}
4327
Evan Cheng017dcc62006-04-21 01:05:10 +00004328/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
4329/// operation of specified width.
Owen Andersone50ed302009-08-10 22:56:29 +00004330static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00004331 SDValue V2) {
4332 unsigned NumElems = VT.getVectorNumElements();
4333 SmallVector<int, 8> Mask;
4334 Mask.push_back(NumElems);
Evan Cheng39623da2006-04-20 08:58:49 +00004335 for (unsigned i = 1; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004336 Mask.push_back(i);
4337 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Cheng39623da2006-04-20 08:58:49 +00004338}
4339
Nate Begeman9008ca62009-04-27 18:41:29 +00004340/// getUnpackl - Returns a vector_shuffle node for an unpackl operation.
Owen Andersone50ed302009-08-10 22:56:29 +00004341static SDValue getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00004342 SDValue V2) {
4343 unsigned NumElems = VT.getVectorNumElements();
4344 SmallVector<int, 8> Mask;
Evan Chengc575ca22006-04-17 20:43:08 +00004345 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004346 Mask.push_back(i);
4347 Mask.push_back(i + NumElems);
Evan Chengc575ca22006-04-17 20:43:08 +00004348 }
Nate Begeman9008ca62009-04-27 18:41:29 +00004349 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Chengc575ca22006-04-17 20:43:08 +00004350}
4351
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004352/// getUnpackh - Returns a vector_shuffle node for an unpackh operation.
Owen Andersone50ed302009-08-10 22:56:29 +00004353static SDValue getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00004354 SDValue V2) {
4355 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng39623da2006-04-20 08:58:49 +00004356 unsigned Half = NumElems/2;
Nate Begeman9008ca62009-04-27 18:41:29 +00004357 SmallVector<int, 8> Mask;
Evan Cheng39623da2006-04-20 08:58:49 +00004358 for (unsigned i = 0; i != Half; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004359 Mask.push_back(i + Half);
4360 Mask.push_back(i + NumElems + Half);
Evan Cheng39623da2006-04-20 08:58:49 +00004361 }
Nate Begeman9008ca62009-04-27 18:41:29 +00004362 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00004363}
4364
Bruno Cardoso Lopes5f1d8ab2011-08-11 02:49:44 +00004365// PromoteSplati8i16 - All i16 and i8 vector types can't be used directly by
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004366// a generic shuffle instruction because the target has no such instructions.
4367// Generate shuffles which repeat i16 and i8 several times until they can be
4368// represented by v4f32 and then be manipulated by target suported shuffles.
Bruno Cardoso Lopes5f1d8ab2011-08-11 02:49:44 +00004369static SDValue PromoteSplati8i16(SDValue V, SelectionDAG &DAG, int &EltNo) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004370 EVT VT = V.getValueType();
Nate Begeman9008ca62009-04-27 18:41:29 +00004371 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004372 DebugLoc dl = V.getDebugLoc();
Rafael Espindola15684b22009-04-24 12:40:33 +00004373
Nate Begeman9008ca62009-04-27 18:41:29 +00004374 while (NumElems > 4) {
4375 if (EltNo < NumElems/2) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004376 V = getUnpackl(DAG, dl, VT, V, V);
Nate Begeman9008ca62009-04-27 18:41:29 +00004377 } else {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004378 V = getUnpackh(DAG, dl, VT, V, V);
Nate Begeman9008ca62009-04-27 18:41:29 +00004379 EltNo -= NumElems/2;
4380 }
4381 NumElems >>= 1;
4382 }
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004383 return V;
4384}
Eric Christopherfd179292009-08-27 18:07:15 +00004385
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004386/// getLegalSplat - Generate a legal splat with supported x86 shuffles
4387static SDValue getLegalSplat(SelectionDAG &DAG, SDValue V, int EltNo) {
4388 EVT VT = V.getValueType();
4389 DebugLoc dl = V.getDebugLoc();
4390 assert((VT.getSizeInBits() == 128 || VT.getSizeInBits() == 256)
4391 && "Vector size not supported");
4392
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004393 if (VT.getSizeInBits() == 128) {
4394 V = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, V);
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004395 int SplatMask[4] = { EltNo, EltNo, EltNo, EltNo };
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004396 V = DAG.getVectorShuffle(MVT::v4f32, dl, V, DAG.getUNDEF(MVT::v4f32),
4397 &SplatMask[0]);
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004398 } else {
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004399 // To use VPERMILPS to splat scalars, the second half of indicies must
4400 // refer to the higher part, which is a duplication of the lower one,
4401 // because VPERMILPS can only handle in-lane permutations.
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004402 int SplatMask[8] = { EltNo, EltNo, EltNo, EltNo,
4403 EltNo+4, EltNo+4, EltNo+4, EltNo+4 };
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004404
4405 V = DAG.getNode(ISD::BITCAST, dl, MVT::v8f32, V);
4406 V = DAG.getVectorShuffle(MVT::v8f32, dl, V, DAG.getUNDEF(MVT::v8f32),
4407 &SplatMask[0]);
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004408 }
4409
4410 return DAG.getNode(ISD::BITCAST, dl, VT, V);
4411}
4412
Bruno Cardoso Lopes8a5b2622011-08-17 02:29:13 +00004413/// PromoteSplat - Splat is promoted to target supported vector shuffles.
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004414static SDValue PromoteSplat(ShuffleVectorSDNode *SV, SelectionDAG &DAG) {
4415 EVT SrcVT = SV->getValueType(0);
4416 SDValue V1 = SV->getOperand(0);
4417 DebugLoc dl = SV->getDebugLoc();
4418
4419 int EltNo = SV->getSplatIndex();
4420 int NumElems = SrcVT.getVectorNumElements();
4421 unsigned Size = SrcVT.getSizeInBits();
4422
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004423 assert(((Size == 128 && NumElems > 4) || Size == 256) &&
4424 "Unknown how to promote splat for type");
4425
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004426 // Extract the 128-bit part containing the splat element and update
4427 // the splat element index when it refers to the higher register.
4428 if (Size == 256) {
4429 unsigned Idx = (EltNo > NumElems/2) ? NumElems/2 : 0;
4430 V1 = Extract128BitVector(V1, DAG.getConstant(Idx, MVT::i32), DAG, dl);
4431 if (Idx > 0)
4432 EltNo -= NumElems/2;
4433 }
4434
Bruno Cardoso Lopes8a5b2622011-08-17 02:29:13 +00004435 // All i16 and i8 vector types can't be used directly by a generic shuffle
4436 // instruction because the target has no such instruction. Generate shuffles
4437 // which repeat i16 and i8 several times until they fit in i32, and then can
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004438 // be manipulated by target suported shuffles.
Bruno Cardoso Lopes5f1d8ab2011-08-11 02:49:44 +00004439 EVT EltVT = SrcVT.getVectorElementType();
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004440 if (EltVT == MVT::i8 || EltVT == MVT::i16)
Bruno Cardoso Lopes5f1d8ab2011-08-11 02:49:44 +00004441 V1 = PromoteSplati8i16(V1, DAG, EltNo);
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004442
4443 // Recreate the 256-bit vector and place the same 128-bit vector
4444 // into the low and high part. This is necessary because we want
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00004445 // to use VPERM* to shuffle the vectors
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004446 if (Size == 256) {
4447 SDValue InsV = Insert128BitVector(DAG.getUNDEF(SrcVT), V1,
4448 DAG.getConstant(0, MVT::i32), DAG, dl);
4449 V1 = Insert128BitVector(InsV, V1,
4450 DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
4451 }
4452
4453 return getLegalSplat(DAG, V1, EltNo);
Evan Chengc575ca22006-04-17 20:43:08 +00004454}
4455
Evan Chengba05f722006-04-21 23:03:30 +00004456/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00004457/// vector of zero or undef vector. This produces a shuffle where the low
4458/// element of V2 is swizzled into the zero/undef vector, landing at element
4459/// Idx. This produces a shuffle mask like 4,1,2,3 (idx=0) or 0,1,2,4 (idx=3).
Dan Gohman475871a2008-07-27 21:46:04 +00004460static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00004461 bool isZero, bool HasSSE2,
4462 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00004463 EVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00004464 SDValue V1 = isZero
Nate Begeman9008ca62009-04-27 18:41:29 +00004465 ? getZeroVector(VT, HasSSE2, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
4466 unsigned NumElems = VT.getVectorNumElements();
4467 SmallVector<int, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00004468 for (unsigned i = 0; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004469 // If this is the insertion idx, put the low elt of V2 here.
4470 MaskVec.push_back(i == Idx ? NumElems : i);
4471 return DAG.getVectorShuffle(VT, V2.getDebugLoc(), V1, V2, &MaskVec[0]);
Evan Cheng017dcc62006-04-21 01:05:10 +00004472}
4473
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004474/// getShuffleScalarElt - Returns the scalar element that will make up the ith
4475/// element of the result of the vector shuffle.
Benjamin Kramer050db522011-03-26 12:38:19 +00004476static SDValue getShuffleScalarElt(SDNode *N, int Index, SelectionDAG &DAG,
4477 unsigned Depth) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004478 if (Depth == 6)
4479 return SDValue(); // Limit search depth.
4480
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004481 SDValue V = SDValue(N, 0);
4482 EVT VT = V.getValueType();
4483 unsigned Opcode = V.getOpcode();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004484
4485 // Recurse into ISD::VECTOR_SHUFFLE node to find scalars.
4486 if (const ShuffleVectorSDNode *SV = dyn_cast<ShuffleVectorSDNode>(N)) {
4487 Index = SV->getMaskElt(Index);
4488
4489 if (Index < 0)
4490 return DAG.getUNDEF(VT.getVectorElementType());
4491
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004492 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004493 SDValue NewV = (Index < NumElems) ? SV->getOperand(0) : SV->getOperand(1);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004494 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG, Depth+1);
Evan Chengf26ffe92008-05-29 08:22:04 +00004495 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004496
4497 // Recurse into target specific vector shuffles to find scalars.
4498 if (isTargetShuffle(Opcode)) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004499 int NumElems = VT.getVectorNumElements();
4500 SmallVector<unsigned, 16> ShuffleMask;
4501 SDValue ImmN;
4502
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004503 switch(Opcode) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004504 case X86ISD::SHUFPS:
4505 case X86ISD::SHUFPD:
4506 ImmN = N->getOperand(N->getNumOperands()-1);
4507 DecodeSHUFPSMask(NumElems,
4508 cast<ConstantSDNode>(ImmN)->getZExtValue(),
4509 ShuffleMask);
4510 break;
4511 case X86ISD::PUNPCKHBW:
4512 case X86ISD::PUNPCKHWD:
4513 case X86ISD::PUNPCKHDQ:
4514 case X86ISD::PUNPCKHQDQ:
4515 DecodePUNPCKHMask(NumElems, ShuffleMask);
4516 break;
4517 case X86ISD::UNPCKHPS:
4518 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00004519 case X86ISD::VUNPCKHPSY:
4520 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004521 DecodeUNPCKHPMask(NumElems, ShuffleMask);
4522 break;
4523 case X86ISD::PUNPCKLBW:
4524 case X86ISD::PUNPCKLWD:
4525 case X86ISD::PUNPCKLDQ:
4526 case X86ISD::PUNPCKLQDQ:
David Greenec4db4e52011-02-28 19:06:56 +00004527 DecodePUNPCKLMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004528 break;
4529 case X86ISD::UNPCKLPS:
4530 case X86ISD::UNPCKLPD:
David Greenec4db4e52011-02-28 19:06:56 +00004531 case X86ISD::VUNPCKLPSY:
4532 case X86ISD::VUNPCKLPDY:
4533 DecodeUNPCKLPMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004534 break;
4535 case X86ISD::MOVHLPS:
4536 DecodeMOVHLPSMask(NumElems, ShuffleMask);
4537 break;
4538 case X86ISD::MOVLHPS:
4539 DecodeMOVLHPSMask(NumElems, ShuffleMask);
4540 break;
4541 case X86ISD::PSHUFD:
4542 ImmN = N->getOperand(N->getNumOperands()-1);
4543 DecodePSHUFMask(NumElems,
4544 cast<ConstantSDNode>(ImmN)->getZExtValue(),
4545 ShuffleMask);
4546 break;
4547 case X86ISD::PSHUFHW:
4548 ImmN = N->getOperand(N->getNumOperands()-1);
4549 DecodePSHUFHWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
4550 ShuffleMask);
4551 break;
4552 case X86ISD::PSHUFLW:
4553 ImmN = N->getOperand(N->getNumOperands()-1);
4554 DecodePSHUFLWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
4555 ShuffleMask);
4556 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004557 case X86ISD::MOVSS:
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00004558 case X86ISD::MOVSD: {
4559 // The index 0 always comes from the first element of the second source,
4560 // this is why MOVSS and MOVSD are used in the first place. The other
4561 // elements come from the other positions of the first source vector.
4562 unsigned OpNum = (Index == 0) ? 1 : 0;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004563 return getShuffleScalarElt(V.getOperand(OpNum).getNode(), Index, DAG,
4564 Depth+1);
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00004565 }
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00004566 case X86ISD::VPERMILPS:
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00004567 ImmN = N->getOperand(N->getNumOperands()-1);
Bruno Cardoso Lopes2eb4c2b2011-07-29 01:31:11 +00004568 DecodeVPERMILPSMask(4, cast<ConstantSDNode>(ImmN)->getZExtValue(),
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00004569 ShuffleMask);
Bruno Cardoso Lopes2eb4c2b2011-07-29 01:31:11 +00004570 break;
4571 case X86ISD::VPERMILPSY:
4572 ImmN = N->getOperand(N->getNumOperands()-1);
4573 DecodeVPERMILPSMask(8, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4574 ShuffleMask);
4575 break;
4576 case X86ISD::VPERMILPD:
4577 ImmN = N->getOperand(N->getNumOperands()-1);
4578 DecodeVPERMILPDMask(2, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4579 ShuffleMask);
4580 break;
4581 case X86ISD::VPERMILPDY:
4582 ImmN = N->getOperand(N->getNumOperands()-1);
4583 DecodeVPERMILPDMask(4, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4584 ShuffleMask);
4585 break;
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +00004586 case X86ISD::VPERM2F128:
4587 ImmN = N->getOperand(N->getNumOperands()-1);
4588 DecodeVPERM2F128Mask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4589 ShuffleMask);
4590 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004591 default:
4592 assert("not implemented for target shuffle node");
4593 return SDValue();
4594 }
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004595
4596 Index = ShuffleMask[Index];
4597 if (Index < 0)
4598 return DAG.getUNDEF(VT.getVectorElementType());
4599
4600 SDValue NewV = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1);
4601 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG,
4602 Depth+1);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004603 }
4604
4605 // Actual nodes that may contain scalar elements
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004606 if (Opcode == ISD::BITCAST) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004607 V = V.getOperand(0);
4608 EVT SrcVT = V.getValueType();
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004609 unsigned NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004610
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004611 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004612 return SDValue();
4613 }
4614
4615 if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
4616 return (Index == 0) ? V.getOperand(0)
4617 : DAG.getUNDEF(VT.getVectorElementType());
4618
4619 if (V.getOpcode() == ISD::BUILD_VECTOR)
4620 return V.getOperand(Index);
4621
4622 return SDValue();
4623}
4624
4625/// getNumOfConsecutiveZeros - Return the number of elements of a vector
4626/// shuffle operation which come from a consecutively from a zero. The
Chris Lattner7a2bdde2011-04-15 05:18:47 +00004627/// search can start in two different directions, from left or right.
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004628static
4629unsigned getNumOfConsecutiveZeros(SDNode *N, int NumElems,
4630 bool ZerosFromLeft, SelectionDAG &DAG) {
4631 int i = 0;
4632
4633 while (i < NumElems) {
4634 unsigned Index = ZerosFromLeft ? i : NumElems-i-1;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004635 SDValue Elt = getShuffleScalarElt(N, Index, DAG, 0);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004636 if (!(Elt.getNode() &&
4637 (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt))))
4638 break;
4639 ++i;
4640 }
4641
4642 return i;
4643}
4644
4645/// isShuffleMaskConsecutive - Check if the shuffle mask indicies from MaskI to
4646/// MaskE correspond consecutively to elements from one of the vector operands,
4647/// starting from its index OpIdx. Also tell OpNum which source vector operand.
4648static
4649bool isShuffleMaskConsecutive(ShuffleVectorSDNode *SVOp, int MaskI, int MaskE,
4650 int OpIdx, int NumElems, unsigned &OpNum) {
4651 bool SeenV1 = false;
4652 bool SeenV2 = false;
4653
4654 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {
4655 int Idx = SVOp->getMaskElt(i);
4656 // Ignore undef indicies
4657 if (Idx < 0)
4658 continue;
4659
4660 if (Idx < NumElems)
4661 SeenV1 = true;
4662 else
4663 SeenV2 = true;
4664
4665 // Only accept consecutive elements from the same vector
4666 if ((Idx % NumElems != OpIdx) || (SeenV1 && SeenV2))
4667 return false;
4668 }
4669
4670 OpNum = SeenV1 ? 0 : 1;
4671 return true;
4672}
4673
4674/// isVectorShiftRight - Returns true if the shuffle can be implemented as a
4675/// logical left shift of a vector.
4676static bool isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4677 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4678 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4679 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4680 false /* check zeros from right */, DAG);
4681 unsigned OpSrc;
4682
4683 if (!NumZeros)
4684 return false;
4685
4686 // Considering the elements in the mask that are not consecutive zeros,
4687 // check if they consecutively come from only one of the source vectors.
4688 //
4689 // V1 = {X, A, B, C} 0
4690 // \ \ \ /
4691 // vector_shuffle V1, V2 <1, 2, 3, X>
4692 //
4693 if (!isShuffleMaskConsecutive(SVOp,
4694 0, // Mask Start Index
4695 NumElems-NumZeros-1, // Mask End Index
4696 NumZeros, // Where to start looking in the src vector
4697 NumElems, // Number of elements in vector
4698 OpSrc)) // Which source operand ?
4699 return false;
4700
4701 isLeft = false;
4702 ShAmt = NumZeros;
4703 ShVal = SVOp->getOperand(OpSrc);
4704 return true;
4705}
4706
4707/// isVectorShiftLeft - Returns true if the shuffle can be implemented as a
4708/// logical left shift of a vector.
4709static bool isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4710 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4711 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4712 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4713 true /* check zeros from left */, DAG);
4714 unsigned OpSrc;
4715
4716 if (!NumZeros)
4717 return false;
4718
4719 // Considering the elements in the mask that are not consecutive zeros,
4720 // check if they consecutively come from only one of the source vectors.
4721 //
4722 // 0 { A, B, X, X } = V2
4723 // / \ / /
4724 // vector_shuffle V1, V2 <X, X, 4, 5>
4725 //
4726 if (!isShuffleMaskConsecutive(SVOp,
4727 NumZeros, // Mask Start Index
4728 NumElems-1, // Mask End Index
4729 0, // Where to start looking in the src vector
4730 NumElems, // Number of elements in vector
4731 OpSrc)) // Which source operand ?
4732 return false;
4733
4734 isLeft = true;
4735 ShAmt = NumZeros;
4736 ShVal = SVOp->getOperand(OpSrc);
4737 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004738}
4739
4740/// isVectorShift - Returns true if the shuffle can be implemented as a
4741/// logical left or right shift of a vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00004742static bool isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00004743 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004744 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4745 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4746 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004747
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004748 return false;
Evan Chengf26ffe92008-05-29 08:22:04 +00004749}
4750
Evan Chengc78d3b42006-04-24 18:01:45 +00004751/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
4752///
Dan Gohman475871a2008-07-27 21:46:04 +00004753static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00004754 unsigned NumNonZero, unsigned NumZero,
Dan Gohmand858e902010-04-17 15:26:15 +00004755 SelectionDAG &DAG,
4756 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004757 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00004758 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004759
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004760 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004761 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004762 bool First = true;
4763 for (unsigned i = 0; i < 16; ++i) {
4764 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
4765 if (ThisIsNonZero && First) {
4766 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004767 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004768 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004769 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004770 First = false;
4771 }
4772
4773 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00004774 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004775 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
4776 if (LastIsNonZero) {
Scott Michelfdc40a02009-02-17 22:15:04 +00004777 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004778 MVT::i16, Op.getOperand(i-1));
Evan Chengc78d3b42006-04-24 18:01:45 +00004779 }
4780 if (ThisIsNonZero) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004781 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
4782 ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
4783 ThisElt, DAG.getConstant(8, MVT::i8));
Evan Chengc78d3b42006-04-24 18:01:45 +00004784 if (LastIsNonZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004785 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
Evan Chengc78d3b42006-04-24 18:01:45 +00004786 } else
4787 ThisElt = LastElt;
4788
Gabor Greifba36cb52008-08-28 21:40:38 +00004789 if (ThisElt.getNode())
Owen Anderson825b72b2009-08-11 20:47:22 +00004790 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00004791 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00004792 }
4793 }
4794
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004795 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V);
Evan Chengc78d3b42006-04-24 18:01:45 +00004796}
4797
Bill Wendlinga348c562007-03-22 18:42:45 +00004798/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00004799///
Dan Gohman475871a2008-07-27 21:46:04 +00004800static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Dan Gohmand858e902010-04-17 15:26:15 +00004801 unsigned NumNonZero, unsigned NumZero,
4802 SelectionDAG &DAG,
4803 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004804 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00004805 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004806
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004807 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004808 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004809 bool First = true;
4810 for (unsigned i = 0; i < 8; ++i) {
4811 bool isNonZero = (NonZeros & (1 << i)) != 0;
4812 if (isNonZero) {
4813 if (First) {
4814 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004815 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004816 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004817 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004818 First = false;
4819 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004820 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004821 MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00004822 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00004823 }
4824 }
4825
4826 return V;
4827}
4828
Evan Chengf26ffe92008-05-29 08:22:04 +00004829/// getVShift - Return a vector logical shift node.
4830///
Owen Andersone50ed302009-08-10 22:56:29 +00004831static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
Nate Begeman9008ca62009-04-27 18:41:29 +00004832 unsigned NumBits, SelectionDAG &DAG,
4833 const TargetLowering &TLI, DebugLoc dl) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004834 EVT ShVT = MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00004835 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004836 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4837 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00004838 DAG.getNode(Opc, dl, ShVT, SrcOp,
Owen Anderson95771af2011-02-25 21:41:48 +00004839 DAG.getConstant(NumBits,
4840 TLI.getShiftAmountTy(SrcOp.getValueType()))));
Evan Chengf26ffe92008-05-29 08:22:04 +00004841}
4842
Dan Gohman475871a2008-07-27 21:46:04 +00004843SDValue
Evan Chengc3630942009-12-09 21:00:30 +00004844X86TargetLowering::LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
Dan Gohmand858e902010-04-17 15:26:15 +00004845 SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00004846
Evan Chengc3630942009-12-09 21:00:30 +00004847 // Check if the scalar load can be widened into a vector load. And if
4848 // the address is "base + cst" see if the cst can be "absorbed" into
4849 // the shuffle mask.
4850 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) {
4851 SDValue Ptr = LD->getBasePtr();
4852 if (!ISD::isNormalLoad(LD) || LD->isVolatile())
4853 return SDValue();
4854 EVT PVT = LD->getValueType(0);
4855 if (PVT != MVT::i32 && PVT != MVT::f32)
4856 return SDValue();
4857
4858 int FI = -1;
4859 int64_t Offset = 0;
4860 if (FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr)) {
4861 FI = FINode->getIndex();
4862 Offset = 0;
Chris Lattner0a9481f2011-02-13 22:25:43 +00004863 } else if (DAG.isBaseWithConstantOffset(Ptr) &&
Evan Chengc3630942009-12-09 21:00:30 +00004864 isa<FrameIndexSDNode>(Ptr.getOperand(0))) {
4865 FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
4866 Offset = Ptr.getConstantOperandVal(1);
4867 Ptr = Ptr.getOperand(0);
4868 } else {
4869 return SDValue();
4870 }
4871
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004872 // FIXME: 256-bit vector instructions don't require a strict alignment,
4873 // improve this code to support it better.
4874 unsigned RequiredAlign = VT.getSizeInBits()/8;
Evan Chengc3630942009-12-09 21:00:30 +00004875 SDValue Chain = LD->getChain();
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004876 // Make sure the stack object alignment is at least 16 or 32.
Evan Chengc3630942009-12-09 21:00:30 +00004877 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004878 if (DAG.InferPtrAlignment(Ptr) < RequiredAlign) {
Evan Chengc3630942009-12-09 21:00:30 +00004879 if (MFI->isFixedObjectIndex(FI)) {
Eric Christophere9625cf2010-01-23 06:02:43 +00004880 // Can't change the alignment. FIXME: It's possible to compute
4881 // the exact stack offset and reference FI + adjust offset instead.
4882 // If someone *really* cares about this. That's the way to implement it.
4883 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004884 } else {
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004885 MFI->setObjectAlignment(FI, RequiredAlign);
Evan Chengc3630942009-12-09 21:00:30 +00004886 }
4887 }
4888
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004889 // (Offset % 16 or 32) must be multiple of 4. Then address is then
Evan Chengc3630942009-12-09 21:00:30 +00004890 // Ptr + (Offset & ~15).
4891 if (Offset < 0)
4892 return SDValue();
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004893 if ((Offset % RequiredAlign) & 3)
Evan Chengc3630942009-12-09 21:00:30 +00004894 return SDValue();
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004895 int64_t StartOffset = Offset & ~(RequiredAlign-1);
Evan Chengc3630942009-12-09 21:00:30 +00004896 if (StartOffset)
4897 Ptr = DAG.getNode(ISD::ADD, Ptr.getDebugLoc(), Ptr.getValueType(),
4898 Ptr,DAG.getConstant(StartOffset, Ptr.getValueType()));
4899
4900 int EltNo = (Offset - StartOffset) >> 2;
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004901 int NumElems = VT.getVectorNumElements();
4902
4903 EVT CanonVT = VT.getSizeInBits() == 128 ? MVT::v4i32 : MVT::v8i32;
4904 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems);
4905 SDValue V1 = DAG.getLoad(NVT, dl, Chain, Ptr,
Chris Lattner51abfe42010-09-21 06:02:19 +00004906 LD->getPointerInfo().getWithOffset(StartOffset),
David Greene67c9d422010-02-15 16:53:33 +00004907 false, false, 0);
Bruno Cardoso Lopesac5f13f2011-08-02 16:06:18 +00004908
4909 // Canonicalize it to a v4i32 or v8i32 shuffle.
4910 SmallVector<int, 8> Mask;
4911 for (int i = 0; i < NumElems; ++i)
4912 Mask.push_back(EltNo);
4913
4914 V1 = DAG.getNode(ISD::BITCAST, dl, CanonVT, V1);
4915 return DAG.getNode(ISD::BITCAST, dl, NVT,
4916 DAG.getVectorShuffle(CanonVT, dl, V1,
4917 DAG.getUNDEF(CanonVT),&Mask[0]));
Evan Chengc3630942009-12-09 21:00:30 +00004918 }
4919
4920 return SDValue();
4921}
4922
Michael J. Spencerec38de22010-10-10 22:04:20 +00004923/// EltsFromConsecutiveLoads - Given the initializing elements 'Elts' of a
4924/// vector of type 'VT', see if the elements can be replaced by a single large
Nate Begeman1449f292010-03-24 22:19:06 +00004925/// load which has the same value as a build_vector whose operands are 'elts'.
4926///
4927/// Example: <load i32 *a, load i32 *a+4, undef, undef> -> zextload a
Michael J. Spencerec38de22010-10-10 22:04:20 +00004928///
Nate Begeman1449f292010-03-24 22:19:06 +00004929/// FIXME: we'd also like to handle the case where the last elements are zero
4930/// rather than undef via VZEXT_LOAD, but we do not detect that case today.
4931/// There's even a handy isZeroNode for that purpose.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004932static SDValue EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts,
Chris Lattner88641552010-09-22 00:34:38 +00004933 DebugLoc &DL, SelectionDAG &DAG) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004934 EVT EltVT = VT.getVectorElementType();
4935 unsigned NumElems = Elts.size();
Michael J. Spencerec38de22010-10-10 22:04:20 +00004936
Nate Begemanfdea31a2010-03-24 20:49:50 +00004937 LoadSDNode *LDBase = NULL;
4938 unsigned LastLoadedElt = -1U;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004939
Nate Begeman1449f292010-03-24 22:19:06 +00004940 // For each element in the initializer, see if we've found a load or an undef.
Michael J. Spencerec38de22010-10-10 22:04:20 +00004941 // If we don't find an initial load element, or later load elements are
Nate Begeman1449f292010-03-24 22:19:06 +00004942 // non-consecutive, bail out.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004943 for (unsigned i = 0; i < NumElems; ++i) {
4944 SDValue Elt = Elts[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00004945
Nate Begemanfdea31a2010-03-24 20:49:50 +00004946 if (!Elt.getNode() ||
4947 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
4948 return SDValue();
4949 if (!LDBase) {
4950 if (Elt.getNode()->getOpcode() == ISD::UNDEF)
4951 return SDValue();
4952 LDBase = cast<LoadSDNode>(Elt.getNode());
4953 LastLoadedElt = i;
4954 continue;
4955 }
4956 if (Elt.getOpcode() == ISD::UNDEF)
4957 continue;
4958
4959 LoadSDNode *LD = cast<LoadSDNode>(Elt);
4960 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i))
4961 return SDValue();
4962 LastLoadedElt = i;
4963 }
Nate Begeman1449f292010-03-24 22:19:06 +00004964
4965 // If we have found an entire vector of loads and undefs, then return a large
4966 // load of the entire vector width starting at the base pointer. If we found
4967 // consecutive loads for the low half, generate a vzext_load node.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004968 if (LastLoadedElt == NumElems - 1) {
4969 if (DAG.InferPtrAlignment(LDBase->getBasePtr()) >= 16)
Chris Lattner88641552010-09-22 00:34:38 +00004970 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004971 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004972 LDBase->isVolatile(), LDBase->isNonTemporal(), 0);
Chris Lattner88641552010-09-22 00:34:38 +00004973 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004974 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004975 LDBase->isVolatile(), LDBase->isNonTemporal(),
4976 LDBase->getAlignment());
Eli Friedman61cc47e2011-07-26 21:02:58 +00004977 } else if (NumElems == 4 && LastLoadedElt == 1 &&
4978 DAG.getTargetLoweringInfo().isTypeLegal(MVT::v2i64)) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004979 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
4980 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() };
Chris Lattner88641552010-09-22 00:34:38 +00004981 SDValue ResNode = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys,
4982 Ops, 2, MVT::i32,
4983 LDBase->getMemOperand());
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004984 return DAG.getNode(ISD::BITCAST, DL, VT, ResNode);
Nate Begemanfdea31a2010-03-24 20:49:50 +00004985 }
4986 return SDValue();
4987}
4988
Evan Chengc3630942009-12-09 21:00:30 +00004989SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004990X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004991 DebugLoc dl = Op.getDebugLoc();
David Greenea5f26012011-02-07 19:36:54 +00004992
David Greenef125a292011-02-08 19:04:41 +00004993 EVT VT = Op.getValueType();
4994 EVT ExtVT = VT.getVectorElementType();
David Greenef125a292011-02-08 19:04:41 +00004995 unsigned NumElems = Op.getNumOperands();
4996
Bruno Cardoso Lopes531f19f2011-08-01 19:51:53 +00004997 // Vectors containing all zeros can be matched by pxor and xorps later
4998 if (ISD::isBuildVectorAllZeros(Op.getNode())) {
4999 // Canonicalize this to <4 x i32> to 1) ensure the zero vectors are CSE'd
5000 // and 2) ensure that i64 scalars are eliminated on x86-32 hosts.
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00005001 if (Op.getValueType() == MVT::v4i32 ||
5002 Op.getValueType() == MVT::v8i32)
Chris Lattner8a594482007-11-25 00:24:49 +00005003 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005004
Dale Johannesenace16102009-02-03 19:33:06 +00005005 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG, dl);
Chris Lattner8a594482007-11-25 00:24:49 +00005006 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005007
Bruno Cardoso Lopes531f19f2011-08-01 19:51:53 +00005008 // Vectors containing all ones can be matched by pcmpeqd on 128-bit width
5009 // vectors or broken into v4i32 operations on 256-bit vectors.
5010 if (ISD::isBuildVectorAllOnes(Op.getNode())) {
5011 if (Op.getValueType() == MVT::v4i32)
5012 return Op;
5013
5014 return getOnesVector(Op.getValueType(), DAG, dl);
5015 }
5016
Owen Andersone50ed302009-08-10 22:56:29 +00005017 unsigned EVTBits = ExtVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005018
Evan Cheng0db9fe62006-04-25 20:13:52 +00005019 unsigned NumZero = 0;
5020 unsigned NumNonZero = 0;
5021 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00005022 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00005023 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005024 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00005025 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00005026 if (Elt.getOpcode() == ISD::UNDEF)
5027 continue;
5028 Values.insert(Elt);
5029 if (Elt.getOpcode() != ISD::Constant &&
5030 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00005031 IsAllConstants = false;
Evan Cheng37b73872009-07-30 08:33:02 +00005032 if (X86::isZeroNode(Elt))
Evan Chengdb2d5242007-12-12 06:45:40 +00005033 NumZero++;
5034 else {
5035 NonZeros |= (1 << i);
5036 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005037 }
5038 }
5039
Chris Lattner97a2a562010-08-26 05:24:29 +00005040 // All undef vector. Return an UNDEF. All zero vectors were handled above.
5041 if (NumNonZero == 0)
Dale Johannesene8d72302009-02-06 23:05:02 +00005042 return DAG.getUNDEF(VT);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005043
Chris Lattner67f453a2008-03-09 05:42:06 +00005044 // Special case for single non-zero, non-undef, element.
Eli Friedman10415532009-06-06 06:05:10 +00005045 if (NumNonZero == 1) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00005046 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00005047 SDValue Item = Op.getOperand(Idx);
Scott Michelfdc40a02009-02-17 22:15:04 +00005048
Chris Lattner62098042008-03-09 01:05:04 +00005049 // If this is an insertion of an i64 value on x86-32, and if the top bits of
5050 // the value are obviously zero, truncate the value to i32 and do the
5051 // insertion that way. Only do this if the value is non-constant or if the
5052 // value is a constant being inserted into element 0. It is cheaper to do
5053 // a constant pool load than it is to do a movd + shuffle.
Owen Anderson825b72b2009-08-11 20:47:22 +00005054 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
Chris Lattner62098042008-03-09 01:05:04 +00005055 (!IsAllConstants || Idx == 0)) {
5056 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00005057 // Handle SSE only.
5058 assert(VT == MVT::v2i64 && "Expected an SSE value type!");
5059 EVT VecVT = MVT::v4i32;
5060 unsigned VecElts = 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00005061
Chris Lattner62098042008-03-09 01:05:04 +00005062 // Truncate the value (which may itself be a constant) to i32, and
5063 // convert it to a vector with movd (S2V+shuffle to zero extend).
Owen Anderson825b72b2009-08-11 20:47:22 +00005064 Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
Dale Johannesenace16102009-02-03 19:33:06 +00005065 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00005066 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
5067 Subtarget->hasSSE2(), DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00005068
Chris Lattner62098042008-03-09 01:05:04 +00005069 // Now we have our 32-bit value zero extended in the low element of
5070 // a vector. If Idx != 0, swizzle it into place.
5071 if (Idx != 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005072 SmallVector<int, 4> Mask;
5073 Mask.push_back(Idx);
5074 for (unsigned i = 1; i != VecElts; ++i)
5075 Mask.push_back(i);
5076 Item = DAG.getVectorShuffle(VecVT, dl, Item,
Eric Christopherfd179292009-08-27 18:07:15 +00005077 DAG.getUNDEF(Item.getValueType()),
Nate Begeman9008ca62009-04-27 18:41:29 +00005078 &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00005079 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005080 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Item);
Chris Lattner62098042008-03-09 01:05:04 +00005081 }
5082 }
Scott Michelfdc40a02009-02-17 22:15:04 +00005083
Chris Lattner19f79692008-03-08 22:59:52 +00005084 // If we have a constant or non-constant insertion into the low element of
5085 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
5086 // the rest of the elements. This will be matched as movd/movq/movss/movsd
Eli Friedman10415532009-06-06 06:05:10 +00005087 // depending on what the source datatype is.
5088 if (Idx == 0) {
5089 if (NumZero == 0) {
5090 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Owen Anderson825b72b2009-08-11 20:47:22 +00005091 } else if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
5092 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
Eli Friedman10415532009-06-06 06:05:10 +00005093 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
5094 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
5095 return getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget->hasSSE2(),
5096 DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00005097 } else if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
5098 Item = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Item);
Dale Johannesen0488fb62010-09-30 23:57:10 +00005099 assert(VT.getSizeInBits() == 128 && "Expected an SSE value type!");
5100 EVT MiddleVT = MVT::v4i32;
Eli Friedman10415532009-06-06 06:05:10 +00005101 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MiddleVT, Item);
5102 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
5103 Subtarget->hasSSE2(), DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005104 return DAG.getNode(ISD::BITCAST, dl, VT, Item);
Eli Friedman10415532009-06-06 06:05:10 +00005105 }
Chris Lattnerc9517fb2008-03-08 22:48:29 +00005106 }
Evan Chengf26ffe92008-05-29 08:22:04 +00005107
5108 // Is it a vector logical left shift?
5109 if (NumElems == 2 && Idx == 1 &&
Evan Cheng37b73872009-07-30 08:33:02 +00005110 X86::isZeroNode(Op.getOperand(0)) &&
5111 !X86::isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005112 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00005113 return getVShift(true, VT,
Scott Michelfdc40a02009-02-17 22:15:04 +00005114 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00005115 VT, Op.getOperand(1)),
Dale Johannesenace16102009-02-03 19:33:06 +00005116 NumBits/2, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005117 }
Scott Michelfdc40a02009-02-17 22:15:04 +00005118
Chris Lattnerc9517fb2008-03-08 22:48:29 +00005119 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00005120 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005121
Chris Lattner19f79692008-03-08 22:59:52 +00005122 // Otherwise, if this is a vector with i32 or f32 elements, and the element
5123 // is a non-constant being inserted into an element other than the low one,
5124 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
5125 // movd/movss) to move this into the low element, then shuffle it into
5126 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00005127 if (EVTBits == 32) {
Dale Johannesenace16102009-02-03 19:33:06 +00005128 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Scott Michelfdc40a02009-02-17 22:15:04 +00005129
Evan Cheng0db9fe62006-04-25 20:13:52 +00005130 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00005131 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
5132 Subtarget->hasSSE2(), DAG);
Nate Begeman9008ca62009-04-27 18:41:29 +00005133 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005134 for (unsigned i = 0; i < NumElems; i++)
Nate Begeman9008ca62009-04-27 18:41:29 +00005135 MaskVec.push_back(i == Idx ? 0 : 1);
5136 return DAG.getVectorShuffle(VT, dl, Item, DAG.getUNDEF(VT), &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005137 }
5138 }
5139
Chris Lattner67f453a2008-03-09 05:42:06 +00005140 // Splat is obviously ok. Let legalizer expand it to a shuffle.
Evan Chengc3630942009-12-09 21:00:30 +00005141 if (Values.size() == 1) {
5142 if (EVTBits == 32) {
5143 // Instead of a shuffle like this:
5144 // shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
5145 // Check if it's possible to issue this instead.
5146 // shuffle (vload ptr)), undef, <1, 1, 1, 1>
5147 unsigned Idx = CountTrailingZeros_32(NonZeros);
5148 SDValue Item = Op.getOperand(Idx);
5149 if (Op.getNode()->isOnlyUserOf(Item.getNode()))
5150 return LowerAsSplatVectorLoad(Item, VT, dl, DAG);
5151 }
Dan Gohman475871a2008-07-27 21:46:04 +00005152 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00005153 }
Scott Michelfdc40a02009-02-17 22:15:04 +00005154
Dan Gohmana3941172007-07-24 22:55:08 +00005155 // A vector full of immediates; various special cases are already
5156 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00005157 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00005158 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00005159
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00005160 // For AVX-length vectors, build the individual 128-bit pieces and use
5161 // shuffles to put them in place.
5162 if (VT.getSizeInBits() == 256 && !ISD::isBuildVectorAllZeros(Op.getNode())) {
5163 SmallVector<SDValue, 32> V;
5164 for (unsigned i = 0; i < NumElems; ++i)
5165 V.push_back(Op.getOperand(i));
5166
5167 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElems/2);
5168
5169 // Build both the lower and upper subvector.
5170 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[0], NumElems/2);
5171 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2],
5172 NumElems/2);
5173
5174 // Recreate the wider vector with the lower and upper part.
Bruno Cardoso Lopes15d03fb2011-07-28 01:26:53 +00005175 SDValue Vec = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT), Lower,
5176 DAG.getConstant(0, MVT::i32), DAG, dl);
5177 return Insert128BitVector(Vec, Upper, DAG.getConstant(NumElems/2, MVT::i32),
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00005178 DAG, dl);
5179 }
5180
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00005181 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00005182 if (EVTBits == 64) {
5183 if (NumNonZero == 1) {
5184 // One half is zero or undef.
5185 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dale Johannesenace16102009-02-03 19:33:06 +00005186 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00005187 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00005188 return getShuffleVectorZeroOrUndef(V2, Idx, true,
5189 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00005190 }
Dan Gohman475871a2008-07-27 21:46:04 +00005191 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00005192 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005193
5194 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00005195 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00005196 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00005197 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00005198 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005199 }
5200
Bill Wendling826f36f2007-03-28 00:57:11 +00005201 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00005202 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Chris Lattner97a2a562010-08-26 05:24:29 +00005203 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00005204 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005205 }
5206
5207 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00005208 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00005209 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005210 if (NumElems == 4 && NumZero > 0) {
5211 for (unsigned i = 0; i < 4; ++i) {
5212 bool isZero = !(NonZeros & (1 << i));
5213 if (isZero)
Dale Johannesenace16102009-02-03 19:33:06 +00005214 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005215 else
Dale Johannesenace16102009-02-03 19:33:06 +00005216 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00005217 }
5218
5219 for (unsigned i = 0; i < 2; ++i) {
5220 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
5221 default: break;
5222 case 0:
5223 V[i] = V[i*2]; // Must be a zero vector.
5224 break;
5225 case 1:
Nate Begeman9008ca62009-04-27 18:41:29 +00005226 V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005227 break;
5228 case 2:
Nate Begeman9008ca62009-04-27 18:41:29 +00005229 V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005230 break;
5231 case 3:
Nate Begeman9008ca62009-04-27 18:41:29 +00005232 V[i] = getUnpackl(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005233 break;
5234 }
5235 }
5236
Nate Begeman9008ca62009-04-27 18:41:29 +00005237 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005238 bool Reverse = (NonZeros & 0x3) == 2;
5239 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005240 MaskVec.push_back(Reverse ? 1-i : i);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005241 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
5242 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005243 MaskVec.push_back(Reverse ? 1-i+NumElems : i+NumElems);
5244 return DAG.getVectorShuffle(VT, dl, V[0], V[1], &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005245 }
5246
Nate Begemanfdea31a2010-03-24 20:49:50 +00005247 if (Values.size() > 1 && VT.getSizeInBits() == 128) {
5248 // Check for a build vector of consecutive loads.
5249 for (unsigned i = 0; i < NumElems; ++i)
5250 V[i] = Op.getOperand(i);
Michael J. Spencerec38de22010-10-10 22:04:20 +00005251
Nate Begemanfdea31a2010-03-24 20:49:50 +00005252 // Check for elements which are consecutive loads.
5253 SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG);
5254 if (LD.getNode())
5255 return LD;
Michael J. Spencerec38de22010-10-10 22:04:20 +00005256
5257 // For SSE 4.1, use insertps to put the high elements into the low element.
Nate Begemanfdea31a2010-03-24 20:49:50 +00005258 if (getSubtarget()->hasSSE41()) {
Chris Lattner24faf612010-08-28 17:59:08 +00005259 SDValue Result;
5260 if (Op.getOperand(0).getOpcode() != ISD::UNDEF)
5261 Result = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(0));
5262 else
5263 Result = DAG.getUNDEF(VT);
Michael J. Spencerec38de22010-10-10 22:04:20 +00005264
Chris Lattner24faf612010-08-28 17:59:08 +00005265 for (unsigned i = 1; i < NumElems; ++i) {
5266 if (Op.getOperand(i).getOpcode() == ISD::UNDEF) continue;
5267 Result = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, Result,
Nate Begeman9008ca62009-04-27 18:41:29 +00005268 Op.getOperand(i), DAG.getIntPtrConstant(i));
Chris Lattner24faf612010-08-28 17:59:08 +00005269 }
5270 return Result;
Nate Begeman9008ca62009-04-27 18:41:29 +00005271 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00005272
Chris Lattner6e80e442010-08-28 17:15:43 +00005273 // Otherwise, expand into a number of unpckl*, start by extending each of
5274 // our (non-undef) elements to the full vector width with the element in the
5275 // bottom slot of the vector (which generates no code for SSE).
5276 for (unsigned i = 0; i < NumElems; ++i) {
5277 if (Op.getOperand(i).getOpcode() != ISD::UNDEF)
5278 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
5279 else
5280 V[i] = DAG.getUNDEF(VT);
5281 }
5282
5283 // Next, we iteratively mix elements, e.g. for v4f32:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005284 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
5285 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
5286 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Chris Lattner6e80e442010-08-28 17:15:43 +00005287 unsigned EltStride = NumElems >> 1;
5288 while (EltStride != 0) {
Chris Lattner3ddcc432010-08-28 17:28:30 +00005289 for (unsigned i = 0; i < EltStride; ++i) {
5290 // If V[i+EltStride] is undef and this is the first round of mixing,
5291 // then it is safe to just drop this shuffle: V[i] is already in the
5292 // right place, the one element (since it's the first round) being
5293 // inserted as undef can be dropped. This isn't safe for successive
5294 // rounds because they will permute elements within both vectors.
5295 if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
5296 EltStride == NumElems/2)
5297 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00005298
Chris Lattner6e80e442010-08-28 17:15:43 +00005299 V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
Chris Lattner3ddcc432010-08-28 17:28:30 +00005300 }
Chris Lattner6e80e442010-08-28 17:15:43 +00005301 EltStride >>= 1;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005302 }
5303 return V[0];
5304 }
Dan Gohman475871a2008-07-27 21:46:04 +00005305 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005306}
5307
Bruno Cardoso Lopes8af24512011-08-01 21:54:02 +00005308// LowerMMXCONCAT_VECTORS - We support concatenate two MMX registers and place
5309// them in a MMX register. This is better than doing a stack convert.
5310static SDValue LowerMMXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005311 DebugLoc dl = Op.getDebugLoc();
5312 EVT ResVT = Op.getValueType();
Bruno Cardoso Lopes8af24512011-08-01 21:54:02 +00005313
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005314 assert(ResVT == MVT::v2i64 || ResVT == MVT::v4i32 ||
5315 ResVT == MVT::v8i16 || ResVT == MVT::v16i8);
5316 int Mask[2];
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005317 SDValue InVec = DAG.getNode(ISD::BITCAST,dl, MVT::v1i64, Op.getOperand(0));
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005318 SDValue VecOp = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
5319 InVec = Op.getOperand(1);
5320 if (InVec.getOpcode() == ISD::SCALAR_TO_VECTOR) {
5321 unsigned NumElts = ResVT.getVectorNumElements();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005322 VecOp = DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005323 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ResVT, VecOp,
5324 InVec.getOperand(0), DAG.getIntPtrConstant(NumElts/2+1));
5325 } else {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005326 InVec = DAG.getNode(ISD::BITCAST, dl, MVT::v1i64, InVec);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005327 SDValue VecOp2 = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
5328 Mask[0] = 0; Mask[1] = 2;
5329 VecOp = DAG.getVectorShuffle(MVT::v2i64, dl, VecOp, VecOp2, Mask);
5330 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005331 return DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005332}
5333
Bruno Cardoso Lopes8af24512011-08-01 21:54:02 +00005334// LowerAVXCONCAT_VECTORS - 256-bit AVX can use the vinsertf128 instruction
5335// to create 256-bit vectors from two other 128-bit ones.
5336static SDValue LowerAVXCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) {
5337 DebugLoc dl = Op.getDebugLoc();
5338 EVT ResVT = Op.getValueType();
5339
5340 assert(ResVT.getSizeInBits() == 256 && "Value type must be 256-bit wide");
5341
5342 SDValue V1 = Op.getOperand(0);
5343 SDValue V2 = Op.getOperand(1);
5344 unsigned NumElems = ResVT.getVectorNumElements();
5345
5346 SDValue V = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, ResVT), V1,
5347 DAG.getConstant(0, MVT::i32), DAG, dl);
5348 return Insert128BitVector(V, V2, DAG.getConstant(NumElems/2, MVT::i32),
5349 DAG, dl);
5350}
5351
5352SDValue
5353X86TargetLowering::LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const {
Bruno Cardoso Lopes8af24512011-08-01 21:54:02 +00005354 EVT ResVT = Op.getValueType();
5355
5356 assert(Op.getNumOperands() == 2);
5357 assert((ResVT.getSizeInBits() == 128 || ResVT.getSizeInBits() == 256) &&
5358 "Unsupported CONCAT_VECTORS for value type");
5359
5360 // We support concatenate two MMX registers and place them in a MMX register.
5361 // This is better than doing a stack convert.
5362 if (ResVT.is128BitVector())
5363 return LowerMMXCONCAT_VECTORS(Op, DAG);
5364
5365 // 256-bit AVX can use the vinsertf128 instruction to create 256-bit vectors
5366 // from two other 128-bit ones.
5367 return LowerAVXCONCAT_VECTORS(Op, DAG);
5368}
5369
Nate Begemanb9a47b82009-02-23 08:49:38 +00005370// v8i16 shuffles - Prefer shuffles in the following order:
5371// 1. [all] pshuflw, pshufhw, optional move
5372// 2. [ssse3] 1 x pshufb
5373// 3. [ssse3] 2 x pshufb + 1 x por
5374// 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005375SDValue
5376X86TargetLowering::LowerVECTOR_SHUFFLEv8i16(SDValue Op,
5377 SelectionDAG &DAG) const {
5378 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Nate Begeman9008ca62009-04-27 18:41:29 +00005379 SDValue V1 = SVOp->getOperand(0);
5380 SDValue V2 = SVOp->getOperand(1);
5381 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00005382 SmallVector<int, 8> MaskVals;
Evan Cheng14b32e12007-12-11 01:46:18 +00005383
Nate Begemanb9a47b82009-02-23 08:49:38 +00005384 // Determine if more than 1 of the words in each of the low and high quadwords
5385 // of the result come from the same quadword of one of the two inputs. Undef
5386 // mask values count as coming from any quadword, for better codegen.
5387 SmallVector<unsigned, 4> LoQuad(4);
5388 SmallVector<unsigned, 4> HiQuad(4);
5389 BitVector InputQuads(4);
5390 for (unsigned i = 0; i < 8; ++i) {
5391 SmallVectorImpl<unsigned> &Quad = i < 4 ? LoQuad : HiQuad;
Nate Begeman9008ca62009-04-27 18:41:29 +00005392 int EltIdx = SVOp->getMaskElt(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005393 MaskVals.push_back(EltIdx);
5394 if (EltIdx < 0) {
5395 ++Quad[0];
5396 ++Quad[1];
5397 ++Quad[2];
5398 ++Quad[3];
Evan Cheng14b32e12007-12-11 01:46:18 +00005399 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005400 }
5401 ++Quad[EltIdx / 4];
5402 InputQuads.set(EltIdx / 4);
Evan Cheng14b32e12007-12-11 01:46:18 +00005403 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00005404
Nate Begemanb9a47b82009-02-23 08:49:38 +00005405 int BestLoQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00005406 unsigned MaxQuad = 1;
5407 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005408 if (LoQuad[i] > MaxQuad) {
5409 BestLoQuad = i;
5410 MaxQuad = LoQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00005411 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005412 }
5413
Nate Begemanb9a47b82009-02-23 08:49:38 +00005414 int BestHiQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00005415 MaxQuad = 1;
5416 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005417 if (HiQuad[i] > MaxQuad) {
5418 BestHiQuad = i;
5419 MaxQuad = HiQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00005420 }
5421 }
5422
Nate Begemanb9a47b82009-02-23 08:49:38 +00005423 // For SSSE3, If all 8 words of the result come from only 1 quadword of each
Eric Christopherfd179292009-08-27 18:07:15 +00005424 // of the two input vectors, shuffle them into one input vector so only a
Nate Begemanb9a47b82009-02-23 08:49:38 +00005425 // single pshufb instruction is necessary. If There are more than 2 input
5426 // quads, disable the next transformation since it does not help SSSE3.
5427 bool V1Used = InputQuads[0] || InputQuads[1];
5428 bool V2Used = InputQuads[2] || InputQuads[3];
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005429 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005430 if (InputQuads.count() == 2 && V1Used && V2Used) {
5431 BestLoQuad = InputQuads.find_first();
5432 BestHiQuad = InputQuads.find_next(BestLoQuad);
5433 }
5434 if (InputQuads.count() > 2) {
5435 BestLoQuad = -1;
5436 BestHiQuad = -1;
5437 }
5438 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00005439
Nate Begemanb9a47b82009-02-23 08:49:38 +00005440 // If BestLoQuad or BestHiQuad are set, shuffle the quads together and update
5441 // the shuffle mask. If a quad is scored as -1, that means that it contains
5442 // words from all 4 input quadwords.
5443 SDValue NewV;
5444 if (BestLoQuad >= 0 || BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005445 SmallVector<int, 8> MaskV;
5446 MaskV.push_back(BestLoQuad < 0 ? 0 : BestLoQuad);
5447 MaskV.push_back(BestHiQuad < 0 ? 1 : BestHiQuad);
Eric Christopherfd179292009-08-27 18:07:15 +00005448 NewV = DAG.getVectorShuffle(MVT::v2i64, dl,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005449 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V1),
5450 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V2), &MaskV[0]);
5451 NewV = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005452
Nate Begemanb9a47b82009-02-23 08:49:38 +00005453 // Rewrite the MaskVals and assign NewV to V1 if NewV now contains all the
5454 // source words for the shuffle, to aid later transformations.
5455 bool AllWordsInNewV = true;
Mon P Wang37b9a192009-03-11 06:35:11 +00005456 bool InOrder[2] = { true, true };
Evan Cheng14b32e12007-12-11 01:46:18 +00005457 for (unsigned i = 0; i != 8; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005458 int idx = MaskVals[i];
Mon P Wang37b9a192009-03-11 06:35:11 +00005459 if (idx != (int)i)
5460 InOrder[i/4] = false;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005461 if (idx < 0 || (idx/4) == BestLoQuad || (idx/4) == BestHiQuad)
Evan Cheng14b32e12007-12-11 01:46:18 +00005462 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005463 AllWordsInNewV = false;
5464 break;
Evan Cheng14b32e12007-12-11 01:46:18 +00005465 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00005466
Nate Begemanb9a47b82009-02-23 08:49:38 +00005467 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV;
5468 if (AllWordsInNewV) {
5469 for (int i = 0; i != 8; ++i) {
5470 int idx = MaskVals[i];
5471 if (idx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005472 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005473 idx = MaskVals[i] = (idx / 4) == BestLoQuad ? (idx & 3) : (idx & 3) + 4;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005474 if ((idx != i) && idx < 4)
5475 pshufhw = false;
5476 if ((idx != i) && idx > 3)
5477 pshuflw = false;
Evan Cheng14b32e12007-12-11 01:46:18 +00005478 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00005479 V1 = NewV;
5480 V2Used = false;
5481 BestLoQuad = 0;
5482 BestHiQuad = 1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005483 }
Evan Cheng14b32e12007-12-11 01:46:18 +00005484
Nate Begemanb9a47b82009-02-23 08:49:38 +00005485 // If we've eliminated the use of V2, and the new mask is a pshuflw or
5486 // pshufhw, that's as cheap as it gets. Return the new shuffle.
Mon P Wang37b9a192009-03-11 06:35:11 +00005487 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00005488 unsigned Opc = pshufhw ? X86ISD::PSHUFHW : X86ISD::PSHUFLW;
5489 unsigned TargetMask = 0;
5490 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV,
Owen Anderson825b72b2009-08-11 20:47:22 +00005491 DAG.getUNDEF(MVT::v8i16), &MaskVals[0]);
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00005492 TargetMask = pshufhw ? X86::getShufflePSHUFHWImmediate(NewV.getNode()):
5493 X86::getShufflePSHUFLWImmediate(NewV.getNode());
5494 V1 = NewV.getOperand(0);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005495 return getTargetShuffleNode(Opc, dl, MVT::v8i16, V1, TargetMask, DAG);
Evan Cheng14b32e12007-12-11 01:46:18 +00005496 }
Evan Cheng14b32e12007-12-11 01:46:18 +00005497 }
Eric Christopherfd179292009-08-27 18:07:15 +00005498
Nate Begemanb9a47b82009-02-23 08:49:38 +00005499 // If we have SSSE3, and all words of the result are from 1 input vector,
5500 // case 2 is generated, otherwise case 3 is generated. If no SSSE3
5501 // is present, fall back to case 4.
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005502 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005503 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005504
Nate Begemanb9a47b82009-02-23 08:49:38 +00005505 // If we have elements from both input vectors, set the high bit of the
Eric Christopherfd179292009-08-27 18:07:15 +00005506 // shuffle mask element to zero out elements that come from V2 in the V1
Nate Begemanb9a47b82009-02-23 08:49:38 +00005507 // mask, and elements that come from V1 in the V2 mask, so that the two
5508 // results can be OR'd together.
5509 bool TwoInputs = V1Used && V2Used;
5510 for (unsigned i = 0; i != 8; ++i) {
5511 int EltIdx = MaskVals[i] * 2;
5512 if (TwoInputs && (EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005513 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
5514 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005515 continue;
5516 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005517 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
5518 pshufbMask.push_back(DAG.getConstant(EltIdx+1, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005519 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005520 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00005521 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005522 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005523 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005524 if (!TwoInputs)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005525 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00005526
Nate Begemanb9a47b82009-02-23 08:49:38 +00005527 // Calculate the shuffle mask for the second input, shuffle it, and
5528 // OR it with the first shuffled input.
5529 pshufbMask.clear();
5530 for (unsigned i = 0; i != 8; ++i) {
5531 int EltIdx = MaskVals[i] * 2;
5532 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005533 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
5534 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005535 continue;
5536 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005537 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
5538 pshufbMask.push_back(DAG.getConstant(EltIdx - 15, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005539 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005540 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V2);
Eric Christopherfd179292009-08-27 18:07:15 +00005541 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005542 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005543 MVT::v16i8, &pshufbMask[0], 16));
5544 V1 = DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005545 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005546 }
5547
5548 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,
5549 // and update MaskVals with new element order.
5550 BitVector InOrder(8);
5551 if (BestLoQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005552 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005553 for (int i = 0; i != 4; ++i) {
5554 int idx = MaskVals[i];
5555 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005556 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005557 InOrder.set(i);
5558 } else if ((idx / 4) == BestLoQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005559 MaskV.push_back(idx & 3);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005560 InOrder.set(i);
5561 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005562 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005563 }
5564 }
5565 for (unsigned i = 4; i != 8; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005566 MaskV.push_back(i);
Owen Anderson825b72b2009-08-11 20:47:22 +00005567 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00005568 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005569
5570 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
5571 NewV = getTargetShuffleNode(X86ISD::PSHUFLW, dl, MVT::v8i16,
5572 NewV.getOperand(0),
5573 X86::getShufflePSHUFLWImmediate(NewV.getNode()),
5574 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005575 }
Eric Christopherfd179292009-08-27 18:07:15 +00005576
Nate Begemanb9a47b82009-02-23 08:49:38 +00005577 // If BestHi >= 0, generate a pshufhw to put the high elements in order,
5578 // and update MaskVals with the new element order.
5579 if (BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005580 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005581 for (unsigned i = 0; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005582 MaskV.push_back(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005583 for (unsigned i = 4; i != 8; ++i) {
5584 int idx = MaskVals[i];
5585 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005586 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005587 InOrder.set(i);
5588 } else if ((idx / 4) == BestHiQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005589 MaskV.push_back((idx & 3) + 4);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005590 InOrder.set(i);
5591 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005592 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005593 }
5594 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005595 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00005596 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005597
5598 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
5599 NewV = getTargetShuffleNode(X86ISD::PSHUFHW, dl, MVT::v8i16,
5600 NewV.getOperand(0),
5601 X86::getShufflePSHUFHWImmediate(NewV.getNode()),
5602 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005603 }
Eric Christopherfd179292009-08-27 18:07:15 +00005604
Nate Begemanb9a47b82009-02-23 08:49:38 +00005605 // In case BestHi & BestLo were both -1, which means each quadword has a word
5606 // from each of the four input quadwords, calculate the InOrder bitvector now
5607 // before falling through to the insert/extract cleanup.
5608 if (BestLoQuad == -1 && BestHiQuad == -1) {
5609 NewV = V1;
5610 for (int i = 0; i != 8; ++i)
5611 if (MaskVals[i] < 0 || MaskVals[i] == i)
5612 InOrder.set(i);
5613 }
Eric Christopherfd179292009-08-27 18:07:15 +00005614
Nate Begemanb9a47b82009-02-23 08:49:38 +00005615 // The other elements are put in the right place using pextrw and pinsrw.
5616 for (unsigned i = 0; i != 8; ++i) {
5617 if (InOrder[i])
5618 continue;
5619 int EltIdx = MaskVals[i];
5620 if (EltIdx < 0)
5621 continue;
5622 SDValue ExtOp = (EltIdx < 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00005623 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V1,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005624 DAG.getIntPtrConstant(EltIdx))
Owen Anderson825b72b2009-08-11 20:47:22 +00005625 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V2,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005626 DAG.getIntPtrConstant(EltIdx - 8));
Owen Anderson825b72b2009-08-11 20:47:22 +00005627 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, ExtOp,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005628 DAG.getIntPtrConstant(i));
5629 }
5630 return NewV;
5631}
5632
5633// v16i8 shuffles - Prefer shuffles in the following order:
5634// 1. [ssse3] 1 x pshufb
5635// 2. [ssse3] 2 x pshufb + 1 x por
5636// 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
5637static
Nate Begeman9008ca62009-04-27 18:41:29 +00005638SDValue LowerVECTOR_SHUFFLEv16i8(ShuffleVectorSDNode *SVOp,
Dan Gohmand858e902010-04-17 15:26:15 +00005639 SelectionDAG &DAG,
5640 const X86TargetLowering &TLI) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005641 SDValue V1 = SVOp->getOperand(0);
5642 SDValue V2 = SVOp->getOperand(1);
5643 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00005644 SmallVector<int, 16> MaskVals;
Nate Begeman9008ca62009-04-27 18:41:29 +00005645 SVOp->getMask(MaskVals);
Eric Christopherfd179292009-08-27 18:07:15 +00005646
Nate Begemanb9a47b82009-02-23 08:49:38 +00005647 // If we have SSSE3, case 1 is generated when all result bytes come from
Eric Christopherfd179292009-08-27 18:07:15 +00005648 // one of the inputs. Otherwise, case 2 is generated. If no SSSE3 is
Nate Begemanb9a47b82009-02-23 08:49:38 +00005649 // present, fall back to case 3.
5650 // FIXME: kill V2Only once shuffles are canonizalized by getNode.
5651 bool V1Only = true;
5652 bool V2Only = true;
5653 for (unsigned i = 0; i < 16; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005654 int EltIdx = MaskVals[i];
Nate Begemanb9a47b82009-02-23 08:49:38 +00005655 if (EltIdx < 0)
5656 continue;
5657 if (EltIdx < 16)
5658 V2Only = false;
5659 else
5660 V1Only = false;
5661 }
Eric Christopherfd179292009-08-27 18:07:15 +00005662
Nate Begemanb9a47b82009-02-23 08:49:38 +00005663 // If SSSE3, use 1 pshufb instruction per vector with elements in the result.
5664 if (TLI.getSubtarget()->hasSSSE3()) {
5665 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005666
Nate Begemanb9a47b82009-02-23 08:49:38 +00005667 // If all result elements are from one input vector, then only translate
Eric Christopherfd179292009-08-27 18:07:15 +00005668 // undef mask values to 0x80 (zero out result) in the pshufb mask.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005669 //
5670 // Otherwise, we have elements from both input vectors, and must zero out
5671 // elements that come from V2 in the first mask, and V1 in the second mask
5672 // so that we can OR them together.
5673 bool TwoInputs = !(V1Only || V2Only);
5674 for (unsigned i = 0; i != 16; ++i) {
5675 int EltIdx = MaskVals[i];
5676 if (EltIdx < 0 || (TwoInputs && EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005677 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005678 continue;
5679 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005680 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005681 }
5682 // If all the elements are from V2, assign it to V1 and return after
5683 // building the first pshufb.
5684 if (V2Only)
5685 V1 = V2;
Owen Anderson825b72b2009-08-11 20:47:22 +00005686 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005687 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005688 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005689 if (!TwoInputs)
5690 return V1;
Eric Christopherfd179292009-08-27 18:07:15 +00005691
Nate Begemanb9a47b82009-02-23 08:49:38 +00005692 // Calculate the shuffle mask for the second input, shuffle it, and
5693 // OR it with the first shuffled input.
5694 pshufbMask.clear();
5695 for (unsigned i = 0; i != 16; ++i) {
5696 int EltIdx = MaskVals[i];
5697 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005698 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005699 continue;
5700 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005701 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005702 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005703 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005704 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005705 MVT::v16i8, &pshufbMask[0], 16));
5706 return DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005707 }
Eric Christopherfd179292009-08-27 18:07:15 +00005708
Nate Begemanb9a47b82009-02-23 08:49:38 +00005709 // No SSSE3 - Calculate in place words and then fix all out of place words
5710 // With 0-16 extracts & inserts. Worst case is 16 bytes out of order from
5711 // the 16 different words that comprise the two doublequadword input vectors.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005712 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
5713 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005714 SDValue NewV = V2Only ? V2 : V1;
5715 for (int i = 0; i != 8; ++i) {
5716 int Elt0 = MaskVals[i*2];
5717 int Elt1 = MaskVals[i*2+1];
Eric Christopherfd179292009-08-27 18:07:15 +00005718
Nate Begemanb9a47b82009-02-23 08:49:38 +00005719 // This word of the result is all undef, skip it.
5720 if (Elt0 < 0 && Elt1 < 0)
5721 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005722
Nate Begemanb9a47b82009-02-23 08:49:38 +00005723 // This word of the result is already in the correct place, skip it.
5724 if (V1Only && (Elt0 == i*2) && (Elt1 == i*2+1))
5725 continue;
5726 if (V2Only && (Elt0 == i*2+16) && (Elt1 == i*2+17))
5727 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005728
Nate Begemanb9a47b82009-02-23 08:49:38 +00005729 SDValue Elt0Src = Elt0 < 16 ? V1 : V2;
5730 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
5731 SDValue InsElt;
Mon P Wang6b3ef692009-03-11 18:47:57 +00005732
5733 // If Elt0 and Elt1 are defined, are consecutive, and can be load
5734 // using a single extract together, load it and store it.
5735 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005736 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005737 DAG.getIntPtrConstant(Elt1 / 2));
Owen Anderson825b72b2009-08-11 20:47:22 +00005738 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005739 DAG.getIntPtrConstant(i));
5740 continue;
5741 }
5742
Nate Begemanb9a47b82009-02-23 08:49:38 +00005743 // If Elt1 is defined, extract it from the appropriate source. If the
Mon P Wang6b3ef692009-03-11 18:47:57 +00005744 // source byte is not also odd, shift the extracted word left 8 bits
5745 // otherwise clear the bottom 8 bits if we need to do an or.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005746 if (Elt1 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005747 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005748 DAG.getIntPtrConstant(Elt1 / 2));
5749 if ((Elt1 & 1) == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005750 InsElt = DAG.getNode(ISD::SHL, dl, MVT::i16, InsElt,
Owen Anderson95771af2011-02-25 21:41:48 +00005751 DAG.getConstant(8,
5752 TLI.getShiftAmountTy(InsElt.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005753 else if (Elt0 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005754 InsElt = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt,
5755 DAG.getConstant(0xFF00, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005756 }
5757 // If Elt0 is defined, extract it from the appropriate source. If the
5758 // source byte is not also even, shift the extracted word right 8 bits. If
5759 // Elt1 was also defined, OR the extracted values together before
5760 // inserting them in the result.
5761 if (Elt0 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005762 SDValue InsElt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005763 Elt0Src, DAG.getIntPtrConstant(Elt0 / 2));
5764 if ((Elt0 & 1) != 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005765 InsElt0 = DAG.getNode(ISD::SRL, dl, MVT::i16, InsElt0,
Owen Anderson95771af2011-02-25 21:41:48 +00005766 DAG.getConstant(8,
5767 TLI.getShiftAmountTy(InsElt0.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005768 else if (Elt1 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005769 InsElt0 = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt0,
5770 DAG.getConstant(0x00FF, MVT::i16));
5771 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)
Nate Begemanb9a47b82009-02-23 08:49:38 +00005772 : InsElt0;
5773 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005774 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005775 DAG.getIntPtrConstant(i));
5776 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005777 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005778}
5779
Evan Cheng7a831ce2007-12-15 03:00:47 +00005780/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005781/// ones, or rewriting v4i32 / v4f32 as 2 wide ones if possible. This can be
Evan Cheng7a831ce2007-12-15 03:00:47 +00005782/// done when every pair / quad of shuffle mask elements point to elements in
5783/// the right sequence. e.g.
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005784/// vector_shuffle X, Y, <2, 3, | 10, 11, | 0, 1, | 14, 15>
Evan Cheng14b32e12007-12-11 01:46:18 +00005785static
Nate Begeman9008ca62009-04-27 18:41:29 +00005786SDValue RewriteAsNarrowerShuffle(ShuffleVectorSDNode *SVOp,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005787 SelectionDAG &DAG, DebugLoc dl) {
Owen Andersone50ed302009-08-10 22:56:29 +00005788 EVT VT = SVOp->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00005789 SDValue V1 = SVOp->getOperand(0);
5790 SDValue V2 = SVOp->getOperand(1);
5791 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng7a831ce2007-12-15 03:00:47 +00005792 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005793 EVT NewVT;
Owen Anderson825b72b2009-08-11 20:47:22 +00005794 switch (VT.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005795 default: assert(false && "Unexpected!");
Owen Anderson825b72b2009-08-11 20:47:22 +00005796 case MVT::v4f32: NewVT = MVT::v2f64; break;
5797 case MVT::v4i32: NewVT = MVT::v2i64; break;
5798 case MVT::v8i16: NewVT = MVT::v4i32; break;
5799 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00005800 }
5801
Nate Begeman9008ca62009-04-27 18:41:29 +00005802 int Scale = NumElems / NewWidth;
5803 SmallVector<int, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00005804 for (unsigned i = 0; i < NumElems; i += Scale) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005805 int StartIdx = -1;
5806 for (int j = 0; j < Scale; ++j) {
5807 int EltIdx = SVOp->getMaskElt(i+j);
5808 if (EltIdx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005809 continue;
Nate Begeman9008ca62009-04-27 18:41:29 +00005810 if (StartIdx == -1)
Evan Cheng14b32e12007-12-11 01:46:18 +00005811 StartIdx = EltIdx - (EltIdx % Scale);
5812 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00005813 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00005814 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005815 if (StartIdx == -1)
5816 MaskVec.push_back(-1);
Evan Cheng14b32e12007-12-11 01:46:18 +00005817 else
Nate Begeman9008ca62009-04-27 18:41:29 +00005818 MaskVec.push_back(StartIdx / Scale);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005819 }
5820
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005821 V1 = DAG.getNode(ISD::BITCAST, dl, NewVT, V1);
5822 V2 = DAG.getNode(ISD::BITCAST, dl, NewVT, V2);
Nate Begeman9008ca62009-04-27 18:41:29 +00005823 return DAG.getVectorShuffle(NewVT, dl, V1, V2, &MaskVec[0]);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005824}
5825
Evan Chengd880b972008-05-09 21:53:03 +00005826/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00005827///
Owen Andersone50ed302009-08-10 22:56:29 +00005828static SDValue getVZextMovL(EVT VT, EVT OpVT,
Nate Begeman9008ca62009-04-27 18:41:29 +00005829 SDValue SrcOp, SelectionDAG &DAG,
5830 const X86Subtarget *Subtarget, DebugLoc dl) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005831 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005832 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00005833 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00005834 LD = dyn_cast<LoadSDNode>(SrcOp);
5835 if (!LD) {
5836 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
5837 // instead.
Owen Anderson766b5ef2009-08-11 21:59:30 +00005838 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Duncan Sandscdfad362010-11-03 12:17:33 +00005839 if ((ExtVT != MVT::i64 || Subtarget->is64Bit()) &&
Evan Cheng7e2ff772008-05-08 00:57:18 +00005840 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005841 SrcOp.getOperand(0).getOpcode() == ISD::BITCAST &&
Owen Anderson766b5ef2009-08-11 21:59:30 +00005842 SrcOp.getOperand(0).getOperand(0).getValueType() == ExtVT) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005843 // PR2108
Owen Anderson825b72b2009-08-11 20:47:22 +00005844 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005845 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005846 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
5847 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
5848 OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00005849 SrcOp.getOperand(0)
5850 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005851 }
5852 }
5853 }
5854
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005855 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005856 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005857 DAG.getNode(ISD::BITCAST, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00005858 OpVT, SrcOp)));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005859}
5860
Bruno Cardoso Lopes3b865982011-08-16 18:21:54 +00005861/// areShuffleHalvesWithinDisjointLanes - Check whether each half of a vector
5862/// shuffle node referes to only one lane in the sources.
5863static bool areShuffleHalvesWithinDisjointLanes(ShuffleVectorSDNode *SVOp) {
5864 EVT VT = SVOp->getValueType(0);
5865 int NumElems = VT.getVectorNumElements();
5866 int HalfSize = NumElems/2;
5867 SmallVector<int, 16> M;
5868 SVOp->getMask(M);
5869 bool MatchA = false, MatchB = false;
5870
5871 for (int l = 0; l < NumElems*2; l += HalfSize) {
5872 if (isUndefOrInRange(M, 0, HalfSize, l, l+HalfSize)) {
5873 MatchA = true;
5874 break;
5875 }
5876 }
5877
5878 for (int l = 0; l < NumElems*2; l += HalfSize) {
5879 if (isUndefOrInRange(M, HalfSize, HalfSize, l, l+HalfSize)) {
5880 MatchB = true;
5881 break;
5882 }
5883 }
5884
5885 return MatchA && MatchB;
5886}
5887
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00005888/// LowerVECTOR_SHUFFLE_256 - Handle all 256-bit wide vectors shuffles
5889/// which could not be matched by any known target speficic shuffle
5890static SDValue
5891LowerVECTOR_SHUFFLE_256(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Bruno Cardoso Lopes3b865982011-08-16 18:21:54 +00005892 if (areShuffleHalvesWithinDisjointLanes(SVOp)) {
5893 // If each half of a vector shuffle node referes to only one lane in the
5894 // source vectors, extract each used 128-bit lane and shuffle them using
5895 // 128-bit shuffles. Then, concatenate the results. Otherwise leave
5896 // the work to the legalizer.
5897 DebugLoc dl = SVOp->getDebugLoc();
5898 EVT VT = SVOp->getValueType(0);
5899 int NumElems = VT.getVectorNumElements();
5900 int HalfSize = NumElems/2;
5901
5902 // Extract the reference for each half
5903 int FstVecExtractIdx = 0, SndVecExtractIdx = 0;
5904 int FstVecOpNum = 0, SndVecOpNum = 0;
5905 for (int i = 0; i < HalfSize; ++i) {
5906 int Elt = SVOp->getMaskElt(i);
5907 if (SVOp->getMaskElt(i) < 0)
5908 continue;
5909 FstVecOpNum = Elt/NumElems;
5910 FstVecExtractIdx = Elt % NumElems < HalfSize ? 0 : HalfSize;
5911 break;
5912 }
5913 for (int i = HalfSize; i < NumElems; ++i) {
5914 int Elt = SVOp->getMaskElt(i);
5915 if (SVOp->getMaskElt(i) < 0)
5916 continue;
5917 SndVecOpNum = Elt/NumElems;
5918 SndVecExtractIdx = Elt % NumElems < HalfSize ? 0 : HalfSize;
5919 break;
5920 }
5921
5922 // Extract the subvectors
5923 SDValue V1 = Extract128BitVector(SVOp->getOperand(FstVecOpNum),
5924 DAG.getConstant(FstVecExtractIdx, MVT::i32), DAG, dl);
5925 SDValue V2 = Extract128BitVector(SVOp->getOperand(SndVecOpNum),
5926 DAG.getConstant(SndVecExtractIdx, MVT::i32), DAG, dl);
5927
5928 // Generate 128-bit shuffles
5929 SmallVector<int, 16> MaskV1, MaskV2;
5930 for (int i = 0; i < HalfSize; ++i) {
5931 int Elt = SVOp->getMaskElt(i);
5932 MaskV1.push_back(Elt < 0 ? Elt : Elt % HalfSize);
5933 }
5934 for (int i = HalfSize; i < NumElems; ++i) {
5935 int Elt = SVOp->getMaskElt(i);
5936 MaskV2.push_back(Elt < 0 ? Elt : Elt % HalfSize);
5937 }
5938
5939 EVT NVT = V1.getValueType();
5940 V1 = DAG.getVectorShuffle(NVT, dl, V1, DAG.getUNDEF(NVT), &MaskV1[0]);
5941 V2 = DAG.getVectorShuffle(NVT, dl, V2, DAG.getUNDEF(NVT), &MaskV2[0]);
5942
5943 // Concatenate the result back
5944 SDValue V = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT), V1,
5945 DAG.getConstant(0, MVT::i32), DAG, dl);
5946 return Insert128BitVector(V, V2, DAG.getConstant(NumElems/2, MVT::i32),
5947 DAG, dl);
5948 }
5949
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00005950 return SDValue();
5951}
5952
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005953/// LowerVECTOR_SHUFFLE_128v4 - Handle all 128-bit wide vectors with
5954/// 4 elements, and match them with several different shuffle types.
Dan Gohman475871a2008-07-27 21:46:04 +00005955static SDValue
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005956LowerVECTOR_SHUFFLE_128v4(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005957 SDValue V1 = SVOp->getOperand(0);
5958 SDValue V2 = SVOp->getOperand(1);
5959 DebugLoc dl = SVOp->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00005960 EVT VT = SVOp->getValueType(0);
Eric Christopherfd179292009-08-27 18:07:15 +00005961
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005962 assert(VT.getSizeInBits() == 128 && "Unsupported vector size");
5963
Evan Chengace3c172008-07-22 21:13:36 +00005964 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00005965 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005966 SmallVector<int, 8> Mask1(4U, -1);
5967 SmallVector<int, 8> PermMask;
5968 SVOp->getMask(PermMask);
5969
Evan Chengace3c172008-07-22 21:13:36 +00005970 unsigned NumHi = 0;
5971 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00005972 for (unsigned i = 0; i != 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005973 int Idx = PermMask[i];
5974 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005975 Locs[i] = std::make_pair(-1, -1);
5976 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005977 assert(Idx < 8 && "Invalid VECTOR_SHUFFLE index!");
5978 if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005979 Locs[i] = std::make_pair(0, NumLo);
Nate Begeman9008ca62009-04-27 18:41:29 +00005980 Mask1[NumLo] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005981 NumLo++;
5982 } else {
5983 Locs[i] = std::make_pair(1, NumHi);
5984 if (2+NumHi < 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005985 Mask1[2+NumHi] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005986 NumHi++;
5987 }
5988 }
5989 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005990
Evan Chengace3c172008-07-22 21:13:36 +00005991 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005992 // If no more than two elements come from either vector. This can be
5993 // implemented with two shuffles. First shuffle gather the elements.
5994 // The second shuffle, which takes the first shuffle as both of its
5995 // vector operands, put the elements into the right order.
Nate Begeman9008ca62009-04-27 18:41:29 +00005996 V1 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005997
Nate Begeman9008ca62009-04-27 18:41:29 +00005998 SmallVector<int, 8> Mask2(4U, -1);
Eric Christopherfd179292009-08-27 18:07:15 +00005999
Evan Chengace3c172008-07-22 21:13:36 +00006000 for (unsigned i = 0; i != 4; ++i) {
6001 if (Locs[i].first == -1)
6002 continue;
6003 else {
6004 unsigned Idx = (i < 2) ? 0 : 4;
6005 Idx += Locs[i].first * 2 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00006006 Mask2[i] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00006007 }
6008 }
6009
Nate Begeman9008ca62009-04-27 18:41:29 +00006010 return DAG.getVectorShuffle(VT, dl, V1, V1, &Mask2[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006011 } else if (NumLo == 3 || NumHi == 3) {
6012 // Otherwise, we must have three elements from one vector, call it X, and
6013 // one element from the other, call it Y. First, use a shufps to build an
6014 // intermediate vector with the one element from Y and the element from X
6015 // that will be in the same half in the final destination (the indexes don't
6016 // matter). Then, use a shufps to build the final vector, taking the half
6017 // containing the element from Y from the intermediate, and the other half
6018 // from X.
6019 if (NumHi == 3) {
6020 // Normalize it so the 3 elements come from V1.
Nate Begeman9008ca62009-04-27 18:41:29 +00006021 CommuteVectorShuffleMask(PermMask, VT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006022 std::swap(V1, V2);
6023 }
6024
6025 // Find the element from V2.
6026 unsigned HiIndex;
6027 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Nate Begeman9008ca62009-04-27 18:41:29 +00006028 int Val = PermMask[HiIndex];
6029 if (Val < 0)
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006030 continue;
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006031 if (Val >= 4)
6032 break;
6033 }
6034
Nate Begeman9008ca62009-04-27 18:41:29 +00006035 Mask1[0] = PermMask[HiIndex];
6036 Mask1[1] = -1;
6037 Mask1[2] = PermMask[HiIndex^1];
6038 Mask1[3] = -1;
6039 V2 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006040
6041 if (HiIndex >= 2) {
Nate Begeman9008ca62009-04-27 18:41:29 +00006042 Mask1[0] = PermMask[0];
6043 Mask1[1] = PermMask[1];
6044 Mask1[2] = HiIndex & 1 ? 6 : 4;
6045 Mask1[3] = HiIndex & 1 ? 4 : 6;
6046 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006047 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00006048 Mask1[0] = HiIndex & 1 ? 2 : 0;
6049 Mask1[1] = HiIndex & 1 ? 0 : 2;
6050 Mask1[2] = PermMask[2];
6051 Mask1[3] = PermMask[3];
6052 if (Mask1[2] >= 0)
6053 Mask1[2] += 4;
6054 if (Mask1[3] >= 0)
6055 Mask1[3] += 4;
6056 return DAG.getVectorShuffle(VT, dl, V2, V1, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00006057 }
Evan Chengace3c172008-07-22 21:13:36 +00006058 }
6059
6060 // Break it into (shuffle shuffle_hi, shuffle_lo).
6061 Locs.clear();
David Greenec4db4e52011-02-28 19:06:56 +00006062 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00006063 SmallVector<int,8> LoMask(4U, -1);
6064 SmallVector<int,8> HiMask(4U, -1);
6065
6066 SmallVector<int,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00006067 unsigned MaskIdx = 0;
6068 unsigned LoIdx = 0;
6069 unsigned HiIdx = 2;
6070 for (unsigned i = 0; i != 4; ++i) {
6071 if (i == 2) {
6072 MaskPtr = &HiMask;
6073 MaskIdx = 1;
6074 LoIdx = 0;
6075 HiIdx = 2;
6076 }
Nate Begeman9008ca62009-04-27 18:41:29 +00006077 int Idx = PermMask[i];
6078 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00006079 Locs[i] = std::make_pair(-1, -1);
Nate Begeman9008ca62009-04-27 18:41:29 +00006080 } else if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00006081 Locs[i] = std::make_pair(MaskIdx, LoIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00006082 (*MaskPtr)[LoIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00006083 LoIdx++;
6084 } else {
6085 Locs[i] = std::make_pair(MaskIdx, HiIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00006086 (*MaskPtr)[HiIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00006087 HiIdx++;
6088 }
6089 }
6090
Nate Begeman9008ca62009-04-27 18:41:29 +00006091 SDValue LoShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &LoMask[0]);
6092 SDValue HiShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &HiMask[0]);
6093 SmallVector<int, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00006094 for (unsigned i = 0; i != 4; ++i) {
6095 if (Locs[i].first == -1) {
Nate Begeman9008ca62009-04-27 18:41:29 +00006096 MaskOps.push_back(-1);
Evan Chengace3c172008-07-22 21:13:36 +00006097 } else {
6098 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00006099 MaskOps.push_back(Idx);
Evan Chengace3c172008-07-22 21:13:36 +00006100 }
6101 }
Nate Begeman9008ca62009-04-27 18:41:29 +00006102 return DAG.getVectorShuffle(VT, dl, LoShuffle, HiShuffle, &MaskOps[0]);
Evan Chengace3c172008-07-22 21:13:36 +00006103}
6104
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00006105static bool MayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006106 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00006107 V = V.getOperand(0);
6108 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
6109 V = V.getOperand(0);
6110 if (MayFoldLoad(V))
6111 return true;
6112 return false;
6113}
6114
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006115// FIXME: the version above should always be used. Since there's
6116// a bug where several vector shuffles can't be folded because the
6117// DAG is not updated during lowering and a node claims to have two
6118// uses while it only has one, use this version, and let isel match
6119// another instruction if the load really happens to have more than
6120// one use. Remove this version after this bug get fixed.
Evan Cheng835580f2010-10-07 20:50:20 +00006121// rdar://8434668, PR8156
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006122static bool RelaxedMayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006123 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006124 V = V.getOperand(0);
6125 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
6126 V = V.getOperand(0);
6127 if (ISD::isNormalLoad(V.getNode()))
6128 return true;
6129 return false;
6130}
6131
6132/// CanFoldShuffleIntoVExtract - Check if the current shuffle is used by
6133/// a vector extract, and if both can be later optimized into a single load.
6134/// This is done in visitEXTRACT_VECTOR_ELT and the conditions are checked
6135/// here because otherwise a target specific shuffle node is going to be
6136/// emitted for this shuffle, and the optimization not done.
6137/// FIXME: This is probably not the best approach, but fix the problem
6138/// until the right path is decided.
6139static
6140bool CanXFormVExtractWithShuffleIntoLoad(SDValue V, SelectionDAG &DAG,
6141 const TargetLowering &TLI) {
6142 EVT VT = V.getValueType();
6143 ShuffleVectorSDNode *SVOp = dyn_cast<ShuffleVectorSDNode>(V);
6144
6145 // Be sure that the vector shuffle is present in a pattern like this:
6146 // (vextract (v4f32 shuffle (load $addr), <1,u,u,u>), c) -> (f32 load $addr)
6147 if (!V.hasOneUse())
6148 return false;
6149
6150 SDNode *N = *V.getNode()->use_begin();
6151 if (N->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
6152 return false;
6153
6154 SDValue EltNo = N->getOperand(1);
6155 if (!isa<ConstantSDNode>(EltNo))
6156 return false;
6157
6158 // If the bit convert changed the number of elements, it is unsafe
6159 // to examine the mask.
6160 bool HasShuffleIntoBitcast = false;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006161 if (V.getOpcode() == ISD::BITCAST) {
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006162 EVT SrcVT = V.getOperand(0).getValueType();
6163 if (SrcVT.getVectorNumElements() != VT.getVectorNumElements())
6164 return false;
6165 V = V.getOperand(0);
6166 HasShuffleIntoBitcast = true;
6167 }
6168
6169 // Select the input vector, guarding against out of range extract vector.
6170 unsigned NumElems = VT.getVectorNumElements();
6171 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
6172 int Idx = (Elt > NumElems) ? -1 : SVOp->getMaskElt(Elt);
6173 V = (Idx < (int)NumElems) ? V.getOperand(0) : V.getOperand(1);
6174
6175 // Skip one more bit_convert if necessary
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006176 if (V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006177 V = V.getOperand(0);
6178
6179 if (ISD::isNormalLoad(V.getNode())) {
6180 // Is the original load suitable?
6181 LoadSDNode *LN0 = cast<LoadSDNode>(V);
6182
6183 // FIXME: avoid the multi-use bug that is preventing lots of
6184 // of foldings to be detected, this is still wrong of course, but
6185 // give the temporary desired behavior, and if it happens that
6186 // the load has real more uses, during isel it will not fold, and
6187 // will generate poor code.
6188 if (!LN0 || LN0->isVolatile()) // || !LN0->hasOneUse()
6189 return false;
6190
6191 if (!HasShuffleIntoBitcast)
6192 return true;
6193
6194 // If there's a bitcast before the shuffle, check if the load type and
6195 // alignment is valid.
6196 unsigned Align = LN0->getAlignment();
6197 unsigned NewAlign =
6198 TLI.getTargetData()->getABITypeAlignment(
6199 VT.getTypeForEVT(*DAG.getContext()));
6200
6201 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT))
6202 return false;
6203 }
6204
6205 return true;
6206}
6207
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00006208static
Evan Cheng835580f2010-10-07 20:50:20 +00006209SDValue getMOVDDup(SDValue &Op, DebugLoc &dl, SDValue V1, SelectionDAG &DAG) {
6210 EVT VT = Op.getValueType();
6211
6212 // Canonizalize to v2f64.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006213 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, V1);
6214 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Cheng835580f2010-10-07 20:50:20 +00006215 getTargetShuffleNode(X86ISD::MOVDDUP, dl, MVT::v2f64,
6216 V1, DAG));
6217}
6218
6219static
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00006220SDValue getMOVLowToHigh(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG,
6221 bool HasSSE2) {
6222 SDValue V1 = Op.getOperand(0);
6223 SDValue V2 = Op.getOperand(1);
6224 EVT VT = Op.getValueType();
6225
6226 assert(VT != MVT::v2i64 && "unsupported shuffle type");
6227
6228 if (HasSSE2 && VT == MVT::v2f64)
6229 return getTargetShuffleNode(X86ISD::MOVLHPD, dl, VT, V1, V2, DAG);
6230
6231 // v4f32 or v4i32
6232 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V2, DAG);
6233}
6234
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00006235static
6236SDValue getMOVHighToLow(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG) {
6237 SDValue V1 = Op.getOperand(0);
6238 SDValue V2 = Op.getOperand(1);
6239 EVT VT = Op.getValueType();
6240
6241 assert((VT == MVT::v4i32 || VT == MVT::v4f32) &&
6242 "unsupported shuffle type");
6243
6244 if (V2.getOpcode() == ISD::UNDEF)
6245 V2 = V1;
6246
6247 // v4i32 or v4f32
6248 return getTargetShuffleNode(X86ISD::MOVHLPS, dl, VT, V1, V2, DAG);
6249}
6250
Bruno Cardoso Lopes07b7f672011-08-25 02:58:26 +00006251static inline unsigned getSHUFPOpcode(EVT VT) {
6252 switch(VT.getSimpleVT().SimpleTy) {
6253 case MVT::v8i32: // Use fp unit for int unpack.
6254 case MVT::v8f32:
6255 case MVT::v4i32: // Use fp unit for int unpack.
6256 case MVT::v4f32: return X86ISD::SHUFPS;
6257 case MVT::v4i64: // Use fp unit for int unpack.
6258 case MVT::v4f64:
6259 case MVT::v2i64: // Use fp unit for int unpack.
6260 case MVT::v2f64: return X86ISD::SHUFPD;
6261 default:
6262 llvm_unreachable("Unknown type for shufp*");
6263 }
6264 return 0;
6265}
6266
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00006267static
6268SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) {
6269 SDValue V1 = Op.getOperand(0);
6270 SDValue V2 = Op.getOperand(1);
6271 EVT VT = Op.getValueType();
6272 unsigned NumElems = VT.getVectorNumElements();
6273
6274 // Use MOVLPS and MOVLPD in case V1 or V2 are loads. During isel, the second
6275 // operand of these instructions is only memory, so check if there's a
6276 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
6277 // same masks.
6278 bool CanFoldLoad = false;
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00006279
Bruno Cardoso Lopesd00bfe12010-09-02 02:35:51 +00006280 // Trivial case, when V2 comes from a load.
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00006281 if (MayFoldVectorLoad(V2))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00006282 CanFoldLoad = true;
6283
6284 // When V1 is a load, it can be folded later into a store in isel, example:
6285 // (store (v4f32 (X86Movlps (load addr:$src1), VR128:$src2)), addr:$src1)
6286 // turns into:
6287 // (MOVLPSmr addr:$src1, VR128:$src2)
6288 // So, recognize this potential and also use MOVLPS or MOVLPD
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00006289 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00006290 CanFoldLoad = true;
6291
Eric Christopher893a8822011-02-20 05:04:42 +00006292 // Both of them can't be memory operations though.
6293 if (MayFoldVectorLoad(V1) && MayFoldVectorLoad(V2))
6294 CanFoldLoad = false;
Owen Anderson95771af2011-02-25 21:41:48 +00006295
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00006296 if (CanFoldLoad) {
6297 if (HasSSE2 && NumElems == 2)
6298 return getTargetShuffleNode(X86ISD::MOVLPD, dl, VT, V1, V2, DAG);
6299
6300 if (NumElems == 4)
6301 return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG);
6302 }
6303
6304 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
6305 // movl and movlp will both match v2i64, but v2i64 is never matched by
6306 // movl earlier because we make it strict to avoid messing with the movlp load
6307 // folding logic (see the code above getMOVLP call). Match it here then,
6308 // this is horrible, but will stay like this until we move all shuffle
6309 // matching to x86 specific nodes. Note that for the 1st condition all
6310 // types are matched with movsd.
6311 if ((HasSSE2 && NumElems == 2) || !X86::isMOVLMask(SVOp))
6312 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
6313 else if (HasSSE2)
6314 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
6315
6316
6317 assert(VT != MVT::v4i32 && "unsupported shuffle type");
6318
6319 // Invert the operand order and use SHUFPS to match it.
Bruno Cardoso Lopes07b7f672011-08-25 02:58:26 +00006320 return getTargetShuffleNode(getSHUFPOpcode(VT), dl, VT, V2, V1,
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00006321 X86::getShuffleSHUFImmediate(SVOp), DAG);
6322}
6323
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006324static inline unsigned getUNPCKLOpcode(EVT VT) {
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00006325 switch(VT.getSimpleVT().SimpleTy) {
6326 case MVT::v4i32: return X86ISD::PUNPCKLDQ;
6327 case MVT::v2i64: return X86ISD::PUNPCKLQDQ;
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00006328 case MVT::v4f32: return X86ISD::UNPCKLPS;
6329 case MVT::v2f64: return X86ISD::UNPCKLPD;
Bruno Cardoso Lopescde4a1a2011-08-09 22:18:37 +00006330 case MVT::v8i32: // Use fp unit for int unpack.
David Greenec4db4e52011-02-28 19:06:56 +00006331 case MVT::v8f32: return X86ISD::VUNPCKLPSY;
Bruno Cardoso Lopescde4a1a2011-08-09 22:18:37 +00006332 case MVT::v4i64: // Use fp unit for int unpack.
David Greenec4db4e52011-02-28 19:06:56 +00006333 case MVT::v4f64: return X86ISD::VUNPCKLPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00006334 case MVT::v16i8: return X86ISD::PUNPCKLBW;
6335 case MVT::v8i16: return X86ISD::PUNPCKLWD;
6336 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00006337 llvm_unreachable("Unknown type for unpckl");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00006338 }
6339 return 0;
6340}
6341
6342static inline unsigned getUNPCKHOpcode(EVT VT) {
6343 switch(VT.getSimpleVT().SimpleTy) {
6344 case MVT::v4i32: return X86ISD::PUNPCKHDQ;
6345 case MVT::v2i64: return X86ISD::PUNPCKHQDQ;
6346 case MVT::v4f32: return X86ISD::UNPCKHPS;
6347 case MVT::v2f64: return X86ISD::UNPCKHPD;
Bruno Cardoso Lopescde4a1a2011-08-09 22:18:37 +00006348 case MVT::v8i32: // Use fp unit for int unpack.
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00006349 case MVT::v8f32: return X86ISD::VUNPCKHPSY;
Bruno Cardoso Lopescde4a1a2011-08-09 22:18:37 +00006350 case MVT::v4i64: // Use fp unit for int unpack.
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00006351 case MVT::v4f64: return X86ISD::VUNPCKHPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00006352 case MVT::v16i8: return X86ISD::PUNPCKHBW;
6353 case MVT::v8i16: return X86ISD::PUNPCKHWD;
6354 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00006355 llvm_unreachable("Unknown type for unpckh");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00006356 }
6357 return 0;
6358}
6359
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00006360static inline unsigned getVPERMILOpcode(EVT VT) {
6361 switch(VT.getSimpleVT().SimpleTy) {
6362 case MVT::v4i32:
6363 case MVT::v4f32: return X86ISD::VPERMILPS;
6364 case MVT::v2i64:
6365 case MVT::v2f64: return X86ISD::VPERMILPD;
6366 case MVT::v8i32:
6367 case MVT::v8f32: return X86ISD::VPERMILPSY;
6368 case MVT::v4i64:
6369 case MVT::v4f64: return X86ISD::VPERMILPDY;
6370 default:
6371 llvm_unreachable("Unknown type for vpermil");
6372 }
6373 return 0;
6374}
6375
Bruno Cardoso Lopes0e6d2302011-08-17 02:29:19 +00006376/// isVectorBroadcast - Check if the node chain is suitable to be xformed to
6377/// a vbroadcast node. The nodes are suitable whenever we can fold a load coming
6378/// from a 32 or 64 bit scalar. Update Op to the desired load to be folded.
6379static bool isVectorBroadcast(SDValue &Op) {
6380 EVT VT = Op.getValueType();
6381 bool Is256 = VT.getSizeInBits() == 256;
6382
6383 assert((VT.getSizeInBits() == 128 || Is256) &&
6384 "Unsupported type for vbroadcast node");
6385
6386 SDValue V = Op;
6387 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
6388 V = V.getOperand(0);
6389
6390 if (Is256 && !(V.hasOneUse() &&
6391 V.getOpcode() == ISD::INSERT_SUBVECTOR &&
6392 V.getOperand(0).getOpcode() == ISD::UNDEF))
6393 return false;
6394
6395 if (Is256)
6396 V = V.getOperand(1);
6397 if (V.hasOneUse() && V.getOpcode() != ISD::SCALAR_TO_VECTOR)
6398 return false;
6399
6400 // Check the source scalar_to_vector type. 256-bit broadcasts are
6401 // supported for 32/64-bit sizes, while 128-bit ones are only supported
6402 // for 32-bit scalars.
6403 unsigned ScalarSize = V.getOperand(0).getValueType().getSizeInBits();
6404 if (ScalarSize != 32 && ScalarSize != 64)
6405 return false;
6406 if (!Is256 && ScalarSize == 64)
6407 return false;
6408
6409 V = V.getOperand(0);
6410 if (!MayFoldLoad(V))
6411 return false;
6412
6413 // Return the load node
6414 Op = V;
6415 return true;
6416}
6417
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006418static
6419SDValue NormalizeVectorShuffle(SDValue Op, SelectionDAG &DAG,
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006420 const TargetLowering &TLI,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006421 const X86Subtarget *Subtarget) {
6422 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
6423 EVT VT = Op.getValueType();
6424 DebugLoc dl = Op.getDebugLoc();
6425 SDValue V1 = Op.getOperand(0);
6426 SDValue V2 = Op.getOperand(1);
6427
6428 if (isZeroShuffle(SVOp))
6429 return getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
6430
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006431 // Handle splat operations
6432 if (SVOp->isSplat()) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00006433 unsigned NumElem = VT.getVectorNumElements();
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00006434 int Size = VT.getSizeInBits();
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00006435 // Special case, this is the only place now where it's allowed to return
6436 // a vector_shuffle operation without using a target specific node, because
6437 // *hopefully* it will be optimized away by the dag combiner. FIXME: should
6438 // this be moved to DAGCombine instead?
6439 if (NumElem <= 4 && CanXFormVExtractWithShuffleIntoLoad(Op, DAG, TLI))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006440 return Op;
6441
Bruno Cardoso Lopes0e6d2302011-08-17 02:29:19 +00006442 // Use vbroadcast whenever the splat comes from a foldable load
6443 if (Subtarget->hasAVX() && isVectorBroadcast(V1))
6444 return DAG.getNode(X86ISD::VBROADCAST, dl, VT, V1);
6445
Bruno Cardoso Lopes6a32adc2011-07-25 23:05:25 +00006446 // Handle splats by matching through known shuffle masks
Bruno Cardoso Lopesd8b7dd52011-08-23 22:06:37 +00006447 if ((Size == 128 && NumElem <= 4) ||
6448 (Size == 256 && NumElem < 8))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006449 return SDValue();
6450
Bruno Cardoso Lopes8a5b2622011-08-17 02:29:13 +00006451 // All remaning splats are promoted to target supported vector shuffles.
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006452 return PromoteSplat(SVOp, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006453 }
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006454
6455 // If the shuffle can be profitably rewritten as a narrower shuffle, then
6456 // do it!
6457 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
6458 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
6459 if (NewOp.getNode())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006460 return DAG.getNode(ISD::BITCAST, dl, VT, NewOp);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006461 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
6462 // FIXME: Figure out a cleaner way to do this.
6463 // Try to make use of movq to zero out the top part.
6464 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
6465 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
6466 if (NewOp.getNode()) {
6467 if (isCommutedMOVL(cast<ShuffleVectorSDNode>(NewOp), true, false))
6468 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(0),
6469 DAG, Subtarget, dl);
6470 }
6471 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
6472 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
6473 if (NewOp.getNode() && X86::isMOVLMask(cast<ShuffleVectorSDNode>(NewOp)))
6474 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
6475 DAG, Subtarget, dl);
6476 }
6477 }
6478 return SDValue();
6479}
6480
Dan Gohman475871a2008-07-27 21:46:04 +00006481SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006482X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00006483 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00006484 SDValue V1 = Op.getOperand(0);
6485 SDValue V2 = Op.getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +00006486 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006487 DebugLoc dl = Op.getDebugLoc();
Nate Begeman9008ca62009-04-27 18:41:29 +00006488 unsigned NumElems = VT.getVectorNumElements();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006489 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006490 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
6491 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00006492 bool V1IsSplat = false;
6493 bool V2IsSplat = false;
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006494 bool HasSSE2 = Subtarget->hasSSE2() || Subtarget->hasAVX();
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00006495 bool HasSSE3 = Subtarget->hasSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00006496 bool HasSSSE3 = Subtarget->hasSSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006497 MachineFunction &MF = DAG.getMachineFunction();
6498 bool OptForSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006499
Dale Johannesen0488fb62010-09-30 23:57:10 +00006500 // Shuffle operations on MMX not supported.
6501 if (isMMX)
Bruno Cardoso Lopes58277b12010-09-07 18:41:45 +00006502 return Op;
6503
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006504 // Vector shuffle lowering takes 3 steps:
6505 //
6506 // 1) Normalize the input vectors. Here splats, zeroed vectors, profitable
6507 // narrowing and commutation of operands should be handled.
6508 // 2) Matching of shuffles with known shuffle masks to x86 target specific
6509 // shuffle nodes.
6510 // 3) Rewriting of unmatched masks into new generic shuffle operations,
6511 // so the shuffle can be broken into other shuffles and the legalizer can
6512 // try the lowering again.
6513 //
6514 // The general ideia is that no vector_shuffle operation should be left to
6515 // be matched during isel, all of them must be converted to a target specific
6516 // node here.
Bruno Cardoso Lopes0d1340b2010-09-07 20:20:27 +00006517
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006518 // Normalize the input vectors. Here splats, zeroed vectors, profitable
6519 // narrowing and commutation of operands should be handled. The actual code
6520 // doesn't include all of those, work in progress...
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006521 SDValue NewOp = NormalizeVectorShuffle(Op, DAG, *this, Subtarget);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006522 if (NewOp.getNode())
6523 return NewOp;
Eric Christopherfd179292009-08-27 18:07:15 +00006524
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006525 // NOTE: isPSHUFDMask can also match both masks below (unpckl_undef and
6526 // unpckh_undef). Only use pshufd if speed is more important than size.
6527 if (OptForSize && X86::isUNPCKL_v_undef_Mask(SVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006528 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006529 if (OptForSize && X86::isUNPCKH_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00006530 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00006531
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006532 if (X86::isMOVDDUPMask(SVOp) && HasSSE3 && V2IsUndef &&
Dale Johannesen0488fb62010-09-30 23:57:10 +00006533 RelaxedMayFoldVectorLoad(V1))
Evan Cheng835580f2010-10-07 20:50:20 +00006534 return getMOVDDup(Op, dl, V1, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006535
Dale Johannesen0488fb62010-09-30 23:57:10 +00006536 if (X86::isMOVHLPS_v_undef_Mask(SVOp))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006537 return getMOVHighToLow(Op, dl, DAG);
6538
6539 // Use to match splats
6540 if (HasSSE2 && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
6541 (VT == MVT::v2f64 || VT == MVT::v2i64))
6542 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
6543
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006544 if (X86::isPSHUFDMask(SVOp)) {
6545 // The actual implementation will match the mask in the if above and then
6546 // during isel it can match several different instructions, not only pshufd
6547 // as its name says, sad but true, emulate the behavior for now...
6548 if (X86::isMOVDDUPMask(SVOp) && ((VT == MVT::v4f32 || VT == MVT::v2i64)))
6549 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V1, DAG);
6550
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006551 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
6552
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006553 if (HasSSE2 && (VT == MVT::v4f32 || VT == MVT::v4i32))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006554 return getTargetShuffleNode(X86ISD::PSHUFD, dl, VT, V1, TargetMask, DAG);
6555
Bruno Cardoso Lopes07b7f672011-08-25 02:58:26 +00006556 return getTargetShuffleNode(getSHUFPOpcode(VT), dl, VT, V1, V1,
6557 TargetMask, DAG);
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006558 }
Eric Christopherfd179292009-08-27 18:07:15 +00006559
Evan Chengf26ffe92008-05-29 08:22:04 +00006560 // Check if this can be converted into a logical shift.
6561 bool isLeft = false;
6562 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00006563 SDValue ShVal;
Nate Begeman9008ca62009-04-27 18:41:29 +00006564 bool isShift = getSubtarget()->hasSSE2() &&
Evan Chengc3630942009-12-09 21:00:30 +00006565 isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
Evan Chengf26ffe92008-05-29 08:22:04 +00006566 if (isShift && ShVal.hasOneUse()) {
Scott Michelfdc40a02009-02-17 22:15:04 +00006567 // If the shifted value has multiple uses, it may be cheaper to use
Evan Chengf26ffe92008-05-29 08:22:04 +00006568 // v_set0 + movlhps or movhlps, etc.
Dan Gohman8a55ce42009-09-23 21:02:20 +00006569 EVT EltVT = VT.getVectorElementType();
6570 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00006571 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00006572 }
Eric Christopherfd179292009-08-27 18:07:15 +00006573
Nate Begeman9008ca62009-04-27 18:41:29 +00006574 if (X86::isMOVLMask(SVOp)) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00006575 if (V1IsUndef)
6576 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00006577 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00006578 return getVZextMovL(VT, VT, V2, DAG, Subtarget, dl);
Dale Johannesen0488fb62010-09-30 23:57:10 +00006579 if (!X86::isMOVLPMask(SVOp)) {
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006580 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00006581 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
6582
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006583 if (VT == MVT::v4i32 || VT == MVT::v4f32)
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00006584 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
6585 }
Evan Cheng7e2ff772008-05-08 00:57:18 +00006586 }
Eric Christopherfd179292009-08-27 18:07:15 +00006587
Nate Begeman9008ca62009-04-27 18:41:29 +00006588 // FIXME: fold these into legal mask.
Dale Johannesen0488fb62010-09-30 23:57:10 +00006589 if (X86::isMOVLHPSMask(SVOp) && !X86::isUNPCKLMask(SVOp))
6590 return getMOVLowToHigh(Op, dl, DAG, HasSSE2);
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00006591
Dale Johannesen0488fb62010-09-30 23:57:10 +00006592 if (X86::isMOVHLPSMask(SVOp))
6593 return getMOVHighToLow(Op, dl, DAG);
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00006594
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00006595 if (X86::isMOVSHDUPMask(SVOp, Subtarget))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006596 return getTargetShuffleNode(X86ISD::MOVSHDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00006597
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00006598 if (X86::isMOVSLDUPMask(SVOp, Subtarget))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006599 return getTargetShuffleNode(X86ISD::MOVSLDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00006600
Dale Johannesen0488fb62010-09-30 23:57:10 +00006601 if (X86::isMOVLPMask(SVOp))
6602 return getMOVLP(Op, dl, DAG, HasSSE2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006603
Nate Begeman9008ca62009-04-27 18:41:29 +00006604 if (ShouldXformToMOVHLPS(SVOp) ||
6605 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), SVOp))
6606 return CommuteVectorShuffle(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006607
Evan Chengf26ffe92008-05-29 08:22:04 +00006608 if (isShift) {
6609 // No better options. Use a vshl / vsrl.
Dan Gohman8a55ce42009-09-23 21:02:20 +00006610 EVT EltVT = VT.getVectorElementType();
6611 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00006612 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00006613 }
Eric Christopherfd179292009-08-27 18:07:15 +00006614
Evan Cheng9eca5e82006-10-25 21:49:50 +00006615 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00006616 // FIXME: This should also accept a bitcast of a splat? Be careful, not
6617 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00006618 V1IsSplat = isSplatVector(V1.getNode());
6619 V2IsSplat = isSplatVector(V2.getNode());
Scott Michelfdc40a02009-02-17 22:15:04 +00006620
Chris Lattner8a594482007-11-25 00:24:49 +00006621 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00006622 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Nate Begeman9008ca62009-04-27 18:41:29 +00006623 Op = CommuteVectorShuffle(SVOp, DAG);
6624 SVOp = cast<ShuffleVectorSDNode>(Op);
6625 V1 = SVOp->getOperand(0);
6626 V2 = SVOp->getOperand(1);
Evan Cheng9bbbb982006-10-25 20:48:19 +00006627 std::swap(V1IsSplat, V2IsSplat);
6628 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00006629 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00006630 }
6631
Nate Begeman9008ca62009-04-27 18:41:29 +00006632 if (isCommutedMOVL(SVOp, V2IsSplat, V2IsUndef)) {
6633 // Shuffling low element of v1 into undef, just return v1.
Eric Christopherfd179292009-08-27 18:07:15 +00006634 if (V2IsUndef)
Nate Begeman9008ca62009-04-27 18:41:29 +00006635 return V1;
6636 // If V2 is a splat, the mask may be malformed such as <4,3,3,3>, which
6637 // the instruction selector will not match, so get a canonical MOVL with
6638 // swapped operands to undo the commute.
6639 return getMOVL(DAG, dl, VT, V2, V1);
Evan Chengd9b8e402006-10-16 06:36:00 +00006640 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006641
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006642 if (X86::isUNPCKLMask(SVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006643 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V1, V2, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006644
6645 if (X86::isUNPCKHMask(SVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006646 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V2, DAG);
Evan Chenge1113032006-10-04 18:33:38 +00006647
Evan Cheng9bbbb982006-10-25 20:48:19 +00006648 if (V2IsSplat) {
6649 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00006650 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00006651 // new vector_shuffle with the corrected mask.
Nate Begeman9008ca62009-04-27 18:41:29 +00006652 SDValue NewMask = NormalizeMask(SVOp, DAG);
6653 ShuffleVectorSDNode *NSVOp = cast<ShuffleVectorSDNode>(NewMask);
6654 if (NSVOp != SVOp) {
6655 if (X86::isUNPCKLMask(NSVOp, true)) {
6656 return NewMask;
6657 } else if (X86::isUNPCKHMask(NSVOp, true)) {
6658 return NewMask;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006659 }
6660 }
6661 }
6662
Evan Cheng9eca5e82006-10-25 21:49:50 +00006663 if (Commuted) {
6664 // Commute is back and try unpck* again.
Nate Begeman9008ca62009-04-27 18:41:29 +00006665 // FIXME: this seems wrong.
6666 SDValue NewOp = CommuteVectorShuffle(SVOp, DAG);
6667 ShuffleVectorSDNode *NewSVOp = cast<ShuffleVectorSDNode>(NewOp);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006668
6669 if (X86::isUNPCKLMask(NewSVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006670 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V2, V1, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006671
6672 if (X86::isUNPCKHMask(NewSVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006673 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V2, V1, DAG);
Evan Cheng9eca5e82006-10-25 21:49:50 +00006674 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006675
Nate Begeman9008ca62009-04-27 18:41:29 +00006676 // Normalize the node to match x86 shuffle ops if needed
Dale Johannesen0488fb62010-09-30 23:57:10 +00006677 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(SVOp))
Nate Begeman9008ca62009-04-27 18:41:29 +00006678 return CommuteVectorShuffle(SVOp, DAG);
6679
Bruno Cardoso Lopes7256e222010-09-03 23:24:06 +00006680 // The checks below are all present in isShuffleMaskLegal, but they are
6681 // inlined here right now to enable us to directly emit target specific
6682 // nodes, and remove one by one until they don't return Op anymore.
6683 SmallVector<int, 16> M;
6684 SVOp->getMask(M);
6685
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00006686 if (isPALIGNRMask(M, VT, HasSSSE3))
6687 return getTargetShuffleNode(X86ISD::PALIGN, dl, VT, V1, V2,
6688 X86::getShufflePALIGNRImmediate(SVOp),
6689 DAG);
6690
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00006691 if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
6692 SVOp->getSplatIndex() == 0 && V2IsUndef) {
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00006693 if (VT == MVT::v2f64)
6694 return getTargetShuffleNode(X86ISD::UNPCKLPD, dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00006695 if (VT == MVT::v2i64)
6696 return getTargetShuffleNode(X86ISD::PUNPCKLQDQ, dl, VT, V1, V1, DAG);
6697 }
6698
Bruno Cardoso Lopesbbfc3102010-09-04 01:36:45 +00006699 if (isPSHUFHWMask(M, VT))
6700 return getTargetShuffleNode(X86ISD::PSHUFHW, dl, VT, V1,
6701 X86::getShufflePSHUFHWImmediate(SVOp),
6702 DAG);
6703
6704 if (isPSHUFLWMask(M, VT))
6705 return getTargetShuffleNode(X86ISD::PSHUFLW, dl, VT, V1,
6706 X86::getShufflePSHUFLWImmediate(SVOp),
6707 DAG);
6708
Bruno Cardoso Lopes07b7f672011-08-25 02:58:26 +00006709 if (isSHUFPMask(M, VT))
6710 return getTargetShuffleNode(getSHUFPOpcode(VT), dl, VT, V1, V2,
6711 X86::getShuffleSHUFImmediate(SVOp), DAG);
Bruno Cardoso Lopes4c827f52010-09-04 01:22:57 +00006712
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006713 if (X86::isUNPCKL_v_undef_Mask(SVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006714 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006715 if (X86::isUNPCKH_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00006716 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006717
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006718 //===--------------------------------------------------------------------===//
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00006719 // Generate target specific nodes for 128 or 256-bit shuffles only
6720 // supported in the AVX instruction set.
6721 //
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006722
Bruno Cardoso Lopes6292ece2011-08-25 21:40:37 +00006723 // Handle VMOVDDUPY permutations
6724 if (isMOVDDUPYMask(SVOp, Subtarget))
6725 return getTargetShuffleNode(X86ISD::MOVDDUP, dl, VT, V1, DAG);
6726
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00006727 // Handle VPERMILPS* permutations
6728 if (isVPERMILPSMask(M, VT, Subtarget))
6729 return getTargetShuffleNode(getVPERMILOpcode(VT), dl, VT, V1,
6730 getShuffleVPERMILPSImmediate(SVOp), DAG);
6731
6732 // Handle VPERMILPD* permutations
6733 if (isVPERMILPDMask(M, VT, Subtarget))
6734 return getTargetShuffleNode(getVPERMILOpcode(VT), dl, VT, V1,
6735 getShuffleVPERMILPDImmediate(SVOp), DAG);
6736
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +00006737 // Handle VPERM2F128 permutations
6738 if (isVPERM2F128Mask(M, VT, Subtarget))
6739 return getTargetShuffleNode(X86ISD::VPERM2F128, dl, VT, V1, V2,
6740 getShuffleVPERM2F128Immediate(SVOp), DAG);
6741
Bruno Cardoso Lopes07b7f672011-08-25 02:58:26 +00006742 // Handle VSHUFPSY permutations
6743 if (isVSHUFPSYMask(M, VT, Subtarget))
6744 return getTargetShuffleNode(getSHUFPOpcode(VT), dl, VT, V1, V2,
6745 getShuffleVSHUFPSYImmediate(SVOp), DAG);
6746
6747 // Handle VSHUFPDY permutations
6748 if (isVSHUFPDYMask(M, VT, Subtarget))
6749 return getTargetShuffleNode(getSHUFPOpcode(VT), dl, VT, V1, V2,
6750 getShuffleVSHUFPDYImmediate(SVOp), DAG);
6751
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00006752 //===--------------------------------------------------------------------===//
6753 // Since no target specific shuffle was selected for this generic one,
6754 // lower it into other known shuffles. FIXME: this isn't true yet, but
6755 // this is the plan.
6756 //
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00006757
Bruno Cardoso Lopes9b4ad122011-07-27 00:56:37 +00006758 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
6759 if (VT == MVT::v8i16) {
6760 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(Op, DAG);
6761 if (NewOp.getNode())
6762 return NewOp;
6763 }
6764
6765 if (VT == MVT::v16i8) {
6766 SDValue NewOp = LowerVECTOR_SHUFFLEv16i8(SVOp, DAG, *this);
6767 if (NewOp.getNode())
6768 return NewOp;
6769 }
6770
6771 // Handle all 128-bit wide vectors with 4 elements, and match them with
6772 // several different shuffle types.
6773 if (NumElems == 4 && VT.getSizeInBits() == 128)
6774 return LowerVECTOR_SHUFFLE_128v4(SVOp, DAG);
6775
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006776 // Handle general 256-bit shuffles
6777 if (VT.is256BitVector())
6778 return LowerVECTOR_SHUFFLE_256(SVOp, DAG);
6779
Dan Gohman475871a2008-07-27 21:46:04 +00006780 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006781}
6782
Dan Gohman475871a2008-07-27 21:46:04 +00006783SDValue
6784X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00006785 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006786 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006787 DebugLoc dl = Op.getDebugLoc();
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006788
6789 if (Op.getOperand(0).getValueType().getSizeInBits() != 128)
6790 return SDValue();
6791
Duncan Sands83ec4b62008-06-06 12:08:01 +00006792 if (VT.getSizeInBits() == 8) {
Owen Anderson825b72b2009-08-11 20:47:22 +00006793 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006794 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00006795 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006796 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006797 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006798 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00006799 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
6800 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
6801 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006802 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6803 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006804 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006805 MVT::v4i32,
Evan Cheng52ceafa2009-01-02 05:29:08 +00006806 Op.getOperand(0)),
6807 Op.getOperand(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006808 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006809 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00006810 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006811 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006812 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Owen Anderson825b72b2009-08-11 20:47:22 +00006813 } else if (VT == MVT::f32) {
Evan Cheng62a3f152008-03-24 21:52:23 +00006814 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
6815 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00006816 // result has a single use which is a store or a bitcast to i32. And in
6817 // the case of a store, it's not worth it if the index is a constant 0,
6818 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00006819 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00006820 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00006821 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00006822 if ((User->getOpcode() != ISD::STORE ||
6823 (isa<ConstantSDNode>(Op.getOperand(1)) &&
6824 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006825 (User->getOpcode() != ISD::BITCAST ||
Owen Anderson825b72b2009-08-11 20:47:22 +00006826 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00006827 return SDValue();
Owen Anderson825b72b2009-08-11 20:47:22 +00006828 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006829 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32,
Dale Johannesenace16102009-02-03 19:33:06 +00006830 Op.getOperand(0)),
6831 Op.getOperand(1));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006832 return DAG.getNode(ISD::BITCAST, dl, MVT::f32, Extract);
Owen Anderson825b72b2009-08-11 20:47:22 +00006833 } else if (VT == MVT::i32) {
Mon P Wangf0fcdd82009-01-15 21:10:20 +00006834 // ExtractPS works with constant index.
6835 if (isa<ConstantSDNode>(Op.getOperand(1)))
6836 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006837 }
Dan Gohman475871a2008-07-27 21:46:04 +00006838 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006839}
6840
6841
Dan Gohman475871a2008-07-27 21:46:04 +00006842SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006843X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
6844 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006845 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00006846 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006847
David Greene74a579d2011-02-10 16:57:36 +00006848 SDValue Vec = Op.getOperand(0);
6849 EVT VecVT = Vec.getValueType();
6850
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006851 // If this is a 256-bit vector result, first extract the 128-bit vector and
6852 // then extract the element from the 128-bit vector.
6853 if (VecVT.getSizeInBits() == 256) {
David Greene74a579d2011-02-10 16:57:36 +00006854 DebugLoc dl = Op.getNode()->getDebugLoc();
6855 unsigned NumElems = VecVT.getVectorNumElements();
6856 SDValue Idx = Op.getOperand(1);
David Greene74a579d2011-02-10 16:57:36 +00006857 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6858
6859 // Get the 128-bit vector.
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006860 bool Upper = IdxVal >= NumElems/2;
6861 Vec = Extract128BitVector(Vec,
6862 DAG.getConstant(Upper ? NumElems/2 : 0, MVT::i32), DAG, dl);
David Greene74a579d2011-02-10 16:57:36 +00006863
David Greene74a579d2011-02-10 16:57:36 +00006864 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Vec,
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006865 Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : Idx);
David Greene74a579d2011-02-10 16:57:36 +00006866 }
6867
6868 assert(Vec.getValueSizeInBits() <= 128 && "Unexpected vector length");
6869
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006870 if (Subtarget->hasSSE41() || Subtarget->hasAVX()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006871 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00006872 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00006873 return Res;
6874 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00006875
Owen Andersone50ed302009-08-10 22:56:29 +00006876 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006877 DebugLoc dl = Op.getDebugLoc();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006878 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006879 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00006880 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006881 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00006882 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006883 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6884 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006885 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006886 MVT::v4i32, Vec),
Evan Cheng14b32e12007-12-11 01:46:18 +00006887 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006888 // Transform it so it match pextrw which produces a 32-bit result.
Ken Dyck70d0ef12009-12-17 15:31:52 +00006889 EVT EltVT = MVT::i32;
Dan Gohman8a55ce42009-09-23 21:02:20 +00006890 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006891 Op.getOperand(0), Op.getOperand(1));
Dan Gohman8a55ce42009-09-23 21:02:20 +00006892 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006893 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006894 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006895 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006896 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006897 if (Idx == 0)
6898 return Op;
Eric Christopherfd179292009-08-27 18:07:15 +00006899
Evan Cheng0db9fe62006-04-25 20:13:52 +00006900 // SHUFPS the element to the lowest double word, then movss.
Jeffrey Yasskina44defe2011-07-27 06:22:51 +00006901 int Mask[4] = { static_cast<int>(Idx), -1, -1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006902 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006903 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006904 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006905 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006906 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00006907 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006908 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
6909 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
6910 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006911 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006912 if (Idx == 0)
6913 return Op;
6914
6915 // UNPCKHPD the element to the lowest double word, then movsd.
6916 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
6917 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Nate Begeman9008ca62009-04-27 18:41:29 +00006918 int Mask[2] = { 1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006919 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006920 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006921 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006922 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006923 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006924 }
6925
Dan Gohman475871a2008-07-27 21:46:04 +00006926 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006927}
6928
Dan Gohman475871a2008-07-27 21:46:04 +00006929SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006930X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op,
6931 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006932 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006933 EVT EltVT = VT.getVectorElementType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006934 DebugLoc dl = Op.getDebugLoc();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006935
Dan Gohman475871a2008-07-27 21:46:04 +00006936 SDValue N0 = Op.getOperand(0);
6937 SDValue N1 = Op.getOperand(1);
6938 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00006939
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006940 if (VT.getSizeInBits() == 256)
6941 return SDValue();
6942
Dan Gohman8a55ce42009-09-23 21:02:20 +00006943 if ((EltVT.getSizeInBits() == 8 || EltVT.getSizeInBits() == 16) &&
Dan Gohmanef521f12008-08-14 22:53:18 +00006944 isa<ConstantSDNode>(N2)) {
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006945 unsigned Opc;
6946 if (VT == MVT::v8i16)
6947 Opc = X86ISD::PINSRW;
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006948 else if (VT == MVT::v16i8)
6949 Opc = X86ISD::PINSRB;
6950 else
6951 Opc = X86ISD::PINSRB;
6952
Nate Begeman14d12ca2008-02-11 04:19:36 +00006953 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
6954 // argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006955 if (N1.getValueType() != MVT::i32)
6956 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6957 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006958 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00006959 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006960 } else if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006961 // Bits [7:6] of the constant are the source select. This will always be
6962 // zero here. The DAG Combiner may combine an extract_elt index into these
6963 // bits. For example (insert (extract, 3), 2) could be matched by putting
6964 // the '3' into bits [7:6] of X86ISD::INSERTPS.
Scott Michelfdc40a02009-02-17 22:15:04 +00006965 // Bits [5:4] of the constant are the destination select. This is the
Nate Begeman14d12ca2008-02-11 04:19:36 +00006966 // value of the incoming immediate.
Scott Michelfdc40a02009-02-17 22:15:04 +00006967 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
Nate Begeman14d12ca2008-02-11 04:19:36 +00006968 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006969 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Eric Christopherfbd66872009-07-24 00:33:09 +00006970 // Create this as a scalar to vector..
Owen Anderson825b72b2009-08-11 20:47:22 +00006971 N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
Dale Johannesenace16102009-02-03 19:33:06 +00006972 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006973 } else if (EltVT == MVT::i32 && isa<ConstantSDNode>(N2)) {
Eric Christopherfbd66872009-07-24 00:33:09 +00006974 // PINSR* works with constant index.
6975 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006976 }
Dan Gohman475871a2008-07-27 21:46:04 +00006977 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006978}
6979
Dan Gohman475871a2008-07-27 21:46:04 +00006980SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006981X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006982 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006983 EVT EltVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006984
David Greene6b381262011-02-09 15:32:06 +00006985 DebugLoc dl = Op.getDebugLoc();
6986 SDValue N0 = Op.getOperand(0);
6987 SDValue N1 = Op.getOperand(1);
6988 SDValue N2 = Op.getOperand(2);
6989
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006990 // If this is a 256-bit vector result, first extract the 128-bit vector,
6991 // insert the element into the extracted half and then place it back.
6992 if (VT.getSizeInBits() == 256) {
David Greene6b381262011-02-09 15:32:06 +00006993 if (!isa<ConstantSDNode>(N2))
6994 return SDValue();
6995
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006996 // Get the desired 128-bit vector half.
David Greene6b381262011-02-09 15:32:06 +00006997 unsigned NumElems = VT.getVectorNumElements();
6998 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006999 bool Upper = IdxVal >= NumElems/2;
7000 SDValue Ins128Idx = DAG.getConstant(Upper ? NumElems/2 : 0, MVT::i32);
7001 SDValue V = Extract128BitVector(N0, Ins128Idx, DAG, dl);
David Greene6b381262011-02-09 15:32:06 +00007002
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00007003 // Insert the element into the desired half.
7004 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, V.getValueType(), V,
7005 N1, Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : N2);
David Greene6b381262011-02-09 15:32:06 +00007006
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00007007 // Insert the changed part back to the 256-bit vector
7008 return Insert128BitVector(N0, V, Ins128Idx, DAG, dl);
David Greene6b381262011-02-09 15:32:06 +00007009 }
7010
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00007011 if (Subtarget->hasSSE41() || Subtarget->hasAVX())
Nate Begeman14d12ca2008-02-11 04:19:36 +00007012 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
7013
Dan Gohman8a55ce42009-09-23 21:02:20 +00007014 if (EltVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00007015 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00007016
Dan Gohman8a55ce42009-09-23 21:02:20 +00007017 if (EltVT.getSizeInBits() == 16 && isa<ConstantSDNode>(N2)) {
Evan Cheng794405e2007-12-12 07:55:34 +00007018 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
7019 // as its second argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00007020 if (N1.getValueType() != MVT::i32)
7021 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
7022 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00007023 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesen0488fb62010-09-30 23:57:10 +00007024 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007025 }
Dan Gohman475871a2008-07-27 21:46:04 +00007026 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007027}
7028
Dan Gohman475871a2008-07-27 21:46:04 +00007029SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00007030X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00007031 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007032 DebugLoc dl = Op.getDebugLoc();
David Greene2fcdfb42011-02-10 23:11:29 +00007033 EVT OpVT = Op.getValueType();
7034
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00007035 // If this is a 256-bit vector result, first insert into a 128-bit
7036 // vector and then insert into the 256-bit vector.
7037 if (OpVT.getSizeInBits() > 128) {
7038 // Insert into a 128-bit vector.
7039 EVT VT128 = EVT::getVectorVT(*Context,
7040 OpVT.getVectorElementType(),
7041 OpVT.getVectorNumElements() / 2);
7042
7043 Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0));
7044
7045 // Insert the 128-bit vector.
7046 return Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, OpVT), Op,
7047 DAG.getConstant(0, MVT::i32),
7048 DAG, dl);
7049 }
7050
Chris Lattnerf172ecd2010-07-04 23:07:25 +00007051 if (Op.getValueType() == MVT::v1i64 &&
7052 Op.getOperand(0).getValueType() == MVT::i64)
Owen Anderson825b72b2009-08-11 20:47:22 +00007053 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v1i64, Op.getOperand(0));
Rafael Espindoladef390a2009-08-03 02:45:34 +00007054
Owen Anderson825b72b2009-08-11 20:47:22 +00007055 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
Dale Johannesen0488fb62010-09-30 23:57:10 +00007056 assert(Op.getValueType().getSimpleVT().getSizeInBits() == 128 &&
7057 "Expected an SSE type!");
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007058 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(),
Dale Johannesen0488fb62010-09-30 23:57:10 +00007059 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00007060}
7061
David Greene91585092011-01-26 15:38:49 +00007062// Lower a node with an EXTRACT_SUBVECTOR opcode. This may result in
7063// a simple subregister reference or explicit instructions to grab
7064// upper bits of a vector.
7065SDValue
7066X86TargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
7067 if (Subtarget->hasAVX()) {
David Greenea5f26012011-02-07 19:36:54 +00007068 DebugLoc dl = Op.getNode()->getDebugLoc();
7069 SDValue Vec = Op.getNode()->getOperand(0);
7070 SDValue Idx = Op.getNode()->getOperand(1);
7071
7072 if (Op.getNode()->getValueType(0).getSizeInBits() == 128
7073 && Vec.getNode()->getValueType(0).getSizeInBits() == 256) {
7074 return Extract128BitVector(Vec, Idx, DAG, dl);
7075 }
David Greene91585092011-01-26 15:38:49 +00007076 }
7077 return SDValue();
7078}
7079
David Greenecfe33c42011-01-26 19:13:22 +00007080// Lower a node with an INSERT_SUBVECTOR opcode. This may result in a
7081// simple superregister reference or explicit instructions to insert
7082// the upper bits of a vector.
7083SDValue
7084X86TargetLowering::LowerINSERT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
7085 if (Subtarget->hasAVX()) {
7086 DebugLoc dl = Op.getNode()->getDebugLoc();
7087 SDValue Vec = Op.getNode()->getOperand(0);
7088 SDValue SubVec = Op.getNode()->getOperand(1);
7089 SDValue Idx = Op.getNode()->getOperand(2);
7090
7091 if (Op.getNode()->getValueType(0).getSizeInBits() == 256
7092 && SubVec.getNode()->getValueType(0).getSizeInBits() == 128) {
David Greenea5f26012011-02-07 19:36:54 +00007093 return Insert128BitVector(Vec, SubVec, Idx, DAG, dl);
David Greenecfe33c42011-01-26 19:13:22 +00007094 }
7095 }
7096 return SDValue();
7097}
7098
Bill Wendling056292f2008-09-16 21:48:12 +00007099// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
7100// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
7101// one of the above mentioned nodes. It has to be wrapped because otherwise
7102// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
7103// be used to form addressing mode. These wrapped nodes will be selected
7104// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00007105SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00007106X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00007107 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00007108
Chris Lattner41621a22009-06-26 19:22:52 +00007109 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
7110 // global base reg.
7111 unsigned char OpFlag = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00007112 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007113 CodeModel::Model M = getTargetMachine().getCodeModel();
7114
Chris Lattner4f066492009-07-11 20:29:19 +00007115 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007116 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00007117 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00007118 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00007119 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00007120 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00007121 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00007122
Evan Cheng1606e8e2009-03-13 07:51:59 +00007123 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
Chris Lattner41621a22009-06-26 19:22:52 +00007124 CP->getAlignment(),
7125 CP->getOffset(), OpFlag);
7126 DebugLoc DL = CP->getDebugLoc();
Chris Lattner18c59872009-06-27 04:16:01 +00007127 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00007128 // With PIC, the address is actually $g + Offset.
Chris Lattner41621a22009-06-26 19:22:52 +00007129 if (OpFlag) {
7130 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00007131 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00007132 DebugLoc(), getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00007133 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007134 }
7135
7136 return Result;
7137}
7138
Dan Gohmand858e902010-04-17 15:26:15 +00007139SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00007140 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00007141
Chris Lattner18c59872009-06-27 04:16:01 +00007142 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
7143 // global base reg.
7144 unsigned char OpFlag = 0;
7145 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007146 CodeModel::Model M = getTargetMachine().getCodeModel();
7147
Chris Lattner4f066492009-07-11 20:29:19 +00007148 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007149 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00007150 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00007151 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00007152 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00007153 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00007154 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00007155
Chris Lattner18c59872009-06-27 04:16:01 +00007156 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy(),
7157 OpFlag);
7158 DebugLoc DL = JT->getDebugLoc();
7159 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00007160
Chris Lattner18c59872009-06-27 04:16:01 +00007161 // With PIC, the address is actually $g + Offset.
Chris Lattner1e61e692010-11-15 02:46:57 +00007162 if (OpFlag)
Chris Lattner18c59872009-06-27 04:16:01 +00007163 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
7164 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00007165 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00007166 Result);
Eric Christopherfd179292009-08-27 18:07:15 +00007167
Chris Lattner18c59872009-06-27 04:16:01 +00007168 return Result;
7169}
7170
7171SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00007172X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00007173 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
Eric Christopherfd179292009-08-27 18:07:15 +00007174
Chris Lattner18c59872009-06-27 04:16:01 +00007175 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
7176 // global base reg.
7177 unsigned char OpFlag = 0;
7178 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007179 CodeModel::Model M = getTargetMachine().getCodeModel();
7180
Chris Lattner4f066492009-07-11 20:29:19 +00007181 if (Subtarget->isPICStyleRIPRel() &&
Eli Friedman586272d2011-08-11 01:48:05 +00007182 (M == CodeModel::Small || M == CodeModel::Kernel)) {
7183 if (Subtarget->isTargetDarwin() || Subtarget->isTargetELF())
7184 OpFlag = X86II::MO_GOTPCREL;
Chris Lattnere4df7562009-07-09 03:15:51 +00007185 WrapperKind = X86ISD::WrapperRIP;
Eli Friedman586272d2011-08-11 01:48:05 +00007186 } else if (Subtarget->isPICStyleGOT()) {
7187 OpFlag = X86II::MO_GOT;
7188 } else if (Subtarget->isPICStyleStubPIC()) {
7189 OpFlag = X86II::MO_DARWIN_NONLAZY_PIC_BASE;
7190 } else if (Subtarget->isPICStyleStubNoDynamic()) {
7191 OpFlag = X86II::MO_DARWIN_NONLAZY;
7192 }
Eric Christopherfd179292009-08-27 18:07:15 +00007193
Chris Lattner18c59872009-06-27 04:16:01 +00007194 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlag);
Eric Christopherfd179292009-08-27 18:07:15 +00007195
Chris Lattner18c59872009-06-27 04:16:01 +00007196 DebugLoc DL = Op.getDebugLoc();
7197 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00007198
7199
Chris Lattner18c59872009-06-27 04:16:01 +00007200 // With PIC, the address is actually $g + Offset.
7201 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattnere4df7562009-07-09 03:15:51 +00007202 !Subtarget->is64Bit()) {
Chris Lattner18c59872009-06-27 04:16:01 +00007203 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
7204 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00007205 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00007206 Result);
7207 }
Eric Christopherfd179292009-08-27 18:07:15 +00007208
Eli Friedman586272d2011-08-11 01:48:05 +00007209 // For symbols that require a load from a stub to get the address, emit the
7210 // load.
7211 if (isGlobalStubReference(OpFlag))
7212 Result = DAG.getLoad(getPointerTy(), DL, DAG.getEntryNode(), Result,
7213 MachinePointerInfo::getGOT(), false, false, 0);
7214
Chris Lattner18c59872009-06-27 04:16:01 +00007215 return Result;
7216}
7217
Dan Gohman475871a2008-07-27 21:46:04 +00007218SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00007219X86TargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman29cbade2009-11-20 23:18:13 +00007220 // Create the TargetBlockAddressAddress node.
7221 unsigned char OpFlags =
7222 Subtarget->ClassifyBlockAddressReference();
Dan Gohmanf705adb2009-10-30 01:28:02 +00007223 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman46510a72010-04-15 01:51:59 +00007224 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
Dan Gohman29cbade2009-11-20 23:18:13 +00007225 DebugLoc dl = Op.getDebugLoc();
7226 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(),
7227 /*isTarget=*/true, OpFlags);
7228
Dan Gohmanf705adb2009-10-30 01:28:02 +00007229 if (Subtarget->isPICStyleRIPRel() &&
7230 (M == CodeModel::Small || M == CodeModel::Kernel))
Dan Gohman29cbade2009-11-20 23:18:13 +00007231 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
7232 else
7233 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohmanf705adb2009-10-30 01:28:02 +00007234
Dan Gohman29cbade2009-11-20 23:18:13 +00007235 // With PIC, the address is actually $g + Offset.
7236 if (isGlobalRelativeToPICBase(OpFlags)) {
7237 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
7238 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
7239 Result);
7240 }
Dan Gohmanf705adb2009-10-30 01:28:02 +00007241
7242 return Result;
7243}
7244
7245SDValue
Dale Johannesen33c960f2009-02-04 20:06:27 +00007246X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
Dan Gohman6520e202008-10-18 02:06:02 +00007247 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00007248 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00007249 // Create the TargetGlobalAddress node, folding in the constant
7250 // offset if it is legal.
Chris Lattnerd392bd92009-07-10 07:20:05 +00007251 unsigned char OpFlags =
7252 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007253 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman6520e202008-10-18 02:06:02 +00007254 SDValue Result;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007255 if (OpFlags == X86II::MO_NO_FLAG &&
7256 X86::isOffsetSuitableForCodeModel(Offset, M)) {
Chris Lattner4aa21aa2009-07-09 00:58:53 +00007257 // A direct static reference to a global.
Devang Patel0d881da2010-07-06 22:08:15 +00007258 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
Dan Gohman6520e202008-10-18 02:06:02 +00007259 Offset = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00007260 } else {
Devang Patel0d881da2010-07-06 22:08:15 +00007261 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00007262 }
Eric Christopherfd179292009-08-27 18:07:15 +00007263
Chris Lattner4f066492009-07-11 20:29:19 +00007264 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00007265 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattner18c59872009-06-27 04:16:01 +00007266 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
7267 else
7268 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00007269
Anton Korobeynikov7f705592007-01-12 19:20:47 +00007270 // With PIC, the address is actually $g + Offset.
Chris Lattner36c25012009-07-10 07:34:39 +00007271 if (isGlobalRelativeToPICBase(OpFlags)) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00007272 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
7273 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00007274 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007275 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007276
Chris Lattner36c25012009-07-10 07:34:39 +00007277 // For globals that require a load from a stub to get the address, emit the
7278 // load.
7279 if (isGlobalStubReference(OpFlags))
Dale Johannesen33c960f2009-02-04 20:06:27 +00007280 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00007281 MachinePointerInfo::getGOT(), false, false, 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007282
Dan Gohman6520e202008-10-18 02:06:02 +00007283 // If there was a non-zero offset that we didn't fold, create an explicit
7284 // addition for it.
7285 if (Offset != 0)
Dale Johannesen33c960f2009-02-04 20:06:27 +00007286 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
Dan Gohman6520e202008-10-18 02:06:02 +00007287 DAG.getConstant(Offset, getPointerTy()));
7288
Evan Cheng0db9fe62006-04-25 20:13:52 +00007289 return Result;
7290}
7291
Evan Chengda43bcf2008-09-24 00:05:32 +00007292SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00007293X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
Evan Chengda43bcf2008-09-24 00:05:32 +00007294 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00007295 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007296 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00007297}
7298
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007299static SDValue
7300GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
Owen Andersone50ed302009-08-10 22:56:29 +00007301 SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
Chris Lattnerb903bed2009-06-26 21:20:29 +00007302 unsigned char OperandFlags) {
Anton Korobeynikov817a4642009-12-11 19:39:55 +00007303 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007304 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007305 DebugLoc dl = GA->getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00007306 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007307 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00007308 GA->getOffset(),
7309 OperandFlags);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007310 if (InFlag) {
7311 SDValue Ops[] = { Chain, TGA, *InFlag };
Rafael Espindola15f1b662009-04-24 12:59:40 +00007312 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 3);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007313 } else {
7314 SDValue Ops[] = { Chain, TGA };
Rafael Espindola15f1b662009-04-24 12:59:40 +00007315 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 2);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007316 }
Anton Korobeynikov817a4642009-12-11 19:39:55 +00007317
7318 // TLSADDR will be codegen'ed as call. Inform MFI that function has calls.
Bill Wendlingb92187a2010-05-14 21:14:32 +00007319 MFI->setAdjustsStack(true);
Anton Korobeynikov817a4642009-12-11 19:39:55 +00007320
Rafael Espindola15f1b662009-04-24 12:59:40 +00007321 SDValue Flag = Chain.getValue(1);
7322 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00007323}
7324
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00007325// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00007326static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00007327LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00007328 const EVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00007329 SDValue InFlag;
Dale Johannesendd64c412009-02-04 00:33:20 +00007330 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
7331 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007332 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00007333 DebugLoc(), PtrVT), InFlag);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007334 InFlag = Chain.getValue(1);
7335
Chris Lattnerb903bed2009-06-26 21:20:29 +00007336 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007337}
7338
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00007339// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00007340static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00007341LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00007342 const EVT PtrVT) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00007343 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT,
7344 X86::RAX, X86II::MO_TLSGD);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00007345}
7346
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007347// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
7348// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00007349static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00007350 const EVT PtrVT, TLSModel::Model model,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00007351 bool is64Bit) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00007352 DebugLoc dl = GA->getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00007353
Chris Lattnerf93b90c2010-09-22 04:39:11 +00007354 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
7355 Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
7356 is64Bit ? 257 : 256));
Rafael Espindola094fad32009-04-08 21:14:34 +00007357
Michael J. Spencerec38de22010-10-10 22:04:20 +00007358 SDValue ThreadPointer = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
Chris Lattnerf93b90c2010-09-22 04:39:11 +00007359 DAG.getIntPtrConstant(0),
7360 MachinePointerInfo(Ptr), false, false, 0);
Rafael Espindola094fad32009-04-08 21:14:34 +00007361
Chris Lattnerb903bed2009-06-26 21:20:29 +00007362 unsigned char OperandFlags = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00007363 // Most TLS accesses are not RIP relative, even on x86-64. One exception is
7364 // initialexec.
7365 unsigned WrapperKind = X86ISD::Wrapper;
7366 if (model == TLSModel::LocalExec) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00007367 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF;
Chris Lattner18c59872009-06-27 04:16:01 +00007368 } else if (is64Bit) {
7369 assert(model == TLSModel::InitialExec);
7370 OperandFlags = X86II::MO_GOTTPOFF;
7371 WrapperKind = X86ISD::WrapperRIP;
7372 } else {
7373 assert(model == TLSModel::InitialExec);
7374 OperandFlags = X86II::MO_INDNTPOFF;
Chris Lattnerb903bed2009-06-26 21:20:29 +00007375 }
Eric Christopherfd179292009-08-27 18:07:15 +00007376
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007377 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
7378 // exec)
Michael J. Spencerec38de22010-10-10 22:04:20 +00007379 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Devang Patel0d881da2010-07-06 22:08:15 +00007380 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00007381 GA->getOffset(), OperandFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00007382 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00007383
Rafael Espindola9a580232009-02-27 13:37:18 +00007384 if (model == TLSModel::InitialExec)
Dale Johannesen33c960f2009-02-04 20:06:27 +00007385 Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00007386 MachinePointerInfo::getGOT(), false, false, 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00007387
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007388 // The address of the thread local variable is the add of the thread
7389 // pointer with the offset of the variable.
Dale Johannesen33c960f2009-02-04 20:06:27 +00007390 return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007391}
7392
Dan Gohman475871a2008-07-27 21:46:04 +00007393SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00007394X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00007395
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007396 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Chris Lattnerb903bed2009-06-26 21:20:29 +00007397 const GlobalValue *GV = GA->getGlobal();
Eric Christopherfd179292009-08-27 18:07:15 +00007398
Eric Christopher30ef0e52010-06-03 04:07:48 +00007399 if (Subtarget->isTargetELF()) {
7400 // TODO: implement the "local dynamic" model
7401 // TODO: implement the "initial exec"model for pic executables
Michael J. Spencerec38de22010-10-10 22:04:20 +00007402
Eric Christopher30ef0e52010-06-03 04:07:48 +00007403 // If GV is an alias then use the aliasee for determining
7404 // thread-localness.
7405 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
7406 GV = GA->resolveAliasedGlobal(false);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007407
7408 TLSModel::Model model
Eric Christopher30ef0e52010-06-03 04:07:48 +00007409 = getTLSModel(GV, getTargetMachine().getRelocationModel());
Michael J. Spencerec38de22010-10-10 22:04:20 +00007410
Eric Christopher30ef0e52010-06-03 04:07:48 +00007411 switch (model) {
7412 case TLSModel::GeneralDynamic:
7413 case TLSModel::LocalDynamic: // not implemented
7414 if (Subtarget->is64Bit())
7415 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
7416 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
Michael J. Spencerec38de22010-10-10 22:04:20 +00007417
Eric Christopher30ef0e52010-06-03 04:07:48 +00007418 case TLSModel::InitialExec:
7419 case TLSModel::LocalExec:
7420 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model,
7421 Subtarget->is64Bit());
7422 }
7423 } else if (Subtarget->isTargetDarwin()) {
7424 // Darwin only has one model of TLS. Lower to that.
7425 unsigned char OpFlag = 0;
7426 unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ?
7427 X86ISD::WrapperRIP : X86ISD::Wrapper;
Michael J. Spencerec38de22010-10-10 22:04:20 +00007428
Eric Christopher30ef0e52010-06-03 04:07:48 +00007429 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
7430 // global base reg.
7431 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) &&
7432 !Subtarget->is64Bit();
7433 if (PIC32)
7434 OpFlag = X86II::MO_TLVP_PIC_BASE;
7435 else
7436 OpFlag = X86II::MO_TLVP;
Michael J. Spencerec38de22010-10-10 22:04:20 +00007437 DebugLoc DL = Op.getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00007438 SDValue Result = DAG.getTargetGlobalAddress(GA->getGlobal(), DL,
Eric Christopherd8c05362010-12-09 06:25:53 +00007439 GA->getValueType(0),
Eric Christopher30ef0e52010-06-03 04:07:48 +00007440 GA->getOffset(), OpFlag);
Eric Christopher30ef0e52010-06-03 04:07:48 +00007441 SDValue Offset = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007442
Eric Christopher30ef0e52010-06-03 04:07:48 +00007443 // With PIC32, the address is actually $g + Offset.
7444 if (PIC32)
7445 Offset = DAG.getNode(ISD::ADD, DL, getPointerTy(),
7446 DAG.getNode(X86ISD::GlobalBaseReg,
7447 DebugLoc(), getPointerTy()),
7448 Offset);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007449
Eric Christopher30ef0e52010-06-03 04:07:48 +00007450 // Lowering the machine isd will make sure everything is in the right
7451 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00007452 SDValue Chain = DAG.getEntryNode();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007453 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Eric Christopherd8c05362010-12-09 06:25:53 +00007454 SDValue Args[] = { Chain, Offset };
7455 Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007456
Eric Christopher30ef0e52010-06-03 04:07:48 +00007457 // TLSCALL will be codegen'ed as call. Inform MFI that function has calls.
7458 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
7459 MFI->setAdjustsStack(true);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007460
Eric Christopher30ef0e52010-06-03 04:07:48 +00007461 // And our return value (tls address) is in the standard call return value
7462 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00007463 unsigned Reg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
7464 return DAG.getCopyFromReg(Chain, DL, Reg, getPointerTy());
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00007465 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00007466
Eric Christopher30ef0e52010-06-03 04:07:48 +00007467 assert(false &&
7468 "TLS not implemented for this target.");
Eric Christopherfd179292009-08-27 18:07:15 +00007469
Torok Edwinc23197a2009-07-14 16:55:14 +00007470 llvm_unreachable("Unreachable");
Chris Lattner5867de12009-04-01 22:14:45 +00007471 return SDValue();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007472}
7473
Evan Cheng0db9fe62006-04-25 20:13:52 +00007474
Nadav Rotem43012222011-05-11 08:12:09 +00007475/// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values and
Scott Michelfdc40a02009-02-17 22:15:04 +00007476/// take a 2 x i32 value to shift plus a shift amount.
Nadav Rotem43012222011-05-11 08:12:09 +00007477SDValue X86TargetLowering::LowerShiftParts(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman4c1fa612008-03-03 22:22:09 +00007478 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Owen Andersone50ed302009-08-10 22:56:29 +00007479 EVT VT = Op.getValueType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00007480 unsigned VTBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007481 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007482 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00007483 SDValue ShOpLo = Op.getOperand(0);
7484 SDValue ShOpHi = Op.getOperand(1);
7485 SDValue ShAmt = Op.getOperand(2);
Chris Lattner31dcfe62009-07-29 05:48:09 +00007486 SDValue Tmp1 = isSRA ? DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
Owen Anderson825b72b2009-08-11 20:47:22 +00007487 DAG.getConstant(VTBits - 1, MVT::i8))
Chris Lattner31dcfe62009-07-29 05:48:09 +00007488 : DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00007489
Dan Gohman475871a2008-07-27 21:46:04 +00007490 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007491 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00007492 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
7493 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007494 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007495 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
7496 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007497 }
Evan Chenge3413162006-01-09 18:33:28 +00007498
Owen Anderson825b72b2009-08-11 20:47:22 +00007499 SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
7500 DAG.getConstant(VTBits, MVT::i8));
Chris Lattnerccfea352010-02-22 00:28:59 +00007501 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
Owen Anderson825b72b2009-08-11 20:47:22 +00007502 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00007503
Dan Gohman475871a2008-07-27 21:46:04 +00007504 SDValue Hi, Lo;
Owen Anderson825b72b2009-08-11 20:47:22 +00007505 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman475871a2008-07-27 21:46:04 +00007506 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
7507 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00007508
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007509 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00007510 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
7511 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007512 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007513 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
7514 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007515 }
7516
Dan Gohman475871a2008-07-27 21:46:04 +00007517 SDValue Ops[2] = { Lo, Hi };
Dale Johannesenace16102009-02-03 19:33:06 +00007518 return DAG.getMergeValues(Ops, 2, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007519}
Evan Chenga3195e82006-01-12 22:54:21 +00007520
Dan Gohmand858e902010-04-17 15:26:15 +00007521SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
7522 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00007523 EVT SrcVT = Op.getOperand(0).getValueType();
Eli Friedman23ef1052009-06-06 03:57:58 +00007524
Dale Johannesen0488fb62010-09-30 23:57:10 +00007525 if (SrcVT.isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007526 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007527
Owen Anderson825b72b2009-08-11 20:47:22 +00007528 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00007529 "Unknown SINT_TO_FP to lower!");
Scott Michelfdc40a02009-02-17 22:15:04 +00007530
Eli Friedman36df4992009-05-27 00:47:34 +00007531 // These are really Legal; return the operand so the caller accepts it as
7532 // Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00007533 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Eli Friedman36df4992009-05-27 00:47:34 +00007534 return Op;
Owen Anderson825b72b2009-08-11 20:47:22 +00007535 if (SrcVT == MVT::i64 && isScalarFPTypeInSSEReg(Op.getValueType()) &&
Eli Friedman36df4992009-05-27 00:47:34 +00007536 Subtarget->is64Bit()) {
7537 return Op;
7538 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007539
Bruno Cardoso Lopesa511b8e2011-08-09 17:39:01 +00007540 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00007541 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007542 MachineFunction &MF = DAG.getMachineFunction();
David Greene3f2bf852009-11-12 20:49:22 +00007543 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007544 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00007545 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Bill Wendling105be5a2009-03-13 08:41:47 +00007546 StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007547 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007548 false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007549 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
7550}
Evan Cheng0db9fe62006-04-25 20:13:52 +00007551
Owen Andersone50ed302009-08-10 22:56:29 +00007552SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
Michael J. Spencerec38de22010-10-10 22:04:20 +00007553 SDValue StackSlot,
Dan Gohmand858e902010-04-17 15:26:15 +00007554 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00007555 // Build the FILD
Chris Lattner492a43e2010-09-22 01:28:21 +00007556 DebugLoc DL = Op.getDebugLoc();
Chris Lattner5a88b832007-02-25 07:10:00 +00007557 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00007558 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007559 if (useSSE)
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007560 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
Chris Lattner5a88b832007-02-25 07:10:00 +00007561 else
Owen Anderson825b72b2009-08-11 20:47:22 +00007562 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007563
Chris Lattner492a43e2010-09-22 01:28:21 +00007564 unsigned ByteSize = SrcVT.getSizeInBits()/8;
Michael J. Spencerec38de22010-10-10 22:04:20 +00007565
Stuart Hastings84be9582011-06-02 15:57:11 +00007566 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot);
7567 MachineMemOperand *MMO;
7568 if (FI) {
7569 int SSFI = FI->getIndex();
7570 MMO =
7571 DAG.getMachineFunction()
7572 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7573 MachineMemOperand::MOLoad, ByteSize, ByteSize);
7574 } else {
7575 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand();
7576 StackSlot = StackSlot.getOperand(1);
7577 }
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00007578 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
Chris Lattner492a43e2010-09-22 01:28:21 +00007579 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
7580 X86ISD::FILD, DL,
7581 Tys, Ops, array_lengthof(Ops),
7582 SrcVT, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007583
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007584 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00007585 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00007586 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007587
7588 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
7589 // shouldn't be necessary except that RFP cannot be live across
7590 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007591 MachineFunction &MF = DAG.getMachineFunction();
Bob Wilsoneafca4e2010-09-22 17:35:14 +00007592 unsigned SSFISize = Op.getValueType().getSizeInBits()/8;
7593 int SSFI = MF.getFrameInfo()->CreateStackObject(SSFISize, SSFISize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007594 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Owen Anderson825b72b2009-08-11 20:47:22 +00007595 Tys = DAG.getVTList(MVT::Other);
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00007596 SDValue Ops[] = {
7597 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag
7598 };
Chris Lattner492a43e2010-09-22 01:28:21 +00007599 MachineMemOperand *MMO =
7600 DAG.getMachineFunction()
7601 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
Bob Wilsoneafca4e2010-09-22 17:35:14 +00007602 MachineMemOperand::MOStore, SSFISize, SSFISize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007603
Chris Lattner492a43e2010-09-22 01:28:21 +00007604 Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
7605 Ops, array_lengthof(Ops),
7606 Op.getValueType(), MMO);
7607 Result = DAG.getLoad(Op.getValueType(), DL, Chain, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007608 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007609 false, false, 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007610 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007611
Evan Cheng0db9fe62006-04-25 20:13:52 +00007612 return Result;
7613}
7614
Bill Wendling8b8a6362009-01-17 03:56:04 +00007615// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00007616SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op,
7617 SelectionDAG &DAG) const {
Bill Wendling8b8a6362009-01-17 03:56:04 +00007618 // This algorithm is not obvious. Here it is in C code, more or less:
7619 /*
7620 double uint64_to_double( uint32_t hi, uint32_t lo ) {
7621 static const __m128i exp = { 0x4330000045300000ULL, 0 };
7622 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00007623
Bill Wendling8b8a6362009-01-17 03:56:04 +00007624 // Copy ints to xmm registers.
7625 __m128i xh = _mm_cvtsi32_si128( hi );
7626 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00007627
Bill Wendling8b8a6362009-01-17 03:56:04 +00007628 // Combine into low half of a single xmm register.
7629 __m128i x = _mm_unpacklo_epi32( xh, xl );
7630 __m128d d;
7631 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00007632
Bill Wendling8b8a6362009-01-17 03:56:04 +00007633 // Merge in appropriate exponents to give the integer bits the right
7634 // magnitude.
7635 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00007636
Bill Wendling8b8a6362009-01-17 03:56:04 +00007637 // Subtract away the biases to deal with the IEEE-754 double precision
7638 // implicit 1.
7639 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00007640
Bill Wendling8b8a6362009-01-17 03:56:04 +00007641 // All conversions up to here are exact. The correctly rounded result is
7642 // calculated using the current rounding mode using the following
7643 // horizontal add.
7644 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
7645 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
7646 // store doesn't really need to be here (except
7647 // maybe to zero the other double)
7648 return sd;
7649 }
7650 */
Dale Johannesen040225f2008-10-21 23:07:49 +00007651
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007652 DebugLoc dl = Op.getDebugLoc();
Owen Andersona90b3dc2009-07-15 21:51:10 +00007653 LLVMContext *Context = DAG.getContext();
Dale Johannesenace16102009-02-03 19:33:06 +00007654
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007655 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00007656 std::vector<Constant*> CV0;
Owen Andersoneed707b2009-07-24 23:12:02 +00007657 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000)));
7658 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000)));
7659 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
7660 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
Owen Andersonaf7ec972009-07-28 21:19:26 +00007661 Constant *C0 = ConstantVector::get(CV0);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007662 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007663
Bill Wendling8b8a6362009-01-17 03:56:04 +00007664 std::vector<Constant*> CV1;
Owen Andersona90b3dc2009-07-15 21:51:10 +00007665 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007666 ConstantFP::get(*Context, APFloat(APInt(64, 0x4530000000000000ULL))));
Owen Andersona90b3dc2009-07-15 21:51:10 +00007667 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007668 ConstantFP::get(*Context, APFloat(APInt(64, 0x4330000000000000ULL))));
Owen Andersonaf7ec972009-07-28 21:19:26 +00007669 Constant *C1 = ConstantVector::get(CV1);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007670 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007671
Owen Anderson825b72b2009-08-11 20:47:22 +00007672 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7673 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00007674 Op.getOperand(0),
7675 DAG.getIntPtrConstant(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00007676 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7677 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00007678 Op.getOperand(0),
7679 DAG.getIntPtrConstant(0)));
Owen Anderson825b72b2009-08-11 20:47:22 +00007680 SDValue Unpck1 = getUnpackl(DAG, dl, MVT::v4i32, XR1, XR2);
7681 SDValue CLod0 = DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
Chris Lattnere8639032010-09-21 06:22:23 +00007682 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007683 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00007684 SDValue Unpck2 = getUnpackl(DAG, dl, MVT::v4i32, Unpck1, CLod0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007685 SDValue XR2F = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Unpck2);
Owen Anderson825b72b2009-08-11 20:47:22 +00007686 SDValue CLod1 = DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
Chris Lattnere8639032010-09-21 06:22:23 +00007687 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007688 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00007689 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007690
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007691 // Add the halves; easiest way is to swap them into another reg first.
Nate Begeman9008ca62009-04-27 18:41:29 +00007692 int ShufMask[2] = { 1, -1 };
Owen Anderson825b72b2009-08-11 20:47:22 +00007693 SDValue Shuf = DAG.getVectorShuffle(MVT::v2f64, dl, Sub,
7694 DAG.getUNDEF(MVT::v2f64), ShufMask);
7695 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::v2f64, Shuf, Sub);
7696 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Add,
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007697 DAG.getIntPtrConstant(0));
7698}
7699
Bill Wendling8b8a6362009-01-17 03:56:04 +00007700// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00007701SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op,
7702 SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007703 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00007704 // FP constant to bias correct the final result.
7705 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
Owen Anderson825b72b2009-08-11 20:47:22 +00007706 MVT::f64);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007707
7708 // Load the 32-bit value into an XMM register.
Owen Anderson825b72b2009-08-11 20:47:22 +00007709 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
Eli Friedman6cdc1f42011-08-02 18:38:35 +00007710 Op.getOperand(0));
Bill Wendling8b8a6362009-01-17 03:56:04 +00007711
Owen Anderson825b72b2009-08-11 20:47:22 +00007712 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007713 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Load),
Bill Wendling8b8a6362009-01-17 03:56:04 +00007714 DAG.getIntPtrConstant(0));
7715
7716 // Or the load with the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00007717 SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007718 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007719 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00007720 MVT::v2f64, Load)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007721 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007722 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00007723 MVT::v2f64, Bias)));
7724 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007725 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Or),
Bill Wendling8b8a6362009-01-17 03:56:04 +00007726 DAG.getIntPtrConstant(0));
7727
7728 // Subtract the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00007729 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007730
7731 // Handle final rounding.
Owen Andersone50ed302009-08-10 22:56:29 +00007732 EVT DestVT = Op.getValueType();
Bill Wendling030939c2009-01-17 07:40:19 +00007733
Owen Anderson825b72b2009-08-11 20:47:22 +00007734 if (DestVT.bitsLT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007735 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
Bill Wendling030939c2009-01-17 07:40:19 +00007736 DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00007737 } else if (DestVT.bitsGT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007738 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
Bill Wendling030939c2009-01-17 07:40:19 +00007739 }
7740
7741 // Handle final rounding.
7742 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00007743}
7744
Dan Gohmand858e902010-04-17 15:26:15 +00007745SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
7746 SelectionDAG &DAG) const {
Evan Chenga06ec9e2009-01-19 08:08:22 +00007747 SDValue N0 = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007748 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00007749
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007750 // Since UINT_TO_FP is legal (it's marked custom), dag combiner won't
Evan Chenga06ec9e2009-01-19 08:08:22 +00007751 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
7752 // the optimization here.
7753 if (DAG.SignBitIsZero(N0))
Dale Johannesenace16102009-02-03 19:33:06 +00007754 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
Evan Chenga06ec9e2009-01-19 08:08:22 +00007755
Owen Andersone50ed302009-08-10 22:56:29 +00007756 EVT SrcVT = N0.getValueType();
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007757 EVT DstVT = Op.getValueType();
7758 if (SrcVT == MVT::i64 && DstVT == MVT::f64 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00007759 return LowerUINT_TO_FP_i64(Op, DAG);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007760 else if (SrcVT == MVT::i32 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00007761 return LowerUINT_TO_FP_i32(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00007762
7763 // Make a 64-bit buffer, and use it to build an FILD.
Owen Anderson825b72b2009-08-11 20:47:22 +00007764 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007765 if (SrcVT == MVT::i32) {
7766 SDValue WordOff = DAG.getConstant(4, getPointerTy());
7767 SDValue OffsetSlot = DAG.getNode(ISD::ADD, dl,
7768 getPointerTy(), StackSlot, WordOff);
7769 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007770 StackSlot, MachinePointerInfo(),
7771 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007772 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007773 OffsetSlot, MachinePointerInfo(),
7774 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007775 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
7776 return Fild;
7777 }
7778
7779 assert(SrcVT == MVT::i64 && "Unexpected type in UINT_TO_FP");
7780 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007781 StackSlot, MachinePointerInfo(),
7782 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007783 // For i64 source, we need to add the appropriate power of 2 if the input
7784 // was negative. This is the same as the optimization in
7785 // DAGTypeLegalizer::ExpandIntOp_UNIT_TO_FP, and for it to be safe here,
7786 // we must be careful to do the computation in x87 extended precision, not
7787 // in SSE. (The generic code can't know it's OK to do this, or how to.)
Chris Lattner492a43e2010-09-22 01:28:21 +00007788 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
7789 MachineMemOperand *MMO =
7790 DAG.getMachineFunction()
7791 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7792 MachineMemOperand::MOLoad, 8, 8);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007793
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007794 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
7795 SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
Chris Lattner492a43e2010-09-22 01:28:21 +00007796 SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops, 3,
7797 MVT::i64, MMO);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007798
7799 APInt FF(32, 0x5F800000ULL);
7800
7801 // Check whether the sign bit is set.
7802 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
7803 Op.getOperand(0), DAG.getConstant(0, MVT::i64),
7804 ISD::SETLT);
7805
7806 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
7807 SDValue FudgePtr = DAG.getConstantPool(
7808 ConstantInt::get(*DAG.getContext(), FF.zext(64)),
7809 getPointerTy());
7810
7811 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.
7812 SDValue Zero = DAG.getIntPtrConstant(0);
7813 SDValue Four = DAG.getIntPtrConstant(4);
7814 SDValue Offset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(), SignSet,
7815 Zero, Four);
7816 FudgePtr = DAG.getNode(ISD::ADD, dl, getPointerTy(), FudgePtr, Offset);
7817
7818 // Load the value out, extending it from f32 to f80.
7819 // FIXME: Avoid the extend by constructing the right constant pool?
Stuart Hastingsa9011292011-02-16 16:23:55 +00007820 SDValue Fudge = DAG.getExtLoad(ISD::EXTLOAD, dl, MVT::f80, DAG.getEntryNode(),
Chris Lattnere8639032010-09-21 06:22:23 +00007821 FudgePtr, MachinePointerInfo::getConstantPool(),
7822 MVT::f32, false, false, 4);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007823 // Extend everything to 80 bits to force it to be done on x87.
7824 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::f80, Fild, Fudge);
7825 return DAG.getNode(ISD::FP_ROUND, dl, DstVT, Add, DAG.getIntPtrConstant(0));
Bill Wendling8b8a6362009-01-17 03:56:04 +00007826}
7827
Dan Gohman475871a2008-07-27 21:46:04 +00007828std::pair<SDValue,SDValue> X86TargetLowering::
Dan Gohmand858e902010-04-17 15:26:15 +00007829FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned) const {
Chris Lattner07290932010-09-22 01:05:16 +00007830 DebugLoc DL = Op.getDebugLoc();
Eli Friedman948e95a2009-05-23 09:59:16 +00007831
Owen Andersone50ed302009-08-10 22:56:29 +00007832 EVT DstTy = Op.getValueType();
Eli Friedman948e95a2009-05-23 09:59:16 +00007833
7834 if (!IsSigned) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007835 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
7836 DstTy = MVT::i64;
Eli Friedman948e95a2009-05-23 09:59:16 +00007837 }
7838
Owen Anderson825b72b2009-08-11 20:47:22 +00007839 assert(DstTy.getSimpleVT() <= MVT::i64 &&
7840 DstTy.getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00007841 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00007842
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007843 // These are really Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00007844 if (DstTy == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00007845 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007846 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00007847 if (Subtarget->is64Bit() &&
Owen Anderson825b72b2009-08-11 20:47:22 +00007848 DstTy == MVT::i64 &&
Eli Friedman36df4992009-05-27 00:47:34 +00007849 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007850 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007851
Evan Cheng87c89352007-10-15 20:11:21 +00007852 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
7853 // stack slot.
7854 MachineFunction &MF = DAG.getMachineFunction();
Eli Friedman948e95a2009-05-23 09:59:16 +00007855 unsigned MemSize = DstTy.getSizeInBits()/8;
David Greene3f2bf852009-11-12 20:49:22 +00007856 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007857 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Eric Christopherfd179292009-08-27 18:07:15 +00007858
Michael J. Spencerec38de22010-10-10 22:04:20 +00007859
7860
Evan Cheng0db9fe62006-04-25 20:13:52 +00007861 unsigned Opc;
Owen Anderson825b72b2009-08-11 20:47:22 +00007862 switch (DstTy.getSimpleVT().SimpleTy) {
Torok Edwinc23197a2009-07-14 16:55:14 +00007863 default: llvm_unreachable("Invalid FP_TO_SINT to lower!");
Owen Anderson825b72b2009-08-11 20:47:22 +00007864 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
7865 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
7866 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007867 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007868
Dan Gohman475871a2008-07-27 21:46:04 +00007869 SDValue Chain = DAG.getEntryNode();
7870 SDValue Value = Op.getOperand(0);
Chris Lattner492a43e2010-09-22 01:28:21 +00007871 EVT TheVT = Op.getOperand(0).getValueType();
7872 if (isScalarFPTypeInSSEReg(TheVT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007873 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Chris Lattner07290932010-09-22 01:05:16 +00007874 Chain = DAG.getStore(Chain, DL, Value, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007875 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007876 false, false, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +00007877 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00007878 SDValue Ops[] = {
Chris Lattner492a43e2010-09-22 01:28:21 +00007879 Chain, StackSlot, DAG.getValueType(TheVT)
Chris Lattner5a88b832007-02-25 07:10:00 +00007880 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00007881
Chris Lattner492a43e2010-09-22 01:28:21 +00007882 MachineMemOperand *MMO =
7883 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7884 MachineMemOperand::MOLoad, MemSize, MemSize);
7885 Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, 3,
7886 DstTy, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007887 Chain = Value.getValue(1);
David Greene3f2bf852009-11-12 20:49:22 +00007888 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007889 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
7890 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00007891
Chris Lattner07290932010-09-22 01:05:16 +00007892 MachineMemOperand *MMO =
7893 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7894 MachineMemOperand::MOStore, MemSize, MemSize);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007895
Evan Cheng0db9fe62006-04-25 20:13:52 +00007896 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00007897 SDValue Ops[] = { Chain, Value, StackSlot };
Chris Lattner07290932010-09-22 01:05:16 +00007898 SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
7899 Ops, 3, DstTy, MMO);
Evan Chengd9558e02006-01-06 00:43:03 +00007900
Chris Lattner27a6c732007-11-24 07:07:01 +00007901 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007902}
7903
Dan Gohmand858e902010-04-17 15:26:15 +00007904SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op,
7905 SelectionDAG &DAG) const {
Dale Johannesen0488fb62010-09-30 23:57:10 +00007906 if (Op.getValueType().isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007907 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007908
Eli Friedman948e95a2009-05-23 09:59:16 +00007909 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, true);
Dan Gohman475871a2008-07-27 21:46:04 +00007910 SDValue FIST = Vals.first, StackSlot = Vals.second;
Eli Friedman36df4992009-05-27 00:47:34 +00007911 // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
7912 if (FIST.getNode() == 0) return Op;
Scott Michelfdc40a02009-02-17 22:15:04 +00007913
Chris Lattner27a6c732007-11-24 07:07:01 +00007914 // Load the result.
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007915 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007916 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Chris Lattner27a6c732007-11-24 07:07:01 +00007917}
7918
Dan Gohmand858e902010-04-17 15:26:15 +00007919SDValue X86TargetLowering::LowerFP_TO_UINT(SDValue Op,
7920 SelectionDAG &DAG) const {
Eli Friedman948e95a2009-05-23 09:59:16 +00007921 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, false);
7922 SDValue FIST = Vals.first, StackSlot = Vals.second;
7923 assert(FIST.getNode() && "Unexpected failure");
7924
7925 // Load the result.
7926 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007927 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007928}
7929
Dan Gohmand858e902010-04-17 15:26:15 +00007930SDValue X86TargetLowering::LowerFABS(SDValue Op,
7931 SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007932 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007933 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007934 EVT VT = Op.getValueType();
7935 EVT EltVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007936 if (VT.isVector())
7937 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007938 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007939 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007940 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00007941 CV.push_back(C);
7942 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007943 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007944 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00007945 CV.push_back(C);
7946 CV.push_back(C);
7947 CV.push_back(C);
7948 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007949 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007950 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007951 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007952 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007953 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007954 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007955 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007956}
7957
Dan Gohmand858e902010-04-17 15:26:15 +00007958SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007959 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007960 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007961 EVT VT = Op.getValueType();
7962 EVT EltVT = VT;
Duncan Sandsda9ad382009-09-06 19:29:07 +00007963 if (VT.isVector())
Duncan Sands83ec4b62008-06-06 12:08:01 +00007964 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007965 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007966 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007967 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00007968 CV.push_back(C);
7969 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007970 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007971 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00007972 CV.push_back(C);
7973 CV.push_back(C);
7974 CV.push_back(C);
7975 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007976 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007977 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007978 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007979 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007980 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007981 false, false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00007982 if (VT.isVector()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007983 return DAG.getNode(ISD::BITCAST, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00007984 DAG.getNode(ISD::XOR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007985 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007986 Op.getOperand(0)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007987 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Mask)));
Evan Chengd4d01b72007-07-19 23:36:01 +00007988 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007989 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
Evan Chengd4d01b72007-07-19 23:36:01 +00007990 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00007991}
7992
Dan Gohmand858e902010-04-17 15:26:15 +00007993SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007994 LLVMContext *Context = DAG.getContext();
Dan Gohman475871a2008-07-27 21:46:04 +00007995 SDValue Op0 = Op.getOperand(0);
7996 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007997 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007998 EVT VT = Op.getValueType();
7999 EVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00008000
8001 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00008002 if (SrcVT.bitsLT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00008003 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
Evan Cheng73d6cf12007-01-05 21:37:56 +00008004 SrcVT = VT;
8005 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00008006 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00008007 if (SrcVT.bitsGT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00008008 Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00008009 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00008010 }
8011
8012 // At this point the operands and the result should have the same
8013 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00008014
Evan Cheng68c47cb2007-01-05 07:55:56 +00008015 // First get the sign bit of second operand.
8016 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00008017 if (SrcVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00008018 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63))));
8019 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00008020 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00008021 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31))));
8022 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
8023 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
8024 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00008025 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00008026 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00008027 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00008028 SDValue Mask1 = DAG.getLoad(SrcVT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008029 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00008030 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00008031 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00008032
8033 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00008034 if (SrcVT.bitsGT(VT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00008035 // Op0 is MVT::f32, Op1 is MVT::f64.
8036 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, SignBit);
8037 SignBit = DAG.getNode(X86ISD::FSRL, dl, MVT::v2f64, SignBit,
8038 DAG.getConstant(32, MVT::i32));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008039 SignBit = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, SignBit);
Owen Anderson825b72b2009-08-11 20:47:22 +00008040 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00008041 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00008042 }
8043
Evan Cheng73d6cf12007-01-05 21:37:56 +00008044 // Clear first operand sign bit.
8045 CV.clear();
Owen Anderson825b72b2009-08-11 20:47:22 +00008046 if (VT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00008047 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63)))));
8048 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00008049 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00008050 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31)))));
8051 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
8052 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
8053 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00008054 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00008055 C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00008056 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00008057 SDValue Mask2 = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008058 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00008059 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00008060 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00008061
8062 // Or the value with the sign bit.
Dale Johannesenace16102009-02-03 19:33:06 +00008063 return DAG.getNode(X86ISD::FOR, dl, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00008064}
8065
Stuart Hastings4fd0dee2011-06-01 04:39:42 +00008066SDValue X86TargetLowering::LowerFGETSIGN(SDValue Op, SelectionDAG &DAG) const {
8067 SDValue N0 = Op.getOperand(0);
8068 DebugLoc dl = Op.getDebugLoc();
8069 EVT VT = Op.getValueType();
8070
8071 // Lower ISD::FGETSIGN to (AND (X86ISD::FGETSIGNx86 ...) 1).
8072 SDValue xFGETSIGN = DAG.getNode(X86ISD::FGETSIGNx86, dl, VT, N0,
8073 DAG.getConstant(1, VT));
8074 return DAG.getNode(ISD::AND, dl, VT, xFGETSIGN, DAG.getConstant(1, VT));
8075}
8076
Dan Gohman076aee32009-03-04 19:44:21 +00008077/// Emit nodes that will be selected as "test Op0,Op0", or something
8078/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00008079SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00008080 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00008081 DebugLoc dl = Op.getDebugLoc();
8082
Dan Gohman31125812009-03-07 01:58:32 +00008083 // CF and OF aren't always set the way we want. Determine which
8084 // of these we need.
8085 bool NeedCF = false;
8086 bool NeedOF = false;
8087 switch (X86CC) {
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008088 default: break;
Dan Gohman31125812009-03-07 01:58:32 +00008089 case X86::COND_A: case X86::COND_AE:
8090 case X86::COND_B: case X86::COND_BE:
8091 NeedCF = true;
8092 break;
8093 case X86::COND_G: case X86::COND_GE:
8094 case X86::COND_L: case X86::COND_LE:
8095 case X86::COND_O: case X86::COND_NO:
8096 NeedOF = true;
8097 break;
Dan Gohman31125812009-03-07 01:58:32 +00008098 }
8099
Dan Gohman076aee32009-03-04 19:44:21 +00008100 // See if we can use the EFLAGS value from the operand instead of
Dan Gohman31125812009-03-07 01:58:32 +00008101 // doing a separate TEST. TEST always sets OF and CF to 0, so unless
8102 // we prove that the arithmetic won't overflow, we can't use OF or CF.
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008103 if (Op.getResNo() != 0 || NeedOF || NeedCF)
8104 // Emit a CMP with 0, which is the TEST pattern.
8105 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
8106 DAG.getConstant(0, Op.getValueType()));
8107
8108 unsigned Opcode = 0;
8109 unsigned NumOperands = 0;
8110 switch (Op.getNode()->getOpcode()) {
8111 case ISD::ADD:
8112 // Due to an isel shortcoming, be conservative if this add is likely to be
8113 // selected as part of a load-modify-store instruction. When the root node
8114 // in a match is a store, isel doesn't know how to remap non-chain non-flag
8115 // uses of other nodes in the match, such as the ADD in this case. This
8116 // leads to the ADD being left around and reselected, with the result being
8117 // two adds in the output. Alas, even if none our users are stores, that
8118 // doesn't prove we're O.K. Ergo, if we have any parents that aren't
8119 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
8120 // climbing the DAG back to the root, and it doesn't seem to be worth the
8121 // effort.
8122 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
Dan Gohman076aee32009-03-04 19:44:21 +00008123 UE = Op.getNode()->use_end(); UI != UE; ++UI)
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008124 if (UI->getOpcode() != ISD::CopyToReg && UI->getOpcode() != ISD::SETCC)
8125 goto default_case;
8126
8127 if (ConstantSDNode *C =
8128 dyn_cast<ConstantSDNode>(Op.getNode()->getOperand(1))) {
8129 // An add of one will be selected as an INC.
8130 if (C->getAPIntValue() == 1) {
8131 Opcode = X86ISD::INC;
8132 NumOperands = 1;
8133 break;
Dan Gohmane220c4b2009-09-18 19:59:53 +00008134 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008135
8136 // An add of negative one (subtract of one) will be selected as a DEC.
8137 if (C->getAPIntValue().isAllOnesValue()) {
8138 Opcode = X86ISD::DEC;
8139 NumOperands = 1;
8140 break;
8141 }
Dan Gohman076aee32009-03-04 19:44:21 +00008142 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008143
8144 // Otherwise use a regular EFLAGS-setting add.
8145 Opcode = X86ISD::ADD;
8146 NumOperands = 2;
8147 break;
8148 case ISD::AND: {
8149 // If the primary and result isn't used, don't bother using X86ISD::AND,
8150 // because a TEST instruction will be better.
8151 bool NonFlagUse = false;
8152 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
8153 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
8154 SDNode *User = *UI;
8155 unsigned UOpNo = UI.getOperandNo();
8156 if (User->getOpcode() == ISD::TRUNCATE && User->hasOneUse()) {
8157 // Look pass truncate.
8158 UOpNo = User->use_begin().getOperandNo();
8159 User = *User->use_begin();
8160 }
8161
8162 if (User->getOpcode() != ISD::BRCOND &&
8163 User->getOpcode() != ISD::SETCC &&
8164 (User->getOpcode() != ISD::SELECT || UOpNo != 0)) {
8165 NonFlagUse = true;
8166 break;
8167 }
Dan Gohman076aee32009-03-04 19:44:21 +00008168 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008169
8170 if (!NonFlagUse)
8171 break;
8172 }
8173 // FALL THROUGH
8174 case ISD::SUB:
8175 case ISD::OR:
8176 case ISD::XOR:
8177 // Due to the ISEL shortcoming noted above, be conservative if this op is
8178 // likely to be selected as part of a load-modify-store instruction.
8179 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
8180 UE = Op.getNode()->use_end(); UI != UE; ++UI)
8181 if (UI->getOpcode() == ISD::STORE)
8182 goto default_case;
8183
8184 // Otherwise use a regular EFLAGS-setting instruction.
8185 switch (Op.getNode()->getOpcode()) {
8186 default: llvm_unreachable("unexpected operator!");
8187 case ISD::SUB: Opcode = X86ISD::SUB; break;
8188 case ISD::OR: Opcode = X86ISD::OR; break;
8189 case ISD::XOR: Opcode = X86ISD::XOR; break;
8190 case ISD::AND: Opcode = X86ISD::AND; break;
8191 }
8192
8193 NumOperands = 2;
8194 break;
8195 case X86ISD::ADD:
8196 case X86ISD::SUB:
8197 case X86ISD::INC:
8198 case X86ISD::DEC:
8199 case X86ISD::OR:
8200 case X86ISD::XOR:
8201 case X86ISD::AND:
8202 return SDValue(Op.getNode(), 1);
8203 default:
8204 default_case:
8205 break;
Dan Gohman076aee32009-03-04 19:44:21 +00008206 }
8207
Bill Wendlingc25ccf82010-06-28 21:08:32 +00008208 if (Opcode == 0)
8209 // Emit a CMP with 0, which is the TEST pattern.
8210 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
8211 DAG.getConstant(0, Op.getValueType()));
8212
8213 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
8214 SmallVector<SDValue, 4> Ops;
8215 for (unsigned i = 0; i != NumOperands; ++i)
8216 Ops.push_back(Op.getOperand(i));
8217
8218 SDValue New = DAG.getNode(Opcode, dl, VTs, &Ops[0], NumOperands);
8219 DAG.ReplaceAllUsesWith(Op, New);
8220 return SDValue(New.getNode(), 1);
Dan Gohman076aee32009-03-04 19:44:21 +00008221}
8222
8223/// Emit nodes that will be selected as "cmp Op0,Op1", or something
8224/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00008225SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00008226 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00008227 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
8228 if (C->getAPIntValue() == 0)
Evan Cheng552f09a2010-04-26 19:06:11 +00008229 return EmitTest(Op0, X86CC, DAG);
Dan Gohman076aee32009-03-04 19:44:21 +00008230
8231 DebugLoc dl = Op0.getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00008232 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
Dan Gohman076aee32009-03-04 19:44:21 +00008233}
8234
Evan Chengd40d03e2010-01-06 19:38:29 +00008235/// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
8236/// if it's possible.
Evan Cheng5528e7b2010-04-21 01:47:12 +00008237SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC,
8238 DebugLoc dl, SelectionDAG &DAG) const {
Evan Cheng2c755ba2010-02-27 07:36:59 +00008239 SDValue Op0 = And.getOperand(0);
8240 SDValue Op1 = And.getOperand(1);
8241 if (Op0.getOpcode() == ISD::TRUNCATE)
8242 Op0 = Op0.getOperand(0);
8243 if (Op1.getOpcode() == ISD::TRUNCATE)
8244 Op1 = Op1.getOperand(0);
8245
Evan Chengd40d03e2010-01-06 19:38:29 +00008246 SDValue LHS, RHS;
Dan Gohman6b13cbc2010-06-24 02:07:59 +00008247 if (Op1.getOpcode() == ISD::SHL)
8248 std::swap(Op0, Op1);
8249 if (Op0.getOpcode() == ISD::SHL) {
Evan Cheng2c755ba2010-02-27 07:36:59 +00008250 if (ConstantSDNode *And00C = dyn_cast<ConstantSDNode>(Op0.getOperand(0)))
8251 if (And00C->getZExtValue() == 1) {
Dan Gohman6b13cbc2010-06-24 02:07:59 +00008252 // If we looked past a truncate, check that it's only truncating away
8253 // known zeros.
8254 unsigned BitWidth = Op0.getValueSizeInBits();
8255 unsigned AndBitWidth = And.getValueSizeInBits();
8256 if (BitWidth > AndBitWidth) {
8257 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones;
8258 DAG.ComputeMaskedBits(Op0, Mask, Zeros, Ones);
8259 if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth)
8260 return SDValue();
8261 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00008262 LHS = Op1;
8263 RHS = Op0.getOperand(1);
Evan Chengd40d03e2010-01-06 19:38:29 +00008264 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00008265 } else if (Op1.getOpcode() == ISD::Constant) {
8266 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
8267 SDValue AndLHS = Op0;
Evan Chengd40d03e2010-01-06 19:38:29 +00008268 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {
8269 LHS = AndLHS.getOperand(0);
8270 RHS = AndLHS.getOperand(1);
Dan Gohmane5af2d32009-01-29 01:59:02 +00008271 }
Evan Chengd40d03e2010-01-06 19:38:29 +00008272 }
Evan Cheng0488db92007-09-25 01:57:46 +00008273
Evan Chengd40d03e2010-01-06 19:38:29 +00008274 if (LHS.getNode()) {
Evan Chenge5b51ac2010-04-17 06:13:15 +00008275 // If LHS is i8, promote it to i32 with any_extend. There is no i8 BT
Evan Chengd40d03e2010-01-06 19:38:29 +00008276 // instruction. Since the shift amount is in-range-or-undefined, we know
Evan Chenge5b51ac2010-04-17 06:13:15 +00008277 // that doing a bittest on the i32 value is ok. We extend to i32 because
Evan Chengd40d03e2010-01-06 19:38:29 +00008278 // the encoding for the i16 version is larger than the i32 version.
Evan Chenge5b51ac2010-04-17 06:13:15 +00008279 // Also promote i16 to i32 for performance / code size reason.
8280 if (LHS.getValueType() == MVT::i8 ||
Evan Cheng2bce5f4b2010-04-28 08:30:49 +00008281 LHS.getValueType() == MVT::i16)
Evan Chengd40d03e2010-01-06 19:38:29 +00008282 LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
Chris Lattnere55484e2008-12-25 05:34:37 +00008283
Evan Chengd40d03e2010-01-06 19:38:29 +00008284 // If the operand types disagree, extend the shift amount to match. Since
8285 // BT ignores high bits (like shifts) we can use anyextend.
8286 if (LHS.getValueType() != RHS.getValueType())
8287 RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
Dan Gohmane5af2d32009-01-29 01:59:02 +00008288
Evan Chengd40d03e2010-01-06 19:38:29 +00008289 SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
8290 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
8291 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
8292 DAG.getConstant(Cond, MVT::i8), BT);
Chris Lattnere55484e2008-12-25 05:34:37 +00008293 }
8294
Evan Cheng54de3ea2010-01-05 06:52:31 +00008295 return SDValue();
8296}
8297
Dan Gohmand858e902010-04-17 15:26:15 +00008298SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng54de3ea2010-01-05 06:52:31 +00008299 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
8300 SDValue Op0 = Op.getOperand(0);
8301 SDValue Op1 = Op.getOperand(1);
8302 DebugLoc dl = Op.getDebugLoc();
8303 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
8304
8305 // Optimize to BT if possible.
Evan Chengd40d03e2010-01-06 19:38:29 +00008306 // Lower (X & (1 << N)) == 0 to BT(X, N).
8307 // Lower ((X >>u N) & 1) != 0 to BT(X, N).
8308 // Lower ((X >>s N) & 1) != 0 to BT(X, N).
Andrew Trickf6c39412011-03-23 23:11:02 +00008309 if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00008310 Op1.getOpcode() == ISD::Constant &&
Dan Gohmane368b462010-06-18 14:22:04 +00008311 cast<ConstantSDNode>(Op1)->isNullValue() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00008312 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
8313 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
8314 if (NewSetCC.getNode())
8315 return NewSetCC;
8316 }
Evan Cheng54de3ea2010-01-05 06:52:31 +00008317
Chris Lattner481eebc2010-12-19 21:23:48 +00008318 // Look for X == 0, X == 1, X != 0, or X != 1. We can simplify some forms of
8319 // these.
8320 if (Op1.getOpcode() == ISD::Constant &&
Andrew Trickf6c39412011-03-23 23:11:02 +00008321 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
Evan Cheng2c755ba2010-02-27 07:36:59 +00008322 cast<ConstantSDNode>(Op1)->isNullValue()) &&
8323 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008324
Chris Lattner481eebc2010-12-19 21:23:48 +00008325 // If the input is a setcc, then reuse the input setcc or use a new one with
8326 // the inverted condition.
8327 if (Op0.getOpcode() == X86ISD::SETCC) {
8328 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
8329 bool Invert = (CC == ISD::SETNE) ^
8330 cast<ConstantSDNode>(Op1)->isNullValue();
8331 if (!Invert) return Op0;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008332
Evan Cheng2c755ba2010-02-27 07:36:59 +00008333 CCode = X86::GetOppositeBranchCondition(CCode);
Chris Lattner481eebc2010-12-19 21:23:48 +00008334 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
8335 DAG.getConstant(CCode, MVT::i8), Op0.getOperand(1));
8336 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00008337 }
8338
Evan Chenge5b51ac2010-04-17 06:13:15 +00008339 bool isFP = Op1.getValueType().isFloatingPoint();
Chris Lattnere55484e2008-12-25 05:34:37 +00008340 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00008341 if (X86CC == X86::COND_INVALID)
8342 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00008343
Chris Lattnerc19d1c32010-12-19 22:08:31 +00008344 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00008345 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattnerc19d1c32010-12-19 22:08:31 +00008346 DAG.getConstant(X86CC, MVT::i8), EFLAGS);
Evan Cheng0488db92007-09-25 01:57:46 +00008347}
8348
Bruno Cardoso Lopes2ac81112011-08-22 20:31:04 +00008349// Lower256IntVETCC - Break a VSETCC 256-bit integer VSETCC into two new 128
8350// ones, and then concatenate the result back.
8351static SDValue Lower256IntVETCC(SDValue Op, SelectionDAG &DAG) {
8352 EVT VT = Op.getValueType();
8353
8354 assert(VT.getSizeInBits() == 256 && Op.getOpcode() == ISD::VSETCC &&
8355 "Unsupported value type for operation");
8356
8357 int NumElems = VT.getVectorNumElements();
8358 DebugLoc dl = Op.getDebugLoc();
8359 SDValue CC = Op.getOperand(2);
8360 SDValue Idx0 = DAG.getConstant(0, MVT::i32);
8361 SDValue Idx1 = DAG.getConstant(NumElems/2, MVT::i32);
8362
8363 // Extract the LHS vectors
8364 SDValue LHS = Op.getOperand(0);
8365 SDValue LHS1 = Extract128BitVector(LHS, Idx0, DAG, dl);
8366 SDValue LHS2 = Extract128BitVector(LHS, Idx1, DAG, dl);
8367
8368 // Extract the RHS vectors
8369 SDValue RHS = Op.getOperand(1);
8370 SDValue RHS1 = Extract128BitVector(RHS, Idx0, DAG, dl);
8371 SDValue RHS2 = Extract128BitVector(RHS, Idx1, DAG, dl);
8372
8373 // Issue the operation on the smaller types and concatenate the result back
8374 MVT EltVT = VT.getVectorElementType().getSimpleVT();
8375 EVT NewVT = MVT::getVectorVT(EltVT, NumElems/2);
8376 return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT,
8377 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1, CC),
8378 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS2, RHS2, CC));
8379}
8380
8381
Dan Gohmand858e902010-04-17 15:26:15 +00008382SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00008383 SDValue Cond;
8384 SDValue Op0 = Op.getOperand(0);
8385 SDValue Op1 = Op.getOperand(1);
8386 SDValue CC = Op.getOperand(2);
Owen Andersone50ed302009-08-10 22:56:29 +00008387 EVT VT = Op.getValueType();
Nate Begeman30a0de92008-07-17 16:51:19 +00008388 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
8389 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008390 DebugLoc dl = Op.getDebugLoc();
Nate Begeman30a0de92008-07-17 16:51:19 +00008391
8392 if (isFP) {
8393 unsigned SSECC = 8;
Bruno Cardoso Lopes0f0e0a02011-08-09 00:46:57 +00008394 EVT EltVT = Op0.getValueType().getVectorElementType();
8395 assert(EltVT == MVT::f32 || EltVT == MVT::f64);
8396
8397 unsigned Opc = EltVT == MVT::f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00008398 bool Swap = false;
8399
8400 switch (SetCCOpcode) {
8401 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00008402 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00008403 case ISD::SETEQ: SSECC = 0; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00008404 case ISD::SETOGT:
Nate Begeman30a0de92008-07-17 16:51:19 +00008405 case ISD::SETGT: Swap = true; // Fallthrough
8406 case ISD::SETLT:
8407 case ISD::SETOLT: SSECC = 1; break;
8408 case ISD::SETOGE:
8409 case ISD::SETGE: Swap = true; // Fallthrough
8410 case ISD::SETLE:
8411 case ISD::SETOLE: SSECC = 2; break;
8412 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00008413 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00008414 case ISD::SETNE: SSECC = 4; break;
8415 case ISD::SETULE: Swap = true;
8416 case ISD::SETUGE: SSECC = 5; break;
8417 case ISD::SETULT: Swap = true;
8418 case ISD::SETUGT: SSECC = 6; break;
8419 case ISD::SETO: SSECC = 7; break;
8420 }
8421 if (Swap)
8422 std::swap(Op0, Op1);
8423
Nate Begemanfb8ead02008-07-25 19:05:58 +00008424 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00008425 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00008426 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00008427 SDValue UNORD, EQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00008428 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
8429 EQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00008430 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00008431 }
8432 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00008433 SDValue ORD, NEQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00008434 ORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
8435 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00008436 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00008437 }
Torok Edwinc23197a2009-07-14 16:55:14 +00008438 llvm_unreachable("Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00008439 }
8440 // Handle all other FP comparisons here.
Owen Anderson825b72b2009-08-11 20:47:22 +00008441 return DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
Nate Begeman30a0de92008-07-17 16:51:19 +00008442 }
Scott Michelfdc40a02009-02-17 22:15:04 +00008443
Bruno Cardoso Lopes2ac81112011-08-22 20:31:04 +00008444 // Break 256-bit integer vector compare into smaller ones.
Bruno Cardoso Lopes0f0e0a02011-08-09 00:46:57 +00008445 if (!isFP && VT.getSizeInBits() == 256)
Bruno Cardoso Lopes2ac81112011-08-22 20:31:04 +00008446 return Lower256IntVETCC(Op, DAG);
Bruno Cardoso Lopes0f0e0a02011-08-09 00:46:57 +00008447
Nate Begeman30a0de92008-07-17 16:51:19 +00008448 // We are handling one of the integer comparisons here. Since SSE only has
8449 // GT and EQ comparisons for integer, swapping operands and multiple
8450 // operations may be required for some comparisons.
8451 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
8452 bool Swap = false, Invert = false, FlipSigns = false;
Scott Michelfdc40a02009-02-17 22:15:04 +00008453
Owen Anderson825b72b2009-08-11 20:47:22 +00008454 switch (VT.getSimpleVT().SimpleTy) {
Nate Begeman30a0de92008-07-17 16:51:19 +00008455 default: break;
Owen Anderson825b72b2009-08-11 20:47:22 +00008456 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00008457 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00008458 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
8459 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
Nate Begeman30a0de92008-07-17 16:51:19 +00008460 }
Scott Michelfdc40a02009-02-17 22:15:04 +00008461
Nate Begeman30a0de92008-07-17 16:51:19 +00008462 switch (SetCCOpcode) {
8463 default: break;
8464 case ISD::SETNE: Invert = true;
8465 case ISD::SETEQ: Opc = EQOpc; break;
8466 case ISD::SETLT: Swap = true;
8467 case ISD::SETGT: Opc = GTOpc; break;
8468 case ISD::SETGE: Swap = true;
8469 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
8470 case ISD::SETULT: Swap = true;
8471 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
8472 case ISD::SETUGE: Swap = true;
8473 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
8474 }
8475 if (Swap)
8476 std::swap(Op0, Op1);
Scott Michelfdc40a02009-02-17 22:15:04 +00008477
Nate Begeman30a0de92008-07-17 16:51:19 +00008478 // Since SSE has no unsigned integer comparisons, we need to flip the sign
8479 // bits of the inputs before performing those operations.
8480 if (FlipSigns) {
Owen Andersone50ed302009-08-10 22:56:29 +00008481 EVT EltVT = VT.getVectorElementType();
Duncan Sandsb0d5cdd2009-02-01 18:06:53 +00008482 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()),
8483 EltVT);
Dan Gohman475871a2008-07-27 21:46:04 +00008484 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
Evan Chenga87008d2009-02-25 22:49:59 +00008485 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
8486 SignBits.size());
Dale Johannesenace16102009-02-03 19:33:06 +00008487 Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SignVec);
8488 Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SignVec);
Nate Begeman30a0de92008-07-17 16:51:19 +00008489 }
Scott Michelfdc40a02009-02-17 22:15:04 +00008490
Dale Johannesenace16102009-02-03 19:33:06 +00008491 SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00008492
8493 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00008494 if (Invert)
Dale Johannesenace16102009-02-03 19:33:06 +00008495 Result = DAG.getNOT(dl, Result, VT);
Bob Wilson4c245462009-01-22 17:39:32 +00008496
Nate Begeman30a0de92008-07-17 16:51:19 +00008497 return Result;
8498}
Evan Cheng0488db92007-09-25 01:57:46 +00008499
Evan Cheng370e5342008-12-03 08:38:43 +00008500// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
Dan Gohman076aee32009-03-04 19:44:21 +00008501static bool isX86LogicalCmp(SDValue Op) {
8502 unsigned Opc = Op.getNode()->getOpcode();
8503 if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI)
8504 return true;
8505 if (Op.getResNo() == 1 &&
8506 (Opc == X86ISD::ADD ||
8507 Opc == X86ISD::SUB ||
Chris Lattner5b856542010-12-20 00:59:46 +00008508 Opc == X86ISD::ADC ||
8509 Opc == X86ISD::SBB ||
Dan Gohman076aee32009-03-04 19:44:21 +00008510 Opc == X86ISD::SMUL ||
8511 Opc == X86ISD::UMUL ||
8512 Opc == X86ISD::INC ||
Dan Gohmane220c4b2009-09-18 19:59:53 +00008513 Opc == X86ISD::DEC ||
8514 Opc == X86ISD::OR ||
8515 Opc == X86ISD::XOR ||
8516 Opc == X86ISD::AND))
Dan Gohman076aee32009-03-04 19:44:21 +00008517 return true;
8518
Chris Lattner9637d5b2010-12-05 07:49:54 +00008519 if (Op.getResNo() == 2 && Opc == X86ISD::UMUL)
8520 return true;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008521
Dan Gohman076aee32009-03-04 19:44:21 +00008522 return false;
Evan Cheng370e5342008-12-03 08:38:43 +00008523}
8524
Chris Lattnera2b56002010-12-05 01:23:24 +00008525static bool isZero(SDValue V) {
8526 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
8527 return C && C->isNullValue();
8528}
8529
Chris Lattner96908b12010-12-05 02:00:51 +00008530static bool isAllOnes(SDValue V) {
8531 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
8532 return C && C->isAllOnesValue();
8533}
8534
Dan Gohmand858e902010-04-17 15:26:15 +00008535SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00008536 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00008537 SDValue Cond = Op.getOperand(0);
Chris Lattnera2b56002010-12-05 01:23:24 +00008538 SDValue Op1 = Op.getOperand(1);
8539 SDValue Op2 = Op.getOperand(2);
8540 DebugLoc DL = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00008541 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00008542
Dan Gohman1a492952009-10-20 16:22:37 +00008543 if (Cond.getOpcode() == ISD::SETCC) {
8544 SDValue NewCond = LowerSETCC(Cond, DAG);
8545 if (NewCond.getNode())
8546 Cond = NewCond;
8547 }
Evan Cheng734503b2006-09-11 02:19:56 +00008548
Chris Lattnera2b56002010-12-05 01:23:24 +00008549 // (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00008550 // (select (x == 0), y, -1) -> ~(sign_bit (x - 1)) | y
Chris Lattnera2b56002010-12-05 01:23:24 +00008551 // (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00008552 // (select (x != 0), -1, y) -> ~(sign_bit (x - 1)) | y
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008553 if (Cond.getOpcode() == X86ISD::SETCC &&
Chris Lattner96908b12010-12-05 02:00:51 +00008554 Cond.getOperand(1).getOpcode() == X86ISD::CMP &&
8555 isZero(Cond.getOperand(1).getOperand(1))) {
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008556 SDValue Cmp = Cond.getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008557
Chris Lattnera2b56002010-12-05 01:23:24 +00008558 unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008559
8560 if ((isAllOnes(Op1) || isAllOnes(Op2)) &&
Chris Lattner96908b12010-12-05 02:00:51 +00008561 (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
8562 SDValue Y = isAllOnes(Op2) ? Op1 : Op2;
Chris Lattnera2b56002010-12-05 01:23:24 +00008563
8564 SDValue CmpOp0 = Cmp.getOperand(0);
8565 Cmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32,
8566 CmpOp0, DAG.getConstant(1, CmpOp0.getValueType()));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008567
Chris Lattner96908b12010-12-05 02:00:51 +00008568 SDValue Res = // Res = 0 or -1.
Chris Lattnera2b56002010-12-05 01:23:24 +00008569 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
8570 DAG.getConstant(X86::COND_B, MVT::i8), Cmp);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008571
Chris Lattner96908b12010-12-05 02:00:51 +00008572 if (isAllOnes(Op1) != (CondCode == X86::COND_E))
8573 Res = DAG.getNOT(DL, Res, Res.getValueType());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008574
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008575 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2);
Chris Lattnera2b56002010-12-05 01:23:24 +00008576 if (N2C == 0 || !N2C->isNullValue())
8577 Res = DAG.getNode(ISD::OR, DL, Res.getValueType(), Res, Y);
8578 return Res;
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008579 }
8580 }
8581
Chris Lattnera2b56002010-12-05 01:23:24 +00008582 // Look past (and (setcc_carry (cmp ...)), 1).
Evan Chengad9c0a32009-12-15 00:53:42 +00008583 if (Cond.getOpcode() == ISD::AND &&
8584 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8585 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008586 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00008587 Cond = Cond.getOperand(0);
8588 }
8589
Evan Cheng3f41d662007-10-08 22:16:29 +00008590 // If condition flag is set by a X86ISD::CMP, then use it as the condition
8591 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00008592 if (Cond.getOpcode() == X86ISD::SETCC ||
8593 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00008594 CC = Cond.getOperand(0);
8595
Dan Gohman475871a2008-07-27 21:46:04 +00008596 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00008597 unsigned Opc = Cmp.getOpcode();
Owen Andersone50ed302009-08-10 22:56:29 +00008598 EVT VT = Op.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00008599
Evan Cheng3f41d662007-10-08 22:16:29 +00008600 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008601 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00008602 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00008603 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Scott Michelfdc40a02009-02-17 22:15:04 +00008604
Chris Lattnerd1980a52009-03-12 06:52:53 +00008605 if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
8606 Opc == X86ISD::BT) { // FIXME
Evan Cheng3f41d662007-10-08 22:16:29 +00008607 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00008608 addTest = false;
8609 }
8610 }
8611
8612 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008613 // Look pass the truncate.
8614 if (Cond.getOpcode() == ISD::TRUNCATE)
8615 Cond = Cond.getOperand(0);
8616
8617 // We know the result of AND is compared against zero. Try to match
8618 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00008619 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Chris Lattnera2b56002010-12-05 01:23:24 +00008620 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
Evan Chengd40d03e2010-01-06 19:38:29 +00008621 if (NewSetCC.getNode()) {
8622 CC = NewSetCC.getOperand(0);
8623 Cond = NewSetCC.getOperand(1);
8624 addTest = false;
8625 }
8626 }
8627 }
8628
8629 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00008630 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00008631 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00008632 }
8633
Benjamin Kramere915ff32010-12-22 23:09:28 +00008634 // a < b ? -1 : 0 -> RES = ~setcc_carry
8635 // a < b ? 0 : -1 -> RES = setcc_carry
8636 // a >= b ? -1 : 0 -> RES = setcc_carry
8637 // a >= b ? 0 : -1 -> RES = ~setcc_carry
8638 if (Cond.getOpcode() == X86ISD::CMP) {
8639 unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
8640
8641 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) &&
8642 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) {
8643 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
8644 DAG.getConstant(X86::COND_B, MVT::i8), Cond);
8645 if (isAllOnes(Op1) != (CondCode == X86::COND_B))
8646 return DAG.getNOT(DL, Res, Res.getValueType());
8647 return Res;
8648 }
8649 }
8650
Evan Cheng0488db92007-09-25 01:57:46 +00008651 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
8652 // condition is true.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00008653 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008654 SDValue Ops[] = { Op2, Op1, CC, Cond };
Chris Lattnera2b56002010-12-05 01:23:24 +00008655 return DAG.getNode(X86ISD::CMOV, DL, VTs, Ops, array_lengthof(Ops));
Evan Cheng0488db92007-09-25 01:57:46 +00008656}
8657
Evan Cheng370e5342008-12-03 08:38:43 +00008658// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
8659// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
8660// from the AND / OR.
8661static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
8662 Opc = Op.getOpcode();
8663 if (Opc != ISD::OR && Opc != ISD::AND)
8664 return false;
8665 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
8666 Op.getOperand(0).hasOneUse() &&
8667 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
8668 Op.getOperand(1).hasOneUse());
8669}
8670
Evan Cheng961d6d42009-02-02 08:19:07 +00008671// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
8672// 1 and that the SETCC node has a single use.
Evan Cheng67ad9db2009-02-02 08:07:36 +00008673static bool isXor1OfSetCC(SDValue Op) {
8674 if (Op.getOpcode() != ISD::XOR)
8675 return false;
8676 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
8677 if (N1C && N1C->getAPIntValue() == 1) {
8678 return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
8679 Op.getOperand(0).hasOneUse();
8680 }
8681 return false;
8682}
8683
Dan Gohmand858e902010-04-17 15:26:15 +00008684SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00008685 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00008686 SDValue Chain = Op.getOperand(0);
8687 SDValue Cond = Op.getOperand(1);
8688 SDValue Dest = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008689 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00008690 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00008691
Dan Gohman1a492952009-10-20 16:22:37 +00008692 if (Cond.getOpcode() == ISD::SETCC) {
8693 SDValue NewCond = LowerSETCC(Cond, DAG);
8694 if (NewCond.getNode())
8695 Cond = NewCond;
8696 }
Chris Lattnere55484e2008-12-25 05:34:37 +00008697#if 0
8698 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00008699 else if (Cond.getOpcode() == X86ISD::ADD ||
8700 Cond.getOpcode() == X86ISD::SUB ||
8701 Cond.getOpcode() == X86ISD::SMUL ||
8702 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00008703 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00008704#endif
Scott Michelfdc40a02009-02-17 22:15:04 +00008705
Evan Chengad9c0a32009-12-15 00:53:42 +00008706 // Look pass (and (setcc_carry (cmp ...)), 1).
8707 if (Cond.getOpcode() == ISD::AND &&
8708 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8709 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008710 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00008711 Cond = Cond.getOperand(0);
8712 }
8713
Evan Cheng3f41d662007-10-08 22:16:29 +00008714 // If condition flag is set by a X86ISD::CMP, then use it as the condition
8715 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00008716 if (Cond.getOpcode() == X86ISD::SETCC ||
8717 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00008718 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00008719
Dan Gohman475871a2008-07-27 21:46:04 +00008720 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00008721 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00008722 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
Dan Gohman076aee32009-03-04 19:44:21 +00008723 if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00008724 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00008725 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00008726 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00008727 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00008728 default: break;
8729 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00008730 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00008731 // These can only come from an arithmetic instruction with overflow,
8732 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00008733 Cond = Cond.getNode()->getOperand(1);
8734 addTest = false;
8735 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00008736 }
Evan Cheng0488db92007-09-25 01:57:46 +00008737 }
Evan Cheng370e5342008-12-03 08:38:43 +00008738 } else {
8739 unsigned CondOpc;
8740 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
8741 SDValue Cmp = Cond.getOperand(0).getOperand(1);
Evan Cheng370e5342008-12-03 08:38:43 +00008742 if (CondOpc == ISD::OR) {
8743 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
8744 // two branches instead of an explicit OR instruction with a
8745 // separate test.
8746 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00008747 isX86LogicalCmp(Cmp)) {
Evan Cheng370e5342008-12-03 08:38:43 +00008748 CC = Cond.getOperand(0).getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008749 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00008750 Chain, Dest, CC, Cmp);
8751 CC = Cond.getOperand(1).getOperand(0);
8752 Cond = Cmp;
8753 addTest = false;
8754 }
8755 } else { // ISD::AND
8756 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
8757 // two branches instead of an explicit AND instruction with a
8758 // separate test. However, we only do this if this block doesn't
8759 // have a fall-through edge, because this requires an explicit
8760 // jmp when the condition is false.
8761 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00008762 isX86LogicalCmp(Cmp) &&
Evan Cheng370e5342008-12-03 08:38:43 +00008763 Op.getNode()->hasOneUse()) {
8764 X86::CondCode CCode =
8765 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
8766 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008767 CC = DAG.getConstant(CCode, MVT::i8);
Dan Gohman027657d2010-06-18 15:30:29 +00008768 SDNode *User = *Op.getNode()->use_begin();
Evan Cheng370e5342008-12-03 08:38:43 +00008769 // Look for an unconditional branch following this conditional branch.
8770 // We need this because we need to reverse the successors in order
8771 // to implement FCMP_OEQ.
Dan Gohman027657d2010-06-18 15:30:29 +00008772 if (User->getOpcode() == ISD::BR) {
8773 SDValue FalseBB = User->getOperand(1);
8774 SDNode *NewBR =
8775 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
Evan Cheng370e5342008-12-03 08:38:43 +00008776 assert(NewBR == User);
Nick Lewycky2a3ee5e2010-06-20 20:27:42 +00008777 (void)NewBR;
Evan Cheng370e5342008-12-03 08:38:43 +00008778 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00008779
Dale Johannesene4d209d2009-02-03 20:21:25 +00008780 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00008781 Chain, Dest, CC, Cmp);
8782 X86::CondCode CCode =
8783 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
8784 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008785 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng370e5342008-12-03 08:38:43 +00008786 Cond = Cmp;
8787 addTest = false;
8788 }
8789 }
Dan Gohman279c22e2008-10-21 03:29:32 +00008790 }
Evan Cheng67ad9db2009-02-02 08:07:36 +00008791 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
8792 // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
8793 // It should be transformed during dag combiner except when the condition
8794 // is set by a arithmetics with overflow node.
8795 X86::CondCode CCode =
8796 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
8797 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008798 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng67ad9db2009-02-02 08:07:36 +00008799 Cond = Cond.getOperand(0).getOperand(1);
8800 addTest = false;
Dan Gohman279c22e2008-10-21 03:29:32 +00008801 }
Evan Cheng0488db92007-09-25 01:57:46 +00008802 }
8803
8804 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008805 // Look pass the truncate.
8806 if (Cond.getOpcode() == ISD::TRUNCATE)
8807 Cond = Cond.getOperand(0);
8808
8809 // We know the result of AND is compared against zero. Try to match
8810 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00008811 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008812 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);
8813 if (NewSetCC.getNode()) {
8814 CC = NewSetCC.getOperand(0);
8815 Cond = NewSetCC.getOperand(1);
8816 addTest = false;
8817 }
8818 }
8819 }
8820
8821 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00008822 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00008823 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00008824 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00008825 return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00008826 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00008827}
8828
Anton Korobeynikove060b532007-04-17 19:34:00 +00008829
8830// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
8831// Calls to _alloca is needed to probe the stack when allocating more than 4k
8832// bytes in one go. Touching the stack at 4K increments is necessary to ensure
8833// that the guard pages used by the OS virtual memory manager are allocated in
8834// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00008835SDValue
8836X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008837 SelectionDAG &DAG) const {
Duncan Sands1e1ca0b2010-10-21 16:02:12 +00008838 assert((Subtarget->isTargetCygMing() || Subtarget->isTargetWindows()) &&
Michael J. Spencere9c253e2010-10-21 01:41:01 +00008839 "This should be used only on Windows targets");
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008840 assert(!Subtarget->isTargetEnvMacho());
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008841 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008842
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008843 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00008844 SDValue Chain = Op.getOperand(0);
8845 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008846 // FIXME: Ensure alignment here
8847
Dan Gohman475871a2008-07-27 21:46:04 +00008848 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008849
Owen Anderson825b72b2009-08-11 20:47:22 +00008850 EVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008851 unsigned Reg = (Subtarget->is64Bit() ? X86::RAX : X86::EAX);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008852
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008853 Chain = DAG.getCopyToReg(Chain, dl, Reg, Size, Flag);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00008854 Flag = Chain.getValue(1);
8855
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00008856 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00008857
Michael J. Spencere9c253e2010-10-21 01:41:01 +00008858 Chain = DAG.getNode(X86ISD::WIN_ALLOCA, dl, NodeTys, Chain, Flag);
Anton Korobeynikov043f3c22010-03-06 19:32:29 +00008859 Flag = Chain.getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008860
Dale Johannesendd64c412009-02-04 00:33:20 +00008861 Chain = DAG.getCopyFromReg(Chain, dl, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008862
Dan Gohman475871a2008-07-27 21:46:04 +00008863 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008864 return DAG.getMergeValues(Ops1, 2, dl);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008865}
8866
Dan Gohmand858e902010-04-17 15:26:15 +00008867SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00008868 MachineFunction &MF = DAG.getMachineFunction();
8869 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
8870
Dan Gohman69de1932008-02-06 22:27:42 +00008871 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner8026a9d2010-09-21 17:50:43 +00008872 DebugLoc DL = Op.getDebugLoc();
Evan Cheng8b2794a2006-10-13 21:14:26 +00008873
Anton Korobeynikove7beda12010-10-03 22:52:07 +00008874 if (!Subtarget->is64Bit() || Subtarget->isTargetWin64()) {
Evan Cheng25ab6902006-09-08 06:48:29 +00008875 // vastart just stores the address of the VarArgsFrameIndex slot into the
8876 // memory location argument.
Dan Gohman1e93df62010-04-17 14:41:14 +00008877 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8878 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008879 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
8880 MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008881 }
8882
8883 // __va_list_tag:
8884 // gp_offset (0 - 6 * 8)
8885 // fp_offset (48 - 48 + 8 * 16)
8886 // overflow_arg_area (point to parameters coming in memory).
8887 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00008888 SmallVector<SDValue, 8> MemOps;
8889 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00008890 // Store gp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008891 SDValue Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008892 DAG.getConstant(FuncInfo->getVarArgsGPOffset(),
8893 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008894 FIN, MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008895 MemOps.push_back(Store);
8896
8897 // Store fp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008898 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008899 FIN, DAG.getIntPtrConstant(4));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008900 Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008901 DAG.getConstant(FuncInfo->getVarArgsFPOffset(),
8902 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008903 FIN, MachinePointerInfo(SV, 4), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008904 MemOps.push_back(Store);
8905
8906 // Store ptr to overflow_arg_area
Chris Lattner8026a9d2010-09-21 17:50:43 +00008907 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008908 FIN, DAG.getIntPtrConstant(4));
Dan Gohman1e93df62010-04-17 14:41:14 +00008909 SDValue OVFIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8910 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008911 Store = DAG.getStore(Op.getOperand(0), DL, OVFIN, FIN,
8912 MachinePointerInfo(SV, 8),
David Greene67c9d422010-02-15 16:53:33 +00008913 false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008914 MemOps.push_back(Store);
8915
8916 // Store ptr to reg_save_area.
Chris Lattner8026a9d2010-09-21 17:50:43 +00008917 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008918 FIN, DAG.getIntPtrConstant(8));
Dan Gohman1e93df62010-04-17 14:41:14 +00008919 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
8920 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008921 Store = DAG.getStore(Op.getOperand(0), DL, RSFIN, FIN,
8922 MachinePointerInfo(SV, 16), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008923 MemOps.push_back(Store);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008924 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
Dale Johannesene4d209d2009-02-03 20:21:25 +00008925 &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00008926}
8927
Dan Gohmand858e902010-04-17 15:26:15 +00008928SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman320afb82010-10-12 18:00:49 +00008929 assert(Subtarget->is64Bit() &&
8930 "LowerVAARG only handles 64-bit va_arg!");
8931 assert((Subtarget->isTargetLinux() ||
8932 Subtarget->isTargetDarwin()) &&
8933 "Unhandled target in LowerVAARG");
8934 assert(Op.getNode()->getNumOperands() == 4);
8935 SDValue Chain = Op.getOperand(0);
8936 SDValue SrcPtr = Op.getOperand(1);
8937 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
8938 unsigned Align = Op.getConstantOperandVal(3);
8939 DebugLoc dl = Op.getDebugLoc();
Dan Gohman9018e832008-05-10 01:26:14 +00008940
Dan Gohman320afb82010-10-12 18:00:49 +00008941 EVT ArgVT = Op.getNode()->getValueType(0);
Chris Lattnerdb125cf2011-07-18 04:54:35 +00008942 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
Dan Gohman320afb82010-10-12 18:00:49 +00008943 uint32_t ArgSize = getTargetData()->getTypeAllocSize(ArgTy);
8944 uint8_t ArgMode;
8945
8946 // Decide which area this value should be read from.
8947 // TODO: Implement the AMD64 ABI in its entirety. This simple
8948 // selection mechanism works only for the basic types.
8949 if (ArgVT == MVT::f80) {
8950 llvm_unreachable("va_arg for f80 not yet implemented");
8951 } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
8952 ArgMode = 2; // Argument passed in XMM register. Use fp_offset.
8953 } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
8954 ArgMode = 1; // Argument passed in GPR64 register(s). Use gp_offset.
8955 } else {
8956 llvm_unreachable("Unhandled argument type in LowerVAARG");
8957 }
8958
8959 if (ArgMode == 2) {
8960 // Sanity Check: Make sure using fp_offset makes sense.
Michael J. Spencer87b86652010-10-19 07:32:42 +00008961 assert(!UseSoftFloat &&
Eric Christopher52b45052010-10-12 19:44:17 +00008962 !(DAG.getMachineFunction()
8963 .getFunction()->hasFnAttr(Attribute::NoImplicitFloat)) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00008964 Subtarget->hasXMM());
Dan Gohman320afb82010-10-12 18:00:49 +00008965 }
8966
8967 // Insert VAARG_64 node into the DAG
8968 // VAARG_64 returns two values: Variable Argument Address, Chain
8969 SmallVector<SDValue, 11> InstOps;
8970 InstOps.push_back(Chain);
8971 InstOps.push_back(SrcPtr);
8972 InstOps.push_back(DAG.getConstant(ArgSize, MVT::i32));
8973 InstOps.push_back(DAG.getConstant(ArgMode, MVT::i8));
8974 InstOps.push_back(DAG.getConstant(Align, MVT::i32));
8975 SDVTList VTs = DAG.getVTList(getPointerTy(), MVT::Other);
8976 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
8977 VTs, &InstOps[0], InstOps.size(),
8978 MVT::i64,
8979 MachinePointerInfo(SV),
8980 /*Align=*/0,
8981 /*Volatile=*/false,
8982 /*ReadMem=*/true,
8983 /*WriteMem=*/true);
8984 Chain = VAARG.getValue(1);
8985
8986 // Load the next argument and return it
8987 return DAG.getLoad(ArgVT, dl,
8988 Chain,
8989 VAARG,
8990 MachinePointerInfo(),
8991 false, false, 0);
Dan Gohman9018e832008-05-10 01:26:14 +00008992}
8993
Dan Gohmand858e902010-04-17 15:26:15 +00008994SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) const {
Evan Chengae642192007-03-02 23:16:35 +00008995 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00008996 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00008997 SDValue Chain = Op.getOperand(0);
8998 SDValue DstPtr = Op.getOperand(1);
8999 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00009000 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
9001 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Chris Lattnere72f2022010-09-21 05:40:29 +00009002 DebugLoc DL = Op.getDebugLoc();
Evan Chengae642192007-03-02 23:16:35 +00009003
Chris Lattnere72f2022010-09-21 05:40:29 +00009004 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr,
Mon P Wang20adc9d2010-04-04 03:10:48 +00009005 DAG.getIntPtrConstant(24), 8, /*isVolatile*/false,
Michael J. Spencerec38de22010-10-10 22:04:20 +00009006 false,
Chris Lattnere72f2022010-09-21 05:40:29 +00009007 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
Evan Chengae642192007-03-02 23:16:35 +00009008}
9009
Dan Gohman475871a2008-07-27 21:46:04 +00009010SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00009011X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009012 DebugLoc dl = Op.getDebugLoc();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00009013 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00009014 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00009015 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00009016 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00009017 case Intrinsic::x86_sse_comieq_ss:
9018 case Intrinsic::x86_sse_comilt_ss:
9019 case Intrinsic::x86_sse_comile_ss:
9020 case Intrinsic::x86_sse_comigt_ss:
9021 case Intrinsic::x86_sse_comige_ss:
9022 case Intrinsic::x86_sse_comineq_ss:
9023 case Intrinsic::x86_sse_ucomieq_ss:
9024 case Intrinsic::x86_sse_ucomilt_ss:
9025 case Intrinsic::x86_sse_ucomile_ss:
9026 case Intrinsic::x86_sse_ucomigt_ss:
9027 case Intrinsic::x86_sse_ucomige_ss:
9028 case Intrinsic::x86_sse_ucomineq_ss:
9029 case Intrinsic::x86_sse2_comieq_sd:
9030 case Intrinsic::x86_sse2_comilt_sd:
9031 case Intrinsic::x86_sse2_comile_sd:
9032 case Intrinsic::x86_sse2_comigt_sd:
9033 case Intrinsic::x86_sse2_comige_sd:
9034 case Intrinsic::x86_sse2_comineq_sd:
9035 case Intrinsic::x86_sse2_ucomieq_sd:
9036 case Intrinsic::x86_sse2_ucomilt_sd:
9037 case Intrinsic::x86_sse2_ucomile_sd:
9038 case Intrinsic::x86_sse2_ucomigt_sd:
9039 case Intrinsic::x86_sse2_ucomige_sd:
9040 case Intrinsic::x86_sse2_ucomineq_sd: {
9041 unsigned Opc = 0;
9042 ISD::CondCode CC = ISD::SETCC_INVALID;
9043 switch (IntNo) {
9044 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00009045 case Intrinsic::x86_sse_comieq_ss:
9046 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009047 Opc = X86ISD::COMI;
9048 CC = ISD::SETEQ;
9049 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00009050 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009051 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009052 Opc = X86ISD::COMI;
9053 CC = ISD::SETLT;
9054 break;
9055 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009056 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009057 Opc = X86ISD::COMI;
9058 CC = ISD::SETLE;
9059 break;
9060 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009061 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009062 Opc = X86ISD::COMI;
9063 CC = ISD::SETGT;
9064 break;
9065 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009066 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009067 Opc = X86ISD::COMI;
9068 CC = ISD::SETGE;
9069 break;
9070 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009071 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009072 Opc = X86ISD::COMI;
9073 CC = ISD::SETNE;
9074 break;
9075 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009076 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009077 Opc = X86ISD::UCOMI;
9078 CC = ISD::SETEQ;
9079 break;
9080 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009081 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009082 Opc = X86ISD::UCOMI;
9083 CC = ISD::SETLT;
9084 break;
9085 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009086 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009087 Opc = X86ISD::UCOMI;
9088 CC = ISD::SETLE;
9089 break;
9090 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009091 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009092 Opc = X86ISD::UCOMI;
9093 CC = ISD::SETGT;
9094 break;
9095 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00009096 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00009097 Opc = X86ISD::UCOMI;
9098 CC = ISD::SETGE;
9099 break;
9100 case Intrinsic::x86_sse_ucomineq_ss:
9101 case Intrinsic::x86_sse2_ucomineq_sd:
9102 Opc = X86ISD::UCOMI;
9103 CC = ISD::SETNE;
9104 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00009105 }
Evan Cheng734503b2006-09-11 02:19:56 +00009106
Dan Gohman475871a2008-07-27 21:46:04 +00009107 SDValue LHS = Op.getOperand(1);
9108 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00009109 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00009110 assert(X86CC != X86::COND_INVALID && "Unexpected illegal condition!");
Owen Anderson825b72b2009-08-11 20:47:22 +00009111 SDValue Cond = DAG.getNode(Opc, dl, MVT::i32, LHS, RHS);
9112 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
9113 DAG.getConstant(X86CC, MVT::i8), Cond);
9114 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00009115 }
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009116 // ptest and testp intrinsics. The intrinsic these come from are designed to
9117 // return an integer value, not just an instruction so lower it to the ptest
9118 // or testp pattern and a setcc for the result.
Eric Christopher71c67532009-07-29 00:28:05 +00009119 case Intrinsic::x86_sse41_ptestz:
9120 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009121 case Intrinsic::x86_sse41_ptestnzc:
9122 case Intrinsic::x86_avx_ptestz_256:
9123 case Intrinsic::x86_avx_ptestc_256:
9124 case Intrinsic::x86_avx_ptestnzc_256:
9125 case Intrinsic::x86_avx_vtestz_ps:
9126 case Intrinsic::x86_avx_vtestc_ps:
9127 case Intrinsic::x86_avx_vtestnzc_ps:
9128 case Intrinsic::x86_avx_vtestz_pd:
9129 case Intrinsic::x86_avx_vtestc_pd:
9130 case Intrinsic::x86_avx_vtestnzc_pd:
9131 case Intrinsic::x86_avx_vtestz_ps_256:
9132 case Intrinsic::x86_avx_vtestc_ps_256:
9133 case Intrinsic::x86_avx_vtestnzc_ps_256:
9134 case Intrinsic::x86_avx_vtestz_pd_256:
9135 case Intrinsic::x86_avx_vtestc_pd_256:
9136 case Intrinsic::x86_avx_vtestnzc_pd_256: {
9137 bool IsTestPacked = false;
Eric Christopher71c67532009-07-29 00:28:05 +00009138 unsigned X86CC = 0;
9139 switch (IntNo) {
Eric Christopher978dae32009-07-29 18:14:04 +00009140 default: llvm_unreachable("Bad fallthrough in Intrinsic lowering.");
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009141 case Intrinsic::x86_avx_vtestz_ps:
9142 case Intrinsic::x86_avx_vtestz_pd:
9143 case Intrinsic::x86_avx_vtestz_ps_256:
9144 case Intrinsic::x86_avx_vtestz_pd_256:
9145 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00009146 case Intrinsic::x86_sse41_ptestz:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009147 case Intrinsic::x86_avx_ptestz_256:
Eric Christopher71c67532009-07-29 00:28:05 +00009148 // ZF = 1
9149 X86CC = X86::COND_E;
9150 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009151 case Intrinsic::x86_avx_vtestc_ps:
9152 case Intrinsic::x86_avx_vtestc_pd:
9153 case Intrinsic::x86_avx_vtestc_ps_256:
9154 case Intrinsic::x86_avx_vtestc_pd_256:
9155 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00009156 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009157 case Intrinsic::x86_avx_ptestc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00009158 // CF = 1
9159 X86CC = X86::COND_B;
9160 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009161 case Intrinsic::x86_avx_vtestnzc_ps:
9162 case Intrinsic::x86_avx_vtestnzc_pd:
9163 case Intrinsic::x86_avx_vtestnzc_ps_256:
9164 case Intrinsic::x86_avx_vtestnzc_pd_256:
9165 IsTestPacked = true; // Fallthrough
Eric Christopherfd179292009-08-27 18:07:15 +00009166 case Intrinsic::x86_sse41_ptestnzc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009167 case Intrinsic::x86_avx_ptestnzc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00009168 // ZF and CF = 0
9169 X86CC = X86::COND_A;
9170 break;
9171 }
Eric Christopherfd179292009-08-27 18:07:15 +00009172
Eric Christopher71c67532009-07-29 00:28:05 +00009173 SDValue LHS = Op.getOperand(1);
9174 SDValue RHS = Op.getOperand(2);
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009175 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
9176 SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS);
Owen Anderson825b72b2009-08-11 20:47:22 +00009177 SDValue CC = DAG.getConstant(X86CC, MVT::i8);
9178 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
9179 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Eric Christopher71c67532009-07-29 00:28:05 +00009180 }
Evan Cheng5759f972008-05-04 09:15:50 +00009181
9182 // Fix vector shift instructions where the last operand is a non-immediate
9183 // i32 value.
9184 case Intrinsic::x86_sse2_pslli_w:
9185 case Intrinsic::x86_sse2_pslli_d:
9186 case Intrinsic::x86_sse2_pslli_q:
9187 case Intrinsic::x86_sse2_psrli_w:
9188 case Intrinsic::x86_sse2_psrli_d:
9189 case Intrinsic::x86_sse2_psrli_q:
9190 case Intrinsic::x86_sse2_psrai_w:
9191 case Intrinsic::x86_sse2_psrai_d:
9192 case Intrinsic::x86_mmx_pslli_w:
9193 case Intrinsic::x86_mmx_pslli_d:
9194 case Intrinsic::x86_mmx_pslli_q:
9195 case Intrinsic::x86_mmx_psrli_w:
9196 case Intrinsic::x86_mmx_psrli_d:
9197 case Intrinsic::x86_mmx_psrli_q:
9198 case Intrinsic::x86_mmx_psrai_w:
9199 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00009200 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00009201 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00009202 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00009203
9204 unsigned NewIntNo = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00009205 EVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00009206 switch (IntNo) {
9207 case Intrinsic::x86_sse2_pslli_w:
9208 NewIntNo = Intrinsic::x86_sse2_psll_w;
9209 break;
9210 case Intrinsic::x86_sse2_pslli_d:
9211 NewIntNo = Intrinsic::x86_sse2_psll_d;
9212 break;
9213 case Intrinsic::x86_sse2_pslli_q:
9214 NewIntNo = Intrinsic::x86_sse2_psll_q;
9215 break;
9216 case Intrinsic::x86_sse2_psrli_w:
9217 NewIntNo = Intrinsic::x86_sse2_psrl_w;
9218 break;
9219 case Intrinsic::x86_sse2_psrli_d:
9220 NewIntNo = Intrinsic::x86_sse2_psrl_d;
9221 break;
9222 case Intrinsic::x86_sse2_psrli_q:
9223 NewIntNo = Intrinsic::x86_sse2_psrl_q;
9224 break;
9225 case Intrinsic::x86_sse2_psrai_w:
9226 NewIntNo = Intrinsic::x86_sse2_psra_w;
9227 break;
9228 case Intrinsic::x86_sse2_psrai_d:
9229 NewIntNo = Intrinsic::x86_sse2_psra_d;
9230 break;
9231 default: {
Owen Anderson825b72b2009-08-11 20:47:22 +00009232 ShAmtVT = MVT::v2i32;
Evan Cheng5759f972008-05-04 09:15:50 +00009233 switch (IntNo) {
9234 case Intrinsic::x86_mmx_pslli_w:
9235 NewIntNo = Intrinsic::x86_mmx_psll_w;
9236 break;
9237 case Intrinsic::x86_mmx_pslli_d:
9238 NewIntNo = Intrinsic::x86_mmx_psll_d;
9239 break;
9240 case Intrinsic::x86_mmx_pslli_q:
9241 NewIntNo = Intrinsic::x86_mmx_psll_q;
9242 break;
9243 case Intrinsic::x86_mmx_psrli_w:
9244 NewIntNo = Intrinsic::x86_mmx_psrl_w;
9245 break;
9246 case Intrinsic::x86_mmx_psrli_d:
9247 NewIntNo = Intrinsic::x86_mmx_psrl_d;
9248 break;
9249 case Intrinsic::x86_mmx_psrli_q:
9250 NewIntNo = Intrinsic::x86_mmx_psrl_q;
9251 break;
9252 case Intrinsic::x86_mmx_psrai_w:
9253 NewIntNo = Intrinsic::x86_mmx_psra_w;
9254 break;
9255 case Intrinsic::x86_mmx_psrai_d:
9256 NewIntNo = Intrinsic::x86_mmx_psra_d;
9257 break;
Torok Edwinc23197a2009-07-14 16:55:14 +00009258 default: llvm_unreachable("Impossible intrinsic"); // Can't reach here.
Evan Cheng5759f972008-05-04 09:15:50 +00009259 }
9260 break;
9261 }
9262 }
Mon P Wangefa42202009-09-03 19:56:25 +00009263
9264 // The vector shift intrinsics with scalars uses 32b shift amounts but
9265 // the sse2/mmx shift instructions reads 64 bits. Set the upper 32 bits
9266 // to be zero.
9267 SDValue ShOps[4];
9268 ShOps[0] = ShAmt;
9269 ShOps[1] = DAG.getConstant(0, MVT::i32);
9270 if (ShAmtVT == MVT::v4i32) {
9271 ShOps[2] = DAG.getUNDEF(MVT::i32);
9272 ShOps[3] = DAG.getUNDEF(MVT::i32);
9273 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 4);
9274 } else {
9275 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 2);
Dale Johannesen0488fb62010-09-30 23:57:10 +00009276// FIXME this must be lowered to get rid of the invalid type.
Mon P Wangefa42202009-09-03 19:56:25 +00009277 }
9278
Owen Andersone50ed302009-08-10 22:56:29 +00009279 EVT VT = Op.getValueType();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009280 ShAmt = DAG.getNode(ISD::BITCAST, dl, VT, ShAmt);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009281 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009282 DAG.getConstant(NewIntNo, MVT::i32),
Evan Cheng5759f972008-05-04 09:15:50 +00009283 Op.getOperand(1), ShAmt);
9284 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00009285 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00009286}
Evan Cheng72261582005-12-20 06:22:03 +00009287
Dan Gohmand858e902010-04-17 15:26:15 +00009288SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
9289 SelectionDAG &DAG) const {
Evan Cheng2457f2c2010-05-22 01:47:14 +00009290 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
9291 MFI->setReturnAddressIsTaken(true);
9292
Bill Wendling64e87322009-01-16 19:25:27 +00009293 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009294 DebugLoc dl = Op.getDebugLoc();
Bill Wendling64e87322009-01-16 19:25:27 +00009295
9296 if (Depth > 0) {
9297 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
9298 SDValue Offset =
9299 DAG.getConstant(TD->getPointerSize(),
Owen Anderson825b72b2009-08-11 20:47:22 +00009300 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009301 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Scott Michelfdc40a02009-02-17 22:15:04 +00009302 DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00009303 FrameAddr, Offset),
Chris Lattner51abfe42010-09-21 06:02:19 +00009304 MachinePointerInfo(), false, false, 0);
Bill Wendling64e87322009-01-16 19:25:27 +00009305 }
9306
9307 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00009308 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00009309 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Chris Lattner51abfe42010-09-21 06:02:19 +00009310 RetAddrFI, MachinePointerInfo(), false, false, 0);
Nate Begemanbcc5f362007-01-29 22:58:52 +00009311}
9312
Dan Gohmand858e902010-04-17 15:26:15 +00009313SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng184793f2008-09-27 01:56:22 +00009314 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
9315 MFI->setFrameAddressIsTaken(true);
Evan Cheng2457f2c2010-05-22 01:47:14 +00009316
Owen Andersone50ed302009-08-10 22:56:29 +00009317 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009318 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful
Evan Cheng184793f2008-09-27 01:56:22 +00009319 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
9320 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
Dale Johannesendd64c412009-02-04 00:33:20 +00009321 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
Evan Cheng184793f2008-09-27 01:56:22 +00009322 while (Depth--)
Chris Lattner51abfe42010-09-21 06:02:19 +00009323 FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr,
9324 MachinePointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +00009325 false, false, 0);
Evan Cheng184793f2008-09-27 01:56:22 +00009326 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00009327}
9328
Dan Gohman475871a2008-07-27 21:46:04 +00009329SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00009330 SelectionDAG &DAG) const {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00009331 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009332}
9333
Dan Gohmand858e902010-04-17 15:26:15 +00009334SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const {
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009335 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00009336 SDValue Chain = Op.getOperand(0);
9337 SDValue Offset = Op.getOperand(1);
9338 SDValue Handler = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009339 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009340
Dan Gohmand8816272010-08-11 18:14:00 +00009341 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl,
9342 Subtarget->is64Bit() ? X86::RBP : X86::EBP,
9343 getPointerTy());
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00009344 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009345
Dan Gohmand8816272010-08-11 18:14:00 +00009346 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), Frame,
9347 DAG.getIntPtrConstant(TD->getPointerSize()));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009348 StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), StoreAddr, Offset);
Chris Lattner8026a9d2010-09-21 17:50:43 +00009349 Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, MachinePointerInfo(),
9350 false, false, 0);
Dale Johannesendd64c412009-02-04 00:33:20 +00009351 Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00009352 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009353
Dale Johannesene4d209d2009-02-03 20:21:25 +00009354 return DAG.getNode(X86ISD::EH_RETURN, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00009355 MVT::Other,
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00009356 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009357}
9358
Dan Gohman475871a2008-07-27 21:46:04 +00009359SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00009360 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00009361 SDValue Root = Op.getOperand(0);
9362 SDValue Trmp = Op.getOperand(1); // trampoline
9363 SDValue FPtr = Op.getOperand(2); // nested function
9364 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009365 DebugLoc dl = Op.getDebugLoc();
Duncan Sandsb116fac2007-07-27 20:02:49 +00009366
Dan Gohman69de1932008-02-06 22:27:42 +00009367 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00009368
9369 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00009370 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00009371
9372 // Large code-model.
Chris Lattnera62fe662010-02-05 19:20:30 +00009373 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode.
9374 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
Duncan Sands339e14f2008-01-16 22:55:25 +00009375
Evan Cheng0e6a0522011-07-18 20:57:22 +00009376 const unsigned char N86R10 = X86_MC::getX86RegNum(X86::R10);
9377 const unsigned char N86R11 = X86_MC::getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00009378
9379 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
9380
9381 // Load the pointer to the nested function into R11.
9382 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00009383 SDValue Addr = Trmp;
Owen Anderson825b72b2009-08-11 20:47:22 +00009384 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00009385 Addr, MachinePointerInfo(TrmpAddr),
9386 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00009387
Owen Anderson825b72b2009-08-11 20:47:22 +00009388 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
9389 DAG.getConstant(2, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00009390 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
9391 MachinePointerInfo(TrmpAddr, 2),
David Greene67c9d422010-02-15 16:53:33 +00009392 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00009393
9394 // Load the 'nest' parameter value into R10.
9395 // R10 is specified in X86CallingConv.td
9396 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
Owen Anderson825b72b2009-08-11 20:47:22 +00009397 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
9398 DAG.getConstant(10, MVT::i64));
9399 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00009400 Addr, MachinePointerInfo(TrmpAddr, 10),
9401 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00009402
Owen Anderson825b72b2009-08-11 20:47:22 +00009403 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
9404 DAG.getConstant(12, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00009405 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
9406 MachinePointerInfo(TrmpAddr, 12),
David Greene67c9d422010-02-15 16:53:33 +00009407 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00009408
9409 // Jump to the nested function.
9410 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
Owen Anderson825b72b2009-08-11 20:47:22 +00009411 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
9412 DAG.getConstant(20, MVT::i64));
9413 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00009414 Addr, MachinePointerInfo(TrmpAddr, 20),
9415 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00009416
9417 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
Owen Anderson825b72b2009-08-11 20:47:22 +00009418 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
9419 DAG.getConstant(22, MVT::i64));
9420 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00009421 MachinePointerInfo(TrmpAddr, 22),
9422 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00009423
Dan Gohman475871a2008-07-27 21:46:04 +00009424 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00009425 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00009426 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009427 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00009428 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00009429 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00009430 CallingConv::ID CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00009431 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00009432
9433 switch (CC) {
9434 default:
Torok Edwinc23197a2009-07-14 16:55:14 +00009435 llvm_unreachable("Unsupported calling convention");
Duncan Sandsb116fac2007-07-27 20:02:49 +00009436 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00009437 case CallingConv::X86_StdCall: {
9438 // Pass 'nest' parameter in ECX.
9439 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00009440 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00009441
9442 // Check that ECX wasn't needed by an 'inreg' parameter.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00009443 FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00009444 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00009445
Chris Lattner58d74912008-03-12 17:45:29 +00009446 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00009447 unsigned InRegCount = 0;
9448 unsigned Idx = 1;
9449
9450 for (FunctionType::param_iterator I = FTy->param_begin(),
9451 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00009452 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00009453 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00009454 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00009455
9456 if (InRegCount > 2) {
Eric Christopher90eb4022010-07-22 00:26:08 +00009457 report_fatal_error("Nest register in use - reduce number of inreg"
9458 " parameters!");
Duncan Sandsb116fac2007-07-27 20:02:49 +00009459 }
9460 }
9461 break;
9462 }
9463 case CallingConv::X86_FastCall:
Anton Korobeynikovded05e32010-05-16 09:08:45 +00009464 case CallingConv::X86_ThisCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00009465 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00009466 // Pass 'nest' parameter in EAX.
9467 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00009468 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00009469 break;
9470 }
9471
Dan Gohman475871a2008-07-27 21:46:04 +00009472 SDValue OutChains[4];
9473 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00009474
Owen Anderson825b72b2009-08-11 20:47:22 +00009475 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
9476 DAG.getConstant(10, MVT::i32));
9477 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009478
Chris Lattnera62fe662010-02-05 19:20:30 +00009479 // This is storing the opcode for MOV32ri.
9480 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
Evan Cheng0e6a0522011-07-18 20:57:22 +00009481 const unsigned char N86Reg = X86_MC::getX86RegNum(NestReg);
Scott Michelfdc40a02009-02-17 22:15:04 +00009482 OutChains[0] = DAG.getStore(Root, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00009483 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Chris Lattner8026a9d2010-09-21 17:50:43 +00009484 Trmp, MachinePointerInfo(TrmpAddr),
9485 false, false, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009486
Owen Anderson825b72b2009-08-11 20:47:22 +00009487 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
9488 DAG.getConstant(1, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00009489 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
9490 MachinePointerInfo(TrmpAddr, 1),
David Greene67c9d422010-02-15 16:53:33 +00009491 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009492
Chris Lattnera62fe662010-02-05 19:20:30 +00009493 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
Owen Anderson825b72b2009-08-11 20:47:22 +00009494 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
9495 DAG.getConstant(5, MVT::i32));
9496 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00009497 MachinePointerInfo(TrmpAddr, 5),
9498 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009499
Owen Anderson825b72b2009-08-11 20:47:22 +00009500 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
9501 DAG.getConstant(6, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00009502 OutChains[3] = DAG.getStore(Root, dl, Disp, Addr,
9503 MachinePointerInfo(TrmpAddr, 6),
David Greene67c9d422010-02-15 16:53:33 +00009504 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009505
Dan Gohman475871a2008-07-27 21:46:04 +00009506 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00009507 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 4) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00009508 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009509 }
9510}
9511
Dan Gohmand858e902010-04-17 15:26:15 +00009512SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op,
9513 SelectionDAG &DAG) const {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009514 /*
9515 The rounding mode is in bits 11:10 of FPSR, and has the following
9516 settings:
9517 00 Round to nearest
9518 01 Round to -inf
9519 10 Round to +inf
9520 11 Round to 0
9521
9522 FLT_ROUNDS, on the other hand, expects the following:
9523 -1 Undefined
9524 0 Round to 0
9525 1 Round to nearest
9526 2 Round to +inf
9527 3 Round to -inf
9528
9529 To perform the conversion, we do:
9530 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
9531 */
9532
9533 MachineFunction &MF = DAG.getMachineFunction();
9534 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00009535 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009536 unsigned StackAlignment = TFI.getStackAlignment();
Owen Andersone50ed302009-08-10 22:56:29 +00009537 EVT VT = Op.getValueType();
Chris Lattner2156b792010-09-22 01:11:26 +00009538 DebugLoc DL = Op.getDebugLoc();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009539
9540 // Save FP Control Word to stack slot
David Greene3f2bf852009-11-12 20:49:22 +00009541 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment, false);
Dan Gohman475871a2008-07-27 21:46:04 +00009542 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009543
Michael J. Spencerec38de22010-10-10 22:04:20 +00009544
Chris Lattner2156b792010-09-22 01:11:26 +00009545 MachineMemOperand *MMO =
9546 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
9547 MachineMemOperand::MOStore, 2, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009548
Chris Lattner2156b792010-09-22 01:11:26 +00009549 SDValue Ops[] = { DAG.getEntryNode(), StackSlot };
9550 SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL,
9551 DAG.getVTList(MVT::Other),
9552 Ops, 2, MVT::i16, MMO);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009553
9554 // Load FP Control Word from stack slot
Chris Lattner2156b792010-09-22 01:11:26 +00009555 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot,
Chris Lattner51abfe42010-09-21 06:02:19 +00009556 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009557
9558 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00009559 SDValue CWD1 =
Chris Lattner2156b792010-09-22 01:11:26 +00009560 DAG.getNode(ISD::SRL, DL, MVT::i16,
9561 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00009562 CWD, DAG.getConstant(0x800, MVT::i16)),
9563 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00009564 SDValue CWD2 =
Chris Lattner2156b792010-09-22 01:11:26 +00009565 DAG.getNode(ISD::SRL, DL, MVT::i16,
9566 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00009567 CWD, DAG.getConstant(0x400, MVT::i16)),
9568 DAG.getConstant(9, MVT::i8));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009569
Dan Gohman475871a2008-07-27 21:46:04 +00009570 SDValue RetVal =
Chris Lattner2156b792010-09-22 01:11:26 +00009571 DAG.getNode(ISD::AND, DL, MVT::i16,
9572 DAG.getNode(ISD::ADD, DL, MVT::i16,
9573 DAG.getNode(ISD::OR, DL, MVT::i16, CWD1, CWD2),
Owen Anderson825b72b2009-08-11 20:47:22 +00009574 DAG.getConstant(1, MVT::i16)),
9575 DAG.getConstant(3, MVT::i16));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009576
9577
Duncan Sands83ec4b62008-06-06 12:08:01 +00009578 return DAG.getNode((VT.getSizeInBits() < 16 ?
Chris Lattner2156b792010-09-22 01:11:26 +00009579 ISD::TRUNCATE : ISD::ZERO_EXTEND), DL, VT, RetVal);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009580}
9581
Dan Gohmand858e902010-04-17 15:26:15 +00009582SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009583 EVT VT = Op.getValueType();
9584 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009585 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009586 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00009587
9588 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009589 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00009590 // Zero extend to i32 since there is not an i8 bsr.
Owen Anderson825b72b2009-08-11 20:47:22 +00009591 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00009592 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009593 }
Evan Cheng18efe262007-12-14 02:13:44 +00009594
Evan Cheng152804e2007-12-14 08:30:15 +00009595 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009596 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009597 Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00009598
9599 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00009600 SDValue Ops[] = {
9601 Op,
9602 DAG.getConstant(NumBits+NumBits-1, OpVT),
9603 DAG.getConstant(X86::COND_E, MVT::i8),
9604 Op.getValue(1)
9605 };
9606 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00009607
9608 // Finally xor with NumBits-1.
Dale Johannesene4d209d2009-02-03 20:21:25 +00009609 Op = DAG.getNode(ISD::XOR, dl, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
Evan Cheng152804e2007-12-14 08:30:15 +00009610
Owen Anderson825b72b2009-08-11 20:47:22 +00009611 if (VT == MVT::i8)
9612 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009613 return Op;
9614}
9615
Dan Gohmand858e902010-04-17 15:26:15 +00009616SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009617 EVT VT = Op.getValueType();
9618 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009619 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009620 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00009621
9622 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009623 if (VT == MVT::i8) {
9624 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00009625 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009626 }
Evan Cheng152804e2007-12-14 08:30:15 +00009627
9628 // Issue a bsf (scan bits forward) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009629 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009630 Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00009631
9632 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00009633 SDValue Ops[] = {
9634 Op,
9635 DAG.getConstant(NumBits, OpVT),
9636 DAG.getConstant(X86::COND_E, MVT::i8),
9637 Op.getValue(1)
9638 };
9639 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00009640
Owen Anderson825b72b2009-08-11 20:47:22 +00009641 if (VT == MVT::i8)
9642 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009643 return Op;
9644}
9645
Craig Topper13894fa2011-08-24 06:14:18 +00009646// Lower256IntArith - Break a 256-bit integer operation into two new 128-bit
9647// ones, and then concatenate the result back.
9648static SDValue Lower256IntArith(SDValue Op, SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00009649 EVT VT = Op.getValueType();
Craig Topper13894fa2011-08-24 06:14:18 +00009650
9651 assert(VT.getSizeInBits() == 256 && VT.isInteger() &&
9652 "Unsupported value type for operation");
9653
9654 int NumElems = VT.getVectorNumElements();
9655 DebugLoc dl = Op.getDebugLoc();
9656 SDValue Idx0 = DAG.getConstant(0, MVT::i32);
9657 SDValue Idx1 = DAG.getConstant(NumElems/2, MVT::i32);
9658
9659 // Extract the LHS vectors
9660 SDValue LHS = Op.getOperand(0);
9661 SDValue LHS1 = Extract128BitVector(LHS, Idx0, DAG, dl);
9662 SDValue LHS2 = Extract128BitVector(LHS, Idx1, DAG, dl);
9663
9664 // Extract the RHS vectors
9665 SDValue RHS = Op.getOperand(1);
9666 SDValue RHS1 = Extract128BitVector(RHS, Idx0, DAG, dl);
9667 SDValue RHS2 = Extract128BitVector(RHS, Idx1, DAG, dl);
9668
9669 MVT EltVT = VT.getVectorElementType().getSimpleVT();
9670 EVT NewVT = MVT::getVectorVT(EltVT, NumElems/2);
9671
9672 return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT,
9673 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS1, RHS1),
9674 DAG.getNode(Op.getOpcode(), dl, NewVT, LHS2, RHS2));
9675}
9676
9677SDValue X86TargetLowering::LowerADD(SDValue Op, SelectionDAG &DAG) const {
9678 assert(Op.getValueType().getSizeInBits() == 256 &&
9679 Op.getValueType().isInteger() &&
9680 "Only handle AVX 256-bit vector integer operation");
9681 return Lower256IntArith(Op, DAG);
9682}
9683
9684SDValue X86TargetLowering::LowerSUB(SDValue Op, SelectionDAG &DAG) const {
9685 assert(Op.getValueType().getSizeInBits() == 256 &&
9686 Op.getValueType().isInteger() &&
9687 "Only handle AVX 256-bit vector integer operation");
9688 return Lower256IntArith(Op, DAG);
9689}
9690
9691SDValue X86TargetLowering::LowerMUL(SDValue Op, SelectionDAG &DAG) const {
9692 EVT VT = Op.getValueType();
9693
9694 // Decompose 256-bit ops into smaller 128-bit ops.
9695 if (VT.getSizeInBits() == 256)
9696 return Lower256IntArith(Op, DAG);
9697
Owen Anderson825b72b2009-08-11 20:47:22 +00009698 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009699 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00009700
Mon P Wangaf9b9522008-12-18 21:42:19 +00009701 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
9702 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
9703 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
9704 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
9705 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
9706 //
9707 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
9708 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
9709 // return AloBlo + AloBhi + AhiBlo;
9710
9711 SDValue A = Op.getOperand(0);
9712 SDValue B = Op.getOperand(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009713
Dale Johannesene4d209d2009-02-03 20:21:25 +00009714 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009715 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9716 A, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009717 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009718 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9719 B, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009720 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009721 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00009722 A, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009723 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009724 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00009725 A, Bhi);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009726 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009727 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00009728 Ahi, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009729 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009730 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9731 AloBhi, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009732 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009733 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9734 AhiBlo, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009735 SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
9736 Res = DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
Mon P Wangaf9b9522008-12-18 21:42:19 +00009737 return Res;
9738}
9739
Nadav Rotem43012222011-05-11 08:12:09 +00009740SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) const {
9741
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009742 EVT VT = Op.getValueType();
9743 DebugLoc dl = Op.getDebugLoc();
9744 SDValue R = Op.getOperand(0);
Nadav Rotem43012222011-05-11 08:12:09 +00009745 SDValue Amt = Op.getOperand(1);
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009746 LLVMContext *Context = DAG.getContext();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009747
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +00009748 if (!(Subtarget->hasSSE2() || Subtarget->hasAVX()))
9749 return SDValue();
9750
9751 // Decompose 256-bit shifts into smaller 128-bit shifts.
9752 if (VT.getSizeInBits() == 256) {
9753 int NumElems = VT.getVectorNumElements();
9754 MVT EltVT = VT.getVectorElementType().getSimpleVT();
9755 EVT NewVT = MVT::getVectorVT(EltVT, NumElems/2);
9756
9757 // Extract the two vectors
9758 SDValue V1 = Extract128BitVector(R, DAG.getConstant(0, MVT::i32), DAG, dl);
9759 SDValue V2 = Extract128BitVector(R, DAG.getConstant(NumElems/2, MVT::i32),
9760 DAG, dl);
9761
9762 // Recreate the shift amount vectors
Bruno Cardoso Lopes0dd80b02011-08-17 22:12:20 +00009763 SDValue Amt1, Amt2;
9764 if (Amt.getOpcode() == ISD::BUILD_VECTOR) {
9765 // Constant shift amount
9766 SmallVector<SDValue, 4> Amt1Csts;
9767 SmallVector<SDValue, 4> Amt2Csts;
9768 for (int i = 0; i < NumElems/2; ++i)
9769 Amt1Csts.push_back(Amt->getOperand(i));
9770 for (int i = NumElems/2; i < NumElems; ++i)
9771 Amt2Csts.push_back(Amt->getOperand(i));
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +00009772
Bruno Cardoso Lopes0dd80b02011-08-17 22:12:20 +00009773 Amt1 = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT,
9774 &Amt1Csts[0], NumElems/2);
9775 Amt2 = DAG.getNode(ISD::BUILD_VECTOR, dl, NewVT,
9776 &Amt2Csts[0], NumElems/2);
9777 } else {
9778 // Variable shift amount
9779 Amt1 = Extract128BitVector(Amt, DAG.getConstant(0, MVT::i32), DAG, dl);
9780 Amt2 = Extract128BitVector(Amt, DAG.getConstant(NumElems/2, MVT::i32),
9781 DAG, dl);
9782 }
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +00009783
9784 // Issue new vector shifts for the smaller types
9785 V1 = DAG.getNode(Op.getOpcode(), dl, NewVT, V1, Amt1);
9786 V2 = DAG.getNode(Op.getOpcode(), dl, NewVT, V2, Amt2);
9787
9788 // Concatenate the result back
9789 return DAG.getNode(ISD::CONCAT_VECTORS, dl, VT, V1, V2);
9790 }
Nate Begeman51409212010-07-28 00:21:48 +00009791
Nadav Rotem43012222011-05-11 08:12:09 +00009792 // Optimize shl/srl/sra with constant shift amount.
9793 if (isSplatVector(Amt.getNode())) {
9794 SDValue SclrAmt = Amt->getOperand(0);
9795 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt)) {
9796 uint64_t ShiftAmt = C->getZExtValue();
9797
9798 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SHL)
9799 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9800 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9801 R, DAG.getConstant(ShiftAmt, MVT::i32));
9802
9803 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SHL)
9804 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9805 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
9806 R, DAG.getConstant(ShiftAmt, MVT::i32));
9807
9808 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SHL)
9809 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9810 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
9811 R, DAG.getConstant(ShiftAmt, MVT::i32));
9812
9813 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SRL)
9814 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9815 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9816 R, DAG.getConstant(ShiftAmt, MVT::i32));
9817
9818 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRL)
9819 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9820 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
9821 R, DAG.getConstant(ShiftAmt, MVT::i32));
9822
9823 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRL)
9824 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9825 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
9826 R, DAG.getConstant(ShiftAmt, MVT::i32));
9827
9828 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRA)
9829 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9830 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
9831 R, DAG.getConstant(ShiftAmt, MVT::i32));
9832
9833 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRA)
9834 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9835 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
9836 R, DAG.getConstant(ShiftAmt, MVT::i32));
9837 }
9838 }
9839
9840 // Lower SHL with variable shift amount.
Nadav Rotem43012222011-05-11 08:12:09 +00009841 if (VT == MVT::v4i32 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00009842 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9843 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
9844 Op.getOperand(1), DAG.getConstant(23, MVT::i32));
9845
9846 ConstantInt *CI = ConstantInt::get(*Context, APInt(32, 0x3f800000U));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009847
Nate Begeman51409212010-07-28 00:21:48 +00009848 std::vector<Constant*> CV(4, CI);
9849 Constant *C = ConstantVector::get(CV);
9850 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9851 SDValue Addend = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009852 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00009853 false, false, 16);
9854
9855 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Addend);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009856 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009857 Op = DAG.getNode(ISD::FP_TO_SINT, dl, VT, Op);
9858 return DAG.getNode(ISD::MUL, dl, VT, Op, R);
9859 }
Nadav Rotem43012222011-05-11 08:12:09 +00009860 if (VT == MVT::v16i8 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00009861 // a = a << 5;
9862 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9863 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
9864 Op.getOperand(1), DAG.getConstant(5, MVT::i32));
9865
9866 ConstantInt *CM1 = ConstantInt::get(*Context, APInt(8, 15));
9867 ConstantInt *CM2 = ConstantInt::get(*Context, APInt(8, 63));
9868
9869 std::vector<Constant*> CVM1(16, CM1);
9870 std::vector<Constant*> CVM2(16, CM2);
9871 Constant *C = ConstantVector::get(CVM1);
9872 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9873 SDValue M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009874 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00009875 false, false, 16);
9876
9877 // r = pblendv(r, psllw(r & (char16)15, 4), a);
9878 M = DAG.getNode(ISD::AND, dl, VT, R, M);
9879 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9880 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
9881 DAG.getConstant(4, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00009882 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009883 // a += a
9884 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009885
Nate Begeman51409212010-07-28 00:21:48 +00009886 C = ConstantVector::get(CVM2);
9887 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9888 M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009889 MachinePointerInfo::getConstantPool(),
Chris Lattner51abfe42010-09-21 06:02:19 +00009890 false, false, 16);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009891
Nate Begeman51409212010-07-28 00:21:48 +00009892 // r = pblendv(r, psllw(r & (char16)63, 2), a);
9893 M = DAG.getNode(ISD::AND, dl, VT, R, M);
9894 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9895 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
9896 DAG.getConstant(2, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00009897 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009898 // a += a
9899 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009900
Nate Begeman51409212010-07-28 00:21:48 +00009901 // return pblendv(r, r+r, a);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009902 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT,
Nate Begeman51409212010-07-28 00:21:48 +00009903 R, DAG.getNode(ISD::ADD, dl, VT, R, R), Op);
9904 return R;
9905 }
9906 return SDValue();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009907}
Mon P Wangaf9b9522008-12-18 21:42:19 +00009908
Dan Gohmand858e902010-04-17 15:26:15 +00009909SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) const {
Bill Wendling74c37652008-12-09 22:08:41 +00009910 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
9911 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00009912 // looks for this combo and may remove the "setcc" instruction if the "setcc"
9913 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00009914 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00009915 SDValue LHS = N->getOperand(0);
9916 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00009917 unsigned BaseOp = 0;
9918 unsigned Cond = 0;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009919 DebugLoc DL = Op.getDebugLoc();
Bill Wendling74c37652008-12-09 22:08:41 +00009920 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009921 default: llvm_unreachable("Unknown ovf instruction!");
Bill Wendling74c37652008-12-09 22:08:41 +00009922 case ISD::SADDO:
Dan Gohman076aee32009-03-04 19:44:21 +00009923 // A subtract of one will be selected as a INC. Note that INC doesn't
9924 // set CF, so we can't do this for UADDO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00009925 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
9926 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00009927 BaseOp = X86ISD::INC;
9928 Cond = X86::COND_O;
9929 break;
9930 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009931 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00009932 Cond = X86::COND_O;
9933 break;
9934 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009935 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00009936 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00009937 break;
9938 case ISD::SSUBO:
Dan Gohman076aee32009-03-04 19:44:21 +00009939 // A subtract of one will be selected as a DEC. Note that DEC doesn't
9940 // set CF, so we can't do this for USUBO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00009941 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
9942 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00009943 BaseOp = X86ISD::DEC;
9944 Cond = X86::COND_O;
9945 break;
9946 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009947 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00009948 Cond = X86::COND_O;
9949 break;
9950 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009951 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00009952 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00009953 break;
9954 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00009955 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00009956 Cond = X86::COND_O;
9957 break;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009958 case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs
9959 SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
9960 MVT::i32);
9961 SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009962
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009963 SDValue SetCC =
9964 DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
9965 DAG.getConstant(X86::COND_O, MVT::i32),
9966 SDValue(Sum.getNode(), 2));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009967
Dan Gohman6e5fda22011-07-22 18:45:15 +00009968 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009969 }
Bill Wendling74c37652008-12-09 22:08:41 +00009970 }
Bill Wendling3fafd932008-11-26 22:37:40 +00009971
Bill Wendling61edeb52008-12-02 01:06:39 +00009972 // Also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009973 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009974 SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00009975
Bill Wendling61edeb52008-12-02 01:06:39 +00009976 SDValue SetCC =
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009977 DAG.getNode(X86ISD::SETCC, DL, N->getValueType(1),
9978 DAG.getConstant(Cond, MVT::i32),
9979 SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00009980
Dan Gohman6e5fda22011-07-22 18:45:15 +00009981 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
Bill Wendling41ea7e72008-11-24 19:21:46 +00009982}
9983
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009984SDValue X86TargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const{
9985 DebugLoc dl = Op.getDebugLoc();
9986 SDNode* Node = Op.getNode();
9987 EVT ExtraVT = cast<VTSDNode>(Node->getOperand(1))->getVT();
9988 EVT VT = Node->getValueType(0);
9989
9990 if (Subtarget->hasSSE2() && VT.isVector()) {
9991 unsigned BitsDiff = VT.getScalarType().getSizeInBits() -
9992 ExtraVT.getScalarType().getSizeInBits();
9993 SDValue ShAmt = DAG.getConstant(BitsDiff, MVT::i32);
9994
9995 unsigned SHLIntrinsicsID = 0;
9996 unsigned SRAIntrinsicsID = 0;
9997 switch (VT.getSimpleVT().SimpleTy) {
9998 default:
9999 return SDValue();
10000 case MVT::v2i64: {
10001 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_q;
10002 SRAIntrinsicsID = 0;
10003 break;
10004 }
10005 case MVT::v4i32: {
10006 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_d;
10007 SRAIntrinsicsID = Intrinsic::x86_sse2_psrai_d;
10008 break;
10009 }
10010 case MVT::v8i16: {
10011 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_w;
10012 SRAIntrinsicsID = Intrinsic::x86_sse2_psrai_w;
10013 break;
10014 }
10015 }
10016
10017 SDValue Tmp1 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
10018 DAG.getConstant(SHLIntrinsicsID, MVT::i32),
10019 Node->getOperand(0), ShAmt);
10020
10021 // In case of 1 bit sext, no need to shr
10022 if (ExtraVT.getScalarType().getSizeInBits() == 1) return Tmp1;
10023
10024 if (SRAIntrinsicsID) {
10025 Tmp1 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
10026 DAG.getConstant(SRAIntrinsicsID, MVT::i32),
10027 Tmp1, ShAmt);
10028 }
10029 return Tmp1;
10030 }
10031
10032 return SDValue();
10033}
10034
10035
Eric Christopher9a9d2752010-07-22 02:48:34 +000010036SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{
10037 DebugLoc dl = Op.getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +000010038
Eric Christopher77ed1352011-07-08 00:04:56 +000010039 // Go ahead and emit the fence on x86-64 even if we asked for no-sse2.
10040 // There isn't any reason to disable it if the target processor supports it.
10041 if (!Subtarget->hasSSE2() && !Subtarget->is64Bit()) {
Eric Christopherc0b2a202010-08-14 21:51:50 +000010042 SDValue Chain = Op.getOperand(0);
Eric Christopher77ed1352011-07-08 00:04:56 +000010043 SDValue Zero = DAG.getConstant(0, MVT::i32);
Eric Christopherc0b2a202010-08-14 21:51:50 +000010044 SDValue Ops[] = {
10045 DAG.getRegister(X86::ESP, MVT::i32), // Base
10046 DAG.getTargetConstant(1, MVT::i8), // Scale
10047 DAG.getRegister(0, MVT::i32), // Index
10048 DAG.getTargetConstant(0, MVT::i32), // Disp
10049 DAG.getRegister(0, MVT::i32), // Segment.
10050 Zero,
10051 Chain
10052 };
Michael J. Spencerec38de22010-10-10 22:04:20 +000010053 SDNode *Res =
Eric Christopherc0b2a202010-08-14 21:51:50 +000010054 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
10055 array_lengthof(Ops));
10056 return SDValue(Res, 0);
Eric Christopherb6729dc2010-08-04 23:03:04 +000010057 }
Michael J. Spencerec38de22010-10-10 22:04:20 +000010058
Eric Christopher9a9d2752010-07-22 02:48:34 +000010059 unsigned isDev = cast<ConstantSDNode>(Op.getOperand(5))->getZExtValue();
Chris Lattner132929a2010-08-14 17:26:09 +000010060 if (!isDev)
Eric Christopher9a9d2752010-07-22 02:48:34 +000010061 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +000010062
Chris Lattner132929a2010-08-14 17:26:09 +000010063 unsigned Op1 = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
10064 unsigned Op2 = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
10065 unsigned Op3 = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
10066 unsigned Op4 = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
Michael J. Spencerec38de22010-10-10 22:04:20 +000010067
Chris Lattner132929a2010-08-14 17:26:09 +000010068 // def : Pat<(membarrier (i8 0), (i8 0), (i8 0), (i8 1), (i8 1)), (SFENCE)>;
10069 if (!Op1 && !Op2 && !Op3 && Op4)
10070 return DAG.getNode(X86ISD::SFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +000010071
Chris Lattner132929a2010-08-14 17:26:09 +000010072 // def : Pat<(membarrier (i8 1), (i8 0), (i8 0), (i8 0), (i8 1)), (LFENCE)>;
10073 if (Op1 && !Op2 && !Op3 && !Op4)
10074 return DAG.getNode(X86ISD::LFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +000010075
10076 // def : Pat<(membarrier (i8 imm), (i8 imm), (i8 imm), (i8 imm), (i8 1)),
Chris Lattner132929a2010-08-14 17:26:09 +000010077 // (MFENCE)>;
10078 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
Eric Christopher9a9d2752010-07-22 02:48:34 +000010079}
10080
Eli Friedman14648462011-07-27 22:21:52 +000010081SDValue X86TargetLowering::LowerATOMIC_FENCE(SDValue Op,
10082 SelectionDAG &DAG) const {
10083 DebugLoc dl = Op.getDebugLoc();
10084 AtomicOrdering FenceOrdering = static_cast<AtomicOrdering>(
10085 cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue());
10086 SynchronizationScope FenceScope = static_cast<SynchronizationScope>(
10087 cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue());
10088
10089 // The only fence that needs an instruction is a sequentially-consistent
10090 // cross-thread fence.
10091 if (FenceOrdering == SequentiallyConsistent && FenceScope == CrossThread) {
10092 // Use mfence if we have SSE2 or we're on x86-64 (even if we asked for
10093 // no-sse2). There isn't any reason to disable it if the target processor
10094 // supports it.
10095 if (Subtarget->hasSSE2() || Subtarget->is64Bit())
10096 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
10097
10098 SDValue Chain = Op.getOperand(0);
10099 SDValue Zero = DAG.getConstant(0, MVT::i32);
10100 SDValue Ops[] = {
10101 DAG.getRegister(X86::ESP, MVT::i32), // Base
10102 DAG.getTargetConstant(1, MVT::i8), // Scale
10103 DAG.getRegister(0, MVT::i32), // Index
10104 DAG.getTargetConstant(0, MVT::i32), // Disp
10105 DAG.getRegister(0, MVT::i32), // Segment.
10106 Zero,
10107 Chain
10108 };
10109 SDNode *Res =
10110 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
10111 array_lengthof(Ops));
10112 return SDValue(Res, 0);
10113 }
10114
10115 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
10116 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
10117}
10118
10119
Dan Gohmand858e902010-04-17 15:26:15 +000010120SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +000010121 EVT T = Op.getValueType();
Chris Lattner93c4a5b2010-09-21 23:59:42 +000010122 DebugLoc DL = Op.getDebugLoc();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +000010123 unsigned Reg = 0;
10124 unsigned size = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +000010125 switch(T.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +000010126 default:
10127 assert(false && "Invalid value type!");
Owen Anderson825b72b2009-08-11 20:47:22 +000010128 case MVT::i8: Reg = X86::AL; size = 1; break;
10129 case MVT::i16: Reg = X86::AX; size = 2; break;
10130 case MVT::i32: Reg = X86::EAX; size = 4; break;
10131 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +000010132 assert(Subtarget->is64Bit() && "Node not type legal!");
10133 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +000010134 break;
Bill Wendling61edeb52008-12-02 01:06:39 +000010135 }
Chris Lattner93c4a5b2010-09-21 23:59:42 +000010136 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), DL, Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +000010137 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +000010138 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +000010139 Op.getOperand(1),
10140 Op.getOperand(3),
Owen Anderson825b72b2009-08-11 20:47:22 +000010141 DAG.getTargetConstant(size, MVT::i8),
Evan Cheng8a186ae2008-09-24 23:26:36 +000010142 cpIn.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +000010143 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Chris Lattner93c4a5b2010-09-21 23:59:42 +000010144 MachineMemOperand *MMO = cast<AtomicSDNode>(Op)->getMemOperand();
10145 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG_DAG, DL, Tys,
10146 Ops, 5, T, MMO);
Scott Michelfdc40a02009-02-17 22:15:04 +000010147 SDValue cpOut =
Chris Lattner93c4a5b2010-09-21 23:59:42 +000010148 DAG.getCopyFromReg(Result.getValue(0), DL, Reg, T, Result.getValue(1));
Andrew Lenharth26ed8692008-03-01 21:52:34 +000010149 return cpOut;
10150}
10151
Duncan Sands1607f052008-12-01 11:39:25 +000010152SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +000010153 SelectionDAG &DAG) const {
Duncan Sands1607f052008-12-01 11:39:25 +000010154 assert(Subtarget->is64Bit() && "Result not type legalized?");
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +000010155 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +000010156 SDValue TheChain = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +000010157 DebugLoc dl = Op.getDebugLoc();
Dale Johannesene4d209d2009-02-03 20:21:25 +000010158 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +000010159 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1));
10160 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), dl, X86::RDX, MVT::i64,
Duncan Sands1607f052008-12-01 11:39:25 +000010161 rax.getValue(2));
Owen Anderson825b72b2009-08-11 20:47:22 +000010162 SDValue Tmp = DAG.getNode(ISD::SHL, dl, MVT::i64, rdx,
10163 DAG.getConstant(32, MVT::i8));
Duncan Sands1607f052008-12-01 11:39:25 +000010164 SDValue Ops[] = {
Owen Anderson825b72b2009-08-11 20:47:22 +000010165 DAG.getNode(ISD::OR, dl, MVT::i64, rax, Tmp),
Duncan Sands1607f052008-12-01 11:39:25 +000010166 rdx.getValue(1)
10167 };
Dale Johannesene4d209d2009-02-03 20:21:25 +000010168 return DAG.getMergeValues(Ops, 2, dl);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010169}
10170
Wesley Peckbf17cfa2010-11-23 03:31:01 +000010171SDValue X86TargetLowering::LowerBITCAST(SDValue Op,
Dale Johannesen7d07b482010-05-21 00:52:33 +000010172 SelectionDAG &DAG) const {
10173 EVT SrcVT = Op.getOperand(0).getValueType();
10174 EVT DstVT = Op.getValueType();
Chris Lattner2a786eb2010-12-19 20:19:20 +000010175 assert(Subtarget->is64Bit() && !Subtarget->hasSSE2() &&
10176 Subtarget->hasMMX() && "Unexpected custom BITCAST");
Michael J. Spencerec38de22010-10-10 22:04:20 +000010177 assert((DstVT == MVT::i64 ||
Dale Johannesen7d07b482010-05-21 00:52:33 +000010178 (DstVT.isVector() && DstVT.getSizeInBits()==64)) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +000010179 "Unexpected custom BITCAST");
Dale Johannesen7d07b482010-05-21 00:52:33 +000010180 // i64 <=> MMX conversions are Legal.
10181 if (SrcVT==MVT::i64 && DstVT.isVector())
10182 return Op;
10183 if (DstVT==MVT::i64 && SrcVT.isVector())
10184 return Op;
Dale Johannesene39859a2010-05-21 18:40:15 +000010185 // MMX <=> MMX conversions are Legal.
10186 if (SrcVT.isVector() && DstVT.isVector())
10187 return Op;
Dale Johannesen7d07b482010-05-21 00:52:33 +000010188 // All other conversions need to be expanded.
10189 return SDValue();
10190}
Chris Lattner5b856542010-12-20 00:59:46 +000010191
Dan Gohmand858e902010-04-17 15:26:15 +000010192SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen71d1bf52008-09-29 22:25:26 +000010193 SDNode *Node = Op.getNode();
Dale Johannesene4d209d2009-02-03 20:21:25 +000010194 DebugLoc dl = Node->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +000010195 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010196 SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
Evan Cheng242b38b2009-02-23 09:03:22 +000010197 DAG.getConstant(0, T), Node->getOperand(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +000010198 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010199 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +000010200 Node->getOperand(0),
10201 Node->getOperand(1), negOp,
10202 cast<AtomicSDNode>(Node)->getSrcValue(),
Eli Friedman55ba8162011-07-29 03:05:32 +000010203 cast<AtomicSDNode>(Node)->getAlignment(),
10204 cast<AtomicSDNode>(Node)->getOrdering(),
10205 cast<AtomicSDNode>(Node)->getSynchScope());
Mon P Wang63307c32008-05-05 19:05:59 +000010206}
10207
Eli Friedman327236c2011-08-24 20:50:09 +000010208static SDValue LowerATOMIC_STORE(SDValue Op, SelectionDAG &DAG) {
10209 SDNode *Node = Op.getNode();
10210 DebugLoc dl = Node->getDebugLoc();
Eli Friedmanf8f90f02011-08-24 22:33:28 +000010211 EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT();
Eli Friedman327236c2011-08-24 20:50:09 +000010212
10213 // Convert seq_cst store -> xchg
Eli Friedmanf8f90f02011-08-24 22:33:28 +000010214 // Convert wide store -> swap (-> cmpxchg8b/cmpxchg16b)
10215 // FIXME: On 32-bit, store -> fist or movq would be more efficient
10216 // (The only way to get a 16-byte store is cmpxchg16b)
10217 // FIXME: 16-byte ATOMIC_SWAP isn't actually hooked up at the moment.
10218 if (cast<AtomicSDNode>(Node)->getOrdering() == SequentiallyConsistent ||
10219 !DAG.getTargetLoweringInfo().isTypeLegal(VT)) {
Eli Friedman4317fe12011-08-24 21:17:30 +000010220 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
10221 cast<AtomicSDNode>(Node)->getMemoryVT(),
10222 Node->getOperand(0),
10223 Node->getOperand(1), Node->getOperand(2),
Eli Friedmanf8f90f02011-08-24 22:33:28 +000010224 cast<AtomicSDNode>(Node)->getMemOperand(),
Eli Friedman4317fe12011-08-24 21:17:30 +000010225 cast<AtomicSDNode>(Node)->getOrdering(),
10226 cast<AtomicSDNode>(Node)->getSynchScope());
Eli Friedman327236c2011-08-24 20:50:09 +000010227 return Swap.getValue(1);
10228 }
10229 // Other atomic stores have a simple pattern.
10230 return Op;
10231}
10232
Chris Lattner5b856542010-12-20 00:59:46 +000010233static SDValue LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) {
10234 EVT VT = Op.getNode()->getValueType(0);
10235
10236 // Let legalize expand this if it isn't a legal type yet.
10237 if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
10238 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010239
Chris Lattner5b856542010-12-20 00:59:46 +000010240 SDVTList VTs = DAG.getVTList(VT, MVT::i32);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010241
Chris Lattner5b856542010-12-20 00:59:46 +000010242 unsigned Opc;
10243 bool ExtraOp = false;
10244 switch (Op.getOpcode()) {
10245 default: assert(0 && "Invalid code");
10246 case ISD::ADDC: Opc = X86ISD::ADD; break;
10247 case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
10248 case ISD::SUBC: Opc = X86ISD::SUB; break;
10249 case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
10250 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010251
Chris Lattner5b856542010-12-20 00:59:46 +000010252 if (!ExtraOp)
10253 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
10254 Op.getOperand(1));
10255 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
10256 Op.getOperand(1), Op.getOperand(2));
10257}
10258
Evan Cheng0db9fe62006-04-25 20:13:52 +000010259/// LowerOperation - Provide custom lowering hooks for some operations.
10260///
Dan Gohmand858e902010-04-17 15:26:15 +000010261SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +000010262 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +000010263 default: llvm_unreachable("Should not custom lower this!");
Nadav Rotemd0f3ef82011-07-14 11:11:14 +000010264 case ISD::SIGN_EXTEND_INREG: return LowerSIGN_EXTEND_INREG(Op,DAG);
Eric Christopher9a9d2752010-07-22 02:48:34 +000010265 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
Eli Friedman14648462011-07-27 22:21:52 +000010266 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op,DAG);
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010267 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
10268 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Eli Friedman327236c2011-08-24 20:50:09 +000010269 case ISD::ATOMIC_STORE: return LowerATOMIC_STORE(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010270 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
Mon P Wangeb38ebf2010-01-24 00:05:03 +000010271 case ISD::CONCAT_VECTORS: return LowerCONCAT_VECTORS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010272 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
10273 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
10274 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
David Greene91585092011-01-26 15:38:49 +000010275 case ISD::EXTRACT_SUBVECTOR: return LowerEXTRACT_SUBVECTOR(Op, DAG);
David Greenecfe33c42011-01-26 19:13:22 +000010276 case ISD::INSERT_SUBVECTOR: return LowerINSERT_SUBVECTOR(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010277 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
10278 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
10279 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +000010280 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +000010281 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Dan Gohmanf705adb2009-10-30 01:28:02 +000010282 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010283 case ISD::SHL_PARTS:
10284 case ISD::SRA_PARTS:
Nadav Rotem43012222011-05-11 08:12:09 +000010285 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010286 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +000010287 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010288 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +000010289 case ISD::FP_TO_UINT: return LowerFP_TO_UINT(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010290 case ISD::FABS: return LowerFABS(Op, DAG);
10291 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +000010292 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Stuart Hastings4fd0dee2011-06-01 04:39:42 +000010293 case ISD::FGETSIGN: return LowerFGETSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +000010294 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +000010295 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +000010296 case ISD::SELECT: return LowerSELECT(Op, DAG);
10297 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010298 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010299 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +000010300 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +000010301 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010302 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +000010303 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
10304 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +000010305 case ISD::FRAME_TO_ARGS_OFFSET:
10306 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +000010307 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +000010308 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +000010309 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +000010310 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +000010311 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
10312 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Craig Topper13894fa2011-08-24 06:14:18 +000010313 case ISD::MUL: return LowerMUL(Op, DAG);
Nadav Rotem43012222011-05-11 08:12:09 +000010314 case ISD::SRA:
10315 case ISD::SRL:
10316 case ISD::SHL: return LowerShift(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +000010317 case ISD::SADDO:
10318 case ISD::UADDO:
10319 case ISD::SSUBO:
10320 case ISD::USUBO:
10321 case ISD::SMULO:
10322 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +000010323 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +000010324 case ISD::BITCAST: return LowerBITCAST(Op, DAG);
Chris Lattner5b856542010-12-20 00:59:46 +000010325 case ISD::ADDC:
10326 case ISD::ADDE:
10327 case ISD::SUBC:
10328 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG);
Craig Topper13894fa2011-08-24 06:14:18 +000010329 case ISD::ADD: return LowerADD(Op, DAG);
10330 case ISD::SUB: return LowerSUB(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +000010331 }
Chris Lattner27a6c732007-11-24 07:07:01 +000010332}
10333
Eli Friedmanf8f90f02011-08-24 22:33:28 +000010334static void ReplaceATOMIC_LOAD(SDNode *Node,
10335 SmallVectorImpl<SDValue> &Results,
10336 SelectionDAG &DAG) {
10337 DebugLoc dl = Node->getDebugLoc();
10338 EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT();
10339
10340 // Convert wide load -> cmpxchg8b/cmpxchg16b
10341 // FIXME: On 32-bit, load -> fild or movq would be more efficient
10342 // (The only way to get a 16-byte load is cmpxchg16b)
10343 // FIXME: 16-byte ATOMIC_CMP_SWAP isn't actually hooked up at the moment.
10344 SDValue Zero = DAG.getConstant(0, cast<AtomicSDNode>(Node)->getMemoryVT());
10345 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl,
10346 cast<AtomicSDNode>(Node)->getMemoryVT(),
10347 Node->getOperand(0),
10348 Node->getOperand(1), Zero, Zero,
10349 cast<AtomicSDNode>(Node)->getMemOperand(),
10350 cast<AtomicSDNode>(Node)->getOrdering(),
10351 cast<AtomicSDNode>(Node)->getSynchScope());
10352 Results.push_back(Swap.getValue(0));
10353 Results.push_back(Swap.getValue(1));
10354}
10355
Duncan Sands1607f052008-12-01 11:39:25 +000010356void X86TargetLowering::
10357ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +000010358 SelectionDAG &DAG, unsigned NewOp) const {
Owen Andersone50ed302009-08-10 22:56:29 +000010359 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010360 DebugLoc dl = Node->getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +000010361 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
Duncan Sands1607f052008-12-01 11:39:25 +000010362
10363 SDValue Chain = Node->getOperand(0);
10364 SDValue In1 = Node->getOperand(1);
Owen Anderson825b72b2009-08-11 20:47:22 +000010365 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +000010366 Node->getOperand(2), DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +000010367 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +000010368 Node->getOperand(2), DAG.getIntPtrConstant(1));
Dan Gohmanc76909a2009-09-25 20:36:54 +000010369 SDValue Ops[] = { Chain, In1, In2L, In2H };
Owen Anderson825b72b2009-08-11 20:47:22 +000010370 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
Dan Gohmanc76909a2009-09-25 20:36:54 +000010371 SDValue Result =
10372 DAG.getMemIntrinsicNode(NewOp, dl, Tys, Ops, 4, MVT::i64,
10373 cast<MemSDNode>(Node)->getMemOperand());
Duncan Sands1607f052008-12-01 11:39:25 +000010374 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
Owen Anderson825b72b2009-08-11 20:47:22 +000010375 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +000010376 Results.push_back(Result.getValue(2));
10377}
10378
Duncan Sands126d9072008-07-04 11:47:58 +000010379/// ReplaceNodeResults - Replace a node with an illegal result type
10380/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +000010381void X86TargetLowering::ReplaceNodeResults(SDNode *N,
10382 SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +000010383 SelectionDAG &DAG) const {
Dale Johannesene4d209d2009-02-03 20:21:25 +000010384 DebugLoc dl = N->getDebugLoc();
Chris Lattner27a6c732007-11-24 07:07:01 +000010385 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +000010386 default:
Duncan Sands1607f052008-12-01 11:39:25 +000010387 assert(false && "Do not know how to custom type legalize this operation!");
10388 return;
Nadav Rotemd0f3ef82011-07-14 11:11:14 +000010389 case ISD::SIGN_EXTEND_INREG:
Chris Lattner5b856542010-12-20 00:59:46 +000010390 case ISD::ADDC:
10391 case ISD::ADDE:
10392 case ISD::SUBC:
10393 case ISD::SUBE:
10394 // We don't want to expand or promote these.
10395 return;
Duncan Sands1607f052008-12-01 11:39:25 +000010396 case ISD::FP_TO_SINT: {
Eli Friedman948e95a2009-05-23 09:59:16 +000010397 std::pair<SDValue,SDValue> Vals =
10398 FP_TO_INTHelper(SDValue(N, 0), DAG, true);
Duncan Sands1607f052008-12-01 11:39:25 +000010399 SDValue FIST = Vals.first, StackSlot = Vals.second;
10400 if (FIST.getNode() != 0) {
Owen Andersone50ed302009-08-10 22:56:29 +000010401 EVT VT = N->getValueType(0);
Duncan Sands1607f052008-12-01 11:39:25 +000010402 // Return a load from the stack slot.
Chris Lattner51abfe42010-09-21 06:02:19 +000010403 Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot,
10404 MachinePointerInfo(), false, false, 0));
Duncan Sands1607f052008-12-01 11:39:25 +000010405 }
10406 return;
10407 }
10408 case ISD::READCYCLECOUNTER: {
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +000010409 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +000010410 SDValue TheChain = N->getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010411 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +000010412 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32,
Dale Johannesendd64c412009-02-04 00:33:20 +000010413 rd.getValue(1));
Owen Anderson825b72b2009-08-11 20:47:22 +000010414 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +000010415 eax.getValue(2));
10416 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
10417 SDValue Ops[] = { eax, edx };
Owen Anderson825b72b2009-08-11 20:47:22 +000010418 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Ops, 2));
Duncan Sands1607f052008-12-01 11:39:25 +000010419 Results.push_back(edx.getValue(1));
10420 return;
10421 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010422 case ISD::ATOMIC_CMP_SWAP: {
Owen Andersone50ed302009-08-10 22:56:29 +000010423 EVT T = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +000010424 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
Duncan Sands1607f052008-12-01 11:39:25 +000010425 SDValue cpInL, cpInH;
Owen Anderson825b72b2009-08-11 20:47:22 +000010426 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
10427 DAG.getConstant(0, MVT::i32));
10428 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
10429 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +000010430 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, X86::EAX, cpInL, SDValue());
10431 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, X86::EDX, cpInH,
Duncan Sands1607f052008-12-01 11:39:25 +000010432 cpInL.getValue(1));
10433 SDValue swapInL, swapInH;
Owen Anderson825b72b2009-08-11 20:47:22 +000010434 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
10435 DAG.getConstant(0, MVT::i32));
10436 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
10437 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +000010438 swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl, X86::EBX, swapInL,
Duncan Sands1607f052008-12-01 11:39:25 +000010439 cpInH.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +000010440 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, X86::ECX, swapInH,
Duncan Sands1607f052008-12-01 11:39:25 +000010441 swapInL.getValue(1));
10442 SDValue Ops[] = { swapInH.getValue(0),
10443 N->getOperand(1),
10444 swapInH.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +000010445 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Andrew Trick1a2cf3b2010-10-11 19:02:04 +000010446 MachineMemOperand *MMO = cast<AtomicSDNode>(N)->getMemOperand();
10447 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG8_DAG, dl, Tys,
10448 Ops, 3, T, MMO);
Dale Johannesendd64c412009-02-04 00:33:20 +000010449 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, X86::EAX,
Owen Anderson825b72b2009-08-11 20:47:22 +000010450 MVT::i32, Result.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +000010451 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, X86::EDX,
Owen Anderson825b72b2009-08-11 20:47:22 +000010452 MVT::i32, cpOutL.getValue(2));
Duncan Sands1607f052008-12-01 11:39:25 +000010453 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
Owen Anderson825b72b2009-08-11 20:47:22 +000010454 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +000010455 Results.push_back(cpOutH.getValue(1));
10456 return;
10457 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010458 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +000010459 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
10460 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010461 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +000010462 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
10463 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010464 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +000010465 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
10466 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010467 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +000010468 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
10469 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010470 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +000010471 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
10472 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010473 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +000010474 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
10475 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +000010476 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +000010477 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
10478 return;
Eli Friedmanf8f90f02011-08-24 22:33:28 +000010479 case ISD::ATOMIC_LOAD:
10480 ReplaceATOMIC_LOAD(N, Results, DAG);
Chris Lattner27a6c732007-11-24 07:07:01 +000010481 }
Evan Cheng0db9fe62006-04-25 20:13:52 +000010482}
10483
Evan Cheng72261582005-12-20 06:22:03 +000010484const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
10485 switch (Opcode) {
10486 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +000010487 case X86ISD::BSF: return "X86ISD::BSF";
10488 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +000010489 case X86ISD::SHLD: return "X86ISD::SHLD";
10490 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +000010491 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +000010492 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +000010493 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +000010494 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +000010495 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +000010496 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +000010497 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
10498 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
10499 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +000010500 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +000010501 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +000010502 case X86ISD::CALL: return "X86ISD::CALL";
Evan Cheng72261582005-12-20 06:22:03 +000010503 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +000010504 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +000010505 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +000010506 case X86ISD::COMI: return "X86ISD::COMI";
10507 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +000010508 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Chengad9c0a32009-12-15 00:53:42 +000010509 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
Stuart Hastings865f0932011-06-03 23:53:54 +000010510 case X86ISD::FSETCCsd: return "X86ISD::FSETCCsd";
10511 case X86ISD::FSETCCss: return "X86ISD::FSETCCss";
Evan Cheng72261582005-12-20 06:22:03 +000010512 case X86ISD::CMOV: return "X86ISD::CMOV";
10513 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +000010514 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +000010515 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
10516 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +000010517 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +000010518 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Chris Lattner18c59872009-06-27 04:16:01 +000010519 case X86ISD::WrapperRIP: return "X86ISD::WrapperRIP";
Nate Begeman14d12ca2008-02-11 04:19:36 +000010520 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +000010521 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +000010522 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
10523 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +000010524 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Nate Begemanb9a47b82009-02-23 08:49:38 +000010525 case X86ISD::PSHUFB: return "X86ISD::PSHUFB";
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000010526 case X86ISD::ANDNP: return "X86ISD::ANDNP";
Nate Begemanb65c1752010-12-17 22:55:37 +000010527 case X86ISD::PSIGNB: return "X86ISD::PSIGNB";
10528 case X86ISD::PSIGNW: return "X86ISD::PSIGNW";
10529 case X86ISD::PSIGND: return "X86ISD::PSIGND";
Nate Begeman672fb622010-12-20 22:04:24 +000010530 case X86ISD::PBLENDVB: return "X86ISD::PBLENDVB";
Evan Cheng8ca29322006-11-10 21:43:37 +000010531 case X86ISD::FMAX: return "X86ISD::FMAX";
10532 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +000010533 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
10534 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +000010535 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
Eric Christopher30ef0e52010-06-03 04:07:48 +000010536 case X86ISD::TLSCALL: return "X86ISD::TLSCALL";
Anton Korobeynikov2365f512007-07-14 14:06:15 +000010537 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +000010538 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +000010539 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +000010540 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
10541 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010542 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
10543 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
10544 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
10545 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
10546 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
10547 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +000010548 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
10549 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +000010550 case X86ISD::VSHL: return "X86ISD::VSHL";
10551 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +000010552 case X86ISD::CMPPD: return "X86ISD::CMPPD";
10553 case X86ISD::CMPPS: return "X86ISD::CMPPS";
10554 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
10555 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
10556 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
10557 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
10558 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
10559 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
10560 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
10561 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +000010562 case X86ISD::ADD: return "X86ISD::ADD";
10563 case X86ISD::SUB: return "X86ISD::SUB";
Chris Lattner5b856542010-12-20 00:59:46 +000010564 case X86ISD::ADC: return "X86ISD::ADC";
10565 case X86ISD::SBB: return "X86ISD::SBB";
Bill Wendlingd350e022008-12-12 21:15:41 +000010566 case X86ISD::SMUL: return "X86ISD::SMUL";
10567 case X86ISD::UMUL: return "X86ISD::UMUL";
Dan Gohman076aee32009-03-04 19:44:21 +000010568 case X86ISD::INC: return "X86ISD::INC";
10569 case X86ISD::DEC: return "X86ISD::DEC";
Dan Gohmane220c4b2009-09-18 19:59:53 +000010570 case X86ISD::OR: return "X86ISD::OR";
10571 case X86ISD::XOR: return "X86ISD::XOR";
10572 case X86ISD::AND: return "X86ISD::AND";
Evan Cheng73f24c92009-03-30 21:36:47 +000010573 case X86ISD::MUL_IMM: return "X86ISD::MUL_IMM";
Eric Christopher71c67532009-07-29 00:28:05 +000010574 case X86ISD::PTEST: return "X86ISD::PTEST";
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +000010575 case X86ISD::TESTP: return "X86ISD::TESTP";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +000010576 case X86ISD::PALIGN: return "X86ISD::PALIGN";
10577 case X86ISD::PSHUFD: return "X86ISD::PSHUFD";
10578 case X86ISD::PSHUFHW: return "X86ISD::PSHUFHW";
10579 case X86ISD::PSHUFHW_LD: return "X86ISD::PSHUFHW_LD";
10580 case X86ISD::PSHUFLW: return "X86ISD::PSHUFLW";
10581 case X86ISD::PSHUFLW_LD: return "X86ISD::PSHUFLW_LD";
10582 case X86ISD::SHUFPS: return "X86ISD::SHUFPS";
10583 case X86ISD::SHUFPD: return "X86ISD::SHUFPD";
10584 case X86ISD::MOVLHPS: return "X86ISD::MOVLHPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +000010585 case X86ISD::MOVLHPD: return "X86ISD::MOVLHPD";
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +000010586 case X86ISD::MOVHLPS: return "X86ISD::MOVHLPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +000010587 case X86ISD::MOVHLPD: return "X86ISD::MOVHLPD";
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +000010588 case X86ISD::MOVLPS: return "X86ISD::MOVLPS";
10589 case X86ISD::MOVLPD: return "X86ISD::MOVLPD";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +000010590 case X86ISD::MOVDDUP: return "X86ISD::MOVDDUP";
10591 case X86ISD::MOVSHDUP: return "X86ISD::MOVSHDUP";
10592 case X86ISD::MOVSLDUP: return "X86ISD::MOVSLDUP";
10593 case X86ISD::MOVSHDUP_LD: return "X86ISD::MOVSHDUP_LD";
10594 case X86ISD::MOVSLDUP_LD: return "X86ISD::MOVSLDUP_LD";
10595 case X86ISD::MOVSD: return "X86ISD::MOVSD";
10596 case X86ISD::MOVSS: return "X86ISD::MOVSS";
10597 case X86ISD::UNPCKLPS: return "X86ISD::UNPCKLPS";
10598 case X86ISD::UNPCKLPD: return "X86ISD::UNPCKLPD";
David Greenefbf05d32011-02-22 23:31:46 +000010599 case X86ISD::VUNPCKLPDY: return "X86ISD::VUNPCKLPDY";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +000010600 case X86ISD::UNPCKHPS: return "X86ISD::UNPCKHPS";
10601 case X86ISD::UNPCKHPD: return "X86ISD::UNPCKHPD";
10602 case X86ISD::PUNPCKLBW: return "X86ISD::PUNPCKLBW";
10603 case X86ISD::PUNPCKLWD: return "X86ISD::PUNPCKLWD";
10604 case X86ISD::PUNPCKLDQ: return "X86ISD::PUNPCKLDQ";
10605 case X86ISD::PUNPCKLQDQ: return "X86ISD::PUNPCKLQDQ";
10606 case X86ISD::PUNPCKHBW: return "X86ISD::PUNPCKHBW";
10607 case X86ISD::PUNPCKHWD: return "X86ISD::PUNPCKHWD";
10608 case X86ISD::PUNPCKHDQ: return "X86ISD::PUNPCKHDQ";
10609 case X86ISD::PUNPCKHQDQ: return "X86ISD::PUNPCKHQDQ";
Bruno Cardoso Lopes0e6d2302011-08-17 02:29:19 +000010610 case X86ISD::VBROADCAST: return "X86ISD::VBROADCAST";
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +000010611 case X86ISD::VPERMILPS: return "X86ISD::VPERMILPS";
10612 case X86ISD::VPERMILPSY: return "X86ISD::VPERMILPSY";
10613 case X86ISD::VPERMILPD: return "X86ISD::VPERMILPD";
10614 case X86ISD::VPERMILPDY: return "X86ISD::VPERMILPDY";
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +000010615 case X86ISD::VPERM2F128: return "X86ISD::VPERM2F128";
Dan Gohmand6708ea2009-08-15 01:38:56 +000010616 case X86ISD::VASTART_SAVE_XMM_REGS: return "X86ISD::VASTART_SAVE_XMM_REGS";
Dan Gohman320afb82010-10-12 18:00:49 +000010617 case X86ISD::VAARG_64: return "X86ISD::VAARG_64";
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010618 case X86ISD::WIN_ALLOCA: return "X86ISD::WIN_ALLOCA";
Eli Friedman14648462011-07-27 22:21:52 +000010619 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";
Evan Cheng72261582005-12-20 06:22:03 +000010620 }
10621}
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010622
Chris Lattnerc9addb72007-03-30 23:15:24 +000010623// isLegalAddressingMode - Return true if the addressing mode represented
10624// by AM is legal for this target, for a load/store of the specified type.
Scott Michelfdc40a02009-02-17 22:15:04 +000010625bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
Chris Lattnerdb125cf2011-07-18 04:54:35 +000010626 Type *Ty) const {
Chris Lattnerc9addb72007-03-30 23:15:24 +000010627 // X86 supports extremely general addressing modes.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +000010628 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman92b651f2010-08-24 15:55:12 +000010629 Reloc::Model R = getTargetMachine().getRelocationModel();
Scott Michelfdc40a02009-02-17 22:15:04 +000010630
Chris Lattnerc9addb72007-03-30 23:15:24 +000010631 // X86 allows a sign-extended 32-bit immediate field as a displacement.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +000010632 if (!X86::isOffsetSuitableForCodeModel(AM.BaseOffs, M, AM.BaseGV != NULL))
Chris Lattnerc9addb72007-03-30 23:15:24 +000010633 return false;
Scott Michelfdc40a02009-02-17 22:15:04 +000010634
Chris Lattnerc9addb72007-03-30 23:15:24 +000010635 if (AM.BaseGV) {
Chris Lattnerdfed4132009-07-10 07:38:24 +000010636 unsigned GVFlags =
10637 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +000010638
Chris Lattnerdfed4132009-07-10 07:38:24 +000010639 // If a reference to this global requires an extra load, we can't fold it.
10640 if (isGlobalStubReference(GVFlags))
Chris Lattnerc9addb72007-03-30 23:15:24 +000010641 return false;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +000010642
Chris Lattnerdfed4132009-07-10 07:38:24 +000010643 // If BaseGV requires a register for the PIC base, we cannot also have a
10644 // BaseReg specified.
10645 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))
Dale Johannesen203af582008-12-05 21:47:27 +000010646 return false;
Evan Cheng52787842007-08-01 23:46:47 +000010647
Anton Korobeynikovb5e01722009-08-05 23:01:26 +000010648 // If lower 4G is not available, then we must use rip-relative addressing.
Dan Gohman92b651f2010-08-24 15:55:12 +000010649 if ((M != CodeModel::Small || R != Reloc::Static) &&
10650 Subtarget->is64Bit() && (AM.BaseOffs || AM.Scale > 1))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +000010651 return false;
Chris Lattnerc9addb72007-03-30 23:15:24 +000010652 }
Scott Michelfdc40a02009-02-17 22:15:04 +000010653
Chris Lattnerc9addb72007-03-30 23:15:24 +000010654 switch (AM.Scale) {
10655 case 0:
10656 case 1:
10657 case 2:
10658 case 4:
10659 case 8:
10660 // These scales always work.
10661 break;
10662 case 3:
10663 case 5:
10664 case 9:
10665 // These scales are formed with basereg+scalereg. Only accept if there is
10666 // no basereg yet.
10667 if (AM.HasBaseReg)
10668 return false;
10669 break;
10670 default: // Other stuff never works.
10671 return false;
10672 }
Scott Michelfdc40a02009-02-17 22:15:04 +000010673
Chris Lattnerc9addb72007-03-30 23:15:24 +000010674 return true;
10675}
10676
10677
Chris Lattnerdb125cf2011-07-18 04:54:35 +000010678bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000010679 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
Evan Cheng2bd122c2007-10-26 01:56:11 +000010680 return false;
Evan Chenge127a732007-10-29 07:57:50 +000010681 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
10682 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +000010683 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +000010684 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +000010685 return true;
Evan Cheng2bd122c2007-10-26 01:56:11 +000010686}
10687
Owen Andersone50ed302009-08-10 22:56:29 +000010688bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
Duncan Sands83ec4b62008-06-06 12:08:01 +000010689 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +000010690 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +000010691 unsigned NumBits1 = VT1.getSizeInBits();
10692 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +000010693 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +000010694 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +000010695 return true;
Evan Cheng3c3ddb32007-10-29 19:58:20 +000010696}
Evan Cheng2bd122c2007-10-26 01:56:11 +000010697
Chris Lattnerdb125cf2011-07-18 04:54:35 +000010698bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
Dan Gohman349ba492009-04-09 02:06:09 +000010699 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000010700 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +000010701}
10702
Owen Andersone50ed302009-08-10 22:56:29 +000010703bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
Dan Gohman349ba492009-04-09 02:06:09 +000010704 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Owen Anderson825b72b2009-08-11 20:47:22 +000010705 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +000010706}
10707
Owen Andersone50ed302009-08-10 22:56:29 +000010708bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
Evan Cheng8b944d32009-05-28 00:35:15 +000010709 // i16 instructions are longer (0x66 prefix) and potentially slower.
Owen Anderson825b72b2009-08-11 20:47:22 +000010710 return !(VT1 == MVT::i32 && VT2 == MVT::i16);
Evan Cheng8b944d32009-05-28 00:35:15 +000010711}
10712
Evan Cheng60c07e12006-07-05 22:17:51 +000010713/// isShuffleMaskLegal - Targets can use this to indicate that they only
10714/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
10715/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
10716/// are assumed to be legal.
10717bool
Eric Christopherfd179292009-08-27 18:07:15 +000010718X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
Owen Andersone50ed302009-08-10 22:56:29 +000010719 EVT VT) const {
Eric Christophercff6f852010-04-15 01:40:20 +000010720 // Very little shuffling can be done for 64-bit vectors right now.
Nate Begeman9008ca62009-04-27 18:41:29 +000010721 if (VT.getSizeInBits() == 64)
Eric Christophercff6f852010-04-15 01:40:20 +000010722 return isPALIGNRMask(M, VT, Subtarget->hasSSSE3());
Nate Begeman9008ca62009-04-27 18:41:29 +000010723
Nate Begemana09008b2009-10-19 02:17:23 +000010724 // FIXME: pshufb, blends, shifts.
Nate Begeman9008ca62009-04-27 18:41:29 +000010725 return (VT.getVectorNumElements() == 2 ||
10726 ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
10727 isMOVLMask(M, VT) ||
10728 isSHUFPMask(M, VT) ||
10729 isPSHUFDMask(M, VT) ||
10730 isPSHUFHWMask(M, VT) ||
10731 isPSHUFLWMask(M, VT) ||
Nate Begemana09008b2009-10-19 02:17:23 +000010732 isPALIGNRMask(M, VT, Subtarget->hasSSSE3()) ||
Nate Begeman9008ca62009-04-27 18:41:29 +000010733 isUNPCKLMask(M, VT) ||
10734 isUNPCKHMask(M, VT) ||
10735 isUNPCKL_v_undef_Mask(M, VT) ||
10736 isUNPCKH_v_undef_Mask(M, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +000010737}
10738
Dan Gohman7d8143f2008-04-09 20:09:42 +000010739bool
Nate Begeman5a5ca152009-04-29 05:20:52 +000010740X86TargetLowering::isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
Owen Andersone50ed302009-08-10 22:56:29 +000010741 EVT VT) const {
Nate Begeman9008ca62009-04-27 18:41:29 +000010742 unsigned NumElts = VT.getVectorNumElements();
10743 // FIXME: This collection of masks seems suspect.
10744 if (NumElts == 2)
10745 return true;
10746 if (NumElts == 4 && VT.getSizeInBits() == 128) {
10747 return (isMOVLMask(Mask, VT) ||
10748 isCommutedMOVLMask(Mask, VT, true) ||
10749 isSHUFPMask(Mask, VT) ||
10750 isCommutedSHUFPMask(Mask, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +000010751 }
10752 return false;
10753}
10754
10755//===----------------------------------------------------------------------===//
10756// X86 Scheduler Hooks
10757//===----------------------------------------------------------------------===//
10758
Mon P Wang63307c32008-05-05 19:05:59 +000010759// private utility function
10760MachineBasicBlock *
10761X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
10762 MachineBasicBlock *MBB,
10763 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010764 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010765 unsigned LoadOpc,
10766 unsigned CXchgOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010767 unsigned notOpc,
10768 unsigned EAXreg,
10769 TargetRegisterClass *RC,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000010770 bool invSrc) const {
Mon P Wang63307c32008-05-05 19:05:59 +000010771 // For the atomic bitwise operator, we generate
10772 // thisMBB:
10773 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +000010774 // ld t1 = [bitinstr.addr]
10775 // op t2 = t1, [bitinstr.val]
10776 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +000010777 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
10778 // bz newMBB
10779 // fallthrough -->nextMBB
10780 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10781 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010782 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +000010783 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010784
Mon P Wang63307c32008-05-05 19:05:59 +000010785 /// First build the CFG
10786 MachineFunction *F = MBB->getParent();
10787 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010788 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10789 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10790 F->insert(MBBIter, newMBB);
10791 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010792
Dan Gohman14152b42010-07-06 20:24:04 +000010793 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10794 nextMBB->splice(nextMBB->begin(), thisMBB,
10795 llvm::next(MachineBasicBlock::iterator(bInstr)),
10796 thisMBB->end());
10797 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010798
Mon P Wang63307c32008-05-05 19:05:59 +000010799 // Update thisMBB to fall through to newMBB
10800 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010801
Mon P Wang63307c32008-05-05 19:05:59 +000010802 // newMBB jumps to itself and fall through to nextMBB
10803 newMBB->addSuccessor(nextMBB);
10804 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010805
Mon P Wang63307c32008-05-05 19:05:59 +000010806 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010807 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010808 "unexpected number of operands");
Dale Johannesene4d209d2009-02-03 20:21:25 +000010809 DebugLoc dl = bInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +000010810 MachineOperand& destOper = bInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010811 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +000010812 int numArgs = bInstr->getNumOperands() - 1;
10813 for (int i=0; i < numArgs; ++i)
10814 argOpers[i] = &bInstr->getOperand(i+1);
10815
10816 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010817 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010818 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +000010819
Dale Johannesen140be2d2008-08-19 18:47:28 +000010820 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010821 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +000010822 for (int i=0; i <= lastAddrIndx; ++i)
10823 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010824
Dale Johannesen140be2d2008-08-19 18:47:28 +000010825 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010826 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000010827 MIB = BuildMI(newMBB, dl, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010828 }
Scott Michelfdc40a02009-02-17 22:15:04 +000010829 else
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010830 tt = t1;
10831
Dale Johannesen140be2d2008-08-19 18:47:28 +000010832 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +000010833 assert((argOpers[valArgIndx]->isReg() ||
10834 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +000010835 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +000010836 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010837 MIB = BuildMI(newMBB, dl, TII->get(regOpc), t2);
Mon P Wang63307c32008-05-05 19:05:59 +000010838 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010839 MIB = BuildMI(newMBB, dl, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010840 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +000010841 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010842
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010843 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +000010844 MIB.addReg(t1);
Scott Michelfdc40a02009-02-17 22:15:04 +000010845
Dale Johannesene4d209d2009-02-03 20:21:25 +000010846 MIB = BuildMI(newMBB, dl, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +000010847 for (int i=0; i <= lastAddrIndx; ++i)
10848 (*MIB).addOperand(*argOpers[i]);
10849 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +000010850 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000010851 (*MIB).setMemRefs(bInstr->memoperands_begin(),
10852 bInstr->memoperands_end());
Mon P Wangf5952662008-07-17 04:54:06 +000010853
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010854 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Dale Johannesen140be2d2008-08-19 18:47:28 +000010855 MIB.addReg(EAXreg);
Scott Michelfdc40a02009-02-17 22:15:04 +000010856
Mon P Wang63307c32008-05-05 19:05:59 +000010857 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010858 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +000010859
Dan Gohman14152b42010-07-06 20:24:04 +000010860 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +000010861 return nextMBB;
10862}
10863
Dale Johannesen1b54c7f2008-10-03 19:41:08 +000010864// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +000010865MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010866X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
10867 MachineBasicBlock *MBB,
10868 unsigned regOpcL,
10869 unsigned regOpcH,
10870 unsigned immOpcL,
10871 unsigned immOpcH,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000010872 bool invSrc) const {
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010873 // For the atomic bitwise operator, we generate
10874 // thisMBB (instructions are in pairs, except cmpxchg8b)
10875 // ld t1,t2 = [bitinstr.addr]
10876 // newMBB:
10877 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
10878 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +000010879 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010880 // mov ECX, EBX <- t5, t6
10881 // mov EAX, EDX <- t1, t2
10882 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
10883 // mov t3, t4 <- EAX, EDX
10884 // bz newMBB
10885 // result in out1, out2
10886 // fallthrough -->nextMBB
10887
10888 const TargetRegisterClass *RC = X86::GR32RegisterClass;
10889 const unsigned LoadOpc = X86::MOV32rm;
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010890 const unsigned NotOpc = X86::NOT32r;
10891 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10892 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10893 MachineFunction::iterator MBBIter = MBB;
10894 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010895
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010896 /// First build the CFG
10897 MachineFunction *F = MBB->getParent();
10898 MachineBasicBlock *thisMBB = MBB;
10899 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10900 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10901 F->insert(MBBIter, newMBB);
10902 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010903
Dan Gohman14152b42010-07-06 20:24:04 +000010904 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10905 nextMBB->splice(nextMBB->begin(), thisMBB,
10906 llvm::next(MachineBasicBlock::iterator(bInstr)),
10907 thisMBB->end());
10908 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010909
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010910 // Update thisMBB to fall through to newMBB
10911 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010912
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010913 // newMBB jumps to itself and fall through to nextMBB
10914 newMBB->addSuccessor(nextMBB);
10915 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010916
Dale Johannesene4d209d2009-02-03 20:21:25 +000010917 DebugLoc dl = bInstr->getDebugLoc();
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010918 // Insert instructions into newMBB based on incoming instruction
10919 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010920 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 14 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010921 "unexpected number of operands");
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010922 MachineOperand& dest1Oper = bInstr->getOperand(0);
10923 MachineOperand& dest2Oper = bInstr->getOperand(1);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010924 MachineOperand* argOpers[2 + X86::AddrNumOperands];
10925 for (int i=0; i < 2 + X86::AddrNumOperands; ++i) {
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010926 argOpers[i] = &bInstr->getOperand(i+2);
10927
Dan Gohman71ea4e52010-05-14 21:01:44 +000010928 // We use some of the operands multiple times, so conservatively just
10929 // clear any kill flags that might be present.
10930 if (argOpers[i]->isReg() && argOpers[i]->isUse())
10931 argOpers[i]->setIsKill(false);
10932 }
10933
Evan Chengad5b52f2010-01-08 19:14:57 +000010934 // x86 address has 5 operands: base, index, scale, displacement, and segment.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010935 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Scott Michelfdc40a02009-02-17 22:15:04 +000010936
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010937 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010938 MachineInstrBuilder MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010939 for (int i=0; i <= lastAddrIndx; ++i)
10940 (*MIB).addOperand(*argOpers[i]);
10941 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010942 MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +000010943 // add 4 to displacement.
Rafael Espindola094fad32009-04-08 21:14:34 +000010944 for (int i=0; i <= lastAddrIndx-2; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010945 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +000010946 MachineOperand newOp3 = *(argOpers[3]);
10947 if (newOp3.isImm())
10948 newOp3.setImm(newOp3.getImm()+4);
10949 else
10950 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010951 (*MIB).addOperand(newOp3);
Rafael Espindola094fad32009-04-08 21:14:34 +000010952 (*MIB).addOperand(*argOpers[lastAddrIndx]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010953
10954 // t3/4 are defined later, at the bottom of the loop
10955 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
10956 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010957 BuildMI(newMBB, dl, TII->get(X86::PHI), dest1Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010958 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010959 BuildMI(newMBB, dl, TII->get(X86::PHI), dest2Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010960 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
10961
Evan Cheng306b4ca2010-01-08 23:41:50 +000010962 // The subsequent operations should be using the destination registers of
10963 //the PHI instructions.
Scott Michelfdc40a02009-02-17 22:15:04 +000010964 if (invSrc) {
Evan Cheng306b4ca2010-01-08 23:41:50 +000010965 t1 = F->getRegInfo().createVirtualRegister(RC);
10966 t2 = F->getRegInfo().createVirtualRegister(RC);
10967 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t1).addReg(dest1Oper.getReg());
10968 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t2).addReg(dest2Oper.getReg());
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010969 } else {
Evan Cheng306b4ca2010-01-08 23:41:50 +000010970 t1 = dest1Oper.getReg();
10971 t2 = dest2Oper.getReg();
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010972 }
10973
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010974 int valArgIndx = lastAddrIndx + 1;
10975 assert((argOpers[valArgIndx]->isReg() ||
Bill Wendling51b16f42009-05-30 01:09:53 +000010976 argOpers[valArgIndx]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010977 "invalid operand");
10978 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
10979 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010980 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010981 MIB = BuildMI(newMBB, dl, TII->get(regOpcL), t5);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010982 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010983 MIB = BuildMI(newMBB, dl, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +000010984 if (regOpcL != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +000010985 MIB.addReg(t1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010986 (*MIB).addOperand(*argOpers[valArgIndx]);
10987 assert(argOpers[valArgIndx + 1]->isReg() ==
Bill Wendling51b16f42009-05-30 01:09:53 +000010988 argOpers[valArgIndx]->isReg());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010989 assert(argOpers[valArgIndx + 1]->isImm() ==
Bill Wendling51b16f42009-05-30 01:09:53 +000010990 argOpers[valArgIndx]->isImm());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010991 if (argOpers[valArgIndx + 1]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010992 MIB = BuildMI(newMBB, dl, TII->get(regOpcH), t6);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010993 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010994 MIB = BuildMI(newMBB, dl, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +000010995 if (regOpcH != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +000010996 MIB.addReg(t2);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010997 (*MIB).addOperand(*argOpers[valArgIndx + 1]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010998
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010999 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011000 MIB.addReg(t1);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011001 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EDX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011002 MIB.addReg(t2);
11003
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011004 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EBX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011005 MIB.addReg(t5);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011006 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::ECX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011007 MIB.addReg(t6);
Scott Michelfdc40a02009-02-17 22:15:04 +000011008
Dale Johannesene4d209d2009-02-03 20:21:25 +000011009 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG8B));
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011010 for (int i=0; i <= lastAddrIndx; ++i)
11011 (*MIB).addOperand(*argOpers[i]);
11012
11013 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000011014 (*MIB).setMemRefs(bInstr->memoperands_begin(),
11015 bInstr->memoperands_end());
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011016
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011017 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t3);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011018 MIB.addReg(X86::EAX);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011019 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011020 MIB.addReg(X86::EDX);
Scott Michelfdc40a02009-02-17 22:15:04 +000011021
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011022 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000011023 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011024
Dan Gohman14152b42010-07-06 20:24:04 +000011025 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011026 return nextMBB;
11027}
11028
11029// private utility function
11030MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +000011031X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
11032 MachineBasicBlock *MBB,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000011033 unsigned cmovOpc) const {
Mon P Wang63307c32008-05-05 19:05:59 +000011034 // For the atomic min/max operator, we generate
11035 // thisMBB:
11036 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +000011037 // ld t1 = [min/max.addr]
Scott Michelfdc40a02009-02-17 22:15:04 +000011038 // mov t2 = [min/max.val]
Mon P Wang63307c32008-05-05 19:05:59 +000011039 // cmp t1, t2
11040 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +000011041 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +000011042 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
11043 // bz newMBB
11044 // fallthrough -->nextMBB
11045 //
11046 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11047 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +000011048 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +000011049 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000011050
Mon P Wang63307c32008-05-05 19:05:59 +000011051 /// First build the CFG
11052 MachineFunction *F = MBB->getParent();
11053 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +000011054 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
11055 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
11056 F->insert(MBBIter, newMBB);
11057 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000011058
Dan Gohman14152b42010-07-06 20:24:04 +000011059 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
11060 nextMBB->splice(nextMBB->begin(), thisMBB,
11061 llvm::next(MachineBasicBlock::iterator(mInstr)),
11062 thisMBB->end());
11063 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000011064
Mon P Wang63307c32008-05-05 19:05:59 +000011065 // Update thisMBB to fall through to newMBB
11066 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000011067
Mon P Wang63307c32008-05-05 19:05:59 +000011068 // newMBB jumps to newMBB and fall through to nextMBB
11069 newMBB->addSuccessor(nextMBB);
11070 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000011071
Dale Johannesene4d209d2009-02-03 20:21:25 +000011072 DebugLoc dl = mInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +000011073 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000011074 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000011075 "unexpected number of operands");
Mon P Wang63307c32008-05-05 19:05:59 +000011076 MachineOperand& destOper = mInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000011077 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +000011078 int numArgs = mInstr->getNumOperands() - 1;
11079 for (int i=0; i < numArgs; ++i)
11080 argOpers[i] = &mInstr->getOperand(i+1);
Scott Michelfdc40a02009-02-17 22:15:04 +000011081
Mon P Wang63307c32008-05-05 19:05:59 +000011082 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000011083 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000011084 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +000011085
Mon P Wangab3e7472008-05-05 22:56:23 +000011086 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +000011087 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +000011088 for (int i=0; i <= lastAddrIndx; ++i)
11089 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +000011090
Mon P Wang63307c32008-05-05 19:05:59 +000011091 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +000011092 assert((argOpers[valArgIndx]->isReg() ||
11093 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +000011094 "invalid operand");
Scott Michelfdc40a02009-02-17 22:15:04 +000011095
11096 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +000011097 if (argOpers[valArgIndx]->isReg())
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011098 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t2);
Scott Michelfdc40a02009-02-17 22:15:04 +000011099 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000011100 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Mon P Wang63307c32008-05-05 19:05:59 +000011101 (*MIB).addOperand(*argOpers[valArgIndx]);
11102
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011103 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Mon P Wangab3e7472008-05-05 22:56:23 +000011104 MIB.addReg(t1);
11105
Dale Johannesene4d209d2009-02-03 20:21:25 +000011106 MIB = BuildMI(newMBB, dl, TII->get(X86::CMP32rr));
Mon P Wang63307c32008-05-05 19:05:59 +000011107 MIB.addReg(t1);
11108 MIB.addReg(t2);
11109
11110 // Generate movc
11111 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +000011112 MIB = BuildMI(newMBB, dl, TII->get(cmovOpc),t3);
Mon P Wang63307c32008-05-05 19:05:59 +000011113 MIB.addReg(t2);
11114 MIB.addReg(t1);
11115
11116 // Cmp and exchange if none has modified the memory location
Dale Johannesene4d209d2009-02-03 20:21:25 +000011117 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG32));
Mon P Wang63307c32008-05-05 19:05:59 +000011118 for (int i=0; i <= lastAddrIndx; ++i)
11119 (*MIB).addOperand(*argOpers[i]);
11120 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +000011121 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000011122 (*MIB).setMemRefs(mInstr->memoperands_begin(),
11123 mInstr->memoperands_end());
Scott Michelfdc40a02009-02-17 22:15:04 +000011124
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011125 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Mon P Wang63307c32008-05-05 19:05:59 +000011126 MIB.addReg(X86::EAX);
Scott Michelfdc40a02009-02-17 22:15:04 +000011127
Mon P Wang63307c32008-05-05 19:05:59 +000011128 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000011129 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +000011130
Dan Gohman14152b42010-07-06 20:24:04 +000011131 mInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +000011132 return nextMBB;
11133}
11134
Eric Christopherf83a5de2009-08-27 18:08:16 +000011135// FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011136// or XMM0_V32I8 in AVX all of this code can be replaced with that
11137// in the .td file.
Dan Gohmand6708ea2009-08-15 01:38:56 +000011138MachineBasicBlock *
Eric Christopherb120ab42009-08-18 22:50:32 +000011139X86TargetLowering::EmitPCMP(MachineInstr *MI, MachineBasicBlock *BB,
Daniel Dunbara279bc32009-09-20 02:20:51 +000011140 unsigned numArgs, bool memArg) const {
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011141 assert((Subtarget->hasSSE42() || Subtarget->hasAVX()) &&
11142 "Target must have SSE4.2 or AVX features enabled");
11143
Eric Christopherb120ab42009-08-18 22:50:32 +000011144 DebugLoc dl = MI->getDebugLoc();
11145 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Eric Christopherb120ab42009-08-18 22:50:32 +000011146 unsigned Opc;
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011147 if (!Subtarget->hasAVX()) {
11148 if (memArg)
11149 Opc = numArgs == 3 ? X86::PCMPISTRM128rm : X86::PCMPESTRM128rm;
11150 else
11151 Opc = numArgs == 3 ? X86::PCMPISTRM128rr : X86::PCMPESTRM128rr;
11152 } else {
11153 if (memArg)
11154 Opc = numArgs == 3 ? X86::VPCMPISTRM128rm : X86::VPCMPESTRM128rm;
11155 else
11156 Opc = numArgs == 3 ? X86::VPCMPISTRM128rr : X86::VPCMPESTRM128rr;
11157 }
Eric Christopherb120ab42009-08-18 22:50:32 +000011158
Eric Christopher41c902f2010-11-30 08:20:21 +000011159 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
Eric Christopherb120ab42009-08-18 22:50:32 +000011160 for (unsigned i = 0; i < numArgs; ++i) {
11161 MachineOperand &Op = MI->getOperand(i+1);
Eric Christopherb120ab42009-08-18 22:50:32 +000011162 if (!(Op.isReg() && Op.isImplicit()))
11163 MIB.addOperand(Op);
11164 }
Eric Christopher41c902f2010-11-30 08:20:21 +000011165 BuildMI(*BB, MI, dl, TII->get(X86::MOVAPSrr), MI->getOperand(0).getReg())
Eric Christopherb120ab42009-08-18 22:50:32 +000011166 .addReg(X86::XMM0);
11167
Dan Gohman14152b42010-07-06 20:24:04 +000011168 MI->eraseFromParent();
Eric Christopherb120ab42009-08-18 22:50:32 +000011169 return BB;
11170}
11171
11172MachineBasicBlock *
Eric Christopher228232b2010-11-30 07:20:12 +000011173X86TargetLowering::EmitMonitor(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000011174 DebugLoc dl = MI->getDebugLoc();
11175 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011176
Eric Christopher228232b2010-11-30 07:20:12 +000011177 // Address into RAX/EAX, other two args into ECX, EDX.
11178 unsigned MemOpc = Subtarget->is64Bit() ? X86::LEA64r : X86::LEA32r;
11179 unsigned MemReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
11180 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(MemOpc), MemReg);
11181 for (int i = 0; i < X86::AddrNumOperands; ++i)
Eric Christopher82be2202010-11-30 08:10:28 +000011182 MIB.addOperand(MI->getOperand(i));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011183
Eric Christopher228232b2010-11-30 07:20:12 +000011184 unsigned ValOps = X86::AddrNumOperands;
11185 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
11186 .addReg(MI->getOperand(ValOps).getReg());
11187 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EDX)
11188 .addReg(MI->getOperand(ValOps+1).getReg());
11189
11190 // The instruction doesn't actually take any operands though.
11191 BuildMI(*BB, MI, dl, TII->get(X86::MONITORrrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011192
Eric Christopher228232b2010-11-30 07:20:12 +000011193 MI->eraseFromParent(); // The pseudo is gone now.
11194 return BB;
11195}
11196
11197MachineBasicBlock *
11198X86TargetLowering::EmitMwait(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000011199 DebugLoc dl = MI->getDebugLoc();
11200 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011201
Eric Christopher228232b2010-11-30 07:20:12 +000011202 // First arg in ECX, the second in EAX.
11203 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
11204 .addReg(MI->getOperand(0).getReg());
11205 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EAX)
11206 .addReg(MI->getOperand(1).getReg());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011207
Eric Christopher228232b2010-11-30 07:20:12 +000011208 // The instruction doesn't actually take any operands though.
11209 BuildMI(*BB, MI, dl, TII->get(X86::MWAITrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011210
Eric Christopher228232b2010-11-30 07:20:12 +000011211 MI->eraseFromParent(); // The pseudo is gone now.
11212 return BB;
11213}
11214
11215MachineBasicBlock *
Dan Gohman320afb82010-10-12 18:00:49 +000011216X86TargetLowering::EmitVAARG64WithCustomInserter(
11217 MachineInstr *MI,
11218 MachineBasicBlock *MBB) const {
11219 // Emit va_arg instruction on X86-64.
11220
11221 // Operands to this pseudo-instruction:
11222 // 0 ) Output : destination address (reg)
11223 // 1-5) Input : va_list address (addr, i64mem)
11224 // 6 ) ArgSize : Size (in bytes) of vararg type
11225 // 7 ) ArgMode : 0=overflow only, 1=use gp_offset, 2=use fp_offset
11226 // 8 ) Align : Alignment of type
11227 // 9 ) EFLAGS (implicit-def)
11228
11229 assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
11230 assert(X86::AddrNumOperands == 5 && "VAARG_64 assumes 5 address operands");
11231
11232 unsigned DestReg = MI->getOperand(0).getReg();
11233 MachineOperand &Base = MI->getOperand(1);
11234 MachineOperand &Scale = MI->getOperand(2);
11235 MachineOperand &Index = MI->getOperand(3);
11236 MachineOperand &Disp = MI->getOperand(4);
11237 MachineOperand &Segment = MI->getOperand(5);
11238 unsigned ArgSize = MI->getOperand(6).getImm();
11239 unsigned ArgMode = MI->getOperand(7).getImm();
11240 unsigned Align = MI->getOperand(8).getImm();
11241
11242 // Memory Reference
11243 assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
11244 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
11245 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
11246
11247 // Machine Information
11248 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11249 MachineRegisterInfo &MRI = MBB->getParent()->getRegInfo();
11250 const TargetRegisterClass *AddrRegClass = getRegClassFor(MVT::i64);
11251 const TargetRegisterClass *OffsetRegClass = getRegClassFor(MVT::i32);
11252 DebugLoc DL = MI->getDebugLoc();
11253
11254 // struct va_list {
11255 // i32 gp_offset
11256 // i32 fp_offset
11257 // i64 overflow_area (address)
11258 // i64 reg_save_area (address)
11259 // }
11260 // sizeof(va_list) = 24
11261 // alignment(va_list) = 8
11262
11263 unsigned TotalNumIntRegs = 6;
11264 unsigned TotalNumXMMRegs = 8;
11265 bool UseGPOffset = (ArgMode == 1);
11266 bool UseFPOffset = (ArgMode == 2);
11267 unsigned MaxOffset = TotalNumIntRegs * 8 +
11268 (UseFPOffset ? TotalNumXMMRegs * 16 : 0);
11269
11270 /* Align ArgSize to a multiple of 8 */
11271 unsigned ArgSizeA8 = (ArgSize + 7) & ~7;
11272 bool NeedsAlign = (Align > 8);
11273
11274 MachineBasicBlock *thisMBB = MBB;
11275 MachineBasicBlock *overflowMBB;
11276 MachineBasicBlock *offsetMBB;
11277 MachineBasicBlock *endMBB;
11278
11279 unsigned OffsetDestReg = 0; // Argument address computed by offsetMBB
11280 unsigned OverflowDestReg = 0; // Argument address computed by overflowMBB
11281 unsigned OffsetReg = 0;
11282
11283 if (!UseGPOffset && !UseFPOffset) {
11284 // If we only pull from the overflow region, we don't create a branch.
11285 // We don't need to alter control flow.
11286 OffsetDestReg = 0; // unused
11287 OverflowDestReg = DestReg;
11288
11289 offsetMBB = NULL;
11290 overflowMBB = thisMBB;
11291 endMBB = thisMBB;
11292 } else {
11293 // First emit code to check if gp_offset (or fp_offset) is below the bound.
11294 // If so, pull the argument from reg_save_area. (branch to offsetMBB)
11295 // If not, pull from overflow_area. (branch to overflowMBB)
11296 //
11297 // thisMBB
11298 // | .
11299 // | .
11300 // offsetMBB overflowMBB
11301 // | .
11302 // | .
11303 // endMBB
11304
11305 // Registers for the PHI in endMBB
11306 OffsetDestReg = MRI.createVirtualRegister(AddrRegClass);
11307 OverflowDestReg = MRI.createVirtualRegister(AddrRegClass);
11308
11309 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
11310 MachineFunction *MF = MBB->getParent();
11311 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB);
11312 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB);
11313 endMBB = MF->CreateMachineBasicBlock(LLVM_BB);
11314
11315 MachineFunction::iterator MBBIter = MBB;
11316 ++MBBIter;
11317
11318 // Insert the new basic blocks
11319 MF->insert(MBBIter, offsetMBB);
11320 MF->insert(MBBIter, overflowMBB);
11321 MF->insert(MBBIter, endMBB);
11322
11323 // Transfer the remainder of MBB and its successor edges to endMBB.
11324 endMBB->splice(endMBB->begin(), thisMBB,
11325 llvm::next(MachineBasicBlock::iterator(MI)),
11326 thisMBB->end());
11327 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
11328
11329 // Make offsetMBB and overflowMBB successors of thisMBB
11330 thisMBB->addSuccessor(offsetMBB);
11331 thisMBB->addSuccessor(overflowMBB);
11332
11333 // endMBB is a successor of both offsetMBB and overflowMBB
11334 offsetMBB->addSuccessor(endMBB);
11335 overflowMBB->addSuccessor(endMBB);
11336
11337 // Load the offset value into a register
11338 OffsetReg = MRI.createVirtualRegister(OffsetRegClass);
11339 BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
11340 .addOperand(Base)
11341 .addOperand(Scale)
11342 .addOperand(Index)
11343 .addDisp(Disp, UseFPOffset ? 4 : 0)
11344 .addOperand(Segment)
11345 .setMemRefs(MMOBegin, MMOEnd);
11346
11347 // Check if there is enough room left to pull this argument.
11348 BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
11349 .addReg(OffsetReg)
11350 .addImm(MaxOffset + 8 - ArgSizeA8);
11351
11352 // Branch to "overflowMBB" if offset >= max
11353 // Fall through to "offsetMBB" otherwise
11354 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
11355 .addMBB(overflowMBB);
11356 }
11357
11358 // In offsetMBB, emit code to use the reg_save_area.
11359 if (offsetMBB) {
11360 assert(OffsetReg != 0);
11361
11362 // Read the reg_save_area address.
11363 unsigned RegSaveReg = MRI.createVirtualRegister(AddrRegClass);
11364 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg)
11365 .addOperand(Base)
11366 .addOperand(Scale)
11367 .addOperand(Index)
11368 .addDisp(Disp, 16)
11369 .addOperand(Segment)
11370 .setMemRefs(MMOBegin, MMOEnd);
11371
11372 // Zero-extend the offset
11373 unsigned OffsetReg64 = MRI.createVirtualRegister(AddrRegClass);
11374 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64)
11375 .addImm(0)
11376 .addReg(OffsetReg)
11377 .addImm(X86::sub_32bit);
11378
11379 // Add the offset to the reg_save_area to get the final address.
11380 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg)
11381 .addReg(OffsetReg64)
11382 .addReg(RegSaveReg);
11383
11384 // Compute the offset for the next argument
11385 unsigned NextOffsetReg = MRI.createVirtualRegister(OffsetRegClass);
11386 BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg)
11387 .addReg(OffsetReg)
11388 .addImm(UseFPOffset ? 16 : 8);
11389
11390 // Store it back into the va_list.
11391 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr))
11392 .addOperand(Base)
11393 .addOperand(Scale)
11394 .addOperand(Index)
11395 .addDisp(Disp, UseFPOffset ? 4 : 0)
11396 .addOperand(Segment)
11397 .addReg(NextOffsetReg)
11398 .setMemRefs(MMOBegin, MMOEnd);
11399
11400 // Jump to endMBB
11401 BuildMI(offsetMBB, DL, TII->get(X86::JMP_4))
11402 .addMBB(endMBB);
11403 }
11404
11405 //
11406 // Emit code to use overflow area
11407 //
11408
11409 // Load the overflow_area address into a register.
11410 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass);
11411 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg)
11412 .addOperand(Base)
11413 .addOperand(Scale)
11414 .addOperand(Index)
11415 .addDisp(Disp, 8)
11416 .addOperand(Segment)
11417 .setMemRefs(MMOBegin, MMOEnd);
11418
11419 // If we need to align it, do so. Otherwise, just copy the address
11420 // to OverflowDestReg.
11421 if (NeedsAlign) {
11422 // Align the overflow address
11423 assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
11424 unsigned TmpReg = MRI.createVirtualRegister(AddrRegClass);
11425
11426 // aligned_addr = (addr + (align-1)) & ~(align-1)
11427 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg)
11428 .addReg(OverflowAddrReg)
11429 .addImm(Align-1);
11430
11431 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg)
11432 .addReg(TmpReg)
11433 .addImm(~(uint64_t)(Align-1));
11434 } else {
11435 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg)
11436 .addReg(OverflowAddrReg);
11437 }
11438
11439 // Compute the next overflow address after this argument.
11440 // (the overflow address should be kept 8-byte aligned)
11441 unsigned NextAddrReg = MRI.createVirtualRegister(AddrRegClass);
11442 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg)
11443 .addReg(OverflowDestReg)
11444 .addImm(ArgSizeA8);
11445
11446 // Store the new overflow address.
11447 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr))
11448 .addOperand(Base)
11449 .addOperand(Scale)
11450 .addOperand(Index)
11451 .addDisp(Disp, 8)
11452 .addOperand(Segment)
11453 .addReg(NextAddrReg)
11454 .setMemRefs(MMOBegin, MMOEnd);
11455
11456 // If we branched, emit the PHI to the front of endMBB.
11457 if (offsetMBB) {
11458 BuildMI(*endMBB, endMBB->begin(), DL,
11459 TII->get(X86::PHI), DestReg)
11460 .addReg(OffsetDestReg).addMBB(offsetMBB)
11461 .addReg(OverflowDestReg).addMBB(overflowMBB);
11462 }
11463
11464 // Erase the pseudo instruction
11465 MI->eraseFromParent();
11466
11467 return endMBB;
11468}
11469
11470MachineBasicBlock *
Dan Gohmand6708ea2009-08-15 01:38:56 +000011471X86TargetLowering::EmitVAStartSaveXMMRegsWithCustomInserter(
11472 MachineInstr *MI,
11473 MachineBasicBlock *MBB) const {
11474 // Emit code to save XMM registers to the stack. The ABI says that the
11475 // number of registers to save is given in %al, so it's theoretically
11476 // possible to do an indirect jump trick to avoid saving all of them,
11477 // however this code takes a simpler approach and just executes all
11478 // of the stores if %al is non-zero. It's less code, and it's probably
11479 // easier on the hardware branch predictor, and stores aren't all that
11480 // expensive anyway.
11481
11482 // Create the new basic blocks. One block contains all the XMM stores,
11483 // and one block is the final destination regardless of whether any
11484 // stores were performed.
11485 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
11486 MachineFunction *F = MBB->getParent();
11487 MachineFunction::iterator MBBIter = MBB;
11488 ++MBBIter;
11489 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB);
11490 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB);
11491 F->insert(MBBIter, XMMSaveMBB);
11492 F->insert(MBBIter, EndMBB);
11493
Dan Gohman14152b42010-07-06 20:24:04 +000011494 // Transfer the remainder of MBB and its successor edges to EndMBB.
11495 EndMBB->splice(EndMBB->begin(), MBB,
11496 llvm::next(MachineBasicBlock::iterator(MI)),
11497 MBB->end());
11498 EndMBB->transferSuccessorsAndUpdatePHIs(MBB);
11499
Dan Gohmand6708ea2009-08-15 01:38:56 +000011500 // The original block will now fall through to the XMM save block.
11501 MBB->addSuccessor(XMMSaveMBB);
11502 // The XMMSaveMBB will fall through to the end block.
11503 XMMSaveMBB->addSuccessor(EndMBB);
11504
11505 // Now add the instructions.
11506 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11507 DebugLoc DL = MI->getDebugLoc();
11508
11509 unsigned CountReg = MI->getOperand(0).getReg();
11510 int64_t RegSaveFrameIndex = MI->getOperand(1).getImm();
11511 int64_t VarArgsFPOffset = MI->getOperand(2).getImm();
11512
11513 if (!Subtarget->isTargetWin64()) {
11514 // If %al is 0, branch around the XMM save block.
11515 BuildMI(MBB, DL, TII->get(X86::TEST8rr)).addReg(CountReg).addReg(CountReg);
Chris Lattnerbd13fb62010-02-11 19:25:55 +000011516 BuildMI(MBB, DL, TII->get(X86::JE_4)).addMBB(EndMBB);
Dan Gohmand6708ea2009-08-15 01:38:56 +000011517 MBB->addSuccessor(EndMBB);
11518 }
11519
11520 // In the XMM save block, save all the XMM argument registers.
11521 for (int i = 3, e = MI->getNumOperands(); i != e; ++i) {
11522 int64_t Offset = (i - 3) * 16 + VarArgsFPOffset;
Dan Gohmanc76909a2009-09-25 20:36:54 +000011523 MachineMemOperand *MMO =
Evan Chengff89dcb2009-10-18 18:16:27 +000011524 F->getMachineMemOperand(
Chris Lattnere8639032010-09-21 06:22:23 +000011525 MachinePointerInfo::getFixedStack(RegSaveFrameIndex, Offset),
Chris Lattner59db5492010-09-21 04:39:43 +000011526 MachineMemOperand::MOStore,
Evan Chengff89dcb2009-10-18 18:16:27 +000011527 /*Size=*/16, /*Align=*/16);
Dan Gohmand6708ea2009-08-15 01:38:56 +000011528 BuildMI(XMMSaveMBB, DL, TII->get(X86::MOVAPSmr))
11529 .addFrameIndex(RegSaveFrameIndex)
11530 .addImm(/*Scale=*/1)
11531 .addReg(/*IndexReg=*/0)
11532 .addImm(/*Disp=*/Offset)
11533 .addReg(/*Segment=*/0)
11534 .addReg(MI->getOperand(i).getReg())
Dan Gohmanc76909a2009-09-25 20:36:54 +000011535 .addMemOperand(MMO);
Dan Gohmand6708ea2009-08-15 01:38:56 +000011536 }
11537
Dan Gohman14152b42010-07-06 20:24:04 +000011538 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohmand6708ea2009-08-15 01:38:56 +000011539
11540 return EndMBB;
11541}
Mon P Wang63307c32008-05-05 19:05:59 +000011542
Evan Cheng60c07e12006-07-05 22:17:51 +000011543MachineBasicBlock *
Chris Lattner52600972009-09-02 05:57:00 +000011544X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000011545 MachineBasicBlock *BB) const {
Chris Lattner52600972009-09-02 05:57:00 +000011546 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11547 DebugLoc DL = MI->getDebugLoc();
Daniel Dunbara279bc32009-09-20 02:20:51 +000011548
Chris Lattner52600972009-09-02 05:57:00 +000011549 // To "insert" a SELECT_CC instruction, we actually have to insert the
11550 // diamond control-flow pattern. The incoming instruction knows the
11551 // destination vreg to set, the condition code register to branch on, the
11552 // true/false values to select between, and a branch opcode to use.
11553 const BasicBlock *LLVM_BB = BB->getBasicBlock();
11554 MachineFunction::iterator It = BB;
11555 ++It;
Daniel Dunbara279bc32009-09-20 02:20:51 +000011556
Chris Lattner52600972009-09-02 05:57:00 +000011557 // thisMBB:
11558 // ...
11559 // TrueVal = ...
11560 // cmpTY ccX, r1, r2
11561 // bCC copy1MBB
11562 // fallthrough --> copy0MBB
11563 MachineBasicBlock *thisMBB = BB;
11564 MachineFunction *F = BB->getParent();
11565 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
11566 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Chris Lattner52600972009-09-02 05:57:00 +000011567 F->insert(It, copy0MBB);
11568 F->insert(It, sinkMBB);
Bill Wendling730c07e2010-06-25 20:48:10 +000011569
Bill Wendling730c07e2010-06-25 20:48:10 +000011570 // If the EFLAGS register isn't dead in the terminator, then claim that it's
11571 // live into the sink and copy blocks.
11572 const MachineFunction *MF = BB->getParent();
11573 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
11574 BitVector ReservedRegs = TRI->getReservedRegs(*MF);
Bill Wendling730c07e2010-06-25 20:48:10 +000011575
Dan Gohman14152b42010-07-06 20:24:04 +000011576 for (unsigned I = 0, E = MI->getNumOperands(); I != E; ++I) {
11577 const MachineOperand &MO = MI->getOperand(I);
11578 if (!MO.isReg() || !MO.isUse() || MO.isKill()) continue;
Bill Wendling730c07e2010-06-25 20:48:10 +000011579 unsigned Reg = MO.getReg();
11580 if (Reg != X86::EFLAGS) continue;
11581 copy0MBB->addLiveIn(Reg);
11582 sinkMBB->addLiveIn(Reg);
11583 }
11584
Dan Gohman14152b42010-07-06 20:24:04 +000011585 // Transfer the remainder of BB and its successor edges to sinkMBB.
11586 sinkMBB->splice(sinkMBB->begin(), BB,
11587 llvm::next(MachineBasicBlock::iterator(MI)),
11588 BB->end());
11589 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
11590
11591 // Add the true and fallthrough blocks as its successors.
11592 BB->addSuccessor(copy0MBB);
11593 BB->addSuccessor(sinkMBB);
11594
11595 // Create the conditional branch instruction.
11596 unsigned Opc =
11597 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
11598 BuildMI(BB, DL, TII->get(Opc)).addMBB(sinkMBB);
11599
Chris Lattner52600972009-09-02 05:57:00 +000011600 // copy0MBB:
11601 // %FalseValue = ...
11602 // # fallthrough to sinkMBB
Dan Gohman3335a222010-04-30 20:14:26 +000011603 copy0MBB->addSuccessor(sinkMBB);
Daniel Dunbara279bc32009-09-20 02:20:51 +000011604
Chris Lattner52600972009-09-02 05:57:00 +000011605 // sinkMBB:
11606 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
11607 // ...
Dan Gohman14152b42010-07-06 20:24:04 +000011608 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
11609 TII->get(X86::PHI), MI->getOperand(0).getReg())
Chris Lattner52600972009-09-02 05:57:00 +000011610 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
11611 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
11612
Dan Gohman14152b42010-07-06 20:24:04 +000011613 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohman3335a222010-04-30 20:14:26 +000011614 return sinkMBB;
Chris Lattner52600972009-09-02 05:57:00 +000011615}
11616
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011617MachineBasicBlock *
Michael J. Spencere9c253e2010-10-21 01:41:01 +000011618X86TargetLowering::EmitLoweredWinAlloca(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000011619 MachineBasicBlock *BB) const {
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011620 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11621 DebugLoc DL = MI->getDebugLoc();
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011622
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000011623 assert(!Subtarget->isTargetEnvMacho());
11624
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011625 // The lowering is pretty easy: we're just emitting the call to _alloca. The
11626 // non-trivial part is impdef of ESP.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011627
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000011628 if (Subtarget->isTargetWin64()) {
11629 if (Subtarget->isTargetCygMing()) {
11630 // ___chkstk(Mingw64):
11631 // Clobbers R10, R11, RAX and EFLAGS.
11632 // Updates RSP.
11633 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
11634 .addExternalSymbol("___chkstk")
11635 .addReg(X86::RAX, RegState::Implicit)
11636 .addReg(X86::RSP, RegState::Implicit)
11637 .addReg(X86::RAX, RegState::Define | RegState::Implicit)
11638 .addReg(X86::RSP, RegState::Define | RegState::Implicit)
11639 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
11640 } else {
11641 // __chkstk(MSVCRT): does not update stack pointer.
11642 // Clobbers R10, R11 and EFLAGS.
11643 // FIXME: RAX(allocated size) might be reused and not killed.
11644 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
11645 .addExternalSymbol("__chkstk")
11646 .addReg(X86::RAX, RegState::Implicit)
11647 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
11648 // RAX has the offset to subtracted from RSP.
11649 BuildMI(*BB, MI, DL, TII->get(X86::SUB64rr), X86::RSP)
11650 .addReg(X86::RSP)
11651 .addReg(X86::RAX);
11652 }
11653 } else {
11654 const char *StackProbeSymbol =
Michael J. Spencere9c253e2010-10-21 01:41:01 +000011655 Subtarget->isTargetWindows() ? "_chkstk" : "_alloca";
11656
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000011657 BuildMI(*BB, MI, DL, TII->get(X86::CALLpcrel32))
11658 .addExternalSymbol(StackProbeSymbol)
11659 .addReg(X86::EAX, RegState::Implicit)
11660 .addReg(X86::ESP, RegState::Implicit)
11661 .addReg(X86::EAX, RegState::Define | RegState::Implicit)
11662 .addReg(X86::ESP, RegState::Define | RegState::Implicit)
11663 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
11664 }
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011665
Dan Gohman14152b42010-07-06 20:24:04 +000011666 MI->eraseFromParent(); // The pseudo instruction is gone now.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000011667 return BB;
11668}
Chris Lattner52600972009-09-02 05:57:00 +000011669
11670MachineBasicBlock *
Eric Christopher30ef0e52010-06-03 04:07:48 +000011671X86TargetLowering::EmitLoweredTLSCall(MachineInstr *MI,
11672 MachineBasicBlock *BB) const {
11673 // This is pretty easy. We're taking the value that we received from
11674 // our load from the relocation, sticking it in either RDI (x86-64)
11675 // or EAX and doing an indirect call. The return value will then
11676 // be in the normal return register.
Michael J. Spencerec38de22010-10-10 22:04:20 +000011677 const X86InstrInfo *TII
Eric Christopher54415362010-06-08 22:04:25 +000011678 = static_cast<const X86InstrInfo*>(getTargetMachine().getInstrInfo());
Eric Christopher30ef0e52010-06-03 04:07:48 +000011679 DebugLoc DL = MI->getDebugLoc();
11680 MachineFunction *F = BB->getParent();
Eric Christopher722d3152010-09-27 06:01:51 +000011681
11682 assert(Subtarget->isTargetDarwin() && "Darwin only instr emitted?");
Eric Christopher54415362010-06-08 22:04:25 +000011683 assert(MI->getOperand(3).isGlobal() && "This should be a global");
Michael J. Spencerec38de22010-10-10 22:04:20 +000011684
Eric Christopher30ef0e52010-06-03 04:07:48 +000011685 if (Subtarget->is64Bit()) {
Dan Gohman14152b42010-07-06 20:24:04 +000011686 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
11687 TII->get(X86::MOV64rm), X86::RDI)
Eric Christopher54415362010-06-08 22:04:25 +000011688 .addReg(X86::RIP)
11689 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000011690 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000011691 MI->getOperand(3).getTargetFlags())
11692 .addReg(0);
Eric Christopher722d3152010-09-27 06:01:51 +000011693 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL64m));
Chris Lattner599b5312010-07-08 23:46:44 +000011694 addDirectMem(MIB, X86::RDI);
Eric Christopher61025492010-06-15 23:08:42 +000011695 } else if (getTargetMachine().getRelocationModel() != Reloc::PIC_) {
Dan Gohman14152b42010-07-06 20:24:04 +000011696 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
11697 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher61025492010-06-15 23:08:42 +000011698 .addReg(0)
11699 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000011700 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher61025492010-06-15 23:08:42 +000011701 MI->getOperand(3).getTargetFlags())
11702 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000011703 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000011704 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000011705 } else {
Dan Gohman14152b42010-07-06 20:24:04 +000011706 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
11707 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher54415362010-06-08 22:04:25 +000011708 .addReg(TII->getGlobalBaseReg(F))
11709 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000011710 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000011711 MI->getOperand(3).getTargetFlags())
11712 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000011713 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000011714 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000011715 }
Michael J. Spencerec38de22010-10-10 22:04:20 +000011716
Dan Gohman14152b42010-07-06 20:24:04 +000011717 MI->eraseFromParent(); // The pseudo instruction is gone now.
Eric Christopher30ef0e52010-06-03 04:07:48 +000011718 return BB;
11719}
11720
11721MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +000011722X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000011723 MachineBasicBlock *BB) const {
Evan Cheng60c07e12006-07-05 22:17:51 +000011724 switch (MI->getOpcode()) {
11725 default: assert(false && "Unexpected instr type to insert");
NAKAMURA Takumi7754f852011-01-26 02:04:09 +000011726 case X86::TAILJMPd64:
11727 case X86::TAILJMPr64:
11728 case X86::TAILJMPm64:
11729 assert(!"TAILJMP64 would not be touched here.");
11730 case X86::TCRETURNdi64:
11731 case X86::TCRETURNri64:
11732 case X86::TCRETURNmi64:
11733 // Defs of TCRETURNxx64 has Win64's callee-saved registers, as subset.
11734 // On AMD64, additional defs should be added before register allocation.
11735 if (!Subtarget->isTargetWin64()) {
11736 MI->addRegisterDefined(X86::RSI);
11737 MI->addRegisterDefined(X86::RDI);
11738 MI->addRegisterDefined(X86::XMM6);
11739 MI->addRegisterDefined(X86::XMM7);
11740 MI->addRegisterDefined(X86::XMM8);
11741 MI->addRegisterDefined(X86::XMM9);
11742 MI->addRegisterDefined(X86::XMM10);
11743 MI->addRegisterDefined(X86::XMM11);
11744 MI->addRegisterDefined(X86::XMM12);
11745 MI->addRegisterDefined(X86::XMM13);
11746 MI->addRegisterDefined(X86::XMM14);
11747 MI->addRegisterDefined(X86::XMM15);
11748 }
11749 return BB;
Michael J. Spencere9c253e2010-10-21 01:41:01 +000011750 case X86::WIN_ALLOCA:
11751 return EmitLoweredWinAlloca(MI, BB);
Eric Christopher30ef0e52010-06-03 04:07:48 +000011752 case X86::TLSCall_32:
11753 case X86::TLSCall_64:
11754 return EmitLoweredTLSCall(MI, BB);
Dan Gohmancbbea0f2009-08-27 00:14:12 +000011755 case X86::CMOV_GR8:
Evan Cheng60c07e12006-07-05 22:17:51 +000011756 case X86::CMOV_FR32:
11757 case X86::CMOV_FR64:
11758 case X86::CMOV_V4F32:
11759 case X86::CMOV_V2F64:
Chris Lattner52600972009-09-02 05:57:00 +000011760 case X86::CMOV_V2I64:
Bruno Cardoso Lopesd40aa242011-08-09 23:27:13 +000011761 case X86::CMOV_V8F32:
11762 case X86::CMOV_V4F64:
11763 case X86::CMOV_V4I64:
Chris Lattner314a1132010-03-14 18:31:44 +000011764 case X86::CMOV_GR16:
11765 case X86::CMOV_GR32:
11766 case X86::CMOV_RFP32:
11767 case X86::CMOV_RFP64:
11768 case X86::CMOV_RFP80:
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000011769 return EmitLoweredSelect(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000011770
Dale Johannesen849f2142007-07-03 00:53:03 +000011771 case X86::FP32_TO_INT16_IN_MEM:
11772 case X86::FP32_TO_INT32_IN_MEM:
11773 case X86::FP32_TO_INT64_IN_MEM:
11774 case X86::FP64_TO_INT16_IN_MEM:
11775 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +000011776 case X86::FP64_TO_INT64_IN_MEM:
11777 case X86::FP80_TO_INT16_IN_MEM:
11778 case X86::FP80_TO_INT32_IN_MEM:
11779 case X86::FP80_TO_INT64_IN_MEM: {
Chris Lattner52600972009-09-02 05:57:00 +000011780 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11781 DebugLoc DL = MI->getDebugLoc();
11782
Evan Cheng60c07e12006-07-05 22:17:51 +000011783 // Change the floating point control register to use "round towards zero"
11784 // mode when truncating to an integer value.
11785 MachineFunction *F = BB->getParent();
David Greene3f2bf852009-11-12 20:49:22 +000011786 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false);
Dan Gohman14152b42010-07-06 20:24:04 +000011787 addFrameReference(BuildMI(*BB, MI, DL,
11788 TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011789
11790 // Load the old value of the high byte of the control word...
11791 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +000011792 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Dan Gohman14152b42010-07-06 20:24:04 +000011793 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW),
Dale Johannesene4d209d2009-02-03 20:21:25 +000011794 CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011795
11796 // Set the high part to be round to zero...
Dan Gohman14152b42010-07-06 20:24:04 +000011797 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000011798 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +000011799
11800 // Reload the modified control word now...
Dan Gohman14152b42010-07-06 20:24:04 +000011801 addFrameReference(BuildMI(*BB, MI, DL,
11802 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011803
11804 // Restore the memory image of control word to original value
Dan Gohman14152b42010-07-06 20:24:04 +000011805 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000011806 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +000011807
11808 // Get the X86 opcode to use.
11809 unsigned Opc;
11810 switch (MI->getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +000011811 default: llvm_unreachable("illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +000011812 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
11813 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
11814 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
11815 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
11816 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
11817 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +000011818 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
11819 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
11820 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +000011821 }
11822
11823 X86AddressMode AM;
11824 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +000011825 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000011826 AM.BaseType = X86AddressMode::RegBase;
11827 AM.Base.Reg = Op.getReg();
11828 } else {
11829 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +000011830 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +000011831 }
11832 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +000011833 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000011834 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000011835 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +000011836 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000011837 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000011838 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +000011839 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000011840 AM.GV = Op.getGlobal();
11841 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +000011842 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000011843 }
Dan Gohman14152b42010-07-06 20:24:04 +000011844 addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000011845 .addReg(MI->getOperand(X86::AddrNumOperands).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +000011846
11847 // Reload the original control word now.
Dan Gohman14152b42010-07-06 20:24:04 +000011848 addFrameReference(BuildMI(*BB, MI, DL,
11849 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011850
Dan Gohman14152b42010-07-06 20:24:04 +000011851 MI->eraseFromParent(); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +000011852 return BB;
11853 }
Eric Christopherb120ab42009-08-18 22:50:32 +000011854 // String/text processing lowering.
11855 case X86::PCMPISTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011856 case X86::VPCMPISTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000011857 return EmitPCMP(MI, BB, 3, false /* in-mem */);
11858 case X86::PCMPISTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011859 case X86::VPCMPISTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000011860 return EmitPCMP(MI, BB, 3, true /* in-mem */);
11861 case X86::PCMPESTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011862 case X86::VPCMPESTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000011863 return EmitPCMP(MI, BB, 5, false /* in mem */);
11864 case X86::PCMPESTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011865 case X86::VPCMPESTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000011866 return EmitPCMP(MI, BB, 5, true /* in mem */);
11867
Eric Christopher228232b2010-11-30 07:20:12 +000011868 // Thread synchronization.
11869 case X86::MONITOR:
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011870 return EmitMonitor(MI, BB);
Eric Christopher228232b2010-11-30 07:20:12 +000011871 case X86::MWAIT:
11872 return EmitMwait(MI, BB);
11873
Eric Christopherb120ab42009-08-18 22:50:32 +000011874 // Atomic Lowering.
Mon P Wang63307c32008-05-05 19:05:59 +000011875 case X86::ATOMAND32:
11876 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011877 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011878 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011879 X86::NOT32r, X86::EAX,
11880 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000011881 case X86::ATOMOR32:
Scott Michelfdc40a02009-02-17 22:15:04 +000011882 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
11883 X86::OR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011884 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011885 X86::NOT32r, X86::EAX,
11886 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000011887 case X86::ATOMXOR32:
11888 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011889 X86::XOR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011890 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011891 X86::NOT32r, X86::EAX,
11892 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000011893 case X86::ATOMNAND32:
11894 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011895 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011896 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011897 X86::NOT32r, X86::EAX,
11898 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +000011899 case X86::ATOMMIN32:
11900 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
11901 case X86::ATOMMAX32:
11902 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
11903 case X86::ATOMUMIN32:
11904 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
11905 case X86::ATOMUMAX32:
11906 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +000011907
11908 case X86::ATOMAND16:
11909 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
11910 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011911 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011912 X86::NOT16r, X86::AX,
11913 X86::GR16RegisterClass);
11914 case X86::ATOMOR16:
Scott Michelfdc40a02009-02-17 22:15:04 +000011915 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011916 X86::OR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011917 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011918 X86::NOT16r, X86::AX,
11919 X86::GR16RegisterClass);
11920 case X86::ATOMXOR16:
11921 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
11922 X86::XOR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011923 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011924 X86::NOT16r, X86::AX,
11925 X86::GR16RegisterClass);
11926 case X86::ATOMNAND16:
11927 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
11928 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011929 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011930 X86::NOT16r, X86::AX,
11931 X86::GR16RegisterClass, true);
11932 case X86::ATOMMIN16:
11933 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
11934 case X86::ATOMMAX16:
11935 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
11936 case X86::ATOMUMIN16:
11937 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
11938 case X86::ATOMUMAX16:
11939 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
11940
11941 case X86::ATOMAND8:
11942 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
11943 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011944 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011945 X86::NOT8r, X86::AL,
11946 X86::GR8RegisterClass);
11947 case X86::ATOMOR8:
Scott Michelfdc40a02009-02-17 22:15:04 +000011948 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011949 X86::OR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011950 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011951 X86::NOT8r, X86::AL,
11952 X86::GR8RegisterClass);
11953 case X86::ATOMXOR8:
11954 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
11955 X86::XOR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011956 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011957 X86::NOT8r, X86::AL,
11958 X86::GR8RegisterClass);
11959 case X86::ATOMNAND8:
11960 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
11961 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011962 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011963 X86::NOT8r, X86::AL,
11964 X86::GR8RegisterClass, true);
11965 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011966 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +000011967 case X86::ATOMAND64:
11968 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011969 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011970 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011971 X86::NOT64r, X86::RAX,
11972 X86::GR64RegisterClass);
11973 case X86::ATOMOR64:
Scott Michelfdc40a02009-02-17 22:15:04 +000011974 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
11975 X86::OR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011976 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011977 X86::NOT64r, X86::RAX,
11978 X86::GR64RegisterClass);
11979 case X86::ATOMXOR64:
11980 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011981 X86::XOR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011982 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011983 X86::NOT64r, X86::RAX,
11984 X86::GR64RegisterClass);
11985 case X86::ATOMNAND64:
11986 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
11987 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011988 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011989 X86::NOT64r, X86::RAX,
11990 X86::GR64RegisterClass, true);
11991 case X86::ATOMMIN64:
11992 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
11993 case X86::ATOMMAX64:
11994 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
11995 case X86::ATOMUMIN64:
11996 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
11997 case X86::ATOMUMAX64:
11998 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011999
12000 // This group does 64-bit operations on a 32-bit host.
12001 case X86::ATOMAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012002 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012003 X86::AND32rr, X86::AND32rr,
12004 X86::AND32ri, X86::AND32ri,
12005 false);
12006 case X86::ATOMOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012007 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012008 X86::OR32rr, X86::OR32rr,
12009 X86::OR32ri, X86::OR32ri,
12010 false);
12011 case X86::ATOMXOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012012 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012013 X86::XOR32rr, X86::XOR32rr,
12014 X86::XOR32ri, X86::XOR32ri,
12015 false);
12016 case X86::ATOMNAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012017 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012018 X86::AND32rr, X86::AND32rr,
12019 X86::AND32ri, X86::AND32ri,
12020 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012021 case X86::ATOMADD6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012022 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012023 X86::ADD32rr, X86::ADC32rr,
12024 X86::ADD32ri, X86::ADC32ri,
12025 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012026 case X86::ATOMSUB6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012027 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000012028 X86::SUB32rr, X86::SBB32rr,
12029 X86::SUB32ri, X86::SBB32ri,
12030 false);
Dale Johannesen880ae362008-10-03 22:25:52 +000012031 case X86::ATOMSWAP6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000012032 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen880ae362008-10-03 22:25:52 +000012033 X86::MOV32rr, X86::MOV32rr,
12034 X86::MOV32ri, X86::MOV32ri,
12035 false);
Dan Gohmand6708ea2009-08-15 01:38:56 +000012036 case X86::VASTART_SAVE_XMM_REGS:
12037 return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
Dan Gohman320afb82010-10-12 18:00:49 +000012038
12039 case X86::VAARG_64:
12040 return EmitVAARG64WithCustomInserter(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000012041 }
12042}
12043
12044//===----------------------------------------------------------------------===//
12045// X86 Optimization Hooks
12046//===----------------------------------------------------------------------===//
12047
Dan Gohman475871a2008-07-27 21:46:04 +000012048void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +000012049 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000012050 APInt &KnownZero,
12051 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +000012052 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +000012053 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +000012054 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +000012055 assert((Opc >= ISD::BUILTIN_OP_END ||
12056 Opc == ISD::INTRINSIC_WO_CHAIN ||
12057 Opc == ISD::INTRINSIC_W_CHAIN ||
12058 Opc == ISD::INTRINSIC_VOID) &&
12059 "Should use MaskedValueIsZero if you don't know whether Op"
12060 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +000012061
Dan Gohmanf4f92f52008-02-13 23:07:24 +000012062 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +000012063 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +000012064 default: break;
Evan Cheng97d0e0e2009-02-02 09:15:04 +000012065 case X86ISD::ADD:
12066 case X86ISD::SUB:
Chris Lattner5b856542010-12-20 00:59:46 +000012067 case X86ISD::ADC:
12068 case X86ISD::SBB:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000012069 case X86ISD::SMUL:
12070 case X86ISD::UMUL:
Dan Gohman076aee32009-03-04 19:44:21 +000012071 case X86ISD::INC:
12072 case X86ISD::DEC:
Dan Gohmane220c4b2009-09-18 19:59:53 +000012073 case X86ISD::OR:
12074 case X86ISD::XOR:
12075 case X86ISD::AND:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000012076 // These nodes' second result is a boolean.
12077 if (Op.getResNo() == 0)
12078 break;
12079 // Fallthrough
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012080 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000012081 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
12082 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +000012083 break;
Evan Cheng3a03ebb2005-12-21 23:05:39 +000012084 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +000012085}
Chris Lattner259e97c2006-01-31 19:43:35 +000012086
Owen Andersonbc146b02010-09-21 20:42:50 +000012087unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op,
12088 unsigned Depth) const {
12089 // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
12090 if (Op.getOpcode() == X86ISD::SETCC_CARRY)
12091 return Op.getValueType().getScalarType().getSizeInBits();
Michael J. Spencerec38de22010-10-10 22:04:20 +000012092
Owen Andersonbc146b02010-09-21 20:42:50 +000012093 // Fallback case.
12094 return 1;
12095}
12096
Evan Cheng206ee9d2006-07-07 08:33:52 +000012097/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +000012098/// node is a GlobalAddress + offset.
12099bool X86TargetLowering::isGAPlusOffset(SDNode *N,
Dan Gohman46510a72010-04-15 01:51:59 +000012100 const GlobalValue* &GA,
12101 int64_t &Offset) const {
Evan Chengad4196b2008-05-12 19:56:52 +000012102 if (N->getOpcode() == X86ISD::Wrapper) {
12103 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +000012104 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +000012105 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +000012106 return true;
12107 }
Evan Cheng206ee9d2006-07-07 08:33:52 +000012108 }
Evan Chengad4196b2008-05-12 19:56:52 +000012109 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +000012110}
12111
Bruno Cardoso Lopesef8d6992011-08-11 21:50:44 +000012112/// isShuffleHigh128VectorInsertLow - Checks whether the shuffle node is the
12113/// same as extracting the high 128-bit part of 256-bit vector and then
12114/// inserting the result into the low part of a new 256-bit vector
12115static bool isShuffleHigh128VectorInsertLow(ShuffleVectorSDNode *SVOp) {
12116 EVT VT = SVOp->getValueType(0);
12117 int NumElems = VT.getVectorNumElements();
12118
12119 // vector_shuffle <4, 5, 6, 7, u, u, u, u> or <2, 3, u, u>
12120 for (int i = 0, j = NumElems/2; i < NumElems/2; ++i, ++j)
12121 if (!isUndefOrEqual(SVOp->getMaskElt(i), j) ||
12122 SVOp->getMaskElt(j) >= 0)
12123 return false;
12124
12125 return true;
12126}
12127
12128/// isShuffleLow128VectorInsertHigh - Checks whether the shuffle node is the
12129/// same as extracting the low 128-bit part of 256-bit vector and then
12130/// inserting the result into the high part of a new 256-bit vector
12131static bool isShuffleLow128VectorInsertHigh(ShuffleVectorSDNode *SVOp) {
12132 EVT VT = SVOp->getValueType(0);
12133 int NumElems = VT.getVectorNumElements();
12134
12135 // vector_shuffle <u, u, u, u, 0, 1, 2, 3> or <u, u, 0, 1>
12136 for (int i = NumElems/2, j = 0; i < NumElems; ++i, ++j)
12137 if (!isUndefOrEqual(SVOp->getMaskElt(i), j) ||
12138 SVOp->getMaskElt(j) >= 0)
12139 return false;
12140
12141 return true;
12142}
12143
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000012144/// PerformShuffleCombine256 - Performs shuffle combines for 256-bit vectors.
12145static SDValue PerformShuffleCombine256(SDNode *N, SelectionDAG &DAG,
12146 TargetLowering::DAGCombinerInfo &DCI) {
12147 DebugLoc dl = N->getDebugLoc();
12148 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
12149 SDValue V1 = SVOp->getOperand(0);
12150 SDValue V2 = SVOp->getOperand(1);
12151 EVT VT = SVOp->getValueType(0);
Bruno Cardoso Lopesef8d6992011-08-11 21:50:44 +000012152 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000012153
12154 if (V1.getOpcode() == ISD::CONCAT_VECTORS &&
12155 V2.getOpcode() == ISD::CONCAT_VECTORS) {
12156 //
12157 // 0,0,0,...
Benjamin Kramer558cc5a2011-07-22 01:02:57 +000012158 // |
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000012159 // V UNDEF BUILD_VECTOR UNDEF
12160 // \ / \ /
12161 // CONCAT_VECTOR CONCAT_VECTOR
12162 // \ /
12163 // \ /
12164 // RESULT: V + zero extended
12165 //
12166 if (V2.getOperand(0).getOpcode() != ISD::BUILD_VECTOR ||
12167 V2.getOperand(1).getOpcode() != ISD::UNDEF ||
12168 V1.getOperand(1).getOpcode() != ISD::UNDEF)
12169 return SDValue();
12170
12171 if (!ISD::isBuildVectorAllZeros(V2.getOperand(0).getNode()))
12172 return SDValue();
12173
12174 // To match the shuffle mask, the first half of the mask should
12175 // be exactly the first vector, and all the rest a splat with the
12176 // first element of the second one.
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000012177 for (int i = 0; i < NumElems/2; ++i)
12178 if (!isUndefOrEqual(SVOp->getMaskElt(i), i) ||
12179 !isUndefOrEqual(SVOp->getMaskElt(i+NumElems/2), NumElems))
12180 return SDValue();
12181
12182 // Emit a zeroed vector and insert the desired subvector on its
12183 // first half.
12184 SDValue Zeros = getZeroVector(VT, true /* HasSSE2 */, DAG, dl);
12185 SDValue InsV = Insert128BitVector(Zeros, V1.getOperand(0),
12186 DAG.getConstant(0, MVT::i32), DAG, dl);
12187 return DCI.CombineTo(N, InsV);
12188 }
12189
Bruno Cardoso Lopesef8d6992011-08-11 21:50:44 +000012190 //===--------------------------------------------------------------------===//
12191 // Combine some shuffles into subvector extracts and inserts:
12192 //
12193
12194 // vector_shuffle <4, 5, 6, 7, u, u, u, u> or <2, 3, u, u>
12195 if (isShuffleHigh128VectorInsertLow(SVOp)) {
12196 SDValue V = Extract128BitVector(V1, DAG.getConstant(NumElems/2, MVT::i32),
12197 DAG, dl);
12198 SDValue InsV = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT),
12199 V, DAG.getConstant(0, MVT::i32), DAG, dl);
12200 return DCI.CombineTo(N, InsV);
12201 }
12202
12203 // vector_shuffle <u, u, u, u, 0, 1, 2, 3> or <u, u, 0, 1>
12204 if (isShuffleLow128VectorInsertHigh(SVOp)) {
12205 SDValue V = Extract128BitVector(V1, DAG.getConstant(0, MVT::i32), DAG, dl);
12206 SDValue InsV = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT),
12207 V, DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
12208 return DCI.CombineTo(N, InsV);
12209 }
12210
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000012211 return SDValue();
12212}
12213
12214/// PerformShuffleCombine - Performs several different shuffle combines.
Dan Gohman475871a2008-07-27 21:46:04 +000012215static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Bruno Cardoso Lopes50b37c72011-08-15 21:45:54 +000012216 TargetLowering::DAGCombinerInfo &DCI,
12217 const X86Subtarget *Subtarget) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000012218 DebugLoc dl = N->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +000012219 EVT VT = N->getValueType(0);
Mon P Wang1e955802009-04-03 02:43:30 +000012220
Mon P Wanga0fd0d52010-12-19 23:55:53 +000012221 // Don't create instructions with illegal types after legalize types has run.
12222 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
12223 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
12224 return SDValue();
12225
Bruno Cardoso Lopes50b37c72011-08-15 21:45:54 +000012226 // Combine 256-bit vector shuffles. This is only profitable when in AVX mode
12227 if (Subtarget->hasAVX() && VT.getSizeInBits() == 256 &&
12228 N->getOpcode() == ISD::VECTOR_SHUFFLE)
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000012229 return PerformShuffleCombine256(N, DAG, DCI);
12230
12231 // Only handle 128 wide vector from here on.
12232 if (VT.getSizeInBits() != 128)
12233 return SDValue();
12234
12235 // Combine a vector_shuffle that is equal to build_vector load1, load2, load3,
12236 // load4, <0, 1, 2, 3> into a 128-bit load if the load addresses are
12237 // consecutive, non-overlapping, and in the right order.
Nate Begemanfdea31a2010-03-24 20:49:50 +000012238 SmallVector<SDValue, 16> Elts;
12239 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012240 Elts.push_back(getShuffleScalarElt(N, i, DAG, 0));
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +000012241
Nate Begemanfdea31a2010-03-24 20:49:50 +000012242 return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +000012243}
Evan Chengd880b972008-05-09 21:53:03 +000012244
Bruno Cardoso Lopesb3e06692010-09-03 19:55:05 +000012245/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
12246/// generation and convert it from being a bunch of shuffles and extracts
12247/// to a simple store and scalar loads to extract the elements.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012248static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
12249 const TargetLowering &TLI) {
12250 SDValue InputVector = N->getOperand(0);
12251
12252 // Only operate on vectors of 4 elements, where the alternative shuffling
12253 // gets to be more expensive.
12254 if (InputVector.getValueType() != MVT::v4i32)
12255 return SDValue();
12256
12257 // Check whether every use of InputVector is an EXTRACT_VECTOR_ELT with a
12258 // single use which is a sign-extend or zero-extend, and all elements are
12259 // used.
12260 SmallVector<SDNode *, 4> Uses;
12261 unsigned ExtractedElements = 0;
12262 for (SDNode::use_iterator UI = InputVector.getNode()->use_begin(),
12263 UE = InputVector.getNode()->use_end(); UI != UE; ++UI) {
12264 if (UI.getUse().getResNo() != InputVector.getResNo())
12265 return SDValue();
12266
12267 SDNode *Extract = *UI;
12268 if (Extract->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
12269 return SDValue();
12270
12271 if (Extract->getValueType(0) != MVT::i32)
12272 return SDValue();
12273 if (!Extract->hasOneUse())
12274 return SDValue();
12275 if (Extract->use_begin()->getOpcode() != ISD::SIGN_EXTEND &&
12276 Extract->use_begin()->getOpcode() != ISD::ZERO_EXTEND)
12277 return SDValue();
12278 if (!isa<ConstantSDNode>(Extract->getOperand(1)))
12279 return SDValue();
12280
12281 // Record which element was extracted.
12282 ExtractedElements |=
12283 1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
12284
12285 Uses.push_back(Extract);
12286 }
12287
12288 // If not all the elements were used, this may not be worthwhile.
12289 if (ExtractedElements != 15)
12290 return SDValue();
12291
12292 // Ok, we've now decided to do the transformation.
12293 DebugLoc dl = InputVector.getDebugLoc();
12294
12295 // Store the value to a temporary stack slot.
12296 SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
Chris Lattner8026a9d2010-09-21 17:50:43 +000012297 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr,
12298 MachinePointerInfo(), false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012299
12300 // Replace each use (extract) with a load of the appropriate element.
12301 for (SmallVectorImpl<SDNode *>::iterator UI = Uses.begin(),
12302 UE = Uses.end(); UI != UE; ++UI) {
12303 SDNode *Extract = *UI;
12304
Nadav Rotem86694292011-05-17 08:31:57 +000012305 // cOMpute the element's address.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012306 SDValue Idx = Extract->getOperand(1);
12307 unsigned EltSize =
12308 InputVector.getValueType().getVectorElementType().getSizeInBits()/8;
12309 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();
12310 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy());
12311
Nadav Rotem86694292011-05-17 08:31:57 +000012312 SDValue ScalarAddr = DAG.getNode(ISD::ADD, dl, TLI.getPointerTy(),
Chris Lattner51abfe42010-09-21 06:02:19 +000012313 StackPtr, OffsetVal);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012314
12315 // Load the scalar.
Eric Christopher90eb4022010-07-22 00:26:08 +000012316 SDValue LoadScalar = DAG.getLoad(Extract->getValueType(0), dl, Ch,
Chris Lattner51abfe42010-09-21 06:02:19 +000012317 ScalarAddr, MachinePointerInfo(),
12318 false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012319
12320 // Replace the exact with the load.
12321 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
12322 }
12323
12324 // The replacement was made in place; don't return anything.
12325 return SDValue();
12326}
12327
Chris Lattner83e6c992006-10-04 06:57:07 +000012328/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012329static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner47b4ce82009-03-11 05:48:52 +000012330 const X86Subtarget *Subtarget) {
12331 DebugLoc DL = N->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +000012332 SDValue Cond = N->getOperand(0);
Chris Lattner47b4ce82009-03-11 05:48:52 +000012333 // Get the LHS/RHS of the select.
12334 SDValue LHS = N->getOperand(1);
12335 SDValue RHS = N->getOperand(2);
Eric Christopherfd179292009-08-27 18:07:15 +000012336
Dan Gohman670e5392009-09-21 18:03:22 +000012337 // If we have SSE[12] support, try to form min/max nodes. SSE min/max
Dan Gohman8ce05da2010-02-22 04:03:39 +000012338 // instructions match the semantics of the common C idiom x<y?x:y but not
12339 // x<=y?x:y, because of how they handle negative zero (which can be
12340 // ignored in unsafe-math mode).
Chris Lattner83e6c992006-10-04 06:57:07 +000012341 if (Subtarget->hasSSE2() &&
Owen Anderson825b72b2009-08-11 20:47:22 +000012342 (LHS.getValueType() == MVT::f32 || LHS.getValueType() == MVT::f64) &&
Chris Lattner47b4ce82009-03-11 05:48:52 +000012343 Cond.getOpcode() == ISD::SETCC) {
12344 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012345
Chris Lattner47b4ce82009-03-11 05:48:52 +000012346 unsigned Opcode = 0;
Dan Gohman670e5392009-09-21 18:03:22 +000012347 // Check for x CC y ? x : y.
Dan Gohmane8326932010-02-24 06:52:40 +000012348 if (DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
12349 DAG.isEqualTo(RHS, Cond.getOperand(1))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000012350 switch (CC) {
12351 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000012352 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000012353 // Converting this to a min would handle NaNs incorrectly, and swapping
12354 // the operands would cause it to handle comparisons between positive
12355 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000012356 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000012357 if (!UnsafeFPMath &&
12358 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
12359 break;
12360 std::swap(LHS, RHS);
12361 }
Dan Gohman670e5392009-09-21 18:03:22 +000012362 Opcode = X86ISD::FMIN;
12363 break;
12364 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000012365 // Converting this to a min would handle comparisons between positive
12366 // and negative zero incorrectly.
12367 if (!UnsafeFPMath &&
12368 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
12369 break;
Dan Gohman670e5392009-09-21 18:03:22 +000012370 Opcode = X86ISD::FMIN;
12371 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000012372 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000012373 // Converting this to a min would handle both negative zeros and NaNs
12374 // incorrectly, but we can swap the operands to fix both.
12375 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000012376 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012377 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000012378 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012379 Opcode = X86ISD::FMIN;
12380 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012381
Dan Gohman670e5392009-09-21 18:03:22 +000012382 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000012383 // Converting this to a max would handle comparisons between positive
12384 // and negative zero incorrectly.
12385 if (!UnsafeFPMath &&
Evan Chengdd5663c2011-08-04 18:38:15 +000012386 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000012387 break;
Dan Gohman670e5392009-09-21 18:03:22 +000012388 Opcode = X86ISD::FMAX;
12389 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000012390 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000012391 // Converting this to a max would handle NaNs incorrectly, and swapping
12392 // the operands would cause it to handle comparisons between positive
12393 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000012394 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000012395 if (!UnsafeFPMath &&
12396 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
12397 break;
12398 std::swap(LHS, RHS);
12399 }
Dan Gohman670e5392009-09-21 18:03:22 +000012400 Opcode = X86ISD::FMAX;
12401 break;
12402 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000012403 // Converting this to a max would handle both negative zeros and NaNs
12404 // incorrectly, but we can swap the operands to fix both.
12405 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000012406 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012407 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012408 case ISD::SETGE:
12409 Opcode = X86ISD::FMAX;
12410 break;
Chris Lattner83e6c992006-10-04 06:57:07 +000012411 }
Dan Gohman670e5392009-09-21 18:03:22 +000012412 // Check for x CC y ? y : x -- a min/max with reversed arms.
Dan Gohmane8326932010-02-24 06:52:40 +000012413 } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) &&
12414 DAG.isEqualTo(RHS, Cond.getOperand(0))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000012415 switch (CC) {
12416 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000012417 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000012418 // Converting this to a min would handle comparisons between positive
12419 // and negative zero incorrectly, and swapping the operands would
12420 // cause it to handle NaNs incorrectly.
12421 if (!UnsafeFPMath &&
12422 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS))) {
Evan Cheng60108e92010-07-15 22:07:12 +000012423 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000012424 break;
12425 std::swap(LHS, RHS);
12426 }
Dan Gohman670e5392009-09-21 18:03:22 +000012427 Opcode = X86ISD::FMIN;
Dan Gohman8d44b282009-09-03 20:34:31 +000012428 break;
Dan Gohman670e5392009-09-21 18:03:22 +000012429 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000012430 // Converting this to a min would handle NaNs incorrectly.
12431 if (!UnsafeFPMath &&
12432 (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)))
12433 break;
Dan Gohman670e5392009-09-21 18:03:22 +000012434 Opcode = X86ISD::FMIN;
12435 break;
12436 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000012437 // Converting this to a min would handle both negative zeros and NaNs
12438 // incorrectly, but we can swap the operands to fix both.
12439 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000012440 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012441 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012442 case ISD::SETGE:
12443 Opcode = X86ISD::FMIN;
12444 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012445
Dan Gohman670e5392009-09-21 18:03:22 +000012446 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000012447 // Converting this to a max would handle NaNs incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000012448 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000012449 break;
Dan Gohman670e5392009-09-21 18:03:22 +000012450 Opcode = X86ISD::FMAX;
Dan Gohman8d44b282009-09-03 20:34:31 +000012451 break;
Dan Gohman670e5392009-09-21 18:03:22 +000012452 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000012453 // Converting this to a max would handle comparisons between positive
12454 // and negative zero incorrectly, and swapping the operands would
12455 // cause it to handle NaNs incorrectly.
12456 if (!UnsafeFPMath &&
12457 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS)) {
Evan Cheng60108e92010-07-15 22:07:12 +000012458 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000012459 break;
12460 std::swap(LHS, RHS);
12461 }
Dan Gohman670e5392009-09-21 18:03:22 +000012462 Opcode = X86ISD::FMAX;
12463 break;
12464 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000012465 // Converting this to a max would handle both negative zeros and NaNs
12466 // incorrectly, but we can swap the operands to fix both.
12467 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000012468 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012469 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000012470 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000012471 Opcode = X86ISD::FMAX;
12472 break;
12473 }
Chris Lattner83e6c992006-10-04 06:57:07 +000012474 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012475
Chris Lattner47b4ce82009-03-11 05:48:52 +000012476 if (Opcode)
12477 return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +000012478 }
Eric Christopherfd179292009-08-27 18:07:15 +000012479
Chris Lattnerd1980a52009-03-12 06:52:53 +000012480 // If this is a select between two integer constants, try to do some
12481 // optimizations.
Chris Lattnercee56e72009-03-13 05:53:31 +000012482 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
12483 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
Chris Lattnerd1980a52009-03-12 06:52:53 +000012484 // Don't do this for crazy integer types.
12485 if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
12486 // If this is efficiently invertible, canonicalize the LHSC/RHSC values
Chris Lattnercee56e72009-03-13 05:53:31 +000012487 // so that TrueC (the true value) is larger than FalseC.
Chris Lattnerd1980a52009-03-12 06:52:53 +000012488 bool NeedsCondInvert = false;
Eric Christopherfd179292009-08-27 18:07:15 +000012489
Chris Lattnercee56e72009-03-13 05:53:31 +000012490 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
Chris Lattnerd1980a52009-03-12 06:52:53 +000012491 // Efficiently invertible.
12492 (Cond.getOpcode() == ISD::SETCC || // setcc -> invertible.
12493 (Cond.getOpcode() == ISD::XOR && // xor(X, C) -> invertible.
12494 isa<ConstantSDNode>(Cond.getOperand(1))))) {
12495 NeedsCondInvert = true;
Chris Lattnercee56e72009-03-13 05:53:31 +000012496 std::swap(TrueC, FalseC);
Chris Lattnerd1980a52009-03-12 06:52:53 +000012497 }
Eric Christopherfd179292009-08-27 18:07:15 +000012498
Chris Lattnerd1980a52009-03-12 06:52:53 +000012499 // Optimize C ? 8 : 0 -> zext(C) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000012500 if (FalseC->getAPIntValue() == 0 &&
12501 TrueC->getAPIntValue().isPowerOf2()) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000012502 if (NeedsCondInvert) // Invert the condition if needed.
12503 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
12504 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000012505
Chris Lattnerd1980a52009-03-12 06:52:53 +000012506 // Zero extend the condition if needed.
12507 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000012508
Chris Lattnercee56e72009-03-13 05:53:31 +000012509 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
Chris Lattnerd1980a52009-03-12 06:52:53 +000012510 return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000012511 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000012512 }
Eric Christopherfd179292009-08-27 18:07:15 +000012513
Chris Lattner97a29a52009-03-13 05:22:11 +000012514 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
Chris Lattnercee56e72009-03-13 05:53:31 +000012515 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Chris Lattner97a29a52009-03-13 05:22:11 +000012516 if (NeedsCondInvert) // Invert the condition if needed.
12517 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
12518 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000012519
Chris Lattner97a29a52009-03-13 05:22:11 +000012520 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000012521 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
12522 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000012523 return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
Chris Lattnercee56e72009-03-13 05:53:31 +000012524 SDValue(FalseC, 0));
Chris Lattner97a29a52009-03-13 05:22:11 +000012525 }
Eric Christopherfd179292009-08-27 18:07:15 +000012526
Chris Lattnercee56e72009-03-13 05:53:31 +000012527 // Optimize cases that will turn into an LEA instruction. This requires
12528 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000012529 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000012530 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000012531 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000012532
Chris Lattnercee56e72009-03-13 05:53:31 +000012533 bool isFastMultiplier = false;
12534 if (Diff < 10) {
12535 switch ((unsigned char)Diff) {
12536 default: break;
12537 case 1: // result = add base, cond
12538 case 2: // result = lea base( , cond*2)
12539 case 3: // result = lea base(cond, cond*2)
12540 case 4: // result = lea base( , cond*4)
12541 case 5: // result = lea base(cond, cond*4)
12542 case 8: // result = lea base( , cond*8)
12543 case 9: // result = lea base(cond, cond*8)
12544 isFastMultiplier = true;
12545 break;
12546 }
12547 }
Eric Christopherfd179292009-08-27 18:07:15 +000012548
Chris Lattnercee56e72009-03-13 05:53:31 +000012549 if (isFastMultiplier) {
12550 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
12551 if (NeedsCondInvert) // Invert the condition if needed.
12552 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
12553 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000012554
Chris Lattnercee56e72009-03-13 05:53:31 +000012555 // Zero extend the condition if needed.
12556 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
12557 Cond);
12558 // Scale the condition by the difference.
12559 if (Diff != 1)
12560 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
12561 DAG.getConstant(Diff, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000012562
Chris Lattnercee56e72009-03-13 05:53:31 +000012563 // Add the base if non-zero.
12564 if (FalseC->getAPIntValue() != 0)
12565 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
12566 SDValue(FalseC, 0));
12567 return Cond;
12568 }
Eric Christopherfd179292009-08-27 18:07:15 +000012569 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000012570 }
12571 }
Eric Christopherfd179292009-08-27 18:07:15 +000012572
Dan Gohman475871a2008-07-27 21:46:04 +000012573 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +000012574}
12575
Chris Lattnerd1980a52009-03-12 06:52:53 +000012576/// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
12577static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
12578 TargetLowering::DAGCombinerInfo &DCI) {
12579 DebugLoc DL = N->getDebugLoc();
Eric Christopherfd179292009-08-27 18:07:15 +000012580
Chris Lattnerd1980a52009-03-12 06:52:53 +000012581 // If the flag operand isn't dead, don't touch this CMOV.
12582 if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
12583 return SDValue();
Eric Christopherfd179292009-08-27 18:07:15 +000012584
Evan Chengb5a55d92011-05-24 01:48:22 +000012585 SDValue FalseOp = N->getOperand(0);
12586 SDValue TrueOp = N->getOperand(1);
12587 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
12588 SDValue Cond = N->getOperand(3);
12589 if (CC == X86::COND_E || CC == X86::COND_NE) {
12590 switch (Cond.getOpcode()) {
12591 default: break;
12592 case X86ISD::BSR:
12593 case X86ISD::BSF:
12594 // If operand of BSR / BSF are proven never zero, then ZF cannot be set.
12595 if (DAG.isKnownNeverZero(Cond.getOperand(0)))
12596 return (CC == X86::COND_E) ? FalseOp : TrueOp;
12597 }
12598 }
12599
Chris Lattnerd1980a52009-03-12 06:52:53 +000012600 // If this is a select between two integer constants, try to do some
12601 // optimizations. Note that the operands are ordered the opposite of SELECT
12602 // operands.
Evan Chengb5a55d92011-05-24 01:48:22 +000012603 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) {
12604 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000012605 // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
12606 // larger than FalseC (the false value).
Chris Lattnerd1980a52009-03-12 06:52:53 +000012607 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
12608 CC = X86::GetOppositeBranchCondition(CC);
12609 std::swap(TrueC, FalseC);
12610 }
Eric Christopherfd179292009-08-27 18:07:15 +000012611
Chris Lattnerd1980a52009-03-12 06:52:53 +000012612 // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000012613 // This is efficient for any integer data type (including i8/i16) and
12614 // shift amount.
Chris Lattnerd1980a52009-03-12 06:52:53 +000012615 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012616 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
12617 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000012618
Chris Lattnerd1980a52009-03-12 06:52:53 +000012619 // Zero extend the condition if needed.
12620 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000012621
Chris Lattnerd1980a52009-03-12 06:52:53 +000012622 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
12623 Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000012624 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000012625 if (N->getNumValues() == 2) // Dead flag value?
12626 return DCI.CombineTo(N, Cond, SDValue());
12627 return Cond;
12628 }
Eric Christopherfd179292009-08-27 18:07:15 +000012629
Chris Lattnercee56e72009-03-13 05:53:31 +000012630 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst. This is efficient
12631 // for any integer data type, including i8/i16.
Chris Lattner97a29a52009-03-13 05:22:11 +000012632 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012633 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
12634 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000012635
Chris Lattner97a29a52009-03-13 05:22:11 +000012636 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000012637 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
12638 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000012639 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
12640 SDValue(FalseC, 0));
Eric Christopherfd179292009-08-27 18:07:15 +000012641
Chris Lattner97a29a52009-03-13 05:22:11 +000012642 if (N->getNumValues() == 2) // Dead flag value?
12643 return DCI.CombineTo(N, Cond, SDValue());
12644 return Cond;
12645 }
Eric Christopherfd179292009-08-27 18:07:15 +000012646
Chris Lattnercee56e72009-03-13 05:53:31 +000012647 // Optimize cases that will turn into an LEA instruction. This requires
12648 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000012649 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000012650 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000012651 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000012652
Chris Lattnercee56e72009-03-13 05:53:31 +000012653 bool isFastMultiplier = false;
12654 if (Diff < 10) {
12655 switch ((unsigned char)Diff) {
12656 default: break;
12657 case 1: // result = add base, cond
12658 case 2: // result = lea base( , cond*2)
12659 case 3: // result = lea base(cond, cond*2)
12660 case 4: // result = lea base( , cond*4)
12661 case 5: // result = lea base(cond, cond*4)
12662 case 8: // result = lea base( , cond*8)
12663 case 9: // result = lea base(cond, cond*8)
12664 isFastMultiplier = true;
12665 break;
12666 }
12667 }
Eric Christopherfd179292009-08-27 18:07:15 +000012668
Chris Lattnercee56e72009-03-13 05:53:31 +000012669 if (isFastMultiplier) {
12670 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000012671 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
12672 DAG.getConstant(CC, MVT::i8), Cond);
Chris Lattnercee56e72009-03-13 05:53:31 +000012673 // Zero extend the condition if needed.
12674 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
12675 Cond);
12676 // Scale the condition by the difference.
12677 if (Diff != 1)
12678 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
12679 DAG.getConstant(Diff, Cond.getValueType()));
12680
12681 // Add the base if non-zero.
12682 if (FalseC->getAPIntValue() != 0)
12683 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
12684 SDValue(FalseC, 0));
12685 if (N->getNumValues() == 2) // Dead flag value?
12686 return DCI.CombineTo(N, Cond, SDValue());
12687 return Cond;
12688 }
Eric Christopherfd179292009-08-27 18:07:15 +000012689 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000012690 }
12691 }
12692 return SDValue();
12693}
12694
12695
Evan Cheng0b0cd912009-03-28 05:57:29 +000012696/// PerformMulCombine - Optimize a single multiply with constant into two
12697/// in order to implement it with two cheaper instructions, e.g.
12698/// LEA + SHL, LEA + LEA.
12699static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
12700 TargetLowering::DAGCombinerInfo &DCI) {
Evan Cheng0b0cd912009-03-28 05:57:29 +000012701 if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
12702 return SDValue();
12703
Owen Andersone50ed302009-08-10 22:56:29 +000012704 EVT VT = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012705 if (VT != MVT::i64)
Evan Cheng0b0cd912009-03-28 05:57:29 +000012706 return SDValue();
12707
12708 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
12709 if (!C)
12710 return SDValue();
12711 uint64_t MulAmt = C->getZExtValue();
12712 if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
12713 return SDValue();
12714
12715 uint64_t MulAmt1 = 0;
12716 uint64_t MulAmt2 = 0;
12717 if ((MulAmt % 9) == 0) {
12718 MulAmt1 = 9;
12719 MulAmt2 = MulAmt / 9;
12720 } else if ((MulAmt % 5) == 0) {
12721 MulAmt1 = 5;
12722 MulAmt2 = MulAmt / 5;
12723 } else if ((MulAmt % 3) == 0) {
12724 MulAmt1 = 3;
12725 MulAmt2 = MulAmt / 3;
12726 }
12727 if (MulAmt2 &&
12728 (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
12729 DebugLoc DL = N->getDebugLoc();
12730
12731 if (isPowerOf2_64(MulAmt2) &&
12732 !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
12733 // If second multiplifer is pow2, issue it first. We want the multiply by
12734 // 3, 5, or 9 to be folded into the addressing mode unless the lone use
12735 // is an add.
12736 std::swap(MulAmt1, MulAmt2);
12737
12738 SDValue NewMul;
Eric Christopherfd179292009-08-27 18:07:15 +000012739 if (isPowerOf2_64(MulAmt1))
Evan Cheng0b0cd912009-03-28 05:57:29 +000012740 NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
Owen Anderson825b72b2009-08-11 20:47:22 +000012741 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
Evan Cheng0b0cd912009-03-28 05:57:29 +000012742 else
Evan Cheng73f24c92009-03-30 21:36:47 +000012743 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
Evan Cheng0b0cd912009-03-28 05:57:29 +000012744 DAG.getConstant(MulAmt1, VT));
12745
Eric Christopherfd179292009-08-27 18:07:15 +000012746 if (isPowerOf2_64(MulAmt2))
Evan Cheng0b0cd912009-03-28 05:57:29 +000012747 NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
Owen Anderson825b72b2009-08-11 20:47:22 +000012748 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));
Eric Christopherfd179292009-08-27 18:07:15 +000012749 else
Evan Cheng73f24c92009-03-30 21:36:47 +000012750 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
Evan Cheng0b0cd912009-03-28 05:57:29 +000012751 DAG.getConstant(MulAmt2, VT));
12752
12753 // Do not add new nodes to DAG combiner worklist.
12754 DCI.CombineTo(N, NewMul, false);
12755 }
12756 return SDValue();
12757}
12758
Evan Chengad9c0a32009-12-15 00:53:42 +000012759static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
12760 SDValue N0 = N->getOperand(0);
12761 SDValue N1 = N->getOperand(1);
12762 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
12763 EVT VT = N0.getValueType();
12764
12765 // fold (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2))
12766 // since the result of setcc_c is all zero's or all ones.
12767 if (N1C && N0.getOpcode() == ISD::AND &&
12768 N0.getOperand(1).getOpcode() == ISD::Constant) {
12769 SDValue N00 = N0.getOperand(0);
12770 if (N00.getOpcode() == X86ISD::SETCC_CARRY ||
12771 ((N00.getOpcode() == ISD::ANY_EXTEND ||
12772 N00.getOpcode() == ISD::ZERO_EXTEND) &&
12773 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY)) {
12774 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
12775 APInt ShAmt = N1C->getAPIntValue();
12776 Mask = Mask.shl(ShAmt);
12777 if (Mask != 0)
12778 return DAG.getNode(ISD::AND, N->getDebugLoc(), VT,
12779 N00, DAG.getConstant(Mask, VT));
12780 }
12781 }
12782
12783 return SDValue();
12784}
Evan Cheng0b0cd912009-03-28 05:57:29 +000012785
Nate Begeman740ab032009-01-26 00:52:55 +000012786/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
12787/// when possible.
12788static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
12789 const X86Subtarget *Subtarget) {
Evan Chengad9c0a32009-12-15 00:53:42 +000012790 EVT VT = N->getValueType(0);
12791 if (!VT.isVector() && VT.isInteger() &&
12792 N->getOpcode() == ISD::SHL)
12793 return PerformSHLCombine(N, DAG);
12794
Nate Begeman740ab032009-01-26 00:52:55 +000012795 // On X86 with SSE2 support, we can transform this to a vector shift if
12796 // all elements are shifted by the same amount. We can't do this in legalize
12797 // because the a constant vector is typically transformed to a constant pool
12798 // so we have no knowledge of the shift amount.
Bruno Cardoso Lopes328a9d42011-08-08 21:31:08 +000012799 if (!(Subtarget->hasSSE2() || Subtarget->hasAVX()))
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012800 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000012801
Owen Anderson825b72b2009-08-11 20:47:22 +000012802 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012803 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000012804
Mon P Wang3becd092009-01-28 08:12:05 +000012805 SDValue ShAmtOp = N->getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +000012806 EVT EltVT = VT.getVectorElementType();
Chris Lattner47b4ce82009-03-11 05:48:52 +000012807 DebugLoc DL = N->getDebugLoc();
Mon P Wangefa42202009-09-03 19:56:25 +000012808 SDValue BaseShAmt = SDValue();
Mon P Wang3becd092009-01-28 08:12:05 +000012809 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
12810 unsigned NumElts = VT.getVectorNumElements();
12811 unsigned i = 0;
12812 for (; i != NumElts; ++i) {
12813 SDValue Arg = ShAmtOp.getOperand(i);
12814 if (Arg.getOpcode() == ISD::UNDEF) continue;
12815 BaseShAmt = Arg;
12816 break;
12817 }
12818 for (; i != NumElts; ++i) {
12819 SDValue Arg = ShAmtOp.getOperand(i);
12820 if (Arg.getOpcode() == ISD::UNDEF) continue;
12821 if (Arg != BaseShAmt) {
12822 return SDValue();
12823 }
12824 }
12825 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
Nate Begeman9008ca62009-04-27 18:41:29 +000012826 cast<ShuffleVectorSDNode>(ShAmtOp)->isSplat()) {
Mon P Wangefa42202009-09-03 19:56:25 +000012827 SDValue InVec = ShAmtOp.getOperand(0);
12828 if (InVec.getOpcode() == ISD::BUILD_VECTOR) {
12829 unsigned NumElts = InVec.getValueType().getVectorNumElements();
12830 unsigned i = 0;
12831 for (; i != NumElts; ++i) {
12832 SDValue Arg = InVec.getOperand(i);
12833 if (Arg.getOpcode() == ISD::UNDEF) continue;
12834 BaseShAmt = Arg;
12835 break;
12836 }
12837 } else if (InVec.getOpcode() == ISD::INSERT_VECTOR_ELT) {
12838 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
Evan Chengae3ecf92010-02-16 21:09:44 +000012839 unsigned SplatIdx= cast<ShuffleVectorSDNode>(ShAmtOp)->getSplatIndex();
Mon P Wangefa42202009-09-03 19:56:25 +000012840 if (C->getZExtValue() == SplatIdx)
12841 BaseShAmt = InVec.getOperand(1);
12842 }
12843 }
12844 if (BaseShAmt.getNode() == 0)
12845 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp,
12846 DAG.getIntPtrConstant(0));
Mon P Wang3becd092009-01-28 08:12:05 +000012847 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012848 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +000012849
Mon P Wangefa42202009-09-03 19:56:25 +000012850 // The shift amount is an i32.
Owen Anderson825b72b2009-08-11 20:47:22 +000012851 if (EltVT.bitsGT(MVT::i32))
12852 BaseShAmt = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, BaseShAmt);
12853 else if (EltVT.bitsLT(MVT::i32))
Mon P Wangefa42202009-09-03 19:56:25 +000012854 BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +000012855
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012856 // The shift amount is identical so we can do a vector shift.
12857 SDValue ValOp = N->getOperand(0);
12858 switch (N->getOpcode()) {
12859 default:
Torok Edwinc23197a2009-07-14 16:55:14 +000012860 llvm_unreachable("Unknown shift opcode!");
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012861 break;
12862 case ISD::SHL:
Owen Anderson825b72b2009-08-11 20:47:22 +000012863 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012864 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012865 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012866 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012867 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012868 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012869 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012870 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012871 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012872 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012873 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012874 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012875 break;
12876 case ISD::SRA:
Owen Anderson825b72b2009-08-11 20:47:22 +000012877 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012878 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012879 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012880 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012881 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012882 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012883 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012884 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012885 break;
12886 case ISD::SRL:
Owen Anderson825b72b2009-08-11 20:47:22 +000012887 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012888 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012889 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012890 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012891 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012892 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012893 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012894 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012895 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012896 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012897 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012898 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012899 break;
Nate Begeman740ab032009-01-26 00:52:55 +000012900 }
12901 return SDValue();
12902}
12903
Nate Begemanb65c1752010-12-17 22:55:37 +000012904
Stuart Hastings865f0932011-06-03 23:53:54 +000012905// CMPEQCombine - Recognize the distinctive (AND (setcc ...) (setcc ..))
12906// where both setccs reference the same FP CMP, and rewrite for CMPEQSS
12907// and friends. Likewise for OR -> CMPNEQSS.
12908static SDValue CMPEQCombine(SDNode *N, SelectionDAG &DAG,
12909 TargetLowering::DAGCombinerInfo &DCI,
12910 const X86Subtarget *Subtarget) {
12911 unsigned opcode;
12912
12913 // SSE1 supports CMP{eq|ne}SS, and SSE2 added CMP{eq|ne}SD, but
12914 // we're requiring SSE2 for both.
12915 if (Subtarget->hasSSE2() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) {
12916 SDValue N0 = N->getOperand(0);
12917 SDValue N1 = N->getOperand(1);
12918 SDValue CMP0 = N0->getOperand(1);
12919 SDValue CMP1 = N1->getOperand(1);
12920 DebugLoc DL = N->getDebugLoc();
12921
12922 // The SETCCs should both refer to the same CMP.
12923 if (CMP0.getOpcode() != X86ISD::CMP || CMP0 != CMP1)
12924 return SDValue();
12925
12926 SDValue CMP00 = CMP0->getOperand(0);
12927 SDValue CMP01 = CMP0->getOperand(1);
12928 EVT VT = CMP00.getValueType();
12929
12930 if (VT == MVT::f32 || VT == MVT::f64) {
12931 bool ExpectingFlags = false;
12932 // Check for any users that want flags:
12933 for (SDNode::use_iterator UI = N->use_begin(),
12934 UE = N->use_end();
12935 !ExpectingFlags && UI != UE; ++UI)
12936 switch (UI->getOpcode()) {
12937 default:
12938 case ISD::BR_CC:
12939 case ISD::BRCOND:
12940 case ISD::SELECT:
12941 ExpectingFlags = true;
12942 break;
12943 case ISD::CopyToReg:
12944 case ISD::SIGN_EXTEND:
12945 case ISD::ZERO_EXTEND:
12946 case ISD::ANY_EXTEND:
12947 break;
12948 }
12949
12950 if (!ExpectingFlags) {
12951 enum X86::CondCode cc0 = (enum X86::CondCode)N0.getConstantOperandVal(0);
12952 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0);
12953
12954 if (cc1 == X86::COND_E || cc1 == X86::COND_NE) {
12955 X86::CondCode tmp = cc0;
12956 cc0 = cc1;
12957 cc1 = tmp;
12958 }
12959
12960 if ((cc0 == X86::COND_E && cc1 == X86::COND_NP) ||
12961 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) {
12962 bool is64BitFP = (CMP00.getValueType() == MVT::f64);
12963 X86ISD::NodeType NTOperator = is64BitFP ?
12964 X86ISD::FSETCCsd : X86ISD::FSETCCss;
12965 // FIXME: need symbolic constants for these magic numbers.
12966 // See X86ATTInstPrinter.cpp:printSSECC().
12967 unsigned x86cc = (cc0 == X86::COND_E) ? 0 : 4;
12968 SDValue OnesOrZeroesF = DAG.getNode(NTOperator, DL, MVT::f32, CMP00, CMP01,
12969 DAG.getConstant(x86cc, MVT::i8));
12970 SDValue OnesOrZeroesI = DAG.getNode(ISD::BITCAST, DL, MVT::i32,
12971 OnesOrZeroesF);
12972 SDValue ANDed = DAG.getNode(ISD::AND, DL, MVT::i32, OnesOrZeroesI,
12973 DAG.getConstant(1, MVT::i32));
12974 SDValue OneBitOfTruth = DAG.getNode(ISD::TRUNCATE, DL, MVT::i8, ANDed);
12975 return OneBitOfTruth;
12976 }
12977 }
12978 }
12979 }
12980 return SDValue();
12981}
12982
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012983/// CanFoldXORWithAllOnes - Test whether the XOR operand is a AllOnes vector
12984/// so it can be folded inside ANDNP.
12985static bool CanFoldXORWithAllOnes(const SDNode *N) {
12986 EVT VT = N->getValueType(0);
12987
12988 // Match direct AllOnes for 128 and 256-bit vectors
12989 if (ISD::isBuildVectorAllOnes(N))
12990 return true;
12991
12992 // Look through a bit convert.
12993 if (N->getOpcode() == ISD::BITCAST)
12994 N = N->getOperand(0).getNode();
12995
12996 // Sometimes the operand may come from a insert_subvector building a 256-bit
12997 // allones vector
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012998 if (VT.getSizeInBits() == 256 &&
Bill Wendling456a9252011-08-04 00:32:58 +000012999 N->getOpcode() == ISD::INSERT_SUBVECTOR) {
13000 SDValue V1 = N->getOperand(0);
13001 SDValue V2 = N->getOperand(1);
13002
13003 if (V1.getOpcode() == ISD::INSERT_SUBVECTOR &&
13004 V1.getOperand(0).getOpcode() == ISD::UNDEF &&
13005 ISD::isBuildVectorAllOnes(V1.getOperand(1).getNode()) &&
13006 ISD::isBuildVectorAllOnes(V2.getNode()))
13007 return true;
13008 }
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000013009
13010 return false;
13011}
13012
Nate Begemanb65c1752010-12-17 22:55:37 +000013013static SDValue PerformAndCombine(SDNode *N, SelectionDAG &DAG,
13014 TargetLowering::DAGCombinerInfo &DCI,
13015 const X86Subtarget *Subtarget) {
13016 if (DCI.isBeforeLegalizeOps())
13017 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013018
Stuart Hastings865f0932011-06-03 23:53:54 +000013019 SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget);
13020 if (R.getNode())
13021 return R;
13022
Bruno Cardoso Lopes466b0222011-07-13 21:36:51 +000013023 // Want to form ANDNP nodes:
13024 // 1) In the hopes of then easily combining them with OR and AND nodes
13025 // to form PBLEND/PSIGN.
13026 // 2) To match ANDN packed intrinsics
Nate Begemanb65c1752010-12-17 22:55:37 +000013027 EVT VT = N->getValueType(0);
Bruno Cardoso Lopes466b0222011-07-13 21:36:51 +000013028 if (VT != MVT::v2i64 && VT != MVT::v4i64)
Nate Begemanb65c1752010-12-17 22:55:37 +000013029 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013030
Nate Begemanb65c1752010-12-17 22:55:37 +000013031 SDValue N0 = N->getOperand(0);
13032 SDValue N1 = N->getOperand(1);
13033 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013034
Nate Begemanb65c1752010-12-17 22:55:37 +000013035 // Check LHS for vnot
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013036 if (N0.getOpcode() == ISD::XOR &&
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000013037 //ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode()))
13038 CanFoldXORWithAllOnes(N0.getOperand(1).getNode()))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000013039 return DAG.getNode(X86ISD::ANDNP, DL, VT, N0.getOperand(0), N1);
Nate Begemanb65c1752010-12-17 22:55:37 +000013040
13041 // Check RHS for vnot
13042 if (N1.getOpcode() == ISD::XOR &&
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000013043 //ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode()))
13044 CanFoldXORWithAllOnes(N1.getOperand(1).getNode()))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000013045 return DAG.getNode(X86ISD::ANDNP, DL, VT, N1.getOperand(0), N0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013046
Nate Begemanb65c1752010-12-17 22:55:37 +000013047 return SDValue();
13048}
13049
Evan Cheng760d1942010-01-04 21:22:48 +000013050static SDValue PerformOrCombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng8b1190a2010-04-28 01:18:01 +000013051 TargetLowering::DAGCombinerInfo &DCI,
Evan Cheng760d1942010-01-04 21:22:48 +000013052 const X86Subtarget *Subtarget) {
Evan Cheng39cfeec2010-04-28 02:25:18 +000013053 if (DCI.isBeforeLegalizeOps())
Evan Cheng8b1190a2010-04-28 01:18:01 +000013054 return SDValue();
13055
Stuart Hastings865f0932011-06-03 23:53:54 +000013056 SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget);
13057 if (R.getNode())
13058 return R;
13059
Evan Cheng760d1942010-01-04 21:22:48 +000013060 EVT VT = N->getValueType(0);
Nate Begemanb65c1752010-12-17 22:55:37 +000013061 if (VT != MVT::i16 && VT != MVT::i32 && VT != MVT::i64 && VT != MVT::v2i64)
Evan Cheng760d1942010-01-04 21:22:48 +000013062 return SDValue();
13063
Evan Cheng760d1942010-01-04 21:22:48 +000013064 SDValue N0 = N->getOperand(0);
13065 SDValue N1 = N->getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013066
Nate Begemanb65c1752010-12-17 22:55:37 +000013067 // look for psign/blend
13068 if (Subtarget->hasSSSE3()) {
13069 if (VT == MVT::v2i64) {
13070 // Canonicalize pandn to RHS
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000013071 if (N0.getOpcode() == X86ISD::ANDNP)
Nate Begemanb65c1752010-12-17 22:55:37 +000013072 std::swap(N0, N1);
13073 // or (and (m, x), (pandn m, y))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000013074 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::ANDNP) {
Nate Begemanb65c1752010-12-17 22:55:37 +000013075 SDValue Mask = N1.getOperand(0);
13076 SDValue X = N1.getOperand(1);
13077 SDValue Y;
13078 if (N0.getOperand(0) == Mask)
13079 Y = N0.getOperand(1);
13080 if (N0.getOperand(1) == Mask)
13081 Y = N0.getOperand(0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013082
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000013083 // Check to see if the mask appeared in both the AND and ANDNP and
Nate Begemanb65c1752010-12-17 22:55:37 +000013084 if (!Y.getNode())
13085 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013086
Nate Begemanb65c1752010-12-17 22:55:37 +000013087 // Validate that X, Y, and Mask are BIT_CONVERTS, and see through them.
13088 if (Mask.getOpcode() != ISD::BITCAST ||
13089 X.getOpcode() != ISD::BITCAST ||
13090 Y.getOpcode() != ISD::BITCAST)
13091 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013092
Nate Begemanb65c1752010-12-17 22:55:37 +000013093 // Look through mask bitcast.
13094 Mask = Mask.getOperand(0);
13095 EVT MaskVT = Mask.getValueType();
13096
13097 // Validate that the Mask operand is a vector sra node. The sra node
13098 // will be an intrinsic.
13099 if (Mask.getOpcode() != ISD::INTRINSIC_WO_CHAIN)
13100 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013101
Nate Begemanb65c1752010-12-17 22:55:37 +000013102 // FIXME: what to do for bytes, since there is a psignb/pblendvb, but
13103 // there is no psrai.b
13104 switch (cast<ConstantSDNode>(Mask.getOperand(0))->getZExtValue()) {
13105 case Intrinsic::x86_sse2_psrai_w:
13106 case Intrinsic::x86_sse2_psrai_d:
13107 break;
13108 default: return SDValue();
13109 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013110
Nate Begemanb65c1752010-12-17 22:55:37 +000013111 // Check that the SRA is all signbits.
13112 SDValue SraC = Mask.getOperand(2);
13113 unsigned SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue();
13114 unsigned EltBits = MaskVT.getVectorElementType().getSizeInBits();
13115 if ((SraAmt + 1) != EltBits)
13116 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013117
Nate Begemanb65c1752010-12-17 22:55:37 +000013118 DebugLoc DL = N->getDebugLoc();
13119
13120 // Now we know we at least have a plendvb with the mask val. See if
13121 // we can form a psignb/w/d.
13122 // psign = x.type == y.type == mask.type && y = sub(0, x);
13123 X = X.getOperand(0);
13124 Y = Y.getOperand(0);
13125 if (Y.getOpcode() == ISD::SUB && Y.getOperand(1) == X &&
13126 ISD::isBuildVectorAllZeros(Y.getOperand(0).getNode()) &&
13127 X.getValueType() == MaskVT && X.getValueType() == Y.getValueType()){
13128 unsigned Opc = 0;
13129 switch (EltBits) {
13130 case 8: Opc = X86ISD::PSIGNB; break;
13131 case 16: Opc = X86ISD::PSIGNW; break;
13132 case 32: Opc = X86ISD::PSIGND; break;
13133 default: break;
13134 }
13135 if (Opc) {
13136 SDValue Sign = DAG.getNode(Opc, DL, MaskVT, X, Mask.getOperand(1));
13137 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Sign);
13138 }
13139 }
13140 // PBLENDVB only available on SSE 4.1
13141 if (!Subtarget->hasSSE41())
13142 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013143
Nate Begemanb65c1752010-12-17 22:55:37 +000013144 X = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, X);
13145 Y = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Y);
13146 Mask = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Mask);
Nate Begeman672fb622010-12-20 22:04:24 +000013147 Mask = DAG.getNode(X86ISD::PBLENDVB, DL, MVT::v16i8, X, Y, Mask);
Nate Begemanb65c1752010-12-17 22:55:37 +000013148 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Mask);
13149 }
13150 }
13151 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013152
Nate Begemanb65c1752010-12-17 22:55:37 +000013153 // fold (or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c)
Evan Cheng760d1942010-01-04 21:22:48 +000013154 if (N0.getOpcode() == ISD::SRL && N1.getOpcode() == ISD::SHL)
13155 std::swap(N0, N1);
13156 if (N0.getOpcode() != ISD::SHL || N1.getOpcode() != ISD::SRL)
13157 return SDValue();
Evan Cheng8b1190a2010-04-28 01:18:01 +000013158 if (!N0.hasOneUse() || !N1.hasOneUse())
13159 return SDValue();
Evan Cheng760d1942010-01-04 21:22:48 +000013160
13161 SDValue ShAmt0 = N0.getOperand(1);
13162 if (ShAmt0.getValueType() != MVT::i8)
13163 return SDValue();
13164 SDValue ShAmt1 = N1.getOperand(1);
13165 if (ShAmt1.getValueType() != MVT::i8)
13166 return SDValue();
13167 if (ShAmt0.getOpcode() == ISD::TRUNCATE)
13168 ShAmt0 = ShAmt0.getOperand(0);
13169 if (ShAmt1.getOpcode() == ISD::TRUNCATE)
13170 ShAmt1 = ShAmt1.getOperand(0);
13171
13172 DebugLoc DL = N->getDebugLoc();
13173 unsigned Opc = X86ISD::SHLD;
13174 SDValue Op0 = N0.getOperand(0);
13175 SDValue Op1 = N1.getOperand(0);
13176 if (ShAmt0.getOpcode() == ISD::SUB) {
13177 Opc = X86ISD::SHRD;
13178 std::swap(Op0, Op1);
13179 std::swap(ShAmt0, ShAmt1);
13180 }
13181
Evan Cheng8b1190a2010-04-28 01:18:01 +000013182 unsigned Bits = VT.getSizeInBits();
Evan Cheng760d1942010-01-04 21:22:48 +000013183 if (ShAmt1.getOpcode() == ISD::SUB) {
13184 SDValue Sum = ShAmt1.getOperand(0);
13185 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
Dan Gohman4e39e9d2010-06-24 14:30:44 +000013186 SDValue ShAmt1Op1 = ShAmt1.getOperand(1);
13187 if (ShAmt1Op1.getNode()->getOpcode() == ISD::TRUNCATE)
13188 ShAmt1Op1 = ShAmt1Op1.getOperand(0);
13189 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0)
Evan Cheng760d1942010-01-04 21:22:48 +000013190 return DAG.getNode(Opc, DL, VT,
13191 Op0, Op1,
13192 DAG.getNode(ISD::TRUNCATE, DL,
13193 MVT::i8, ShAmt0));
13194 }
13195 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
13196 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
13197 if (ShAmt0C &&
Evan Cheng8b1190a2010-04-28 01:18:01 +000013198 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits)
Evan Cheng760d1942010-01-04 21:22:48 +000013199 return DAG.getNode(Opc, DL, VT,
13200 N0.getOperand(0), N1.getOperand(0),
13201 DAG.getNode(ISD::TRUNCATE, DL,
13202 MVT::i8, ShAmt0));
13203 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013204
Evan Cheng760d1942010-01-04 21:22:48 +000013205 return SDValue();
13206}
13207
Chris Lattner149a4e52008-02-22 02:09:43 +000013208/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000013209static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng536e6672009-03-12 05:59:15 +000013210 const X86Subtarget *Subtarget) {
Nadav Rotem614061b2011-08-10 19:30:14 +000013211 StoreSDNode *St = cast<StoreSDNode>(N);
13212 EVT VT = St->getValue().getValueType();
13213 EVT StVT = St->getMemoryVT();
13214 DebugLoc dl = St->getDebugLoc();
Nadav Rotem5e742a32011-08-11 16:41:21 +000013215 SDValue StoredVal = St->getOperand(1);
13216 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13217
13218 // If we are saving a concatination of two XMM registers, perform two stores.
Nadav Rotem6236f7f2011-08-11 17:05:47 +000013219 // This is better in Sandy Bridge cause one 256-bit mem op is done via two
13220 // 128-bit ones. If in the future the cost becomes only one memory access the
13221 // first version would be better.
Nadav Rotem5e742a32011-08-11 16:41:21 +000013222 if (VT.getSizeInBits() == 256 &&
13223 StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS &&
13224 StoredVal.getNumOperands() == 2) {
13225
13226 SDValue Value0 = StoredVal.getOperand(0);
13227 SDValue Value1 = StoredVal.getOperand(1);
13228
13229 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy());
13230 SDValue Ptr0 = St->getBasePtr();
13231 SDValue Ptr1 = DAG.getNode(ISD::ADD, dl, Ptr0.getValueType(), Ptr0, Stride);
13232
13233 SDValue Ch0 = DAG.getStore(St->getChain(), dl, Value0, Ptr0,
13234 St->getPointerInfo(), St->isVolatile(),
13235 St->isNonTemporal(), St->getAlignment());
13236 SDValue Ch1 = DAG.getStore(St->getChain(), dl, Value1, Ptr1,
13237 St->getPointerInfo(), St->isVolatile(),
13238 St->isNonTemporal(), St->getAlignment());
13239 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Ch0, Ch1);
13240 }
Nadav Rotem614061b2011-08-10 19:30:14 +000013241
13242 // Optimize trunc store (of multiple scalars) to shuffle and store.
13243 // First, pack all of the elements in one place. Next, store to memory
13244 // in fewer chunks.
13245 if (St->isTruncatingStore() && VT.isVector()) {
13246 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
13247 unsigned NumElems = VT.getVectorNumElements();
13248 assert(StVT != VT && "Cannot truncate to the same type");
13249 unsigned FromSz = VT.getVectorElementType().getSizeInBits();
13250 unsigned ToSz = StVT.getVectorElementType().getSizeInBits();
13251
13252 // From, To sizes and ElemCount must be pow of two
13253 if (!isPowerOf2_32(NumElems * FromSz * ToSz)) return SDValue();
13254 // We are going to use the original vector elt for storing.
13255 // accumulated smaller vector elements must be a multiple of bigger size.
13256 if (0 != (NumElems * ToSz) % FromSz) return SDValue();
13257 unsigned SizeRatio = FromSz / ToSz;
13258
13259 assert(SizeRatio * NumElems * ToSz == VT.getSizeInBits());
13260
13261 // Create a type on which we perform the shuffle
13262 EVT WideVecVT = EVT::getVectorVT(*DAG.getContext(),
13263 StVT.getScalarType(), NumElems*SizeRatio);
13264
13265 assert(WideVecVT.getSizeInBits() == VT.getSizeInBits());
13266
13267 SDValue WideVec = DAG.getNode(ISD::BITCAST, dl, WideVecVT, St->getValue());
13268 SmallVector<int, 8> ShuffleVec(NumElems * SizeRatio, -1);
13269 for (unsigned i = 0; i < NumElems; i++ ) ShuffleVec[i] = i * SizeRatio;
13270
13271 // Can't shuffle using an illegal type
13272 if (!TLI.isTypeLegal(WideVecVT)) return SDValue();
13273
13274 SDValue Shuff = DAG.getVectorShuffle(WideVecVT, dl, WideVec,
13275 DAG.getUNDEF(WideVec.getValueType()),
13276 ShuffleVec.data());
13277 // At this point all of the data is stored at the bottom of the
13278 // register. We now need to save it to mem.
13279
13280 // Find the largest store unit
13281 MVT StoreType = MVT::i8;
13282 for (unsigned tp = MVT::FIRST_INTEGER_VALUETYPE;
13283 tp < MVT::LAST_INTEGER_VALUETYPE; ++tp) {
13284 MVT Tp = (MVT::SimpleValueType)tp;
13285 if (TLI.isTypeLegal(Tp) && StoreType.getSizeInBits() < NumElems * ToSz)
13286 StoreType = Tp;
13287 }
13288
13289 // Bitcast the original vector into a vector of store-size units
13290 EVT StoreVecVT = EVT::getVectorVT(*DAG.getContext(),
13291 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits());
13292 assert(StoreVecVT.getSizeInBits() == VT.getSizeInBits());
13293 SDValue ShuffWide = DAG.getNode(ISD::BITCAST, dl, StoreVecVT, Shuff);
13294 SmallVector<SDValue, 8> Chains;
13295 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8,
13296 TLI.getPointerTy());
13297 SDValue Ptr = St->getBasePtr();
13298
13299 // Perform one or more big stores into memory.
13300 for (unsigned i = 0; i < (ToSz*NumElems)/StoreType.getSizeInBits() ; i++) {
13301 SDValue SubVec = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl,
13302 StoreType, ShuffWide,
13303 DAG.getIntPtrConstant(i));
13304 SDValue Ch = DAG.getStore(St->getChain(), dl, SubVec, Ptr,
13305 St->getPointerInfo(), St->isVolatile(),
13306 St->isNonTemporal(), St->getAlignment());
13307 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
13308 Chains.push_back(Ch);
13309 }
13310
13311 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Chains[0],
13312 Chains.size());
13313 }
13314
13315
Chris Lattner149a4e52008-02-22 02:09:43 +000013316 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
13317 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +000013318 // A preferable solution to the general problem is to figure out the right
13319 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng536e6672009-03-12 05:59:15 +000013320
13321 // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
Evan Cheng536e6672009-03-12 05:59:15 +000013322 if (VT.getSizeInBits() != 64)
13323 return SDValue();
13324
Devang Patel578efa92009-06-05 21:57:13 +000013325 const Function *F = DAG.getMachineFunction().getFunction();
13326 bool NoImplicitFloatOps = F->hasFnAttr(Attribute::NoImplicitFloat);
Eric Christopherfd179292009-08-27 18:07:15 +000013327 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps
Devang Patel578efa92009-06-05 21:57:13 +000013328 && Subtarget->hasSSE2();
Evan Cheng536e6672009-03-12 05:59:15 +000013329 if ((VT.isVector() ||
Owen Anderson825b72b2009-08-11 20:47:22 +000013330 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
Dale Johannesen079f2a62008-02-25 19:20:14 +000013331 isa<LoadSDNode>(St->getValue()) &&
13332 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
13333 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +000013334 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000013335 LoadSDNode *Ld = 0;
13336 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +000013337 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +000013338 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000013339 // Must be a store of a load. We currently handle two cases: the load
13340 // is a direct child, and it's under an intervening TokenFactor. It is
13341 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +000013342 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +000013343 Ld = cast<LoadSDNode>(St->getChain());
13344 else if (St->getValue().hasOneUse() &&
13345 ChainVal->getOpcode() == ISD::TokenFactor) {
13346 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +000013347 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +000013348 TokenFactorIndex = i;
13349 Ld = cast<LoadSDNode>(St->getValue());
13350 } else
13351 Ops.push_back(ChainVal->getOperand(i));
13352 }
13353 }
Dale Johannesen079f2a62008-02-25 19:20:14 +000013354
Evan Cheng536e6672009-03-12 05:59:15 +000013355 if (!Ld || !ISD::isNormalLoad(Ld))
13356 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000013357
Evan Cheng536e6672009-03-12 05:59:15 +000013358 // If this is not the MMX case, i.e. we are just turning i64 load/store
13359 // into f64 load/store, avoid the transformation if there are multiple
13360 // uses of the loaded value.
13361 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
13362 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000013363
Evan Cheng536e6672009-03-12 05:59:15 +000013364 DebugLoc LdDL = Ld->getDebugLoc();
13365 DebugLoc StDL = N->getDebugLoc();
13366 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
13367 // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
13368 // pair instead.
13369 if (Subtarget->is64Bit() || F64IsLegal) {
Owen Anderson825b72b2009-08-11 20:47:22 +000013370 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
Chris Lattner51abfe42010-09-21 06:02:19 +000013371 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
13372 Ld->getPointerInfo(), Ld->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000013373 Ld->isNonTemporal(), Ld->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000013374 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +000013375 if (TokenFactorIndex != -1) {
Evan Cheng536e6672009-03-12 05:59:15 +000013376 Ops.push_back(NewChain);
Owen Anderson825b72b2009-08-11 20:47:22 +000013377 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Dale Johannesen079f2a62008-02-25 19:20:14 +000013378 Ops.size());
13379 }
Evan Cheng536e6672009-03-12 05:59:15 +000013380 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +000013381 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000013382 St->isVolatile(), St->isNonTemporal(),
13383 St->getAlignment());
Chris Lattner149a4e52008-02-22 02:09:43 +000013384 }
Evan Cheng536e6672009-03-12 05:59:15 +000013385
13386 // Otherwise, lower to two pairs of 32-bit loads / stores.
13387 SDValue LoAddr = Ld->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000013388 SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
13389 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000013390
Owen Anderson825b72b2009-08-11 20:47:22 +000013391 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000013392 Ld->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000013393 Ld->isVolatile(), Ld->isNonTemporal(),
13394 Ld->getAlignment());
Owen Anderson825b72b2009-08-11 20:47:22 +000013395 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000013396 Ld->getPointerInfo().getWithOffset(4),
David Greene67c9d422010-02-15 16:53:33 +000013397 Ld->isVolatile(), Ld->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000013398 MinAlign(Ld->getAlignment(), 4));
13399
13400 SDValue NewChain = LoLd.getValue(1);
13401 if (TokenFactorIndex != -1) {
13402 Ops.push_back(LoLd);
13403 Ops.push_back(HiLd);
Owen Anderson825b72b2009-08-11 20:47:22 +000013404 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Evan Cheng536e6672009-03-12 05:59:15 +000013405 Ops.size());
13406 }
13407
13408 LoAddr = St->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000013409 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
13410 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000013411
13412 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000013413 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000013414 St->isVolatile(), St->isNonTemporal(),
13415 St->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000013416 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000013417 St->getPointerInfo().getWithOffset(4),
Evan Cheng536e6672009-03-12 05:59:15 +000013418 St->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000013419 St->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000013420 MinAlign(St->getAlignment(), 4));
Owen Anderson825b72b2009-08-11 20:47:22 +000013421 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +000013422 }
Dan Gohman475871a2008-07-27 21:46:04 +000013423 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +000013424}
13425
Chris Lattner6cf73262008-01-25 06:14:17 +000013426/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
13427/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000013428static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +000013429 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
13430 // F[X]OR(0.0, x) -> x
13431 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +000013432 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
13433 if (C->getValueAPF().isPosZero())
13434 return N->getOperand(1);
13435 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
13436 if (C->getValueAPF().isPosZero())
13437 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +000013438 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000013439}
13440
13441/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000013442static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +000013443 // FAND(0.0, x) -> 0.0
13444 // FAND(x, 0.0) -> 0.0
13445 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
13446 if (C->getValueAPF().isPosZero())
13447 return N->getOperand(0);
13448 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
13449 if (C->getValueAPF().isPosZero())
13450 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +000013451 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000013452}
13453
Dan Gohmane5af2d32009-01-29 01:59:02 +000013454static SDValue PerformBTCombine(SDNode *N,
13455 SelectionDAG &DAG,
13456 TargetLowering::DAGCombinerInfo &DCI) {
13457 // BT ignores high bits in the bit index operand.
13458 SDValue Op1 = N->getOperand(1);
13459 if (Op1.hasOneUse()) {
13460 unsigned BitWidth = Op1.getValueSizeInBits();
13461 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
13462 APInt KnownZero, KnownOne;
Evan Chenge5b51ac2010-04-17 06:13:15 +000013463 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(),
13464 !DCI.isBeforeLegalizeOps());
Dan Gohmand858e902010-04-17 15:26:15 +000013465 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Dan Gohmane5af2d32009-01-29 01:59:02 +000013466 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
13467 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
13468 DCI.CommitTargetLoweringOpt(TLO);
13469 }
13470 return SDValue();
13471}
Chris Lattner83e6c992006-10-04 06:57:07 +000013472
Eli Friedman7a5e5552009-06-07 06:52:44 +000013473static SDValue PerformVZEXT_MOVLCombine(SDNode *N, SelectionDAG &DAG) {
13474 SDValue Op = N->getOperand(0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +000013475 if (Op.getOpcode() == ISD::BITCAST)
Eli Friedman7a5e5552009-06-07 06:52:44 +000013476 Op = Op.getOperand(0);
Owen Andersone50ed302009-08-10 22:56:29 +000013477 EVT VT = N->getValueType(0), OpVT = Op.getValueType();
Eli Friedman7a5e5552009-06-07 06:52:44 +000013478 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&
Eric Christopherfd179292009-08-27 18:07:15 +000013479 VT.getVectorElementType().getSizeInBits() ==
Eli Friedman7a5e5552009-06-07 06:52:44 +000013480 OpVT.getVectorElementType().getSizeInBits()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +000013481 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), VT, Op);
Eli Friedman7a5e5552009-06-07 06:52:44 +000013482 }
13483 return SDValue();
13484}
13485
Evan Cheng2e489c42009-12-16 00:53:11 +000013486static SDValue PerformZExtCombine(SDNode *N, SelectionDAG &DAG) {
13487 // (i32 zext (and (i8 x86isd::setcc_carry), 1)) ->
13488 // (and (i32 x86isd::setcc_carry), 1)
13489 // This eliminates the zext. This transformation is necessary because
13490 // ISD::SETCC is always legalized to i8.
13491 DebugLoc dl = N->getDebugLoc();
13492 SDValue N0 = N->getOperand(0);
13493 EVT VT = N->getValueType(0);
13494 if (N0.getOpcode() == ISD::AND &&
13495 N0.hasOneUse() &&
13496 N0.getOperand(0).hasOneUse()) {
13497 SDValue N00 = N0.getOperand(0);
13498 if (N00.getOpcode() != X86ISD::SETCC_CARRY)
13499 return SDValue();
13500 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
13501 if (!C || C->getZExtValue() != 1)
13502 return SDValue();
13503 return DAG.getNode(ISD::AND, dl, VT,
13504 DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
13505 N00.getOperand(0), N00.getOperand(1)),
13506 DAG.getConstant(1, VT));
13507 }
13508
13509 return SDValue();
13510}
13511
Chris Lattnerc19d1c32010-12-19 22:08:31 +000013512// Optimize RES = X86ISD::SETCC CONDCODE, EFLAG_INPUT
13513static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG) {
13514 unsigned X86CC = N->getConstantOperandVal(0);
13515 SDValue EFLAG = N->getOperand(1);
13516 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013517
Chris Lattnerc19d1c32010-12-19 22:08:31 +000013518 // Materialize "setb reg" as "sbb reg,reg", since it can be extended without
13519 // a zext and produces an all-ones bit which is more useful than 0/1 in some
13520 // cases.
13521 if (X86CC == X86::COND_B)
13522 return DAG.getNode(ISD::AND, DL, MVT::i8,
13523 DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
13524 DAG.getConstant(X86CC, MVT::i8), EFLAG),
13525 DAG.getConstant(1, MVT::i8));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013526
Chris Lattnerc19d1c32010-12-19 22:08:31 +000013527 return SDValue();
13528}
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013529
Benjamin Kramer1396c402011-06-18 11:09:41 +000013530static SDValue PerformSINT_TO_FPCombine(SDNode *N, SelectionDAG &DAG,
13531 const X86TargetLowering *XTLI) {
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000013532 SDValue Op0 = N->getOperand(0);
13533 // Transform (SINT_TO_FP (i64 ...)) into an x87 operation if we have
13534 // a 32-bit target where SSE doesn't support i64->FP operations.
13535 if (Op0.getOpcode() == ISD::LOAD) {
13536 LoadSDNode *Ld = cast<LoadSDNode>(Op0.getNode());
13537 EVT VT = Ld->getValueType(0);
13538 if (!Ld->isVolatile() && !N->getValueType(0).isVector() &&
13539 ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&
13540 !XTLI->getSubtarget()->is64Bit() &&
13541 !DAG.getTargetLoweringInfo().isTypeLegal(VT)) {
Benjamin Kramer1396c402011-06-18 11:09:41 +000013542 SDValue FILDChain = XTLI->BuildFILD(SDValue(N, 0), Ld->getValueType(0),
13543 Ld->getChain(), Op0, DAG);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000013544 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1));
13545 return FILDChain;
13546 }
13547 }
13548 return SDValue();
13549}
13550
Chris Lattner23a01992010-12-20 01:37:09 +000013551// Optimize RES, EFLAGS = X86ISD::ADC LHS, RHS, EFLAGS
13552static SDValue PerformADCCombine(SDNode *N, SelectionDAG &DAG,
13553 X86TargetLowering::DAGCombinerInfo &DCI) {
13554 // If the LHS and RHS of the ADC node are zero, then it can't overflow and
13555 // the result is either zero or one (depending on the input carry bit).
13556 // Strength reduce this down to a "set on carry" aka SETCC_CARRY&1.
13557 if (X86::isZeroNode(N->getOperand(0)) &&
13558 X86::isZeroNode(N->getOperand(1)) &&
13559 // We don't have a good way to replace an EFLAGS use, so only do this when
13560 // dead right now.
13561 SDValue(N, 1).use_empty()) {
13562 DebugLoc DL = N->getDebugLoc();
13563 EVT VT = N->getValueType(0);
13564 SDValue CarryOut = DAG.getConstant(0, N->getValueType(1));
13565 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT,
13566 DAG.getNode(X86ISD::SETCC_CARRY, DL, VT,
13567 DAG.getConstant(X86::COND_B,MVT::i8),
13568 N->getOperand(2)),
13569 DAG.getConstant(1, VT));
13570 return DCI.CombineTo(N, Res1, CarryOut);
13571 }
13572
13573 return SDValue();
13574}
13575
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000013576// fold (add Y, (sete X, 0)) -> adc 0, Y
13577// (add Y, (setne X, 0)) -> sbb -1, Y
13578// (sub (sete X, 0), Y) -> sbb 0, Y
13579// (sub (setne X, 0), Y) -> adc -1, Y
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000013580static SDValue OptimizeConditionalInDecrement(SDNode *N, SelectionDAG &DAG) {
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000013581 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000013582
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000013583 // Look through ZExts.
13584 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
13585 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
13586 return SDValue();
13587
13588 SDValue SetCC = Ext.getOperand(0);
13589 if (SetCC.getOpcode() != X86ISD::SETCC || !SetCC.hasOneUse())
13590 return SDValue();
13591
13592 X86::CondCode CC = (X86::CondCode)SetCC.getConstantOperandVal(0);
13593 if (CC != X86::COND_E && CC != X86::COND_NE)
13594 return SDValue();
13595
13596 SDValue Cmp = SetCC.getOperand(1);
13597 if (Cmp.getOpcode() != X86ISD::CMP || !Cmp.hasOneUse() ||
Chris Lattner9cd3da42011-01-16 02:56:53 +000013598 !X86::isZeroNode(Cmp.getOperand(1)) ||
13599 !Cmp.getOperand(0).getValueType().isInteger())
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000013600 return SDValue();
13601
13602 SDValue CmpOp0 = Cmp.getOperand(0);
13603 SDValue NewCmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32, CmpOp0,
13604 DAG.getConstant(1, CmpOp0.getValueType()));
13605
13606 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
13607 if (CC == X86::COND_NE)
13608 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::ADC : X86ISD::SBB,
13609 DL, OtherVal.getValueType(), OtherVal,
13610 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
13611 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::SBB : X86ISD::ADC,
13612 DL, OtherVal.getValueType(), OtherVal,
13613 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);
13614}
Chris Lattnerc19d1c32010-12-19 22:08:31 +000013615
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000013616static SDValue PerformSubCombine(SDNode *N, SelectionDAG &DAG) {
13617 SDValue Op0 = N->getOperand(0);
13618 SDValue Op1 = N->getOperand(1);
13619
13620 // X86 can't encode an immediate LHS of a sub. See if we can push the
13621 // negation into a preceding instruction.
13622 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op0)) {
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000013623 // If the RHS of the sub is a XOR with one use and a constant, invert the
13624 // immediate. Then add one to the LHS of the sub so we can turn
13625 // X-Y -> X+~Y+1, saving one register.
13626 if (Op1->hasOneUse() && Op1.getOpcode() == ISD::XOR &&
13627 isa<ConstantSDNode>(Op1.getOperand(1))) {
Nick Lewycky726ebd62011-08-23 19:01:24 +000013628 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue();
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000013629 EVT VT = Op0.getValueType();
13630 SDValue NewXor = DAG.getNode(ISD::XOR, Op1.getDebugLoc(), VT,
13631 Op1.getOperand(0),
13632 DAG.getConstant(~XorC, VT));
13633 return DAG.getNode(ISD::ADD, N->getDebugLoc(), VT, NewXor,
Nick Lewycky726ebd62011-08-23 19:01:24 +000013634 DAG.getConstant(C->getAPIntValue()+1, VT));
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000013635 }
13636 }
13637
13638 return OptimizeConditionalInDecrement(N, DAG);
13639}
13640
Dan Gohman475871a2008-07-27 21:46:04 +000013641SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +000013642 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +000013643 SelectionDAG &DAG = DCI.DAG;
13644 switch (N->getOpcode()) {
13645 default: break;
Dan Gohman1bbf72b2010-03-15 23:23:03 +000013646 case ISD::EXTRACT_VECTOR_ELT:
Chris Lattnerc19d1c32010-12-19 22:08:31 +000013647 return PerformEXTRACT_VECTOR_ELTCombine(N, DAG, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +000013648 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Chris Lattnerd1980a52009-03-12 06:52:53 +000013649 case X86ISD::CMOV: return PerformCMOVCombine(N, DAG, DCI);
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000013650 case ISD::ADD: return OptimizeConditionalInDecrement(N, DAG);
13651 case ISD::SUB: return PerformSubCombine(N, DAG);
Chris Lattner23a01992010-12-20 01:37:09 +000013652 case X86ISD::ADC: return PerformADCCombine(N, DAG, DCI);
Evan Cheng0b0cd912009-03-28 05:57:29 +000013653 case ISD::MUL: return PerformMulCombine(N, DAG, DCI);
Nate Begeman740ab032009-01-26 00:52:55 +000013654 case ISD::SHL:
13655 case ISD::SRA:
13656 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Nate Begemanb65c1752010-12-17 22:55:37 +000013657 case ISD::AND: return PerformAndCombine(N, DAG, DCI, Subtarget);
Evan Cheng8b1190a2010-04-28 01:18:01 +000013658 case ISD::OR: return PerformOrCombine(N, DAG, DCI, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +000013659 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000013660 case ISD::SINT_TO_FP: return PerformSINT_TO_FPCombine(N, DAG, this);
Chris Lattner6cf73262008-01-25 06:14:17 +000013661 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +000013662 case X86ISD::FOR: return PerformFORCombine(N, DAG);
13663 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Dan Gohmane5af2d32009-01-29 01:59:02 +000013664 case X86ISD::BT: return PerformBTCombine(N, DAG, DCI);
Eli Friedman7a5e5552009-06-07 06:52:44 +000013665 case X86ISD::VZEXT_MOVL: return PerformVZEXT_MOVLCombine(N, DAG);
Evan Cheng2e489c42009-12-16 00:53:11 +000013666 case ISD::ZERO_EXTEND: return PerformZExtCombine(N, DAG);
Chris Lattnerc19d1c32010-12-19 22:08:31 +000013667 case X86ISD::SETCC: return PerformSETCCCombine(N, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000013668 case X86ISD::SHUFPS: // Handle all target specific shuffles
13669 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +000013670 case X86ISD::PALIGN:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000013671 case X86ISD::PUNPCKHBW:
13672 case X86ISD::PUNPCKHWD:
13673 case X86ISD::PUNPCKHDQ:
13674 case X86ISD::PUNPCKHQDQ:
13675 case X86ISD::UNPCKHPS:
13676 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +000013677 case X86ISD::VUNPCKHPSY:
13678 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000013679 case X86ISD::PUNPCKLBW:
13680 case X86ISD::PUNPCKLWD:
13681 case X86ISD::PUNPCKLDQ:
13682 case X86ISD::PUNPCKLQDQ:
13683 case X86ISD::UNPCKLPS:
13684 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +000013685 case X86ISD::VUNPCKLPSY:
13686 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000013687 case X86ISD::MOVHLPS:
13688 case X86ISD::MOVLHPS:
13689 case X86ISD::PSHUFD:
13690 case X86ISD::PSHUFHW:
13691 case X86ISD::PSHUFLW:
13692 case X86ISD::MOVSS:
13693 case X86ISD::MOVSD:
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +000013694 case X86ISD::VPERMILPS:
13695 case X86ISD::VPERMILPSY:
13696 case X86ISD::VPERMILPD:
13697 case X86ISD::VPERMILPDY:
Bruno Cardoso Lopes53cae132011-08-12 21:48:26 +000013698 case X86ISD::VPERM2F128:
Bruno Cardoso Lopes50b37c72011-08-15 21:45:54 +000013699 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, DCI,Subtarget);
Evan Cheng206ee9d2006-07-07 08:33:52 +000013700 }
13701
Dan Gohman475871a2008-07-27 21:46:04 +000013702 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +000013703}
13704
Evan Chenge5b51ac2010-04-17 06:13:15 +000013705/// isTypeDesirableForOp - Return true if the target has native support for
13706/// the specified value type and it is 'desirable' to use the type for the
13707/// given node type. e.g. On x86 i16 is legal, but undesirable since i16
13708/// instruction encodings are longer and some i16 instructions are slow.
13709bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const {
13710 if (!isTypeLegal(VT))
13711 return false;
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000013712 if (VT != MVT::i16)
Evan Chenge5b51ac2010-04-17 06:13:15 +000013713 return true;
13714
13715 switch (Opc) {
13716 default:
13717 return true;
Evan Cheng4c26e932010-04-19 19:29:22 +000013718 case ISD::LOAD:
13719 case ISD::SIGN_EXTEND:
13720 case ISD::ZERO_EXTEND:
13721 case ISD::ANY_EXTEND:
Evan Chenge5b51ac2010-04-17 06:13:15 +000013722 case ISD::SHL:
Evan Chenge5b51ac2010-04-17 06:13:15 +000013723 case ISD::SRL:
13724 case ISD::SUB:
13725 case ISD::ADD:
13726 case ISD::MUL:
13727 case ISD::AND:
13728 case ISD::OR:
13729 case ISD::XOR:
13730 return false;
13731 }
13732}
13733
13734/// IsDesirableToPromoteOp - This method query the target whether it is
Evan Cheng64b7bf72010-04-16 06:14:10 +000013735/// beneficial for dag combiner to promote the specified node. If true, it
13736/// should return the desired promotion type by reference.
Evan Chenge5b51ac2010-04-17 06:13:15 +000013737bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
Evan Cheng64b7bf72010-04-16 06:14:10 +000013738 EVT VT = Op.getValueType();
13739 if (VT != MVT::i16)
13740 return false;
13741
Evan Cheng4c26e932010-04-19 19:29:22 +000013742 bool Promote = false;
13743 bool Commute = false;
Evan Cheng64b7bf72010-04-16 06:14:10 +000013744 switch (Op.getOpcode()) {
Evan Cheng4c26e932010-04-19 19:29:22 +000013745 default: break;
13746 case ISD::LOAD: {
13747 LoadSDNode *LD = cast<LoadSDNode>(Op);
13748 // If the non-extending load has a single use and it's not live out, then it
13749 // might be folded.
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000013750 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&&
13751 Op.hasOneUse()*/) {
13752 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
13753 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
13754 // The only case where we'd want to promote LOAD (rather then it being
13755 // promoted as an operand is when it's only use is liveout.
13756 if (UI->getOpcode() != ISD::CopyToReg)
13757 return false;
13758 }
13759 }
Evan Cheng4c26e932010-04-19 19:29:22 +000013760 Promote = true;
13761 break;
13762 }
13763 case ISD::SIGN_EXTEND:
13764 case ISD::ZERO_EXTEND:
13765 case ISD::ANY_EXTEND:
13766 Promote = true;
13767 break;
Evan Chenge5b51ac2010-04-17 06:13:15 +000013768 case ISD::SHL:
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000013769 case ISD::SRL: {
Evan Chenge5b51ac2010-04-17 06:13:15 +000013770 SDValue N0 = Op.getOperand(0);
13771 // Look out for (store (shl (load), x)).
Evan Chengc82c20b2010-04-24 04:44:57 +000013772 if (MayFoldLoad(N0) && MayFoldIntoStore(Op))
Evan Chenge5b51ac2010-04-17 06:13:15 +000013773 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000013774 Promote = true;
Evan Chenge5b51ac2010-04-17 06:13:15 +000013775 break;
13776 }
Evan Cheng64b7bf72010-04-16 06:14:10 +000013777 case ISD::ADD:
13778 case ISD::MUL:
13779 case ISD::AND:
13780 case ISD::OR:
Evan Cheng4c26e932010-04-19 19:29:22 +000013781 case ISD::XOR:
13782 Commute = true;
13783 // fallthrough
13784 case ISD::SUB: {
Evan Cheng64b7bf72010-04-16 06:14:10 +000013785 SDValue N0 = Op.getOperand(0);
13786 SDValue N1 = Op.getOperand(1);
Evan Chengc82c20b2010-04-24 04:44:57 +000013787 if (!Commute && MayFoldLoad(N1))
Evan Cheng64b7bf72010-04-16 06:14:10 +000013788 return false;
13789 // Avoid disabling potential load folding opportunities.
Evan Chengc82c20b2010-04-24 04:44:57 +000013790 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000013791 return false;
Evan Chengc82c20b2010-04-24 04:44:57 +000013792 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000013793 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000013794 Promote = true;
Evan Cheng64b7bf72010-04-16 06:14:10 +000013795 }
13796 }
13797
13798 PVT = MVT::i32;
Evan Cheng4c26e932010-04-19 19:29:22 +000013799 return Promote;
Evan Cheng64b7bf72010-04-16 06:14:10 +000013800}
13801
Evan Cheng60c07e12006-07-05 22:17:51 +000013802//===----------------------------------------------------------------------===//
13803// X86 Inline Assembly Support
13804//===----------------------------------------------------------------------===//
13805
Chris Lattnerb8105652009-07-20 17:51:36 +000013806bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
13807 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
Chris Lattnerb8105652009-07-20 17:51:36 +000013808
13809 std::string AsmStr = IA->getAsmString();
13810
13811 // TODO: should remove alternatives from the asmstring: "foo {a|b}" -> "foo a"
Benjamin Kramerd4f19592010-01-11 18:03:24 +000013812 SmallVector<StringRef, 4> AsmPieces;
Peter Collingbourne98361182010-11-13 19:54:23 +000013813 SplitString(AsmStr, AsmPieces, ";\n");
Chris Lattnerb8105652009-07-20 17:51:36 +000013814
13815 switch (AsmPieces.size()) {
13816 default: return false;
13817 case 1:
13818 AsmStr = AsmPieces[0];
13819 AsmPieces.clear();
13820 SplitString(AsmStr, AsmPieces, " \t"); // Split with whitespace.
13821
Chris Lattner7a2bdde2011-04-15 05:18:47 +000013822 // FIXME: this should verify that we are targeting a 486 or better. If not,
Evan Cheng55d42002011-01-08 01:24:27 +000013823 // we will turn this bswap into something that will be lowered to logical ops
13824 // instead of emitting the bswap asm. For now, we don't support 486 or lower
13825 // so don't worry about this.
Chris Lattnerb8105652009-07-20 17:51:36 +000013826 // bswap $0
13827 if (AsmPieces.size() == 2 &&
13828 (AsmPieces[0] == "bswap" ||
13829 AsmPieces[0] == "bswapq" ||
13830 AsmPieces[0] == "bswapl") &&
13831 (AsmPieces[1] == "$0" ||
13832 AsmPieces[1] == "${0:q}")) {
13833 // No need to check constraints, nothing other than the equivalent of
13834 // "=r,0" would be valid here.
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013835 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013836 if (!Ty || Ty->getBitWidth() % 16 != 0)
13837 return false;
13838 return IntrinsicLowering::LowerToByteSwap(CI);
Chris Lattnerb8105652009-07-20 17:51:36 +000013839 }
13840 // rorw $$8, ${0:w} --> llvm.bswap.i16
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000013841 if (CI->getType()->isIntegerTy(16) &&
Chris Lattnerb8105652009-07-20 17:51:36 +000013842 AsmPieces.size() == 3 &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000013843 (AsmPieces[0] == "rorw" || AsmPieces[0] == "rolw") &&
Chris Lattnerb8105652009-07-20 17:51:36 +000013844 AsmPieces[1] == "$$8," &&
13845 AsmPieces[2] == "${0:w}" &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000013846 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
13847 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000013848 const std::string &ConstraintsStr = IA->getConstraintString();
13849 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Dan Gohman0ef701e2010-03-04 19:58:08 +000013850 std::sort(AsmPieces.begin(), AsmPieces.end());
13851 if (AsmPieces.size() == 4 &&
13852 AsmPieces[0] == "~{cc}" &&
13853 AsmPieces[1] == "~{dirflag}" &&
13854 AsmPieces[2] == "~{flags}" &&
13855 AsmPieces[3] == "~{fpsr}") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013856 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013857 if (!Ty || Ty->getBitWidth() % 16 != 0)
13858 return false;
13859 return IntrinsicLowering::LowerToByteSwap(CI);
Dan Gohman0ef701e2010-03-04 19:58:08 +000013860 }
Chris Lattnerb8105652009-07-20 17:51:36 +000013861 }
13862 break;
13863 case 3:
Peter Collingbourne948cf022010-11-13 19:54:30 +000013864 if (CI->getType()->isIntegerTy(32) &&
13865 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
13866 SmallVector<StringRef, 4> Words;
13867 SplitString(AsmPieces[0], Words, " \t,");
13868 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
13869 Words[2] == "${0:w}") {
13870 Words.clear();
13871 SplitString(AsmPieces[1], Words, " \t,");
13872 if (Words.size() == 3 && Words[0] == "rorl" && Words[1] == "$$16" &&
13873 Words[2] == "$0") {
13874 Words.clear();
13875 SplitString(AsmPieces[2], Words, " \t,");
13876 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
13877 Words[2] == "${0:w}") {
13878 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000013879 const std::string &ConstraintsStr = IA->getConstraintString();
13880 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Peter Collingbourne948cf022010-11-13 19:54:30 +000013881 std::sort(AsmPieces.begin(), AsmPieces.end());
13882 if (AsmPieces.size() == 4 &&
13883 AsmPieces[0] == "~{cc}" &&
13884 AsmPieces[1] == "~{dirflag}" &&
13885 AsmPieces[2] == "~{flags}" &&
13886 AsmPieces[3] == "~{fpsr}") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013887 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013888 if (!Ty || Ty->getBitWidth() % 16 != 0)
13889 return false;
13890 return IntrinsicLowering::LowerToByteSwap(CI);
Peter Collingbourne948cf022010-11-13 19:54:30 +000013891 }
13892 }
13893 }
13894 }
13895 }
Evan Cheng55d42002011-01-08 01:24:27 +000013896
13897 if (CI->getType()->isIntegerTy(64)) {
13898 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
13899 if (Constraints.size() >= 2 &&
13900 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
13901 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
13902 // bswap %eax / bswap %edx / xchgl %eax, %edx -> llvm.bswap.i64
13903 SmallVector<StringRef, 4> Words;
13904 SplitString(AsmPieces[0], Words, " \t");
13905 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%eax") {
Chris Lattnerb8105652009-07-20 17:51:36 +000013906 Words.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000013907 SplitString(AsmPieces[1], Words, " \t");
13908 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%edx") {
13909 Words.clear();
13910 SplitString(AsmPieces[2], Words, " \t,");
13911 if (Words.size() == 3 && Words[0] == "xchgl" && Words[1] == "%eax" &&
13912 Words[2] == "%edx") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013913 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013914 if (!Ty || Ty->getBitWidth() % 16 != 0)
13915 return false;
13916 return IntrinsicLowering::LowerToByteSwap(CI);
13917 }
Chris Lattnerb8105652009-07-20 17:51:36 +000013918 }
13919 }
13920 }
13921 }
13922 break;
13923 }
13924 return false;
13925}
13926
13927
13928
Chris Lattnerf4dff842006-07-11 02:54:03 +000013929/// getConstraintType - Given a constraint letter, return the type of
13930/// constraint it is for this target.
13931X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +000013932X86TargetLowering::getConstraintType(const std::string &Constraint) const {
13933 if (Constraint.size() == 1) {
13934 switch (Constraint[0]) {
Chris Lattner4234f572007-03-25 02:14:49 +000013935 case 'R':
Chris Lattner4234f572007-03-25 02:14:49 +000013936 case 'q':
13937 case 'Q':
John Thompson44ab89e2010-10-29 17:29:13 +000013938 case 'f':
13939 case 't':
13940 case 'u':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +000013941 case 'y':
John Thompson44ab89e2010-10-29 17:29:13 +000013942 case 'x':
Chris Lattner4234f572007-03-25 02:14:49 +000013943 case 'Y':
Eric Christopher31b5f002011-07-07 22:29:07 +000013944 case 'l':
Chris Lattner4234f572007-03-25 02:14:49 +000013945 return C_RegisterClass;
John Thompson44ab89e2010-10-29 17:29:13 +000013946 case 'a':
13947 case 'b':
13948 case 'c':
13949 case 'd':
13950 case 'S':
13951 case 'D':
13952 case 'A':
13953 return C_Register;
13954 case 'I':
13955 case 'J':
13956 case 'K':
13957 case 'L':
13958 case 'M':
13959 case 'N':
13960 case 'G':
13961 case 'C':
Dale Johannesen78e3e522009-02-12 20:58:09 +000013962 case 'e':
13963 case 'Z':
13964 return C_Other;
Chris Lattner4234f572007-03-25 02:14:49 +000013965 default:
13966 break;
13967 }
Chris Lattnerf4dff842006-07-11 02:54:03 +000013968 }
Chris Lattner4234f572007-03-25 02:14:49 +000013969 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +000013970}
13971
John Thompson44ab89e2010-10-29 17:29:13 +000013972/// Examine constraint type and operand type and determine a weight value.
John Thompsoneac6e1d2010-09-13 18:15:37 +000013973/// This object must already have been set up with the operand type
13974/// and the current alternative constraint selected.
John Thompson44ab89e2010-10-29 17:29:13 +000013975TargetLowering::ConstraintWeight
13976 X86TargetLowering::getSingleConstraintMatchWeight(
John Thompsoneac6e1d2010-09-13 18:15:37 +000013977 AsmOperandInfo &info, const char *constraint) const {
John Thompson44ab89e2010-10-29 17:29:13 +000013978 ConstraintWeight weight = CW_Invalid;
John Thompsoneac6e1d2010-09-13 18:15:37 +000013979 Value *CallOperandVal = info.CallOperandVal;
13980 // If we don't have a value, we can't do a match,
13981 // but allow it at the lowest weight.
13982 if (CallOperandVal == NULL)
John Thompson44ab89e2010-10-29 17:29:13 +000013983 return CW_Default;
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013984 Type *type = CallOperandVal->getType();
John Thompsoneac6e1d2010-09-13 18:15:37 +000013985 // Look at the constraint type.
13986 switch (*constraint) {
13987 default:
John Thompson44ab89e2010-10-29 17:29:13 +000013988 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
13989 case 'R':
13990 case 'q':
13991 case 'Q':
13992 case 'a':
13993 case 'b':
13994 case 'c':
13995 case 'd':
13996 case 'S':
13997 case 'D':
13998 case 'A':
13999 if (CallOperandVal->getType()->isIntegerTy())
14000 weight = CW_SpecificReg;
14001 break;
14002 case 'f':
14003 case 't':
14004 case 'u':
14005 if (type->isFloatingPointTy())
14006 weight = CW_SpecificReg;
14007 break;
14008 case 'y':
Chris Lattner2a786eb2010-12-19 20:19:20 +000014009 if (type->isX86_MMXTy() && Subtarget->hasMMX())
John Thompson44ab89e2010-10-29 17:29:13 +000014010 weight = CW_SpecificReg;
14011 break;
14012 case 'x':
14013 case 'Y':
Nate Begeman2ea8ee72010-12-10 00:26:57 +000014014 if ((type->getPrimitiveSizeInBits() == 128) && Subtarget->hasXMM())
John Thompson44ab89e2010-10-29 17:29:13 +000014015 weight = CW_Register;
John Thompsoneac6e1d2010-09-13 18:15:37 +000014016 break;
14017 case 'I':
14018 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
14019 if (C->getZExtValue() <= 31)
John Thompson44ab89e2010-10-29 17:29:13 +000014020 weight = CW_Constant;
John Thompsoneac6e1d2010-09-13 18:15:37 +000014021 }
14022 break;
John Thompson44ab89e2010-10-29 17:29:13 +000014023 case 'J':
14024 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14025 if (C->getZExtValue() <= 63)
14026 weight = CW_Constant;
14027 }
14028 break;
14029 case 'K':
14030 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14031 if ((C->getSExtValue() >= -0x80) && (C->getSExtValue() <= 0x7f))
14032 weight = CW_Constant;
14033 }
14034 break;
14035 case 'L':
14036 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14037 if ((C->getZExtValue() == 0xff) || (C->getZExtValue() == 0xffff))
14038 weight = CW_Constant;
14039 }
14040 break;
14041 case 'M':
14042 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14043 if (C->getZExtValue() <= 3)
14044 weight = CW_Constant;
14045 }
14046 break;
14047 case 'N':
14048 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14049 if (C->getZExtValue() <= 0xff)
14050 weight = CW_Constant;
14051 }
14052 break;
14053 case 'G':
14054 case 'C':
14055 if (dyn_cast<ConstantFP>(CallOperandVal)) {
14056 weight = CW_Constant;
14057 }
14058 break;
14059 case 'e':
14060 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14061 if ((C->getSExtValue() >= -0x80000000LL) &&
14062 (C->getSExtValue() <= 0x7fffffffLL))
14063 weight = CW_Constant;
14064 }
14065 break;
14066 case 'Z':
14067 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
14068 if (C->getZExtValue() <= 0xffffffff)
14069 weight = CW_Constant;
14070 }
14071 break;
John Thompsoneac6e1d2010-09-13 18:15:37 +000014072 }
14073 return weight;
14074}
14075
Dale Johannesenba2a0b92008-01-29 02:21:21 +000014076/// LowerXConstraint - try to replace an X constraint, which matches anything,
14077/// with another that has more specific requirements based on the type of the
14078/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +000014079const char *X86TargetLowering::
Owen Andersone50ed302009-08-10 22:56:29 +000014080LowerXConstraint(EVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +000014081 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
14082 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +000014083 if (ConstraintVT.isFloatingPoint()) {
Nate Begeman2ea8ee72010-12-10 00:26:57 +000014084 if (Subtarget->hasXMMInt())
Chris Lattner5e764232008-04-26 23:02:14 +000014085 return "Y";
Nate Begeman2ea8ee72010-12-10 00:26:57 +000014086 if (Subtarget->hasXMM())
Chris Lattner5e764232008-04-26 23:02:14 +000014087 return "x";
14088 }
Scott Michelfdc40a02009-02-17 22:15:04 +000014089
Chris Lattner5e764232008-04-26 23:02:14 +000014090 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +000014091}
14092
Chris Lattner48884cd2007-08-25 00:47:38 +000014093/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
14094/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +000014095void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Eric Christopher100c8332011-06-02 23:16:42 +000014096 std::string &Constraint,
Dan Gohman475871a2008-07-27 21:46:04 +000014097 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +000014098 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +000014099 SDValue Result(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +000014100
Eric Christopher100c8332011-06-02 23:16:42 +000014101 // Only support length 1 constraints for now.
14102 if (Constraint.length() > 1) return;
Eric Christopher471e4222011-06-08 23:55:35 +000014103
Eric Christopher100c8332011-06-02 23:16:42 +000014104 char ConstraintLetter = Constraint[0];
14105 switch (ConstraintLetter) {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000014106 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +000014107 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +000014108 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000014109 if (C->getZExtValue() <= 31) {
14110 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000014111 break;
14112 }
Devang Patel84f7fd22007-03-17 00:13:28 +000014113 }
Chris Lattner48884cd2007-08-25 00:47:38 +000014114 return;
Evan Cheng364091e2008-09-22 23:57:37 +000014115 case 'J':
14116 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000014117 if (C->getZExtValue() <= 63) {
Chris Lattnere4935152009-06-15 04:01:39 +000014118 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
14119 break;
14120 }
14121 }
14122 return;
14123 case 'K':
14124 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000014125 if ((int8_t)C->getSExtValue() == C->getSExtValue()) {
Evan Cheng364091e2008-09-22 23:57:37 +000014126 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
14127 break;
14128 }
14129 }
14130 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +000014131 case 'N':
14132 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000014133 if (C->getZExtValue() <= 255) {
14134 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000014135 break;
14136 }
Chris Lattner188b9fe2007-03-25 01:57:35 +000014137 }
Chris Lattner48884cd2007-08-25 00:47:38 +000014138 return;
Dale Johannesen78e3e522009-02-12 20:58:09 +000014139 case 'e': {
14140 // 32-bit signed value
14141 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000014142 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
14143 C->getSExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000014144 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000014145 Result = DAG.getTargetConstant(C->getSExtValue(), MVT::i64);
Dale Johannesen78e3e522009-02-12 20:58:09 +000014146 break;
14147 }
14148 // FIXME gcc accepts some relocatable values here too, but only in certain
14149 // memory models; it's complicated.
14150 }
14151 return;
14152 }
14153 case 'Z': {
14154 // 32-bit unsigned value
14155 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000014156 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
14157 C->getZExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000014158 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
14159 break;
14160 }
14161 }
14162 // FIXME gcc accepts some relocatable values here too, but only in certain
14163 // memory models; it's complicated.
14164 return;
14165 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000014166 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000014167 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +000014168 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000014169 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000014170 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);
Chris Lattner48884cd2007-08-25 00:47:38 +000014171 break;
14172 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000014173
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000014174 // In any sort of PIC mode addresses need to be computed at runtime by
14175 // adding in a register or some sort of table lookup. These can't
14176 // be used as immediates.
Dale Johannesene2b448c2010-07-06 23:27:00 +000014177 if (Subtarget->isPICStyleGOT() || Subtarget->isPICStyleStubPIC())
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000014178 return;
14179
Chris Lattnerdc43a882007-05-03 16:52:29 +000014180 // If we are in non-pic codegen mode, we allow the address of a global (with
14181 // an optional displacement) to be used with 'i'.
Chris Lattner49921962009-05-08 18:23:14 +000014182 GlobalAddressSDNode *GA = 0;
Chris Lattnerdc43a882007-05-03 16:52:29 +000014183 int64_t Offset = 0;
Scott Michelfdc40a02009-02-17 22:15:04 +000014184
Chris Lattner49921962009-05-08 18:23:14 +000014185 // Match either (GA), (GA+C), (GA+C1+C2), etc.
14186 while (1) {
14187 if ((GA = dyn_cast<GlobalAddressSDNode>(Op))) {
14188 Offset += GA->getOffset();
14189 break;
14190 } else if (Op.getOpcode() == ISD::ADD) {
14191 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
14192 Offset += C->getZExtValue();
14193 Op = Op.getOperand(0);
14194 continue;
14195 }
14196 } else if (Op.getOpcode() == ISD::SUB) {
14197 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
14198 Offset += -C->getZExtValue();
14199 Op = Op.getOperand(0);
14200 continue;
14201 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000014202 }
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000014203
Chris Lattner49921962009-05-08 18:23:14 +000014204 // Otherwise, this isn't something we can handle, reject it.
14205 return;
Chris Lattnerdc43a882007-05-03 16:52:29 +000014206 }
Eric Christopherfd179292009-08-27 18:07:15 +000014207
Dan Gohman46510a72010-04-15 01:51:59 +000014208 const GlobalValue *GV = GA->getGlobal();
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000014209 // If we require an extra load to get this address, as in PIC mode, we
14210 // can't accept it.
Chris Lattner36c25012009-07-10 07:34:39 +000014211 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
14212 getTargetMachine())))
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000014213 return;
Scott Michelfdc40a02009-02-17 22:15:04 +000014214
Devang Patel0d881da2010-07-06 22:08:15 +000014215 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
14216 GA->getValueType(0), Offset);
Chris Lattner49921962009-05-08 18:23:14 +000014217 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +000014218 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000014219 }
Scott Michelfdc40a02009-02-17 22:15:04 +000014220
Gabor Greifba36cb52008-08-28 21:40:38 +000014221 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +000014222 Ops.push_back(Result);
14223 return;
14224 }
Dale Johannesen1784d162010-06-25 21:55:36 +000014225 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +000014226}
14227
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000014228std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +000014229X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000014230 EVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +000014231 // First, see if this is a constraint that directly corresponds to an LLVM
14232 // register class.
14233 if (Constraint.size() == 1) {
14234 // GCC Constraint Letters
14235 switch (Constraint[0]) {
14236 default: break;
Eric Christopherd176af82011-06-29 17:23:50 +000014237 // TODO: Slight differences here in allocation order and leaving
14238 // RIP in the class. Do they matter any more here than they do
14239 // in the normal allocation?
14240 case 'q': // GENERAL_REGS in 64-bit mode, Q_REGS in 32-bit mode.
14241 if (Subtarget->is64Bit()) {
Nick Lewycky9bf45d02011-07-08 00:19:27 +000014242 if (VT == MVT::i32 || VT == MVT::f32)
Eric Christopherd176af82011-06-29 17:23:50 +000014243 return std::make_pair(0U, X86::GR32RegisterClass);
14244 else if (VT == MVT::i16)
14245 return std::make_pair(0U, X86::GR16RegisterClass);
Eric Christopher5427ede2011-07-14 20:13:52 +000014246 else if (VT == MVT::i8 || VT == MVT::i1)
Eric Christopherd176af82011-06-29 17:23:50 +000014247 return std::make_pair(0U, X86::GR8RegisterClass);
Nick Lewycky9bf45d02011-07-08 00:19:27 +000014248 else if (VT == MVT::i64 || VT == MVT::f64)
Eric Christopherd176af82011-06-29 17:23:50 +000014249 return std::make_pair(0U, X86::GR64RegisterClass);
14250 break;
14251 }
14252 // 32-bit fallthrough
14253 case 'Q': // Q_REGS
Nick Lewycky9bf45d02011-07-08 00:19:27 +000014254 if (VT == MVT::i32 || VT == MVT::f32)
Eric Christopherd176af82011-06-29 17:23:50 +000014255 return std::make_pair(0U, X86::GR32_ABCDRegisterClass);
14256 else if (VT == MVT::i16)
14257 return std::make_pair(0U, X86::GR16_ABCDRegisterClass);
Eric Christopher5427ede2011-07-14 20:13:52 +000014258 else if (VT == MVT::i8 || VT == MVT::i1)
Eric Christopherd176af82011-06-29 17:23:50 +000014259 return std::make_pair(0U, X86::GR8_ABCD_LRegisterClass);
14260 else if (VT == MVT::i64)
14261 return std::make_pair(0U, X86::GR64_ABCDRegisterClass);
14262 break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000014263 case 'r': // GENERAL_REGS
Chris Lattner0f65cad2007-04-09 05:49:22 +000014264 case 'l': // INDEX_REGS
Eric Christopher5427ede2011-07-14 20:13:52 +000014265 if (VT == MVT::i8 || VT == MVT::i1)
Chris Lattner0f65cad2007-04-09 05:49:22 +000014266 return std::make_pair(0U, X86::GR8RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000014267 if (VT == MVT::i16)
Chris Lattner1fa71982008-10-17 18:15:05 +000014268 return std::make_pair(0U, X86::GR16RegisterClass);
Eric Christopher2bbecd82011-05-19 21:33:47 +000014269 if (VT == MVT::i32 || VT == MVT::f32 || !Subtarget->is64Bit())
Scott Michelfdc40a02009-02-17 22:15:04 +000014270 return std::make_pair(0U, X86::GR32RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +000014271 return std::make_pair(0U, X86::GR64RegisterClass);
Dale Johannesen5f3663e2009-10-07 22:47:20 +000014272 case 'R': // LEGACY_REGS
Eric Christopher5427ede2011-07-14 20:13:52 +000014273 if (VT == MVT::i8 || VT == MVT::i1)
Dale Johannesen5f3663e2009-10-07 22:47:20 +000014274 return std::make_pair(0U, X86::GR8_NOREXRegisterClass);
14275 if (VT == MVT::i16)
14276 return std::make_pair(0U, X86::GR16_NOREXRegisterClass);
14277 if (VT == MVT::i32 || !Subtarget->is64Bit())
14278 return std::make_pair(0U, X86::GR32_NOREXRegisterClass);
14279 return std::make_pair(0U, X86::GR64_NOREXRegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +000014280 case 'f': // FP Stack registers.
14281 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
14282 // value to the correct fpstack register class.
Owen Anderson825b72b2009-08-11 20:47:22 +000014283 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000014284 return std::make_pair(0U, X86::RFP32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000014285 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000014286 return std::make_pair(0U, X86::RFP64RegisterClass);
14287 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +000014288 case 'y': // MMX_REGS if MMX allowed.
14289 if (!Subtarget->hasMMX()) break;
14290 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000014291 case 'Y': // SSE_REGS if SSE2 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000014292 if (!Subtarget->hasXMMInt()) break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000014293 // FALL THROUGH.
14294 case 'x': // SSE_REGS if SSE1 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000014295 if (!Subtarget->hasXMM()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +000014296
Owen Anderson825b72b2009-08-11 20:47:22 +000014297 switch (VT.getSimpleVT().SimpleTy) {
Chris Lattner0f65cad2007-04-09 05:49:22 +000014298 default: break;
14299 // Scalar SSE types.
Owen Anderson825b72b2009-08-11 20:47:22 +000014300 case MVT::f32:
14301 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +000014302 return std::make_pair(0U, X86::FR32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000014303 case MVT::f64:
14304 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +000014305 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000014306 // Vector types.
Owen Anderson825b72b2009-08-11 20:47:22 +000014307 case MVT::v16i8:
14308 case MVT::v8i16:
14309 case MVT::v4i32:
14310 case MVT::v2i64:
14311 case MVT::v4f32:
14312 case MVT::v2f64:
Chris Lattner0f65cad2007-04-09 05:49:22 +000014313 return std::make_pair(0U, X86::VR128RegisterClass);
14314 }
Chris Lattnerad043e82007-04-09 05:11:28 +000014315 break;
14316 }
14317 }
Scott Michelfdc40a02009-02-17 22:15:04 +000014318
Chris Lattnerf76d1802006-07-31 23:26:50 +000014319 // Use the default implementation in TargetLowering to convert the register
14320 // constraint into a member of a register class.
14321 std::pair<unsigned, const TargetRegisterClass*> Res;
14322 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +000014323
14324 // Not found as a standard register?
14325 if (Res.second == 0) {
Chris Lattner56d77c72009-09-13 22:41:48 +000014326 // Map st(0) -> st(7) -> ST0
14327 if (Constraint.size() == 7 && Constraint[0] == '{' &&
14328 tolower(Constraint[1]) == 's' &&
14329 tolower(Constraint[2]) == 't' &&
14330 Constraint[3] == '(' &&
14331 (Constraint[4] >= '0' && Constraint[4] <= '7') &&
14332 Constraint[5] == ')' &&
14333 Constraint[6] == '}') {
Daniel Dunbara279bc32009-09-20 02:20:51 +000014334
Chris Lattner56d77c72009-09-13 22:41:48 +000014335 Res.first = X86::ST0+Constraint[4]-'0';
14336 Res.second = X86::RFP80RegisterClass;
14337 return Res;
14338 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000014339
Chris Lattner56d77c72009-09-13 22:41:48 +000014340 // GCC allows "st(0)" to be called just plain "st".
Benjamin Kramer05872ea2009-11-12 20:36:59 +000014341 if (StringRef("{st}").equals_lower(Constraint)) {
Chris Lattner1a60aa72006-10-31 19:42:44 +000014342 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +000014343 Res.second = X86::RFP80RegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000014344 return Res;
Chris Lattner1a60aa72006-10-31 19:42:44 +000014345 }
Chris Lattner56d77c72009-09-13 22:41:48 +000014346
14347 // flags -> EFLAGS
Benjamin Kramer05872ea2009-11-12 20:36:59 +000014348 if (StringRef("{flags}").equals_lower(Constraint)) {
Chris Lattner56d77c72009-09-13 22:41:48 +000014349 Res.first = X86::EFLAGS;
14350 Res.second = X86::CCRRegisterClass;
14351 return Res;
14352 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000014353
Dale Johannesen330169f2008-11-13 21:52:36 +000014354 // 'A' means EAX + EDX.
14355 if (Constraint == "A") {
14356 Res.first = X86::EAX;
Dan Gohman68a31c22009-07-30 17:02:08 +000014357 Res.second = X86::GR32_ADRegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000014358 return Res;
Dale Johannesen330169f2008-11-13 21:52:36 +000014359 }
Chris Lattner1a60aa72006-10-31 19:42:44 +000014360 return Res;
14361 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000014362
Chris Lattnerf76d1802006-07-31 23:26:50 +000014363 // Otherwise, check to see if this is a register class of the wrong value
14364 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
14365 // turn into {ax},{dx}.
14366 if (Res.second->hasType(VT))
14367 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000014368
Chris Lattnerf76d1802006-07-31 23:26:50 +000014369 // All of the single-register GCC register classes map their values onto
14370 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
14371 // really want an 8-bit or 32-bit register, map to the appropriate register
14372 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +000014373 if (Res.second == X86::GR16RegisterClass) {
Owen Anderson825b72b2009-08-11 20:47:22 +000014374 if (VT == MVT::i8) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000014375 unsigned DestReg = 0;
14376 switch (Res.first) {
14377 default: break;
14378 case X86::AX: DestReg = X86::AL; break;
14379 case X86::DX: DestReg = X86::DL; break;
14380 case X86::CX: DestReg = X86::CL; break;
14381 case X86::BX: DestReg = X86::BL; break;
14382 }
14383 if (DestReg) {
14384 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000014385 Res.second = X86::GR8RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000014386 }
Owen Anderson825b72b2009-08-11 20:47:22 +000014387 } else if (VT == MVT::i32) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000014388 unsigned DestReg = 0;
14389 switch (Res.first) {
14390 default: break;
14391 case X86::AX: DestReg = X86::EAX; break;
14392 case X86::DX: DestReg = X86::EDX; break;
14393 case X86::CX: DestReg = X86::ECX; break;
14394 case X86::BX: DestReg = X86::EBX; break;
14395 case X86::SI: DestReg = X86::ESI; break;
14396 case X86::DI: DestReg = X86::EDI; break;
14397 case X86::BP: DestReg = X86::EBP; break;
14398 case X86::SP: DestReg = X86::ESP; break;
14399 }
14400 if (DestReg) {
14401 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000014402 Res.second = X86::GR32RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000014403 }
Owen Anderson825b72b2009-08-11 20:47:22 +000014404 } else if (VT == MVT::i64) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000014405 unsigned DestReg = 0;
14406 switch (Res.first) {
14407 default: break;
14408 case X86::AX: DestReg = X86::RAX; break;
14409 case X86::DX: DestReg = X86::RDX; break;
14410 case X86::CX: DestReg = X86::RCX; break;
14411 case X86::BX: DestReg = X86::RBX; break;
14412 case X86::SI: DestReg = X86::RSI; break;
14413 case X86::DI: DestReg = X86::RDI; break;
14414 case X86::BP: DestReg = X86::RBP; break;
14415 case X86::SP: DestReg = X86::RSP; break;
14416 }
14417 if (DestReg) {
14418 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000014419 Res.second = X86::GR64RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000014420 }
Chris Lattnerf76d1802006-07-31 23:26:50 +000014421 }
Chris Lattner6ba50a92008-08-26 06:19:02 +000014422 } else if (Res.second == X86::FR32RegisterClass ||
14423 Res.second == X86::FR64RegisterClass ||
14424 Res.second == X86::VR128RegisterClass) {
14425 // Handle references to XMM physical registers that got mapped into the
14426 // wrong class. This can happen with constraints like {xmm0} where the
14427 // target independent register mapper will just pick the first match it can
14428 // find, ignoring the required type.
Owen Anderson825b72b2009-08-11 20:47:22 +000014429 if (VT == MVT::f32)
Chris Lattner6ba50a92008-08-26 06:19:02 +000014430 Res.second = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +000014431 else if (VT == MVT::f64)
Chris Lattner6ba50a92008-08-26 06:19:02 +000014432 Res.second = X86::FR64RegisterClass;
14433 else if (X86::VR128RegisterClass->hasType(VT))
14434 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +000014435 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000014436
Chris Lattnerf76d1802006-07-31 23:26:50 +000014437 return Res;
14438}