blob: cd1d2019d2aa7207559806d8a1138f45d0474112 [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
David Greenef125a292011-02-08 19:04:41 +000074static SDValue ConcatVectors(SDValue Lower, SDValue Upper, SelectionDAG &DAG);
75
76
David Greenea5f26012011-02-07 19:36:54 +000077/// Generate a DAG to grab 128-bits from a vector > 128 bits. This
78/// sets things up to match to an AVX VEXTRACTF128 instruction or a
David Greene74a579d2011-02-10 16:57:36 +000079/// simple subregister reference. Idx is an index in the 128 bits we
80/// want. It need not be aligned to a 128-bit bounday. That makes
81/// lowering EXTRACT_VECTOR_ELT operations easier.
David Greenea5f26012011-02-07 19:36:54 +000082static SDValue Extract128BitVector(SDValue Vec,
83 SDValue Idx,
84 SelectionDAG &DAG,
85 DebugLoc dl) {
86 EVT VT = Vec.getValueType();
87 assert(VT.getSizeInBits() == 256 && "Unexpected vector size!");
88
89 EVT ElVT = VT.getVectorElementType();
90
91 int Factor = VT.getSizeInBits() / 128;
92
93 EVT ResultVT = EVT::getVectorVT(*DAG.getContext(),
94 ElVT,
95 VT.getVectorNumElements() / Factor);
96
97 // Extract from UNDEF is UNDEF.
98 if (Vec.getOpcode() == ISD::UNDEF)
99 return DAG.getNode(ISD::UNDEF, dl, ResultVT);
100
101 if (isa<ConstantSDNode>(Idx)) {
102 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
103
104 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
105 // we can match to VEXTRACTF128.
106 unsigned ElemsPerChunk = 128 / ElVT.getSizeInBits();
107
108 // This is the index of the first element of the 128-bit chunk
109 // we want.
110 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
111 * ElemsPerChunk);
112
113 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32);
114
115 SDValue Result = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec,
116 VecIdx);
117
118 return Result;
119 }
120
121 return SDValue();
122}
123
124/// Generate a DAG to put 128-bits into a vector > 128 bits. This
125/// sets things up to match to an AVX VINSERTF128 instruction or a
David Greene6b381262011-02-09 15:32:06 +0000126/// simple superregister reference. Idx is an index in the 128 bits
127/// we want. It need not be aligned to a 128-bit bounday. That makes
128/// lowering INSERT_VECTOR_ELT operations easier.
David Greenea5f26012011-02-07 19:36:54 +0000129static SDValue Insert128BitVector(SDValue Result,
130 SDValue Vec,
131 SDValue Idx,
132 SelectionDAG &DAG,
133 DebugLoc dl) {
134 if (isa<ConstantSDNode>(Idx)) {
135 EVT VT = Vec.getValueType();
136 assert(VT.getSizeInBits() == 128 && "Unexpected vector size!");
137
138 EVT ElVT = VT.getVectorElementType();
139
140 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
141
142 EVT ResultVT = Result.getValueType();
143
144 // Insert the relevant 128 bits.
145 unsigned ElemsPerChunk = 128 / ElVT.getSizeInBits();
146
147 // This is the index of the first element of the 128-bit chunk
148 // we want.
149 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
150 * ElemsPerChunk);
151
152 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32);
153
154 Result = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec,
155 VecIdx);
156 return Result;
157 }
158
159 return SDValue();
160}
161
David Greenef125a292011-02-08 19:04:41 +0000162/// Given two vectors, concat them.
163static SDValue ConcatVectors(SDValue Lower, SDValue Upper, SelectionDAG &DAG) {
164 DebugLoc dl = Lower.getDebugLoc();
165
166 assert(Lower.getValueType() == Upper.getValueType() && "Mismatched vectors!");
167
168 EVT VT = EVT::getVectorVT(*DAG.getContext(),
169 Lower.getValueType().getVectorElementType(),
170 Lower.getValueType().getVectorNumElements() * 2);
171
172 // TODO: Generalize to arbitrary vector length (this assumes 256-bit vectors).
173 assert(VT.getSizeInBits() == 256 && "Unsupported vector concat!");
174
175 // Insert the upper subvector.
176 SDValue Vec = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT), Upper,
177 DAG.getConstant(
178 // This is half the length of the result
179 // vector. Start inserting the upper 128
180 // bits here.
181 Lower.getValueType().getVectorNumElements(),
182 MVT::i32),
183 DAG, dl);
184
185 // Insert the lower subvector.
186 Vec = Insert128BitVector(Vec, Lower, DAG.getConstant(0, MVT::i32), DAG, dl);
187 return Vec;
188}
189
Chris Lattnerf0144122009-07-28 03:13:23 +0000190static TargetLoweringObjectFile *createTLOF(X86TargetMachine &TM) {
Evan Cheng2bffee22011-02-01 01:14:13 +0000191 const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
192 bool is64Bit = Subtarget->is64Bit();
NAKAMURA Takumi27635382011-02-05 15:10:54 +0000193
Evan Cheng2bffee22011-02-01 01:14:13 +0000194 if (Subtarget->isTargetEnvMacho()) {
Chris Lattnere019ec12010-12-19 20:07:10 +0000195 if (is64Bit)
196 return new X8664_MachoTargetObjectFile();
Anton Korobeynikov293d5922010-02-21 20:28:15 +0000197 return new TargetLoweringObjectFileMachO();
Michael J. Spencerec38de22010-10-10 22:04:20 +0000198 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000199
Evan Cheng2bffee22011-02-01 01:14:13 +0000200 if (Subtarget->isTargetELF()) {
Chris Lattnere019ec12010-12-19 20:07:10 +0000201 if (is64Bit)
202 return new X8664_ELFTargetObjectFile(TM);
203 return new X8632_ELFTargetObjectFile(TM);
204 }
Evan Cheng2bffee22011-02-01 01:14:13 +0000205 if (Subtarget->isTargetCOFF() && !Subtarget->isTargetEnvMacho())
Chris Lattnere019ec12010-12-19 20:07:10 +0000206 return new TargetLoweringObjectFileCOFF();
Eric Christopher62f35a22010-07-05 19:26:33 +0000207 llvm_unreachable("unknown subtarget type");
Chris Lattnerf0144122009-07-28 03:13:23 +0000208}
209
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +0000210X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
Chris Lattnerf0144122009-07-28 03:13:23 +0000211 : TargetLowering(TM, createTLOF(TM)) {
Evan Cheng559806f2006-01-27 08:10:46 +0000212 Subtarget = &TM.getSubtarget<X86Subtarget>();
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000213 X86ScalarSSEf64 = Subtarget->hasXMMInt();
214 X86ScalarSSEf32 = Subtarget->hasXMM();
Evan Cheng25ab6902006-09-08 06:48:29 +0000215 X86StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000216
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000217 RegInfo = TM.getRegisterInfo();
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000218 TD = getTargetData();
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000219
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000220 // Set up the TargetLowering object.
Chris Lattnera34b3cf2010-12-19 20:03:11 +0000221 static MVT IntVTs[] = { MVT::i8, MVT::i16, MVT::i32, MVT::i64 };
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000222
223 // X86 is weird, it always uses i8 for shift amounts and setcc results.
Duncan Sands03228082008-11-23 15:47:28 +0000224 setBooleanContents(ZeroOrOneBooleanContent);
Eric Christopherde5e1012011-03-11 01:05:58 +0000225
226 // For 64-bit since we have so many registers use the ILP scheduler, for
227 // 32-bit code use the register pressure specific scheduling.
228 if (Subtarget->is64Bit())
229 setSchedulingPreference(Sched::ILP);
230 else
231 setSchedulingPreference(Sched::RegPressure);
Evan Cheng25ab6902006-09-08 06:48:29 +0000232 setStackPointerRegisterToSaveRestore(X86StackPtr);
Evan Cheng714554d2006-03-16 21:47:42 +0000233
Michael J. Spencer92bf38c2010-10-10 23:11:06 +0000234 if (Subtarget->isTargetWindows() && !Subtarget->isTargetCygMing()) {
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000235 // Setup Windows compiler runtime calls.
236 setLibcallName(RTLIB::SDIV_I64, "_alldiv");
Michael J. Spencer335b8062010-10-11 05:29:15 +0000237 setLibcallName(RTLIB::UDIV_I64, "_aulldiv");
238 setLibcallName(RTLIB::FPTOUINT_F64_I64, "_ftol2");
Michael J. Spencer94f7eeb2010-10-19 07:32:52 +0000239 setLibcallName(RTLIB::FPTOUINT_F32_I64, "_ftol2");
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000240 setLibcallCallingConv(RTLIB::SDIV_I64, CallingConv::X86_StdCall);
Michael J. Spencer335b8062010-10-11 05:29:15 +0000241 setLibcallCallingConv(RTLIB::UDIV_I64, CallingConv::X86_StdCall);
Michael J. Spencer6dad10e2010-10-27 18:52:38 +0000242 setLibcallCallingConv(RTLIB::FPTOUINT_F64_I64, CallingConv::C);
243 setLibcallCallingConv(RTLIB::FPTOUINT_F32_I64, CallingConv::C);
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000244 }
245
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000246 if (Subtarget->isTargetDarwin()) {
Evan Chengdf57fa02006-03-17 20:31:41 +0000247 // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000248 setUseUnderscoreSetJmp(false);
249 setUseUnderscoreLongJmp(false);
Anton Korobeynikov317848f2007-01-03 11:43:14 +0000250 } else if (Subtarget->isTargetMingw()) {
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000251 // MS runtime is weird: it exports _setjmp, but longjmp!
252 setUseUnderscoreSetJmp(true);
253 setUseUnderscoreLongJmp(false);
254 } else {
255 setUseUnderscoreSetJmp(true);
256 setUseUnderscoreLongJmp(true);
257 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000258
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000259 // Set up the register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000260 addRegisterClass(MVT::i8, X86::GR8RegisterClass);
Dan Gohman71edb242010-04-30 18:30:26 +0000261 addRegisterClass(MVT::i16, X86::GR16RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +0000262 addRegisterClass(MVT::i32, X86::GR32RegisterClass);
Evan Cheng25ab6902006-09-08 06:48:29 +0000263 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000264 addRegisterClass(MVT::i64, X86::GR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000265
Owen Anderson825b72b2009-08-11 20:47:22 +0000266 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
Evan Chengc5484282006-10-04 00:56:09 +0000267
Scott Michelfdc40a02009-02-17 22:15:04 +0000268 // We don't accept any truncstore of integer registers.
Owen Anderson825b72b2009-08-11 20:47:22 +0000269 setTruncStoreAction(MVT::i64, MVT::i32, Expand);
Dan Gohman71edb242010-04-30 18:30:26 +0000270 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000271 setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
Dan Gohman71edb242010-04-30 18:30:26 +0000272 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000273 setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
274 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
Evan Cheng7f042682008-10-15 02:05:31 +0000275
276 // SETOEQ and SETUNE require checking two conditions.
Owen Anderson825b72b2009-08-11 20:47:22 +0000277 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
278 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
279 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
280 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
281 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
282 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
Chris Lattnerddf89562008-01-17 19:59:44 +0000283
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000284 // Promote all UINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have this
285 // operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000286 setOperationAction(ISD::UINT_TO_FP , MVT::i1 , Promote);
287 setOperationAction(ISD::UINT_TO_FP , MVT::i8 , Promote);
288 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote);
Evan Cheng6892f282006-01-17 02:32:49 +0000289
Evan Cheng25ab6902006-09-08 06:48:29 +0000290 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000291 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
292 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Expand);
Eli Friedman948e95a2009-05-23 09:59:16 +0000293 } else if (!UseSoftFloat) {
Dale Johannesen8d908eb2010-05-15 18:51:12 +0000294 // We have an algorithm for SSE2->double, and we turn this into a
295 // 64-bit FILD followed by conditional FADD for other targets.
296 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
Eli Friedman948e95a2009-05-23 09:59:16 +0000297 // We have an algorithm for SSE2, and we turn this into a 64-bit
298 // FILD for other targets.
Dale Johannesen8d908eb2010-05-15 18:51:12 +0000299 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000300 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000301
302 // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
303 // this operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000304 setOperationAction(ISD::SINT_TO_FP , MVT::i1 , Promote);
305 setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000306
Devang Patel6a784892009-06-05 18:48:29 +0000307 if (!UseSoftFloat) {
Bill Wendling105be5a2009-03-13 08:41:47 +0000308 // SSE has no i16 to fp conversion, only i32
309 if (X86ScalarSSEf32) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000310 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000311 // f32 and f64 cases are Legal, f80 case is not
Owen Anderson825b72b2009-08-11 20:47:22 +0000312 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000313 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000314 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
315 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000316 }
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000317 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000318 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
319 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Promote);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000320 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000321
Dale Johannesen73328d12007-09-19 23:55:34 +0000322 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
323 // are Legal, f80 is custom lowered.
Owen Anderson825b72b2009-08-11 20:47:22 +0000324 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
325 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
Evan Cheng6dab0532006-01-30 08:02:57 +0000326
Evan Cheng02568ff2006-01-30 22:13:22 +0000327 // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
328 // this operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000329 setOperationAction(ISD::FP_TO_SINT , MVT::i1 , Promote);
330 setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
Evan Cheng02568ff2006-01-30 22:13:22 +0000331
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000332 if (X86ScalarSSEf32) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000333 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Promote);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000334 // f32 and f64 cases are Legal, f80 case is not
Owen Anderson825b72b2009-08-11 20:47:22 +0000335 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000336 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000337 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom);
338 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000339 }
340
341 // Handle FP_TO_UINT by promoting the destination to a larger signed
342 // conversion.
Owen Anderson825b72b2009-08-11 20:47:22 +0000343 setOperationAction(ISD::FP_TO_UINT , MVT::i1 , Promote);
344 setOperationAction(ISD::FP_TO_UINT , MVT::i8 , Promote);
345 setOperationAction(ISD::FP_TO_UINT , MVT::i16 , Promote);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000346
Evan Cheng25ab6902006-09-08 06:48:29 +0000347 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000348 setOperationAction(ISD::FP_TO_UINT , MVT::i64 , Expand);
349 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
Eli Friedman948e95a2009-05-23 09:59:16 +0000350 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000351 if (X86ScalarSSEf32 && !Subtarget->hasSSE3())
Evan Cheng25ab6902006-09-08 06:48:29 +0000352 // Expand FP_TO_UINT into a select.
353 // FIXME: We would like to use a Custom expander here eventually to do
354 // the optimal thing for SSE vs. the default expansion in the legalizer.
Owen Anderson825b72b2009-08-11 20:47:22 +0000355 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000356 else
Eli Friedman948e95a2009-05-23 09:59:16 +0000357 // With SSE3 we can use fisttpll to convert to a signed i64; without
358 // SSE, we're stuck with a fistpll.
Owen Anderson825b72b2009-08-11 20:47:22 +0000359 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000360 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000361
Chris Lattner399610a2006-12-05 18:22:22 +0000362 // TODO: when we have SSE, these could be more efficient, by using movd/movq.
Michael J. Spencerec38de22010-10-10 22:04:20 +0000363 if (!X86ScalarSSEf64) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000364 setOperationAction(ISD::BITCAST , MVT::f32 , Expand);
365 setOperationAction(ISD::BITCAST , MVT::i32 , Expand);
Dale Johannesene39859a2010-05-21 18:40:15 +0000366 if (Subtarget->is64Bit()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000367 setOperationAction(ISD::BITCAST , MVT::f64 , Expand);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000368 // Without SSE, i64->f64 goes through memory.
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000369 setOperationAction(ISD::BITCAST , MVT::i64 , Expand);
Dale Johannesen7d07b482010-05-21 00:52:33 +0000370 }
Chris Lattnerf3597a12006-12-05 18:45:06 +0000371 }
Chris Lattner21f66852005-12-23 05:15:23 +0000372
Dan Gohmanb00ee212008-02-18 19:34:53 +0000373 // Scalar integer divide and remainder are lowered to use operations that
374 // produce two results, to match the available instructions. This exposes
375 // the two-result form to trivial CSE, which is able to combine x/y and x%y
376 // into a single instruction.
377 //
378 // Scalar integer multiply-high is also lowered to use two-result
379 // operations, to match the available instructions. However, plain multiply
380 // (low) operations are left as Legal, as there are single-result
381 // instructions for this in x86. Using the two-result multiply instructions
382 // when both high and low results are needed must be arranged by dagcombine.
Chris Lattnere019ec12010-12-19 20:07:10 +0000383 for (unsigned i = 0, e = 4; i != e; ++i) {
384 MVT VT = IntVTs[i];
385 setOperationAction(ISD::MULHS, VT, Expand);
386 setOperationAction(ISD::MULHU, VT, Expand);
387 setOperationAction(ISD::SDIV, VT, Expand);
388 setOperationAction(ISD::UDIV, VT, Expand);
389 setOperationAction(ISD::SREM, VT, Expand);
390 setOperationAction(ISD::UREM, VT, Expand);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000391
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +0000392 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
Chris Lattnerd8ff7ec2010-12-20 01:03:27 +0000393 setOperationAction(ISD::ADDC, VT, Custom);
394 setOperationAction(ISD::ADDE, VT, Custom);
395 setOperationAction(ISD::SUBC, VT, Custom);
396 setOperationAction(ISD::SUBE, VT, Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000397 }
Dan Gohmana37c9f72007-09-25 18:23:27 +0000398
Owen Anderson825b72b2009-08-11 20:47:22 +0000399 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
400 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
401 setOperationAction(ISD::BR_CC , MVT::Other, Expand);
402 setOperationAction(ISD::SELECT_CC , MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000403 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000404 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
405 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal);
406 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
407 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
408 setOperationAction(ISD::FP_ROUND_INREG , MVT::f32 , Expand);
409 setOperationAction(ISD::FREM , MVT::f32 , Expand);
410 setOperationAction(ISD::FREM , MVT::f64 , Expand);
411 setOperationAction(ISD::FREM , MVT::f80 , Expand);
412 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000413
Owen Anderson825b72b2009-08-11 20:47:22 +0000414 setOperationAction(ISD::CTTZ , MVT::i8 , Custom);
415 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
Dan Gohman71edb242010-04-30 18:30:26 +0000416 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
417 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000418 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
419 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000420 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000421 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
422 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000423 }
424
Benjamin Kramer1292c222010-12-04 20:32:23 +0000425 if (Subtarget->hasPOPCNT()) {
426 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
427 } else {
428 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
429 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
430 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
431 if (Subtarget->is64Bit())
432 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
433 }
434
Owen Anderson825b72b2009-08-11 20:47:22 +0000435 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
436 setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
Nate Begeman35ef9132006-01-11 21:21:00 +0000437
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000438 // These should be promoted to a larger select which is supported.
Dan Gohmancbbea0f2009-08-27 00:14:12 +0000439 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000440 // X86 wants to expand cmov itself.
Dan Gohmancbbea0f2009-08-27 00:14:12 +0000441 setOperationAction(ISD::SELECT , MVT::i8 , Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000442 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000443 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
444 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
445 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
446 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
447 setOperationAction(ISD::SETCC , MVT::i8 , Custom);
Dan Gohman71edb242010-04-30 18:30:26 +0000448 setOperationAction(ISD::SETCC , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000449 setOperationAction(ISD::SETCC , MVT::i32 , Custom);
450 setOperationAction(ISD::SETCC , MVT::f32 , Custom);
451 setOperationAction(ISD::SETCC , MVT::f64 , Custom);
452 setOperationAction(ISD::SETCC , MVT::f80 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000453 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000454 setOperationAction(ISD::SELECT , MVT::i64 , Custom);
Andrew Trickf6c39412011-03-23 23:11:02 +0000455 setOperationAction(ISD::SETCC , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000456 }
Owen Anderson825b72b2009-08-11 20:47:22 +0000457 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000458
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000459 // Darwin ABI issue.
Owen Anderson825b72b2009-08-11 20:47:22 +0000460 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
461 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
462 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
463 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +0000464 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000465 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
466 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
Dan Gohmanf705adb2009-10-30 01:28:02 +0000467 setOperationAction(ISD::BlockAddress , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000468 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000469 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
470 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
471 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
472 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
Dan Gohmanf705adb2009-10-30 01:28:02 +0000473 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000474 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000475 // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
Owen Anderson825b72b2009-08-11 20:47:22 +0000476 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
477 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
478 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000479 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000480 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
481 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
482 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000483 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000484
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000485 if (Subtarget->hasXMM())
Owen Anderson825b72b2009-08-11 20:47:22 +0000486 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
Evan Cheng27b7db52008-03-08 00:58:38 +0000487
Eric Christopher9a9d2752010-07-22 02:48:34 +0000488 // We may not have a libcall for MEMBARRIER so we should lower this.
489 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
Michael J. Spencerec38de22010-10-10 22:04:20 +0000490
Jim Grosbachf1ab49e2010-06-23 16:25:07 +0000491 // On X86 and X86-64, atomic operations are lowered to locked instructions.
492 // Locked instructions, in turn, have implicit fence semantics (all memory
493 // operations are flushed before issuing the locked instruction, and they
494 // are not buffered), so we can fold away the common pattern of
495 // fence-atomic-fence.
496 setShouldFoldAtomicFences(true);
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000497
Mon P Wang63307c32008-05-05 19:05:59 +0000498 // Expand certain atomics
Chris Lattnere019ec12010-12-19 20:07:10 +0000499 for (unsigned i = 0, e = 4; i != e; ++i) {
500 MVT VT = IntVTs[i];
501 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Custom);
502 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
503 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000504
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000505 if (!Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000506 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i64, Custom);
507 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
508 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i64, Custom);
509 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, Custom);
510 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom);
511 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i64, Custom);
512 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Custom);
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000513 }
514
Evan Cheng3c992d22006-03-07 02:02:57 +0000515 // FIXME - use subtarget debug flags
Anton Korobeynikovab4022f2006-10-31 08:31:24 +0000516 if (!Subtarget->isTargetDarwin() &&
517 !Subtarget->isTargetELF() &&
Dan Gohman44066042008-07-01 00:05:16 +0000518 !Subtarget->isTargetCygMing()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000519 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
Dan Gohman44066042008-07-01 00:05:16 +0000520 }
Chris Lattnerf73bae12005-11-29 06:16:21 +0000521
Owen Anderson825b72b2009-08-11 20:47:22 +0000522 setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
523 setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
524 setOperationAction(ISD::EXCEPTIONADDR, MVT::i32, Expand);
525 setOperationAction(ISD::EHSELECTION, MVT::i32, Expand);
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000526 if (Subtarget->is64Bit()) {
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000527 setExceptionPointerRegister(X86::RAX);
528 setExceptionSelectorRegister(X86::RDX);
529 } else {
530 setExceptionPointerRegister(X86::EAX);
531 setExceptionSelectorRegister(X86::EDX);
532 }
Owen Anderson825b72b2009-08-11 20:47:22 +0000533 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
534 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i64, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000535
Owen Anderson825b72b2009-08-11 20:47:22 +0000536 setOperationAction(ISD::TRAMPOLINE, MVT::Other, Custom);
Duncan Sandsb116fac2007-07-27 20:02:49 +0000537
Owen Anderson825b72b2009-08-11 20:47:22 +0000538 setOperationAction(ISD::TRAP, MVT::Other, Legal);
Anton Korobeynikov66fac792008-01-15 07:02:33 +0000539
Nate Begemanacc398c2006-01-25 18:21:52 +0000540 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
Owen Anderson825b72b2009-08-11 20:47:22 +0000541 setOperationAction(ISD::VASTART , MVT::Other, Custom);
542 setOperationAction(ISD::VAEND , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000543 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000544 setOperationAction(ISD::VAARG , MVT::Other, Custom);
545 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
Dan Gohman9018e832008-05-10 01:26:14 +0000546 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000547 setOperationAction(ISD::VAARG , MVT::Other, Expand);
548 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000549 }
Evan Chengae642192007-03-02 23:16:35 +0000550
Owen Anderson825b72b2009-08-11 20:47:22 +0000551 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
552 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
NAKAMURA Takumia2e07622011-03-24 07:07:00 +0000553 setOperationAction(ISD::DYNAMIC_STACKALLOC,
554 (Subtarget->is64Bit() ? MVT::i64 : MVT::i32),
555 (Subtarget->isTargetCOFF()
556 && !Subtarget->isTargetEnvMacho()
557 ? Custom : Expand));
Chris Lattnerb99329e2006-01-13 02:42:53 +0000558
Evan Chengc7ce29b2009-02-13 22:36:38 +0000559 if (!UseSoftFloat && X86ScalarSSEf64) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000560 // f32 and f64 use SSE.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000561 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000562 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
563 addRegisterClass(MVT::f64, X86::FR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000564
Evan Cheng223547a2006-01-31 22:28:30 +0000565 // Use ANDPD to simulate FABS.
Owen Anderson825b72b2009-08-11 20:47:22 +0000566 setOperationAction(ISD::FABS , MVT::f64, Custom);
567 setOperationAction(ISD::FABS , MVT::f32, Custom);
Evan Cheng223547a2006-01-31 22:28:30 +0000568
569 // Use XORP to simulate FNEG.
Owen Anderson825b72b2009-08-11 20:47:22 +0000570 setOperationAction(ISD::FNEG , MVT::f64, Custom);
571 setOperationAction(ISD::FNEG , MVT::f32, Custom);
Evan Cheng223547a2006-01-31 22:28:30 +0000572
Evan Cheng68c47cb2007-01-05 07:55:56 +0000573 // Use ANDPD and ORPD to simulate FCOPYSIGN.
Owen Anderson825b72b2009-08-11 20:47:22 +0000574 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
575 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
Evan Cheng68c47cb2007-01-05 07:55:56 +0000576
Evan Chengd25e9e82006-02-02 00:28:23 +0000577 // We don't support sin/cos/fmod
Owen Anderson825b72b2009-08-11 20:47:22 +0000578 setOperationAction(ISD::FSIN , MVT::f64, Expand);
579 setOperationAction(ISD::FCOS , MVT::f64, Expand);
580 setOperationAction(ISD::FSIN , MVT::f32, Expand);
581 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000582
Chris Lattnera54aa942006-01-29 06:26:08 +0000583 // Expand FP immediates into loads from the stack, except for the special
584 // cases we handle.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000585 addLegalFPImmediate(APFloat(+0.0)); // xorpd
586 addLegalFPImmediate(APFloat(+0.0f)); // xorps
Evan Chengc7ce29b2009-02-13 22:36:38 +0000587 } else if (!UseSoftFloat && X86ScalarSSEf32) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000588 // Use SSE for f32, x87 for f64.
589 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000590 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
591 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000592
593 // Use ANDPS to simulate FABS.
Owen Anderson825b72b2009-08-11 20:47:22 +0000594 setOperationAction(ISD::FABS , MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000595
596 // Use XORP to simulate FNEG.
Owen Anderson825b72b2009-08-11 20:47:22 +0000597 setOperationAction(ISD::FNEG , MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000598
Owen Anderson825b72b2009-08-11 20:47:22 +0000599 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000600
601 // Use ANDPS and ORPS to simulate FCOPYSIGN.
Owen Anderson825b72b2009-08-11 20:47:22 +0000602 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
603 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000604
605 // We don't support sin/cos/fmod
Owen Anderson825b72b2009-08-11 20:47:22 +0000606 setOperationAction(ISD::FSIN , MVT::f32, Expand);
607 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000608
Nate Begemane1795842008-02-14 08:57:00 +0000609 // Special cases we handle for FP constants.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000610 addLegalFPImmediate(APFloat(+0.0f)); // xorps
611 addLegalFPImmediate(APFloat(+0.0)); // FLD0
612 addLegalFPImmediate(APFloat(+1.0)); // FLD1
613 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
614 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
615
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000616 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000617 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
618 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000619 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000620 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000621 // f32 and f64 in x87.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000622 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000623 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
624 addRegisterClass(MVT::f32, X86::RFP32RegisterClass);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000625
Owen Anderson825b72b2009-08-11 20:47:22 +0000626 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
627 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
628 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
629 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
Dale Johannesen5411a392007-08-09 01:04:01 +0000630
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000631 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000632 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
633 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000634 }
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000635 addLegalFPImmediate(APFloat(+0.0)); // FLD0
636 addLegalFPImmediate(APFloat(+1.0)); // FLD1
637 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
638 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000639 addLegalFPImmediate(APFloat(+0.0f)); // FLD0
640 addLegalFPImmediate(APFloat(+1.0f)); // FLD1
641 addLegalFPImmediate(APFloat(-0.0f)); // FLD0/FCHS
642 addLegalFPImmediate(APFloat(-1.0f)); // FLD1/FCHS
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000643 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000644
Dale Johannesen59a58732007-08-05 18:49:15 +0000645 // Long double always uses X87.
Evan Cheng92722532009-03-26 23:06:32 +0000646 if (!UseSoftFloat) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000647 addRegisterClass(MVT::f80, X86::RFP80RegisterClass);
648 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
649 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000650 {
Benjamin Kramer98383962010-12-04 14:22:24 +0000651 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000652 addLegalFPImmediate(TmpFlt); // FLD0
653 TmpFlt.changeSign();
654 addLegalFPImmediate(TmpFlt); // FLD0/FCHS
Benjamin Kramer98383962010-12-04 14:22:24 +0000655
656 bool ignored;
Evan Chengc7ce29b2009-02-13 22:36:38 +0000657 APFloat TmpFlt2(+1.0);
658 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
659 &ignored);
660 addLegalFPImmediate(TmpFlt2); // FLD1
661 TmpFlt2.changeSign();
662 addLegalFPImmediate(TmpFlt2); // FLD1/FCHS
663 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000664
Evan Chengc7ce29b2009-02-13 22:36:38 +0000665 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000666 setOperationAction(ISD::FSIN , MVT::f80 , Expand);
667 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000668 }
Dale Johannesen2f429012007-09-26 21:10:55 +0000669 }
Dale Johannesen59a58732007-08-05 18:49:15 +0000670
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000671 // Always use a library call for pow.
Owen Anderson825b72b2009-08-11 20:47:22 +0000672 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
673 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
674 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000675
Owen Anderson825b72b2009-08-11 20:47:22 +0000676 setOperationAction(ISD::FLOG, MVT::f80, Expand);
677 setOperationAction(ISD::FLOG2, MVT::f80, Expand);
678 setOperationAction(ISD::FLOG10, MVT::f80, Expand);
679 setOperationAction(ISD::FEXP, MVT::f80, Expand);
680 setOperationAction(ISD::FEXP2, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000681
Mon P Wangf007a8b2008-11-06 05:31:54 +0000682 // First set operation action for all vector types to either promote
Mon P Wang0c397192008-10-30 08:01:45 +0000683 // (for widening) or expand (for scalarization). Then we will selectively
684 // turn on ones that can be effectively codegen'd.
Owen Anderson825b72b2009-08-11 20:47:22 +0000685 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
686 VT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++VT) {
687 setOperationAction(ISD::ADD , (MVT::SimpleValueType)VT, Expand);
688 setOperationAction(ISD::SUB , (MVT::SimpleValueType)VT, Expand);
689 setOperationAction(ISD::FADD, (MVT::SimpleValueType)VT, Expand);
690 setOperationAction(ISD::FNEG, (MVT::SimpleValueType)VT, Expand);
691 setOperationAction(ISD::FSUB, (MVT::SimpleValueType)VT, Expand);
692 setOperationAction(ISD::MUL , (MVT::SimpleValueType)VT, Expand);
693 setOperationAction(ISD::FMUL, (MVT::SimpleValueType)VT, Expand);
694 setOperationAction(ISD::SDIV, (MVT::SimpleValueType)VT, Expand);
695 setOperationAction(ISD::UDIV, (MVT::SimpleValueType)VT, Expand);
696 setOperationAction(ISD::FDIV, (MVT::SimpleValueType)VT, Expand);
697 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand);
698 setOperationAction(ISD::UREM, (MVT::SimpleValueType)VT, Expand);
699 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Expand);
700 setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::SimpleValueType)VT, Expand);
701 setOperationAction(ISD::EXTRACT_VECTOR_ELT,(MVT::SimpleValueType)VT,Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000702 setOperationAction(ISD::INSERT_VECTOR_ELT,(MVT::SimpleValueType)VT, Expand);
David Greenecfe33c42011-01-26 19:13:22 +0000703 setOperationAction(ISD::EXTRACT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
704 setOperationAction(ISD::INSERT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000705 setOperationAction(ISD::FABS, (MVT::SimpleValueType)VT, Expand);
706 setOperationAction(ISD::FSIN, (MVT::SimpleValueType)VT, Expand);
707 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
708 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand);
709 setOperationAction(ISD::FPOWI, (MVT::SimpleValueType)VT, Expand);
710 setOperationAction(ISD::FSQRT, (MVT::SimpleValueType)VT, Expand);
711 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand);
712 setOperationAction(ISD::SMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
713 setOperationAction(ISD::UMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
714 setOperationAction(ISD::SDIVREM, (MVT::SimpleValueType)VT, Expand);
715 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand);
716 setOperationAction(ISD::FPOW, (MVT::SimpleValueType)VT, Expand);
717 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
718 setOperationAction(ISD::CTTZ, (MVT::SimpleValueType)VT, Expand);
719 setOperationAction(ISD::CTLZ, (MVT::SimpleValueType)VT, Expand);
720 setOperationAction(ISD::SHL, (MVT::SimpleValueType)VT, Expand);
721 setOperationAction(ISD::SRA, (MVT::SimpleValueType)VT, Expand);
722 setOperationAction(ISD::SRL, (MVT::SimpleValueType)VT, Expand);
723 setOperationAction(ISD::ROTL, (MVT::SimpleValueType)VT, Expand);
724 setOperationAction(ISD::ROTR, (MVT::SimpleValueType)VT, Expand);
725 setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
726 setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand);
727 setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand);
728 setOperationAction(ISD::FLOG2, (MVT::SimpleValueType)VT, Expand);
729 setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand);
730 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
731 setOperationAction(ISD::FEXP2, (MVT::SimpleValueType)VT, Expand);
732 setOperationAction(ISD::FP_TO_UINT, (MVT::SimpleValueType)VT, Expand);
733 setOperationAction(ISD::FP_TO_SINT, (MVT::SimpleValueType)VT, Expand);
734 setOperationAction(ISD::UINT_TO_FP, (MVT::SimpleValueType)VT, Expand);
735 setOperationAction(ISD::SINT_TO_FP, (MVT::SimpleValueType)VT, Expand);
Dan Gohman87862e72009-12-11 21:31:27 +0000736 setOperationAction(ISD::SIGN_EXTEND_INREG, (MVT::SimpleValueType)VT,Expand);
Dan Gohman2e141d72009-12-14 23:40:38 +0000737 setOperationAction(ISD::TRUNCATE, (MVT::SimpleValueType)VT, Expand);
738 setOperationAction(ISD::SIGN_EXTEND, (MVT::SimpleValueType)VT, Expand);
739 setOperationAction(ISD::ZERO_EXTEND, (MVT::SimpleValueType)VT, Expand);
740 setOperationAction(ISD::ANY_EXTEND, (MVT::SimpleValueType)VT, Expand);
741 for (unsigned InnerVT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
742 InnerVT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++InnerVT)
743 setTruncStoreAction((MVT::SimpleValueType)VT,
744 (MVT::SimpleValueType)InnerVT, Expand);
745 setLoadExtAction(ISD::SEXTLOAD, (MVT::SimpleValueType)VT, Expand);
746 setLoadExtAction(ISD::ZEXTLOAD, (MVT::SimpleValueType)VT, Expand);
747 setLoadExtAction(ISD::EXTLOAD, (MVT::SimpleValueType)VT, Expand);
Evan Chengd30bf012006-03-01 01:11:20 +0000748 }
749
Evan Chengc7ce29b2009-02-13 22:36:38 +0000750 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
751 // with -msoft-float, disable use of MMX as well.
Chris Lattner2a786eb2010-12-19 20:19:20 +0000752 if (!UseSoftFloat && Subtarget->hasMMX()) {
Dale Johannesene93d99c2010-10-20 21:32:10 +0000753 addRegisterClass(MVT::x86mmx, X86::VR64RegisterClass);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000754 // No operations on x86mmx supported, everything uses intrinsics.
Evan Cheng470a6ad2006-02-22 02:26:30 +0000755 }
756
Dale Johannesen0488fb62010-09-30 23:57:10 +0000757 // MMX-sized vectors (other than x86mmx) are expected to be expanded
758 // into smaller operations.
759 setOperationAction(ISD::MULHS, MVT::v8i8, Expand);
760 setOperationAction(ISD::MULHS, MVT::v4i16, Expand);
761 setOperationAction(ISD::MULHS, MVT::v2i32, Expand);
762 setOperationAction(ISD::MULHS, MVT::v1i64, Expand);
763 setOperationAction(ISD::AND, MVT::v8i8, Expand);
764 setOperationAction(ISD::AND, MVT::v4i16, Expand);
765 setOperationAction(ISD::AND, MVT::v2i32, Expand);
766 setOperationAction(ISD::AND, MVT::v1i64, Expand);
767 setOperationAction(ISD::OR, MVT::v8i8, Expand);
768 setOperationAction(ISD::OR, MVT::v4i16, Expand);
769 setOperationAction(ISD::OR, MVT::v2i32, Expand);
770 setOperationAction(ISD::OR, MVT::v1i64, Expand);
771 setOperationAction(ISD::XOR, MVT::v8i8, Expand);
772 setOperationAction(ISD::XOR, MVT::v4i16, Expand);
773 setOperationAction(ISD::XOR, MVT::v2i32, Expand);
774 setOperationAction(ISD::XOR, MVT::v1i64, Expand);
775 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i8, Expand);
776 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i16, Expand);
777 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2i32, Expand);
778 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v1i64, Expand);
779 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v1i64, Expand);
780 setOperationAction(ISD::SELECT, MVT::v8i8, Expand);
781 setOperationAction(ISD::SELECT, MVT::v4i16, Expand);
782 setOperationAction(ISD::SELECT, MVT::v2i32, Expand);
783 setOperationAction(ISD::SELECT, MVT::v1i64, Expand);
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000784 setOperationAction(ISD::BITCAST, MVT::v8i8, Expand);
785 setOperationAction(ISD::BITCAST, MVT::v4i16, Expand);
786 setOperationAction(ISD::BITCAST, MVT::v2i32, Expand);
787 setOperationAction(ISD::BITCAST, MVT::v1i64, Expand);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000788
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000789 if (!UseSoftFloat && Subtarget->hasXMM()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000790 addRegisterClass(MVT::v4f32, X86::VR128RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000791
Owen Anderson825b72b2009-08-11 20:47:22 +0000792 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
793 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
794 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
795 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
796 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
797 setOperationAction(ISD::FNEG, MVT::v4f32, Custom);
798 setOperationAction(ISD::LOAD, MVT::v4f32, Legal);
799 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
800 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4f32, Custom);
801 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
802 setOperationAction(ISD::SELECT, MVT::v4f32, Custom);
803 setOperationAction(ISD::VSETCC, MVT::v4f32, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000804 }
805
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000806 if (!UseSoftFloat && Subtarget->hasXMMInt()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000807 addRegisterClass(MVT::v2f64, X86::VR128RegisterClass);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000808
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000809 // FIXME: Unfortunately -soft-float and -no-implicit-float means XMM
810 // registers cannot be used even for integer operations.
Owen Anderson825b72b2009-08-11 20:47:22 +0000811 addRegisterClass(MVT::v16i8, X86::VR128RegisterClass);
812 addRegisterClass(MVT::v8i16, X86::VR128RegisterClass);
813 addRegisterClass(MVT::v4i32, X86::VR128RegisterClass);
814 addRegisterClass(MVT::v2i64, X86::VR128RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000815
Owen Anderson825b72b2009-08-11 20:47:22 +0000816 setOperationAction(ISD::ADD, MVT::v16i8, Legal);
817 setOperationAction(ISD::ADD, MVT::v8i16, Legal);
818 setOperationAction(ISD::ADD, MVT::v4i32, Legal);
819 setOperationAction(ISD::ADD, MVT::v2i64, Legal);
820 setOperationAction(ISD::MUL, MVT::v2i64, Custom);
821 setOperationAction(ISD::SUB, MVT::v16i8, Legal);
822 setOperationAction(ISD::SUB, MVT::v8i16, Legal);
823 setOperationAction(ISD::SUB, MVT::v4i32, Legal);
824 setOperationAction(ISD::SUB, MVT::v2i64, Legal);
825 setOperationAction(ISD::MUL, MVT::v8i16, Legal);
826 setOperationAction(ISD::FADD, MVT::v2f64, Legal);
827 setOperationAction(ISD::FSUB, MVT::v2f64, Legal);
828 setOperationAction(ISD::FMUL, MVT::v2f64, Legal);
829 setOperationAction(ISD::FDIV, MVT::v2f64, Legal);
830 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal);
831 setOperationAction(ISD::FNEG, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000832
Owen Anderson825b72b2009-08-11 20:47:22 +0000833 setOperationAction(ISD::VSETCC, MVT::v2f64, Custom);
834 setOperationAction(ISD::VSETCC, MVT::v16i8, Custom);
835 setOperationAction(ISD::VSETCC, MVT::v8i16, Custom);
836 setOperationAction(ISD::VSETCC, MVT::v4i32, Custom);
Nate Begemanc2616e42008-05-12 20:34:32 +0000837
Owen Anderson825b72b2009-08-11 20:47:22 +0000838 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Custom);
839 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Custom);
840 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
841 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
842 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000843
Mon P Wangeb38ebf2010-01-24 00:05:03 +0000844 setOperationAction(ISD::CONCAT_VECTORS, MVT::v2f64, Custom);
845 setOperationAction(ISD::CONCAT_VECTORS, MVT::v2i64, Custom);
846 setOperationAction(ISD::CONCAT_VECTORS, MVT::v16i8, Custom);
847 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8i16, Custom);
848 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4i32, Custom);
849
Evan Cheng2c3ae372006-04-12 21:21:57 +0000850 // Custom lower build_vector, vector_shuffle, and extract_vector_elt.
Owen Anderson825b72b2009-08-11 20:47:22 +0000851 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; ++i) {
852 EVT VT = (MVT::SimpleValueType)i;
Nate Begeman844e0f92007-12-11 01:41:33 +0000853 // Do not attempt to custom lower non-power-of-2 vectors
Duncan Sands83ec4b62008-06-06 12:08:01 +0000854 if (!isPowerOf2_32(VT.getVectorNumElements()))
Nate Begeman844e0f92007-12-11 01:41:33 +0000855 continue;
David Greene9b9838d2009-06-29 16:47:10 +0000856 // Do not attempt to custom lower non-128-bit vectors
857 if (!VT.is128BitVector())
858 continue;
Owen Anderson825b72b2009-08-11 20:47:22 +0000859 setOperationAction(ISD::BUILD_VECTOR,
860 VT.getSimpleVT().SimpleTy, Custom);
861 setOperationAction(ISD::VECTOR_SHUFFLE,
862 VT.getSimpleVT().SimpleTy, Custom);
863 setOperationAction(ISD::EXTRACT_VECTOR_ELT,
864 VT.getSimpleVT().SimpleTy, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000865 }
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000866
Owen Anderson825b72b2009-08-11 20:47:22 +0000867 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f64, Custom);
868 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i64, Custom);
869 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f64, Custom);
870 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Custom);
871 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom);
872 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom);
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000873
Nate Begemancdd1eec2008-02-12 22:51:28 +0000874 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000875 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Custom);
876 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000877 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000878
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000879 // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
Owen Anderson825b72b2009-08-11 20:47:22 +0000880 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; i++) {
881 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
Owen Andersone50ed302009-08-10 22:56:29 +0000882 EVT VT = SVT;
David Greene9b9838d2009-06-29 16:47:10 +0000883
884 // Do not attempt to promote non-128-bit vectors
Chris Lattner32b4b5a2010-07-05 05:53:14 +0000885 if (!VT.is128BitVector())
David Greene9b9838d2009-06-29 16:47:10 +0000886 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +0000887
Owen Andersond6662ad2009-08-10 20:46:15 +0000888 setOperationAction(ISD::AND, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000889 AddPromotedToType (ISD::AND, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000890 setOperationAction(ISD::OR, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000891 AddPromotedToType (ISD::OR, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000892 setOperationAction(ISD::XOR, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000893 AddPromotedToType (ISD::XOR, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000894 setOperationAction(ISD::LOAD, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000895 AddPromotedToType (ISD::LOAD, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000896 setOperationAction(ISD::SELECT, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000897 AddPromotedToType (ISD::SELECT, SVT, MVT::v2i64);
Evan Chengf7c378e2006-04-10 07:23:14 +0000898 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000899
Owen Anderson825b72b2009-08-11 20:47:22 +0000900 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000901
Evan Cheng2c3ae372006-04-12 21:21:57 +0000902 // Custom lower v2i64 and v2f64 selects.
Owen Anderson825b72b2009-08-11 20:47:22 +0000903 setOperationAction(ISD::LOAD, MVT::v2f64, Legal);
904 setOperationAction(ISD::LOAD, MVT::v2i64, Legal);
905 setOperationAction(ISD::SELECT, MVT::v2f64, Custom);
906 setOperationAction(ISD::SELECT, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000907
Owen Anderson825b72b2009-08-11 20:47:22 +0000908 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal);
909 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000910 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000911
Nate Begeman14d12ca2008-02-11 04:19:36 +0000912 if (Subtarget->hasSSE41()) {
Dale Johannesen54feef22010-05-27 20:12:41 +0000913 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
914 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
915 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
916 setOperationAction(ISD::FRINT, MVT::f32, Legal);
917 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal);
918 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
919 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
920 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
921 setOperationAction(ISD::FRINT, MVT::f64, Legal);
922 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal);
923
Nate Begeman14d12ca2008-02-11 04:19:36 +0000924 // FIXME: Do we need to handle scalar-to-vector here?
Owen Anderson825b72b2009-08-11 20:47:22 +0000925 setOperationAction(ISD::MUL, MVT::v4i32, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000926
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000927 // Can turn SHL into an integer multiply.
928 setOperationAction(ISD::SHL, MVT::v4i32, Custom);
Nate Begeman51409212010-07-28 00:21:48 +0000929 setOperationAction(ISD::SHL, MVT::v16i8, Custom);
Nadav Rotem06cc3242011-03-19 13:09:10 +0000930 setOperationAction(ISD::SRL, MVT::v4i32, Legal);
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000931
Nate Begeman14d12ca2008-02-11 04:19:36 +0000932 // i8 and i16 vectors are custom , because the source register and source
933 // source memory operand types are not the same width. f32 vectors are
934 // custom since the immediate controlling the insert encodes additional
935 // information.
Owen Anderson825b72b2009-08-11 20:47:22 +0000936 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v16i8, Custom);
937 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
938 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
939 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000940
Owen Anderson825b72b2009-08-11 20:47:22 +0000941 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
942 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
943 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
944 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000945
946 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000947 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Legal);
948 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000949 }
950 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000951
Chris Lattnera34b3cf2010-12-19 20:03:11 +0000952 if (Subtarget->hasSSE42())
Owen Anderson825b72b2009-08-11 20:47:22 +0000953 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000954
David Greene9b9838d2009-06-29 16:47:10 +0000955 if (!UseSoftFloat && Subtarget->hasAVX()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000956 addRegisterClass(MVT::v8f32, X86::VR256RegisterClass);
957 addRegisterClass(MVT::v4f64, X86::VR256RegisterClass);
958 addRegisterClass(MVT::v8i32, X86::VR256RegisterClass);
959 addRegisterClass(MVT::v4i64, X86::VR256RegisterClass);
Bruno Cardoso Lopes405f11b2010-08-10 01:43:16 +0000960 addRegisterClass(MVT::v32i8, X86::VR256RegisterClass);
David Greened94c1012009-06-29 22:50:51 +0000961
Owen Anderson825b72b2009-08-11 20:47:22 +0000962 setOperationAction(ISD::LOAD, MVT::v8f32, Legal);
963 setOperationAction(ISD::LOAD, MVT::v8i32, Legal);
964 setOperationAction(ISD::LOAD, MVT::v4f64, Legal);
965 setOperationAction(ISD::LOAD, MVT::v4i64, Legal);
David Greene54d8eba2011-01-27 22:38:56 +0000966
Owen Anderson825b72b2009-08-11 20:47:22 +0000967 setOperationAction(ISD::FADD, MVT::v8f32, Legal);
968 setOperationAction(ISD::FSUB, MVT::v8f32, Legal);
969 setOperationAction(ISD::FMUL, MVT::v8f32, Legal);
970 setOperationAction(ISD::FDIV, MVT::v8f32, Legal);
971 setOperationAction(ISD::FSQRT, MVT::v8f32, Legal);
972 setOperationAction(ISD::FNEG, MVT::v8f32, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000973
Owen Anderson825b72b2009-08-11 20:47:22 +0000974 setOperationAction(ISD::FADD, MVT::v4f64, Legal);
975 setOperationAction(ISD::FSUB, MVT::v4f64, Legal);
976 setOperationAction(ISD::FMUL, MVT::v4f64, Legal);
977 setOperationAction(ISD::FDIV, MVT::v4f64, Legal);
978 setOperationAction(ISD::FSQRT, MVT::v4f64, Legal);
979 setOperationAction(ISD::FNEG, MVT::v4f64, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000980
David Greene54d8eba2011-01-27 22:38:56 +0000981 // Custom lower build_vector, vector_shuffle, scalar_to_vector,
982 // insert_vector_elt extract_subvector and extract_vector_elt for
983 // 256-bit types.
984 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
985 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE;
986 ++i) {
987 MVT::SimpleValueType VT = (MVT::SimpleValueType)i;
988 // Do not attempt to custom lower non-256-bit vectors
989 if (!isPowerOf2_32(MVT(VT).getVectorNumElements())
990 || (MVT(VT).getSizeInBits() < 256))
David Greene9b9838d2009-06-29 16:47:10 +0000991 continue;
David Greene9b9838d2009-06-29 16:47:10 +0000992 setOperationAction(ISD::BUILD_VECTOR, VT, Custom);
993 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
David Greene54d8eba2011-01-27 22:38:56 +0000994 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000995 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
David Greene54d8eba2011-01-27 22:38:56 +0000996 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000997 }
David Greene54d8eba2011-01-27 22:38:56 +0000998 // Custom-lower insert_subvector and extract_subvector based on
999 // the result type.
1000 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1001 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE;
1002 ++i) {
1003 MVT::SimpleValueType VT = (MVT::SimpleValueType)i;
1004 // Do not attempt to custom lower non-256-bit vectors
1005 if (!isPowerOf2_32(MVT(VT).getVectorNumElements()))
David Greene9b9838d2009-06-29 16:47:10 +00001006 continue;
David Greene54d8eba2011-01-27 22:38:56 +00001007
1008 if (MVT(VT).getSizeInBits() == 128) {
1009 setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +00001010 }
David Greene54d8eba2011-01-27 22:38:56 +00001011 else if (MVT(VT).getSizeInBits() == 256) {
1012 setOperationAction(ISD::INSERT_SUBVECTOR, VT, Custom);
1013 }
David Greene9b9838d2009-06-29 16:47:10 +00001014 }
1015
David Greene54d8eba2011-01-27 22:38:56 +00001016 // Promote v32i8, v16i16, v8i32 select, and, or, xor to v4i64.
1017 // Don't promote loads because we need them for VPERM vector index versions.
1018
1019 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1020 VT != (unsigned)MVT::LAST_VECTOR_VALUETYPE;
1021 VT++) {
1022 if (!isPowerOf2_32(MVT((MVT::SimpleValueType)VT).getVectorNumElements())
1023 || (MVT((MVT::SimpleValueType)VT).getSizeInBits() < 256))
1024 continue;
1025 setOperationAction(ISD::AND, (MVT::SimpleValueType)VT, Promote);
1026 AddPromotedToType (ISD::AND, (MVT::SimpleValueType)VT, MVT::v4i64);
1027 setOperationAction(ISD::OR, (MVT::SimpleValueType)VT, Promote);
1028 AddPromotedToType (ISD::OR, (MVT::SimpleValueType)VT, MVT::v4i64);
1029 setOperationAction(ISD::XOR, (MVT::SimpleValueType)VT, Promote);
1030 AddPromotedToType (ISD::XOR, (MVT::SimpleValueType)VT, MVT::v4i64);
1031 //setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Promote);
1032 //AddPromotedToType (ISD::LOAD, (MVT::SimpleValueType)VT, MVT::v4i64);
1033 setOperationAction(ISD::SELECT, (MVT::SimpleValueType)VT, Promote);
1034 AddPromotedToType (ISD::SELECT, (MVT::SimpleValueType)VT, MVT::v4i64);
1035 }
David Greene9b9838d2009-06-29 16:47:10 +00001036 }
1037
Evan Cheng6be2c582006-04-05 23:38:46 +00001038 // We want to custom lower some of our intrinsics.
Owen Anderson825b72b2009-08-11 20:47:22 +00001039 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
Evan Cheng6be2c582006-04-05 23:38:46 +00001040
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001041
Eli Friedman962f5492010-06-02 19:35:46 +00001042 // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1043 // handle type legalization for these operations here.
Dan Gohman71c62a22010-06-02 19:13:40 +00001044 //
Eli Friedman962f5492010-06-02 19:35:46 +00001045 // FIXME: We really should do custom legalization for addition and
1046 // subtraction on x86-32 once PR3203 is fixed. We really can't do much better
1047 // than generic legalization for 64-bit multiplication-with-overflow, though.
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001048 for (unsigned i = 0, e = 3+Subtarget->is64Bit(); i != e; ++i) {
1049 // Add/Sub/Mul with overflow operations are custom lowered.
1050 MVT VT = IntVTs[i];
1051 setOperationAction(ISD::SADDO, VT, Custom);
1052 setOperationAction(ISD::UADDO, VT, Custom);
1053 setOperationAction(ISD::SSUBO, VT, Custom);
1054 setOperationAction(ISD::USUBO, VT, Custom);
1055 setOperationAction(ISD::SMULO, VT, Custom);
1056 setOperationAction(ISD::UMULO, VT, Custom);
Eli Friedmana993f0a2010-06-02 00:27:18 +00001057 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001058
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001059 // There are no 8-bit 3-address imul/mul instructions
1060 setOperationAction(ISD::SMULO, MVT::i8, Expand);
1061 setOperationAction(ISD::UMULO, MVT::i8, Expand);
Bill Wendling41ea7e72008-11-24 19:21:46 +00001062
Evan Chengd54f2d52009-03-31 19:38:51 +00001063 if (!Subtarget->is64Bit()) {
1064 // These libcalls are not available in 32-bit.
1065 setLibcallName(RTLIB::SHL_I128, 0);
1066 setLibcallName(RTLIB::SRL_I128, 0);
1067 setLibcallName(RTLIB::SRA_I128, 0);
1068 }
1069
Evan Cheng206ee9d2006-07-07 08:33:52 +00001070 // We have target-specific dag combine patterns for the following nodes:
1071 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Dan Gohman1bbf72b2010-03-15 23:23:03 +00001072 setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
Evan Chengd880b972008-05-09 21:53:03 +00001073 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +00001074 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +00001075 setTargetDAGCombine(ISD::SHL);
1076 setTargetDAGCombine(ISD::SRA);
1077 setTargetDAGCombine(ISD::SRL);
Evan Cheng760d1942010-01-04 21:22:48 +00001078 setTargetDAGCombine(ISD::OR);
Nate Begemanb65c1752010-12-17 22:55:37 +00001079 setTargetDAGCombine(ISD::AND);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +00001080 setTargetDAGCombine(ISD::ADD);
1081 setTargetDAGCombine(ISD::SUB);
Chris Lattner149a4e52008-02-22 02:09:43 +00001082 setTargetDAGCombine(ISD::STORE);
Evan Cheng2e489c42009-12-16 00:53:11 +00001083 setTargetDAGCombine(ISD::ZERO_EXTEND);
Evan Cheng0b0cd912009-03-28 05:57:29 +00001084 if (Subtarget->is64Bit())
1085 setTargetDAGCombine(ISD::MUL);
Evan Cheng206ee9d2006-07-07 08:33:52 +00001086
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001087 computeRegisterProperties();
1088
Evan Cheng05219282011-01-06 06:52:41 +00001089 // On Darwin, -Os means optimize for size without hurting performance,
1090 // do not reduce the limit.
Dan Gohman87060f52008-06-30 21:00:56 +00001091 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001092 maxStoresPerMemsetOptSize = Subtarget->isTargetDarwin() ? 16 : 8;
Evan Cheng255f20f2010-04-01 06:04:33 +00001093 maxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001094 maxStoresPerMemcpyOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
1095 maxStoresPerMemmove = 8; // For @llvm.memmove -> sequence of stores
1096 maxStoresPerMemmoveOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
Evan Chengfb8075d2008-02-28 00:43:03 +00001097 setPrefLoopAlignment(16);
Evan Cheng6ebf7bc2009-05-13 21:42:09 +00001098 benefitFromCodePlacementOpt = true;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001099}
1100
Scott Michel5b8f82e2008-03-10 15:42:14 +00001101
Owen Anderson825b72b2009-08-11 20:47:22 +00001102MVT::SimpleValueType X86TargetLowering::getSetCCResultType(EVT VT) const {
1103 return MVT::i8;
Scott Michel5b8f82e2008-03-10 15:42:14 +00001104}
1105
1106
Evan Cheng29286502008-01-23 23:17:41 +00001107/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1108/// the desired ByVal argument alignment.
1109static void getMaxByValAlign(const Type *Ty, unsigned &MaxAlign) {
1110 if (MaxAlign == 16)
1111 return;
1112 if (const VectorType *VTy = dyn_cast<VectorType>(Ty)) {
1113 if (VTy->getBitWidth() == 128)
1114 MaxAlign = 16;
Evan Cheng29286502008-01-23 23:17:41 +00001115 } else if (const ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
1116 unsigned EltAlign = 0;
1117 getMaxByValAlign(ATy->getElementType(), EltAlign);
1118 if (EltAlign > MaxAlign)
1119 MaxAlign = EltAlign;
1120 } else if (const StructType *STy = dyn_cast<StructType>(Ty)) {
1121 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1122 unsigned EltAlign = 0;
1123 getMaxByValAlign(STy->getElementType(i), EltAlign);
1124 if (EltAlign > MaxAlign)
1125 MaxAlign = EltAlign;
1126 if (MaxAlign == 16)
1127 break;
1128 }
1129 }
1130 return;
1131}
1132
1133/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1134/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +00001135/// that contain SSE vectors are placed at 16-byte boundaries while the rest
1136/// are at 4-byte boundaries.
Evan Cheng29286502008-01-23 23:17:41 +00001137unsigned X86TargetLowering::getByValTypeAlignment(const Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +00001138 if (Subtarget->is64Bit()) {
1139 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001140 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +00001141 if (TyAlign > 8)
1142 return TyAlign;
1143 return 8;
1144 }
1145
Evan Cheng29286502008-01-23 23:17:41 +00001146 unsigned Align = 4;
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001147 if (Subtarget->hasXMM())
Dale Johannesen0c191872008-02-08 19:48:20 +00001148 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +00001149 return Align;
1150}
Chris Lattner2b02a442007-02-25 08:29:00 +00001151
Evan Chengf0df0312008-05-15 08:39:06 +00001152/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Chengc3b0c342010-04-08 07:37:57 +00001153/// and store operations as a result of memset, memcpy, and memmove
1154/// lowering. If DstAlign is zero that means it's safe to destination
1155/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1156/// means there isn't a need to check it against alignment requirement,
1157/// probably because the source does not need to be loaded. If
1158/// 'NonScalarIntSafe' is true, that means it's safe to return a
1159/// non-scalar-integer type, e.g. empty string source, constant, or loaded
1160/// from memory. 'MemcpyStrSrc' indicates whether the memcpy source is
1161/// constant so it does not need to be loaded.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001162/// It returns EVT::Other if the type should be determined using generic
1163/// target-independent logic.
Owen Andersone50ed302009-08-10 22:56:29 +00001164EVT
Evan Cheng255f20f2010-04-01 06:04:33 +00001165X86TargetLowering::getOptimalMemOpType(uint64_t Size,
1166 unsigned DstAlign, unsigned SrcAlign,
Evan Chengf28f8bc2010-04-02 19:36:14 +00001167 bool NonScalarIntSafe,
Evan Chengc3b0c342010-04-08 07:37:57 +00001168 bool MemcpyStrSrc,
Dan Gohman37f32ee2010-04-16 20:11:05 +00001169 MachineFunction &MF) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +00001170 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
1171 // linux. This is because the stack realignment code can't handle certain
1172 // cases like PR2962. This should be removed when PR2962 is fixed.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001173 const Function *F = MF.getFunction();
Evan Chenga5e13622011-01-07 19:35:30 +00001174 if (NonScalarIntSafe &&
1175 !F->hasFnAttr(Attribute::NoImplicitFloat)) {
Evan Cheng255f20f2010-04-01 06:04:33 +00001176 if (Size >= 16 &&
Evan Chenga5e13622011-01-07 19:35:30 +00001177 (Subtarget->isUnalignedMemAccessFast() ||
1178 ((DstAlign == 0 || DstAlign >= 16) &&
1179 (SrcAlign == 0 || SrcAlign >= 16))) &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001180 Subtarget->getStackAlignment() >= 16) {
1181 if (Subtarget->hasSSE2())
1182 return MVT::v4i32;
Evan Chengf28f8bc2010-04-02 19:36:14 +00001183 if (Subtarget->hasSSE1())
Evan Cheng255f20f2010-04-01 06:04:33 +00001184 return MVT::v4f32;
Evan Chengc3b0c342010-04-08 07:37:57 +00001185 } else if (!MemcpyStrSrc && Size >= 8 &&
Evan Cheng3ea97552010-04-01 20:27:45 +00001186 !Subtarget->is64Bit() &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001187 Subtarget->getStackAlignment() >= 8 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001188 Subtarget->hasXMMInt()) {
Evan Chengc3b0c342010-04-08 07:37:57 +00001189 // Do not use f64 to lower memcpy if source is string constant. It's
1190 // better to use i32 to avoid the loads.
Evan Cheng255f20f2010-04-01 06:04:33 +00001191 return MVT::f64;
Evan Chengc3b0c342010-04-08 07:37:57 +00001192 }
Chris Lattner4002a1b2008-10-28 05:49:35 +00001193 }
Evan Chengf0df0312008-05-15 08:39:06 +00001194 if (Subtarget->is64Bit() && Size >= 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00001195 return MVT::i64;
1196 return MVT::i32;
Evan Chengf0df0312008-05-15 08:39:06 +00001197}
1198
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001199/// getJumpTableEncoding - Return the entry encoding for a jump table in the
1200/// current function. The returned value is a member of the
1201/// MachineJumpTableInfo::JTEntryKind enum.
1202unsigned X86TargetLowering::getJumpTableEncoding() const {
1203 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1204 // symbol.
1205 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1206 Subtarget->isPICStyleGOT())
Chris Lattnerc64daab2010-01-26 05:02:42 +00001207 return MachineJumpTableInfo::EK_Custom32;
Michael J. Spencerec38de22010-10-10 22:04:20 +00001208
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001209 // Otherwise, use the normal jump table encoding heuristics.
1210 return TargetLowering::getJumpTableEncoding();
1211}
1212
Chris Lattnerc64daab2010-01-26 05:02:42 +00001213const MCExpr *
1214X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
1215 const MachineBasicBlock *MBB,
1216 unsigned uid,MCContext &Ctx) const{
1217 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1218 Subtarget->isPICStyleGOT());
1219 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
1220 // entries.
Daniel Dunbar4e815f82010-03-15 23:51:06 +00001221 return MCSymbolRefExpr::Create(MBB->getSymbol(),
1222 MCSymbolRefExpr::VK_GOTOFF, Ctx);
Chris Lattnerc64daab2010-01-26 05:02:42 +00001223}
1224
Evan Chengcc415862007-11-09 01:32:10 +00001225/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
1226/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +00001227SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Chris Lattner589c6f62010-01-26 06:28:43 +00001228 SelectionDAG &DAG) const {
Chris Lattnere4df7562009-07-09 03:15:51 +00001229 if (!Subtarget->is64Bit())
Dale Johannesenb300d2a2009-02-07 00:55:49 +00001230 // This doesn't have DebugLoc associated with it, but is not really the
1231 // same as a Register.
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00001232 return DAG.getNode(X86ISD::GlobalBaseReg, DebugLoc(), getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +00001233 return Table;
1234}
1235
Chris Lattner589c6f62010-01-26 06:28:43 +00001236/// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1237/// given PIC jumptable, the same as getPICJumpTableRelocBase, but as an
1238/// MCExpr.
1239const MCExpr *X86TargetLowering::
1240getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
1241 MCContext &Ctx) const {
1242 // X86-64 uses RIP relative addressing based on the jump table label.
1243 if (Subtarget->isPICStyleRIPRel())
1244 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
1245
1246 // Otherwise, the reference is relative to the PIC base.
Chris Lattner142b5312010-11-14 22:48:15 +00001247 return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
Chris Lattner589c6f62010-01-26 06:28:43 +00001248}
1249
Bill Wendlingb4202b82009-07-01 18:50:55 +00001250/// getFunctionAlignment - Return the Log2 alignment of this function.
Bill Wendling20c568f2009-06-30 22:38:32 +00001251unsigned X86TargetLowering::getFunctionAlignment(const Function *F) const {
Dan Gohman25103a22009-08-18 00:20:06 +00001252 return F->hasFnAttr(Attribute::OptimizeForSize) ? 0 : 4;
Bill Wendling20c568f2009-06-30 22:38:32 +00001253}
1254
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001255// FIXME: Why this routine is here? Move to RegInfo!
Evan Chengdee81012010-07-26 21:50:05 +00001256std::pair<const TargetRegisterClass*, uint8_t>
1257X86TargetLowering::findRepresentativeClass(EVT VT) const{
1258 const TargetRegisterClass *RRC = 0;
1259 uint8_t Cost = 1;
1260 switch (VT.getSimpleVT().SimpleTy) {
1261 default:
1262 return TargetLowering::findRepresentativeClass(VT);
1263 case MVT::i8: case MVT::i16: case MVT::i32: case MVT::i64:
1264 RRC = (Subtarget->is64Bit()
1265 ? X86::GR64RegisterClass : X86::GR32RegisterClass);
1266 break;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001267 case MVT::x86mmx:
Evan Chengdee81012010-07-26 21:50:05 +00001268 RRC = X86::VR64RegisterClass;
1269 break;
1270 case MVT::f32: case MVT::f64:
1271 case MVT::v16i8: case MVT::v8i16: case MVT::v4i32: case MVT::v2i64:
1272 case MVT::v4f32: case MVT::v2f64:
1273 case MVT::v32i8: case MVT::v8i32: case MVT::v4i64: case MVT::v8f32:
1274 case MVT::v4f64:
1275 RRC = X86::VR128RegisterClass;
1276 break;
1277 }
1278 return std::make_pair(RRC, Cost);
1279}
1280
Eric Christopherf7a0c7b2010-07-06 05:18:56 +00001281bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace,
1282 unsigned &Offset) const {
1283 if (!Subtarget->isTargetLinux())
1284 return false;
1285
1286 if (Subtarget->is64Bit()) {
1287 // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
1288 Offset = 0x28;
1289 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
1290 AddressSpace = 256;
1291 else
1292 AddressSpace = 257;
1293 } else {
1294 // %gs:0x14 on i386
1295 Offset = 0x14;
1296 AddressSpace = 256;
1297 }
1298 return true;
1299}
1300
1301
Chris Lattner2b02a442007-02-25 08:29:00 +00001302//===----------------------------------------------------------------------===//
1303// Return Value Calling Convention Implementation
1304//===----------------------------------------------------------------------===//
1305
Chris Lattner59ed56b2007-02-28 04:55:35 +00001306#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001307
Michael J. Spencerec38de22010-10-10 22:04:20 +00001308bool
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001309X86TargetLowering::CanLowerReturn(CallingConv::ID CallConv, bool isVarArg,
Dan Gohman84023e02010-07-10 09:00:22 +00001310 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001311 LLVMContext &Context) const {
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001312 SmallVector<CCValAssign, 16> RVLocs;
1313 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001314 RVLocs, Context);
Dan Gohman84023e02010-07-10 09:00:22 +00001315 return CCInfo.CheckReturn(Outs, RetCC_X86);
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001316}
1317
Dan Gohman98ca4f22009-08-05 01:29:28 +00001318SDValue
1319X86TargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001320 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001321 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001322 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmand858e902010-04-17 15:26:15 +00001323 DebugLoc dl, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00001324 MachineFunction &MF = DAG.getMachineFunction();
1325 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001326
Chris Lattner9774c912007-02-27 05:28:59 +00001327 SmallVector<CCValAssign, 16> RVLocs;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001328 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
1329 RVLocs, *DAG.getContext());
1330 CCInfo.AnalyzeReturn(Outs, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001331
Evan Chengdcea1632010-02-04 02:40:39 +00001332 // Add the regs to the liveout set for the function.
1333 MachineRegisterInfo &MRI = DAG.getMachineFunction().getRegInfo();
1334 for (unsigned i = 0; i != RVLocs.size(); ++i)
1335 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg()))
1336 MRI.addLiveOut(RVLocs[i].getLocReg());
Scott Michelfdc40a02009-02-17 22:15:04 +00001337
Dan Gohman475871a2008-07-27 21:46:04 +00001338 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001339
Dan Gohman475871a2008-07-27 21:46:04 +00001340 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +00001341 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1342 // Operand #1 = Bytes To Pop
Dan Gohman1e93df62010-04-17 14:41:14 +00001343 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(),
1344 MVT::i16));
Scott Michelfdc40a02009-02-17 22:15:04 +00001345
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001346 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +00001347 for (unsigned i = 0; i != RVLocs.size(); ++i) {
1348 CCValAssign &VA = RVLocs[i];
1349 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohmanc9403652010-07-07 15:54:55 +00001350 SDValue ValToCopy = OutVals[i];
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001351 EVT ValVT = ValToCopy.getValueType();
1352
Dale Johannesenc4510512010-09-24 19:05:48 +00001353 // If this is x86-64, and we disabled SSE, we can't return FP values,
1354 // or SSE or MMX vectors.
1355 if ((ValVT == MVT::f32 || ValVT == MVT::f64 ||
1356 VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001357 (Subtarget->is64Bit() && !Subtarget->hasXMM())) {
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001358 report_fatal_error("SSE register return with SSE disabled");
1359 }
1360 // Likewise we can't return F64 values with SSE1 only. gcc does so, but
1361 // llvm-gcc has never done it right and no one has noticed, so this
1362 // should be OK for now.
1363 if (ValVT == MVT::f64 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001364 (Subtarget->is64Bit() && !Subtarget->hasXMMInt()))
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001365 report_fatal_error("SSE2 register return with SSE2 disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00001366
Chris Lattner447ff682008-03-11 03:23:40 +00001367 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1368 // the RET instruction and handled by the FP Stackifier.
Dan Gohman37eed792009-02-04 17:28:58 +00001369 if (VA.getLocReg() == X86::ST0 ||
1370 VA.getLocReg() == X86::ST1) {
Chris Lattner447ff682008-03-11 03:23:40 +00001371 // If this is a copy from an xmm register to ST(0), use an FPExtend to
1372 // change the value to the FP stack register class.
Dan Gohman37eed792009-02-04 17:28:58 +00001373 if (isScalarFPTypeInSSEReg(VA.getValVT()))
Owen Anderson825b72b2009-08-11 20:47:22 +00001374 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
Chris Lattner447ff682008-03-11 03:23:40 +00001375 RetOps.push_back(ValToCopy);
1376 // Don't emit a copytoreg.
1377 continue;
1378 }
Dale Johannesena68f9012008-06-24 22:01:44 +00001379
Evan Cheng242b38b2009-02-23 09:03:22 +00001380 // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
1381 // which is returned in RAX / RDX.
Evan Cheng6140a8b2009-02-22 08:05:12 +00001382 if (Subtarget->is64Bit()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001383 if (ValVT == MVT::x86mmx) {
Chris Lattner97a2a562010-08-26 05:24:29 +00001384 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001385 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ValToCopy);
Eric Christopher90eb4022010-07-22 00:26:08 +00001386 ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
1387 ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001388 // If we don't have SSE2 available, convert to v4f32 so the generated
1389 // register is legal.
1390 if (!Subtarget->hasSSE2())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001391 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32,ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001392 }
Evan Cheng242b38b2009-02-23 09:03:22 +00001393 }
Evan Cheng6140a8b2009-02-22 08:05:12 +00001394 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00001395
Dale Johannesendd64c412009-02-04 00:33:20 +00001396 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001397 Flag = Chain.getValue(1);
1398 }
Dan Gohman61a92132008-04-21 23:59:07 +00001399
1400 // The x86-64 ABI for returning structs by value requires that we copy
1401 // the sret argument into %rax for the return. We saved the argument into
1402 // a virtual register in the entry block, so now we copy the value out
1403 // and into %rax.
1404 if (Subtarget->is64Bit() &&
1405 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1406 MachineFunction &MF = DAG.getMachineFunction();
1407 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1408 unsigned Reg = FuncInfo->getSRetReturnReg();
Michael J. Spencerec38de22010-10-10 22:04:20 +00001409 assert(Reg &&
Zhongxing Xuc2798a12010-05-26 08:10:02 +00001410 "SRetReturnReg should have been set in LowerFormalArguments().");
Dale Johannesendd64c412009-02-04 00:33:20 +00001411 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001412
Dale Johannesendd64c412009-02-04 00:33:20 +00001413 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
Dan Gohman61a92132008-04-21 23:59:07 +00001414 Flag = Chain.getValue(1);
Dan Gohman00326812009-10-12 16:36:12 +00001415
1416 // RAX now acts like a return value.
Evan Chengdcea1632010-02-04 02:40:39 +00001417 MRI.addLiveOut(X86::RAX);
Dan Gohman61a92132008-04-21 23:59:07 +00001418 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001419
Chris Lattner447ff682008-03-11 03:23:40 +00001420 RetOps[0] = Chain; // Update chain.
1421
1422 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001423 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001424 RetOps.push_back(Flag);
Scott Michelfdc40a02009-02-17 22:15:04 +00001425
1426 return DAG.getNode(X86ISD::RET_FLAG, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00001427 MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001428}
1429
Evan Cheng3d2125c2010-11-30 23:55:39 +00001430bool X86TargetLowering::isUsedByReturnOnly(SDNode *N) const {
1431 if (N->getNumValues() != 1)
1432 return false;
1433 if (!N->hasNUsesOfValue(1, 0))
1434 return false;
1435
1436 SDNode *Copy = *N->use_begin();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001437 if (Copy->getOpcode() != ISD::CopyToReg &&
1438 Copy->getOpcode() != ISD::FP_EXTEND)
Evan Cheng3d2125c2010-11-30 23:55:39 +00001439 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001440
1441 bool HasRet = false;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001442 for (SDNode::use_iterator UI = Copy->use_begin(), UE = Copy->use_end();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001443 UI != UE; ++UI) {
Evan Cheng3d2125c2010-11-30 23:55:39 +00001444 if (UI->getOpcode() != X86ISD::RET_FLAG)
1445 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001446 HasRet = true;
1447 }
Evan Cheng3d2125c2010-11-30 23:55:39 +00001448
Evan Cheng1bf891a2010-12-01 22:59:46 +00001449 return HasRet;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001450}
1451
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001452EVT
1453X86TargetLowering::getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT,
Cameron Zwarich44579682011-03-17 14:21:56 +00001454 ISD::NodeType ExtendKind) const {
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001455 MVT ReturnMVT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001456 // TODO: Is this also valid on 32-bit?
1457 if (Subtarget->is64Bit() && VT == MVT::i1 && ExtendKind == ISD::ZERO_EXTEND)
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001458 ReturnMVT = MVT::i8;
1459 else
1460 ReturnMVT = MVT::i32;
1461
1462 EVT MinVT = getRegisterType(Context, ReturnMVT);
1463 return VT.bitsLT(MinVT) ? MinVT : VT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001464}
1465
Dan Gohman98ca4f22009-08-05 01:29:28 +00001466/// LowerCallResult - Lower the result values of a call into the
1467/// appropriate copies out of appropriate physical registers.
1468///
1469SDValue
1470X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001471 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001472 const SmallVectorImpl<ISD::InputArg> &Ins,
1473 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001474 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001475
Chris Lattnere32bbf62007-02-28 07:09:55 +00001476 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001477 SmallVector<CCValAssign, 16> RVLocs;
Torok Edwin3f142c32009-02-01 18:15:56 +00001478 bool Is64Bit = Subtarget->is64Bit();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001479 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
Owen Andersone922c022009-07-22 00:24:57 +00001480 RVLocs, *DAG.getContext());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001481 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001482
Chris Lattner3085e152007-02-25 08:59:22 +00001483 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001484 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Dan Gohman37eed792009-02-04 17:28:58 +00001485 CCValAssign &VA = RVLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00001486 EVT CopyVT = VA.getValVT();
Scott Michelfdc40a02009-02-17 22:15:04 +00001487
Torok Edwin3f142c32009-02-01 18:15:56 +00001488 // If this is x86-64, and we disabled SSE, we can't return FP values
Owen Anderson825b72b2009-08-11 20:47:22 +00001489 if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001490 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasXMM())) {
Chris Lattner75361b62010-04-07 22:58:41 +00001491 report_fatal_error("SSE register return with SSE disabled");
Torok Edwin3f142c32009-02-01 18:15:56 +00001492 }
1493
Evan Cheng79fb3b42009-02-20 20:43:02 +00001494 SDValue Val;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001495
1496 // If this is a call to a function that returns an fp value on the floating
1497 // point stack, we must guarantee the the value is popped from the stack, so
1498 // a CopyFromReg is not good enough - the copy instruction may be eliminated
1499 // if the return value is not used. We use the FpGET_ST0 instructions
1500 // instead.
1501 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
1502 // If we prefer to use the value in xmm registers, copy it out as f80 and
1503 // use a truncate to move it from fp stack reg to xmm reg.
1504 if (isScalarFPTypeInSSEReg(VA.getValVT())) CopyVT = MVT::f80;
1505 bool isST0 = VA.getLocReg() == X86::ST0;
1506 unsigned Opc = 0;
1507 if (CopyVT == MVT::f32) Opc = isST0 ? X86::FpGET_ST0_32:X86::FpGET_ST1_32;
1508 if (CopyVT == MVT::f64) Opc = isST0 ? X86::FpGET_ST0_64:X86::FpGET_ST1_64;
1509 if (CopyVT == MVT::f80) Opc = isST0 ? X86::FpGET_ST0_80:X86::FpGET_ST1_80;
1510 SDValue Ops[] = { Chain, InFlag };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00001511 Chain = SDValue(DAG.getMachineNode(Opc, dl, CopyVT, MVT::Other, MVT::Glue,
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001512 Ops, 2), 1);
1513 Val = Chain.getValue(0);
1514
1515 // Round the f80 to the right size, which also moves it to the appropriate
1516 // xmm register.
1517 if (CopyVT != VA.getValVT())
1518 Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
1519 // This truncation won't change the value.
1520 DAG.getIntPtrConstant(1));
1521 } else if (Is64Bit && CopyVT.isVector() && CopyVT.getSizeInBits() == 64) {
Evan Cheng242b38b2009-02-23 09:03:22 +00001522 // For x86-64, MMX values are returned in XMM0 / XMM1 except for v1i64.
1523 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
1524 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
Owen Anderson825b72b2009-08-11 20:47:22 +00001525 MVT::v2i64, InFlag).getValue(1);
Evan Cheng242b38b2009-02-23 09:03:22 +00001526 Val = Chain.getValue(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00001527 Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i64,
1528 Val, DAG.getConstant(0, MVT::i64));
Evan Cheng242b38b2009-02-23 09:03:22 +00001529 } else {
1530 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
Owen Anderson825b72b2009-08-11 20:47:22 +00001531 MVT::i64, InFlag).getValue(1);
Evan Cheng242b38b2009-02-23 09:03:22 +00001532 Val = Chain.getValue(0);
1533 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001534 Val = DAG.getNode(ISD::BITCAST, dl, CopyVT, Val);
Evan Cheng79fb3b42009-02-20 20:43:02 +00001535 } else {
1536 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1537 CopyVT, InFlag).getValue(1);
1538 Val = Chain.getValue(0);
1539 }
Chris Lattner8e6da152008-03-10 21:08:41 +00001540 InFlag = Chain.getValue(2);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001541 InVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001542 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001543
Dan Gohman98ca4f22009-08-05 01:29:28 +00001544 return Chain;
Chris Lattner2b02a442007-02-25 08:29:00 +00001545}
1546
1547
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001548//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001549// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001550//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001551// StdCall calling convention seems to be standard for many Windows' API
1552// routines and around. It differs from C calling convention just a little:
1553// callee should clean up the stack, not caller. Symbols should be also
1554// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001555// For info on fast calling convention see Fast Calling Convention (tail call)
1556// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001557
Dan Gohman98ca4f22009-08-05 01:29:28 +00001558/// CallIsStructReturn - Determines whether a call uses struct return
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001559/// semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001560static bool CallIsStructReturn(const SmallVectorImpl<ISD::OutputArg> &Outs) {
1561 if (Outs.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001562 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001563
Dan Gohman98ca4f22009-08-05 01:29:28 +00001564 return Outs[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001565}
1566
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001567/// ArgsAreStructReturn - Determines whether a function uses struct
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001568/// return semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001569static bool
1570ArgsAreStructReturn(const SmallVectorImpl<ISD::InputArg> &Ins) {
1571 if (Ins.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001572 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001573
Dan Gohman98ca4f22009-08-05 01:29:28 +00001574 return Ins[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001575}
1576
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001577/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1578/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001579/// the specific parameter attribute. The copy will be passed as a byval
1580/// function parameter.
Scott Michelfdc40a02009-02-17 22:15:04 +00001581static SDValue
Dan Gohman475871a2008-07-27 21:46:04 +00001582CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001583 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
1584 DebugLoc dl) {
Chris Lattnere72f2022010-09-21 05:40:29 +00001585 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Michael J. Spencerec38de22010-10-10 22:04:20 +00001586
Dale Johannesendd64c412009-02-04 00:33:20 +00001587 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Stuart Hastings03d58262011-03-10 00:25:53 +00001588 /*isVolatile*/false, /*AlwaysInline=*/true,
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001589 MachinePointerInfo(), MachinePointerInfo());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001590}
1591
Chris Lattner29689432010-03-11 00:22:57 +00001592/// IsTailCallConvention - Return true if the calling convention is one that
1593/// supports tail call optimization.
1594static bool IsTailCallConvention(CallingConv::ID CC) {
1595 return (CC == CallingConv::Fast || CC == CallingConv::GHC);
1596}
1597
Evan Cheng485fafc2011-03-21 01:19:09 +00001598bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
1599 if (!CI->isTailCall())
1600 return false;
1601
1602 CallSite CS(CI);
1603 CallingConv::ID CalleeCC = CS.getCallingConv();
1604 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1605 return false;
1606
1607 return true;
1608}
1609
Evan Cheng0c439eb2010-01-27 00:07:07 +00001610/// FuncIsMadeTailCallSafe - Return true if the function is being made into
1611/// a tailcall target by changing its ABI.
1612static bool FuncIsMadeTailCallSafe(CallingConv::ID CC) {
Chris Lattner29689432010-03-11 00:22:57 +00001613 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
Evan Cheng0c439eb2010-01-27 00:07:07 +00001614}
1615
Dan Gohman98ca4f22009-08-05 01:29:28 +00001616SDValue
1617X86TargetLowering::LowerMemArgument(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001618 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001619 const SmallVectorImpl<ISD::InputArg> &Ins,
1620 DebugLoc dl, SelectionDAG &DAG,
1621 const CCValAssign &VA,
1622 MachineFrameInfo *MFI,
Dan Gohmand858e902010-04-17 15:26:15 +00001623 unsigned i) const {
Rafael Espindola7effac52007-09-14 15:48:13 +00001624 // Create the nodes corresponding to a load from this parameter slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001625 ISD::ArgFlagsTy Flags = Ins[i].Flags;
Evan Cheng0c439eb2010-01-27 00:07:07 +00001626 bool AlwaysUseMutable = FuncIsMadeTailCallSafe(CallConv);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001627 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Anton Korobeynikov22472762009-08-14 18:19:10 +00001628 EVT ValVT;
1629
1630 // If value is passed by pointer we have address passed instead of the value
1631 // itself.
1632 if (VA.getLocInfo() == CCValAssign::Indirect)
1633 ValVT = VA.getLocVT();
1634 else
1635 ValVT = VA.getValVT();
Evan Chenge70bb592008-01-10 02:24:25 +00001636
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001637 // FIXME: For now, all byval parameter objects are marked mutable. This can be
Scott Michelfdc40a02009-02-17 22:15:04 +00001638 // changed with more analysis.
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001639 // In case of tail call optimization mark all arguments mutable. Since they
1640 // could be overwritten by lowering of arguments in case of a tail call.
Evan Cheng90567c32010-02-02 23:58:13 +00001641 if (Flags.isByVal()) {
Evan Chengee2e0e32011-03-30 23:44:13 +00001642 unsigned Bytes = Flags.getByValSize();
1643 if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
1644 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001645 return DAG.getFrameIndex(FI, getPointerTy());
1646 } else {
1647 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
Evan Chenged2ae132010-07-03 00:40:23 +00001648 VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001649 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
1650 return DAG.getLoad(ValVT, dl, Chain, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001651 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00001652 false, false, 0);
Evan Cheng90567c32010-02-02 23:58:13 +00001653 }
Rafael Espindola7effac52007-09-14 15:48:13 +00001654}
1655
Dan Gohman475871a2008-07-27 21:46:04 +00001656SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001657X86TargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001658 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001659 bool isVarArg,
1660 const SmallVectorImpl<ISD::InputArg> &Ins,
1661 DebugLoc dl,
1662 SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001663 SmallVectorImpl<SDValue> &InVals)
1664 const {
Evan Cheng1bc78042006-04-26 01:20:17 +00001665 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001666 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001667
Gordon Henriksen86737662008-01-05 16:56:59 +00001668 const Function* Fn = MF.getFunction();
1669 if (Fn->hasExternalLinkage() &&
1670 Subtarget->isTargetCygMing() &&
1671 Fn->getName() == "main")
1672 FuncInfo->setForceFramePointer(true);
1673
Evan Cheng1bc78042006-04-26 01:20:17 +00001674 MachineFrameInfo *MFI = MF.getFrameInfo();
Gordon Henriksen86737662008-01-05 16:56:59 +00001675 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001676 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001677
Chris Lattner29689432010-03-11 00:22:57 +00001678 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1679 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001680
Chris Lattner638402b2007-02-28 07:00:42 +00001681 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001682 SmallVector<CCValAssign, 16> ArgLocs;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001683 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
1684 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001685
1686 // Allocate shadow area for Win64
1687 if (IsWin64) {
1688 CCInfo.AllocateStack(32, 8);
1689 }
1690
Duncan Sands45907662010-10-31 13:21:44 +00001691 CCInfo.AnalyzeFormalArguments(Ins, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001692
Chris Lattnerf39f7712007-02-28 05:46:49 +00001693 unsigned LastVal = ~0U;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001694 SDValue ArgValue;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001695 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1696 CCValAssign &VA = ArgLocs[i];
1697 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1698 // places.
1699 assert(VA.getValNo() != LastVal &&
1700 "Don't support value assigned to multiple locs yet");
1701 LastVal = VA.getValNo();
Scott Michelfdc40a02009-02-17 22:15:04 +00001702
Chris Lattnerf39f7712007-02-28 05:46:49 +00001703 if (VA.isRegLoc()) {
Owen Andersone50ed302009-08-10 22:56:29 +00001704 EVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001705 TargetRegisterClass *RC = NULL;
Owen Anderson825b72b2009-08-11 20:47:22 +00001706 if (RegVT == MVT::i32)
Chris Lattnerf39f7712007-02-28 05:46:49 +00001707 RC = X86::GR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001708 else if (Is64Bit && RegVT == MVT::i64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001709 RC = X86::GR64RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001710 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001711 RC = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001712 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001713 RC = X86::FR64RegisterClass;
Bruno Cardoso Lopesac098352010-08-05 23:35:51 +00001714 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256)
1715 RC = X86::VR256RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001716 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001717 RC = X86::VR128RegisterClass;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001718 else if (RegVT == MVT::x86mmx)
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001719 RC = X86::VR64RegisterClass;
1720 else
Torok Edwinc23197a2009-07-14 16:55:14 +00001721 llvm_unreachable("Unknown argument type!");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001722
Devang Patel68e6bee2011-02-21 23:21:26 +00001723 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001724 ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, RegVT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001725
Chris Lattnerf39f7712007-02-28 05:46:49 +00001726 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1727 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1728 // right size.
1729 if (VA.getLocInfo() == CCValAssign::SExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001730 ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001731 DAG.getValueType(VA.getValVT()));
1732 else if (VA.getLocInfo() == CCValAssign::ZExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001733 ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001734 DAG.getValueType(VA.getValVT()));
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001735 else if (VA.getLocInfo() == CCValAssign::BCvt)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001736 ArgValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), ArgValue);
Scott Michelfdc40a02009-02-17 22:15:04 +00001737
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001738 if (VA.isExtInLoc()) {
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001739 // Handle MMX values passed in XMM regs.
1740 if (RegVT.isVector()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001741 ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(),
1742 ArgValue);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001743 } else
1744 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001745 }
Chris Lattnerf39f7712007-02-28 05:46:49 +00001746 } else {
1747 assert(VA.isMemLoc());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001748 ArgValue = LowerMemArgument(Chain, CallConv, Ins, dl, DAG, VA, MFI, i);
Evan Cheng1bc78042006-04-26 01:20:17 +00001749 }
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001750
1751 // If value is passed via pointer - do a load.
1752 if (VA.getLocInfo() == CCValAssign::Indirect)
Chris Lattner51abfe42010-09-21 06:02:19 +00001753 ArgValue = DAG.getLoad(VA.getValVT(), dl, Chain, ArgValue,
1754 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001755
Dan Gohman98ca4f22009-08-05 01:29:28 +00001756 InVals.push_back(ArgValue);
Evan Cheng1bc78042006-04-26 01:20:17 +00001757 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001758
Dan Gohman61a92132008-04-21 23:59:07 +00001759 // The x86-64 ABI for returning structs by value requires that we copy
1760 // the sret argument into %rax for the return. Save the argument into
1761 // a virtual register so that we can access it from the return points.
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001762 if (Is64Bit && MF.getFunction()->hasStructRetAttr()) {
Dan Gohman61a92132008-04-21 23:59:07 +00001763 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1764 unsigned Reg = FuncInfo->getSRetReturnReg();
1765 if (!Reg) {
Owen Anderson825b72b2009-08-11 20:47:22 +00001766 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
Dan Gohman61a92132008-04-21 23:59:07 +00001767 FuncInfo->setSRetReturnReg(Reg);
1768 }
Dan Gohman98ca4f22009-08-05 01:29:28 +00001769 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
Owen Anderson825b72b2009-08-11 20:47:22 +00001770 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
Dan Gohman61a92132008-04-21 23:59:07 +00001771 }
1772
Chris Lattnerf39f7712007-02-28 05:46:49 +00001773 unsigned StackSize = CCInfo.getNextStackOffset();
Evan Cheng0c439eb2010-01-27 00:07:07 +00001774 // Align stack specially for tail calls.
1775 if (FuncIsMadeTailCallSafe(CallConv))
Gordon Henriksenae636f82008-01-03 16:47:34 +00001776 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001777
Evan Cheng1bc78042006-04-26 01:20:17 +00001778 // If the function takes variable number of arguments, make a frame index for
1779 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001780 if (isVarArg) {
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001781 if (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
1782 CallConv != CallingConv::X86_ThisCall)) {
Jakob Stoklund Olesenb2eeed72010-07-29 17:42:27 +00001783 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, StackSize,true));
Gordon Henriksen86737662008-01-05 16:56:59 +00001784 }
1785 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001786 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1787
1788 // FIXME: We should really autogenerate these arrays
1789 static const unsigned GPR64ArgRegsWin64[] = {
1790 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001791 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001792 static const unsigned GPR64ArgRegs64Bit[] = {
1793 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1794 };
1795 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001796 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1797 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1798 };
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001799 const unsigned *GPR64ArgRegs;
1800 unsigned NumXMMRegs = 0;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001801
1802 if (IsWin64) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001803 // The XMM registers which might contain var arg parameters are shadowed
1804 // in their paired GPR. So we only need to save the GPR to their home
1805 // slots.
1806 TotalNumIntRegs = 4;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001807 GPR64ArgRegs = GPR64ArgRegsWin64;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001808 } else {
1809 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1810 GPR64ArgRegs = GPR64ArgRegs64Bit;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001811
1812 NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs64Bit, TotalNumXMMRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001813 }
1814 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1815 TotalNumIntRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001816
Devang Patel578efa92009-06-05 21:57:13 +00001817 bool NoImplicitFloatOps = Fn->hasFnAttr(Attribute::NoImplicitFloat);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001818 assert(!(NumXMMRegs && !Subtarget->hasXMM()) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001819 "SSE register cannot be used when SSE is disabled!");
Devang Patel578efa92009-06-05 21:57:13 +00001820 assert(!(NumXMMRegs && UseSoftFloat && NoImplicitFloatOps) &&
Evan Chengc7ce29b2009-02-13 22:36:38 +00001821 "SSE register cannot be used when SSE is disabled!");
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001822 if (UseSoftFloat || NoImplicitFloatOps || !Subtarget->hasXMM())
Torok Edwin3f142c32009-02-01 18:15:56 +00001823 // Kernel mode asks for SSE to be disabled, so don't push them
1824 // on the stack.
1825 TotalNumXMMRegs = 0;
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001826
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001827 if (IsWin64) {
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001828 const TargetFrameLowering &TFI = *getTargetMachine().getFrameLowering();
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001829 // Get to the caller-allocated home save location. Add 8 to account
1830 // for the return address.
1831 int HomeOffset = TFI.getOffsetOfLocalArea() + 8;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001832 FuncInfo->setRegSaveFrameIndex(
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001833 MFI->CreateFixedObject(1, NumIntRegs * 8 + HomeOffset, false));
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001834 // Fixup to set vararg frame on shadow area (4 x i64).
1835 if (NumIntRegs < 4)
1836 FuncInfo->setVarArgsFrameIndex(FuncInfo->getRegSaveFrameIndex());
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001837 } else {
1838 // For X86-64, if there are vararg parameters that are passed via
1839 // registers, then we must store them to their spots on the stack so they
1840 // may be loaded by deferencing the result of va_next.
1841 FuncInfo->setVarArgsGPOffset(NumIntRegs * 8);
1842 FuncInfo->setVarArgsFPOffset(TotalNumIntRegs * 8 + NumXMMRegs * 16);
1843 FuncInfo->setRegSaveFrameIndex(
1844 MFI->CreateStackObject(TotalNumIntRegs * 8 + TotalNumXMMRegs * 16, 16,
Dan Gohman1e93df62010-04-17 14:41:14 +00001845 false));
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001846 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001847
Gordon Henriksen86737662008-01-05 16:56:59 +00001848 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001849 SmallVector<SDValue, 8> MemOps;
Dan Gohman1e93df62010-04-17 14:41:14 +00001850 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
1851 getPointerTy());
1852 unsigned Offset = FuncInfo->getVarArgsGPOffset();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001853 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Dan Gohmand6708ea2009-08-15 01:38:56 +00001854 SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
1855 DAG.getIntPtrConstant(Offset));
Bob Wilson998e1252009-04-20 18:36:57 +00001856 unsigned VReg = MF.addLiveIn(GPR64ArgRegs[NumIntRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001857 X86::GR64RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +00001858 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Dan Gohman475871a2008-07-27 21:46:04 +00001859 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001860 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001861 MachinePointerInfo::getFixedStack(
1862 FuncInfo->getRegSaveFrameIndex(), Offset),
1863 false, false, 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001864 MemOps.push_back(Store);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001865 Offset += 8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001866 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001867
Dan Gohmanface41a2009-08-16 21:24:25 +00001868 if (TotalNumXMMRegs != 0 && NumXMMRegs != TotalNumXMMRegs) {
1869 // Now store the XMM (fp + vector) parameter registers.
1870 SmallVector<SDValue, 11> SaveXMMOps;
1871 SaveXMMOps.push_back(Chain);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001872
Devang Patel68e6bee2011-02-21 23:21:26 +00001873 unsigned AL = MF.addLiveIn(X86::AL, X86::GR8RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001874 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
1875 SaveXMMOps.push_back(ALVal);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001876
Dan Gohman1e93df62010-04-17 14:41:14 +00001877 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1878 FuncInfo->getRegSaveFrameIndex()));
1879 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1880 FuncInfo->getVarArgsFPOffset()));
Dan Gohmand6708ea2009-08-15 01:38:56 +00001881
Dan Gohmanface41a2009-08-16 21:24:25 +00001882 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001883 unsigned VReg = MF.addLiveIn(XMMArgRegs64Bit[NumXMMRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001884 X86::VR128RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001885 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::v4f32);
1886 SaveXMMOps.push_back(Val);
1887 }
1888 MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
1889 MVT::Other,
1890 &SaveXMMOps[0], SaveXMMOps.size()));
Gordon Henriksen86737662008-01-05 16:56:59 +00001891 }
Dan Gohmanface41a2009-08-16 21:24:25 +00001892
1893 if (!MemOps.empty())
1894 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
1895 &MemOps[0], MemOps.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001896 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001897 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001898
Gordon Henriksen86737662008-01-05 16:56:59 +00001899 // Some CCs need callee pop.
Dan Gohman4d3d6e12010-05-27 18:43:40 +00001900 if (Subtarget->IsCalleePop(isVarArg, CallConv)) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001901 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001902 } else {
Dan Gohman1e93df62010-04-17 14:41:14 +00001903 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001904 // If this is an sret function, the return should pop the hidden pointer.
Chris Lattner29689432010-03-11 00:22:57 +00001905 if (!Is64Bit && !IsTailCallConvention(CallConv) && ArgsAreStructReturn(Ins))
Dan Gohman1e93df62010-04-17 14:41:14 +00001906 FuncInfo->setBytesToPopOnReturn(4);
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001907 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001908
Gordon Henriksen86737662008-01-05 16:56:59 +00001909 if (!Is64Bit) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001910 // RegSaveFrameIndex is X86-64 only.
1911 FuncInfo->setRegSaveFrameIndex(0xAAAAAAA);
Anton Korobeynikovded05e32010-05-16 09:08:45 +00001912 if (CallConv == CallingConv::X86_FastCall ||
1913 CallConv == CallingConv::X86_ThisCall)
Dan Gohman1e93df62010-04-17 14:41:14 +00001914 // fastcc functions can't have varargs.
1915 FuncInfo->setVarArgsFrameIndex(0xAAAAAAA);
Gordon Henriksen86737662008-01-05 16:56:59 +00001916 }
Evan Cheng25caf632006-05-23 21:06:34 +00001917
Dan Gohman98ca4f22009-08-05 01:29:28 +00001918 return Chain;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001919}
1920
Dan Gohman475871a2008-07-27 21:46:04 +00001921SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001922X86TargetLowering::LowerMemOpCallTo(SDValue Chain,
1923 SDValue StackPtr, SDValue Arg,
1924 DebugLoc dl, SelectionDAG &DAG,
Evan Chengdffbd832008-01-10 00:09:10 +00001925 const CCValAssign &VA,
Dan Gohmand858e902010-04-17 15:26:15 +00001926 ISD::ArgFlagsTy Flags) const {
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001927 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001928 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Dale Johannesenace16102009-02-03 19:33:06 +00001929 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001930 if (Flags.isByVal())
Dale Johannesendd64c412009-02-04 00:33:20 +00001931 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001932
1933 return DAG.getStore(Chain, dl, Arg, PtrOff,
1934 MachinePointerInfo::getStack(LocMemOffset),
David Greene67c9d422010-02-15 16:53:33 +00001935 false, false, 0);
Evan Chengdffbd832008-01-10 00:09:10 +00001936}
1937
Bill Wendling64e87322009-01-16 19:25:27 +00001938/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001939/// optimization is performed and it is required.
Scott Michelfdc40a02009-02-17 22:15:04 +00001940SDValue
1941X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Evan Chengddc419c2010-01-26 19:04:47 +00001942 SDValue &OutRetAddr, SDValue Chain,
1943 bool IsTailCall, bool Is64Bit,
Dan Gohmand858e902010-04-17 15:26:15 +00001944 int FPDiff, DebugLoc dl) const {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001945 // Adjust the Return address stack slot.
Owen Andersone50ed302009-08-10 22:56:29 +00001946 EVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001947 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001948
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001949 // Load the "old" Return address.
Chris Lattner51abfe42010-09-21 06:02:19 +00001950 OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, MachinePointerInfo(),
1951 false, false, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001952 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001953}
1954
1955/// EmitTailCallStoreRetAddr - Emit a store of the return adress if tail call
1956/// optimization is performed and it is required (FPDiff!=0).
Scott Michelfdc40a02009-02-17 22:15:04 +00001957static SDValue
1958EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001959 SDValue Chain, SDValue RetAddrFrIdx,
Dale Johannesenace16102009-02-03 19:33:06 +00001960 bool Is64Bit, int FPDiff, DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001961 // Store the return address to the appropriate stack slot.
1962 if (!FPDiff) return Chain;
1963 // Calculate the new stack slot for the return address.
1964 int SlotSize = Is64Bit ? 8 : 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00001965 int NewReturnAddrFI =
Evan Chenged2ae132010-07-03 00:40:23 +00001966 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize, false);
Owen Anderson825b72b2009-08-11 20:47:22 +00001967 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001968 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001969 Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00001970 MachinePointerInfo::getFixedStack(NewReturnAddrFI),
David Greene67c9d422010-02-15 16:53:33 +00001971 false, false, 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001972 return Chain;
1973}
1974
Dan Gohman98ca4f22009-08-05 01:29:28 +00001975SDValue
Evan Cheng022d9e12010-02-02 23:55:14 +00001976X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001977 CallingConv::ID CallConv, bool isVarArg,
Evan Cheng0c439eb2010-01-27 00:07:07 +00001978 bool &isTailCall,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001979 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001980 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001981 const SmallVectorImpl<ISD::InputArg> &Ins,
1982 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001983 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohman98ca4f22009-08-05 01:29:28 +00001984 MachineFunction &MF = DAG.getMachineFunction();
1985 bool Is64Bit = Subtarget->is64Bit();
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00001986 bool IsWin64 = Subtarget->isTargetWin64();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001987 bool IsStructRet = CallIsStructReturn(Outs);
Evan Cheng5f941932010-02-05 02:21:12 +00001988 bool IsSibcall = false;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001989
Evan Cheng5f941932010-02-05 02:21:12 +00001990 if (isTailCall) {
Evan Cheng0c439eb2010-01-27 00:07:07 +00001991 // Check if it's really possible to do a tail call.
Evan Chenga375d472010-03-15 18:54:48 +00001992 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
1993 isVarArg, IsStructRet, MF.getFunction()->hasStructRetAttr(),
Dan Gohmanc9403652010-07-07 15:54:55 +00001994 Outs, OutVals, Ins, DAG);
Evan Chengf22f9b32010-02-06 03:28:46 +00001995
1996 // Sibcalls are automatically detected tailcalls which do not require
1997 // ABI changes.
Dan Gohman1797ed52010-02-08 20:27:50 +00001998 if (!GuaranteedTailCallOpt && isTailCall)
Evan Cheng5f941932010-02-05 02:21:12 +00001999 IsSibcall = true;
Evan Chengf22f9b32010-02-06 03:28:46 +00002000
2001 if (isTailCall)
2002 ++NumTailCalls;
Evan Cheng5f941932010-02-05 02:21:12 +00002003 }
Evan Cheng0c439eb2010-01-27 00:07:07 +00002004
Chris Lattner29689432010-03-11 00:22:57 +00002005 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2006 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00002007
Chris Lattner638402b2007-02-28 07:00:42 +00002008 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00002009 SmallVector<CCValAssign, 16> ArgLocs;
Dan Gohman98ca4f22009-08-05 01:29:28 +00002010 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
2011 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002012
2013 // Allocate shadow area for Win64
2014 if (IsWin64) {
2015 CCInfo.AllocateStack(32, 8);
2016 }
2017
Duncan Sands45907662010-10-31 13:21:44 +00002018 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00002019
Chris Lattner423c5f42007-02-28 05:31:48 +00002020 // Get a count of how many bytes are to be pushed on the stack.
2021 unsigned NumBytes = CCInfo.getNextStackOffset();
Evan Chengf22f9b32010-02-06 03:28:46 +00002022 if (IsSibcall)
Evan Chengb2c92902010-02-02 02:22:50 +00002023 // This is a sibcall. The memory operands are available in caller's
2024 // own caller's stack.
2025 NumBytes = 0;
Chris Lattner29689432010-03-11 00:22:57 +00002026 else if (GuaranteedTailCallOpt && IsTailCallConvention(CallConv))
Evan Chengf22f9b32010-02-06 03:28:46 +00002027 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002028
Gordon Henriksen86737662008-01-05 16:56:59 +00002029 int FPDiff = 0;
Evan Chengf22f9b32010-02-06 03:28:46 +00002030 if (isTailCall && !IsSibcall) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002031 // Lower arguments at fp - stackoffset + fpdiff.
Scott Michelfdc40a02009-02-17 22:15:04 +00002032 unsigned NumBytesCallerPushed =
Gordon Henriksen86737662008-01-05 16:56:59 +00002033 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
2034 FPDiff = NumBytesCallerPushed - NumBytes;
2035
2036 // Set the delta of movement of the returnaddr stackslot.
2037 // But only set if delta is greater than previous delta.
2038 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
2039 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
2040 }
2041
Evan Chengf22f9b32010-02-06 03:28:46 +00002042 if (!IsSibcall)
2043 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002044
Dan Gohman475871a2008-07-27 21:46:04 +00002045 SDValue RetAddrFrIdx;
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002046 // Load return adress for tail calls.
Evan Chengf22f9b32010-02-06 03:28:46 +00002047 if (isTailCall && FPDiff)
2048 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, isTailCall,
2049 Is64Bit, FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002050
Dan Gohman475871a2008-07-27 21:46:04 +00002051 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
2052 SmallVector<SDValue, 8> MemOpChains;
2053 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00002054
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002055 // Walk the register/memloc assignments, inserting copies/loads. In the case
2056 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00002057 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2058 CCValAssign &VA = ArgLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00002059 EVT RegVT = VA.getLocVT();
Dan Gohmanc9403652010-07-07 15:54:55 +00002060 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002061 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Dan Gohman095cc292008-09-13 01:54:27 +00002062 bool isByVal = Flags.isByVal();
Scott Michelfdc40a02009-02-17 22:15:04 +00002063
Chris Lattner423c5f42007-02-28 05:31:48 +00002064 // Promote the value if needed.
2065 switch (VA.getLocInfo()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002066 default: llvm_unreachable("Unknown loc info!");
Chris Lattner423c5f42007-02-28 05:31:48 +00002067 case CCValAssign::Full: break;
2068 case CCValAssign::SExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002069 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002070 break;
2071 case CCValAssign::ZExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002072 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002073 break;
2074 case CCValAssign::AExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002075 if (RegVT.isVector() && RegVT.getSizeInBits() == 128) {
2076 // Special case: passing MMX values in XMM registers.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002077 Arg = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Owen Anderson825b72b2009-08-11 20:47:22 +00002078 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
2079 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002080 } else
2081 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, RegVT, Arg);
2082 break;
2083 case CCValAssign::BCvt:
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002084 Arg = DAG.getNode(ISD::BITCAST, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002085 break;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002086 case CCValAssign::Indirect: {
2087 // Store the argument.
2088 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
Evan Chengff89dcb2009-10-18 18:16:27 +00002089 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002090 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00002091 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002092 false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002093 Arg = SpillSlot;
2094 break;
2095 }
Evan Cheng6b5783d2006-05-25 18:56:34 +00002096 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002097
Chris Lattner423c5f42007-02-28 05:31:48 +00002098 if (VA.isRegLoc()) {
2099 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002100 if (isVarArg && IsWin64) {
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002101 // Win64 ABI requires argument XMM reg to be copied to the corresponding
2102 // shadow reg if callee is a varargs function.
2103 unsigned ShadowReg = 0;
2104 switch (VA.getLocReg()) {
2105 case X86::XMM0: ShadowReg = X86::RCX; break;
2106 case X86::XMM1: ShadowReg = X86::RDX; break;
2107 case X86::XMM2: ShadowReg = X86::R8; break;
2108 case X86::XMM3: ShadowReg = X86::R9; break;
2109 }
2110 if (ShadowReg)
2111 RegsToPass.push_back(std::make_pair(ShadowReg, Arg));
2112 }
Evan Chengf22f9b32010-02-06 03:28:46 +00002113 } else if (!IsSibcall && (!isTailCall || isByVal)) {
Evan Cheng5f941932010-02-05 02:21:12 +00002114 assert(VA.isMemLoc());
2115 if (StackPtr.getNode() == 0)
2116 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr, getPointerTy());
2117 MemOpChains.push_back(LowerMemOpCallTo(Chain, StackPtr, Arg,
2118 dl, DAG, VA, Flags));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002119 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002120 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002121
Evan Cheng32fe1032006-05-25 00:59:30 +00002122 if (!MemOpChains.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002123 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002124 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002125
Evan Cheng347d5f72006-04-28 21:29:37 +00002126 // Build a sequence of copy-to-reg nodes chained together with token chain
2127 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00002128 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002129 // Tail call byval lowering might overwrite argument registers so in case of
2130 // tail call optimization the copies to registers are lowered later.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002131 if (!isTailCall)
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002132 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002133 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002134 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002135 InFlag = Chain.getValue(1);
2136 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002137
Chris Lattner88e1fd52009-07-09 04:24:46 +00002138 if (Subtarget->isPICStyleGOT()) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002139 // ELF / PIC requires GOT in the EBX register before function calls via PLT
2140 // GOT pointer.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002141 if (!isTailCall) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002142 Chain = DAG.getCopyToReg(Chain, dl, X86::EBX,
2143 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00002144 DebugLoc(), getPointerTy()),
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002145 InFlag);
2146 InFlag = Chain.getValue(1);
2147 } else {
2148 // If we are tail calling and generating PIC/GOT style code load the
2149 // address of the callee into ECX. The value in ecx is used as target of
2150 // the tail jump. This is done to circumvent the ebx/callee-saved problem
2151 // for tail calls on PIC/GOT architectures. Normally we would just put the
2152 // address of GOT into ebx and then call target@PLT. But for tail calls
2153 // ebx would be restored (since ebx is callee saved) before jumping to the
2154 // target@PLT.
2155
2156 // Note: The actual moving to ECX is done further down.
2157 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
2158 if (G && !G->getGlobal()->hasHiddenVisibility() &&
2159 !G->getGlobal()->hasProtectedVisibility())
2160 Callee = LowerGlobalAddress(Callee, DAG);
2161 else if (isa<ExternalSymbolSDNode>(Callee))
Chris Lattner15a380a2009-07-09 04:39:06 +00002162 Callee = LowerExternalSymbol(Callee, DAG);
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002163 }
Anton Korobeynikov7f705592007-01-12 19:20:47 +00002164 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00002165
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002166 if (Is64Bit && isVarArg && !IsWin64) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002167 // From AMD64 ABI document:
2168 // For calls that may call functions that use varargs or stdargs
2169 // (prototype-less calls or calls to functions containing ellipsis (...) in
2170 // the declaration) %al is used as hidden argument to specify the number
2171 // of SSE registers used. The contents of %al do not need to match exactly
2172 // the number of registers, but must be an ubound on the number of SSE
2173 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00002174
Gordon Henriksen86737662008-01-05 16:56:59 +00002175 // Count the number of XMM registers allocated.
2176 static const unsigned XMMArgRegs[] = {
2177 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
2178 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
2179 };
2180 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00002181 assert((Subtarget->hasXMM() || !NumXMMRegs)
Torok Edwin3f142c32009-02-01 18:15:56 +00002182 && "SSE registers cannot be used when SSE is disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00002183
Dale Johannesendd64c412009-02-04 00:33:20 +00002184 Chain = DAG.getCopyToReg(Chain, dl, X86::AL,
Owen Anderson825b72b2009-08-11 20:47:22 +00002185 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002186 InFlag = Chain.getValue(1);
2187 }
2188
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00002189
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002190 // For tail calls lower the arguments to the 'real' stack slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002191 if (isTailCall) {
2192 // Force all the incoming stack arguments to be loaded from the stack
2193 // before any new outgoing arguments are stored to the stack, because the
2194 // outgoing stack slots may alias the incoming argument stack slots, and
2195 // the alias isn't otherwise explicit. This is slightly more conservative
2196 // than necessary, because it means that each store effectively depends
2197 // on every argument instead of just those arguments it would clobber.
2198 SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain);
2199
Dan Gohman475871a2008-07-27 21:46:04 +00002200 SmallVector<SDValue, 8> MemOpChains2;
2201 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00002202 int FI = 0;
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00002203 // Do not flag preceeding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00002204 InFlag = SDValue();
Dan Gohman1797ed52010-02-08 20:27:50 +00002205 if (GuaranteedTailCallOpt) {
Evan Chengb2c92902010-02-02 02:22:50 +00002206 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2207 CCValAssign &VA = ArgLocs[i];
2208 if (VA.isRegLoc())
2209 continue;
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002210 assert(VA.isMemLoc());
Dan Gohmanc9403652010-07-07 15:54:55 +00002211 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002212 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Gordon Henriksen86737662008-01-05 16:56:59 +00002213 // Create frame index.
2214 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002215 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Evan Chenged2ae132010-07-03 00:40:23 +00002216 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002217 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002218
Duncan Sands276dcbd2008-03-21 09:14:45 +00002219 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002220 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00002221 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00002222 if (StackPtr.getNode() == 0)
Scott Michelfdc40a02009-02-17 22:15:04 +00002223 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr,
Dale Johannesendd64c412009-02-04 00:33:20 +00002224 getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00002225 Source = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, Source);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002226
Dan Gohman98ca4f22009-08-05 01:29:28 +00002227 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN,
2228 ArgChain,
Dale Johannesendd64c412009-02-04 00:33:20 +00002229 Flags, DAG, dl));
Gordon Henriksen86737662008-01-05 16:56:59 +00002230 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002231 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00002232 MemOpChains2.push_back(
Dan Gohman98ca4f22009-08-05 01:29:28 +00002233 DAG.getStore(ArgChain, dl, Arg, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00002234 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002235 false, false, 0));
Scott Michelfdc40a02009-02-17 22:15:04 +00002236 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002237 }
2238 }
2239
2240 if (!MemOpChains2.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002241 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00002242 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002243
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002244 // Copy arguments to their registers.
2245 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002246 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002247 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002248 InFlag = Chain.getValue(1);
2249 }
Dan Gohman475871a2008-07-27 21:46:04 +00002250 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002251
Gordon Henriksen86737662008-01-05 16:56:59 +00002252 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002253 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00002254 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002255 }
2256
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002257 if (getTargetMachine().getCodeModel() == CodeModel::Large) {
2258 assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
2259 // In the 64-bit large code model, we have to make all calls
2260 // through a register, since the call instruction's 32-bit
2261 // pc-relative offset may not be large enough to hold the whole
2262 // address.
2263 } else if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002264 // If the callee is a GlobalAddress node (quite common, every direct call
2265 // is) turn it into a TargetGlobalAddress node so that legalize doesn't hack
2266 // it.
2267
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00002268 // We should use extra load for direct calls to dllimported functions in
2269 // non-JIT mode.
Dan Gohman46510a72010-04-15 01:51:59 +00002270 const GlobalValue *GV = G->getGlobal();
Chris Lattner754b7652009-07-10 05:48:03 +00002271 if (!GV->hasDLLImportLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002272 unsigned char OpFlags = 0;
Eric Christopherfd179292009-08-27 18:07:15 +00002273
Chris Lattner48a7d022009-07-09 05:02:21 +00002274 // On ELF targets, in both X86-64 and X86-32 mode, direct calls to
2275 // external symbols most go through the PLT in PIC mode. If the symbol
2276 // has hidden or protected visibility, or if it is static or local, then
2277 // we don't need to use the PLT - we can directly call it.
2278 if (Subtarget->isTargetELF() &&
2279 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattner74e726e2009-07-09 05:27:35 +00002280 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002281 OpFlags = X86II::MO_PLT;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00002282 } else if (Subtarget->isPICStyleStubAny() &&
Chris Lattner80945782010-09-27 06:34:01 +00002283 (GV->isDeclaration() || GV->isWeakForLinker()) &&
2284 Subtarget->getDarwinVers() < 9) {
Chris Lattner74e726e2009-07-09 05:27:35 +00002285 // PC-relative references to external symbols should go through $stub,
2286 // unless we're building with the leopard linker or later, which
2287 // automatically synthesizes these stubs.
2288 OpFlags = X86II::MO_DARWIN_STUB;
2289 }
Chris Lattner48a7d022009-07-09 05:02:21 +00002290
Devang Patel0d881da2010-07-06 22:08:15 +00002291 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
Chris Lattner48a7d022009-07-09 05:02:21 +00002292 G->getOffset(), OpFlags);
2293 }
Bill Wendling056292f2008-09-16 21:48:12 +00002294 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002295 unsigned char OpFlags = 0;
2296
Evan Cheng1bf891a2010-12-01 22:59:46 +00002297 // On ELF targets, in either X86-64 or X86-32 mode, direct calls to
2298 // external symbols should go through the PLT.
2299 if (Subtarget->isTargetELF() &&
2300 getTargetMachine().getRelocationModel() == Reloc::PIC_) {
2301 OpFlags = X86II::MO_PLT;
2302 } else if (Subtarget->isPICStyleStubAny() &&
2303 Subtarget->getDarwinVers() < 9) {
2304 // PC-relative references to external symbols should go through $stub,
2305 // unless we're building with the leopard linker or later, which
2306 // automatically synthesizes these stubs.
2307 OpFlags = X86II::MO_DARWIN_STUB;
Chris Lattner74e726e2009-07-09 05:27:35 +00002308 }
Eric Christopherfd179292009-08-27 18:07:15 +00002309
Chris Lattner48a7d022009-07-09 05:02:21 +00002310 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy(),
2311 OpFlags);
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002312 }
2313
Chris Lattnerd96d0722007-02-25 06:40:16 +00002314 // Returns a chain & a flag for retval copy to use.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00002315 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Dan Gohman475871a2008-07-27 21:46:04 +00002316 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00002317
Evan Chengf22f9b32010-02-06 03:28:46 +00002318 if (!IsSibcall && isTailCall) {
Dale Johannesene8d72302009-02-06 23:05:02 +00002319 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
2320 DAG.getIntPtrConstant(0, true), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002321 InFlag = Chain.getValue(1);
Gordon Henriksen86737662008-01-05 16:56:59 +00002322 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002323
Nate Begeman4c5dcf52006-02-17 00:03:04 +00002324 Ops.push_back(Chain);
2325 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00002326
Dan Gohman98ca4f22009-08-05 01:29:28 +00002327 if (isTailCall)
Owen Anderson825b72b2009-08-11 20:47:22 +00002328 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00002329
Gordon Henriksen86737662008-01-05 16:56:59 +00002330 // Add argument registers to the end of the list so that they are known live
2331 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00002332 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
2333 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
2334 RegsToPass[i].second.getValueType()));
Scott Michelfdc40a02009-02-17 22:15:04 +00002335
Evan Cheng586ccac2008-03-18 23:36:35 +00002336 // Add an implicit use GOT pointer in EBX.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002337 if (!isTailCall && Subtarget->isPICStyleGOT())
Evan Cheng586ccac2008-03-18 23:36:35 +00002338 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
2339
Anton Korobeynikov3a1e54a2010-08-17 21:06:07 +00002340 // Add an implicit use of AL for non-Windows x86 64-bit vararg functions.
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002341 if (Is64Bit && isVarArg && !IsWin64)
Owen Anderson825b72b2009-08-11 20:47:22 +00002342 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
Evan Cheng586ccac2008-03-18 23:36:35 +00002343
Gabor Greifba36cb52008-08-28 21:40:38 +00002344 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00002345 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00002346
Dan Gohman98ca4f22009-08-05 01:29:28 +00002347 if (isTailCall) {
Dale Johannesen88004c22010-06-05 00:30:45 +00002348 // We used to do:
2349 //// If this is the first return lowered for this function, add the regs
2350 //// to the liveout set for the function.
2351 // This isn't right, although it's probably harmless on x86; liveouts
2352 // should be computed from returns not tail calls. Consider a void
2353 // function making a tail call to a function returning int.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002354 return DAG.getNode(X86ISD::TC_RETURN, dl,
2355 NodeTys, &Ops[0], Ops.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002356 }
2357
Dale Johannesenace16102009-02-03 19:33:06 +00002358 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00002359 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00002360
Chris Lattner2d297092006-05-23 18:50:38 +00002361 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00002362 unsigned NumBytesForCalleeToPush;
Dan Gohman4d3d6e12010-05-27 18:43:40 +00002363 if (Subtarget->IsCalleePop(isVarArg, CallConv))
Gordon Henriksen86737662008-01-05 16:56:59 +00002364 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Chris Lattner29689432010-03-11 00:22:57 +00002365 else if (!Is64Bit && !IsTailCallConvention(CallConv) && IsStructRet)
Dan Gohmanf451cb82010-02-10 16:03:48 +00002366 // If this is a call to a struct-return function, the callee
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00002367 // pops the hidden struct pointer, so we have to push it back.
2368 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00002369 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00002370 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00002371 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Scott Michelfdc40a02009-02-17 22:15:04 +00002372
Gordon Henriksenae636f82008-01-03 16:47:34 +00002373 // Returns a flag for retval copy to use.
Evan Chengf22f9b32010-02-06 03:28:46 +00002374 if (!IsSibcall) {
2375 Chain = DAG.getCALLSEQ_END(Chain,
2376 DAG.getIntPtrConstant(NumBytes, true),
2377 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
2378 true),
2379 InFlag);
2380 InFlag = Chain.getValue(1);
2381 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002382
Chris Lattner3085e152007-02-25 08:59:22 +00002383 // Handle result values, copying them out of physregs into vregs that we
2384 // return.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002385 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
2386 Ins, dl, DAG, InVals);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002387}
2388
Evan Cheng25ab6902006-09-08 06:48:29 +00002389
2390//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002391// Fast Calling Convention (tail call) implementation
2392//===----------------------------------------------------------------------===//
2393
2394// Like std call, callee cleans arguments, convention except that ECX is
2395// reserved for storing the tail called function address. Only 2 registers are
2396// free for argument passing (inreg). Tail call optimization is performed
2397// provided:
2398// * tailcallopt is enabled
2399// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00002400// On X86_64 architecture with GOT-style position independent code only local
2401// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002402// To keep the stack aligned according to platform abi the function
2403// GetAlignedArgumentStackSize ensures that argument delta is always multiples
2404// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002405// If a tail called function callee has more arguments than the caller the
2406// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002407// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002408// original REtADDR, but before the saved framepointer or the spilled registers
2409// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
2410// stack layout:
2411// arg1
2412// arg2
2413// RETADDR
Scott Michelfdc40a02009-02-17 22:15:04 +00002414// [ new RETADDR
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002415// move area ]
2416// (possible EBP)
2417// ESI
2418// EDI
2419// local1 ..
2420
2421/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
2422/// for a 16 byte align requirement.
Dan Gohmand858e902010-04-17 15:26:15 +00002423unsigned
2424X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
2425 SelectionDAG& DAG) const {
Evan Chenge9ac9e62008-09-07 09:07:23 +00002426 MachineFunction &MF = DAG.getMachineFunction();
2427 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00002428 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002429 unsigned StackAlignment = TFI.getStackAlignment();
Scott Michelfdc40a02009-02-17 22:15:04 +00002430 uint64_t AlignMask = StackAlignment - 1;
Evan Chenge9ac9e62008-09-07 09:07:23 +00002431 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00002432 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002433 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
2434 // Number smaller than 12 so just add the difference.
2435 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
2436 } else {
2437 // Mask out lower bits, add stackalignment once plus the 12 bytes.
Scott Michelfdc40a02009-02-17 22:15:04 +00002438 Offset = ((~AlignMask) & Offset) + StackAlignment +
Evan Chenge9ac9e62008-09-07 09:07:23 +00002439 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002440 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00002441 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002442}
2443
Evan Cheng5f941932010-02-05 02:21:12 +00002444/// MatchingStackOffset - Return true if the given stack call argument is
2445/// already available in the same position (relatively) of the caller's
2446/// incoming argument stack.
2447static
2448bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags,
2449 MachineFrameInfo *MFI, const MachineRegisterInfo *MRI,
2450 const X86InstrInfo *TII) {
Evan Cheng4cae1332010-03-05 08:38:04 +00002451 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
2452 int FI = INT_MAX;
Evan Cheng5f941932010-02-05 02:21:12 +00002453 if (Arg.getOpcode() == ISD::CopyFromReg) {
2454 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg();
Jakob Stoklund Olesenc9df0252011-01-10 02:58:51 +00002455 if (!TargetRegisterInfo::isVirtualRegister(VR))
Evan Cheng5f941932010-02-05 02:21:12 +00002456 return false;
2457 MachineInstr *Def = MRI->getVRegDef(VR);
2458 if (!Def)
2459 return false;
2460 if (!Flags.isByVal()) {
2461 if (!TII->isLoadFromStackSlot(Def, FI))
2462 return false;
2463 } else {
2464 unsigned Opcode = Def->getOpcode();
2465 if ((Opcode == X86::LEA32r || Opcode == X86::LEA64r) &&
2466 Def->getOperand(1).isFI()) {
2467 FI = Def->getOperand(1).getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002468 Bytes = Flags.getByValSize();
Evan Cheng5f941932010-02-05 02:21:12 +00002469 } else
2470 return false;
2471 }
Evan Cheng4cae1332010-03-05 08:38:04 +00002472 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) {
2473 if (Flags.isByVal())
2474 // ByVal argument is passed in as a pointer but it's now being
Evan Cheng10718492010-03-05 19:55:55 +00002475 // dereferenced. e.g.
Evan Cheng4cae1332010-03-05 08:38:04 +00002476 // define @foo(%struct.X* %A) {
2477 // tail call @bar(%struct.X* byval %A)
2478 // }
Evan Cheng5f941932010-02-05 02:21:12 +00002479 return false;
2480 SDValue Ptr = Ld->getBasePtr();
2481 FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr);
2482 if (!FINode)
2483 return false;
2484 FI = FINode->getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002485 } else
2486 return false;
Evan Cheng5f941932010-02-05 02:21:12 +00002487
Evan Cheng4cae1332010-03-05 08:38:04 +00002488 assert(FI != INT_MAX);
Evan Cheng5f941932010-02-05 02:21:12 +00002489 if (!MFI->isFixedObjectIndex(FI))
2490 return false;
Evan Cheng4cae1332010-03-05 08:38:04 +00002491 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
Evan Cheng5f941932010-02-05 02:21:12 +00002492}
2493
Dan Gohman98ca4f22009-08-05 01:29:28 +00002494/// IsEligibleForTailCallOptimization - Check whether the call is eligible
2495/// for tail call optimization. Targets which want to do tail call
2496/// optimization should implement this function.
2497bool
2498X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00002499 CallingConv::ID CalleeCC,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002500 bool isVarArg,
Evan Chenga375d472010-03-15 18:54:48 +00002501 bool isCalleeStructRet,
2502 bool isCallerStructRet,
Evan Chengb1712452010-01-27 06:25:16 +00002503 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00002504 const SmallVectorImpl<SDValue> &OutVals,
Evan Chengb1712452010-01-27 06:25:16 +00002505 const SmallVectorImpl<ISD::InputArg> &Ins,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002506 SelectionDAG& DAG) const {
Chris Lattner29689432010-03-11 00:22:57 +00002507 if (!IsTailCallConvention(CalleeCC) &&
Evan Chengb1712452010-01-27 06:25:16 +00002508 CalleeCC != CallingConv::C)
2509 return false;
2510
Evan Cheng7096ae42010-01-29 06:45:59 +00002511 // If -tailcallopt is specified, make fastcc functions tail-callable.
Evan Cheng2c12cb42010-03-26 16:26:03 +00002512 const MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng7096ae42010-01-29 06:45:59 +00002513 const Function *CallerF = DAG.getMachineFunction().getFunction();
Evan Cheng13617962010-04-30 01:12:32 +00002514 CallingConv::ID CallerCC = CallerF->getCallingConv();
2515 bool CCMatch = CallerCC == CalleeCC;
2516
Dan Gohman1797ed52010-02-08 20:27:50 +00002517 if (GuaranteedTailCallOpt) {
Evan Cheng13617962010-04-30 01:12:32 +00002518 if (IsTailCallConvention(CalleeCC) && CCMatch)
Evan Cheng843bd692010-01-31 06:44:49 +00002519 return true;
2520 return false;
2521 }
2522
Dale Johannesen2f05cc02010-05-28 23:24:28 +00002523 // Look for obvious safe cases to perform tail call optimization that do not
2524 // require ABI changes. This is what gcc calls sibcall.
Evan Chengb2c92902010-02-02 02:22:50 +00002525
Evan Cheng2c12cb42010-03-26 16:26:03 +00002526 // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
2527 // emit a special epilogue.
2528 if (RegInfo->needsStackRealignment(MF))
2529 return false;
2530
Eric Christopher90eb4022010-07-22 00:26:08 +00002531 // Do not sibcall optimize vararg calls unless the call site is not passing
2532 // any arguments.
Evan Cheng3c262ee2010-03-26 02:13:13 +00002533 if (isVarArg && !Outs.empty())
Evan Cheng843bd692010-01-31 06:44:49 +00002534 return false;
2535
Evan Chenga375d472010-03-15 18:54:48 +00002536 // Also avoid sibcall optimization if either caller or callee uses struct
2537 // return semantics.
2538 if (isCalleeStructRet || isCallerStructRet)
2539 return false;
2540
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002541 // If the call result is in ST0 / ST1, it needs to be popped off the x87 stack.
2542 // Therefore if it's not used by the call it is not safe to optimize this into
2543 // a sibcall.
2544 bool Unused = false;
2545 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
2546 if (!Ins[i].Used) {
2547 Unused = true;
2548 break;
2549 }
2550 }
2551 if (Unused) {
2552 SmallVector<CCValAssign, 16> RVLocs;
2553 CCState CCInfo(CalleeCC, false, getTargetMachine(),
2554 RVLocs, *DAG.getContext());
2555 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Evan Cheng13617962010-04-30 01:12:32 +00002556 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002557 CCValAssign &VA = RVLocs[i];
2558 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
2559 return false;
2560 }
2561 }
2562
Evan Cheng13617962010-04-30 01:12:32 +00002563 // If the calling conventions do not match, then we'd better make sure the
2564 // results are returned in the same way as what the caller expects.
2565 if (!CCMatch) {
2566 SmallVector<CCValAssign, 16> RVLocs1;
2567 CCState CCInfo1(CalleeCC, false, getTargetMachine(),
2568 RVLocs1, *DAG.getContext());
2569 CCInfo1.AnalyzeCallResult(Ins, RetCC_X86);
2570
2571 SmallVector<CCValAssign, 16> RVLocs2;
2572 CCState CCInfo2(CallerCC, false, getTargetMachine(),
2573 RVLocs2, *DAG.getContext());
2574 CCInfo2.AnalyzeCallResult(Ins, RetCC_X86);
2575
2576 if (RVLocs1.size() != RVLocs2.size())
2577 return false;
2578 for (unsigned i = 0, e = RVLocs1.size(); i != e; ++i) {
2579 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
2580 return false;
2581 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
2582 return false;
2583 if (RVLocs1[i].isRegLoc()) {
2584 if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg())
2585 return false;
2586 } else {
2587 if (RVLocs1[i].getLocMemOffset() != RVLocs2[i].getLocMemOffset())
2588 return false;
2589 }
2590 }
2591 }
2592
Evan Chenga6bff982010-01-30 01:22:00 +00002593 // If the callee takes no arguments then go on to check the results of the
2594 // call.
2595 if (!Outs.empty()) {
2596 // Check if stack adjustment is needed. For now, do not do this if any
2597 // argument is passed on the stack.
2598 SmallVector<CCValAssign, 16> ArgLocs;
2599 CCState CCInfo(CalleeCC, isVarArg, getTargetMachine(),
2600 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002601
2602 // Allocate shadow area for Win64
2603 if (Subtarget->isTargetWin64()) {
2604 CCInfo.AllocateStack(32, 8);
2605 }
2606
Duncan Sands45907662010-10-31 13:21:44 +00002607 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Evan Chengb2c92902010-02-02 02:22:50 +00002608 if (CCInfo.getNextStackOffset()) {
2609 MachineFunction &MF = DAG.getMachineFunction();
2610 if (MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn())
2611 return false;
Evan Chengb2c92902010-02-02 02:22:50 +00002612
2613 // Check if the arguments are already laid out in the right way as
2614 // the caller's fixed stack objects.
2615 MachineFrameInfo *MFI = MF.getFrameInfo();
Evan Cheng5f941932010-02-05 02:21:12 +00002616 const MachineRegisterInfo *MRI = &MF.getRegInfo();
2617 const X86InstrInfo *TII =
2618 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
Evan Chengb2c92902010-02-02 02:22:50 +00002619 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2620 CCValAssign &VA = ArgLocs[i];
Dan Gohmanc9403652010-07-07 15:54:55 +00002621 SDValue Arg = OutVals[i];
Evan Chengb2c92902010-02-02 02:22:50 +00002622 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Evan Chengb2c92902010-02-02 02:22:50 +00002623 if (VA.getLocInfo() == CCValAssign::Indirect)
2624 return false;
2625 if (!VA.isRegLoc()) {
Evan Cheng5f941932010-02-05 02:21:12 +00002626 if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
2627 MFI, MRI, TII))
Evan Chengb2c92902010-02-02 02:22:50 +00002628 return false;
2629 }
2630 }
2631 }
Evan Cheng9c044672010-05-29 01:35:22 +00002632
2633 // If the tailcall address may be in a register, then make sure it's
2634 // possible to register allocate for it. In 32-bit, the call address can
2635 // only target EAX, EDX, or ECX since the tail call must be scheduled after
Evan Chengdedd9742010-07-14 06:44:01 +00002636 // callee-saved registers are restored. These happen to be the same
2637 // registers used to pass 'inreg' arguments so watch out for those.
2638 if (!Subtarget->is64Bit() &&
2639 !isa<GlobalAddressSDNode>(Callee) &&
Evan Cheng9c044672010-05-29 01:35:22 +00002640 !isa<ExternalSymbolSDNode>(Callee)) {
Evan Cheng9c044672010-05-29 01:35:22 +00002641 unsigned NumInRegs = 0;
2642 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2643 CCValAssign &VA = ArgLocs[i];
Evan Chengdedd9742010-07-14 06:44:01 +00002644 if (!VA.isRegLoc())
2645 continue;
2646 unsigned Reg = VA.getLocReg();
2647 switch (Reg) {
2648 default: break;
2649 case X86::EAX: case X86::EDX: case X86::ECX:
2650 if (++NumInRegs == 3)
Evan Cheng9c044672010-05-29 01:35:22 +00002651 return false;
Evan Chengdedd9742010-07-14 06:44:01 +00002652 break;
Evan Cheng9c044672010-05-29 01:35:22 +00002653 }
2654 }
2655 }
Evan Chenga6bff982010-01-30 01:22:00 +00002656 }
Evan Chengb1712452010-01-27 06:25:16 +00002657
Dale Johannesend155d7e2010-10-25 22:17:05 +00002658 // An stdcall caller is expected to clean up its arguments; the callee
Dale Johannesen0e034562010-11-12 00:43:18 +00002659 // isn't going to do that.
Dale Johannesend155d7e2010-10-25 22:17:05 +00002660 if (!CCMatch && CallerCC==CallingConv::X86_StdCall)
2661 return false;
2662
Evan Cheng86809cc2010-02-03 03:28:02 +00002663 return true;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002664}
2665
Dan Gohman3df24e62008-09-03 23:12:08 +00002666FastISel *
Dan Gohmana4160c32010-07-07 16:29:44 +00002667X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const {
2668 return X86::createFastISel(funcInfo);
Dan Gohmand9f3c482008-08-19 21:32:53 +00002669}
2670
2671
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002672//===----------------------------------------------------------------------===//
2673// Other Lowering Hooks
2674//===----------------------------------------------------------------------===//
2675
Bruno Cardoso Lopese654b562010-09-01 00:51:36 +00002676static bool MayFoldLoad(SDValue Op) {
2677 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
2678}
2679
2680static bool MayFoldIntoStore(SDValue Op) {
2681 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
2682}
2683
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002684static bool isTargetShuffle(unsigned Opcode) {
2685 switch(Opcode) {
2686 default: return false;
2687 case X86ISD::PSHUFD:
2688 case X86ISD::PSHUFHW:
2689 case X86ISD::PSHUFLW:
2690 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002691 case X86ISD::PALIGN:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002692 case X86ISD::SHUFPS:
2693 case X86ISD::MOVLHPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002694 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002695 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002696 case X86ISD::MOVLPS:
2697 case X86ISD::MOVLPD:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002698 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002699 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002700 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002701 case X86ISD::MOVSS:
2702 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002703 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002704 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002705 case X86ISD::VUNPCKLPS:
2706 case X86ISD::VUNPCKLPD:
2707 case X86ISD::VUNPCKLPSY:
2708 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002709 case X86ISD::PUNPCKLWD:
2710 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002711 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002712 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002713 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002714 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002715 case X86ISD::PUNPCKHWD:
2716 case X86ISD::PUNPCKHBW:
2717 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002718 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002719 return true;
2720 }
2721 return false;
2722}
2723
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002724static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002725 SDValue V1, SelectionDAG &DAG) {
2726 switch(Opc) {
2727 default: llvm_unreachable("Unknown x86 shuffle node");
2728 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002729 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002730 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002731 return DAG.getNode(Opc, dl, VT, V1);
2732 }
2733
2734 return SDValue();
2735}
2736
2737static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00002738 SDValue V1, unsigned TargetMask, SelectionDAG &DAG) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002739 switch(Opc) {
2740 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002741 case X86ISD::PSHUFD:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002742 case X86ISD::PSHUFHW:
2743 case X86ISD::PSHUFLW:
2744 return DAG.getNode(Opc, dl, VT, V1, DAG.getConstant(TargetMask, MVT::i8));
2745 }
2746
2747 return SDValue();
2748}
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002749
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002750static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2751 SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) {
2752 switch(Opc) {
2753 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002754 case X86ISD::PALIGN:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002755 case X86ISD::SHUFPD:
2756 case X86ISD::SHUFPS:
2757 return DAG.getNode(Opc, dl, VT, V1, V2,
2758 DAG.getConstant(TargetMask, MVT::i8));
2759 }
2760 return SDValue();
2761}
2762
2763static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2764 SDValue V1, SDValue V2, SelectionDAG &DAG) {
2765 switch(Opc) {
2766 default: llvm_unreachable("Unknown x86 shuffle node");
2767 case X86ISD::MOVLHPS:
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00002768 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002769 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002770 case X86ISD::MOVLPS:
2771 case X86ISD::MOVLPD:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002772 case X86ISD::MOVSS:
2773 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002774 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002775 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002776 case X86ISD::VUNPCKLPS:
2777 case X86ISD::VUNPCKLPD:
2778 case X86ISD::VUNPCKLPSY:
2779 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002780 case X86ISD::PUNPCKLWD:
2781 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002782 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002783 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002784 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002785 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002786 case X86ISD::PUNPCKHWD:
2787 case X86ISD::PUNPCKHBW:
2788 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002789 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002790 return DAG.getNode(Opc, dl, VT, V1, V2);
2791 }
2792 return SDValue();
2793}
2794
Dan Gohmand858e902010-04-17 15:26:15 +00002795SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) const {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002796 MachineFunction &MF = DAG.getMachineFunction();
2797 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2798 int ReturnAddrIndex = FuncInfo->getRAIndex();
2799
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002800 if (ReturnAddrIndex == 0) {
2801 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00002802 uint64_t SlotSize = TD->getPointerSize();
David Greene3f2bf852009-11-12 20:49:22 +00002803 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize,
Evan Chenged2ae132010-07-03 00:40:23 +00002804 false);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002805 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002806 }
2807
Evan Cheng25ab6902006-09-08 06:48:29 +00002808 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002809}
2810
2811
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002812bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
2813 bool hasSymbolicDisplacement) {
2814 // Offset should fit into 32 bit immediate field.
Benjamin Kramer34247a02010-03-29 21:13:41 +00002815 if (!isInt<32>(Offset))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002816 return false;
2817
2818 // If we don't have a symbolic displacement - we don't have any extra
2819 // restrictions.
2820 if (!hasSymbolicDisplacement)
2821 return true;
2822
2823 // FIXME: Some tweaks might be needed for medium code model.
2824 if (M != CodeModel::Small && M != CodeModel::Kernel)
2825 return false;
2826
2827 // For small code model we assume that latest object is 16MB before end of 31
2828 // bits boundary. We may also accept pretty large negative constants knowing
2829 // that all objects are in the positive half of address space.
2830 if (M == CodeModel::Small && Offset < 16*1024*1024)
2831 return true;
2832
2833 // For kernel code model we know that all object resist in the negative half
2834 // of 32bits address space. We may not accept negative offsets, since they may
2835 // be just off and we may accept pretty large positive ones.
2836 if (M == CodeModel::Kernel && Offset > 0)
2837 return true;
2838
2839 return false;
2840}
2841
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002842/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
2843/// specific condition code, returning the condition code and the LHS/RHS of the
2844/// comparison to make.
2845static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
2846 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00002847 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002848 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
2849 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
2850 // X > -1 -> X == 0, jump !sign.
2851 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002852 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002853 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
2854 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002855 return X86::COND_S;
Andrew Trickf6c39412011-03-23 23:11:02 +00002856 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00002857 // X < 1 -> X <= 0
2858 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002859 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002860 }
Chris Lattnerf9570512006-09-13 03:22:10 +00002861 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002862
Evan Chengd9558e02006-01-06 00:43:03 +00002863 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002864 default: llvm_unreachable("Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002865 case ISD::SETEQ: return X86::COND_E;
2866 case ISD::SETGT: return X86::COND_G;
2867 case ISD::SETGE: return X86::COND_GE;
2868 case ISD::SETLT: return X86::COND_L;
2869 case ISD::SETLE: return X86::COND_LE;
2870 case ISD::SETNE: return X86::COND_NE;
2871 case ISD::SETULT: return X86::COND_B;
2872 case ISD::SETUGT: return X86::COND_A;
2873 case ISD::SETULE: return X86::COND_BE;
2874 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002875 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002876 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002877
Chris Lattner4c78e022008-12-23 23:42:27 +00002878 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002879
Chris Lattner4c78e022008-12-23 23:42:27 +00002880 // If LHS is a foldable load, but RHS is not, flip the condition.
Rafael Espindolaf297c932011-02-03 03:58:05 +00002881 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
2882 !ISD::isNON_EXTLoad(RHS.getNode())) {
Chris Lattner4c78e022008-12-23 23:42:27 +00002883 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2884 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002885 }
2886
Chris Lattner4c78e022008-12-23 23:42:27 +00002887 switch (SetCCOpcode) {
2888 default: break;
2889 case ISD::SETOLT:
2890 case ISD::SETOLE:
2891 case ISD::SETUGT:
2892 case ISD::SETUGE:
2893 std::swap(LHS, RHS);
2894 break;
2895 }
2896
2897 // On a floating point condition, the flags are set as follows:
2898 // ZF PF CF op
2899 // 0 | 0 | 0 | X > Y
2900 // 0 | 0 | 1 | X < Y
2901 // 1 | 0 | 0 | X == Y
2902 // 1 | 1 | 1 | unordered
2903 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002904 default: llvm_unreachable("Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002905 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002906 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002907 case ISD::SETOLT: // flipped
2908 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002909 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002910 case ISD::SETOLE: // flipped
2911 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002912 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002913 case ISD::SETUGT: // flipped
2914 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002915 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00002916 case ISD::SETUGE: // flipped
2917 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002918 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002919 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002920 case ISD::SETNE: return X86::COND_NE;
2921 case ISD::SETUO: return X86::COND_P;
2922 case ISD::SETO: return X86::COND_NP;
Dan Gohman1a492952009-10-20 16:22:37 +00002923 case ISD::SETOEQ:
2924 case ISD::SETUNE: return X86::COND_INVALID;
Chris Lattner4c78e022008-12-23 23:42:27 +00002925 }
Evan Chengd9558e02006-01-06 00:43:03 +00002926}
2927
Evan Cheng4a460802006-01-11 00:33:36 +00002928/// hasFPCMov - is there a floating point cmov for the specific X86 condition
2929/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00002930/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00002931static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00002932 switch (X86CC) {
2933 default:
2934 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00002935 case X86::COND_B:
2936 case X86::COND_BE:
2937 case X86::COND_E:
2938 case X86::COND_P:
2939 case X86::COND_A:
2940 case X86::COND_AE:
2941 case X86::COND_NE:
2942 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00002943 return true;
2944 }
2945}
2946
Evan Chengeb2f9692009-10-27 19:56:55 +00002947/// isFPImmLegal - Returns true if the target can instruction select the
2948/// specified FP immediate natively. If false, the legalizer will
2949/// materialize the FP immediate as a load from a constant pool.
Evan Chenga1eaa3c2009-10-28 01:43:28 +00002950bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
Evan Chengeb2f9692009-10-27 19:56:55 +00002951 for (unsigned i = 0, e = LegalFPImmediates.size(); i != e; ++i) {
2952 if (Imm.bitwiseIsEqual(LegalFPImmediates[i]))
2953 return true;
2954 }
2955 return false;
2956}
2957
Nate Begeman9008ca62009-04-27 18:41:29 +00002958/// isUndefOrInRange - Return true if Val is undef or if its value falls within
2959/// the specified range (L, H].
2960static bool isUndefOrInRange(int Val, int Low, int Hi) {
2961 return (Val < 0) || (Val >= Low && Val < Hi);
2962}
2963
2964/// isUndefOrEqual - Val is either less than zero (undef) or equal to the
2965/// specified value.
2966static bool isUndefOrEqual(int Val, int CmpVal) {
2967 if (Val < 0 || Val == CmpVal)
Evan Cheng5ced1d82006-04-06 23:23:56 +00002968 return true;
Nate Begeman9008ca62009-04-27 18:41:29 +00002969 return false;
Evan Chengc5cdff22006-04-07 21:53:05 +00002970}
2971
Nate Begeman9008ca62009-04-27 18:41:29 +00002972/// isPSHUFDMask - Return true if the node specifies a shuffle of elements that
2973/// is suitable for input to PSHUFD or PSHUFW. That is, it doesn't reference
2974/// the second operand.
Owen Andersone50ed302009-08-10 22:56:29 +00002975static bool isPSHUFDMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00002976 if (VT == MVT::v4f32 || VT == MVT::v4i32 )
Nate Begeman9008ca62009-04-27 18:41:29 +00002977 return (Mask[0] < 4 && Mask[1] < 4 && Mask[2] < 4 && Mask[3] < 4);
Owen Anderson825b72b2009-08-11 20:47:22 +00002978 if (VT == MVT::v2f64 || VT == MVT::v2i64)
Nate Begeman9008ca62009-04-27 18:41:29 +00002979 return (Mask[0] < 2 && Mask[1] < 2);
2980 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002981}
2982
Nate Begeman9008ca62009-04-27 18:41:29 +00002983bool X86::isPSHUFDMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00002984 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00002985 N->getMask(M);
2986 return ::isPSHUFDMask(M, N->getValueType(0));
2987}
Evan Cheng0188ecb2006-03-22 18:59:22 +00002988
Nate Begeman9008ca62009-04-27 18:41:29 +00002989/// isPSHUFHWMask - Return true if the node specifies a shuffle of elements that
2990/// is suitable for input to PSHUFHW.
Owen Andersone50ed302009-08-10 22:56:29 +00002991static bool isPSHUFHWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00002992 if (VT != MVT::v8i16)
Evan Cheng0188ecb2006-03-22 18:59:22 +00002993 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00002994
Nate Begeman9008ca62009-04-27 18:41:29 +00002995 // Lower quadword copied in order or undef.
2996 for (int i = 0; i != 4; ++i)
2997 if (Mask[i] >= 0 && Mask[i] != i)
Evan Cheng506d3df2006-03-29 23:07:14 +00002998 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00002999
Evan Cheng506d3df2006-03-29 23:07:14 +00003000 // Upper quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003001 for (int i = 4; i != 8; ++i)
3002 if (Mask[i] >= 0 && (Mask[i] < 4 || Mask[i] > 7))
Evan Cheng506d3df2006-03-29 23:07:14 +00003003 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003004
Evan Cheng506d3df2006-03-29 23:07:14 +00003005 return true;
3006}
3007
Nate Begeman9008ca62009-04-27 18:41:29 +00003008bool X86::isPSHUFHWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003009 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003010 N->getMask(M);
3011 return ::isPSHUFHWMask(M, N->getValueType(0));
3012}
Evan Cheng506d3df2006-03-29 23:07:14 +00003013
Nate Begeman9008ca62009-04-27 18:41:29 +00003014/// isPSHUFLWMask - Return true if the node specifies a shuffle of elements that
3015/// is suitable for input to PSHUFLW.
Owen Andersone50ed302009-08-10 22:56:29 +00003016static bool isPSHUFLWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003017 if (VT != MVT::v8i16)
Evan Cheng506d3df2006-03-29 23:07:14 +00003018 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003019
Rafael Espindola15684b22009-04-24 12:40:33 +00003020 // Upper quadword copied in order.
Nate Begeman9008ca62009-04-27 18:41:29 +00003021 for (int i = 4; i != 8; ++i)
3022 if (Mask[i] >= 0 && Mask[i] != i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003023 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003024
Rafael Espindola15684b22009-04-24 12:40:33 +00003025 // Lower quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003026 for (int i = 0; i != 4; ++i)
3027 if (Mask[i] >= 4)
Rafael Espindola15684b22009-04-24 12:40:33 +00003028 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003029
Rafael Espindola15684b22009-04-24 12:40:33 +00003030 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003031}
3032
Nate Begeman9008ca62009-04-27 18:41:29 +00003033bool X86::isPSHUFLWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003034 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003035 N->getMask(M);
3036 return ::isPSHUFLWMask(M, N->getValueType(0));
3037}
3038
Nate Begemana09008b2009-10-19 02:17:23 +00003039/// isPALIGNRMask - Return true if the node specifies a shuffle of elements that
3040/// is suitable for input to PALIGNR.
3041static bool isPALIGNRMask(const SmallVectorImpl<int> &Mask, EVT VT,
3042 bool hasSSSE3) {
3043 int i, e = VT.getVectorNumElements();
Michael J. Spencerec38de22010-10-10 22:04:20 +00003044
Nate Begemana09008b2009-10-19 02:17:23 +00003045 // Do not handle v2i64 / v2f64 shuffles with palignr.
3046 if (e < 4 || !hasSSSE3)
3047 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003048
Nate Begemana09008b2009-10-19 02:17:23 +00003049 for (i = 0; i != e; ++i)
3050 if (Mask[i] >= 0)
3051 break;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003052
Nate Begemana09008b2009-10-19 02:17:23 +00003053 // All undef, not a palignr.
3054 if (i == e)
3055 return false;
3056
3057 // Determine if it's ok to perform a palignr with only the LHS, since we
3058 // don't have access to the actual shuffle elements to see if RHS is undef.
3059 bool Unary = Mask[i] < (int)e;
3060 bool NeedsUnary = false;
3061
3062 int s = Mask[i] - i;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003063
Nate Begemana09008b2009-10-19 02:17:23 +00003064 // Check the rest of the elements to see if they are consecutive.
3065 for (++i; i != e; ++i) {
3066 int m = Mask[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00003067 if (m < 0)
Nate Begemana09008b2009-10-19 02:17:23 +00003068 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003069
Nate Begemana09008b2009-10-19 02:17:23 +00003070 Unary = Unary && (m < (int)e);
3071 NeedsUnary = NeedsUnary || (m < s);
3072
3073 if (NeedsUnary && !Unary)
3074 return false;
3075 if (Unary && m != ((s+i) & (e-1)))
3076 return false;
3077 if (!Unary && m != (s+i))
3078 return false;
3079 }
3080 return true;
3081}
3082
3083bool X86::isPALIGNRMask(ShuffleVectorSDNode *N) {
3084 SmallVector<int, 8> M;
3085 N->getMask(M);
3086 return ::isPALIGNRMask(M, N->getValueType(0), true);
3087}
3088
Evan Cheng14aed5e2006-03-24 01:18:28 +00003089/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
3090/// specifies a shuffle of elements that is suitable for input to SHUFP*.
Owen Andersone50ed302009-08-10 22:56:29 +00003091static bool isSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003092 int NumElems = VT.getVectorNumElements();
3093 if (NumElems != 2 && NumElems != 4)
3094 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003095
Nate Begeman9008ca62009-04-27 18:41:29 +00003096 int Half = NumElems / 2;
3097 for (int i = 0; i < Half; ++i)
3098 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003099 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003100 for (int i = Half; i < NumElems; ++i)
3101 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003102 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003103
Evan Cheng14aed5e2006-03-24 01:18:28 +00003104 return true;
3105}
3106
Nate Begeman9008ca62009-04-27 18:41:29 +00003107bool X86::isSHUFPMask(ShuffleVectorSDNode *N) {
3108 SmallVector<int, 8> M;
3109 N->getMask(M);
3110 return ::isSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003111}
3112
Evan Cheng213d2cf2007-05-17 18:45:50 +00003113/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00003114/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
3115/// half elements to come from vector 1 (which would equal the dest.) and
3116/// the upper half to come from vector 2.
Owen Andersone50ed302009-08-10 22:56:29 +00003117static bool isCommutedSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003118 int NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003119
3120 if (NumElems != 2 && NumElems != 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00003121 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003122
Nate Begeman9008ca62009-04-27 18:41:29 +00003123 int Half = NumElems / 2;
3124 for (int i = 0; i < Half; ++i)
3125 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003126 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003127 for (int i = Half; i < NumElems; ++i)
3128 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003129 return false;
3130 return true;
3131}
3132
Nate Begeman9008ca62009-04-27 18:41:29 +00003133static bool isCommutedSHUFP(ShuffleVectorSDNode *N) {
3134 SmallVector<int, 8> M;
3135 N->getMask(M);
3136 return isCommutedSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003137}
3138
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003139/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
3140/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
Nate Begeman9008ca62009-04-27 18:41:29 +00003141bool X86::isMOVHLPSMask(ShuffleVectorSDNode *N) {
3142 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003143 return false;
3144
Evan Cheng2064a2b2006-03-28 06:50:32 +00003145 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Nate Begeman9008ca62009-04-27 18:41:29 +00003146 return isUndefOrEqual(N->getMaskElt(0), 6) &&
3147 isUndefOrEqual(N->getMaskElt(1), 7) &&
3148 isUndefOrEqual(N->getMaskElt(2), 2) &&
3149 isUndefOrEqual(N->getMaskElt(3), 3);
Evan Cheng6e56e2c2006-11-07 22:14:24 +00003150}
3151
Nate Begeman0b10b912009-11-07 23:17:15 +00003152/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
3153/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
3154/// <2, 3, 2, 3>
3155bool X86::isMOVHLPS_v_undef_Mask(ShuffleVectorSDNode *N) {
3156 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Michael J. Spencerec38de22010-10-10 22:04:20 +00003157
Nate Begeman0b10b912009-11-07 23:17:15 +00003158 if (NumElems != 4)
3159 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003160
Nate Begeman0b10b912009-11-07 23:17:15 +00003161 return isUndefOrEqual(N->getMaskElt(0), 2) &&
3162 isUndefOrEqual(N->getMaskElt(1), 3) &&
3163 isUndefOrEqual(N->getMaskElt(2), 2) &&
3164 isUndefOrEqual(N->getMaskElt(3), 3);
3165}
3166
Evan Cheng5ced1d82006-04-06 23:23:56 +00003167/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
3168/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
Nate Begeman9008ca62009-04-27 18:41:29 +00003169bool X86::isMOVLPMask(ShuffleVectorSDNode *N) {
3170 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003171
Evan Cheng5ced1d82006-04-06 23:23:56 +00003172 if (NumElems != 2 && NumElems != 4)
3173 return false;
3174
Evan Chengc5cdff22006-04-07 21:53:05 +00003175 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003176 if (!isUndefOrEqual(N->getMaskElt(i), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003177 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003178
Evan Chengc5cdff22006-04-07 21:53:05 +00003179 for (unsigned i = NumElems/2; i < NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003180 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003181 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003182
3183 return true;
3184}
3185
Nate Begeman0b10b912009-11-07 23:17:15 +00003186/// isMOVLHPSMask - Return true if the specified VECTOR_SHUFFLE operand
3187/// specifies a shuffle of elements that is suitable for input to MOVLHPS.
3188bool X86::isMOVLHPSMask(ShuffleVectorSDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003189 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003190
David Greenea20244d2011-03-02 17:23:43 +00003191 if ((NumElems != 2 && NumElems != 4)
3192 || N->getValueType(0).getSizeInBits() > 128)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003193 return false;
3194
Evan Chengc5cdff22006-04-07 21:53:05 +00003195 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003196 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003197 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003198
Nate Begeman9008ca62009-04-27 18:41:29 +00003199 for (unsigned i = 0; i < NumElems/2; ++i)
3200 if (!isUndefOrEqual(N->getMaskElt(i + NumElems/2), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003201 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003202
3203 return true;
3204}
3205
Evan Cheng0038e592006-03-28 00:39:58 +00003206/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
3207/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Owen Andersone50ed302009-08-10 22:56:29 +00003208static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003209 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003210 int NumElts = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003211 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng0038e592006-03-28 00:39:58 +00003212 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003213
David Greenea20244d2011-03-02 17:23:43 +00003214 // Handle vector lengths > 128 bits. Define a "section" as a set of
3215 // 128 bits. AVX defines UNPCK* to operate independently on 128-bit
3216 // sections.
3217 unsigned NumSections = VT.getSizeInBits() / 128;
3218 if (NumSections == 0 ) NumSections = 1; // Handle MMX
3219 unsigned NumSectionElts = NumElts / NumSections;
3220
3221 unsigned Start = 0;
3222 unsigned End = NumSectionElts;
3223 for (unsigned s = 0; s < NumSections; ++s) {
3224 for (unsigned i = Start, j = s * NumSectionElts;
3225 i != End;
3226 i += 2, ++j) {
3227 int BitI = Mask[i];
3228 int BitI1 = Mask[i+1];
3229 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003230 return false;
David Greenea20244d2011-03-02 17:23:43 +00003231 if (V2IsSplat) {
3232 if (!isUndefOrEqual(BitI1, NumElts))
3233 return false;
3234 } else {
3235 if (!isUndefOrEqual(BitI1, j + NumElts))
3236 return false;
3237 }
Evan Cheng39623da2006-04-20 08:58:49 +00003238 }
David Greenea20244d2011-03-02 17:23:43 +00003239 // Process the next 128 bits.
3240 Start += NumSectionElts;
3241 End += NumSectionElts;
Evan Cheng0038e592006-03-28 00:39:58 +00003242 }
David Greenea20244d2011-03-02 17:23:43 +00003243
Evan Cheng0038e592006-03-28 00:39:58 +00003244 return true;
3245}
3246
Nate Begeman9008ca62009-04-27 18:41:29 +00003247bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3248 SmallVector<int, 8> M;
3249 N->getMask(M);
3250 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003251}
3252
Evan Cheng4fcb9222006-03-28 02:43:26 +00003253/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3254/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Eric Christopherfd179292009-08-27 18:07:15 +00003255static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003256 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003257 int NumElts = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003258 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng4fcb9222006-03-28 02:43:26 +00003259 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003260
Nate Begeman9008ca62009-04-27 18:41:29 +00003261 for (int i = 0, j = 0; i != NumElts; i += 2, ++j) {
3262 int BitI = Mask[i];
3263 int BitI1 = Mask[i+1];
Chris Lattner5a88b832007-02-25 07:10:00 +00003264 if (!isUndefOrEqual(BitI, j + NumElts/2))
Evan Chengc5cdff22006-04-07 21:53:05 +00003265 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00003266 if (V2IsSplat) {
Chris Lattner5a88b832007-02-25 07:10:00 +00003267 if (isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00003268 return false;
3269 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00003270 if (!isUndefOrEqual(BitI1, j + NumElts/2 + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00003271 return false;
3272 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003273 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003274 return true;
3275}
3276
Nate Begeman9008ca62009-04-27 18:41:29 +00003277bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3278 SmallVector<int, 8> M;
3279 N->getMask(M);
3280 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003281}
3282
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003283/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
3284/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
3285/// <0, 0, 1, 1>
Owen Andersone50ed302009-08-10 22:56:29 +00003286static bool isUNPCKL_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003287 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003288 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003289 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003290
David Greenea20244d2011-03-02 17:23:43 +00003291 // Handle vector lengths > 128 bits. Define a "section" as a set of
3292 // 128 bits. AVX defines UNPCK* to operate independently on 128-bit
3293 // sections.
3294 unsigned NumSections = VT.getSizeInBits() / 128;
3295 if (NumSections == 0 ) NumSections = 1; // Handle MMX
3296 unsigned NumSectionElts = NumElems / NumSections;
3297
3298 for (unsigned s = 0; s < NumSections; ++s) {
3299 for (unsigned i = s * NumSectionElts, j = s * NumSectionElts;
3300 i != NumSectionElts * (s + 1);
3301 i += 2, ++j) {
3302 int BitI = Mask[i];
3303 int BitI1 = Mask[i+1];
3304
3305 if (!isUndefOrEqual(BitI, j))
3306 return false;
3307 if (!isUndefOrEqual(BitI1, j))
3308 return false;
3309 }
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003310 }
David Greenea20244d2011-03-02 17:23:43 +00003311
Rafael Espindola15684b22009-04-24 12:40:33 +00003312 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003313}
3314
Nate Begeman9008ca62009-04-27 18:41:29 +00003315bool X86::isUNPCKL_v_undef_Mask(ShuffleVectorSDNode *N) {
3316 SmallVector<int, 8> M;
3317 N->getMask(M);
3318 return ::isUNPCKL_v_undef_Mask(M, N->getValueType(0));
3319}
3320
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003321/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
3322/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
3323/// <2, 2, 3, 3>
Owen Andersone50ed302009-08-10 22:56:29 +00003324static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003325 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003326 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
3327 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003328
Nate Begeman9008ca62009-04-27 18:41:29 +00003329 for (int i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
3330 int BitI = Mask[i];
3331 int BitI1 = Mask[i+1];
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003332 if (!isUndefOrEqual(BitI, j))
3333 return false;
3334 if (!isUndefOrEqual(BitI1, j))
3335 return false;
3336 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003337 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003338}
3339
Nate Begeman9008ca62009-04-27 18:41:29 +00003340bool X86::isUNPCKH_v_undef_Mask(ShuffleVectorSDNode *N) {
3341 SmallVector<int, 8> M;
3342 N->getMask(M);
3343 return ::isUNPCKH_v_undef_Mask(M, N->getValueType(0));
3344}
3345
Evan Cheng017dcc62006-04-21 01:05:10 +00003346/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
3347/// specifies a shuffle of elements that is suitable for input to MOVSS,
3348/// MOVSD, and MOVD, i.e. setting the lowest element.
Owen Andersone50ed302009-08-10 22:56:29 +00003349static bool isMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Eli Friedman10415532009-06-06 06:05:10 +00003350 if (VT.getVectorElementType().getSizeInBits() < 32)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003351 return false;
Eli Friedman10415532009-06-06 06:05:10 +00003352
3353 int NumElts = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003354
Nate Begeman9008ca62009-04-27 18:41:29 +00003355 if (!isUndefOrEqual(Mask[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003356 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003357
Nate Begeman9008ca62009-04-27 18:41:29 +00003358 for (int i = 1; i < NumElts; ++i)
3359 if (!isUndefOrEqual(Mask[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003360 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003361
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003362 return true;
3363}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003364
Nate Begeman9008ca62009-04-27 18:41:29 +00003365bool X86::isMOVLMask(ShuffleVectorSDNode *N) {
3366 SmallVector<int, 8> M;
3367 N->getMask(M);
3368 return ::isMOVLMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003369}
3370
Evan Cheng017dcc62006-04-21 01:05:10 +00003371/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
3372/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00003373/// element of vector 2 and the other elements to come from vector 1 in order.
Owen Andersone50ed302009-08-10 22:56:29 +00003374static bool isCommutedMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Nate Begeman9008ca62009-04-27 18:41:29 +00003375 bool V2IsSplat = false, bool V2IsUndef = false) {
3376 int NumOps = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003377 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00003378 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003379
Nate Begeman9008ca62009-04-27 18:41:29 +00003380 if (!isUndefOrEqual(Mask[0], 0))
Evan Cheng39623da2006-04-20 08:58:49 +00003381 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003382
Nate Begeman9008ca62009-04-27 18:41:29 +00003383 for (int i = 1; i < NumOps; ++i)
3384 if (!(isUndefOrEqual(Mask[i], i+NumOps) ||
3385 (V2IsUndef && isUndefOrInRange(Mask[i], NumOps, NumOps*2)) ||
3386 (V2IsSplat && isUndefOrEqual(Mask[i], NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00003387 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003388
Evan Cheng39623da2006-04-20 08:58:49 +00003389 return true;
3390}
3391
Nate Begeman9008ca62009-04-27 18:41:29 +00003392static bool isCommutedMOVL(ShuffleVectorSDNode *N, bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00003393 bool V2IsUndef = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003394 SmallVector<int, 8> M;
3395 N->getMask(M);
3396 return isCommutedMOVLMask(M, N->getValueType(0), V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00003397}
3398
Evan Chengd9539472006-04-14 21:59:03 +00003399/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3400/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003401bool X86::isMOVSHDUPMask(ShuffleVectorSDNode *N) {
3402 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00003403 return false;
3404
3405 // Expect 1, 1, 3, 3
Rafael Espindola15684b22009-04-24 12:40:33 +00003406 for (unsigned i = 0; i < 2; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003407 int Elt = N->getMaskElt(i);
3408 if (Elt >= 0 && Elt != 1)
3409 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00003410 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003411
3412 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00003413 for (unsigned i = 2; i < 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003414 int Elt = N->getMaskElt(i);
3415 if (Elt >= 0 && Elt != 3)
3416 return false;
3417 if (Elt == 3)
3418 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00003419 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003420 // Don't use movshdup if it can be done with a shufps.
Nate Begeman9008ca62009-04-27 18:41:29 +00003421 // FIXME: verify that matching u, u, 3, 3 is what we want.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003422 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00003423}
3424
3425/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3426/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003427bool X86::isMOVSLDUPMask(ShuffleVectorSDNode *N) {
3428 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00003429 return false;
3430
3431 // Expect 0, 0, 2, 2
Nate Begeman9008ca62009-04-27 18:41:29 +00003432 for (unsigned i = 0; i < 2; ++i)
3433 if (N->getMaskElt(i) > 0)
3434 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003435
3436 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00003437 for (unsigned i = 2; i < 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003438 int Elt = N->getMaskElt(i);
3439 if (Elt >= 0 && Elt != 2)
3440 return false;
3441 if (Elt == 2)
3442 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00003443 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003444 // Don't use movsldup if it can be done with a shufps.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003445 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00003446}
3447
Evan Cheng0b457f02008-09-25 20:50:48 +00003448/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3449/// specifies a shuffle of elements that is suitable for input to MOVDDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003450bool X86::isMOVDDUPMask(ShuffleVectorSDNode *N) {
3451 int e = N->getValueType(0).getVectorNumElements() / 2;
Eric Christopherfd179292009-08-27 18:07:15 +00003452
Nate Begeman9008ca62009-04-27 18:41:29 +00003453 for (int i = 0; i < e; ++i)
3454 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003455 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003456 for (int i = 0; i < e; ++i)
3457 if (!isUndefOrEqual(N->getMaskElt(e+i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003458 return false;
3459 return true;
3460}
3461
David Greenec38a03e2011-02-03 15:50:00 +00003462/// isVEXTRACTF128Index - Return true if the specified
3463/// EXTRACT_SUBVECTOR operand specifies a vector extract that is
3464/// suitable for input to VEXTRACTF128.
3465bool X86::isVEXTRACTF128Index(SDNode *N) {
3466 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3467 return false;
3468
3469 // The index should be aligned on a 128-bit boundary.
3470 uint64_t Index =
3471 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3472
3473 unsigned VL = N->getValueType(0).getVectorNumElements();
3474 unsigned VBits = N->getValueType(0).getSizeInBits();
3475 unsigned ElSize = VBits / VL;
3476 bool Result = (Index * ElSize) % 128 == 0;
3477
3478 return Result;
3479}
3480
David Greeneccacdc12011-02-04 16:08:29 +00003481/// isVINSERTF128Index - Return true if the specified INSERT_SUBVECTOR
3482/// operand specifies a subvector insert that is suitable for input to
3483/// VINSERTF128.
3484bool X86::isVINSERTF128Index(SDNode *N) {
3485 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3486 return false;
3487
3488 // The index should be aligned on a 128-bit boundary.
3489 uint64_t Index =
3490 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
3491
3492 unsigned VL = N->getValueType(0).getVectorNumElements();
3493 unsigned VBits = N->getValueType(0).getSizeInBits();
3494 unsigned ElSize = VBits / VL;
3495 bool Result = (Index * ElSize) % 128 == 0;
3496
3497 return Result;
3498}
3499
Evan Cheng63d33002006-03-22 08:01:21 +00003500/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003501/// the specified VECTOR_SHUFFLE mask with PSHUF* and SHUFP* instructions.
Evan Cheng63d33002006-03-22 08:01:21 +00003502unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003503 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3504 int NumOperands = SVOp->getValueType(0).getVectorNumElements();
3505
Evan Chengb9df0ca2006-03-22 02:53:00 +00003506 unsigned Shift = (NumOperands == 4) ? 2 : 1;
3507 unsigned Mask = 0;
Nate Begeman9008ca62009-04-27 18:41:29 +00003508 for (int i = 0; i < NumOperands; ++i) {
3509 int Val = SVOp->getMaskElt(NumOperands-i-1);
3510 if (Val < 0) Val = 0;
Evan Cheng14aed5e2006-03-24 01:18:28 +00003511 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00003512 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00003513 if (i != NumOperands - 1)
3514 Mask <<= Shift;
3515 }
Evan Cheng63d33002006-03-22 08:01:21 +00003516 return Mask;
3517}
3518
Evan Cheng506d3df2006-03-29 23:07:14 +00003519/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003520/// the specified VECTOR_SHUFFLE mask with the PSHUFHW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003521unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003522 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003523 unsigned Mask = 0;
3524 // 8 nodes, but we only care about the last 4.
3525 for (unsigned i = 7; i >= 4; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003526 int Val = SVOp->getMaskElt(i);
3527 if (Val >= 0)
Mon P Wang7bcaefa2009-02-04 01:16:59 +00003528 Mask |= (Val - 4);
Evan Cheng506d3df2006-03-29 23:07:14 +00003529 if (i != 4)
3530 Mask <<= 2;
3531 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003532 return Mask;
3533}
3534
3535/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003536/// the specified VECTOR_SHUFFLE mask with the PSHUFLW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003537unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003538 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003539 unsigned Mask = 0;
3540 // 8 nodes, but we only care about the first 4.
3541 for (int i = 3; i >= 0; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003542 int Val = SVOp->getMaskElt(i);
3543 if (Val >= 0)
3544 Mask |= Val;
Evan Cheng506d3df2006-03-29 23:07:14 +00003545 if (i != 0)
3546 Mask <<= 2;
3547 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003548 return Mask;
3549}
3550
Nate Begemana09008b2009-10-19 02:17:23 +00003551/// getShufflePALIGNRImmediate - Return the appropriate immediate to shuffle
3552/// the specified VECTOR_SHUFFLE mask with the PALIGNR instruction.
3553unsigned X86::getShufflePALIGNRImmediate(SDNode *N) {
3554 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3555 EVT VVT = N->getValueType(0);
3556 unsigned EltSize = VVT.getVectorElementType().getSizeInBits() >> 3;
3557 int Val = 0;
3558
3559 unsigned i, e;
3560 for (i = 0, e = VVT.getVectorNumElements(); i != e; ++i) {
3561 Val = SVOp->getMaskElt(i);
3562 if (Val >= 0)
3563 break;
3564 }
3565 return (Val - i) * EltSize;
3566}
3567
David Greenec38a03e2011-02-03 15:50:00 +00003568/// getExtractVEXTRACTF128Immediate - Return the appropriate immediate
3569/// to extract the specified EXTRACT_SUBVECTOR index with VEXTRACTF128
3570/// instructions.
3571unsigned X86::getExtractVEXTRACTF128Immediate(SDNode *N) {
3572 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3573 llvm_unreachable("Illegal extract subvector for VEXTRACTF128");
3574
3575 uint64_t Index =
3576 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3577
3578 EVT VecVT = N->getOperand(0).getValueType();
3579 EVT ElVT = VecVT.getVectorElementType();
3580
3581 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
3582
3583 return Index / NumElemsPerChunk;
3584}
3585
David Greeneccacdc12011-02-04 16:08:29 +00003586/// getInsertVINSERTF128Immediate - Return the appropriate immediate
3587/// to insert at the specified INSERT_SUBVECTOR index with VINSERTF128
3588/// instructions.
3589unsigned X86::getInsertVINSERTF128Immediate(SDNode *N) {
3590 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3591 llvm_unreachable("Illegal insert subvector for VINSERTF128");
3592
3593 uint64_t Index =
NAKAMURA Takumi27635382011-02-05 15:10:54 +00003594 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
David Greeneccacdc12011-02-04 16:08:29 +00003595
3596 EVT VecVT = N->getValueType(0);
3597 EVT ElVT = VecVT.getVectorElementType();
3598
3599 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
3600
3601 return Index / NumElemsPerChunk;
3602}
3603
Evan Cheng37b73872009-07-30 08:33:02 +00003604/// isZeroNode - Returns true if Elt is a constant zero or a floating point
3605/// constant +0.0.
3606bool X86::isZeroNode(SDValue Elt) {
3607 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmane368b462010-06-18 14:22:04 +00003608 cast<ConstantSDNode>(Elt)->isNullValue()) ||
Evan Cheng37b73872009-07-30 08:33:02 +00003609 (isa<ConstantFPSDNode>(Elt) &&
3610 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
3611}
3612
Nate Begeman9008ca62009-04-27 18:41:29 +00003613/// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
3614/// their permute mask.
3615static SDValue CommuteVectorShuffle(ShuffleVectorSDNode *SVOp,
3616 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003617 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003618 unsigned NumElems = VT.getVectorNumElements();
Nate Begeman9008ca62009-04-27 18:41:29 +00003619 SmallVector<int, 8> MaskVec;
Eric Christopherfd179292009-08-27 18:07:15 +00003620
Nate Begeman5a5ca152009-04-29 05:20:52 +00003621 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003622 int idx = SVOp->getMaskElt(i);
3623 if (idx < 0)
3624 MaskVec.push_back(idx);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003625 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003626 MaskVec.push_back(idx + NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003627 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003628 MaskVec.push_back(idx - NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003629 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003630 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(1),
3631 SVOp->getOperand(0), &MaskVec[0]);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003632}
3633
Evan Cheng779ccea2007-12-07 21:30:01 +00003634/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
3635/// the two vector operands have swapped position.
Owen Andersone50ed302009-08-10 22:56:29 +00003636static void CommuteVectorShuffleMask(SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman5a5ca152009-04-29 05:20:52 +00003637 unsigned NumElems = VT.getVectorNumElements();
3638 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003639 int idx = Mask[i];
3640 if (idx < 0)
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003641 continue;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003642 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003643 Mask[i] = idx + NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003644 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003645 Mask[i] = idx - NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003646 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003647}
3648
Evan Cheng533a0aa2006-04-19 20:35:22 +00003649/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
3650/// match movhlps. The lower half elements should come from upper half of
3651/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00003652/// half of V2 (and in order).
Nate Begeman9008ca62009-04-27 18:41:29 +00003653static bool ShouldXformToMOVHLPS(ShuffleVectorSDNode *Op) {
3654 if (Op->getValueType(0).getVectorNumElements() != 4)
Evan Cheng533a0aa2006-04-19 20:35:22 +00003655 return false;
3656 for (unsigned i = 0, e = 2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003657 if (!isUndefOrEqual(Op->getMaskElt(i), i+2))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003658 return false;
3659 for (unsigned i = 2; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003660 if (!isUndefOrEqual(Op->getMaskElt(i), i+4))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003661 return false;
3662 return true;
3663}
3664
Evan Cheng5ced1d82006-04-06 23:23:56 +00003665/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00003666/// is promoted to a vector. It also returns the LoadSDNode by reference if
3667/// required.
3668static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00003669 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
3670 return false;
3671 N = N->getOperand(0).getNode();
3672 if (!ISD::isNON_EXTLoad(N))
3673 return false;
3674 if (LD)
3675 *LD = cast<LoadSDNode>(N);
3676 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003677}
3678
Evan Cheng533a0aa2006-04-19 20:35:22 +00003679/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
3680/// match movlp{s|d}. The lower half elements should come from lower half of
3681/// V1 (and in order), and the upper half elements should come from the upper
3682/// half of V2 (and in order). And since V1 will become the source of the
3683/// MOVLP, it must be either a vector load or a scalar load to vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00003684static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2,
3685 ShuffleVectorSDNode *Op) {
Evan Cheng466685d2006-10-09 20:57:25 +00003686 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003687 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00003688 // Is V2 is a vector load, don't do this transformation. We will try to use
3689 // load folding shufps op.
3690 if (ISD::isNON_EXTLoad(V2))
3691 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003692
Nate Begeman5a5ca152009-04-29 05:20:52 +00003693 unsigned NumElems = Op->getValueType(0).getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003694
Evan Cheng533a0aa2006-04-19 20:35:22 +00003695 if (NumElems != 2 && NumElems != 4)
3696 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003697 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003698 if (!isUndefOrEqual(Op->getMaskElt(i), i))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003699 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003700 for (unsigned i = NumElems/2; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003701 if (!isUndefOrEqual(Op->getMaskElt(i), i+NumElems))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003702 return false;
3703 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003704}
3705
Evan Cheng39623da2006-04-20 08:58:49 +00003706/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
3707/// all the same.
3708static bool isSplatVector(SDNode *N) {
3709 if (N->getOpcode() != ISD::BUILD_VECTOR)
3710 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003711
Dan Gohman475871a2008-07-27 21:46:04 +00003712 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00003713 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
3714 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003715 return false;
3716 return true;
3717}
3718
Evan Cheng213d2cf2007-05-17 18:45:50 +00003719/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
Eric Christopherfd179292009-08-27 18:07:15 +00003720/// to an zero vector.
Nate Begeman5a5ca152009-04-29 05:20:52 +00003721/// FIXME: move to dag combiner / method on ShuffleVectorSDNode
Nate Begeman9008ca62009-04-27 18:41:29 +00003722static bool isZeroShuffle(ShuffleVectorSDNode *N) {
Dan Gohman475871a2008-07-27 21:46:04 +00003723 SDValue V1 = N->getOperand(0);
3724 SDValue V2 = N->getOperand(1);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003725 unsigned NumElems = N->getValueType(0).getVectorNumElements();
3726 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003727 int Idx = N->getMaskElt(i);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003728 if (Idx >= (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003729 unsigned Opc = V2.getOpcode();
Rafael Espindola15684b22009-04-24 12:40:33 +00003730 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
3731 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003732 if (Opc != ISD::BUILD_VECTOR ||
3733 !X86::isZeroNode(V2.getOperand(Idx-NumElems)))
Nate Begeman9008ca62009-04-27 18:41:29 +00003734 return false;
3735 } else if (Idx >= 0) {
3736 unsigned Opc = V1.getOpcode();
3737 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
3738 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003739 if (Opc != ISD::BUILD_VECTOR ||
3740 !X86::isZeroNode(V1.getOperand(Idx)))
Chris Lattner8a594482007-11-25 00:24:49 +00003741 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00003742 }
3743 }
3744 return true;
3745}
3746
3747/// getZeroVector - Returns a vector of specified type with all zero elements.
3748///
Owen Andersone50ed302009-08-10 22:56:29 +00003749static SDValue getZeroVector(EVT VT, bool HasSSE2, SelectionDAG &DAG,
Dale Johannesenace16102009-02-03 19:33:06 +00003750 DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003751 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003752
Dale Johannesen0488fb62010-09-30 23:57:10 +00003753 // Always build SSE zero vectors as <4 x i32> bitcasted
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003754 // to their dest type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00003755 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00003756 if (VT.getSizeInBits() == 128) { // SSE
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003757 if (HasSSE2) { // SSE2
3758 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
3759 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
3760 } else { // SSE1
3761 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
3762 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
3763 }
3764 } else if (VT.getSizeInBits() == 256) { // AVX
3765 // 256-bit logic and arithmetic instructions in AVX are
3766 // all floating-point, no support for integer ops. Default
3767 // to emitting fp zeroed vectors then.
Owen Anderson825b72b2009-08-11 20:47:22 +00003768 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003769 SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
3770 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8f32, Ops, 8);
Evan Chengf0df0312008-05-15 08:39:06 +00003771 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003772 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00003773}
3774
Chris Lattner8a594482007-11-25 00:24:49 +00003775/// getOnesVector - Returns a vector of specified type with all bits set.
3776///
Owen Andersone50ed302009-08-10 22:56:29 +00003777static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003778 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003779
Chris Lattner8a594482007-11-25 00:24:49 +00003780 // Always build ones vectors as <4 x i32> or <2 x i32> bitcasted to their dest
3781 // type. This ensures they get CSE'd.
Owen Anderson825b72b2009-08-11 20:47:22 +00003782 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
Dan Gohman475871a2008-07-27 21:46:04 +00003783 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00003784 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003785 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Chris Lattner8a594482007-11-25 00:24:49 +00003786}
3787
3788
Evan Cheng39623da2006-04-20 08:58:49 +00003789/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
3790/// that point to V2 points to its first element.
Nate Begeman9008ca62009-04-27 18:41:29 +00003791static SDValue NormalizeMask(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003792 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003793 unsigned NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003794
Evan Cheng39623da2006-04-20 08:58:49 +00003795 bool Changed = false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003796 SmallVector<int, 8> MaskVec;
3797 SVOp->getMask(MaskVec);
Eric Christopherfd179292009-08-27 18:07:15 +00003798
Nate Begeman5a5ca152009-04-29 05:20:52 +00003799 for (unsigned i = 0; i != NumElems; ++i) {
3800 if (MaskVec[i] > (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003801 MaskVec[i] = NumElems;
3802 Changed = true;
Evan Cheng39623da2006-04-20 08:58:49 +00003803 }
Evan Cheng39623da2006-04-20 08:58:49 +00003804 }
Evan Cheng39623da2006-04-20 08:58:49 +00003805 if (Changed)
Nate Begeman9008ca62009-04-27 18:41:29 +00003806 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(0),
3807 SVOp->getOperand(1), &MaskVec[0]);
3808 return SDValue(SVOp, 0);
Evan Cheng39623da2006-04-20 08:58:49 +00003809}
3810
Evan Cheng017dcc62006-04-21 01:05:10 +00003811/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
3812/// operation of specified width.
Owen Andersone50ed302009-08-10 22:56:29 +00003813static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003814 SDValue V2) {
3815 unsigned NumElems = VT.getVectorNumElements();
3816 SmallVector<int, 8> Mask;
3817 Mask.push_back(NumElems);
Evan Cheng39623da2006-04-20 08:58:49 +00003818 for (unsigned i = 1; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003819 Mask.push_back(i);
3820 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Cheng39623da2006-04-20 08:58:49 +00003821}
3822
Nate Begeman9008ca62009-04-27 18:41:29 +00003823/// getUnpackl - Returns a vector_shuffle node for an unpackl operation.
Owen Andersone50ed302009-08-10 22:56:29 +00003824static SDValue getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003825 SDValue V2) {
3826 unsigned NumElems = VT.getVectorNumElements();
3827 SmallVector<int, 8> Mask;
Evan Chengc575ca22006-04-17 20:43:08 +00003828 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003829 Mask.push_back(i);
3830 Mask.push_back(i + NumElems);
Evan Chengc575ca22006-04-17 20:43:08 +00003831 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003832 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Chengc575ca22006-04-17 20:43:08 +00003833}
3834
Nate Begeman9008ca62009-04-27 18:41:29 +00003835/// getUnpackhMask - Returns a vector_shuffle node for an unpackh operation.
Owen Andersone50ed302009-08-10 22:56:29 +00003836static SDValue getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003837 SDValue V2) {
3838 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng39623da2006-04-20 08:58:49 +00003839 unsigned Half = NumElems/2;
Nate Begeman9008ca62009-04-27 18:41:29 +00003840 SmallVector<int, 8> Mask;
Evan Cheng39623da2006-04-20 08:58:49 +00003841 for (unsigned i = 0; i != Half; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003842 Mask.push_back(i + Half);
3843 Mask.push_back(i + NumElems + Half);
Evan Cheng39623da2006-04-20 08:58:49 +00003844 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003845 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00003846}
3847
Bruno Cardoso Lopesbb0a9482010-08-13 17:50:47 +00003848/// PromoteSplat - Promote a splat of v4i32, v8i16 or v16i8 to v4f32.
3849static SDValue PromoteSplat(ShuffleVectorSDNode *SV, SelectionDAG &DAG) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003850 EVT PVT = MVT::v4f32;
Owen Andersone50ed302009-08-10 22:56:29 +00003851 EVT VT = SV->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00003852 DebugLoc dl = SV->getDebugLoc();
3853 SDValue V1 = SV->getOperand(0);
3854 int NumElems = VT.getVectorNumElements();
3855 int EltNo = SV->getSplatIndex();
Rafael Espindola15684b22009-04-24 12:40:33 +00003856
Nate Begeman9008ca62009-04-27 18:41:29 +00003857 // unpack elements to the correct location
3858 while (NumElems > 4) {
3859 if (EltNo < NumElems/2) {
3860 V1 = getUnpackl(DAG, dl, VT, V1, V1);
3861 } else {
3862 V1 = getUnpackh(DAG, dl, VT, V1, V1);
3863 EltNo -= NumElems/2;
3864 }
3865 NumElems >>= 1;
3866 }
Eric Christopherfd179292009-08-27 18:07:15 +00003867
Nate Begeman9008ca62009-04-27 18:41:29 +00003868 // Perform the splat.
3869 int SplatMask[4] = { EltNo, EltNo, EltNo, EltNo };
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003870 V1 = DAG.getNode(ISD::BITCAST, dl, PVT, V1);
Nate Begeman9008ca62009-04-27 18:41:29 +00003871 V1 = DAG.getVectorShuffle(PVT, dl, V1, DAG.getUNDEF(PVT), &SplatMask[0]);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003872 return DAG.getNode(ISD::BITCAST, dl, VT, V1);
Evan Chengc575ca22006-04-17 20:43:08 +00003873}
3874
Evan Chengba05f722006-04-21 23:03:30 +00003875/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00003876/// vector of zero or undef vector. This produces a shuffle where the low
3877/// element of V2 is swizzled into the zero/undef vector, landing at element
3878/// 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 +00003879static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00003880 bool isZero, bool HasSSE2,
3881 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003882 EVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00003883 SDValue V1 = isZero
Nate Begeman9008ca62009-04-27 18:41:29 +00003884 ? getZeroVector(VT, HasSSE2, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
3885 unsigned NumElems = VT.getVectorNumElements();
3886 SmallVector<int, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00003887 for (unsigned i = 0; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003888 // If this is the insertion idx, put the low elt of V2 here.
3889 MaskVec.push_back(i == Idx ? NumElems : i);
3890 return DAG.getVectorShuffle(VT, V2.getDebugLoc(), V1, V2, &MaskVec[0]);
Evan Cheng017dcc62006-04-21 01:05:10 +00003891}
3892
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003893/// getShuffleScalarElt - Returns the scalar element that will make up the ith
3894/// element of the result of the vector shuffle.
Benjamin Kramer050db522011-03-26 12:38:19 +00003895static SDValue getShuffleScalarElt(SDNode *N, int Index, SelectionDAG &DAG,
3896 unsigned Depth) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003897 if (Depth == 6)
3898 return SDValue(); // Limit search depth.
3899
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003900 SDValue V = SDValue(N, 0);
3901 EVT VT = V.getValueType();
3902 unsigned Opcode = V.getOpcode();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003903
3904 // Recurse into ISD::VECTOR_SHUFFLE node to find scalars.
3905 if (const ShuffleVectorSDNode *SV = dyn_cast<ShuffleVectorSDNode>(N)) {
3906 Index = SV->getMaskElt(Index);
3907
3908 if (Index < 0)
3909 return DAG.getUNDEF(VT.getVectorElementType());
3910
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00003911 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003912 SDValue NewV = (Index < NumElems) ? SV->getOperand(0) : SV->getOperand(1);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003913 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG, Depth+1);
Evan Chengf26ffe92008-05-29 08:22:04 +00003914 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003915
3916 // Recurse into target specific vector shuffles to find scalars.
3917 if (isTargetShuffle(Opcode)) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003918 int NumElems = VT.getVectorNumElements();
3919 SmallVector<unsigned, 16> ShuffleMask;
3920 SDValue ImmN;
3921
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003922 switch(Opcode) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003923 case X86ISD::SHUFPS:
3924 case X86ISD::SHUFPD:
3925 ImmN = N->getOperand(N->getNumOperands()-1);
3926 DecodeSHUFPSMask(NumElems,
3927 cast<ConstantSDNode>(ImmN)->getZExtValue(),
3928 ShuffleMask);
3929 break;
3930 case X86ISD::PUNPCKHBW:
3931 case X86ISD::PUNPCKHWD:
3932 case X86ISD::PUNPCKHDQ:
3933 case X86ISD::PUNPCKHQDQ:
3934 DecodePUNPCKHMask(NumElems, ShuffleMask);
3935 break;
3936 case X86ISD::UNPCKHPS:
3937 case X86ISD::UNPCKHPD:
3938 DecodeUNPCKHPMask(NumElems, ShuffleMask);
3939 break;
3940 case X86ISD::PUNPCKLBW:
3941 case X86ISD::PUNPCKLWD:
3942 case X86ISD::PUNPCKLDQ:
3943 case X86ISD::PUNPCKLQDQ:
David Greenec4db4e52011-02-28 19:06:56 +00003944 DecodePUNPCKLMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003945 break;
3946 case X86ISD::UNPCKLPS:
3947 case X86ISD::UNPCKLPD:
David Greenec4db4e52011-02-28 19:06:56 +00003948 case X86ISD::VUNPCKLPS:
3949 case X86ISD::VUNPCKLPD:
3950 case X86ISD::VUNPCKLPSY:
3951 case X86ISD::VUNPCKLPDY:
3952 DecodeUNPCKLPMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003953 break;
3954 case X86ISD::MOVHLPS:
3955 DecodeMOVHLPSMask(NumElems, ShuffleMask);
3956 break;
3957 case X86ISD::MOVLHPS:
3958 DecodeMOVLHPSMask(NumElems, ShuffleMask);
3959 break;
3960 case X86ISD::PSHUFD:
3961 ImmN = N->getOperand(N->getNumOperands()-1);
3962 DecodePSHUFMask(NumElems,
3963 cast<ConstantSDNode>(ImmN)->getZExtValue(),
3964 ShuffleMask);
3965 break;
3966 case X86ISD::PSHUFHW:
3967 ImmN = N->getOperand(N->getNumOperands()-1);
3968 DecodePSHUFHWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
3969 ShuffleMask);
3970 break;
3971 case X86ISD::PSHUFLW:
3972 ImmN = N->getOperand(N->getNumOperands()-1);
3973 DecodePSHUFLWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
3974 ShuffleMask);
3975 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003976 case X86ISD::MOVSS:
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00003977 case X86ISD::MOVSD: {
3978 // The index 0 always comes from the first element of the second source,
3979 // this is why MOVSS and MOVSD are used in the first place. The other
3980 // elements come from the other positions of the first source vector.
3981 unsigned OpNum = (Index == 0) ? 1 : 0;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003982 return getShuffleScalarElt(V.getOperand(OpNum).getNode(), Index, DAG,
3983 Depth+1);
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00003984 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003985 default:
3986 assert("not implemented for target shuffle node");
3987 return SDValue();
3988 }
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003989
3990 Index = ShuffleMask[Index];
3991 if (Index < 0)
3992 return DAG.getUNDEF(VT.getVectorElementType());
3993
3994 SDValue NewV = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1);
3995 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG,
3996 Depth+1);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003997 }
3998
3999 // Actual nodes that may contain scalar elements
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004000 if (Opcode == ISD::BITCAST) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004001 V = V.getOperand(0);
4002 EVT SrcVT = V.getValueType();
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004003 unsigned NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004004
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004005 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004006 return SDValue();
4007 }
4008
4009 if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
4010 return (Index == 0) ? V.getOperand(0)
4011 : DAG.getUNDEF(VT.getVectorElementType());
4012
4013 if (V.getOpcode() == ISD::BUILD_VECTOR)
4014 return V.getOperand(Index);
4015
4016 return SDValue();
4017}
4018
4019/// getNumOfConsecutiveZeros - Return the number of elements of a vector
4020/// shuffle operation which come from a consecutively from a zero. The
4021/// search can start in two diferent directions, from left or right.
4022static
4023unsigned getNumOfConsecutiveZeros(SDNode *N, int NumElems,
4024 bool ZerosFromLeft, SelectionDAG &DAG) {
4025 int i = 0;
4026
4027 while (i < NumElems) {
4028 unsigned Index = ZerosFromLeft ? i : NumElems-i-1;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004029 SDValue Elt = getShuffleScalarElt(N, Index, DAG, 0);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004030 if (!(Elt.getNode() &&
4031 (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt))))
4032 break;
4033 ++i;
4034 }
4035
4036 return i;
4037}
4038
4039/// isShuffleMaskConsecutive - Check if the shuffle mask indicies from MaskI to
4040/// MaskE correspond consecutively to elements from one of the vector operands,
4041/// starting from its index OpIdx. Also tell OpNum which source vector operand.
4042static
4043bool isShuffleMaskConsecutive(ShuffleVectorSDNode *SVOp, int MaskI, int MaskE,
4044 int OpIdx, int NumElems, unsigned &OpNum) {
4045 bool SeenV1 = false;
4046 bool SeenV2 = false;
4047
4048 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {
4049 int Idx = SVOp->getMaskElt(i);
4050 // Ignore undef indicies
4051 if (Idx < 0)
4052 continue;
4053
4054 if (Idx < NumElems)
4055 SeenV1 = true;
4056 else
4057 SeenV2 = true;
4058
4059 // Only accept consecutive elements from the same vector
4060 if ((Idx % NumElems != OpIdx) || (SeenV1 && SeenV2))
4061 return false;
4062 }
4063
4064 OpNum = SeenV1 ? 0 : 1;
4065 return true;
4066}
4067
4068/// isVectorShiftRight - Returns true if the shuffle can be implemented as a
4069/// logical left shift of a vector.
4070static bool isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4071 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4072 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4073 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4074 false /* check zeros from right */, DAG);
4075 unsigned OpSrc;
4076
4077 if (!NumZeros)
4078 return false;
4079
4080 // Considering the elements in the mask that are not consecutive zeros,
4081 // check if they consecutively come from only one of the source vectors.
4082 //
4083 // V1 = {X, A, B, C} 0
4084 // \ \ \ /
4085 // vector_shuffle V1, V2 <1, 2, 3, X>
4086 //
4087 if (!isShuffleMaskConsecutive(SVOp,
4088 0, // Mask Start Index
4089 NumElems-NumZeros-1, // Mask End Index
4090 NumZeros, // Where to start looking in the src vector
4091 NumElems, // Number of elements in vector
4092 OpSrc)) // Which source operand ?
4093 return false;
4094
4095 isLeft = false;
4096 ShAmt = NumZeros;
4097 ShVal = SVOp->getOperand(OpSrc);
4098 return true;
4099}
4100
4101/// isVectorShiftLeft - Returns true if the shuffle can be implemented as a
4102/// logical left shift of a vector.
4103static bool isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4104 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4105 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4106 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4107 true /* check zeros from left */, DAG);
4108 unsigned OpSrc;
4109
4110 if (!NumZeros)
4111 return false;
4112
4113 // Considering the elements in the mask that are not consecutive zeros,
4114 // check if they consecutively come from only one of the source vectors.
4115 //
4116 // 0 { A, B, X, X } = V2
4117 // / \ / /
4118 // vector_shuffle V1, V2 <X, X, 4, 5>
4119 //
4120 if (!isShuffleMaskConsecutive(SVOp,
4121 NumZeros, // Mask Start Index
4122 NumElems-1, // Mask End Index
4123 0, // Where to start looking in the src vector
4124 NumElems, // Number of elements in vector
4125 OpSrc)) // Which source operand ?
4126 return false;
4127
4128 isLeft = true;
4129 ShAmt = NumZeros;
4130 ShVal = SVOp->getOperand(OpSrc);
4131 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004132}
4133
4134/// isVectorShift - Returns true if the shuffle can be implemented as a
4135/// logical left or right shift of a vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00004136static bool isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00004137 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004138 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4139 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4140 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004141
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004142 return false;
Evan Chengf26ffe92008-05-29 08:22:04 +00004143}
4144
Evan Chengc78d3b42006-04-24 18:01:45 +00004145/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
4146///
Dan Gohman475871a2008-07-27 21:46:04 +00004147static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00004148 unsigned NumNonZero, unsigned NumZero,
Dan Gohmand858e902010-04-17 15:26:15 +00004149 SelectionDAG &DAG,
4150 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004151 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00004152 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004153
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004154 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004155 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004156 bool First = true;
4157 for (unsigned i = 0; i < 16; ++i) {
4158 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
4159 if (ThisIsNonZero && First) {
4160 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004161 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004162 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004163 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004164 First = false;
4165 }
4166
4167 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00004168 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004169 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
4170 if (LastIsNonZero) {
Scott Michelfdc40a02009-02-17 22:15:04 +00004171 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004172 MVT::i16, Op.getOperand(i-1));
Evan Chengc78d3b42006-04-24 18:01:45 +00004173 }
4174 if (ThisIsNonZero) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004175 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
4176 ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
4177 ThisElt, DAG.getConstant(8, MVT::i8));
Evan Chengc78d3b42006-04-24 18:01:45 +00004178 if (LastIsNonZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004179 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
Evan Chengc78d3b42006-04-24 18:01:45 +00004180 } else
4181 ThisElt = LastElt;
4182
Gabor Greifba36cb52008-08-28 21:40:38 +00004183 if (ThisElt.getNode())
Owen Anderson825b72b2009-08-11 20:47:22 +00004184 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00004185 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00004186 }
4187 }
4188
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004189 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V);
Evan Chengc78d3b42006-04-24 18:01:45 +00004190}
4191
Bill Wendlinga348c562007-03-22 18:42:45 +00004192/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00004193///
Dan Gohman475871a2008-07-27 21:46:04 +00004194static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Dan Gohmand858e902010-04-17 15:26:15 +00004195 unsigned NumNonZero, unsigned NumZero,
4196 SelectionDAG &DAG,
4197 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004198 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00004199 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004200
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004201 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004202 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004203 bool First = true;
4204 for (unsigned i = 0; i < 8; ++i) {
4205 bool isNonZero = (NonZeros & (1 << i)) != 0;
4206 if (isNonZero) {
4207 if (First) {
4208 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004209 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004210 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004211 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004212 First = false;
4213 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004214 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004215 MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00004216 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00004217 }
4218 }
4219
4220 return V;
4221}
4222
Evan Chengf26ffe92008-05-29 08:22:04 +00004223/// getVShift - Return a vector logical shift node.
4224///
Owen Andersone50ed302009-08-10 22:56:29 +00004225static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
Nate Begeman9008ca62009-04-27 18:41:29 +00004226 unsigned NumBits, SelectionDAG &DAG,
4227 const TargetLowering &TLI, DebugLoc dl) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004228 EVT ShVT = MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00004229 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004230 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4231 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00004232 DAG.getNode(Opc, dl, ShVT, SrcOp,
Owen Anderson95771af2011-02-25 21:41:48 +00004233 DAG.getConstant(NumBits,
4234 TLI.getShiftAmountTy(SrcOp.getValueType()))));
Evan Chengf26ffe92008-05-29 08:22:04 +00004235}
4236
Dan Gohman475871a2008-07-27 21:46:04 +00004237SDValue
Evan Chengc3630942009-12-09 21:00:30 +00004238X86TargetLowering::LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
Dan Gohmand858e902010-04-17 15:26:15 +00004239 SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00004240
Evan Chengc3630942009-12-09 21:00:30 +00004241 // Check if the scalar load can be widened into a vector load. And if
4242 // the address is "base + cst" see if the cst can be "absorbed" into
4243 // the shuffle mask.
4244 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) {
4245 SDValue Ptr = LD->getBasePtr();
4246 if (!ISD::isNormalLoad(LD) || LD->isVolatile())
4247 return SDValue();
4248 EVT PVT = LD->getValueType(0);
4249 if (PVT != MVT::i32 && PVT != MVT::f32)
4250 return SDValue();
4251
4252 int FI = -1;
4253 int64_t Offset = 0;
4254 if (FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr)) {
4255 FI = FINode->getIndex();
4256 Offset = 0;
Chris Lattner0a9481f2011-02-13 22:25:43 +00004257 } else if (DAG.isBaseWithConstantOffset(Ptr) &&
Evan Chengc3630942009-12-09 21:00:30 +00004258 isa<FrameIndexSDNode>(Ptr.getOperand(0))) {
4259 FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
4260 Offset = Ptr.getConstantOperandVal(1);
4261 Ptr = Ptr.getOperand(0);
4262 } else {
4263 return SDValue();
4264 }
4265
4266 SDValue Chain = LD->getChain();
4267 // Make sure the stack object alignment is at least 16.
4268 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
4269 if (DAG.InferPtrAlignment(Ptr) < 16) {
4270 if (MFI->isFixedObjectIndex(FI)) {
Eric Christophere9625cf2010-01-23 06:02:43 +00004271 // Can't change the alignment. FIXME: It's possible to compute
4272 // the exact stack offset and reference FI + adjust offset instead.
4273 // If someone *really* cares about this. That's the way to implement it.
4274 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004275 } else {
4276 MFI->setObjectAlignment(FI, 16);
4277 }
4278 }
4279
4280 // (Offset % 16) must be multiple of 4. Then address is then
4281 // Ptr + (Offset & ~15).
4282 if (Offset < 0)
4283 return SDValue();
4284 if ((Offset % 16) & 3)
4285 return SDValue();
4286 int64_t StartOffset = Offset & ~15;
4287 if (StartOffset)
4288 Ptr = DAG.getNode(ISD::ADD, Ptr.getDebugLoc(), Ptr.getValueType(),
4289 Ptr,DAG.getConstant(StartOffset, Ptr.getValueType()));
4290
4291 int EltNo = (Offset - StartOffset) >> 2;
4292 int Mask[4] = { EltNo, EltNo, EltNo, EltNo };
4293 EVT VT = (PVT == MVT::i32) ? MVT::v4i32 : MVT::v4f32;
Chris Lattner51abfe42010-09-21 06:02:19 +00004294 SDValue V1 = DAG.getLoad(VT, dl, Chain, Ptr,
4295 LD->getPointerInfo().getWithOffset(StartOffset),
David Greene67c9d422010-02-15 16:53:33 +00004296 false, false, 0);
Evan Chengc3630942009-12-09 21:00:30 +00004297 // Canonicalize it to a v4i32 shuffle.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004298 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, V1);
4299 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Chengc3630942009-12-09 21:00:30 +00004300 DAG.getVectorShuffle(MVT::v4i32, dl, V1,
Chris Lattner51abfe42010-09-21 06:02:19 +00004301 DAG.getUNDEF(MVT::v4i32),&Mask[0]));
Evan Chengc3630942009-12-09 21:00:30 +00004302 }
4303
4304 return SDValue();
4305}
4306
Michael J. Spencerec38de22010-10-10 22:04:20 +00004307/// EltsFromConsecutiveLoads - Given the initializing elements 'Elts' of a
4308/// vector of type 'VT', see if the elements can be replaced by a single large
Nate Begeman1449f292010-03-24 22:19:06 +00004309/// load which has the same value as a build_vector whose operands are 'elts'.
4310///
4311/// Example: <load i32 *a, load i32 *a+4, undef, undef> -> zextload a
Michael J. Spencerec38de22010-10-10 22:04:20 +00004312///
Nate Begeman1449f292010-03-24 22:19:06 +00004313/// FIXME: we'd also like to handle the case where the last elements are zero
4314/// rather than undef via VZEXT_LOAD, but we do not detect that case today.
4315/// There's even a handy isZeroNode for that purpose.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004316static SDValue EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts,
Chris Lattner88641552010-09-22 00:34:38 +00004317 DebugLoc &DL, SelectionDAG &DAG) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004318 EVT EltVT = VT.getVectorElementType();
4319 unsigned NumElems = Elts.size();
Michael J. Spencerec38de22010-10-10 22:04:20 +00004320
Nate Begemanfdea31a2010-03-24 20:49:50 +00004321 LoadSDNode *LDBase = NULL;
4322 unsigned LastLoadedElt = -1U;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004323
Nate Begeman1449f292010-03-24 22:19:06 +00004324 // For each element in the initializer, see if we've found a load or an undef.
Michael J. Spencerec38de22010-10-10 22:04:20 +00004325 // If we don't find an initial load element, or later load elements are
Nate Begeman1449f292010-03-24 22:19:06 +00004326 // non-consecutive, bail out.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004327 for (unsigned i = 0; i < NumElems; ++i) {
4328 SDValue Elt = Elts[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00004329
Nate Begemanfdea31a2010-03-24 20:49:50 +00004330 if (!Elt.getNode() ||
4331 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
4332 return SDValue();
4333 if (!LDBase) {
4334 if (Elt.getNode()->getOpcode() == ISD::UNDEF)
4335 return SDValue();
4336 LDBase = cast<LoadSDNode>(Elt.getNode());
4337 LastLoadedElt = i;
4338 continue;
4339 }
4340 if (Elt.getOpcode() == ISD::UNDEF)
4341 continue;
4342
4343 LoadSDNode *LD = cast<LoadSDNode>(Elt);
4344 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i))
4345 return SDValue();
4346 LastLoadedElt = i;
4347 }
Nate Begeman1449f292010-03-24 22:19:06 +00004348
4349 // If we have found an entire vector of loads and undefs, then return a large
4350 // load of the entire vector width starting at the base pointer. If we found
4351 // consecutive loads for the low half, generate a vzext_load node.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004352 if (LastLoadedElt == NumElems - 1) {
4353 if (DAG.InferPtrAlignment(LDBase->getBasePtr()) >= 16)
Chris Lattner88641552010-09-22 00:34:38 +00004354 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004355 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004356 LDBase->isVolatile(), LDBase->isNonTemporal(), 0);
Chris Lattner88641552010-09-22 00:34:38 +00004357 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004358 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004359 LDBase->isVolatile(), LDBase->isNonTemporal(),
4360 LDBase->getAlignment());
4361 } else if (NumElems == 4 && LastLoadedElt == 1) {
4362 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
4363 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() };
Chris Lattner88641552010-09-22 00:34:38 +00004364 SDValue ResNode = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys,
4365 Ops, 2, MVT::i32,
4366 LDBase->getMemOperand());
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004367 return DAG.getNode(ISD::BITCAST, DL, VT, ResNode);
Nate Begemanfdea31a2010-03-24 20:49:50 +00004368 }
4369 return SDValue();
4370}
4371
Evan Chengc3630942009-12-09 21:00:30 +00004372SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004373X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004374 DebugLoc dl = Op.getDebugLoc();
David Greenea5f26012011-02-07 19:36:54 +00004375
David Greenef125a292011-02-08 19:04:41 +00004376 EVT VT = Op.getValueType();
4377 EVT ExtVT = VT.getVectorElementType();
4378
4379 unsigned NumElems = Op.getNumOperands();
4380
4381 // For AVX-length vectors, build the individual 128-bit pieces and
4382 // use shuffles to put them in place.
Owen Anderson95771af2011-02-25 21:41:48 +00004383 if (VT.getSizeInBits() > 256 &&
4384 Subtarget->hasAVX() &&
David Greenef125a292011-02-08 19:04:41 +00004385 !ISD::isBuildVectorAllZeros(Op.getNode())) {
4386 SmallVector<SDValue, 8> V;
4387 V.resize(NumElems);
4388 for (unsigned i = 0; i < NumElems; ++i) {
4389 V[i] = Op.getOperand(i);
4390 }
Owen Anderson95771af2011-02-25 21:41:48 +00004391
David Greenef125a292011-02-08 19:04:41 +00004392 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElems/2);
4393
4394 // Build the lower subvector.
4395 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[0], NumElems/2);
4396 // Build the upper subvector.
4397 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2],
4398 NumElems/2);
4399
4400 return ConcatVectors(Lower, Upper, DAG);
4401 }
4402
Chris Lattner6e80e442010-08-28 17:15:43 +00004403 // All zero's are handled with pxor in SSE2 and above, xorps in SSE1.
4404 // All one's are handled with pcmpeqd. In AVX, zero's are handled with
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00004405 // vpxor in 128-bit and xor{pd,ps} in 256-bit, but no 256 version of pcmpeqd
4406 // is present, so AllOnes is ignored.
4407 if (ISD::isBuildVectorAllZeros(Op.getNode()) ||
4408 (Op.getValueType().getSizeInBits() != 256 &&
4409 ISD::isBuildVectorAllOnes(Op.getNode()))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004410 // Canonicalize this to <4 x i32> (SSE) to
Chris Lattner8a594482007-11-25 00:24:49 +00004411 // 1) ensure the zero vectors are CSE'd, and 2) ensure that i64 scalars are
4412 // eliminated on x86-32 hosts.
Dale Johannesen0488fb62010-09-30 23:57:10 +00004413 if (Op.getValueType() == MVT::v4i32)
Chris Lattner8a594482007-11-25 00:24:49 +00004414 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004415
Gabor Greifba36cb52008-08-28 21:40:38 +00004416 if (ISD::isBuildVectorAllOnes(Op.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00004417 return getOnesVector(Op.getValueType(), DAG, dl);
4418 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG, dl);
Chris Lattner8a594482007-11-25 00:24:49 +00004419 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004420
Owen Andersone50ed302009-08-10 22:56:29 +00004421 unsigned EVTBits = ExtVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004422
Evan Cheng0db9fe62006-04-25 20:13:52 +00004423 unsigned NumZero = 0;
4424 unsigned NumNonZero = 0;
4425 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004426 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00004427 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004428 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00004429 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00004430 if (Elt.getOpcode() == ISD::UNDEF)
4431 continue;
4432 Values.insert(Elt);
4433 if (Elt.getOpcode() != ISD::Constant &&
4434 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004435 IsAllConstants = false;
Evan Cheng37b73872009-07-30 08:33:02 +00004436 if (X86::isZeroNode(Elt))
Evan Chengdb2d5242007-12-12 06:45:40 +00004437 NumZero++;
4438 else {
4439 NonZeros |= (1 << i);
4440 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004441 }
4442 }
4443
Chris Lattner97a2a562010-08-26 05:24:29 +00004444 // All undef vector. Return an UNDEF. All zero vectors were handled above.
4445 if (NumNonZero == 0)
Dale Johannesene8d72302009-02-06 23:05:02 +00004446 return DAG.getUNDEF(VT);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004447
Chris Lattner67f453a2008-03-09 05:42:06 +00004448 // Special case for single non-zero, non-undef, element.
Eli Friedman10415532009-06-06 06:05:10 +00004449 if (NumNonZero == 1) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004450 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00004451 SDValue Item = Op.getOperand(Idx);
Scott Michelfdc40a02009-02-17 22:15:04 +00004452
Chris Lattner62098042008-03-09 01:05:04 +00004453 // If this is an insertion of an i64 value on x86-32, and if the top bits of
4454 // the value are obviously zero, truncate the value to i32 and do the
4455 // insertion that way. Only do this if the value is non-constant or if the
4456 // value is a constant being inserted into element 0. It is cheaper to do
4457 // a constant pool load than it is to do a movd + shuffle.
Owen Anderson825b72b2009-08-11 20:47:22 +00004458 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
Chris Lattner62098042008-03-09 01:05:04 +00004459 (!IsAllConstants || Idx == 0)) {
4460 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004461 // Handle SSE only.
4462 assert(VT == MVT::v2i64 && "Expected an SSE value type!");
4463 EVT VecVT = MVT::v4i32;
4464 unsigned VecElts = 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00004465
Chris Lattner62098042008-03-09 01:05:04 +00004466 // Truncate the value (which may itself be a constant) to i32, and
4467 // convert it to a vector with movd (S2V+shuffle to zero extend).
Owen Anderson825b72b2009-08-11 20:47:22 +00004468 Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
Dale Johannesenace16102009-02-03 19:33:06 +00004469 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00004470 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4471 Subtarget->hasSSE2(), DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00004472
Chris Lattner62098042008-03-09 01:05:04 +00004473 // Now we have our 32-bit value zero extended in the low element of
4474 // a vector. If Idx != 0, swizzle it into place.
4475 if (Idx != 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004476 SmallVector<int, 4> Mask;
4477 Mask.push_back(Idx);
4478 for (unsigned i = 1; i != VecElts; ++i)
4479 Mask.push_back(i);
4480 Item = DAG.getVectorShuffle(VecVT, dl, Item,
Eric Christopherfd179292009-08-27 18:07:15 +00004481 DAG.getUNDEF(Item.getValueType()),
Nate Begeman9008ca62009-04-27 18:41:29 +00004482 &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00004483 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004484 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Item);
Chris Lattner62098042008-03-09 01:05:04 +00004485 }
4486 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004487
Chris Lattner19f79692008-03-08 22:59:52 +00004488 // If we have a constant or non-constant insertion into the low element of
4489 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
4490 // the rest of the elements. This will be matched as movd/movq/movss/movsd
Eli Friedman10415532009-06-06 06:05:10 +00004491 // depending on what the source datatype is.
4492 if (Idx == 0) {
4493 if (NumZero == 0) {
4494 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Owen Anderson825b72b2009-08-11 20:47:22 +00004495 } else if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
4496 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
Eli Friedman10415532009-06-06 06:05:10 +00004497 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
4498 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
4499 return getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget->hasSSE2(),
4500 DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00004501 } else if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
4502 Item = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Item);
Dale Johannesen0488fb62010-09-30 23:57:10 +00004503 assert(VT.getSizeInBits() == 128 && "Expected an SSE value type!");
4504 EVT MiddleVT = MVT::v4i32;
Eli Friedman10415532009-06-06 06:05:10 +00004505 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MiddleVT, Item);
4506 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4507 Subtarget->hasSSE2(), DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004508 return DAG.getNode(ISD::BITCAST, dl, VT, Item);
Eli Friedman10415532009-06-06 06:05:10 +00004509 }
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004510 }
Evan Chengf26ffe92008-05-29 08:22:04 +00004511
4512 // Is it a vector logical left shift?
4513 if (NumElems == 2 && Idx == 1 &&
Evan Cheng37b73872009-07-30 08:33:02 +00004514 X86::isZeroNode(Op.getOperand(0)) &&
4515 !X86::isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004516 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00004517 return getVShift(true, VT,
Scott Michelfdc40a02009-02-17 22:15:04 +00004518 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004519 VT, Op.getOperand(1)),
Dale Johannesenace16102009-02-03 19:33:06 +00004520 NumBits/2, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00004521 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004522
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004523 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00004524 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004525
Chris Lattner19f79692008-03-08 22:59:52 +00004526 // Otherwise, if this is a vector with i32 or f32 elements, and the element
4527 // is a non-constant being inserted into an element other than the low one,
4528 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
4529 // movd/movss) to move this into the low element, then shuffle it into
4530 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00004531 if (EVTBits == 32) {
Dale Johannesenace16102009-02-03 19:33:06 +00004532 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Scott Michelfdc40a02009-02-17 22:15:04 +00004533
Evan Cheng0db9fe62006-04-25 20:13:52 +00004534 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00004535 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
4536 Subtarget->hasSSE2(), DAG);
Nate Begeman9008ca62009-04-27 18:41:29 +00004537 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004538 for (unsigned i = 0; i < NumElems; i++)
Nate Begeman9008ca62009-04-27 18:41:29 +00004539 MaskVec.push_back(i == Idx ? 0 : 1);
4540 return DAG.getVectorShuffle(VT, dl, Item, DAG.getUNDEF(VT), &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004541 }
4542 }
4543
Chris Lattner67f453a2008-03-09 05:42:06 +00004544 // Splat is obviously ok. Let legalizer expand it to a shuffle.
Evan Chengc3630942009-12-09 21:00:30 +00004545 if (Values.size() == 1) {
4546 if (EVTBits == 32) {
4547 // Instead of a shuffle like this:
4548 // shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
4549 // Check if it's possible to issue this instead.
4550 // shuffle (vload ptr)), undef, <1, 1, 1, 1>
4551 unsigned Idx = CountTrailingZeros_32(NonZeros);
4552 SDValue Item = Op.getOperand(Idx);
4553 if (Op.getNode()->isOnlyUserOf(Item.getNode()))
4554 return LowerAsSplatVectorLoad(Item, VT, dl, DAG);
4555 }
Dan Gohman475871a2008-07-27 21:46:04 +00004556 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004557 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004558
Dan Gohmana3941172007-07-24 22:55:08 +00004559 // A vector full of immediates; various special cases are already
4560 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004561 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00004562 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00004563
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00004564 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00004565 if (EVTBits == 64) {
4566 if (NumNonZero == 1) {
4567 // One half is zero or undef.
4568 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dale Johannesenace16102009-02-03 19:33:06 +00004569 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00004570 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00004571 return getShuffleVectorZeroOrUndef(V2, Idx, true,
4572 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00004573 }
Dan Gohman475871a2008-07-27 21:46:04 +00004574 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00004575 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004576
4577 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00004578 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004579 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00004580 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004581 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004582 }
4583
Bill Wendling826f36f2007-03-28 00:57:11 +00004584 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00004585 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Chris Lattner97a2a562010-08-26 05:24:29 +00004586 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004587 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004588 }
4589
4590 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00004591 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00004592 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004593 if (NumElems == 4 && NumZero > 0) {
4594 for (unsigned i = 0; i < 4; ++i) {
4595 bool isZero = !(NonZeros & (1 << i));
4596 if (isZero)
Dale Johannesenace16102009-02-03 19:33:06 +00004597 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004598 else
Dale Johannesenace16102009-02-03 19:33:06 +00004599 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004600 }
4601
4602 for (unsigned i = 0; i < 2; ++i) {
4603 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
4604 default: break;
4605 case 0:
4606 V[i] = V[i*2]; // Must be a zero vector.
4607 break;
4608 case 1:
Nate Begeman9008ca62009-04-27 18:41:29 +00004609 V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004610 break;
4611 case 2:
Nate Begeman9008ca62009-04-27 18:41:29 +00004612 V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004613 break;
4614 case 3:
Nate Begeman9008ca62009-04-27 18:41:29 +00004615 V[i] = getUnpackl(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004616 break;
4617 }
4618 }
4619
Nate Begeman9008ca62009-04-27 18:41:29 +00004620 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004621 bool Reverse = (NonZeros & 0x3) == 2;
4622 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004623 MaskVec.push_back(Reverse ? 1-i : i);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004624 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
4625 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004626 MaskVec.push_back(Reverse ? 1-i+NumElems : i+NumElems);
4627 return DAG.getVectorShuffle(VT, dl, V[0], V[1], &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004628 }
4629
Nate Begemanfdea31a2010-03-24 20:49:50 +00004630 if (Values.size() > 1 && VT.getSizeInBits() == 128) {
4631 // Check for a build vector of consecutive loads.
4632 for (unsigned i = 0; i < NumElems; ++i)
4633 V[i] = Op.getOperand(i);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004634
Nate Begemanfdea31a2010-03-24 20:49:50 +00004635 // Check for elements which are consecutive loads.
4636 SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG);
4637 if (LD.getNode())
4638 return LD;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004639
4640 // For SSE 4.1, use insertps to put the high elements into the low element.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004641 if (getSubtarget()->hasSSE41()) {
Chris Lattner24faf612010-08-28 17:59:08 +00004642 SDValue Result;
4643 if (Op.getOperand(0).getOpcode() != ISD::UNDEF)
4644 Result = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(0));
4645 else
4646 Result = DAG.getUNDEF(VT);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004647
Chris Lattner24faf612010-08-28 17:59:08 +00004648 for (unsigned i = 1; i < NumElems; ++i) {
4649 if (Op.getOperand(i).getOpcode() == ISD::UNDEF) continue;
4650 Result = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, Result,
Nate Begeman9008ca62009-04-27 18:41:29 +00004651 Op.getOperand(i), DAG.getIntPtrConstant(i));
Chris Lattner24faf612010-08-28 17:59:08 +00004652 }
4653 return Result;
Nate Begeman9008ca62009-04-27 18:41:29 +00004654 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00004655
Chris Lattner6e80e442010-08-28 17:15:43 +00004656 // Otherwise, expand into a number of unpckl*, start by extending each of
4657 // our (non-undef) elements to the full vector width with the element in the
4658 // bottom slot of the vector (which generates no code for SSE).
4659 for (unsigned i = 0; i < NumElems; ++i) {
4660 if (Op.getOperand(i).getOpcode() != ISD::UNDEF)
4661 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
4662 else
4663 V[i] = DAG.getUNDEF(VT);
4664 }
4665
4666 // Next, we iteratively mix elements, e.g. for v4f32:
Evan Cheng0db9fe62006-04-25 20:13:52 +00004667 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
4668 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
4669 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Chris Lattner6e80e442010-08-28 17:15:43 +00004670 unsigned EltStride = NumElems >> 1;
4671 while (EltStride != 0) {
Chris Lattner3ddcc432010-08-28 17:28:30 +00004672 for (unsigned i = 0; i < EltStride; ++i) {
4673 // If V[i+EltStride] is undef and this is the first round of mixing,
4674 // then it is safe to just drop this shuffle: V[i] is already in the
4675 // right place, the one element (since it's the first round) being
4676 // inserted as undef can be dropped. This isn't safe for successive
4677 // rounds because they will permute elements within both vectors.
4678 if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
4679 EltStride == NumElems/2)
4680 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004681
Chris Lattner6e80e442010-08-28 17:15:43 +00004682 V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
Chris Lattner3ddcc432010-08-28 17:28:30 +00004683 }
Chris Lattner6e80e442010-08-28 17:15:43 +00004684 EltStride >>= 1;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004685 }
4686 return V[0];
4687 }
Dan Gohman475871a2008-07-27 21:46:04 +00004688 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004689}
4690
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004691SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004692X86TargetLowering::LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const {
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004693 // We support concatenate two MMX registers and place them in a MMX
4694 // register. This is better than doing a stack convert.
4695 DebugLoc dl = Op.getDebugLoc();
4696 EVT ResVT = Op.getValueType();
4697 assert(Op.getNumOperands() == 2);
4698 assert(ResVT == MVT::v2i64 || ResVT == MVT::v4i32 ||
4699 ResVT == MVT::v8i16 || ResVT == MVT::v16i8);
4700 int Mask[2];
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004701 SDValue InVec = DAG.getNode(ISD::BITCAST,dl, MVT::v1i64, Op.getOperand(0));
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004702 SDValue VecOp = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4703 InVec = Op.getOperand(1);
4704 if (InVec.getOpcode() == ISD::SCALAR_TO_VECTOR) {
4705 unsigned NumElts = ResVT.getVectorNumElements();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004706 VecOp = DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004707 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ResVT, VecOp,
4708 InVec.getOperand(0), DAG.getIntPtrConstant(NumElts/2+1));
4709 } else {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004710 InVec = DAG.getNode(ISD::BITCAST, dl, MVT::v1i64, InVec);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004711 SDValue VecOp2 = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4712 Mask[0] = 0; Mask[1] = 2;
4713 VecOp = DAG.getVectorShuffle(MVT::v2i64, dl, VecOp, VecOp2, Mask);
4714 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004715 return DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004716}
4717
Nate Begemanb9a47b82009-02-23 08:49:38 +00004718// v8i16 shuffles - Prefer shuffles in the following order:
4719// 1. [all] pshuflw, pshufhw, optional move
4720// 2. [ssse3] 1 x pshufb
4721// 3. [ssse3] 2 x pshufb + 1 x por
4722// 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004723SDValue
4724X86TargetLowering::LowerVECTOR_SHUFFLEv8i16(SDValue Op,
4725 SelectionDAG &DAG) const {
4726 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Nate Begeman9008ca62009-04-27 18:41:29 +00004727 SDValue V1 = SVOp->getOperand(0);
4728 SDValue V2 = SVOp->getOperand(1);
4729 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00004730 SmallVector<int, 8> MaskVals;
Evan Cheng14b32e12007-12-11 01:46:18 +00004731
Nate Begemanb9a47b82009-02-23 08:49:38 +00004732 // Determine if more than 1 of the words in each of the low and high quadwords
4733 // of the result come from the same quadword of one of the two inputs. Undef
4734 // mask values count as coming from any quadword, for better codegen.
4735 SmallVector<unsigned, 4> LoQuad(4);
4736 SmallVector<unsigned, 4> HiQuad(4);
4737 BitVector InputQuads(4);
4738 for (unsigned i = 0; i < 8; ++i) {
4739 SmallVectorImpl<unsigned> &Quad = i < 4 ? LoQuad : HiQuad;
Nate Begeman9008ca62009-04-27 18:41:29 +00004740 int EltIdx = SVOp->getMaskElt(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004741 MaskVals.push_back(EltIdx);
4742 if (EltIdx < 0) {
4743 ++Quad[0];
4744 ++Quad[1];
4745 ++Quad[2];
4746 ++Quad[3];
Evan Cheng14b32e12007-12-11 01:46:18 +00004747 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004748 }
4749 ++Quad[EltIdx / 4];
4750 InputQuads.set(EltIdx / 4);
Evan Cheng14b32e12007-12-11 01:46:18 +00004751 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004752
Nate Begemanb9a47b82009-02-23 08:49:38 +00004753 int BestLoQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00004754 unsigned MaxQuad = 1;
4755 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004756 if (LoQuad[i] > MaxQuad) {
4757 BestLoQuad = i;
4758 MaxQuad = LoQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00004759 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004760 }
4761
Nate Begemanb9a47b82009-02-23 08:49:38 +00004762 int BestHiQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00004763 MaxQuad = 1;
4764 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004765 if (HiQuad[i] > MaxQuad) {
4766 BestHiQuad = i;
4767 MaxQuad = HiQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00004768 }
4769 }
4770
Nate Begemanb9a47b82009-02-23 08:49:38 +00004771 // For SSSE3, If all 8 words of the result come from only 1 quadword of each
Eric Christopherfd179292009-08-27 18:07:15 +00004772 // of the two input vectors, shuffle them into one input vector so only a
Nate Begemanb9a47b82009-02-23 08:49:38 +00004773 // single pshufb instruction is necessary. If There are more than 2 input
4774 // quads, disable the next transformation since it does not help SSSE3.
4775 bool V1Used = InputQuads[0] || InputQuads[1];
4776 bool V2Used = InputQuads[2] || InputQuads[3];
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004777 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004778 if (InputQuads.count() == 2 && V1Used && V2Used) {
4779 BestLoQuad = InputQuads.find_first();
4780 BestHiQuad = InputQuads.find_next(BestLoQuad);
4781 }
4782 if (InputQuads.count() > 2) {
4783 BestLoQuad = -1;
4784 BestHiQuad = -1;
4785 }
4786 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004787
Nate Begemanb9a47b82009-02-23 08:49:38 +00004788 // If BestLoQuad or BestHiQuad are set, shuffle the quads together and update
4789 // the shuffle mask. If a quad is scored as -1, that means that it contains
4790 // words from all 4 input quadwords.
4791 SDValue NewV;
4792 if (BestLoQuad >= 0 || BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004793 SmallVector<int, 8> MaskV;
4794 MaskV.push_back(BestLoQuad < 0 ? 0 : BestLoQuad);
4795 MaskV.push_back(BestHiQuad < 0 ? 1 : BestHiQuad);
Eric Christopherfd179292009-08-27 18:07:15 +00004796 NewV = DAG.getVectorShuffle(MVT::v2i64, dl,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004797 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V1),
4798 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V2), &MaskV[0]);
4799 NewV = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00004800
Nate Begemanb9a47b82009-02-23 08:49:38 +00004801 // Rewrite the MaskVals and assign NewV to V1 if NewV now contains all the
4802 // source words for the shuffle, to aid later transformations.
4803 bool AllWordsInNewV = true;
Mon P Wang37b9a192009-03-11 06:35:11 +00004804 bool InOrder[2] = { true, true };
Evan Cheng14b32e12007-12-11 01:46:18 +00004805 for (unsigned i = 0; i != 8; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004806 int idx = MaskVals[i];
Mon P Wang37b9a192009-03-11 06:35:11 +00004807 if (idx != (int)i)
4808 InOrder[i/4] = false;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004809 if (idx < 0 || (idx/4) == BestLoQuad || (idx/4) == BestHiQuad)
Evan Cheng14b32e12007-12-11 01:46:18 +00004810 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004811 AllWordsInNewV = false;
4812 break;
Evan Cheng14b32e12007-12-11 01:46:18 +00004813 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004814
Nate Begemanb9a47b82009-02-23 08:49:38 +00004815 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV;
4816 if (AllWordsInNewV) {
4817 for (int i = 0; i != 8; ++i) {
4818 int idx = MaskVals[i];
4819 if (idx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00004820 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00004821 idx = MaskVals[i] = (idx / 4) == BestLoQuad ? (idx & 3) : (idx & 3) + 4;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004822 if ((idx != i) && idx < 4)
4823 pshufhw = false;
4824 if ((idx != i) && idx > 3)
4825 pshuflw = false;
Evan Cheng14b32e12007-12-11 01:46:18 +00004826 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00004827 V1 = NewV;
4828 V2Used = false;
4829 BestLoQuad = 0;
4830 BestHiQuad = 1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004831 }
Evan Cheng14b32e12007-12-11 01:46:18 +00004832
Nate Begemanb9a47b82009-02-23 08:49:38 +00004833 // If we've eliminated the use of V2, and the new mask is a pshuflw or
4834 // pshufhw, that's as cheap as it gets. Return the new shuffle.
Mon P Wang37b9a192009-03-11 06:35:11 +00004835 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00004836 unsigned Opc = pshufhw ? X86ISD::PSHUFHW : X86ISD::PSHUFLW;
4837 unsigned TargetMask = 0;
4838 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV,
Owen Anderson825b72b2009-08-11 20:47:22 +00004839 DAG.getUNDEF(MVT::v8i16), &MaskVals[0]);
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00004840 TargetMask = pshufhw ? X86::getShufflePSHUFHWImmediate(NewV.getNode()):
4841 X86::getShufflePSHUFLWImmediate(NewV.getNode());
4842 V1 = NewV.getOperand(0);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004843 return getTargetShuffleNode(Opc, dl, MVT::v8i16, V1, TargetMask, DAG);
Evan Cheng14b32e12007-12-11 01:46:18 +00004844 }
Evan Cheng14b32e12007-12-11 01:46:18 +00004845 }
Eric Christopherfd179292009-08-27 18:07:15 +00004846
Nate Begemanb9a47b82009-02-23 08:49:38 +00004847 // If we have SSSE3, and all words of the result are from 1 input vector,
4848 // case 2 is generated, otherwise case 3 is generated. If no SSSE3
4849 // is present, fall back to case 4.
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004850 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004851 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00004852
Nate Begemanb9a47b82009-02-23 08:49:38 +00004853 // If we have elements from both input vectors, set the high bit of the
Eric Christopherfd179292009-08-27 18:07:15 +00004854 // shuffle mask element to zero out elements that come from V2 in the V1
Nate Begemanb9a47b82009-02-23 08:49:38 +00004855 // mask, and elements that come from V1 in the V2 mask, so that the two
4856 // results can be OR'd together.
4857 bool TwoInputs = V1Used && V2Used;
4858 for (unsigned i = 0; i != 8; ++i) {
4859 int EltIdx = MaskVals[i] * 2;
4860 if (TwoInputs && (EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004861 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
4862 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004863 continue;
4864 }
Owen Anderson825b72b2009-08-11 20:47:22 +00004865 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
4866 pshufbMask.push_back(DAG.getConstant(EltIdx+1, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004867 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004868 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00004869 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00004870 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004871 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004872 if (!TwoInputs)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004873 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00004874
Nate Begemanb9a47b82009-02-23 08:49:38 +00004875 // Calculate the shuffle mask for the second input, shuffle it, and
4876 // OR it with the first shuffled input.
4877 pshufbMask.clear();
4878 for (unsigned i = 0; i != 8; ++i) {
4879 int EltIdx = MaskVals[i] * 2;
4880 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004881 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
4882 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004883 continue;
4884 }
Owen Anderson825b72b2009-08-11 20:47:22 +00004885 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
4886 pshufbMask.push_back(DAG.getConstant(EltIdx - 15, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004887 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004888 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V2);
Eric Christopherfd179292009-08-27 18:07:15 +00004889 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00004890 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004891 MVT::v16i8, &pshufbMask[0], 16));
4892 V1 = DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004893 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004894 }
4895
4896 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,
4897 // and update MaskVals with new element order.
4898 BitVector InOrder(8);
4899 if (BestLoQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004900 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004901 for (int i = 0; i != 4; ++i) {
4902 int idx = MaskVals[i];
4903 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004904 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004905 InOrder.set(i);
4906 } else if ((idx / 4) == BestLoQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004907 MaskV.push_back(idx & 3);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004908 InOrder.set(i);
4909 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00004910 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004911 }
4912 }
4913 for (unsigned i = 4; i != 8; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004914 MaskV.push_back(i);
Owen Anderson825b72b2009-08-11 20:47:22 +00004915 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00004916 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004917
4918 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
4919 NewV = getTargetShuffleNode(X86ISD::PSHUFLW, dl, MVT::v8i16,
4920 NewV.getOperand(0),
4921 X86::getShufflePSHUFLWImmediate(NewV.getNode()),
4922 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004923 }
Eric Christopherfd179292009-08-27 18:07:15 +00004924
Nate Begemanb9a47b82009-02-23 08:49:38 +00004925 // If BestHi >= 0, generate a pshufhw to put the high elements in order,
4926 // and update MaskVals with the new element order.
4927 if (BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004928 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004929 for (unsigned i = 0; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004930 MaskV.push_back(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004931 for (unsigned i = 4; i != 8; ++i) {
4932 int idx = MaskVals[i];
4933 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004934 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004935 InOrder.set(i);
4936 } else if ((idx / 4) == BestHiQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004937 MaskV.push_back((idx & 3) + 4);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004938 InOrder.set(i);
4939 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00004940 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004941 }
4942 }
Owen Anderson825b72b2009-08-11 20:47:22 +00004943 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00004944 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004945
4946 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
4947 NewV = getTargetShuffleNode(X86ISD::PSHUFHW, dl, MVT::v8i16,
4948 NewV.getOperand(0),
4949 X86::getShufflePSHUFHWImmediate(NewV.getNode()),
4950 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004951 }
Eric Christopherfd179292009-08-27 18:07:15 +00004952
Nate Begemanb9a47b82009-02-23 08:49:38 +00004953 // In case BestHi & BestLo were both -1, which means each quadword has a word
4954 // from each of the four input quadwords, calculate the InOrder bitvector now
4955 // before falling through to the insert/extract cleanup.
4956 if (BestLoQuad == -1 && BestHiQuad == -1) {
4957 NewV = V1;
4958 for (int i = 0; i != 8; ++i)
4959 if (MaskVals[i] < 0 || MaskVals[i] == i)
4960 InOrder.set(i);
4961 }
Eric Christopherfd179292009-08-27 18:07:15 +00004962
Nate Begemanb9a47b82009-02-23 08:49:38 +00004963 // The other elements are put in the right place using pextrw and pinsrw.
4964 for (unsigned i = 0; i != 8; ++i) {
4965 if (InOrder[i])
4966 continue;
4967 int EltIdx = MaskVals[i];
4968 if (EltIdx < 0)
4969 continue;
4970 SDValue ExtOp = (EltIdx < 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00004971 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V1,
Nate Begemanb9a47b82009-02-23 08:49:38 +00004972 DAG.getIntPtrConstant(EltIdx))
Owen Anderson825b72b2009-08-11 20:47:22 +00004973 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V2,
Nate Begemanb9a47b82009-02-23 08:49:38 +00004974 DAG.getIntPtrConstant(EltIdx - 8));
Owen Anderson825b72b2009-08-11 20:47:22 +00004975 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, ExtOp,
Nate Begemanb9a47b82009-02-23 08:49:38 +00004976 DAG.getIntPtrConstant(i));
4977 }
4978 return NewV;
4979}
4980
4981// v16i8 shuffles - Prefer shuffles in the following order:
4982// 1. [ssse3] 1 x pshufb
4983// 2. [ssse3] 2 x pshufb + 1 x por
4984// 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
4985static
Nate Begeman9008ca62009-04-27 18:41:29 +00004986SDValue LowerVECTOR_SHUFFLEv16i8(ShuffleVectorSDNode *SVOp,
Dan Gohmand858e902010-04-17 15:26:15 +00004987 SelectionDAG &DAG,
4988 const X86TargetLowering &TLI) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004989 SDValue V1 = SVOp->getOperand(0);
4990 SDValue V2 = SVOp->getOperand(1);
4991 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00004992 SmallVector<int, 16> MaskVals;
Nate Begeman9008ca62009-04-27 18:41:29 +00004993 SVOp->getMask(MaskVals);
Eric Christopherfd179292009-08-27 18:07:15 +00004994
Nate Begemanb9a47b82009-02-23 08:49:38 +00004995 // If we have SSSE3, case 1 is generated when all result bytes come from
Eric Christopherfd179292009-08-27 18:07:15 +00004996 // one of the inputs. Otherwise, case 2 is generated. If no SSSE3 is
Nate Begemanb9a47b82009-02-23 08:49:38 +00004997 // present, fall back to case 3.
4998 // FIXME: kill V2Only once shuffles are canonizalized by getNode.
4999 bool V1Only = true;
5000 bool V2Only = true;
5001 for (unsigned i = 0; i < 16; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005002 int EltIdx = MaskVals[i];
Nate Begemanb9a47b82009-02-23 08:49:38 +00005003 if (EltIdx < 0)
5004 continue;
5005 if (EltIdx < 16)
5006 V2Only = false;
5007 else
5008 V1Only = false;
5009 }
Eric Christopherfd179292009-08-27 18:07:15 +00005010
Nate Begemanb9a47b82009-02-23 08:49:38 +00005011 // If SSSE3, use 1 pshufb instruction per vector with elements in the result.
5012 if (TLI.getSubtarget()->hasSSSE3()) {
5013 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005014
Nate Begemanb9a47b82009-02-23 08:49:38 +00005015 // If all result elements are from one input vector, then only translate
Eric Christopherfd179292009-08-27 18:07:15 +00005016 // undef mask values to 0x80 (zero out result) in the pshufb mask.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005017 //
5018 // Otherwise, we have elements from both input vectors, and must zero out
5019 // elements that come from V2 in the first mask, and V1 in the second mask
5020 // so that we can OR them together.
5021 bool TwoInputs = !(V1Only || V2Only);
5022 for (unsigned i = 0; i != 16; ++i) {
5023 int EltIdx = MaskVals[i];
5024 if (EltIdx < 0 || (TwoInputs && EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005025 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005026 continue;
5027 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005028 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005029 }
5030 // If all the elements are from V2, assign it to V1 and return after
5031 // building the first pshufb.
5032 if (V2Only)
5033 V1 = V2;
Owen Anderson825b72b2009-08-11 20:47:22 +00005034 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005035 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005036 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005037 if (!TwoInputs)
5038 return V1;
Eric Christopherfd179292009-08-27 18:07:15 +00005039
Nate Begemanb9a47b82009-02-23 08:49:38 +00005040 // Calculate the shuffle mask for the second input, shuffle it, and
5041 // OR it with the first shuffled input.
5042 pshufbMask.clear();
5043 for (unsigned i = 0; i != 16; ++i) {
5044 int EltIdx = MaskVals[i];
5045 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005046 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005047 continue;
5048 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005049 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005050 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005051 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005052 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005053 MVT::v16i8, &pshufbMask[0], 16));
5054 return DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005055 }
Eric Christopherfd179292009-08-27 18:07:15 +00005056
Nate Begemanb9a47b82009-02-23 08:49:38 +00005057 // No SSSE3 - Calculate in place words and then fix all out of place words
5058 // With 0-16 extracts & inserts. Worst case is 16 bytes out of order from
5059 // the 16 different words that comprise the two doublequadword input vectors.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005060 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
5061 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005062 SDValue NewV = V2Only ? V2 : V1;
5063 for (int i = 0; i != 8; ++i) {
5064 int Elt0 = MaskVals[i*2];
5065 int Elt1 = MaskVals[i*2+1];
Eric Christopherfd179292009-08-27 18:07:15 +00005066
Nate Begemanb9a47b82009-02-23 08:49:38 +00005067 // This word of the result is all undef, skip it.
5068 if (Elt0 < 0 && Elt1 < 0)
5069 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005070
Nate Begemanb9a47b82009-02-23 08:49:38 +00005071 // This word of the result is already in the correct place, skip it.
5072 if (V1Only && (Elt0 == i*2) && (Elt1 == i*2+1))
5073 continue;
5074 if (V2Only && (Elt0 == i*2+16) && (Elt1 == i*2+17))
5075 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005076
Nate Begemanb9a47b82009-02-23 08:49:38 +00005077 SDValue Elt0Src = Elt0 < 16 ? V1 : V2;
5078 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
5079 SDValue InsElt;
Mon P Wang6b3ef692009-03-11 18:47:57 +00005080
5081 // If Elt0 and Elt1 are defined, are consecutive, and can be load
5082 // using a single extract together, load it and store it.
5083 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005084 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005085 DAG.getIntPtrConstant(Elt1 / 2));
Owen Anderson825b72b2009-08-11 20:47:22 +00005086 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005087 DAG.getIntPtrConstant(i));
5088 continue;
5089 }
5090
Nate Begemanb9a47b82009-02-23 08:49:38 +00005091 // If Elt1 is defined, extract it from the appropriate source. If the
Mon P Wang6b3ef692009-03-11 18:47:57 +00005092 // source byte is not also odd, shift the extracted word left 8 bits
5093 // otherwise clear the bottom 8 bits if we need to do an or.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005094 if (Elt1 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005095 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005096 DAG.getIntPtrConstant(Elt1 / 2));
5097 if ((Elt1 & 1) == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005098 InsElt = DAG.getNode(ISD::SHL, dl, MVT::i16, InsElt,
Owen Anderson95771af2011-02-25 21:41:48 +00005099 DAG.getConstant(8,
5100 TLI.getShiftAmountTy(InsElt.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005101 else if (Elt0 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005102 InsElt = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt,
5103 DAG.getConstant(0xFF00, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005104 }
5105 // If Elt0 is defined, extract it from the appropriate source. If the
5106 // source byte is not also even, shift the extracted word right 8 bits. If
5107 // Elt1 was also defined, OR the extracted values together before
5108 // inserting them in the result.
5109 if (Elt0 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005110 SDValue InsElt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005111 Elt0Src, DAG.getIntPtrConstant(Elt0 / 2));
5112 if ((Elt0 & 1) != 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005113 InsElt0 = DAG.getNode(ISD::SRL, dl, MVT::i16, InsElt0,
Owen Anderson95771af2011-02-25 21:41:48 +00005114 DAG.getConstant(8,
5115 TLI.getShiftAmountTy(InsElt0.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005116 else if (Elt1 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005117 InsElt0 = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt0,
5118 DAG.getConstant(0x00FF, MVT::i16));
5119 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)
Nate Begemanb9a47b82009-02-23 08:49:38 +00005120 : InsElt0;
5121 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005122 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005123 DAG.getIntPtrConstant(i));
5124 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005125 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005126}
5127
Evan Cheng7a831ce2007-12-15 03:00:47 +00005128/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005129/// ones, or rewriting v4i32 / v4f32 as 2 wide ones if possible. This can be
Evan Cheng7a831ce2007-12-15 03:00:47 +00005130/// done when every pair / quad of shuffle mask elements point to elements in
5131/// the right sequence. e.g.
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005132/// vector_shuffle X, Y, <2, 3, | 10, 11, | 0, 1, | 14, 15>
Evan Cheng14b32e12007-12-11 01:46:18 +00005133static
Nate Begeman9008ca62009-04-27 18:41:29 +00005134SDValue RewriteAsNarrowerShuffle(ShuffleVectorSDNode *SVOp,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005135 SelectionDAG &DAG, DebugLoc dl) {
Owen Andersone50ed302009-08-10 22:56:29 +00005136 EVT VT = SVOp->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00005137 SDValue V1 = SVOp->getOperand(0);
5138 SDValue V2 = SVOp->getOperand(1);
5139 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng7a831ce2007-12-15 03:00:47 +00005140 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005141 EVT NewVT;
Owen Anderson825b72b2009-08-11 20:47:22 +00005142 switch (VT.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005143 default: assert(false && "Unexpected!");
Owen Anderson825b72b2009-08-11 20:47:22 +00005144 case MVT::v4f32: NewVT = MVT::v2f64; break;
5145 case MVT::v4i32: NewVT = MVT::v2i64; break;
5146 case MVT::v8i16: NewVT = MVT::v4i32; break;
5147 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00005148 }
5149
Nate Begeman9008ca62009-04-27 18:41:29 +00005150 int Scale = NumElems / NewWidth;
5151 SmallVector<int, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00005152 for (unsigned i = 0; i < NumElems; i += Scale) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005153 int StartIdx = -1;
5154 for (int j = 0; j < Scale; ++j) {
5155 int EltIdx = SVOp->getMaskElt(i+j);
5156 if (EltIdx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005157 continue;
Nate Begeman9008ca62009-04-27 18:41:29 +00005158 if (StartIdx == -1)
Evan Cheng14b32e12007-12-11 01:46:18 +00005159 StartIdx = EltIdx - (EltIdx % Scale);
5160 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00005161 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00005162 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005163 if (StartIdx == -1)
5164 MaskVec.push_back(-1);
Evan Cheng14b32e12007-12-11 01:46:18 +00005165 else
Nate Begeman9008ca62009-04-27 18:41:29 +00005166 MaskVec.push_back(StartIdx / Scale);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005167 }
5168
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005169 V1 = DAG.getNode(ISD::BITCAST, dl, NewVT, V1);
5170 V2 = DAG.getNode(ISD::BITCAST, dl, NewVT, V2);
Nate Begeman9008ca62009-04-27 18:41:29 +00005171 return DAG.getVectorShuffle(NewVT, dl, V1, V2, &MaskVec[0]);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005172}
5173
Evan Chengd880b972008-05-09 21:53:03 +00005174/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00005175///
Owen Andersone50ed302009-08-10 22:56:29 +00005176static SDValue getVZextMovL(EVT VT, EVT OpVT,
Nate Begeman9008ca62009-04-27 18:41:29 +00005177 SDValue SrcOp, SelectionDAG &DAG,
5178 const X86Subtarget *Subtarget, DebugLoc dl) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005179 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005180 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00005181 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00005182 LD = dyn_cast<LoadSDNode>(SrcOp);
5183 if (!LD) {
5184 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
5185 // instead.
Owen Anderson766b5ef2009-08-11 21:59:30 +00005186 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Duncan Sandscdfad362010-11-03 12:17:33 +00005187 if ((ExtVT != MVT::i64 || Subtarget->is64Bit()) &&
Evan Cheng7e2ff772008-05-08 00:57:18 +00005188 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005189 SrcOp.getOperand(0).getOpcode() == ISD::BITCAST &&
Owen Anderson766b5ef2009-08-11 21:59:30 +00005190 SrcOp.getOperand(0).getOperand(0).getValueType() == ExtVT) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005191 // PR2108
Owen Anderson825b72b2009-08-11 20:47:22 +00005192 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005193 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005194 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
5195 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
5196 OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00005197 SrcOp.getOperand(0)
5198 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005199 }
5200 }
5201 }
5202
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005203 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005204 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005205 DAG.getNode(ISD::BITCAST, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00005206 OpVT, SrcOp)));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005207}
5208
Evan Chengace3c172008-07-22 21:13:36 +00005209/// LowerVECTOR_SHUFFLE_4wide - Handle all 4 wide cases with a number of
5210/// shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00005211static SDValue
Nate Begeman9008ca62009-04-27 18:41:29 +00005212LowerVECTOR_SHUFFLE_4wide(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
5213 SDValue V1 = SVOp->getOperand(0);
5214 SDValue V2 = SVOp->getOperand(1);
5215 DebugLoc dl = SVOp->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00005216 EVT VT = SVOp->getValueType(0);
Eric Christopherfd179292009-08-27 18:07:15 +00005217
Evan Chengace3c172008-07-22 21:13:36 +00005218 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00005219 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005220 SmallVector<int, 8> Mask1(4U, -1);
5221 SmallVector<int, 8> PermMask;
5222 SVOp->getMask(PermMask);
5223
Evan Chengace3c172008-07-22 21:13:36 +00005224 unsigned NumHi = 0;
5225 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00005226 for (unsigned i = 0; i != 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005227 int Idx = PermMask[i];
5228 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005229 Locs[i] = std::make_pair(-1, -1);
5230 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005231 assert(Idx < 8 && "Invalid VECTOR_SHUFFLE index!");
5232 if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005233 Locs[i] = std::make_pair(0, NumLo);
Nate Begeman9008ca62009-04-27 18:41:29 +00005234 Mask1[NumLo] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005235 NumLo++;
5236 } else {
5237 Locs[i] = std::make_pair(1, NumHi);
5238 if (2+NumHi < 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005239 Mask1[2+NumHi] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005240 NumHi++;
5241 }
5242 }
5243 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005244
Evan Chengace3c172008-07-22 21:13:36 +00005245 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005246 // If no more than two elements come from either vector. This can be
5247 // implemented with two shuffles. First shuffle gather the elements.
5248 // The second shuffle, which takes the first shuffle as both of its
5249 // vector operands, put the elements into the right order.
Nate Begeman9008ca62009-04-27 18:41:29 +00005250 V1 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005251
Nate Begeman9008ca62009-04-27 18:41:29 +00005252 SmallVector<int, 8> Mask2(4U, -1);
Eric Christopherfd179292009-08-27 18:07:15 +00005253
Evan Chengace3c172008-07-22 21:13:36 +00005254 for (unsigned i = 0; i != 4; ++i) {
5255 if (Locs[i].first == -1)
5256 continue;
5257 else {
5258 unsigned Idx = (i < 2) ? 0 : 4;
5259 Idx += Locs[i].first * 2 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005260 Mask2[i] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005261 }
5262 }
5263
Nate Begeman9008ca62009-04-27 18:41:29 +00005264 return DAG.getVectorShuffle(VT, dl, V1, V1, &Mask2[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005265 } else if (NumLo == 3 || NumHi == 3) {
5266 // Otherwise, we must have three elements from one vector, call it X, and
5267 // one element from the other, call it Y. First, use a shufps to build an
5268 // intermediate vector with the one element from Y and the element from X
5269 // that will be in the same half in the final destination (the indexes don't
5270 // matter). Then, use a shufps to build the final vector, taking the half
5271 // containing the element from Y from the intermediate, and the other half
5272 // from X.
5273 if (NumHi == 3) {
5274 // Normalize it so the 3 elements come from V1.
Nate Begeman9008ca62009-04-27 18:41:29 +00005275 CommuteVectorShuffleMask(PermMask, VT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005276 std::swap(V1, V2);
5277 }
5278
5279 // Find the element from V2.
5280 unsigned HiIndex;
5281 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005282 int Val = PermMask[HiIndex];
5283 if (Val < 0)
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005284 continue;
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005285 if (Val >= 4)
5286 break;
5287 }
5288
Nate Begeman9008ca62009-04-27 18:41:29 +00005289 Mask1[0] = PermMask[HiIndex];
5290 Mask1[1] = -1;
5291 Mask1[2] = PermMask[HiIndex^1];
5292 Mask1[3] = -1;
5293 V2 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005294
5295 if (HiIndex >= 2) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005296 Mask1[0] = PermMask[0];
5297 Mask1[1] = PermMask[1];
5298 Mask1[2] = HiIndex & 1 ? 6 : 4;
5299 Mask1[3] = HiIndex & 1 ? 4 : 6;
5300 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005301 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005302 Mask1[0] = HiIndex & 1 ? 2 : 0;
5303 Mask1[1] = HiIndex & 1 ? 0 : 2;
5304 Mask1[2] = PermMask[2];
5305 Mask1[3] = PermMask[3];
5306 if (Mask1[2] >= 0)
5307 Mask1[2] += 4;
5308 if (Mask1[3] >= 0)
5309 Mask1[3] += 4;
5310 return DAG.getVectorShuffle(VT, dl, V2, V1, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005311 }
Evan Chengace3c172008-07-22 21:13:36 +00005312 }
5313
5314 // Break it into (shuffle shuffle_hi, shuffle_lo).
5315 Locs.clear();
David Greenec4db4e52011-02-28 19:06:56 +00005316 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005317 SmallVector<int,8> LoMask(4U, -1);
5318 SmallVector<int,8> HiMask(4U, -1);
5319
5320 SmallVector<int,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00005321 unsigned MaskIdx = 0;
5322 unsigned LoIdx = 0;
5323 unsigned HiIdx = 2;
5324 for (unsigned i = 0; i != 4; ++i) {
5325 if (i == 2) {
5326 MaskPtr = &HiMask;
5327 MaskIdx = 1;
5328 LoIdx = 0;
5329 HiIdx = 2;
5330 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005331 int Idx = PermMask[i];
5332 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005333 Locs[i] = std::make_pair(-1, -1);
Nate Begeman9008ca62009-04-27 18:41:29 +00005334 } else if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005335 Locs[i] = std::make_pair(MaskIdx, LoIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005336 (*MaskPtr)[LoIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005337 LoIdx++;
5338 } else {
5339 Locs[i] = std::make_pair(MaskIdx, HiIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005340 (*MaskPtr)[HiIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005341 HiIdx++;
5342 }
5343 }
5344
Nate Begeman9008ca62009-04-27 18:41:29 +00005345 SDValue LoShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &LoMask[0]);
5346 SDValue HiShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &HiMask[0]);
5347 SmallVector<int, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00005348 for (unsigned i = 0; i != 4; ++i) {
5349 if (Locs[i].first == -1) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005350 MaskOps.push_back(-1);
Evan Chengace3c172008-07-22 21:13:36 +00005351 } else {
5352 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005353 MaskOps.push_back(Idx);
Evan Chengace3c172008-07-22 21:13:36 +00005354 }
5355 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005356 return DAG.getVectorShuffle(VT, dl, LoShuffle, HiShuffle, &MaskOps[0]);
Evan Chengace3c172008-07-22 21:13:36 +00005357}
5358
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005359static bool MayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005360 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005361 V = V.getOperand(0);
5362 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5363 V = V.getOperand(0);
5364 if (MayFoldLoad(V))
5365 return true;
5366 return false;
5367}
5368
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005369// FIXME: the version above should always be used. Since there's
5370// a bug where several vector shuffles can't be folded because the
5371// DAG is not updated during lowering and a node claims to have two
5372// uses while it only has one, use this version, and let isel match
5373// another instruction if the load really happens to have more than
5374// one use. Remove this version after this bug get fixed.
Evan Cheng835580f2010-10-07 20:50:20 +00005375// rdar://8434668, PR8156
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005376static bool RelaxedMayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005377 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005378 V = V.getOperand(0);
5379 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5380 V = V.getOperand(0);
5381 if (ISD::isNormalLoad(V.getNode()))
5382 return true;
5383 return false;
5384}
5385
5386/// CanFoldShuffleIntoVExtract - Check if the current shuffle is used by
5387/// a vector extract, and if both can be later optimized into a single load.
5388/// This is done in visitEXTRACT_VECTOR_ELT and the conditions are checked
5389/// here because otherwise a target specific shuffle node is going to be
5390/// emitted for this shuffle, and the optimization not done.
5391/// FIXME: This is probably not the best approach, but fix the problem
5392/// until the right path is decided.
5393static
5394bool CanXFormVExtractWithShuffleIntoLoad(SDValue V, SelectionDAG &DAG,
5395 const TargetLowering &TLI) {
5396 EVT VT = V.getValueType();
5397 ShuffleVectorSDNode *SVOp = dyn_cast<ShuffleVectorSDNode>(V);
5398
5399 // Be sure that the vector shuffle is present in a pattern like this:
5400 // (vextract (v4f32 shuffle (load $addr), <1,u,u,u>), c) -> (f32 load $addr)
5401 if (!V.hasOneUse())
5402 return false;
5403
5404 SDNode *N = *V.getNode()->use_begin();
5405 if (N->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
5406 return false;
5407
5408 SDValue EltNo = N->getOperand(1);
5409 if (!isa<ConstantSDNode>(EltNo))
5410 return false;
5411
5412 // If the bit convert changed the number of elements, it is unsafe
5413 // to examine the mask.
5414 bool HasShuffleIntoBitcast = false;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005415 if (V.getOpcode() == ISD::BITCAST) {
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005416 EVT SrcVT = V.getOperand(0).getValueType();
5417 if (SrcVT.getVectorNumElements() != VT.getVectorNumElements())
5418 return false;
5419 V = V.getOperand(0);
5420 HasShuffleIntoBitcast = true;
5421 }
5422
5423 // Select the input vector, guarding against out of range extract vector.
5424 unsigned NumElems = VT.getVectorNumElements();
5425 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
5426 int Idx = (Elt > NumElems) ? -1 : SVOp->getMaskElt(Elt);
5427 V = (Idx < (int)NumElems) ? V.getOperand(0) : V.getOperand(1);
5428
5429 // Skip one more bit_convert if necessary
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005430 if (V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005431 V = V.getOperand(0);
5432
5433 if (ISD::isNormalLoad(V.getNode())) {
5434 // Is the original load suitable?
5435 LoadSDNode *LN0 = cast<LoadSDNode>(V);
5436
5437 // FIXME: avoid the multi-use bug that is preventing lots of
5438 // of foldings to be detected, this is still wrong of course, but
5439 // give the temporary desired behavior, and if it happens that
5440 // the load has real more uses, during isel it will not fold, and
5441 // will generate poor code.
5442 if (!LN0 || LN0->isVolatile()) // || !LN0->hasOneUse()
5443 return false;
5444
5445 if (!HasShuffleIntoBitcast)
5446 return true;
5447
5448 // If there's a bitcast before the shuffle, check if the load type and
5449 // alignment is valid.
5450 unsigned Align = LN0->getAlignment();
5451 unsigned NewAlign =
5452 TLI.getTargetData()->getABITypeAlignment(
5453 VT.getTypeForEVT(*DAG.getContext()));
5454
5455 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT))
5456 return false;
5457 }
5458
5459 return true;
5460}
5461
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005462static
Evan Cheng835580f2010-10-07 20:50:20 +00005463SDValue getMOVDDup(SDValue &Op, DebugLoc &dl, SDValue V1, SelectionDAG &DAG) {
5464 EVT VT = Op.getValueType();
5465
5466 // Canonizalize to v2f64.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005467 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, V1);
5468 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Cheng835580f2010-10-07 20:50:20 +00005469 getTargetShuffleNode(X86ISD::MOVDDUP, dl, MVT::v2f64,
5470 V1, DAG));
5471}
5472
5473static
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005474SDValue getMOVLowToHigh(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG,
5475 bool HasSSE2) {
5476 SDValue V1 = Op.getOperand(0);
5477 SDValue V2 = Op.getOperand(1);
5478 EVT VT = Op.getValueType();
5479
5480 assert(VT != MVT::v2i64 && "unsupported shuffle type");
5481
5482 if (HasSSE2 && VT == MVT::v2f64)
5483 return getTargetShuffleNode(X86ISD::MOVLHPD, dl, VT, V1, V2, DAG);
5484
5485 // v4f32 or v4i32
5486 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V2, DAG);
5487}
5488
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005489static
5490SDValue getMOVHighToLow(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG) {
5491 SDValue V1 = Op.getOperand(0);
5492 SDValue V2 = Op.getOperand(1);
5493 EVT VT = Op.getValueType();
5494
5495 assert((VT == MVT::v4i32 || VT == MVT::v4f32) &&
5496 "unsupported shuffle type");
5497
5498 if (V2.getOpcode() == ISD::UNDEF)
5499 V2 = V1;
5500
5501 // v4i32 or v4f32
5502 return getTargetShuffleNode(X86ISD::MOVHLPS, dl, VT, V1, V2, DAG);
5503}
5504
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005505static
5506SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) {
5507 SDValue V1 = Op.getOperand(0);
5508 SDValue V2 = Op.getOperand(1);
5509 EVT VT = Op.getValueType();
5510 unsigned NumElems = VT.getVectorNumElements();
5511
5512 // Use MOVLPS and MOVLPD in case V1 or V2 are loads. During isel, the second
5513 // operand of these instructions is only memory, so check if there's a
5514 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
5515 // same masks.
5516 bool CanFoldLoad = false;
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005517
Bruno Cardoso Lopesd00bfe12010-09-02 02:35:51 +00005518 // Trivial case, when V2 comes from a load.
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005519 if (MayFoldVectorLoad(V2))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005520 CanFoldLoad = true;
5521
5522 // When V1 is a load, it can be folded later into a store in isel, example:
5523 // (store (v4f32 (X86Movlps (load addr:$src1), VR128:$src2)), addr:$src1)
5524 // turns into:
5525 // (MOVLPSmr addr:$src1, VR128:$src2)
5526 // So, recognize this potential and also use MOVLPS or MOVLPD
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005527 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005528 CanFoldLoad = true;
5529
Eric Christopher893a8822011-02-20 05:04:42 +00005530 // Both of them can't be memory operations though.
5531 if (MayFoldVectorLoad(V1) && MayFoldVectorLoad(V2))
5532 CanFoldLoad = false;
Owen Anderson95771af2011-02-25 21:41:48 +00005533
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005534 if (CanFoldLoad) {
5535 if (HasSSE2 && NumElems == 2)
5536 return getTargetShuffleNode(X86ISD::MOVLPD, dl, VT, V1, V2, DAG);
5537
5538 if (NumElems == 4)
5539 return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG);
5540 }
5541
5542 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5543 // movl and movlp will both match v2i64, but v2i64 is never matched by
5544 // movl earlier because we make it strict to avoid messing with the movlp load
5545 // folding logic (see the code above getMOVLP call). Match it here then,
5546 // this is horrible, but will stay like this until we move all shuffle
5547 // matching to x86 specific nodes. Note that for the 1st condition all
5548 // types are matched with movsd.
5549 if ((HasSSE2 && NumElems == 2) || !X86::isMOVLMask(SVOp))
5550 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5551 else if (HasSSE2)
5552 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5553
5554
5555 assert(VT != MVT::v4i32 && "unsupported shuffle type");
5556
5557 // Invert the operand order and use SHUFPS to match it.
5558 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V2, V1,
5559 X86::getShuffleSHUFImmediate(SVOp), DAG);
5560}
5561
David Greenec4db4e52011-02-28 19:06:56 +00005562static inline unsigned getUNPCKLOpcode(EVT VT, const X86Subtarget *Subtarget) {
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005563 switch(VT.getSimpleVT().SimpleTy) {
5564 case MVT::v4i32: return X86ISD::PUNPCKLDQ;
5565 case MVT::v2i64: return X86ISD::PUNPCKLQDQ;
David Greenec4db4e52011-02-28 19:06:56 +00005566 case MVT::v4f32:
5567 return Subtarget->hasAVX() ? X86ISD::VUNPCKLPS : X86ISD::UNPCKLPS;
5568 case MVT::v2f64:
5569 return Subtarget->hasAVX() ? X86ISD::VUNPCKLPD : X86ISD::UNPCKLPD;
5570 case MVT::v8f32: return X86ISD::VUNPCKLPSY;
5571 case MVT::v4f64: return X86ISD::VUNPCKLPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005572 case MVT::v16i8: return X86ISD::PUNPCKLBW;
5573 case MVT::v8i16: return X86ISD::PUNPCKLWD;
5574 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005575 llvm_unreachable("Unknown type for unpckl");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005576 }
5577 return 0;
5578}
5579
5580static inline unsigned getUNPCKHOpcode(EVT VT) {
5581 switch(VT.getSimpleVT().SimpleTy) {
5582 case MVT::v4i32: return X86ISD::PUNPCKHDQ;
5583 case MVT::v2i64: return X86ISD::PUNPCKHQDQ;
5584 case MVT::v4f32: return X86ISD::UNPCKHPS;
5585 case MVT::v2f64: return X86ISD::UNPCKHPD;
5586 case MVT::v16i8: return X86ISD::PUNPCKHBW;
5587 case MVT::v8i16: return X86ISD::PUNPCKHWD;
5588 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005589 llvm_unreachable("Unknown type for unpckh");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005590 }
5591 return 0;
5592}
5593
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005594static
5595SDValue NormalizeVectorShuffle(SDValue Op, SelectionDAG &DAG,
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005596 const TargetLowering &TLI,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005597 const X86Subtarget *Subtarget) {
5598 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5599 EVT VT = Op.getValueType();
5600 DebugLoc dl = Op.getDebugLoc();
5601 SDValue V1 = Op.getOperand(0);
5602 SDValue V2 = Op.getOperand(1);
5603
5604 if (isZeroShuffle(SVOp))
5605 return getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
5606
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005607 // Handle splat operations
5608 if (SVOp->isSplat()) {
5609 // Special case, this is the only place now where it's
5610 // allowed to return a vector_shuffle operation without
5611 // using a target specific node, because *hopefully* it
5612 // will be optimized away by the dag combiner.
5613 if (VT.getVectorNumElements() <= 4 &&
5614 CanXFormVExtractWithShuffleIntoLoad(Op, DAG, TLI))
5615 return Op;
5616
5617 // Handle splats by matching through known masks
5618 if (VT.getVectorNumElements() <= 4)
5619 return SDValue();
5620
Evan Cheng835580f2010-10-07 20:50:20 +00005621 // Canonicalize all of the remaining to v4f32.
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005622 return PromoteSplat(SVOp, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005623 }
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005624
5625 // If the shuffle can be profitably rewritten as a narrower shuffle, then
5626 // do it!
5627 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
5628 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5629 if (NewOp.getNode())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005630 return DAG.getNode(ISD::BITCAST, dl, VT, NewOp);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005631 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
5632 // FIXME: Figure out a cleaner way to do this.
5633 // Try to make use of movq to zero out the top part.
5634 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
5635 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5636 if (NewOp.getNode()) {
5637 if (isCommutedMOVL(cast<ShuffleVectorSDNode>(NewOp), true, false))
5638 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(0),
5639 DAG, Subtarget, dl);
5640 }
5641 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
5642 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5643 if (NewOp.getNode() && X86::isMOVLMask(cast<ShuffleVectorSDNode>(NewOp)))
5644 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
5645 DAG, Subtarget, dl);
5646 }
5647 }
5648 return SDValue();
5649}
5650
Dan Gohman475871a2008-07-27 21:46:04 +00005651SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00005652X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00005653 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00005654 SDValue V1 = Op.getOperand(0);
5655 SDValue V2 = Op.getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +00005656 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005657 DebugLoc dl = Op.getDebugLoc();
Nate Begeman9008ca62009-04-27 18:41:29 +00005658 unsigned NumElems = VT.getVectorNumElements();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005659 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005660 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
5661 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00005662 bool V1IsSplat = false;
5663 bool V2IsSplat = false;
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005664 bool HasSSE2 = Subtarget->hasSSE2() || Subtarget->hasAVX();
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00005665 bool HasSSE3 = Subtarget->hasSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00005666 bool HasSSSE3 = Subtarget->hasSSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005667 MachineFunction &MF = DAG.getMachineFunction();
5668 bool OptForSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005669
Dale Johannesen0488fb62010-09-30 23:57:10 +00005670 // Shuffle operations on MMX not supported.
5671 if (isMMX)
Bruno Cardoso Lopes58277b12010-09-07 18:41:45 +00005672 return Op;
5673
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005674 // Vector shuffle lowering takes 3 steps:
5675 //
5676 // 1) Normalize the input vectors. Here splats, zeroed vectors, profitable
5677 // narrowing and commutation of operands should be handled.
5678 // 2) Matching of shuffles with known shuffle masks to x86 target specific
5679 // shuffle nodes.
5680 // 3) Rewriting of unmatched masks into new generic shuffle operations,
5681 // so the shuffle can be broken into other shuffles and the legalizer can
5682 // try the lowering again.
5683 //
5684 // The general ideia is that no vector_shuffle operation should be left to
5685 // be matched during isel, all of them must be converted to a target specific
5686 // node here.
Bruno Cardoso Lopes0d1340b2010-09-07 20:20:27 +00005687
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005688 // Normalize the input vectors. Here splats, zeroed vectors, profitable
5689 // narrowing and commutation of operands should be handled. The actual code
5690 // doesn't include all of those, work in progress...
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005691 SDValue NewOp = NormalizeVectorShuffle(Op, DAG, *this, Subtarget);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005692 if (NewOp.getNode())
5693 return NewOp;
Eric Christopherfd179292009-08-27 18:07:15 +00005694
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005695 // NOTE: isPSHUFDMask can also match both masks below (unpckl_undef and
5696 // unpckh_undef). Only use pshufd if speed is more important than size.
5697 if (OptForSize && X86::isUNPCKL_v_undef_Mask(SVOp))
5698 if (VT != MVT::v2i64 && VT != MVT::v2f64)
David Greenec4db4e52011-02-28 19:06:56 +00005699 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005700 if (OptForSize && X86::isUNPCKH_v_undef_Mask(SVOp))
5701 if (VT != MVT::v2i64 && VT != MVT::v2f64)
5702 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00005703
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005704 if (X86::isMOVDDUPMask(SVOp) && HasSSE3 && V2IsUndef &&
Dale Johannesen0488fb62010-09-30 23:57:10 +00005705 RelaxedMayFoldVectorLoad(V1))
Evan Cheng835580f2010-10-07 20:50:20 +00005706 return getMOVDDup(Op, dl, V1, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005707
Dale Johannesen0488fb62010-09-30 23:57:10 +00005708 if (X86::isMOVHLPS_v_undef_Mask(SVOp))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005709 return getMOVHighToLow(Op, dl, DAG);
5710
5711 // Use to match splats
5712 if (HasSSE2 && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
5713 (VT == MVT::v2f64 || VT == MVT::v2i64))
5714 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
5715
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005716 if (X86::isPSHUFDMask(SVOp)) {
5717 // The actual implementation will match the mask in the if above and then
5718 // during isel it can match several different instructions, not only pshufd
5719 // as its name says, sad but true, emulate the behavior for now...
5720 if (X86::isMOVDDUPMask(SVOp) && ((VT == MVT::v4f32 || VT == MVT::v2i64)))
5721 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V1, DAG);
5722
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005723 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
5724
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005725 if (HasSSE2 && (VT == MVT::v4f32 || VT == MVT::v4i32))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005726 return getTargetShuffleNode(X86ISD::PSHUFD, dl, VT, V1, TargetMask, DAG);
5727
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005728 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005729 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V1,
5730 TargetMask, DAG);
5731
5732 if (VT == MVT::v4f32)
5733 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V1,
5734 TargetMask, DAG);
5735 }
Eric Christopherfd179292009-08-27 18:07:15 +00005736
Evan Chengf26ffe92008-05-29 08:22:04 +00005737 // Check if this can be converted into a logical shift.
5738 bool isLeft = false;
5739 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00005740 SDValue ShVal;
Nate Begeman9008ca62009-04-27 18:41:29 +00005741 bool isShift = getSubtarget()->hasSSE2() &&
Evan Chengc3630942009-12-09 21:00:30 +00005742 isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
Evan Chengf26ffe92008-05-29 08:22:04 +00005743 if (isShift && ShVal.hasOneUse()) {
Scott Michelfdc40a02009-02-17 22:15:04 +00005744 // If the shifted value has multiple uses, it may be cheaper to use
Evan Chengf26ffe92008-05-29 08:22:04 +00005745 // v_set0 + movlhps or movhlps, etc.
Dan Gohman8a55ce42009-09-23 21:02:20 +00005746 EVT EltVT = VT.getVectorElementType();
5747 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00005748 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005749 }
Eric Christopherfd179292009-08-27 18:07:15 +00005750
Nate Begeman9008ca62009-04-27 18:41:29 +00005751 if (X86::isMOVLMask(SVOp)) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005752 if (V1IsUndef)
5753 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00005754 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00005755 return getVZextMovL(VT, VT, V2, DAG, Subtarget, dl);
Dale Johannesen0488fb62010-09-30 23:57:10 +00005756 if (!X86::isMOVLPMask(SVOp)) {
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005757 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00005758 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5759
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005760 if (VT == MVT::v4i32 || VT == MVT::v4f32)
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00005761 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5762 }
Evan Cheng7e2ff772008-05-08 00:57:18 +00005763 }
Eric Christopherfd179292009-08-27 18:07:15 +00005764
Nate Begeman9008ca62009-04-27 18:41:29 +00005765 // FIXME: fold these into legal mask.
Dale Johannesen0488fb62010-09-30 23:57:10 +00005766 if (X86::isMOVLHPSMask(SVOp) && !X86::isUNPCKLMask(SVOp))
5767 return getMOVLowToHigh(Op, dl, DAG, HasSSE2);
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005768
Dale Johannesen0488fb62010-09-30 23:57:10 +00005769 if (X86::isMOVHLPSMask(SVOp))
5770 return getMOVHighToLow(Op, dl, DAG);
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005771
Dale Johannesen0488fb62010-09-30 23:57:10 +00005772 if (X86::isMOVSHDUPMask(SVOp) && HasSSE3 && V2IsUndef && NumElems == 4)
5773 return getTargetShuffleNode(X86ISD::MOVSHDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00005774
Dale Johannesen0488fb62010-09-30 23:57:10 +00005775 if (X86::isMOVSLDUPMask(SVOp) && HasSSE3 && V2IsUndef && NumElems == 4)
5776 return getTargetShuffleNode(X86ISD::MOVSLDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00005777
Dale Johannesen0488fb62010-09-30 23:57:10 +00005778 if (X86::isMOVLPMask(SVOp))
5779 return getMOVLP(Op, dl, DAG, HasSSE2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005780
Nate Begeman9008ca62009-04-27 18:41:29 +00005781 if (ShouldXformToMOVHLPS(SVOp) ||
5782 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), SVOp))
5783 return CommuteVectorShuffle(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005784
Evan Chengf26ffe92008-05-29 08:22:04 +00005785 if (isShift) {
5786 // No better options. Use a vshl / vsrl.
Dan Gohman8a55ce42009-09-23 21:02:20 +00005787 EVT EltVT = VT.getVectorElementType();
5788 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00005789 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005790 }
Eric Christopherfd179292009-08-27 18:07:15 +00005791
Evan Cheng9eca5e82006-10-25 21:49:50 +00005792 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00005793 // FIXME: This should also accept a bitcast of a splat? Be careful, not
5794 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00005795 V1IsSplat = isSplatVector(V1.getNode());
5796 V2IsSplat = isSplatVector(V2.getNode());
Scott Michelfdc40a02009-02-17 22:15:04 +00005797
Chris Lattner8a594482007-11-25 00:24:49 +00005798 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00005799 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005800 Op = CommuteVectorShuffle(SVOp, DAG);
5801 SVOp = cast<ShuffleVectorSDNode>(Op);
5802 V1 = SVOp->getOperand(0);
5803 V2 = SVOp->getOperand(1);
Evan Cheng9bbbb982006-10-25 20:48:19 +00005804 std::swap(V1IsSplat, V2IsSplat);
5805 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00005806 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00005807 }
5808
Nate Begeman9008ca62009-04-27 18:41:29 +00005809 if (isCommutedMOVL(SVOp, V2IsSplat, V2IsUndef)) {
5810 // Shuffling low element of v1 into undef, just return v1.
Eric Christopherfd179292009-08-27 18:07:15 +00005811 if (V2IsUndef)
Nate Begeman9008ca62009-04-27 18:41:29 +00005812 return V1;
5813 // If V2 is a splat, the mask may be malformed such as <4,3,3,3>, which
5814 // the instruction selector will not match, so get a canonical MOVL with
5815 // swapped operands to undo the commute.
5816 return getMOVL(DAG, dl, VT, V2, V1);
Evan Chengd9b8e402006-10-16 06:36:00 +00005817 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005818
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005819 if (X86::isUNPCKLMask(SVOp))
David Greenec4db4e52011-02-28 19:06:56 +00005820 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5821 dl, VT, V1, V2, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005822
5823 if (X86::isUNPCKHMask(SVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00005824 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V2, DAG);
Evan Chenge1113032006-10-04 18:33:38 +00005825
Evan Cheng9bbbb982006-10-25 20:48:19 +00005826 if (V2IsSplat) {
5827 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00005828 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00005829 // new vector_shuffle with the corrected mask.
Nate Begeman9008ca62009-04-27 18:41:29 +00005830 SDValue NewMask = NormalizeMask(SVOp, DAG);
5831 ShuffleVectorSDNode *NSVOp = cast<ShuffleVectorSDNode>(NewMask);
5832 if (NSVOp != SVOp) {
5833 if (X86::isUNPCKLMask(NSVOp, true)) {
5834 return NewMask;
5835 } else if (X86::isUNPCKHMask(NSVOp, true)) {
5836 return NewMask;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005837 }
5838 }
5839 }
5840
Evan Cheng9eca5e82006-10-25 21:49:50 +00005841 if (Commuted) {
5842 // Commute is back and try unpck* again.
Nate Begeman9008ca62009-04-27 18:41:29 +00005843 // FIXME: this seems wrong.
5844 SDValue NewOp = CommuteVectorShuffle(SVOp, DAG);
5845 ShuffleVectorSDNode *NewSVOp = cast<ShuffleVectorSDNode>(NewOp);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005846
5847 if (X86::isUNPCKLMask(NewSVOp))
David Greenec4db4e52011-02-28 19:06:56 +00005848 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5849 dl, VT, V2, V1, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005850
5851 if (X86::isUNPCKHMask(NewSVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00005852 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V2, V1, DAG);
Evan Cheng9eca5e82006-10-25 21:49:50 +00005853 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005854
Nate Begeman9008ca62009-04-27 18:41:29 +00005855 // Normalize the node to match x86 shuffle ops if needed
Dale Johannesen0488fb62010-09-30 23:57:10 +00005856 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(SVOp))
Nate Begeman9008ca62009-04-27 18:41:29 +00005857 return CommuteVectorShuffle(SVOp, DAG);
5858
Bruno Cardoso Lopes7256e222010-09-03 23:24:06 +00005859 // The checks below are all present in isShuffleMaskLegal, but they are
5860 // inlined here right now to enable us to directly emit target specific
5861 // nodes, and remove one by one until they don't return Op anymore.
5862 SmallVector<int, 16> M;
5863 SVOp->getMask(M);
5864
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00005865 if (isPALIGNRMask(M, VT, HasSSSE3))
5866 return getTargetShuffleNode(X86ISD::PALIGN, dl, VT, V1, V2,
5867 X86::getShufflePALIGNRImmediate(SVOp),
5868 DAG);
5869
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00005870 if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
5871 SVOp->getSplatIndex() == 0 && V2IsUndef) {
David Greenec4db4e52011-02-28 19:06:56 +00005872 if (VT == MVT::v2f64) {
5873 X86ISD::NodeType Opcode =
5874 getSubtarget()->hasAVX() ? X86ISD::VUNPCKLPD : X86ISD::UNPCKLPD;
5875 return getTargetShuffleNode(Opcode, dl, VT, V1, V1, DAG);
5876 }
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00005877 if (VT == MVT::v2i64)
5878 return getTargetShuffleNode(X86ISD::PUNPCKLQDQ, dl, VT, V1, V1, DAG);
5879 }
5880
Bruno Cardoso Lopesbbfc3102010-09-04 01:36:45 +00005881 if (isPSHUFHWMask(M, VT))
5882 return getTargetShuffleNode(X86ISD::PSHUFHW, dl, VT, V1,
5883 X86::getShufflePSHUFHWImmediate(SVOp),
5884 DAG);
5885
5886 if (isPSHUFLWMask(M, VT))
5887 return getTargetShuffleNode(X86ISD::PSHUFLW, dl, VT, V1,
5888 X86::getShufflePSHUFLWImmediate(SVOp),
5889 DAG);
5890
Bruno Cardoso Lopes4c827f52010-09-04 01:22:57 +00005891 if (isSHUFPMask(M, VT)) {
5892 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
5893 if (VT == MVT::v4f32 || VT == MVT::v4i32)
5894 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V2,
5895 TargetMask, DAG);
5896 if (VT == MVT::v2f64 || VT == MVT::v2i64)
5897 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V2,
5898 TargetMask, DAG);
5899 }
5900
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005901 if (X86::isUNPCKL_v_undef_Mask(SVOp))
5902 if (VT != MVT::v2i64 && VT != MVT::v2f64)
David Greenec4db4e52011-02-28 19:06:56 +00005903 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5904 dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005905 if (X86::isUNPCKH_v_undef_Mask(SVOp))
5906 if (VT != MVT::v2i64 && VT != MVT::v2f64)
5907 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
5908
Evan Cheng14b32e12007-12-11 01:46:18 +00005909 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
Owen Anderson825b72b2009-08-11 20:47:22 +00005910 if (VT == MVT::v8i16) {
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005911 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00005912 if (NewOp.getNode())
Evan Cheng14b32e12007-12-11 01:46:18 +00005913 return NewOp;
5914 }
5915
Owen Anderson825b72b2009-08-11 20:47:22 +00005916 if (VT == MVT::v16i8) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005917 SDValue NewOp = LowerVECTOR_SHUFFLEv16i8(SVOp, DAG, *this);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005918 if (NewOp.getNode())
5919 return NewOp;
5920 }
Eric Christopherfd179292009-08-27 18:07:15 +00005921
Dale Johannesen0488fb62010-09-30 23:57:10 +00005922 // Handle all 4 wide cases with a number of shuffles.
5923 if (NumElems == 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005924 return LowerVECTOR_SHUFFLE_4wide(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005925
Dan Gohman475871a2008-07-27 21:46:04 +00005926 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005927}
5928
Dan Gohman475871a2008-07-27 21:46:04 +00005929SDValue
5930X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00005931 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00005932 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005933 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005934 if (VT.getSizeInBits() == 8) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005935 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005936 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00005937 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005938 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00005939 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005940 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00005941 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
5942 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
5943 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005944 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
5945 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005946 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005947 MVT::v4i32,
Evan Cheng52ceafa2009-01-02 05:29:08 +00005948 Op.getOperand(0)),
5949 Op.getOperand(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00005950 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005951 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00005952 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005953 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00005954 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Owen Anderson825b72b2009-08-11 20:47:22 +00005955 } else if (VT == MVT::f32) {
Evan Cheng62a3f152008-03-24 21:52:23 +00005956 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
5957 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00005958 // result has a single use which is a store or a bitcast to i32. And in
5959 // the case of a store, it's not worth it if the index is a constant 0,
5960 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00005961 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00005962 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00005963 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00005964 if ((User->getOpcode() != ISD::STORE ||
5965 (isa<ConstantSDNode>(Op.getOperand(1)) &&
5966 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005967 (User->getOpcode() != ISD::BITCAST ||
Owen Anderson825b72b2009-08-11 20:47:22 +00005968 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00005969 return SDValue();
Owen Anderson825b72b2009-08-11 20:47:22 +00005970 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005971 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32,
Dale Johannesenace16102009-02-03 19:33:06 +00005972 Op.getOperand(0)),
5973 Op.getOperand(1));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005974 return DAG.getNode(ISD::BITCAST, dl, MVT::f32, Extract);
Owen Anderson825b72b2009-08-11 20:47:22 +00005975 } else if (VT == MVT::i32) {
Mon P Wangf0fcdd82009-01-15 21:10:20 +00005976 // ExtractPS works with constant index.
5977 if (isa<ConstantSDNode>(Op.getOperand(1)))
5978 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00005979 }
Dan Gohman475871a2008-07-27 21:46:04 +00005980 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00005981}
5982
5983
Dan Gohman475871a2008-07-27 21:46:04 +00005984SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00005985X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
5986 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00005987 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00005988 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005989
David Greene74a579d2011-02-10 16:57:36 +00005990 SDValue Vec = Op.getOperand(0);
5991 EVT VecVT = Vec.getValueType();
5992
5993 // If this is a 256-bit vector result, first extract the 128-bit
5994 // vector and then extract from the 128-bit vector.
5995 if (VecVT.getSizeInBits() > 128) {
5996 DebugLoc dl = Op.getNode()->getDebugLoc();
5997 unsigned NumElems = VecVT.getVectorNumElements();
5998 SDValue Idx = Op.getOperand(1);
5999
6000 if (!isa<ConstantSDNode>(Idx))
6001 return SDValue();
6002
6003 unsigned ExtractNumElems = NumElems / (VecVT.getSizeInBits() / 128);
6004 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6005
6006 // Get the 128-bit vector.
6007 bool Upper = IdxVal >= ExtractNumElems;
6008 Vec = Extract128BitVector(Vec, Idx, DAG, dl);
6009
6010 // Extract from it.
6011 SDValue ScaledIdx = Idx;
6012 if (Upper)
6013 ScaledIdx = DAG.getNode(ISD::SUB, dl, Idx.getValueType(), Idx,
6014 DAG.getConstant(ExtractNumElems,
6015 Idx.getValueType()));
6016 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Vec,
6017 ScaledIdx);
6018 }
6019
6020 assert(Vec.getValueSizeInBits() <= 128 && "Unexpected vector length");
6021
Evan Cheng62a3f152008-03-24 21:52:23 +00006022 if (Subtarget->hasSSE41()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006023 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00006024 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00006025 return Res;
6026 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00006027
Owen Andersone50ed302009-08-10 22:56:29 +00006028 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006029 DebugLoc dl = Op.getDebugLoc();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006030 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006031 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00006032 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006033 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00006034 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006035 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6036 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006037 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006038 MVT::v4i32, Vec),
Evan Cheng14b32e12007-12-11 01:46:18 +00006039 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006040 // Transform it so it match pextrw which produces a 32-bit result.
Ken Dyck70d0ef12009-12-17 15:31:52 +00006041 EVT EltVT = MVT::i32;
Dan Gohman8a55ce42009-09-23 21:02:20 +00006042 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006043 Op.getOperand(0), Op.getOperand(1));
Dan Gohman8a55ce42009-09-23 21:02:20 +00006044 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006045 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006046 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006047 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006048 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006049 if (Idx == 0)
6050 return Op;
Eric Christopherfd179292009-08-27 18:07:15 +00006051
Evan Cheng0db9fe62006-04-25 20:13:52 +00006052 // SHUFPS the element to the lowest double word, then movss.
Nate Begeman9008ca62009-04-27 18:41:29 +00006053 int Mask[4] = { Idx, -1, -1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006054 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006055 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006056 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006057 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006058 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00006059 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006060 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
6061 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
6062 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006063 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006064 if (Idx == 0)
6065 return Op;
6066
6067 // UNPCKHPD the element to the lowest double word, then movsd.
6068 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
6069 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Nate Begeman9008ca62009-04-27 18:41:29 +00006070 int Mask[2] = { 1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006071 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006072 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006073 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006074 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006075 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006076 }
6077
Dan Gohman475871a2008-07-27 21:46:04 +00006078 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006079}
6080
Dan Gohman475871a2008-07-27 21:46:04 +00006081SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006082X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op,
6083 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006084 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006085 EVT EltVT = VT.getVectorElementType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006086 DebugLoc dl = Op.getDebugLoc();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006087
Dan Gohman475871a2008-07-27 21:46:04 +00006088 SDValue N0 = Op.getOperand(0);
6089 SDValue N1 = Op.getOperand(1);
6090 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00006091
Dan Gohman8a55ce42009-09-23 21:02:20 +00006092 if ((EltVT.getSizeInBits() == 8 || EltVT.getSizeInBits() == 16) &&
Dan Gohmanef521f12008-08-14 22:53:18 +00006093 isa<ConstantSDNode>(N2)) {
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006094 unsigned Opc;
6095 if (VT == MVT::v8i16)
6096 Opc = X86ISD::PINSRW;
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006097 else if (VT == MVT::v16i8)
6098 Opc = X86ISD::PINSRB;
6099 else
6100 Opc = X86ISD::PINSRB;
6101
Nate Begeman14d12ca2008-02-11 04:19:36 +00006102 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
6103 // argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006104 if (N1.getValueType() != MVT::i32)
6105 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6106 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006107 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00006108 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006109 } else if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006110 // Bits [7:6] of the constant are the source select. This will always be
6111 // zero here. The DAG Combiner may combine an extract_elt index into these
6112 // bits. For example (insert (extract, 3), 2) could be matched by putting
6113 // the '3' into bits [7:6] of X86ISD::INSERTPS.
Scott Michelfdc40a02009-02-17 22:15:04 +00006114 // Bits [5:4] of the constant are the destination select. This is the
Nate Begeman14d12ca2008-02-11 04:19:36 +00006115 // value of the incoming immediate.
Scott Michelfdc40a02009-02-17 22:15:04 +00006116 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
Nate Begeman14d12ca2008-02-11 04:19:36 +00006117 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006118 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Eric Christopherfbd66872009-07-24 00:33:09 +00006119 // Create this as a scalar to vector..
Owen Anderson825b72b2009-08-11 20:47:22 +00006120 N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
Dale Johannesenace16102009-02-03 19:33:06 +00006121 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006122 } else if (EltVT == MVT::i32 && isa<ConstantSDNode>(N2)) {
Eric Christopherfbd66872009-07-24 00:33:09 +00006123 // PINSR* works with constant index.
6124 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006125 }
Dan Gohman475871a2008-07-27 21:46:04 +00006126 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006127}
6128
Dan Gohman475871a2008-07-27 21:46:04 +00006129SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006130X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006131 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006132 EVT EltVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006133
David Greene6b381262011-02-09 15:32:06 +00006134 DebugLoc dl = Op.getDebugLoc();
6135 SDValue N0 = Op.getOperand(0);
6136 SDValue N1 = Op.getOperand(1);
6137 SDValue N2 = Op.getOperand(2);
6138
6139 // If this is a 256-bit vector result, first insert into a 128-bit
6140 // vector and then insert into the 256-bit vector.
6141 if (VT.getSizeInBits() > 128) {
6142 if (!isa<ConstantSDNode>(N2))
6143 return SDValue();
6144
6145 // Get the 128-bit vector.
6146 unsigned NumElems = VT.getVectorNumElements();
6147 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
6148 bool Upper = IdxVal >= NumElems / 2;
6149
6150 SDValue SubN0 = Extract128BitVector(N0, N2, DAG, dl);
6151
6152 // Insert into it.
6153 SDValue ScaledN2 = N2;
6154 if (Upper)
6155 ScaledN2 = DAG.getNode(ISD::SUB, dl, N2.getValueType(), N2,
Owen Anderson95771af2011-02-25 21:41:48 +00006156 DAG.getConstant(NumElems /
David Greene6b381262011-02-09 15:32:06 +00006157 (VT.getSizeInBits() / 128),
6158 N2.getValueType()));
6159 Op = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, SubN0.getValueType(), SubN0,
6160 N1, ScaledN2);
6161
6162 // Insert the 128-bit vector
6163 // FIXME: Why UNDEF?
6164 return Insert128BitVector(N0, Op, N2, DAG, dl);
6165 }
6166
Nate Begeman14d12ca2008-02-11 04:19:36 +00006167 if (Subtarget->hasSSE41())
6168 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
6169
Dan Gohman8a55ce42009-09-23 21:02:20 +00006170 if (EltVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00006171 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00006172
Dan Gohman8a55ce42009-09-23 21:02:20 +00006173 if (EltVT.getSizeInBits() == 16 && isa<ConstantSDNode>(N2)) {
Evan Cheng794405e2007-12-12 07:55:34 +00006174 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
6175 // as its second argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006176 if (N1.getValueType() != MVT::i32)
6177 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6178 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006179 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesen0488fb62010-09-30 23:57:10 +00006180 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006181 }
Dan Gohman475871a2008-07-27 21:46:04 +00006182 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006183}
6184
Dan Gohman475871a2008-07-27 21:46:04 +00006185SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006186X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const {
David Greene2fcdfb42011-02-10 23:11:29 +00006187 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006188 DebugLoc dl = Op.getDebugLoc();
David Greene2fcdfb42011-02-10 23:11:29 +00006189 EVT OpVT = Op.getValueType();
6190
6191 // If this is a 256-bit vector result, first insert into a 128-bit
6192 // vector and then insert into the 256-bit vector.
6193 if (OpVT.getSizeInBits() > 128) {
6194 // Insert into a 128-bit vector.
6195 EVT VT128 = EVT::getVectorVT(*Context,
6196 OpVT.getVectorElementType(),
6197 OpVT.getVectorNumElements() / 2);
6198
6199 Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0));
6200
6201 // Insert the 128-bit vector.
6202 return Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, OpVT), Op,
6203 DAG.getConstant(0, MVT::i32),
6204 DAG, dl);
6205 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00006206
Chris Lattnerf172ecd2010-07-04 23:07:25 +00006207 if (Op.getValueType() == MVT::v1i64 &&
6208 Op.getOperand(0).getValueType() == MVT::i64)
Owen Anderson825b72b2009-08-11 20:47:22 +00006209 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v1i64, Op.getOperand(0));
Rafael Espindoladef390a2009-08-03 02:45:34 +00006210
Owen Anderson825b72b2009-08-11 20:47:22 +00006211 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
Dale Johannesen0488fb62010-09-30 23:57:10 +00006212 assert(Op.getValueType().getSimpleVT().getSizeInBits() == 128 &&
6213 "Expected an SSE type!");
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006214 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(),
Dale Johannesen0488fb62010-09-30 23:57:10 +00006215 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006216}
6217
David Greene91585092011-01-26 15:38:49 +00006218// Lower a node with an EXTRACT_SUBVECTOR opcode. This may result in
6219// a simple subregister reference or explicit instructions to grab
6220// upper bits of a vector.
6221SDValue
6222X86TargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6223 if (Subtarget->hasAVX()) {
David Greenea5f26012011-02-07 19:36:54 +00006224 DebugLoc dl = Op.getNode()->getDebugLoc();
6225 SDValue Vec = Op.getNode()->getOperand(0);
6226 SDValue Idx = Op.getNode()->getOperand(1);
6227
6228 if (Op.getNode()->getValueType(0).getSizeInBits() == 128
6229 && Vec.getNode()->getValueType(0).getSizeInBits() == 256) {
6230 return Extract128BitVector(Vec, Idx, DAG, dl);
6231 }
David Greene91585092011-01-26 15:38:49 +00006232 }
6233 return SDValue();
6234}
6235
David Greenecfe33c42011-01-26 19:13:22 +00006236// Lower a node with an INSERT_SUBVECTOR opcode. This may result in a
6237// simple superregister reference or explicit instructions to insert
6238// the upper bits of a vector.
6239SDValue
6240X86TargetLowering::LowerINSERT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6241 if (Subtarget->hasAVX()) {
6242 DebugLoc dl = Op.getNode()->getDebugLoc();
6243 SDValue Vec = Op.getNode()->getOperand(0);
6244 SDValue SubVec = Op.getNode()->getOperand(1);
6245 SDValue Idx = Op.getNode()->getOperand(2);
6246
6247 if (Op.getNode()->getValueType(0).getSizeInBits() == 256
6248 && SubVec.getNode()->getValueType(0).getSizeInBits() == 128) {
David Greenea5f26012011-02-07 19:36:54 +00006249 return Insert128BitVector(Vec, SubVec, Idx, DAG, dl);
David Greenecfe33c42011-01-26 19:13:22 +00006250 }
6251 }
6252 return SDValue();
6253}
6254
Bill Wendling056292f2008-09-16 21:48:12 +00006255// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
6256// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
6257// one of the above mentioned nodes. It has to be wrapped because otherwise
6258// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
6259// be used to form addressing mode. These wrapped nodes will be selected
6260// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00006261SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006262X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006263 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006264
Chris Lattner41621a22009-06-26 19:22:52 +00006265 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6266 // global base reg.
6267 unsigned char OpFlag = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006268 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006269 CodeModel::Model M = getTargetMachine().getCodeModel();
6270
Chris Lattner4f066492009-07-11 20:29:19 +00006271 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006272 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006273 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006274 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006275 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006276 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006277 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006278
Evan Cheng1606e8e2009-03-13 07:51:59 +00006279 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
Chris Lattner41621a22009-06-26 19:22:52 +00006280 CP->getAlignment(),
6281 CP->getOffset(), OpFlag);
6282 DebugLoc DL = CP->getDebugLoc();
Chris Lattner18c59872009-06-27 04:16:01 +00006283 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006284 // With PIC, the address is actually $g + Offset.
Chris Lattner41621a22009-06-26 19:22:52 +00006285 if (OpFlag) {
6286 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00006287 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006288 DebugLoc(), getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006289 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006290 }
6291
6292 return Result;
6293}
6294
Dan Gohmand858e902010-04-17 15:26:15 +00006295SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006296 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006297
Chris Lattner18c59872009-06-27 04:16:01 +00006298 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6299 // global base reg.
6300 unsigned char OpFlag = 0;
6301 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006302 CodeModel::Model M = getTargetMachine().getCodeModel();
6303
Chris Lattner4f066492009-07-11 20:29:19 +00006304 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006305 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006306 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006307 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006308 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006309 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006310 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006311
Chris Lattner18c59872009-06-27 04:16:01 +00006312 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy(),
6313 OpFlag);
6314 DebugLoc DL = JT->getDebugLoc();
6315 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006316
Chris Lattner18c59872009-06-27 04:16:01 +00006317 // With PIC, the address is actually $g + Offset.
Chris Lattner1e61e692010-11-15 02:46:57 +00006318 if (OpFlag)
Chris Lattner18c59872009-06-27 04:16:01 +00006319 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6320 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006321 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006322 Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006323
Chris Lattner18c59872009-06-27 04:16:01 +00006324 return Result;
6325}
6326
6327SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006328X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006329 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
Eric Christopherfd179292009-08-27 18:07:15 +00006330
Chris Lattner18c59872009-06-27 04:16:01 +00006331 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6332 // global base reg.
6333 unsigned char OpFlag = 0;
6334 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006335 CodeModel::Model M = getTargetMachine().getCodeModel();
6336
Chris Lattner4f066492009-07-11 20:29:19 +00006337 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006338 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006339 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006340 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006341 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006342 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006343 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006344
Chris Lattner18c59872009-06-27 04:16:01 +00006345 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlag);
Eric Christopherfd179292009-08-27 18:07:15 +00006346
Chris Lattner18c59872009-06-27 04:16:01 +00006347 DebugLoc DL = Op.getDebugLoc();
6348 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006349
6350
Chris Lattner18c59872009-06-27 04:16:01 +00006351 // With PIC, the address is actually $g + Offset.
6352 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattnere4df7562009-07-09 03:15:51 +00006353 !Subtarget->is64Bit()) {
Chris Lattner18c59872009-06-27 04:16:01 +00006354 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6355 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006356 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006357 Result);
6358 }
Eric Christopherfd179292009-08-27 18:07:15 +00006359
Chris Lattner18c59872009-06-27 04:16:01 +00006360 return Result;
6361}
6362
Dan Gohman475871a2008-07-27 21:46:04 +00006363SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006364X86TargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman29cbade2009-11-20 23:18:13 +00006365 // Create the TargetBlockAddressAddress node.
6366 unsigned char OpFlags =
6367 Subtarget->ClassifyBlockAddressReference();
Dan Gohmanf705adb2009-10-30 01:28:02 +00006368 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman46510a72010-04-15 01:51:59 +00006369 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
Dan Gohman29cbade2009-11-20 23:18:13 +00006370 DebugLoc dl = Op.getDebugLoc();
6371 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(),
6372 /*isTarget=*/true, OpFlags);
6373
Dan Gohmanf705adb2009-10-30 01:28:02 +00006374 if (Subtarget->isPICStyleRIPRel() &&
6375 (M == CodeModel::Small || M == CodeModel::Kernel))
Dan Gohman29cbade2009-11-20 23:18:13 +00006376 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6377 else
6378 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohmanf705adb2009-10-30 01:28:02 +00006379
Dan Gohman29cbade2009-11-20 23:18:13 +00006380 // With PIC, the address is actually $g + Offset.
6381 if (isGlobalRelativeToPICBase(OpFlags)) {
6382 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6383 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
6384 Result);
6385 }
Dan Gohmanf705adb2009-10-30 01:28:02 +00006386
6387 return Result;
6388}
6389
6390SDValue
Dale Johannesen33c960f2009-02-04 20:06:27 +00006391X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
Dan Gohman6520e202008-10-18 02:06:02 +00006392 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00006393 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00006394 // Create the TargetGlobalAddress node, folding in the constant
6395 // offset if it is legal.
Chris Lattnerd392bd92009-07-10 07:20:05 +00006396 unsigned char OpFlags =
6397 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006398 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman6520e202008-10-18 02:06:02 +00006399 SDValue Result;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006400 if (OpFlags == X86II::MO_NO_FLAG &&
6401 X86::isOffsetSuitableForCodeModel(Offset, M)) {
Chris Lattner4aa21aa2009-07-09 00:58:53 +00006402 // A direct static reference to a global.
Devang Patel0d881da2010-07-06 22:08:15 +00006403 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
Dan Gohman6520e202008-10-18 02:06:02 +00006404 Offset = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006405 } else {
Devang Patel0d881da2010-07-06 22:08:15 +00006406 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006407 }
Eric Christopherfd179292009-08-27 18:07:15 +00006408
Chris Lattner4f066492009-07-11 20:29:19 +00006409 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006410 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattner18c59872009-06-27 04:16:01 +00006411 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6412 else
6413 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00006414
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006415 // With PIC, the address is actually $g + Offset.
Chris Lattner36c25012009-07-10 07:34:39 +00006416 if (isGlobalRelativeToPICBase(OpFlags)) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006417 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6418 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006419 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006420 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006421
Chris Lattner36c25012009-07-10 07:34:39 +00006422 // For globals that require a load from a stub to get the address, emit the
6423 // load.
6424 if (isGlobalStubReference(OpFlags))
Dale Johannesen33c960f2009-02-04 20:06:27 +00006425 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006426 MachinePointerInfo::getGOT(), false, false, 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006427
Dan Gohman6520e202008-10-18 02:06:02 +00006428 // If there was a non-zero offset that we didn't fold, create an explicit
6429 // addition for it.
6430 if (Offset != 0)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006431 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
Dan Gohman6520e202008-10-18 02:06:02 +00006432 DAG.getConstant(Offset, getPointerTy()));
6433
Evan Cheng0db9fe62006-04-25 20:13:52 +00006434 return Result;
6435}
6436
Evan Chengda43bcf2008-09-24 00:05:32 +00006437SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006438X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
Evan Chengda43bcf2008-09-24 00:05:32 +00006439 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00006440 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006441 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00006442}
6443
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006444static SDValue
6445GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
Owen Andersone50ed302009-08-10 22:56:29 +00006446 SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
Chris Lattnerb903bed2009-06-26 21:20:29 +00006447 unsigned char OperandFlags) {
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006448 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006449 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006450 DebugLoc dl = GA->getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006451 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006452 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006453 GA->getOffset(),
6454 OperandFlags);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006455 if (InFlag) {
6456 SDValue Ops[] = { Chain, TGA, *InFlag };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006457 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 3);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006458 } else {
6459 SDValue Ops[] = { Chain, TGA };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006460 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 2);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006461 }
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006462
6463 // TLSADDR will be codegen'ed as call. Inform MFI that function has calls.
Bill Wendlingb92187a2010-05-14 21:14:32 +00006464 MFI->setAdjustsStack(true);
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006465
Rafael Espindola15f1b662009-04-24 12:59:40 +00006466 SDValue Flag = Chain.getValue(1);
6467 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006468}
6469
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006470// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006471static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006472LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006473 const EVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00006474 SDValue InFlag;
Dale Johannesendd64c412009-02-04 00:33:20 +00006475 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
6476 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006477 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006478 DebugLoc(), PtrVT), InFlag);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006479 InFlag = Chain.getValue(1);
6480
Chris Lattnerb903bed2009-06-26 21:20:29 +00006481 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006482}
6483
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006484// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006485static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006486LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006487 const EVT PtrVT) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006488 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT,
6489 X86::RAX, X86II::MO_TLSGD);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006490}
6491
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006492// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
6493// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00006494static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006495 const EVT PtrVT, TLSModel::Model model,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00006496 bool is64Bit) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006497 DebugLoc dl = GA->getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00006498
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006499 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
6500 Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
6501 is64Bit ? 257 : 256));
Rafael Espindola094fad32009-04-08 21:14:34 +00006502
Michael J. Spencerec38de22010-10-10 22:04:20 +00006503 SDValue ThreadPointer = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006504 DAG.getIntPtrConstant(0),
6505 MachinePointerInfo(Ptr), false, false, 0);
Rafael Espindola094fad32009-04-08 21:14:34 +00006506
Chris Lattnerb903bed2009-06-26 21:20:29 +00006507 unsigned char OperandFlags = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006508 // Most TLS accesses are not RIP relative, even on x86-64. One exception is
6509 // initialexec.
6510 unsigned WrapperKind = X86ISD::Wrapper;
6511 if (model == TLSModel::LocalExec) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006512 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF;
Chris Lattner18c59872009-06-27 04:16:01 +00006513 } else if (is64Bit) {
6514 assert(model == TLSModel::InitialExec);
6515 OperandFlags = X86II::MO_GOTTPOFF;
6516 WrapperKind = X86ISD::WrapperRIP;
6517 } else {
6518 assert(model == TLSModel::InitialExec);
6519 OperandFlags = X86II::MO_INDNTPOFF;
Chris Lattnerb903bed2009-06-26 21:20:29 +00006520 }
Eric Christopherfd179292009-08-27 18:07:15 +00006521
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006522 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
6523 // exec)
Michael J. Spencerec38de22010-10-10 22:04:20 +00006524 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Devang Patel0d881da2010-07-06 22:08:15 +00006525 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006526 GA->getOffset(), OperandFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006527 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006528
Rafael Espindola9a580232009-02-27 13:37:18 +00006529 if (model == TLSModel::InitialExec)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006530 Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006531 MachinePointerInfo::getGOT(), false, false, 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006532
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006533 // The address of the thread local variable is the add of the thread
6534 // pointer with the offset of the variable.
Dale Johannesen33c960f2009-02-04 20:06:27 +00006535 return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006536}
6537
Dan Gohman475871a2008-07-27 21:46:04 +00006538SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006539X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00006540
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006541 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Chris Lattnerb903bed2009-06-26 21:20:29 +00006542 const GlobalValue *GV = GA->getGlobal();
Eric Christopherfd179292009-08-27 18:07:15 +00006543
Eric Christopher30ef0e52010-06-03 04:07:48 +00006544 if (Subtarget->isTargetELF()) {
6545 // TODO: implement the "local dynamic" model
6546 // TODO: implement the "initial exec"model for pic executables
Michael J. Spencerec38de22010-10-10 22:04:20 +00006547
Eric Christopher30ef0e52010-06-03 04:07:48 +00006548 // If GV is an alias then use the aliasee for determining
6549 // thread-localness.
6550 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
6551 GV = GA->resolveAliasedGlobal(false);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006552
6553 TLSModel::Model model
Eric Christopher30ef0e52010-06-03 04:07:48 +00006554 = getTLSModel(GV, getTargetMachine().getRelocationModel());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006555
Eric Christopher30ef0e52010-06-03 04:07:48 +00006556 switch (model) {
6557 case TLSModel::GeneralDynamic:
6558 case TLSModel::LocalDynamic: // not implemented
6559 if (Subtarget->is64Bit())
6560 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
6561 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006562
Eric Christopher30ef0e52010-06-03 04:07:48 +00006563 case TLSModel::InitialExec:
6564 case TLSModel::LocalExec:
6565 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model,
6566 Subtarget->is64Bit());
6567 }
6568 } else if (Subtarget->isTargetDarwin()) {
6569 // Darwin only has one model of TLS. Lower to that.
6570 unsigned char OpFlag = 0;
6571 unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ?
6572 X86ISD::WrapperRIP : X86ISD::Wrapper;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006573
Eric Christopher30ef0e52010-06-03 04:07:48 +00006574 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6575 // global base reg.
6576 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) &&
6577 !Subtarget->is64Bit();
6578 if (PIC32)
6579 OpFlag = X86II::MO_TLVP_PIC_BASE;
6580 else
6581 OpFlag = X86II::MO_TLVP;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006582 DebugLoc DL = Op.getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006583 SDValue Result = DAG.getTargetGlobalAddress(GA->getGlobal(), DL,
Eric Christopherd8c05362010-12-09 06:25:53 +00006584 GA->getValueType(0),
Eric Christopher30ef0e52010-06-03 04:07:48 +00006585 GA->getOffset(), OpFlag);
Eric Christopher30ef0e52010-06-03 04:07:48 +00006586 SDValue Offset = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006587
Eric Christopher30ef0e52010-06-03 04:07:48 +00006588 // With PIC32, the address is actually $g + Offset.
6589 if (PIC32)
6590 Offset = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6591 DAG.getNode(X86ISD::GlobalBaseReg,
6592 DebugLoc(), getPointerTy()),
6593 Offset);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006594
Eric Christopher30ef0e52010-06-03 04:07:48 +00006595 // Lowering the machine isd will make sure everything is in the right
6596 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006597 SDValue Chain = DAG.getEntryNode();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006598 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Eric Christopherd8c05362010-12-09 06:25:53 +00006599 SDValue Args[] = { Chain, Offset };
6600 Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006601
Eric Christopher30ef0e52010-06-03 04:07:48 +00006602 // TLSCALL will be codegen'ed as call. Inform MFI that function has calls.
6603 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
6604 MFI->setAdjustsStack(true);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00006605
Eric Christopher30ef0e52010-06-03 04:07:48 +00006606 // And our return value (tls address) is in the standard call return value
6607 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006608 unsigned Reg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
6609 return DAG.getCopyFromReg(Chain, DL, Reg, getPointerTy());
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006610 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00006611
Eric Christopher30ef0e52010-06-03 04:07:48 +00006612 assert(false &&
6613 "TLS not implemented for this target.");
Eric Christopherfd179292009-08-27 18:07:15 +00006614
Torok Edwinc23197a2009-07-14 16:55:14 +00006615 llvm_unreachable("Unreachable");
Chris Lattner5867de12009-04-01 22:14:45 +00006616 return SDValue();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006617}
6618
Evan Cheng0db9fe62006-04-25 20:13:52 +00006619
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006620/// LowerShift - Lower SRA_PARTS and friends, which return two i32 values and
Scott Michelfdc40a02009-02-17 22:15:04 +00006621/// take a 2 x i32 value to shift plus a shift amount.
Dan Gohmand858e902010-04-17 15:26:15 +00006622SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman4c1fa612008-03-03 22:22:09 +00006623 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Owen Andersone50ed302009-08-10 22:56:29 +00006624 EVT VT = Op.getValueType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006625 unsigned VTBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006626 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006627 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00006628 SDValue ShOpLo = Op.getOperand(0);
6629 SDValue ShOpHi = Op.getOperand(1);
6630 SDValue ShAmt = Op.getOperand(2);
Chris Lattner31dcfe62009-07-29 05:48:09 +00006631 SDValue Tmp1 = isSRA ? DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
Owen Anderson825b72b2009-08-11 20:47:22 +00006632 DAG.getConstant(VTBits - 1, MVT::i8))
Chris Lattner31dcfe62009-07-29 05:48:09 +00006633 : DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00006634
Dan Gohman475871a2008-07-27 21:46:04 +00006635 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006636 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006637 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
6638 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006639 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006640 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
6641 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006642 }
Evan Chenge3413162006-01-09 18:33:28 +00006643
Owen Anderson825b72b2009-08-11 20:47:22 +00006644 SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
6645 DAG.getConstant(VTBits, MVT::i8));
Chris Lattnerccfea352010-02-22 00:28:59 +00006646 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
Owen Anderson825b72b2009-08-11 20:47:22 +00006647 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00006648
Dan Gohman475871a2008-07-27 21:46:04 +00006649 SDValue Hi, Lo;
Owen Anderson825b72b2009-08-11 20:47:22 +00006650 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman475871a2008-07-27 21:46:04 +00006651 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
6652 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00006653
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006654 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006655 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6656 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006657 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006658 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6659 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006660 }
6661
Dan Gohman475871a2008-07-27 21:46:04 +00006662 SDValue Ops[2] = { Lo, Hi };
Dale Johannesenace16102009-02-03 19:33:06 +00006663 return DAG.getMergeValues(Ops, 2, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006664}
Evan Chenga3195e82006-01-12 22:54:21 +00006665
Dan Gohmand858e902010-04-17 15:26:15 +00006666SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
6667 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006668 EVT SrcVT = Op.getOperand(0).getValueType();
Eli Friedman23ef1052009-06-06 03:57:58 +00006669
Dale Johannesen0488fb62010-09-30 23:57:10 +00006670 if (SrcVT.isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00006671 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00006672
Owen Anderson825b72b2009-08-11 20:47:22 +00006673 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00006674 "Unknown SINT_TO_FP to lower!");
Scott Michelfdc40a02009-02-17 22:15:04 +00006675
Eli Friedman36df4992009-05-27 00:47:34 +00006676 // These are really Legal; return the operand so the caller accepts it as
6677 // Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00006678 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Eli Friedman36df4992009-05-27 00:47:34 +00006679 return Op;
Owen Anderson825b72b2009-08-11 20:47:22 +00006680 if (SrcVT == MVT::i64 && isScalarFPTypeInSSEReg(Op.getValueType()) &&
Eli Friedman36df4992009-05-27 00:47:34 +00006681 Subtarget->is64Bit()) {
6682 return Op;
6683 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006684
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006685 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006686 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006687 MachineFunction &MF = DAG.getMachineFunction();
David Greene3f2bf852009-11-12 20:49:22 +00006688 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006689 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00006690 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Bill Wendling105be5a2009-03-13 08:41:47 +00006691 StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00006692 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00006693 false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00006694 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
6695}
Evan Cheng0db9fe62006-04-25 20:13:52 +00006696
Owen Andersone50ed302009-08-10 22:56:29 +00006697SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
Michael J. Spencerec38de22010-10-10 22:04:20 +00006698 SDValue StackSlot,
Dan Gohmand858e902010-04-17 15:26:15 +00006699 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006700 // Build the FILD
Chris Lattner492a43e2010-09-22 01:28:21 +00006701 DebugLoc DL = Op.getDebugLoc();
Chris Lattner5a88b832007-02-25 07:10:00 +00006702 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00006703 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006704 if (useSSE)
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006705 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
Chris Lattner5a88b832007-02-25 07:10:00 +00006706 else
Owen Anderson825b72b2009-08-11 20:47:22 +00006707 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006708
Chris Lattner492a43e2010-09-22 01:28:21 +00006709 unsigned ByteSize = SrcVT.getSizeInBits()/8;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006710
Chris Lattner492a43e2010-09-22 01:28:21 +00006711 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
6712 MachineMemOperand *MMO =
6713 DAG.getMachineFunction()
6714 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
6715 MachineMemOperand::MOLoad, ByteSize, ByteSize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006716
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00006717 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
Chris Lattner492a43e2010-09-22 01:28:21 +00006718 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
6719 X86ISD::FILD, DL,
6720 Tys, Ops, array_lengthof(Ops),
6721 SrcVT, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006722
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006723 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006724 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00006725 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006726
6727 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
6728 // shouldn't be necessary except that RFP cannot be live across
6729 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006730 MachineFunction &MF = DAG.getMachineFunction();
Bob Wilsoneafca4e2010-09-22 17:35:14 +00006731 unsigned SSFISize = Op.getValueType().getSizeInBits()/8;
6732 int SSFI = MF.getFrameInfo()->CreateStackObject(SSFISize, SSFISize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006733 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Owen Anderson825b72b2009-08-11 20:47:22 +00006734 Tys = DAG.getVTList(MVT::Other);
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00006735 SDValue Ops[] = {
6736 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag
6737 };
Chris Lattner492a43e2010-09-22 01:28:21 +00006738 MachineMemOperand *MMO =
6739 DAG.getMachineFunction()
6740 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
Bob Wilsoneafca4e2010-09-22 17:35:14 +00006741 MachineMemOperand::MOStore, SSFISize, SSFISize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006742
Chris Lattner492a43e2010-09-22 01:28:21 +00006743 Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
6744 Ops, array_lengthof(Ops),
6745 Op.getValueType(), MMO);
6746 Result = DAG.getLoad(Op.getValueType(), DL, Chain, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00006747 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00006748 false, false, 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006749 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006750
Evan Cheng0db9fe62006-04-25 20:13:52 +00006751 return Result;
6752}
6753
Bill Wendling8b8a6362009-01-17 03:56:04 +00006754// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00006755SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op,
6756 SelectionDAG &DAG) const {
Bill Wendling8b8a6362009-01-17 03:56:04 +00006757 // This algorithm is not obvious. Here it is in C code, more or less:
6758 /*
6759 double uint64_to_double( uint32_t hi, uint32_t lo ) {
6760 static const __m128i exp = { 0x4330000045300000ULL, 0 };
6761 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00006762
Bill Wendling8b8a6362009-01-17 03:56:04 +00006763 // Copy ints to xmm registers.
6764 __m128i xh = _mm_cvtsi32_si128( hi );
6765 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00006766
Bill Wendling8b8a6362009-01-17 03:56:04 +00006767 // Combine into low half of a single xmm register.
6768 __m128i x = _mm_unpacklo_epi32( xh, xl );
6769 __m128d d;
6770 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00006771
Bill Wendling8b8a6362009-01-17 03:56:04 +00006772 // Merge in appropriate exponents to give the integer bits the right
6773 // magnitude.
6774 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00006775
Bill Wendling8b8a6362009-01-17 03:56:04 +00006776 // Subtract away the biases to deal with the IEEE-754 double precision
6777 // implicit 1.
6778 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00006779
Bill Wendling8b8a6362009-01-17 03:56:04 +00006780 // All conversions up to here are exact. The correctly rounded result is
6781 // calculated using the current rounding mode using the following
6782 // horizontal add.
6783 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
6784 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
6785 // store doesn't really need to be here (except
6786 // maybe to zero the other double)
6787 return sd;
6788 }
6789 */
Dale Johannesen040225f2008-10-21 23:07:49 +00006790
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006791 DebugLoc dl = Op.getDebugLoc();
Owen Andersona90b3dc2009-07-15 21:51:10 +00006792 LLVMContext *Context = DAG.getContext();
Dale Johannesenace16102009-02-03 19:33:06 +00006793
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006794 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00006795 std::vector<Constant*> CV0;
Owen Andersoneed707b2009-07-24 23:12:02 +00006796 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000)));
6797 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000)));
6798 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
6799 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
Owen Andersonaf7ec972009-07-28 21:19:26 +00006800 Constant *C0 = ConstantVector::get(CV0);
Evan Cheng1606e8e2009-03-13 07:51:59 +00006801 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006802
Bill Wendling8b8a6362009-01-17 03:56:04 +00006803 std::vector<Constant*> CV1;
Owen Andersona90b3dc2009-07-15 21:51:10 +00006804 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00006805 ConstantFP::get(*Context, APFloat(APInt(64, 0x4530000000000000ULL))));
Owen Andersona90b3dc2009-07-15 21:51:10 +00006806 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00006807 ConstantFP::get(*Context, APFloat(APInt(64, 0x4330000000000000ULL))));
Owen Andersonaf7ec972009-07-28 21:19:26 +00006808 Constant *C1 = ConstantVector::get(CV1);
Evan Cheng1606e8e2009-03-13 07:51:59 +00006809 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006810
Owen Anderson825b72b2009-08-11 20:47:22 +00006811 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
6812 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00006813 Op.getOperand(0),
6814 DAG.getIntPtrConstant(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006815 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
6816 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00006817 Op.getOperand(0),
6818 DAG.getIntPtrConstant(0)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006819 SDValue Unpck1 = getUnpackl(DAG, dl, MVT::v4i32, XR1, XR2);
6820 SDValue CLod0 = DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
Chris Lattnere8639032010-09-21 06:22:23 +00006821 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00006822 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00006823 SDValue Unpck2 = getUnpackl(DAG, dl, MVT::v4i32, Unpck1, CLod0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006824 SDValue XR2F = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Unpck2);
Owen Anderson825b72b2009-08-11 20:47:22 +00006825 SDValue CLod1 = DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
Chris Lattnere8639032010-09-21 06:22:23 +00006826 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00006827 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00006828 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00006829
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006830 // Add the halves; easiest way is to swap them into another reg first.
Nate Begeman9008ca62009-04-27 18:41:29 +00006831 int ShufMask[2] = { 1, -1 };
Owen Anderson825b72b2009-08-11 20:47:22 +00006832 SDValue Shuf = DAG.getVectorShuffle(MVT::v2f64, dl, Sub,
6833 DAG.getUNDEF(MVT::v2f64), ShufMask);
6834 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::v2f64, Shuf, Sub);
6835 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Add,
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006836 DAG.getIntPtrConstant(0));
6837}
6838
Bill Wendling8b8a6362009-01-17 03:56:04 +00006839// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00006840SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op,
6841 SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006842 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00006843 // FP constant to bias correct the final result.
6844 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
Owen Anderson825b72b2009-08-11 20:47:22 +00006845 MVT::f64);
Bill Wendling8b8a6362009-01-17 03:56:04 +00006846
6847 // Load the 32-bit value into an XMM register.
Owen Anderson825b72b2009-08-11 20:47:22 +00006848 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
6849 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Bill Wendling8b8a6362009-01-17 03:56:04 +00006850 Op.getOperand(0),
6851 DAG.getIntPtrConstant(0)));
6852
Owen Anderson825b72b2009-08-11 20:47:22 +00006853 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006854 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Load),
Bill Wendling8b8a6362009-01-17 03:56:04 +00006855 DAG.getIntPtrConstant(0));
6856
6857 // Or the load with the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00006858 SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006859 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00006860 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006861 MVT::v2f64, Load)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006862 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00006863 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006864 MVT::v2f64, Bias)));
6865 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006866 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Or),
Bill Wendling8b8a6362009-01-17 03:56:04 +00006867 DAG.getIntPtrConstant(0));
6868
6869 // Subtract the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00006870 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
Bill Wendling8b8a6362009-01-17 03:56:04 +00006871
6872 // Handle final rounding.
Owen Andersone50ed302009-08-10 22:56:29 +00006873 EVT DestVT = Op.getValueType();
Bill Wendling030939c2009-01-17 07:40:19 +00006874
Owen Anderson825b72b2009-08-11 20:47:22 +00006875 if (DestVT.bitsLT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00006876 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
Bill Wendling030939c2009-01-17 07:40:19 +00006877 DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00006878 } else if (DestVT.bitsGT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00006879 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
Bill Wendling030939c2009-01-17 07:40:19 +00006880 }
6881
6882 // Handle final rounding.
6883 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00006884}
6885
Dan Gohmand858e902010-04-17 15:26:15 +00006886SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
6887 SelectionDAG &DAG) const {
Evan Chenga06ec9e2009-01-19 08:08:22 +00006888 SDValue N0 = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006889 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00006890
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006891 // Since UINT_TO_FP is legal (it's marked custom), dag combiner won't
Evan Chenga06ec9e2009-01-19 08:08:22 +00006892 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
6893 // the optimization here.
6894 if (DAG.SignBitIsZero(N0))
Dale Johannesenace16102009-02-03 19:33:06 +00006895 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
Evan Chenga06ec9e2009-01-19 08:08:22 +00006896
Owen Andersone50ed302009-08-10 22:56:29 +00006897 EVT SrcVT = N0.getValueType();
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006898 EVT DstVT = Op.getValueType();
6899 if (SrcVT == MVT::i64 && DstVT == MVT::f64 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00006900 return LowerUINT_TO_FP_i64(Op, DAG);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006901 else if (SrcVT == MVT::i32 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00006902 return LowerUINT_TO_FP_i32(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00006903
6904 // Make a 64-bit buffer, and use it to build an FILD.
Owen Anderson825b72b2009-08-11 20:47:22 +00006905 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006906 if (SrcVT == MVT::i32) {
6907 SDValue WordOff = DAG.getConstant(4, getPointerTy());
6908 SDValue OffsetSlot = DAG.getNode(ISD::ADD, dl,
6909 getPointerTy(), StackSlot, WordOff);
6910 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00006911 StackSlot, MachinePointerInfo(),
6912 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006913 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00006914 OffsetSlot, MachinePointerInfo(),
6915 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006916 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
6917 return Fild;
6918 }
6919
6920 assert(SrcVT == MVT::i64 && "Unexpected type in UINT_TO_FP");
6921 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00006922 StackSlot, MachinePointerInfo(),
6923 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006924 // For i64 source, we need to add the appropriate power of 2 if the input
6925 // was negative. This is the same as the optimization in
6926 // DAGTypeLegalizer::ExpandIntOp_UNIT_TO_FP, and for it to be safe here,
6927 // we must be careful to do the computation in x87 extended precision, not
6928 // in SSE. (The generic code can't know it's OK to do this, or how to.)
Chris Lattner492a43e2010-09-22 01:28:21 +00006929 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
6930 MachineMemOperand *MMO =
6931 DAG.getMachineFunction()
6932 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
6933 MachineMemOperand::MOLoad, 8, 8);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006934
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006935 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
6936 SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
Chris Lattner492a43e2010-09-22 01:28:21 +00006937 SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops, 3,
6938 MVT::i64, MMO);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006939
6940 APInt FF(32, 0x5F800000ULL);
6941
6942 // Check whether the sign bit is set.
6943 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
6944 Op.getOperand(0), DAG.getConstant(0, MVT::i64),
6945 ISD::SETLT);
6946
6947 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
6948 SDValue FudgePtr = DAG.getConstantPool(
6949 ConstantInt::get(*DAG.getContext(), FF.zext(64)),
6950 getPointerTy());
6951
6952 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.
6953 SDValue Zero = DAG.getIntPtrConstant(0);
6954 SDValue Four = DAG.getIntPtrConstant(4);
6955 SDValue Offset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(), SignSet,
6956 Zero, Four);
6957 FudgePtr = DAG.getNode(ISD::ADD, dl, getPointerTy(), FudgePtr, Offset);
6958
6959 // Load the value out, extending it from f32 to f80.
6960 // FIXME: Avoid the extend by constructing the right constant pool?
Stuart Hastingsa9011292011-02-16 16:23:55 +00006961 SDValue Fudge = DAG.getExtLoad(ISD::EXTLOAD, dl, MVT::f80, DAG.getEntryNode(),
Chris Lattnere8639032010-09-21 06:22:23 +00006962 FudgePtr, MachinePointerInfo::getConstantPool(),
6963 MVT::f32, false, false, 4);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006964 // Extend everything to 80 bits to force it to be done on x87.
6965 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::f80, Fild, Fudge);
6966 return DAG.getNode(ISD::FP_ROUND, dl, DstVT, Add, DAG.getIntPtrConstant(0));
Bill Wendling8b8a6362009-01-17 03:56:04 +00006967}
6968
Dan Gohman475871a2008-07-27 21:46:04 +00006969std::pair<SDValue,SDValue> X86TargetLowering::
Dan Gohmand858e902010-04-17 15:26:15 +00006970FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned) const {
Chris Lattner07290932010-09-22 01:05:16 +00006971 DebugLoc DL = Op.getDebugLoc();
Eli Friedman948e95a2009-05-23 09:59:16 +00006972
Owen Andersone50ed302009-08-10 22:56:29 +00006973 EVT DstTy = Op.getValueType();
Eli Friedman948e95a2009-05-23 09:59:16 +00006974
6975 if (!IsSigned) {
Owen Anderson825b72b2009-08-11 20:47:22 +00006976 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
6977 DstTy = MVT::i64;
Eli Friedman948e95a2009-05-23 09:59:16 +00006978 }
6979
Owen Anderson825b72b2009-08-11 20:47:22 +00006980 assert(DstTy.getSimpleVT() <= MVT::i64 &&
6981 DstTy.getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00006982 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00006983
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006984 // These are really Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00006985 if (DstTy == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00006986 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00006987 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00006988 if (Subtarget->is64Bit() &&
Owen Anderson825b72b2009-08-11 20:47:22 +00006989 DstTy == MVT::i64 &&
Eli Friedman36df4992009-05-27 00:47:34 +00006990 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00006991 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006992
Evan Cheng87c89352007-10-15 20:11:21 +00006993 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
6994 // stack slot.
6995 MachineFunction &MF = DAG.getMachineFunction();
Eli Friedman948e95a2009-05-23 09:59:16 +00006996 unsigned MemSize = DstTy.getSizeInBits()/8;
David Greene3f2bf852009-11-12 20:49:22 +00006997 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006998 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Eric Christopherfd179292009-08-27 18:07:15 +00006999
Michael J. Spencerec38de22010-10-10 22:04:20 +00007000
7001
Evan Cheng0db9fe62006-04-25 20:13:52 +00007002 unsigned Opc;
Owen Anderson825b72b2009-08-11 20:47:22 +00007003 switch (DstTy.getSimpleVT().SimpleTy) {
Torok Edwinc23197a2009-07-14 16:55:14 +00007004 default: llvm_unreachable("Invalid FP_TO_SINT to lower!");
Owen Anderson825b72b2009-08-11 20:47:22 +00007005 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
7006 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
7007 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007008 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007009
Dan Gohman475871a2008-07-27 21:46:04 +00007010 SDValue Chain = DAG.getEntryNode();
7011 SDValue Value = Op.getOperand(0);
Chris Lattner492a43e2010-09-22 01:28:21 +00007012 EVT TheVT = Op.getOperand(0).getValueType();
7013 if (isScalarFPTypeInSSEReg(TheVT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007014 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Chris Lattner07290932010-09-22 01:05:16 +00007015 Chain = DAG.getStore(Chain, DL, Value, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007016 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007017 false, false, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +00007018 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00007019 SDValue Ops[] = {
Chris Lattner492a43e2010-09-22 01:28:21 +00007020 Chain, StackSlot, DAG.getValueType(TheVT)
Chris Lattner5a88b832007-02-25 07:10:00 +00007021 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00007022
Chris Lattner492a43e2010-09-22 01:28:21 +00007023 MachineMemOperand *MMO =
7024 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7025 MachineMemOperand::MOLoad, MemSize, MemSize);
7026 Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, 3,
7027 DstTy, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007028 Chain = Value.getValue(1);
David Greene3f2bf852009-11-12 20:49:22 +00007029 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007030 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
7031 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00007032
Chris Lattner07290932010-09-22 01:05:16 +00007033 MachineMemOperand *MMO =
7034 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7035 MachineMemOperand::MOStore, MemSize, MemSize);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007036
Evan Cheng0db9fe62006-04-25 20:13:52 +00007037 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00007038 SDValue Ops[] = { Chain, Value, StackSlot };
Chris Lattner07290932010-09-22 01:05:16 +00007039 SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
7040 Ops, 3, DstTy, MMO);
Evan Chengd9558e02006-01-06 00:43:03 +00007041
Chris Lattner27a6c732007-11-24 07:07:01 +00007042 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007043}
7044
Dan Gohmand858e902010-04-17 15:26:15 +00007045SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op,
7046 SelectionDAG &DAG) const {
Dale Johannesen0488fb62010-09-30 23:57:10 +00007047 if (Op.getValueType().isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007048 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007049
Eli Friedman948e95a2009-05-23 09:59:16 +00007050 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, true);
Dan Gohman475871a2008-07-27 21:46:04 +00007051 SDValue FIST = Vals.first, StackSlot = Vals.second;
Eli Friedman36df4992009-05-27 00:47:34 +00007052 // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
7053 if (FIST.getNode() == 0) return Op;
Scott Michelfdc40a02009-02-17 22:15:04 +00007054
Chris Lattner27a6c732007-11-24 07:07:01 +00007055 // Load the result.
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007056 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007057 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Chris Lattner27a6c732007-11-24 07:07:01 +00007058}
7059
Dan Gohmand858e902010-04-17 15:26:15 +00007060SDValue X86TargetLowering::LowerFP_TO_UINT(SDValue Op,
7061 SelectionDAG &DAG) const {
Eli Friedman948e95a2009-05-23 09:59:16 +00007062 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, false);
7063 SDValue FIST = Vals.first, StackSlot = Vals.second;
7064 assert(FIST.getNode() && "Unexpected failure");
7065
7066 // Load the result.
7067 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007068 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007069}
7070
Dan Gohmand858e902010-04-17 15:26:15 +00007071SDValue X86TargetLowering::LowerFABS(SDValue Op,
7072 SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007073 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007074 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007075 EVT VT = Op.getValueType();
7076 EVT EltVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007077 if (VT.isVector())
7078 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007079 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007080 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007081 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00007082 CV.push_back(C);
7083 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007084 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007085 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00007086 CV.push_back(C);
7087 CV.push_back(C);
7088 CV.push_back(C);
7089 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007090 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007091 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007092 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007093 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007094 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007095 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007096 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007097}
7098
Dan Gohmand858e902010-04-17 15:26:15 +00007099SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007100 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007101 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007102 EVT VT = Op.getValueType();
7103 EVT EltVT = VT;
Duncan Sandsda9ad382009-09-06 19:29:07 +00007104 if (VT.isVector())
Duncan Sands83ec4b62008-06-06 12:08:01 +00007105 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007106 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007107 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007108 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00007109 CV.push_back(C);
7110 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007111 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007112 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00007113 CV.push_back(C);
7114 CV.push_back(C);
7115 CV.push_back(C);
7116 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007117 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007118 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007119 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007120 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007121 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007122 false, false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00007123 if (VT.isVector()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007124 return DAG.getNode(ISD::BITCAST, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00007125 DAG.getNode(ISD::XOR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007126 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007127 Op.getOperand(0)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007128 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Mask)));
Evan Chengd4d01b72007-07-19 23:36:01 +00007129 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007130 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
Evan Chengd4d01b72007-07-19 23:36:01 +00007131 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00007132}
7133
Dan Gohmand858e902010-04-17 15:26:15 +00007134SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007135 LLVMContext *Context = DAG.getContext();
Dan Gohman475871a2008-07-27 21:46:04 +00007136 SDValue Op0 = Op.getOperand(0);
7137 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007138 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007139 EVT VT = Op.getValueType();
7140 EVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00007141
7142 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007143 if (SrcVT.bitsLT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007144 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007145 SrcVT = VT;
7146 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007147 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007148 if (SrcVT.bitsGT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007149 Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007150 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007151 }
7152
7153 // At this point the operands and the result should have the same
7154 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00007155
Evan Cheng68c47cb2007-01-05 07:55:56 +00007156 // First get the sign bit of second operand.
7157 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007158 if (SrcVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007159 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63))));
7160 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007161 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007162 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31))));
7163 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7164 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7165 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007166 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007167 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007168 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007169 SDValue Mask1 = DAG.getLoad(SrcVT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007170 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007171 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007172 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007173
7174 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007175 if (SrcVT.bitsGT(VT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007176 // Op0 is MVT::f32, Op1 is MVT::f64.
7177 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, SignBit);
7178 SignBit = DAG.getNode(X86ISD::FSRL, dl, MVT::v2f64, SignBit,
7179 DAG.getConstant(32, MVT::i32));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007180 SignBit = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, SignBit);
Owen Anderson825b72b2009-08-11 20:47:22 +00007181 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00007182 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007183 }
7184
Evan Cheng73d6cf12007-01-05 21:37:56 +00007185 // Clear first operand sign bit.
7186 CV.clear();
Owen Anderson825b72b2009-08-11 20:47:22 +00007187 if (VT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007188 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63)))));
7189 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007190 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007191 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31)))));
7192 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7193 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7194 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007195 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007196 C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007197 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007198 SDValue Mask2 = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007199 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007200 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007201 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007202
7203 // Or the value with the sign bit.
Dale Johannesenace16102009-02-03 19:33:06 +00007204 return DAG.getNode(X86ISD::FOR, dl, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007205}
7206
Dan Gohman076aee32009-03-04 19:44:21 +00007207/// Emit nodes that will be selected as "test Op0,Op0", or something
7208/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007209SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007210 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007211 DebugLoc dl = Op.getDebugLoc();
7212
Dan Gohman31125812009-03-07 01:58:32 +00007213 // CF and OF aren't always set the way we want. Determine which
7214 // of these we need.
7215 bool NeedCF = false;
7216 bool NeedOF = false;
7217 switch (X86CC) {
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007218 default: break;
Dan Gohman31125812009-03-07 01:58:32 +00007219 case X86::COND_A: case X86::COND_AE:
7220 case X86::COND_B: case X86::COND_BE:
7221 NeedCF = true;
7222 break;
7223 case X86::COND_G: case X86::COND_GE:
7224 case X86::COND_L: case X86::COND_LE:
7225 case X86::COND_O: case X86::COND_NO:
7226 NeedOF = true;
7227 break;
Dan Gohman31125812009-03-07 01:58:32 +00007228 }
7229
Dan Gohman076aee32009-03-04 19:44:21 +00007230 // See if we can use the EFLAGS value from the operand instead of
Dan Gohman31125812009-03-07 01:58:32 +00007231 // doing a separate TEST. TEST always sets OF and CF to 0, so unless
7232 // we prove that the arithmetic won't overflow, we can't use OF or CF.
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007233 if (Op.getResNo() != 0 || NeedOF || NeedCF)
7234 // Emit a CMP with 0, which is the TEST pattern.
7235 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7236 DAG.getConstant(0, Op.getValueType()));
7237
7238 unsigned Opcode = 0;
7239 unsigned NumOperands = 0;
7240 switch (Op.getNode()->getOpcode()) {
7241 case ISD::ADD:
7242 // Due to an isel shortcoming, be conservative if this add is likely to be
7243 // selected as part of a load-modify-store instruction. When the root node
7244 // in a match is a store, isel doesn't know how to remap non-chain non-flag
7245 // uses of other nodes in the match, such as the ADD in this case. This
7246 // leads to the ADD being left around and reselected, with the result being
7247 // two adds in the output. Alas, even if none our users are stores, that
7248 // doesn't prove we're O.K. Ergo, if we have any parents that aren't
7249 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
7250 // climbing the DAG back to the root, and it doesn't seem to be worth the
7251 // effort.
7252 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
Dan Gohman076aee32009-03-04 19:44:21 +00007253 UE = Op.getNode()->use_end(); UI != UE; ++UI)
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007254 if (UI->getOpcode() != ISD::CopyToReg && UI->getOpcode() != ISD::SETCC)
7255 goto default_case;
7256
7257 if (ConstantSDNode *C =
7258 dyn_cast<ConstantSDNode>(Op.getNode()->getOperand(1))) {
7259 // An add of one will be selected as an INC.
7260 if (C->getAPIntValue() == 1) {
7261 Opcode = X86ISD::INC;
7262 NumOperands = 1;
7263 break;
Dan Gohmane220c4b2009-09-18 19:59:53 +00007264 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007265
7266 // An add of negative one (subtract of one) will be selected as a DEC.
7267 if (C->getAPIntValue().isAllOnesValue()) {
7268 Opcode = X86ISD::DEC;
7269 NumOperands = 1;
7270 break;
7271 }
Dan Gohman076aee32009-03-04 19:44:21 +00007272 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007273
7274 // Otherwise use a regular EFLAGS-setting add.
7275 Opcode = X86ISD::ADD;
7276 NumOperands = 2;
7277 break;
7278 case ISD::AND: {
7279 // If the primary and result isn't used, don't bother using X86ISD::AND,
7280 // because a TEST instruction will be better.
7281 bool NonFlagUse = false;
7282 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7283 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
7284 SDNode *User = *UI;
7285 unsigned UOpNo = UI.getOperandNo();
7286 if (User->getOpcode() == ISD::TRUNCATE && User->hasOneUse()) {
7287 // Look pass truncate.
7288 UOpNo = User->use_begin().getOperandNo();
7289 User = *User->use_begin();
7290 }
7291
7292 if (User->getOpcode() != ISD::BRCOND &&
7293 User->getOpcode() != ISD::SETCC &&
7294 (User->getOpcode() != ISD::SELECT || UOpNo != 0)) {
7295 NonFlagUse = true;
7296 break;
7297 }
Dan Gohman076aee32009-03-04 19:44:21 +00007298 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007299
7300 if (!NonFlagUse)
7301 break;
7302 }
7303 // FALL THROUGH
7304 case ISD::SUB:
7305 case ISD::OR:
7306 case ISD::XOR:
7307 // Due to the ISEL shortcoming noted above, be conservative if this op is
7308 // likely to be selected as part of a load-modify-store instruction.
7309 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7310 UE = Op.getNode()->use_end(); UI != UE; ++UI)
7311 if (UI->getOpcode() == ISD::STORE)
7312 goto default_case;
7313
7314 // Otherwise use a regular EFLAGS-setting instruction.
7315 switch (Op.getNode()->getOpcode()) {
7316 default: llvm_unreachable("unexpected operator!");
7317 case ISD::SUB: Opcode = X86ISD::SUB; break;
7318 case ISD::OR: Opcode = X86ISD::OR; break;
7319 case ISD::XOR: Opcode = X86ISD::XOR; break;
7320 case ISD::AND: Opcode = X86ISD::AND; break;
7321 }
7322
7323 NumOperands = 2;
7324 break;
7325 case X86ISD::ADD:
7326 case X86ISD::SUB:
7327 case X86ISD::INC:
7328 case X86ISD::DEC:
7329 case X86ISD::OR:
7330 case X86ISD::XOR:
7331 case X86ISD::AND:
7332 return SDValue(Op.getNode(), 1);
7333 default:
7334 default_case:
7335 break;
Dan Gohman076aee32009-03-04 19:44:21 +00007336 }
7337
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007338 if (Opcode == 0)
7339 // Emit a CMP with 0, which is the TEST pattern.
7340 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7341 DAG.getConstant(0, Op.getValueType()));
7342
7343 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
7344 SmallVector<SDValue, 4> Ops;
7345 for (unsigned i = 0; i != NumOperands; ++i)
7346 Ops.push_back(Op.getOperand(i));
7347
7348 SDValue New = DAG.getNode(Opcode, dl, VTs, &Ops[0], NumOperands);
7349 DAG.ReplaceAllUsesWith(Op, New);
7350 return SDValue(New.getNode(), 1);
Dan Gohman076aee32009-03-04 19:44:21 +00007351}
7352
7353/// Emit nodes that will be selected as "cmp Op0,Op1", or something
7354/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007355SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007356 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007357 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
7358 if (C->getAPIntValue() == 0)
Evan Cheng552f09a2010-04-26 19:06:11 +00007359 return EmitTest(Op0, X86CC, DAG);
Dan Gohman076aee32009-03-04 19:44:21 +00007360
7361 DebugLoc dl = Op0.getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00007362 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
Dan Gohman076aee32009-03-04 19:44:21 +00007363}
7364
Evan Chengd40d03e2010-01-06 19:38:29 +00007365/// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
7366/// if it's possible.
Evan Cheng5528e7b2010-04-21 01:47:12 +00007367SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC,
7368 DebugLoc dl, SelectionDAG &DAG) const {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007369 SDValue Op0 = And.getOperand(0);
7370 SDValue Op1 = And.getOperand(1);
7371 if (Op0.getOpcode() == ISD::TRUNCATE)
7372 Op0 = Op0.getOperand(0);
7373 if (Op1.getOpcode() == ISD::TRUNCATE)
7374 Op1 = Op1.getOperand(0);
7375
Evan Chengd40d03e2010-01-06 19:38:29 +00007376 SDValue LHS, RHS;
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007377 if (Op1.getOpcode() == ISD::SHL)
7378 std::swap(Op0, Op1);
7379 if (Op0.getOpcode() == ISD::SHL) {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007380 if (ConstantSDNode *And00C = dyn_cast<ConstantSDNode>(Op0.getOperand(0)))
7381 if (And00C->getZExtValue() == 1) {
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007382 // If we looked past a truncate, check that it's only truncating away
7383 // known zeros.
7384 unsigned BitWidth = Op0.getValueSizeInBits();
7385 unsigned AndBitWidth = And.getValueSizeInBits();
7386 if (BitWidth > AndBitWidth) {
7387 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones;
7388 DAG.ComputeMaskedBits(Op0, Mask, Zeros, Ones);
7389 if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth)
7390 return SDValue();
7391 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007392 LHS = Op1;
7393 RHS = Op0.getOperand(1);
Evan Chengd40d03e2010-01-06 19:38:29 +00007394 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007395 } else if (Op1.getOpcode() == ISD::Constant) {
7396 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
7397 SDValue AndLHS = Op0;
Evan Chengd40d03e2010-01-06 19:38:29 +00007398 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {
7399 LHS = AndLHS.getOperand(0);
7400 RHS = AndLHS.getOperand(1);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007401 }
Evan Chengd40d03e2010-01-06 19:38:29 +00007402 }
Evan Cheng0488db92007-09-25 01:57:46 +00007403
Evan Chengd40d03e2010-01-06 19:38:29 +00007404 if (LHS.getNode()) {
Evan Chenge5b51ac2010-04-17 06:13:15 +00007405 // If LHS is i8, promote it to i32 with any_extend. There is no i8 BT
Evan Chengd40d03e2010-01-06 19:38:29 +00007406 // instruction. Since the shift amount is in-range-or-undefined, we know
Evan Chenge5b51ac2010-04-17 06:13:15 +00007407 // that doing a bittest on the i32 value is ok. We extend to i32 because
Evan Chengd40d03e2010-01-06 19:38:29 +00007408 // the encoding for the i16 version is larger than the i32 version.
Evan Chenge5b51ac2010-04-17 06:13:15 +00007409 // Also promote i16 to i32 for performance / code size reason.
7410 if (LHS.getValueType() == MVT::i8 ||
Evan Cheng2bce5f4b2010-04-28 08:30:49 +00007411 LHS.getValueType() == MVT::i16)
Evan Chengd40d03e2010-01-06 19:38:29 +00007412 LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
Chris Lattnere55484e2008-12-25 05:34:37 +00007413
Evan Chengd40d03e2010-01-06 19:38:29 +00007414 // If the operand types disagree, extend the shift amount to match. Since
7415 // BT ignores high bits (like shifts) we can use anyextend.
7416 if (LHS.getValueType() != RHS.getValueType())
7417 RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007418
Evan Chengd40d03e2010-01-06 19:38:29 +00007419 SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
7420 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
7421 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7422 DAG.getConstant(Cond, MVT::i8), BT);
Chris Lattnere55484e2008-12-25 05:34:37 +00007423 }
7424
Evan Cheng54de3ea2010-01-05 06:52:31 +00007425 return SDValue();
7426}
7427
Dan Gohmand858e902010-04-17 15:26:15 +00007428SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng54de3ea2010-01-05 06:52:31 +00007429 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
7430 SDValue Op0 = Op.getOperand(0);
7431 SDValue Op1 = Op.getOperand(1);
7432 DebugLoc dl = Op.getDebugLoc();
7433 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
7434
7435 // Optimize to BT if possible.
Evan Chengd40d03e2010-01-06 19:38:29 +00007436 // Lower (X & (1 << N)) == 0 to BT(X, N).
7437 // Lower ((X >>u N) & 1) != 0 to BT(X, N).
7438 // Lower ((X >>s N) & 1) != 0 to BT(X, N).
Andrew Trickf6c39412011-03-23 23:11:02 +00007439 if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007440 Op1.getOpcode() == ISD::Constant &&
Dan Gohmane368b462010-06-18 14:22:04 +00007441 cast<ConstantSDNode>(Op1)->isNullValue() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007442 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
7443 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
7444 if (NewSetCC.getNode())
7445 return NewSetCC;
7446 }
Evan Cheng54de3ea2010-01-05 06:52:31 +00007447
Chris Lattner481eebc2010-12-19 21:23:48 +00007448 // Look for X == 0, X == 1, X != 0, or X != 1. We can simplify some forms of
7449 // these.
7450 if (Op1.getOpcode() == ISD::Constant &&
Andrew Trickf6c39412011-03-23 23:11:02 +00007451 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
Evan Cheng2c755ba2010-02-27 07:36:59 +00007452 cast<ConstantSDNode>(Op1)->isNullValue()) &&
7453 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007454
Chris Lattner481eebc2010-12-19 21:23:48 +00007455 // If the input is a setcc, then reuse the input setcc or use a new one with
7456 // the inverted condition.
7457 if (Op0.getOpcode() == X86ISD::SETCC) {
7458 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
7459 bool Invert = (CC == ISD::SETNE) ^
7460 cast<ConstantSDNode>(Op1)->isNullValue();
7461 if (!Invert) return Op0;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007462
Evan Cheng2c755ba2010-02-27 07:36:59 +00007463 CCode = X86::GetOppositeBranchCondition(CCode);
Chris Lattner481eebc2010-12-19 21:23:48 +00007464 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7465 DAG.getConstant(CCode, MVT::i8), Op0.getOperand(1));
7466 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007467 }
7468
Evan Chenge5b51ac2010-04-17 06:13:15 +00007469 bool isFP = Op1.getValueType().isFloatingPoint();
Chris Lattnere55484e2008-12-25 05:34:37 +00007470 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00007471 if (X86CC == X86::COND_INVALID)
7472 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00007473
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007474 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00007475 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007476 DAG.getConstant(X86CC, MVT::i8), EFLAGS);
Evan Cheng0488db92007-09-25 01:57:46 +00007477}
7478
Dan Gohmand858e902010-04-17 15:26:15 +00007479SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00007480 SDValue Cond;
7481 SDValue Op0 = Op.getOperand(0);
7482 SDValue Op1 = Op.getOperand(1);
7483 SDValue CC = Op.getOperand(2);
Owen Andersone50ed302009-08-10 22:56:29 +00007484 EVT VT = Op.getValueType();
Nate Begeman30a0de92008-07-17 16:51:19 +00007485 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
7486 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007487 DebugLoc dl = Op.getDebugLoc();
Nate Begeman30a0de92008-07-17 16:51:19 +00007488
7489 if (isFP) {
7490 unsigned SSECC = 8;
Owen Andersone50ed302009-08-10 22:56:29 +00007491 EVT VT0 = Op0.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00007492 assert(VT0 == MVT::v4f32 || VT0 == MVT::v2f64);
7493 unsigned Opc = VT0 == MVT::v4f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00007494 bool Swap = false;
7495
7496 switch (SetCCOpcode) {
7497 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007498 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00007499 case ISD::SETEQ: SSECC = 0; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00007500 case ISD::SETOGT:
Nate Begeman30a0de92008-07-17 16:51:19 +00007501 case ISD::SETGT: Swap = true; // Fallthrough
7502 case ISD::SETLT:
7503 case ISD::SETOLT: SSECC = 1; break;
7504 case ISD::SETOGE:
7505 case ISD::SETGE: Swap = true; // Fallthrough
7506 case ISD::SETLE:
7507 case ISD::SETOLE: SSECC = 2; break;
7508 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007509 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00007510 case ISD::SETNE: SSECC = 4; break;
7511 case ISD::SETULE: Swap = true;
7512 case ISD::SETUGE: SSECC = 5; break;
7513 case ISD::SETULT: Swap = true;
7514 case ISD::SETUGT: SSECC = 6; break;
7515 case ISD::SETO: SSECC = 7; break;
7516 }
7517 if (Swap)
7518 std::swap(Op0, Op1);
7519
Nate Begemanfb8ead02008-07-25 19:05:58 +00007520 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00007521 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00007522 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00007523 SDValue UNORD, EQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007524 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
7525 EQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007526 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007527 }
7528 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00007529 SDValue ORD, NEQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007530 ORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
7531 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007532 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007533 }
Torok Edwinc23197a2009-07-14 16:55:14 +00007534 llvm_unreachable("Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00007535 }
7536 // Handle all other FP comparisons here.
Owen Anderson825b72b2009-08-11 20:47:22 +00007537 return DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
Nate Begeman30a0de92008-07-17 16:51:19 +00007538 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007539
Nate Begeman30a0de92008-07-17 16:51:19 +00007540 // We are handling one of the integer comparisons here. Since SSE only has
7541 // GT and EQ comparisons for integer, swapping operands and multiple
7542 // operations may be required for some comparisons.
7543 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
7544 bool Swap = false, Invert = false, FlipSigns = false;
Scott Michelfdc40a02009-02-17 22:15:04 +00007545
Owen Anderson825b72b2009-08-11 20:47:22 +00007546 switch (VT.getSimpleVT().SimpleTy) {
Nate Begeman30a0de92008-07-17 16:51:19 +00007547 default: break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007548 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007549 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007550 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
7551 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
Nate Begeman30a0de92008-07-17 16:51:19 +00007552 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007553
Nate Begeman30a0de92008-07-17 16:51:19 +00007554 switch (SetCCOpcode) {
7555 default: break;
7556 case ISD::SETNE: Invert = true;
7557 case ISD::SETEQ: Opc = EQOpc; break;
7558 case ISD::SETLT: Swap = true;
7559 case ISD::SETGT: Opc = GTOpc; break;
7560 case ISD::SETGE: Swap = true;
7561 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
7562 case ISD::SETULT: Swap = true;
7563 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
7564 case ISD::SETUGE: Swap = true;
7565 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
7566 }
7567 if (Swap)
7568 std::swap(Op0, Op1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007569
Nate Begeman30a0de92008-07-17 16:51:19 +00007570 // Since SSE has no unsigned integer comparisons, we need to flip the sign
7571 // bits of the inputs before performing those operations.
7572 if (FlipSigns) {
Owen Andersone50ed302009-08-10 22:56:29 +00007573 EVT EltVT = VT.getVectorElementType();
Duncan Sandsb0d5cdd2009-02-01 18:06:53 +00007574 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()),
7575 EltVT);
Dan Gohman475871a2008-07-27 21:46:04 +00007576 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
Evan Chenga87008d2009-02-25 22:49:59 +00007577 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
7578 SignBits.size());
Dale Johannesenace16102009-02-03 19:33:06 +00007579 Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SignVec);
7580 Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SignVec);
Nate Begeman30a0de92008-07-17 16:51:19 +00007581 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007582
Dale Johannesenace16102009-02-03 19:33:06 +00007583 SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00007584
7585 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00007586 if (Invert)
Dale Johannesenace16102009-02-03 19:33:06 +00007587 Result = DAG.getNOT(dl, Result, VT);
Bob Wilson4c245462009-01-22 17:39:32 +00007588
Nate Begeman30a0de92008-07-17 16:51:19 +00007589 return Result;
7590}
Evan Cheng0488db92007-09-25 01:57:46 +00007591
Evan Cheng370e5342008-12-03 08:38:43 +00007592// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
Dan Gohman076aee32009-03-04 19:44:21 +00007593static bool isX86LogicalCmp(SDValue Op) {
7594 unsigned Opc = Op.getNode()->getOpcode();
7595 if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI)
7596 return true;
7597 if (Op.getResNo() == 1 &&
7598 (Opc == X86ISD::ADD ||
7599 Opc == X86ISD::SUB ||
Chris Lattner5b856542010-12-20 00:59:46 +00007600 Opc == X86ISD::ADC ||
7601 Opc == X86ISD::SBB ||
Dan Gohman076aee32009-03-04 19:44:21 +00007602 Opc == X86ISD::SMUL ||
7603 Opc == X86ISD::UMUL ||
7604 Opc == X86ISD::INC ||
Dan Gohmane220c4b2009-09-18 19:59:53 +00007605 Opc == X86ISD::DEC ||
7606 Opc == X86ISD::OR ||
7607 Opc == X86ISD::XOR ||
7608 Opc == X86ISD::AND))
Dan Gohman076aee32009-03-04 19:44:21 +00007609 return true;
7610
Chris Lattner9637d5b2010-12-05 07:49:54 +00007611 if (Op.getResNo() == 2 && Opc == X86ISD::UMUL)
7612 return true;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007613
Dan Gohman076aee32009-03-04 19:44:21 +00007614 return false;
Evan Cheng370e5342008-12-03 08:38:43 +00007615}
7616
Chris Lattnera2b56002010-12-05 01:23:24 +00007617static bool isZero(SDValue V) {
7618 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7619 return C && C->isNullValue();
7620}
7621
Chris Lattner96908b12010-12-05 02:00:51 +00007622static bool isAllOnes(SDValue V) {
7623 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7624 return C && C->isAllOnesValue();
7625}
7626
Dan Gohmand858e902010-04-17 15:26:15 +00007627SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007628 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007629 SDValue Cond = Op.getOperand(0);
Chris Lattnera2b56002010-12-05 01:23:24 +00007630 SDValue Op1 = Op.getOperand(1);
7631 SDValue Op2 = Op.getOperand(2);
7632 DebugLoc DL = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007633 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00007634
Dan Gohman1a492952009-10-20 16:22:37 +00007635 if (Cond.getOpcode() == ISD::SETCC) {
7636 SDValue NewCond = LowerSETCC(Cond, DAG);
7637 if (NewCond.getNode())
7638 Cond = NewCond;
7639 }
Evan Cheng734503b2006-09-11 02:19:56 +00007640
Chris Lattnera2b56002010-12-05 01:23:24 +00007641 // (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00007642 // (select (x == 0), y, -1) -> ~(sign_bit (x - 1)) | y
Chris Lattnera2b56002010-12-05 01:23:24 +00007643 // (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00007644 // (select (x != 0), -1, y) -> ~(sign_bit (x - 1)) | y
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007645 if (Cond.getOpcode() == X86ISD::SETCC &&
Chris Lattner96908b12010-12-05 02:00:51 +00007646 Cond.getOperand(1).getOpcode() == X86ISD::CMP &&
7647 isZero(Cond.getOperand(1).getOperand(1))) {
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007648 SDValue Cmp = Cond.getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007649
Chris Lattnera2b56002010-12-05 01:23:24 +00007650 unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007651
7652 if ((isAllOnes(Op1) || isAllOnes(Op2)) &&
Chris Lattner96908b12010-12-05 02:00:51 +00007653 (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
7654 SDValue Y = isAllOnes(Op2) ? Op1 : Op2;
Chris Lattnera2b56002010-12-05 01:23:24 +00007655
7656 SDValue CmpOp0 = Cmp.getOperand(0);
7657 Cmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32,
7658 CmpOp0, DAG.getConstant(1, CmpOp0.getValueType()));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007659
Chris Lattner96908b12010-12-05 02:00:51 +00007660 SDValue Res = // Res = 0 or -1.
Chris Lattnera2b56002010-12-05 01:23:24 +00007661 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
7662 DAG.getConstant(X86::COND_B, MVT::i8), Cmp);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007663
Chris Lattner96908b12010-12-05 02:00:51 +00007664 if (isAllOnes(Op1) != (CondCode == X86::COND_E))
7665 Res = DAG.getNOT(DL, Res, Res.getValueType());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007666
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007667 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2);
Chris Lattnera2b56002010-12-05 01:23:24 +00007668 if (N2C == 0 || !N2C->isNullValue())
7669 Res = DAG.getNode(ISD::OR, DL, Res.getValueType(), Res, Y);
7670 return Res;
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007671 }
7672 }
7673
Chris Lattnera2b56002010-12-05 01:23:24 +00007674 // Look past (and (setcc_carry (cmp ...)), 1).
Evan Chengad9c0a32009-12-15 00:53:42 +00007675 if (Cond.getOpcode() == ISD::AND &&
7676 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
7677 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00007678 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00007679 Cond = Cond.getOperand(0);
7680 }
7681
Evan Cheng3f41d662007-10-08 22:16:29 +00007682 // If condition flag is set by a X86ISD::CMP, then use it as the condition
7683 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00007684 if (Cond.getOpcode() == X86ISD::SETCC ||
7685 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00007686 CC = Cond.getOperand(0);
7687
Dan Gohman475871a2008-07-27 21:46:04 +00007688 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00007689 unsigned Opc = Cmp.getOpcode();
Owen Andersone50ed302009-08-10 22:56:29 +00007690 EVT VT = Op.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00007691
Evan Cheng3f41d662007-10-08 22:16:29 +00007692 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007693 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00007694 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00007695 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Scott Michelfdc40a02009-02-17 22:15:04 +00007696
Chris Lattnerd1980a52009-03-12 06:52:53 +00007697 if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
7698 Opc == X86ISD::BT) { // FIXME
Evan Cheng3f41d662007-10-08 22:16:29 +00007699 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00007700 addTest = false;
7701 }
7702 }
7703
7704 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007705 // Look pass the truncate.
7706 if (Cond.getOpcode() == ISD::TRUNCATE)
7707 Cond = Cond.getOperand(0);
7708
7709 // We know the result of AND is compared against zero. Try to match
7710 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00007711 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Chris Lattnera2b56002010-12-05 01:23:24 +00007712 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
Evan Chengd40d03e2010-01-06 19:38:29 +00007713 if (NewSetCC.getNode()) {
7714 CC = NewSetCC.getOperand(0);
7715 Cond = NewSetCC.getOperand(1);
7716 addTest = false;
7717 }
7718 }
7719 }
7720
7721 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007722 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00007723 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00007724 }
7725
Benjamin Kramere915ff32010-12-22 23:09:28 +00007726 // a < b ? -1 : 0 -> RES = ~setcc_carry
7727 // a < b ? 0 : -1 -> RES = setcc_carry
7728 // a >= b ? -1 : 0 -> RES = setcc_carry
7729 // a >= b ? 0 : -1 -> RES = ~setcc_carry
7730 if (Cond.getOpcode() == X86ISD::CMP) {
7731 unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
7732
7733 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) &&
7734 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) {
7735 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
7736 DAG.getConstant(X86::COND_B, MVT::i8), Cond);
7737 if (isAllOnes(Op1) != (CondCode == X86::COND_B))
7738 return DAG.getNOT(DL, Res, Res.getValueType());
7739 return Res;
7740 }
7741 }
7742
Evan Cheng0488db92007-09-25 01:57:46 +00007743 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
7744 // condition is true.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007745 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007746 SDValue Ops[] = { Op2, Op1, CC, Cond };
Chris Lattnera2b56002010-12-05 01:23:24 +00007747 return DAG.getNode(X86ISD::CMOV, DL, VTs, Ops, array_lengthof(Ops));
Evan Cheng0488db92007-09-25 01:57:46 +00007748}
7749
Evan Cheng370e5342008-12-03 08:38:43 +00007750// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
7751// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
7752// from the AND / OR.
7753static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
7754 Opc = Op.getOpcode();
7755 if (Opc != ISD::OR && Opc != ISD::AND)
7756 return false;
7757 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
7758 Op.getOperand(0).hasOneUse() &&
7759 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
7760 Op.getOperand(1).hasOneUse());
7761}
7762
Evan Cheng961d6d42009-02-02 08:19:07 +00007763// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
7764// 1 and that the SETCC node has a single use.
Evan Cheng67ad9db2009-02-02 08:07:36 +00007765static bool isXor1OfSetCC(SDValue Op) {
7766 if (Op.getOpcode() != ISD::XOR)
7767 return false;
7768 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
7769 if (N1C && N1C->getAPIntValue() == 1) {
7770 return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
7771 Op.getOperand(0).hasOneUse();
7772 }
7773 return false;
7774}
7775
Dan Gohmand858e902010-04-17 15:26:15 +00007776SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007777 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007778 SDValue Chain = Op.getOperand(0);
7779 SDValue Cond = Op.getOperand(1);
7780 SDValue Dest = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007781 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007782 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00007783
Dan Gohman1a492952009-10-20 16:22:37 +00007784 if (Cond.getOpcode() == ISD::SETCC) {
7785 SDValue NewCond = LowerSETCC(Cond, DAG);
7786 if (NewCond.getNode())
7787 Cond = NewCond;
7788 }
Chris Lattnere55484e2008-12-25 05:34:37 +00007789#if 0
7790 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00007791 else if (Cond.getOpcode() == X86ISD::ADD ||
7792 Cond.getOpcode() == X86ISD::SUB ||
7793 Cond.getOpcode() == X86ISD::SMUL ||
7794 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00007795 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00007796#endif
Scott Michelfdc40a02009-02-17 22:15:04 +00007797
Evan Chengad9c0a32009-12-15 00:53:42 +00007798 // Look pass (and (setcc_carry (cmp ...)), 1).
7799 if (Cond.getOpcode() == ISD::AND &&
7800 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
7801 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00007802 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00007803 Cond = Cond.getOperand(0);
7804 }
7805
Evan Cheng3f41d662007-10-08 22:16:29 +00007806 // If condition flag is set by a X86ISD::CMP, then use it as the condition
7807 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00007808 if (Cond.getOpcode() == X86ISD::SETCC ||
7809 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00007810 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007811
Dan Gohman475871a2008-07-27 21:46:04 +00007812 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00007813 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00007814 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
Dan Gohman076aee32009-03-04 19:44:21 +00007815 if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00007816 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00007817 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00007818 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00007819 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00007820 default: break;
7821 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00007822 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00007823 // These can only come from an arithmetic instruction with overflow,
7824 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00007825 Cond = Cond.getNode()->getOperand(1);
7826 addTest = false;
7827 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00007828 }
Evan Cheng0488db92007-09-25 01:57:46 +00007829 }
Evan Cheng370e5342008-12-03 08:38:43 +00007830 } else {
7831 unsigned CondOpc;
7832 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
7833 SDValue Cmp = Cond.getOperand(0).getOperand(1);
Evan Cheng370e5342008-12-03 08:38:43 +00007834 if (CondOpc == ISD::OR) {
7835 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
7836 // two branches instead of an explicit OR instruction with a
7837 // separate test.
7838 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00007839 isX86LogicalCmp(Cmp)) {
Evan Cheng370e5342008-12-03 08:38:43 +00007840 CC = Cond.getOperand(0).getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007841 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00007842 Chain, Dest, CC, Cmp);
7843 CC = Cond.getOperand(1).getOperand(0);
7844 Cond = Cmp;
7845 addTest = false;
7846 }
7847 } else { // ISD::AND
7848 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
7849 // two branches instead of an explicit AND instruction with a
7850 // separate test. However, we only do this if this block doesn't
7851 // have a fall-through edge, because this requires an explicit
7852 // jmp when the condition is false.
7853 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00007854 isX86LogicalCmp(Cmp) &&
Evan Cheng370e5342008-12-03 08:38:43 +00007855 Op.getNode()->hasOneUse()) {
7856 X86::CondCode CCode =
7857 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
7858 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00007859 CC = DAG.getConstant(CCode, MVT::i8);
Dan Gohman027657d2010-06-18 15:30:29 +00007860 SDNode *User = *Op.getNode()->use_begin();
Evan Cheng370e5342008-12-03 08:38:43 +00007861 // Look for an unconditional branch following this conditional branch.
7862 // We need this because we need to reverse the successors in order
7863 // to implement FCMP_OEQ.
Dan Gohman027657d2010-06-18 15:30:29 +00007864 if (User->getOpcode() == ISD::BR) {
7865 SDValue FalseBB = User->getOperand(1);
7866 SDNode *NewBR =
7867 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
Evan Cheng370e5342008-12-03 08:38:43 +00007868 assert(NewBR == User);
Nick Lewycky2a3ee5e2010-06-20 20:27:42 +00007869 (void)NewBR;
Evan Cheng370e5342008-12-03 08:38:43 +00007870 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00007871
Dale Johannesene4d209d2009-02-03 20:21:25 +00007872 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00007873 Chain, Dest, CC, Cmp);
7874 X86::CondCode CCode =
7875 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
7876 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00007877 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng370e5342008-12-03 08:38:43 +00007878 Cond = Cmp;
7879 addTest = false;
7880 }
7881 }
Dan Gohman279c22e2008-10-21 03:29:32 +00007882 }
Evan Cheng67ad9db2009-02-02 08:07:36 +00007883 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
7884 // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
7885 // It should be transformed during dag combiner except when the condition
7886 // is set by a arithmetics with overflow node.
7887 X86::CondCode CCode =
7888 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
7889 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00007890 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng67ad9db2009-02-02 08:07:36 +00007891 Cond = Cond.getOperand(0).getOperand(1);
7892 addTest = false;
Dan Gohman279c22e2008-10-21 03:29:32 +00007893 }
Evan Cheng0488db92007-09-25 01:57:46 +00007894 }
7895
7896 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007897 // Look pass the truncate.
7898 if (Cond.getOpcode() == ISD::TRUNCATE)
7899 Cond = Cond.getOperand(0);
7900
7901 // We know the result of AND is compared against zero. Try to match
7902 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00007903 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007904 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);
7905 if (NewSetCC.getNode()) {
7906 CC = NewSetCC.getOperand(0);
7907 Cond = NewSetCC.getOperand(1);
7908 addTest = false;
7909 }
7910 }
7911 }
7912
7913 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007914 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00007915 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00007916 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00007917 return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00007918 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00007919}
7920
Anton Korobeynikove060b532007-04-17 19:34:00 +00007921
7922// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
7923// Calls to _alloca is needed to probe the stack when allocating more than 4k
7924// bytes in one go. Touching the stack at 4K increments is necessary to ensure
7925// that the guard pages used by the OS virtual memory manager are allocated in
7926// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00007927SDValue
7928X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00007929 SelectionDAG &DAG) const {
Duncan Sands1e1ca0b2010-10-21 16:02:12 +00007930 assert((Subtarget->isTargetCygMing() || Subtarget->isTargetWindows()) &&
Michael J. Spencere9c253e2010-10-21 01:41:01 +00007931 "This should be used only on Windows targets");
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00007932 assert(!Subtarget->isTargetEnvMacho());
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007933 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007934
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007935 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00007936 SDValue Chain = Op.getOperand(0);
7937 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007938 // FIXME: Ensure alignment here
7939
Dan Gohman475871a2008-07-27 21:46:04 +00007940 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007941
Owen Anderson825b72b2009-08-11 20:47:22 +00007942 EVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00007943 unsigned Reg = (Subtarget->is64Bit() ? X86::RAX : X86::EAX);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007944
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00007945 Chain = DAG.getCopyToReg(Chain, dl, Reg, Size, Flag);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00007946 Flag = Chain.getValue(1);
7947
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007948 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00007949
Michael J. Spencere9c253e2010-10-21 01:41:01 +00007950 Chain = DAG.getNode(X86ISD::WIN_ALLOCA, dl, NodeTys, Chain, Flag);
Anton Korobeynikov043f3c22010-03-06 19:32:29 +00007951 Flag = Chain.getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007952
Dale Johannesendd64c412009-02-04 00:33:20 +00007953 Chain = DAG.getCopyFromReg(Chain, dl, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007954
Dan Gohman475871a2008-07-27 21:46:04 +00007955 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Dale Johannesene4d209d2009-02-03 20:21:25 +00007956 return DAG.getMergeValues(Ops1, 2, dl);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007957}
7958
Dan Gohmand858e902010-04-17 15:26:15 +00007959SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00007960 MachineFunction &MF = DAG.getMachineFunction();
7961 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
7962
Dan Gohman69de1932008-02-06 22:27:42 +00007963 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner8026a9d2010-09-21 17:50:43 +00007964 DebugLoc DL = Op.getDebugLoc();
Evan Cheng8b2794a2006-10-13 21:14:26 +00007965
Anton Korobeynikove7beda12010-10-03 22:52:07 +00007966 if (!Subtarget->is64Bit() || Subtarget->isTargetWin64()) {
Evan Cheng25ab6902006-09-08 06:48:29 +00007967 // vastart just stores the address of the VarArgsFrameIndex slot into the
7968 // memory location argument.
Dan Gohman1e93df62010-04-17 14:41:14 +00007969 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
7970 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00007971 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
7972 MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00007973 }
7974
7975 // __va_list_tag:
7976 // gp_offset (0 - 6 * 8)
7977 // fp_offset (48 - 48 + 8 * 16)
7978 // overflow_arg_area (point to parameters coming in memory).
7979 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00007980 SmallVector<SDValue, 8> MemOps;
7981 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00007982 // Store gp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00007983 SDValue Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00007984 DAG.getConstant(FuncInfo->getVarArgsGPOffset(),
7985 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007986 FIN, MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00007987 MemOps.push_back(Store);
7988
7989 // Store fp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00007990 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00007991 FIN, DAG.getIntPtrConstant(4));
Chris Lattner8026a9d2010-09-21 17:50:43 +00007992 Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00007993 DAG.getConstant(FuncInfo->getVarArgsFPOffset(),
7994 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007995 FIN, MachinePointerInfo(SV, 4), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00007996 MemOps.push_back(Store);
7997
7998 // Store ptr to overflow_arg_area
Chris Lattner8026a9d2010-09-21 17:50:43 +00007999 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008000 FIN, DAG.getIntPtrConstant(4));
Dan Gohman1e93df62010-04-17 14:41:14 +00008001 SDValue OVFIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8002 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008003 Store = DAG.getStore(Op.getOperand(0), DL, OVFIN, FIN,
8004 MachinePointerInfo(SV, 8),
David Greene67c9d422010-02-15 16:53:33 +00008005 false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008006 MemOps.push_back(Store);
8007
8008 // Store ptr to reg_save_area.
Chris Lattner8026a9d2010-09-21 17:50:43 +00008009 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008010 FIN, DAG.getIntPtrConstant(8));
Dan Gohman1e93df62010-04-17 14:41:14 +00008011 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
8012 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008013 Store = DAG.getStore(Op.getOperand(0), DL, RSFIN, FIN,
8014 MachinePointerInfo(SV, 16), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008015 MemOps.push_back(Store);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008016 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
Dale Johannesene4d209d2009-02-03 20:21:25 +00008017 &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00008018}
8019
Dan Gohmand858e902010-04-17 15:26:15 +00008020SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman320afb82010-10-12 18:00:49 +00008021 assert(Subtarget->is64Bit() &&
8022 "LowerVAARG only handles 64-bit va_arg!");
8023 assert((Subtarget->isTargetLinux() ||
8024 Subtarget->isTargetDarwin()) &&
8025 "Unhandled target in LowerVAARG");
8026 assert(Op.getNode()->getNumOperands() == 4);
8027 SDValue Chain = Op.getOperand(0);
8028 SDValue SrcPtr = Op.getOperand(1);
8029 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
8030 unsigned Align = Op.getConstantOperandVal(3);
8031 DebugLoc dl = Op.getDebugLoc();
Dan Gohman9018e832008-05-10 01:26:14 +00008032
Dan Gohman320afb82010-10-12 18:00:49 +00008033 EVT ArgVT = Op.getNode()->getValueType(0);
8034 const Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
8035 uint32_t ArgSize = getTargetData()->getTypeAllocSize(ArgTy);
8036 uint8_t ArgMode;
8037
8038 // Decide which area this value should be read from.
8039 // TODO: Implement the AMD64 ABI in its entirety. This simple
8040 // selection mechanism works only for the basic types.
8041 if (ArgVT == MVT::f80) {
8042 llvm_unreachable("va_arg for f80 not yet implemented");
8043 } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
8044 ArgMode = 2; // Argument passed in XMM register. Use fp_offset.
8045 } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
8046 ArgMode = 1; // Argument passed in GPR64 register(s). Use gp_offset.
8047 } else {
8048 llvm_unreachable("Unhandled argument type in LowerVAARG");
8049 }
8050
8051 if (ArgMode == 2) {
8052 // Sanity Check: Make sure using fp_offset makes sense.
Michael J. Spencer87b86652010-10-19 07:32:42 +00008053 assert(!UseSoftFloat &&
Eric Christopher52b45052010-10-12 19:44:17 +00008054 !(DAG.getMachineFunction()
8055 .getFunction()->hasFnAttr(Attribute::NoImplicitFloat)) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00008056 Subtarget->hasXMM());
Dan Gohman320afb82010-10-12 18:00:49 +00008057 }
8058
8059 // Insert VAARG_64 node into the DAG
8060 // VAARG_64 returns two values: Variable Argument Address, Chain
8061 SmallVector<SDValue, 11> InstOps;
8062 InstOps.push_back(Chain);
8063 InstOps.push_back(SrcPtr);
8064 InstOps.push_back(DAG.getConstant(ArgSize, MVT::i32));
8065 InstOps.push_back(DAG.getConstant(ArgMode, MVT::i8));
8066 InstOps.push_back(DAG.getConstant(Align, MVT::i32));
8067 SDVTList VTs = DAG.getVTList(getPointerTy(), MVT::Other);
8068 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
8069 VTs, &InstOps[0], InstOps.size(),
8070 MVT::i64,
8071 MachinePointerInfo(SV),
8072 /*Align=*/0,
8073 /*Volatile=*/false,
8074 /*ReadMem=*/true,
8075 /*WriteMem=*/true);
8076 Chain = VAARG.getValue(1);
8077
8078 // Load the next argument and return it
8079 return DAG.getLoad(ArgVT, dl,
8080 Chain,
8081 VAARG,
8082 MachinePointerInfo(),
8083 false, false, 0);
Dan Gohman9018e832008-05-10 01:26:14 +00008084}
8085
Dan Gohmand858e902010-04-17 15:26:15 +00008086SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) const {
Evan Chengae642192007-03-02 23:16:35 +00008087 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00008088 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00008089 SDValue Chain = Op.getOperand(0);
8090 SDValue DstPtr = Op.getOperand(1);
8091 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00008092 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
8093 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Chris Lattnere72f2022010-09-21 05:40:29 +00008094 DebugLoc DL = Op.getDebugLoc();
Evan Chengae642192007-03-02 23:16:35 +00008095
Chris Lattnere72f2022010-09-21 05:40:29 +00008096 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr,
Mon P Wang20adc9d2010-04-04 03:10:48 +00008097 DAG.getIntPtrConstant(24), 8, /*isVolatile*/false,
Michael J. Spencerec38de22010-10-10 22:04:20 +00008098 false,
Chris Lattnere72f2022010-09-21 05:40:29 +00008099 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
Evan Chengae642192007-03-02 23:16:35 +00008100}
8101
Dan Gohman475871a2008-07-27 21:46:04 +00008102SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00008103X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008104 DebugLoc dl = Op.getDebugLoc();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008105 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00008106 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00008107 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00008108 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00008109 case Intrinsic::x86_sse_comieq_ss:
8110 case Intrinsic::x86_sse_comilt_ss:
8111 case Intrinsic::x86_sse_comile_ss:
8112 case Intrinsic::x86_sse_comigt_ss:
8113 case Intrinsic::x86_sse_comige_ss:
8114 case Intrinsic::x86_sse_comineq_ss:
8115 case Intrinsic::x86_sse_ucomieq_ss:
8116 case Intrinsic::x86_sse_ucomilt_ss:
8117 case Intrinsic::x86_sse_ucomile_ss:
8118 case Intrinsic::x86_sse_ucomigt_ss:
8119 case Intrinsic::x86_sse_ucomige_ss:
8120 case Intrinsic::x86_sse_ucomineq_ss:
8121 case Intrinsic::x86_sse2_comieq_sd:
8122 case Intrinsic::x86_sse2_comilt_sd:
8123 case Intrinsic::x86_sse2_comile_sd:
8124 case Intrinsic::x86_sse2_comigt_sd:
8125 case Intrinsic::x86_sse2_comige_sd:
8126 case Intrinsic::x86_sse2_comineq_sd:
8127 case Intrinsic::x86_sse2_ucomieq_sd:
8128 case Intrinsic::x86_sse2_ucomilt_sd:
8129 case Intrinsic::x86_sse2_ucomile_sd:
8130 case Intrinsic::x86_sse2_ucomigt_sd:
8131 case Intrinsic::x86_sse2_ucomige_sd:
8132 case Intrinsic::x86_sse2_ucomineq_sd: {
8133 unsigned Opc = 0;
8134 ISD::CondCode CC = ISD::SETCC_INVALID;
8135 switch (IntNo) {
8136 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008137 case Intrinsic::x86_sse_comieq_ss:
8138 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008139 Opc = X86ISD::COMI;
8140 CC = ISD::SETEQ;
8141 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008142 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008143 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008144 Opc = X86ISD::COMI;
8145 CC = ISD::SETLT;
8146 break;
8147 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008148 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008149 Opc = X86ISD::COMI;
8150 CC = ISD::SETLE;
8151 break;
8152 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008153 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008154 Opc = X86ISD::COMI;
8155 CC = ISD::SETGT;
8156 break;
8157 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008158 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008159 Opc = X86ISD::COMI;
8160 CC = ISD::SETGE;
8161 break;
8162 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008163 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008164 Opc = X86ISD::COMI;
8165 CC = ISD::SETNE;
8166 break;
8167 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008168 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008169 Opc = X86ISD::UCOMI;
8170 CC = ISD::SETEQ;
8171 break;
8172 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008173 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008174 Opc = X86ISD::UCOMI;
8175 CC = ISD::SETLT;
8176 break;
8177 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008178 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008179 Opc = X86ISD::UCOMI;
8180 CC = ISD::SETLE;
8181 break;
8182 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008183 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008184 Opc = X86ISD::UCOMI;
8185 CC = ISD::SETGT;
8186 break;
8187 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008188 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008189 Opc = X86ISD::UCOMI;
8190 CC = ISD::SETGE;
8191 break;
8192 case Intrinsic::x86_sse_ucomineq_ss:
8193 case Intrinsic::x86_sse2_ucomineq_sd:
8194 Opc = X86ISD::UCOMI;
8195 CC = ISD::SETNE;
8196 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008197 }
Evan Cheng734503b2006-09-11 02:19:56 +00008198
Dan Gohman475871a2008-07-27 21:46:04 +00008199 SDValue LHS = Op.getOperand(1);
8200 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00008201 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00008202 assert(X86CC != X86::COND_INVALID && "Unexpected illegal condition!");
Owen Anderson825b72b2009-08-11 20:47:22 +00008203 SDValue Cond = DAG.getNode(Opc, dl, MVT::i32, LHS, RHS);
8204 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
8205 DAG.getConstant(X86CC, MVT::i8), Cond);
8206 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00008207 }
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008208 // ptest and testp intrinsics. The intrinsic these come from are designed to
8209 // return an integer value, not just an instruction so lower it to the ptest
8210 // or testp pattern and a setcc for the result.
Eric Christopher71c67532009-07-29 00:28:05 +00008211 case Intrinsic::x86_sse41_ptestz:
8212 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008213 case Intrinsic::x86_sse41_ptestnzc:
8214 case Intrinsic::x86_avx_ptestz_256:
8215 case Intrinsic::x86_avx_ptestc_256:
8216 case Intrinsic::x86_avx_ptestnzc_256:
8217 case Intrinsic::x86_avx_vtestz_ps:
8218 case Intrinsic::x86_avx_vtestc_ps:
8219 case Intrinsic::x86_avx_vtestnzc_ps:
8220 case Intrinsic::x86_avx_vtestz_pd:
8221 case Intrinsic::x86_avx_vtestc_pd:
8222 case Intrinsic::x86_avx_vtestnzc_pd:
8223 case Intrinsic::x86_avx_vtestz_ps_256:
8224 case Intrinsic::x86_avx_vtestc_ps_256:
8225 case Intrinsic::x86_avx_vtestnzc_ps_256:
8226 case Intrinsic::x86_avx_vtestz_pd_256:
8227 case Intrinsic::x86_avx_vtestc_pd_256:
8228 case Intrinsic::x86_avx_vtestnzc_pd_256: {
8229 bool IsTestPacked = false;
Eric Christopher71c67532009-07-29 00:28:05 +00008230 unsigned X86CC = 0;
8231 switch (IntNo) {
Eric Christopher978dae32009-07-29 18:14:04 +00008232 default: llvm_unreachable("Bad fallthrough in Intrinsic lowering.");
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008233 case Intrinsic::x86_avx_vtestz_ps:
8234 case Intrinsic::x86_avx_vtestz_pd:
8235 case Intrinsic::x86_avx_vtestz_ps_256:
8236 case Intrinsic::x86_avx_vtestz_pd_256:
8237 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008238 case Intrinsic::x86_sse41_ptestz:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008239 case Intrinsic::x86_avx_ptestz_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008240 // ZF = 1
8241 X86CC = X86::COND_E;
8242 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008243 case Intrinsic::x86_avx_vtestc_ps:
8244 case Intrinsic::x86_avx_vtestc_pd:
8245 case Intrinsic::x86_avx_vtestc_ps_256:
8246 case Intrinsic::x86_avx_vtestc_pd_256:
8247 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008248 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008249 case Intrinsic::x86_avx_ptestc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008250 // CF = 1
8251 X86CC = X86::COND_B;
8252 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008253 case Intrinsic::x86_avx_vtestnzc_ps:
8254 case Intrinsic::x86_avx_vtestnzc_pd:
8255 case Intrinsic::x86_avx_vtestnzc_ps_256:
8256 case Intrinsic::x86_avx_vtestnzc_pd_256:
8257 IsTestPacked = true; // Fallthrough
Eric Christopherfd179292009-08-27 18:07:15 +00008258 case Intrinsic::x86_sse41_ptestnzc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008259 case Intrinsic::x86_avx_ptestnzc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008260 // ZF and CF = 0
8261 X86CC = X86::COND_A;
8262 break;
8263 }
Eric Christopherfd179292009-08-27 18:07:15 +00008264
Eric Christopher71c67532009-07-29 00:28:05 +00008265 SDValue LHS = Op.getOperand(1);
8266 SDValue RHS = Op.getOperand(2);
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008267 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
8268 SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS);
Owen Anderson825b72b2009-08-11 20:47:22 +00008269 SDValue CC = DAG.getConstant(X86CC, MVT::i8);
8270 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
8271 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Eric Christopher71c67532009-07-29 00:28:05 +00008272 }
Evan Cheng5759f972008-05-04 09:15:50 +00008273
8274 // Fix vector shift instructions where the last operand is a non-immediate
8275 // i32 value.
8276 case Intrinsic::x86_sse2_pslli_w:
8277 case Intrinsic::x86_sse2_pslli_d:
8278 case Intrinsic::x86_sse2_pslli_q:
8279 case Intrinsic::x86_sse2_psrli_w:
8280 case Intrinsic::x86_sse2_psrli_d:
8281 case Intrinsic::x86_sse2_psrli_q:
8282 case Intrinsic::x86_sse2_psrai_w:
8283 case Intrinsic::x86_sse2_psrai_d:
8284 case Intrinsic::x86_mmx_pslli_w:
8285 case Intrinsic::x86_mmx_pslli_d:
8286 case Intrinsic::x86_mmx_pslli_q:
8287 case Intrinsic::x86_mmx_psrli_w:
8288 case Intrinsic::x86_mmx_psrli_d:
8289 case Intrinsic::x86_mmx_psrli_q:
8290 case Intrinsic::x86_mmx_psrai_w:
8291 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00008292 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00008293 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00008294 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00008295
8296 unsigned NewIntNo = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00008297 EVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008298 switch (IntNo) {
8299 case Intrinsic::x86_sse2_pslli_w:
8300 NewIntNo = Intrinsic::x86_sse2_psll_w;
8301 break;
8302 case Intrinsic::x86_sse2_pslli_d:
8303 NewIntNo = Intrinsic::x86_sse2_psll_d;
8304 break;
8305 case Intrinsic::x86_sse2_pslli_q:
8306 NewIntNo = Intrinsic::x86_sse2_psll_q;
8307 break;
8308 case Intrinsic::x86_sse2_psrli_w:
8309 NewIntNo = Intrinsic::x86_sse2_psrl_w;
8310 break;
8311 case Intrinsic::x86_sse2_psrli_d:
8312 NewIntNo = Intrinsic::x86_sse2_psrl_d;
8313 break;
8314 case Intrinsic::x86_sse2_psrli_q:
8315 NewIntNo = Intrinsic::x86_sse2_psrl_q;
8316 break;
8317 case Intrinsic::x86_sse2_psrai_w:
8318 NewIntNo = Intrinsic::x86_sse2_psra_w;
8319 break;
8320 case Intrinsic::x86_sse2_psrai_d:
8321 NewIntNo = Intrinsic::x86_sse2_psra_d;
8322 break;
8323 default: {
Owen Anderson825b72b2009-08-11 20:47:22 +00008324 ShAmtVT = MVT::v2i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008325 switch (IntNo) {
8326 case Intrinsic::x86_mmx_pslli_w:
8327 NewIntNo = Intrinsic::x86_mmx_psll_w;
8328 break;
8329 case Intrinsic::x86_mmx_pslli_d:
8330 NewIntNo = Intrinsic::x86_mmx_psll_d;
8331 break;
8332 case Intrinsic::x86_mmx_pslli_q:
8333 NewIntNo = Intrinsic::x86_mmx_psll_q;
8334 break;
8335 case Intrinsic::x86_mmx_psrli_w:
8336 NewIntNo = Intrinsic::x86_mmx_psrl_w;
8337 break;
8338 case Intrinsic::x86_mmx_psrli_d:
8339 NewIntNo = Intrinsic::x86_mmx_psrl_d;
8340 break;
8341 case Intrinsic::x86_mmx_psrli_q:
8342 NewIntNo = Intrinsic::x86_mmx_psrl_q;
8343 break;
8344 case Intrinsic::x86_mmx_psrai_w:
8345 NewIntNo = Intrinsic::x86_mmx_psra_w;
8346 break;
8347 case Intrinsic::x86_mmx_psrai_d:
8348 NewIntNo = Intrinsic::x86_mmx_psra_d;
8349 break;
Torok Edwinc23197a2009-07-14 16:55:14 +00008350 default: llvm_unreachable("Impossible intrinsic"); // Can't reach here.
Evan Cheng5759f972008-05-04 09:15:50 +00008351 }
8352 break;
8353 }
8354 }
Mon P Wangefa42202009-09-03 19:56:25 +00008355
8356 // The vector shift intrinsics with scalars uses 32b shift amounts but
8357 // the sse2/mmx shift instructions reads 64 bits. Set the upper 32 bits
8358 // to be zero.
8359 SDValue ShOps[4];
8360 ShOps[0] = ShAmt;
8361 ShOps[1] = DAG.getConstant(0, MVT::i32);
8362 if (ShAmtVT == MVT::v4i32) {
8363 ShOps[2] = DAG.getUNDEF(MVT::i32);
8364 ShOps[3] = DAG.getUNDEF(MVT::i32);
8365 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 4);
8366 } else {
8367 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 2);
Dale Johannesen0488fb62010-09-30 23:57:10 +00008368// FIXME this must be lowered to get rid of the invalid type.
Mon P Wangefa42202009-09-03 19:56:25 +00008369 }
8370
Owen Andersone50ed302009-08-10 22:56:29 +00008371 EVT VT = Op.getValueType();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008372 ShAmt = DAG.getNode(ISD::BITCAST, dl, VT, ShAmt);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008373 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008374 DAG.getConstant(NewIntNo, MVT::i32),
Evan Cheng5759f972008-05-04 09:15:50 +00008375 Op.getOperand(1), ShAmt);
8376 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00008377 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00008378}
Evan Cheng72261582005-12-20 06:22:03 +00008379
Dan Gohmand858e902010-04-17 15:26:15 +00008380SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
8381 SelectionDAG &DAG) const {
Evan Cheng2457f2c2010-05-22 01:47:14 +00008382 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8383 MFI->setReturnAddressIsTaken(true);
8384
Bill Wendling64e87322009-01-16 19:25:27 +00008385 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008386 DebugLoc dl = Op.getDebugLoc();
Bill Wendling64e87322009-01-16 19:25:27 +00008387
8388 if (Depth > 0) {
8389 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
8390 SDValue Offset =
8391 DAG.getConstant(TD->getPointerSize(),
Owen Anderson825b72b2009-08-11 20:47:22 +00008392 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008393 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Scott Michelfdc40a02009-02-17 22:15:04 +00008394 DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008395 FrameAddr, Offset),
Chris Lattner51abfe42010-09-21 06:02:19 +00008396 MachinePointerInfo(), false, false, 0);
Bill Wendling64e87322009-01-16 19:25:27 +00008397 }
8398
8399 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00008400 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00008401 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Chris Lattner51abfe42010-09-21 06:02:19 +00008402 RetAddrFI, MachinePointerInfo(), false, false, 0);
Nate Begemanbcc5f362007-01-29 22:58:52 +00008403}
8404
Dan Gohmand858e902010-04-17 15:26:15 +00008405SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng184793f2008-09-27 01:56:22 +00008406 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8407 MFI->setFrameAddressIsTaken(true);
Evan Cheng2457f2c2010-05-22 01:47:14 +00008408
Owen Andersone50ed302009-08-10 22:56:29 +00008409 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008410 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful
Evan Cheng184793f2008-09-27 01:56:22 +00008411 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
8412 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
Dale Johannesendd64c412009-02-04 00:33:20 +00008413 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
Evan Cheng184793f2008-09-27 01:56:22 +00008414 while (Depth--)
Chris Lattner51abfe42010-09-21 06:02:19 +00008415 FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr,
8416 MachinePointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +00008417 false, false, 0);
Evan Cheng184793f2008-09-27 01:56:22 +00008418 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00008419}
8420
Dan Gohman475871a2008-07-27 21:46:04 +00008421SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008422 SelectionDAG &DAG) const {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008423 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008424}
8425
Dan Gohmand858e902010-04-17 15:26:15 +00008426SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const {
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008427 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00008428 SDValue Chain = Op.getOperand(0);
8429 SDValue Offset = Op.getOperand(1);
8430 SDValue Handler = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008431 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008432
Dan Gohmand8816272010-08-11 18:14:00 +00008433 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl,
8434 Subtarget->is64Bit() ? X86::RBP : X86::EBP,
8435 getPointerTy());
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008436 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008437
Dan Gohmand8816272010-08-11 18:14:00 +00008438 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), Frame,
8439 DAG.getIntPtrConstant(TD->getPointerSize()));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008440 StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), StoreAddr, Offset);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008441 Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, MachinePointerInfo(),
8442 false, false, 0);
Dale Johannesendd64c412009-02-04 00:33:20 +00008443 Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008444 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008445
Dale Johannesene4d209d2009-02-03 20:21:25 +00008446 return DAG.getNode(X86ISD::EH_RETURN, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008447 MVT::Other,
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008448 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008449}
8450
Dan Gohman475871a2008-07-27 21:46:04 +00008451SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008452 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00008453 SDValue Root = Op.getOperand(0);
8454 SDValue Trmp = Op.getOperand(1); // trampoline
8455 SDValue FPtr = Op.getOperand(2); // nested function
8456 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008457 DebugLoc dl = Op.getDebugLoc();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008458
Dan Gohman69de1932008-02-06 22:27:42 +00008459 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008460
8461 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00008462 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00008463
8464 // Large code-model.
Chris Lattnera62fe662010-02-05 19:20:30 +00008465 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode.
8466 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
Duncan Sands339e14f2008-01-16 22:55:25 +00008467
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00008468 const unsigned char N86R10 = RegInfo->getX86RegNum(X86::R10);
8469 const unsigned char N86R11 = RegInfo->getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00008470
8471 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
8472
8473 // Load the pointer to the nested function into R11.
8474 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00008475 SDValue Addr = Trmp;
Owen Anderson825b72b2009-08-11 20:47:22 +00008476 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008477 Addr, MachinePointerInfo(TrmpAddr),
8478 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008479
Owen Anderson825b72b2009-08-11 20:47:22 +00008480 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8481 DAG.getConstant(2, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008482 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
8483 MachinePointerInfo(TrmpAddr, 2),
David Greene67c9d422010-02-15 16:53:33 +00008484 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008485
8486 // Load the 'nest' parameter value into R10.
8487 // R10 is specified in X86CallingConv.td
8488 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
Owen Anderson825b72b2009-08-11 20:47:22 +00008489 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8490 DAG.getConstant(10, MVT::i64));
8491 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008492 Addr, MachinePointerInfo(TrmpAddr, 10),
8493 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008494
Owen Anderson825b72b2009-08-11 20:47:22 +00008495 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8496 DAG.getConstant(12, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008497 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
8498 MachinePointerInfo(TrmpAddr, 12),
David Greene67c9d422010-02-15 16:53:33 +00008499 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008500
8501 // Jump to the nested function.
8502 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
Owen Anderson825b72b2009-08-11 20:47:22 +00008503 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8504 DAG.getConstant(20, MVT::i64));
8505 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008506 Addr, MachinePointerInfo(TrmpAddr, 20),
8507 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008508
8509 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
Owen Anderson825b72b2009-08-11 20:47:22 +00008510 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8511 DAG.getConstant(22, MVT::i64));
8512 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008513 MachinePointerInfo(TrmpAddr, 22),
8514 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008515
Dan Gohman475871a2008-07-27 21:46:04 +00008516 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008517 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008518 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008519 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00008520 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00008521 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00008522 CallingConv::ID CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00008523 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008524
8525 switch (CC) {
8526 default:
Torok Edwinc23197a2009-07-14 16:55:14 +00008527 llvm_unreachable("Unsupported calling convention");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008528 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008529 case CallingConv::X86_StdCall: {
8530 // Pass 'nest' parameter in ECX.
8531 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008532 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008533
8534 // Check that ECX wasn't needed by an 'inreg' parameter.
8535 const FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00008536 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008537
Chris Lattner58d74912008-03-12 17:45:29 +00008538 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00008539 unsigned InRegCount = 0;
8540 unsigned Idx = 1;
8541
8542 for (FunctionType::param_iterator I = FTy->param_begin(),
8543 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00008544 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00008545 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008546 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008547
8548 if (InRegCount > 2) {
Eric Christopher90eb4022010-07-22 00:26:08 +00008549 report_fatal_error("Nest register in use - reduce number of inreg"
8550 " parameters!");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008551 }
8552 }
8553 break;
8554 }
8555 case CallingConv::X86_FastCall:
Anton Korobeynikovded05e32010-05-16 09:08:45 +00008556 case CallingConv::X86_ThisCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00008557 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008558 // Pass 'nest' parameter in EAX.
8559 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008560 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008561 break;
8562 }
8563
Dan Gohman475871a2008-07-27 21:46:04 +00008564 SDValue OutChains[4];
8565 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008566
Owen Anderson825b72b2009-08-11 20:47:22 +00008567 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8568 DAG.getConstant(10, MVT::i32));
8569 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008570
Chris Lattnera62fe662010-02-05 19:20:30 +00008571 // This is storing the opcode for MOV32ri.
8572 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00008573 const unsigned char N86Reg = RegInfo->getX86RegNum(NestReg);
Scott Michelfdc40a02009-02-17 22:15:04 +00008574 OutChains[0] = DAG.getStore(Root, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008575 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008576 Trmp, MachinePointerInfo(TrmpAddr),
8577 false, false, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008578
Owen Anderson825b72b2009-08-11 20:47:22 +00008579 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8580 DAG.getConstant(1, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008581 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
8582 MachinePointerInfo(TrmpAddr, 1),
David Greene67c9d422010-02-15 16:53:33 +00008583 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008584
Chris Lattnera62fe662010-02-05 19:20:30 +00008585 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
Owen Anderson825b72b2009-08-11 20:47:22 +00008586 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8587 DAG.getConstant(5, MVT::i32));
8588 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008589 MachinePointerInfo(TrmpAddr, 5),
8590 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008591
Owen Anderson825b72b2009-08-11 20:47:22 +00008592 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8593 DAG.getConstant(6, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008594 OutChains[3] = DAG.getStore(Root, dl, Disp, Addr,
8595 MachinePointerInfo(TrmpAddr, 6),
David Greene67c9d422010-02-15 16:53:33 +00008596 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008597
Dan Gohman475871a2008-07-27 21:46:04 +00008598 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008599 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 4) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008600 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008601 }
8602}
8603
Dan Gohmand858e902010-04-17 15:26:15 +00008604SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op,
8605 SelectionDAG &DAG) const {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008606 /*
8607 The rounding mode is in bits 11:10 of FPSR, and has the following
8608 settings:
8609 00 Round to nearest
8610 01 Round to -inf
8611 10 Round to +inf
8612 11 Round to 0
8613
8614 FLT_ROUNDS, on the other hand, expects the following:
8615 -1 Undefined
8616 0 Round to 0
8617 1 Round to nearest
8618 2 Round to +inf
8619 3 Round to -inf
8620
8621 To perform the conversion, we do:
8622 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
8623 */
8624
8625 MachineFunction &MF = DAG.getMachineFunction();
8626 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00008627 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008628 unsigned StackAlignment = TFI.getStackAlignment();
Owen Andersone50ed302009-08-10 22:56:29 +00008629 EVT VT = Op.getValueType();
Chris Lattner2156b792010-09-22 01:11:26 +00008630 DebugLoc DL = Op.getDebugLoc();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008631
8632 // Save FP Control Word to stack slot
David Greene3f2bf852009-11-12 20:49:22 +00008633 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment, false);
Dan Gohman475871a2008-07-27 21:46:04 +00008634 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008635
Michael J. Spencerec38de22010-10-10 22:04:20 +00008636
Chris Lattner2156b792010-09-22 01:11:26 +00008637 MachineMemOperand *MMO =
8638 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
8639 MachineMemOperand::MOStore, 2, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008640
Chris Lattner2156b792010-09-22 01:11:26 +00008641 SDValue Ops[] = { DAG.getEntryNode(), StackSlot };
8642 SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL,
8643 DAG.getVTList(MVT::Other),
8644 Ops, 2, MVT::i16, MMO);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008645
8646 // Load FP Control Word from stack slot
Chris Lattner2156b792010-09-22 01:11:26 +00008647 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot,
Chris Lattner51abfe42010-09-21 06:02:19 +00008648 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008649
8650 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00008651 SDValue CWD1 =
Chris Lattner2156b792010-09-22 01:11:26 +00008652 DAG.getNode(ISD::SRL, DL, MVT::i16,
8653 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00008654 CWD, DAG.getConstant(0x800, MVT::i16)),
8655 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00008656 SDValue CWD2 =
Chris Lattner2156b792010-09-22 01:11:26 +00008657 DAG.getNode(ISD::SRL, DL, MVT::i16,
8658 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00008659 CWD, DAG.getConstant(0x400, MVT::i16)),
8660 DAG.getConstant(9, MVT::i8));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008661
Dan Gohman475871a2008-07-27 21:46:04 +00008662 SDValue RetVal =
Chris Lattner2156b792010-09-22 01:11:26 +00008663 DAG.getNode(ISD::AND, DL, MVT::i16,
8664 DAG.getNode(ISD::ADD, DL, MVT::i16,
8665 DAG.getNode(ISD::OR, DL, MVT::i16, CWD1, CWD2),
Owen Anderson825b72b2009-08-11 20:47:22 +00008666 DAG.getConstant(1, MVT::i16)),
8667 DAG.getConstant(3, MVT::i16));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008668
8669
Duncan Sands83ec4b62008-06-06 12:08:01 +00008670 return DAG.getNode((VT.getSizeInBits() < 16 ?
Chris Lattner2156b792010-09-22 01:11:26 +00008671 ISD::TRUNCATE : ISD::ZERO_EXTEND), DL, VT, RetVal);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008672}
8673
Dan Gohmand858e902010-04-17 15:26:15 +00008674SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008675 EVT VT = Op.getValueType();
8676 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008677 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008678 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00008679
8680 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00008681 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00008682 // Zero extend to i32 since there is not an i8 bsr.
Owen Anderson825b72b2009-08-11 20:47:22 +00008683 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00008684 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008685 }
Evan Cheng18efe262007-12-14 02:13:44 +00008686
Evan Cheng152804e2007-12-14 08:30:15 +00008687 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008688 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008689 Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00008690
8691 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00008692 SDValue Ops[] = {
8693 Op,
8694 DAG.getConstant(NumBits+NumBits-1, OpVT),
8695 DAG.getConstant(X86::COND_E, MVT::i8),
8696 Op.getValue(1)
8697 };
8698 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00008699
8700 // Finally xor with NumBits-1.
Dale Johannesene4d209d2009-02-03 20:21:25 +00008701 Op = DAG.getNode(ISD::XOR, dl, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
Evan Cheng152804e2007-12-14 08:30:15 +00008702
Owen Anderson825b72b2009-08-11 20:47:22 +00008703 if (VT == MVT::i8)
8704 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008705 return Op;
8706}
8707
Dan Gohmand858e902010-04-17 15:26:15 +00008708SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008709 EVT VT = Op.getValueType();
8710 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008711 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008712 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00008713
8714 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00008715 if (VT == MVT::i8) {
8716 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00008717 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008718 }
Evan Cheng152804e2007-12-14 08:30:15 +00008719
8720 // Issue a bsf (scan bits forward) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008721 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008722 Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00008723
8724 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00008725 SDValue Ops[] = {
8726 Op,
8727 DAG.getConstant(NumBits, OpVT),
8728 DAG.getConstant(X86::COND_E, MVT::i8),
8729 Op.getValue(1)
8730 };
8731 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00008732
Owen Anderson825b72b2009-08-11 20:47:22 +00008733 if (VT == MVT::i8)
8734 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008735 return Op;
8736}
8737
Dan Gohmand858e902010-04-17 15:26:15 +00008738SDValue X86TargetLowering::LowerMUL_V2I64(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008739 EVT VT = Op.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00008740 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008741 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00008742
Mon P Wangaf9b9522008-12-18 21:42:19 +00008743 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
8744 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
8745 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
8746 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
8747 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
8748 //
8749 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
8750 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
8751 // return AloBlo + AloBhi + AhiBlo;
8752
8753 SDValue A = Op.getOperand(0);
8754 SDValue B = Op.getOperand(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00008755
Dale Johannesene4d209d2009-02-03 20:21:25 +00008756 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008757 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8758 A, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008759 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008760 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8761 B, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008762 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008763 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008764 A, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008765 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008766 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008767 A, Bhi);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008768 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008769 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008770 Ahi, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008771 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008772 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8773 AloBhi, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008774 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008775 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8776 AhiBlo, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008777 SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
8778 Res = DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
Mon P Wangaf9b9522008-12-18 21:42:19 +00008779 return Res;
8780}
8781
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008782SDValue X86TargetLowering::LowerSHL(SDValue Op, SelectionDAG &DAG) const {
8783 EVT VT = Op.getValueType();
8784 DebugLoc dl = Op.getDebugLoc();
8785 SDValue R = Op.getOperand(0);
8786
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008787 LLVMContext *Context = DAG.getContext();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008788
Nate Begeman51409212010-07-28 00:21:48 +00008789 assert(Subtarget->hasSSE41() && "Cannot lower SHL without SSE4.1 or later");
8790
8791 if (VT == MVT::v4i32) {
8792 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8793 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
8794 Op.getOperand(1), DAG.getConstant(23, MVT::i32));
8795
8796 ConstantInt *CI = ConstantInt::get(*Context, APInt(32, 0x3f800000U));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008797
Nate Begeman51409212010-07-28 00:21:48 +00008798 std::vector<Constant*> CV(4, CI);
8799 Constant *C = ConstantVector::get(CV);
8800 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
8801 SDValue Addend = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008802 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00008803 false, false, 16);
8804
8805 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Addend);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008806 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, Op);
Nate Begeman51409212010-07-28 00:21:48 +00008807 Op = DAG.getNode(ISD::FP_TO_SINT, dl, VT, Op);
8808 return DAG.getNode(ISD::MUL, dl, VT, Op, R);
8809 }
8810 if (VT == MVT::v16i8) {
8811 // a = a << 5;
8812 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8813 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
8814 Op.getOperand(1), DAG.getConstant(5, MVT::i32));
8815
8816 ConstantInt *CM1 = ConstantInt::get(*Context, APInt(8, 15));
8817 ConstantInt *CM2 = ConstantInt::get(*Context, APInt(8, 63));
8818
8819 std::vector<Constant*> CVM1(16, CM1);
8820 std::vector<Constant*> CVM2(16, CM2);
8821 Constant *C = ConstantVector::get(CVM1);
8822 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
8823 SDValue M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008824 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00008825 false, false, 16);
8826
8827 // r = pblendv(r, psllw(r & (char16)15, 4), a);
8828 M = DAG.getNode(ISD::AND, dl, VT, R, M);
8829 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8830 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
8831 DAG.getConstant(4, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00008832 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00008833 // a += a
8834 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008835
Nate Begeman51409212010-07-28 00:21:48 +00008836 C = ConstantVector::get(CVM2);
8837 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
8838 M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008839 MachinePointerInfo::getConstantPool(),
Chris Lattner51abfe42010-09-21 06:02:19 +00008840 false, false, 16);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008841
Nate Begeman51409212010-07-28 00:21:48 +00008842 // r = pblendv(r, psllw(r & (char16)63, 2), a);
8843 M = DAG.getNode(ISD::AND, dl, VT, R, M);
8844 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8845 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
8846 DAG.getConstant(2, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00008847 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00008848 // a += a
8849 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008850
Nate Begeman51409212010-07-28 00:21:48 +00008851 // return pblendv(r, r+r, a);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008852 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT,
Nate Begeman51409212010-07-28 00:21:48 +00008853 R, DAG.getNode(ISD::ADD, dl, VT, R, R), Op);
8854 return R;
8855 }
8856 return SDValue();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008857}
Mon P Wangaf9b9522008-12-18 21:42:19 +00008858
Dan Gohmand858e902010-04-17 15:26:15 +00008859SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) const {
Bill Wendling74c37652008-12-09 22:08:41 +00008860 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
8861 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00008862 // looks for this combo and may remove the "setcc" instruction if the "setcc"
8863 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00008864 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00008865 SDValue LHS = N->getOperand(0);
8866 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00008867 unsigned BaseOp = 0;
8868 unsigned Cond = 0;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008869 DebugLoc DL = Op.getDebugLoc();
Bill Wendling74c37652008-12-09 22:08:41 +00008870 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00008871 default: llvm_unreachable("Unknown ovf instruction!");
Bill Wendling74c37652008-12-09 22:08:41 +00008872 case ISD::SADDO:
Dan Gohman076aee32009-03-04 19:44:21 +00008873 // A subtract of one will be selected as a INC. Note that INC doesn't
8874 // set CF, so we can't do this for UADDO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00008875 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
8876 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00008877 BaseOp = X86ISD::INC;
8878 Cond = X86::COND_O;
8879 break;
8880 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008881 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00008882 Cond = X86::COND_O;
8883 break;
8884 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008885 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00008886 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00008887 break;
8888 case ISD::SSUBO:
Dan Gohman076aee32009-03-04 19:44:21 +00008889 // A subtract of one will be selected as a DEC. Note that DEC doesn't
8890 // set CF, so we can't do this for USUBO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00008891 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
8892 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00008893 BaseOp = X86ISD::DEC;
8894 Cond = X86::COND_O;
8895 break;
8896 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008897 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00008898 Cond = X86::COND_O;
8899 break;
8900 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008901 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00008902 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00008903 break;
8904 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00008905 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00008906 Cond = X86::COND_O;
8907 break;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008908 case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs
8909 SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
8910 MVT::i32);
8911 SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008912
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008913 SDValue SetCC =
8914 DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
8915 DAG.getConstant(X86::COND_O, MVT::i32),
8916 SDValue(Sum.getNode(), 2));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008917
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008918 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
8919 return Sum;
8920 }
Bill Wendling74c37652008-12-09 22:08:41 +00008921 }
Bill Wendling3fafd932008-11-26 22:37:40 +00008922
Bill Wendling61edeb52008-12-02 01:06:39 +00008923 // Also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008924 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008925 SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00008926
Bill Wendling61edeb52008-12-02 01:06:39 +00008927 SDValue SetCC =
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008928 DAG.getNode(X86ISD::SETCC, DL, N->getValueType(1),
8929 DAG.getConstant(Cond, MVT::i32),
8930 SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00008931
Bill Wendling61edeb52008-12-02 01:06:39 +00008932 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
8933 return Sum;
Bill Wendling41ea7e72008-11-24 19:21:46 +00008934}
8935
Eric Christopher9a9d2752010-07-22 02:48:34 +00008936SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{
8937 DebugLoc dl = Op.getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00008938
Eric Christopherb6729dc2010-08-04 23:03:04 +00008939 if (!Subtarget->hasSSE2()) {
Eric Christopherc0b2a202010-08-14 21:51:50 +00008940 SDValue Chain = Op.getOperand(0);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008941 SDValue Zero = DAG.getConstant(0,
Eric Christopherb6729dc2010-08-04 23:03:04 +00008942 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Eric Christopherc0b2a202010-08-14 21:51:50 +00008943 SDValue Ops[] = {
8944 DAG.getRegister(X86::ESP, MVT::i32), // Base
8945 DAG.getTargetConstant(1, MVT::i8), // Scale
8946 DAG.getRegister(0, MVT::i32), // Index
8947 DAG.getTargetConstant(0, MVT::i32), // Disp
8948 DAG.getRegister(0, MVT::i32), // Segment.
8949 Zero,
8950 Chain
8951 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00008952 SDNode *Res =
Eric Christopherc0b2a202010-08-14 21:51:50 +00008953 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
8954 array_lengthof(Ops));
8955 return SDValue(Res, 0);
Eric Christopherb6729dc2010-08-04 23:03:04 +00008956 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00008957
Eric Christopher9a9d2752010-07-22 02:48:34 +00008958 unsigned isDev = cast<ConstantSDNode>(Op.getOperand(5))->getZExtValue();
Chris Lattner132929a2010-08-14 17:26:09 +00008959 if (!isDev)
Eric Christopher9a9d2752010-07-22 02:48:34 +00008960 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008961
Chris Lattner132929a2010-08-14 17:26:09 +00008962 unsigned Op1 = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
8963 unsigned Op2 = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
8964 unsigned Op3 = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
8965 unsigned Op4 = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
Michael J. Spencerec38de22010-10-10 22:04:20 +00008966
Chris Lattner132929a2010-08-14 17:26:09 +00008967 // def : Pat<(membarrier (i8 0), (i8 0), (i8 0), (i8 1), (i8 1)), (SFENCE)>;
8968 if (!Op1 && !Op2 && !Op3 && Op4)
8969 return DAG.getNode(X86ISD::SFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008970
Chris Lattner132929a2010-08-14 17:26:09 +00008971 // def : Pat<(membarrier (i8 1), (i8 0), (i8 0), (i8 0), (i8 1)), (LFENCE)>;
8972 if (Op1 && !Op2 && !Op3 && !Op4)
8973 return DAG.getNode(X86ISD::LFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008974
8975 // def : Pat<(membarrier (i8 imm), (i8 imm), (i8 imm), (i8 imm), (i8 1)),
Chris Lattner132929a2010-08-14 17:26:09 +00008976 // (MFENCE)>;
8977 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
Eric Christopher9a9d2752010-07-22 02:48:34 +00008978}
8979
Dan Gohmand858e902010-04-17 15:26:15 +00008980SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008981 EVT T = Op.getValueType();
Chris Lattner93c4a5b2010-09-21 23:59:42 +00008982 DebugLoc DL = Op.getDebugLoc();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +00008983 unsigned Reg = 0;
8984 unsigned size = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00008985 switch(T.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00008986 default:
8987 assert(false && "Invalid value type!");
Owen Anderson825b72b2009-08-11 20:47:22 +00008988 case MVT::i8: Reg = X86::AL; size = 1; break;
8989 case MVT::i16: Reg = X86::AX; size = 2; break;
8990 case MVT::i32: Reg = X86::EAX; size = 4; break;
8991 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +00008992 assert(Subtarget->is64Bit() && "Node not type legal!");
8993 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00008994 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00008995 }
Chris Lattner93c4a5b2010-09-21 23:59:42 +00008996 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), DL, Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +00008997 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +00008998 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +00008999 Op.getOperand(1),
9000 Op.getOperand(3),
Owen Anderson825b72b2009-08-11 20:47:22 +00009001 DAG.getTargetConstant(size, MVT::i8),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009002 cpIn.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009003 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009004 MachineMemOperand *MMO = cast<AtomicSDNode>(Op)->getMemOperand();
9005 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG_DAG, DL, Tys,
9006 Ops, 5, T, MMO);
Scott Michelfdc40a02009-02-17 22:15:04 +00009007 SDValue cpOut =
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009008 DAG.getCopyFromReg(Result.getValue(0), DL, Reg, T, Result.getValue(1));
Andrew Lenharth26ed8692008-03-01 21:52:34 +00009009 return cpOut;
9010}
9011
Duncan Sands1607f052008-12-01 11:39:25 +00009012SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00009013 SelectionDAG &DAG) const {
Duncan Sands1607f052008-12-01 11:39:25 +00009014 assert(Subtarget->is64Bit() && "Result not type legalized?");
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009015 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009016 SDValue TheChain = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009017 DebugLoc dl = Op.getDebugLoc();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009018 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009019 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1));
9020 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), dl, X86::RDX, MVT::i64,
Duncan Sands1607f052008-12-01 11:39:25 +00009021 rax.getValue(2));
Owen Anderson825b72b2009-08-11 20:47:22 +00009022 SDValue Tmp = DAG.getNode(ISD::SHL, dl, MVT::i64, rdx,
9023 DAG.getConstant(32, MVT::i8));
Duncan Sands1607f052008-12-01 11:39:25 +00009024 SDValue Ops[] = {
Owen Anderson825b72b2009-08-11 20:47:22 +00009025 DAG.getNode(ISD::OR, dl, MVT::i64, rax, Tmp),
Duncan Sands1607f052008-12-01 11:39:25 +00009026 rdx.getValue(1)
9027 };
Dale Johannesene4d209d2009-02-03 20:21:25 +00009028 return DAG.getMergeValues(Ops, 2, dl);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009029}
9030
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009031SDValue X86TargetLowering::LowerBITCAST(SDValue Op,
Dale Johannesen7d07b482010-05-21 00:52:33 +00009032 SelectionDAG &DAG) const {
9033 EVT SrcVT = Op.getOperand(0).getValueType();
9034 EVT DstVT = Op.getValueType();
Chris Lattner2a786eb2010-12-19 20:19:20 +00009035 assert(Subtarget->is64Bit() && !Subtarget->hasSSE2() &&
9036 Subtarget->hasMMX() && "Unexpected custom BITCAST");
Michael J. Spencerec38de22010-10-10 22:04:20 +00009037 assert((DstVT == MVT::i64 ||
Dale Johannesen7d07b482010-05-21 00:52:33 +00009038 (DstVT.isVector() && DstVT.getSizeInBits()==64)) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009039 "Unexpected custom BITCAST");
Dale Johannesen7d07b482010-05-21 00:52:33 +00009040 // i64 <=> MMX conversions are Legal.
9041 if (SrcVT==MVT::i64 && DstVT.isVector())
9042 return Op;
9043 if (DstVT==MVT::i64 && SrcVT.isVector())
9044 return Op;
Dale Johannesene39859a2010-05-21 18:40:15 +00009045 // MMX <=> MMX conversions are Legal.
9046 if (SrcVT.isVector() && DstVT.isVector())
9047 return Op;
Dale Johannesen7d07b482010-05-21 00:52:33 +00009048 // All other conversions need to be expanded.
9049 return SDValue();
9050}
Chris Lattner5b856542010-12-20 00:59:46 +00009051
Dan Gohmand858e902010-04-17 15:26:15 +00009052SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009053 SDNode *Node = Op.getNode();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009054 DebugLoc dl = Node->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00009055 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009056 SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
Evan Cheng242b38b2009-02-23 09:03:22 +00009057 DAG.getConstant(0, T), Node->getOperand(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009058 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009059 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009060 Node->getOperand(0),
9061 Node->getOperand(1), negOp,
9062 cast<AtomicSDNode>(Node)->getSrcValue(),
9063 cast<AtomicSDNode>(Node)->getAlignment());
Mon P Wang63307c32008-05-05 19:05:59 +00009064}
9065
Chris Lattner5b856542010-12-20 00:59:46 +00009066static SDValue LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) {
9067 EVT VT = Op.getNode()->getValueType(0);
9068
9069 // Let legalize expand this if it isn't a legal type yet.
9070 if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
9071 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009072
Chris Lattner5b856542010-12-20 00:59:46 +00009073 SDVTList VTs = DAG.getVTList(VT, MVT::i32);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009074
Chris Lattner5b856542010-12-20 00:59:46 +00009075 unsigned Opc;
9076 bool ExtraOp = false;
9077 switch (Op.getOpcode()) {
9078 default: assert(0 && "Invalid code");
9079 case ISD::ADDC: Opc = X86ISD::ADD; break;
9080 case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
9081 case ISD::SUBC: Opc = X86ISD::SUB; break;
9082 case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
9083 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009084
Chris Lattner5b856542010-12-20 00:59:46 +00009085 if (!ExtraOp)
9086 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9087 Op.getOperand(1));
9088 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9089 Op.getOperand(1), Op.getOperand(2));
9090}
9091
Evan Cheng0db9fe62006-04-25 20:13:52 +00009092/// LowerOperation - Provide custom lowering hooks for some operations.
9093///
Dan Gohmand858e902010-04-17 15:26:15 +00009094SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00009095 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009096 default: llvm_unreachable("Should not custom lower this!");
Eric Christopher9a9d2752010-07-22 02:48:34 +00009097 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009098 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
9099 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009100 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00009101 case ISD::CONCAT_VECTORS: return LowerCONCAT_VECTORS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009102 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
9103 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
9104 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
David Greene91585092011-01-26 15:38:49 +00009105 case ISD::EXTRACT_SUBVECTOR: return LowerEXTRACT_SUBVECTOR(Op, DAG);
David Greenecfe33c42011-01-26 19:13:22 +00009106 case ISD::INSERT_SUBVECTOR: return LowerINSERT_SUBVECTOR(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009107 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
9108 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
9109 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009110 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00009111 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Dan Gohmanf705adb2009-10-30 01:28:02 +00009112 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009113 case ISD::SHL_PARTS:
9114 case ISD::SRA_PARTS:
9115 case ISD::SRL_PARTS: return LowerShift(Op, DAG);
9116 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00009117 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009118 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00009119 case ISD::FP_TO_UINT: return LowerFP_TO_UINT(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009120 case ISD::FABS: return LowerFABS(Op, DAG);
9121 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +00009122 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009123 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +00009124 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009125 case ISD::SELECT: return LowerSELECT(Op, DAG);
9126 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009127 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009128 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +00009129 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +00009130 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009131 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00009132 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
9133 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009134 case ISD::FRAME_TO_ARGS_OFFSET:
9135 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00009136 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009137 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009138 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +00009139 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +00009140 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
9141 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Mon P Wangaf9b9522008-12-18 21:42:19 +00009142 case ISD::MUL: return LowerMUL_V2I64(Op, DAG);
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009143 case ISD::SHL: return LowerSHL(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +00009144 case ISD::SADDO:
9145 case ISD::UADDO:
9146 case ISD::SSUBO:
9147 case ISD::USUBO:
9148 case ISD::SMULO:
9149 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +00009150 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009151 case ISD::BITCAST: return LowerBITCAST(Op, DAG);
Chris Lattner5b856542010-12-20 00:59:46 +00009152 case ISD::ADDC:
9153 case ISD::ADDE:
9154 case ISD::SUBC:
9155 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009156 }
Chris Lattner27a6c732007-11-24 07:07:01 +00009157}
9158
Duncan Sands1607f052008-12-01 11:39:25 +00009159void X86TargetLowering::
9160ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009161 SelectionDAG &DAG, unsigned NewOp) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009162 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009163 DebugLoc dl = Node->getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00009164 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
Duncan Sands1607f052008-12-01 11:39:25 +00009165
9166 SDValue Chain = Node->getOperand(0);
9167 SDValue In1 = Node->getOperand(1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009168 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009169 Node->getOperand(2), DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00009170 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009171 Node->getOperand(2), DAG.getIntPtrConstant(1));
Dan Gohmanc76909a2009-09-25 20:36:54 +00009172 SDValue Ops[] = { Chain, In1, In2L, In2H };
Owen Anderson825b72b2009-08-11 20:47:22 +00009173 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
Dan Gohmanc76909a2009-09-25 20:36:54 +00009174 SDValue Result =
9175 DAG.getMemIntrinsicNode(NewOp, dl, Tys, Ops, 4, MVT::i64,
9176 cast<MemSDNode>(Node)->getMemOperand());
Duncan Sands1607f052008-12-01 11:39:25 +00009177 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009178 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009179 Results.push_back(Result.getValue(2));
9180}
9181
Duncan Sands126d9072008-07-04 11:47:58 +00009182/// ReplaceNodeResults - Replace a node with an illegal result type
9183/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +00009184void X86TargetLowering::ReplaceNodeResults(SDNode *N,
9185 SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009186 SelectionDAG &DAG) const {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009187 DebugLoc dl = N->getDebugLoc();
Chris Lattner27a6c732007-11-24 07:07:01 +00009188 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +00009189 default:
Duncan Sands1607f052008-12-01 11:39:25 +00009190 assert(false && "Do not know how to custom type legalize this operation!");
9191 return;
Chris Lattner5b856542010-12-20 00:59:46 +00009192 case ISD::ADDC:
9193 case ISD::ADDE:
9194 case ISD::SUBC:
9195 case ISD::SUBE:
9196 // We don't want to expand or promote these.
9197 return;
Duncan Sands1607f052008-12-01 11:39:25 +00009198 case ISD::FP_TO_SINT: {
Eli Friedman948e95a2009-05-23 09:59:16 +00009199 std::pair<SDValue,SDValue> Vals =
9200 FP_TO_INTHelper(SDValue(N, 0), DAG, true);
Duncan Sands1607f052008-12-01 11:39:25 +00009201 SDValue FIST = Vals.first, StackSlot = Vals.second;
9202 if (FIST.getNode() != 0) {
Owen Andersone50ed302009-08-10 22:56:29 +00009203 EVT VT = N->getValueType(0);
Duncan Sands1607f052008-12-01 11:39:25 +00009204 // Return a load from the stack slot.
Chris Lattner51abfe42010-09-21 06:02:19 +00009205 Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot,
9206 MachinePointerInfo(), false, false, 0));
Duncan Sands1607f052008-12-01 11:39:25 +00009207 }
9208 return;
9209 }
9210 case ISD::READCYCLECOUNTER: {
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009211 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009212 SDValue TheChain = N->getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009213 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009214 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32,
Dale Johannesendd64c412009-02-04 00:33:20 +00009215 rd.getValue(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00009216 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009217 eax.getValue(2));
9218 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
9219 SDValue Ops[] = { eax, edx };
Owen Anderson825b72b2009-08-11 20:47:22 +00009220 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Ops, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009221 Results.push_back(edx.getValue(1));
9222 return;
9223 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009224 case ISD::ATOMIC_CMP_SWAP: {
Owen Andersone50ed302009-08-10 22:56:29 +00009225 EVT T = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009226 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
Duncan Sands1607f052008-12-01 11:39:25 +00009227 SDValue cpInL, cpInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009228 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9229 DAG.getConstant(0, MVT::i32));
9230 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9231 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009232 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, X86::EAX, cpInL, SDValue());
9233 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, X86::EDX, cpInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009234 cpInL.getValue(1));
9235 SDValue swapInL, swapInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009236 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9237 DAG.getConstant(0, MVT::i32));
9238 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9239 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009240 swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl, X86::EBX, swapInL,
Duncan Sands1607f052008-12-01 11:39:25 +00009241 cpInH.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009242 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, X86::ECX, swapInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009243 swapInL.getValue(1));
9244 SDValue Ops[] = { swapInH.getValue(0),
9245 N->getOperand(1),
9246 swapInH.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009247 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Andrew Trick1a2cf3b2010-10-11 19:02:04 +00009248 MachineMemOperand *MMO = cast<AtomicSDNode>(N)->getMemOperand();
9249 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG8_DAG, dl, Tys,
9250 Ops, 3, T, MMO);
Dale Johannesendd64c412009-02-04 00:33:20 +00009251 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, X86::EAX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009252 MVT::i32, Result.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009253 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, X86::EDX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009254 MVT::i32, cpOutL.getValue(2));
Duncan Sands1607f052008-12-01 11:39:25 +00009255 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009256 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009257 Results.push_back(cpOutH.getValue(1));
9258 return;
9259 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009260 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +00009261 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
9262 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009263 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +00009264 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
9265 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009266 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +00009267 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
9268 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009269 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +00009270 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
9271 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009272 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +00009273 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
9274 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009275 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +00009276 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
9277 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009278 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +00009279 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
9280 return;
Chris Lattner27a6c732007-11-24 07:07:01 +00009281 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00009282}
9283
Evan Cheng72261582005-12-20 06:22:03 +00009284const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
9285 switch (Opcode) {
9286 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +00009287 case X86ISD::BSF: return "X86ISD::BSF";
9288 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +00009289 case X86ISD::SHLD: return "X86ISD::SHLD";
9290 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +00009291 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009292 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +00009293 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009294 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +00009295 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +00009296 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +00009297 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
9298 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
9299 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +00009300 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +00009301 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +00009302 case X86ISD::CALL: return "X86ISD::CALL";
Evan Cheng72261582005-12-20 06:22:03 +00009303 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +00009304 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +00009305 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +00009306 case X86ISD::COMI: return "X86ISD::COMI";
9307 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +00009308 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Chengad9c0a32009-12-15 00:53:42 +00009309 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
Evan Cheng72261582005-12-20 06:22:03 +00009310 case X86ISD::CMOV: return "X86ISD::CMOV";
9311 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +00009312 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +00009313 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
9314 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +00009315 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +00009316 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Chris Lattner18c59872009-06-27 04:16:01 +00009317 case X86ISD::WrapperRIP: return "X86ISD::WrapperRIP";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009318 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +00009319 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009320 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
9321 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +00009322 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Nate Begemanb9a47b82009-02-23 08:49:38 +00009323 case X86ISD::PSHUFB: return "X86ISD::PSHUFB";
Nate Begemanb65c1752010-12-17 22:55:37 +00009324 case X86ISD::PANDN: return "X86ISD::PANDN";
9325 case X86ISD::PSIGNB: return "X86ISD::PSIGNB";
9326 case X86ISD::PSIGNW: return "X86ISD::PSIGNW";
9327 case X86ISD::PSIGND: return "X86ISD::PSIGND";
Nate Begeman672fb622010-12-20 22:04:24 +00009328 case X86ISD::PBLENDVB: return "X86ISD::PBLENDVB";
Evan Cheng8ca29322006-11-10 21:43:37 +00009329 case X86ISD::FMAX: return "X86ISD::FMAX";
9330 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +00009331 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
9332 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009333 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
Eric Christopher30ef0e52010-06-03 04:07:48 +00009334 case X86ISD::TLSCALL: return "X86ISD::TLSCALL";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009335 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00009336 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009337 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +00009338 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
9339 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009340 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
9341 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
9342 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
9343 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
9344 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
9345 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +00009346 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
9347 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +00009348 case X86ISD::VSHL: return "X86ISD::VSHL";
9349 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +00009350 case X86ISD::CMPPD: return "X86ISD::CMPPD";
9351 case X86ISD::CMPPS: return "X86ISD::CMPPS";
9352 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
9353 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
9354 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
9355 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
9356 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
9357 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
9358 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
9359 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009360 case X86ISD::ADD: return "X86ISD::ADD";
9361 case X86ISD::SUB: return "X86ISD::SUB";
Chris Lattner5b856542010-12-20 00:59:46 +00009362 case X86ISD::ADC: return "X86ISD::ADC";
9363 case X86ISD::SBB: return "X86ISD::SBB";
Bill Wendlingd350e022008-12-12 21:15:41 +00009364 case X86ISD::SMUL: return "X86ISD::SMUL";
9365 case X86ISD::UMUL: return "X86ISD::UMUL";
Dan Gohman076aee32009-03-04 19:44:21 +00009366 case X86ISD::INC: return "X86ISD::INC";
9367 case X86ISD::DEC: return "X86ISD::DEC";
Dan Gohmane220c4b2009-09-18 19:59:53 +00009368 case X86ISD::OR: return "X86ISD::OR";
9369 case X86ISD::XOR: return "X86ISD::XOR";
9370 case X86ISD::AND: return "X86ISD::AND";
Evan Cheng73f24c92009-03-30 21:36:47 +00009371 case X86ISD::MUL_IMM: return "X86ISD::MUL_IMM";
Eric Christopher71c67532009-07-29 00:28:05 +00009372 case X86ISD::PTEST: return "X86ISD::PTEST";
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009373 case X86ISD::TESTP: return "X86ISD::TESTP";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009374 case X86ISD::PALIGN: return "X86ISD::PALIGN";
9375 case X86ISD::PSHUFD: return "X86ISD::PSHUFD";
9376 case X86ISD::PSHUFHW: return "X86ISD::PSHUFHW";
9377 case X86ISD::PSHUFHW_LD: return "X86ISD::PSHUFHW_LD";
9378 case X86ISD::PSHUFLW: return "X86ISD::PSHUFLW";
9379 case X86ISD::PSHUFLW_LD: return "X86ISD::PSHUFLW_LD";
9380 case X86ISD::SHUFPS: return "X86ISD::SHUFPS";
9381 case X86ISD::SHUFPD: return "X86ISD::SHUFPD";
9382 case X86ISD::MOVLHPS: return "X86ISD::MOVLHPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009383 case X86ISD::MOVLHPD: return "X86ISD::MOVLHPD";
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00009384 case X86ISD::MOVHLPS: return "X86ISD::MOVHLPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009385 case X86ISD::MOVHLPD: return "X86ISD::MOVHLPD";
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00009386 case X86ISD::MOVLPS: return "X86ISD::MOVLPS";
9387 case X86ISD::MOVLPD: return "X86ISD::MOVLPD";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009388 case X86ISD::MOVDDUP: return "X86ISD::MOVDDUP";
9389 case X86ISD::MOVSHDUP: return "X86ISD::MOVSHDUP";
9390 case X86ISD::MOVSLDUP: return "X86ISD::MOVSLDUP";
9391 case X86ISD::MOVSHDUP_LD: return "X86ISD::MOVSHDUP_LD";
9392 case X86ISD::MOVSLDUP_LD: return "X86ISD::MOVSLDUP_LD";
9393 case X86ISD::MOVSD: return "X86ISD::MOVSD";
9394 case X86ISD::MOVSS: return "X86ISD::MOVSS";
9395 case X86ISD::UNPCKLPS: return "X86ISD::UNPCKLPS";
9396 case X86ISD::UNPCKLPD: return "X86ISD::UNPCKLPD";
David Greenefbf05d32011-02-22 23:31:46 +00009397 case X86ISD::VUNPCKLPS: return "X86ISD::VUNPCKLPS";
9398 case X86ISD::VUNPCKLPD: return "X86ISD::VUNPCKLPD";
9399 case X86ISD::VUNPCKLPSY: return "X86ISD::VUNPCKLPSY";
9400 case X86ISD::VUNPCKLPDY: return "X86ISD::VUNPCKLPDY";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009401 case X86ISD::UNPCKHPS: return "X86ISD::UNPCKHPS";
9402 case X86ISD::UNPCKHPD: return "X86ISD::UNPCKHPD";
9403 case X86ISD::PUNPCKLBW: return "X86ISD::PUNPCKLBW";
9404 case X86ISD::PUNPCKLWD: return "X86ISD::PUNPCKLWD";
9405 case X86ISD::PUNPCKLDQ: return "X86ISD::PUNPCKLDQ";
9406 case X86ISD::PUNPCKLQDQ: return "X86ISD::PUNPCKLQDQ";
9407 case X86ISD::PUNPCKHBW: return "X86ISD::PUNPCKHBW";
9408 case X86ISD::PUNPCKHWD: return "X86ISD::PUNPCKHWD";
9409 case X86ISD::PUNPCKHDQ: return "X86ISD::PUNPCKHDQ";
9410 case X86ISD::PUNPCKHQDQ: return "X86ISD::PUNPCKHQDQ";
Dan Gohmand6708ea2009-08-15 01:38:56 +00009411 case X86ISD::VASTART_SAVE_XMM_REGS: return "X86ISD::VASTART_SAVE_XMM_REGS";
Dan Gohman320afb82010-10-12 18:00:49 +00009412 case X86ISD::VAARG_64: return "X86ISD::VAARG_64";
Michael J. Spencere9c253e2010-10-21 01:41:01 +00009413 case X86ISD::WIN_ALLOCA: return "X86ISD::WIN_ALLOCA";
Evan Cheng72261582005-12-20 06:22:03 +00009414 }
9415}
Evan Cheng3a03ebb2005-12-21 23:05:39 +00009416
Chris Lattnerc9addb72007-03-30 23:15:24 +00009417// isLegalAddressingMode - Return true if the addressing mode represented
9418// by AM is legal for this target, for a load/store of the specified type.
Scott Michelfdc40a02009-02-17 22:15:04 +00009419bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
Chris Lattnerc9addb72007-03-30 23:15:24 +00009420 const Type *Ty) const {
9421 // X86 supports extremely general addressing modes.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009422 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman92b651f2010-08-24 15:55:12 +00009423 Reloc::Model R = getTargetMachine().getRelocationModel();
Scott Michelfdc40a02009-02-17 22:15:04 +00009424
Chris Lattnerc9addb72007-03-30 23:15:24 +00009425 // X86 allows a sign-extended 32-bit immediate field as a displacement.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009426 if (!X86::isOffsetSuitableForCodeModel(AM.BaseOffs, M, AM.BaseGV != NULL))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009427 return false;
Scott Michelfdc40a02009-02-17 22:15:04 +00009428
Chris Lattnerc9addb72007-03-30 23:15:24 +00009429 if (AM.BaseGV) {
Chris Lattnerdfed4132009-07-10 07:38:24 +00009430 unsigned GVFlags =
9431 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009432
Chris Lattnerdfed4132009-07-10 07:38:24 +00009433 // If a reference to this global requires an extra load, we can't fold it.
9434 if (isGlobalStubReference(GVFlags))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009435 return false;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009436
Chris Lattnerdfed4132009-07-10 07:38:24 +00009437 // If BaseGV requires a register for the PIC base, we cannot also have a
9438 // BaseReg specified.
9439 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))
Dale Johannesen203af582008-12-05 21:47:27 +00009440 return false;
Evan Cheng52787842007-08-01 23:46:47 +00009441
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009442 // If lower 4G is not available, then we must use rip-relative addressing.
Dan Gohman92b651f2010-08-24 15:55:12 +00009443 if ((M != CodeModel::Small || R != Reloc::Static) &&
9444 Subtarget->is64Bit() && (AM.BaseOffs || AM.Scale > 1))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009445 return false;
Chris Lattnerc9addb72007-03-30 23:15:24 +00009446 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009447
Chris Lattnerc9addb72007-03-30 23:15:24 +00009448 switch (AM.Scale) {
9449 case 0:
9450 case 1:
9451 case 2:
9452 case 4:
9453 case 8:
9454 // These scales always work.
9455 break;
9456 case 3:
9457 case 5:
9458 case 9:
9459 // These scales are formed with basereg+scalereg. Only accept if there is
9460 // no basereg yet.
9461 if (AM.HasBaseReg)
9462 return false;
9463 break;
9464 default: // Other stuff never works.
9465 return false;
9466 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009467
Chris Lattnerc9addb72007-03-30 23:15:24 +00009468 return true;
9469}
9470
9471
Evan Cheng2bd122c2007-10-26 01:56:11 +00009472bool X86TargetLowering::isTruncateFree(const Type *Ty1, const Type *Ty2) const {
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009473 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
Evan Cheng2bd122c2007-10-26 01:56:11 +00009474 return false;
Evan Chenge127a732007-10-29 07:57:50 +00009475 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
9476 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009477 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +00009478 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009479 return true;
Evan Cheng2bd122c2007-10-26 01:56:11 +00009480}
9481
Owen Andersone50ed302009-08-10 22:56:29 +00009482bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009483 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009484 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009485 unsigned NumBits1 = VT1.getSizeInBits();
9486 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009487 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009488 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009489 return true;
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009490}
Evan Cheng2bd122c2007-10-26 01:56:11 +00009491
Dan Gohman97121ba2009-04-08 00:15:30 +00009492bool X86TargetLowering::isZExtFree(const Type *Ty1, const Type *Ty2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00009493 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009494 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +00009495}
9496
Owen Andersone50ed302009-08-10 22:56:29 +00009497bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00009498 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Owen Anderson825b72b2009-08-11 20:47:22 +00009499 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +00009500}
9501
Owen Andersone50ed302009-08-10 22:56:29 +00009502bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
Evan Cheng8b944d32009-05-28 00:35:15 +00009503 // i16 instructions are longer (0x66 prefix) and potentially slower.
Owen Anderson825b72b2009-08-11 20:47:22 +00009504 return !(VT1 == MVT::i32 && VT2 == MVT::i16);
Evan Cheng8b944d32009-05-28 00:35:15 +00009505}
9506
Evan Cheng60c07e12006-07-05 22:17:51 +00009507/// isShuffleMaskLegal - Targets can use this to indicate that they only
9508/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
9509/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
9510/// are assumed to be legal.
9511bool
Eric Christopherfd179292009-08-27 18:07:15 +00009512X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
Owen Andersone50ed302009-08-10 22:56:29 +00009513 EVT VT) const {
Eric Christophercff6f852010-04-15 01:40:20 +00009514 // Very little shuffling can be done for 64-bit vectors right now.
Nate Begeman9008ca62009-04-27 18:41:29 +00009515 if (VT.getSizeInBits() == 64)
Eric Christophercff6f852010-04-15 01:40:20 +00009516 return isPALIGNRMask(M, VT, Subtarget->hasSSSE3());
Nate Begeman9008ca62009-04-27 18:41:29 +00009517
Nate Begemana09008b2009-10-19 02:17:23 +00009518 // FIXME: pshufb, blends, shifts.
Nate Begeman9008ca62009-04-27 18:41:29 +00009519 return (VT.getVectorNumElements() == 2 ||
9520 ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
9521 isMOVLMask(M, VT) ||
9522 isSHUFPMask(M, VT) ||
9523 isPSHUFDMask(M, VT) ||
9524 isPSHUFHWMask(M, VT) ||
9525 isPSHUFLWMask(M, VT) ||
Nate Begemana09008b2009-10-19 02:17:23 +00009526 isPALIGNRMask(M, VT, Subtarget->hasSSSE3()) ||
Nate Begeman9008ca62009-04-27 18:41:29 +00009527 isUNPCKLMask(M, VT) ||
9528 isUNPCKHMask(M, VT) ||
9529 isUNPCKL_v_undef_Mask(M, VT) ||
9530 isUNPCKH_v_undef_Mask(M, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +00009531}
9532
Dan Gohman7d8143f2008-04-09 20:09:42 +00009533bool
Nate Begeman5a5ca152009-04-29 05:20:52 +00009534X86TargetLowering::isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
Owen Andersone50ed302009-08-10 22:56:29 +00009535 EVT VT) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00009536 unsigned NumElts = VT.getVectorNumElements();
9537 // FIXME: This collection of masks seems suspect.
9538 if (NumElts == 2)
9539 return true;
9540 if (NumElts == 4 && VT.getSizeInBits() == 128) {
9541 return (isMOVLMask(Mask, VT) ||
9542 isCommutedMOVLMask(Mask, VT, true) ||
9543 isSHUFPMask(Mask, VT) ||
9544 isCommutedSHUFPMask(Mask, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +00009545 }
9546 return false;
9547}
9548
9549//===----------------------------------------------------------------------===//
9550// X86 Scheduler Hooks
9551//===----------------------------------------------------------------------===//
9552
Mon P Wang63307c32008-05-05 19:05:59 +00009553// private utility function
9554MachineBasicBlock *
9555X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
9556 MachineBasicBlock *MBB,
9557 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009558 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00009559 unsigned LoadOpc,
9560 unsigned CXchgOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00009561 unsigned notOpc,
9562 unsigned EAXreg,
9563 TargetRegisterClass *RC,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009564 bool invSrc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00009565 // For the atomic bitwise operator, we generate
9566 // thisMBB:
9567 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00009568 // ld t1 = [bitinstr.addr]
9569 // op t2 = t1, [bitinstr.val]
9570 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00009571 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
9572 // bz newMBB
9573 // fallthrough -->nextMBB
9574 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9575 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009576 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00009577 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009578
Mon P Wang63307c32008-05-05 19:05:59 +00009579 /// First build the CFG
9580 MachineFunction *F = MBB->getParent();
9581 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009582 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9583 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9584 F->insert(MBBIter, newMBB);
9585 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009586
Dan Gohman14152b42010-07-06 20:24:04 +00009587 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9588 nextMBB->splice(nextMBB->begin(), thisMBB,
9589 llvm::next(MachineBasicBlock::iterator(bInstr)),
9590 thisMBB->end());
9591 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009592
Mon P Wang63307c32008-05-05 19:05:59 +00009593 // Update thisMBB to fall through to newMBB
9594 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009595
Mon P Wang63307c32008-05-05 19:05:59 +00009596 // newMBB jumps to itself and fall through to nextMBB
9597 newMBB->addSuccessor(nextMBB);
9598 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009599
Mon P Wang63307c32008-05-05 19:05:59 +00009600 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009601 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009602 "unexpected number of operands");
Dale Johannesene4d209d2009-02-03 20:21:25 +00009603 DebugLoc dl = bInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00009604 MachineOperand& destOper = bInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009605 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00009606 int numArgs = bInstr->getNumOperands() - 1;
9607 for (int i=0; i < numArgs; ++i)
9608 argOpers[i] = &bInstr->getOperand(i+1);
9609
9610 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009611 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009612 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00009613
Dale Johannesen140be2d2008-08-19 18:47:28 +00009614 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009615 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00009616 for (int i=0; i <= lastAddrIndx; ++i)
9617 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009618
Dale Johannesen140be2d2008-08-19 18:47:28 +00009619 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009620 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009621 MIB = BuildMI(newMBB, dl, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009622 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009623 else
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009624 tt = t1;
9625
Dale Johannesen140be2d2008-08-19 18:47:28 +00009626 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +00009627 assert((argOpers[valArgIndx]->isReg() ||
9628 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00009629 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +00009630 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009631 MIB = BuildMI(newMBB, dl, TII->get(regOpc), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00009632 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009633 MIB = BuildMI(newMBB, dl, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009634 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +00009635 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009636
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009637 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +00009638 MIB.addReg(t1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009639
Dale Johannesene4d209d2009-02-03 20:21:25 +00009640 MIB = BuildMI(newMBB, dl, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +00009641 for (int i=0; i <= lastAddrIndx; ++i)
9642 (*MIB).addOperand(*argOpers[i]);
9643 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +00009644 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009645 (*MIB).setMemRefs(bInstr->memoperands_begin(),
9646 bInstr->memoperands_end());
Mon P Wangf5952662008-07-17 04:54:06 +00009647
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009648 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Dale Johannesen140be2d2008-08-19 18:47:28 +00009649 MIB.addReg(EAXreg);
Scott Michelfdc40a02009-02-17 22:15:04 +00009650
Mon P Wang63307c32008-05-05 19:05:59 +00009651 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009652 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00009653
Dan Gohman14152b42010-07-06 20:24:04 +00009654 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00009655 return nextMBB;
9656}
9657
Dale Johannesen1b54c7f2008-10-03 19:41:08 +00009658// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +00009659MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009660X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
9661 MachineBasicBlock *MBB,
9662 unsigned regOpcL,
9663 unsigned regOpcH,
9664 unsigned immOpcL,
9665 unsigned immOpcH,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009666 bool invSrc) const {
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009667 // For the atomic bitwise operator, we generate
9668 // thisMBB (instructions are in pairs, except cmpxchg8b)
9669 // ld t1,t2 = [bitinstr.addr]
9670 // newMBB:
9671 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
9672 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +00009673 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009674 // mov ECX, EBX <- t5, t6
9675 // mov EAX, EDX <- t1, t2
9676 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
9677 // mov t3, t4 <- EAX, EDX
9678 // bz newMBB
9679 // result in out1, out2
9680 // fallthrough -->nextMBB
9681
9682 const TargetRegisterClass *RC = X86::GR32RegisterClass;
9683 const unsigned LoadOpc = X86::MOV32rm;
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009684 const unsigned NotOpc = X86::NOT32r;
9685 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9686 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
9687 MachineFunction::iterator MBBIter = MBB;
9688 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009689
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009690 /// First build the CFG
9691 MachineFunction *F = MBB->getParent();
9692 MachineBasicBlock *thisMBB = MBB;
9693 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9694 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9695 F->insert(MBBIter, newMBB);
9696 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009697
Dan Gohman14152b42010-07-06 20:24:04 +00009698 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9699 nextMBB->splice(nextMBB->begin(), thisMBB,
9700 llvm::next(MachineBasicBlock::iterator(bInstr)),
9701 thisMBB->end());
9702 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009703
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009704 // Update thisMBB to fall through to newMBB
9705 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009706
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009707 // newMBB jumps to itself and fall through to nextMBB
9708 newMBB->addSuccessor(nextMBB);
9709 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009710
Dale Johannesene4d209d2009-02-03 20:21:25 +00009711 DebugLoc dl = bInstr->getDebugLoc();
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009712 // Insert instructions into newMBB based on incoming instruction
9713 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009714 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 14 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009715 "unexpected number of operands");
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009716 MachineOperand& dest1Oper = bInstr->getOperand(0);
9717 MachineOperand& dest2Oper = bInstr->getOperand(1);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009718 MachineOperand* argOpers[2 + X86::AddrNumOperands];
9719 for (int i=0; i < 2 + X86::AddrNumOperands; ++i) {
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009720 argOpers[i] = &bInstr->getOperand(i+2);
9721
Dan Gohman71ea4e52010-05-14 21:01:44 +00009722 // We use some of the operands multiple times, so conservatively just
9723 // clear any kill flags that might be present.
9724 if (argOpers[i]->isReg() && argOpers[i]->isUse())
9725 argOpers[i]->setIsKill(false);
9726 }
9727
Evan Chengad5b52f2010-01-08 19:14:57 +00009728 // x86 address has 5 operands: base, index, scale, displacement, and segment.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009729 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Scott Michelfdc40a02009-02-17 22:15:04 +00009730
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009731 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009732 MachineInstrBuilder MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009733 for (int i=0; i <= lastAddrIndx; ++i)
9734 (*MIB).addOperand(*argOpers[i]);
9735 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009736 MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +00009737 // add 4 to displacement.
Rafael Espindola094fad32009-04-08 21:14:34 +00009738 for (int i=0; i <= lastAddrIndx-2; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009739 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +00009740 MachineOperand newOp3 = *(argOpers[3]);
9741 if (newOp3.isImm())
9742 newOp3.setImm(newOp3.getImm()+4);
9743 else
9744 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009745 (*MIB).addOperand(newOp3);
Rafael Espindola094fad32009-04-08 21:14:34 +00009746 (*MIB).addOperand(*argOpers[lastAddrIndx]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009747
9748 // t3/4 are defined later, at the bottom of the loop
9749 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
9750 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009751 BuildMI(newMBB, dl, TII->get(X86::PHI), dest1Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009752 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009753 BuildMI(newMBB, dl, TII->get(X86::PHI), dest2Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009754 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
9755
Evan Cheng306b4ca2010-01-08 23:41:50 +00009756 // The subsequent operations should be using the destination registers of
9757 //the PHI instructions.
Scott Michelfdc40a02009-02-17 22:15:04 +00009758 if (invSrc) {
Evan Cheng306b4ca2010-01-08 23:41:50 +00009759 t1 = F->getRegInfo().createVirtualRegister(RC);
9760 t2 = F->getRegInfo().createVirtualRegister(RC);
9761 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t1).addReg(dest1Oper.getReg());
9762 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t2).addReg(dest2Oper.getReg());
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009763 } else {
Evan Cheng306b4ca2010-01-08 23:41:50 +00009764 t1 = dest1Oper.getReg();
9765 t2 = dest2Oper.getReg();
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009766 }
9767
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009768 int valArgIndx = lastAddrIndx + 1;
9769 assert((argOpers[valArgIndx]->isReg() ||
Bill Wendling51b16f42009-05-30 01:09:53 +00009770 argOpers[valArgIndx]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009771 "invalid operand");
9772 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
9773 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009774 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009775 MIB = BuildMI(newMBB, dl, TII->get(regOpcL), t5);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009776 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009777 MIB = BuildMI(newMBB, dl, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +00009778 if (regOpcL != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +00009779 MIB.addReg(t1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009780 (*MIB).addOperand(*argOpers[valArgIndx]);
9781 assert(argOpers[valArgIndx + 1]->isReg() ==
Bill Wendling51b16f42009-05-30 01:09:53 +00009782 argOpers[valArgIndx]->isReg());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009783 assert(argOpers[valArgIndx + 1]->isImm() ==
Bill Wendling51b16f42009-05-30 01:09:53 +00009784 argOpers[valArgIndx]->isImm());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009785 if (argOpers[valArgIndx + 1]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009786 MIB = BuildMI(newMBB, dl, TII->get(regOpcH), t6);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009787 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009788 MIB = BuildMI(newMBB, dl, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +00009789 if (regOpcH != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +00009790 MIB.addReg(t2);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009791 (*MIB).addOperand(*argOpers[valArgIndx + 1]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009792
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009793 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009794 MIB.addReg(t1);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009795 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EDX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009796 MIB.addReg(t2);
9797
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009798 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EBX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009799 MIB.addReg(t5);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009800 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::ECX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009801 MIB.addReg(t6);
Scott Michelfdc40a02009-02-17 22:15:04 +00009802
Dale Johannesene4d209d2009-02-03 20:21:25 +00009803 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG8B));
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009804 for (int i=0; i <= lastAddrIndx; ++i)
9805 (*MIB).addOperand(*argOpers[i]);
9806
9807 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009808 (*MIB).setMemRefs(bInstr->memoperands_begin(),
9809 bInstr->memoperands_end());
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009810
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009811 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t3);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009812 MIB.addReg(X86::EAX);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009813 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009814 MIB.addReg(X86::EDX);
Scott Michelfdc40a02009-02-17 22:15:04 +00009815
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009816 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009817 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009818
Dan Gohman14152b42010-07-06 20:24:04 +00009819 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009820 return nextMBB;
9821}
9822
9823// private utility function
9824MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +00009825X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
9826 MachineBasicBlock *MBB,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009827 unsigned cmovOpc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00009828 // For the atomic min/max operator, we generate
9829 // thisMBB:
9830 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00009831 // ld t1 = [min/max.addr]
Scott Michelfdc40a02009-02-17 22:15:04 +00009832 // mov t2 = [min/max.val]
Mon P Wang63307c32008-05-05 19:05:59 +00009833 // cmp t1, t2
9834 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +00009835 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00009836 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
9837 // bz newMBB
9838 // fallthrough -->nextMBB
9839 //
9840 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9841 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009842 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00009843 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009844
Mon P Wang63307c32008-05-05 19:05:59 +00009845 /// First build the CFG
9846 MachineFunction *F = MBB->getParent();
9847 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009848 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9849 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9850 F->insert(MBBIter, newMBB);
9851 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009852
Dan Gohman14152b42010-07-06 20:24:04 +00009853 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9854 nextMBB->splice(nextMBB->begin(), thisMBB,
9855 llvm::next(MachineBasicBlock::iterator(mInstr)),
9856 thisMBB->end());
9857 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009858
Mon P Wang63307c32008-05-05 19:05:59 +00009859 // Update thisMBB to fall through to newMBB
9860 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009861
Mon P Wang63307c32008-05-05 19:05:59 +00009862 // newMBB jumps to newMBB and fall through to nextMBB
9863 newMBB->addSuccessor(nextMBB);
9864 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009865
Dale Johannesene4d209d2009-02-03 20:21:25 +00009866 DebugLoc dl = mInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00009867 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009868 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009869 "unexpected number of operands");
Mon P Wang63307c32008-05-05 19:05:59 +00009870 MachineOperand& destOper = mInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009871 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00009872 int numArgs = mInstr->getNumOperands() - 1;
9873 for (int i=0; i < numArgs; ++i)
9874 argOpers[i] = &mInstr->getOperand(i+1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009875
Mon P Wang63307c32008-05-05 19:05:59 +00009876 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009877 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009878 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00009879
Mon P Wangab3e7472008-05-05 22:56:23 +00009880 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009881 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00009882 for (int i=0; i <= lastAddrIndx; ++i)
9883 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +00009884
Mon P Wang63307c32008-05-05 19:05:59 +00009885 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +00009886 assert((argOpers[valArgIndx]->isReg() ||
9887 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00009888 "invalid operand");
Scott Michelfdc40a02009-02-17 22:15:04 +00009889
9890 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +00009891 if (argOpers[valArgIndx]->isReg())
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009892 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t2);
Scott Michelfdc40a02009-02-17 22:15:04 +00009893 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009894 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00009895 (*MIB).addOperand(*argOpers[valArgIndx]);
9896
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009897 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Mon P Wangab3e7472008-05-05 22:56:23 +00009898 MIB.addReg(t1);
9899
Dale Johannesene4d209d2009-02-03 20:21:25 +00009900 MIB = BuildMI(newMBB, dl, TII->get(X86::CMP32rr));
Mon P Wang63307c32008-05-05 19:05:59 +00009901 MIB.addReg(t1);
9902 MIB.addReg(t2);
9903
9904 // Generate movc
9905 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009906 MIB = BuildMI(newMBB, dl, TII->get(cmovOpc),t3);
Mon P Wang63307c32008-05-05 19:05:59 +00009907 MIB.addReg(t2);
9908 MIB.addReg(t1);
9909
9910 // Cmp and exchange if none has modified the memory location
Dale Johannesene4d209d2009-02-03 20:21:25 +00009911 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG32));
Mon P Wang63307c32008-05-05 19:05:59 +00009912 for (int i=0; i <= lastAddrIndx; ++i)
9913 (*MIB).addOperand(*argOpers[i]);
9914 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +00009915 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009916 (*MIB).setMemRefs(mInstr->memoperands_begin(),
9917 mInstr->memoperands_end());
Scott Michelfdc40a02009-02-17 22:15:04 +00009918
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009919 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Mon P Wang63307c32008-05-05 19:05:59 +00009920 MIB.addReg(X86::EAX);
Scott Michelfdc40a02009-02-17 22:15:04 +00009921
Mon P Wang63307c32008-05-05 19:05:59 +00009922 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009923 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00009924
Dan Gohman14152b42010-07-06 20:24:04 +00009925 mInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00009926 return nextMBB;
9927}
9928
Eric Christopherf83a5de2009-08-27 18:08:16 +00009929// FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +00009930// or XMM0_V32I8 in AVX all of this code can be replaced with that
9931// in the .td file.
Dan Gohmand6708ea2009-08-15 01:38:56 +00009932MachineBasicBlock *
Eric Christopherb120ab42009-08-18 22:50:32 +00009933X86TargetLowering::EmitPCMP(MachineInstr *MI, MachineBasicBlock *BB,
Daniel Dunbara279bc32009-09-20 02:20:51 +00009934 unsigned numArgs, bool memArg) const {
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +00009935 assert((Subtarget->hasSSE42() || Subtarget->hasAVX()) &&
9936 "Target must have SSE4.2 or AVX features enabled");
9937
Eric Christopherb120ab42009-08-18 22:50:32 +00009938 DebugLoc dl = MI->getDebugLoc();
9939 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Eric Christopherb120ab42009-08-18 22:50:32 +00009940 unsigned Opc;
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +00009941 if (!Subtarget->hasAVX()) {
9942 if (memArg)
9943 Opc = numArgs == 3 ? X86::PCMPISTRM128rm : X86::PCMPESTRM128rm;
9944 else
9945 Opc = numArgs == 3 ? X86::PCMPISTRM128rr : X86::PCMPESTRM128rr;
9946 } else {
9947 if (memArg)
9948 Opc = numArgs == 3 ? X86::VPCMPISTRM128rm : X86::VPCMPESTRM128rm;
9949 else
9950 Opc = numArgs == 3 ? X86::VPCMPISTRM128rr : X86::VPCMPESTRM128rr;
9951 }
Eric Christopherb120ab42009-08-18 22:50:32 +00009952
Eric Christopher41c902f2010-11-30 08:20:21 +00009953 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
Eric Christopherb120ab42009-08-18 22:50:32 +00009954 for (unsigned i = 0; i < numArgs; ++i) {
9955 MachineOperand &Op = MI->getOperand(i+1);
Eric Christopherb120ab42009-08-18 22:50:32 +00009956 if (!(Op.isReg() && Op.isImplicit()))
9957 MIB.addOperand(Op);
9958 }
Eric Christopher41c902f2010-11-30 08:20:21 +00009959 BuildMI(*BB, MI, dl, TII->get(X86::MOVAPSrr), MI->getOperand(0).getReg())
Eric Christopherb120ab42009-08-18 22:50:32 +00009960 .addReg(X86::XMM0);
9961
Dan Gohman14152b42010-07-06 20:24:04 +00009962 MI->eraseFromParent();
Eric Christopherb120ab42009-08-18 22:50:32 +00009963 return BB;
9964}
9965
9966MachineBasicBlock *
Eric Christopher228232b2010-11-30 07:20:12 +00009967X86TargetLowering::EmitMonitor(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +00009968 DebugLoc dl = MI->getDebugLoc();
9969 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009970
Eric Christopher228232b2010-11-30 07:20:12 +00009971 // Address into RAX/EAX, other two args into ECX, EDX.
9972 unsigned MemOpc = Subtarget->is64Bit() ? X86::LEA64r : X86::LEA32r;
9973 unsigned MemReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
9974 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(MemOpc), MemReg);
9975 for (int i = 0; i < X86::AddrNumOperands; ++i)
Eric Christopher82be2202010-11-30 08:10:28 +00009976 MIB.addOperand(MI->getOperand(i));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009977
Eric Christopher228232b2010-11-30 07:20:12 +00009978 unsigned ValOps = X86::AddrNumOperands;
9979 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
9980 .addReg(MI->getOperand(ValOps).getReg());
9981 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EDX)
9982 .addReg(MI->getOperand(ValOps+1).getReg());
9983
9984 // The instruction doesn't actually take any operands though.
9985 BuildMI(*BB, MI, dl, TII->get(X86::MONITORrrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009986
Eric Christopher228232b2010-11-30 07:20:12 +00009987 MI->eraseFromParent(); // The pseudo is gone now.
9988 return BB;
9989}
9990
9991MachineBasicBlock *
9992X86TargetLowering::EmitMwait(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +00009993 DebugLoc dl = MI->getDebugLoc();
9994 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009995
Eric Christopher228232b2010-11-30 07:20:12 +00009996 // First arg in ECX, the second in EAX.
9997 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
9998 .addReg(MI->getOperand(0).getReg());
9999 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EAX)
10000 .addReg(MI->getOperand(1).getReg());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010001
Eric Christopher228232b2010-11-30 07:20:12 +000010002 // The instruction doesn't actually take any operands though.
10003 BuildMI(*BB, MI, dl, TII->get(X86::MWAITrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010004
Eric Christopher228232b2010-11-30 07:20:12 +000010005 MI->eraseFromParent(); // The pseudo is gone now.
10006 return BB;
10007}
10008
10009MachineBasicBlock *
Dan Gohman320afb82010-10-12 18:00:49 +000010010X86TargetLowering::EmitVAARG64WithCustomInserter(
10011 MachineInstr *MI,
10012 MachineBasicBlock *MBB) const {
10013 // Emit va_arg instruction on X86-64.
10014
10015 // Operands to this pseudo-instruction:
10016 // 0 ) Output : destination address (reg)
10017 // 1-5) Input : va_list address (addr, i64mem)
10018 // 6 ) ArgSize : Size (in bytes) of vararg type
10019 // 7 ) ArgMode : 0=overflow only, 1=use gp_offset, 2=use fp_offset
10020 // 8 ) Align : Alignment of type
10021 // 9 ) EFLAGS (implicit-def)
10022
10023 assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
10024 assert(X86::AddrNumOperands == 5 && "VAARG_64 assumes 5 address operands");
10025
10026 unsigned DestReg = MI->getOperand(0).getReg();
10027 MachineOperand &Base = MI->getOperand(1);
10028 MachineOperand &Scale = MI->getOperand(2);
10029 MachineOperand &Index = MI->getOperand(3);
10030 MachineOperand &Disp = MI->getOperand(4);
10031 MachineOperand &Segment = MI->getOperand(5);
10032 unsigned ArgSize = MI->getOperand(6).getImm();
10033 unsigned ArgMode = MI->getOperand(7).getImm();
10034 unsigned Align = MI->getOperand(8).getImm();
10035
10036 // Memory Reference
10037 assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
10038 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
10039 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
10040
10041 // Machine Information
10042 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10043 MachineRegisterInfo &MRI = MBB->getParent()->getRegInfo();
10044 const TargetRegisterClass *AddrRegClass = getRegClassFor(MVT::i64);
10045 const TargetRegisterClass *OffsetRegClass = getRegClassFor(MVT::i32);
10046 DebugLoc DL = MI->getDebugLoc();
10047
10048 // struct va_list {
10049 // i32 gp_offset
10050 // i32 fp_offset
10051 // i64 overflow_area (address)
10052 // i64 reg_save_area (address)
10053 // }
10054 // sizeof(va_list) = 24
10055 // alignment(va_list) = 8
10056
10057 unsigned TotalNumIntRegs = 6;
10058 unsigned TotalNumXMMRegs = 8;
10059 bool UseGPOffset = (ArgMode == 1);
10060 bool UseFPOffset = (ArgMode == 2);
10061 unsigned MaxOffset = TotalNumIntRegs * 8 +
10062 (UseFPOffset ? TotalNumXMMRegs * 16 : 0);
10063
10064 /* Align ArgSize to a multiple of 8 */
10065 unsigned ArgSizeA8 = (ArgSize + 7) & ~7;
10066 bool NeedsAlign = (Align > 8);
10067
10068 MachineBasicBlock *thisMBB = MBB;
10069 MachineBasicBlock *overflowMBB;
10070 MachineBasicBlock *offsetMBB;
10071 MachineBasicBlock *endMBB;
10072
10073 unsigned OffsetDestReg = 0; // Argument address computed by offsetMBB
10074 unsigned OverflowDestReg = 0; // Argument address computed by overflowMBB
10075 unsigned OffsetReg = 0;
10076
10077 if (!UseGPOffset && !UseFPOffset) {
10078 // If we only pull from the overflow region, we don't create a branch.
10079 // We don't need to alter control flow.
10080 OffsetDestReg = 0; // unused
10081 OverflowDestReg = DestReg;
10082
10083 offsetMBB = NULL;
10084 overflowMBB = thisMBB;
10085 endMBB = thisMBB;
10086 } else {
10087 // First emit code to check if gp_offset (or fp_offset) is below the bound.
10088 // If so, pull the argument from reg_save_area. (branch to offsetMBB)
10089 // If not, pull from overflow_area. (branch to overflowMBB)
10090 //
10091 // thisMBB
10092 // | .
10093 // | .
10094 // offsetMBB overflowMBB
10095 // | .
10096 // | .
10097 // endMBB
10098
10099 // Registers for the PHI in endMBB
10100 OffsetDestReg = MRI.createVirtualRegister(AddrRegClass);
10101 OverflowDestReg = MRI.createVirtualRegister(AddrRegClass);
10102
10103 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10104 MachineFunction *MF = MBB->getParent();
10105 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10106 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10107 endMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10108
10109 MachineFunction::iterator MBBIter = MBB;
10110 ++MBBIter;
10111
10112 // Insert the new basic blocks
10113 MF->insert(MBBIter, offsetMBB);
10114 MF->insert(MBBIter, overflowMBB);
10115 MF->insert(MBBIter, endMBB);
10116
10117 // Transfer the remainder of MBB and its successor edges to endMBB.
10118 endMBB->splice(endMBB->begin(), thisMBB,
10119 llvm::next(MachineBasicBlock::iterator(MI)),
10120 thisMBB->end());
10121 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
10122
10123 // Make offsetMBB and overflowMBB successors of thisMBB
10124 thisMBB->addSuccessor(offsetMBB);
10125 thisMBB->addSuccessor(overflowMBB);
10126
10127 // endMBB is a successor of both offsetMBB and overflowMBB
10128 offsetMBB->addSuccessor(endMBB);
10129 overflowMBB->addSuccessor(endMBB);
10130
10131 // Load the offset value into a register
10132 OffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10133 BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
10134 .addOperand(Base)
10135 .addOperand(Scale)
10136 .addOperand(Index)
10137 .addDisp(Disp, UseFPOffset ? 4 : 0)
10138 .addOperand(Segment)
10139 .setMemRefs(MMOBegin, MMOEnd);
10140
10141 // Check if there is enough room left to pull this argument.
10142 BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
10143 .addReg(OffsetReg)
10144 .addImm(MaxOffset + 8 - ArgSizeA8);
10145
10146 // Branch to "overflowMBB" if offset >= max
10147 // Fall through to "offsetMBB" otherwise
10148 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
10149 .addMBB(overflowMBB);
10150 }
10151
10152 // In offsetMBB, emit code to use the reg_save_area.
10153 if (offsetMBB) {
10154 assert(OffsetReg != 0);
10155
10156 // Read the reg_save_area address.
10157 unsigned RegSaveReg = MRI.createVirtualRegister(AddrRegClass);
10158 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg)
10159 .addOperand(Base)
10160 .addOperand(Scale)
10161 .addOperand(Index)
10162 .addDisp(Disp, 16)
10163 .addOperand(Segment)
10164 .setMemRefs(MMOBegin, MMOEnd);
10165
10166 // Zero-extend the offset
10167 unsigned OffsetReg64 = MRI.createVirtualRegister(AddrRegClass);
10168 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64)
10169 .addImm(0)
10170 .addReg(OffsetReg)
10171 .addImm(X86::sub_32bit);
10172
10173 // Add the offset to the reg_save_area to get the final address.
10174 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg)
10175 .addReg(OffsetReg64)
10176 .addReg(RegSaveReg);
10177
10178 // Compute the offset for the next argument
10179 unsigned NextOffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10180 BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg)
10181 .addReg(OffsetReg)
10182 .addImm(UseFPOffset ? 16 : 8);
10183
10184 // Store it back into the va_list.
10185 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr))
10186 .addOperand(Base)
10187 .addOperand(Scale)
10188 .addOperand(Index)
10189 .addDisp(Disp, UseFPOffset ? 4 : 0)
10190 .addOperand(Segment)
10191 .addReg(NextOffsetReg)
10192 .setMemRefs(MMOBegin, MMOEnd);
10193
10194 // Jump to endMBB
10195 BuildMI(offsetMBB, DL, TII->get(X86::JMP_4))
10196 .addMBB(endMBB);
10197 }
10198
10199 //
10200 // Emit code to use overflow area
10201 //
10202
10203 // Load the overflow_area address into a register.
10204 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass);
10205 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg)
10206 .addOperand(Base)
10207 .addOperand(Scale)
10208 .addOperand(Index)
10209 .addDisp(Disp, 8)
10210 .addOperand(Segment)
10211 .setMemRefs(MMOBegin, MMOEnd);
10212
10213 // If we need to align it, do so. Otherwise, just copy the address
10214 // to OverflowDestReg.
10215 if (NeedsAlign) {
10216 // Align the overflow address
10217 assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
10218 unsigned TmpReg = MRI.createVirtualRegister(AddrRegClass);
10219
10220 // aligned_addr = (addr + (align-1)) & ~(align-1)
10221 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg)
10222 .addReg(OverflowAddrReg)
10223 .addImm(Align-1);
10224
10225 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg)
10226 .addReg(TmpReg)
10227 .addImm(~(uint64_t)(Align-1));
10228 } else {
10229 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg)
10230 .addReg(OverflowAddrReg);
10231 }
10232
10233 // Compute the next overflow address after this argument.
10234 // (the overflow address should be kept 8-byte aligned)
10235 unsigned NextAddrReg = MRI.createVirtualRegister(AddrRegClass);
10236 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg)
10237 .addReg(OverflowDestReg)
10238 .addImm(ArgSizeA8);
10239
10240 // Store the new overflow address.
10241 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr))
10242 .addOperand(Base)
10243 .addOperand(Scale)
10244 .addOperand(Index)
10245 .addDisp(Disp, 8)
10246 .addOperand(Segment)
10247 .addReg(NextAddrReg)
10248 .setMemRefs(MMOBegin, MMOEnd);
10249
10250 // If we branched, emit the PHI to the front of endMBB.
10251 if (offsetMBB) {
10252 BuildMI(*endMBB, endMBB->begin(), DL,
10253 TII->get(X86::PHI), DestReg)
10254 .addReg(OffsetDestReg).addMBB(offsetMBB)
10255 .addReg(OverflowDestReg).addMBB(overflowMBB);
10256 }
10257
10258 // Erase the pseudo instruction
10259 MI->eraseFromParent();
10260
10261 return endMBB;
10262}
10263
10264MachineBasicBlock *
Dan Gohmand6708ea2009-08-15 01:38:56 +000010265X86TargetLowering::EmitVAStartSaveXMMRegsWithCustomInserter(
10266 MachineInstr *MI,
10267 MachineBasicBlock *MBB) const {
10268 // Emit code to save XMM registers to the stack. The ABI says that the
10269 // number of registers to save is given in %al, so it's theoretically
10270 // possible to do an indirect jump trick to avoid saving all of them,
10271 // however this code takes a simpler approach and just executes all
10272 // of the stores if %al is non-zero. It's less code, and it's probably
10273 // easier on the hardware branch predictor, and stores aren't all that
10274 // expensive anyway.
10275
10276 // Create the new basic blocks. One block contains all the XMM stores,
10277 // and one block is the final destination regardless of whether any
10278 // stores were performed.
10279 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10280 MachineFunction *F = MBB->getParent();
10281 MachineFunction::iterator MBBIter = MBB;
10282 ++MBBIter;
10283 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB);
10284 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB);
10285 F->insert(MBBIter, XMMSaveMBB);
10286 F->insert(MBBIter, EndMBB);
10287
Dan Gohman14152b42010-07-06 20:24:04 +000010288 // Transfer the remainder of MBB and its successor edges to EndMBB.
10289 EndMBB->splice(EndMBB->begin(), MBB,
10290 llvm::next(MachineBasicBlock::iterator(MI)),
10291 MBB->end());
10292 EndMBB->transferSuccessorsAndUpdatePHIs(MBB);
10293
Dan Gohmand6708ea2009-08-15 01:38:56 +000010294 // The original block will now fall through to the XMM save block.
10295 MBB->addSuccessor(XMMSaveMBB);
10296 // The XMMSaveMBB will fall through to the end block.
10297 XMMSaveMBB->addSuccessor(EndMBB);
10298
10299 // Now add the instructions.
10300 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10301 DebugLoc DL = MI->getDebugLoc();
10302
10303 unsigned CountReg = MI->getOperand(0).getReg();
10304 int64_t RegSaveFrameIndex = MI->getOperand(1).getImm();
10305 int64_t VarArgsFPOffset = MI->getOperand(2).getImm();
10306
10307 if (!Subtarget->isTargetWin64()) {
10308 // If %al is 0, branch around the XMM save block.
10309 BuildMI(MBB, DL, TII->get(X86::TEST8rr)).addReg(CountReg).addReg(CountReg);
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010310 BuildMI(MBB, DL, TII->get(X86::JE_4)).addMBB(EndMBB);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010311 MBB->addSuccessor(EndMBB);
10312 }
10313
10314 // In the XMM save block, save all the XMM argument registers.
10315 for (int i = 3, e = MI->getNumOperands(); i != e; ++i) {
10316 int64_t Offset = (i - 3) * 16 + VarArgsFPOffset;
Dan Gohmanc76909a2009-09-25 20:36:54 +000010317 MachineMemOperand *MMO =
Evan Chengff89dcb2009-10-18 18:16:27 +000010318 F->getMachineMemOperand(
Chris Lattnere8639032010-09-21 06:22:23 +000010319 MachinePointerInfo::getFixedStack(RegSaveFrameIndex, Offset),
Chris Lattner59db5492010-09-21 04:39:43 +000010320 MachineMemOperand::MOStore,
Evan Chengff89dcb2009-10-18 18:16:27 +000010321 /*Size=*/16, /*Align=*/16);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010322 BuildMI(XMMSaveMBB, DL, TII->get(X86::MOVAPSmr))
10323 .addFrameIndex(RegSaveFrameIndex)
10324 .addImm(/*Scale=*/1)
10325 .addReg(/*IndexReg=*/0)
10326 .addImm(/*Disp=*/Offset)
10327 .addReg(/*Segment=*/0)
10328 .addReg(MI->getOperand(i).getReg())
Dan Gohmanc76909a2009-09-25 20:36:54 +000010329 .addMemOperand(MMO);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010330 }
10331
Dan Gohman14152b42010-07-06 20:24:04 +000010332 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohmand6708ea2009-08-15 01:38:56 +000010333
10334 return EndMBB;
10335}
Mon P Wang63307c32008-05-05 19:05:59 +000010336
Evan Cheng60c07e12006-07-05 22:17:51 +000010337MachineBasicBlock *
Chris Lattner52600972009-09-02 05:57:00 +000010338X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010339 MachineBasicBlock *BB) const {
Chris Lattner52600972009-09-02 05:57:00 +000010340 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10341 DebugLoc DL = MI->getDebugLoc();
Daniel Dunbara279bc32009-09-20 02:20:51 +000010342
Chris Lattner52600972009-09-02 05:57:00 +000010343 // To "insert" a SELECT_CC instruction, we actually have to insert the
10344 // diamond control-flow pattern. The incoming instruction knows the
10345 // destination vreg to set, the condition code register to branch on, the
10346 // true/false values to select between, and a branch opcode to use.
10347 const BasicBlock *LLVM_BB = BB->getBasicBlock();
10348 MachineFunction::iterator It = BB;
10349 ++It;
Daniel Dunbara279bc32009-09-20 02:20:51 +000010350
Chris Lattner52600972009-09-02 05:57:00 +000010351 // thisMBB:
10352 // ...
10353 // TrueVal = ...
10354 // cmpTY ccX, r1, r2
10355 // bCC copy1MBB
10356 // fallthrough --> copy0MBB
10357 MachineBasicBlock *thisMBB = BB;
10358 MachineFunction *F = BB->getParent();
10359 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
10360 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Chris Lattner52600972009-09-02 05:57:00 +000010361 F->insert(It, copy0MBB);
10362 F->insert(It, sinkMBB);
Bill Wendling730c07e2010-06-25 20:48:10 +000010363
Bill Wendling730c07e2010-06-25 20:48:10 +000010364 // If the EFLAGS register isn't dead in the terminator, then claim that it's
10365 // live into the sink and copy blocks.
10366 const MachineFunction *MF = BB->getParent();
10367 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
10368 BitVector ReservedRegs = TRI->getReservedRegs(*MF);
Bill Wendling730c07e2010-06-25 20:48:10 +000010369
Dan Gohman14152b42010-07-06 20:24:04 +000010370 for (unsigned I = 0, E = MI->getNumOperands(); I != E; ++I) {
10371 const MachineOperand &MO = MI->getOperand(I);
10372 if (!MO.isReg() || !MO.isUse() || MO.isKill()) continue;
Bill Wendling730c07e2010-06-25 20:48:10 +000010373 unsigned Reg = MO.getReg();
10374 if (Reg != X86::EFLAGS) continue;
10375 copy0MBB->addLiveIn(Reg);
10376 sinkMBB->addLiveIn(Reg);
10377 }
10378
Dan Gohman14152b42010-07-06 20:24:04 +000010379 // Transfer the remainder of BB and its successor edges to sinkMBB.
10380 sinkMBB->splice(sinkMBB->begin(), BB,
10381 llvm::next(MachineBasicBlock::iterator(MI)),
10382 BB->end());
10383 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
10384
10385 // Add the true and fallthrough blocks as its successors.
10386 BB->addSuccessor(copy0MBB);
10387 BB->addSuccessor(sinkMBB);
10388
10389 // Create the conditional branch instruction.
10390 unsigned Opc =
10391 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
10392 BuildMI(BB, DL, TII->get(Opc)).addMBB(sinkMBB);
10393
Chris Lattner52600972009-09-02 05:57:00 +000010394 // copy0MBB:
10395 // %FalseValue = ...
10396 // # fallthrough to sinkMBB
Dan Gohman3335a222010-04-30 20:14:26 +000010397 copy0MBB->addSuccessor(sinkMBB);
Daniel Dunbara279bc32009-09-20 02:20:51 +000010398
Chris Lattner52600972009-09-02 05:57:00 +000010399 // sinkMBB:
10400 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
10401 // ...
Dan Gohman14152b42010-07-06 20:24:04 +000010402 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
10403 TII->get(X86::PHI), MI->getOperand(0).getReg())
Chris Lattner52600972009-09-02 05:57:00 +000010404 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
10405 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
10406
Dan Gohman14152b42010-07-06 20:24:04 +000010407 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohman3335a222010-04-30 20:14:26 +000010408 return sinkMBB;
Chris Lattner52600972009-09-02 05:57:00 +000010409}
10410
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010411MachineBasicBlock *
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010412X86TargetLowering::EmitLoweredWinAlloca(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010413 MachineBasicBlock *BB) const {
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010414 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10415 DebugLoc DL = MI->getDebugLoc();
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010416
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010417 assert(!Subtarget->isTargetEnvMacho());
10418
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010419 // The lowering is pretty easy: we're just emitting the call to _alloca. The
10420 // non-trivial part is impdef of ESP.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010421
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010422 if (Subtarget->isTargetWin64()) {
10423 if (Subtarget->isTargetCygMing()) {
10424 // ___chkstk(Mingw64):
10425 // Clobbers R10, R11, RAX and EFLAGS.
10426 // Updates RSP.
10427 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10428 .addExternalSymbol("___chkstk")
10429 .addReg(X86::RAX, RegState::Implicit)
10430 .addReg(X86::RSP, RegState::Implicit)
10431 .addReg(X86::RAX, RegState::Define | RegState::Implicit)
10432 .addReg(X86::RSP, RegState::Define | RegState::Implicit)
10433 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10434 } else {
10435 // __chkstk(MSVCRT): does not update stack pointer.
10436 // Clobbers R10, R11 and EFLAGS.
10437 // FIXME: RAX(allocated size) might be reused and not killed.
10438 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10439 .addExternalSymbol("__chkstk")
10440 .addReg(X86::RAX, RegState::Implicit)
10441 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10442 // RAX has the offset to subtracted from RSP.
10443 BuildMI(*BB, MI, DL, TII->get(X86::SUB64rr), X86::RSP)
10444 .addReg(X86::RSP)
10445 .addReg(X86::RAX);
10446 }
10447 } else {
10448 const char *StackProbeSymbol =
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010449 Subtarget->isTargetWindows() ? "_chkstk" : "_alloca";
10450
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010451 BuildMI(*BB, MI, DL, TII->get(X86::CALLpcrel32))
10452 .addExternalSymbol(StackProbeSymbol)
10453 .addReg(X86::EAX, RegState::Implicit)
10454 .addReg(X86::ESP, RegState::Implicit)
10455 .addReg(X86::EAX, RegState::Define | RegState::Implicit)
10456 .addReg(X86::ESP, RegState::Define | RegState::Implicit)
10457 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10458 }
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010459
Dan Gohman14152b42010-07-06 20:24:04 +000010460 MI->eraseFromParent(); // The pseudo instruction is gone now.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010461 return BB;
10462}
Chris Lattner52600972009-09-02 05:57:00 +000010463
10464MachineBasicBlock *
Eric Christopher30ef0e52010-06-03 04:07:48 +000010465X86TargetLowering::EmitLoweredTLSCall(MachineInstr *MI,
10466 MachineBasicBlock *BB) const {
10467 // This is pretty easy. We're taking the value that we received from
10468 // our load from the relocation, sticking it in either RDI (x86-64)
10469 // or EAX and doing an indirect call. The return value will then
10470 // be in the normal return register.
Michael J. Spencerec38de22010-10-10 22:04:20 +000010471 const X86InstrInfo *TII
Eric Christopher54415362010-06-08 22:04:25 +000010472 = static_cast<const X86InstrInfo*>(getTargetMachine().getInstrInfo());
Eric Christopher30ef0e52010-06-03 04:07:48 +000010473 DebugLoc DL = MI->getDebugLoc();
10474 MachineFunction *F = BB->getParent();
Eric Christopher722d3152010-09-27 06:01:51 +000010475
10476 assert(Subtarget->isTargetDarwin() && "Darwin only instr emitted?");
Eric Christopher54415362010-06-08 22:04:25 +000010477 assert(MI->getOperand(3).isGlobal() && "This should be a global");
Michael J. Spencerec38de22010-10-10 22:04:20 +000010478
Eric Christopher30ef0e52010-06-03 04:07:48 +000010479 if (Subtarget->is64Bit()) {
Dan Gohman14152b42010-07-06 20:24:04 +000010480 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10481 TII->get(X86::MOV64rm), X86::RDI)
Eric Christopher54415362010-06-08 22:04:25 +000010482 .addReg(X86::RIP)
10483 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010484 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000010485 MI->getOperand(3).getTargetFlags())
10486 .addReg(0);
Eric Christopher722d3152010-09-27 06:01:51 +000010487 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL64m));
Chris Lattner599b5312010-07-08 23:46:44 +000010488 addDirectMem(MIB, X86::RDI);
Eric Christopher61025492010-06-15 23:08:42 +000010489 } else if (getTargetMachine().getRelocationModel() != Reloc::PIC_) {
Dan Gohman14152b42010-07-06 20:24:04 +000010490 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10491 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher61025492010-06-15 23:08:42 +000010492 .addReg(0)
10493 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010494 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher61025492010-06-15 23:08:42 +000010495 MI->getOperand(3).getTargetFlags())
10496 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000010497 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000010498 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010499 } else {
Dan Gohman14152b42010-07-06 20:24:04 +000010500 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10501 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher54415362010-06-08 22:04:25 +000010502 .addReg(TII->getGlobalBaseReg(F))
10503 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010504 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000010505 MI->getOperand(3).getTargetFlags())
10506 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000010507 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000010508 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010509 }
Michael J. Spencerec38de22010-10-10 22:04:20 +000010510
Dan Gohman14152b42010-07-06 20:24:04 +000010511 MI->eraseFromParent(); // The pseudo instruction is gone now.
Eric Christopher30ef0e52010-06-03 04:07:48 +000010512 return BB;
10513}
10514
10515MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +000010516X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010517 MachineBasicBlock *BB) const {
Evan Cheng60c07e12006-07-05 22:17:51 +000010518 switch (MI->getOpcode()) {
10519 default: assert(false && "Unexpected instr type to insert");
NAKAMURA Takumi7754f852011-01-26 02:04:09 +000010520 case X86::TAILJMPd64:
10521 case X86::TAILJMPr64:
10522 case X86::TAILJMPm64:
10523 assert(!"TAILJMP64 would not be touched here.");
10524 case X86::TCRETURNdi64:
10525 case X86::TCRETURNri64:
10526 case X86::TCRETURNmi64:
10527 // Defs of TCRETURNxx64 has Win64's callee-saved registers, as subset.
10528 // On AMD64, additional defs should be added before register allocation.
10529 if (!Subtarget->isTargetWin64()) {
10530 MI->addRegisterDefined(X86::RSI);
10531 MI->addRegisterDefined(X86::RDI);
10532 MI->addRegisterDefined(X86::XMM6);
10533 MI->addRegisterDefined(X86::XMM7);
10534 MI->addRegisterDefined(X86::XMM8);
10535 MI->addRegisterDefined(X86::XMM9);
10536 MI->addRegisterDefined(X86::XMM10);
10537 MI->addRegisterDefined(X86::XMM11);
10538 MI->addRegisterDefined(X86::XMM12);
10539 MI->addRegisterDefined(X86::XMM13);
10540 MI->addRegisterDefined(X86::XMM14);
10541 MI->addRegisterDefined(X86::XMM15);
10542 }
10543 return BB;
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010544 case X86::WIN_ALLOCA:
10545 return EmitLoweredWinAlloca(MI, BB);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010546 case X86::TLSCall_32:
10547 case X86::TLSCall_64:
10548 return EmitLoweredTLSCall(MI, BB);
Dan Gohmancbbea0f2009-08-27 00:14:12 +000010549 case X86::CMOV_GR8:
Evan Cheng60c07e12006-07-05 22:17:51 +000010550 case X86::CMOV_FR32:
10551 case X86::CMOV_FR64:
10552 case X86::CMOV_V4F32:
10553 case X86::CMOV_V2F64:
Chris Lattner52600972009-09-02 05:57:00 +000010554 case X86::CMOV_V2I64:
Chris Lattner314a1132010-03-14 18:31:44 +000010555 case X86::CMOV_GR16:
10556 case X86::CMOV_GR32:
10557 case X86::CMOV_RFP32:
10558 case X86::CMOV_RFP64:
10559 case X86::CMOV_RFP80:
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010560 return EmitLoweredSelect(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000010561
Dale Johannesen849f2142007-07-03 00:53:03 +000010562 case X86::FP32_TO_INT16_IN_MEM:
10563 case X86::FP32_TO_INT32_IN_MEM:
10564 case X86::FP32_TO_INT64_IN_MEM:
10565 case X86::FP64_TO_INT16_IN_MEM:
10566 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +000010567 case X86::FP64_TO_INT64_IN_MEM:
10568 case X86::FP80_TO_INT16_IN_MEM:
10569 case X86::FP80_TO_INT32_IN_MEM:
10570 case X86::FP80_TO_INT64_IN_MEM: {
Chris Lattner52600972009-09-02 05:57:00 +000010571 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10572 DebugLoc DL = MI->getDebugLoc();
10573
Evan Cheng60c07e12006-07-05 22:17:51 +000010574 // Change the floating point control register to use "round towards zero"
10575 // mode when truncating to an integer value.
10576 MachineFunction *F = BB->getParent();
David Greene3f2bf852009-11-12 20:49:22 +000010577 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false);
Dan Gohman14152b42010-07-06 20:24:04 +000010578 addFrameReference(BuildMI(*BB, MI, DL,
10579 TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010580
10581 // Load the old value of the high byte of the control word...
10582 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +000010583 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Dan Gohman14152b42010-07-06 20:24:04 +000010584 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW),
Dale Johannesene4d209d2009-02-03 20:21:25 +000010585 CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010586
10587 // Set the high part to be round to zero...
Dan Gohman14152b42010-07-06 20:24:04 +000010588 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000010589 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +000010590
10591 // Reload the modified control word now...
Dan Gohman14152b42010-07-06 20:24:04 +000010592 addFrameReference(BuildMI(*BB, MI, DL,
10593 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010594
10595 // Restore the memory image of control word to original value
Dan Gohman14152b42010-07-06 20:24:04 +000010596 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000010597 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +000010598
10599 // Get the X86 opcode to use.
10600 unsigned Opc;
10601 switch (MI->getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +000010602 default: llvm_unreachable("illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +000010603 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
10604 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
10605 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
10606 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
10607 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
10608 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +000010609 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
10610 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
10611 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +000010612 }
10613
10614 X86AddressMode AM;
10615 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +000010616 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000010617 AM.BaseType = X86AddressMode::RegBase;
10618 AM.Base.Reg = Op.getReg();
10619 } else {
10620 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +000010621 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +000010622 }
10623 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +000010624 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000010625 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010626 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +000010627 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000010628 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010629 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +000010630 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000010631 AM.GV = Op.getGlobal();
10632 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +000010633 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010634 }
Dan Gohman14152b42010-07-06 20:24:04 +000010635 addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010636 .addReg(MI->getOperand(X86::AddrNumOperands).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +000010637
10638 // Reload the original control word now.
Dan Gohman14152b42010-07-06 20:24:04 +000010639 addFrameReference(BuildMI(*BB, MI, DL,
10640 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010641
Dan Gohman14152b42010-07-06 20:24:04 +000010642 MI->eraseFromParent(); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +000010643 return BB;
10644 }
Eric Christopherb120ab42009-08-18 22:50:32 +000010645 // String/text processing lowering.
10646 case X86::PCMPISTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010647 case X86::VPCMPISTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000010648 return EmitPCMP(MI, BB, 3, false /* in-mem */);
10649 case X86::PCMPISTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010650 case X86::VPCMPISTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000010651 return EmitPCMP(MI, BB, 3, true /* in-mem */);
10652 case X86::PCMPESTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010653 case X86::VPCMPESTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000010654 return EmitPCMP(MI, BB, 5, false /* in mem */);
10655 case X86::PCMPESTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010656 case X86::VPCMPESTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000010657 return EmitPCMP(MI, BB, 5, true /* in mem */);
10658
Eric Christopher228232b2010-11-30 07:20:12 +000010659 // Thread synchronization.
10660 case X86::MONITOR:
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010661 return EmitMonitor(MI, BB);
Eric Christopher228232b2010-11-30 07:20:12 +000010662 case X86::MWAIT:
10663 return EmitMwait(MI, BB);
10664
Eric Christopherb120ab42009-08-18 22:50:32 +000010665 // Atomic Lowering.
Mon P Wang63307c32008-05-05 19:05:59 +000010666 case X86::ATOMAND32:
10667 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010668 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010669 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010670 X86::NOT32r, X86::EAX,
10671 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000010672 case X86::ATOMOR32:
Scott Michelfdc40a02009-02-17 22:15:04 +000010673 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
10674 X86::OR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010675 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010676 X86::NOT32r, X86::EAX,
10677 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000010678 case X86::ATOMXOR32:
10679 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010680 X86::XOR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010681 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010682 X86::NOT32r, X86::EAX,
10683 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010684 case X86::ATOMNAND32:
10685 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010686 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010687 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010688 X86::NOT32r, X86::EAX,
10689 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +000010690 case X86::ATOMMIN32:
10691 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
10692 case X86::ATOMMAX32:
10693 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
10694 case X86::ATOMUMIN32:
10695 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
10696 case X86::ATOMUMAX32:
10697 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +000010698
10699 case X86::ATOMAND16:
10700 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
10701 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010702 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010703 X86::NOT16r, X86::AX,
10704 X86::GR16RegisterClass);
10705 case X86::ATOMOR16:
Scott Michelfdc40a02009-02-17 22:15:04 +000010706 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010707 X86::OR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010708 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010709 X86::NOT16r, X86::AX,
10710 X86::GR16RegisterClass);
10711 case X86::ATOMXOR16:
10712 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
10713 X86::XOR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010714 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010715 X86::NOT16r, X86::AX,
10716 X86::GR16RegisterClass);
10717 case X86::ATOMNAND16:
10718 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
10719 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010720 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010721 X86::NOT16r, X86::AX,
10722 X86::GR16RegisterClass, true);
10723 case X86::ATOMMIN16:
10724 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
10725 case X86::ATOMMAX16:
10726 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
10727 case X86::ATOMUMIN16:
10728 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
10729 case X86::ATOMUMAX16:
10730 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
10731
10732 case X86::ATOMAND8:
10733 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
10734 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010735 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010736 X86::NOT8r, X86::AL,
10737 X86::GR8RegisterClass);
10738 case X86::ATOMOR8:
Scott Michelfdc40a02009-02-17 22:15:04 +000010739 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010740 X86::OR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010741 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010742 X86::NOT8r, X86::AL,
10743 X86::GR8RegisterClass);
10744 case X86::ATOMXOR8:
10745 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
10746 X86::XOR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010747 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010748 X86::NOT8r, X86::AL,
10749 X86::GR8RegisterClass);
10750 case X86::ATOMNAND8:
10751 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
10752 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010753 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010754 X86::NOT8r, X86::AL,
10755 X86::GR8RegisterClass, true);
10756 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010757 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +000010758 case X86::ATOMAND64:
10759 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010760 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010761 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010762 X86::NOT64r, X86::RAX,
10763 X86::GR64RegisterClass);
10764 case X86::ATOMOR64:
Scott Michelfdc40a02009-02-17 22:15:04 +000010765 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
10766 X86::OR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010767 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010768 X86::NOT64r, X86::RAX,
10769 X86::GR64RegisterClass);
10770 case X86::ATOMXOR64:
10771 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010772 X86::XOR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010773 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010774 X86::NOT64r, X86::RAX,
10775 X86::GR64RegisterClass);
10776 case X86::ATOMNAND64:
10777 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
10778 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010779 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010780 X86::NOT64r, X86::RAX,
10781 X86::GR64RegisterClass, true);
10782 case X86::ATOMMIN64:
10783 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
10784 case X86::ATOMMAX64:
10785 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
10786 case X86::ATOMUMIN64:
10787 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
10788 case X86::ATOMUMAX64:
10789 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010790
10791 // This group does 64-bit operations on a 32-bit host.
10792 case X86::ATOMAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010793 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010794 X86::AND32rr, X86::AND32rr,
10795 X86::AND32ri, X86::AND32ri,
10796 false);
10797 case X86::ATOMOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010798 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010799 X86::OR32rr, X86::OR32rr,
10800 X86::OR32ri, X86::OR32ri,
10801 false);
10802 case X86::ATOMXOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010803 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010804 X86::XOR32rr, X86::XOR32rr,
10805 X86::XOR32ri, X86::XOR32ri,
10806 false);
10807 case X86::ATOMNAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010808 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010809 X86::AND32rr, X86::AND32rr,
10810 X86::AND32ri, X86::AND32ri,
10811 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010812 case X86::ATOMADD6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010813 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010814 X86::ADD32rr, X86::ADC32rr,
10815 X86::ADD32ri, X86::ADC32ri,
10816 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010817 case X86::ATOMSUB6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010818 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010819 X86::SUB32rr, X86::SBB32rr,
10820 X86::SUB32ri, X86::SBB32ri,
10821 false);
Dale Johannesen880ae362008-10-03 22:25:52 +000010822 case X86::ATOMSWAP6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010823 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen880ae362008-10-03 22:25:52 +000010824 X86::MOV32rr, X86::MOV32rr,
10825 X86::MOV32ri, X86::MOV32ri,
10826 false);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010827 case X86::VASTART_SAVE_XMM_REGS:
10828 return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
Dan Gohman320afb82010-10-12 18:00:49 +000010829
10830 case X86::VAARG_64:
10831 return EmitVAARG64WithCustomInserter(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000010832 }
10833}
10834
10835//===----------------------------------------------------------------------===//
10836// X86 Optimization Hooks
10837//===----------------------------------------------------------------------===//
10838
Dan Gohman475871a2008-07-27 21:46:04 +000010839void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +000010840 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000010841 APInt &KnownZero,
10842 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +000010843 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +000010844 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010845 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +000010846 assert((Opc >= ISD::BUILTIN_OP_END ||
10847 Opc == ISD::INTRINSIC_WO_CHAIN ||
10848 Opc == ISD::INTRINSIC_W_CHAIN ||
10849 Opc == ISD::INTRINSIC_VOID) &&
10850 "Should use MaskedValueIsZero if you don't know whether Op"
10851 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010852
Dan Gohmanf4f92f52008-02-13 23:07:24 +000010853 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010854 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +000010855 default: break;
Evan Cheng97d0e0e2009-02-02 09:15:04 +000010856 case X86ISD::ADD:
10857 case X86ISD::SUB:
Chris Lattner5b856542010-12-20 00:59:46 +000010858 case X86ISD::ADC:
10859 case X86ISD::SBB:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000010860 case X86ISD::SMUL:
10861 case X86ISD::UMUL:
Dan Gohman076aee32009-03-04 19:44:21 +000010862 case X86ISD::INC:
10863 case X86ISD::DEC:
Dan Gohmane220c4b2009-09-18 19:59:53 +000010864 case X86ISD::OR:
10865 case X86ISD::XOR:
10866 case X86ISD::AND:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000010867 // These nodes' second result is a boolean.
10868 if (Op.getResNo() == 0)
10869 break;
10870 // Fallthrough
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000010871 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000010872 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
10873 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +000010874 break;
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010875 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010876}
Chris Lattner259e97c2006-01-31 19:43:35 +000010877
Owen Andersonbc146b02010-09-21 20:42:50 +000010878unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op,
10879 unsigned Depth) const {
10880 // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
10881 if (Op.getOpcode() == X86ISD::SETCC_CARRY)
10882 return Op.getValueType().getScalarType().getSizeInBits();
Michael J. Spencerec38de22010-10-10 22:04:20 +000010883
Owen Andersonbc146b02010-09-21 20:42:50 +000010884 // Fallback case.
10885 return 1;
10886}
10887
Evan Cheng206ee9d2006-07-07 08:33:52 +000010888/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +000010889/// node is a GlobalAddress + offset.
10890bool X86TargetLowering::isGAPlusOffset(SDNode *N,
Dan Gohman46510a72010-04-15 01:51:59 +000010891 const GlobalValue* &GA,
10892 int64_t &Offset) const {
Evan Chengad4196b2008-05-12 19:56:52 +000010893 if (N->getOpcode() == X86ISD::Wrapper) {
10894 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +000010895 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +000010896 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +000010897 return true;
10898 }
Evan Cheng206ee9d2006-07-07 08:33:52 +000010899 }
Evan Chengad4196b2008-05-12 19:56:52 +000010900 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +000010901}
10902
Evan Cheng206ee9d2006-07-07 08:33:52 +000010903/// PerformShuffleCombine - Combine a vector_shuffle that is equal to
10904/// build_vector load1, load2, load3, load4, <0, 1, 2, 3> into a 128-bit load
10905/// if the load addresses are consecutive, non-overlapping, and in the right
Nate Begemanfdea31a2010-03-24 20:49:50 +000010906/// order.
Dan Gohman475871a2008-07-27 21:46:04 +000010907static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Mon P Wanga0fd0d52010-12-19 23:55:53 +000010908 TargetLowering::DAGCombinerInfo &DCI) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000010909 DebugLoc dl = N->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +000010910 EVT VT = N->getValueType(0);
Mon P Wang1e955802009-04-03 02:43:30 +000010911
Eli Friedman7a5e5552009-06-07 06:52:44 +000010912 if (VT.getSizeInBits() != 128)
10913 return SDValue();
10914
Mon P Wanga0fd0d52010-12-19 23:55:53 +000010915 // Don't create instructions with illegal types after legalize types has run.
10916 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
10917 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
10918 return SDValue();
10919
Nate Begemanfdea31a2010-03-24 20:49:50 +000010920 SmallVector<SDValue, 16> Elts;
10921 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000010922 Elts.push_back(getShuffleScalarElt(N, i, DAG, 0));
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +000010923
Nate Begemanfdea31a2010-03-24 20:49:50 +000010924 return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +000010925}
Evan Chengd880b972008-05-09 21:53:03 +000010926
Bruno Cardoso Lopesb3e06692010-09-03 19:55:05 +000010927/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
10928/// generation and convert it from being a bunch of shuffles and extracts
10929/// to a simple store and scalar loads to extract the elements.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000010930static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
10931 const TargetLowering &TLI) {
10932 SDValue InputVector = N->getOperand(0);
10933
10934 // Only operate on vectors of 4 elements, where the alternative shuffling
10935 // gets to be more expensive.
10936 if (InputVector.getValueType() != MVT::v4i32)
10937 return SDValue();
10938
10939 // Check whether every use of InputVector is an EXTRACT_VECTOR_ELT with a
10940 // single use which is a sign-extend or zero-extend, and all elements are
10941 // used.
10942 SmallVector<SDNode *, 4> Uses;
10943 unsigned ExtractedElements = 0;
10944 for (SDNode::use_iterator UI = InputVector.getNode()->use_begin(),
10945 UE = InputVector.getNode()->use_end(); UI != UE; ++UI) {
10946 if (UI.getUse().getResNo() != InputVector.getResNo())
10947 return SDValue();
10948
10949 SDNode *Extract = *UI;
10950 if (Extract->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
10951 return SDValue();
10952
10953 if (Extract->getValueType(0) != MVT::i32)
10954 return SDValue();
10955 if (!Extract->hasOneUse())
10956 return SDValue();
10957 if (Extract->use_begin()->getOpcode() != ISD::SIGN_EXTEND &&
10958 Extract->use_begin()->getOpcode() != ISD::ZERO_EXTEND)
10959 return SDValue();
10960 if (!isa<ConstantSDNode>(Extract->getOperand(1)))
10961 return SDValue();
10962
10963 // Record which element was extracted.
10964 ExtractedElements |=
10965 1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
10966
10967 Uses.push_back(Extract);
10968 }
10969
10970 // If not all the elements were used, this may not be worthwhile.
10971 if (ExtractedElements != 15)
10972 return SDValue();
10973
10974 // Ok, we've now decided to do the transformation.
10975 DebugLoc dl = InputVector.getDebugLoc();
10976
10977 // Store the value to a temporary stack slot.
10978 SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
Chris Lattner8026a9d2010-09-21 17:50:43 +000010979 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr,
10980 MachinePointerInfo(), false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000010981
10982 // Replace each use (extract) with a load of the appropriate element.
10983 for (SmallVectorImpl<SDNode *>::iterator UI = Uses.begin(),
10984 UE = Uses.end(); UI != UE; ++UI) {
10985 SDNode *Extract = *UI;
10986
10987 // Compute the element's address.
10988 SDValue Idx = Extract->getOperand(1);
10989 unsigned EltSize =
10990 InputVector.getValueType().getVectorElementType().getSizeInBits()/8;
10991 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();
10992 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy());
10993
Eric Christopher90eb4022010-07-22 00:26:08 +000010994 SDValue ScalarAddr = DAG.getNode(ISD::ADD, dl, Idx.getValueType(),
Chris Lattner51abfe42010-09-21 06:02:19 +000010995 StackPtr, OffsetVal);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000010996
10997 // Load the scalar.
Eric Christopher90eb4022010-07-22 00:26:08 +000010998 SDValue LoadScalar = DAG.getLoad(Extract->getValueType(0), dl, Ch,
Chris Lattner51abfe42010-09-21 06:02:19 +000010999 ScalarAddr, MachinePointerInfo(),
11000 false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011001
11002 // Replace the exact with the load.
11003 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
11004 }
11005
11006 // The replacement was made in place; don't return anything.
11007 return SDValue();
11008}
11009
Chris Lattner83e6c992006-10-04 06:57:07 +000011010/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011011static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner47b4ce82009-03-11 05:48:52 +000011012 const X86Subtarget *Subtarget) {
11013 DebugLoc DL = N->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +000011014 SDValue Cond = N->getOperand(0);
Chris Lattner47b4ce82009-03-11 05:48:52 +000011015 // Get the LHS/RHS of the select.
11016 SDValue LHS = N->getOperand(1);
11017 SDValue RHS = N->getOperand(2);
Eric Christopherfd179292009-08-27 18:07:15 +000011018
Dan Gohman670e5392009-09-21 18:03:22 +000011019 // If we have SSE[12] support, try to form min/max nodes. SSE min/max
Dan Gohman8ce05da2010-02-22 04:03:39 +000011020 // instructions match the semantics of the common C idiom x<y?x:y but not
11021 // x<=y?x:y, because of how they handle negative zero (which can be
11022 // ignored in unsafe-math mode).
Chris Lattner83e6c992006-10-04 06:57:07 +000011023 if (Subtarget->hasSSE2() &&
Owen Anderson825b72b2009-08-11 20:47:22 +000011024 (LHS.getValueType() == MVT::f32 || LHS.getValueType() == MVT::f64) &&
Chris Lattner47b4ce82009-03-11 05:48:52 +000011025 Cond.getOpcode() == ISD::SETCC) {
11026 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011027
Chris Lattner47b4ce82009-03-11 05:48:52 +000011028 unsigned Opcode = 0;
Dan Gohman670e5392009-09-21 18:03:22 +000011029 // Check for x CC y ? x : y.
Dan Gohmane8326932010-02-24 06:52:40 +000011030 if (DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
11031 DAG.isEqualTo(RHS, Cond.getOperand(1))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011032 switch (CC) {
11033 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011034 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011035 // Converting this to a min would handle NaNs incorrectly, and swapping
11036 // the operands would cause it to handle comparisons between positive
11037 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011038 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011039 if (!UnsafeFPMath &&
11040 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11041 break;
11042 std::swap(LHS, RHS);
11043 }
Dan Gohman670e5392009-09-21 18:03:22 +000011044 Opcode = X86ISD::FMIN;
11045 break;
11046 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011047 // Converting this to a min would handle comparisons between positive
11048 // and negative zero incorrectly.
11049 if (!UnsafeFPMath &&
11050 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
11051 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011052 Opcode = X86ISD::FMIN;
11053 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011054 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011055 // Converting this to a min would handle both negative zeros and NaNs
11056 // incorrectly, but we can swap the operands to fix both.
11057 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011058 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011059 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011060 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011061 Opcode = X86ISD::FMIN;
11062 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011063
Dan Gohman670e5392009-09-21 18:03:22 +000011064 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011065 // Converting this to a max would handle comparisons between positive
11066 // and negative zero incorrectly.
11067 if (!UnsafeFPMath &&
11068 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(LHS))
11069 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011070 Opcode = X86ISD::FMAX;
11071 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011072 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011073 // Converting this to a max would handle NaNs incorrectly, and swapping
11074 // the operands would cause it to handle comparisons between positive
11075 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011076 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011077 if (!UnsafeFPMath &&
11078 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11079 break;
11080 std::swap(LHS, RHS);
11081 }
Dan Gohman670e5392009-09-21 18:03:22 +000011082 Opcode = X86ISD::FMAX;
11083 break;
11084 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011085 // Converting this to a max would handle both negative zeros and NaNs
11086 // incorrectly, but we can swap the operands to fix both.
11087 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011088 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011089 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011090 case ISD::SETGE:
11091 Opcode = X86ISD::FMAX;
11092 break;
Chris Lattner83e6c992006-10-04 06:57:07 +000011093 }
Dan Gohman670e5392009-09-21 18:03:22 +000011094 // Check for x CC y ? y : x -- a min/max with reversed arms.
Dan Gohmane8326932010-02-24 06:52:40 +000011095 } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) &&
11096 DAG.isEqualTo(RHS, Cond.getOperand(0))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011097 switch (CC) {
11098 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011099 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011100 // Converting this to a min would handle comparisons between positive
11101 // and negative zero incorrectly, and swapping the operands would
11102 // cause it to handle NaNs incorrectly.
11103 if (!UnsafeFPMath &&
11104 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS))) {
Evan Cheng60108e92010-07-15 22:07:12 +000011105 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011106 break;
11107 std::swap(LHS, RHS);
11108 }
Dan Gohman670e5392009-09-21 18:03:22 +000011109 Opcode = X86ISD::FMIN;
Dan Gohman8d44b282009-09-03 20:34:31 +000011110 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011111 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011112 // Converting this to a min would handle NaNs incorrectly.
11113 if (!UnsafeFPMath &&
11114 (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)))
11115 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011116 Opcode = X86ISD::FMIN;
11117 break;
11118 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011119 // Converting this to a min would handle both negative zeros and NaNs
11120 // incorrectly, but we can swap the operands to fix both.
11121 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011122 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011123 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011124 case ISD::SETGE:
11125 Opcode = X86ISD::FMIN;
11126 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011127
Dan Gohman670e5392009-09-21 18:03:22 +000011128 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011129 // Converting this to a max would handle NaNs incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011130 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011131 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011132 Opcode = X86ISD::FMAX;
Dan Gohman8d44b282009-09-03 20:34:31 +000011133 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011134 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011135 // Converting this to a max would handle comparisons between positive
11136 // and negative zero incorrectly, and swapping the operands would
11137 // cause it to handle NaNs incorrectly.
11138 if (!UnsafeFPMath &&
11139 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS)) {
Evan Cheng60108e92010-07-15 22:07:12 +000011140 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011141 break;
11142 std::swap(LHS, RHS);
11143 }
Dan Gohman670e5392009-09-21 18:03:22 +000011144 Opcode = X86ISD::FMAX;
11145 break;
11146 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011147 // Converting this to a max would handle both negative zeros and NaNs
11148 // incorrectly, but we can swap the operands to fix both.
11149 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011150 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011151 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011152 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011153 Opcode = X86ISD::FMAX;
11154 break;
11155 }
Chris Lattner83e6c992006-10-04 06:57:07 +000011156 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011157
Chris Lattner47b4ce82009-03-11 05:48:52 +000011158 if (Opcode)
11159 return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +000011160 }
Eric Christopherfd179292009-08-27 18:07:15 +000011161
Chris Lattnerd1980a52009-03-12 06:52:53 +000011162 // If this is a select between two integer constants, try to do some
11163 // optimizations.
Chris Lattnercee56e72009-03-13 05:53:31 +000011164 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
11165 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
Chris Lattnerd1980a52009-03-12 06:52:53 +000011166 // Don't do this for crazy integer types.
11167 if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
11168 // If this is efficiently invertible, canonicalize the LHSC/RHSC values
Chris Lattnercee56e72009-03-13 05:53:31 +000011169 // so that TrueC (the true value) is larger than FalseC.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011170 bool NeedsCondInvert = false;
Eric Christopherfd179292009-08-27 18:07:15 +000011171
Chris Lattnercee56e72009-03-13 05:53:31 +000011172 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
Chris Lattnerd1980a52009-03-12 06:52:53 +000011173 // Efficiently invertible.
11174 (Cond.getOpcode() == ISD::SETCC || // setcc -> invertible.
11175 (Cond.getOpcode() == ISD::XOR && // xor(X, C) -> invertible.
11176 isa<ConstantSDNode>(Cond.getOperand(1))))) {
11177 NeedsCondInvert = true;
Chris Lattnercee56e72009-03-13 05:53:31 +000011178 std::swap(TrueC, FalseC);
Chris Lattnerd1980a52009-03-12 06:52:53 +000011179 }
Eric Christopherfd179292009-08-27 18:07:15 +000011180
Chris Lattnerd1980a52009-03-12 06:52:53 +000011181 // Optimize C ? 8 : 0 -> zext(C) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011182 if (FalseC->getAPIntValue() == 0 &&
11183 TrueC->getAPIntValue().isPowerOf2()) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000011184 if (NeedsCondInvert) // Invert the condition if needed.
11185 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11186 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011187
Chris Lattnerd1980a52009-03-12 06:52:53 +000011188 // Zero extend the condition if needed.
11189 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011190
Chris Lattnercee56e72009-03-13 05:53:31 +000011191 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
Chris Lattnerd1980a52009-03-12 06:52:53 +000011192 return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011193 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011194 }
Eric Christopherfd179292009-08-27 18:07:15 +000011195
Chris Lattner97a29a52009-03-13 05:22:11 +000011196 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
Chris Lattnercee56e72009-03-13 05:53:31 +000011197 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Chris Lattner97a29a52009-03-13 05:22:11 +000011198 if (NeedsCondInvert) // Invert the condition if needed.
11199 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11200 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011201
Chris Lattner97a29a52009-03-13 05:22:11 +000011202 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011203 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11204 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011205 return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
Chris Lattnercee56e72009-03-13 05:53:31 +000011206 SDValue(FalseC, 0));
Chris Lattner97a29a52009-03-13 05:22:11 +000011207 }
Eric Christopherfd179292009-08-27 18:07:15 +000011208
Chris Lattnercee56e72009-03-13 05:53:31 +000011209 // Optimize cases that will turn into an LEA instruction. This requires
11210 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011211 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011212 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011213 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011214
Chris Lattnercee56e72009-03-13 05:53:31 +000011215 bool isFastMultiplier = false;
11216 if (Diff < 10) {
11217 switch ((unsigned char)Diff) {
11218 default: break;
11219 case 1: // result = add base, cond
11220 case 2: // result = lea base( , cond*2)
11221 case 3: // result = lea base(cond, cond*2)
11222 case 4: // result = lea base( , cond*4)
11223 case 5: // result = lea base(cond, cond*4)
11224 case 8: // result = lea base( , cond*8)
11225 case 9: // result = lea base(cond, cond*8)
11226 isFastMultiplier = true;
11227 break;
11228 }
11229 }
Eric Christopherfd179292009-08-27 18:07:15 +000011230
Chris Lattnercee56e72009-03-13 05:53:31 +000011231 if (isFastMultiplier) {
11232 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
11233 if (NeedsCondInvert) // Invert the condition if needed.
11234 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11235 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011236
Chris Lattnercee56e72009-03-13 05:53:31 +000011237 // Zero extend the condition if needed.
11238 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11239 Cond);
11240 // Scale the condition by the difference.
11241 if (Diff != 1)
11242 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11243 DAG.getConstant(Diff, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011244
Chris Lattnercee56e72009-03-13 05:53:31 +000011245 // Add the base if non-zero.
11246 if (FalseC->getAPIntValue() != 0)
11247 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11248 SDValue(FalseC, 0));
11249 return Cond;
11250 }
Eric Christopherfd179292009-08-27 18:07:15 +000011251 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011252 }
11253 }
Eric Christopherfd179292009-08-27 18:07:15 +000011254
Dan Gohman475871a2008-07-27 21:46:04 +000011255 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +000011256}
11257
Chris Lattnerd1980a52009-03-12 06:52:53 +000011258/// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
11259static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
11260 TargetLowering::DAGCombinerInfo &DCI) {
11261 DebugLoc DL = N->getDebugLoc();
Eric Christopherfd179292009-08-27 18:07:15 +000011262
Chris Lattnerd1980a52009-03-12 06:52:53 +000011263 // If the flag operand isn't dead, don't touch this CMOV.
11264 if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
11265 return SDValue();
Eric Christopherfd179292009-08-27 18:07:15 +000011266
Chris Lattnerd1980a52009-03-12 06:52:53 +000011267 // If this is a select between two integer constants, try to do some
11268 // optimizations. Note that the operands are ordered the opposite of SELECT
11269 // operands.
11270 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(N->getOperand(1))) {
11271 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
11272 // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
11273 // larger than FalseC (the false value).
11274 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
Eric Christopherfd179292009-08-27 18:07:15 +000011275
Chris Lattnerd1980a52009-03-12 06:52:53 +000011276 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
11277 CC = X86::GetOppositeBranchCondition(CC);
11278 std::swap(TrueC, FalseC);
11279 }
Eric Christopherfd179292009-08-27 18:07:15 +000011280
Chris Lattnerd1980a52009-03-12 06:52:53 +000011281 // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011282 // This is efficient for any integer data type (including i8/i16) and
11283 // shift amount.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011284 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
11285 SDValue Cond = N->getOperand(3);
Owen Anderson825b72b2009-08-11 20:47:22 +000011286 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11287 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011288
Chris Lattnerd1980a52009-03-12 06:52:53 +000011289 // Zero extend the condition if needed.
11290 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011291
Chris Lattnerd1980a52009-03-12 06:52:53 +000011292 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
11293 Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011294 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011295 if (N->getNumValues() == 2) // Dead flag value?
11296 return DCI.CombineTo(N, Cond, SDValue());
11297 return Cond;
11298 }
Eric Christopherfd179292009-08-27 18:07:15 +000011299
Chris Lattnercee56e72009-03-13 05:53:31 +000011300 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst. This is efficient
11301 // for any integer data type, including i8/i16.
Chris Lattner97a29a52009-03-13 05:22:11 +000011302 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
11303 SDValue Cond = N->getOperand(3);
Owen Anderson825b72b2009-08-11 20:47:22 +000011304 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11305 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011306
Chris Lattner97a29a52009-03-13 05:22:11 +000011307 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011308 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11309 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011310 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11311 SDValue(FalseC, 0));
Eric Christopherfd179292009-08-27 18:07:15 +000011312
Chris Lattner97a29a52009-03-13 05:22:11 +000011313 if (N->getNumValues() == 2) // Dead flag value?
11314 return DCI.CombineTo(N, Cond, SDValue());
11315 return Cond;
11316 }
Eric Christopherfd179292009-08-27 18:07:15 +000011317
Chris Lattnercee56e72009-03-13 05:53:31 +000011318 // Optimize cases that will turn into an LEA instruction. This requires
11319 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011320 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011321 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011322 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011323
Chris Lattnercee56e72009-03-13 05:53:31 +000011324 bool isFastMultiplier = false;
11325 if (Diff < 10) {
11326 switch ((unsigned char)Diff) {
11327 default: break;
11328 case 1: // result = add base, cond
11329 case 2: // result = lea base( , cond*2)
11330 case 3: // result = lea base(cond, cond*2)
11331 case 4: // result = lea base( , cond*4)
11332 case 5: // result = lea base(cond, cond*4)
11333 case 8: // result = lea base( , cond*8)
11334 case 9: // result = lea base(cond, cond*8)
11335 isFastMultiplier = true;
11336 break;
11337 }
11338 }
Eric Christopherfd179292009-08-27 18:07:15 +000011339
Chris Lattnercee56e72009-03-13 05:53:31 +000011340 if (isFastMultiplier) {
11341 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
11342 SDValue Cond = N->getOperand(3);
Owen Anderson825b72b2009-08-11 20:47:22 +000011343 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11344 DAG.getConstant(CC, MVT::i8), Cond);
Chris Lattnercee56e72009-03-13 05:53:31 +000011345 // Zero extend the condition if needed.
11346 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11347 Cond);
11348 // Scale the condition by the difference.
11349 if (Diff != 1)
11350 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11351 DAG.getConstant(Diff, Cond.getValueType()));
11352
11353 // Add the base if non-zero.
11354 if (FalseC->getAPIntValue() != 0)
11355 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11356 SDValue(FalseC, 0));
11357 if (N->getNumValues() == 2) // Dead flag value?
11358 return DCI.CombineTo(N, Cond, SDValue());
11359 return Cond;
11360 }
Eric Christopherfd179292009-08-27 18:07:15 +000011361 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011362 }
11363 }
11364 return SDValue();
11365}
11366
11367
Evan Cheng0b0cd912009-03-28 05:57:29 +000011368/// PerformMulCombine - Optimize a single multiply with constant into two
11369/// in order to implement it with two cheaper instructions, e.g.
11370/// LEA + SHL, LEA + LEA.
11371static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
11372 TargetLowering::DAGCombinerInfo &DCI) {
Evan Cheng0b0cd912009-03-28 05:57:29 +000011373 if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
11374 return SDValue();
11375
Owen Andersone50ed302009-08-10 22:56:29 +000011376 EVT VT = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +000011377 if (VT != MVT::i64)
Evan Cheng0b0cd912009-03-28 05:57:29 +000011378 return SDValue();
11379
11380 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
11381 if (!C)
11382 return SDValue();
11383 uint64_t MulAmt = C->getZExtValue();
11384 if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
11385 return SDValue();
11386
11387 uint64_t MulAmt1 = 0;
11388 uint64_t MulAmt2 = 0;
11389 if ((MulAmt % 9) == 0) {
11390 MulAmt1 = 9;
11391 MulAmt2 = MulAmt / 9;
11392 } else if ((MulAmt % 5) == 0) {
11393 MulAmt1 = 5;
11394 MulAmt2 = MulAmt / 5;
11395 } else if ((MulAmt % 3) == 0) {
11396 MulAmt1 = 3;
11397 MulAmt2 = MulAmt / 3;
11398 }
11399 if (MulAmt2 &&
11400 (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
11401 DebugLoc DL = N->getDebugLoc();
11402
11403 if (isPowerOf2_64(MulAmt2) &&
11404 !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
11405 // If second multiplifer is pow2, issue it first. We want the multiply by
11406 // 3, 5, or 9 to be folded into the addressing mode unless the lone use
11407 // is an add.
11408 std::swap(MulAmt1, MulAmt2);
11409
11410 SDValue NewMul;
Eric Christopherfd179292009-08-27 18:07:15 +000011411 if (isPowerOf2_64(MulAmt1))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011412 NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
Owen Anderson825b72b2009-08-11 20:47:22 +000011413 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
Evan Cheng0b0cd912009-03-28 05:57:29 +000011414 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011415 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
Evan Cheng0b0cd912009-03-28 05:57:29 +000011416 DAG.getConstant(MulAmt1, VT));
11417
Eric Christopherfd179292009-08-27 18:07:15 +000011418 if (isPowerOf2_64(MulAmt2))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011419 NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
Owen Anderson825b72b2009-08-11 20:47:22 +000011420 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));
Eric Christopherfd179292009-08-27 18:07:15 +000011421 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011422 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
Evan Cheng0b0cd912009-03-28 05:57:29 +000011423 DAG.getConstant(MulAmt2, VT));
11424
11425 // Do not add new nodes to DAG combiner worklist.
11426 DCI.CombineTo(N, NewMul, false);
11427 }
11428 return SDValue();
11429}
11430
Evan Chengad9c0a32009-12-15 00:53:42 +000011431static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
11432 SDValue N0 = N->getOperand(0);
11433 SDValue N1 = N->getOperand(1);
11434 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
11435 EVT VT = N0.getValueType();
11436
11437 // fold (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2))
11438 // since the result of setcc_c is all zero's or all ones.
11439 if (N1C && N0.getOpcode() == ISD::AND &&
11440 N0.getOperand(1).getOpcode() == ISD::Constant) {
11441 SDValue N00 = N0.getOperand(0);
11442 if (N00.getOpcode() == X86ISD::SETCC_CARRY ||
11443 ((N00.getOpcode() == ISD::ANY_EXTEND ||
11444 N00.getOpcode() == ISD::ZERO_EXTEND) &&
11445 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY)) {
11446 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
11447 APInt ShAmt = N1C->getAPIntValue();
11448 Mask = Mask.shl(ShAmt);
11449 if (Mask != 0)
11450 return DAG.getNode(ISD::AND, N->getDebugLoc(), VT,
11451 N00, DAG.getConstant(Mask, VT));
11452 }
11453 }
11454
11455 return SDValue();
11456}
Evan Cheng0b0cd912009-03-28 05:57:29 +000011457
Nate Begeman740ab032009-01-26 00:52:55 +000011458/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
11459/// when possible.
11460static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
11461 const X86Subtarget *Subtarget) {
Evan Chengad9c0a32009-12-15 00:53:42 +000011462 EVT VT = N->getValueType(0);
11463 if (!VT.isVector() && VT.isInteger() &&
11464 N->getOpcode() == ISD::SHL)
11465 return PerformSHLCombine(N, DAG);
11466
Nate Begeman740ab032009-01-26 00:52:55 +000011467 // On X86 with SSE2 support, we can transform this to a vector shift if
11468 // all elements are shifted by the same amount. We can't do this in legalize
11469 // because the a constant vector is typically transformed to a constant pool
11470 // so we have no knowledge of the shift amount.
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011471 if (!Subtarget->hasSSE2())
11472 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000011473
Owen Anderson825b72b2009-08-11 20:47:22 +000011474 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011475 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000011476
Mon P Wang3becd092009-01-28 08:12:05 +000011477 SDValue ShAmtOp = N->getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +000011478 EVT EltVT = VT.getVectorElementType();
Chris Lattner47b4ce82009-03-11 05:48:52 +000011479 DebugLoc DL = N->getDebugLoc();
Mon P Wangefa42202009-09-03 19:56:25 +000011480 SDValue BaseShAmt = SDValue();
Mon P Wang3becd092009-01-28 08:12:05 +000011481 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
11482 unsigned NumElts = VT.getVectorNumElements();
11483 unsigned i = 0;
11484 for (; i != NumElts; ++i) {
11485 SDValue Arg = ShAmtOp.getOperand(i);
11486 if (Arg.getOpcode() == ISD::UNDEF) continue;
11487 BaseShAmt = Arg;
11488 break;
11489 }
11490 for (; i != NumElts; ++i) {
11491 SDValue Arg = ShAmtOp.getOperand(i);
11492 if (Arg.getOpcode() == ISD::UNDEF) continue;
11493 if (Arg != BaseShAmt) {
11494 return SDValue();
11495 }
11496 }
11497 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
Nate Begeman9008ca62009-04-27 18:41:29 +000011498 cast<ShuffleVectorSDNode>(ShAmtOp)->isSplat()) {
Mon P Wangefa42202009-09-03 19:56:25 +000011499 SDValue InVec = ShAmtOp.getOperand(0);
11500 if (InVec.getOpcode() == ISD::BUILD_VECTOR) {
11501 unsigned NumElts = InVec.getValueType().getVectorNumElements();
11502 unsigned i = 0;
11503 for (; i != NumElts; ++i) {
11504 SDValue Arg = InVec.getOperand(i);
11505 if (Arg.getOpcode() == ISD::UNDEF) continue;
11506 BaseShAmt = Arg;
11507 break;
11508 }
11509 } else if (InVec.getOpcode() == ISD::INSERT_VECTOR_ELT) {
11510 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
Evan Chengae3ecf92010-02-16 21:09:44 +000011511 unsigned SplatIdx= cast<ShuffleVectorSDNode>(ShAmtOp)->getSplatIndex();
Mon P Wangefa42202009-09-03 19:56:25 +000011512 if (C->getZExtValue() == SplatIdx)
11513 BaseShAmt = InVec.getOperand(1);
11514 }
11515 }
11516 if (BaseShAmt.getNode() == 0)
11517 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp,
11518 DAG.getIntPtrConstant(0));
Mon P Wang3becd092009-01-28 08:12:05 +000011519 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011520 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +000011521
Mon P Wangefa42202009-09-03 19:56:25 +000011522 // The shift amount is an i32.
Owen Anderson825b72b2009-08-11 20:47:22 +000011523 if (EltVT.bitsGT(MVT::i32))
11524 BaseShAmt = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, BaseShAmt);
11525 else if (EltVT.bitsLT(MVT::i32))
Mon P Wangefa42202009-09-03 19:56:25 +000011526 BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +000011527
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011528 // The shift amount is identical so we can do a vector shift.
11529 SDValue ValOp = N->getOperand(0);
11530 switch (N->getOpcode()) {
11531 default:
Torok Edwinc23197a2009-07-14 16:55:14 +000011532 llvm_unreachable("Unknown shift opcode!");
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011533 break;
11534 case ISD::SHL:
Owen Anderson825b72b2009-08-11 20:47:22 +000011535 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011536 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011537 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011538 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011539 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011540 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011541 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011542 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011543 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011544 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011545 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011546 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011547 break;
11548 case ISD::SRA:
Owen Anderson825b72b2009-08-11 20:47:22 +000011549 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011550 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011551 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011552 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011553 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011554 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011555 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011556 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011557 break;
11558 case ISD::SRL:
Owen Anderson825b72b2009-08-11 20:47:22 +000011559 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011560 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011561 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011562 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011563 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011564 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011565 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011566 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011567 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011568 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011569 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011570 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011571 break;
Nate Begeman740ab032009-01-26 00:52:55 +000011572 }
11573 return SDValue();
11574}
11575
Nate Begemanb65c1752010-12-17 22:55:37 +000011576
11577static SDValue PerformAndCombine(SDNode *N, SelectionDAG &DAG,
11578 TargetLowering::DAGCombinerInfo &DCI,
11579 const X86Subtarget *Subtarget) {
11580 if (DCI.isBeforeLegalizeOps())
11581 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011582
Nate Begemanb65c1752010-12-17 22:55:37 +000011583 // Want to form PANDN nodes, in the hopes of then easily combining them with
11584 // OR and AND nodes to form PBLEND/PSIGN.
11585 EVT VT = N->getValueType(0);
11586 if (VT != MVT::v2i64)
11587 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011588
Nate Begemanb65c1752010-12-17 22:55:37 +000011589 SDValue N0 = N->getOperand(0);
11590 SDValue N1 = N->getOperand(1);
11591 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011592
Nate Begemanb65c1752010-12-17 22:55:37 +000011593 // Check LHS for vnot
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011594 if (N0.getOpcode() == ISD::XOR &&
Nate Begemanb65c1752010-12-17 22:55:37 +000011595 ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode()))
11596 return DAG.getNode(X86ISD::PANDN, DL, VT, N0.getOperand(0), N1);
11597
11598 // Check RHS for vnot
11599 if (N1.getOpcode() == ISD::XOR &&
11600 ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode()))
11601 return DAG.getNode(X86ISD::PANDN, DL, VT, N1.getOperand(0), N0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011602
Nate Begemanb65c1752010-12-17 22:55:37 +000011603 return SDValue();
11604}
11605
Evan Cheng760d1942010-01-04 21:22:48 +000011606static SDValue PerformOrCombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng8b1190a2010-04-28 01:18:01 +000011607 TargetLowering::DAGCombinerInfo &DCI,
Evan Cheng760d1942010-01-04 21:22:48 +000011608 const X86Subtarget *Subtarget) {
Evan Cheng39cfeec2010-04-28 02:25:18 +000011609 if (DCI.isBeforeLegalizeOps())
Evan Cheng8b1190a2010-04-28 01:18:01 +000011610 return SDValue();
11611
Evan Cheng760d1942010-01-04 21:22:48 +000011612 EVT VT = N->getValueType(0);
Nate Begemanb65c1752010-12-17 22:55:37 +000011613 if (VT != MVT::i16 && VT != MVT::i32 && VT != MVT::i64 && VT != MVT::v2i64)
Evan Cheng760d1942010-01-04 21:22:48 +000011614 return SDValue();
11615
Evan Cheng760d1942010-01-04 21:22:48 +000011616 SDValue N0 = N->getOperand(0);
11617 SDValue N1 = N->getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011618
Nate Begemanb65c1752010-12-17 22:55:37 +000011619 // look for psign/blend
11620 if (Subtarget->hasSSSE3()) {
11621 if (VT == MVT::v2i64) {
11622 // Canonicalize pandn to RHS
11623 if (N0.getOpcode() == X86ISD::PANDN)
11624 std::swap(N0, N1);
11625 // or (and (m, x), (pandn m, y))
11626 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::PANDN) {
11627 SDValue Mask = N1.getOperand(0);
11628 SDValue X = N1.getOperand(1);
11629 SDValue Y;
11630 if (N0.getOperand(0) == Mask)
11631 Y = N0.getOperand(1);
11632 if (N0.getOperand(1) == Mask)
11633 Y = N0.getOperand(0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011634
Nate Begemanb65c1752010-12-17 22:55:37 +000011635 // Check to see if the mask appeared in both the AND and PANDN and
11636 if (!Y.getNode())
11637 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011638
Nate Begemanb65c1752010-12-17 22:55:37 +000011639 // Validate that X, Y, and Mask are BIT_CONVERTS, and see through them.
11640 if (Mask.getOpcode() != ISD::BITCAST ||
11641 X.getOpcode() != ISD::BITCAST ||
11642 Y.getOpcode() != ISD::BITCAST)
11643 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011644
Nate Begemanb65c1752010-12-17 22:55:37 +000011645 // Look through mask bitcast.
11646 Mask = Mask.getOperand(0);
11647 EVT MaskVT = Mask.getValueType();
11648
11649 // Validate that the Mask operand is a vector sra node. The sra node
11650 // will be an intrinsic.
11651 if (Mask.getOpcode() != ISD::INTRINSIC_WO_CHAIN)
11652 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011653
Nate Begemanb65c1752010-12-17 22:55:37 +000011654 // FIXME: what to do for bytes, since there is a psignb/pblendvb, but
11655 // there is no psrai.b
11656 switch (cast<ConstantSDNode>(Mask.getOperand(0))->getZExtValue()) {
11657 case Intrinsic::x86_sse2_psrai_w:
11658 case Intrinsic::x86_sse2_psrai_d:
11659 break;
11660 default: return SDValue();
11661 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011662
Nate Begemanb65c1752010-12-17 22:55:37 +000011663 // Check that the SRA is all signbits.
11664 SDValue SraC = Mask.getOperand(2);
11665 unsigned SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue();
11666 unsigned EltBits = MaskVT.getVectorElementType().getSizeInBits();
11667 if ((SraAmt + 1) != EltBits)
11668 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011669
Nate Begemanb65c1752010-12-17 22:55:37 +000011670 DebugLoc DL = N->getDebugLoc();
11671
11672 // Now we know we at least have a plendvb with the mask val. See if
11673 // we can form a psignb/w/d.
11674 // psign = x.type == y.type == mask.type && y = sub(0, x);
11675 X = X.getOperand(0);
11676 Y = Y.getOperand(0);
11677 if (Y.getOpcode() == ISD::SUB && Y.getOperand(1) == X &&
11678 ISD::isBuildVectorAllZeros(Y.getOperand(0).getNode()) &&
11679 X.getValueType() == MaskVT && X.getValueType() == Y.getValueType()){
11680 unsigned Opc = 0;
11681 switch (EltBits) {
11682 case 8: Opc = X86ISD::PSIGNB; break;
11683 case 16: Opc = X86ISD::PSIGNW; break;
11684 case 32: Opc = X86ISD::PSIGND; break;
11685 default: break;
11686 }
11687 if (Opc) {
11688 SDValue Sign = DAG.getNode(Opc, DL, MaskVT, X, Mask.getOperand(1));
11689 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Sign);
11690 }
11691 }
11692 // PBLENDVB only available on SSE 4.1
11693 if (!Subtarget->hasSSE41())
11694 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011695
Nate Begemanb65c1752010-12-17 22:55:37 +000011696 X = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, X);
11697 Y = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Y);
11698 Mask = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Mask);
Nate Begeman672fb622010-12-20 22:04:24 +000011699 Mask = DAG.getNode(X86ISD::PBLENDVB, DL, MVT::v16i8, X, Y, Mask);
Nate Begemanb65c1752010-12-17 22:55:37 +000011700 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Mask);
11701 }
11702 }
11703 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011704
Nate Begemanb65c1752010-12-17 22:55:37 +000011705 // fold (or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c)
Evan Cheng760d1942010-01-04 21:22:48 +000011706 if (N0.getOpcode() == ISD::SRL && N1.getOpcode() == ISD::SHL)
11707 std::swap(N0, N1);
11708 if (N0.getOpcode() != ISD::SHL || N1.getOpcode() != ISD::SRL)
11709 return SDValue();
Evan Cheng8b1190a2010-04-28 01:18:01 +000011710 if (!N0.hasOneUse() || !N1.hasOneUse())
11711 return SDValue();
Evan Cheng760d1942010-01-04 21:22:48 +000011712
11713 SDValue ShAmt0 = N0.getOperand(1);
11714 if (ShAmt0.getValueType() != MVT::i8)
11715 return SDValue();
11716 SDValue ShAmt1 = N1.getOperand(1);
11717 if (ShAmt1.getValueType() != MVT::i8)
11718 return SDValue();
11719 if (ShAmt0.getOpcode() == ISD::TRUNCATE)
11720 ShAmt0 = ShAmt0.getOperand(0);
11721 if (ShAmt1.getOpcode() == ISD::TRUNCATE)
11722 ShAmt1 = ShAmt1.getOperand(0);
11723
11724 DebugLoc DL = N->getDebugLoc();
11725 unsigned Opc = X86ISD::SHLD;
11726 SDValue Op0 = N0.getOperand(0);
11727 SDValue Op1 = N1.getOperand(0);
11728 if (ShAmt0.getOpcode() == ISD::SUB) {
11729 Opc = X86ISD::SHRD;
11730 std::swap(Op0, Op1);
11731 std::swap(ShAmt0, ShAmt1);
11732 }
11733
Evan Cheng8b1190a2010-04-28 01:18:01 +000011734 unsigned Bits = VT.getSizeInBits();
Evan Cheng760d1942010-01-04 21:22:48 +000011735 if (ShAmt1.getOpcode() == ISD::SUB) {
11736 SDValue Sum = ShAmt1.getOperand(0);
11737 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
Dan Gohman4e39e9d2010-06-24 14:30:44 +000011738 SDValue ShAmt1Op1 = ShAmt1.getOperand(1);
11739 if (ShAmt1Op1.getNode()->getOpcode() == ISD::TRUNCATE)
11740 ShAmt1Op1 = ShAmt1Op1.getOperand(0);
11741 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0)
Evan Cheng760d1942010-01-04 21:22:48 +000011742 return DAG.getNode(Opc, DL, VT,
11743 Op0, Op1,
11744 DAG.getNode(ISD::TRUNCATE, DL,
11745 MVT::i8, ShAmt0));
11746 }
11747 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
11748 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
11749 if (ShAmt0C &&
Evan Cheng8b1190a2010-04-28 01:18:01 +000011750 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits)
Evan Cheng760d1942010-01-04 21:22:48 +000011751 return DAG.getNode(Opc, DL, VT,
11752 N0.getOperand(0), N1.getOperand(0),
11753 DAG.getNode(ISD::TRUNCATE, DL,
11754 MVT::i8, ShAmt0));
11755 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011756
Evan Cheng760d1942010-01-04 21:22:48 +000011757 return SDValue();
11758}
11759
Chris Lattner149a4e52008-02-22 02:09:43 +000011760/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011761static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng536e6672009-03-12 05:59:15 +000011762 const X86Subtarget *Subtarget) {
Chris Lattner149a4e52008-02-22 02:09:43 +000011763 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
11764 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +000011765 // A preferable solution to the general problem is to figure out the right
11766 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng536e6672009-03-12 05:59:15 +000011767
11768 // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
Evan Cheng7e2ff772008-05-08 00:57:18 +000011769 StoreSDNode *St = cast<StoreSDNode>(N);
Owen Andersone50ed302009-08-10 22:56:29 +000011770 EVT VT = St->getValue().getValueType();
Evan Cheng536e6672009-03-12 05:59:15 +000011771 if (VT.getSizeInBits() != 64)
11772 return SDValue();
11773
Devang Patel578efa92009-06-05 21:57:13 +000011774 const Function *F = DAG.getMachineFunction().getFunction();
11775 bool NoImplicitFloatOps = F->hasFnAttr(Attribute::NoImplicitFloat);
Eric Christopherfd179292009-08-27 18:07:15 +000011776 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps
Devang Patel578efa92009-06-05 21:57:13 +000011777 && Subtarget->hasSSE2();
Evan Cheng536e6672009-03-12 05:59:15 +000011778 if ((VT.isVector() ||
Owen Anderson825b72b2009-08-11 20:47:22 +000011779 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
Dale Johannesen079f2a62008-02-25 19:20:14 +000011780 isa<LoadSDNode>(St->getValue()) &&
11781 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
11782 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +000011783 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011784 LoadSDNode *Ld = 0;
11785 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +000011786 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +000011787 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011788 // Must be a store of a load. We currently handle two cases: the load
11789 // is a direct child, and it's under an intervening TokenFactor. It is
11790 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +000011791 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +000011792 Ld = cast<LoadSDNode>(St->getChain());
11793 else if (St->getValue().hasOneUse() &&
11794 ChainVal->getOpcode() == ISD::TokenFactor) {
11795 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +000011796 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +000011797 TokenFactorIndex = i;
11798 Ld = cast<LoadSDNode>(St->getValue());
11799 } else
11800 Ops.push_back(ChainVal->getOperand(i));
11801 }
11802 }
Dale Johannesen079f2a62008-02-25 19:20:14 +000011803
Evan Cheng536e6672009-03-12 05:59:15 +000011804 if (!Ld || !ISD::isNormalLoad(Ld))
11805 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011806
Evan Cheng536e6672009-03-12 05:59:15 +000011807 // If this is not the MMX case, i.e. we are just turning i64 load/store
11808 // into f64 load/store, avoid the transformation if there are multiple
11809 // uses of the loaded value.
11810 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
11811 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011812
Evan Cheng536e6672009-03-12 05:59:15 +000011813 DebugLoc LdDL = Ld->getDebugLoc();
11814 DebugLoc StDL = N->getDebugLoc();
11815 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
11816 // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
11817 // pair instead.
11818 if (Subtarget->is64Bit() || F64IsLegal) {
Owen Anderson825b72b2009-08-11 20:47:22 +000011819 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
Chris Lattner51abfe42010-09-21 06:02:19 +000011820 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
11821 Ld->getPointerInfo(), Ld->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000011822 Ld->isNonTemporal(), Ld->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000011823 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +000011824 if (TokenFactorIndex != -1) {
Evan Cheng536e6672009-03-12 05:59:15 +000011825 Ops.push_back(NewChain);
Owen Anderson825b72b2009-08-11 20:47:22 +000011826 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Dale Johannesen079f2a62008-02-25 19:20:14 +000011827 Ops.size());
11828 }
Evan Cheng536e6672009-03-12 05:59:15 +000011829 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +000011830 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000011831 St->isVolatile(), St->isNonTemporal(),
11832 St->getAlignment());
Chris Lattner149a4e52008-02-22 02:09:43 +000011833 }
Evan Cheng536e6672009-03-12 05:59:15 +000011834
11835 // Otherwise, lower to two pairs of 32-bit loads / stores.
11836 SDValue LoAddr = Ld->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000011837 SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
11838 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000011839
Owen Anderson825b72b2009-08-11 20:47:22 +000011840 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000011841 Ld->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000011842 Ld->isVolatile(), Ld->isNonTemporal(),
11843 Ld->getAlignment());
Owen Anderson825b72b2009-08-11 20:47:22 +000011844 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000011845 Ld->getPointerInfo().getWithOffset(4),
David Greene67c9d422010-02-15 16:53:33 +000011846 Ld->isVolatile(), Ld->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000011847 MinAlign(Ld->getAlignment(), 4));
11848
11849 SDValue NewChain = LoLd.getValue(1);
11850 if (TokenFactorIndex != -1) {
11851 Ops.push_back(LoLd);
11852 Ops.push_back(HiLd);
Owen Anderson825b72b2009-08-11 20:47:22 +000011853 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Evan Cheng536e6672009-03-12 05:59:15 +000011854 Ops.size());
11855 }
11856
11857 LoAddr = St->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000011858 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
11859 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000011860
11861 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000011862 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000011863 St->isVolatile(), St->isNonTemporal(),
11864 St->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000011865 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000011866 St->getPointerInfo().getWithOffset(4),
Evan Cheng536e6672009-03-12 05:59:15 +000011867 St->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000011868 St->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000011869 MinAlign(St->getAlignment(), 4));
Owen Anderson825b72b2009-08-11 20:47:22 +000011870 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +000011871 }
Dan Gohman475871a2008-07-27 21:46:04 +000011872 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +000011873}
11874
Chris Lattner6cf73262008-01-25 06:14:17 +000011875/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
11876/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011877static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +000011878 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
11879 // F[X]OR(0.0, x) -> x
11880 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +000011881 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
11882 if (C->getValueAPF().isPosZero())
11883 return N->getOperand(1);
11884 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
11885 if (C->getValueAPF().isPosZero())
11886 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +000011887 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000011888}
11889
11890/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011891static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +000011892 // FAND(0.0, x) -> 0.0
11893 // FAND(x, 0.0) -> 0.0
11894 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
11895 if (C->getValueAPF().isPosZero())
11896 return N->getOperand(0);
11897 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
11898 if (C->getValueAPF().isPosZero())
11899 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +000011900 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000011901}
11902
Dan Gohmane5af2d32009-01-29 01:59:02 +000011903static SDValue PerformBTCombine(SDNode *N,
11904 SelectionDAG &DAG,
11905 TargetLowering::DAGCombinerInfo &DCI) {
11906 // BT ignores high bits in the bit index operand.
11907 SDValue Op1 = N->getOperand(1);
11908 if (Op1.hasOneUse()) {
11909 unsigned BitWidth = Op1.getValueSizeInBits();
11910 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
11911 APInt KnownZero, KnownOne;
Evan Chenge5b51ac2010-04-17 06:13:15 +000011912 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(),
11913 !DCI.isBeforeLegalizeOps());
Dan Gohmand858e902010-04-17 15:26:15 +000011914 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Dan Gohmane5af2d32009-01-29 01:59:02 +000011915 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
11916 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
11917 DCI.CommitTargetLoweringOpt(TLO);
11918 }
11919 return SDValue();
11920}
Chris Lattner83e6c992006-10-04 06:57:07 +000011921
Eli Friedman7a5e5552009-06-07 06:52:44 +000011922static SDValue PerformVZEXT_MOVLCombine(SDNode *N, SelectionDAG &DAG) {
11923 SDValue Op = N->getOperand(0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +000011924 if (Op.getOpcode() == ISD::BITCAST)
Eli Friedman7a5e5552009-06-07 06:52:44 +000011925 Op = Op.getOperand(0);
Owen Andersone50ed302009-08-10 22:56:29 +000011926 EVT VT = N->getValueType(0), OpVT = Op.getValueType();
Eli Friedman7a5e5552009-06-07 06:52:44 +000011927 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&
Eric Christopherfd179292009-08-27 18:07:15 +000011928 VT.getVectorElementType().getSizeInBits() ==
Eli Friedman7a5e5552009-06-07 06:52:44 +000011929 OpVT.getVectorElementType().getSizeInBits()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +000011930 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), VT, Op);
Eli Friedman7a5e5552009-06-07 06:52:44 +000011931 }
11932 return SDValue();
11933}
11934
Evan Cheng2e489c42009-12-16 00:53:11 +000011935static SDValue PerformZExtCombine(SDNode *N, SelectionDAG &DAG) {
11936 // (i32 zext (and (i8 x86isd::setcc_carry), 1)) ->
11937 // (and (i32 x86isd::setcc_carry), 1)
11938 // This eliminates the zext. This transformation is necessary because
11939 // ISD::SETCC is always legalized to i8.
11940 DebugLoc dl = N->getDebugLoc();
11941 SDValue N0 = N->getOperand(0);
11942 EVT VT = N->getValueType(0);
11943 if (N0.getOpcode() == ISD::AND &&
11944 N0.hasOneUse() &&
11945 N0.getOperand(0).hasOneUse()) {
11946 SDValue N00 = N0.getOperand(0);
11947 if (N00.getOpcode() != X86ISD::SETCC_CARRY)
11948 return SDValue();
11949 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
11950 if (!C || C->getZExtValue() != 1)
11951 return SDValue();
11952 return DAG.getNode(ISD::AND, dl, VT,
11953 DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
11954 N00.getOperand(0), N00.getOperand(1)),
11955 DAG.getConstant(1, VT));
11956 }
11957
11958 return SDValue();
11959}
11960
Chris Lattnerc19d1c32010-12-19 22:08:31 +000011961// Optimize RES = X86ISD::SETCC CONDCODE, EFLAG_INPUT
11962static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG) {
11963 unsigned X86CC = N->getConstantOperandVal(0);
11964 SDValue EFLAG = N->getOperand(1);
11965 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011966
Chris Lattnerc19d1c32010-12-19 22:08:31 +000011967 // Materialize "setb reg" as "sbb reg,reg", since it can be extended without
11968 // a zext and produces an all-ones bit which is more useful than 0/1 in some
11969 // cases.
11970 if (X86CC == X86::COND_B)
11971 return DAG.getNode(ISD::AND, DL, MVT::i8,
11972 DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
11973 DAG.getConstant(X86CC, MVT::i8), EFLAG),
11974 DAG.getConstant(1, MVT::i8));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011975
Chris Lattnerc19d1c32010-12-19 22:08:31 +000011976 return SDValue();
11977}
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011978
Chris Lattner23a01992010-12-20 01:37:09 +000011979// Optimize RES, EFLAGS = X86ISD::ADC LHS, RHS, EFLAGS
11980static SDValue PerformADCCombine(SDNode *N, SelectionDAG &DAG,
11981 X86TargetLowering::DAGCombinerInfo &DCI) {
11982 // If the LHS and RHS of the ADC node are zero, then it can't overflow and
11983 // the result is either zero or one (depending on the input carry bit).
11984 // Strength reduce this down to a "set on carry" aka SETCC_CARRY&1.
11985 if (X86::isZeroNode(N->getOperand(0)) &&
11986 X86::isZeroNode(N->getOperand(1)) &&
11987 // We don't have a good way to replace an EFLAGS use, so only do this when
11988 // dead right now.
11989 SDValue(N, 1).use_empty()) {
11990 DebugLoc DL = N->getDebugLoc();
11991 EVT VT = N->getValueType(0);
11992 SDValue CarryOut = DAG.getConstant(0, N->getValueType(1));
11993 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT,
11994 DAG.getNode(X86ISD::SETCC_CARRY, DL, VT,
11995 DAG.getConstant(X86::COND_B,MVT::i8),
11996 N->getOperand(2)),
11997 DAG.getConstant(1, VT));
11998 return DCI.CombineTo(N, Res1, CarryOut);
11999 }
12000
12001 return SDValue();
12002}
12003
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012004// fold (add Y, (sete X, 0)) -> adc 0, Y
12005// (add Y, (setne X, 0)) -> sbb -1, Y
12006// (sub (sete X, 0), Y) -> sbb 0, Y
12007// (sub (setne X, 0), Y) -> adc -1, Y
12008static SDValue OptimizeConditonalInDecrement(SDNode *N, SelectionDAG &DAG) {
12009 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012010
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012011 // Look through ZExts.
12012 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
12013 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
12014 return SDValue();
12015
12016 SDValue SetCC = Ext.getOperand(0);
12017 if (SetCC.getOpcode() != X86ISD::SETCC || !SetCC.hasOneUse())
12018 return SDValue();
12019
12020 X86::CondCode CC = (X86::CondCode)SetCC.getConstantOperandVal(0);
12021 if (CC != X86::COND_E && CC != X86::COND_NE)
12022 return SDValue();
12023
12024 SDValue Cmp = SetCC.getOperand(1);
12025 if (Cmp.getOpcode() != X86ISD::CMP || !Cmp.hasOneUse() ||
Chris Lattner9cd3da42011-01-16 02:56:53 +000012026 !X86::isZeroNode(Cmp.getOperand(1)) ||
12027 !Cmp.getOperand(0).getValueType().isInteger())
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012028 return SDValue();
12029
12030 SDValue CmpOp0 = Cmp.getOperand(0);
12031 SDValue NewCmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32, CmpOp0,
12032 DAG.getConstant(1, CmpOp0.getValueType()));
12033
12034 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
12035 if (CC == X86::COND_NE)
12036 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::ADC : X86ISD::SBB,
12037 DL, OtherVal.getValueType(), OtherVal,
12038 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
12039 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::SBB : X86ISD::ADC,
12040 DL, OtherVal.getValueType(), OtherVal,
12041 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);
12042}
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012043
Dan Gohman475871a2008-07-27 21:46:04 +000012044SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +000012045 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +000012046 SelectionDAG &DAG = DCI.DAG;
12047 switch (N->getOpcode()) {
12048 default: break;
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012049 case ISD::EXTRACT_VECTOR_ELT:
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012050 return PerformEXTRACT_VECTOR_ELTCombine(N, DAG, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +000012051 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Chris Lattnerd1980a52009-03-12 06:52:53 +000012052 case X86ISD::CMOV: return PerformCMOVCombine(N, DAG, DCI);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012053 case ISD::ADD:
12054 case ISD::SUB: return OptimizeConditonalInDecrement(N, DAG);
Chris Lattner23a01992010-12-20 01:37:09 +000012055 case X86ISD::ADC: return PerformADCCombine(N, DAG, DCI);
Evan Cheng0b0cd912009-03-28 05:57:29 +000012056 case ISD::MUL: return PerformMulCombine(N, DAG, DCI);
Nate Begeman740ab032009-01-26 00:52:55 +000012057 case ISD::SHL:
12058 case ISD::SRA:
12059 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Nate Begemanb65c1752010-12-17 22:55:37 +000012060 case ISD::AND: return PerformAndCombine(N, DAG, DCI, Subtarget);
Evan Cheng8b1190a2010-04-28 01:18:01 +000012061 case ISD::OR: return PerformOrCombine(N, DAG, DCI, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +000012062 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Chris Lattner6cf73262008-01-25 06:14:17 +000012063 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +000012064 case X86ISD::FOR: return PerformFORCombine(N, DAG);
12065 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Dan Gohmane5af2d32009-01-29 01:59:02 +000012066 case X86ISD::BT: return PerformBTCombine(N, DAG, DCI);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012067 case X86ISD::VZEXT_MOVL: return PerformVZEXT_MOVLCombine(N, DAG);
Evan Cheng2e489c42009-12-16 00:53:11 +000012068 case ISD::ZERO_EXTEND: return PerformZExtCombine(N, DAG);
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012069 case X86ISD::SETCC: return PerformSETCCCombine(N, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012070 case X86ISD::SHUFPS: // Handle all target specific shuffles
12071 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +000012072 case X86ISD::PALIGN:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012073 case X86ISD::PUNPCKHBW:
12074 case X86ISD::PUNPCKHWD:
12075 case X86ISD::PUNPCKHDQ:
12076 case X86ISD::PUNPCKHQDQ:
12077 case X86ISD::UNPCKHPS:
12078 case X86ISD::UNPCKHPD:
12079 case X86ISD::PUNPCKLBW:
12080 case X86ISD::PUNPCKLWD:
12081 case X86ISD::PUNPCKLDQ:
12082 case X86ISD::PUNPCKLQDQ:
12083 case X86ISD::UNPCKLPS:
12084 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +000012085 case X86ISD::VUNPCKLPS:
12086 case X86ISD::VUNPCKLPD:
12087 case X86ISD::VUNPCKLPSY:
12088 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012089 case X86ISD::MOVHLPS:
12090 case X86ISD::MOVLHPS:
12091 case X86ISD::PSHUFD:
12092 case X86ISD::PSHUFHW:
12093 case X86ISD::PSHUFLW:
12094 case X86ISD::MOVSS:
12095 case X86ISD::MOVSD:
Mon P Wanga0fd0d52010-12-19 23:55:53 +000012096 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, DCI);
Evan Cheng206ee9d2006-07-07 08:33:52 +000012097 }
12098
Dan Gohman475871a2008-07-27 21:46:04 +000012099 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +000012100}
12101
Evan Chenge5b51ac2010-04-17 06:13:15 +000012102/// isTypeDesirableForOp - Return true if the target has native support for
12103/// the specified value type and it is 'desirable' to use the type for the
12104/// given node type. e.g. On x86 i16 is legal, but undesirable since i16
12105/// instruction encodings are longer and some i16 instructions are slow.
12106bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const {
12107 if (!isTypeLegal(VT))
12108 return false;
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012109 if (VT != MVT::i16)
Evan Chenge5b51ac2010-04-17 06:13:15 +000012110 return true;
12111
12112 switch (Opc) {
12113 default:
12114 return true;
Evan Cheng4c26e932010-04-19 19:29:22 +000012115 case ISD::LOAD:
12116 case ISD::SIGN_EXTEND:
12117 case ISD::ZERO_EXTEND:
12118 case ISD::ANY_EXTEND:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012119 case ISD::SHL:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012120 case ISD::SRL:
12121 case ISD::SUB:
12122 case ISD::ADD:
12123 case ISD::MUL:
12124 case ISD::AND:
12125 case ISD::OR:
12126 case ISD::XOR:
12127 return false;
12128 }
12129}
12130
12131/// IsDesirableToPromoteOp - This method query the target whether it is
Evan Cheng64b7bf72010-04-16 06:14:10 +000012132/// beneficial for dag combiner to promote the specified node. If true, it
12133/// should return the desired promotion type by reference.
Evan Chenge5b51ac2010-04-17 06:13:15 +000012134bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012135 EVT VT = Op.getValueType();
12136 if (VT != MVT::i16)
12137 return false;
12138
Evan Cheng4c26e932010-04-19 19:29:22 +000012139 bool Promote = false;
12140 bool Commute = false;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012141 switch (Op.getOpcode()) {
Evan Cheng4c26e932010-04-19 19:29:22 +000012142 default: break;
12143 case ISD::LOAD: {
12144 LoadSDNode *LD = cast<LoadSDNode>(Op);
12145 // If the non-extending load has a single use and it's not live out, then it
12146 // might be folded.
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012147 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&&
12148 Op.hasOneUse()*/) {
12149 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
12150 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
12151 // The only case where we'd want to promote LOAD (rather then it being
12152 // promoted as an operand is when it's only use is liveout.
12153 if (UI->getOpcode() != ISD::CopyToReg)
12154 return false;
12155 }
12156 }
Evan Cheng4c26e932010-04-19 19:29:22 +000012157 Promote = true;
12158 break;
12159 }
12160 case ISD::SIGN_EXTEND:
12161 case ISD::ZERO_EXTEND:
12162 case ISD::ANY_EXTEND:
12163 Promote = true;
12164 break;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012165 case ISD::SHL:
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012166 case ISD::SRL: {
Evan Chenge5b51ac2010-04-17 06:13:15 +000012167 SDValue N0 = Op.getOperand(0);
12168 // Look out for (store (shl (load), x)).
Evan Chengc82c20b2010-04-24 04:44:57 +000012169 if (MayFoldLoad(N0) && MayFoldIntoStore(Op))
Evan Chenge5b51ac2010-04-17 06:13:15 +000012170 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012171 Promote = true;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012172 break;
12173 }
Evan Cheng64b7bf72010-04-16 06:14:10 +000012174 case ISD::ADD:
12175 case ISD::MUL:
12176 case ISD::AND:
12177 case ISD::OR:
Evan Cheng4c26e932010-04-19 19:29:22 +000012178 case ISD::XOR:
12179 Commute = true;
12180 // fallthrough
12181 case ISD::SUB: {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012182 SDValue N0 = Op.getOperand(0);
12183 SDValue N1 = Op.getOperand(1);
Evan Chengc82c20b2010-04-24 04:44:57 +000012184 if (!Commute && MayFoldLoad(N1))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012185 return false;
12186 // Avoid disabling potential load folding opportunities.
Evan Chengc82c20b2010-04-24 04:44:57 +000012187 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012188 return false;
Evan Chengc82c20b2010-04-24 04:44:57 +000012189 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012190 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012191 Promote = true;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012192 }
12193 }
12194
12195 PVT = MVT::i32;
Evan Cheng4c26e932010-04-19 19:29:22 +000012196 return Promote;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012197}
12198
Evan Cheng60c07e12006-07-05 22:17:51 +000012199//===----------------------------------------------------------------------===//
12200// X86 Inline Assembly Support
12201//===----------------------------------------------------------------------===//
12202
Chris Lattnerb8105652009-07-20 17:51:36 +000012203bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
12204 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
Chris Lattnerb8105652009-07-20 17:51:36 +000012205
12206 std::string AsmStr = IA->getAsmString();
12207
12208 // TODO: should remove alternatives from the asmstring: "foo {a|b}" -> "foo a"
Benjamin Kramerd4f19592010-01-11 18:03:24 +000012209 SmallVector<StringRef, 4> AsmPieces;
Peter Collingbourne98361182010-11-13 19:54:23 +000012210 SplitString(AsmStr, AsmPieces, ";\n");
Chris Lattnerb8105652009-07-20 17:51:36 +000012211
12212 switch (AsmPieces.size()) {
12213 default: return false;
12214 case 1:
12215 AsmStr = AsmPieces[0];
12216 AsmPieces.clear();
12217 SplitString(AsmStr, AsmPieces, " \t"); // Split with whitespace.
12218
Evan Cheng55d42002011-01-08 01:24:27 +000012219 // FIXME: this should verify that we are targetting a 486 or better. If not,
12220 // we will turn this bswap into something that will be lowered to logical ops
12221 // instead of emitting the bswap asm. For now, we don't support 486 or lower
12222 // so don't worry about this.
Chris Lattnerb8105652009-07-20 17:51:36 +000012223 // bswap $0
12224 if (AsmPieces.size() == 2 &&
12225 (AsmPieces[0] == "bswap" ||
12226 AsmPieces[0] == "bswapq" ||
12227 AsmPieces[0] == "bswapl") &&
12228 (AsmPieces[1] == "$0" ||
12229 AsmPieces[1] == "${0:q}")) {
12230 // No need to check constraints, nothing other than the equivalent of
12231 // "=r,0" would be valid here.
Evan Cheng55d42002011-01-08 01:24:27 +000012232 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12233 if (!Ty || Ty->getBitWidth() % 16 != 0)
12234 return false;
12235 return IntrinsicLowering::LowerToByteSwap(CI);
Chris Lattnerb8105652009-07-20 17:51:36 +000012236 }
12237 // rorw $$8, ${0:w} --> llvm.bswap.i16
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000012238 if (CI->getType()->isIntegerTy(16) &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012239 AsmPieces.size() == 3 &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012240 (AsmPieces[0] == "rorw" || AsmPieces[0] == "rolw") &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012241 AsmPieces[1] == "$$8," &&
12242 AsmPieces[2] == "${0:w}" &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012243 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12244 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012245 const std::string &ConstraintsStr = IA->getConstraintString();
12246 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Dan Gohman0ef701e2010-03-04 19:58:08 +000012247 std::sort(AsmPieces.begin(), AsmPieces.end());
12248 if (AsmPieces.size() == 4 &&
12249 AsmPieces[0] == "~{cc}" &&
12250 AsmPieces[1] == "~{dirflag}" &&
12251 AsmPieces[2] == "~{flags}" &&
12252 AsmPieces[3] == "~{fpsr}") {
Evan Cheng55d42002011-01-08 01:24:27 +000012253 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12254 if (!Ty || Ty->getBitWidth() % 16 != 0)
12255 return false;
12256 return IntrinsicLowering::LowerToByteSwap(CI);
Dan Gohman0ef701e2010-03-04 19:58:08 +000012257 }
Chris Lattnerb8105652009-07-20 17:51:36 +000012258 }
12259 break;
12260 case 3:
Peter Collingbourne948cf022010-11-13 19:54:30 +000012261 if (CI->getType()->isIntegerTy(32) &&
12262 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12263 SmallVector<StringRef, 4> Words;
12264 SplitString(AsmPieces[0], Words, " \t,");
12265 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
12266 Words[2] == "${0:w}") {
12267 Words.clear();
12268 SplitString(AsmPieces[1], Words, " \t,");
12269 if (Words.size() == 3 && Words[0] == "rorl" && Words[1] == "$$16" &&
12270 Words[2] == "$0") {
12271 Words.clear();
12272 SplitString(AsmPieces[2], Words, " \t,");
12273 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
12274 Words[2] == "${0:w}") {
12275 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012276 const std::string &ConstraintsStr = IA->getConstraintString();
12277 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Peter Collingbourne948cf022010-11-13 19:54:30 +000012278 std::sort(AsmPieces.begin(), AsmPieces.end());
12279 if (AsmPieces.size() == 4 &&
12280 AsmPieces[0] == "~{cc}" &&
12281 AsmPieces[1] == "~{dirflag}" &&
12282 AsmPieces[2] == "~{flags}" &&
12283 AsmPieces[3] == "~{fpsr}") {
Evan Cheng55d42002011-01-08 01:24:27 +000012284 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12285 if (!Ty || Ty->getBitWidth() % 16 != 0)
12286 return false;
12287 return IntrinsicLowering::LowerToByteSwap(CI);
Peter Collingbourne948cf022010-11-13 19:54:30 +000012288 }
12289 }
12290 }
12291 }
12292 }
Evan Cheng55d42002011-01-08 01:24:27 +000012293
12294 if (CI->getType()->isIntegerTy(64)) {
12295 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
12296 if (Constraints.size() >= 2 &&
12297 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
12298 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
12299 // bswap %eax / bswap %edx / xchgl %eax, %edx -> llvm.bswap.i64
12300 SmallVector<StringRef, 4> Words;
12301 SplitString(AsmPieces[0], Words, " \t");
12302 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%eax") {
Chris Lattnerb8105652009-07-20 17:51:36 +000012303 Words.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012304 SplitString(AsmPieces[1], Words, " \t");
12305 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%edx") {
12306 Words.clear();
12307 SplitString(AsmPieces[2], Words, " \t,");
12308 if (Words.size() == 3 && Words[0] == "xchgl" && Words[1] == "%eax" &&
12309 Words[2] == "%edx") {
12310 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12311 if (!Ty || Ty->getBitWidth() % 16 != 0)
12312 return false;
12313 return IntrinsicLowering::LowerToByteSwap(CI);
12314 }
Chris Lattnerb8105652009-07-20 17:51:36 +000012315 }
12316 }
12317 }
12318 }
12319 break;
12320 }
12321 return false;
12322}
12323
12324
12325
Chris Lattnerf4dff842006-07-11 02:54:03 +000012326/// getConstraintType - Given a constraint letter, return the type of
12327/// constraint it is for this target.
12328X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +000012329X86TargetLowering::getConstraintType(const std::string &Constraint) const {
12330 if (Constraint.size() == 1) {
12331 switch (Constraint[0]) {
Chris Lattner4234f572007-03-25 02:14:49 +000012332 case 'R':
Chris Lattner4234f572007-03-25 02:14:49 +000012333 case 'q':
12334 case 'Q':
John Thompson44ab89e2010-10-29 17:29:13 +000012335 case 'f':
12336 case 't':
12337 case 'u':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +000012338 case 'y':
John Thompson44ab89e2010-10-29 17:29:13 +000012339 case 'x':
Chris Lattner4234f572007-03-25 02:14:49 +000012340 case 'Y':
12341 return C_RegisterClass;
John Thompson44ab89e2010-10-29 17:29:13 +000012342 case 'a':
12343 case 'b':
12344 case 'c':
12345 case 'd':
12346 case 'S':
12347 case 'D':
12348 case 'A':
12349 return C_Register;
12350 case 'I':
12351 case 'J':
12352 case 'K':
12353 case 'L':
12354 case 'M':
12355 case 'N':
12356 case 'G':
12357 case 'C':
Dale Johannesen78e3e522009-02-12 20:58:09 +000012358 case 'e':
12359 case 'Z':
12360 return C_Other;
Chris Lattner4234f572007-03-25 02:14:49 +000012361 default:
12362 break;
12363 }
Chris Lattnerf4dff842006-07-11 02:54:03 +000012364 }
Chris Lattner4234f572007-03-25 02:14:49 +000012365 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +000012366}
12367
John Thompson44ab89e2010-10-29 17:29:13 +000012368/// Examine constraint type and operand type and determine a weight value.
John Thompsoneac6e1d2010-09-13 18:15:37 +000012369/// This object must already have been set up with the operand type
12370/// and the current alternative constraint selected.
John Thompson44ab89e2010-10-29 17:29:13 +000012371TargetLowering::ConstraintWeight
12372 X86TargetLowering::getSingleConstraintMatchWeight(
John Thompsoneac6e1d2010-09-13 18:15:37 +000012373 AsmOperandInfo &info, const char *constraint) const {
John Thompson44ab89e2010-10-29 17:29:13 +000012374 ConstraintWeight weight = CW_Invalid;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012375 Value *CallOperandVal = info.CallOperandVal;
12376 // If we don't have a value, we can't do a match,
12377 // but allow it at the lowest weight.
12378 if (CallOperandVal == NULL)
John Thompson44ab89e2010-10-29 17:29:13 +000012379 return CW_Default;
12380 const Type *type = CallOperandVal->getType();
John Thompsoneac6e1d2010-09-13 18:15:37 +000012381 // Look at the constraint type.
12382 switch (*constraint) {
12383 default:
John Thompson44ab89e2010-10-29 17:29:13 +000012384 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
12385 case 'R':
12386 case 'q':
12387 case 'Q':
12388 case 'a':
12389 case 'b':
12390 case 'c':
12391 case 'd':
12392 case 'S':
12393 case 'D':
12394 case 'A':
12395 if (CallOperandVal->getType()->isIntegerTy())
12396 weight = CW_SpecificReg;
12397 break;
12398 case 'f':
12399 case 't':
12400 case 'u':
12401 if (type->isFloatingPointTy())
12402 weight = CW_SpecificReg;
12403 break;
12404 case 'y':
Chris Lattner2a786eb2010-12-19 20:19:20 +000012405 if (type->isX86_MMXTy() && Subtarget->hasMMX())
John Thompson44ab89e2010-10-29 17:29:13 +000012406 weight = CW_SpecificReg;
12407 break;
12408 case 'x':
12409 case 'Y':
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012410 if ((type->getPrimitiveSizeInBits() == 128) && Subtarget->hasXMM())
John Thompson44ab89e2010-10-29 17:29:13 +000012411 weight = CW_Register;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012412 break;
12413 case 'I':
12414 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
12415 if (C->getZExtValue() <= 31)
John Thompson44ab89e2010-10-29 17:29:13 +000012416 weight = CW_Constant;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012417 }
12418 break;
John Thompson44ab89e2010-10-29 17:29:13 +000012419 case 'J':
12420 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12421 if (C->getZExtValue() <= 63)
12422 weight = CW_Constant;
12423 }
12424 break;
12425 case 'K':
12426 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12427 if ((C->getSExtValue() >= -0x80) && (C->getSExtValue() <= 0x7f))
12428 weight = CW_Constant;
12429 }
12430 break;
12431 case 'L':
12432 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12433 if ((C->getZExtValue() == 0xff) || (C->getZExtValue() == 0xffff))
12434 weight = CW_Constant;
12435 }
12436 break;
12437 case 'M':
12438 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12439 if (C->getZExtValue() <= 3)
12440 weight = CW_Constant;
12441 }
12442 break;
12443 case 'N':
12444 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12445 if (C->getZExtValue() <= 0xff)
12446 weight = CW_Constant;
12447 }
12448 break;
12449 case 'G':
12450 case 'C':
12451 if (dyn_cast<ConstantFP>(CallOperandVal)) {
12452 weight = CW_Constant;
12453 }
12454 break;
12455 case 'e':
12456 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12457 if ((C->getSExtValue() >= -0x80000000LL) &&
12458 (C->getSExtValue() <= 0x7fffffffLL))
12459 weight = CW_Constant;
12460 }
12461 break;
12462 case 'Z':
12463 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12464 if (C->getZExtValue() <= 0xffffffff)
12465 weight = CW_Constant;
12466 }
12467 break;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012468 }
12469 return weight;
12470}
12471
Dale Johannesenba2a0b92008-01-29 02:21:21 +000012472/// LowerXConstraint - try to replace an X constraint, which matches anything,
12473/// with another that has more specific requirements based on the type of the
12474/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +000012475const char *X86TargetLowering::
Owen Andersone50ed302009-08-10 22:56:29 +000012476LowerXConstraint(EVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +000012477 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
12478 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +000012479 if (ConstraintVT.isFloatingPoint()) {
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012480 if (Subtarget->hasXMMInt())
Chris Lattner5e764232008-04-26 23:02:14 +000012481 return "Y";
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012482 if (Subtarget->hasXMM())
Chris Lattner5e764232008-04-26 23:02:14 +000012483 return "x";
12484 }
Scott Michelfdc40a02009-02-17 22:15:04 +000012485
Chris Lattner5e764232008-04-26 23:02:14 +000012486 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +000012487}
12488
Chris Lattner48884cd2007-08-25 00:47:38 +000012489/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
12490/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +000012491void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Chris Lattner48884cd2007-08-25 00:47:38 +000012492 char Constraint,
Dan Gohman475871a2008-07-27 21:46:04 +000012493 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +000012494 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +000012495 SDValue Result(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +000012496
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012497 switch (Constraint) {
12498 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +000012499 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +000012500 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000012501 if (C->getZExtValue() <= 31) {
12502 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000012503 break;
12504 }
Devang Patel84f7fd22007-03-17 00:13:28 +000012505 }
Chris Lattner48884cd2007-08-25 00:47:38 +000012506 return;
Evan Cheng364091e2008-09-22 23:57:37 +000012507 case 'J':
12508 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000012509 if (C->getZExtValue() <= 63) {
Chris Lattnere4935152009-06-15 04:01:39 +000012510 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
12511 break;
12512 }
12513 }
12514 return;
12515 case 'K':
12516 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000012517 if ((int8_t)C->getSExtValue() == C->getSExtValue()) {
Evan Cheng364091e2008-09-22 23:57:37 +000012518 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
12519 break;
12520 }
12521 }
12522 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +000012523 case 'N':
12524 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000012525 if (C->getZExtValue() <= 255) {
12526 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000012527 break;
12528 }
Chris Lattner188b9fe2007-03-25 01:57:35 +000012529 }
Chris Lattner48884cd2007-08-25 00:47:38 +000012530 return;
Dale Johannesen78e3e522009-02-12 20:58:09 +000012531 case 'e': {
12532 // 32-bit signed value
12533 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000012534 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
12535 C->getSExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000012536 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000012537 Result = DAG.getTargetConstant(C->getSExtValue(), MVT::i64);
Dale Johannesen78e3e522009-02-12 20:58:09 +000012538 break;
12539 }
12540 // FIXME gcc accepts some relocatable values here too, but only in certain
12541 // memory models; it's complicated.
12542 }
12543 return;
12544 }
12545 case 'Z': {
12546 // 32-bit unsigned value
12547 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000012548 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
12549 C->getZExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000012550 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
12551 break;
12552 }
12553 }
12554 // FIXME gcc accepts some relocatable values here too, but only in certain
12555 // memory models; it's complicated.
12556 return;
12557 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000012558 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012559 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +000012560 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000012561 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000012562 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);
Chris Lattner48884cd2007-08-25 00:47:38 +000012563 break;
12564 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012565
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000012566 // In any sort of PIC mode addresses need to be computed at runtime by
12567 // adding in a register or some sort of table lookup. These can't
12568 // be used as immediates.
Dale Johannesene2b448c2010-07-06 23:27:00 +000012569 if (Subtarget->isPICStyleGOT() || Subtarget->isPICStyleStubPIC())
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000012570 return;
12571
Chris Lattnerdc43a882007-05-03 16:52:29 +000012572 // If we are in non-pic codegen mode, we allow the address of a global (with
12573 // an optional displacement) to be used with 'i'.
Chris Lattner49921962009-05-08 18:23:14 +000012574 GlobalAddressSDNode *GA = 0;
Chris Lattnerdc43a882007-05-03 16:52:29 +000012575 int64_t Offset = 0;
Scott Michelfdc40a02009-02-17 22:15:04 +000012576
Chris Lattner49921962009-05-08 18:23:14 +000012577 // Match either (GA), (GA+C), (GA+C1+C2), etc.
12578 while (1) {
12579 if ((GA = dyn_cast<GlobalAddressSDNode>(Op))) {
12580 Offset += GA->getOffset();
12581 break;
12582 } else if (Op.getOpcode() == ISD::ADD) {
12583 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
12584 Offset += C->getZExtValue();
12585 Op = Op.getOperand(0);
12586 continue;
12587 }
12588 } else if (Op.getOpcode() == ISD::SUB) {
12589 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
12590 Offset += -C->getZExtValue();
12591 Op = Op.getOperand(0);
12592 continue;
12593 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000012594 }
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000012595
Chris Lattner49921962009-05-08 18:23:14 +000012596 // Otherwise, this isn't something we can handle, reject it.
12597 return;
Chris Lattnerdc43a882007-05-03 16:52:29 +000012598 }
Eric Christopherfd179292009-08-27 18:07:15 +000012599
Dan Gohman46510a72010-04-15 01:51:59 +000012600 const GlobalValue *GV = GA->getGlobal();
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000012601 // If we require an extra load to get this address, as in PIC mode, we
12602 // can't accept it.
Chris Lattner36c25012009-07-10 07:34:39 +000012603 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
12604 getTargetMachine())))
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000012605 return;
Scott Michelfdc40a02009-02-17 22:15:04 +000012606
Devang Patel0d881da2010-07-06 22:08:15 +000012607 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
12608 GA->getValueType(0), Offset);
Chris Lattner49921962009-05-08 18:23:14 +000012609 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012610 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000012611 }
Scott Michelfdc40a02009-02-17 22:15:04 +000012612
Gabor Greifba36cb52008-08-28 21:40:38 +000012613 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +000012614 Ops.push_back(Result);
12615 return;
12616 }
Dale Johannesen1784d162010-06-25 21:55:36 +000012617 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012618}
12619
Chris Lattner259e97c2006-01-31 19:43:35 +000012620std::vector<unsigned> X86TargetLowering::
Chris Lattner1efa40f2006-02-22 00:56:39 +000012621getRegClassForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000012622 EVT VT) const {
Chris Lattner259e97c2006-01-31 19:43:35 +000012623 if (Constraint.size() == 1) {
12624 // FIXME: not handling fp-stack yet!
Chris Lattner259e97c2006-01-31 19:43:35 +000012625 switch (Constraint[0]) { // GCC X86 Constraint Letters
Chris Lattnerf4dff842006-07-11 02:54:03 +000012626 default: break; // Unknown constraint letter
Evan Cheng47e9fab2009-07-17 22:13:25 +000012627 case 'q': // GENERAL_REGS in 64-bit mode, Q_REGS in 32-bit mode.
12628 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012629 if (VT == MVT::i32)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012630 return make_vector<unsigned>(X86::EAX, X86::EDX, X86::ECX, X86::EBX,
12631 X86::ESI, X86::EDI, X86::R8D, X86::R9D,
12632 X86::R10D,X86::R11D,X86::R12D,
12633 X86::R13D,X86::R14D,X86::R15D,
12634 X86::EBP, X86::ESP, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012635 else if (VT == MVT::i16)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012636 return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX,
12637 X86::SI, X86::DI, X86::R8W,X86::R9W,
12638 X86::R10W,X86::R11W,X86::R12W,
12639 X86::R13W,X86::R14W,X86::R15W,
12640 X86::BP, X86::SP, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012641 else if (VT == MVT::i8)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012642 return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL,
12643 X86::SIL, X86::DIL, X86::R8B,X86::R9B,
12644 X86::R10B,X86::R11B,X86::R12B,
12645 X86::R13B,X86::R14B,X86::R15B,
12646 X86::BPL, X86::SPL, 0);
12647
Owen Anderson825b72b2009-08-11 20:47:22 +000012648 else if (VT == MVT::i64)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012649 return make_vector<unsigned>(X86::RAX, X86::RDX, X86::RCX, X86::RBX,
12650 X86::RSI, X86::RDI, X86::R8, X86::R9,
12651 X86::R10, X86::R11, X86::R12,
12652 X86::R13, X86::R14, X86::R15,
12653 X86::RBP, X86::RSP, 0);
12654
12655 break;
12656 }
Eric Christopherfd179292009-08-27 18:07:15 +000012657 // 32-bit fallthrough
Chris Lattner259e97c2006-01-31 19:43:35 +000012658 case 'Q': // Q_REGS
Owen Anderson825b72b2009-08-11 20:47:22 +000012659 if (VT == MVT::i32)
Chris Lattner80a7ecc2006-05-06 00:29:37 +000012660 return make_vector<unsigned>(X86::EAX, X86::EDX, X86::ECX, X86::EBX, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012661 else if (VT == MVT::i16)
Chris Lattner80a7ecc2006-05-06 00:29:37 +000012662 return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012663 else if (VT == MVT::i8)
Evan Cheng12914382007-08-13 23:27:11 +000012664 return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012665 else if (VT == MVT::i64)
Chris Lattner03e6c702007-11-04 06:51:12 +000012666 return make_vector<unsigned>(X86::RAX, X86::RDX, X86::RCX, X86::RBX, 0);
12667 break;
Chris Lattner259e97c2006-01-31 19:43:35 +000012668 }
12669 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012670
Chris Lattner1efa40f2006-02-22 00:56:39 +000012671 return std::vector<unsigned>();
Chris Lattner259e97c2006-01-31 19:43:35 +000012672}
Chris Lattnerf76d1802006-07-31 23:26:50 +000012673
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012674std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +000012675X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000012676 EVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +000012677 // First, see if this is a constraint that directly corresponds to an LLVM
12678 // register class.
12679 if (Constraint.size() == 1) {
12680 // GCC Constraint Letters
12681 switch (Constraint[0]) {
12682 default: break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000012683 case 'r': // GENERAL_REGS
Chris Lattner0f65cad2007-04-09 05:49:22 +000012684 case 'l': // INDEX_REGS
Owen Anderson825b72b2009-08-11 20:47:22 +000012685 if (VT == MVT::i8)
Chris Lattner0f65cad2007-04-09 05:49:22 +000012686 return std::make_pair(0U, X86::GR8RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012687 if (VT == MVT::i16)
Chris Lattner1fa71982008-10-17 18:15:05 +000012688 return std::make_pair(0U, X86::GR16RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012689 if (VT == MVT::i32 || !Subtarget->is64Bit())
Scott Michelfdc40a02009-02-17 22:15:04 +000012690 return std::make_pair(0U, X86::GR32RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +000012691 return std::make_pair(0U, X86::GR64RegisterClass);
Dale Johannesen5f3663e2009-10-07 22:47:20 +000012692 case 'R': // LEGACY_REGS
12693 if (VT == MVT::i8)
12694 return std::make_pair(0U, X86::GR8_NOREXRegisterClass);
12695 if (VT == MVT::i16)
12696 return std::make_pair(0U, X86::GR16_NOREXRegisterClass);
12697 if (VT == MVT::i32 || !Subtarget->is64Bit())
12698 return std::make_pair(0U, X86::GR32_NOREXRegisterClass);
12699 return std::make_pair(0U, X86::GR64_NOREXRegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +000012700 case 'f': // FP Stack registers.
12701 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
12702 // value to the correct fpstack register class.
Owen Anderson825b72b2009-08-11 20:47:22 +000012703 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000012704 return std::make_pair(0U, X86::RFP32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012705 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000012706 return std::make_pair(0U, X86::RFP64RegisterClass);
12707 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +000012708 case 'y': // MMX_REGS if MMX allowed.
12709 if (!Subtarget->hasMMX()) break;
12710 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000012711 case 'Y': // SSE_REGS if SSE2 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012712 if (!Subtarget->hasXMMInt()) break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000012713 // FALL THROUGH.
12714 case 'x': // SSE_REGS if SSE1 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012715 if (!Subtarget->hasXMM()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +000012716
Owen Anderson825b72b2009-08-11 20:47:22 +000012717 switch (VT.getSimpleVT().SimpleTy) {
Chris Lattner0f65cad2007-04-09 05:49:22 +000012718 default: break;
12719 // Scalar SSE types.
Owen Anderson825b72b2009-08-11 20:47:22 +000012720 case MVT::f32:
12721 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +000012722 return std::make_pair(0U, X86::FR32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012723 case MVT::f64:
12724 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +000012725 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000012726 // Vector types.
Owen Anderson825b72b2009-08-11 20:47:22 +000012727 case MVT::v16i8:
12728 case MVT::v8i16:
12729 case MVT::v4i32:
12730 case MVT::v2i64:
12731 case MVT::v4f32:
12732 case MVT::v2f64:
Chris Lattner0f65cad2007-04-09 05:49:22 +000012733 return std::make_pair(0U, X86::VR128RegisterClass);
12734 }
Chris Lattnerad043e82007-04-09 05:11:28 +000012735 break;
12736 }
12737 }
Scott Michelfdc40a02009-02-17 22:15:04 +000012738
Chris Lattnerf76d1802006-07-31 23:26:50 +000012739 // Use the default implementation in TargetLowering to convert the register
12740 // constraint into a member of a register class.
12741 std::pair<unsigned, const TargetRegisterClass*> Res;
12742 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +000012743
12744 // Not found as a standard register?
12745 if (Res.second == 0) {
Chris Lattner56d77c72009-09-13 22:41:48 +000012746 // Map st(0) -> st(7) -> ST0
12747 if (Constraint.size() == 7 && Constraint[0] == '{' &&
12748 tolower(Constraint[1]) == 's' &&
12749 tolower(Constraint[2]) == 't' &&
12750 Constraint[3] == '(' &&
12751 (Constraint[4] >= '0' && Constraint[4] <= '7') &&
12752 Constraint[5] == ')' &&
12753 Constraint[6] == '}') {
Daniel Dunbara279bc32009-09-20 02:20:51 +000012754
Chris Lattner56d77c72009-09-13 22:41:48 +000012755 Res.first = X86::ST0+Constraint[4]-'0';
12756 Res.second = X86::RFP80RegisterClass;
12757 return Res;
12758 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000012759
Chris Lattner56d77c72009-09-13 22:41:48 +000012760 // GCC allows "st(0)" to be called just plain "st".
Benjamin Kramer05872ea2009-11-12 20:36:59 +000012761 if (StringRef("{st}").equals_lower(Constraint)) {
Chris Lattner1a60aa72006-10-31 19:42:44 +000012762 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +000012763 Res.second = X86::RFP80RegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000012764 return Res;
Chris Lattner1a60aa72006-10-31 19:42:44 +000012765 }
Chris Lattner56d77c72009-09-13 22:41:48 +000012766
12767 // flags -> EFLAGS
Benjamin Kramer05872ea2009-11-12 20:36:59 +000012768 if (StringRef("{flags}").equals_lower(Constraint)) {
Chris Lattner56d77c72009-09-13 22:41:48 +000012769 Res.first = X86::EFLAGS;
12770 Res.second = X86::CCRRegisterClass;
12771 return Res;
12772 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000012773
Dale Johannesen330169f2008-11-13 21:52:36 +000012774 // 'A' means EAX + EDX.
12775 if (Constraint == "A") {
12776 Res.first = X86::EAX;
Dan Gohman68a31c22009-07-30 17:02:08 +000012777 Res.second = X86::GR32_ADRegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000012778 return Res;
Dale Johannesen330169f2008-11-13 21:52:36 +000012779 }
Chris Lattner1a60aa72006-10-31 19:42:44 +000012780 return Res;
12781 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012782
Chris Lattnerf76d1802006-07-31 23:26:50 +000012783 // Otherwise, check to see if this is a register class of the wrong value
12784 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
12785 // turn into {ax},{dx}.
12786 if (Res.second->hasType(VT))
12787 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012788
Chris Lattnerf76d1802006-07-31 23:26:50 +000012789 // All of the single-register GCC register classes map their values onto
12790 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
12791 // really want an 8-bit or 32-bit register, map to the appropriate register
12792 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +000012793 if (Res.second == X86::GR16RegisterClass) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012794 if (VT == MVT::i8) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000012795 unsigned DestReg = 0;
12796 switch (Res.first) {
12797 default: break;
12798 case X86::AX: DestReg = X86::AL; break;
12799 case X86::DX: DestReg = X86::DL; break;
12800 case X86::CX: DestReg = X86::CL; break;
12801 case X86::BX: DestReg = X86::BL; break;
12802 }
12803 if (DestReg) {
12804 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000012805 Res.second = X86::GR8RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000012806 }
Owen Anderson825b72b2009-08-11 20:47:22 +000012807 } else if (VT == MVT::i32) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000012808 unsigned DestReg = 0;
12809 switch (Res.first) {
12810 default: break;
12811 case X86::AX: DestReg = X86::EAX; break;
12812 case X86::DX: DestReg = X86::EDX; break;
12813 case X86::CX: DestReg = X86::ECX; break;
12814 case X86::BX: DestReg = X86::EBX; break;
12815 case X86::SI: DestReg = X86::ESI; break;
12816 case X86::DI: DestReg = X86::EDI; break;
12817 case X86::BP: DestReg = X86::EBP; break;
12818 case X86::SP: DestReg = X86::ESP; break;
12819 }
12820 if (DestReg) {
12821 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000012822 Res.second = X86::GR32RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000012823 }
Owen Anderson825b72b2009-08-11 20:47:22 +000012824 } else if (VT == MVT::i64) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000012825 unsigned DestReg = 0;
12826 switch (Res.first) {
12827 default: break;
12828 case X86::AX: DestReg = X86::RAX; break;
12829 case X86::DX: DestReg = X86::RDX; break;
12830 case X86::CX: DestReg = X86::RCX; break;
12831 case X86::BX: DestReg = X86::RBX; break;
12832 case X86::SI: DestReg = X86::RSI; break;
12833 case X86::DI: DestReg = X86::RDI; break;
12834 case X86::BP: DestReg = X86::RBP; break;
12835 case X86::SP: DestReg = X86::RSP; break;
12836 }
12837 if (DestReg) {
12838 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000012839 Res.second = X86::GR64RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000012840 }
Chris Lattnerf76d1802006-07-31 23:26:50 +000012841 }
Chris Lattner6ba50a92008-08-26 06:19:02 +000012842 } else if (Res.second == X86::FR32RegisterClass ||
12843 Res.second == X86::FR64RegisterClass ||
12844 Res.second == X86::VR128RegisterClass) {
12845 // Handle references to XMM physical registers that got mapped into the
12846 // wrong class. This can happen with constraints like {xmm0} where the
12847 // target independent register mapper will just pick the first match it can
12848 // find, ignoring the required type.
Owen Anderson825b72b2009-08-11 20:47:22 +000012849 if (VT == MVT::f32)
Chris Lattner6ba50a92008-08-26 06:19:02 +000012850 Res.second = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +000012851 else if (VT == MVT::f64)
Chris Lattner6ba50a92008-08-26 06:19:02 +000012852 Res.second = X86::FR64RegisterClass;
12853 else if (X86::VR128RegisterClass->hasType(VT))
12854 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +000012855 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012856
Chris Lattnerf76d1802006-07-31 23:26:50 +000012857 return Res;
12858}