blob: be8650ec0793dfb39d10f6943833a2ef79eb7dd3 [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);
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000930
Nate Begeman14d12ca2008-02-11 04:19:36 +0000931 // i8 and i16 vectors are custom , because the source register and source
932 // source memory operand types are not the same width. f32 vectors are
933 // custom since the immediate controlling the insert encodes additional
934 // information.
Owen Anderson825b72b2009-08-11 20:47:22 +0000935 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v16i8, Custom);
936 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
937 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
938 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000939
Owen Anderson825b72b2009-08-11 20:47:22 +0000940 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
941 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
942 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
943 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000944
945 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000946 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Legal);
947 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000948 }
949 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000950
Nadav Rotem43012222011-05-11 08:12:09 +0000951 if (Subtarget->hasSSE2()) {
952 setOperationAction(ISD::SRL, MVT::v2i64, Custom);
953 setOperationAction(ISD::SRL, MVT::v4i32, Custom);
954 setOperationAction(ISD::SRL, MVT::v16i8, Custom);
955
956 setOperationAction(ISD::SHL, MVT::v2i64, Custom);
957 setOperationAction(ISD::SHL, MVT::v4i32, Custom);
958 setOperationAction(ISD::SHL, MVT::v8i16, Custom);
959
960 setOperationAction(ISD::SRA, MVT::v4i32, Custom);
961 setOperationAction(ISD::SRA, MVT::v8i16, Custom);
962 }
963
Chris Lattnera34b3cf2010-12-19 20:03:11 +0000964 if (Subtarget->hasSSE42())
Owen Anderson825b72b2009-08-11 20:47:22 +0000965 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000966
David Greene9b9838d2009-06-29 16:47:10 +0000967 if (!UseSoftFloat && Subtarget->hasAVX()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000968 addRegisterClass(MVT::v8f32, X86::VR256RegisterClass);
969 addRegisterClass(MVT::v4f64, X86::VR256RegisterClass);
970 addRegisterClass(MVT::v8i32, X86::VR256RegisterClass);
971 addRegisterClass(MVT::v4i64, X86::VR256RegisterClass);
Bruno Cardoso Lopes405f11b2010-08-10 01:43:16 +0000972 addRegisterClass(MVT::v32i8, X86::VR256RegisterClass);
David Greened94c1012009-06-29 22:50:51 +0000973
Owen Anderson825b72b2009-08-11 20:47:22 +0000974 setOperationAction(ISD::LOAD, MVT::v8f32, Legal);
975 setOperationAction(ISD::LOAD, MVT::v8i32, Legal);
976 setOperationAction(ISD::LOAD, MVT::v4f64, Legal);
977 setOperationAction(ISD::LOAD, MVT::v4i64, Legal);
David Greene54d8eba2011-01-27 22:38:56 +0000978
Owen Anderson825b72b2009-08-11 20:47:22 +0000979 setOperationAction(ISD::FADD, MVT::v8f32, Legal);
980 setOperationAction(ISD::FSUB, MVT::v8f32, Legal);
981 setOperationAction(ISD::FMUL, MVT::v8f32, Legal);
982 setOperationAction(ISD::FDIV, MVT::v8f32, Legal);
983 setOperationAction(ISD::FSQRT, MVT::v8f32, Legal);
984 setOperationAction(ISD::FNEG, MVT::v8f32, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000985
Owen Anderson825b72b2009-08-11 20:47:22 +0000986 setOperationAction(ISD::FADD, MVT::v4f64, Legal);
987 setOperationAction(ISD::FSUB, MVT::v4f64, Legal);
988 setOperationAction(ISD::FMUL, MVT::v4f64, Legal);
989 setOperationAction(ISD::FDIV, MVT::v4f64, Legal);
990 setOperationAction(ISD::FSQRT, MVT::v4f64, Legal);
991 setOperationAction(ISD::FNEG, MVT::v4f64, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000992
David Greene54d8eba2011-01-27 22:38:56 +0000993 // Custom lower build_vector, vector_shuffle, scalar_to_vector,
994 // insert_vector_elt extract_subvector and extract_vector_elt for
995 // 256-bit types.
996 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
997 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE;
998 ++i) {
999 MVT::SimpleValueType VT = (MVT::SimpleValueType)i;
1000 // Do not attempt to custom lower non-256-bit vectors
1001 if (!isPowerOf2_32(MVT(VT).getVectorNumElements())
1002 || (MVT(VT).getSizeInBits() < 256))
David Greene9b9838d2009-06-29 16:47:10 +00001003 continue;
David Greene9b9838d2009-06-29 16:47:10 +00001004 setOperationAction(ISD::BUILD_VECTOR, VT, Custom);
1005 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
David Greene54d8eba2011-01-27 22:38:56 +00001006 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +00001007 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
David Greene54d8eba2011-01-27 22:38:56 +00001008 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +00001009 }
David Greene54d8eba2011-01-27 22:38:56 +00001010 // Custom-lower insert_subvector and extract_subvector based on
1011 // the result type.
1012 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1013 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE;
1014 ++i) {
1015 MVT::SimpleValueType VT = (MVT::SimpleValueType)i;
1016 // Do not attempt to custom lower non-256-bit vectors
1017 if (!isPowerOf2_32(MVT(VT).getVectorNumElements()))
David Greene9b9838d2009-06-29 16:47:10 +00001018 continue;
David Greene54d8eba2011-01-27 22:38:56 +00001019
1020 if (MVT(VT).getSizeInBits() == 128) {
1021 setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +00001022 }
David Greene54d8eba2011-01-27 22:38:56 +00001023 else if (MVT(VT).getSizeInBits() == 256) {
1024 setOperationAction(ISD::INSERT_SUBVECTOR, VT, Custom);
1025 }
David Greene9b9838d2009-06-29 16:47:10 +00001026 }
1027
David Greene54d8eba2011-01-27 22:38:56 +00001028 // Promote v32i8, v16i16, v8i32 select, and, or, xor to v4i64.
1029 // Don't promote loads because we need them for VPERM vector index versions.
1030
1031 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1032 VT != (unsigned)MVT::LAST_VECTOR_VALUETYPE;
1033 VT++) {
1034 if (!isPowerOf2_32(MVT((MVT::SimpleValueType)VT).getVectorNumElements())
1035 || (MVT((MVT::SimpleValueType)VT).getSizeInBits() < 256))
1036 continue;
1037 setOperationAction(ISD::AND, (MVT::SimpleValueType)VT, Promote);
1038 AddPromotedToType (ISD::AND, (MVT::SimpleValueType)VT, MVT::v4i64);
1039 setOperationAction(ISD::OR, (MVT::SimpleValueType)VT, Promote);
1040 AddPromotedToType (ISD::OR, (MVT::SimpleValueType)VT, MVT::v4i64);
1041 setOperationAction(ISD::XOR, (MVT::SimpleValueType)VT, Promote);
1042 AddPromotedToType (ISD::XOR, (MVT::SimpleValueType)VT, MVT::v4i64);
1043 //setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Promote);
1044 //AddPromotedToType (ISD::LOAD, (MVT::SimpleValueType)VT, MVT::v4i64);
1045 setOperationAction(ISD::SELECT, (MVT::SimpleValueType)VT, Promote);
1046 AddPromotedToType (ISD::SELECT, (MVT::SimpleValueType)VT, MVT::v4i64);
1047 }
David Greene9b9838d2009-06-29 16:47:10 +00001048 }
1049
Evan Cheng6be2c582006-04-05 23:38:46 +00001050 // We want to custom lower some of our intrinsics.
Owen Anderson825b72b2009-08-11 20:47:22 +00001051 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
Evan Cheng6be2c582006-04-05 23:38:46 +00001052
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001053
Eli Friedman962f5492010-06-02 19:35:46 +00001054 // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1055 // handle type legalization for these operations here.
Dan Gohman71c62a22010-06-02 19:13:40 +00001056 //
Eli Friedman962f5492010-06-02 19:35:46 +00001057 // FIXME: We really should do custom legalization for addition and
1058 // subtraction on x86-32 once PR3203 is fixed. We really can't do much better
1059 // than generic legalization for 64-bit multiplication-with-overflow, though.
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001060 for (unsigned i = 0, e = 3+Subtarget->is64Bit(); i != e; ++i) {
1061 // Add/Sub/Mul with overflow operations are custom lowered.
1062 MVT VT = IntVTs[i];
1063 setOperationAction(ISD::SADDO, VT, Custom);
1064 setOperationAction(ISD::UADDO, VT, Custom);
1065 setOperationAction(ISD::SSUBO, VT, Custom);
1066 setOperationAction(ISD::USUBO, VT, Custom);
1067 setOperationAction(ISD::SMULO, VT, Custom);
1068 setOperationAction(ISD::UMULO, VT, Custom);
Eli Friedmana993f0a2010-06-02 00:27:18 +00001069 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001070
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001071 // There are no 8-bit 3-address imul/mul instructions
1072 setOperationAction(ISD::SMULO, MVT::i8, Expand);
1073 setOperationAction(ISD::UMULO, MVT::i8, Expand);
Bill Wendling41ea7e72008-11-24 19:21:46 +00001074
Evan Chengd54f2d52009-03-31 19:38:51 +00001075 if (!Subtarget->is64Bit()) {
1076 // These libcalls are not available in 32-bit.
1077 setLibcallName(RTLIB::SHL_I128, 0);
1078 setLibcallName(RTLIB::SRL_I128, 0);
1079 setLibcallName(RTLIB::SRA_I128, 0);
1080 }
1081
Evan Cheng206ee9d2006-07-07 08:33:52 +00001082 // We have target-specific dag combine patterns for the following nodes:
1083 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Dan Gohman1bbf72b2010-03-15 23:23:03 +00001084 setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
Evan Chengd880b972008-05-09 21:53:03 +00001085 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +00001086 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +00001087 setTargetDAGCombine(ISD::SHL);
1088 setTargetDAGCombine(ISD::SRA);
1089 setTargetDAGCombine(ISD::SRL);
Evan Cheng760d1942010-01-04 21:22:48 +00001090 setTargetDAGCombine(ISD::OR);
Nate Begemanb65c1752010-12-17 22:55:37 +00001091 setTargetDAGCombine(ISD::AND);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +00001092 setTargetDAGCombine(ISD::ADD);
1093 setTargetDAGCombine(ISD::SUB);
Chris Lattner149a4e52008-02-22 02:09:43 +00001094 setTargetDAGCombine(ISD::STORE);
Evan Cheng2e489c42009-12-16 00:53:11 +00001095 setTargetDAGCombine(ISD::ZERO_EXTEND);
Evan Cheng0b0cd912009-03-28 05:57:29 +00001096 if (Subtarget->is64Bit())
1097 setTargetDAGCombine(ISD::MUL);
Evan Cheng206ee9d2006-07-07 08:33:52 +00001098
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001099 computeRegisterProperties();
1100
Evan Cheng05219282011-01-06 06:52:41 +00001101 // On Darwin, -Os means optimize for size without hurting performance,
1102 // do not reduce the limit.
Dan Gohman87060f52008-06-30 21:00:56 +00001103 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001104 maxStoresPerMemsetOptSize = Subtarget->isTargetDarwin() ? 16 : 8;
Evan Cheng255f20f2010-04-01 06:04:33 +00001105 maxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001106 maxStoresPerMemcpyOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
1107 maxStoresPerMemmove = 8; // For @llvm.memmove -> sequence of stores
1108 maxStoresPerMemmoveOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
Evan Chengfb8075d2008-02-28 00:43:03 +00001109 setPrefLoopAlignment(16);
Evan Cheng6ebf7bc2009-05-13 21:42:09 +00001110 benefitFromCodePlacementOpt = true;
Eli Friedmanfc5d3052011-05-06 20:34:06 +00001111
1112 setPrefFunctionAlignment(4);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001113}
1114
Scott Michel5b8f82e2008-03-10 15:42:14 +00001115
Owen Anderson825b72b2009-08-11 20:47:22 +00001116MVT::SimpleValueType X86TargetLowering::getSetCCResultType(EVT VT) const {
1117 return MVT::i8;
Scott Michel5b8f82e2008-03-10 15:42:14 +00001118}
1119
1120
Evan Cheng29286502008-01-23 23:17:41 +00001121/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1122/// the desired ByVal argument alignment.
1123static void getMaxByValAlign(const Type *Ty, unsigned &MaxAlign) {
1124 if (MaxAlign == 16)
1125 return;
1126 if (const VectorType *VTy = dyn_cast<VectorType>(Ty)) {
1127 if (VTy->getBitWidth() == 128)
1128 MaxAlign = 16;
Evan Cheng29286502008-01-23 23:17:41 +00001129 } else if (const ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
1130 unsigned EltAlign = 0;
1131 getMaxByValAlign(ATy->getElementType(), EltAlign);
1132 if (EltAlign > MaxAlign)
1133 MaxAlign = EltAlign;
1134 } else if (const StructType *STy = dyn_cast<StructType>(Ty)) {
1135 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1136 unsigned EltAlign = 0;
1137 getMaxByValAlign(STy->getElementType(i), EltAlign);
1138 if (EltAlign > MaxAlign)
1139 MaxAlign = EltAlign;
1140 if (MaxAlign == 16)
1141 break;
1142 }
1143 }
1144 return;
1145}
1146
1147/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1148/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +00001149/// that contain SSE vectors are placed at 16-byte boundaries while the rest
1150/// are at 4-byte boundaries.
Evan Cheng29286502008-01-23 23:17:41 +00001151unsigned X86TargetLowering::getByValTypeAlignment(const Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +00001152 if (Subtarget->is64Bit()) {
1153 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001154 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +00001155 if (TyAlign > 8)
1156 return TyAlign;
1157 return 8;
1158 }
1159
Evan Cheng29286502008-01-23 23:17:41 +00001160 unsigned Align = 4;
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001161 if (Subtarget->hasXMM())
Dale Johannesen0c191872008-02-08 19:48:20 +00001162 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +00001163 return Align;
1164}
Chris Lattner2b02a442007-02-25 08:29:00 +00001165
Evan Chengf0df0312008-05-15 08:39:06 +00001166/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Chengc3b0c342010-04-08 07:37:57 +00001167/// and store operations as a result of memset, memcpy, and memmove
1168/// lowering. If DstAlign is zero that means it's safe to destination
1169/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1170/// means there isn't a need to check it against alignment requirement,
1171/// probably because the source does not need to be loaded. If
1172/// 'NonScalarIntSafe' is true, that means it's safe to return a
1173/// non-scalar-integer type, e.g. empty string source, constant, or loaded
1174/// from memory. 'MemcpyStrSrc' indicates whether the memcpy source is
1175/// constant so it does not need to be loaded.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001176/// It returns EVT::Other if the type should be determined using generic
1177/// target-independent logic.
Owen Andersone50ed302009-08-10 22:56:29 +00001178EVT
Evan Cheng255f20f2010-04-01 06:04:33 +00001179X86TargetLowering::getOptimalMemOpType(uint64_t Size,
1180 unsigned DstAlign, unsigned SrcAlign,
Evan Chengf28f8bc2010-04-02 19:36:14 +00001181 bool NonScalarIntSafe,
Evan Chengc3b0c342010-04-08 07:37:57 +00001182 bool MemcpyStrSrc,
Dan Gohman37f32ee2010-04-16 20:11:05 +00001183 MachineFunction &MF) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +00001184 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
1185 // linux. This is because the stack realignment code can't handle certain
1186 // cases like PR2962. This should be removed when PR2962 is fixed.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001187 const Function *F = MF.getFunction();
Evan Chenga5e13622011-01-07 19:35:30 +00001188 if (NonScalarIntSafe &&
1189 !F->hasFnAttr(Attribute::NoImplicitFloat)) {
Evan Cheng255f20f2010-04-01 06:04:33 +00001190 if (Size >= 16 &&
Evan Chenga5e13622011-01-07 19:35:30 +00001191 (Subtarget->isUnalignedMemAccessFast() ||
1192 ((DstAlign == 0 || DstAlign >= 16) &&
1193 (SrcAlign == 0 || SrcAlign >= 16))) &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001194 Subtarget->getStackAlignment() >= 16) {
1195 if (Subtarget->hasSSE2())
1196 return MVT::v4i32;
Evan Chengf28f8bc2010-04-02 19:36:14 +00001197 if (Subtarget->hasSSE1())
Evan Cheng255f20f2010-04-01 06:04:33 +00001198 return MVT::v4f32;
Evan Chengc3b0c342010-04-08 07:37:57 +00001199 } else if (!MemcpyStrSrc && Size >= 8 &&
Evan Cheng3ea97552010-04-01 20:27:45 +00001200 !Subtarget->is64Bit() &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001201 Subtarget->getStackAlignment() >= 8 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001202 Subtarget->hasXMMInt()) {
Evan Chengc3b0c342010-04-08 07:37:57 +00001203 // Do not use f64 to lower memcpy if source is string constant. It's
1204 // better to use i32 to avoid the loads.
Evan Cheng255f20f2010-04-01 06:04:33 +00001205 return MVT::f64;
Evan Chengc3b0c342010-04-08 07:37:57 +00001206 }
Chris Lattner4002a1b2008-10-28 05:49:35 +00001207 }
Evan Chengf0df0312008-05-15 08:39:06 +00001208 if (Subtarget->is64Bit() && Size >= 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00001209 return MVT::i64;
1210 return MVT::i32;
Evan Chengf0df0312008-05-15 08:39:06 +00001211}
1212
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001213/// getJumpTableEncoding - Return the entry encoding for a jump table in the
1214/// current function. The returned value is a member of the
1215/// MachineJumpTableInfo::JTEntryKind enum.
1216unsigned X86TargetLowering::getJumpTableEncoding() const {
1217 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1218 // symbol.
1219 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1220 Subtarget->isPICStyleGOT())
Chris Lattnerc64daab2010-01-26 05:02:42 +00001221 return MachineJumpTableInfo::EK_Custom32;
Michael J. Spencerec38de22010-10-10 22:04:20 +00001222
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001223 // Otherwise, use the normal jump table encoding heuristics.
1224 return TargetLowering::getJumpTableEncoding();
1225}
1226
Chris Lattnerc64daab2010-01-26 05:02:42 +00001227const MCExpr *
1228X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
1229 const MachineBasicBlock *MBB,
1230 unsigned uid,MCContext &Ctx) const{
1231 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1232 Subtarget->isPICStyleGOT());
1233 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
1234 // entries.
Daniel Dunbar4e815f82010-03-15 23:51:06 +00001235 return MCSymbolRefExpr::Create(MBB->getSymbol(),
1236 MCSymbolRefExpr::VK_GOTOFF, Ctx);
Chris Lattnerc64daab2010-01-26 05:02:42 +00001237}
1238
Evan Chengcc415862007-11-09 01:32:10 +00001239/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
1240/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +00001241SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Chris Lattner589c6f62010-01-26 06:28:43 +00001242 SelectionDAG &DAG) const {
Chris Lattnere4df7562009-07-09 03:15:51 +00001243 if (!Subtarget->is64Bit())
Dale Johannesenb300d2a2009-02-07 00:55:49 +00001244 // This doesn't have DebugLoc associated with it, but is not really the
1245 // same as a Register.
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00001246 return DAG.getNode(X86ISD::GlobalBaseReg, DebugLoc(), getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +00001247 return Table;
1248}
1249
Chris Lattner589c6f62010-01-26 06:28:43 +00001250/// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1251/// given PIC jumptable, the same as getPICJumpTableRelocBase, but as an
1252/// MCExpr.
1253const MCExpr *X86TargetLowering::
1254getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
1255 MCContext &Ctx) const {
1256 // X86-64 uses RIP relative addressing based on the jump table label.
1257 if (Subtarget->isPICStyleRIPRel())
1258 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
1259
1260 // Otherwise, the reference is relative to the PIC base.
Chris Lattner142b5312010-11-14 22:48:15 +00001261 return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
Chris Lattner589c6f62010-01-26 06:28:43 +00001262}
1263
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001264// FIXME: Why this routine is here? Move to RegInfo!
Evan Chengdee81012010-07-26 21:50:05 +00001265std::pair<const TargetRegisterClass*, uint8_t>
1266X86TargetLowering::findRepresentativeClass(EVT VT) const{
1267 const TargetRegisterClass *RRC = 0;
1268 uint8_t Cost = 1;
1269 switch (VT.getSimpleVT().SimpleTy) {
1270 default:
1271 return TargetLowering::findRepresentativeClass(VT);
1272 case MVT::i8: case MVT::i16: case MVT::i32: case MVT::i64:
1273 RRC = (Subtarget->is64Bit()
1274 ? X86::GR64RegisterClass : X86::GR32RegisterClass);
1275 break;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001276 case MVT::x86mmx:
Evan Chengdee81012010-07-26 21:50:05 +00001277 RRC = X86::VR64RegisterClass;
1278 break;
1279 case MVT::f32: case MVT::f64:
1280 case MVT::v16i8: case MVT::v8i16: case MVT::v4i32: case MVT::v2i64:
1281 case MVT::v4f32: case MVT::v2f64:
1282 case MVT::v32i8: case MVT::v8i32: case MVT::v4i64: case MVT::v8f32:
1283 case MVT::v4f64:
1284 RRC = X86::VR128RegisterClass;
1285 break;
1286 }
1287 return std::make_pair(RRC, Cost);
1288}
1289
Eric Christopherf7a0c7b2010-07-06 05:18:56 +00001290bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace,
1291 unsigned &Offset) const {
1292 if (!Subtarget->isTargetLinux())
1293 return false;
1294
1295 if (Subtarget->is64Bit()) {
1296 // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
1297 Offset = 0x28;
1298 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
1299 AddressSpace = 256;
1300 else
1301 AddressSpace = 257;
1302 } else {
1303 // %gs:0x14 on i386
1304 Offset = 0x14;
1305 AddressSpace = 256;
1306 }
1307 return true;
1308}
1309
1310
Chris Lattner2b02a442007-02-25 08:29:00 +00001311//===----------------------------------------------------------------------===//
1312// Return Value Calling Convention Implementation
1313//===----------------------------------------------------------------------===//
1314
Chris Lattner59ed56b2007-02-28 04:55:35 +00001315#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001316
Michael J. Spencerec38de22010-10-10 22:04:20 +00001317bool
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001318X86TargetLowering::CanLowerReturn(CallingConv::ID CallConv, bool isVarArg,
Dan Gohman84023e02010-07-10 09:00:22 +00001319 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001320 LLVMContext &Context) const {
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001321 SmallVector<CCValAssign, 16> RVLocs;
1322 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001323 RVLocs, Context);
Dan Gohman84023e02010-07-10 09:00:22 +00001324 return CCInfo.CheckReturn(Outs, RetCC_X86);
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001325}
1326
Dan Gohman98ca4f22009-08-05 01:29:28 +00001327SDValue
1328X86TargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001329 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001330 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001331 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmand858e902010-04-17 15:26:15 +00001332 DebugLoc dl, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00001333 MachineFunction &MF = DAG.getMachineFunction();
1334 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001335
Chris Lattner9774c912007-02-27 05:28:59 +00001336 SmallVector<CCValAssign, 16> RVLocs;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001337 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
1338 RVLocs, *DAG.getContext());
1339 CCInfo.AnalyzeReturn(Outs, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001340
Evan Chengdcea1632010-02-04 02:40:39 +00001341 // Add the regs to the liveout set for the function.
1342 MachineRegisterInfo &MRI = DAG.getMachineFunction().getRegInfo();
1343 for (unsigned i = 0; i != RVLocs.size(); ++i)
1344 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg()))
1345 MRI.addLiveOut(RVLocs[i].getLocReg());
Scott Michelfdc40a02009-02-17 22:15:04 +00001346
Dan Gohman475871a2008-07-27 21:46:04 +00001347 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001348
Dan Gohman475871a2008-07-27 21:46:04 +00001349 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +00001350 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1351 // Operand #1 = Bytes To Pop
Dan Gohman1e93df62010-04-17 14:41:14 +00001352 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(),
1353 MVT::i16));
Scott Michelfdc40a02009-02-17 22:15:04 +00001354
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001355 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +00001356 for (unsigned i = 0; i != RVLocs.size(); ++i) {
1357 CCValAssign &VA = RVLocs[i];
1358 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohmanc9403652010-07-07 15:54:55 +00001359 SDValue ValToCopy = OutVals[i];
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001360 EVT ValVT = ValToCopy.getValueType();
1361
Dale Johannesenc4510512010-09-24 19:05:48 +00001362 // If this is x86-64, and we disabled SSE, we can't return FP values,
1363 // or SSE or MMX vectors.
1364 if ((ValVT == MVT::f32 || ValVT == MVT::f64 ||
1365 VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001366 (Subtarget->is64Bit() && !Subtarget->hasXMM())) {
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001367 report_fatal_error("SSE register return with SSE disabled");
1368 }
1369 // Likewise we can't return F64 values with SSE1 only. gcc does so, but
1370 // llvm-gcc has never done it right and no one has noticed, so this
1371 // should be OK for now.
1372 if (ValVT == MVT::f64 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001373 (Subtarget->is64Bit() && !Subtarget->hasXMMInt()))
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001374 report_fatal_error("SSE2 register return with SSE2 disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00001375
Chris Lattner447ff682008-03-11 03:23:40 +00001376 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1377 // the RET instruction and handled by the FP Stackifier.
Dan Gohman37eed792009-02-04 17:28:58 +00001378 if (VA.getLocReg() == X86::ST0 ||
1379 VA.getLocReg() == X86::ST1) {
Chris Lattner447ff682008-03-11 03:23:40 +00001380 // If this is a copy from an xmm register to ST(0), use an FPExtend to
1381 // change the value to the FP stack register class.
Dan Gohman37eed792009-02-04 17:28:58 +00001382 if (isScalarFPTypeInSSEReg(VA.getValVT()))
Owen Anderson825b72b2009-08-11 20:47:22 +00001383 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
Chris Lattner447ff682008-03-11 03:23:40 +00001384 RetOps.push_back(ValToCopy);
1385 // Don't emit a copytoreg.
1386 continue;
1387 }
Dale Johannesena68f9012008-06-24 22:01:44 +00001388
Evan Cheng242b38b2009-02-23 09:03:22 +00001389 // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
1390 // which is returned in RAX / RDX.
Evan Cheng6140a8b2009-02-22 08:05:12 +00001391 if (Subtarget->is64Bit()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001392 if (ValVT == MVT::x86mmx) {
Chris Lattner97a2a562010-08-26 05:24:29 +00001393 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001394 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ValToCopy);
Eric Christopher90eb4022010-07-22 00:26:08 +00001395 ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
1396 ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001397 // If we don't have SSE2 available, convert to v4f32 so the generated
1398 // register is legal.
1399 if (!Subtarget->hasSSE2())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001400 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32,ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001401 }
Evan Cheng242b38b2009-02-23 09:03:22 +00001402 }
Evan Cheng6140a8b2009-02-22 08:05:12 +00001403 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00001404
Dale Johannesendd64c412009-02-04 00:33:20 +00001405 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001406 Flag = Chain.getValue(1);
1407 }
Dan Gohman61a92132008-04-21 23:59:07 +00001408
1409 // The x86-64 ABI for returning structs by value requires that we copy
1410 // the sret argument into %rax for the return. We saved the argument into
1411 // a virtual register in the entry block, so now we copy the value out
1412 // and into %rax.
1413 if (Subtarget->is64Bit() &&
1414 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1415 MachineFunction &MF = DAG.getMachineFunction();
1416 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1417 unsigned Reg = FuncInfo->getSRetReturnReg();
Michael J. Spencerec38de22010-10-10 22:04:20 +00001418 assert(Reg &&
Zhongxing Xuc2798a12010-05-26 08:10:02 +00001419 "SRetReturnReg should have been set in LowerFormalArguments().");
Dale Johannesendd64c412009-02-04 00:33:20 +00001420 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001421
Dale Johannesendd64c412009-02-04 00:33:20 +00001422 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
Dan Gohman61a92132008-04-21 23:59:07 +00001423 Flag = Chain.getValue(1);
Dan Gohman00326812009-10-12 16:36:12 +00001424
1425 // RAX now acts like a return value.
Evan Chengdcea1632010-02-04 02:40:39 +00001426 MRI.addLiveOut(X86::RAX);
Dan Gohman61a92132008-04-21 23:59:07 +00001427 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001428
Chris Lattner447ff682008-03-11 03:23:40 +00001429 RetOps[0] = Chain; // Update chain.
1430
1431 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001432 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001433 RetOps.push_back(Flag);
Scott Michelfdc40a02009-02-17 22:15:04 +00001434
1435 return DAG.getNode(X86ISD::RET_FLAG, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00001436 MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001437}
1438
Evan Cheng3d2125c2010-11-30 23:55:39 +00001439bool X86TargetLowering::isUsedByReturnOnly(SDNode *N) const {
1440 if (N->getNumValues() != 1)
1441 return false;
1442 if (!N->hasNUsesOfValue(1, 0))
1443 return false;
1444
1445 SDNode *Copy = *N->use_begin();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001446 if (Copy->getOpcode() != ISD::CopyToReg &&
1447 Copy->getOpcode() != ISD::FP_EXTEND)
Evan Cheng3d2125c2010-11-30 23:55:39 +00001448 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001449
1450 bool HasRet = false;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001451 for (SDNode::use_iterator UI = Copy->use_begin(), UE = Copy->use_end();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001452 UI != UE; ++UI) {
Evan Cheng3d2125c2010-11-30 23:55:39 +00001453 if (UI->getOpcode() != X86ISD::RET_FLAG)
1454 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001455 HasRet = true;
1456 }
Evan Cheng3d2125c2010-11-30 23:55:39 +00001457
Evan Cheng1bf891a2010-12-01 22:59:46 +00001458 return HasRet;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001459}
1460
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001461EVT
1462X86TargetLowering::getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT,
Cameron Zwarich44579682011-03-17 14:21:56 +00001463 ISD::NodeType ExtendKind) const {
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001464 MVT ReturnMVT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001465 // TODO: Is this also valid on 32-bit?
1466 if (Subtarget->is64Bit() && VT == MVT::i1 && ExtendKind == ISD::ZERO_EXTEND)
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001467 ReturnMVT = MVT::i8;
1468 else
1469 ReturnMVT = MVT::i32;
1470
1471 EVT MinVT = getRegisterType(Context, ReturnMVT);
1472 return VT.bitsLT(MinVT) ? MinVT : VT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001473}
1474
Dan Gohman98ca4f22009-08-05 01:29:28 +00001475/// LowerCallResult - Lower the result values of a call into the
1476/// appropriate copies out of appropriate physical registers.
1477///
1478SDValue
1479X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001480 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001481 const SmallVectorImpl<ISD::InputArg> &Ins,
1482 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001483 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001484
Chris Lattnere32bbf62007-02-28 07:09:55 +00001485 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001486 SmallVector<CCValAssign, 16> RVLocs;
Torok Edwin3f142c32009-02-01 18:15:56 +00001487 bool Is64Bit = Subtarget->is64Bit();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001488 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
Owen Andersone922c022009-07-22 00:24:57 +00001489 RVLocs, *DAG.getContext());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001490 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001491
Chris Lattner3085e152007-02-25 08:59:22 +00001492 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001493 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Dan Gohman37eed792009-02-04 17:28:58 +00001494 CCValAssign &VA = RVLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00001495 EVT CopyVT = VA.getValVT();
Scott Michelfdc40a02009-02-17 22:15:04 +00001496
Torok Edwin3f142c32009-02-01 18:15:56 +00001497 // If this is x86-64, and we disabled SSE, we can't return FP values
Owen Anderson825b72b2009-08-11 20:47:22 +00001498 if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001499 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasXMM())) {
Chris Lattner75361b62010-04-07 22:58:41 +00001500 report_fatal_error("SSE register return with SSE disabled");
Torok Edwin3f142c32009-02-01 18:15:56 +00001501 }
1502
Evan Cheng79fb3b42009-02-20 20:43:02 +00001503 SDValue Val;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001504
1505 // If this is a call to a function that returns an fp value on the floating
1506 // point stack, we must guarantee the the value is popped from the stack, so
1507 // a CopyFromReg is not good enough - the copy instruction may be eliminated
1508 // if the return value is not used. We use the FpGET_ST0 instructions
1509 // instead.
1510 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
1511 // If we prefer to use the value in xmm registers, copy it out as f80 and
1512 // use a truncate to move it from fp stack reg to xmm reg.
1513 if (isScalarFPTypeInSSEReg(VA.getValVT())) CopyVT = MVT::f80;
1514 bool isST0 = VA.getLocReg() == X86::ST0;
1515 unsigned Opc = 0;
1516 if (CopyVT == MVT::f32) Opc = isST0 ? X86::FpGET_ST0_32:X86::FpGET_ST1_32;
1517 if (CopyVT == MVT::f64) Opc = isST0 ? X86::FpGET_ST0_64:X86::FpGET_ST1_64;
1518 if (CopyVT == MVT::f80) Opc = isST0 ? X86::FpGET_ST0_80:X86::FpGET_ST1_80;
1519 SDValue Ops[] = { Chain, InFlag };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00001520 Chain = SDValue(DAG.getMachineNode(Opc, dl, CopyVT, MVT::Other, MVT::Glue,
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001521 Ops, 2), 1);
1522 Val = Chain.getValue(0);
1523
1524 // Round the f80 to the right size, which also moves it to the appropriate
1525 // xmm register.
1526 if (CopyVT != VA.getValVT())
1527 Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
1528 // This truncation won't change the value.
1529 DAG.getIntPtrConstant(1));
Evan Cheng79fb3b42009-02-20 20:43:02 +00001530 } else {
1531 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1532 CopyVT, InFlag).getValue(1);
1533 Val = Chain.getValue(0);
1534 }
Chris Lattner8e6da152008-03-10 21:08:41 +00001535 InFlag = Chain.getValue(2);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001536 InVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001537 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001538
Dan Gohman98ca4f22009-08-05 01:29:28 +00001539 return Chain;
Chris Lattner2b02a442007-02-25 08:29:00 +00001540}
1541
1542
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001543//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001544// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001545//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001546// StdCall calling convention seems to be standard for many Windows' API
1547// routines and around. It differs from C calling convention just a little:
1548// callee should clean up the stack, not caller. Symbols should be also
1549// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001550// For info on fast calling convention see Fast Calling Convention (tail call)
1551// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001552
Dan Gohman98ca4f22009-08-05 01:29:28 +00001553/// CallIsStructReturn - Determines whether a call uses struct return
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001554/// semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001555static bool CallIsStructReturn(const SmallVectorImpl<ISD::OutputArg> &Outs) {
1556 if (Outs.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001557 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001558
Dan Gohman98ca4f22009-08-05 01:29:28 +00001559 return Outs[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001560}
1561
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001562/// ArgsAreStructReturn - Determines whether a function uses struct
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001563/// return semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001564static bool
1565ArgsAreStructReturn(const SmallVectorImpl<ISD::InputArg> &Ins) {
1566 if (Ins.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001567 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001568
Dan Gohman98ca4f22009-08-05 01:29:28 +00001569 return Ins[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001570}
1571
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001572/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1573/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001574/// the specific parameter attribute. The copy will be passed as a byval
1575/// function parameter.
Scott Michelfdc40a02009-02-17 22:15:04 +00001576static SDValue
Dan Gohman475871a2008-07-27 21:46:04 +00001577CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001578 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
1579 DebugLoc dl) {
Chris Lattnere72f2022010-09-21 05:40:29 +00001580 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Michael J. Spencerec38de22010-10-10 22:04:20 +00001581
Dale Johannesendd64c412009-02-04 00:33:20 +00001582 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Stuart Hastings03d58262011-03-10 00:25:53 +00001583 /*isVolatile*/false, /*AlwaysInline=*/true,
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001584 MachinePointerInfo(), MachinePointerInfo());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001585}
1586
Chris Lattner29689432010-03-11 00:22:57 +00001587/// IsTailCallConvention - Return true if the calling convention is one that
1588/// supports tail call optimization.
1589static bool IsTailCallConvention(CallingConv::ID CC) {
1590 return (CC == CallingConv::Fast || CC == CallingConv::GHC);
1591}
1592
Evan Cheng485fafc2011-03-21 01:19:09 +00001593bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
1594 if (!CI->isTailCall())
1595 return false;
1596
1597 CallSite CS(CI);
1598 CallingConv::ID CalleeCC = CS.getCallingConv();
1599 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1600 return false;
1601
1602 return true;
1603}
1604
Evan Cheng0c439eb2010-01-27 00:07:07 +00001605/// FuncIsMadeTailCallSafe - Return true if the function is being made into
1606/// a tailcall target by changing its ABI.
1607static bool FuncIsMadeTailCallSafe(CallingConv::ID CC) {
Chris Lattner29689432010-03-11 00:22:57 +00001608 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
Evan Cheng0c439eb2010-01-27 00:07:07 +00001609}
1610
Dan Gohman98ca4f22009-08-05 01:29:28 +00001611SDValue
1612X86TargetLowering::LowerMemArgument(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001613 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001614 const SmallVectorImpl<ISD::InputArg> &Ins,
1615 DebugLoc dl, SelectionDAG &DAG,
1616 const CCValAssign &VA,
1617 MachineFrameInfo *MFI,
Dan Gohmand858e902010-04-17 15:26:15 +00001618 unsigned i) const {
Rafael Espindola7effac52007-09-14 15:48:13 +00001619 // Create the nodes corresponding to a load from this parameter slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001620 ISD::ArgFlagsTy Flags = Ins[i].Flags;
Evan Cheng0c439eb2010-01-27 00:07:07 +00001621 bool AlwaysUseMutable = FuncIsMadeTailCallSafe(CallConv);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001622 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Anton Korobeynikov22472762009-08-14 18:19:10 +00001623 EVT ValVT;
1624
1625 // If value is passed by pointer we have address passed instead of the value
1626 // itself.
1627 if (VA.getLocInfo() == CCValAssign::Indirect)
1628 ValVT = VA.getLocVT();
1629 else
1630 ValVT = VA.getValVT();
Evan Chenge70bb592008-01-10 02:24:25 +00001631
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001632 // FIXME: For now, all byval parameter objects are marked mutable. This can be
Scott Michelfdc40a02009-02-17 22:15:04 +00001633 // changed with more analysis.
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001634 // In case of tail call optimization mark all arguments mutable. Since they
1635 // could be overwritten by lowering of arguments in case of a tail call.
Evan Cheng90567c32010-02-02 23:58:13 +00001636 if (Flags.isByVal()) {
Evan Chengee2e0e32011-03-30 23:44:13 +00001637 unsigned Bytes = Flags.getByValSize();
1638 if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
1639 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001640 return DAG.getFrameIndex(FI, getPointerTy());
1641 } else {
1642 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
Evan Chenged2ae132010-07-03 00:40:23 +00001643 VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001644 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
1645 return DAG.getLoad(ValVT, dl, Chain, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001646 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00001647 false, false, 0);
Evan Cheng90567c32010-02-02 23:58:13 +00001648 }
Rafael Espindola7effac52007-09-14 15:48:13 +00001649}
1650
Dan Gohman475871a2008-07-27 21:46:04 +00001651SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001652X86TargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001653 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001654 bool isVarArg,
1655 const SmallVectorImpl<ISD::InputArg> &Ins,
1656 DebugLoc dl,
1657 SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001658 SmallVectorImpl<SDValue> &InVals)
1659 const {
Evan Cheng1bc78042006-04-26 01:20:17 +00001660 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001661 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001662
Gordon Henriksen86737662008-01-05 16:56:59 +00001663 const Function* Fn = MF.getFunction();
1664 if (Fn->hasExternalLinkage() &&
1665 Subtarget->isTargetCygMing() &&
1666 Fn->getName() == "main")
1667 FuncInfo->setForceFramePointer(true);
1668
Evan Cheng1bc78042006-04-26 01:20:17 +00001669 MachineFrameInfo *MFI = MF.getFrameInfo();
Gordon Henriksen86737662008-01-05 16:56:59 +00001670 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001671 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001672
Chris Lattner29689432010-03-11 00:22:57 +00001673 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1674 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001675
Chris Lattner638402b2007-02-28 07:00:42 +00001676 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001677 SmallVector<CCValAssign, 16> ArgLocs;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001678 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
1679 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001680
1681 // Allocate shadow area for Win64
1682 if (IsWin64) {
1683 CCInfo.AllocateStack(32, 8);
1684 }
1685
Duncan Sands45907662010-10-31 13:21:44 +00001686 CCInfo.AnalyzeFormalArguments(Ins, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001687
Chris Lattnerf39f7712007-02-28 05:46:49 +00001688 unsigned LastVal = ~0U;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001689 SDValue ArgValue;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001690 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1691 CCValAssign &VA = ArgLocs[i];
1692 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1693 // places.
1694 assert(VA.getValNo() != LastVal &&
1695 "Don't support value assigned to multiple locs yet");
1696 LastVal = VA.getValNo();
Scott Michelfdc40a02009-02-17 22:15:04 +00001697
Chris Lattnerf39f7712007-02-28 05:46:49 +00001698 if (VA.isRegLoc()) {
Owen Andersone50ed302009-08-10 22:56:29 +00001699 EVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001700 TargetRegisterClass *RC = NULL;
Owen Anderson825b72b2009-08-11 20:47:22 +00001701 if (RegVT == MVT::i32)
Chris Lattnerf39f7712007-02-28 05:46:49 +00001702 RC = X86::GR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001703 else if (Is64Bit && RegVT == MVT::i64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001704 RC = X86::GR64RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001705 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001706 RC = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001707 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001708 RC = X86::FR64RegisterClass;
Bruno Cardoso Lopesac098352010-08-05 23:35:51 +00001709 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256)
1710 RC = X86::VR256RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001711 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001712 RC = X86::VR128RegisterClass;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001713 else if (RegVT == MVT::x86mmx)
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001714 RC = X86::VR64RegisterClass;
1715 else
Torok Edwinc23197a2009-07-14 16:55:14 +00001716 llvm_unreachable("Unknown argument type!");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001717
Devang Patel68e6bee2011-02-21 23:21:26 +00001718 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001719 ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, RegVT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001720
Chris Lattnerf39f7712007-02-28 05:46:49 +00001721 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1722 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1723 // right size.
1724 if (VA.getLocInfo() == CCValAssign::SExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001725 ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001726 DAG.getValueType(VA.getValVT()));
1727 else if (VA.getLocInfo() == CCValAssign::ZExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001728 ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001729 DAG.getValueType(VA.getValVT()));
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001730 else if (VA.getLocInfo() == CCValAssign::BCvt)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001731 ArgValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), ArgValue);
Scott Michelfdc40a02009-02-17 22:15:04 +00001732
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001733 if (VA.isExtInLoc()) {
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001734 // Handle MMX values passed in XMM regs.
1735 if (RegVT.isVector()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001736 ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(),
1737 ArgValue);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001738 } else
1739 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001740 }
Chris Lattnerf39f7712007-02-28 05:46:49 +00001741 } else {
1742 assert(VA.isMemLoc());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001743 ArgValue = LowerMemArgument(Chain, CallConv, Ins, dl, DAG, VA, MFI, i);
Evan Cheng1bc78042006-04-26 01:20:17 +00001744 }
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001745
1746 // If value is passed via pointer - do a load.
1747 if (VA.getLocInfo() == CCValAssign::Indirect)
Chris Lattner51abfe42010-09-21 06:02:19 +00001748 ArgValue = DAG.getLoad(VA.getValVT(), dl, Chain, ArgValue,
1749 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001750
Dan Gohman98ca4f22009-08-05 01:29:28 +00001751 InVals.push_back(ArgValue);
Evan Cheng1bc78042006-04-26 01:20:17 +00001752 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001753
Dan Gohman61a92132008-04-21 23:59:07 +00001754 // The x86-64 ABI for returning structs by value requires that we copy
1755 // the sret argument into %rax for the return. Save the argument into
1756 // a virtual register so that we can access it from the return points.
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001757 if (Is64Bit && MF.getFunction()->hasStructRetAttr()) {
Dan Gohman61a92132008-04-21 23:59:07 +00001758 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1759 unsigned Reg = FuncInfo->getSRetReturnReg();
1760 if (!Reg) {
Owen Anderson825b72b2009-08-11 20:47:22 +00001761 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
Dan Gohman61a92132008-04-21 23:59:07 +00001762 FuncInfo->setSRetReturnReg(Reg);
1763 }
Dan Gohman98ca4f22009-08-05 01:29:28 +00001764 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
Owen Anderson825b72b2009-08-11 20:47:22 +00001765 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
Dan Gohman61a92132008-04-21 23:59:07 +00001766 }
1767
Chris Lattnerf39f7712007-02-28 05:46:49 +00001768 unsigned StackSize = CCInfo.getNextStackOffset();
Evan Cheng0c439eb2010-01-27 00:07:07 +00001769 // Align stack specially for tail calls.
1770 if (FuncIsMadeTailCallSafe(CallConv))
Gordon Henriksenae636f82008-01-03 16:47:34 +00001771 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001772
Evan Cheng1bc78042006-04-26 01:20:17 +00001773 // If the function takes variable number of arguments, make a frame index for
1774 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001775 if (isVarArg) {
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001776 if (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
1777 CallConv != CallingConv::X86_ThisCall)) {
Jakob Stoklund Olesenb2eeed72010-07-29 17:42:27 +00001778 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, StackSize,true));
Gordon Henriksen86737662008-01-05 16:56:59 +00001779 }
1780 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001781 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1782
1783 // FIXME: We should really autogenerate these arrays
1784 static const unsigned GPR64ArgRegsWin64[] = {
1785 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001786 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001787 static const unsigned GPR64ArgRegs64Bit[] = {
1788 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1789 };
1790 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001791 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1792 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1793 };
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001794 const unsigned *GPR64ArgRegs;
1795 unsigned NumXMMRegs = 0;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001796
1797 if (IsWin64) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001798 // The XMM registers which might contain var arg parameters are shadowed
1799 // in their paired GPR. So we only need to save the GPR to their home
1800 // slots.
1801 TotalNumIntRegs = 4;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001802 GPR64ArgRegs = GPR64ArgRegsWin64;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001803 } else {
1804 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1805 GPR64ArgRegs = GPR64ArgRegs64Bit;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001806
1807 NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs64Bit, TotalNumXMMRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001808 }
1809 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1810 TotalNumIntRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001811
Devang Patel578efa92009-06-05 21:57:13 +00001812 bool NoImplicitFloatOps = Fn->hasFnAttr(Attribute::NoImplicitFloat);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001813 assert(!(NumXMMRegs && !Subtarget->hasXMM()) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001814 "SSE register cannot be used when SSE is disabled!");
Devang Patel578efa92009-06-05 21:57:13 +00001815 assert(!(NumXMMRegs && UseSoftFloat && NoImplicitFloatOps) &&
Evan Chengc7ce29b2009-02-13 22:36:38 +00001816 "SSE register cannot be used when SSE is disabled!");
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001817 if (UseSoftFloat || NoImplicitFloatOps || !Subtarget->hasXMM())
Torok Edwin3f142c32009-02-01 18:15:56 +00001818 // Kernel mode asks for SSE to be disabled, so don't push them
1819 // on the stack.
1820 TotalNumXMMRegs = 0;
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001821
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001822 if (IsWin64) {
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001823 const TargetFrameLowering &TFI = *getTargetMachine().getFrameLowering();
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001824 // Get to the caller-allocated home save location. Add 8 to account
1825 // for the return address.
1826 int HomeOffset = TFI.getOffsetOfLocalArea() + 8;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001827 FuncInfo->setRegSaveFrameIndex(
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001828 MFI->CreateFixedObject(1, NumIntRegs * 8 + HomeOffset, false));
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001829 // Fixup to set vararg frame on shadow area (4 x i64).
1830 if (NumIntRegs < 4)
1831 FuncInfo->setVarArgsFrameIndex(FuncInfo->getRegSaveFrameIndex());
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001832 } else {
1833 // For X86-64, if there are vararg parameters that are passed via
1834 // registers, then we must store them to their spots on the stack so they
1835 // may be loaded by deferencing the result of va_next.
1836 FuncInfo->setVarArgsGPOffset(NumIntRegs * 8);
1837 FuncInfo->setVarArgsFPOffset(TotalNumIntRegs * 8 + NumXMMRegs * 16);
1838 FuncInfo->setRegSaveFrameIndex(
1839 MFI->CreateStackObject(TotalNumIntRegs * 8 + TotalNumXMMRegs * 16, 16,
Dan Gohman1e93df62010-04-17 14:41:14 +00001840 false));
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001841 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001842
Gordon Henriksen86737662008-01-05 16:56:59 +00001843 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001844 SmallVector<SDValue, 8> MemOps;
Dan Gohman1e93df62010-04-17 14:41:14 +00001845 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
1846 getPointerTy());
1847 unsigned Offset = FuncInfo->getVarArgsGPOffset();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001848 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Dan Gohmand6708ea2009-08-15 01:38:56 +00001849 SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
1850 DAG.getIntPtrConstant(Offset));
Bob Wilson998e1252009-04-20 18:36:57 +00001851 unsigned VReg = MF.addLiveIn(GPR64ArgRegs[NumIntRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001852 X86::GR64RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +00001853 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Dan Gohman475871a2008-07-27 21:46:04 +00001854 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001855 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001856 MachinePointerInfo::getFixedStack(
1857 FuncInfo->getRegSaveFrameIndex(), Offset),
1858 false, false, 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001859 MemOps.push_back(Store);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001860 Offset += 8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001861 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001862
Dan Gohmanface41a2009-08-16 21:24:25 +00001863 if (TotalNumXMMRegs != 0 && NumXMMRegs != TotalNumXMMRegs) {
1864 // Now store the XMM (fp + vector) parameter registers.
1865 SmallVector<SDValue, 11> SaveXMMOps;
1866 SaveXMMOps.push_back(Chain);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001867
Devang Patel68e6bee2011-02-21 23:21:26 +00001868 unsigned AL = MF.addLiveIn(X86::AL, X86::GR8RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001869 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
1870 SaveXMMOps.push_back(ALVal);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001871
Dan Gohman1e93df62010-04-17 14:41:14 +00001872 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1873 FuncInfo->getRegSaveFrameIndex()));
1874 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1875 FuncInfo->getVarArgsFPOffset()));
Dan Gohmand6708ea2009-08-15 01:38:56 +00001876
Dan Gohmanface41a2009-08-16 21:24:25 +00001877 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001878 unsigned VReg = MF.addLiveIn(XMMArgRegs64Bit[NumXMMRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001879 X86::VR128RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001880 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::v4f32);
1881 SaveXMMOps.push_back(Val);
1882 }
1883 MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
1884 MVT::Other,
1885 &SaveXMMOps[0], SaveXMMOps.size()));
Gordon Henriksen86737662008-01-05 16:56:59 +00001886 }
Dan Gohmanface41a2009-08-16 21:24:25 +00001887
1888 if (!MemOps.empty())
1889 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
1890 &MemOps[0], MemOps.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001891 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001892 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001893
Gordon Henriksen86737662008-01-05 16:56:59 +00001894 // Some CCs need callee pop.
Dan Gohman4d3d6e12010-05-27 18:43:40 +00001895 if (Subtarget->IsCalleePop(isVarArg, CallConv)) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001896 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001897 } else {
Dan Gohman1e93df62010-04-17 14:41:14 +00001898 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001899 // If this is an sret function, the return should pop the hidden pointer.
Chris Lattner29689432010-03-11 00:22:57 +00001900 if (!Is64Bit && !IsTailCallConvention(CallConv) && ArgsAreStructReturn(Ins))
Dan Gohman1e93df62010-04-17 14:41:14 +00001901 FuncInfo->setBytesToPopOnReturn(4);
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001902 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001903
Gordon Henriksen86737662008-01-05 16:56:59 +00001904 if (!Is64Bit) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001905 // RegSaveFrameIndex is X86-64 only.
1906 FuncInfo->setRegSaveFrameIndex(0xAAAAAAA);
Anton Korobeynikovded05e32010-05-16 09:08:45 +00001907 if (CallConv == CallingConv::X86_FastCall ||
1908 CallConv == CallingConv::X86_ThisCall)
Dan Gohman1e93df62010-04-17 14:41:14 +00001909 // fastcc functions can't have varargs.
1910 FuncInfo->setVarArgsFrameIndex(0xAAAAAAA);
Gordon Henriksen86737662008-01-05 16:56:59 +00001911 }
Evan Cheng25caf632006-05-23 21:06:34 +00001912
Dan Gohman98ca4f22009-08-05 01:29:28 +00001913 return Chain;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001914}
1915
Dan Gohman475871a2008-07-27 21:46:04 +00001916SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001917X86TargetLowering::LowerMemOpCallTo(SDValue Chain,
1918 SDValue StackPtr, SDValue Arg,
1919 DebugLoc dl, SelectionDAG &DAG,
Evan Chengdffbd832008-01-10 00:09:10 +00001920 const CCValAssign &VA,
Dan Gohmand858e902010-04-17 15:26:15 +00001921 ISD::ArgFlagsTy Flags) const {
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001922 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001923 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Dale Johannesenace16102009-02-03 19:33:06 +00001924 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001925 if (Flags.isByVal())
Dale Johannesendd64c412009-02-04 00:33:20 +00001926 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001927
1928 return DAG.getStore(Chain, dl, Arg, PtrOff,
1929 MachinePointerInfo::getStack(LocMemOffset),
David Greene67c9d422010-02-15 16:53:33 +00001930 false, false, 0);
Evan Chengdffbd832008-01-10 00:09:10 +00001931}
1932
Bill Wendling64e87322009-01-16 19:25:27 +00001933/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001934/// optimization is performed and it is required.
Scott Michelfdc40a02009-02-17 22:15:04 +00001935SDValue
1936X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Evan Chengddc419c2010-01-26 19:04:47 +00001937 SDValue &OutRetAddr, SDValue Chain,
1938 bool IsTailCall, bool Is64Bit,
Dan Gohmand858e902010-04-17 15:26:15 +00001939 int FPDiff, DebugLoc dl) const {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001940 // Adjust the Return address stack slot.
Owen Andersone50ed302009-08-10 22:56:29 +00001941 EVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001942 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001943
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001944 // Load the "old" Return address.
Chris Lattner51abfe42010-09-21 06:02:19 +00001945 OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, MachinePointerInfo(),
1946 false, false, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001947 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001948}
1949
Chris Lattner7a2bdde2011-04-15 05:18:47 +00001950/// EmitTailCallStoreRetAddr - Emit a store of the return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001951/// optimization is performed and it is required (FPDiff!=0).
Scott Michelfdc40a02009-02-17 22:15:04 +00001952static SDValue
1953EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001954 SDValue Chain, SDValue RetAddrFrIdx,
Dale Johannesenace16102009-02-03 19:33:06 +00001955 bool Is64Bit, int FPDiff, DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001956 // Store the return address to the appropriate stack slot.
1957 if (!FPDiff) return Chain;
1958 // Calculate the new stack slot for the return address.
1959 int SlotSize = Is64Bit ? 8 : 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00001960 int NewReturnAddrFI =
Evan Chenged2ae132010-07-03 00:40:23 +00001961 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize, false);
Owen Anderson825b72b2009-08-11 20:47:22 +00001962 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001963 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001964 Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00001965 MachinePointerInfo::getFixedStack(NewReturnAddrFI),
David Greene67c9d422010-02-15 16:53:33 +00001966 false, false, 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001967 return Chain;
1968}
1969
Dan Gohman98ca4f22009-08-05 01:29:28 +00001970SDValue
Evan Cheng022d9e12010-02-02 23:55:14 +00001971X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001972 CallingConv::ID CallConv, bool isVarArg,
Evan Cheng0c439eb2010-01-27 00:07:07 +00001973 bool &isTailCall,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001974 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001975 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001976 const SmallVectorImpl<ISD::InputArg> &Ins,
1977 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001978 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohman98ca4f22009-08-05 01:29:28 +00001979 MachineFunction &MF = DAG.getMachineFunction();
1980 bool Is64Bit = Subtarget->is64Bit();
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00001981 bool IsWin64 = Subtarget->isTargetWin64();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001982 bool IsStructRet = CallIsStructReturn(Outs);
Evan Cheng5f941932010-02-05 02:21:12 +00001983 bool IsSibcall = false;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001984
Evan Cheng5f941932010-02-05 02:21:12 +00001985 if (isTailCall) {
Evan Cheng0c439eb2010-01-27 00:07:07 +00001986 // Check if it's really possible to do a tail call.
Evan Chenga375d472010-03-15 18:54:48 +00001987 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
1988 isVarArg, IsStructRet, MF.getFunction()->hasStructRetAttr(),
Dan Gohmanc9403652010-07-07 15:54:55 +00001989 Outs, OutVals, Ins, DAG);
Evan Chengf22f9b32010-02-06 03:28:46 +00001990
1991 // Sibcalls are automatically detected tailcalls which do not require
1992 // ABI changes.
Dan Gohman1797ed52010-02-08 20:27:50 +00001993 if (!GuaranteedTailCallOpt && isTailCall)
Evan Cheng5f941932010-02-05 02:21:12 +00001994 IsSibcall = true;
Evan Chengf22f9b32010-02-06 03:28:46 +00001995
1996 if (isTailCall)
1997 ++NumTailCalls;
Evan Cheng5f941932010-02-05 02:21:12 +00001998 }
Evan Cheng0c439eb2010-01-27 00:07:07 +00001999
Chris Lattner29689432010-03-11 00:22:57 +00002000 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2001 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00002002
Chris Lattner638402b2007-02-28 07:00:42 +00002003 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00002004 SmallVector<CCValAssign, 16> ArgLocs;
Dan Gohman98ca4f22009-08-05 01:29:28 +00002005 CCState CCInfo(CallConv, isVarArg, getTargetMachine(),
2006 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002007
2008 // Allocate shadow area for Win64
2009 if (IsWin64) {
2010 CCInfo.AllocateStack(32, 8);
2011 }
2012
Duncan Sands45907662010-10-31 13:21:44 +00002013 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00002014
Chris Lattner423c5f42007-02-28 05:31:48 +00002015 // Get a count of how many bytes are to be pushed on the stack.
2016 unsigned NumBytes = CCInfo.getNextStackOffset();
Evan Chengf22f9b32010-02-06 03:28:46 +00002017 if (IsSibcall)
Evan Chengb2c92902010-02-02 02:22:50 +00002018 // This is a sibcall. The memory operands are available in caller's
2019 // own caller's stack.
2020 NumBytes = 0;
Chris Lattner29689432010-03-11 00:22:57 +00002021 else if (GuaranteedTailCallOpt && IsTailCallConvention(CallConv))
Evan Chengf22f9b32010-02-06 03:28:46 +00002022 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002023
Gordon Henriksen86737662008-01-05 16:56:59 +00002024 int FPDiff = 0;
Evan Chengf22f9b32010-02-06 03:28:46 +00002025 if (isTailCall && !IsSibcall) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002026 // Lower arguments at fp - stackoffset + fpdiff.
Scott Michelfdc40a02009-02-17 22:15:04 +00002027 unsigned NumBytesCallerPushed =
Gordon Henriksen86737662008-01-05 16:56:59 +00002028 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
2029 FPDiff = NumBytesCallerPushed - NumBytes;
2030
2031 // Set the delta of movement of the returnaddr stackslot.
2032 // But only set if delta is greater than previous delta.
2033 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
2034 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
2035 }
2036
Evan Chengf22f9b32010-02-06 03:28:46 +00002037 if (!IsSibcall)
2038 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002039
Dan Gohman475871a2008-07-27 21:46:04 +00002040 SDValue RetAddrFrIdx;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002041 // Load return address for tail calls.
Evan Chengf22f9b32010-02-06 03:28:46 +00002042 if (isTailCall && FPDiff)
2043 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, isTailCall,
2044 Is64Bit, FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002045
Dan Gohman475871a2008-07-27 21:46:04 +00002046 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
2047 SmallVector<SDValue, 8> MemOpChains;
2048 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00002049
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002050 // Walk the register/memloc assignments, inserting copies/loads. In the case
2051 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00002052 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2053 CCValAssign &VA = ArgLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00002054 EVT RegVT = VA.getLocVT();
Dan Gohmanc9403652010-07-07 15:54:55 +00002055 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002056 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Dan Gohman095cc292008-09-13 01:54:27 +00002057 bool isByVal = Flags.isByVal();
Scott Michelfdc40a02009-02-17 22:15:04 +00002058
Chris Lattner423c5f42007-02-28 05:31:48 +00002059 // Promote the value if needed.
2060 switch (VA.getLocInfo()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002061 default: llvm_unreachable("Unknown loc info!");
Chris Lattner423c5f42007-02-28 05:31:48 +00002062 case CCValAssign::Full: break;
2063 case CCValAssign::SExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002064 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002065 break;
2066 case CCValAssign::ZExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002067 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002068 break;
2069 case CCValAssign::AExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002070 if (RegVT.isVector() && RegVT.getSizeInBits() == 128) {
2071 // Special case: passing MMX values in XMM registers.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002072 Arg = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Owen Anderson825b72b2009-08-11 20:47:22 +00002073 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
2074 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002075 } else
2076 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, RegVT, Arg);
2077 break;
2078 case CCValAssign::BCvt:
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002079 Arg = DAG.getNode(ISD::BITCAST, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002080 break;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002081 case CCValAssign::Indirect: {
2082 // Store the argument.
2083 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
Evan Chengff89dcb2009-10-18 18:16:27 +00002084 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002085 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00002086 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002087 false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002088 Arg = SpillSlot;
2089 break;
2090 }
Evan Cheng6b5783d2006-05-25 18:56:34 +00002091 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002092
Chris Lattner423c5f42007-02-28 05:31:48 +00002093 if (VA.isRegLoc()) {
Stuart Hastings6db2c2f2011-05-17 16:59:46 +00002094 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
2095 if (isVarArg && IsWin64) {
2096 // Win64 ABI requires argument XMM reg to be copied to the corresponding
2097 // shadow reg if callee is a varargs function.
2098 unsigned ShadowReg = 0;
2099 switch (VA.getLocReg()) {
2100 case X86::XMM0: ShadowReg = X86::RCX; break;
2101 case X86::XMM1: ShadowReg = X86::RDX; break;
2102 case X86::XMM2: ShadowReg = X86::R8; break;
2103 case X86::XMM3: ShadowReg = X86::R9; break;
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002104 }
Stuart Hastings6db2c2f2011-05-17 16:59:46 +00002105 if (ShadowReg)
2106 RegsToPass.push_back(std::make_pair(ShadowReg, Arg));
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002107 }
Evan Chengf22f9b32010-02-06 03:28:46 +00002108 } else if (!IsSibcall && (!isTailCall || isByVal)) {
Evan Cheng5f941932010-02-05 02:21:12 +00002109 assert(VA.isMemLoc());
2110 if (StackPtr.getNode() == 0)
2111 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr, getPointerTy());
2112 MemOpChains.push_back(LowerMemOpCallTo(Chain, StackPtr, Arg,
2113 dl, DAG, VA, Flags));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002114 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002115 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002116
Evan Cheng32fe1032006-05-25 00:59:30 +00002117 if (!MemOpChains.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002118 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002119 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002120
Evan Cheng347d5f72006-04-28 21:29:37 +00002121 // Build a sequence of copy-to-reg nodes chained together with token chain
2122 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00002123 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002124 // Tail call byval lowering might overwrite argument registers so in case of
2125 // tail call optimization the copies to registers are lowered later.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002126 if (!isTailCall)
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002127 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002128 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002129 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002130 InFlag = Chain.getValue(1);
2131 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002132
Chris Lattner88e1fd52009-07-09 04:24:46 +00002133 if (Subtarget->isPICStyleGOT()) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002134 // ELF / PIC requires GOT in the EBX register before function calls via PLT
2135 // GOT pointer.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002136 if (!isTailCall) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002137 Chain = DAG.getCopyToReg(Chain, dl, X86::EBX,
2138 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00002139 DebugLoc(), getPointerTy()),
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002140 InFlag);
2141 InFlag = Chain.getValue(1);
2142 } else {
2143 // If we are tail calling and generating PIC/GOT style code load the
2144 // address of the callee into ECX. The value in ecx is used as target of
2145 // the tail jump. This is done to circumvent the ebx/callee-saved problem
2146 // for tail calls on PIC/GOT architectures. Normally we would just put the
2147 // address of GOT into ebx and then call target@PLT. But for tail calls
2148 // ebx would be restored (since ebx is callee saved) before jumping to the
2149 // target@PLT.
2150
2151 // Note: The actual moving to ECX is done further down.
2152 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
2153 if (G && !G->getGlobal()->hasHiddenVisibility() &&
2154 !G->getGlobal()->hasProtectedVisibility())
2155 Callee = LowerGlobalAddress(Callee, DAG);
2156 else if (isa<ExternalSymbolSDNode>(Callee))
Chris Lattner15a380a2009-07-09 04:39:06 +00002157 Callee = LowerExternalSymbol(Callee, DAG);
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002158 }
Anton Korobeynikov7f705592007-01-12 19:20:47 +00002159 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00002160
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002161 if (Is64Bit && isVarArg && !IsWin64) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002162 // From AMD64 ABI document:
2163 // For calls that may call functions that use varargs or stdargs
2164 // (prototype-less calls or calls to functions containing ellipsis (...) in
2165 // the declaration) %al is used as hidden argument to specify the number
2166 // of SSE registers used. The contents of %al do not need to match exactly
2167 // the number of registers, but must be an ubound on the number of SSE
2168 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00002169
Gordon Henriksen86737662008-01-05 16:56:59 +00002170 // Count the number of XMM registers allocated.
2171 static const unsigned XMMArgRegs[] = {
2172 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
2173 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
2174 };
2175 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00002176 assert((Subtarget->hasXMM() || !NumXMMRegs)
Torok Edwin3f142c32009-02-01 18:15:56 +00002177 && "SSE registers cannot be used when SSE is disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00002178
Dale Johannesendd64c412009-02-04 00:33:20 +00002179 Chain = DAG.getCopyToReg(Chain, dl, X86::AL,
Owen Anderson825b72b2009-08-11 20:47:22 +00002180 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002181 InFlag = Chain.getValue(1);
2182 }
2183
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00002184
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002185 // For tail calls lower the arguments to the 'real' stack slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002186 if (isTailCall) {
2187 // Force all the incoming stack arguments to be loaded from the stack
2188 // before any new outgoing arguments are stored to the stack, because the
2189 // outgoing stack slots may alias the incoming argument stack slots, and
2190 // the alias isn't otherwise explicit. This is slightly more conservative
2191 // than necessary, because it means that each store effectively depends
2192 // on every argument instead of just those arguments it would clobber.
2193 SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain);
2194
Dan Gohman475871a2008-07-27 21:46:04 +00002195 SmallVector<SDValue, 8> MemOpChains2;
2196 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00002197 int FI = 0;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002198 // Do not flag preceding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00002199 InFlag = SDValue();
Dan Gohman1797ed52010-02-08 20:27:50 +00002200 if (GuaranteedTailCallOpt) {
Evan Chengb2c92902010-02-02 02:22:50 +00002201 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2202 CCValAssign &VA = ArgLocs[i];
2203 if (VA.isRegLoc())
2204 continue;
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002205 assert(VA.isMemLoc());
Dan Gohmanc9403652010-07-07 15:54:55 +00002206 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002207 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Gordon Henriksen86737662008-01-05 16:56:59 +00002208 // Create frame index.
2209 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002210 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Evan Chenged2ae132010-07-03 00:40:23 +00002211 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002212 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002213
Duncan Sands276dcbd2008-03-21 09:14:45 +00002214 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002215 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00002216 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00002217 if (StackPtr.getNode() == 0)
Scott Michelfdc40a02009-02-17 22:15:04 +00002218 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr,
Dale Johannesendd64c412009-02-04 00:33:20 +00002219 getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00002220 Source = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, Source);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002221
Dan Gohman98ca4f22009-08-05 01:29:28 +00002222 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN,
2223 ArgChain,
Dale Johannesendd64c412009-02-04 00:33:20 +00002224 Flags, DAG, dl));
Gordon Henriksen86737662008-01-05 16:56:59 +00002225 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002226 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00002227 MemOpChains2.push_back(
Dan Gohman98ca4f22009-08-05 01:29:28 +00002228 DAG.getStore(ArgChain, dl, Arg, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00002229 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002230 false, false, 0));
Scott Michelfdc40a02009-02-17 22:15:04 +00002231 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002232 }
2233 }
2234
2235 if (!MemOpChains2.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002236 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00002237 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002238
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002239 // Copy arguments to their registers.
2240 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002241 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002242 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002243 InFlag = Chain.getValue(1);
2244 }
Dan Gohman475871a2008-07-27 21:46:04 +00002245 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002246
Gordon Henriksen86737662008-01-05 16:56:59 +00002247 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002248 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00002249 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002250 }
2251
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002252 if (getTargetMachine().getCodeModel() == CodeModel::Large) {
2253 assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
2254 // In the 64-bit large code model, we have to make all calls
2255 // through a register, since the call instruction's 32-bit
2256 // pc-relative offset may not be large enough to hold the whole
2257 // address.
2258 } else if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002259 // If the callee is a GlobalAddress node (quite common, every direct call
2260 // is) turn it into a TargetGlobalAddress node so that legalize doesn't hack
2261 // it.
2262
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00002263 // We should use extra load for direct calls to dllimported functions in
2264 // non-JIT mode.
Dan Gohman46510a72010-04-15 01:51:59 +00002265 const GlobalValue *GV = G->getGlobal();
Chris Lattner754b7652009-07-10 05:48:03 +00002266 if (!GV->hasDLLImportLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002267 unsigned char OpFlags = 0;
Eric Christopherfd179292009-08-27 18:07:15 +00002268
Chris Lattner48a7d022009-07-09 05:02:21 +00002269 // On ELF targets, in both X86-64 and X86-32 mode, direct calls to
2270 // external symbols most go through the PLT in PIC mode. If the symbol
2271 // has hidden or protected visibility, or if it is static or local, then
2272 // we don't need to use the PLT - we can directly call it.
2273 if (Subtarget->isTargetELF() &&
2274 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattner74e726e2009-07-09 05:27:35 +00002275 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002276 OpFlags = X86II::MO_PLT;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00002277 } else if (Subtarget->isPICStyleStubAny() &&
Chris Lattner80945782010-09-27 06:34:01 +00002278 (GV->isDeclaration() || GV->isWeakForLinker()) &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002279 (!Subtarget->getTargetTriple().isMacOSX() ||
2280 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Chris Lattner74e726e2009-07-09 05:27:35 +00002281 // PC-relative references to external symbols should go through $stub,
2282 // unless we're building with the leopard linker or later, which
2283 // automatically synthesizes these stubs.
2284 OpFlags = X86II::MO_DARWIN_STUB;
2285 }
Chris Lattner48a7d022009-07-09 05:02:21 +00002286
Devang Patel0d881da2010-07-06 22:08:15 +00002287 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
Chris Lattner48a7d022009-07-09 05:02:21 +00002288 G->getOffset(), OpFlags);
2289 }
Bill Wendling056292f2008-09-16 21:48:12 +00002290 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002291 unsigned char OpFlags = 0;
2292
Evan Cheng1bf891a2010-12-01 22:59:46 +00002293 // On ELF targets, in either X86-64 or X86-32 mode, direct calls to
2294 // external symbols should go through the PLT.
2295 if (Subtarget->isTargetELF() &&
2296 getTargetMachine().getRelocationModel() == Reloc::PIC_) {
2297 OpFlags = X86II::MO_PLT;
2298 } else if (Subtarget->isPICStyleStubAny() &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002299 (!Subtarget->getTargetTriple().isMacOSX() ||
2300 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Evan Cheng1bf891a2010-12-01 22:59:46 +00002301 // PC-relative references to external symbols should go through $stub,
2302 // unless we're building with the leopard linker or later, which
2303 // automatically synthesizes these stubs.
2304 OpFlags = X86II::MO_DARWIN_STUB;
Chris Lattner74e726e2009-07-09 05:27:35 +00002305 }
Eric Christopherfd179292009-08-27 18:07:15 +00002306
Chris Lattner48a7d022009-07-09 05:02:21 +00002307 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy(),
2308 OpFlags);
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002309 }
2310
Chris Lattnerd96d0722007-02-25 06:40:16 +00002311 // Returns a chain & a flag for retval copy to use.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00002312 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Dan Gohman475871a2008-07-27 21:46:04 +00002313 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00002314
Evan Chengf22f9b32010-02-06 03:28:46 +00002315 if (!IsSibcall && isTailCall) {
Dale Johannesene8d72302009-02-06 23:05:02 +00002316 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
2317 DAG.getIntPtrConstant(0, true), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002318 InFlag = Chain.getValue(1);
Gordon Henriksen86737662008-01-05 16:56:59 +00002319 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002320
Nate Begeman4c5dcf52006-02-17 00:03:04 +00002321 Ops.push_back(Chain);
2322 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00002323
Dan Gohman98ca4f22009-08-05 01:29:28 +00002324 if (isTailCall)
Owen Anderson825b72b2009-08-11 20:47:22 +00002325 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00002326
Gordon Henriksen86737662008-01-05 16:56:59 +00002327 // Add argument registers to the end of the list so that they are known live
2328 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00002329 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
2330 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
2331 RegsToPass[i].second.getValueType()));
Scott Michelfdc40a02009-02-17 22:15:04 +00002332
Evan Cheng586ccac2008-03-18 23:36:35 +00002333 // Add an implicit use GOT pointer in EBX.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002334 if (!isTailCall && Subtarget->isPICStyleGOT())
Evan Cheng586ccac2008-03-18 23:36:35 +00002335 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
2336
Anton Korobeynikov3a1e54a2010-08-17 21:06:07 +00002337 // Add an implicit use of AL for non-Windows x86 64-bit vararg functions.
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002338 if (Is64Bit && isVarArg && !IsWin64)
Owen Anderson825b72b2009-08-11 20:47:22 +00002339 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
Evan Cheng586ccac2008-03-18 23:36:35 +00002340
Gabor Greifba36cb52008-08-28 21:40:38 +00002341 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00002342 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00002343
Dan Gohman98ca4f22009-08-05 01:29:28 +00002344 if (isTailCall) {
Dale Johannesen88004c22010-06-05 00:30:45 +00002345 // We used to do:
2346 //// If this is the first return lowered for this function, add the regs
2347 //// to the liveout set for the function.
2348 // This isn't right, although it's probably harmless on x86; liveouts
2349 // should be computed from returns not tail calls. Consider a void
2350 // function making a tail call to a function returning int.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002351 return DAG.getNode(X86ISD::TC_RETURN, dl,
2352 NodeTys, &Ops[0], Ops.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002353 }
2354
Dale Johannesenace16102009-02-03 19:33:06 +00002355 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00002356 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00002357
Chris Lattner2d297092006-05-23 18:50:38 +00002358 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00002359 unsigned NumBytesForCalleeToPush;
Dan Gohman4d3d6e12010-05-27 18:43:40 +00002360 if (Subtarget->IsCalleePop(isVarArg, CallConv))
Gordon Henriksen86737662008-01-05 16:56:59 +00002361 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Chris Lattner29689432010-03-11 00:22:57 +00002362 else if (!Is64Bit && !IsTailCallConvention(CallConv) && IsStructRet)
Dan Gohmanf451cb82010-02-10 16:03:48 +00002363 // If this is a call to a struct-return function, the callee
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00002364 // pops the hidden struct pointer, so we have to push it back.
2365 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00002366 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00002367 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00002368 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Scott Michelfdc40a02009-02-17 22:15:04 +00002369
Gordon Henriksenae636f82008-01-03 16:47:34 +00002370 // Returns a flag for retval copy to use.
Evan Chengf22f9b32010-02-06 03:28:46 +00002371 if (!IsSibcall) {
2372 Chain = DAG.getCALLSEQ_END(Chain,
2373 DAG.getIntPtrConstant(NumBytes, true),
2374 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
2375 true),
2376 InFlag);
2377 InFlag = Chain.getValue(1);
2378 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002379
Chris Lattner3085e152007-02-25 08:59:22 +00002380 // Handle result values, copying them out of physregs into vregs that we
2381 // return.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002382 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
2383 Ins, dl, DAG, InVals);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002384}
2385
Evan Cheng25ab6902006-09-08 06:48:29 +00002386
2387//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002388// Fast Calling Convention (tail call) implementation
2389//===----------------------------------------------------------------------===//
2390
2391// Like std call, callee cleans arguments, convention except that ECX is
2392// reserved for storing the tail called function address. Only 2 registers are
2393// free for argument passing (inreg). Tail call optimization is performed
2394// provided:
2395// * tailcallopt is enabled
2396// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00002397// On X86_64 architecture with GOT-style position independent code only local
2398// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002399// To keep the stack aligned according to platform abi the function
2400// GetAlignedArgumentStackSize ensures that argument delta is always multiples
2401// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002402// If a tail called function callee has more arguments than the caller the
2403// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002404// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002405// original REtADDR, but before the saved framepointer or the spilled registers
2406// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
2407// stack layout:
2408// arg1
2409// arg2
2410// RETADDR
Scott Michelfdc40a02009-02-17 22:15:04 +00002411// [ new RETADDR
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002412// move area ]
2413// (possible EBP)
2414// ESI
2415// EDI
2416// local1 ..
2417
2418/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
2419/// for a 16 byte align requirement.
Dan Gohmand858e902010-04-17 15:26:15 +00002420unsigned
2421X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
2422 SelectionDAG& DAG) const {
Evan Chenge9ac9e62008-09-07 09:07:23 +00002423 MachineFunction &MF = DAG.getMachineFunction();
2424 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00002425 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002426 unsigned StackAlignment = TFI.getStackAlignment();
Scott Michelfdc40a02009-02-17 22:15:04 +00002427 uint64_t AlignMask = StackAlignment - 1;
Evan Chenge9ac9e62008-09-07 09:07:23 +00002428 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00002429 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002430 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
2431 // Number smaller than 12 so just add the difference.
2432 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
2433 } else {
2434 // Mask out lower bits, add stackalignment once plus the 12 bytes.
Scott Michelfdc40a02009-02-17 22:15:04 +00002435 Offset = ((~AlignMask) & Offset) + StackAlignment +
Evan Chenge9ac9e62008-09-07 09:07:23 +00002436 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002437 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00002438 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002439}
2440
Evan Cheng5f941932010-02-05 02:21:12 +00002441/// MatchingStackOffset - Return true if the given stack call argument is
2442/// already available in the same position (relatively) of the caller's
2443/// incoming argument stack.
2444static
2445bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags,
2446 MachineFrameInfo *MFI, const MachineRegisterInfo *MRI,
2447 const X86InstrInfo *TII) {
Evan Cheng4cae1332010-03-05 08:38:04 +00002448 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
2449 int FI = INT_MAX;
Evan Cheng5f941932010-02-05 02:21:12 +00002450 if (Arg.getOpcode() == ISD::CopyFromReg) {
2451 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg();
Jakob Stoklund Olesenc9df0252011-01-10 02:58:51 +00002452 if (!TargetRegisterInfo::isVirtualRegister(VR))
Evan Cheng5f941932010-02-05 02:21:12 +00002453 return false;
2454 MachineInstr *Def = MRI->getVRegDef(VR);
2455 if (!Def)
2456 return false;
2457 if (!Flags.isByVal()) {
2458 if (!TII->isLoadFromStackSlot(Def, FI))
2459 return false;
2460 } else {
2461 unsigned Opcode = Def->getOpcode();
2462 if ((Opcode == X86::LEA32r || Opcode == X86::LEA64r) &&
2463 Def->getOperand(1).isFI()) {
2464 FI = Def->getOperand(1).getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002465 Bytes = Flags.getByValSize();
Evan Cheng5f941932010-02-05 02:21:12 +00002466 } else
2467 return false;
2468 }
Evan Cheng4cae1332010-03-05 08:38:04 +00002469 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) {
2470 if (Flags.isByVal())
2471 // ByVal argument is passed in as a pointer but it's now being
Evan Cheng10718492010-03-05 19:55:55 +00002472 // dereferenced. e.g.
Evan Cheng4cae1332010-03-05 08:38:04 +00002473 // define @foo(%struct.X* %A) {
2474 // tail call @bar(%struct.X* byval %A)
2475 // }
Evan Cheng5f941932010-02-05 02:21:12 +00002476 return false;
2477 SDValue Ptr = Ld->getBasePtr();
2478 FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr);
2479 if (!FINode)
2480 return false;
2481 FI = FINode->getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002482 } else
2483 return false;
Evan Cheng5f941932010-02-05 02:21:12 +00002484
Evan Cheng4cae1332010-03-05 08:38:04 +00002485 assert(FI != INT_MAX);
Evan Cheng5f941932010-02-05 02:21:12 +00002486 if (!MFI->isFixedObjectIndex(FI))
2487 return false;
Evan Cheng4cae1332010-03-05 08:38:04 +00002488 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
Evan Cheng5f941932010-02-05 02:21:12 +00002489}
2490
Dan Gohman98ca4f22009-08-05 01:29:28 +00002491/// IsEligibleForTailCallOptimization - Check whether the call is eligible
2492/// for tail call optimization. Targets which want to do tail call
2493/// optimization should implement this function.
2494bool
2495X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00002496 CallingConv::ID CalleeCC,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002497 bool isVarArg,
Evan Chenga375d472010-03-15 18:54:48 +00002498 bool isCalleeStructRet,
2499 bool isCallerStructRet,
Evan Chengb1712452010-01-27 06:25:16 +00002500 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00002501 const SmallVectorImpl<SDValue> &OutVals,
Evan Chengb1712452010-01-27 06:25:16 +00002502 const SmallVectorImpl<ISD::InputArg> &Ins,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002503 SelectionDAG& DAG) const {
Chris Lattner29689432010-03-11 00:22:57 +00002504 if (!IsTailCallConvention(CalleeCC) &&
Evan Chengb1712452010-01-27 06:25:16 +00002505 CalleeCC != CallingConv::C)
2506 return false;
2507
Evan Cheng7096ae42010-01-29 06:45:59 +00002508 // If -tailcallopt is specified, make fastcc functions tail-callable.
Evan Cheng2c12cb42010-03-26 16:26:03 +00002509 const MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng7096ae42010-01-29 06:45:59 +00002510 const Function *CallerF = DAG.getMachineFunction().getFunction();
Evan Cheng13617962010-04-30 01:12:32 +00002511 CallingConv::ID CallerCC = CallerF->getCallingConv();
2512 bool CCMatch = CallerCC == CalleeCC;
2513
Dan Gohman1797ed52010-02-08 20:27:50 +00002514 if (GuaranteedTailCallOpt) {
Evan Cheng13617962010-04-30 01:12:32 +00002515 if (IsTailCallConvention(CalleeCC) && CCMatch)
Evan Cheng843bd692010-01-31 06:44:49 +00002516 return true;
2517 return false;
2518 }
2519
Dale Johannesen2f05cc02010-05-28 23:24:28 +00002520 // Look for obvious safe cases to perform tail call optimization that do not
2521 // require ABI changes. This is what gcc calls sibcall.
Evan Chengb2c92902010-02-02 02:22:50 +00002522
Evan Cheng2c12cb42010-03-26 16:26:03 +00002523 // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
2524 // emit a special epilogue.
2525 if (RegInfo->needsStackRealignment(MF))
2526 return false;
2527
Evan Chenga375d472010-03-15 18:54:48 +00002528 // Also avoid sibcall optimization if either caller or callee uses struct
2529 // return semantics.
2530 if (isCalleeStructRet || isCallerStructRet)
2531 return false;
2532
Chad Rosier871f6642011-05-18 19:59:50 +00002533 // Do not sibcall optimize vararg calls unless all arguments are passed via
2534 // registers
2535 if (isVarArg && !Outs.empty()) {
2536 SmallVector<CCValAssign, 16> ArgLocs;
2537 CCState CCInfo(CalleeCC, isVarArg, getTargetMachine(),
2538 ArgLocs, *DAG.getContext());
2539
2540 // Allocate shadow area for Win64
2541 if (Subtarget->isTargetWin64()) {
2542 CCInfo.AllocateStack(32, 8);
2543 }
2544
2545 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
2546 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i)
2547 if (!ArgLocs[i].isRegLoc())
2548 return false;
2549 }
2550
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002551 // If the call result is in ST0 / ST1, it needs to be popped off the x87 stack.
2552 // Therefore if it's not used by the call it is not safe to optimize this into
2553 // a sibcall.
2554 bool Unused = false;
2555 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
2556 if (!Ins[i].Used) {
2557 Unused = true;
2558 break;
2559 }
2560 }
2561 if (Unused) {
2562 SmallVector<CCValAssign, 16> RVLocs;
2563 CCState CCInfo(CalleeCC, false, getTargetMachine(),
2564 RVLocs, *DAG.getContext());
2565 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Evan Cheng13617962010-04-30 01:12:32 +00002566 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002567 CCValAssign &VA = RVLocs[i];
2568 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
2569 return false;
2570 }
2571 }
2572
Evan Cheng13617962010-04-30 01:12:32 +00002573 // If the calling conventions do not match, then we'd better make sure the
2574 // results are returned in the same way as what the caller expects.
2575 if (!CCMatch) {
2576 SmallVector<CCValAssign, 16> RVLocs1;
2577 CCState CCInfo1(CalleeCC, false, getTargetMachine(),
2578 RVLocs1, *DAG.getContext());
2579 CCInfo1.AnalyzeCallResult(Ins, RetCC_X86);
2580
2581 SmallVector<CCValAssign, 16> RVLocs2;
2582 CCState CCInfo2(CallerCC, false, getTargetMachine(),
2583 RVLocs2, *DAG.getContext());
2584 CCInfo2.AnalyzeCallResult(Ins, RetCC_X86);
2585
2586 if (RVLocs1.size() != RVLocs2.size())
2587 return false;
2588 for (unsigned i = 0, e = RVLocs1.size(); i != e; ++i) {
2589 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
2590 return false;
2591 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
2592 return false;
2593 if (RVLocs1[i].isRegLoc()) {
2594 if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg())
2595 return false;
2596 } else {
2597 if (RVLocs1[i].getLocMemOffset() != RVLocs2[i].getLocMemOffset())
2598 return false;
2599 }
2600 }
2601 }
2602
Evan Chenga6bff982010-01-30 01:22:00 +00002603 // If the callee takes no arguments then go on to check the results of the
2604 // call.
2605 if (!Outs.empty()) {
2606 // Check if stack adjustment is needed. For now, do not do this if any
2607 // argument is passed on the stack.
2608 SmallVector<CCValAssign, 16> ArgLocs;
2609 CCState CCInfo(CalleeCC, isVarArg, getTargetMachine(),
2610 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002611
2612 // Allocate shadow area for Win64
2613 if (Subtarget->isTargetWin64()) {
2614 CCInfo.AllocateStack(32, 8);
2615 }
2616
Duncan Sands45907662010-10-31 13:21:44 +00002617 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Stuart Hastings6db2c2f2011-05-17 16:59:46 +00002618 if (CCInfo.getNextStackOffset()) {
Evan Chengb2c92902010-02-02 02:22:50 +00002619 MachineFunction &MF = DAG.getMachineFunction();
2620 if (MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn())
2621 return false;
Evan Chengb2c92902010-02-02 02:22:50 +00002622
2623 // Check if the arguments are already laid out in the right way as
2624 // the caller's fixed stack objects.
2625 MachineFrameInfo *MFI = MF.getFrameInfo();
Evan Cheng5f941932010-02-05 02:21:12 +00002626 const MachineRegisterInfo *MRI = &MF.getRegInfo();
2627 const X86InstrInfo *TII =
2628 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
Evan Chengb2c92902010-02-02 02:22:50 +00002629 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2630 CCValAssign &VA = ArgLocs[i];
Dan Gohmanc9403652010-07-07 15:54:55 +00002631 SDValue Arg = OutVals[i];
Evan Chengb2c92902010-02-02 02:22:50 +00002632 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Evan Chengb2c92902010-02-02 02:22:50 +00002633 if (VA.getLocInfo() == CCValAssign::Indirect)
2634 return false;
2635 if (!VA.isRegLoc()) {
Evan Cheng5f941932010-02-05 02:21:12 +00002636 if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
2637 MFI, MRI, TII))
Evan Chengb2c92902010-02-02 02:22:50 +00002638 return false;
2639 }
2640 }
2641 }
Evan Cheng9c044672010-05-29 01:35:22 +00002642
2643 // If the tailcall address may be in a register, then make sure it's
2644 // possible to register allocate for it. In 32-bit, the call address can
2645 // only target EAX, EDX, or ECX since the tail call must be scheduled after
Evan Chengdedd9742010-07-14 06:44:01 +00002646 // callee-saved registers are restored. These happen to be the same
2647 // registers used to pass 'inreg' arguments so watch out for those.
2648 if (!Subtarget->is64Bit() &&
2649 !isa<GlobalAddressSDNode>(Callee) &&
Evan Cheng9c044672010-05-29 01:35:22 +00002650 !isa<ExternalSymbolSDNode>(Callee)) {
Evan Cheng9c044672010-05-29 01:35:22 +00002651 unsigned NumInRegs = 0;
2652 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2653 CCValAssign &VA = ArgLocs[i];
Evan Chengdedd9742010-07-14 06:44:01 +00002654 if (!VA.isRegLoc())
2655 continue;
2656 unsigned Reg = VA.getLocReg();
2657 switch (Reg) {
2658 default: break;
2659 case X86::EAX: case X86::EDX: case X86::ECX:
2660 if (++NumInRegs == 3)
Evan Cheng9c044672010-05-29 01:35:22 +00002661 return false;
Evan Chengdedd9742010-07-14 06:44:01 +00002662 break;
Evan Cheng9c044672010-05-29 01:35:22 +00002663 }
2664 }
2665 }
Evan Chenga6bff982010-01-30 01:22:00 +00002666 }
Evan Chengb1712452010-01-27 06:25:16 +00002667
Dale Johannesend155d7e2010-10-25 22:17:05 +00002668 // An stdcall caller is expected to clean up its arguments; the callee
Dale Johannesen0e034562010-11-12 00:43:18 +00002669 // isn't going to do that.
Dale Johannesend155d7e2010-10-25 22:17:05 +00002670 if (!CCMatch && CallerCC==CallingConv::X86_StdCall)
2671 return false;
2672
Evan Cheng86809cc2010-02-03 03:28:02 +00002673 return true;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002674}
2675
Dan Gohman3df24e62008-09-03 23:12:08 +00002676FastISel *
Dan Gohmana4160c32010-07-07 16:29:44 +00002677X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const {
2678 return X86::createFastISel(funcInfo);
Dan Gohmand9f3c482008-08-19 21:32:53 +00002679}
2680
2681
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002682//===----------------------------------------------------------------------===//
2683// Other Lowering Hooks
2684//===----------------------------------------------------------------------===//
2685
Bruno Cardoso Lopese654b562010-09-01 00:51:36 +00002686static bool MayFoldLoad(SDValue Op) {
2687 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
2688}
2689
2690static bool MayFoldIntoStore(SDValue Op) {
2691 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
2692}
2693
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002694static bool isTargetShuffle(unsigned Opcode) {
2695 switch(Opcode) {
2696 default: return false;
2697 case X86ISD::PSHUFD:
2698 case X86ISD::PSHUFHW:
2699 case X86ISD::PSHUFLW:
2700 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002701 case X86ISD::PALIGN:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002702 case X86ISD::SHUFPS:
2703 case X86ISD::MOVLHPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002704 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002705 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002706 case X86ISD::MOVLPS:
2707 case X86ISD::MOVLPD:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002708 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002709 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002710 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002711 case X86ISD::MOVSS:
2712 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002713 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002714 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002715 case X86ISD::VUNPCKLPS:
2716 case X86ISD::VUNPCKLPD:
2717 case X86ISD::VUNPCKLPSY:
2718 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002719 case X86ISD::PUNPCKLWD:
2720 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002721 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002722 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002723 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002724 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002725 case X86ISD::PUNPCKHWD:
2726 case X86ISD::PUNPCKHBW:
2727 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002728 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002729 return true;
2730 }
2731 return false;
2732}
2733
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002734static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002735 SDValue V1, SelectionDAG &DAG) {
2736 switch(Opc) {
2737 default: llvm_unreachable("Unknown x86 shuffle node");
2738 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002739 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002740 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002741 return DAG.getNode(Opc, dl, VT, V1);
2742 }
2743
2744 return SDValue();
2745}
2746
2747static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00002748 SDValue V1, unsigned TargetMask, SelectionDAG &DAG) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002749 switch(Opc) {
2750 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002751 case X86ISD::PSHUFD:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002752 case X86ISD::PSHUFHW:
2753 case X86ISD::PSHUFLW:
2754 return DAG.getNode(Opc, dl, VT, V1, DAG.getConstant(TargetMask, MVT::i8));
2755 }
2756
2757 return SDValue();
2758}
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002759
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002760static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2761 SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) {
2762 switch(Opc) {
2763 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002764 case X86ISD::PALIGN:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002765 case X86ISD::SHUFPD:
2766 case X86ISD::SHUFPS:
2767 return DAG.getNode(Opc, dl, VT, V1, V2,
2768 DAG.getConstant(TargetMask, MVT::i8));
2769 }
2770 return SDValue();
2771}
2772
2773static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2774 SDValue V1, SDValue V2, SelectionDAG &DAG) {
2775 switch(Opc) {
2776 default: llvm_unreachable("Unknown x86 shuffle node");
2777 case X86ISD::MOVLHPS:
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00002778 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002779 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002780 case X86ISD::MOVLPS:
2781 case X86ISD::MOVLPD:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002782 case X86ISD::MOVSS:
2783 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002784 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002785 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002786 case X86ISD::VUNPCKLPS:
2787 case X86ISD::VUNPCKLPD:
2788 case X86ISD::VUNPCKLPSY:
2789 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002790 case X86ISD::PUNPCKLWD:
2791 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002792 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002793 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002794 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002795 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002796 case X86ISD::PUNPCKHWD:
2797 case X86ISD::PUNPCKHBW:
2798 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002799 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002800 return DAG.getNode(Opc, dl, VT, V1, V2);
2801 }
2802 return SDValue();
2803}
2804
Dan Gohmand858e902010-04-17 15:26:15 +00002805SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) const {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002806 MachineFunction &MF = DAG.getMachineFunction();
2807 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2808 int ReturnAddrIndex = FuncInfo->getRAIndex();
2809
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002810 if (ReturnAddrIndex == 0) {
2811 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00002812 uint64_t SlotSize = TD->getPointerSize();
David Greene3f2bf852009-11-12 20:49:22 +00002813 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize,
Evan Chenged2ae132010-07-03 00:40:23 +00002814 false);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002815 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002816 }
2817
Evan Cheng25ab6902006-09-08 06:48:29 +00002818 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002819}
2820
2821
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002822bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
2823 bool hasSymbolicDisplacement) {
2824 // Offset should fit into 32 bit immediate field.
Benjamin Kramer34247a02010-03-29 21:13:41 +00002825 if (!isInt<32>(Offset))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002826 return false;
2827
2828 // If we don't have a symbolic displacement - we don't have any extra
2829 // restrictions.
2830 if (!hasSymbolicDisplacement)
2831 return true;
2832
2833 // FIXME: Some tweaks might be needed for medium code model.
2834 if (M != CodeModel::Small && M != CodeModel::Kernel)
2835 return false;
2836
2837 // For small code model we assume that latest object is 16MB before end of 31
2838 // bits boundary. We may also accept pretty large negative constants knowing
2839 // that all objects are in the positive half of address space.
2840 if (M == CodeModel::Small && Offset < 16*1024*1024)
2841 return true;
2842
2843 // For kernel code model we know that all object resist in the negative half
2844 // of 32bits address space. We may not accept negative offsets, since they may
2845 // be just off and we may accept pretty large positive ones.
2846 if (M == CodeModel::Kernel && Offset > 0)
2847 return true;
2848
2849 return false;
2850}
2851
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002852/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
2853/// specific condition code, returning the condition code and the LHS/RHS of the
2854/// comparison to make.
2855static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
2856 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00002857 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002858 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
2859 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
2860 // X > -1 -> X == 0, jump !sign.
2861 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002862 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002863 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
2864 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002865 return X86::COND_S;
Andrew Trickf6c39412011-03-23 23:11:02 +00002866 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00002867 // X < 1 -> X <= 0
2868 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002869 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002870 }
Chris Lattnerf9570512006-09-13 03:22:10 +00002871 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002872
Evan Chengd9558e02006-01-06 00:43:03 +00002873 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002874 default: llvm_unreachable("Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002875 case ISD::SETEQ: return X86::COND_E;
2876 case ISD::SETGT: return X86::COND_G;
2877 case ISD::SETGE: return X86::COND_GE;
2878 case ISD::SETLT: return X86::COND_L;
2879 case ISD::SETLE: return X86::COND_LE;
2880 case ISD::SETNE: return X86::COND_NE;
2881 case ISD::SETULT: return X86::COND_B;
2882 case ISD::SETUGT: return X86::COND_A;
2883 case ISD::SETULE: return X86::COND_BE;
2884 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002885 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002886 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002887
Chris Lattner4c78e022008-12-23 23:42:27 +00002888 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002889
Chris Lattner4c78e022008-12-23 23:42:27 +00002890 // If LHS is a foldable load, but RHS is not, flip the condition.
Rafael Espindolaf297c932011-02-03 03:58:05 +00002891 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
2892 !ISD::isNON_EXTLoad(RHS.getNode())) {
Chris Lattner4c78e022008-12-23 23:42:27 +00002893 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2894 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002895 }
2896
Chris Lattner4c78e022008-12-23 23:42:27 +00002897 switch (SetCCOpcode) {
2898 default: break;
2899 case ISD::SETOLT:
2900 case ISD::SETOLE:
2901 case ISD::SETUGT:
2902 case ISD::SETUGE:
2903 std::swap(LHS, RHS);
2904 break;
2905 }
2906
2907 // On a floating point condition, the flags are set as follows:
2908 // ZF PF CF op
2909 // 0 | 0 | 0 | X > Y
2910 // 0 | 0 | 1 | X < Y
2911 // 1 | 0 | 0 | X == Y
2912 // 1 | 1 | 1 | unordered
2913 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002914 default: llvm_unreachable("Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002915 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002916 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002917 case ISD::SETOLT: // flipped
2918 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002919 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002920 case ISD::SETOLE: // flipped
2921 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002922 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002923 case ISD::SETUGT: // flipped
2924 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002925 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00002926 case ISD::SETUGE: // flipped
2927 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002928 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002929 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002930 case ISD::SETNE: return X86::COND_NE;
2931 case ISD::SETUO: return X86::COND_P;
2932 case ISD::SETO: return X86::COND_NP;
Dan Gohman1a492952009-10-20 16:22:37 +00002933 case ISD::SETOEQ:
2934 case ISD::SETUNE: return X86::COND_INVALID;
Chris Lattner4c78e022008-12-23 23:42:27 +00002935 }
Evan Chengd9558e02006-01-06 00:43:03 +00002936}
2937
Evan Cheng4a460802006-01-11 00:33:36 +00002938/// hasFPCMov - is there a floating point cmov for the specific X86 condition
2939/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00002940/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00002941static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00002942 switch (X86CC) {
2943 default:
2944 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00002945 case X86::COND_B:
2946 case X86::COND_BE:
2947 case X86::COND_E:
2948 case X86::COND_P:
2949 case X86::COND_A:
2950 case X86::COND_AE:
2951 case X86::COND_NE:
2952 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00002953 return true;
2954 }
2955}
2956
Evan Chengeb2f9692009-10-27 19:56:55 +00002957/// isFPImmLegal - Returns true if the target can instruction select the
2958/// specified FP immediate natively. If false, the legalizer will
2959/// materialize the FP immediate as a load from a constant pool.
Evan Chenga1eaa3c2009-10-28 01:43:28 +00002960bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
Evan Chengeb2f9692009-10-27 19:56:55 +00002961 for (unsigned i = 0, e = LegalFPImmediates.size(); i != e; ++i) {
2962 if (Imm.bitwiseIsEqual(LegalFPImmediates[i]))
2963 return true;
2964 }
2965 return false;
2966}
2967
Nate Begeman9008ca62009-04-27 18:41:29 +00002968/// isUndefOrInRange - Return true if Val is undef or if its value falls within
2969/// the specified range (L, H].
2970static bool isUndefOrInRange(int Val, int Low, int Hi) {
2971 return (Val < 0) || (Val >= Low && Val < Hi);
2972}
2973
2974/// isUndefOrEqual - Val is either less than zero (undef) or equal to the
2975/// specified value.
2976static bool isUndefOrEqual(int Val, int CmpVal) {
2977 if (Val < 0 || Val == CmpVal)
Evan Cheng5ced1d82006-04-06 23:23:56 +00002978 return true;
Nate Begeman9008ca62009-04-27 18:41:29 +00002979 return false;
Evan Chengc5cdff22006-04-07 21:53:05 +00002980}
2981
Nate Begeman9008ca62009-04-27 18:41:29 +00002982/// isPSHUFDMask - Return true if the node specifies a shuffle of elements that
2983/// is suitable for input to PSHUFD or PSHUFW. That is, it doesn't reference
2984/// the second operand.
Owen Andersone50ed302009-08-10 22:56:29 +00002985static bool isPSHUFDMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00002986 if (VT == MVT::v4f32 || VT == MVT::v4i32 )
Nate Begeman9008ca62009-04-27 18:41:29 +00002987 return (Mask[0] < 4 && Mask[1] < 4 && Mask[2] < 4 && Mask[3] < 4);
Owen Anderson825b72b2009-08-11 20:47:22 +00002988 if (VT == MVT::v2f64 || VT == MVT::v2i64)
Nate Begeman9008ca62009-04-27 18:41:29 +00002989 return (Mask[0] < 2 && Mask[1] < 2);
2990 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002991}
2992
Nate Begeman9008ca62009-04-27 18:41:29 +00002993bool X86::isPSHUFDMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00002994 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00002995 N->getMask(M);
2996 return ::isPSHUFDMask(M, N->getValueType(0));
2997}
Evan Cheng0188ecb2006-03-22 18:59:22 +00002998
Nate Begeman9008ca62009-04-27 18:41:29 +00002999/// isPSHUFHWMask - Return true if the node specifies a shuffle of elements that
3000/// is suitable for input to PSHUFHW.
Owen Andersone50ed302009-08-10 22:56:29 +00003001static bool isPSHUFHWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003002 if (VT != MVT::v8i16)
Evan Cheng0188ecb2006-03-22 18:59:22 +00003003 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003004
Nate Begeman9008ca62009-04-27 18:41:29 +00003005 // Lower quadword copied in order or undef.
3006 for (int i = 0; i != 4; ++i)
3007 if (Mask[i] >= 0 && Mask[i] != i)
Evan Cheng506d3df2006-03-29 23:07:14 +00003008 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003009
Evan Cheng506d3df2006-03-29 23:07:14 +00003010 // Upper quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003011 for (int i = 4; i != 8; ++i)
3012 if (Mask[i] >= 0 && (Mask[i] < 4 || Mask[i] > 7))
Evan Cheng506d3df2006-03-29 23:07:14 +00003013 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003014
Evan Cheng506d3df2006-03-29 23:07:14 +00003015 return true;
3016}
3017
Nate Begeman9008ca62009-04-27 18:41:29 +00003018bool X86::isPSHUFHWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003019 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003020 N->getMask(M);
3021 return ::isPSHUFHWMask(M, N->getValueType(0));
3022}
Evan Cheng506d3df2006-03-29 23:07:14 +00003023
Nate Begeman9008ca62009-04-27 18:41:29 +00003024/// isPSHUFLWMask - Return true if the node specifies a shuffle of elements that
3025/// is suitable for input to PSHUFLW.
Owen Andersone50ed302009-08-10 22:56:29 +00003026static bool isPSHUFLWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003027 if (VT != MVT::v8i16)
Evan Cheng506d3df2006-03-29 23:07:14 +00003028 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003029
Rafael Espindola15684b22009-04-24 12:40:33 +00003030 // Upper quadword copied in order.
Nate Begeman9008ca62009-04-27 18:41:29 +00003031 for (int i = 4; i != 8; ++i)
3032 if (Mask[i] >= 0 && Mask[i] != i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003033 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003034
Rafael Espindola15684b22009-04-24 12:40:33 +00003035 // Lower quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003036 for (int i = 0; i != 4; ++i)
3037 if (Mask[i] >= 4)
Rafael Espindola15684b22009-04-24 12:40:33 +00003038 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003039
Rafael Espindola15684b22009-04-24 12:40:33 +00003040 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003041}
3042
Nate Begeman9008ca62009-04-27 18:41:29 +00003043bool X86::isPSHUFLWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003044 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003045 N->getMask(M);
3046 return ::isPSHUFLWMask(M, N->getValueType(0));
3047}
3048
Nate Begemana09008b2009-10-19 02:17:23 +00003049/// isPALIGNRMask - Return true if the node specifies a shuffle of elements that
3050/// is suitable for input to PALIGNR.
3051static bool isPALIGNRMask(const SmallVectorImpl<int> &Mask, EVT VT,
3052 bool hasSSSE3) {
3053 int i, e = VT.getVectorNumElements();
Michael J. Spencerec38de22010-10-10 22:04:20 +00003054
Nate Begemana09008b2009-10-19 02:17:23 +00003055 // Do not handle v2i64 / v2f64 shuffles with palignr.
3056 if (e < 4 || !hasSSSE3)
3057 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003058
Nate Begemana09008b2009-10-19 02:17:23 +00003059 for (i = 0; i != e; ++i)
3060 if (Mask[i] >= 0)
3061 break;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003062
Nate Begemana09008b2009-10-19 02:17:23 +00003063 // All undef, not a palignr.
3064 if (i == e)
3065 return false;
3066
3067 // Determine if it's ok to perform a palignr with only the LHS, since we
3068 // don't have access to the actual shuffle elements to see if RHS is undef.
3069 bool Unary = Mask[i] < (int)e;
3070 bool NeedsUnary = false;
3071
3072 int s = Mask[i] - i;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003073
Nate Begemana09008b2009-10-19 02:17:23 +00003074 // Check the rest of the elements to see if they are consecutive.
3075 for (++i; i != e; ++i) {
3076 int m = Mask[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00003077 if (m < 0)
Nate Begemana09008b2009-10-19 02:17:23 +00003078 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003079
Nate Begemana09008b2009-10-19 02:17:23 +00003080 Unary = Unary && (m < (int)e);
3081 NeedsUnary = NeedsUnary || (m < s);
3082
3083 if (NeedsUnary && !Unary)
3084 return false;
3085 if (Unary && m != ((s+i) & (e-1)))
3086 return false;
3087 if (!Unary && m != (s+i))
3088 return false;
3089 }
3090 return true;
3091}
3092
3093bool X86::isPALIGNRMask(ShuffleVectorSDNode *N) {
3094 SmallVector<int, 8> M;
3095 N->getMask(M);
3096 return ::isPALIGNRMask(M, N->getValueType(0), true);
3097}
3098
Evan Cheng14aed5e2006-03-24 01:18:28 +00003099/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
3100/// specifies a shuffle of elements that is suitable for input to SHUFP*.
Owen Andersone50ed302009-08-10 22:56:29 +00003101static bool isSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003102 int NumElems = VT.getVectorNumElements();
3103 if (NumElems != 2 && NumElems != 4)
3104 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003105
Nate Begeman9008ca62009-04-27 18:41:29 +00003106 int Half = NumElems / 2;
3107 for (int i = 0; i < Half; ++i)
3108 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003109 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003110 for (int i = Half; i < NumElems; ++i)
3111 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003112 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003113
Evan Cheng14aed5e2006-03-24 01:18:28 +00003114 return true;
3115}
3116
Nate Begeman9008ca62009-04-27 18:41:29 +00003117bool X86::isSHUFPMask(ShuffleVectorSDNode *N) {
3118 SmallVector<int, 8> M;
3119 N->getMask(M);
3120 return ::isSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003121}
3122
Evan Cheng213d2cf2007-05-17 18:45:50 +00003123/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00003124/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
3125/// half elements to come from vector 1 (which would equal the dest.) and
3126/// the upper half to come from vector 2.
Owen Andersone50ed302009-08-10 22:56:29 +00003127static bool isCommutedSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003128 int NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003129
3130 if (NumElems != 2 && NumElems != 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00003131 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003132
Nate Begeman9008ca62009-04-27 18:41:29 +00003133 int Half = NumElems / 2;
3134 for (int i = 0; i < Half; ++i)
3135 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003136 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003137 for (int i = Half; i < NumElems; ++i)
3138 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003139 return false;
3140 return true;
3141}
3142
Nate Begeman9008ca62009-04-27 18:41:29 +00003143static bool isCommutedSHUFP(ShuffleVectorSDNode *N) {
3144 SmallVector<int, 8> M;
3145 N->getMask(M);
3146 return isCommutedSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003147}
3148
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003149/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
3150/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
Nate Begeman9008ca62009-04-27 18:41:29 +00003151bool X86::isMOVHLPSMask(ShuffleVectorSDNode *N) {
3152 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003153 return false;
3154
Evan Cheng2064a2b2006-03-28 06:50:32 +00003155 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Nate Begeman9008ca62009-04-27 18:41:29 +00003156 return isUndefOrEqual(N->getMaskElt(0), 6) &&
3157 isUndefOrEqual(N->getMaskElt(1), 7) &&
3158 isUndefOrEqual(N->getMaskElt(2), 2) &&
3159 isUndefOrEqual(N->getMaskElt(3), 3);
Evan Cheng6e56e2c2006-11-07 22:14:24 +00003160}
3161
Nate Begeman0b10b912009-11-07 23:17:15 +00003162/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
3163/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
3164/// <2, 3, 2, 3>
3165bool X86::isMOVHLPS_v_undef_Mask(ShuffleVectorSDNode *N) {
3166 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Michael J. Spencerec38de22010-10-10 22:04:20 +00003167
Nate Begeman0b10b912009-11-07 23:17:15 +00003168 if (NumElems != 4)
3169 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003170
Nate Begeman0b10b912009-11-07 23:17:15 +00003171 return isUndefOrEqual(N->getMaskElt(0), 2) &&
3172 isUndefOrEqual(N->getMaskElt(1), 3) &&
3173 isUndefOrEqual(N->getMaskElt(2), 2) &&
3174 isUndefOrEqual(N->getMaskElt(3), 3);
3175}
3176
Evan Cheng5ced1d82006-04-06 23:23:56 +00003177/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
3178/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
Nate Begeman9008ca62009-04-27 18:41:29 +00003179bool X86::isMOVLPMask(ShuffleVectorSDNode *N) {
3180 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003181
Evan Cheng5ced1d82006-04-06 23:23:56 +00003182 if (NumElems != 2 && NumElems != 4)
3183 return false;
3184
Evan Chengc5cdff22006-04-07 21:53:05 +00003185 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003186 if (!isUndefOrEqual(N->getMaskElt(i), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003187 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003188
Evan Chengc5cdff22006-04-07 21:53:05 +00003189 for (unsigned i = NumElems/2; i < NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003190 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003191 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003192
3193 return true;
3194}
3195
Nate Begeman0b10b912009-11-07 23:17:15 +00003196/// isMOVLHPSMask - Return true if the specified VECTOR_SHUFFLE operand
3197/// specifies a shuffle of elements that is suitable for input to MOVLHPS.
3198bool X86::isMOVLHPSMask(ShuffleVectorSDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003199 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003200
David Greenea20244d2011-03-02 17:23:43 +00003201 if ((NumElems != 2 && NumElems != 4)
3202 || N->getValueType(0).getSizeInBits() > 128)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003203 return false;
3204
Evan Chengc5cdff22006-04-07 21:53:05 +00003205 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003206 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003207 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003208
Nate Begeman9008ca62009-04-27 18:41:29 +00003209 for (unsigned i = 0; i < NumElems/2; ++i)
3210 if (!isUndefOrEqual(N->getMaskElt(i + NumElems/2), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003211 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003212
3213 return true;
3214}
3215
Evan Cheng0038e592006-03-28 00:39:58 +00003216/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
3217/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Owen Andersone50ed302009-08-10 22:56:29 +00003218static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003219 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003220 int NumElts = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003221 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng0038e592006-03-28 00:39:58 +00003222 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003223
David Greenea20244d2011-03-02 17:23:43 +00003224 // Handle vector lengths > 128 bits. Define a "section" as a set of
3225 // 128 bits. AVX defines UNPCK* to operate independently on 128-bit
3226 // sections.
3227 unsigned NumSections = VT.getSizeInBits() / 128;
3228 if (NumSections == 0 ) NumSections = 1; // Handle MMX
3229 unsigned NumSectionElts = NumElts / NumSections;
3230
3231 unsigned Start = 0;
3232 unsigned End = NumSectionElts;
3233 for (unsigned s = 0; s < NumSections; ++s) {
3234 for (unsigned i = Start, j = s * NumSectionElts;
3235 i != End;
3236 i += 2, ++j) {
3237 int BitI = Mask[i];
3238 int BitI1 = Mask[i+1];
3239 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003240 return false;
David Greenea20244d2011-03-02 17:23:43 +00003241 if (V2IsSplat) {
3242 if (!isUndefOrEqual(BitI1, NumElts))
3243 return false;
3244 } else {
3245 if (!isUndefOrEqual(BitI1, j + NumElts))
3246 return false;
3247 }
Evan Cheng39623da2006-04-20 08:58:49 +00003248 }
David Greenea20244d2011-03-02 17:23:43 +00003249 // Process the next 128 bits.
3250 Start += NumSectionElts;
3251 End += NumSectionElts;
Evan Cheng0038e592006-03-28 00:39:58 +00003252 }
David Greenea20244d2011-03-02 17:23:43 +00003253
Evan Cheng0038e592006-03-28 00:39:58 +00003254 return true;
3255}
3256
Nate Begeman9008ca62009-04-27 18:41:29 +00003257bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3258 SmallVector<int, 8> M;
3259 N->getMask(M);
3260 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003261}
3262
Evan Cheng4fcb9222006-03-28 02:43:26 +00003263/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3264/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Eric Christopherfd179292009-08-27 18:07:15 +00003265static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003266 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003267 int NumElts = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003268 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng4fcb9222006-03-28 02:43:26 +00003269 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003270
Nate Begeman9008ca62009-04-27 18:41:29 +00003271 for (int i = 0, j = 0; i != NumElts; i += 2, ++j) {
3272 int BitI = Mask[i];
3273 int BitI1 = Mask[i+1];
Chris Lattner5a88b832007-02-25 07:10:00 +00003274 if (!isUndefOrEqual(BitI, j + NumElts/2))
Evan Chengc5cdff22006-04-07 21:53:05 +00003275 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00003276 if (V2IsSplat) {
Chris Lattner5a88b832007-02-25 07:10:00 +00003277 if (isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00003278 return false;
3279 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00003280 if (!isUndefOrEqual(BitI1, j + NumElts/2 + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00003281 return false;
3282 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003283 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003284 return true;
3285}
3286
Nate Begeman9008ca62009-04-27 18:41:29 +00003287bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3288 SmallVector<int, 8> M;
3289 N->getMask(M);
3290 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003291}
3292
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003293/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
3294/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
3295/// <0, 0, 1, 1>
Owen Andersone50ed302009-08-10 22:56:29 +00003296static bool isUNPCKL_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003297 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003298 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003299 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003300
David Greenea20244d2011-03-02 17:23:43 +00003301 // Handle vector lengths > 128 bits. Define a "section" as a set of
3302 // 128 bits. AVX defines UNPCK* to operate independently on 128-bit
3303 // sections.
3304 unsigned NumSections = VT.getSizeInBits() / 128;
3305 if (NumSections == 0 ) NumSections = 1; // Handle MMX
3306 unsigned NumSectionElts = NumElems / NumSections;
3307
3308 for (unsigned s = 0; s < NumSections; ++s) {
3309 for (unsigned i = s * NumSectionElts, j = s * NumSectionElts;
3310 i != NumSectionElts * (s + 1);
3311 i += 2, ++j) {
3312 int BitI = Mask[i];
3313 int BitI1 = Mask[i+1];
3314
3315 if (!isUndefOrEqual(BitI, j))
3316 return false;
3317 if (!isUndefOrEqual(BitI1, j))
3318 return false;
3319 }
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003320 }
David Greenea20244d2011-03-02 17:23:43 +00003321
Rafael Espindola15684b22009-04-24 12:40:33 +00003322 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003323}
3324
Nate Begeman9008ca62009-04-27 18:41:29 +00003325bool X86::isUNPCKL_v_undef_Mask(ShuffleVectorSDNode *N) {
3326 SmallVector<int, 8> M;
3327 N->getMask(M);
3328 return ::isUNPCKL_v_undef_Mask(M, N->getValueType(0));
3329}
3330
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003331/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
3332/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
3333/// <2, 2, 3, 3>
Owen Andersone50ed302009-08-10 22:56:29 +00003334static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003335 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003336 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
3337 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003338
Nate Begeman9008ca62009-04-27 18:41:29 +00003339 for (int i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
3340 int BitI = Mask[i];
3341 int BitI1 = Mask[i+1];
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003342 if (!isUndefOrEqual(BitI, j))
3343 return false;
3344 if (!isUndefOrEqual(BitI1, j))
3345 return false;
3346 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003347 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003348}
3349
Nate Begeman9008ca62009-04-27 18:41:29 +00003350bool X86::isUNPCKH_v_undef_Mask(ShuffleVectorSDNode *N) {
3351 SmallVector<int, 8> M;
3352 N->getMask(M);
3353 return ::isUNPCKH_v_undef_Mask(M, N->getValueType(0));
3354}
3355
Evan Cheng017dcc62006-04-21 01:05:10 +00003356/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
3357/// specifies a shuffle of elements that is suitable for input to MOVSS,
3358/// MOVSD, and MOVD, i.e. setting the lowest element.
Owen Andersone50ed302009-08-10 22:56:29 +00003359static bool isMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Eli Friedman10415532009-06-06 06:05:10 +00003360 if (VT.getVectorElementType().getSizeInBits() < 32)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003361 return false;
Eli Friedman10415532009-06-06 06:05:10 +00003362
3363 int NumElts = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003364
Nate Begeman9008ca62009-04-27 18:41:29 +00003365 if (!isUndefOrEqual(Mask[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003366 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003367
Nate Begeman9008ca62009-04-27 18:41:29 +00003368 for (int i = 1; i < NumElts; ++i)
3369 if (!isUndefOrEqual(Mask[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003370 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003371
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003372 return true;
3373}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003374
Nate Begeman9008ca62009-04-27 18:41:29 +00003375bool X86::isMOVLMask(ShuffleVectorSDNode *N) {
3376 SmallVector<int, 8> M;
3377 N->getMask(M);
3378 return ::isMOVLMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003379}
3380
Evan Cheng017dcc62006-04-21 01:05:10 +00003381/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
3382/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00003383/// element of vector 2 and the other elements to come from vector 1 in order.
Owen Andersone50ed302009-08-10 22:56:29 +00003384static bool isCommutedMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Nate Begeman9008ca62009-04-27 18:41:29 +00003385 bool V2IsSplat = false, bool V2IsUndef = false) {
3386 int NumOps = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003387 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00003388 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003389
Nate Begeman9008ca62009-04-27 18:41:29 +00003390 if (!isUndefOrEqual(Mask[0], 0))
Evan Cheng39623da2006-04-20 08:58:49 +00003391 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003392
Nate Begeman9008ca62009-04-27 18:41:29 +00003393 for (int i = 1; i < NumOps; ++i)
3394 if (!(isUndefOrEqual(Mask[i], i+NumOps) ||
3395 (V2IsUndef && isUndefOrInRange(Mask[i], NumOps, NumOps*2)) ||
3396 (V2IsSplat && isUndefOrEqual(Mask[i], NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00003397 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003398
Evan Cheng39623da2006-04-20 08:58:49 +00003399 return true;
3400}
3401
Nate Begeman9008ca62009-04-27 18:41:29 +00003402static bool isCommutedMOVL(ShuffleVectorSDNode *N, bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00003403 bool V2IsUndef = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003404 SmallVector<int, 8> M;
3405 N->getMask(M);
3406 return isCommutedMOVLMask(M, N->getValueType(0), V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00003407}
3408
Evan Chengd9539472006-04-14 21:59:03 +00003409/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3410/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003411bool X86::isMOVSHDUPMask(ShuffleVectorSDNode *N) {
3412 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00003413 return false;
3414
3415 // Expect 1, 1, 3, 3
Rafael Espindola15684b22009-04-24 12:40:33 +00003416 for (unsigned i = 0; i < 2; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003417 int Elt = N->getMaskElt(i);
3418 if (Elt >= 0 && Elt != 1)
3419 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00003420 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003421
3422 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00003423 for (unsigned i = 2; i < 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003424 int Elt = N->getMaskElt(i);
3425 if (Elt >= 0 && Elt != 3)
3426 return false;
3427 if (Elt == 3)
3428 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00003429 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003430 // Don't use movshdup if it can be done with a shufps.
Nate Begeman9008ca62009-04-27 18:41:29 +00003431 // FIXME: verify that matching u, u, 3, 3 is what we want.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003432 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00003433}
3434
3435/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3436/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003437bool X86::isMOVSLDUPMask(ShuffleVectorSDNode *N) {
3438 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00003439 return false;
3440
3441 // Expect 0, 0, 2, 2
Nate Begeman9008ca62009-04-27 18:41:29 +00003442 for (unsigned i = 0; i < 2; ++i)
3443 if (N->getMaskElt(i) > 0)
3444 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003445
3446 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00003447 for (unsigned i = 2; i < 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003448 int Elt = N->getMaskElt(i);
3449 if (Elt >= 0 && Elt != 2)
3450 return false;
3451 if (Elt == 2)
3452 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00003453 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003454 // Don't use movsldup if it can be done with a shufps.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003455 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00003456}
3457
Evan Cheng0b457f02008-09-25 20:50:48 +00003458/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3459/// specifies a shuffle of elements that is suitable for input to MOVDDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003460bool X86::isMOVDDUPMask(ShuffleVectorSDNode *N) {
3461 int e = N->getValueType(0).getVectorNumElements() / 2;
Eric Christopherfd179292009-08-27 18:07:15 +00003462
Nate Begeman9008ca62009-04-27 18:41:29 +00003463 for (int i = 0; i < e; ++i)
3464 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003465 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003466 for (int i = 0; i < e; ++i)
3467 if (!isUndefOrEqual(N->getMaskElt(e+i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003468 return false;
3469 return true;
3470}
3471
David Greenec38a03e2011-02-03 15:50:00 +00003472/// isVEXTRACTF128Index - Return true if the specified
3473/// EXTRACT_SUBVECTOR operand specifies a vector extract that is
3474/// suitable for input to VEXTRACTF128.
3475bool X86::isVEXTRACTF128Index(SDNode *N) {
3476 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3477 return false;
3478
3479 // The index should be aligned on a 128-bit boundary.
3480 uint64_t Index =
3481 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3482
3483 unsigned VL = N->getValueType(0).getVectorNumElements();
3484 unsigned VBits = N->getValueType(0).getSizeInBits();
3485 unsigned ElSize = VBits / VL;
3486 bool Result = (Index * ElSize) % 128 == 0;
3487
3488 return Result;
3489}
3490
David Greeneccacdc12011-02-04 16:08:29 +00003491/// isVINSERTF128Index - Return true if the specified INSERT_SUBVECTOR
3492/// operand specifies a subvector insert that is suitable for input to
3493/// VINSERTF128.
3494bool X86::isVINSERTF128Index(SDNode *N) {
3495 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3496 return false;
3497
3498 // The index should be aligned on a 128-bit boundary.
3499 uint64_t Index =
3500 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
3501
3502 unsigned VL = N->getValueType(0).getVectorNumElements();
3503 unsigned VBits = N->getValueType(0).getSizeInBits();
3504 unsigned ElSize = VBits / VL;
3505 bool Result = (Index * ElSize) % 128 == 0;
3506
3507 return Result;
3508}
3509
Evan Cheng63d33002006-03-22 08:01:21 +00003510/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003511/// the specified VECTOR_SHUFFLE mask with PSHUF* and SHUFP* instructions.
Evan Cheng63d33002006-03-22 08:01:21 +00003512unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003513 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3514 int NumOperands = SVOp->getValueType(0).getVectorNumElements();
3515
Evan Chengb9df0ca2006-03-22 02:53:00 +00003516 unsigned Shift = (NumOperands == 4) ? 2 : 1;
3517 unsigned Mask = 0;
Nate Begeman9008ca62009-04-27 18:41:29 +00003518 for (int i = 0; i < NumOperands; ++i) {
3519 int Val = SVOp->getMaskElt(NumOperands-i-1);
3520 if (Val < 0) Val = 0;
Evan Cheng14aed5e2006-03-24 01:18:28 +00003521 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00003522 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00003523 if (i != NumOperands - 1)
3524 Mask <<= Shift;
3525 }
Evan Cheng63d33002006-03-22 08:01:21 +00003526 return Mask;
3527}
3528
Evan Cheng506d3df2006-03-29 23:07:14 +00003529/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003530/// the specified VECTOR_SHUFFLE mask with the PSHUFHW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003531unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003532 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003533 unsigned Mask = 0;
3534 // 8 nodes, but we only care about the last 4.
3535 for (unsigned i = 7; i >= 4; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003536 int Val = SVOp->getMaskElt(i);
3537 if (Val >= 0)
Mon P Wang7bcaefa2009-02-04 01:16:59 +00003538 Mask |= (Val - 4);
Evan Cheng506d3df2006-03-29 23:07:14 +00003539 if (i != 4)
3540 Mask <<= 2;
3541 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003542 return Mask;
3543}
3544
3545/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003546/// the specified VECTOR_SHUFFLE mask with the PSHUFLW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003547unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003548 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003549 unsigned Mask = 0;
3550 // 8 nodes, but we only care about the first 4.
3551 for (int i = 3; i >= 0; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003552 int Val = SVOp->getMaskElt(i);
3553 if (Val >= 0)
3554 Mask |= Val;
Evan Cheng506d3df2006-03-29 23:07:14 +00003555 if (i != 0)
3556 Mask <<= 2;
3557 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003558 return Mask;
3559}
3560
Nate Begemana09008b2009-10-19 02:17:23 +00003561/// getShufflePALIGNRImmediate - Return the appropriate immediate to shuffle
3562/// the specified VECTOR_SHUFFLE mask with the PALIGNR instruction.
3563unsigned X86::getShufflePALIGNRImmediate(SDNode *N) {
3564 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3565 EVT VVT = N->getValueType(0);
3566 unsigned EltSize = VVT.getVectorElementType().getSizeInBits() >> 3;
3567 int Val = 0;
3568
3569 unsigned i, e;
3570 for (i = 0, e = VVT.getVectorNumElements(); i != e; ++i) {
3571 Val = SVOp->getMaskElt(i);
3572 if (Val >= 0)
3573 break;
3574 }
3575 return (Val - i) * EltSize;
3576}
3577
David Greenec38a03e2011-02-03 15:50:00 +00003578/// getExtractVEXTRACTF128Immediate - Return the appropriate immediate
3579/// to extract the specified EXTRACT_SUBVECTOR index with VEXTRACTF128
3580/// instructions.
3581unsigned X86::getExtractVEXTRACTF128Immediate(SDNode *N) {
3582 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3583 llvm_unreachable("Illegal extract subvector for VEXTRACTF128");
3584
3585 uint64_t Index =
3586 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3587
3588 EVT VecVT = N->getOperand(0).getValueType();
3589 EVT ElVT = VecVT.getVectorElementType();
3590
3591 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
3592
3593 return Index / NumElemsPerChunk;
3594}
3595
David Greeneccacdc12011-02-04 16:08:29 +00003596/// getInsertVINSERTF128Immediate - Return the appropriate immediate
3597/// to insert at the specified INSERT_SUBVECTOR index with VINSERTF128
3598/// instructions.
3599unsigned X86::getInsertVINSERTF128Immediate(SDNode *N) {
3600 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3601 llvm_unreachable("Illegal insert subvector for VINSERTF128");
3602
3603 uint64_t Index =
NAKAMURA Takumi27635382011-02-05 15:10:54 +00003604 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
David Greeneccacdc12011-02-04 16:08:29 +00003605
3606 EVT VecVT = N->getValueType(0);
3607 EVT ElVT = VecVT.getVectorElementType();
3608
3609 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
3610
3611 return Index / NumElemsPerChunk;
3612}
3613
Evan Cheng37b73872009-07-30 08:33:02 +00003614/// isZeroNode - Returns true if Elt is a constant zero or a floating point
3615/// constant +0.0.
3616bool X86::isZeroNode(SDValue Elt) {
3617 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmane368b462010-06-18 14:22:04 +00003618 cast<ConstantSDNode>(Elt)->isNullValue()) ||
Evan Cheng37b73872009-07-30 08:33:02 +00003619 (isa<ConstantFPSDNode>(Elt) &&
3620 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
3621}
3622
Nate Begeman9008ca62009-04-27 18:41:29 +00003623/// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
3624/// their permute mask.
3625static SDValue CommuteVectorShuffle(ShuffleVectorSDNode *SVOp,
3626 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003627 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003628 unsigned NumElems = VT.getVectorNumElements();
Nate Begeman9008ca62009-04-27 18:41:29 +00003629 SmallVector<int, 8> MaskVec;
Eric Christopherfd179292009-08-27 18:07:15 +00003630
Nate Begeman5a5ca152009-04-29 05:20:52 +00003631 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003632 int idx = SVOp->getMaskElt(i);
3633 if (idx < 0)
3634 MaskVec.push_back(idx);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003635 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003636 MaskVec.push_back(idx + NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003637 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003638 MaskVec.push_back(idx - NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003639 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003640 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(1),
3641 SVOp->getOperand(0), &MaskVec[0]);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003642}
3643
Evan Cheng779ccea2007-12-07 21:30:01 +00003644/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
3645/// the two vector operands have swapped position.
Owen Andersone50ed302009-08-10 22:56:29 +00003646static void CommuteVectorShuffleMask(SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman5a5ca152009-04-29 05:20:52 +00003647 unsigned NumElems = VT.getVectorNumElements();
3648 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003649 int idx = Mask[i];
3650 if (idx < 0)
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003651 continue;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003652 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003653 Mask[i] = idx + NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003654 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003655 Mask[i] = idx - NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003656 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003657}
3658
Evan Cheng533a0aa2006-04-19 20:35:22 +00003659/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
3660/// match movhlps. The lower half elements should come from upper half of
3661/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00003662/// half of V2 (and in order).
Nate Begeman9008ca62009-04-27 18:41:29 +00003663static bool ShouldXformToMOVHLPS(ShuffleVectorSDNode *Op) {
3664 if (Op->getValueType(0).getVectorNumElements() != 4)
Evan Cheng533a0aa2006-04-19 20:35:22 +00003665 return false;
3666 for (unsigned i = 0, e = 2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003667 if (!isUndefOrEqual(Op->getMaskElt(i), i+2))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003668 return false;
3669 for (unsigned i = 2; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003670 if (!isUndefOrEqual(Op->getMaskElt(i), i+4))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003671 return false;
3672 return true;
3673}
3674
Evan Cheng5ced1d82006-04-06 23:23:56 +00003675/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00003676/// is promoted to a vector. It also returns the LoadSDNode by reference if
3677/// required.
3678static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00003679 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
3680 return false;
3681 N = N->getOperand(0).getNode();
3682 if (!ISD::isNON_EXTLoad(N))
3683 return false;
3684 if (LD)
3685 *LD = cast<LoadSDNode>(N);
3686 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003687}
3688
Evan Cheng533a0aa2006-04-19 20:35:22 +00003689/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
3690/// match movlp{s|d}. The lower half elements should come from lower half of
3691/// V1 (and in order), and the upper half elements should come from the upper
3692/// half of V2 (and in order). And since V1 will become the source of the
3693/// MOVLP, it must be either a vector load or a scalar load to vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00003694static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2,
3695 ShuffleVectorSDNode *Op) {
Evan Cheng466685d2006-10-09 20:57:25 +00003696 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003697 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00003698 // Is V2 is a vector load, don't do this transformation. We will try to use
3699 // load folding shufps op.
3700 if (ISD::isNON_EXTLoad(V2))
3701 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003702
Nate Begeman5a5ca152009-04-29 05:20:52 +00003703 unsigned NumElems = Op->getValueType(0).getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003704
Evan Cheng533a0aa2006-04-19 20:35:22 +00003705 if (NumElems != 2 && NumElems != 4)
3706 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003707 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003708 if (!isUndefOrEqual(Op->getMaskElt(i), i))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003709 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003710 for (unsigned i = NumElems/2; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003711 if (!isUndefOrEqual(Op->getMaskElt(i), i+NumElems))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003712 return false;
3713 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003714}
3715
Evan Cheng39623da2006-04-20 08:58:49 +00003716/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
3717/// all the same.
3718static bool isSplatVector(SDNode *N) {
3719 if (N->getOpcode() != ISD::BUILD_VECTOR)
3720 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003721
Dan Gohman475871a2008-07-27 21:46:04 +00003722 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00003723 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
3724 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003725 return false;
3726 return true;
3727}
3728
Evan Cheng213d2cf2007-05-17 18:45:50 +00003729/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
Eric Christopherfd179292009-08-27 18:07:15 +00003730/// to an zero vector.
Nate Begeman5a5ca152009-04-29 05:20:52 +00003731/// FIXME: move to dag combiner / method on ShuffleVectorSDNode
Nate Begeman9008ca62009-04-27 18:41:29 +00003732static bool isZeroShuffle(ShuffleVectorSDNode *N) {
Dan Gohman475871a2008-07-27 21:46:04 +00003733 SDValue V1 = N->getOperand(0);
3734 SDValue V2 = N->getOperand(1);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003735 unsigned NumElems = N->getValueType(0).getVectorNumElements();
3736 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003737 int Idx = N->getMaskElt(i);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003738 if (Idx >= (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003739 unsigned Opc = V2.getOpcode();
Rafael Espindola15684b22009-04-24 12:40:33 +00003740 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
3741 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003742 if (Opc != ISD::BUILD_VECTOR ||
3743 !X86::isZeroNode(V2.getOperand(Idx-NumElems)))
Nate Begeman9008ca62009-04-27 18:41:29 +00003744 return false;
3745 } else if (Idx >= 0) {
3746 unsigned Opc = V1.getOpcode();
3747 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
3748 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003749 if (Opc != ISD::BUILD_VECTOR ||
3750 !X86::isZeroNode(V1.getOperand(Idx)))
Chris Lattner8a594482007-11-25 00:24:49 +00003751 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00003752 }
3753 }
3754 return true;
3755}
3756
3757/// getZeroVector - Returns a vector of specified type with all zero elements.
3758///
Owen Andersone50ed302009-08-10 22:56:29 +00003759static SDValue getZeroVector(EVT VT, bool HasSSE2, SelectionDAG &DAG,
Dale Johannesenace16102009-02-03 19:33:06 +00003760 DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003761 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003762
Dale Johannesen0488fb62010-09-30 23:57:10 +00003763 // Always build SSE zero vectors as <4 x i32> bitcasted
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003764 // to their dest type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00003765 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00003766 if (VT.getSizeInBits() == 128) { // SSE
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003767 if (HasSSE2) { // SSE2
3768 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
3769 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
3770 } else { // SSE1
3771 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
3772 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
3773 }
3774 } else if (VT.getSizeInBits() == 256) { // AVX
3775 // 256-bit logic and arithmetic instructions in AVX are
3776 // all floating-point, no support for integer ops. Default
3777 // to emitting fp zeroed vectors then.
Owen Anderson825b72b2009-08-11 20:47:22 +00003778 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003779 SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
3780 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8f32, Ops, 8);
Evan Chengf0df0312008-05-15 08:39:06 +00003781 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003782 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00003783}
3784
Chris Lattner8a594482007-11-25 00:24:49 +00003785/// getOnesVector - Returns a vector of specified type with all bits set.
3786///
Owen Andersone50ed302009-08-10 22:56:29 +00003787static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003788 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003789
Chris Lattner8a594482007-11-25 00:24:49 +00003790 // Always build ones vectors as <4 x i32> or <2 x i32> bitcasted to their dest
3791 // type. This ensures they get CSE'd.
Owen Anderson825b72b2009-08-11 20:47:22 +00003792 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
Dan Gohman475871a2008-07-27 21:46:04 +00003793 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00003794 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003795 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Chris Lattner8a594482007-11-25 00:24:49 +00003796}
3797
3798
Evan Cheng39623da2006-04-20 08:58:49 +00003799/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
3800/// that point to V2 points to its first element.
Nate Begeman9008ca62009-04-27 18:41:29 +00003801static SDValue NormalizeMask(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003802 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003803 unsigned NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003804
Evan Cheng39623da2006-04-20 08:58:49 +00003805 bool Changed = false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003806 SmallVector<int, 8> MaskVec;
3807 SVOp->getMask(MaskVec);
Eric Christopherfd179292009-08-27 18:07:15 +00003808
Nate Begeman5a5ca152009-04-29 05:20:52 +00003809 for (unsigned i = 0; i != NumElems; ++i) {
3810 if (MaskVec[i] > (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003811 MaskVec[i] = NumElems;
3812 Changed = true;
Evan Cheng39623da2006-04-20 08:58:49 +00003813 }
Evan Cheng39623da2006-04-20 08:58:49 +00003814 }
Evan Cheng39623da2006-04-20 08:58:49 +00003815 if (Changed)
Nate Begeman9008ca62009-04-27 18:41:29 +00003816 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(0),
3817 SVOp->getOperand(1), &MaskVec[0]);
3818 return SDValue(SVOp, 0);
Evan Cheng39623da2006-04-20 08:58:49 +00003819}
3820
Evan Cheng017dcc62006-04-21 01:05:10 +00003821/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
3822/// operation of specified width.
Owen Andersone50ed302009-08-10 22:56:29 +00003823static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003824 SDValue V2) {
3825 unsigned NumElems = VT.getVectorNumElements();
3826 SmallVector<int, 8> Mask;
3827 Mask.push_back(NumElems);
Evan Cheng39623da2006-04-20 08:58:49 +00003828 for (unsigned i = 1; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003829 Mask.push_back(i);
3830 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Cheng39623da2006-04-20 08:58:49 +00003831}
3832
Nate Begeman9008ca62009-04-27 18:41:29 +00003833/// getUnpackl - Returns a vector_shuffle node for an unpackl operation.
Owen Andersone50ed302009-08-10 22:56:29 +00003834static SDValue getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003835 SDValue V2) {
3836 unsigned NumElems = VT.getVectorNumElements();
3837 SmallVector<int, 8> Mask;
Evan Chengc575ca22006-04-17 20:43:08 +00003838 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003839 Mask.push_back(i);
3840 Mask.push_back(i + NumElems);
Evan Chengc575ca22006-04-17 20:43:08 +00003841 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003842 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Chengc575ca22006-04-17 20:43:08 +00003843}
3844
Nate Begeman9008ca62009-04-27 18:41:29 +00003845/// getUnpackhMask - Returns a vector_shuffle node for an unpackh operation.
Owen Andersone50ed302009-08-10 22:56:29 +00003846static SDValue getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003847 SDValue V2) {
3848 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng39623da2006-04-20 08:58:49 +00003849 unsigned Half = NumElems/2;
Nate Begeman9008ca62009-04-27 18:41:29 +00003850 SmallVector<int, 8> Mask;
Evan Cheng39623da2006-04-20 08:58:49 +00003851 for (unsigned i = 0; i != Half; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003852 Mask.push_back(i + Half);
3853 Mask.push_back(i + NumElems + Half);
Evan Cheng39623da2006-04-20 08:58:49 +00003854 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003855 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00003856}
3857
Bruno Cardoso Lopesbb0a9482010-08-13 17:50:47 +00003858/// PromoteSplat - Promote a splat of v4i32, v8i16 or v16i8 to v4f32.
3859static SDValue PromoteSplat(ShuffleVectorSDNode *SV, SelectionDAG &DAG) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003860 EVT PVT = MVT::v4f32;
Owen Andersone50ed302009-08-10 22:56:29 +00003861 EVT VT = SV->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00003862 DebugLoc dl = SV->getDebugLoc();
3863 SDValue V1 = SV->getOperand(0);
3864 int NumElems = VT.getVectorNumElements();
3865 int EltNo = SV->getSplatIndex();
Rafael Espindola15684b22009-04-24 12:40:33 +00003866
Nate Begeman9008ca62009-04-27 18:41:29 +00003867 // unpack elements to the correct location
3868 while (NumElems > 4) {
3869 if (EltNo < NumElems/2) {
3870 V1 = getUnpackl(DAG, dl, VT, V1, V1);
3871 } else {
3872 V1 = getUnpackh(DAG, dl, VT, V1, V1);
3873 EltNo -= NumElems/2;
3874 }
3875 NumElems >>= 1;
3876 }
Eric Christopherfd179292009-08-27 18:07:15 +00003877
Nate Begeman9008ca62009-04-27 18:41:29 +00003878 // Perform the splat.
3879 int SplatMask[4] = { EltNo, EltNo, EltNo, EltNo };
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003880 V1 = DAG.getNode(ISD::BITCAST, dl, PVT, V1);
Nate Begeman9008ca62009-04-27 18:41:29 +00003881 V1 = DAG.getVectorShuffle(PVT, dl, V1, DAG.getUNDEF(PVT), &SplatMask[0]);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003882 return DAG.getNode(ISD::BITCAST, dl, VT, V1);
Evan Chengc575ca22006-04-17 20:43:08 +00003883}
3884
Evan Chengba05f722006-04-21 23:03:30 +00003885/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00003886/// vector of zero or undef vector. This produces a shuffle where the low
3887/// element of V2 is swizzled into the zero/undef vector, landing at element
3888/// 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 +00003889static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00003890 bool isZero, bool HasSSE2,
3891 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003892 EVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00003893 SDValue V1 = isZero
Nate Begeman9008ca62009-04-27 18:41:29 +00003894 ? getZeroVector(VT, HasSSE2, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
3895 unsigned NumElems = VT.getVectorNumElements();
3896 SmallVector<int, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00003897 for (unsigned i = 0; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003898 // If this is the insertion idx, put the low elt of V2 here.
3899 MaskVec.push_back(i == Idx ? NumElems : i);
3900 return DAG.getVectorShuffle(VT, V2.getDebugLoc(), V1, V2, &MaskVec[0]);
Evan Cheng017dcc62006-04-21 01:05:10 +00003901}
3902
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003903/// getShuffleScalarElt - Returns the scalar element that will make up the ith
3904/// element of the result of the vector shuffle.
Benjamin Kramer050db522011-03-26 12:38:19 +00003905static SDValue getShuffleScalarElt(SDNode *N, int Index, SelectionDAG &DAG,
3906 unsigned Depth) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003907 if (Depth == 6)
3908 return SDValue(); // Limit search depth.
3909
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003910 SDValue V = SDValue(N, 0);
3911 EVT VT = V.getValueType();
3912 unsigned Opcode = V.getOpcode();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003913
3914 // Recurse into ISD::VECTOR_SHUFFLE node to find scalars.
3915 if (const ShuffleVectorSDNode *SV = dyn_cast<ShuffleVectorSDNode>(N)) {
3916 Index = SV->getMaskElt(Index);
3917
3918 if (Index < 0)
3919 return DAG.getUNDEF(VT.getVectorElementType());
3920
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00003921 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003922 SDValue NewV = (Index < NumElems) ? SV->getOperand(0) : SV->getOperand(1);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003923 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG, Depth+1);
Evan Chengf26ffe92008-05-29 08:22:04 +00003924 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003925
3926 // Recurse into target specific vector shuffles to find scalars.
3927 if (isTargetShuffle(Opcode)) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003928 int NumElems = VT.getVectorNumElements();
3929 SmallVector<unsigned, 16> ShuffleMask;
3930 SDValue ImmN;
3931
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003932 switch(Opcode) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003933 case X86ISD::SHUFPS:
3934 case X86ISD::SHUFPD:
3935 ImmN = N->getOperand(N->getNumOperands()-1);
3936 DecodeSHUFPSMask(NumElems,
3937 cast<ConstantSDNode>(ImmN)->getZExtValue(),
3938 ShuffleMask);
3939 break;
3940 case X86ISD::PUNPCKHBW:
3941 case X86ISD::PUNPCKHWD:
3942 case X86ISD::PUNPCKHDQ:
3943 case X86ISD::PUNPCKHQDQ:
3944 DecodePUNPCKHMask(NumElems, ShuffleMask);
3945 break;
3946 case X86ISD::UNPCKHPS:
3947 case X86ISD::UNPCKHPD:
3948 DecodeUNPCKHPMask(NumElems, ShuffleMask);
3949 break;
3950 case X86ISD::PUNPCKLBW:
3951 case X86ISD::PUNPCKLWD:
3952 case X86ISD::PUNPCKLDQ:
3953 case X86ISD::PUNPCKLQDQ:
David Greenec4db4e52011-02-28 19:06:56 +00003954 DecodePUNPCKLMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003955 break;
3956 case X86ISD::UNPCKLPS:
3957 case X86ISD::UNPCKLPD:
David Greenec4db4e52011-02-28 19:06:56 +00003958 case X86ISD::VUNPCKLPS:
3959 case X86ISD::VUNPCKLPD:
3960 case X86ISD::VUNPCKLPSY:
3961 case X86ISD::VUNPCKLPDY:
3962 DecodeUNPCKLPMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003963 break;
3964 case X86ISD::MOVHLPS:
3965 DecodeMOVHLPSMask(NumElems, ShuffleMask);
3966 break;
3967 case X86ISD::MOVLHPS:
3968 DecodeMOVLHPSMask(NumElems, ShuffleMask);
3969 break;
3970 case X86ISD::PSHUFD:
3971 ImmN = N->getOperand(N->getNumOperands()-1);
3972 DecodePSHUFMask(NumElems,
3973 cast<ConstantSDNode>(ImmN)->getZExtValue(),
3974 ShuffleMask);
3975 break;
3976 case X86ISD::PSHUFHW:
3977 ImmN = N->getOperand(N->getNumOperands()-1);
3978 DecodePSHUFHWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
3979 ShuffleMask);
3980 break;
3981 case X86ISD::PSHUFLW:
3982 ImmN = N->getOperand(N->getNumOperands()-1);
3983 DecodePSHUFLWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
3984 ShuffleMask);
3985 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003986 case X86ISD::MOVSS:
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00003987 case X86ISD::MOVSD: {
3988 // The index 0 always comes from the first element of the second source,
3989 // this is why MOVSS and MOVSD are used in the first place. The other
3990 // elements come from the other positions of the first source vector.
3991 unsigned OpNum = (Index == 0) ? 1 : 0;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003992 return getShuffleScalarElt(V.getOperand(OpNum).getNode(), Index, DAG,
3993 Depth+1);
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00003994 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00003995 default:
3996 assert("not implemented for target shuffle node");
3997 return SDValue();
3998 }
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00003999
4000 Index = ShuffleMask[Index];
4001 if (Index < 0)
4002 return DAG.getUNDEF(VT.getVectorElementType());
4003
4004 SDValue NewV = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1);
4005 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG,
4006 Depth+1);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004007 }
4008
4009 // Actual nodes that may contain scalar elements
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004010 if (Opcode == ISD::BITCAST) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004011 V = V.getOperand(0);
4012 EVT SrcVT = V.getValueType();
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004013 unsigned NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004014
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004015 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004016 return SDValue();
4017 }
4018
4019 if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
4020 return (Index == 0) ? V.getOperand(0)
4021 : DAG.getUNDEF(VT.getVectorElementType());
4022
4023 if (V.getOpcode() == ISD::BUILD_VECTOR)
4024 return V.getOperand(Index);
4025
4026 return SDValue();
4027}
4028
4029/// getNumOfConsecutiveZeros - Return the number of elements of a vector
4030/// shuffle operation which come from a consecutively from a zero. The
Chris Lattner7a2bdde2011-04-15 05:18:47 +00004031/// search can start in two different directions, from left or right.
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004032static
4033unsigned getNumOfConsecutiveZeros(SDNode *N, int NumElems,
4034 bool ZerosFromLeft, SelectionDAG &DAG) {
4035 int i = 0;
4036
4037 while (i < NumElems) {
4038 unsigned Index = ZerosFromLeft ? i : NumElems-i-1;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004039 SDValue Elt = getShuffleScalarElt(N, Index, DAG, 0);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004040 if (!(Elt.getNode() &&
4041 (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt))))
4042 break;
4043 ++i;
4044 }
4045
4046 return i;
4047}
4048
4049/// isShuffleMaskConsecutive - Check if the shuffle mask indicies from MaskI to
4050/// MaskE correspond consecutively to elements from one of the vector operands,
4051/// starting from its index OpIdx. Also tell OpNum which source vector operand.
4052static
4053bool isShuffleMaskConsecutive(ShuffleVectorSDNode *SVOp, int MaskI, int MaskE,
4054 int OpIdx, int NumElems, unsigned &OpNum) {
4055 bool SeenV1 = false;
4056 bool SeenV2 = false;
4057
4058 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {
4059 int Idx = SVOp->getMaskElt(i);
4060 // Ignore undef indicies
4061 if (Idx < 0)
4062 continue;
4063
4064 if (Idx < NumElems)
4065 SeenV1 = true;
4066 else
4067 SeenV2 = true;
4068
4069 // Only accept consecutive elements from the same vector
4070 if ((Idx % NumElems != OpIdx) || (SeenV1 && SeenV2))
4071 return false;
4072 }
4073
4074 OpNum = SeenV1 ? 0 : 1;
4075 return true;
4076}
4077
4078/// isVectorShiftRight - Returns true if the shuffle can be implemented as a
4079/// logical left shift of a vector.
4080static bool isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4081 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4082 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4083 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4084 false /* check zeros from right */, DAG);
4085 unsigned OpSrc;
4086
4087 if (!NumZeros)
4088 return false;
4089
4090 // Considering the elements in the mask that are not consecutive zeros,
4091 // check if they consecutively come from only one of the source vectors.
4092 //
4093 // V1 = {X, A, B, C} 0
4094 // \ \ \ /
4095 // vector_shuffle V1, V2 <1, 2, 3, X>
4096 //
4097 if (!isShuffleMaskConsecutive(SVOp,
4098 0, // Mask Start Index
4099 NumElems-NumZeros-1, // Mask End Index
4100 NumZeros, // Where to start looking in the src vector
4101 NumElems, // Number of elements in vector
4102 OpSrc)) // Which source operand ?
4103 return false;
4104
4105 isLeft = false;
4106 ShAmt = NumZeros;
4107 ShVal = SVOp->getOperand(OpSrc);
4108 return true;
4109}
4110
4111/// isVectorShiftLeft - Returns true if the shuffle can be implemented as a
4112/// logical left shift of a vector.
4113static bool isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4114 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4115 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4116 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4117 true /* check zeros from left */, DAG);
4118 unsigned OpSrc;
4119
4120 if (!NumZeros)
4121 return false;
4122
4123 // Considering the elements in the mask that are not consecutive zeros,
4124 // check if they consecutively come from only one of the source vectors.
4125 //
4126 // 0 { A, B, X, X } = V2
4127 // / \ / /
4128 // vector_shuffle V1, V2 <X, X, 4, 5>
4129 //
4130 if (!isShuffleMaskConsecutive(SVOp,
4131 NumZeros, // Mask Start Index
4132 NumElems-1, // Mask End Index
4133 0, // Where to start looking in the src vector
4134 NumElems, // Number of elements in vector
4135 OpSrc)) // Which source operand ?
4136 return false;
4137
4138 isLeft = true;
4139 ShAmt = NumZeros;
4140 ShVal = SVOp->getOperand(OpSrc);
4141 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004142}
4143
4144/// isVectorShift - Returns true if the shuffle can be implemented as a
4145/// logical left or right shift of a vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00004146static bool isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00004147 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004148 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4149 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4150 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004151
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004152 return false;
Evan Chengf26ffe92008-05-29 08:22:04 +00004153}
4154
Evan Chengc78d3b42006-04-24 18:01:45 +00004155/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
4156///
Dan Gohman475871a2008-07-27 21:46:04 +00004157static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00004158 unsigned NumNonZero, unsigned NumZero,
Dan Gohmand858e902010-04-17 15:26:15 +00004159 SelectionDAG &DAG,
4160 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004161 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00004162 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004163
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004164 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004165 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004166 bool First = true;
4167 for (unsigned i = 0; i < 16; ++i) {
4168 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
4169 if (ThisIsNonZero && First) {
4170 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004171 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004172 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004173 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004174 First = false;
4175 }
4176
4177 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00004178 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004179 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
4180 if (LastIsNonZero) {
Scott Michelfdc40a02009-02-17 22:15:04 +00004181 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004182 MVT::i16, Op.getOperand(i-1));
Evan Chengc78d3b42006-04-24 18:01:45 +00004183 }
4184 if (ThisIsNonZero) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004185 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
4186 ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
4187 ThisElt, DAG.getConstant(8, MVT::i8));
Evan Chengc78d3b42006-04-24 18:01:45 +00004188 if (LastIsNonZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004189 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
Evan Chengc78d3b42006-04-24 18:01:45 +00004190 } else
4191 ThisElt = LastElt;
4192
Gabor Greifba36cb52008-08-28 21:40:38 +00004193 if (ThisElt.getNode())
Owen Anderson825b72b2009-08-11 20:47:22 +00004194 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00004195 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00004196 }
4197 }
4198
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004199 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V);
Evan Chengc78d3b42006-04-24 18:01:45 +00004200}
4201
Bill Wendlinga348c562007-03-22 18:42:45 +00004202/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00004203///
Dan Gohman475871a2008-07-27 21:46:04 +00004204static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Dan Gohmand858e902010-04-17 15:26:15 +00004205 unsigned NumNonZero, unsigned NumZero,
4206 SelectionDAG &DAG,
4207 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004208 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00004209 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004210
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004211 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004212 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004213 bool First = true;
4214 for (unsigned i = 0; i < 8; ++i) {
4215 bool isNonZero = (NonZeros & (1 << i)) != 0;
4216 if (isNonZero) {
4217 if (First) {
4218 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004219 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004220 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004221 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004222 First = false;
4223 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004224 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004225 MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00004226 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00004227 }
4228 }
4229
4230 return V;
4231}
4232
Evan Chengf26ffe92008-05-29 08:22:04 +00004233/// getVShift - Return a vector logical shift node.
4234///
Owen Andersone50ed302009-08-10 22:56:29 +00004235static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
Nate Begeman9008ca62009-04-27 18:41:29 +00004236 unsigned NumBits, SelectionDAG &DAG,
4237 const TargetLowering &TLI, DebugLoc dl) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004238 EVT ShVT = MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00004239 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004240 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4241 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00004242 DAG.getNode(Opc, dl, ShVT, SrcOp,
Owen Anderson95771af2011-02-25 21:41:48 +00004243 DAG.getConstant(NumBits,
4244 TLI.getShiftAmountTy(SrcOp.getValueType()))));
Evan Chengf26ffe92008-05-29 08:22:04 +00004245}
4246
Dan Gohman475871a2008-07-27 21:46:04 +00004247SDValue
Evan Chengc3630942009-12-09 21:00:30 +00004248X86TargetLowering::LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
Dan Gohmand858e902010-04-17 15:26:15 +00004249 SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00004250
Evan Chengc3630942009-12-09 21:00:30 +00004251 // Check if the scalar load can be widened into a vector load. And if
4252 // the address is "base + cst" see if the cst can be "absorbed" into
4253 // the shuffle mask.
4254 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) {
4255 SDValue Ptr = LD->getBasePtr();
4256 if (!ISD::isNormalLoad(LD) || LD->isVolatile())
4257 return SDValue();
4258 EVT PVT = LD->getValueType(0);
4259 if (PVT != MVT::i32 && PVT != MVT::f32)
4260 return SDValue();
4261
4262 int FI = -1;
4263 int64_t Offset = 0;
4264 if (FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr)) {
4265 FI = FINode->getIndex();
4266 Offset = 0;
Chris Lattner0a9481f2011-02-13 22:25:43 +00004267 } else if (DAG.isBaseWithConstantOffset(Ptr) &&
Evan Chengc3630942009-12-09 21:00:30 +00004268 isa<FrameIndexSDNode>(Ptr.getOperand(0))) {
4269 FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
4270 Offset = Ptr.getConstantOperandVal(1);
4271 Ptr = Ptr.getOperand(0);
4272 } else {
4273 return SDValue();
4274 }
4275
4276 SDValue Chain = LD->getChain();
4277 // Make sure the stack object alignment is at least 16.
4278 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
4279 if (DAG.InferPtrAlignment(Ptr) < 16) {
4280 if (MFI->isFixedObjectIndex(FI)) {
Eric Christophere9625cf2010-01-23 06:02:43 +00004281 // Can't change the alignment. FIXME: It's possible to compute
4282 // the exact stack offset and reference FI + adjust offset instead.
4283 // If someone *really* cares about this. That's the way to implement it.
4284 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004285 } else {
4286 MFI->setObjectAlignment(FI, 16);
4287 }
4288 }
4289
4290 // (Offset % 16) must be multiple of 4. Then address is then
4291 // Ptr + (Offset & ~15).
4292 if (Offset < 0)
4293 return SDValue();
4294 if ((Offset % 16) & 3)
4295 return SDValue();
4296 int64_t StartOffset = Offset & ~15;
4297 if (StartOffset)
4298 Ptr = DAG.getNode(ISD::ADD, Ptr.getDebugLoc(), Ptr.getValueType(),
4299 Ptr,DAG.getConstant(StartOffset, Ptr.getValueType()));
4300
4301 int EltNo = (Offset - StartOffset) >> 2;
4302 int Mask[4] = { EltNo, EltNo, EltNo, EltNo };
4303 EVT VT = (PVT == MVT::i32) ? MVT::v4i32 : MVT::v4f32;
Chris Lattner51abfe42010-09-21 06:02:19 +00004304 SDValue V1 = DAG.getLoad(VT, dl, Chain, Ptr,
4305 LD->getPointerInfo().getWithOffset(StartOffset),
David Greene67c9d422010-02-15 16:53:33 +00004306 false, false, 0);
Evan Chengc3630942009-12-09 21:00:30 +00004307 // Canonicalize it to a v4i32 shuffle.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004308 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, V1);
4309 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Chengc3630942009-12-09 21:00:30 +00004310 DAG.getVectorShuffle(MVT::v4i32, dl, V1,
Chris Lattner51abfe42010-09-21 06:02:19 +00004311 DAG.getUNDEF(MVT::v4i32),&Mask[0]));
Evan Chengc3630942009-12-09 21:00:30 +00004312 }
4313
4314 return SDValue();
4315}
4316
Michael J. Spencerec38de22010-10-10 22:04:20 +00004317/// EltsFromConsecutiveLoads - Given the initializing elements 'Elts' of a
4318/// vector of type 'VT', see if the elements can be replaced by a single large
Nate Begeman1449f292010-03-24 22:19:06 +00004319/// load which has the same value as a build_vector whose operands are 'elts'.
4320///
4321/// Example: <load i32 *a, load i32 *a+4, undef, undef> -> zextload a
Michael J. Spencerec38de22010-10-10 22:04:20 +00004322///
Nate Begeman1449f292010-03-24 22:19:06 +00004323/// FIXME: we'd also like to handle the case where the last elements are zero
4324/// rather than undef via VZEXT_LOAD, but we do not detect that case today.
4325/// There's even a handy isZeroNode for that purpose.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004326static SDValue EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts,
Chris Lattner88641552010-09-22 00:34:38 +00004327 DebugLoc &DL, SelectionDAG &DAG) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004328 EVT EltVT = VT.getVectorElementType();
4329 unsigned NumElems = Elts.size();
Michael J. Spencerec38de22010-10-10 22:04:20 +00004330
Nate Begemanfdea31a2010-03-24 20:49:50 +00004331 LoadSDNode *LDBase = NULL;
4332 unsigned LastLoadedElt = -1U;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004333
Nate Begeman1449f292010-03-24 22:19:06 +00004334 // For each element in the initializer, see if we've found a load or an undef.
Michael J. Spencerec38de22010-10-10 22:04:20 +00004335 // If we don't find an initial load element, or later load elements are
Nate Begeman1449f292010-03-24 22:19:06 +00004336 // non-consecutive, bail out.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004337 for (unsigned i = 0; i < NumElems; ++i) {
4338 SDValue Elt = Elts[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00004339
Nate Begemanfdea31a2010-03-24 20:49:50 +00004340 if (!Elt.getNode() ||
4341 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
4342 return SDValue();
4343 if (!LDBase) {
4344 if (Elt.getNode()->getOpcode() == ISD::UNDEF)
4345 return SDValue();
4346 LDBase = cast<LoadSDNode>(Elt.getNode());
4347 LastLoadedElt = i;
4348 continue;
4349 }
4350 if (Elt.getOpcode() == ISD::UNDEF)
4351 continue;
4352
4353 LoadSDNode *LD = cast<LoadSDNode>(Elt);
4354 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i))
4355 return SDValue();
4356 LastLoadedElt = i;
4357 }
Nate Begeman1449f292010-03-24 22:19:06 +00004358
4359 // If we have found an entire vector of loads and undefs, then return a large
4360 // load of the entire vector width starting at the base pointer. If we found
4361 // consecutive loads for the low half, generate a vzext_load node.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004362 if (LastLoadedElt == NumElems - 1) {
4363 if (DAG.InferPtrAlignment(LDBase->getBasePtr()) >= 16)
Chris Lattner88641552010-09-22 00:34:38 +00004364 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004365 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004366 LDBase->isVolatile(), LDBase->isNonTemporal(), 0);
Chris Lattner88641552010-09-22 00:34:38 +00004367 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004368 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004369 LDBase->isVolatile(), LDBase->isNonTemporal(),
4370 LDBase->getAlignment());
4371 } else if (NumElems == 4 && LastLoadedElt == 1) {
4372 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
4373 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() };
Chris Lattner88641552010-09-22 00:34:38 +00004374 SDValue ResNode = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys,
4375 Ops, 2, MVT::i32,
4376 LDBase->getMemOperand());
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004377 return DAG.getNode(ISD::BITCAST, DL, VT, ResNode);
Nate Begemanfdea31a2010-03-24 20:49:50 +00004378 }
4379 return SDValue();
4380}
4381
Evan Chengc3630942009-12-09 21:00:30 +00004382SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004383X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004384 DebugLoc dl = Op.getDebugLoc();
David Greenea5f26012011-02-07 19:36:54 +00004385
David Greenef125a292011-02-08 19:04:41 +00004386 EVT VT = Op.getValueType();
4387 EVT ExtVT = VT.getVectorElementType();
4388
4389 unsigned NumElems = Op.getNumOperands();
4390
4391 // For AVX-length vectors, build the individual 128-bit pieces and
4392 // use shuffles to put them in place.
Owen Anderson95771af2011-02-25 21:41:48 +00004393 if (VT.getSizeInBits() > 256 &&
4394 Subtarget->hasAVX() &&
David Greenef125a292011-02-08 19:04:41 +00004395 !ISD::isBuildVectorAllZeros(Op.getNode())) {
4396 SmallVector<SDValue, 8> V;
4397 V.resize(NumElems);
4398 for (unsigned i = 0; i < NumElems; ++i) {
4399 V[i] = Op.getOperand(i);
4400 }
Owen Anderson95771af2011-02-25 21:41:48 +00004401
David Greenef125a292011-02-08 19:04:41 +00004402 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElems/2);
4403
4404 // Build the lower subvector.
4405 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[0], NumElems/2);
4406 // Build the upper subvector.
4407 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2],
4408 NumElems/2);
4409
4410 return ConcatVectors(Lower, Upper, DAG);
4411 }
4412
Chris Lattner6e80e442010-08-28 17:15:43 +00004413 // All zero's are handled with pxor in SSE2 and above, xorps in SSE1.
4414 // All one's are handled with pcmpeqd. In AVX, zero's are handled with
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00004415 // vpxor in 128-bit and xor{pd,ps} in 256-bit, but no 256 version of pcmpeqd
4416 // is present, so AllOnes is ignored.
4417 if (ISD::isBuildVectorAllZeros(Op.getNode()) ||
4418 (Op.getValueType().getSizeInBits() != 256 &&
4419 ISD::isBuildVectorAllOnes(Op.getNode()))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004420 // Canonicalize this to <4 x i32> (SSE) to
Chris Lattner8a594482007-11-25 00:24:49 +00004421 // 1) ensure the zero vectors are CSE'd, and 2) ensure that i64 scalars are
4422 // eliminated on x86-32 hosts.
Dale Johannesen0488fb62010-09-30 23:57:10 +00004423 if (Op.getValueType() == MVT::v4i32)
Chris Lattner8a594482007-11-25 00:24:49 +00004424 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004425
Gabor Greifba36cb52008-08-28 21:40:38 +00004426 if (ISD::isBuildVectorAllOnes(Op.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00004427 return getOnesVector(Op.getValueType(), DAG, dl);
4428 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG, dl);
Chris Lattner8a594482007-11-25 00:24:49 +00004429 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004430
Owen Andersone50ed302009-08-10 22:56:29 +00004431 unsigned EVTBits = ExtVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004432
Evan Cheng0db9fe62006-04-25 20:13:52 +00004433 unsigned NumZero = 0;
4434 unsigned NumNonZero = 0;
4435 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004436 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00004437 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004438 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00004439 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00004440 if (Elt.getOpcode() == ISD::UNDEF)
4441 continue;
4442 Values.insert(Elt);
4443 if (Elt.getOpcode() != ISD::Constant &&
4444 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004445 IsAllConstants = false;
Evan Cheng37b73872009-07-30 08:33:02 +00004446 if (X86::isZeroNode(Elt))
Evan Chengdb2d5242007-12-12 06:45:40 +00004447 NumZero++;
4448 else {
4449 NonZeros |= (1 << i);
4450 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004451 }
4452 }
4453
Chris Lattner97a2a562010-08-26 05:24:29 +00004454 // All undef vector. Return an UNDEF. All zero vectors were handled above.
4455 if (NumNonZero == 0)
Dale Johannesene8d72302009-02-06 23:05:02 +00004456 return DAG.getUNDEF(VT);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004457
Chris Lattner67f453a2008-03-09 05:42:06 +00004458 // Special case for single non-zero, non-undef, element.
Eli Friedman10415532009-06-06 06:05:10 +00004459 if (NumNonZero == 1) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004460 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00004461 SDValue Item = Op.getOperand(Idx);
Scott Michelfdc40a02009-02-17 22:15:04 +00004462
Chris Lattner62098042008-03-09 01:05:04 +00004463 // If this is an insertion of an i64 value on x86-32, and if the top bits of
4464 // the value are obviously zero, truncate the value to i32 and do the
4465 // insertion that way. Only do this if the value is non-constant or if the
4466 // value is a constant being inserted into element 0. It is cheaper to do
4467 // a constant pool load than it is to do a movd + shuffle.
Owen Anderson825b72b2009-08-11 20:47:22 +00004468 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
Chris Lattner62098042008-03-09 01:05:04 +00004469 (!IsAllConstants || Idx == 0)) {
4470 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004471 // Handle SSE only.
4472 assert(VT == MVT::v2i64 && "Expected an SSE value type!");
4473 EVT VecVT = MVT::v4i32;
4474 unsigned VecElts = 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00004475
Chris Lattner62098042008-03-09 01:05:04 +00004476 // Truncate the value (which may itself be a constant) to i32, and
4477 // convert it to a vector with movd (S2V+shuffle to zero extend).
Owen Anderson825b72b2009-08-11 20:47:22 +00004478 Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
Dale Johannesenace16102009-02-03 19:33:06 +00004479 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00004480 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4481 Subtarget->hasSSE2(), DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00004482
Chris Lattner62098042008-03-09 01:05:04 +00004483 // Now we have our 32-bit value zero extended in the low element of
4484 // a vector. If Idx != 0, swizzle it into place.
4485 if (Idx != 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004486 SmallVector<int, 4> Mask;
4487 Mask.push_back(Idx);
4488 for (unsigned i = 1; i != VecElts; ++i)
4489 Mask.push_back(i);
4490 Item = DAG.getVectorShuffle(VecVT, dl, Item,
Eric Christopherfd179292009-08-27 18:07:15 +00004491 DAG.getUNDEF(Item.getValueType()),
Nate Begeman9008ca62009-04-27 18:41:29 +00004492 &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00004493 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004494 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Item);
Chris Lattner62098042008-03-09 01:05:04 +00004495 }
4496 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004497
Chris Lattner19f79692008-03-08 22:59:52 +00004498 // If we have a constant or non-constant insertion into the low element of
4499 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
4500 // the rest of the elements. This will be matched as movd/movq/movss/movsd
Eli Friedman10415532009-06-06 06:05:10 +00004501 // depending on what the source datatype is.
4502 if (Idx == 0) {
4503 if (NumZero == 0) {
4504 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Owen Anderson825b72b2009-08-11 20:47:22 +00004505 } else if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
4506 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
Eli Friedman10415532009-06-06 06:05:10 +00004507 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
4508 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
4509 return getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget->hasSSE2(),
4510 DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00004511 } else if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
4512 Item = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Item);
Dale Johannesen0488fb62010-09-30 23:57:10 +00004513 assert(VT.getSizeInBits() == 128 && "Expected an SSE value type!");
4514 EVT MiddleVT = MVT::v4i32;
Eli Friedman10415532009-06-06 06:05:10 +00004515 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MiddleVT, Item);
4516 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4517 Subtarget->hasSSE2(), DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004518 return DAG.getNode(ISD::BITCAST, dl, VT, Item);
Eli Friedman10415532009-06-06 06:05:10 +00004519 }
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004520 }
Evan Chengf26ffe92008-05-29 08:22:04 +00004521
4522 // Is it a vector logical left shift?
4523 if (NumElems == 2 && Idx == 1 &&
Evan Cheng37b73872009-07-30 08:33:02 +00004524 X86::isZeroNode(Op.getOperand(0)) &&
4525 !X86::isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004526 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00004527 return getVShift(true, VT,
Scott Michelfdc40a02009-02-17 22:15:04 +00004528 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004529 VT, Op.getOperand(1)),
Dale Johannesenace16102009-02-03 19:33:06 +00004530 NumBits/2, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00004531 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004532
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004533 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00004534 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004535
Chris Lattner19f79692008-03-08 22:59:52 +00004536 // Otherwise, if this is a vector with i32 or f32 elements, and the element
4537 // is a non-constant being inserted into an element other than the low one,
4538 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
4539 // movd/movss) to move this into the low element, then shuffle it into
4540 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00004541 if (EVTBits == 32) {
Dale Johannesenace16102009-02-03 19:33:06 +00004542 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Scott Michelfdc40a02009-02-17 22:15:04 +00004543
Evan Cheng0db9fe62006-04-25 20:13:52 +00004544 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00004545 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
4546 Subtarget->hasSSE2(), DAG);
Nate Begeman9008ca62009-04-27 18:41:29 +00004547 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004548 for (unsigned i = 0; i < NumElems; i++)
Nate Begeman9008ca62009-04-27 18:41:29 +00004549 MaskVec.push_back(i == Idx ? 0 : 1);
4550 return DAG.getVectorShuffle(VT, dl, Item, DAG.getUNDEF(VT), &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004551 }
4552 }
4553
Chris Lattner67f453a2008-03-09 05:42:06 +00004554 // Splat is obviously ok. Let legalizer expand it to a shuffle.
Evan Chengc3630942009-12-09 21:00:30 +00004555 if (Values.size() == 1) {
4556 if (EVTBits == 32) {
4557 // Instead of a shuffle like this:
4558 // shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
4559 // Check if it's possible to issue this instead.
4560 // shuffle (vload ptr)), undef, <1, 1, 1, 1>
4561 unsigned Idx = CountTrailingZeros_32(NonZeros);
4562 SDValue Item = Op.getOperand(Idx);
4563 if (Op.getNode()->isOnlyUserOf(Item.getNode()))
4564 return LowerAsSplatVectorLoad(Item, VT, dl, DAG);
4565 }
Dan Gohman475871a2008-07-27 21:46:04 +00004566 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004567 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004568
Dan Gohmana3941172007-07-24 22:55:08 +00004569 // A vector full of immediates; various special cases are already
4570 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004571 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00004572 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00004573
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00004574 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00004575 if (EVTBits == 64) {
4576 if (NumNonZero == 1) {
4577 // One half is zero or undef.
4578 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dale Johannesenace16102009-02-03 19:33:06 +00004579 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00004580 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00004581 return getShuffleVectorZeroOrUndef(V2, Idx, true,
4582 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00004583 }
Dan Gohman475871a2008-07-27 21:46:04 +00004584 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00004585 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004586
4587 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00004588 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004589 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00004590 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004591 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004592 }
4593
Bill Wendling826f36f2007-03-28 00:57:11 +00004594 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00004595 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Chris Lattner97a2a562010-08-26 05:24:29 +00004596 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004597 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004598 }
4599
4600 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00004601 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00004602 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004603 if (NumElems == 4 && NumZero > 0) {
4604 for (unsigned i = 0; i < 4; ++i) {
4605 bool isZero = !(NonZeros & (1 << i));
4606 if (isZero)
Dale Johannesenace16102009-02-03 19:33:06 +00004607 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004608 else
Dale Johannesenace16102009-02-03 19:33:06 +00004609 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004610 }
4611
4612 for (unsigned i = 0; i < 2; ++i) {
4613 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
4614 default: break;
4615 case 0:
4616 V[i] = V[i*2]; // Must be a zero vector.
4617 break;
4618 case 1:
Nate Begeman9008ca62009-04-27 18:41:29 +00004619 V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004620 break;
4621 case 2:
Nate Begeman9008ca62009-04-27 18:41:29 +00004622 V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004623 break;
4624 case 3:
Nate Begeman9008ca62009-04-27 18:41:29 +00004625 V[i] = getUnpackl(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004626 break;
4627 }
4628 }
4629
Nate Begeman9008ca62009-04-27 18:41:29 +00004630 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004631 bool Reverse = (NonZeros & 0x3) == 2;
4632 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004633 MaskVec.push_back(Reverse ? 1-i : i);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004634 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
4635 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004636 MaskVec.push_back(Reverse ? 1-i+NumElems : i+NumElems);
4637 return DAG.getVectorShuffle(VT, dl, V[0], V[1], &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004638 }
4639
Nate Begemanfdea31a2010-03-24 20:49:50 +00004640 if (Values.size() > 1 && VT.getSizeInBits() == 128) {
4641 // Check for a build vector of consecutive loads.
4642 for (unsigned i = 0; i < NumElems; ++i)
4643 V[i] = Op.getOperand(i);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004644
Nate Begemanfdea31a2010-03-24 20:49:50 +00004645 // Check for elements which are consecutive loads.
4646 SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG);
4647 if (LD.getNode())
4648 return LD;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004649
4650 // For SSE 4.1, use insertps to put the high elements into the low element.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004651 if (getSubtarget()->hasSSE41()) {
Chris Lattner24faf612010-08-28 17:59:08 +00004652 SDValue Result;
4653 if (Op.getOperand(0).getOpcode() != ISD::UNDEF)
4654 Result = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(0));
4655 else
4656 Result = DAG.getUNDEF(VT);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004657
Chris Lattner24faf612010-08-28 17:59:08 +00004658 for (unsigned i = 1; i < NumElems; ++i) {
4659 if (Op.getOperand(i).getOpcode() == ISD::UNDEF) continue;
4660 Result = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, Result,
Nate Begeman9008ca62009-04-27 18:41:29 +00004661 Op.getOperand(i), DAG.getIntPtrConstant(i));
Chris Lattner24faf612010-08-28 17:59:08 +00004662 }
4663 return Result;
Nate Begeman9008ca62009-04-27 18:41:29 +00004664 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00004665
Chris Lattner6e80e442010-08-28 17:15:43 +00004666 // Otherwise, expand into a number of unpckl*, start by extending each of
4667 // our (non-undef) elements to the full vector width with the element in the
4668 // bottom slot of the vector (which generates no code for SSE).
4669 for (unsigned i = 0; i < NumElems; ++i) {
4670 if (Op.getOperand(i).getOpcode() != ISD::UNDEF)
4671 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
4672 else
4673 V[i] = DAG.getUNDEF(VT);
4674 }
4675
4676 // Next, we iteratively mix elements, e.g. for v4f32:
Evan Cheng0db9fe62006-04-25 20:13:52 +00004677 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
4678 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
4679 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Chris Lattner6e80e442010-08-28 17:15:43 +00004680 unsigned EltStride = NumElems >> 1;
4681 while (EltStride != 0) {
Chris Lattner3ddcc432010-08-28 17:28:30 +00004682 for (unsigned i = 0; i < EltStride; ++i) {
4683 // If V[i+EltStride] is undef and this is the first round of mixing,
4684 // then it is safe to just drop this shuffle: V[i] is already in the
4685 // right place, the one element (since it's the first round) being
4686 // inserted as undef can be dropped. This isn't safe for successive
4687 // rounds because they will permute elements within both vectors.
4688 if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
4689 EltStride == NumElems/2)
4690 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004691
Chris Lattner6e80e442010-08-28 17:15:43 +00004692 V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
Chris Lattner3ddcc432010-08-28 17:28:30 +00004693 }
Chris Lattner6e80e442010-08-28 17:15:43 +00004694 EltStride >>= 1;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004695 }
4696 return V[0];
4697 }
Dan Gohman475871a2008-07-27 21:46:04 +00004698 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004699}
4700
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004701SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004702X86TargetLowering::LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const {
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004703 // We support concatenate two MMX registers and place them in a MMX
4704 // register. This is better than doing a stack convert.
4705 DebugLoc dl = Op.getDebugLoc();
4706 EVT ResVT = Op.getValueType();
4707 assert(Op.getNumOperands() == 2);
4708 assert(ResVT == MVT::v2i64 || ResVT == MVT::v4i32 ||
4709 ResVT == MVT::v8i16 || ResVT == MVT::v16i8);
4710 int Mask[2];
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004711 SDValue InVec = DAG.getNode(ISD::BITCAST,dl, MVT::v1i64, Op.getOperand(0));
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004712 SDValue VecOp = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4713 InVec = Op.getOperand(1);
4714 if (InVec.getOpcode() == ISD::SCALAR_TO_VECTOR) {
4715 unsigned NumElts = ResVT.getVectorNumElements();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004716 VecOp = DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004717 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ResVT, VecOp,
4718 InVec.getOperand(0), DAG.getIntPtrConstant(NumElts/2+1));
4719 } else {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004720 InVec = DAG.getNode(ISD::BITCAST, dl, MVT::v1i64, InVec);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004721 SDValue VecOp2 = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4722 Mask[0] = 0; Mask[1] = 2;
4723 VecOp = DAG.getVectorShuffle(MVT::v2i64, dl, VecOp, VecOp2, Mask);
4724 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004725 return DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004726}
4727
Nate Begemanb9a47b82009-02-23 08:49:38 +00004728// v8i16 shuffles - Prefer shuffles in the following order:
4729// 1. [all] pshuflw, pshufhw, optional move
4730// 2. [ssse3] 1 x pshufb
4731// 3. [ssse3] 2 x pshufb + 1 x por
4732// 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004733SDValue
4734X86TargetLowering::LowerVECTOR_SHUFFLEv8i16(SDValue Op,
4735 SelectionDAG &DAG) const {
4736 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Nate Begeman9008ca62009-04-27 18:41:29 +00004737 SDValue V1 = SVOp->getOperand(0);
4738 SDValue V2 = SVOp->getOperand(1);
4739 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00004740 SmallVector<int, 8> MaskVals;
Evan Cheng14b32e12007-12-11 01:46:18 +00004741
Nate Begemanb9a47b82009-02-23 08:49:38 +00004742 // Determine if more than 1 of the words in each of the low and high quadwords
4743 // of the result come from the same quadword of one of the two inputs. Undef
4744 // mask values count as coming from any quadword, for better codegen.
4745 SmallVector<unsigned, 4> LoQuad(4);
4746 SmallVector<unsigned, 4> HiQuad(4);
4747 BitVector InputQuads(4);
4748 for (unsigned i = 0; i < 8; ++i) {
4749 SmallVectorImpl<unsigned> &Quad = i < 4 ? LoQuad : HiQuad;
Nate Begeman9008ca62009-04-27 18:41:29 +00004750 int EltIdx = SVOp->getMaskElt(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004751 MaskVals.push_back(EltIdx);
4752 if (EltIdx < 0) {
4753 ++Quad[0];
4754 ++Quad[1];
4755 ++Quad[2];
4756 ++Quad[3];
Evan Cheng14b32e12007-12-11 01:46:18 +00004757 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004758 }
4759 ++Quad[EltIdx / 4];
4760 InputQuads.set(EltIdx / 4);
Evan Cheng14b32e12007-12-11 01:46:18 +00004761 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004762
Nate Begemanb9a47b82009-02-23 08:49:38 +00004763 int BestLoQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00004764 unsigned MaxQuad = 1;
4765 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004766 if (LoQuad[i] > MaxQuad) {
4767 BestLoQuad = i;
4768 MaxQuad = LoQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00004769 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004770 }
4771
Nate Begemanb9a47b82009-02-23 08:49:38 +00004772 int BestHiQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00004773 MaxQuad = 1;
4774 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004775 if (HiQuad[i] > MaxQuad) {
4776 BestHiQuad = i;
4777 MaxQuad = HiQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00004778 }
4779 }
4780
Nate Begemanb9a47b82009-02-23 08:49:38 +00004781 // For SSSE3, If all 8 words of the result come from only 1 quadword of each
Eric Christopherfd179292009-08-27 18:07:15 +00004782 // of the two input vectors, shuffle them into one input vector so only a
Nate Begemanb9a47b82009-02-23 08:49:38 +00004783 // single pshufb instruction is necessary. If There are more than 2 input
4784 // quads, disable the next transformation since it does not help SSSE3.
4785 bool V1Used = InputQuads[0] || InputQuads[1];
4786 bool V2Used = InputQuads[2] || InputQuads[3];
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004787 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004788 if (InputQuads.count() == 2 && V1Used && V2Used) {
4789 BestLoQuad = InputQuads.find_first();
4790 BestHiQuad = InputQuads.find_next(BestLoQuad);
4791 }
4792 if (InputQuads.count() > 2) {
4793 BestLoQuad = -1;
4794 BestHiQuad = -1;
4795 }
4796 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004797
Nate Begemanb9a47b82009-02-23 08:49:38 +00004798 // If BestLoQuad or BestHiQuad are set, shuffle the quads together and update
4799 // the shuffle mask. If a quad is scored as -1, that means that it contains
4800 // words from all 4 input quadwords.
4801 SDValue NewV;
4802 if (BestLoQuad >= 0 || BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004803 SmallVector<int, 8> MaskV;
4804 MaskV.push_back(BestLoQuad < 0 ? 0 : BestLoQuad);
4805 MaskV.push_back(BestHiQuad < 0 ? 1 : BestHiQuad);
Eric Christopherfd179292009-08-27 18:07:15 +00004806 NewV = DAG.getVectorShuffle(MVT::v2i64, dl,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004807 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V1),
4808 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V2), &MaskV[0]);
4809 NewV = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00004810
Nate Begemanb9a47b82009-02-23 08:49:38 +00004811 // Rewrite the MaskVals and assign NewV to V1 if NewV now contains all the
4812 // source words for the shuffle, to aid later transformations.
4813 bool AllWordsInNewV = true;
Mon P Wang37b9a192009-03-11 06:35:11 +00004814 bool InOrder[2] = { true, true };
Evan Cheng14b32e12007-12-11 01:46:18 +00004815 for (unsigned i = 0; i != 8; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004816 int idx = MaskVals[i];
Mon P Wang37b9a192009-03-11 06:35:11 +00004817 if (idx != (int)i)
4818 InOrder[i/4] = false;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004819 if (idx < 0 || (idx/4) == BestLoQuad || (idx/4) == BestHiQuad)
Evan Cheng14b32e12007-12-11 01:46:18 +00004820 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004821 AllWordsInNewV = false;
4822 break;
Evan Cheng14b32e12007-12-11 01:46:18 +00004823 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004824
Nate Begemanb9a47b82009-02-23 08:49:38 +00004825 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV;
4826 if (AllWordsInNewV) {
4827 for (int i = 0; i != 8; ++i) {
4828 int idx = MaskVals[i];
4829 if (idx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00004830 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00004831 idx = MaskVals[i] = (idx / 4) == BestLoQuad ? (idx & 3) : (idx & 3) + 4;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004832 if ((idx != i) && idx < 4)
4833 pshufhw = false;
4834 if ((idx != i) && idx > 3)
4835 pshuflw = false;
Evan Cheng14b32e12007-12-11 01:46:18 +00004836 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00004837 V1 = NewV;
4838 V2Used = false;
4839 BestLoQuad = 0;
4840 BestHiQuad = 1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004841 }
Evan Cheng14b32e12007-12-11 01:46:18 +00004842
Nate Begemanb9a47b82009-02-23 08:49:38 +00004843 // If we've eliminated the use of V2, and the new mask is a pshuflw or
4844 // pshufhw, that's as cheap as it gets. Return the new shuffle.
Mon P Wang37b9a192009-03-11 06:35:11 +00004845 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00004846 unsigned Opc = pshufhw ? X86ISD::PSHUFHW : X86ISD::PSHUFLW;
4847 unsigned TargetMask = 0;
4848 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV,
Owen Anderson825b72b2009-08-11 20:47:22 +00004849 DAG.getUNDEF(MVT::v8i16), &MaskVals[0]);
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00004850 TargetMask = pshufhw ? X86::getShufflePSHUFHWImmediate(NewV.getNode()):
4851 X86::getShufflePSHUFLWImmediate(NewV.getNode());
4852 V1 = NewV.getOperand(0);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004853 return getTargetShuffleNode(Opc, dl, MVT::v8i16, V1, TargetMask, DAG);
Evan Cheng14b32e12007-12-11 01:46:18 +00004854 }
Evan Cheng14b32e12007-12-11 01:46:18 +00004855 }
Eric Christopherfd179292009-08-27 18:07:15 +00004856
Nate Begemanb9a47b82009-02-23 08:49:38 +00004857 // If we have SSSE3, and all words of the result are from 1 input vector,
4858 // case 2 is generated, otherwise case 3 is generated. If no SSSE3
4859 // is present, fall back to case 4.
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004860 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004861 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00004862
Nate Begemanb9a47b82009-02-23 08:49:38 +00004863 // If we have elements from both input vectors, set the high bit of the
Eric Christopherfd179292009-08-27 18:07:15 +00004864 // shuffle mask element to zero out elements that come from V2 in the V1
Nate Begemanb9a47b82009-02-23 08:49:38 +00004865 // mask, and elements that come from V1 in the V2 mask, so that the two
4866 // results can be OR'd together.
4867 bool TwoInputs = V1Used && V2Used;
4868 for (unsigned i = 0; i != 8; ++i) {
4869 int EltIdx = MaskVals[i] * 2;
4870 if (TwoInputs && (EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004871 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
4872 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004873 continue;
4874 }
Owen Anderson825b72b2009-08-11 20:47:22 +00004875 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
4876 pshufbMask.push_back(DAG.getConstant(EltIdx+1, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004877 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004878 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00004879 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00004880 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004881 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004882 if (!TwoInputs)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004883 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00004884
Nate Begemanb9a47b82009-02-23 08:49:38 +00004885 // Calculate the shuffle mask for the second input, shuffle it, and
4886 // OR it with the first shuffled input.
4887 pshufbMask.clear();
4888 for (unsigned i = 0; i != 8; ++i) {
4889 int EltIdx = MaskVals[i] * 2;
4890 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004891 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
4892 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004893 continue;
4894 }
Owen Anderson825b72b2009-08-11 20:47:22 +00004895 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
4896 pshufbMask.push_back(DAG.getConstant(EltIdx - 15, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00004897 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004898 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V2);
Eric Christopherfd179292009-08-27 18:07:15 +00004899 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00004900 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004901 MVT::v16i8, &pshufbMask[0], 16));
4902 V1 = DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004903 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004904 }
4905
4906 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,
4907 // and update MaskVals with new element order.
4908 BitVector InOrder(8);
4909 if (BestLoQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004910 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004911 for (int i = 0; i != 4; ++i) {
4912 int idx = MaskVals[i];
4913 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004914 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004915 InOrder.set(i);
4916 } else if ((idx / 4) == BestLoQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004917 MaskV.push_back(idx & 3);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004918 InOrder.set(i);
4919 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00004920 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004921 }
4922 }
4923 for (unsigned i = 4; i != 8; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004924 MaskV.push_back(i);
Owen Anderson825b72b2009-08-11 20:47:22 +00004925 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00004926 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004927
4928 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
4929 NewV = getTargetShuffleNode(X86ISD::PSHUFLW, dl, MVT::v8i16,
4930 NewV.getOperand(0),
4931 X86::getShufflePSHUFLWImmediate(NewV.getNode()),
4932 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004933 }
Eric Christopherfd179292009-08-27 18:07:15 +00004934
Nate Begemanb9a47b82009-02-23 08:49:38 +00004935 // If BestHi >= 0, generate a pshufhw to put the high elements in order,
4936 // and update MaskVals with the new element order.
4937 if (BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004938 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004939 for (unsigned i = 0; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004940 MaskV.push_back(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004941 for (unsigned i = 4; i != 8; ++i) {
4942 int idx = MaskVals[i];
4943 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004944 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004945 InOrder.set(i);
4946 } else if ((idx / 4) == BestHiQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004947 MaskV.push_back((idx & 3) + 4);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004948 InOrder.set(i);
4949 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00004950 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004951 }
4952 }
Owen Anderson825b72b2009-08-11 20:47:22 +00004953 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00004954 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004955
4956 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
4957 NewV = getTargetShuffleNode(X86ISD::PSHUFHW, dl, MVT::v8i16,
4958 NewV.getOperand(0),
4959 X86::getShufflePSHUFHWImmediate(NewV.getNode()),
4960 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004961 }
Eric Christopherfd179292009-08-27 18:07:15 +00004962
Nate Begemanb9a47b82009-02-23 08:49:38 +00004963 // In case BestHi & BestLo were both -1, which means each quadword has a word
4964 // from each of the four input quadwords, calculate the InOrder bitvector now
4965 // before falling through to the insert/extract cleanup.
4966 if (BestLoQuad == -1 && BestHiQuad == -1) {
4967 NewV = V1;
4968 for (int i = 0; i != 8; ++i)
4969 if (MaskVals[i] < 0 || MaskVals[i] == i)
4970 InOrder.set(i);
4971 }
Eric Christopherfd179292009-08-27 18:07:15 +00004972
Nate Begemanb9a47b82009-02-23 08:49:38 +00004973 // The other elements are put in the right place using pextrw and pinsrw.
4974 for (unsigned i = 0; i != 8; ++i) {
4975 if (InOrder[i])
4976 continue;
4977 int EltIdx = MaskVals[i];
4978 if (EltIdx < 0)
4979 continue;
4980 SDValue ExtOp = (EltIdx < 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00004981 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V1,
Nate Begemanb9a47b82009-02-23 08:49:38 +00004982 DAG.getIntPtrConstant(EltIdx))
Owen Anderson825b72b2009-08-11 20:47:22 +00004983 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V2,
Nate Begemanb9a47b82009-02-23 08:49:38 +00004984 DAG.getIntPtrConstant(EltIdx - 8));
Owen Anderson825b72b2009-08-11 20:47:22 +00004985 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, ExtOp,
Nate Begemanb9a47b82009-02-23 08:49:38 +00004986 DAG.getIntPtrConstant(i));
4987 }
4988 return NewV;
4989}
4990
4991// v16i8 shuffles - Prefer shuffles in the following order:
4992// 1. [ssse3] 1 x pshufb
4993// 2. [ssse3] 2 x pshufb + 1 x por
4994// 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
4995static
Nate Begeman9008ca62009-04-27 18:41:29 +00004996SDValue LowerVECTOR_SHUFFLEv16i8(ShuffleVectorSDNode *SVOp,
Dan Gohmand858e902010-04-17 15:26:15 +00004997 SelectionDAG &DAG,
4998 const X86TargetLowering &TLI) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004999 SDValue V1 = SVOp->getOperand(0);
5000 SDValue V2 = SVOp->getOperand(1);
5001 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00005002 SmallVector<int, 16> MaskVals;
Nate Begeman9008ca62009-04-27 18:41:29 +00005003 SVOp->getMask(MaskVals);
Eric Christopherfd179292009-08-27 18:07:15 +00005004
Nate Begemanb9a47b82009-02-23 08:49:38 +00005005 // If we have SSSE3, case 1 is generated when all result bytes come from
Eric Christopherfd179292009-08-27 18:07:15 +00005006 // one of the inputs. Otherwise, case 2 is generated. If no SSSE3 is
Nate Begemanb9a47b82009-02-23 08:49:38 +00005007 // present, fall back to case 3.
5008 // FIXME: kill V2Only once shuffles are canonizalized by getNode.
5009 bool V1Only = true;
5010 bool V2Only = true;
5011 for (unsigned i = 0; i < 16; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005012 int EltIdx = MaskVals[i];
Nate Begemanb9a47b82009-02-23 08:49:38 +00005013 if (EltIdx < 0)
5014 continue;
5015 if (EltIdx < 16)
5016 V2Only = false;
5017 else
5018 V1Only = false;
5019 }
Eric Christopherfd179292009-08-27 18:07:15 +00005020
Nate Begemanb9a47b82009-02-23 08:49:38 +00005021 // If SSSE3, use 1 pshufb instruction per vector with elements in the result.
5022 if (TLI.getSubtarget()->hasSSSE3()) {
5023 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005024
Nate Begemanb9a47b82009-02-23 08:49:38 +00005025 // If all result elements are from one input vector, then only translate
Eric Christopherfd179292009-08-27 18:07:15 +00005026 // undef mask values to 0x80 (zero out result) in the pshufb mask.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005027 //
5028 // Otherwise, we have elements from both input vectors, and must zero out
5029 // elements that come from V2 in the first mask, and V1 in the second mask
5030 // so that we can OR them together.
5031 bool TwoInputs = !(V1Only || V2Only);
5032 for (unsigned i = 0; i != 16; ++i) {
5033 int EltIdx = MaskVals[i];
5034 if (EltIdx < 0 || (TwoInputs && EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005035 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005036 continue;
5037 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005038 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005039 }
5040 // If all the elements are from V2, assign it to V1 and return after
5041 // building the first pshufb.
5042 if (V2Only)
5043 V1 = V2;
Owen Anderson825b72b2009-08-11 20:47:22 +00005044 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005045 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005046 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005047 if (!TwoInputs)
5048 return V1;
Eric Christopherfd179292009-08-27 18:07:15 +00005049
Nate Begemanb9a47b82009-02-23 08:49:38 +00005050 // Calculate the shuffle mask for the second input, shuffle it, and
5051 // OR it with the first shuffled input.
5052 pshufbMask.clear();
5053 for (unsigned i = 0; i != 16; ++i) {
5054 int EltIdx = MaskVals[i];
5055 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005056 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005057 continue;
5058 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005059 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005060 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005061 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005062 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005063 MVT::v16i8, &pshufbMask[0], 16));
5064 return DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005065 }
Eric Christopherfd179292009-08-27 18:07:15 +00005066
Nate Begemanb9a47b82009-02-23 08:49:38 +00005067 // No SSSE3 - Calculate in place words and then fix all out of place words
5068 // With 0-16 extracts & inserts. Worst case is 16 bytes out of order from
5069 // the 16 different words that comprise the two doublequadword input vectors.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005070 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
5071 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005072 SDValue NewV = V2Only ? V2 : V1;
5073 for (int i = 0; i != 8; ++i) {
5074 int Elt0 = MaskVals[i*2];
5075 int Elt1 = MaskVals[i*2+1];
Eric Christopherfd179292009-08-27 18:07:15 +00005076
Nate Begemanb9a47b82009-02-23 08:49:38 +00005077 // This word of the result is all undef, skip it.
5078 if (Elt0 < 0 && Elt1 < 0)
5079 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005080
Nate Begemanb9a47b82009-02-23 08:49:38 +00005081 // This word of the result is already in the correct place, skip it.
5082 if (V1Only && (Elt0 == i*2) && (Elt1 == i*2+1))
5083 continue;
5084 if (V2Only && (Elt0 == i*2+16) && (Elt1 == i*2+17))
5085 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005086
Nate Begemanb9a47b82009-02-23 08:49:38 +00005087 SDValue Elt0Src = Elt0 < 16 ? V1 : V2;
5088 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
5089 SDValue InsElt;
Mon P Wang6b3ef692009-03-11 18:47:57 +00005090
5091 // If Elt0 and Elt1 are defined, are consecutive, and can be load
5092 // using a single extract together, load it and store it.
5093 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005094 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005095 DAG.getIntPtrConstant(Elt1 / 2));
Owen Anderson825b72b2009-08-11 20:47:22 +00005096 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005097 DAG.getIntPtrConstant(i));
5098 continue;
5099 }
5100
Nate Begemanb9a47b82009-02-23 08:49:38 +00005101 // If Elt1 is defined, extract it from the appropriate source. If the
Mon P Wang6b3ef692009-03-11 18:47:57 +00005102 // source byte is not also odd, shift the extracted word left 8 bits
5103 // otherwise clear the bottom 8 bits if we need to do an or.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005104 if (Elt1 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005105 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005106 DAG.getIntPtrConstant(Elt1 / 2));
5107 if ((Elt1 & 1) == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005108 InsElt = DAG.getNode(ISD::SHL, dl, MVT::i16, InsElt,
Owen Anderson95771af2011-02-25 21:41:48 +00005109 DAG.getConstant(8,
5110 TLI.getShiftAmountTy(InsElt.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005111 else if (Elt0 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005112 InsElt = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt,
5113 DAG.getConstant(0xFF00, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005114 }
5115 // If Elt0 is defined, extract it from the appropriate source. If the
5116 // source byte is not also even, shift the extracted word right 8 bits. If
5117 // Elt1 was also defined, OR the extracted values together before
5118 // inserting them in the result.
5119 if (Elt0 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005120 SDValue InsElt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005121 Elt0Src, DAG.getIntPtrConstant(Elt0 / 2));
5122 if ((Elt0 & 1) != 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005123 InsElt0 = DAG.getNode(ISD::SRL, dl, MVT::i16, InsElt0,
Owen Anderson95771af2011-02-25 21:41:48 +00005124 DAG.getConstant(8,
5125 TLI.getShiftAmountTy(InsElt0.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005126 else if (Elt1 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005127 InsElt0 = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt0,
5128 DAG.getConstant(0x00FF, MVT::i16));
5129 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)
Nate Begemanb9a47b82009-02-23 08:49:38 +00005130 : InsElt0;
5131 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005132 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005133 DAG.getIntPtrConstant(i));
5134 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005135 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005136}
5137
Evan Cheng7a831ce2007-12-15 03:00:47 +00005138/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005139/// ones, or rewriting v4i32 / v4f32 as 2 wide ones if possible. This can be
Evan Cheng7a831ce2007-12-15 03:00:47 +00005140/// done when every pair / quad of shuffle mask elements point to elements in
5141/// the right sequence. e.g.
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005142/// vector_shuffle X, Y, <2, 3, | 10, 11, | 0, 1, | 14, 15>
Evan Cheng14b32e12007-12-11 01:46:18 +00005143static
Nate Begeman9008ca62009-04-27 18:41:29 +00005144SDValue RewriteAsNarrowerShuffle(ShuffleVectorSDNode *SVOp,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005145 SelectionDAG &DAG, DebugLoc dl) {
Owen Andersone50ed302009-08-10 22:56:29 +00005146 EVT VT = SVOp->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00005147 SDValue V1 = SVOp->getOperand(0);
5148 SDValue V2 = SVOp->getOperand(1);
5149 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng7a831ce2007-12-15 03:00:47 +00005150 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005151 EVT NewVT;
Owen Anderson825b72b2009-08-11 20:47:22 +00005152 switch (VT.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005153 default: assert(false && "Unexpected!");
Owen Anderson825b72b2009-08-11 20:47:22 +00005154 case MVT::v4f32: NewVT = MVT::v2f64; break;
5155 case MVT::v4i32: NewVT = MVT::v2i64; break;
5156 case MVT::v8i16: NewVT = MVT::v4i32; break;
5157 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00005158 }
5159
Nate Begeman9008ca62009-04-27 18:41:29 +00005160 int Scale = NumElems / NewWidth;
5161 SmallVector<int, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00005162 for (unsigned i = 0; i < NumElems; i += Scale) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005163 int StartIdx = -1;
5164 for (int j = 0; j < Scale; ++j) {
5165 int EltIdx = SVOp->getMaskElt(i+j);
5166 if (EltIdx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005167 continue;
Nate Begeman9008ca62009-04-27 18:41:29 +00005168 if (StartIdx == -1)
Evan Cheng14b32e12007-12-11 01:46:18 +00005169 StartIdx = EltIdx - (EltIdx % Scale);
5170 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00005171 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00005172 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005173 if (StartIdx == -1)
5174 MaskVec.push_back(-1);
Evan Cheng14b32e12007-12-11 01:46:18 +00005175 else
Nate Begeman9008ca62009-04-27 18:41:29 +00005176 MaskVec.push_back(StartIdx / Scale);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005177 }
5178
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005179 V1 = DAG.getNode(ISD::BITCAST, dl, NewVT, V1);
5180 V2 = DAG.getNode(ISD::BITCAST, dl, NewVT, V2);
Nate Begeman9008ca62009-04-27 18:41:29 +00005181 return DAG.getVectorShuffle(NewVT, dl, V1, V2, &MaskVec[0]);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005182}
5183
Evan Chengd880b972008-05-09 21:53:03 +00005184/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00005185///
Owen Andersone50ed302009-08-10 22:56:29 +00005186static SDValue getVZextMovL(EVT VT, EVT OpVT,
Nate Begeman9008ca62009-04-27 18:41:29 +00005187 SDValue SrcOp, SelectionDAG &DAG,
5188 const X86Subtarget *Subtarget, DebugLoc dl) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005189 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005190 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00005191 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00005192 LD = dyn_cast<LoadSDNode>(SrcOp);
5193 if (!LD) {
5194 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
5195 // instead.
Owen Anderson766b5ef2009-08-11 21:59:30 +00005196 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Duncan Sandscdfad362010-11-03 12:17:33 +00005197 if ((ExtVT != MVT::i64 || Subtarget->is64Bit()) &&
Evan Cheng7e2ff772008-05-08 00:57:18 +00005198 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005199 SrcOp.getOperand(0).getOpcode() == ISD::BITCAST &&
Owen Anderson766b5ef2009-08-11 21:59:30 +00005200 SrcOp.getOperand(0).getOperand(0).getValueType() == ExtVT) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005201 // PR2108
Owen Anderson825b72b2009-08-11 20:47:22 +00005202 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
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,
5205 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
5206 OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00005207 SrcOp.getOperand(0)
5208 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005209 }
5210 }
5211 }
5212
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005213 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005214 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005215 DAG.getNode(ISD::BITCAST, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00005216 OpVT, SrcOp)));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005217}
5218
Evan Chengace3c172008-07-22 21:13:36 +00005219/// LowerVECTOR_SHUFFLE_4wide - Handle all 4 wide cases with a number of
5220/// shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00005221static SDValue
Nate Begeman9008ca62009-04-27 18:41:29 +00005222LowerVECTOR_SHUFFLE_4wide(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
5223 SDValue V1 = SVOp->getOperand(0);
5224 SDValue V2 = SVOp->getOperand(1);
5225 DebugLoc dl = SVOp->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00005226 EVT VT = SVOp->getValueType(0);
Eric Christopherfd179292009-08-27 18:07:15 +00005227
Evan Chengace3c172008-07-22 21:13:36 +00005228 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00005229 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005230 SmallVector<int, 8> Mask1(4U, -1);
5231 SmallVector<int, 8> PermMask;
5232 SVOp->getMask(PermMask);
5233
Evan Chengace3c172008-07-22 21:13:36 +00005234 unsigned NumHi = 0;
5235 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00005236 for (unsigned i = 0; i != 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005237 int Idx = PermMask[i];
5238 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005239 Locs[i] = std::make_pair(-1, -1);
5240 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005241 assert(Idx < 8 && "Invalid VECTOR_SHUFFLE index!");
5242 if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005243 Locs[i] = std::make_pair(0, NumLo);
Nate Begeman9008ca62009-04-27 18:41:29 +00005244 Mask1[NumLo] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005245 NumLo++;
5246 } else {
5247 Locs[i] = std::make_pair(1, NumHi);
5248 if (2+NumHi < 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005249 Mask1[2+NumHi] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005250 NumHi++;
5251 }
5252 }
5253 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005254
Evan Chengace3c172008-07-22 21:13:36 +00005255 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005256 // If no more than two elements come from either vector. This can be
5257 // implemented with two shuffles. First shuffle gather the elements.
5258 // The second shuffle, which takes the first shuffle as both of its
5259 // vector operands, put the elements into the right order.
Nate Begeman9008ca62009-04-27 18:41:29 +00005260 V1 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005261
Nate Begeman9008ca62009-04-27 18:41:29 +00005262 SmallVector<int, 8> Mask2(4U, -1);
Eric Christopherfd179292009-08-27 18:07:15 +00005263
Evan Chengace3c172008-07-22 21:13:36 +00005264 for (unsigned i = 0; i != 4; ++i) {
5265 if (Locs[i].first == -1)
5266 continue;
5267 else {
5268 unsigned Idx = (i < 2) ? 0 : 4;
5269 Idx += Locs[i].first * 2 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005270 Mask2[i] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005271 }
5272 }
5273
Nate Begeman9008ca62009-04-27 18:41:29 +00005274 return DAG.getVectorShuffle(VT, dl, V1, V1, &Mask2[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005275 } else if (NumLo == 3 || NumHi == 3) {
5276 // Otherwise, we must have three elements from one vector, call it X, and
5277 // one element from the other, call it Y. First, use a shufps to build an
5278 // intermediate vector with the one element from Y and the element from X
5279 // that will be in the same half in the final destination (the indexes don't
5280 // matter). Then, use a shufps to build the final vector, taking the half
5281 // containing the element from Y from the intermediate, and the other half
5282 // from X.
5283 if (NumHi == 3) {
5284 // Normalize it so the 3 elements come from V1.
Nate Begeman9008ca62009-04-27 18:41:29 +00005285 CommuteVectorShuffleMask(PermMask, VT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005286 std::swap(V1, V2);
5287 }
5288
5289 // Find the element from V2.
5290 unsigned HiIndex;
5291 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005292 int Val = PermMask[HiIndex];
5293 if (Val < 0)
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005294 continue;
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005295 if (Val >= 4)
5296 break;
5297 }
5298
Nate Begeman9008ca62009-04-27 18:41:29 +00005299 Mask1[0] = PermMask[HiIndex];
5300 Mask1[1] = -1;
5301 Mask1[2] = PermMask[HiIndex^1];
5302 Mask1[3] = -1;
5303 V2 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005304
5305 if (HiIndex >= 2) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005306 Mask1[0] = PermMask[0];
5307 Mask1[1] = PermMask[1];
5308 Mask1[2] = HiIndex & 1 ? 6 : 4;
5309 Mask1[3] = HiIndex & 1 ? 4 : 6;
5310 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005311 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005312 Mask1[0] = HiIndex & 1 ? 2 : 0;
5313 Mask1[1] = HiIndex & 1 ? 0 : 2;
5314 Mask1[2] = PermMask[2];
5315 Mask1[3] = PermMask[3];
5316 if (Mask1[2] >= 0)
5317 Mask1[2] += 4;
5318 if (Mask1[3] >= 0)
5319 Mask1[3] += 4;
5320 return DAG.getVectorShuffle(VT, dl, V2, V1, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005321 }
Evan Chengace3c172008-07-22 21:13:36 +00005322 }
5323
5324 // Break it into (shuffle shuffle_hi, shuffle_lo).
5325 Locs.clear();
David Greenec4db4e52011-02-28 19:06:56 +00005326 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005327 SmallVector<int,8> LoMask(4U, -1);
5328 SmallVector<int,8> HiMask(4U, -1);
5329
5330 SmallVector<int,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00005331 unsigned MaskIdx = 0;
5332 unsigned LoIdx = 0;
5333 unsigned HiIdx = 2;
5334 for (unsigned i = 0; i != 4; ++i) {
5335 if (i == 2) {
5336 MaskPtr = &HiMask;
5337 MaskIdx = 1;
5338 LoIdx = 0;
5339 HiIdx = 2;
5340 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005341 int Idx = PermMask[i];
5342 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005343 Locs[i] = std::make_pair(-1, -1);
Nate Begeman9008ca62009-04-27 18:41:29 +00005344 } else if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005345 Locs[i] = std::make_pair(MaskIdx, LoIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005346 (*MaskPtr)[LoIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005347 LoIdx++;
5348 } else {
5349 Locs[i] = std::make_pair(MaskIdx, HiIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005350 (*MaskPtr)[HiIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005351 HiIdx++;
5352 }
5353 }
5354
Nate Begeman9008ca62009-04-27 18:41:29 +00005355 SDValue LoShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &LoMask[0]);
5356 SDValue HiShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &HiMask[0]);
5357 SmallVector<int, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00005358 for (unsigned i = 0; i != 4; ++i) {
5359 if (Locs[i].first == -1) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005360 MaskOps.push_back(-1);
Evan Chengace3c172008-07-22 21:13:36 +00005361 } else {
5362 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005363 MaskOps.push_back(Idx);
Evan Chengace3c172008-07-22 21:13:36 +00005364 }
5365 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005366 return DAG.getVectorShuffle(VT, dl, LoShuffle, HiShuffle, &MaskOps[0]);
Evan Chengace3c172008-07-22 21:13:36 +00005367}
5368
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005369static bool MayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005370 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005371 V = V.getOperand(0);
5372 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5373 V = V.getOperand(0);
5374 if (MayFoldLoad(V))
5375 return true;
5376 return false;
5377}
5378
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005379// FIXME: the version above should always be used. Since there's
5380// a bug where several vector shuffles can't be folded because the
5381// DAG is not updated during lowering and a node claims to have two
5382// uses while it only has one, use this version, and let isel match
5383// another instruction if the load really happens to have more than
5384// one use. Remove this version after this bug get fixed.
Evan Cheng835580f2010-10-07 20:50:20 +00005385// rdar://8434668, PR8156
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005386static bool RelaxedMayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005387 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005388 V = V.getOperand(0);
5389 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5390 V = V.getOperand(0);
5391 if (ISD::isNormalLoad(V.getNode()))
5392 return true;
5393 return false;
5394}
5395
5396/// CanFoldShuffleIntoVExtract - Check if the current shuffle is used by
5397/// a vector extract, and if both can be later optimized into a single load.
5398/// This is done in visitEXTRACT_VECTOR_ELT and the conditions are checked
5399/// here because otherwise a target specific shuffle node is going to be
5400/// emitted for this shuffle, and the optimization not done.
5401/// FIXME: This is probably not the best approach, but fix the problem
5402/// until the right path is decided.
5403static
5404bool CanXFormVExtractWithShuffleIntoLoad(SDValue V, SelectionDAG &DAG,
5405 const TargetLowering &TLI) {
5406 EVT VT = V.getValueType();
5407 ShuffleVectorSDNode *SVOp = dyn_cast<ShuffleVectorSDNode>(V);
5408
5409 // Be sure that the vector shuffle is present in a pattern like this:
5410 // (vextract (v4f32 shuffle (load $addr), <1,u,u,u>), c) -> (f32 load $addr)
5411 if (!V.hasOneUse())
5412 return false;
5413
5414 SDNode *N = *V.getNode()->use_begin();
5415 if (N->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
5416 return false;
5417
5418 SDValue EltNo = N->getOperand(1);
5419 if (!isa<ConstantSDNode>(EltNo))
5420 return false;
5421
5422 // If the bit convert changed the number of elements, it is unsafe
5423 // to examine the mask.
5424 bool HasShuffleIntoBitcast = false;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005425 if (V.getOpcode() == ISD::BITCAST) {
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005426 EVT SrcVT = V.getOperand(0).getValueType();
5427 if (SrcVT.getVectorNumElements() != VT.getVectorNumElements())
5428 return false;
5429 V = V.getOperand(0);
5430 HasShuffleIntoBitcast = true;
5431 }
5432
5433 // Select the input vector, guarding against out of range extract vector.
5434 unsigned NumElems = VT.getVectorNumElements();
5435 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
5436 int Idx = (Elt > NumElems) ? -1 : SVOp->getMaskElt(Elt);
5437 V = (Idx < (int)NumElems) ? V.getOperand(0) : V.getOperand(1);
5438
5439 // Skip one more bit_convert if necessary
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005440 if (V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005441 V = V.getOperand(0);
5442
5443 if (ISD::isNormalLoad(V.getNode())) {
5444 // Is the original load suitable?
5445 LoadSDNode *LN0 = cast<LoadSDNode>(V);
5446
5447 // FIXME: avoid the multi-use bug that is preventing lots of
5448 // of foldings to be detected, this is still wrong of course, but
5449 // give the temporary desired behavior, and if it happens that
5450 // the load has real more uses, during isel it will not fold, and
5451 // will generate poor code.
5452 if (!LN0 || LN0->isVolatile()) // || !LN0->hasOneUse()
5453 return false;
5454
5455 if (!HasShuffleIntoBitcast)
5456 return true;
5457
5458 // If there's a bitcast before the shuffle, check if the load type and
5459 // alignment is valid.
5460 unsigned Align = LN0->getAlignment();
5461 unsigned NewAlign =
5462 TLI.getTargetData()->getABITypeAlignment(
5463 VT.getTypeForEVT(*DAG.getContext()));
5464
5465 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT))
5466 return false;
5467 }
5468
5469 return true;
5470}
5471
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005472static
Evan Cheng835580f2010-10-07 20:50:20 +00005473SDValue getMOVDDup(SDValue &Op, DebugLoc &dl, SDValue V1, SelectionDAG &DAG) {
5474 EVT VT = Op.getValueType();
5475
5476 // Canonizalize to v2f64.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005477 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, V1);
5478 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Cheng835580f2010-10-07 20:50:20 +00005479 getTargetShuffleNode(X86ISD::MOVDDUP, dl, MVT::v2f64,
5480 V1, DAG));
5481}
5482
5483static
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005484SDValue getMOVLowToHigh(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG,
5485 bool HasSSE2) {
5486 SDValue V1 = Op.getOperand(0);
5487 SDValue V2 = Op.getOperand(1);
5488 EVT VT = Op.getValueType();
5489
5490 assert(VT != MVT::v2i64 && "unsupported shuffle type");
5491
5492 if (HasSSE2 && VT == MVT::v2f64)
5493 return getTargetShuffleNode(X86ISD::MOVLHPD, dl, VT, V1, V2, DAG);
5494
5495 // v4f32 or v4i32
5496 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V2, DAG);
5497}
5498
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005499static
5500SDValue getMOVHighToLow(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG) {
5501 SDValue V1 = Op.getOperand(0);
5502 SDValue V2 = Op.getOperand(1);
5503 EVT VT = Op.getValueType();
5504
5505 assert((VT == MVT::v4i32 || VT == MVT::v4f32) &&
5506 "unsupported shuffle type");
5507
5508 if (V2.getOpcode() == ISD::UNDEF)
5509 V2 = V1;
5510
5511 // v4i32 or v4f32
5512 return getTargetShuffleNode(X86ISD::MOVHLPS, dl, VT, V1, V2, DAG);
5513}
5514
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005515static
5516SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) {
5517 SDValue V1 = Op.getOperand(0);
5518 SDValue V2 = Op.getOperand(1);
5519 EVT VT = Op.getValueType();
5520 unsigned NumElems = VT.getVectorNumElements();
5521
5522 // Use MOVLPS and MOVLPD in case V1 or V2 are loads. During isel, the second
5523 // operand of these instructions is only memory, so check if there's a
5524 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
5525 // same masks.
5526 bool CanFoldLoad = false;
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005527
Bruno Cardoso Lopesd00bfe12010-09-02 02:35:51 +00005528 // Trivial case, when V2 comes from a load.
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005529 if (MayFoldVectorLoad(V2))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005530 CanFoldLoad = true;
5531
5532 // When V1 is a load, it can be folded later into a store in isel, example:
5533 // (store (v4f32 (X86Movlps (load addr:$src1), VR128:$src2)), addr:$src1)
5534 // turns into:
5535 // (MOVLPSmr addr:$src1, VR128:$src2)
5536 // So, recognize this potential and also use MOVLPS or MOVLPD
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005537 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005538 CanFoldLoad = true;
5539
Eric Christopher893a8822011-02-20 05:04:42 +00005540 // Both of them can't be memory operations though.
5541 if (MayFoldVectorLoad(V1) && MayFoldVectorLoad(V2))
5542 CanFoldLoad = false;
Owen Anderson95771af2011-02-25 21:41:48 +00005543
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005544 if (CanFoldLoad) {
5545 if (HasSSE2 && NumElems == 2)
5546 return getTargetShuffleNode(X86ISD::MOVLPD, dl, VT, V1, V2, DAG);
5547
5548 if (NumElems == 4)
5549 return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG);
5550 }
5551
5552 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5553 // movl and movlp will both match v2i64, but v2i64 is never matched by
5554 // movl earlier because we make it strict to avoid messing with the movlp load
5555 // folding logic (see the code above getMOVLP call). Match it here then,
5556 // this is horrible, but will stay like this until we move all shuffle
5557 // matching to x86 specific nodes. Note that for the 1st condition all
5558 // types are matched with movsd.
5559 if ((HasSSE2 && NumElems == 2) || !X86::isMOVLMask(SVOp))
5560 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5561 else if (HasSSE2)
5562 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5563
5564
5565 assert(VT != MVT::v4i32 && "unsupported shuffle type");
5566
5567 // Invert the operand order and use SHUFPS to match it.
5568 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V2, V1,
5569 X86::getShuffleSHUFImmediate(SVOp), DAG);
5570}
5571
David Greenec4db4e52011-02-28 19:06:56 +00005572static inline unsigned getUNPCKLOpcode(EVT VT, const X86Subtarget *Subtarget) {
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005573 switch(VT.getSimpleVT().SimpleTy) {
5574 case MVT::v4i32: return X86ISD::PUNPCKLDQ;
5575 case MVT::v2i64: return X86ISD::PUNPCKLQDQ;
David Greenec4db4e52011-02-28 19:06:56 +00005576 case MVT::v4f32:
5577 return Subtarget->hasAVX() ? X86ISD::VUNPCKLPS : X86ISD::UNPCKLPS;
5578 case MVT::v2f64:
5579 return Subtarget->hasAVX() ? X86ISD::VUNPCKLPD : X86ISD::UNPCKLPD;
5580 case MVT::v8f32: return X86ISD::VUNPCKLPSY;
5581 case MVT::v4f64: return X86ISD::VUNPCKLPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005582 case MVT::v16i8: return X86ISD::PUNPCKLBW;
5583 case MVT::v8i16: return X86ISD::PUNPCKLWD;
5584 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005585 llvm_unreachable("Unknown type for unpckl");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005586 }
5587 return 0;
5588}
5589
5590static inline unsigned getUNPCKHOpcode(EVT VT) {
5591 switch(VT.getSimpleVT().SimpleTy) {
5592 case MVT::v4i32: return X86ISD::PUNPCKHDQ;
5593 case MVT::v2i64: return X86ISD::PUNPCKHQDQ;
5594 case MVT::v4f32: return X86ISD::UNPCKHPS;
5595 case MVT::v2f64: return X86ISD::UNPCKHPD;
5596 case MVT::v16i8: return X86ISD::PUNPCKHBW;
5597 case MVT::v8i16: return X86ISD::PUNPCKHWD;
5598 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005599 llvm_unreachable("Unknown type for unpckh");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005600 }
5601 return 0;
5602}
5603
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005604static
5605SDValue NormalizeVectorShuffle(SDValue Op, SelectionDAG &DAG,
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005606 const TargetLowering &TLI,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005607 const X86Subtarget *Subtarget) {
5608 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5609 EVT VT = Op.getValueType();
5610 DebugLoc dl = Op.getDebugLoc();
5611 SDValue V1 = Op.getOperand(0);
5612 SDValue V2 = Op.getOperand(1);
5613
5614 if (isZeroShuffle(SVOp))
5615 return getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
5616
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005617 // Handle splat operations
5618 if (SVOp->isSplat()) {
5619 // Special case, this is the only place now where it's
5620 // allowed to return a vector_shuffle operation without
5621 // using a target specific node, because *hopefully* it
5622 // will be optimized away by the dag combiner.
5623 if (VT.getVectorNumElements() <= 4 &&
5624 CanXFormVExtractWithShuffleIntoLoad(Op, DAG, TLI))
5625 return Op;
5626
5627 // Handle splats by matching through known masks
5628 if (VT.getVectorNumElements() <= 4)
5629 return SDValue();
5630
Evan Cheng835580f2010-10-07 20:50:20 +00005631 // Canonicalize all of the remaining to v4f32.
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005632 return PromoteSplat(SVOp, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005633 }
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005634
5635 // If the shuffle can be profitably rewritten as a narrower shuffle, then
5636 // do it!
5637 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
5638 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5639 if (NewOp.getNode())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005640 return DAG.getNode(ISD::BITCAST, dl, VT, NewOp);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005641 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
5642 // FIXME: Figure out a cleaner way to do this.
5643 // Try to make use of movq to zero out the top part.
5644 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
5645 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5646 if (NewOp.getNode()) {
5647 if (isCommutedMOVL(cast<ShuffleVectorSDNode>(NewOp), true, false))
5648 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(0),
5649 DAG, Subtarget, dl);
5650 }
5651 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
5652 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5653 if (NewOp.getNode() && X86::isMOVLMask(cast<ShuffleVectorSDNode>(NewOp)))
5654 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
5655 DAG, Subtarget, dl);
5656 }
5657 }
5658 return SDValue();
5659}
5660
Dan Gohman475871a2008-07-27 21:46:04 +00005661SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00005662X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00005663 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00005664 SDValue V1 = Op.getOperand(0);
5665 SDValue V2 = Op.getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +00005666 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005667 DebugLoc dl = Op.getDebugLoc();
Nate Begeman9008ca62009-04-27 18:41:29 +00005668 unsigned NumElems = VT.getVectorNumElements();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005669 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005670 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
5671 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00005672 bool V1IsSplat = false;
5673 bool V2IsSplat = false;
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005674 bool HasSSE2 = Subtarget->hasSSE2() || Subtarget->hasAVX();
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00005675 bool HasSSE3 = Subtarget->hasSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00005676 bool HasSSSE3 = Subtarget->hasSSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005677 MachineFunction &MF = DAG.getMachineFunction();
5678 bool OptForSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005679
Dale Johannesen0488fb62010-09-30 23:57:10 +00005680 // Shuffle operations on MMX not supported.
5681 if (isMMX)
Bruno Cardoso Lopes58277b12010-09-07 18:41:45 +00005682 return Op;
5683
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005684 // Vector shuffle lowering takes 3 steps:
5685 //
5686 // 1) Normalize the input vectors. Here splats, zeroed vectors, profitable
5687 // narrowing and commutation of operands should be handled.
5688 // 2) Matching of shuffles with known shuffle masks to x86 target specific
5689 // shuffle nodes.
5690 // 3) Rewriting of unmatched masks into new generic shuffle operations,
5691 // so the shuffle can be broken into other shuffles and the legalizer can
5692 // try the lowering again.
5693 //
5694 // The general ideia is that no vector_shuffle operation should be left to
5695 // be matched during isel, all of them must be converted to a target specific
5696 // node here.
Bruno Cardoso Lopes0d1340b2010-09-07 20:20:27 +00005697
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005698 // Normalize the input vectors. Here splats, zeroed vectors, profitable
5699 // narrowing and commutation of operands should be handled. The actual code
5700 // doesn't include all of those, work in progress...
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005701 SDValue NewOp = NormalizeVectorShuffle(Op, DAG, *this, Subtarget);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005702 if (NewOp.getNode())
5703 return NewOp;
Eric Christopherfd179292009-08-27 18:07:15 +00005704
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005705 // NOTE: isPSHUFDMask can also match both masks below (unpckl_undef and
5706 // unpckh_undef). Only use pshufd if speed is more important than size.
5707 if (OptForSize && X86::isUNPCKL_v_undef_Mask(SVOp))
5708 if (VT != MVT::v2i64 && VT != MVT::v2f64)
David Greenec4db4e52011-02-28 19:06:56 +00005709 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005710 if (OptForSize && X86::isUNPCKH_v_undef_Mask(SVOp))
5711 if (VT != MVT::v2i64 && VT != MVT::v2f64)
5712 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00005713
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005714 if (X86::isMOVDDUPMask(SVOp) && HasSSE3 && V2IsUndef &&
Dale Johannesen0488fb62010-09-30 23:57:10 +00005715 RelaxedMayFoldVectorLoad(V1))
Evan Cheng835580f2010-10-07 20:50:20 +00005716 return getMOVDDup(Op, dl, V1, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005717
Dale Johannesen0488fb62010-09-30 23:57:10 +00005718 if (X86::isMOVHLPS_v_undef_Mask(SVOp))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005719 return getMOVHighToLow(Op, dl, DAG);
5720
5721 // Use to match splats
5722 if (HasSSE2 && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
5723 (VT == MVT::v2f64 || VT == MVT::v2i64))
5724 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
5725
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005726 if (X86::isPSHUFDMask(SVOp)) {
5727 // The actual implementation will match the mask in the if above and then
5728 // during isel it can match several different instructions, not only pshufd
5729 // as its name says, sad but true, emulate the behavior for now...
5730 if (X86::isMOVDDUPMask(SVOp) && ((VT == MVT::v4f32 || VT == MVT::v2i64)))
5731 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V1, DAG);
5732
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005733 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
5734
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005735 if (HasSSE2 && (VT == MVT::v4f32 || VT == MVT::v4i32))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005736 return getTargetShuffleNode(X86ISD::PSHUFD, dl, VT, V1, TargetMask, DAG);
5737
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005738 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005739 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V1,
5740 TargetMask, DAG);
5741
5742 if (VT == MVT::v4f32)
5743 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V1,
5744 TargetMask, DAG);
5745 }
Eric Christopherfd179292009-08-27 18:07:15 +00005746
Evan Chengf26ffe92008-05-29 08:22:04 +00005747 // Check if this can be converted into a logical shift.
5748 bool isLeft = false;
5749 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00005750 SDValue ShVal;
Nate Begeman9008ca62009-04-27 18:41:29 +00005751 bool isShift = getSubtarget()->hasSSE2() &&
Evan Chengc3630942009-12-09 21:00:30 +00005752 isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
Evan Chengf26ffe92008-05-29 08:22:04 +00005753 if (isShift && ShVal.hasOneUse()) {
Scott Michelfdc40a02009-02-17 22:15:04 +00005754 // If the shifted value has multiple uses, it may be cheaper to use
Evan Chengf26ffe92008-05-29 08:22:04 +00005755 // v_set0 + movlhps or movhlps, etc.
Dan Gohman8a55ce42009-09-23 21:02:20 +00005756 EVT EltVT = VT.getVectorElementType();
5757 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00005758 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005759 }
Eric Christopherfd179292009-08-27 18:07:15 +00005760
Nate Begeman9008ca62009-04-27 18:41:29 +00005761 if (X86::isMOVLMask(SVOp)) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005762 if (V1IsUndef)
5763 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00005764 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00005765 return getVZextMovL(VT, VT, V2, DAG, Subtarget, dl);
Dale Johannesen0488fb62010-09-30 23:57:10 +00005766 if (!X86::isMOVLPMask(SVOp)) {
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005767 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00005768 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5769
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005770 if (VT == MVT::v4i32 || VT == MVT::v4f32)
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00005771 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5772 }
Evan Cheng7e2ff772008-05-08 00:57:18 +00005773 }
Eric Christopherfd179292009-08-27 18:07:15 +00005774
Nate Begeman9008ca62009-04-27 18:41:29 +00005775 // FIXME: fold these into legal mask.
Dale Johannesen0488fb62010-09-30 23:57:10 +00005776 if (X86::isMOVLHPSMask(SVOp) && !X86::isUNPCKLMask(SVOp))
5777 return getMOVLowToHigh(Op, dl, DAG, HasSSE2);
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005778
Dale Johannesen0488fb62010-09-30 23:57:10 +00005779 if (X86::isMOVHLPSMask(SVOp))
5780 return getMOVHighToLow(Op, dl, DAG);
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005781
Dale Johannesen0488fb62010-09-30 23:57:10 +00005782 if (X86::isMOVSHDUPMask(SVOp) && HasSSE3 && V2IsUndef && NumElems == 4)
5783 return getTargetShuffleNode(X86ISD::MOVSHDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00005784
Dale Johannesen0488fb62010-09-30 23:57:10 +00005785 if (X86::isMOVSLDUPMask(SVOp) && HasSSE3 && V2IsUndef && NumElems == 4)
5786 return getTargetShuffleNode(X86ISD::MOVSLDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00005787
Dale Johannesen0488fb62010-09-30 23:57:10 +00005788 if (X86::isMOVLPMask(SVOp))
5789 return getMOVLP(Op, dl, DAG, HasSSE2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005790
Nate Begeman9008ca62009-04-27 18:41:29 +00005791 if (ShouldXformToMOVHLPS(SVOp) ||
5792 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), SVOp))
5793 return CommuteVectorShuffle(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005794
Evan Chengf26ffe92008-05-29 08:22:04 +00005795 if (isShift) {
5796 // No better options. Use a vshl / vsrl.
Dan Gohman8a55ce42009-09-23 21:02:20 +00005797 EVT EltVT = VT.getVectorElementType();
5798 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00005799 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005800 }
Eric Christopherfd179292009-08-27 18:07:15 +00005801
Evan Cheng9eca5e82006-10-25 21:49:50 +00005802 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00005803 // FIXME: This should also accept a bitcast of a splat? Be careful, not
5804 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00005805 V1IsSplat = isSplatVector(V1.getNode());
5806 V2IsSplat = isSplatVector(V2.getNode());
Scott Michelfdc40a02009-02-17 22:15:04 +00005807
Chris Lattner8a594482007-11-25 00:24:49 +00005808 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00005809 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005810 Op = CommuteVectorShuffle(SVOp, DAG);
5811 SVOp = cast<ShuffleVectorSDNode>(Op);
5812 V1 = SVOp->getOperand(0);
5813 V2 = SVOp->getOperand(1);
Evan Cheng9bbbb982006-10-25 20:48:19 +00005814 std::swap(V1IsSplat, V2IsSplat);
5815 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00005816 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00005817 }
5818
Nate Begeman9008ca62009-04-27 18:41:29 +00005819 if (isCommutedMOVL(SVOp, V2IsSplat, V2IsUndef)) {
5820 // Shuffling low element of v1 into undef, just return v1.
Eric Christopherfd179292009-08-27 18:07:15 +00005821 if (V2IsUndef)
Nate Begeman9008ca62009-04-27 18:41:29 +00005822 return V1;
5823 // If V2 is a splat, the mask may be malformed such as <4,3,3,3>, which
5824 // the instruction selector will not match, so get a canonical MOVL with
5825 // swapped operands to undo the commute.
5826 return getMOVL(DAG, dl, VT, V2, V1);
Evan Chengd9b8e402006-10-16 06:36:00 +00005827 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005828
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005829 if (X86::isUNPCKLMask(SVOp))
David Greenec4db4e52011-02-28 19:06:56 +00005830 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5831 dl, VT, V1, V2, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005832
5833 if (X86::isUNPCKHMask(SVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00005834 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V2, DAG);
Evan Chenge1113032006-10-04 18:33:38 +00005835
Evan Cheng9bbbb982006-10-25 20:48:19 +00005836 if (V2IsSplat) {
5837 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00005838 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00005839 // new vector_shuffle with the corrected mask.
Nate Begeman9008ca62009-04-27 18:41:29 +00005840 SDValue NewMask = NormalizeMask(SVOp, DAG);
5841 ShuffleVectorSDNode *NSVOp = cast<ShuffleVectorSDNode>(NewMask);
5842 if (NSVOp != SVOp) {
5843 if (X86::isUNPCKLMask(NSVOp, true)) {
5844 return NewMask;
5845 } else if (X86::isUNPCKHMask(NSVOp, true)) {
5846 return NewMask;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005847 }
5848 }
5849 }
5850
Evan Cheng9eca5e82006-10-25 21:49:50 +00005851 if (Commuted) {
5852 // Commute is back and try unpck* again.
Nate Begeman9008ca62009-04-27 18:41:29 +00005853 // FIXME: this seems wrong.
5854 SDValue NewOp = CommuteVectorShuffle(SVOp, DAG);
5855 ShuffleVectorSDNode *NewSVOp = cast<ShuffleVectorSDNode>(NewOp);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005856
5857 if (X86::isUNPCKLMask(NewSVOp))
David Greenec4db4e52011-02-28 19:06:56 +00005858 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5859 dl, VT, V2, V1, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005860
5861 if (X86::isUNPCKHMask(NewSVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00005862 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V2, V1, DAG);
Evan Cheng9eca5e82006-10-25 21:49:50 +00005863 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005864
Nate Begeman9008ca62009-04-27 18:41:29 +00005865 // Normalize the node to match x86 shuffle ops if needed
Dale Johannesen0488fb62010-09-30 23:57:10 +00005866 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(SVOp))
Nate Begeman9008ca62009-04-27 18:41:29 +00005867 return CommuteVectorShuffle(SVOp, DAG);
5868
Bruno Cardoso Lopes7256e222010-09-03 23:24:06 +00005869 // The checks below are all present in isShuffleMaskLegal, but they are
5870 // inlined here right now to enable us to directly emit target specific
5871 // nodes, and remove one by one until they don't return Op anymore.
5872 SmallVector<int, 16> M;
5873 SVOp->getMask(M);
5874
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00005875 if (isPALIGNRMask(M, VT, HasSSSE3))
5876 return getTargetShuffleNode(X86ISD::PALIGN, dl, VT, V1, V2,
5877 X86::getShufflePALIGNRImmediate(SVOp),
5878 DAG);
5879
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00005880 if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
5881 SVOp->getSplatIndex() == 0 && V2IsUndef) {
David Greenec4db4e52011-02-28 19:06:56 +00005882 if (VT == MVT::v2f64) {
5883 X86ISD::NodeType Opcode =
5884 getSubtarget()->hasAVX() ? X86ISD::VUNPCKLPD : X86ISD::UNPCKLPD;
5885 return getTargetShuffleNode(Opcode, dl, VT, V1, V1, DAG);
5886 }
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00005887 if (VT == MVT::v2i64)
5888 return getTargetShuffleNode(X86ISD::PUNPCKLQDQ, dl, VT, V1, V1, DAG);
5889 }
5890
Bruno Cardoso Lopesbbfc3102010-09-04 01:36:45 +00005891 if (isPSHUFHWMask(M, VT))
5892 return getTargetShuffleNode(X86ISD::PSHUFHW, dl, VT, V1,
5893 X86::getShufflePSHUFHWImmediate(SVOp),
5894 DAG);
5895
5896 if (isPSHUFLWMask(M, VT))
5897 return getTargetShuffleNode(X86ISD::PSHUFLW, dl, VT, V1,
5898 X86::getShufflePSHUFLWImmediate(SVOp),
5899 DAG);
5900
Bruno Cardoso Lopes4c827f52010-09-04 01:22:57 +00005901 if (isSHUFPMask(M, VT)) {
5902 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
5903 if (VT == MVT::v4f32 || VT == MVT::v4i32)
5904 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V2,
5905 TargetMask, DAG);
5906 if (VT == MVT::v2f64 || VT == MVT::v2i64)
5907 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V2,
5908 TargetMask, DAG);
5909 }
5910
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005911 if (X86::isUNPCKL_v_undef_Mask(SVOp))
5912 if (VT != MVT::v2i64 && VT != MVT::v2f64)
David Greenec4db4e52011-02-28 19:06:56 +00005913 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5914 dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005915 if (X86::isUNPCKH_v_undef_Mask(SVOp))
5916 if (VT != MVT::v2i64 && VT != MVT::v2f64)
5917 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
5918
Evan Cheng14b32e12007-12-11 01:46:18 +00005919 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
Owen Anderson825b72b2009-08-11 20:47:22 +00005920 if (VT == MVT::v8i16) {
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005921 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00005922 if (NewOp.getNode())
Evan Cheng14b32e12007-12-11 01:46:18 +00005923 return NewOp;
5924 }
5925
Owen Anderson825b72b2009-08-11 20:47:22 +00005926 if (VT == MVT::v16i8) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005927 SDValue NewOp = LowerVECTOR_SHUFFLEv16i8(SVOp, DAG, *this);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005928 if (NewOp.getNode())
5929 return NewOp;
5930 }
Eric Christopherfd179292009-08-27 18:07:15 +00005931
Dale Johannesen0488fb62010-09-30 23:57:10 +00005932 // Handle all 4 wide cases with a number of shuffles.
5933 if (NumElems == 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005934 return LowerVECTOR_SHUFFLE_4wide(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005935
Dan Gohman475871a2008-07-27 21:46:04 +00005936 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005937}
5938
Dan Gohman475871a2008-07-27 21:46:04 +00005939SDValue
5940X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00005941 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00005942 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005943 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005944 if (VT.getSizeInBits() == 8) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005945 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005946 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00005947 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005948 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00005949 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005950 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00005951 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
5952 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
5953 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005954 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
5955 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005956 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005957 MVT::v4i32,
Evan Cheng52ceafa2009-01-02 05:29:08 +00005958 Op.getOperand(0)),
5959 Op.getOperand(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00005960 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005961 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00005962 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00005963 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00005964 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Owen Anderson825b72b2009-08-11 20:47:22 +00005965 } else if (VT == MVT::f32) {
Evan Cheng62a3f152008-03-24 21:52:23 +00005966 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
5967 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00005968 // result has a single use which is a store or a bitcast to i32. And in
5969 // the case of a store, it's not worth it if the index is a constant 0,
5970 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00005971 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00005972 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00005973 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00005974 if ((User->getOpcode() != ISD::STORE ||
5975 (isa<ConstantSDNode>(Op.getOperand(1)) &&
5976 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005977 (User->getOpcode() != ISD::BITCAST ||
Owen Anderson825b72b2009-08-11 20:47:22 +00005978 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00005979 return SDValue();
Owen Anderson825b72b2009-08-11 20:47:22 +00005980 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005981 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32,
Dale Johannesenace16102009-02-03 19:33:06 +00005982 Op.getOperand(0)),
5983 Op.getOperand(1));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005984 return DAG.getNode(ISD::BITCAST, dl, MVT::f32, Extract);
Owen Anderson825b72b2009-08-11 20:47:22 +00005985 } else if (VT == MVT::i32) {
Mon P Wangf0fcdd82009-01-15 21:10:20 +00005986 // ExtractPS works with constant index.
5987 if (isa<ConstantSDNode>(Op.getOperand(1)))
5988 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00005989 }
Dan Gohman475871a2008-07-27 21:46:04 +00005990 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00005991}
5992
5993
Dan Gohman475871a2008-07-27 21:46:04 +00005994SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00005995X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
5996 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00005997 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00005998 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005999
David Greene74a579d2011-02-10 16:57:36 +00006000 SDValue Vec = Op.getOperand(0);
6001 EVT VecVT = Vec.getValueType();
6002
6003 // If this is a 256-bit vector result, first extract the 128-bit
6004 // vector and then extract from the 128-bit vector.
6005 if (VecVT.getSizeInBits() > 128) {
6006 DebugLoc dl = Op.getNode()->getDebugLoc();
6007 unsigned NumElems = VecVT.getVectorNumElements();
6008 SDValue Idx = Op.getOperand(1);
6009
6010 if (!isa<ConstantSDNode>(Idx))
6011 return SDValue();
6012
6013 unsigned ExtractNumElems = NumElems / (VecVT.getSizeInBits() / 128);
6014 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6015
6016 // Get the 128-bit vector.
6017 bool Upper = IdxVal >= ExtractNumElems;
6018 Vec = Extract128BitVector(Vec, Idx, DAG, dl);
6019
6020 // Extract from it.
6021 SDValue ScaledIdx = Idx;
6022 if (Upper)
6023 ScaledIdx = DAG.getNode(ISD::SUB, dl, Idx.getValueType(), Idx,
6024 DAG.getConstant(ExtractNumElems,
6025 Idx.getValueType()));
6026 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Vec,
6027 ScaledIdx);
6028 }
6029
6030 assert(Vec.getValueSizeInBits() <= 128 && "Unexpected vector length");
6031
Evan Cheng62a3f152008-03-24 21:52:23 +00006032 if (Subtarget->hasSSE41()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006033 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00006034 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00006035 return Res;
6036 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00006037
Owen Andersone50ed302009-08-10 22:56:29 +00006038 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006039 DebugLoc dl = Op.getDebugLoc();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006040 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006041 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00006042 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006043 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00006044 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006045 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6046 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006047 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006048 MVT::v4i32, Vec),
Evan Cheng14b32e12007-12-11 01:46:18 +00006049 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006050 // Transform it so it match pextrw which produces a 32-bit result.
Ken Dyck70d0ef12009-12-17 15:31:52 +00006051 EVT EltVT = MVT::i32;
Dan Gohman8a55ce42009-09-23 21:02:20 +00006052 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006053 Op.getOperand(0), Op.getOperand(1));
Dan Gohman8a55ce42009-09-23 21:02:20 +00006054 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006055 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006056 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006057 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006058 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006059 if (Idx == 0)
6060 return Op;
Eric Christopherfd179292009-08-27 18:07:15 +00006061
Evan Cheng0db9fe62006-04-25 20:13:52 +00006062 // SHUFPS the element to the lowest double word, then movss.
Nate Begeman9008ca62009-04-27 18:41:29 +00006063 int Mask[4] = { Idx, -1, -1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006064 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006065 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006066 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006067 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006068 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00006069 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006070 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
6071 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
6072 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006073 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006074 if (Idx == 0)
6075 return Op;
6076
6077 // UNPCKHPD the element to the lowest double word, then movsd.
6078 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
6079 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Nate Begeman9008ca62009-04-27 18:41:29 +00006080 int Mask[2] = { 1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006081 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006082 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006083 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006084 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006085 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006086 }
6087
Dan Gohman475871a2008-07-27 21:46:04 +00006088 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006089}
6090
Dan Gohman475871a2008-07-27 21:46:04 +00006091SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006092X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op,
6093 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006094 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006095 EVT EltVT = VT.getVectorElementType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006096 DebugLoc dl = Op.getDebugLoc();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006097
Dan Gohman475871a2008-07-27 21:46:04 +00006098 SDValue N0 = Op.getOperand(0);
6099 SDValue N1 = Op.getOperand(1);
6100 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00006101
Dan Gohman8a55ce42009-09-23 21:02:20 +00006102 if ((EltVT.getSizeInBits() == 8 || EltVT.getSizeInBits() == 16) &&
Dan Gohmanef521f12008-08-14 22:53:18 +00006103 isa<ConstantSDNode>(N2)) {
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006104 unsigned Opc;
6105 if (VT == MVT::v8i16)
6106 Opc = X86ISD::PINSRW;
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006107 else if (VT == MVT::v16i8)
6108 Opc = X86ISD::PINSRB;
6109 else
6110 Opc = X86ISD::PINSRB;
6111
Nate Begeman14d12ca2008-02-11 04:19:36 +00006112 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
6113 // argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006114 if (N1.getValueType() != MVT::i32)
6115 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6116 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006117 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00006118 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006119 } else if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006120 // Bits [7:6] of the constant are the source select. This will always be
6121 // zero here. The DAG Combiner may combine an extract_elt index into these
6122 // bits. For example (insert (extract, 3), 2) could be matched by putting
6123 // the '3' into bits [7:6] of X86ISD::INSERTPS.
Scott Michelfdc40a02009-02-17 22:15:04 +00006124 // Bits [5:4] of the constant are the destination select. This is the
Nate Begeman14d12ca2008-02-11 04:19:36 +00006125 // value of the incoming immediate.
Scott Michelfdc40a02009-02-17 22:15:04 +00006126 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
Nate Begeman14d12ca2008-02-11 04:19:36 +00006127 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006128 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Eric Christopherfbd66872009-07-24 00:33:09 +00006129 // Create this as a scalar to vector..
Owen Anderson825b72b2009-08-11 20:47:22 +00006130 N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
Dale Johannesenace16102009-02-03 19:33:06 +00006131 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006132 } else if (EltVT == MVT::i32 && isa<ConstantSDNode>(N2)) {
Eric Christopherfbd66872009-07-24 00:33:09 +00006133 // PINSR* works with constant index.
6134 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006135 }
Dan Gohman475871a2008-07-27 21:46:04 +00006136 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006137}
6138
Dan Gohman475871a2008-07-27 21:46:04 +00006139SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006140X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006141 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006142 EVT EltVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006143
David Greene6b381262011-02-09 15:32:06 +00006144 DebugLoc dl = Op.getDebugLoc();
6145 SDValue N0 = Op.getOperand(0);
6146 SDValue N1 = Op.getOperand(1);
6147 SDValue N2 = Op.getOperand(2);
6148
6149 // If this is a 256-bit vector result, first insert into a 128-bit
6150 // vector and then insert into the 256-bit vector.
6151 if (VT.getSizeInBits() > 128) {
6152 if (!isa<ConstantSDNode>(N2))
6153 return SDValue();
6154
6155 // Get the 128-bit vector.
6156 unsigned NumElems = VT.getVectorNumElements();
6157 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
6158 bool Upper = IdxVal >= NumElems / 2;
6159
6160 SDValue SubN0 = Extract128BitVector(N0, N2, DAG, dl);
6161
6162 // Insert into it.
6163 SDValue ScaledN2 = N2;
6164 if (Upper)
6165 ScaledN2 = DAG.getNode(ISD::SUB, dl, N2.getValueType(), N2,
Owen Anderson95771af2011-02-25 21:41:48 +00006166 DAG.getConstant(NumElems /
David Greene6b381262011-02-09 15:32:06 +00006167 (VT.getSizeInBits() / 128),
6168 N2.getValueType()));
6169 Op = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, SubN0.getValueType(), SubN0,
6170 N1, ScaledN2);
6171
6172 // Insert the 128-bit vector
6173 // FIXME: Why UNDEF?
6174 return Insert128BitVector(N0, Op, N2, DAG, dl);
6175 }
6176
Nate Begeman14d12ca2008-02-11 04:19:36 +00006177 if (Subtarget->hasSSE41())
6178 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
6179
Dan Gohman8a55ce42009-09-23 21:02:20 +00006180 if (EltVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00006181 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00006182
Dan Gohman8a55ce42009-09-23 21:02:20 +00006183 if (EltVT.getSizeInBits() == 16 && isa<ConstantSDNode>(N2)) {
Evan Cheng794405e2007-12-12 07:55:34 +00006184 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
6185 // as its second argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006186 if (N1.getValueType() != MVT::i32)
6187 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6188 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006189 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesen0488fb62010-09-30 23:57:10 +00006190 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006191 }
Dan Gohman475871a2008-07-27 21:46:04 +00006192 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006193}
6194
Dan Gohman475871a2008-07-27 21:46:04 +00006195SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006196X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const {
David Greene2fcdfb42011-02-10 23:11:29 +00006197 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006198 DebugLoc dl = Op.getDebugLoc();
David Greene2fcdfb42011-02-10 23:11:29 +00006199 EVT OpVT = Op.getValueType();
6200
6201 // If this is a 256-bit vector result, first insert into a 128-bit
6202 // vector and then insert into the 256-bit vector.
6203 if (OpVT.getSizeInBits() > 128) {
6204 // Insert into a 128-bit vector.
6205 EVT VT128 = EVT::getVectorVT(*Context,
6206 OpVT.getVectorElementType(),
6207 OpVT.getVectorNumElements() / 2);
6208
6209 Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0));
6210
6211 // Insert the 128-bit vector.
6212 return Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, OpVT), Op,
6213 DAG.getConstant(0, MVT::i32),
6214 DAG, dl);
6215 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00006216
Chris Lattnerf172ecd2010-07-04 23:07:25 +00006217 if (Op.getValueType() == MVT::v1i64 &&
6218 Op.getOperand(0).getValueType() == MVT::i64)
Owen Anderson825b72b2009-08-11 20:47:22 +00006219 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v1i64, Op.getOperand(0));
Rafael Espindoladef390a2009-08-03 02:45:34 +00006220
Owen Anderson825b72b2009-08-11 20:47:22 +00006221 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
Dale Johannesen0488fb62010-09-30 23:57:10 +00006222 assert(Op.getValueType().getSimpleVT().getSizeInBits() == 128 &&
6223 "Expected an SSE type!");
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006224 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(),
Dale Johannesen0488fb62010-09-30 23:57:10 +00006225 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006226}
6227
David Greene91585092011-01-26 15:38:49 +00006228// Lower a node with an EXTRACT_SUBVECTOR opcode. This may result in
6229// a simple subregister reference or explicit instructions to grab
6230// upper bits of a vector.
6231SDValue
6232X86TargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6233 if (Subtarget->hasAVX()) {
David Greenea5f26012011-02-07 19:36:54 +00006234 DebugLoc dl = Op.getNode()->getDebugLoc();
6235 SDValue Vec = Op.getNode()->getOperand(0);
6236 SDValue Idx = Op.getNode()->getOperand(1);
6237
6238 if (Op.getNode()->getValueType(0).getSizeInBits() == 128
6239 && Vec.getNode()->getValueType(0).getSizeInBits() == 256) {
6240 return Extract128BitVector(Vec, Idx, DAG, dl);
6241 }
David Greene91585092011-01-26 15:38:49 +00006242 }
6243 return SDValue();
6244}
6245
David Greenecfe33c42011-01-26 19:13:22 +00006246// Lower a node with an INSERT_SUBVECTOR opcode. This may result in a
6247// simple superregister reference or explicit instructions to insert
6248// the upper bits of a vector.
6249SDValue
6250X86TargetLowering::LowerINSERT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6251 if (Subtarget->hasAVX()) {
6252 DebugLoc dl = Op.getNode()->getDebugLoc();
6253 SDValue Vec = Op.getNode()->getOperand(0);
6254 SDValue SubVec = Op.getNode()->getOperand(1);
6255 SDValue Idx = Op.getNode()->getOperand(2);
6256
6257 if (Op.getNode()->getValueType(0).getSizeInBits() == 256
6258 && SubVec.getNode()->getValueType(0).getSizeInBits() == 128) {
David Greenea5f26012011-02-07 19:36:54 +00006259 return Insert128BitVector(Vec, SubVec, Idx, DAG, dl);
David Greenecfe33c42011-01-26 19:13:22 +00006260 }
6261 }
6262 return SDValue();
6263}
6264
Bill Wendling056292f2008-09-16 21:48:12 +00006265// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
6266// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
6267// one of the above mentioned nodes. It has to be wrapped because otherwise
6268// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
6269// be used to form addressing mode. These wrapped nodes will be selected
6270// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00006271SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006272X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006273 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006274
Chris Lattner41621a22009-06-26 19:22:52 +00006275 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6276 // global base reg.
6277 unsigned char OpFlag = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006278 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006279 CodeModel::Model M = getTargetMachine().getCodeModel();
6280
Chris Lattner4f066492009-07-11 20:29:19 +00006281 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006282 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006283 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006284 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006285 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006286 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006287 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006288
Evan Cheng1606e8e2009-03-13 07:51:59 +00006289 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
Chris Lattner41621a22009-06-26 19:22:52 +00006290 CP->getAlignment(),
6291 CP->getOffset(), OpFlag);
6292 DebugLoc DL = CP->getDebugLoc();
Chris Lattner18c59872009-06-27 04:16:01 +00006293 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006294 // With PIC, the address is actually $g + Offset.
Chris Lattner41621a22009-06-26 19:22:52 +00006295 if (OpFlag) {
6296 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00006297 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006298 DebugLoc(), getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006299 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006300 }
6301
6302 return Result;
6303}
6304
Dan Gohmand858e902010-04-17 15:26:15 +00006305SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006306 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006307
Chris Lattner18c59872009-06-27 04:16:01 +00006308 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6309 // global base reg.
6310 unsigned char OpFlag = 0;
6311 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006312 CodeModel::Model M = getTargetMachine().getCodeModel();
6313
Chris Lattner4f066492009-07-11 20:29:19 +00006314 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006315 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006316 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006317 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006318 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006319 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006320 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006321
Chris Lattner18c59872009-06-27 04:16:01 +00006322 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy(),
6323 OpFlag);
6324 DebugLoc DL = JT->getDebugLoc();
6325 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006326
Chris Lattner18c59872009-06-27 04:16:01 +00006327 // With PIC, the address is actually $g + Offset.
Chris Lattner1e61e692010-11-15 02:46:57 +00006328 if (OpFlag)
Chris Lattner18c59872009-06-27 04:16:01 +00006329 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6330 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006331 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006332 Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006333
Chris Lattner18c59872009-06-27 04:16:01 +00006334 return Result;
6335}
6336
6337SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006338X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006339 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
Eric Christopherfd179292009-08-27 18:07:15 +00006340
Chris Lattner18c59872009-06-27 04:16:01 +00006341 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6342 // global base reg.
6343 unsigned char OpFlag = 0;
6344 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006345 CodeModel::Model M = getTargetMachine().getCodeModel();
6346
Chris Lattner4f066492009-07-11 20:29:19 +00006347 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006348 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006349 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006350 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006351 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006352 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006353 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006354
Chris Lattner18c59872009-06-27 04:16:01 +00006355 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlag);
Eric Christopherfd179292009-08-27 18:07:15 +00006356
Chris Lattner18c59872009-06-27 04:16:01 +00006357 DebugLoc DL = Op.getDebugLoc();
6358 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006359
6360
Chris Lattner18c59872009-06-27 04:16:01 +00006361 // With PIC, the address is actually $g + Offset.
6362 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattnere4df7562009-07-09 03:15:51 +00006363 !Subtarget->is64Bit()) {
Chris Lattner18c59872009-06-27 04:16:01 +00006364 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6365 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006366 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006367 Result);
6368 }
Eric Christopherfd179292009-08-27 18:07:15 +00006369
Chris Lattner18c59872009-06-27 04:16:01 +00006370 return Result;
6371}
6372
Dan Gohman475871a2008-07-27 21:46:04 +00006373SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006374X86TargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman29cbade2009-11-20 23:18:13 +00006375 // Create the TargetBlockAddressAddress node.
6376 unsigned char OpFlags =
6377 Subtarget->ClassifyBlockAddressReference();
Dan Gohmanf705adb2009-10-30 01:28:02 +00006378 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman46510a72010-04-15 01:51:59 +00006379 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
Dan Gohman29cbade2009-11-20 23:18:13 +00006380 DebugLoc dl = Op.getDebugLoc();
6381 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(),
6382 /*isTarget=*/true, OpFlags);
6383
Dan Gohmanf705adb2009-10-30 01:28:02 +00006384 if (Subtarget->isPICStyleRIPRel() &&
6385 (M == CodeModel::Small || M == CodeModel::Kernel))
Dan Gohman29cbade2009-11-20 23:18:13 +00006386 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6387 else
6388 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohmanf705adb2009-10-30 01:28:02 +00006389
Dan Gohman29cbade2009-11-20 23:18:13 +00006390 // With PIC, the address is actually $g + Offset.
6391 if (isGlobalRelativeToPICBase(OpFlags)) {
6392 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6393 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
6394 Result);
6395 }
Dan Gohmanf705adb2009-10-30 01:28:02 +00006396
6397 return Result;
6398}
6399
6400SDValue
Dale Johannesen33c960f2009-02-04 20:06:27 +00006401X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
Dan Gohman6520e202008-10-18 02:06:02 +00006402 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00006403 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00006404 // Create the TargetGlobalAddress node, folding in the constant
6405 // offset if it is legal.
Chris Lattnerd392bd92009-07-10 07:20:05 +00006406 unsigned char OpFlags =
6407 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006408 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman6520e202008-10-18 02:06:02 +00006409 SDValue Result;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006410 if (OpFlags == X86II::MO_NO_FLAG &&
6411 X86::isOffsetSuitableForCodeModel(Offset, M)) {
Chris Lattner4aa21aa2009-07-09 00:58:53 +00006412 // A direct static reference to a global.
Devang Patel0d881da2010-07-06 22:08:15 +00006413 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
Dan Gohman6520e202008-10-18 02:06:02 +00006414 Offset = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006415 } else {
Devang Patel0d881da2010-07-06 22:08:15 +00006416 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006417 }
Eric Christopherfd179292009-08-27 18:07:15 +00006418
Chris Lattner4f066492009-07-11 20:29:19 +00006419 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006420 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattner18c59872009-06-27 04:16:01 +00006421 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6422 else
6423 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00006424
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006425 // With PIC, the address is actually $g + Offset.
Chris Lattner36c25012009-07-10 07:34:39 +00006426 if (isGlobalRelativeToPICBase(OpFlags)) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006427 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6428 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006429 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006430 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006431
Chris Lattner36c25012009-07-10 07:34:39 +00006432 // For globals that require a load from a stub to get the address, emit the
6433 // load.
6434 if (isGlobalStubReference(OpFlags))
Dale Johannesen33c960f2009-02-04 20:06:27 +00006435 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006436 MachinePointerInfo::getGOT(), false, false, 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006437
Dan Gohman6520e202008-10-18 02:06:02 +00006438 // If there was a non-zero offset that we didn't fold, create an explicit
6439 // addition for it.
6440 if (Offset != 0)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006441 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
Dan Gohman6520e202008-10-18 02:06:02 +00006442 DAG.getConstant(Offset, getPointerTy()));
6443
Evan Cheng0db9fe62006-04-25 20:13:52 +00006444 return Result;
6445}
6446
Evan Chengda43bcf2008-09-24 00:05:32 +00006447SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006448X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
Evan Chengda43bcf2008-09-24 00:05:32 +00006449 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00006450 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006451 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00006452}
6453
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006454static SDValue
6455GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
Owen Andersone50ed302009-08-10 22:56:29 +00006456 SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
Chris Lattnerb903bed2009-06-26 21:20:29 +00006457 unsigned char OperandFlags) {
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006458 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006459 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006460 DebugLoc dl = GA->getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006461 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006462 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006463 GA->getOffset(),
6464 OperandFlags);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006465 if (InFlag) {
6466 SDValue Ops[] = { Chain, TGA, *InFlag };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006467 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 3);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006468 } else {
6469 SDValue Ops[] = { Chain, TGA };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006470 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 2);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006471 }
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006472
6473 // TLSADDR will be codegen'ed as call. Inform MFI that function has calls.
Bill Wendlingb92187a2010-05-14 21:14:32 +00006474 MFI->setAdjustsStack(true);
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006475
Rafael Espindola15f1b662009-04-24 12:59:40 +00006476 SDValue Flag = Chain.getValue(1);
6477 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006478}
6479
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006480// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006481static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006482LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006483 const EVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00006484 SDValue InFlag;
Dale Johannesendd64c412009-02-04 00:33:20 +00006485 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
6486 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006487 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006488 DebugLoc(), PtrVT), InFlag);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006489 InFlag = Chain.getValue(1);
6490
Chris Lattnerb903bed2009-06-26 21:20:29 +00006491 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006492}
6493
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006494// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006495static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006496LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006497 const EVT PtrVT) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006498 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT,
6499 X86::RAX, X86II::MO_TLSGD);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006500}
6501
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006502// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
6503// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00006504static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006505 const EVT PtrVT, TLSModel::Model model,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00006506 bool is64Bit) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006507 DebugLoc dl = GA->getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00006508
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006509 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
6510 Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
6511 is64Bit ? 257 : 256));
Rafael Espindola094fad32009-04-08 21:14:34 +00006512
Michael J. Spencerec38de22010-10-10 22:04:20 +00006513 SDValue ThreadPointer = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006514 DAG.getIntPtrConstant(0),
6515 MachinePointerInfo(Ptr), false, false, 0);
Rafael Espindola094fad32009-04-08 21:14:34 +00006516
Chris Lattnerb903bed2009-06-26 21:20:29 +00006517 unsigned char OperandFlags = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006518 // Most TLS accesses are not RIP relative, even on x86-64. One exception is
6519 // initialexec.
6520 unsigned WrapperKind = X86ISD::Wrapper;
6521 if (model == TLSModel::LocalExec) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006522 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF;
Chris Lattner18c59872009-06-27 04:16:01 +00006523 } else if (is64Bit) {
6524 assert(model == TLSModel::InitialExec);
6525 OperandFlags = X86II::MO_GOTTPOFF;
6526 WrapperKind = X86ISD::WrapperRIP;
6527 } else {
6528 assert(model == TLSModel::InitialExec);
6529 OperandFlags = X86II::MO_INDNTPOFF;
Chris Lattnerb903bed2009-06-26 21:20:29 +00006530 }
Eric Christopherfd179292009-08-27 18:07:15 +00006531
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006532 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
6533 // exec)
Michael J. Spencerec38de22010-10-10 22:04:20 +00006534 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Devang Patel0d881da2010-07-06 22:08:15 +00006535 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006536 GA->getOffset(), OperandFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006537 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006538
Rafael Espindola9a580232009-02-27 13:37:18 +00006539 if (model == TLSModel::InitialExec)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006540 Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006541 MachinePointerInfo::getGOT(), false, false, 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006542
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006543 // The address of the thread local variable is the add of the thread
6544 // pointer with the offset of the variable.
Dale Johannesen33c960f2009-02-04 20:06:27 +00006545 return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006546}
6547
Dan Gohman475871a2008-07-27 21:46:04 +00006548SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006549X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00006550
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006551 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Chris Lattnerb903bed2009-06-26 21:20:29 +00006552 const GlobalValue *GV = GA->getGlobal();
Eric Christopherfd179292009-08-27 18:07:15 +00006553
Eric Christopher30ef0e52010-06-03 04:07:48 +00006554 if (Subtarget->isTargetELF()) {
6555 // TODO: implement the "local dynamic" model
6556 // TODO: implement the "initial exec"model for pic executables
Michael J. Spencerec38de22010-10-10 22:04:20 +00006557
Eric Christopher30ef0e52010-06-03 04:07:48 +00006558 // If GV is an alias then use the aliasee for determining
6559 // thread-localness.
6560 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
6561 GV = GA->resolveAliasedGlobal(false);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006562
6563 TLSModel::Model model
Eric Christopher30ef0e52010-06-03 04:07:48 +00006564 = getTLSModel(GV, getTargetMachine().getRelocationModel());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006565
Eric Christopher30ef0e52010-06-03 04:07:48 +00006566 switch (model) {
6567 case TLSModel::GeneralDynamic:
6568 case TLSModel::LocalDynamic: // not implemented
6569 if (Subtarget->is64Bit())
6570 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
6571 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006572
Eric Christopher30ef0e52010-06-03 04:07:48 +00006573 case TLSModel::InitialExec:
6574 case TLSModel::LocalExec:
6575 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model,
6576 Subtarget->is64Bit());
6577 }
6578 } else if (Subtarget->isTargetDarwin()) {
6579 // Darwin only has one model of TLS. Lower to that.
6580 unsigned char OpFlag = 0;
6581 unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ?
6582 X86ISD::WrapperRIP : X86ISD::Wrapper;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006583
Eric Christopher30ef0e52010-06-03 04:07:48 +00006584 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6585 // global base reg.
6586 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) &&
6587 !Subtarget->is64Bit();
6588 if (PIC32)
6589 OpFlag = X86II::MO_TLVP_PIC_BASE;
6590 else
6591 OpFlag = X86II::MO_TLVP;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006592 DebugLoc DL = Op.getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006593 SDValue Result = DAG.getTargetGlobalAddress(GA->getGlobal(), DL,
Eric Christopherd8c05362010-12-09 06:25:53 +00006594 GA->getValueType(0),
Eric Christopher30ef0e52010-06-03 04:07:48 +00006595 GA->getOffset(), OpFlag);
Eric Christopher30ef0e52010-06-03 04:07:48 +00006596 SDValue Offset = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006597
Eric Christopher30ef0e52010-06-03 04:07:48 +00006598 // With PIC32, the address is actually $g + Offset.
6599 if (PIC32)
6600 Offset = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6601 DAG.getNode(X86ISD::GlobalBaseReg,
6602 DebugLoc(), getPointerTy()),
6603 Offset);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006604
Eric Christopher30ef0e52010-06-03 04:07:48 +00006605 // Lowering the machine isd will make sure everything is in the right
6606 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006607 SDValue Chain = DAG.getEntryNode();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006608 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Eric Christopherd8c05362010-12-09 06:25:53 +00006609 SDValue Args[] = { Chain, Offset };
6610 Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006611
Eric Christopher30ef0e52010-06-03 04:07:48 +00006612 // TLSCALL will be codegen'ed as call. Inform MFI that function has calls.
6613 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
6614 MFI->setAdjustsStack(true);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00006615
Eric Christopher30ef0e52010-06-03 04:07:48 +00006616 // And our return value (tls address) is in the standard call return value
6617 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006618 unsigned Reg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
6619 return DAG.getCopyFromReg(Chain, DL, Reg, getPointerTy());
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006620 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00006621
Eric Christopher30ef0e52010-06-03 04:07:48 +00006622 assert(false &&
6623 "TLS not implemented for this target.");
Eric Christopherfd179292009-08-27 18:07:15 +00006624
Torok Edwinc23197a2009-07-14 16:55:14 +00006625 llvm_unreachable("Unreachable");
Chris Lattner5867de12009-04-01 22:14:45 +00006626 return SDValue();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006627}
6628
Evan Cheng0db9fe62006-04-25 20:13:52 +00006629
Nadav Rotem43012222011-05-11 08:12:09 +00006630/// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values and
Scott Michelfdc40a02009-02-17 22:15:04 +00006631/// take a 2 x i32 value to shift plus a shift amount.
Nadav Rotem43012222011-05-11 08:12:09 +00006632SDValue X86TargetLowering::LowerShiftParts(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman4c1fa612008-03-03 22:22:09 +00006633 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Owen Andersone50ed302009-08-10 22:56:29 +00006634 EVT VT = Op.getValueType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006635 unsigned VTBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006636 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006637 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00006638 SDValue ShOpLo = Op.getOperand(0);
6639 SDValue ShOpHi = Op.getOperand(1);
6640 SDValue ShAmt = Op.getOperand(2);
Chris Lattner31dcfe62009-07-29 05:48:09 +00006641 SDValue Tmp1 = isSRA ? DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
Owen Anderson825b72b2009-08-11 20:47:22 +00006642 DAG.getConstant(VTBits - 1, MVT::i8))
Chris Lattner31dcfe62009-07-29 05:48:09 +00006643 : DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00006644
Dan Gohman475871a2008-07-27 21:46:04 +00006645 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006646 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006647 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
6648 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006649 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006650 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
6651 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006652 }
Evan Chenge3413162006-01-09 18:33:28 +00006653
Owen Anderson825b72b2009-08-11 20:47:22 +00006654 SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
6655 DAG.getConstant(VTBits, MVT::i8));
Chris Lattnerccfea352010-02-22 00:28:59 +00006656 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
Owen Anderson825b72b2009-08-11 20:47:22 +00006657 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00006658
Dan Gohman475871a2008-07-27 21:46:04 +00006659 SDValue Hi, Lo;
Owen Anderson825b72b2009-08-11 20:47:22 +00006660 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman475871a2008-07-27 21:46:04 +00006661 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
6662 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00006663
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006664 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006665 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6666 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006667 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006668 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6669 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006670 }
6671
Dan Gohman475871a2008-07-27 21:46:04 +00006672 SDValue Ops[2] = { Lo, Hi };
Dale Johannesenace16102009-02-03 19:33:06 +00006673 return DAG.getMergeValues(Ops, 2, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006674}
Evan Chenga3195e82006-01-12 22:54:21 +00006675
Dan Gohmand858e902010-04-17 15:26:15 +00006676SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
6677 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006678 EVT SrcVT = Op.getOperand(0).getValueType();
Eli Friedman23ef1052009-06-06 03:57:58 +00006679
Dale Johannesen0488fb62010-09-30 23:57:10 +00006680 if (SrcVT.isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00006681 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00006682
Owen Anderson825b72b2009-08-11 20:47:22 +00006683 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00006684 "Unknown SINT_TO_FP to lower!");
Scott Michelfdc40a02009-02-17 22:15:04 +00006685
Eli Friedman36df4992009-05-27 00:47:34 +00006686 // These are really Legal; return the operand so the caller accepts it as
6687 // Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00006688 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Eli Friedman36df4992009-05-27 00:47:34 +00006689 return Op;
Owen Anderson825b72b2009-08-11 20:47:22 +00006690 if (SrcVT == MVT::i64 && isScalarFPTypeInSSEReg(Op.getValueType()) &&
Eli Friedman36df4992009-05-27 00:47:34 +00006691 Subtarget->is64Bit()) {
6692 return Op;
6693 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006694
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006695 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006696 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006697 MachineFunction &MF = DAG.getMachineFunction();
David Greene3f2bf852009-11-12 20:49:22 +00006698 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006699 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00006700 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Bill Wendling105be5a2009-03-13 08:41:47 +00006701 StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00006702 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00006703 false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00006704 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
6705}
Evan Cheng0db9fe62006-04-25 20:13:52 +00006706
Owen Andersone50ed302009-08-10 22:56:29 +00006707SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
Michael J. Spencerec38de22010-10-10 22:04:20 +00006708 SDValue StackSlot,
Dan Gohmand858e902010-04-17 15:26:15 +00006709 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006710 // Build the FILD
Chris Lattner492a43e2010-09-22 01:28:21 +00006711 DebugLoc DL = Op.getDebugLoc();
Chris Lattner5a88b832007-02-25 07:10:00 +00006712 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00006713 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006714 if (useSSE)
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006715 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
Chris Lattner5a88b832007-02-25 07:10:00 +00006716 else
Owen Anderson825b72b2009-08-11 20:47:22 +00006717 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006718
Chris Lattner492a43e2010-09-22 01:28:21 +00006719 unsigned ByteSize = SrcVT.getSizeInBits()/8;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006720
Chris Lattner492a43e2010-09-22 01:28:21 +00006721 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
6722 MachineMemOperand *MMO =
6723 DAG.getMachineFunction()
6724 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
6725 MachineMemOperand::MOLoad, ByteSize, ByteSize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006726
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00006727 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
Chris Lattner492a43e2010-09-22 01:28:21 +00006728 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
6729 X86ISD::FILD, DL,
6730 Tys, Ops, array_lengthof(Ops),
6731 SrcVT, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006732
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006733 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006734 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00006735 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006736
6737 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
6738 // shouldn't be necessary except that RFP cannot be live across
6739 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006740 MachineFunction &MF = DAG.getMachineFunction();
Bob Wilsoneafca4e2010-09-22 17:35:14 +00006741 unsigned SSFISize = Op.getValueType().getSizeInBits()/8;
6742 int SSFI = MF.getFrameInfo()->CreateStackObject(SSFISize, SSFISize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006743 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Owen Anderson825b72b2009-08-11 20:47:22 +00006744 Tys = DAG.getVTList(MVT::Other);
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00006745 SDValue Ops[] = {
6746 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag
6747 };
Chris Lattner492a43e2010-09-22 01:28:21 +00006748 MachineMemOperand *MMO =
6749 DAG.getMachineFunction()
6750 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
Bob Wilsoneafca4e2010-09-22 17:35:14 +00006751 MachineMemOperand::MOStore, SSFISize, SSFISize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006752
Chris Lattner492a43e2010-09-22 01:28:21 +00006753 Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
6754 Ops, array_lengthof(Ops),
6755 Op.getValueType(), MMO);
6756 Result = DAG.getLoad(Op.getValueType(), DL, Chain, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00006757 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00006758 false, false, 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006759 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006760
Evan Cheng0db9fe62006-04-25 20:13:52 +00006761 return Result;
6762}
6763
Bill Wendling8b8a6362009-01-17 03:56:04 +00006764// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00006765SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op,
6766 SelectionDAG &DAG) const {
Bill Wendling8b8a6362009-01-17 03:56:04 +00006767 // This algorithm is not obvious. Here it is in C code, more or less:
6768 /*
6769 double uint64_to_double( uint32_t hi, uint32_t lo ) {
6770 static const __m128i exp = { 0x4330000045300000ULL, 0 };
6771 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00006772
Bill Wendling8b8a6362009-01-17 03:56:04 +00006773 // Copy ints to xmm registers.
6774 __m128i xh = _mm_cvtsi32_si128( hi );
6775 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00006776
Bill Wendling8b8a6362009-01-17 03:56:04 +00006777 // Combine into low half of a single xmm register.
6778 __m128i x = _mm_unpacklo_epi32( xh, xl );
6779 __m128d d;
6780 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00006781
Bill Wendling8b8a6362009-01-17 03:56:04 +00006782 // Merge in appropriate exponents to give the integer bits the right
6783 // magnitude.
6784 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00006785
Bill Wendling8b8a6362009-01-17 03:56:04 +00006786 // Subtract away the biases to deal with the IEEE-754 double precision
6787 // implicit 1.
6788 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00006789
Bill Wendling8b8a6362009-01-17 03:56:04 +00006790 // All conversions up to here are exact. The correctly rounded result is
6791 // calculated using the current rounding mode using the following
6792 // horizontal add.
6793 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
6794 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
6795 // store doesn't really need to be here (except
6796 // maybe to zero the other double)
6797 return sd;
6798 }
6799 */
Dale Johannesen040225f2008-10-21 23:07:49 +00006800
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006801 DebugLoc dl = Op.getDebugLoc();
Owen Andersona90b3dc2009-07-15 21:51:10 +00006802 LLVMContext *Context = DAG.getContext();
Dale Johannesenace16102009-02-03 19:33:06 +00006803
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006804 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00006805 std::vector<Constant*> CV0;
Owen Andersoneed707b2009-07-24 23:12:02 +00006806 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000)));
6807 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000)));
6808 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
6809 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
Owen Andersonaf7ec972009-07-28 21:19:26 +00006810 Constant *C0 = ConstantVector::get(CV0);
Evan Cheng1606e8e2009-03-13 07:51:59 +00006811 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006812
Bill Wendling8b8a6362009-01-17 03:56:04 +00006813 std::vector<Constant*> CV1;
Owen Andersona90b3dc2009-07-15 21:51:10 +00006814 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00006815 ConstantFP::get(*Context, APFloat(APInt(64, 0x4530000000000000ULL))));
Owen Andersona90b3dc2009-07-15 21:51:10 +00006816 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00006817 ConstantFP::get(*Context, APFloat(APInt(64, 0x4330000000000000ULL))));
Owen Andersonaf7ec972009-07-28 21:19:26 +00006818 Constant *C1 = ConstantVector::get(CV1);
Evan Cheng1606e8e2009-03-13 07:51:59 +00006819 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006820
Owen Anderson825b72b2009-08-11 20:47:22 +00006821 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
6822 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00006823 Op.getOperand(0),
6824 DAG.getIntPtrConstant(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006825 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
6826 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00006827 Op.getOperand(0),
6828 DAG.getIntPtrConstant(0)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006829 SDValue Unpck1 = getUnpackl(DAG, dl, MVT::v4i32, XR1, XR2);
6830 SDValue CLod0 = DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
Chris Lattnere8639032010-09-21 06:22:23 +00006831 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00006832 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00006833 SDValue Unpck2 = getUnpackl(DAG, dl, MVT::v4i32, Unpck1, CLod0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006834 SDValue XR2F = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Unpck2);
Owen Anderson825b72b2009-08-11 20:47:22 +00006835 SDValue CLod1 = DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
Chris Lattnere8639032010-09-21 06:22:23 +00006836 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00006837 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00006838 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00006839
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006840 // Add the halves; easiest way is to swap them into another reg first.
Nate Begeman9008ca62009-04-27 18:41:29 +00006841 int ShufMask[2] = { 1, -1 };
Owen Anderson825b72b2009-08-11 20:47:22 +00006842 SDValue Shuf = DAG.getVectorShuffle(MVT::v2f64, dl, Sub,
6843 DAG.getUNDEF(MVT::v2f64), ShufMask);
6844 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::v2f64, Shuf, Sub);
6845 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Add,
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006846 DAG.getIntPtrConstant(0));
6847}
6848
Bill Wendling8b8a6362009-01-17 03:56:04 +00006849// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00006850SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op,
6851 SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006852 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00006853 // FP constant to bias correct the final result.
6854 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
Owen Anderson825b72b2009-08-11 20:47:22 +00006855 MVT::f64);
Bill Wendling8b8a6362009-01-17 03:56:04 +00006856
6857 // Load the 32-bit value into an XMM register.
Owen Anderson825b72b2009-08-11 20:47:22 +00006858 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
6859 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Bill Wendling8b8a6362009-01-17 03:56:04 +00006860 Op.getOperand(0),
6861 DAG.getIntPtrConstant(0)));
6862
Owen Anderson825b72b2009-08-11 20:47:22 +00006863 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006864 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Load),
Bill Wendling8b8a6362009-01-17 03:56:04 +00006865 DAG.getIntPtrConstant(0));
6866
6867 // Or the load with the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00006868 SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006869 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00006870 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006871 MVT::v2f64, Load)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006872 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00006873 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006874 MVT::v2f64, Bias)));
6875 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006876 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Or),
Bill Wendling8b8a6362009-01-17 03:56:04 +00006877 DAG.getIntPtrConstant(0));
6878
6879 // Subtract the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00006880 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
Bill Wendling8b8a6362009-01-17 03:56:04 +00006881
6882 // Handle final rounding.
Owen Andersone50ed302009-08-10 22:56:29 +00006883 EVT DestVT = Op.getValueType();
Bill Wendling030939c2009-01-17 07:40:19 +00006884
Owen Anderson825b72b2009-08-11 20:47:22 +00006885 if (DestVT.bitsLT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00006886 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
Bill Wendling030939c2009-01-17 07:40:19 +00006887 DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00006888 } else if (DestVT.bitsGT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00006889 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
Bill Wendling030939c2009-01-17 07:40:19 +00006890 }
6891
6892 // Handle final rounding.
6893 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00006894}
6895
Dan Gohmand858e902010-04-17 15:26:15 +00006896SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
6897 SelectionDAG &DAG) const {
Evan Chenga06ec9e2009-01-19 08:08:22 +00006898 SDValue N0 = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006899 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00006900
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006901 // Since UINT_TO_FP is legal (it's marked custom), dag combiner won't
Evan Chenga06ec9e2009-01-19 08:08:22 +00006902 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
6903 // the optimization here.
6904 if (DAG.SignBitIsZero(N0))
Dale Johannesenace16102009-02-03 19:33:06 +00006905 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
Evan Chenga06ec9e2009-01-19 08:08:22 +00006906
Owen Andersone50ed302009-08-10 22:56:29 +00006907 EVT SrcVT = N0.getValueType();
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006908 EVT DstVT = Op.getValueType();
6909 if (SrcVT == MVT::i64 && DstVT == MVT::f64 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00006910 return LowerUINT_TO_FP_i64(Op, DAG);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006911 else if (SrcVT == MVT::i32 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00006912 return LowerUINT_TO_FP_i32(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00006913
6914 // Make a 64-bit buffer, and use it to build an FILD.
Owen Anderson825b72b2009-08-11 20:47:22 +00006915 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006916 if (SrcVT == MVT::i32) {
6917 SDValue WordOff = DAG.getConstant(4, getPointerTy());
6918 SDValue OffsetSlot = DAG.getNode(ISD::ADD, dl,
6919 getPointerTy(), StackSlot, WordOff);
6920 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00006921 StackSlot, MachinePointerInfo(),
6922 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006923 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00006924 OffsetSlot, MachinePointerInfo(),
6925 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006926 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
6927 return Fild;
6928 }
6929
6930 assert(SrcVT == MVT::i64 && "Unexpected type in UINT_TO_FP");
6931 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00006932 StackSlot, MachinePointerInfo(),
6933 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006934 // For i64 source, we need to add the appropriate power of 2 if the input
6935 // was negative. This is the same as the optimization in
6936 // DAGTypeLegalizer::ExpandIntOp_UNIT_TO_FP, and for it to be safe here,
6937 // we must be careful to do the computation in x87 extended precision, not
6938 // in SSE. (The generic code can't know it's OK to do this, or how to.)
Chris Lattner492a43e2010-09-22 01:28:21 +00006939 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
6940 MachineMemOperand *MMO =
6941 DAG.getMachineFunction()
6942 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
6943 MachineMemOperand::MOLoad, 8, 8);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006944
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006945 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
6946 SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
Chris Lattner492a43e2010-09-22 01:28:21 +00006947 SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops, 3,
6948 MVT::i64, MMO);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006949
6950 APInt FF(32, 0x5F800000ULL);
6951
6952 // Check whether the sign bit is set.
6953 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
6954 Op.getOperand(0), DAG.getConstant(0, MVT::i64),
6955 ISD::SETLT);
6956
6957 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
6958 SDValue FudgePtr = DAG.getConstantPool(
6959 ConstantInt::get(*DAG.getContext(), FF.zext(64)),
6960 getPointerTy());
6961
6962 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.
6963 SDValue Zero = DAG.getIntPtrConstant(0);
6964 SDValue Four = DAG.getIntPtrConstant(4);
6965 SDValue Offset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(), SignSet,
6966 Zero, Four);
6967 FudgePtr = DAG.getNode(ISD::ADD, dl, getPointerTy(), FudgePtr, Offset);
6968
6969 // Load the value out, extending it from f32 to f80.
6970 // FIXME: Avoid the extend by constructing the right constant pool?
Stuart Hastingsa9011292011-02-16 16:23:55 +00006971 SDValue Fudge = DAG.getExtLoad(ISD::EXTLOAD, dl, MVT::f80, DAG.getEntryNode(),
Chris Lattnere8639032010-09-21 06:22:23 +00006972 FudgePtr, MachinePointerInfo::getConstantPool(),
6973 MVT::f32, false, false, 4);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00006974 // Extend everything to 80 bits to force it to be done on x87.
6975 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::f80, Fild, Fudge);
6976 return DAG.getNode(ISD::FP_ROUND, dl, DstVT, Add, DAG.getIntPtrConstant(0));
Bill Wendling8b8a6362009-01-17 03:56:04 +00006977}
6978
Dan Gohman475871a2008-07-27 21:46:04 +00006979std::pair<SDValue,SDValue> X86TargetLowering::
Dan Gohmand858e902010-04-17 15:26:15 +00006980FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned) const {
Chris Lattner07290932010-09-22 01:05:16 +00006981 DebugLoc DL = Op.getDebugLoc();
Eli Friedman948e95a2009-05-23 09:59:16 +00006982
Owen Andersone50ed302009-08-10 22:56:29 +00006983 EVT DstTy = Op.getValueType();
Eli Friedman948e95a2009-05-23 09:59:16 +00006984
6985 if (!IsSigned) {
Owen Anderson825b72b2009-08-11 20:47:22 +00006986 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
6987 DstTy = MVT::i64;
Eli Friedman948e95a2009-05-23 09:59:16 +00006988 }
6989
Owen Anderson825b72b2009-08-11 20:47:22 +00006990 assert(DstTy.getSimpleVT() <= MVT::i64 &&
6991 DstTy.getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00006992 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00006993
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006994 // These are really Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00006995 if (DstTy == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00006996 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00006997 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00006998 if (Subtarget->is64Bit() &&
Owen Anderson825b72b2009-08-11 20:47:22 +00006999 DstTy == MVT::i64 &&
Eli Friedman36df4992009-05-27 00:47:34 +00007000 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007001 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007002
Evan Cheng87c89352007-10-15 20:11:21 +00007003 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
7004 // stack slot.
7005 MachineFunction &MF = DAG.getMachineFunction();
Eli Friedman948e95a2009-05-23 09:59:16 +00007006 unsigned MemSize = DstTy.getSizeInBits()/8;
David Greene3f2bf852009-11-12 20:49:22 +00007007 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007008 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Eric Christopherfd179292009-08-27 18:07:15 +00007009
Michael J. Spencerec38de22010-10-10 22:04:20 +00007010
7011
Evan Cheng0db9fe62006-04-25 20:13:52 +00007012 unsigned Opc;
Owen Anderson825b72b2009-08-11 20:47:22 +00007013 switch (DstTy.getSimpleVT().SimpleTy) {
Torok Edwinc23197a2009-07-14 16:55:14 +00007014 default: llvm_unreachable("Invalid FP_TO_SINT to lower!");
Owen Anderson825b72b2009-08-11 20:47:22 +00007015 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
7016 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
7017 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007018 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007019
Dan Gohman475871a2008-07-27 21:46:04 +00007020 SDValue Chain = DAG.getEntryNode();
7021 SDValue Value = Op.getOperand(0);
Chris Lattner492a43e2010-09-22 01:28:21 +00007022 EVT TheVT = Op.getOperand(0).getValueType();
7023 if (isScalarFPTypeInSSEReg(TheVT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007024 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Chris Lattner07290932010-09-22 01:05:16 +00007025 Chain = DAG.getStore(Chain, DL, Value, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007026 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007027 false, false, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +00007028 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00007029 SDValue Ops[] = {
Chris Lattner492a43e2010-09-22 01:28:21 +00007030 Chain, StackSlot, DAG.getValueType(TheVT)
Chris Lattner5a88b832007-02-25 07:10:00 +00007031 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00007032
Chris Lattner492a43e2010-09-22 01:28:21 +00007033 MachineMemOperand *MMO =
7034 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7035 MachineMemOperand::MOLoad, MemSize, MemSize);
7036 Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, 3,
7037 DstTy, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007038 Chain = Value.getValue(1);
David Greene3f2bf852009-11-12 20:49:22 +00007039 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007040 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
7041 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00007042
Chris Lattner07290932010-09-22 01:05:16 +00007043 MachineMemOperand *MMO =
7044 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7045 MachineMemOperand::MOStore, MemSize, MemSize);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007046
Evan Cheng0db9fe62006-04-25 20:13:52 +00007047 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00007048 SDValue Ops[] = { Chain, Value, StackSlot };
Chris Lattner07290932010-09-22 01:05:16 +00007049 SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
7050 Ops, 3, DstTy, MMO);
Evan Chengd9558e02006-01-06 00:43:03 +00007051
Chris Lattner27a6c732007-11-24 07:07:01 +00007052 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007053}
7054
Dan Gohmand858e902010-04-17 15:26:15 +00007055SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op,
7056 SelectionDAG &DAG) const {
Dale Johannesen0488fb62010-09-30 23:57:10 +00007057 if (Op.getValueType().isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007058 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007059
Eli Friedman948e95a2009-05-23 09:59:16 +00007060 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, true);
Dan Gohman475871a2008-07-27 21:46:04 +00007061 SDValue FIST = Vals.first, StackSlot = Vals.second;
Eli Friedman36df4992009-05-27 00:47:34 +00007062 // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
7063 if (FIST.getNode() == 0) return Op;
Scott Michelfdc40a02009-02-17 22:15:04 +00007064
Chris Lattner27a6c732007-11-24 07:07:01 +00007065 // Load the result.
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007066 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007067 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Chris Lattner27a6c732007-11-24 07:07:01 +00007068}
7069
Dan Gohmand858e902010-04-17 15:26:15 +00007070SDValue X86TargetLowering::LowerFP_TO_UINT(SDValue Op,
7071 SelectionDAG &DAG) const {
Eli Friedman948e95a2009-05-23 09:59:16 +00007072 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, false);
7073 SDValue FIST = Vals.first, StackSlot = Vals.second;
7074 assert(FIST.getNode() && "Unexpected failure");
7075
7076 // Load the result.
7077 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007078 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007079}
7080
Dan Gohmand858e902010-04-17 15:26:15 +00007081SDValue X86TargetLowering::LowerFABS(SDValue Op,
7082 SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007083 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007084 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007085 EVT VT = Op.getValueType();
7086 EVT EltVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007087 if (VT.isVector())
7088 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007089 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007090 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007091 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00007092 CV.push_back(C);
7093 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007094 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007095 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00007096 CV.push_back(C);
7097 CV.push_back(C);
7098 CV.push_back(C);
7099 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007100 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007101 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007102 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007103 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007104 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007105 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007106 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007107}
7108
Dan Gohmand858e902010-04-17 15:26:15 +00007109SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007110 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007111 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007112 EVT VT = Op.getValueType();
7113 EVT EltVT = VT;
Duncan Sandsda9ad382009-09-06 19:29:07 +00007114 if (VT.isVector())
Duncan Sands83ec4b62008-06-06 12:08:01 +00007115 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007116 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007117 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007118 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00007119 CV.push_back(C);
7120 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007121 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007122 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00007123 CV.push_back(C);
7124 CV.push_back(C);
7125 CV.push_back(C);
7126 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007127 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007128 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007129 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007130 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007131 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007132 false, false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00007133 if (VT.isVector()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007134 return DAG.getNode(ISD::BITCAST, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00007135 DAG.getNode(ISD::XOR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007136 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007137 Op.getOperand(0)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007138 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Mask)));
Evan Chengd4d01b72007-07-19 23:36:01 +00007139 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007140 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
Evan Chengd4d01b72007-07-19 23:36:01 +00007141 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00007142}
7143
Dan Gohmand858e902010-04-17 15:26:15 +00007144SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007145 LLVMContext *Context = DAG.getContext();
Dan Gohman475871a2008-07-27 21:46:04 +00007146 SDValue Op0 = Op.getOperand(0);
7147 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007148 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007149 EVT VT = Op.getValueType();
7150 EVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00007151
7152 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007153 if (SrcVT.bitsLT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007154 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007155 SrcVT = VT;
7156 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007157 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007158 if (SrcVT.bitsGT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007159 Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007160 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007161 }
7162
7163 // At this point the operands and the result should have the same
7164 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00007165
Evan Cheng68c47cb2007-01-05 07:55:56 +00007166 // First get the sign bit of second operand.
7167 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007168 if (SrcVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007169 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63))));
7170 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007171 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007172 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31))));
7173 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7174 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7175 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007176 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007177 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007178 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007179 SDValue Mask1 = DAG.getLoad(SrcVT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007180 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007181 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007182 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007183
7184 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007185 if (SrcVT.bitsGT(VT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007186 // Op0 is MVT::f32, Op1 is MVT::f64.
7187 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, SignBit);
7188 SignBit = DAG.getNode(X86ISD::FSRL, dl, MVT::v2f64, SignBit,
7189 DAG.getConstant(32, MVT::i32));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007190 SignBit = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, SignBit);
Owen Anderson825b72b2009-08-11 20:47:22 +00007191 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00007192 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007193 }
7194
Evan Cheng73d6cf12007-01-05 21:37:56 +00007195 // Clear first operand sign bit.
7196 CV.clear();
Owen Anderson825b72b2009-08-11 20:47:22 +00007197 if (VT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007198 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63)))));
7199 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007200 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007201 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31)))));
7202 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7203 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7204 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007205 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007206 C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007207 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007208 SDValue Mask2 = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007209 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007210 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007211 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007212
7213 // Or the value with the sign bit.
Dale Johannesenace16102009-02-03 19:33:06 +00007214 return DAG.getNode(X86ISD::FOR, dl, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007215}
7216
Dan Gohman076aee32009-03-04 19:44:21 +00007217/// Emit nodes that will be selected as "test Op0,Op0", or something
7218/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007219SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007220 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007221 DebugLoc dl = Op.getDebugLoc();
7222
Dan Gohman31125812009-03-07 01:58:32 +00007223 // CF and OF aren't always set the way we want. Determine which
7224 // of these we need.
7225 bool NeedCF = false;
7226 bool NeedOF = false;
7227 switch (X86CC) {
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007228 default: break;
Dan Gohman31125812009-03-07 01:58:32 +00007229 case X86::COND_A: case X86::COND_AE:
7230 case X86::COND_B: case X86::COND_BE:
7231 NeedCF = true;
7232 break;
7233 case X86::COND_G: case X86::COND_GE:
7234 case X86::COND_L: case X86::COND_LE:
7235 case X86::COND_O: case X86::COND_NO:
7236 NeedOF = true;
7237 break;
Dan Gohman31125812009-03-07 01:58:32 +00007238 }
7239
Dan Gohman076aee32009-03-04 19:44:21 +00007240 // See if we can use the EFLAGS value from the operand instead of
Dan Gohman31125812009-03-07 01:58:32 +00007241 // doing a separate TEST. TEST always sets OF and CF to 0, so unless
7242 // we prove that the arithmetic won't overflow, we can't use OF or CF.
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007243 if (Op.getResNo() != 0 || NeedOF || NeedCF)
7244 // Emit a CMP with 0, which is the TEST pattern.
7245 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7246 DAG.getConstant(0, Op.getValueType()));
7247
7248 unsigned Opcode = 0;
7249 unsigned NumOperands = 0;
7250 switch (Op.getNode()->getOpcode()) {
7251 case ISD::ADD:
7252 // Due to an isel shortcoming, be conservative if this add is likely to be
7253 // selected as part of a load-modify-store instruction. When the root node
7254 // in a match is a store, isel doesn't know how to remap non-chain non-flag
7255 // uses of other nodes in the match, such as the ADD in this case. This
7256 // leads to the ADD being left around and reselected, with the result being
7257 // two adds in the output. Alas, even if none our users are stores, that
7258 // doesn't prove we're O.K. Ergo, if we have any parents that aren't
7259 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
7260 // climbing the DAG back to the root, and it doesn't seem to be worth the
7261 // effort.
7262 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
Dan Gohman076aee32009-03-04 19:44:21 +00007263 UE = Op.getNode()->use_end(); UI != UE; ++UI)
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007264 if (UI->getOpcode() != ISD::CopyToReg && UI->getOpcode() != ISD::SETCC)
7265 goto default_case;
7266
7267 if (ConstantSDNode *C =
7268 dyn_cast<ConstantSDNode>(Op.getNode()->getOperand(1))) {
7269 // An add of one will be selected as an INC.
7270 if (C->getAPIntValue() == 1) {
7271 Opcode = X86ISD::INC;
7272 NumOperands = 1;
7273 break;
Dan Gohmane220c4b2009-09-18 19:59:53 +00007274 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007275
7276 // An add of negative one (subtract of one) will be selected as a DEC.
7277 if (C->getAPIntValue().isAllOnesValue()) {
7278 Opcode = X86ISD::DEC;
7279 NumOperands = 1;
7280 break;
7281 }
Dan Gohman076aee32009-03-04 19:44:21 +00007282 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007283
7284 // Otherwise use a regular EFLAGS-setting add.
7285 Opcode = X86ISD::ADD;
7286 NumOperands = 2;
7287 break;
7288 case ISD::AND: {
7289 // If the primary and result isn't used, don't bother using X86ISD::AND,
7290 // because a TEST instruction will be better.
7291 bool NonFlagUse = false;
7292 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7293 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
7294 SDNode *User = *UI;
7295 unsigned UOpNo = UI.getOperandNo();
7296 if (User->getOpcode() == ISD::TRUNCATE && User->hasOneUse()) {
7297 // Look pass truncate.
7298 UOpNo = User->use_begin().getOperandNo();
7299 User = *User->use_begin();
7300 }
7301
7302 if (User->getOpcode() != ISD::BRCOND &&
7303 User->getOpcode() != ISD::SETCC &&
7304 (User->getOpcode() != ISD::SELECT || UOpNo != 0)) {
7305 NonFlagUse = true;
7306 break;
7307 }
Dan Gohman076aee32009-03-04 19:44:21 +00007308 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007309
7310 if (!NonFlagUse)
7311 break;
7312 }
7313 // FALL THROUGH
7314 case ISD::SUB:
7315 case ISD::OR:
7316 case ISD::XOR:
7317 // Due to the ISEL shortcoming noted above, be conservative if this op is
7318 // likely to be selected as part of a load-modify-store instruction.
7319 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7320 UE = Op.getNode()->use_end(); UI != UE; ++UI)
7321 if (UI->getOpcode() == ISD::STORE)
7322 goto default_case;
7323
7324 // Otherwise use a regular EFLAGS-setting instruction.
7325 switch (Op.getNode()->getOpcode()) {
7326 default: llvm_unreachable("unexpected operator!");
7327 case ISD::SUB: Opcode = X86ISD::SUB; break;
7328 case ISD::OR: Opcode = X86ISD::OR; break;
7329 case ISD::XOR: Opcode = X86ISD::XOR; break;
7330 case ISD::AND: Opcode = X86ISD::AND; break;
7331 }
7332
7333 NumOperands = 2;
7334 break;
7335 case X86ISD::ADD:
7336 case X86ISD::SUB:
7337 case X86ISD::INC:
7338 case X86ISD::DEC:
7339 case X86ISD::OR:
7340 case X86ISD::XOR:
7341 case X86ISD::AND:
7342 return SDValue(Op.getNode(), 1);
7343 default:
7344 default_case:
7345 break;
Dan Gohman076aee32009-03-04 19:44:21 +00007346 }
7347
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007348 if (Opcode == 0)
7349 // Emit a CMP with 0, which is the TEST pattern.
7350 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7351 DAG.getConstant(0, Op.getValueType()));
7352
7353 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
7354 SmallVector<SDValue, 4> Ops;
7355 for (unsigned i = 0; i != NumOperands; ++i)
7356 Ops.push_back(Op.getOperand(i));
7357
7358 SDValue New = DAG.getNode(Opcode, dl, VTs, &Ops[0], NumOperands);
7359 DAG.ReplaceAllUsesWith(Op, New);
7360 return SDValue(New.getNode(), 1);
Dan Gohman076aee32009-03-04 19:44:21 +00007361}
7362
7363/// Emit nodes that will be selected as "cmp Op0,Op1", or something
7364/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007365SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007366 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007367 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
7368 if (C->getAPIntValue() == 0)
Evan Cheng552f09a2010-04-26 19:06:11 +00007369 return EmitTest(Op0, X86CC, DAG);
Dan Gohman076aee32009-03-04 19:44:21 +00007370
7371 DebugLoc dl = Op0.getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00007372 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
Dan Gohman076aee32009-03-04 19:44:21 +00007373}
7374
Evan Chengd40d03e2010-01-06 19:38:29 +00007375/// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
7376/// if it's possible.
Evan Cheng5528e7b2010-04-21 01:47:12 +00007377SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC,
7378 DebugLoc dl, SelectionDAG &DAG) const {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007379 SDValue Op0 = And.getOperand(0);
7380 SDValue Op1 = And.getOperand(1);
7381 if (Op0.getOpcode() == ISD::TRUNCATE)
7382 Op0 = Op0.getOperand(0);
7383 if (Op1.getOpcode() == ISD::TRUNCATE)
7384 Op1 = Op1.getOperand(0);
7385
Evan Chengd40d03e2010-01-06 19:38:29 +00007386 SDValue LHS, RHS;
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007387 if (Op1.getOpcode() == ISD::SHL)
7388 std::swap(Op0, Op1);
7389 if (Op0.getOpcode() == ISD::SHL) {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007390 if (ConstantSDNode *And00C = dyn_cast<ConstantSDNode>(Op0.getOperand(0)))
7391 if (And00C->getZExtValue() == 1) {
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007392 // If we looked past a truncate, check that it's only truncating away
7393 // known zeros.
7394 unsigned BitWidth = Op0.getValueSizeInBits();
7395 unsigned AndBitWidth = And.getValueSizeInBits();
7396 if (BitWidth > AndBitWidth) {
7397 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones;
7398 DAG.ComputeMaskedBits(Op0, Mask, Zeros, Ones);
7399 if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth)
7400 return SDValue();
7401 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007402 LHS = Op1;
7403 RHS = Op0.getOperand(1);
Evan Chengd40d03e2010-01-06 19:38:29 +00007404 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007405 } else if (Op1.getOpcode() == ISD::Constant) {
7406 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
7407 SDValue AndLHS = Op0;
Evan Chengd40d03e2010-01-06 19:38:29 +00007408 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {
7409 LHS = AndLHS.getOperand(0);
7410 RHS = AndLHS.getOperand(1);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007411 }
Evan Chengd40d03e2010-01-06 19:38:29 +00007412 }
Evan Cheng0488db92007-09-25 01:57:46 +00007413
Evan Chengd40d03e2010-01-06 19:38:29 +00007414 if (LHS.getNode()) {
Evan Chenge5b51ac2010-04-17 06:13:15 +00007415 // If LHS is i8, promote it to i32 with any_extend. There is no i8 BT
Evan Chengd40d03e2010-01-06 19:38:29 +00007416 // instruction. Since the shift amount is in-range-or-undefined, we know
Evan Chenge5b51ac2010-04-17 06:13:15 +00007417 // that doing a bittest on the i32 value is ok. We extend to i32 because
Evan Chengd40d03e2010-01-06 19:38:29 +00007418 // the encoding for the i16 version is larger than the i32 version.
Evan Chenge5b51ac2010-04-17 06:13:15 +00007419 // Also promote i16 to i32 for performance / code size reason.
7420 if (LHS.getValueType() == MVT::i8 ||
Evan Cheng2bce5f4b2010-04-28 08:30:49 +00007421 LHS.getValueType() == MVT::i16)
Evan Chengd40d03e2010-01-06 19:38:29 +00007422 LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
Chris Lattnere55484e2008-12-25 05:34:37 +00007423
Evan Chengd40d03e2010-01-06 19:38:29 +00007424 // If the operand types disagree, extend the shift amount to match. Since
7425 // BT ignores high bits (like shifts) we can use anyextend.
7426 if (LHS.getValueType() != RHS.getValueType())
7427 RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007428
Evan Chengd40d03e2010-01-06 19:38:29 +00007429 SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
7430 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
7431 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7432 DAG.getConstant(Cond, MVT::i8), BT);
Chris Lattnere55484e2008-12-25 05:34:37 +00007433 }
7434
Evan Cheng54de3ea2010-01-05 06:52:31 +00007435 return SDValue();
7436}
7437
Dan Gohmand858e902010-04-17 15:26:15 +00007438SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng54de3ea2010-01-05 06:52:31 +00007439 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
7440 SDValue Op0 = Op.getOperand(0);
7441 SDValue Op1 = Op.getOperand(1);
7442 DebugLoc dl = Op.getDebugLoc();
7443 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
7444
7445 // Optimize to BT if possible.
Evan Chengd40d03e2010-01-06 19:38:29 +00007446 // Lower (X & (1 << N)) == 0 to BT(X, N).
7447 // Lower ((X >>u N) & 1) != 0 to BT(X, N).
7448 // Lower ((X >>s N) & 1) != 0 to BT(X, N).
Andrew Trickf6c39412011-03-23 23:11:02 +00007449 if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007450 Op1.getOpcode() == ISD::Constant &&
Dan Gohmane368b462010-06-18 14:22:04 +00007451 cast<ConstantSDNode>(Op1)->isNullValue() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007452 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
7453 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
7454 if (NewSetCC.getNode())
7455 return NewSetCC;
7456 }
Evan Cheng54de3ea2010-01-05 06:52:31 +00007457
Chris Lattner481eebc2010-12-19 21:23:48 +00007458 // Look for X == 0, X == 1, X != 0, or X != 1. We can simplify some forms of
7459 // these.
7460 if (Op1.getOpcode() == ISD::Constant &&
Andrew Trickf6c39412011-03-23 23:11:02 +00007461 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
Evan Cheng2c755ba2010-02-27 07:36:59 +00007462 cast<ConstantSDNode>(Op1)->isNullValue()) &&
7463 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007464
Chris Lattner481eebc2010-12-19 21:23:48 +00007465 // If the input is a setcc, then reuse the input setcc or use a new one with
7466 // the inverted condition.
7467 if (Op0.getOpcode() == X86ISD::SETCC) {
7468 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
7469 bool Invert = (CC == ISD::SETNE) ^
7470 cast<ConstantSDNode>(Op1)->isNullValue();
7471 if (!Invert) return Op0;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007472
Evan Cheng2c755ba2010-02-27 07:36:59 +00007473 CCode = X86::GetOppositeBranchCondition(CCode);
Chris Lattner481eebc2010-12-19 21:23:48 +00007474 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7475 DAG.getConstant(CCode, MVT::i8), Op0.getOperand(1));
7476 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007477 }
7478
Evan Chenge5b51ac2010-04-17 06:13:15 +00007479 bool isFP = Op1.getValueType().isFloatingPoint();
Chris Lattnere55484e2008-12-25 05:34:37 +00007480 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00007481 if (X86CC == X86::COND_INVALID)
7482 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00007483
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007484 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00007485 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007486 DAG.getConstant(X86CC, MVT::i8), EFLAGS);
Evan Cheng0488db92007-09-25 01:57:46 +00007487}
7488
Dan Gohmand858e902010-04-17 15:26:15 +00007489SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00007490 SDValue Cond;
7491 SDValue Op0 = Op.getOperand(0);
7492 SDValue Op1 = Op.getOperand(1);
7493 SDValue CC = Op.getOperand(2);
Owen Andersone50ed302009-08-10 22:56:29 +00007494 EVT VT = Op.getValueType();
Nate Begeman30a0de92008-07-17 16:51:19 +00007495 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
7496 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007497 DebugLoc dl = Op.getDebugLoc();
Nate Begeman30a0de92008-07-17 16:51:19 +00007498
7499 if (isFP) {
7500 unsigned SSECC = 8;
Owen Andersone50ed302009-08-10 22:56:29 +00007501 EVT VT0 = Op0.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00007502 assert(VT0 == MVT::v4f32 || VT0 == MVT::v2f64);
7503 unsigned Opc = VT0 == MVT::v4f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00007504 bool Swap = false;
7505
7506 switch (SetCCOpcode) {
7507 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007508 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00007509 case ISD::SETEQ: SSECC = 0; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00007510 case ISD::SETOGT:
Nate Begeman30a0de92008-07-17 16:51:19 +00007511 case ISD::SETGT: Swap = true; // Fallthrough
7512 case ISD::SETLT:
7513 case ISD::SETOLT: SSECC = 1; break;
7514 case ISD::SETOGE:
7515 case ISD::SETGE: Swap = true; // Fallthrough
7516 case ISD::SETLE:
7517 case ISD::SETOLE: SSECC = 2; break;
7518 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007519 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00007520 case ISD::SETNE: SSECC = 4; break;
7521 case ISD::SETULE: Swap = true;
7522 case ISD::SETUGE: SSECC = 5; break;
7523 case ISD::SETULT: Swap = true;
7524 case ISD::SETUGT: SSECC = 6; break;
7525 case ISD::SETO: SSECC = 7; break;
7526 }
7527 if (Swap)
7528 std::swap(Op0, Op1);
7529
Nate Begemanfb8ead02008-07-25 19:05:58 +00007530 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00007531 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00007532 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00007533 SDValue UNORD, EQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007534 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
7535 EQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007536 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007537 }
7538 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00007539 SDValue ORD, NEQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007540 ORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
7541 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007542 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007543 }
Torok Edwinc23197a2009-07-14 16:55:14 +00007544 llvm_unreachable("Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00007545 }
7546 // Handle all other FP comparisons here.
Owen Anderson825b72b2009-08-11 20:47:22 +00007547 return DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
Nate Begeman30a0de92008-07-17 16:51:19 +00007548 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007549
Nate Begeman30a0de92008-07-17 16:51:19 +00007550 // We are handling one of the integer comparisons here. Since SSE only has
7551 // GT and EQ comparisons for integer, swapping operands and multiple
7552 // operations may be required for some comparisons.
7553 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
7554 bool Swap = false, Invert = false, FlipSigns = false;
Scott Michelfdc40a02009-02-17 22:15:04 +00007555
Owen Anderson825b72b2009-08-11 20:47:22 +00007556 switch (VT.getSimpleVT().SimpleTy) {
Nate Begeman30a0de92008-07-17 16:51:19 +00007557 default: break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007558 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007559 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007560 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
7561 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
Nate Begeman30a0de92008-07-17 16:51:19 +00007562 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007563
Nate Begeman30a0de92008-07-17 16:51:19 +00007564 switch (SetCCOpcode) {
7565 default: break;
7566 case ISD::SETNE: Invert = true;
7567 case ISD::SETEQ: Opc = EQOpc; break;
7568 case ISD::SETLT: Swap = true;
7569 case ISD::SETGT: Opc = GTOpc; break;
7570 case ISD::SETGE: Swap = true;
7571 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
7572 case ISD::SETULT: Swap = true;
7573 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
7574 case ISD::SETUGE: Swap = true;
7575 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
7576 }
7577 if (Swap)
7578 std::swap(Op0, Op1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007579
Nate Begeman30a0de92008-07-17 16:51:19 +00007580 // Since SSE has no unsigned integer comparisons, we need to flip the sign
7581 // bits of the inputs before performing those operations.
7582 if (FlipSigns) {
Owen Andersone50ed302009-08-10 22:56:29 +00007583 EVT EltVT = VT.getVectorElementType();
Duncan Sandsb0d5cdd2009-02-01 18:06:53 +00007584 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()),
7585 EltVT);
Dan Gohman475871a2008-07-27 21:46:04 +00007586 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
Evan Chenga87008d2009-02-25 22:49:59 +00007587 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
7588 SignBits.size());
Dale Johannesenace16102009-02-03 19:33:06 +00007589 Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SignVec);
7590 Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SignVec);
Nate Begeman30a0de92008-07-17 16:51:19 +00007591 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007592
Dale Johannesenace16102009-02-03 19:33:06 +00007593 SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00007594
7595 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00007596 if (Invert)
Dale Johannesenace16102009-02-03 19:33:06 +00007597 Result = DAG.getNOT(dl, Result, VT);
Bob Wilson4c245462009-01-22 17:39:32 +00007598
Nate Begeman30a0de92008-07-17 16:51:19 +00007599 return Result;
7600}
Evan Cheng0488db92007-09-25 01:57:46 +00007601
Evan Cheng370e5342008-12-03 08:38:43 +00007602// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
Dan Gohman076aee32009-03-04 19:44:21 +00007603static bool isX86LogicalCmp(SDValue Op) {
7604 unsigned Opc = Op.getNode()->getOpcode();
7605 if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI)
7606 return true;
7607 if (Op.getResNo() == 1 &&
7608 (Opc == X86ISD::ADD ||
7609 Opc == X86ISD::SUB ||
Chris Lattner5b856542010-12-20 00:59:46 +00007610 Opc == X86ISD::ADC ||
7611 Opc == X86ISD::SBB ||
Dan Gohman076aee32009-03-04 19:44:21 +00007612 Opc == X86ISD::SMUL ||
7613 Opc == X86ISD::UMUL ||
7614 Opc == X86ISD::INC ||
Dan Gohmane220c4b2009-09-18 19:59:53 +00007615 Opc == X86ISD::DEC ||
7616 Opc == X86ISD::OR ||
7617 Opc == X86ISD::XOR ||
7618 Opc == X86ISD::AND))
Dan Gohman076aee32009-03-04 19:44:21 +00007619 return true;
7620
Chris Lattner9637d5b2010-12-05 07:49:54 +00007621 if (Op.getResNo() == 2 && Opc == X86ISD::UMUL)
7622 return true;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007623
Dan Gohman076aee32009-03-04 19:44:21 +00007624 return false;
Evan Cheng370e5342008-12-03 08:38:43 +00007625}
7626
Chris Lattnera2b56002010-12-05 01:23:24 +00007627static bool isZero(SDValue V) {
7628 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7629 return C && C->isNullValue();
7630}
7631
Chris Lattner96908b12010-12-05 02:00:51 +00007632static bool isAllOnes(SDValue V) {
7633 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7634 return C && C->isAllOnesValue();
7635}
7636
Dan Gohmand858e902010-04-17 15:26:15 +00007637SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007638 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007639 SDValue Cond = Op.getOperand(0);
Chris Lattnera2b56002010-12-05 01:23:24 +00007640 SDValue Op1 = Op.getOperand(1);
7641 SDValue Op2 = Op.getOperand(2);
7642 DebugLoc DL = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007643 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00007644
Dan Gohman1a492952009-10-20 16:22:37 +00007645 if (Cond.getOpcode() == ISD::SETCC) {
7646 SDValue NewCond = LowerSETCC(Cond, DAG);
7647 if (NewCond.getNode())
7648 Cond = NewCond;
7649 }
Evan Cheng734503b2006-09-11 02:19:56 +00007650
Chris Lattnera2b56002010-12-05 01:23:24 +00007651 // (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00007652 // (select (x == 0), y, -1) -> ~(sign_bit (x - 1)) | y
Chris Lattnera2b56002010-12-05 01:23:24 +00007653 // (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00007654 // (select (x != 0), -1, y) -> ~(sign_bit (x - 1)) | y
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007655 if (Cond.getOpcode() == X86ISD::SETCC &&
Chris Lattner96908b12010-12-05 02:00:51 +00007656 Cond.getOperand(1).getOpcode() == X86ISD::CMP &&
7657 isZero(Cond.getOperand(1).getOperand(1))) {
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007658 SDValue Cmp = Cond.getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007659
Chris Lattnera2b56002010-12-05 01:23:24 +00007660 unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007661
7662 if ((isAllOnes(Op1) || isAllOnes(Op2)) &&
Chris Lattner96908b12010-12-05 02:00:51 +00007663 (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
7664 SDValue Y = isAllOnes(Op2) ? Op1 : Op2;
Chris Lattnera2b56002010-12-05 01:23:24 +00007665
7666 SDValue CmpOp0 = Cmp.getOperand(0);
7667 Cmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32,
7668 CmpOp0, DAG.getConstant(1, CmpOp0.getValueType()));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007669
Chris Lattner96908b12010-12-05 02:00:51 +00007670 SDValue Res = // Res = 0 or -1.
Chris Lattnera2b56002010-12-05 01:23:24 +00007671 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
7672 DAG.getConstant(X86::COND_B, MVT::i8), Cmp);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007673
Chris Lattner96908b12010-12-05 02:00:51 +00007674 if (isAllOnes(Op1) != (CondCode == X86::COND_E))
7675 Res = DAG.getNOT(DL, Res, Res.getValueType());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007676
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007677 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2);
Chris Lattnera2b56002010-12-05 01:23:24 +00007678 if (N2C == 0 || !N2C->isNullValue())
7679 Res = DAG.getNode(ISD::OR, DL, Res.getValueType(), Res, Y);
7680 return Res;
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007681 }
7682 }
7683
Chris Lattnera2b56002010-12-05 01:23:24 +00007684 // Look past (and (setcc_carry (cmp ...)), 1).
Evan Chengad9c0a32009-12-15 00:53:42 +00007685 if (Cond.getOpcode() == ISD::AND &&
7686 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
7687 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00007688 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00007689 Cond = Cond.getOperand(0);
7690 }
7691
Evan Cheng3f41d662007-10-08 22:16:29 +00007692 // If condition flag is set by a X86ISD::CMP, then use it as the condition
7693 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00007694 if (Cond.getOpcode() == X86ISD::SETCC ||
7695 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00007696 CC = Cond.getOperand(0);
7697
Dan Gohman475871a2008-07-27 21:46:04 +00007698 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00007699 unsigned Opc = Cmp.getOpcode();
Owen Andersone50ed302009-08-10 22:56:29 +00007700 EVT VT = Op.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00007701
Evan Cheng3f41d662007-10-08 22:16:29 +00007702 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007703 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00007704 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00007705 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Scott Michelfdc40a02009-02-17 22:15:04 +00007706
Chris Lattnerd1980a52009-03-12 06:52:53 +00007707 if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
7708 Opc == X86ISD::BT) { // FIXME
Evan Cheng3f41d662007-10-08 22:16:29 +00007709 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00007710 addTest = false;
7711 }
7712 }
7713
7714 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007715 // Look pass the truncate.
7716 if (Cond.getOpcode() == ISD::TRUNCATE)
7717 Cond = Cond.getOperand(0);
7718
7719 // We know the result of AND is compared against zero. Try to match
7720 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00007721 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Chris Lattnera2b56002010-12-05 01:23:24 +00007722 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
Evan Chengd40d03e2010-01-06 19:38:29 +00007723 if (NewSetCC.getNode()) {
7724 CC = NewSetCC.getOperand(0);
7725 Cond = NewSetCC.getOperand(1);
7726 addTest = false;
7727 }
7728 }
7729 }
7730
7731 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007732 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00007733 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00007734 }
7735
Benjamin Kramere915ff32010-12-22 23:09:28 +00007736 // a < b ? -1 : 0 -> RES = ~setcc_carry
7737 // a < b ? 0 : -1 -> RES = setcc_carry
7738 // a >= b ? -1 : 0 -> RES = setcc_carry
7739 // a >= b ? 0 : -1 -> RES = ~setcc_carry
7740 if (Cond.getOpcode() == X86ISD::CMP) {
7741 unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
7742
7743 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) &&
7744 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) {
7745 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
7746 DAG.getConstant(X86::COND_B, MVT::i8), Cond);
7747 if (isAllOnes(Op1) != (CondCode == X86::COND_B))
7748 return DAG.getNOT(DL, Res, Res.getValueType());
7749 return Res;
7750 }
7751 }
7752
Evan Cheng0488db92007-09-25 01:57:46 +00007753 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
7754 // condition is true.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007755 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007756 SDValue Ops[] = { Op2, Op1, CC, Cond };
Chris Lattnera2b56002010-12-05 01:23:24 +00007757 return DAG.getNode(X86ISD::CMOV, DL, VTs, Ops, array_lengthof(Ops));
Evan Cheng0488db92007-09-25 01:57:46 +00007758}
7759
Evan Cheng370e5342008-12-03 08:38:43 +00007760// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
7761// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
7762// from the AND / OR.
7763static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
7764 Opc = Op.getOpcode();
7765 if (Opc != ISD::OR && Opc != ISD::AND)
7766 return false;
7767 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
7768 Op.getOperand(0).hasOneUse() &&
7769 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
7770 Op.getOperand(1).hasOneUse());
7771}
7772
Evan Cheng961d6d42009-02-02 08:19:07 +00007773// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
7774// 1 and that the SETCC node has a single use.
Evan Cheng67ad9db2009-02-02 08:07:36 +00007775static bool isXor1OfSetCC(SDValue Op) {
7776 if (Op.getOpcode() != ISD::XOR)
7777 return false;
7778 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
7779 if (N1C && N1C->getAPIntValue() == 1) {
7780 return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
7781 Op.getOperand(0).hasOneUse();
7782 }
7783 return false;
7784}
7785
Dan Gohmand858e902010-04-17 15:26:15 +00007786SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007787 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007788 SDValue Chain = Op.getOperand(0);
7789 SDValue Cond = Op.getOperand(1);
7790 SDValue Dest = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007791 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007792 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00007793
Dan Gohman1a492952009-10-20 16:22:37 +00007794 if (Cond.getOpcode() == ISD::SETCC) {
7795 SDValue NewCond = LowerSETCC(Cond, DAG);
7796 if (NewCond.getNode())
7797 Cond = NewCond;
7798 }
Chris Lattnere55484e2008-12-25 05:34:37 +00007799#if 0
7800 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00007801 else if (Cond.getOpcode() == X86ISD::ADD ||
7802 Cond.getOpcode() == X86ISD::SUB ||
7803 Cond.getOpcode() == X86ISD::SMUL ||
7804 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00007805 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00007806#endif
Scott Michelfdc40a02009-02-17 22:15:04 +00007807
Evan Chengad9c0a32009-12-15 00:53:42 +00007808 // Look pass (and (setcc_carry (cmp ...)), 1).
7809 if (Cond.getOpcode() == ISD::AND &&
7810 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
7811 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00007812 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00007813 Cond = Cond.getOperand(0);
7814 }
7815
Evan Cheng3f41d662007-10-08 22:16:29 +00007816 // If condition flag is set by a X86ISD::CMP, then use it as the condition
7817 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00007818 if (Cond.getOpcode() == X86ISD::SETCC ||
7819 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00007820 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007821
Dan Gohman475871a2008-07-27 21:46:04 +00007822 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00007823 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00007824 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
Dan Gohman076aee32009-03-04 19:44:21 +00007825 if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00007826 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00007827 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00007828 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00007829 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00007830 default: break;
7831 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00007832 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00007833 // These can only come from an arithmetic instruction with overflow,
7834 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00007835 Cond = Cond.getNode()->getOperand(1);
7836 addTest = false;
7837 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00007838 }
Evan Cheng0488db92007-09-25 01:57:46 +00007839 }
Evan Cheng370e5342008-12-03 08:38:43 +00007840 } else {
7841 unsigned CondOpc;
7842 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
7843 SDValue Cmp = Cond.getOperand(0).getOperand(1);
Evan Cheng370e5342008-12-03 08:38:43 +00007844 if (CondOpc == ISD::OR) {
7845 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
7846 // two branches instead of an explicit OR instruction with a
7847 // separate test.
7848 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00007849 isX86LogicalCmp(Cmp)) {
Evan Cheng370e5342008-12-03 08:38:43 +00007850 CC = Cond.getOperand(0).getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007851 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00007852 Chain, Dest, CC, Cmp);
7853 CC = Cond.getOperand(1).getOperand(0);
7854 Cond = Cmp;
7855 addTest = false;
7856 }
7857 } else { // ISD::AND
7858 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
7859 // two branches instead of an explicit AND instruction with a
7860 // separate test. However, we only do this if this block doesn't
7861 // have a fall-through edge, because this requires an explicit
7862 // jmp when the condition is false.
7863 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00007864 isX86LogicalCmp(Cmp) &&
Evan Cheng370e5342008-12-03 08:38:43 +00007865 Op.getNode()->hasOneUse()) {
7866 X86::CondCode CCode =
7867 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
7868 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00007869 CC = DAG.getConstant(CCode, MVT::i8);
Dan Gohman027657d2010-06-18 15:30:29 +00007870 SDNode *User = *Op.getNode()->use_begin();
Evan Cheng370e5342008-12-03 08:38:43 +00007871 // Look for an unconditional branch following this conditional branch.
7872 // We need this because we need to reverse the successors in order
7873 // to implement FCMP_OEQ.
Dan Gohman027657d2010-06-18 15:30:29 +00007874 if (User->getOpcode() == ISD::BR) {
7875 SDValue FalseBB = User->getOperand(1);
7876 SDNode *NewBR =
7877 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
Evan Cheng370e5342008-12-03 08:38:43 +00007878 assert(NewBR == User);
Nick Lewycky2a3ee5e2010-06-20 20:27:42 +00007879 (void)NewBR;
Evan Cheng370e5342008-12-03 08:38:43 +00007880 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00007881
Dale Johannesene4d209d2009-02-03 20:21:25 +00007882 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00007883 Chain, Dest, CC, Cmp);
7884 X86::CondCode CCode =
7885 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
7886 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00007887 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng370e5342008-12-03 08:38:43 +00007888 Cond = Cmp;
7889 addTest = false;
7890 }
7891 }
Dan Gohman279c22e2008-10-21 03:29:32 +00007892 }
Evan Cheng67ad9db2009-02-02 08:07:36 +00007893 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
7894 // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
7895 // It should be transformed during dag combiner except when the condition
7896 // is set by a arithmetics with overflow node.
7897 X86::CondCode CCode =
7898 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
7899 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00007900 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng67ad9db2009-02-02 08:07:36 +00007901 Cond = Cond.getOperand(0).getOperand(1);
7902 addTest = false;
Dan Gohman279c22e2008-10-21 03:29:32 +00007903 }
Evan Cheng0488db92007-09-25 01:57:46 +00007904 }
7905
7906 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007907 // Look pass the truncate.
7908 if (Cond.getOpcode() == ISD::TRUNCATE)
7909 Cond = Cond.getOperand(0);
7910
7911 // We know the result of AND is compared against zero. Try to match
7912 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00007913 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007914 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);
7915 if (NewSetCC.getNode()) {
7916 CC = NewSetCC.getOperand(0);
7917 Cond = NewSetCC.getOperand(1);
7918 addTest = false;
7919 }
7920 }
7921 }
7922
7923 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007924 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00007925 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00007926 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00007927 return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00007928 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00007929}
7930
Anton Korobeynikove060b532007-04-17 19:34:00 +00007931
7932// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
7933// Calls to _alloca is needed to probe the stack when allocating more than 4k
7934// bytes in one go. Touching the stack at 4K increments is necessary to ensure
7935// that the guard pages used by the OS virtual memory manager are allocated in
7936// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00007937SDValue
7938X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00007939 SelectionDAG &DAG) const {
Duncan Sands1e1ca0b2010-10-21 16:02:12 +00007940 assert((Subtarget->isTargetCygMing() || Subtarget->isTargetWindows()) &&
Michael J. Spencere9c253e2010-10-21 01:41:01 +00007941 "This should be used only on Windows targets");
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00007942 assert(!Subtarget->isTargetEnvMacho());
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007943 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007944
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007945 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00007946 SDValue Chain = Op.getOperand(0);
7947 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007948 // FIXME: Ensure alignment here
7949
Dan Gohman475871a2008-07-27 21:46:04 +00007950 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007951
Owen Anderson825b72b2009-08-11 20:47:22 +00007952 EVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00007953 unsigned Reg = (Subtarget->is64Bit() ? X86::RAX : X86::EAX);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007954
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00007955 Chain = DAG.getCopyToReg(Chain, dl, Reg, Size, Flag);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00007956 Flag = Chain.getValue(1);
7957
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007958 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00007959
Michael J. Spencere9c253e2010-10-21 01:41:01 +00007960 Chain = DAG.getNode(X86ISD::WIN_ALLOCA, dl, NodeTys, Chain, Flag);
Anton Korobeynikov043f3c22010-03-06 19:32:29 +00007961 Flag = Chain.getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007962
Dale Johannesendd64c412009-02-04 00:33:20 +00007963 Chain = DAG.getCopyFromReg(Chain, dl, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00007964
Dan Gohman475871a2008-07-27 21:46:04 +00007965 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Dale Johannesene4d209d2009-02-03 20:21:25 +00007966 return DAG.getMergeValues(Ops1, 2, dl);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00007967}
7968
Dan Gohmand858e902010-04-17 15:26:15 +00007969SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00007970 MachineFunction &MF = DAG.getMachineFunction();
7971 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
7972
Dan Gohman69de1932008-02-06 22:27:42 +00007973 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner8026a9d2010-09-21 17:50:43 +00007974 DebugLoc DL = Op.getDebugLoc();
Evan Cheng8b2794a2006-10-13 21:14:26 +00007975
Anton Korobeynikove7beda12010-10-03 22:52:07 +00007976 if (!Subtarget->is64Bit() || Subtarget->isTargetWin64()) {
Evan Cheng25ab6902006-09-08 06:48:29 +00007977 // vastart just stores the address of the VarArgsFrameIndex slot into the
7978 // memory location argument.
Dan Gohman1e93df62010-04-17 14:41:14 +00007979 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
7980 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00007981 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
7982 MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00007983 }
7984
7985 // __va_list_tag:
7986 // gp_offset (0 - 6 * 8)
7987 // fp_offset (48 - 48 + 8 * 16)
7988 // overflow_arg_area (point to parameters coming in memory).
7989 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00007990 SmallVector<SDValue, 8> MemOps;
7991 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00007992 // Store gp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00007993 SDValue Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00007994 DAG.getConstant(FuncInfo->getVarArgsGPOffset(),
7995 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007996 FIN, MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00007997 MemOps.push_back(Store);
7998
7999 // Store fp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008000 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008001 FIN, DAG.getIntPtrConstant(4));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008002 Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008003 DAG.getConstant(FuncInfo->getVarArgsFPOffset(),
8004 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008005 FIN, MachinePointerInfo(SV, 4), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008006 MemOps.push_back(Store);
8007
8008 // Store ptr to overflow_arg_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(4));
Dan Gohman1e93df62010-04-17 14:41:14 +00008011 SDValue OVFIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8012 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008013 Store = DAG.getStore(Op.getOperand(0), DL, OVFIN, FIN,
8014 MachinePointerInfo(SV, 8),
David Greene67c9d422010-02-15 16:53:33 +00008015 false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008016 MemOps.push_back(Store);
8017
8018 // Store ptr to reg_save_area.
Chris Lattner8026a9d2010-09-21 17:50:43 +00008019 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008020 FIN, DAG.getIntPtrConstant(8));
Dan Gohman1e93df62010-04-17 14:41:14 +00008021 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
8022 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008023 Store = DAG.getStore(Op.getOperand(0), DL, RSFIN, FIN,
8024 MachinePointerInfo(SV, 16), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008025 MemOps.push_back(Store);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008026 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
Dale Johannesene4d209d2009-02-03 20:21:25 +00008027 &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00008028}
8029
Dan Gohmand858e902010-04-17 15:26:15 +00008030SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman320afb82010-10-12 18:00:49 +00008031 assert(Subtarget->is64Bit() &&
8032 "LowerVAARG only handles 64-bit va_arg!");
8033 assert((Subtarget->isTargetLinux() ||
8034 Subtarget->isTargetDarwin()) &&
8035 "Unhandled target in LowerVAARG");
8036 assert(Op.getNode()->getNumOperands() == 4);
8037 SDValue Chain = Op.getOperand(0);
8038 SDValue SrcPtr = Op.getOperand(1);
8039 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
8040 unsigned Align = Op.getConstantOperandVal(3);
8041 DebugLoc dl = Op.getDebugLoc();
Dan Gohman9018e832008-05-10 01:26:14 +00008042
Dan Gohman320afb82010-10-12 18:00:49 +00008043 EVT ArgVT = Op.getNode()->getValueType(0);
8044 const Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
8045 uint32_t ArgSize = getTargetData()->getTypeAllocSize(ArgTy);
8046 uint8_t ArgMode;
8047
8048 // Decide which area this value should be read from.
8049 // TODO: Implement the AMD64 ABI in its entirety. This simple
8050 // selection mechanism works only for the basic types.
8051 if (ArgVT == MVT::f80) {
8052 llvm_unreachable("va_arg for f80 not yet implemented");
8053 } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
8054 ArgMode = 2; // Argument passed in XMM register. Use fp_offset.
8055 } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
8056 ArgMode = 1; // Argument passed in GPR64 register(s). Use gp_offset.
8057 } else {
8058 llvm_unreachable("Unhandled argument type in LowerVAARG");
8059 }
8060
8061 if (ArgMode == 2) {
8062 // Sanity Check: Make sure using fp_offset makes sense.
Michael J. Spencer87b86652010-10-19 07:32:42 +00008063 assert(!UseSoftFloat &&
Eric Christopher52b45052010-10-12 19:44:17 +00008064 !(DAG.getMachineFunction()
8065 .getFunction()->hasFnAttr(Attribute::NoImplicitFloat)) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00008066 Subtarget->hasXMM());
Dan Gohman320afb82010-10-12 18:00:49 +00008067 }
8068
8069 // Insert VAARG_64 node into the DAG
8070 // VAARG_64 returns two values: Variable Argument Address, Chain
8071 SmallVector<SDValue, 11> InstOps;
8072 InstOps.push_back(Chain);
8073 InstOps.push_back(SrcPtr);
8074 InstOps.push_back(DAG.getConstant(ArgSize, MVT::i32));
8075 InstOps.push_back(DAG.getConstant(ArgMode, MVT::i8));
8076 InstOps.push_back(DAG.getConstant(Align, MVT::i32));
8077 SDVTList VTs = DAG.getVTList(getPointerTy(), MVT::Other);
8078 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
8079 VTs, &InstOps[0], InstOps.size(),
8080 MVT::i64,
8081 MachinePointerInfo(SV),
8082 /*Align=*/0,
8083 /*Volatile=*/false,
8084 /*ReadMem=*/true,
8085 /*WriteMem=*/true);
8086 Chain = VAARG.getValue(1);
8087
8088 // Load the next argument and return it
8089 return DAG.getLoad(ArgVT, dl,
8090 Chain,
8091 VAARG,
8092 MachinePointerInfo(),
8093 false, false, 0);
Dan Gohman9018e832008-05-10 01:26:14 +00008094}
8095
Dan Gohmand858e902010-04-17 15:26:15 +00008096SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) const {
Evan Chengae642192007-03-02 23:16:35 +00008097 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00008098 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00008099 SDValue Chain = Op.getOperand(0);
8100 SDValue DstPtr = Op.getOperand(1);
8101 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00008102 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
8103 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Chris Lattnere72f2022010-09-21 05:40:29 +00008104 DebugLoc DL = Op.getDebugLoc();
Evan Chengae642192007-03-02 23:16:35 +00008105
Chris Lattnere72f2022010-09-21 05:40:29 +00008106 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr,
Mon P Wang20adc9d2010-04-04 03:10:48 +00008107 DAG.getIntPtrConstant(24), 8, /*isVolatile*/false,
Michael J. Spencerec38de22010-10-10 22:04:20 +00008108 false,
Chris Lattnere72f2022010-09-21 05:40:29 +00008109 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
Evan Chengae642192007-03-02 23:16:35 +00008110}
8111
Dan Gohman475871a2008-07-27 21:46:04 +00008112SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00008113X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008114 DebugLoc dl = Op.getDebugLoc();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008115 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00008116 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00008117 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00008118 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00008119 case Intrinsic::x86_sse_comieq_ss:
8120 case Intrinsic::x86_sse_comilt_ss:
8121 case Intrinsic::x86_sse_comile_ss:
8122 case Intrinsic::x86_sse_comigt_ss:
8123 case Intrinsic::x86_sse_comige_ss:
8124 case Intrinsic::x86_sse_comineq_ss:
8125 case Intrinsic::x86_sse_ucomieq_ss:
8126 case Intrinsic::x86_sse_ucomilt_ss:
8127 case Intrinsic::x86_sse_ucomile_ss:
8128 case Intrinsic::x86_sse_ucomigt_ss:
8129 case Intrinsic::x86_sse_ucomige_ss:
8130 case Intrinsic::x86_sse_ucomineq_ss:
8131 case Intrinsic::x86_sse2_comieq_sd:
8132 case Intrinsic::x86_sse2_comilt_sd:
8133 case Intrinsic::x86_sse2_comile_sd:
8134 case Intrinsic::x86_sse2_comigt_sd:
8135 case Intrinsic::x86_sse2_comige_sd:
8136 case Intrinsic::x86_sse2_comineq_sd:
8137 case Intrinsic::x86_sse2_ucomieq_sd:
8138 case Intrinsic::x86_sse2_ucomilt_sd:
8139 case Intrinsic::x86_sse2_ucomile_sd:
8140 case Intrinsic::x86_sse2_ucomigt_sd:
8141 case Intrinsic::x86_sse2_ucomige_sd:
8142 case Intrinsic::x86_sse2_ucomineq_sd: {
8143 unsigned Opc = 0;
8144 ISD::CondCode CC = ISD::SETCC_INVALID;
8145 switch (IntNo) {
8146 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008147 case Intrinsic::x86_sse_comieq_ss:
8148 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008149 Opc = X86ISD::COMI;
8150 CC = ISD::SETEQ;
8151 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008152 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008153 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008154 Opc = X86ISD::COMI;
8155 CC = ISD::SETLT;
8156 break;
8157 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008158 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008159 Opc = X86ISD::COMI;
8160 CC = ISD::SETLE;
8161 break;
8162 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008163 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008164 Opc = X86ISD::COMI;
8165 CC = ISD::SETGT;
8166 break;
8167 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008168 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008169 Opc = X86ISD::COMI;
8170 CC = ISD::SETGE;
8171 break;
8172 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008173 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008174 Opc = X86ISD::COMI;
8175 CC = ISD::SETNE;
8176 break;
8177 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008178 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008179 Opc = X86ISD::UCOMI;
8180 CC = ISD::SETEQ;
8181 break;
8182 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008183 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008184 Opc = X86ISD::UCOMI;
8185 CC = ISD::SETLT;
8186 break;
8187 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008188 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008189 Opc = X86ISD::UCOMI;
8190 CC = ISD::SETLE;
8191 break;
8192 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008193 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008194 Opc = X86ISD::UCOMI;
8195 CC = ISD::SETGT;
8196 break;
8197 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008198 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008199 Opc = X86ISD::UCOMI;
8200 CC = ISD::SETGE;
8201 break;
8202 case Intrinsic::x86_sse_ucomineq_ss:
8203 case Intrinsic::x86_sse2_ucomineq_sd:
8204 Opc = X86ISD::UCOMI;
8205 CC = ISD::SETNE;
8206 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008207 }
Evan Cheng734503b2006-09-11 02:19:56 +00008208
Dan Gohman475871a2008-07-27 21:46:04 +00008209 SDValue LHS = Op.getOperand(1);
8210 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00008211 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00008212 assert(X86CC != X86::COND_INVALID && "Unexpected illegal condition!");
Owen Anderson825b72b2009-08-11 20:47:22 +00008213 SDValue Cond = DAG.getNode(Opc, dl, MVT::i32, LHS, RHS);
8214 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
8215 DAG.getConstant(X86CC, MVT::i8), Cond);
8216 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00008217 }
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008218 // ptest and testp intrinsics. The intrinsic these come from are designed to
8219 // return an integer value, not just an instruction so lower it to the ptest
8220 // or testp pattern and a setcc for the result.
Eric Christopher71c67532009-07-29 00:28:05 +00008221 case Intrinsic::x86_sse41_ptestz:
8222 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008223 case Intrinsic::x86_sse41_ptestnzc:
8224 case Intrinsic::x86_avx_ptestz_256:
8225 case Intrinsic::x86_avx_ptestc_256:
8226 case Intrinsic::x86_avx_ptestnzc_256:
8227 case Intrinsic::x86_avx_vtestz_ps:
8228 case Intrinsic::x86_avx_vtestc_ps:
8229 case Intrinsic::x86_avx_vtestnzc_ps:
8230 case Intrinsic::x86_avx_vtestz_pd:
8231 case Intrinsic::x86_avx_vtestc_pd:
8232 case Intrinsic::x86_avx_vtestnzc_pd:
8233 case Intrinsic::x86_avx_vtestz_ps_256:
8234 case Intrinsic::x86_avx_vtestc_ps_256:
8235 case Intrinsic::x86_avx_vtestnzc_ps_256:
8236 case Intrinsic::x86_avx_vtestz_pd_256:
8237 case Intrinsic::x86_avx_vtestc_pd_256:
8238 case Intrinsic::x86_avx_vtestnzc_pd_256: {
8239 bool IsTestPacked = false;
Eric Christopher71c67532009-07-29 00:28:05 +00008240 unsigned X86CC = 0;
8241 switch (IntNo) {
Eric Christopher978dae32009-07-29 18:14:04 +00008242 default: llvm_unreachable("Bad fallthrough in Intrinsic lowering.");
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008243 case Intrinsic::x86_avx_vtestz_ps:
8244 case Intrinsic::x86_avx_vtestz_pd:
8245 case Intrinsic::x86_avx_vtestz_ps_256:
8246 case Intrinsic::x86_avx_vtestz_pd_256:
8247 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008248 case Intrinsic::x86_sse41_ptestz:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008249 case Intrinsic::x86_avx_ptestz_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008250 // ZF = 1
8251 X86CC = X86::COND_E;
8252 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008253 case Intrinsic::x86_avx_vtestc_ps:
8254 case Intrinsic::x86_avx_vtestc_pd:
8255 case Intrinsic::x86_avx_vtestc_ps_256:
8256 case Intrinsic::x86_avx_vtestc_pd_256:
8257 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008258 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008259 case Intrinsic::x86_avx_ptestc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008260 // CF = 1
8261 X86CC = X86::COND_B;
8262 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008263 case Intrinsic::x86_avx_vtestnzc_ps:
8264 case Intrinsic::x86_avx_vtestnzc_pd:
8265 case Intrinsic::x86_avx_vtestnzc_ps_256:
8266 case Intrinsic::x86_avx_vtestnzc_pd_256:
8267 IsTestPacked = true; // Fallthrough
Eric Christopherfd179292009-08-27 18:07:15 +00008268 case Intrinsic::x86_sse41_ptestnzc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008269 case Intrinsic::x86_avx_ptestnzc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008270 // ZF and CF = 0
8271 X86CC = X86::COND_A;
8272 break;
8273 }
Eric Christopherfd179292009-08-27 18:07:15 +00008274
Eric Christopher71c67532009-07-29 00:28:05 +00008275 SDValue LHS = Op.getOperand(1);
8276 SDValue RHS = Op.getOperand(2);
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008277 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
8278 SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS);
Owen Anderson825b72b2009-08-11 20:47:22 +00008279 SDValue CC = DAG.getConstant(X86CC, MVT::i8);
8280 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
8281 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Eric Christopher71c67532009-07-29 00:28:05 +00008282 }
Evan Cheng5759f972008-05-04 09:15:50 +00008283
8284 // Fix vector shift instructions where the last operand is a non-immediate
8285 // i32 value.
8286 case Intrinsic::x86_sse2_pslli_w:
8287 case Intrinsic::x86_sse2_pslli_d:
8288 case Intrinsic::x86_sse2_pslli_q:
8289 case Intrinsic::x86_sse2_psrli_w:
8290 case Intrinsic::x86_sse2_psrli_d:
8291 case Intrinsic::x86_sse2_psrli_q:
8292 case Intrinsic::x86_sse2_psrai_w:
8293 case Intrinsic::x86_sse2_psrai_d:
8294 case Intrinsic::x86_mmx_pslli_w:
8295 case Intrinsic::x86_mmx_pslli_d:
8296 case Intrinsic::x86_mmx_pslli_q:
8297 case Intrinsic::x86_mmx_psrli_w:
8298 case Intrinsic::x86_mmx_psrli_d:
8299 case Intrinsic::x86_mmx_psrli_q:
8300 case Intrinsic::x86_mmx_psrai_w:
8301 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00008302 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00008303 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00008304 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00008305
8306 unsigned NewIntNo = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00008307 EVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008308 switch (IntNo) {
8309 case Intrinsic::x86_sse2_pslli_w:
8310 NewIntNo = Intrinsic::x86_sse2_psll_w;
8311 break;
8312 case Intrinsic::x86_sse2_pslli_d:
8313 NewIntNo = Intrinsic::x86_sse2_psll_d;
8314 break;
8315 case Intrinsic::x86_sse2_pslli_q:
8316 NewIntNo = Intrinsic::x86_sse2_psll_q;
8317 break;
8318 case Intrinsic::x86_sse2_psrli_w:
8319 NewIntNo = Intrinsic::x86_sse2_psrl_w;
8320 break;
8321 case Intrinsic::x86_sse2_psrli_d:
8322 NewIntNo = Intrinsic::x86_sse2_psrl_d;
8323 break;
8324 case Intrinsic::x86_sse2_psrli_q:
8325 NewIntNo = Intrinsic::x86_sse2_psrl_q;
8326 break;
8327 case Intrinsic::x86_sse2_psrai_w:
8328 NewIntNo = Intrinsic::x86_sse2_psra_w;
8329 break;
8330 case Intrinsic::x86_sse2_psrai_d:
8331 NewIntNo = Intrinsic::x86_sse2_psra_d;
8332 break;
8333 default: {
Owen Anderson825b72b2009-08-11 20:47:22 +00008334 ShAmtVT = MVT::v2i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008335 switch (IntNo) {
8336 case Intrinsic::x86_mmx_pslli_w:
8337 NewIntNo = Intrinsic::x86_mmx_psll_w;
8338 break;
8339 case Intrinsic::x86_mmx_pslli_d:
8340 NewIntNo = Intrinsic::x86_mmx_psll_d;
8341 break;
8342 case Intrinsic::x86_mmx_pslli_q:
8343 NewIntNo = Intrinsic::x86_mmx_psll_q;
8344 break;
8345 case Intrinsic::x86_mmx_psrli_w:
8346 NewIntNo = Intrinsic::x86_mmx_psrl_w;
8347 break;
8348 case Intrinsic::x86_mmx_psrli_d:
8349 NewIntNo = Intrinsic::x86_mmx_psrl_d;
8350 break;
8351 case Intrinsic::x86_mmx_psrli_q:
8352 NewIntNo = Intrinsic::x86_mmx_psrl_q;
8353 break;
8354 case Intrinsic::x86_mmx_psrai_w:
8355 NewIntNo = Intrinsic::x86_mmx_psra_w;
8356 break;
8357 case Intrinsic::x86_mmx_psrai_d:
8358 NewIntNo = Intrinsic::x86_mmx_psra_d;
8359 break;
Torok Edwinc23197a2009-07-14 16:55:14 +00008360 default: llvm_unreachable("Impossible intrinsic"); // Can't reach here.
Evan Cheng5759f972008-05-04 09:15:50 +00008361 }
8362 break;
8363 }
8364 }
Mon P Wangefa42202009-09-03 19:56:25 +00008365
8366 // The vector shift intrinsics with scalars uses 32b shift amounts but
8367 // the sse2/mmx shift instructions reads 64 bits. Set the upper 32 bits
8368 // to be zero.
8369 SDValue ShOps[4];
8370 ShOps[0] = ShAmt;
8371 ShOps[1] = DAG.getConstant(0, MVT::i32);
8372 if (ShAmtVT == MVT::v4i32) {
8373 ShOps[2] = DAG.getUNDEF(MVT::i32);
8374 ShOps[3] = DAG.getUNDEF(MVT::i32);
8375 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 4);
8376 } else {
8377 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 2);
Dale Johannesen0488fb62010-09-30 23:57:10 +00008378// FIXME this must be lowered to get rid of the invalid type.
Mon P Wangefa42202009-09-03 19:56:25 +00008379 }
8380
Owen Andersone50ed302009-08-10 22:56:29 +00008381 EVT VT = Op.getValueType();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008382 ShAmt = DAG.getNode(ISD::BITCAST, dl, VT, ShAmt);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008383 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008384 DAG.getConstant(NewIntNo, MVT::i32),
Evan Cheng5759f972008-05-04 09:15:50 +00008385 Op.getOperand(1), ShAmt);
8386 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00008387 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00008388}
Evan Cheng72261582005-12-20 06:22:03 +00008389
Dan Gohmand858e902010-04-17 15:26:15 +00008390SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
8391 SelectionDAG &DAG) const {
Evan Cheng2457f2c2010-05-22 01:47:14 +00008392 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8393 MFI->setReturnAddressIsTaken(true);
8394
Bill Wendling64e87322009-01-16 19:25:27 +00008395 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008396 DebugLoc dl = Op.getDebugLoc();
Bill Wendling64e87322009-01-16 19:25:27 +00008397
8398 if (Depth > 0) {
8399 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
8400 SDValue Offset =
8401 DAG.getConstant(TD->getPointerSize(),
Owen Anderson825b72b2009-08-11 20:47:22 +00008402 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008403 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Scott Michelfdc40a02009-02-17 22:15:04 +00008404 DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008405 FrameAddr, Offset),
Chris Lattner51abfe42010-09-21 06:02:19 +00008406 MachinePointerInfo(), false, false, 0);
Bill Wendling64e87322009-01-16 19:25:27 +00008407 }
8408
8409 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00008410 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00008411 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Chris Lattner51abfe42010-09-21 06:02:19 +00008412 RetAddrFI, MachinePointerInfo(), false, false, 0);
Nate Begemanbcc5f362007-01-29 22:58:52 +00008413}
8414
Dan Gohmand858e902010-04-17 15:26:15 +00008415SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng184793f2008-09-27 01:56:22 +00008416 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8417 MFI->setFrameAddressIsTaken(true);
Evan Cheng2457f2c2010-05-22 01:47:14 +00008418
Owen Andersone50ed302009-08-10 22:56:29 +00008419 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008420 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful
Evan Cheng184793f2008-09-27 01:56:22 +00008421 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
8422 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
Dale Johannesendd64c412009-02-04 00:33:20 +00008423 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
Evan Cheng184793f2008-09-27 01:56:22 +00008424 while (Depth--)
Chris Lattner51abfe42010-09-21 06:02:19 +00008425 FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr,
8426 MachinePointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +00008427 false, false, 0);
Evan Cheng184793f2008-09-27 01:56:22 +00008428 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00008429}
8430
Dan Gohman475871a2008-07-27 21:46:04 +00008431SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008432 SelectionDAG &DAG) const {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008433 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008434}
8435
Dan Gohmand858e902010-04-17 15:26:15 +00008436SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const {
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008437 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00008438 SDValue Chain = Op.getOperand(0);
8439 SDValue Offset = Op.getOperand(1);
8440 SDValue Handler = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008441 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008442
Dan Gohmand8816272010-08-11 18:14:00 +00008443 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl,
8444 Subtarget->is64Bit() ? X86::RBP : X86::EBP,
8445 getPointerTy());
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008446 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008447
Dan Gohmand8816272010-08-11 18:14:00 +00008448 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), Frame,
8449 DAG.getIntPtrConstant(TD->getPointerSize()));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008450 StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), StoreAddr, Offset);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008451 Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, MachinePointerInfo(),
8452 false, false, 0);
Dale Johannesendd64c412009-02-04 00:33:20 +00008453 Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008454 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008455
Dale Johannesene4d209d2009-02-03 20:21:25 +00008456 return DAG.getNode(X86ISD::EH_RETURN, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008457 MVT::Other,
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008458 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008459}
8460
Dan Gohman475871a2008-07-27 21:46:04 +00008461SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008462 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00008463 SDValue Root = Op.getOperand(0);
8464 SDValue Trmp = Op.getOperand(1); // trampoline
8465 SDValue FPtr = Op.getOperand(2); // nested function
8466 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008467 DebugLoc dl = Op.getDebugLoc();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008468
Dan Gohman69de1932008-02-06 22:27:42 +00008469 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008470
8471 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00008472 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00008473
8474 // Large code-model.
Chris Lattnera62fe662010-02-05 19:20:30 +00008475 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode.
8476 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
Duncan Sands339e14f2008-01-16 22:55:25 +00008477
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00008478 const unsigned char N86R10 = RegInfo->getX86RegNum(X86::R10);
8479 const unsigned char N86R11 = RegInfo->getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00008480
8481 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
8482
8483 // Load the pointer to the nested function into R11.
8484 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00008485 SDValue Addr = Trmp;
Owen Anderson825b72b2009-08-11 20:47:22 +00008486 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008487 Addr, MachinePointerInfo(TrmpAddr),
8488 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008489
Owen Anderson825b72b2009-08-11 20:47:22 +00008490 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8491 DAG.getConstant(2, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008492 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
8493 MachinePointerInfo(TrmpAddr, 2),
David Greene67c9d422010-02-15 16:53:33 +00008494 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008495
8496 // Load the 'nest' parameter value into R10.
8497 // R10 is specified in X86CallingConv.td
8498 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
Owen Anderson825b72b2009-08-11 20:47:22 +00008499 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8500 DAG.getConstant(10, MVT::i64));
8501 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008502 Addr, MachinePointerInfo(TrmpAddr, 10),
8503 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008504
Owen Anderson825b72b2009-08-11 20:47:22 +00008505 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8506 DAG.getConstant(12, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008507 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
8508 MachinePointerInfo(TrmpAddr, 12),
David Greene67c9d422010-02-15 16:53:33 +00008509 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008510
8511 // Jump to the nested function.
8512 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
Owen Anderson825b72b2009-08-11 20:47:22 +00008513 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8514 DAG.getConstant(20, MVT::i64));
8515 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008516 Addr, MachinePointerInfo(TrmpAddr, 20),
8517 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008518
8519 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
Owen Anderson825b72b2009-08-11 20:47:22 +00008520 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8521 DAG.getConstant(22, MVT::i64));
8522 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008523 MachinePointerInfo(TrmpAddr, 22),
8524 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008525
Dan Gohman475871a2008-07-27 21:46:04 +00008526 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008527 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008528 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008529 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00008530 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00008531 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00008532 CallingConv::ID CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00008533 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008534
8535 switch (CC) {
8536 default:
Torok Edwinc23197a2009-07-14 16:55:14 +00008537 llvm_unreachable("Unsupported calling convention");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008538 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008539 case CallingConv::X86_StdCall: {
8540 // Pass 'nest' parameter in ECX.
8541 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008542 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008543
8544 // Check that ECX wasn't needed by an 'inreg' parameter.
8545 const FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00008546 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008547
Chris Lattner58d74912008-03-12 17:45:29 +00008548 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00008549 unsigned InRegCount = 0;
8550 unsigned Idx = 1;
8551
8552 for (FunctionType::param_iterator I = FTy->param_begin(),
8553 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00008554 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00008555 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008556 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008557
8558 if (InRegCount > 2) {
Eric Christopher90eb4022010-07-22 00:26:08 +00008559 report_fatal_error("Nest register in use - reduce number of inreg"
8560 " parameters!");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008561 }
8562 }
8563 break;
8564 }
8565 case CallingConv::X86_FastCall:
Anton Korobeynikovded05e32010-05-16 09:08:45 +00008566 case CallingConv::X86_ThisCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00008567 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008568 // Pass 'nest' parameter in EAX.
8569 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008570 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008571 break;
8572 }
8573
Dan Gohman475871a2008-07-27 21:46:04 +00008574 SDValue OutChains[4];
8575 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008576
Owen Anderson825b72b2009-08-11 20:47:22 +00008577 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8578 DAG.getConstant(10, MVT::i32));
8579 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008580
Chris Lattnera62fe662010-02-05 19:20:30 +00008581 // This is storing the opcode for MOV32ri.
8582 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00008583 const unsigned char N86Reg = RegInfo->getX86RegNum(NestReg);
Scott Michelfdc40a02009-02-17 22:15:04 +00008584 OutChains[0] = DAG.getStore(Root, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008585 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008586 Trmp, MachinePointerInfo(TrmpAddr),
8587 false, false, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008588
Owen Anderson825b72b2009-08-11 20:47:22 +00008589 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8590 DAG.getConstant(1, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008591 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
8592 MachinePointerInfo(TrmpAddr, 1),
David Greene67c9d422010-02-15 16:53:33 +00008593 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008594
Chris Lattnera62fe662010-02-05 19:20:30 +00008595 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
Owen Anderson825b72b2009-08-11 20:47:22 +00008596 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8597 DAG.getConstant(5, MVT::i32));
8598 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008599 MachinePointerInfo(TrmpAddr, 5),
8600 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008601
Owen Anderson825b72b2009-08-11 20:47:22 +00008602 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8603 DAG.getConstant(6, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008604 OutChains[3] = DAG.getStore(Root, dl, Disp, Addr,
8605 MachinePointerInfo(TrmpAddr, 6),
David Greene67c9d422010-02-15 16:53:33 +00008606 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008607
Dan Gohman475871a2008-07-27 21:46:04 +00008608 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008609 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 4) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008610 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008611 }
8612}
8613
Dan Gohmand858e902010-04-17 15:26:15 +00008614SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op,
8615 SelectionDAG &DAG) const {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008616 /*
8617 The rounding mode is in bits 11:10 of FPSR, and has the following
8618 settings:
8619 00 Round to nearest
8620 01 Round to -inf
8621 10 Round to +inf
8622 11 Round to 0
8623
8624 FLT_ROUNDS, on the other hand, expects the following:
8625 -1 Undefined
8626 0 Round to 0
8627 1 Round to nearest
8628 2 Round to +inf
8629 3 Round to -inf
8630
8631 To perform the conversion, we do:
8632 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
8633 */
8634
8635 MachineFunction &MF = DAG.getMachineFunction();
8636 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00008637 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008638 unsigned StackAlignment = TFI.getStackAlignment();
Owen Andersone50ed302009-08-10 22:56:29 +00008639 EVT VT = Op.getValueType();
Chris Lattner2156b792010-09-22 01:11:26 +00008640 DebugLoc DL = Op.getDebugLoc();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008641
8642 // Save FP Control Word to stack slot
David Greene3f2bf852009-11-12 20:49:22 +00008643 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment, false);
Dan Gohman475871a2008-07-27 21:46:04 +00008644 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008645
Michael J. Spencerec38de22010-10-10 22:04:20 +00008646
Chris Lattner2156b792010-09-22 01:11:26 +00008647 MachineMemOperand *MMO =
8648 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
8649 MachineMemOperand::MOStore, 2, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008650
Chris Lattner2156b792010-09-22 01:11:26 +00008651 SDValue Ops[] = { DAG.getEntryNode(), StackSlot };
8652 SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL,
8653 DAG.getVTList(MVT::Other),
8654 Ops, 2, MVT::i16, MMO);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008655
8656 // Load FP Control Word from stack slot
Chris Lattner2156b792010-09-22 01:11:26 +00008657 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot,
Chris Lattner51abfe42010-09-21 06:02:19 +00008658 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008659
8660 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00008661 SDValue CWD1 =
Chris Lattner2156b792010-09-22 01:11:26 +00008662 DAG.getNode(ISD::SRL, DL, MVT::i16,
8663 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00008664 CWD, DAG.getConstant(0x800, MVT::i16)),
8665 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00008666 SDValue CWD2 =
Chris Lattner2156b792010-09-22 01:11:26 +00008667 DAG.getNode(ISD::SRL, DL, MVT::i16,
8668 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00008669 CWD, DAG.getConstant(0x400, MVT::i16)),
8670 DAG.getConstant(9, MVT::i8));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008671
Dan Gohman475871a2008-07-27 21:46:04 +00008672 SDValue RetVal =
Chris Lattner2156b792010-09-22 01:11:26 +00008673 DAG.getNode(ISD::AND, DL, MVT::i16,
8674 DAG.getNode(ISD::ADD, DL, MVT::i16,
8675 DAG.getNode(ISD::OR, DL, MVT::i16, CWD1, CWD2),
Owen Anderson825b72b2009-08-11 20:47:22 +00008676 DAG.getConstant(1, MVT::i16)),
8677 DAG.getConstant(3, MVT::i16));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008678
8679
Duncan Sands83ec4b62008-06-06 12:08:01 +00008680 return DAG.getNode((VT.getSizeInBits() < 16 ?
Chris Lattner2156b792010-09-22 01:11:26 +00008681 ISD::TRUNCATE : ISD::ZERO_EXTEND), DL, VT, RetVal);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008682}
8683
Dan Gohmand858e902010-04-17 15:26:15 +00008684SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008685 EVT VT = Op.getValueType();
8686 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008687 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008688 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00008689
8690 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00008691 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00008692 // Zero extend to i32 since there is not an i8 bsr.
Owen Anderson825b72b2009-08-11 20:47:22 +00008693 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00008694 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008695 }
Evan Cheng18efe262007-12-14 02:13:44 +00008696
Evan Cheng152804e2007-12-14 08:30:15 +00008697 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008698 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008699 Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00008700
8701 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00008702 SDValue Ops[] = {
8703 Op,
8704 DAG.getConstant(NumBits+NumBits-1, OpVT),
8705 DAG.getConstant(X86::COND_E, MVT::i8),
8706 Op.getValue(1)
8707 };
8708 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00008709
8710 // Finally xor with NumBits-1.
Dale Johannesene4d209d2009-02-03 20:21:25 +00008711 Op = DAG.getNode(ISD::XOR, dl, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
Evan Cheng152804e2007-12-14 08:30:15 +00008712
Owen Anderson825b72b2009-08-11 20:47:22 +00008713 if (VT == MVT::i8)
8714 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008715 return Op;
8716}
8717
Dan Gohmand858e902010-04-17 15:26:15 +00008718SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008719 EVT VT = Op.getValueType();
8720 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008721 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008722 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00008723
8724 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00008725 if (VT == MVT::i8) {
8726 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00008727 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008728 }
Evan Cheng152804e2007-12-14 08:30:15 +00008729
8730 // Issue a bsf (scan bits forward) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008731 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008732 Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00008733
8734 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00008735 SDValue Ops[] = {
8736 Op,
8737 DAG.getConstant(NumBits, OpVT),
8738 DAG.getConstant(X86::COND_E, MVT::i8),
8739 Op.getValue(1)
8740 };
8741 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00008742
Owen Anderson825b72b2009-08-11 20:47:22 +00008743 if (VT == MVT::i8)
8744 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008745 return Op;
8746}
8747
Dan Gohmand858e902010-04-17 15:26:15 +00008748SDValue X86TargetLowering::LowerMUL_V2I64(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008749 EVT VT = Op.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00008750 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008751 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00008752
Mon P Wangaf9b9522008-12-18 21:42:19 +00008753 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
8754 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
8755 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
8756 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
8757 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
8758 //
8759 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
8760 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
8761 // return AloBlo + AloBhi + AhiBlo;
8762
8763 SDValue A = Op.getOperand(0);
8764 SDValue B = Op.getOperand(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00008765
Dale Johannesene4d209d2009-02-03 20:21:25 +00008766 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008767 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8768 A, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008769 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008770 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8771 B, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008772 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008773 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008774 A, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008775 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008776 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008777 A, Bhi);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008778 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008779 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008780 Ahi, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008781 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008782 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8783 AloBhi, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008784 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008785 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8786 AhiBlo, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008787 SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
8788 Res = DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
Mon P Wangaf9b9522008-12-18 21:42:19 +00008789 return Res;
8790}
8791
Nadav Rotem43012222011-05-11 08:12:09 +00008792SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) const {
8793
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008794 EVT VT = Op.getValueType();
8795 DebugLoc dl = Op.getDebugLoc();
8796 SDValue R = Op.getOperand(0);
Nadav Rotem43012222011-05-11 08:12:09 +00008797 SDValue Amt = Op.getOperand(1);
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008798
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008799 LLVMContext *Context = DAG.getContext();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008800
Nadav Rotem43012222011-05-11 08:12:09 +00008801 // Must have SSE2.
8802 if (!Subtarget->hasSSE2()) return SDValue();
Nate Begeman51409212010-07-28 00:21:48 +00008803
Nadav Rotem43012222011-05-11 08:12:09 +00008804 // Optimize shl/srl/sra with constant shift amount.
8805 if (isSplatVector(Amt.getNode())) {
8806 SDValue SclrAmt = Amt->getOperand(0);
8807 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt)) {
8808 uint64_t ShiftAmt = C->getZExtValue();
8809
8810 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SHL)
8811 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8812 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8813 R, DAG.getConstant(ShiftAmt, MVT::i32));
8814
8815 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SHL)
8816 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8817 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
8818 R, DAG.getConstant(ShiftAmt, MVT::i32));
8819
8820 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SHL)
8821 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8822 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
8823 R, DAG.getConstant(ShiftAmt, MVT::i32));
8824
8825 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SRL)
8826 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8827 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8828 R, DAG.getConstant(ShiftAmt, MVT::i32));
8829
8830 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRL)
8831 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8832 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
8833 R, DAG.getConstant(ShiftAmt, MVT::i32));
8834
8835 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRL)
8836 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8837 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
8838 R, DAG.getConstant(ShiftAmt, MVT::i32));
8839
8840 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRA)
8841 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8842 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
8843 R, DAG.getConstant(ShiftAmt, MVT::i32));
8844
8845 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRA)
8846 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8847 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
8848 R, DAG.getConstant(ShiftAmt, MVT::i32));
8849 }
8850 }
8851
8852 // Lower SHL with variable shift amount.
8853 // Cannot lower SHL without SSE4.1 or later.
8854 if (!Subtarget->hasSSE41()) return SDValue();
8855
8856 if (VT == MVT::v4i32 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00008857 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8858 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
8859 Op.getOperand(1), DAG.getConstant(23, MVT::i32));
8860
8861 ConstantInt *CI = ConstantInt::get(*Context, APInt(32, 0x3f800000U));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008862
Nate Begeman51409212010-07-28 00:21:48 +00008863 std::vector<Constant*> CV(4, CI);
8864 Constant *C = ConstantVector::get(CV);
8865 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
8866 SDValue Addend = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008867 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00008868 false, false, 16);
8869
8870 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Addend);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008871 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, Op);
Nate Begeman51409212010-07-28 00:21:48 +00008872 Op = DAG.getNode(ISD::FP_TO_SINT, dl, VT, Op);
8873 return DAG.getNode(ISD::MUL, dl, VT, Op, R);
8874 }
Nadav Rotem43012222011-05-11 08:12:09 +00008875 if (VT == MVT::v16i8 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00008876 // a = a << 5;
8877 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8878 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
8879 Op.getOperand(1), DAG.getConstant(5, MVT::i32));
8880
8881 ConstantInt *CM1 = ConstantInt::get(*Context, APInt(8, 15));
8882 ConstantInt *CM2 = ConstantInt::get(*Context, APInt(8, 63));
8883
8884 std::vector<Constant*> CVM1(16, CM1);
8885 std::vector<Constant*> CVM2(16, CM2);
8886 Constant *C = ConstantVector::get(CVM1);
8887 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
8888 SDValue M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008889 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00008890 false, false, 16);
8891
8892 // r = pblendv(r, psllw(r & (char16)15, 4), a);
8893 M = DAG.getNode(ISD::AND, dl, VT, R, M);
8894 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8895 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
8896 DAG.getConstant(4, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00008897 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00008898 // a += a
8899 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008900
Nate Begeman51409212010-07-28 00:21:48 +00008901 C = ConstantVector::get(CVM2);
8902 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
8903 M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00008904 MachinePointerInfo::getConstantPool(),
Chris Lattner51abfe42010-09-21 06:02:19 +00008905 false, false, 16);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008906
Nate Begeman51409212010-07-28 00:21:48 +00008907 // r = pblendv(r, psllw(r & (char16)63, 2), a);
8908 M = DAG.getNode(ISD::AND, dl, VT, R, M);
8909 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
8910 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
8911 DAG.getConstant(2, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00008912 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00008913 // a += a
8914 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008915
Nate Begeman51409212010-07-28 00:21:48 +00008916 // return pblendv(r, r+r, a);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008917 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT,
Nate Begeman51409212010-07-28 00:21:48 +00008918 R, DAG.getNode(ISD::ADD, dl, VT, R, R), Op);
8919 return R;
8920 }
8921 return SDValue();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008922}
Mon P Wangaf9b9522008-12-18 21:42:19 +00008923
Dan Gohmand858e902010-04-17 15:26:15 +00008924SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) const {
Bill Wendling74c37652008-12-09 22:08:41 +00008925 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
8926 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00008927 // looks for this combo and may remove the "setcc" instruction if the "setcc"
8928 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00008929 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00008930 SDValue LHS = N->getOperand(0);
8931 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00008932 unsigned BaseOp = 0;
8933 unsigned Cond = 0;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008934 DebugLoc DL = Op.getDebugLoc();
Bill Wendling74c37652008-12-09 22:08:41 +00008935 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00008936 default: llvm_unreachable("Unknown ovf instruction!");
Bill Wendling74c37652008-12-09 22:08:41 +00008937 case ISD::SADDO:
Dan Gohman076aee32009-03-04 19:44:21 +00008938 // A subtract of one will be selected as a INC. Note that INC doesn't
8939 // set CF, so we can't do this for UADDO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00008940 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
8941 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00008942 BaseOp = X86ISD::INC;
8943 Cond = X86::COND_O;
8944 break;
8945 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008946 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00008947 Cond = X86::COND_O;
8948 break;
8949 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008950 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00008951 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00008952 break;
8953 case ISD::SSUBO:
Dan Gohman076aee32009-03-04 19:44:21 +00008954 // A subtract of one will be selected as a DEC. Note that DEC doesn't
8955 // set CF, so we can't do this for USUBO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00008956 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
8957 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00008958 BaseOp = X86ISD::DEC;
8959 Cond = X86::COND_O;
8960 break;
8961 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008962 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00008963 Cond = X86::COND_O;
8964 break;
8965 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00008966 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00008967 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00008968 break;
8969 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00008970 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00008971 Cond = X86::COND_O;
8972 break;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008973 case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs
8974 SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
8975 MVT::i32);
8976 SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008977
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008978 SDValue SetCC =
8979 DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
8980 DAG.getConstant(X86::COND_O, MVT::i32),
8981 SDValue(Sum.getNode(), 2));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008982
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008983 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
8984 return Sum;
8985 }
Bill Wendling74c37652008-12-09 22:08:41 +00008986 }
Bill Wendling3fafd932008-11-26 22:37:40 +00008987
Bill Wendling61edeb52008-12-02 01:06:39 +00008988 // Also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008989 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008990 SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00008991
Bill Wendling61edeb52008-12-02 01:06:39 +00008992 SDValue SetCC =
Chris Lattnerb20e0b12010-12-05 07:30:36 +00008993 DAG.getNode(X86ISD::SETCC, DL, N->getValueType(1),
8994 DAG.getConstant(Cond, MVT::i32),
8995 SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00008996
Bill Wendling61edeb52008-12-02 01:06:39 +00008997 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
8998 return Sum;
Bill Wendling41ea7e72008-11-24 19:21:46 +00008999}
9000
Eric Christopher9a9d2752010-07-22 02:48:34 +00009001SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{
9002 DebugLoc dl = Op.getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00009003
Eric Christopherb6729dc2010-08-04 23:03:04 +00009004 if (!Subtarget->hasSSE2()) {
Eric Christopherc0b2a202010-08-14 21:51:50 +00009005 SDValue Chain = Op.getOperand(0);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009006 SDValue Zero = DAG.getConstant(0,
Eric Christopherb6729dc2010-08-04 23:03:04 +00009007 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Eric Christopherc0b2a202010-08-14 21:51:50 +00009008 SDValue Ops[] = {
9009 DAG.getRegister(X86::ESP, MVT::i32), // Base
9010 DAG.getTargetConstant(1, MVT::i8), // Scale
9011 DAG.getRegister(0, MVT::i32), // Index
9012 DAG.getTargetConstant(0, MVT::i32), // Disp
9013 DAG.getRegister(0, MVT::i32), // Segment.
9014 Zero,
9015 Chain
9016 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00009017 SDNode *Res =
Eric Christopherc0b2a202010-08-14 21:51:50 +00009018 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
9019 array_lengthof(Ops));
9020 return SDValue(Res, 0);
Eric Christopherb6729dc2010-08-04 23:03:04 +00009021 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00009022
Eric Christopher9a9d2752010-07-22 02:48:34 +00009023 unsigned isDev = cast<ConstantSDNode>(Op.getOperand(5))->getZExtValue();
Chris Lattner132929a2010-08-14 17:26:09 +00009024 if (!isDev)
Eric Christopher9a9d2752010-07-22 02:48:34 +00009025 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009026
Chris Lattner132929a2010-08-14 17:26:09 +00009027 unsigned Op1 = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
9028 unsigned Op2 = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
9029 unsigned Op3 = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
9030 unsigned Op4 = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
Michael J. Spencerec38de22010-10-10 22:04:20 +00009031
Chris Lattner132929a2010-08-14 17:26:09 +00009032 // def : Pat<(membarrier (i8 0), (i8 0), (i8 0), (i8 1), (i8 1)), (SFENCE)>;
9033 if (!Op1 && !Op2 && !Op3 && Op4)
9034 return DAG.getNode(X86ISD::SFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009035
Chris Lattner132929a2010-08-14 17:26:09 +00009036 // def : Pat<(membarrier (i8 1), (i8 0), (i8 0), (i8 0), (i8 1)), (LFENCE)>;
9037 if (Op1 && !Op2 && !Op3 && !Op4)
9038 return DAG.getNode(X86ISD::LFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009039
9040 // def : Pat<(membarrier (i8 imm), (i8 imm), (i8 imm), (i8 imm), (i8 1)),
Chris Lattner132929a2010-08-14 17:26:09 +00009041 // (MFENCE)>;
9042 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
Eric Christopher9a9d2752010-07-22 02:48:34 +00009043}
9044
Dan Gohmand858e902010-04-17 15:26:15 +00009045SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009046 EVT T = Op.getValueType();
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009047 DebugLoc DL = Op.getDebugLoc();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +00009048 unsigned Reg = 0;
9049 unsigned size = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00009050 switch(T.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009051 default:
9052 assert(false && "Invalid value type!");
Owen Anderson825b72b2009-08-11 20:47:22 +00009053 case MVT::i8: Reg = X86::AL; size = 1; break;
9054 case MVT::i16: Reg = X86::AX; size = 2; break;
9055 case MVT::i32: Reg = X86::EAX; size = 4; break;
9056 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +00009057 assert(Subtarget->is64Bit() && "Node not type legal!");
9058 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00009059 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00009060 }
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009061 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), DL, Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +00009062 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +00009063 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009064 Op.getOperand(1),
9065 Op.getOperand(3),
Owen Anderson825b72b2009-08-11 20:47:22 +00009066 DAG.getTargetConstant(size, MVT::i8),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009067 cpIn.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009068 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009069 MachineMemOperand *MMO = cast<AtomicSDNode>(Op)->getMemOperand();
9070 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG_DAG, DL, Tys,
9071 Ops, 5, T, MMO);
Scott Michelfdc40a02009-02-17 22:15:04 +00009072 SDValue cpOut =
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009073 DAG.getCopyFromReg(Result.getValue(0), DL, Reg, T, Result.getValue(1));
Andrew Lenharth26ed8692008-03-01 21:52:34 +00009074 return cpOut;
9075}
9076
Duncan Sands1607f052008-12-01 11:39:25 +00009077SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00009078 SelectionDAG &DAG) const {
Duncan Sands1607f052008-12-01 11:39:25 +00009079 assert(Subtarget->is64Bit() && "Result not type legalized?");
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009080 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009081 SDValue TheChain = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009082 DebugLoc dl = Op.getDebugLoc();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009083 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009084 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1));
9085 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), dl, X86::RDX, MVT::i64,
Duncan Sands1607f052008-12-01 11:39:25 +00009086 rax.getValue(2));
Owen Anderson825b72b2009-08-11 20:47:22 +00009087 SDValue Tmp = DAG.getNode(ISD::SHL, dl, MVT::i64, rdx,
9088 DAG.getConstant(32, MVT::i8));
Duncan Sands1607f052008-12-01 11:39:25 +00009089 SDValue Ops[] = {
Owen Anderson825b72b2009-08-11 20:47:22 +00009090 DAG.getNode(ISD::OR, dl, MVT::i64, rax, Tmp),
Duncan Sands1607f052008-12-01 11:39:25 +00009091 rdx.getValue(1)
9092 };
Dale Johannesene4d209d2009-02-03 20:21:25 +00009093 return DAG.getMergeValues(Ops, 2, dl);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009094}
9095
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009096SDValue X86TargetLowering::LowerBITCAST(SDValue Op,
Dale Johannesen7d07b482010-05-21 00:52:33 +00009097 SelectionDAG &DAG) const {
9098 EVT SrcVT = Op.getOperand(0).getValueType();
9099 EVT DstVT = Op.getValueType();
Chris Lattner2a786eb2010-12-19 20:19:20 +00009100 assert(Subtarget->is64Bit() && !Subtarget->hasSSE2() &&
9101 Subtarget->hasMMX() && "Unexpected custom BITCAST");
Michael J. Spencerec38de22010-10-10 22:04:20 +00009102 assert((DstVT == MVT::i64 ||
Dale Johannesen7d07b482010-05-21 00:52:33 +00009103 (DstVT.isVector() && DstVT.getSizeInBits()==64)) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009104 "Unexpected custom BITCAST");
Dale Johannesen7d07b482010-05-21 00:52:33 +00009105 // i64 <=> MMX conversions are Legal.
9106 if (SrcVT==MVT::i64 && DstVT.isVector())
9107 return Op;
9108 if (DstVT==MVT::i64 && SrcVT.isVector())
9109 return Op;
Dale Johannesene39859a2010-05-21 18:40:15 +00009110 // MMX <=> MMX conversions are Legal.
9111 if (SrcVT.isVector() && DstVT.isVector())
9112 return Op;
Dale Johannesen7d07b482010-05-21 00:52:33 +00009113 // All other conversions need to be expanded.
9114 return SDValue();
9115}
Chris Lattner5b856542010-12-20 00:59:46 +00009116
Dan Gohmand858e902010-04-17 15:26:15 +00009117SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009118 SDNode *Node = Op.getNode();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009119 DebugLoc dl = Node->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00009120 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009121 SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
Evan Cheng242b38b2009-02-23 09:03:22 +00009122 DAG.getConstant(0, T), Node->getOperand(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009123 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009124 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009125 Node->getOperand(0),
9126 Node->getOperand(1), negOp,
9127 cast<AtomicSDNode>(Node)->getSrcValue(),
9128 cast<AtomicSDNode>(Node)->getAlignment());
Mon P Wang63307c32008-05-05 19:05:59 +00009129}
9130
Chris Lattner5b856542010-12-20 00:59:46 +00009131static SDValue LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) {
9132 EVT VT = Op.getNode()->getValueType(0);
9133
9134 // Let legalize expand this if it isn't a legal type yet.
9135 if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
9136 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009137
Chris Lattner5b856542010-12-20 00:59:46 +00009138 SDVTList VTs = DAG.getVTList(VT, MVT::i32);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009139
Chris Lattner5b856542010-12-20 00:59:46 +00009140 unsigned Opc;
9141 bool ExtraOp = false;
9142 switch (Op.getOpcode()) {
9143 default: assert(0 && "Invalid code");
9144 case ISD::ADDC: Opc = X86ISD::ADD; break;
9145 case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
9146 case ISD::SUBC: Opc = X86ISD::SUB; break;
9147 case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
9148 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009149
Chris Lattner5b856542010-12-20 00:59:46 +00009150 if (!ExtraOp)
9151 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9152 Op.getOperand(1));
9153 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9154 Op.getOperand(1), Op.getOperand(2));
9155}
9156
Evan Cheng0db9fe62006-04-25 20:13:52 +00009157/// LowerOperation - Provide custom lowering hooks for some operations.
9158///
Dan Gohmand858e902010-04-17 15:26:15 +00009159SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00009160 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009161 default: llvm_unreachable("Should not custom lower this!");
Eric Christopher9a9d2752010-07-22 02:48:34 +00009162 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009163 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
9164 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009165 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00009166 case ISD::CONCAT_VECTORS: return LowerCONCAT_VECTORS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009167 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
9168 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
9169 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
David Greene91585092011-01-26 15:38:49 +00009170 case ISD::EXTRACT_SUBVECTOR: return LowerEXTRACT_SUBVECTOR(Op, DAG);
David Greenecfe33c42011-01-26 19:13:22 +00009171 case ISD::INSERT_SUBVECTOR: return LowerINSERT_SUBVECTOR(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009172 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
9173 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
9174 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009175 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00009176 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Dan Gohmanf705adb2009-10-30 01:28:02 +00009177 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009178 case ISD::SHL_PARTS:
9179 case ISD::SRA_PARTS:
Nadav Rotem43012222011-05-11 08:12:09 +00009180 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009181 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00009182 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009183 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00009184 case ISD::FP_TO_UINT: return LowerFP_TO_UINT(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009185 case ISD::FABS: return LowerFABS(Op, DAG);
9186 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +00009187 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009188 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +00009189 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009190 case ISD::SELECT: return LowerSELECT(Op, DAG);
9191 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009192 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009193 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +00009194 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +00009195 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009196 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00009197 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
9198 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009199 case ISD::FRAME_TO_ARGS_OFFSET:
9200 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00009201 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009202 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009203 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +00009204 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +00009205 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
9206 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Mon P Wangaf9b9522008-12-18 21:42:19 +00009207 case ISD::MUL: return LowerMUL_V2I64(Op, DAG);
Nadav Rotem43012222011-05-11 08:12:09 +00009208 case ISD::SRA:
9209 case ISD::SRL:
9210 case ISD::SHL: return LowerShift(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +00009211 case ISD::SADDO:
9212 case ISD::UADDO:
9213 case ISD::SSUBO:
9214 case ISD::USUBO:
9215 case ISD::SMULO:
9216 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +00009217 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009218 case ISD::BITCAST: return LowerBITCAST(Op, DAG);
Chris Lattner5b856542010-12-20 00:59:46 +00009219 case ISD::ADDC:
9220 case ISD::ADDE:
9221 case ISD::SUBC:
9222 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009223 }
Chris Lattner27a6c732007-11-24 07:07:01 +00009224}
9225
Duncan Sands1607f052008-12-01 11:39:25 +00009226void X86TargetLowering::
9227ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009228 SelectionDAG &DAG, unsigned NewOp) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009229 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009230 DebugLoc dl = Node->getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00009231 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
Duncan Sands1607f052008-12-01 11:39:25 +00009232
9233 SDValue Chain = Node->getOperand(0);
9234 SDValue In1 = Node->getOperand(1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009235 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009236 Node->getOperand(2), DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00009237 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009238 Node->getOperand(2), DAG.getIntPtrConstant(1));
Dan Gohmanc76909a2009-09-25 20:36:54 +00009239 SDValue Ops[] = { Chain, In1, In2L, In2H };
Owen Anderson825b72b2009-08-11 20:47:22 +00009240 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
Dan Gohmanc76909a2009-09-25 20:36:54 +00009241 SDValue Result =
9242 DAG.getMemIntrinsicNode(NewOp, dl, Tys, Ops, 4, MVT::i64,
9243 cast<MemSDNode>(Node)->getMemOperand());
Duncan Sands1607f052008-12-01 11:39:25 +00009244 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009245 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009246 Results.push_back(Result.getValue(2));
9247}
9248
Duncan Sands126d9072008-07-04 11:47:58 +00009249/// ReplaceNodeResults - Replace a node with an illegal result type
9250/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +00009251void X86TargetLowering::ReplaceNodeResults(SDNode *N,
9252 SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009253 SelectionDAG &DAG) const {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009254 DebugLoc dl = N->getDebugLoc();
Chris Lattner27a6c732007-11-24 07:07:01 +00009255 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +00009256 default:
Duncan Sands1607f052008-12-01 11:39:25 +00009257 assert(false && "Do not know how to custom type legalize this operation!");
9258 return;
Chris Lattner5b856542010-12-20 00:59:46 +00009259 case ISD::ADDC:
9260 case ISD::ADDE:
9261 case ISD::SUBC:
9262 case ISD::SUBE:
9263 // We don't want to expand or promote these.
9264 return;
Duncan Sands1607f052008-12-01 11:39:25 +00009265 case ISD::FP_TO_SINT: {
Eli Friedman948e95a2009-05-23 09:59:16 +00009266 std::pair<SDValue,SDValue> Vals =
9267 FP_TO_INTHelper(SDValue(N, 0), DAG, true);
Duncan Sands1607f052008-12-01 11:39:25 +00009268 SDValue FIST = Vals.first, StackSlot = Vals.second;
9269 if (FIST.getNode() != 0) {
Owen Andersone50ed302009-08-10 22:56:29 +00009270 EVT VT = N->getValueType(0);
Duncan Sands1607f052008-12-01 11:39:25 +00009271 // Return a load from the stack slot.
Chris Lattner51abfe42010-09-21 06:02:19 +00009272 Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot,
9273 MachinePointerInfo(), false, false, 0));
Duncan Sands1607f052008-12-01 11:39:25 +00009274 }
9275 return;
9276 }
9277 case ISD::READCYCLECOUNTER: {
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009278 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009279 SDValue TheChain = N->getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009280 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009281 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32,
Dale Johannesendd64c412009-02-04 00:33:20 +00009282 rd.getValue(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00009283 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009284 eax.getValue(2));
9285 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
9286 SDValue Ops[] = { eax, edx };
Owen Anderson825b72b2009-08-11 20:47:22 +00009287 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Ops, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009288 Results.push_back(edx.getValue(1));
9289 return;
9290 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009291 case ISD::ATOMIC_CMP_SWAP: {
Owen Andersone50ed302009-08-10 22:56:29 +00009292 EVT T = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009293 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
Duncan Sands1607f052008-12-01 11:39:25 +00009294 SDValue cpInL, cpInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009295 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9296 DAG.getConstant(0, MVT::i32));
9297 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9298 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009299 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, X86::EAX, cpInL, SDValue());
9300 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, X86::EDX, cpInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009301 cpInL.getValue(1));
9302 SDValue swapInL, swapInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009303 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9304 DAG.getConstant(0, MVT::i32));
9305 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9306 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009307 swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl, X86::EBX, swapInL,
Duncan Sands1607f052008-12-01 11:39:25 +00009308 cpInH.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009309 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, X86::ECX, swapInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009310 swapInL.getValue(1));
9311 SDValue Ops[] = { swapInH.getValue(0),
9312 N->getOperand(1),
9313 swapInH.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009314 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Andrew Trick1a2cf3b2010-10-11 19:02:04 +00009315 MachineMemOperand *MMO = cast<AtomicSDNode>(N)->getMemOperand();
9316 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG8_DAG, dl, Tys,
9317 Ops, 3, T, MMO);
Dale Johannesendd64c412009-02-04 00:33:20 +00009318 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, X86::EAX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009319 MVT::i32, Result.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009320 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, X86::EDX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009321 MVT::i32, cpOutL.getValue(2));
Duncan Sands1607f052008-12-01 11:39:25 +00009322 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009323 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009324 Results.push_back(cpOutH.getValue(1));
9325 return;
9326 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009327 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +00009328 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
9329 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009330 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +00009331 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
9332 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009333 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +00009334 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
9335 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009336 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +00009337 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
9338 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009339 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +00009340 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
9341 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009342 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +00009343 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
9344 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009345 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +00009346 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
9347 return;
Chris Lattner27a6c732007-11-24 07:07:01 +00009348 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00009349}
9350
Evan Cheng72261582005-12-20 06:22:03 +00009351const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
9352 switch (Opcode) {
9353 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +00009354 case X86ISD::BSF: return "X86ISD::BSF";
9355 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +00009356 case X86ISD::SHLD: return "X86ISD::SHLD";
9357 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +00009358 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009359 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +00009360 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009361 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +00009362 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +00009363 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +00009364 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
9365 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
9366 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +00009367 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +00009368 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +00009369 case X86ISD::CALL: return "X86ISD::CALL";
Evan Cheng72261582005-12-20 06:22:03 +00009370 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +00009371 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +00009372 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +00009373 case X86ISD::COMI: return "X86ISD::COMI";
9374 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +00009375 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Chengad9c0a32009-12-15 00:53:42 +00009376 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
Evan Cheng72261582005-12-20 06:22:03 +00009377 case X86ISD::CMOV: return "X86ISD::CMOV";
9378 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +00009379 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +00009380 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
9381 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +00009382 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +00009383 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Chris Lattner18c59872009-06-27 04:16:01 +00009384 case X86ISD::WrapperRIP: return "X86ISD::WrapperRIP";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009385 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +00009386 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009387 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
9388 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +00009389 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Nate Begemanb9a47b82009-02-23 08:49:38 +00009390 case X86ISD::PSHUFB: return "X86ISD::PSHUFB";
Nate Begemanb65c1752010-12-17 22:55:37 +00009391 case X86ISD::PANDN: return "X86ISD::PANDN";
9392 case X86ISD::PSIGNB: return "X86ISD::PSIGNB";
9393 case X86ISD::PSIGNW: return "X86ISD::PSIGNW";
9394 case X86ISD::PSIGND: return "X86ISD::PSIGND";
Nate Begeman672fb622010-12-20 22:04:24 +00009395 case X86ISD::PBLENDVB: return "X86ISD::PBLENDVB";
Evan Cheng8ca29322006-11-10 21:43:37 +00009396 case X86ISD::FMAX: return "X86ISD::FMAX";
9397 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +00009398 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
9399 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009400 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
Eric Christopher30ef0e52010-06-03 04:07:48 +00009401 case X86ISD::TLSCALL: return "X86ISD::TLSCALL";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009402 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00009403 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009404 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +00009405 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
9406 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009407 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
9408 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
9409 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
9410 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
9411 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
9412 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +00009413 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
9414 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +00009415 case X86ISD::VSHL: return "X86ISD::VSHL";
9416 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +00009417 case X86ISD::CMPPD: return "X86ISD::CMPPD";
9418 case X86ISD::CMPPS: return "X86ISD::CMPPS";
9419 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
9420 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
9421 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
9422 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
9423 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
9424 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
9425 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
9426 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009427 case X86ISD::ADD: return "X86ISD::ADD";
9428 case X86ISD::SUB: return "X86ISD::SUB";
Chris Lattner5b856542010-12-20 00:59:46 +00009429 case X86ISD::ADC: return "X86ISD::ADC";
9430 case X86ISD::SBB: return "X86ISD::SBB";
Bill Wendlingd350e022008-12-12 21:15:41 +00009431 case X86ISD::SMUL: return "X86ISD::SMUL";
9432 case X86ISD::UMUL: return "X86ISD::UMUL";
Dan Gohman076aee32009-03-04 19:44:21 +00009433 case X86ISD::INC: return "X86ISD::INC";
9434 case X86ISD::DEC: return "X86ISD::DEC";
Dan Gohmane220c4b2009-09-18 19:59:53 +00009435 case X86ISD::OR: return "X86ISD::OR";
9436 case X86ISD::XOR: return "X86ISD::XOR";
9437 case X86ISD::AND: return "X86ISD::AND";
Evan Cheng73f24c92009-03-30 21:36:47 +00009438 case X86ISD::MUL_IMM: return "X86ISD::MUL_IMM";
Eric Christopher71c67532009-07-29 00:28:05 +00009439 case X86ISD::PTEST: return "X86ISD::PTEST";
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009440 case X86ISD::TESTP: return "X86ISD::TESTP";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009441 case X86ISD::PALIGN: return "X86ISD::PALIGN";
9442 case X86ISD::PSHUFD: return "X86ISD::PSHUFD";
9443 case X86ISD::PSHUFHW: return "X86ISD::PSHUFHW";
9444 case X86ISD::PSHUFHW_LD: return "X86ISD::PSHUFHW_LD";
9445 case X86ISD::PSHUFLW: return "X86ISD::PSHUFLW";
9446 case X86ISD::PSHUFLW_LD: return "X86ISD::PSHUFLW_LD";
9447 case X86ISD::SHUFPS: return "X86ISD::SHUFPS";
9448 case X86ISD::SHUFPD: return "X86ISD::SHUFPD";
9449 case X86ISD::MOVLHPS: return "X86ISD::MOVLHPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009450 case X86ISD::MOVLHPD: return "X86ISD::MOVLHPD";
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00009451 case X86ISD::MOVHLPS: return "X86ISD::MOVHLPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009452 case X86ISD::MOVHLPD: return "X86ISD::MOVHLPD";
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00009453 case X86ISD::MOVLPS: return "X86ISD::MOVLPS";
9454 case X86ISD::MOVLPD: return "X86ISD::MOVLPD";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009455 case X86ISD::MOVDDUP: return "X86ISD::MOVDDUP";
9456 case X86ISD::MOVSHDUP: return "X86ISD::MOVSHDUP";
9457 case X86ISD::MOVSLDUP: return "X86ISD::MOVSLDUP";
9458 case X86ISD::MOVSHDUP_LD: return "X86ISD::MOVSHDUP_LD";
9459 case X86ISD::MOVSLDUP_LD: return "X86ISD::MOVSLDUP_LD";
9460 case X86ISD::MOVSD: return "X86ISD::MOVSD";
9461 case X86ISD::MOVSS: return "X86ISD::MOVSS";
9462 case X86ISD::UNPCKLPS: return "X86ISD::UNPCKLPS";
9463 case X86ISD::UNPCKLPD: return "X86ISD::UNPCKLPD";
David Greenefbf05d32011-02-22 23:31:46 +00009464 case X86ISD::VUNPCKLPS: return "X86ISD::VUNPCKLPS";
9465 case X86ISD::VUNPCKLPD: return "X86ISD::VUNPCKLPD";
9466 case X86ISD::VUNPCKLPSY: return "X86ISD::VUNPCKLPSY";
9467 case X86ISD::VUNPCKLPDY: return "X86ISD::VUNPCKLPDY";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009468 case X86ISD::UNPCKHPS: return "X86ISD::UNPCKHPS";
9469 case X86ISD::UNPCKHPD: return "X86ISD::UNPCKHPD";
9470 case X86ISD::PUNPCKLBW: return "X86ISD::PUNPCKLBW";
9471 case X86ISD::PUNPCKLWD: return "X86ISD::PUNPCKLWD";
9472 case X86ISD::PUNPCKLDQ: return "X86ISD::PUNPCKLDQ";
9473 case X86ISD::PUNPCKLQDQ: return "X86ISD::PUNPCKLQDQ";
9474 case X86ISD::PUNPCKHBW: return "X86ISD::PUNPCKHBW";
9475 case X86ISD::PUNPCKHWD: return "X86ISD::PUNPCKHWD";
9476 case X86ISD::PUNPCKHDQ: return "X86ISD::PUNPCKHDQ";
9477 case X86ISD::PUNPCKHQDQ: return "X86ISD::PUNPCKHQDQ";
Dan Gohmand6708ea2009-08-15 01:38:56 +00009478 case X86ISD::VASTART_SAVE_XMM_REGS: return "X86ISD::VASTART_SAVE_XMM_REGS";
Dan Gohman320afb82010-10-12 18:00:49 +00009479 case X86ISD::VAARG_64: return "X86ISD::VAARG_64";
Michael J. Spencere9c253e2010-10-21 01:41:01 +00009480 case X86ISD::WIN_ALLOCA: return "X86ISD::WIN_ALLOCA";
Evan Cheng72261582005-12-20 06:22:03 +00009481 }
9482}
Evan Cheng3a03ebb2005-12-21 23:05:39 +00009483
Chris Lattnerc9addb72007-03-30 23:15:24 +00009484// isLegalAddressingMode - Return true if the addressing mode represented
9485// by AM is legal for this target, for a load/store of the specified type.
Scott Michelfdc40a02009-02-17 22:15:04 +00009486bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
Chris Lattnerc9addb72007-03-30 23:15:24 +00009487 const Type *Ty) const {
9488 // X86 supports extremely general addressing modes.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009489 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman92b651f2010-08-24 15:55:12 +00009490 Reloc::Model R = getTargetMachine().getRelocationModel();
Scott Michelfdc40a02009-02-17 22:15:04 +00009491
Chris Lattnerc9addb72007-03-30 23:15:24 +00009492 // X86 allows a sign-extended 32-bit immediate field as a displacement.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009493 if (!X86::isOffsetSuitableForCodeModel(AM.BaseOffs, M, AM.BaseGV != NULL))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009494 return false;
Scott Michelfdc40a02009-02-17 22:15:04 +00009495
Chris Lattnerc9addb72007-03-30 23:15:24 +00009496 if (AM.BaseGV) {
Chris Lattnerdfed4132009-07-10 07:38:24 +00009497 unsigned GVFlags =
9498 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009499
Chris Lattnerdfed4132009-07-10 07:38:24 +00009500 // If a reference to this global requires an extra load, we can't fold it.
9501 if (isGlobalStubReference(GVFlags))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009502 return false;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009503
Chris Lattnerdfed4132009-07-10 07:38:24 +00009504 // If BaseGV requires a register for the PIC base, we cannot also have a
9505 // BaseReg specified.
9506 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))
Dale Johannesen203af582008-12-05 21:47:27 +00009507 return false;
Evan Cheng52787842007-08-01 23:46:47 +00009508
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009509 // If lower 4G is not available, then we must use rip-relative addressing.
Dan Gohman92b651f2010-08-24 15:55:12 +00009510 if ((M != CodeModel::Small || R != Reloc::Static) &&
9511 Subtarget->is64Bit() && (AM.BaseOffs || AM.Scale > 1))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009512 return false;
Chris Lattnerc9addb72007-03-30 23:15:24 +00009513 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009514
Chris Lattnerc9addb72007-03-30 23:15:24 +00009515 switch (AM.Scale) {
9516 case 0:
9517 case 1:
9518 case 2:
9519 case 4:
9520 case 8:
9521 // These scales always work.
9522 break;
9523 case 3:
9524 case 5:
9525 case 9:
9526 // These scales are formed with basereg+scalereg. Only accept if there is
9527 // no basereg yet.
9528 if (AM.HasBaseReg)
9529 return false;
9530 break;
9531 default: // Other stuff never works.
9532 return false;
9533 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009534
Chris Lattnerc9addb72007-03-30 23:15:24 +00009535 return true;
9536}
9537
9538
Evan Cheng2bd122c2007-10-26 01:56:11 +00009539bool X86TargetLowering::isTruncateFree(const Type *Ty1, const Type *Ty2) const {
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009540 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
Evan Cheng2bd122c2007-10-26 01:56:11 +00009541 return false;
Evan Chenge127a732007-10-29 07:57:50 +00009542 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
9543 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009544 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +00009545 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009546 return true;
Evan Cheng2bd122c2007-10-26 01:56:11 +00009547}
9548
Owen Andersone50ed302009-08-10 22:56:29 +00009549bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009550 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009551 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009552 unsigned NumBits1 = VT1.getSizeInBits();
9553 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009554 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009555 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009556 return true;
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009557}
Evan Cheng2bd122c2007-10-26 01:56:11 +00009558
Dan Gohman97121ba2009-04-08 00:15:30 +00009559bool X86TargetLowering::isZExtFree(const Type *Ty1, const Type *Ty2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00009560 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009561 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +00009562}
9563
Owen Andersone50ed302009-08-10 22:56:29 +00009564bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00009565 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Owen Anderson825b72b2009-08-11 20:47:22 +00009566 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +00009567}
9568
Owen Andersone50ed302009-08-10 22:56:29 +00009569bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
Evan Cheng8b944d32009-05-28 00:35:15 +00009570 // i16 instructions are longer (0x66 prefix) and potentially slower.
Owen Anderson825b72b2009-08-11 20:47:22 +00009571 return !(VT1 == MVT::i32 && VT2 == MVT::i16);
Evan Cheng8b944d32009-05-28 00:35:15 +00009572}
9573
Evan Cheng60c07e12006-07-05 22:17:51 +00009574/// isShuffleMaskLegal - Targets can use this to indicate that they only
9575/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
9576/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
9577/// are assumed to be legal.
9578bool
Eric Christopherfd179292009-08-27 18:07:15 +00009579X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
Owen Andersone50ed302009-08-10 22:56:29 +00009580 EVT VT) const {
Eric Christophercff6f852010-04-15 01:40:20 +00009581 // Very little shuffling can be done for 64-bit vectors right now.
Nate Begeman9008ca62009-04-27 18:41:29 +00009582 if (VT.getSizeInBits() == 64)
Eric Christophercff6f852010-04-15 01:40:20 +00009583 return isPALIGNRMask(M, VT, Subtarget->hasSSSE3());
Nate Begeman9008ca62009-04-27 18:41:29 +00009584
Nate Begemana09008b2009-10-19 02:17:23 +00009585 // FIXME: pshufb, blends, shifts.
Nate Begeman9008ca62009-04-27 18:41:29 +00009586 return (VT.getVectorNumElements() == 2 ||
9587 ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
9588 isMOVLMask(M, VT) ||
9589 isSHUFPMask(M, VT) ||
9590 isPSHUFDMask(M, VT) ||
9591 isPSHUFHWMask(M, VT) ||
9592 isPSHUFLWMask(M, VT) ||
Nate Begemana09008b2009-10-19 02:17:23 +00009593 isPALIGNRMask(M, VT, Subtarget->hasSSSE3()) ||
Nate Begeman9008ca62009-04-27 18:41:29 +00009594 isUNPCKLMask(M, VT) ||
9595 isUNPCKHMask(M, VT) ||
9596 isUNPCKL_v_undef_Mask(M, VT) ||
9597 isUNPCKH_v_undef_Mask(M, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +00009598}
9599
Dan Gohman7d8143f2008-04-09 20:09:42 +00009600bool
Nate Begeman5a5ca152009-04-29 05:20:52 +00009601X86TargetLowering::isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
Owen Andersone50ed302009-08-10 22:56:29 +00009602 EVT VT) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00009603 unsigned NumElts = VT.getVectorNumElements();
9604 // FIXME: This collection of masks seems suspect.
9605 if (NumElts == 2)
9606 return true;
9607 if (NumElts == 4 && VT.getSizeInBits() == 128) {
9608 return (isMOVLMask(Mask, VT) ||
9609 isCommutedMOVLMask(Mask, VT, true) ||
9610 isSHUFPMask(Mask, VT) ||
9611 isCommutedSHUFPMask(Mask, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +00009612 }
9613 return false;
9614}
9615
9616//===----------------------------------------------------------------------===//
9617// X86 Scheduler Hooks
9618//===----------------------------------------------------------------------===//
9619
Mon P Wang63307c32008-05-05 19:05:59 +00009620// private utility function
9621MachineBasicBlock *
9622X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
9623 MachineBasicBlock *MBB,
9624 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009625 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00009626 unsigned LoadOpc,
9627 unsigned CXchgOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00009628 unsigned notOpc,
9629 unsigned EAXreg,
9630 TargetRegisterClass *RC,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009631 bool invSrc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00009632 // For the atomic bitwise operator, we generate
9633 // thisMBB:
9634 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00009635 // ld t1 = [bitinstr.addr]
9636 // op t2 = t1, [bitinstr.val]
9637 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00009638 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
9639 // bz newMBB
9640 // fallthrough -->nextMBB
9641 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9642 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009643 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00009644 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009645
Mon P Wang63307c32008-05-05 19:05:59 +00009646 /// First build the CFG
9647 MachineFunction *F = MBB->getParent();
9648 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009649 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9650 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9651 F->insert(MBBIter, newMBB);
9652 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009653
Dan Gohman14152b42010-07-06 20:24:04 +00009654 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9655 nextMBB->splice(nextMBB->begin(), thisMBB,
9656 llvm::next(MachineBasicBlock::iterator(bInstr)),
9657 thisMBB->end());
9658 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009659
Mon P Wang63307c32008-05-05 19:05:59 +00009660 // Update thisMBB to fall through to newMBB
9661 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009662
Mon P Wang63307c32008-05-05 19:05:59 +00009663 // newMBB jumps to itself and fall through to nextMBB
9664 newMBB->addSuccessor(nextMBB);
9665 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009666
Mon P Wang63307c32008-05-05 19:05:59 +00009667 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009668 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009669 "unexpected number of operands");
Dale Johannesene4d209d2009-02-03 20:21:25 +00009670 DebugLoc dl = bInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00009671 MachineOperand& destOper = bInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009672 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00009673 int numArgs = bInstr->getNumOperands() - 1;
9674 for (int i=0; i < numArgs; ++i)
9675 argOpers[i] = &bInstr->getOperand(i+1);
9676
9677 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009678 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009679 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00009680
Dale Johannesen140be2d2008-08-19 18:47:28 +00009681 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009682 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00009683 for (int i=0; i <= lastAddrIndx; ++i)
9684 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009685
Dale Johannesen140be2d2008-08-19 18:47:28 +00009686 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009687 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009688 MIB = BuildMI(newMBB, dl, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009689 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009690 else
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009691 tt = t1;
9692
Dale Johannesen140be2d2008-08-19 18:47:28 +00009693 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +00009694 assert((argOpers[valArgIndx]->isReg() ||
9695 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00009696 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +00009697 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009698 MIB = BuildMI(newMBB, dl, TII->get(regOpc), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00009699 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009700 MIB = BuildMI(newMBB, dl, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009701 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +00009702 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009703
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009704 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +00009705 MIB.addReg(t1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009706
Dale Johannesene4d209d2009-02-03 20:21:25 +00009707 MIB = BuildMI(newMBB, dl, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +00009708 for (int i=0; i <= lastAddrIndx; ++i)
9709 (*MIB).addOperand(*argOpers[i]);
9710 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +00009711 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009712 (*MIB).setMemRefs(bInstr->memoperands_begin(),
9713 bInstr->memoperands_end());
Mon P Wangf5952662008-07-17 04:54:06 +00009714
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009715 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Dale Johannesen140be2d2008-08-19 18:47:28 +00009716 MIB.addReg(EAXreg);
Scott Michelfdc40a02009-02-17 22:15:04 +00009717
Mon P Wang63307c32008-05-05 19:05:59 +00009718 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009719 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00009720
Dan Gohman14152b42010-07-06 20:24:04 +00009721 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00009722 return nextMBB;
9723}
9724
Dale Johannesen1b54c7f2008-10-03 19:41:08 +00009725// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +00009726MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009727X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
9728 MachineBasicBlock *MBB,
9729 unsigned regOpcL,
9730 unsigned regOpcH,
9731 unsigned immOpcL,
9732 unsigned immOpcH,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009733 bool invSrc) const {
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009734 // For the atomic bitwise operator, we generate
9735 // thisMBB (instructions are in pairs, except cmpxchg8b)
9736 // ld t1,t2 = [bitinstr.addr]
9737 // newMBB:
9738 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
9739 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +00009740 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009741 // mov ECX, EBX <- t5, t6
9742 // mov EAX, EDX <- t1, t2
9743 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
9744 // mov t3, t4 <- EAX, EDX
9745 // bz newMBB
9746 // result in out1, out2
9747 // fallthrough -->nextMBB
9748
9749 const TargetRegisterClass *RC = X86::GR32RegisterClass;
9750 const unsigned LoadOpc = X86::MOV32rm;
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009751 const unsigned NotOpc = X86::NOT32r;
9752 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9753 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
9754 MachineFunction::iterator MBBIter = MBB;
9755 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009756
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009757 /// First build the CFG
9758 MachineFunction *F = MBB->getParent();
9759 MachineBasicBlock *thisMBB = MBB;
9760 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9761 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9762 F->insert(MBBIter, newMBB);
9763 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009764
Dan Gohman14152b42010-07-06 20:24:04 +00009765 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9766 nextMBB->splice(nextMBB->begin(), thisMBB,
9767 llvm::next(MachineBasicBlock::iterator(bInstr)),
9768 thisMBB->end());
9769 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009770
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009771 // Update thisMBB to fall through to newMBB
9772 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009773
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009774 // newMBB jumps to itself and fall through to nextMBB
9775 newMBB->addSuccessor(nextMBB);
9776 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009777
Dale Johannesene4d209d2009-02-03 20:21:25 +00009778 DebugLoc dl = bInstr->getDebugLoc();
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009779 // Insert instructions into newMBB based on incoming instruction
9780 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009781 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 14 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009782 "unexpected number of operands");
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009783 MachineOperand& dest1Oper = bInstr->getOperand(0);
9784 MachineOperand& dest2Oper = bInstr->getOperand(1);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009785 MachineOperand* argOpers[2 + X86::AddrNumOperands];
9786 for (int i=0; i < 2 + X86::AddrNumOperands; ++i) {
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009787 argOpers[i] = &bInstr->getOperand(i+2);
9788
Dan Gohman71ea4e52010-05-14 21:01:44 +00009789 // We use some of the operands multiple times, so conservatively just
9790 // clear any kill flags that might be present.
9791 if (argOpers[i]->isReg() && argOpers[i]->isUse())
9792 argOpers[i]->setIsKill(false);
9793 }
9794
Evan Chengad5b52f2010-01-08 19:14:57 +00009795 // x86 address has 5 operands: base, index, scale, displacement, and segment.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009796 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Scott Michelfdc40a02009-02-17 22:15:04 +00009797
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009798 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009799 MachineInstrBuilder MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009800 for (int i=0; i <= lastAddrIndx; ++i)
9801 (*MIB).addOperand(*argOpers[i]);
9802 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009803 MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +00009804 // add 4 to displacement.
Rafael Espindola094fad32009-04-08 21:14:34 +00009805 for (int i=0; i <= lastAddrIndx-2; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009806 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +00009807 MachineOperand newOp3 = *(argOpers[3]);
9808 if (newOp3.isImm())
9809 newOp3.setImm(newOp3.getImm()+4);
9810 else
9811 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009812 (*MIB).addOperand(newOp3);
Rafael Espindola094fad32009-04-08 21:14:34 +00009813 (*MIB).addOperand(*argOpers[lastAddrIndx]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009814
9815 // t3/4 are defined later, at the bottom of the loop
9816 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
9817 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009818 BuildMI(newMBB, dl, TII->get(X86::PHI), dest1Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009819 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009820 BuildMI(newMBB, dl, TII->get(X86::PHI), dest2Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009821 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
9822
Evan Cheng306b4ca2010-01-08 23:41:50 +00009823 // The subsequent operations should be using the destination registers of
9824 //the PHI instructions.
Scott Michelfdc40a02009-02-17 22:15:04 +00009825 if (invSrc) {
Evan Cheng306b4ca2010-01-08 23:41:50 +00009826 t1 = F->getRegInfo().createVirtualRegister(RC);
9827 t2 = F->getRegInfo().createVirtualRegister(RC);
9828 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t1).addReg(dest1Oper.getReg());
9829 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t2).addReg(dest2Oper.getReg());
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009830 } else {
Evan Cheng306b4ca2010-01-08 23:41:50 +00009831 t1 = dest1Oper.getReg();
9832 t2 = dest2Oper.getReg();
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009833 }
9834
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009835 int valArgIndx = lastAddrIndx + 1;
9836 assert((argOpers[valArgIndx]->isReg() ||
Bill Wendling51b16f42009-05-30 01:09:53 +00009837 argOpers[valArgIndx]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009838 "invalid operand");
9839 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
9840 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009841 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009842 MIB = BuildMI(newMBB, dl, TII->get(regOpcL), t5);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009843 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009844 MIB = BuildMI(newMBB, dl, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +00009845 if (regOpcL != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +00009846 MIB.addReg(t1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009847 (*MIB).addOperand(*argOpers[valArgIndx]);
9848 assert(argOpers[valArgIndx + 1]->isReg() ==
Bill Wendling51b16f42009-05-30 01:09:53 +00009849 argOpers[valArgIndx]->isReg());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009850 assert(argOpers[valArgIndx + 1]->isImm() ==
Bill Wendling51b16f42009-05-30 01:09:53 +00009851 argOpers[valArgIndx]->isImm());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009852 if (argOpers[valArgIndx + 1]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009853 MIB = BuildMI(newMBB, dl, TII->get(regOpcH), t6);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009854 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009855 MIB = BuildMI(newMBB, dl, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +00009856 if (regOpcH != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +00009857 MIB.addReg(t2);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009858 (*MIB).addOperand(*argOpers[valArgIndx + 1]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009859
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009860 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009861 MIB.addReg(t1);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009862 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EDX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009863 MIB.addReg(t2);
9864
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009865 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EBX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009866 MIB.addReg(t5);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009867 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::ECX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009868 MIB.addReg(t6);
Scott Michelfdc40a02009-02-17 22:15:04 +00009869
Dale Johannesene4d209d2009-02-03 20:21:25 +00009870 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG8B));
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009871 for (int i=0; i <= lastAddrIndx; ++i)
9872 (*MIB).addOperand(*argOpers[i]);
9873
9874 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009875 (*MIB).setMemRefs(bInstr->memoperands_begin(),
9876 bInstr->memoperands_end());
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009877
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009878 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t3);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009879 MIB.addReg(X86::EAX);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009880 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009881 MIB.addReg(X86::EDX);
Scott Michelfdc40a02009-02-17 22:15:04 +00009882
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009883 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009884 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009885
Dan Gohman14152b42010-07-06 20:24:04 +00009886 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009887 return nextMBB;
9888}
9889
9890// private utility function
9891MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +00009892X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
9893 MachineBasicBlock *MBB,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009894 unsigned cmovOpc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00009895 // For the atomic min/max operator, we generate
9896 // thisMBB:
9897 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00009898 // ld t1 = [min/max.addr]
Scott Michelfdc40a02009-02-17 22:15:04 +00009899 // mov t2 = [min/max.val]
Mon P Wang63307c32008-05-05 19:05:59 +00009900 // cmp t1, t2
9901 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +00009902 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00009903 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
9904 // bz newMBB
9905 // fallthrough -->nextMBB
9906 //
9907 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9908 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009909 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00009910 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009911
Mon P Wang63307c32008-05-05 19:05:59 +00009912 /// First build the CFG
9913 MachineFunction *F = MBB->getParent();
9914 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009915 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9916 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9917 F->insert(MBBIter, newMBB);
9918 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009919
Dan Gohman14152b42010-07-06 20:24:04 +00009920 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9921 nextMBB->splice(nextMBB->begin(), thisMBB,
9922 llvm::next(MachineBasicBlock::iterator(mInstr)),
9923 thisMBB->end());
9924 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009925
Mon P Wang63307c32008-05-05 19:05:59 +00009926 // Update thisMBB to fall through to newMBB
9927 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009928
Mon P Wang63307c32008-05-05 19:05:59 +00009929 // newMBB jumps to newMBB and fall through to nextMBB
9930 newMBB->addSuccessor(nextMBB);
9931 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009932
Dale Johannesene4d209d2009-02-03 20:21:25 +00009933 DebugLoc dl = mInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00009934 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009935 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009936 "unexpected number of operands");
Mon P Wang63307c32008-05-05 19:05:59 +00009937 MachineOperand& destOper = mInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009938 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00009939 int numArgs = mInstr->getNumOperands() - 1;
9940 for (int i=0; i < numArgs; ++i)
9941 argOpers[i] = &mInstr->getOperand(i+1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009942
Mon P Wang63307c32008-05-05 19:05:59 +00009943 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009944 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009945 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00009946
Mon P Wangab3e7472008-05-05 22:56:23 +00009947 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009948 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00009949 for (int i=0; i <= lastAddrIndx; ++i)
9950 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +00009951
Mon P Wang63307c32008-05-05 19:05:59 +00009952 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +00009953 assert((argOpers[valArgIndx]->isReg() ||
9954 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00009955 "invalid operand");
Scott Michelfdc40a02009-02-17 22:15:04 +00009956
9957 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +00009958 if (argOpers[valArgIndx]->isReg())
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009959 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t2);
Scott Michelfdc40a02009-02-17 22:15:04 +00009960 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009961 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00009962 (*MIB).addOperand(*argOpers[valArgIndx]);
9963
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009964 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Mon P Wangab3e7472008-05-05 22:56:23 +00009965 MIB.addReg(t1);
9966
Dale Johannesene4d209d2009-02-03 20:21:25 +00009967 MIB = BuildMI(newMBB, dl, TII->get(X86::CMP32rr));
Mon P Wang63307c32008-05-05 19:05:59 +00009968 MIB.addReg(t1);
9969 MIB.addReg(t2);
9970
9971 // Generate movc
9972 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009973 MIB = BuildMI(newMBB, dl, TII->get(cmovOpc),t3);
Mon P Wang63307c32008-05-05 19:05:59 +00009974 MIB.addReg(t2);
9975 MIB.addReg(t1);
9976
9977 // Cmp and exchange if none has modified the memory location
Dale Johannesene4d209d2009-02-03 20:21:25 +00009978 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG32));
Mon P Wang63307c32008-05-05 19:05:59 +00009979 for (int i=0; i <= lastAddrIndx; ++i)
9980 (*MIB).addOperand(*argOpers[i]);
9981 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +00009982 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009983 (*MIB).setMemRefs(mInstr->memoperands_begin(),
9984 mInstr->memoperands_end());
Scott Michelfdc40a02009-02-17 22:15:04 +00009985
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009986 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Mon P Wang63307c32008-05-05 19:05:59 +00009987 MIB.addReg(X86::EAX);
Scott Michelfdc40a02009-02-17 22:15:04 +00009988
Mon P Wang63307c32008-05-05 19:05:59 +00009989 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009990 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00009991
Dan Gohman14152b42010-07-06 20:24:04 +00009992 mInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00009993 return nextMBB;
9994}
9995
Eric Christopherf83a5de2009-08-27 18:08:16 +00009996// FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +00009997// or XMM0_V32I8 in AVX all of this code can be replaced with that
9998// in the .td file.
Dan Gohmand6708ea2009-08-15 01:38:56 +00009999MachineBasicBlock *
Eric Christopherb120ab42009-08-18 22:50:32 +000010000X86TargetLowering::EmitPCMP(MachineInstr *MI, MachineBasicBlock *BB,
Daniel Dunbara279bc32009-09-20 02:20:51 +000010001 unsigned numArgs, bool memArg) const {
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010002 assert((Subtarget->hasSSE42() || Subtarget->hasAVX()) &&
10003 "Target must have SSE4.2 or AVX features enabled");
10004
Eric Christopherb120ab42009-08-18 22:50:32 +000010005 DebugLoc dl = MI->getDebugLoc();
10006 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Eric Christopherb120ab42009-08-18 22:50:32 +000010007 unsigned Opc;
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010008 if (!Subtarget->hasAVX()) {
10009 if (memArg)
10010 Opc = numArgs == 3 ? X86::PCMPISTRM128rm : X86::PCMPESTRM128rm;
10011 else
10012 Opc = numArgs == 3 ? X86::PCMPISTRM128rr : X86::PCMPESTRM128rr;
10013 } else {
10014 if (memArg)
10015 Opc = numArgs == 3 ? X86::VPCMPISTRM128rm : X86::VPCMPESTRM128rm;
10016 else
10017 Opc = numArgs == 3 ? X86::VPCMPISTRM128rr : X86::VPCMPESTRM128rr;
10018 }
Eric Christopherb120ab42009-08-18 22:50:32 +000010019
Eric Christopher41c902f2010-11-30 08:20:21 +000010020 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
Eric Christopherb120ab42009-08-18 22:50:32 +000010021 for (unsigned i = 0; i < numArgs; ++i) {
10022 MachineOperand &Op = MI->getOperand(i+1);
Eric Christopherb120ab42009-08-18 22:50:32 +000010023 if (!(Op.isReg() && Op.isImplicit()))
10024 MIB.addOperand(Op);
10025 }
Eric Christopher41c902f2010-11-30 08:20:21 +000010026 BuildMI(*BB, MI, dl, TII->get(X86::MOVAPSrr), MI->getOperand(0).getReg())
Eric Christopherb120ab42009-08-18 22:50:32 +000010027 .addReg(X86::XMM0);
10028
Dan Gohman14152b42010-07-06 20:24:04 +000010029 MI->eraseFromParent();
Eric Christopherb120ab42009-08-18 22:50:32 +000010030 return BB;
10031}
10032
10033MachineBasicBlock *
Eric Christopher228232b2010-11-30 07:20:12 +000010034X86TargetLowering::EmitMonitor(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000010035 DebugLoc dl = MI->getDebugLoc();
10036 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010037
Eric Christopher228232b2010-11-30 07:20:12 +000010038 // Address into RAX/EAX, other two args into ECX, EDX.
10039 unsigned MemOpc = Subtarget->is64Bit() ? X86::LEA64r : X86::LEA32r;
10040 unsigned MemReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
10041 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(MemOpc), MemReg);
10042 for (int i = 0; i < X86::AddrNumOperands; ++i)
Eric Christopher82be2202010-11-30 08:10:28 +000010043 MIB.addOperand(MI->getOperand(i));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010044
Eric Christopher228232b2010-11-30 07:20:12 +000010045 unsigned ValOps = X86::AddrNumOperands;
10046 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
10047 .addReg(MI->getOperand(ValOps).getReg());
10048 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EDX)
10049 .addReg(MI->getOperand(ValOps+1).getReg());
10050
10051 // The instruction doesn't actually take any operands though.
10052 BuildMI(*BB, MI, dl, TII->get(X86::MONITORrrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010053
Eric Christopher228232b2010-11-30 07:20:12 +000010054 MI->eraseFromParent(); // The pseudo is gone now.
10055 return BB;
10056}
10057
10058MachineBasicBlock *
10059X86TargetLowering::EmitMwait(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000010060 DebugLoc dl = MI->getDebugLoc();
10061 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010062
Eric Christopher228232b2010-11-30 07:20:12 +000010063 // First arg in ECX, the second in EAX.
10064 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
10065 .addReg(MI->getOperand(0).getReg());
10066 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EAX)
10067 .addReg(MI->getOperand(1).getReg());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010068
Eric Christopher228232b2010-11-30 07:20:12 +000010069 // The instruction doesn't actually take any operands though.
10070 BuildMI(*BB, MI, dl, TII->get(X86::MWAITrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010071
Eric Christopher228232b2010-11-30 07:20:12 +000010072 MI->eraseFromParent(); // The pseudo is gone now.
10073 return BB;
10074}
10075
10076MachineBasicBlock *
Dan Gohman320afb82010-10-12 18:00:49 +000010077X86TargetLowering::EmitVAARG64WithCustomInserter(
10078 MachineInstr *MI,
10079 MachineBasicBlock *MBB) const {
10080 // Emit va_arg instruction on X86-64.
10081
10082 // Operands to this pseudo-instruction:
10083 // 0 ) Output : destination address (reg)
10084 // 1-5) Input : va_list address (addr, i64mem)
10085 // 6 ) ArgSize : Size (in bytes) of vararg type
10086 // 7 ) ArgMode : 0=overflow only, 1=use gp_offset, 2=use fp_offset
10087 // 8 ) Align : Alignment of type
10088 // 9 ) EFLAGS (implicit-def)
10089
10090 assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
10091 assert(X86::AddrNumOperands == 5 && "VAARG_64 assumes 5 address operands");
10092
10093 unsigned DestReg = MI->getOperand(0).getReg();
10094 MachineOperand &Base = MI->getOperand(1);
10095 MachineOperand &Scale = MI->getOperand(2);
10096 MachineOperand &Index = MI->getOperand(3);
10097 MachineOperand &Disp = MI->getOperand(4);
10098 MachineOperand &Segment = MI->getOperand(5);
10099 unsigned ArgSize = MI->getOperand(6).getImm();
10100 unsigned ArgMode = MI->getOperand(7).getImm();
10101 unsigned Align = MI->getOperand(8).getImm();
10102
10103 // Memory Reference
10104 assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
10105 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
10106 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
10107
10108 // Machine Information
10109 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10110 MachineRegisterInfo &MRI = MBB->getParent()->getRegInfo();
10111 const TargetRegisterClass *AddrRegClass = getRegClassFor(MVT::i64);
10112 const TargetRegisterClass *OffsetRegClass = getRegClassFor(MVT::i32);
10113 DebugLoc DL = MI->getDebugLoc();
10114
10115 // struct va_list {
10116 // i32 gp_offset
10117 // i32 fp_offset
10118 // i64 overflow_area (address)
10119 // i64 reg_save_area (address)
10120 // }
10121 // sizeof(va_list) = 24
10122 // alignment(va_list) = 8
10123
10124 unsigned TotalNumIntRegs = 6;
10125 unsigned TotalNumXMMRegs = 8;
10126 bool UseGPOffset = (ArgMode == 1);
10127 bool UseFPOffset = (ArgMode == 2);
10128 unsigned MaxOffset = TotalNumIntRegs * 8 +
10129 (UseFPOffset ? TotalNumXMMRegs * 16 : 0);
10130
10131 /* Align ArgSize to a multiple of 8 */
10132 unsigned ArgSizeA8 = (ArgSize + 7) & ~7;
10133 bool NeedsAlign = (Align > 8);
10134
10135 MachineBasicBlock *thisMBB = MBB;
10136 MachineBasicBlock *overflowMBB;
10137 MachineBasicBlock *offsetMBB;
10138 MachineBasicBlock *endMBB;
10139
10140 unsigned OffsetDestReg = 0; // Argument address computed by offsetMBB
10141 unsigned OverflowDestReg = 0; // Argument address computed by overflowMBB
10142 unsigned OffsetReg = 0;
10143
10144 if (!UseGPOffset && !UseFPOffset) {
10145 // If we only pull from the overflow region, we don't create a branch.
10146 // We don't need to alter control flow.
10147 OffsetDestReg = 0; // unused
10148 OverflowDestReg = DestReg;
10149
10150 offsetMBB = NULL;
10151 overflowMBB = thisMBB;
10152 endMBB = thisMBB;
10153 } else {
10154 // First emit code to check if gp_offset (or fp_offset) is below the bound.
10155 // If so, pull the argument from reg_save_area. (branch to offsetMBB)
10156 // If not, pull from overflow_area. (branch to overflowMBB)
10157 //
10158 // thisMBB
10159 // | .
10160 // | .
10161 // offsetMBB overflowMBB
10162 // | .
10163 // | .
10164 // endMBB
10165
10166 // Registers for the PHI in endMBB
10167 OffsetDestReg = MRI.createVirtualRegister(AddrRegClass);
10168 OverflowDestReg = MRI.createVirtualRegister(AddrRegClass);
10169
10170 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10171 MachineFunction *MF = MBB->getParent();
10172 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10173 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10174 endMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10175
10176 MachineFunction::iterator MBBIter = MBB;
10177 ++MBBIter;
10178
10179 // Insert the new basic blocks
10180 MF->insert(MBBIter, offsetMBB);
10181 MF->insert(MBBIter, overflowMBB);
10182 MF->insert(MBBIter, endMBB);
10183
10184 // Transfer the remainder of MBB and its successor edges to endMBB.
10185 endMBB->splice(endMBB->begin(), thisMBB,
10186 llvm::next(MachineBasicBlock::iterator(MI)),
10187 thisMBB->end());
10188 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
10189
10190 // Make offsetMBB and overflowMBB successors of thisMBB
10191 thisMBB->addSuccessor(offsetMBB);
10192 thisMBB->addSuccessor(overflowMBB);
10193
10194 // endMBB is a successor of both offsetMBB and overflowMBB
10195 offsetMBB->addSuccessor(endMBB);
10196 overflowMBB->addSuccessor(endMBB);
10197
10198 // Load the offset value into a register
10199 OffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10200 BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
10201 .addOperand(Base)
10202 .addOperand(Scale)
10203 .addOperand(Index)
10204 .addDisp(Disp, UseFPOffset ? 4 : 0)
10205 .addOperand(Segment)
10206 .setMemRefs(MMOBegin, MMOEnd);
10207
10208 // Check if there is enough room left to pull this argument.
10209 BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
10210 .addReg(OffsetReg)
10211 .addImm(MaxOffset + 8 - ArgSizeA8);
10212
10213 // Branch to "overflowMBB" if offset >= max
10214 // Fall through to "offsetMBB" otherwise
10215 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
10216 .addMBB(overflowMBB);
10217 }
10218
10219 // In offsetMBB, emit code to use the reg_save_area.
10220 if (offsetMBB) {
10221 assert(OffsetReg != 0);
10222
10223 // Read the reg_save_area address.
10224 unsigned RegSaveReg = MRI.createVirtualRegister(AddrRegClass);
10225 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg)
10226 .addOperand(Base)
10227 .addOperand(Scale)
10228 .addOperand(Index)
10229 .addDisp(Disp, 16)
10230 .addOperand(Segment)
10231 .setMemRefs(MMOBegin, MMOEnd);
10232
10233 // Zero-extend the offset
10234 unsigned OffsetReg64 = MRI.createVirtualRegister(AddrRegClass);
10235 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64)
10236 .addImm(0)
10237 .addReg(OffsetReg)
10238 .addImm(X86::sub_32bit);
10239
10240 // Add the offset to the reg_save_area to get the final address.
10241 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg)
10242 .addReg(OffsetReg64)
10243 .addReg(RegSaveReg);
10244
10245 // Compute the offset for the next argument
10246 unsigned NextOffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10247 BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg)
10248 .addReg(OffsetReg)
10249 .addImm(UseFPOffset ? 16 : 8);
10250
10251 // Store it back into the va_list.
10252 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr))
10253 .addOperand(Base)
10254 .addOperand(Scale)
10255 .addOperand(Index)
10256 .addDisp(Disp, UseFPOffset ? 4 : 0)
10257 .addOperand(Segment)
10258 .addReg(NextOffsetReg)
10259 .setMemRefs(MMOBegin, MMOEnd);
10260
10261 // Jump to endMBB
10262 BuildMI(offsetMBB, DL, TII->get(X86::JMP_4))
10263 .addMBB(endMBB);
10264 }
10265
10266 //
10267 // Emit code to use overflow area
10268 //
10269
10270 // Load the overflow_area address into a register.
10271 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass);
10272 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg)
10273 .addOperand(Base)
10274 .addOperand(Scale)
10275 .addOperand(Index)
10276 .addDisp(Disp, 8)
10277 .addOperand(Segment)
10278 .setMemRefs(MMOBegin, MMOEnd);
10279
10280 // If we need to align it, do so. Otherwise, just copy the address
10281 // to OverflowDestReg.
10282 if (NeedsAlign) {
10283 // Align the overflow address
10284 assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
10285 unsigned TmpReg = MRI.createVirtualRegister(AddrRegClass);
10286
10287 // aligned_addr = (addr + (align-1)) & ~(align-1)
10288 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg)
10289 .addReg(OverflowAddrReg)
10290 .addImm(Align-1);
10291
10292 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg)
10293 .addReg(TmpReg)
10294 .addImm(~(uint64_t)(Align-1));
10295 } else {
10296 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg)
10297 .addReg(OverflowAddrReg);
10298 }
10299
10300 // Compute the next overflow address after this argument.
10301 // (the overflow address should be kept 8-byte aligned)
10302 unsigned NextAddrReg = MRI.createVirtualRegister(AddrRegClass);
10303 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg)
10304 .addReg(OverflowDestReg)
10305 .addImm(ArgSizeA8);
10306
10307 // Store the new overflow address.
10308 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr))
10309 .addOperand(Base)
10310 .addOperand(Scale)
10311 .addOperand(Index)
10312 .addDisp(Disp, 8)
10313 .addOperand(Segment)
10314 .addReg(NextAddrReg)
10315 .setMemRefs(MMOBegin, MMOEnd);
10316
10317 // If we branched, emit the PHI to the front of endMBB.
10318 if (offsetMBB) {
10319 BuildMI(*endMBB, endMBB->begin(), DL,
10320 TII->get(X86::PHI), DestReg)
10321 .addReg(OffsetDestReg).addMBB(offsetMBB)
10322 .addReg(OverflowDestReg).addMBB(overflowMBB);
10323 }
10324
10325 // Erase the pseudo instruction
10326 MI->eraseFromParent();
10327
10328 return endMBB;
10329}
10330
10331MachineBasicBlock *
Dan Gohmand6708ea2009-08-15 01:38:56 +000010332X86TargetLowering::EmitVAStartSaveXMMRegsWithCustomInserter(
10333 MachineInstr *MI,
10334 MachineBasicBlock *MBB) const {
10335 // Emit code to save XMM registers to the stack. The ABI says that the
10336 // number of registers to save is given in %al, so it's theoretically
10337 // possible to do an indirect jump trick to avoid saving all of them,
10338 // however this code takes a simpler approach and just executes all
10339 // of the stores if %al is non-zero. It's less code, and it's probably
10340 // easier on the hardware branch predictor, and stores aren't all that
10341 // expensive anyway.
10342
10343 // Create the new basic blocks. One block contains all the XMM stores,
10344 // and one block is the final destination regardless of whether any
10345 // stores were performed.
10346 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10347 MachineFunction *F = MBB->getParent();
10348 MachineFunction::iterator MBBIter = MBB;
10349 ++MBBIter;
10350 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB);
10351 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB);
10352 F->insert(MBBIter, XMMSaveMBB);
10353 F->insert(MBBIter, EndMBB);
10354
Dan Gohman14152b42010-07-06 20:24:04 +000010355 // Transfer the remainder of MBB and its successor edges to EndMBB.
10356 EndMBB->splice(EndMBB->begin(), MBB,
10357 llvm::next(MachineBasicBlock::iterator(MI)),
10358 MBB->end());
10359 EndMBB->transferSuccessorsAndUpdatePHIs(MBB);
10360
Dan Gohmand6708ea2009-08-15 01:38:56 +000010361 // The original block will now fall through to the XMM save block.
10362 MBB->addSuccessor(XMMSaveMBB);
10363 // The XMMSaveMBB will fall through to the end block.
10364 XMMSaveMBB->addSuccessor(EndMBB);
10365
10366 // Now add the instructions.
10367 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10368 DebugLoc DL = MI->getDebugLoc();
10369
10370 unsigned CountReg = MI->getOperand(0).getReg();
10371 int64_t RegSaveFrameIndex = MI->getOperand(1).getImm();
10372 int64_t VarArgsFPOffset = MI->getOperand(2).getImm();
10373
10374 if (!Subtarget->isTargetWin64()) {
10375 // If %al is 0, branch around the XMM save block.
10376 BuildMI(MBB, DL, TII->get(X86::TEST8rr)).addReg(CountReg).addReg(CountReg);
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010377 BuildMI(MBB, DL, TII->get(X86::JE_4)).addMBB(EndMBB);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010378 MBB->addSuccessor(EndMBB);
10379 }
10380
10381 // In the XMM save block, save all the XMM argument registers.
10382 for (int i = 3, e = MI->getNumOperands(); i != e; ++i) {
10383 int64_t Offset = (i - 3) * 16 + VarArgsFPOffset;
Dan Gohmanc76909a2009-09-25 20:36:54 +000010384 MachineMemOperand *MMO =
Evan Chengff89dcb2009-10-18 18:16:27 +000010385 F->getMachineMemOperand(
Chris Lattnere8639032010-09-21 06:22:23 +000010386 MachinePointerInfo::getFixedStack(RegSaveFrameIndex, Offset),
Chris Lattner59db5492010-09-21 04:39:43 +000010387 MachineMemOperand::MOStore,
Evan Chengff89dcb2009-10-18 18:16:27 +000010388 /*Size=*/16, /*Align=*/16);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010389 BuildMI(XMMSaveMBB, DL, TII->get(X86::MOVAPSmr))
10390 .addFrameIndex(RegSaveFrameIndex)
10391 .addImm(/*Scale=*/1)
10392 .addReg(/*IndexReg=*/0)
10393 .addImm(/*Disp=*/Offset)
10394 .addReg(/*Segment=*/0)
10395 .addReg(MI->getOperand(i).getReg())
Dan Gohmanc76909a2009-09-25 20:36:54 +000010396 .addMemOperand(MMO);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010397 }
10398
Dan Gohman14152b42010-07-06 20:24:04 +000010399 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohmand6708ea2009-08-15 01:38:56 +000010400
10401 return EndMBB;
10402}
Mon P Wang63307c32008-05-05 19:05:59 +000010403
Evan Cheng60c07e12006-07-05 22:17:51 +000010404MachineBasicBlock *
Chris Lattner52600972009-09-02 05:57:00 +000010405X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010406 MachineBasicBlock *BB) const {
Chris Lattner52600972009-09-02 05:57:00 +000010407 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10408 DebugLoc DL = MI->getDebugLoc();
Daniel Dunbara279bc32009-09-20 02:20:51 +000010409
Chris Lattner52600972009-09-02 05:57:00 +000010410 // To "insert" a SELECT_CC instruction, we actually have to insert the
10411 // diamond control-flow pattern. The incoming instruction knows the
10412 // destination vreg to set, the condition code register to branch on, the
10413 // true/false values to select between, and a branch opcode to use.
10414 const BasicBlock *LLVM_BB = BB->getBasicBlock();
10415 MachineFunction::iterator It = BB;
10416 ++It;
Daniel Dunbara279bc32009-09-20 02:20:51 +000010417
Chris Lattner52600972009-09-02 05:57:00 +000010418 // thisMBB:
10419 // ...
10420 // TrueVal = ...
10421 // cmpTY ccX, r1, r2
10422 // bCC copy1MBB
10423 // fallthrough --> copy0MBB
10424 MachineBasicBlock *thisMBB = BB;
10425 MachineFunction *F = BB->getParent();
10426 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
10427 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Chris Lattner52600972009-09-02 05:57:00 +000010428 F->insert(It, copy0MBB);
10429 F->insert(It, sinkMBB);
Bill Wendling730c07e2010-06-25 20:48:10 +000010430
Bill Wendling730c07e2010-06-25 20:48:10 +000010431 // If the EFLAGS register isn't dead in the terminator, then claim that it's
10432 // live into the sink and copy blocks.
10433 const MachineFunction *MF = BB->getParent();
10434 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
10435 BitVector ReservedRegs = TRI->getReservedRegs(*MF);
Bill Wendling730c07e2010-06-25 20:48:10 +000010436
Dan Gohman14152b42010-07-06 20:24:04 +000010437 for (unsigned I = 0, E = MI->getNumOperands(); I != E; ++I) {
10438 const MachineOperand &MO = MI->getOperand(I);
10439 if (!MO.isReg() || !MO.isUse() || MO.isKill()) continue;
Bill Wendling730c07e2010-06-25 20:48:10 +000010440 unsigned Reg = MO.getReg();
10441 if (Reg != X86::EFLAGS) continue;
10442 copy0MBB->addLiveIn(Reg);
10443 sinkMBB->addLiveIn(Reg);
10444 }
10445
Dan Gohman14152b42010-07-06 20:24:04 +000010446 // Transfer the remainder of BB and its successor edges to sinkMBB.
10447 sinkMBB->splice(sinkMBB->begin(), BB,
10448 llvm::next(MachineBasicBlock::iterator(MI)),
10449 BB->end());
10450 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
10451
10452 // Add the true and fallthrough blocks as its successors.
10453 BB->addSuccessor(copy0MBB);
10454 BB->addSuccessor(sinkMBB);
10455
10456 // Create the conditional branch instruction.
10457 unsigned Opc =
10458 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
10459 BuildMI(BB, DL, TII->get(Opc)).addMBB(sinkMBB);
10460
Chris Lattner52600972009-09-02 05:57:00 +000010461 // copy0MBB:
10462 // %FalseValue = ...
10463 // # fallthrough to sinkMBB
Dan Gohman3335a222010-04-30 20:14:26 +000010464 copy0MBB->addSuccessor(sinkMBB);
Daniel Dunbara279bc32009-09-20 02:20:51 +000010465
Chris Lattner52600972009-09-02 05:57:00 +000010466 // sinkMBB:
10467 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
10468 // ...
Dan Gohman14152b42010-07-06 20:24:04 +000010469 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
10470 TII->get(X86::PHI), MI->getOperand(0).getReg())
Chris Lattner52600972009-09-02 05:57:00 +000010471 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
10472 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
10473
Dan Gohman14152b42010-07-06 20:24:04 +000010474 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohman3335a222010-04-30 20:14:26 +000010475 return sinkMBB;
Chris Lattner52600972009-09-02 05:57:00 +000010476}
10477
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010478MachineBasicBlock *
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010479X86TargetLowering::EmitLoweredWinAlloca(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010480 MachineBasicBlock *BB) const {
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010481 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10482 DebugLoc DL = MI->getDebugLoc();
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010483
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010484 assert(!Subtarget->isTargetEnvMacho());
10485
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010486 // The lowering is pretty easy: we're just emitting the call to _alloca. The
10487 // non-trivial part is impdef of ESP.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010488
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010489 if (Subtarget->isTargetWin64()) {
10490 if (Subtarget->isTargetCygMing()) {
10491 // ___chkstk(Mingw64):
10492 // Clobbers R10, R11, RAX and EFLAGS.
10493 // Updates RSP.
10494 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10495 .addExternalSymbol("___chkstk")
10496 .addReg(X86::RAX, RegState::Implicit)
10497 .addReg(X86::RSP, RegState::Implicit)
10498 .addReg(X86::RAX, RegState::Define | RegState::Implicit)
10499 .addReg(X86::RSP, RegState::Define | RegState::Implicit)
10500 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10501 } else {
10502 // __chkstk(MSVCRT): does not update stack pointer.
10503 // Clobbers R10, R11 and EFLAGS.
10504 // FIXME: RAX(allocated size) might be reused and not killed.
10505 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10506 .addExternalSymbol("__chkstk")
10507 .addReg(X86::RAX, RegState::Implicit)
10508 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10509 // RAX has the offset to subtracted from RSP.
10510 BuildMI(*BB, MI, DL, TII->get(X86::SUB64rr), X86::RSP)
10511 .addReg(X86::RSP)
10512 .addReg(X86::RAX);
10513 }
10514 } else {
10515 const char *StackProbeSymbol =
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010516 Subtarget->isTargetWindows() ? "_chkstk" : "_alloca";
10517
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010518 BuildMI(*BB, MI, DL, TII->get(X86::CALLpcrel32))
10519 .addExternalSymbol(StackProbeSymbol)
10520 .addReg(X86::EAX, RegState::Implicit)
10521 .addReg(X86::ESP, RegState::Implicit)
10522 .addReg(X86::EAX, RegState::Define | RegState::Implicit)
10523 .addReg(X86::ESP, RegState::Define | RegState::Implicit)
10524 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10525 }
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010526
Dan Gohman14152b42010-07-06 20:24:04 +000010527 MI->eraseFromParent(); // The pseudo instruction is gone now.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010528 return BB;
10529}
Chris Lattner52600972009-09-02 05:57:00 +000010530
10531MachineBasicBlock *
Eric Christopher30ef0e52010-06-03 04:07:48 +000010532X86TargetLowering::EmitLoweredTLSCall(MachineInstr *MI,
10533 MachineBasicBlock *BB) const {
10534 // This is pretty easy. We're taking the value that we received from
10535 // our load from the relocation, sticking it in either RDI (x86-64)
10536 // or EAX and doing an indirect call. The return value will then
10537 // be in the normal return register.
Michael J. Spencerec38de22010-10-10 22:04:20 +000010538 const X86InstrInfo *TII
Eric Christopher54415362010-06-08 22:04:25 +000010539 = static_cast<const X86InstrInfo*>(getTargetMachine().getInstrInfo());
Eric Christopher30ef0e52010-06-03 04:07:48 +000010540 DebugLoc DL = MI->getDebugLoc();
10541 MachineFunction *F = BB->getParent();
Eric Christopher722d3152010-09-27 06:01:51 +000010542
10543 assert(Subtarget->isTargetDarwin() && "Darwin only instr emitted?");
Eric Christopher54415362010-06-08 22:04:25 +000010544 assert(MI->getOperand(3).isGlobal() && "This should be a global");
Michael J. Spencerec38de22010-10-10 22:04:20 +000010545
Eric Christopher30ef0e52010-06-03 04:07:48 +000010546 if (Subtarget->is64Bit()) {
Dan Gohman14152b42010-07-06 20:24:04 +000010547 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10548 TII->get(X86::MOV64rm), X86::RDI)
Eric Christopher54415362010-06-08 22:04:25 +000010549 .addReg(X86::RIP)
10550 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010551 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000010552 MI->getOperand(3).getTargetFlags())
10553 .addReg(0);
Eric Christopher722d3152010-09-27 06:01:51 +000010554 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL64m));
Chris Lattner599b5312010-07-08 23:46:44 +000010555 addDirectMem(MIB, X86::RDI);
Eric Christopher61025492010-06-15 23:08:42 +000010556 } else if (getTargetMachine().getRelocationModel() != Reloc::PIC_) {
Dan Gohman14152b42010-07-06 20:24:04 +000010557 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10558 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher61025492010-06-15 23:08:42 +000010559 .addReg(0)
10560 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010561 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher61025492010-06-15 23:08:42 +000010562 MI->getOperand(3).getTargetFlags())
10563 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000010564 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000010565 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010566 } else {
Dan Gohman14152b42010-07-06 20:24:04 +000010567 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10568 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher54415362010-06-08 22:04:25 +000010569 .addReg(TII->getGlobalBaseReg(F))
10570 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010571 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000010572 MI->getOperand(3).getTargetFlags())
10573 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000010574 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000010575 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010576 }
Michael J. Spencerec38de22010-10-10 22:04:20 +000010577
Dan Gohman14152b42010-07-06 20:24:04 +000010578 MI->eraseFromParent(); // The pseudo instruction is gone now.
Eric Christopher30ef0e52010-06-03 04:07:48 +000010579 return BB;
10580}
10581
10582MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +000010583X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010584 MachineBasicBlock *BB) const {
Evan Cheng60c07e12006-07-05 22:17:51 +000010585 switch (MI->getOpcode()) {
10586 default: assert(false && "Unexpected instr type to insert");
NAKAMURA Takumi7754f852011-01-26 02:04:09 +000010587 case X86::TAILJMPd64:
10588 case X86::TAILJMPr64:
10589 case X86::TAILJMPm64:
10590 assert(!"TAILJMP64 would not be touched here.");
10591 case X86::TCRETURNdi64:
10592 case X86::TCRETURNri64:
10593 case X86::TCRETURNmi64:
10594 // Defs of TCRETURNxx64 has Win64's callee-saved registers, as subset.
10595 // On AMD64, additional defs should be added before register allocation.
10596 if (!Subtarget->isTargetWin64()) {
10597 MI->addRegisterDefined(X86::RSI);
10598 MI->addRegisterDefined(X86::RDI);
10599 MI->addRegisterDefined(X86::XMM6);
10600 MI->addRegisterDefined(X86::XMM7);
10601 MI->addRegisterDefined(X86::XMM8);
10602 MI->addRegisterDefined(X86::XMM9);
10603 MI->addRegisterDefined(X86::XMM10);
10604 MI->addRegisterDefined(X86::XMM11);
10605 MI->addRegisterDefined(X86::XMM12);
10606 MI->addRegisterDefined(X86::XMM13);
10607 MI->addRegisterDefined(X86::XMM14);
10608 MI->addRegisterDefined(X86::XMM15);
10609 }
10610 return BB;
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010611 case X86::WIN_ALLOCA:
10612 return EmitLoweredWinAlloca(MI, BB);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010613 case X86::TLSCall_32:
10614 case X86::TLSCall_64:
10615 return EmitLoweredTLSCall(MI, BB);
Dan Gohmancbbea0f2009-08-27 00:14:12 +000010616 case X86::CMOV_GR8:
Evan Cheng60c07e12006-07-05 22:17:51 +000010617 case X86::CMOV_FR32:
10618 case X86::CMOV_FR64:
10619 case X86::CMOV_V4F32:
10620 case X86::CMOV_V2F64:
Chris Lattner52600972009-09-02 05:57:00 +000010621 case X86::CMOV_V2I64:
Chris Lattner314a1132010-03-14 18:31:44 +000010622 case X86::CMOV_GR16:
10623 case X86::CMOV_GR32:
10624 case X86::CMOV_RFP32:
10625 case X86::CMOV_RFP64:
10626 case X86::CMOV_RFP80:
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010627 return EmitLoweredSelect(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000010628
Dale Johannesen849f2142007-07-03 00:53:03 +000010629 case X86::FP32_TO_INT16_IN_MEM:
10630 case X86::FP32_TO_INT32_IN_MEM:
10631 case X86::FP32_TO_INT64_IN_MEM:
10632 case X86::FP64_TO_INT16_IN_MEM:
10633 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +000010634 case X86::FP64_TO_INT64_IN_MEM:
10635 case X86::FP80_TO_INT16_IN_MEM:
10636 case X86::FP80_TO_INT32_IN_MEM:
10637 case X86::FP80_TO_INT64_IN_MEM: {
Chris Lattner52600972009-09-02 05:57:00 +000010638 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10639 DebugLoc DL = MI->getDebugLoc();
10640
Evan Cheng60c07e12006-07-05 22:17:51 +000010641 // Change the floating point control register to use "round towards zero"
10642 // mode when truncating to an integer value.
10643 MachineFunction *F = BB->getParent();
David Greene3f2bf852009-11-12 20:49:22 +000010644 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false);
Dan Gohman14152b42010-07-06 20:24:04 +000010645 addFrameReference(BuildMI(*BB, MI, DL,
10646 TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010647
10648 // Load the old value of the high byte of the control word...
10649 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +000010650 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Dan Gohman14152b42010-07-06 20:24:04 +000010651 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW),
Dale Johannesene4d209d2009-02-03 20:21:25 +000010652 CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010653
10654 // Set the high part to be round to zero...
Dan Gohman14152b42010-07-06 20:24:04 +000010655 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000010656 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +000010657
10658 // Reload the modified control word now...
Dan Gohman14152b42010-07-06 20:24:04 +000010659 addFrameReference(BuildMI(*BB, MI, DL,
10660 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010661
10662 // Restore the memory image of control word to original value
Dan Gohman14152b42010-07-06 20:24:04 +000010663 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000010664 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +000010665
10666 // Get the X86 opcode to use.
10667 unsigned Opc;
10668 switch (MI->getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +000010669 default: llvm_unreachable("illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +000010670 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
10671 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
10672 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
10673 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
10674 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
10675 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +000010676 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
10677 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
10678 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +000010679 }
10680
10681 X86AddressMode AM;
10682 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +000010683 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000010684 AM.BaseType = X86AddressMode::RegBase;
10685 AM.Base.Reg = Op.getReg();
10686 } else {
10687 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +000010688 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +000010689 }
10690 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +000010691 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000010692 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010693 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +000010694 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000010695 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010696 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +000010697 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000010698 AM.GV = Op.getGlobal();
10699 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +000010700 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010701 }
Dan Gohman14152b42010-07-06 20:24:04 +000010702 addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010703 .addReg(MI->getOperand(X86::AddrNumOperands).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +000010704
10705 // Reload the original control word now.
Dan Gohman14152b42010-07-06 20:24:04 +000010706 addFrameReference(BuildMI(*BB, MI, DL,
10707 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010708
Dan Gohman14152b42010-07-06 20:24:04 +000010709 MI->eraseFromParent(); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +000010710 return BB;
10711 }
Eric Christopherb120ab42009-08-18 22:50:32 +000010712 // String/text processing lowering.
10713 case X86::PCMPISTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010714 case X86::VPCMPISTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000010715 return EmitPCMP(MI, BB, 3, false /* in-mem */);
10716 case X86::PCMPISTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010717 case X86::VPCMPISTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000010718 return EmitPCMP(MI, BB, 3, true /* in-mem */);
10719 case X86::PCMPESTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010720 case X86::VPCMPESTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000010721 return EmitPCMP(MI, BB, 5, false /* in mem */);
10722 case X86::PCMPESTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010723 case X86::VPCMPESTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000010724 return EmitPCMP(MI, BB, 5, true /* in mem */);
10725
Eric Christopher228232b2010-11-30 07:20:12 +000010726 // Thread synchronization.
10727 case X86::MONITOR:
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010728 return EmitMonitor(MI, BB);
Eric Christopher228232b2010-11-30 07:20:12 +000010729 case X86::MWAIT:
10730 return EmitMwait(MI, BB);
10731
Eric Christopherb120ab42009-08-18 22:50:32 +000010732 // Atomic Lowering.
Mon P Wang63307c32008-05-05 19:05:59 +000010733 case X86::ATOMAND32:
10734 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010735 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010736 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010737 X86::NOT32r, X86::EAX,
10738 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000010739 case X86::ATOMOR32:
Scott Michelfdc40a02009-02-17 22:15:04 +000010740 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
10741 X86::OR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010742 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010743 X86::NOT32r, X86::EAX,
10744 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000010745 case X86::ATOMXOR32:
10746 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010747 X86::XOR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010748 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010749 X86::NOT32r, X86::EAX,
10750 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010751 case X86::ATOMNAND32:
10752 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010753 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010754 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010755 X86::NOT32r, X86::EAX,
10756 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +000010757 case X86::ATOMMIN32:
10758 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
10759 case X86::ATOMMAX32:
10760 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
10761 case X86::ATOMUMIN32:
10762 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
10763 case X86::ATOMUMAX32:
10764 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +000010765
10766 case X86::ATOMAND16:
10767 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
10768 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010769 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010770 X86::NOT16r, X86::AX,
10771 X86::GR16RegisterClass);
10772 case X86::ATOMOR16:
Scott Michelfdc40a02009-02-17 22:15:04 +000010773 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010774 X86::OR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010775 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010776 X86::NOT16r, X86::AX,
10777 X86::GR16RegisterClass);
10778 case X86::ATOMXOR16:
10779 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
10780 X86::XOR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010781 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010782 X86::NOT16r, X86::AX,
10783 X86::GR16RegisterClass);
10784 case X86::ATOMNAND16:
10785 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
10786 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010787 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010788 X86::NOT16r, X86::AX,
10789 X86::GR16RegisterClass, true);
10790 case X86::ATOMMIN16:
10791 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
10792 case X86::ATOMMAX16:
10793 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
10794 case X86::ATOMUMIN16:
10795 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
10796 case X86::ATOMUMAX16:
10797 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
10798
10799 case X86::ATOMAND8:
10800 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
10801 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010802 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010803 X86::NOT8r, X86::AL,
10804 X86::GR8RegisterClass);
10805 case X86::ATOMOR8:
Scott Michelfdc40a02009-02-17 22:15:04 +000010806 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010807 X86::OR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010808 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010809 X86::NOT8r, X86::AL,
10810 X86::GR8RegisterClass);
10811 case X86::ATOMXOR8:
10812 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
10813 X86::XOR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010814 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010815 X86::NOT8r, X86::AL,
10816 X86::GR8RegisterClass);
10817 case X86::ATOMNAND8:
10818 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
10819 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010820 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010821 X86::NOT8r, X86::AL,
10822 X86::GR8RegisterClass, true);
10823 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010824 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +000010825 case X86::ATOMAND64:
10826 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010827 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010828 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010829 X86::NOT64r, X86::RAX,
10830 X86::GR64RegisterClass);
10831 case X86::ATOMOR64:
Scott Michelfdc40a02009-02-17 22:15:04 +000010832 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
10833 X86::OR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010834 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010835 X86::NOT64r, X86::RAX,
10836 X86::GR64RegisterClass);
10837 case X86::ATOMXOR64:
10838 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010839 X86::XOR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010840 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010841 X86::NOT64r, X86::RAX,
10842 X86::GR64RegisterClass);
10843 case X86::ATOMNAND64:
10844 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
10845 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010846 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000010847 X86::NOT64r, X86::RAX,
10848 X86::GR64RegisterClass, true);
10849 case X86::ATOMMIN64:
10850 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
10851 case X86::ATOMMAX64:
10852 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
10853 case X86::ATOMUMIN64:
10854 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
10855 case X86::ATOMUMAX64:
10856 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010857
10858 // This group does 64-bit operations on a 32-bit host.
10859 case X86::ATOMAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010860 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010861 X86::AND32rr, X86::AND32rr,
10862 X86::AND32ri, X86::AND32ri,
10863 false);
10864 case X86::ATOMOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010865 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010866 X86::OR32rr, X86::OR32rr,
10867 X86::OR32ri, X86::OR32ri,
10868 false);
10869 case X86::ATOMXOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010870 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010871 X86::XOR32rr, X86::XOR32rr,
10872 X86::XOR32ri, X86::XOR32ri,
10873 false);
10874 case X86::ATOMNAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010875 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010876 X86::AND32rr, X86::AND32rr,
10877 X86::AND32ri, X86::AND32ri,
10878 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010879 case X86::ATOMADD6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010880 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010881 X86::ADD32rr, X86::ADC32rr,
10882 X86::ADD32ri, X86::ADC32ri,
10883 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010884 case X86::ATOMSUB6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010885 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010886 X86::SUB32rr, X86::SBB32rr,
10887 X86::SUB32ri, X86::SBB32ri,
10888 false);
Dale Johannesen880ae362008-10-03 22:25:52 +000010889 case X86::ATOMSWAP6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000010890 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen880ae362008-10-03 22:25:52 +000010891 X86::MOV32rr, X86::MOV32rr,
10892 X86::MOV32ri, X86::MOV32ri,
10893 false);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010894 case X86::VASTART_SAVE_XMM_REGS:
10895 return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
Dan Gohman320afb82010-10-12 18:00:49 +000010896
10897 case X86::VAARG_64:
10898 return EmitVAARG64WithCustomInserter(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000010899 }
10900}
10901
10902//===----------------------------------------------------------------------===//
10903// X86 Optimization Hooks
10904//===----------------------------------------------------------------------===//
10905
Dan Gohman475871a2008-07-27 21:46:04 +000010906void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +000010907 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000010908 APInt &KnownZero,
10909 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +000010910 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +000010911 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010912 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +000010913 assert((Opc >= ISD::BUILTIN_OP_END ||
10914 Opc == ISD::INTRINSIC_WO_CHAIN ||
10915 Opc == ISD::INTRINSIC_W_CHAIN ||
10916 Opc == ISD::INTRINSIC_VOID) &&
10917 "Should use MaskedValueIsZero if you don't know whether Op"
10918 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010919
Dan Gohmanf4f92f52008-02-13 23:07:24 +000010920 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010921 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +000010922 default: break;
Evan Cheng97d0e0e2009-02-02 09:15:04 +000010923 case X86ISD::ADD:
10924 case X86ISD::SUB:
Chris Lattner5b856542010-12-20 00:59:46 +000010925 case X86ISD::ADC:
10926 case X86ISD::SBB:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000010927 case X86ISD::SMUL:
10928 case X86ISD::UMUL:
Dan Gohman076aee32009-03-04 19:44:21 +000010929 case X86ISD::INC:
10930 case X86ISD::DEC:
Dan Gohmane220c4b2009-09-18 19:59:53 +000010931 case X86ISD::OR:
10932 case X86ISD::XOR:
10933 case X86ISD::AND:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000010934 // These nodes' second result is a boolean.
10935 if (Op.getResNo() == 0)
10936 break;
10937 // Fallthrough
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000010938 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000010939 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
10940 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +000010941 break;
Evan Cheng0efaa5e2011-05-19 18:57:12 +000010942
10943 case ISD::INTRINSIC_WO_CHAIN: {
10944 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
10945 switch (IntNo) {
10946 default: break;
10947 case Intrinsic::x86_sse42_crc64_8:
10948 case Intrinsic::x86_sse42_crc64_64:
10949 // crc32 with 64-bit destination zeros high 32-bit.
10950 KnownZero |= APInt::getHighBitsSet(64, 32);
10951 break;
10952 }
10953 break;
10954 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010955 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +000010956}
Chris Lattner259e97c2006-01-31 19:43:35 +000010957
Owen Andersonbc146b02010-09-21 20:42:50 +000010958unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op,
10959 unsigned Depth) const {
10960 // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
10961 if (Op.getOpcode() == X86ISD::SETCC_CARRY)
10962 return Op.getValueType().getScalarType().getSizeInBits();
Michael J. Spencerec38de22010-10-10 22:04:20 +000010963
Owen Andersonbc146b02010-09-21 20:42:50 +000010964 // Fallback case.
10965 return 1;
10966}
10967
Evan Cheng206ee9d2006-07-07 08:33:52 +000010968/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +000010969/// node is a GlobalAddress + offset.
10970bool X86TargetLowering::isGAPlusOffset(SDNode *N,
Dan Gohman46510a72010-04-15 01:51:59 +000010971 const GlobalValue* &GA,
10972 int64_t &Offset) const {
Evan Chengad4196b2008-05-12 19:56:52 +000010973 if (N->getOpcode() == X86ISD::Wrapper) {
10974 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +000010975 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +000010976 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +000010977 return true;
10978 }
Evan Cheng206ee9d2006-07-07 08:33:52 +000010979 }
Evan Chengad4196b2008-05-12 19:56:52 +000010980 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +000010981}
10982
Evan Cheng206ee9d2006-07-07 08:33:52 +000010983/// PerformShuffleCombine - Combine a vector_shuffle that is equal to
10984/// build_vector load1, load2, load3, load4, <0, 1, 2, 3> into a 128-bit load
10985/// if the load addresses are consecutive, non-overlapping, and in the right
Nate Begemanfdea31a2010-03-24 20:49:50 +000010986/// order.
Dan Gohman475871a2008-07-27 21:46:04 +000010987static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Mon P Wanga0fd0d52010-12-19 23:55:53 +000010988 TargetLowering::DAGCombinerInfo &DCI) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000010989 DebugLoc dl = N->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +000010990 EVT VT = N->getValueType(0);
Mon P Wang1e955802009-04-03 02:43:30 +000010991
Eli Friedman7a5e5552009-06-07 06:52:44 +000010992 if (VT.getSizeInBits() != 128)
10993 return SDValue();
10994
Mon P Wanga0fd0d52010-12-19 23:55:53 +000010995 // Don't create instructions with illegal types after legalize types has run.
10996 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
10997 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
10998 return SDValue();
10999
Nate Begemanfdea31a2010-03-24 20:49:50 +000011000 SmallVector<SDValue, 16> Elts;
11001 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000011002 Elts.push_back(getShuffleScalarElt(N, i, DAG, 0));
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +000011003
Nate Begemanfdea31a2010-03-24 20:49:50 +000011004 return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +000011005}
Evan Chengd880b972008-05-09 21:53:03 +000011006
Bruno Cardoso Lopesb3e06692010-09-03 19:55:05 +000011007/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
11008/// generation and convert it from being a bunch of shuffles and extracts
11009/// to a simple store and scalar loads to extract the elements.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011010static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
11011 const TargetLowering &TLI) {
11012 SDValue InputVector = N->getOperand(0);
11013
11014 // Only operate on vectors of 4 elements, where the alternative shuffling
11015 // gets to be more expensive.
11016 if (InputVector.getValueType() != MVT::v4i32)
11017 return SDValue();
11018
11019 // Check whether every use of InputVector is an EXTRACT_VECTOR_ELT with a
11020 // single use which is a sign-extend or zero-extend, and all elements are
11021 // used.
11022 SmallVector<SDNode *, 4> Uses;
11023 unsigned ExtractedElements = 0;
11024 for (SDNode::use_iterator UI = InputVector.getNode()->use_begin(),
11025 UE = InputVector.getNode()->use_end(); UI != UE; ++UI) {
11026 if (UI.getUse().getResNo() != InputVector.getResNo())
11027 return SDValue();
11028
11029 SDNode *Extract = *UI;
11030 if (Extract->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
11031 return SDValue();
11032
11033 if (Extract->getValueType(0) != MVT::i32)
11034 return SDValue();
11035 if (!Extract->hasOneUse())
11036 return SDValue();
11037 if (Extract->use_begin()->getOpcode() != ISD::SIGN_EXTEND &&
11038 Extract->use_begin()->getOpcode() != ISD::ZERO_EXTEND)
11039 return SDValue();
11040 if (!isa<ConstantSDNode>(Extract->getOperand(1)))
11041 return SDValue();
11042
11043 // Record which element was extracted.
11044 ExtractedElements |=
11045 1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
11046
11047 Uses.push_back(Extract);
11048 }
11049
11050 // If not all the elements were used, this may not be worthwhile.
11051 if (ExtractedElements != 15)
11052 return SDValue();
11053
11054 // Ok, we've now decided to do the transformation.
11055 DebugLoc dl = InputVector.getDebugLoc();
11056
11057 // Store the value to a temporary stack slot.
11058 SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
Chris Lattner8026a9d2010-09-21 17:50:43 +000011059 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr,
11060 MachinePointerInfo(), false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011061
11062 // Replace each use (extract) with a load of the appropriate element.
11063 for (SmallVectorImpl<SDNode *>::iterator UI = Uses.begin(),
11064 UE = Uses.end(); UI != UE; ++UI) {
11065 SDNode *Extract = *UI;
11066
Nadav Rotem86694292011-05-17 08:31:57 +000011067 // cOMpute the element's address.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011068 SDValue Idx = Extract->getOperand(1);
11069 unsigned EltSize =
11070 InputVector.getValueType().getVectorElementType().getSizeInBits()/8;
11071 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();
11072 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy());
11073
Nadav Rotem86694292011-05-17 08:31:57 +000011074 SDValue ScalarAddr = DAG.getNode(ISD::ADD, dl, TLI.getPointerTy(),
Chris Lattner51abfe42010-09-21 06:02:19 +000011075 StackPtr, OffsetVal);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011076
11077 // Load the scalar.
Eric Christopher90eb4022010-07-22 00:26:08 +000011078 SDValue LoadScalar = DAG.getLoad(Extract->getValueType(0), dl, Ch,
Chris Lattner51abfe42010-09-21 06:02:19 +000011079 ScalarAddr, MachinePointerInfo(),
11080 false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011081
11082 // Replace the exact with the load.
11083 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
11084 }
11085
11086 // The replacement was made in place; don't return anything.
11087 return SDValue();
11088}
11089
Chris Lattner83e6c992006-10-04 06:57:07 +000011090/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011091static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner47b4ce82009-03-11 05:48:52 +000011092 const X86Subtarget *Subtarget) {
11093 DebugLoc DL = N->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +000011094 SDValue Cond = N->getOperand(0);
Chris Lattner47b4ce82009-03-11 05:48:52 +000011095 // Get the LHS/RHS of the select.
11096 SDValue LHS = N->getOperand(1);
11097 SDValue RHS = N->getOperand(2);
Eric Christopherfd179292009-08-27 18:07:15 +000011098
Dan Gohman670e5392009-09-21 18:03:22 +000011099 // If we have SSE[12] support, try to form min/max nodes. SSE min/max
Dan Gohman8ce05da2010-02-22 04:03:39 +000011100 // instructions match the semantics of the common C idiom x<y?x:y but not
11101 // x<=y?x:y, because of how they handle negative zero (which can be
11102 // ignored in unsafe-math mode).
Chris Lattner83e6c992006-10-04 06:57:07 +000011103 if (Subtarget->hasSSE2() &&
Owen Anderson825b72b2009-08-11 20:47:22 +000011104 (LHS.getValueType() == MVT::f32 || LHS.getValueType() == MVT::f64) &&
Chris Lattner47b4ce82009-03-11 05:48:52 +000011105 Cond.getOpcode() == ISD::SETCC) {
11106 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011107
Chris Lattner47b4ce82009-03-11 05:48:52 +000011108 unsigned Opcode = 0;
Dan Gohman670e5392009-09-21 18:03:22 +000011109 // Check for x CC y ? x : y.
Dan Gohmane8326932010-02-24 06:52:40 +000011110 if (DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
11111 DAG.isEqualTo(RHS, Cond.getOperand(1))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011112 switch (CC) {
11113 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011114 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011115 // Converting this to a min would handle NaNs incorrectly, and swapping
11116 // the operands would cause it to handle comparisons between positive
11117 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011118 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011119 if (!UnsafeFPMath &&
11120 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11121 break;
11122 std::swap(LHS, RHS);
11123 }
Dan Gohman670e5392009-09-21 18:03:22 +000011124 Opcode = X86ISD::FMIN;
11125 break;
11126 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011127 // Converting this to a min would handle comparisons between positive
11128 // and negative zero incorrectly.
11129 if (!UnsafeFPMath &&
11130 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
11131 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011132 Opcode = X86ISD::FMIN;
11133 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011134 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011135 // Converting this to a min would handle both negative zeros and NaNs
11136 // incorrectly, but we can swap the operands to fix both.
11137 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011138 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011139 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011140 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011141 Opcode = X86ISD::FMIN;
11142 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011143
Dan Gohman670e5392009-09-21 18:03:22 +000011144 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011145 // Converting this to a max would handle comparisons between positive
11146 // and negative zero incorrectly.
11147 if (!UnsafeFPMath &&
11148 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(LHS))
11149 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011150 Opcode = X86ISD::FMAX;
11151 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011152 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011153 // Converting this to a max would handle NaNs incorrectly, and swapping
11154 // the operands would cause it to handle comparisons between positive
11155 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011156 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011157 if (!UnsafeFPMath &&
11158 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11159 break;
11160 std::swap(LHS, RHS);
11161 }
Dan Gohman670e5392009-09-21 18:03:22 +000011162 Opcode = X86ISD::FMAX;
11163 break;
11164 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011165 // Converting this to a max would handle both negative zeros and NaNs
11166 // incorrectly, but we can swap the operands to fix both.
11167 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011168 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011169 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011170 case ISD::SETGE:
11171 Opcode = X86ISD::FMAX;
11172 break;
Chris Lattner83e6c992006-10-04 06:57:07 +000011173 }
Dan Gohman670e5392009-09-21 18:03:22 +000011174 // Check for x CC y ? y : x -- a min/max with reversed arms.
Dan Gohmane8326932010-02-24 06:52:40 +000011175 } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) &&
11176 DAG.isEqualTo(RHS, Cond.getOperand(0))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011177 switch (CC) {
11178 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011179 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011180 // Converting this to a min would handle comparisons between positive
11181 // and negative zero incorrectly, and swapping the operands would
11182 // cause it to handle NaNs incorrectly.
11183 if (!UnsafeFPMath &&
11184 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS))) {
Evan Cheng60108e92010-07-15 22:07:12 +000011185 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011186 break;
11187 std::swap(LHS, RHS);
11188 }
Dan Gohman670e5392009-09-21 18:03:22 +000011189 Opcode = X86ISD::FMIN;
Dan Gohman8d44b282009-09-03 20:34:31 +000011190 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011191 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011192 // Converting this to a min would handle NaNs incorrectly.
11193 if (!UnsafeFPMath &&
11194 (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)))
11195 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011196 Opcode = X86ISD::FMIN;
11197 break;
11198 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011199 // Converting this to a min would handle both negative zeros and NaNs
11200 // incorrectly, but we can swap the operands to fix both.
11201 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011202 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011203 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011204 case ISD::SETGE:
11205 Opcode = X86ISD::FMIN;
11206 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011207
Dan Gohman670e5392009-09-21 18:03:22 +000011208 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011209 // Converting this to a max would handle NaNs incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011210 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011211 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011212 Opcode = X86ISD::FMAX;
Dan Gohman8d44b282009-09-03 20:34:31 +000011213 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011214 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011215 // Converting this to a max would handle comparisons between positive
11216 // and negative zero incorrectly, and swapping the operands would
11217 // cause it to handle NaNs incorrectly.
11218 if (!UnsafeFPMath &&
11219 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS)) {
Evan Cheng60108e92010-07-15 22:07:12 +000011220 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011221 break;
11222 std::swap(LHS, RHS);
11223 }
Dan Gohman670e5392009-09-21 18:03:22 +000011224 Opcode = X86ISD::FMAX;
11225 break;
11226 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011227 // Converting this to a max would handle both negative zeros and NaNs
11228 // incorrectly, but we can swap the operands to fix both.
11229 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011230 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011231 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011232 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011233 Opcode = X86ISD::FMAX;
11234 break;
11235 }
Chris Lattner83e6c992006-10-04 06:57:07 +000011236 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011237
Chris Lattner47b4ce82009-03-11 05:48:52 +000011238 if (Opcode)
11239 return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +000011240 }
Eric Christopherfd179292009-08-27 18:07:15 +000011241
Chris Lattnerd1980a52009-03-12 06:52:53 +000011242 // If this is a select between two integer constants, try to do some
11243 // optimizations.
Chris Lattnercee56e72009-03-13 05:53:31 +000011244 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
11245 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
Chris Lattnerd1980a52009-03-12 06:52:53 +000011246 // Don't do this for crazy integer types.
11247 if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
11248 // If this is efficiently invertible, canonicalize the LHSC/RHSC values
Chris Lattnercee56e72009-03-13 05:53:31 +000011249 // so that TrueC (the true value) is larger than FalseC.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011250 bool NeedsCondInvert = false;
Eric Christopherfd179292009-08-27 18:07:15 +000011251
Chris Lattnercee56e72009-03-13 05:53:31 +000011252 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
Chris Lattnerd1980a52009-03-12 06:52:53 +000011253 // Efficiently invertible.
11254 (Cond.getOpcode() == ISD::SETCC || // setcc -> invertible.
11255 (Cond.getOpcode() == ISD::XOR && // xor(X, C) -> invertible.
11256 isa<ConstantSDNode>(Cond.getOperand(1))))) {
11257 NeedsCondInvert = true;
Chris Lattnercee56e72009-03-13 05:53:31 +000011258 std::swap(TrueC, FalseC);
Chris Lattnerd1980a52009-03-12 06:52:53 +000011259 }
Eric Christopherfd179292009-08-27 18:07:15 +000011260
Chris Lattnerd1980a52009-03-12 06:52:53 +000011261 // Optimize C ? 8 : 0 -> zext(C) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011262 if (FalseC->getAPIntValue() == 0 &&
11263 TrueC->getAPIntValue().isPowerOf2()) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000011264 if (NeedsCondInvert) // Invert the condition if needed.
11265 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11266 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011267
Chris Lattnerd1980a52009-03-12 06:52:53 +000011268 // Zero extend the condition if needed.
11269 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011270
Chris Lattnercee56e72009-03-13 05:53:31 +000011271 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
Chris Lattnerd1980a52009-03-12 06:52:53 +000011272 return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011273 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011274 }
Eric Christopherfd179292009-08-27 18:07:15 +000011275
Chris Lattner97a29a52009-03-13 05:22:11 +000011276 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
Chris Lattnercee56e72009-03-13 05:53:31 +000011277 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Chris Lattner97a29a52009-03-13 05:22:11 +000011278 if (NeedsCondInvert) // Invert the condition if needed.
11279 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11280 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011281
Chris Lattner97a29a52009-03-13 05:22:11 +000011282 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011283 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11284 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011285 return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
Chris Lattnercee56e72009-03-13 05:53:31 +000011286 SDValue(FalseC, 0));
Chris Lattner97a29a52009-03-13 05:22:11 +000011287 }
Eric Christopherfd179292009-08-27 18:07:15 +000011288
Chris Lattnercee56e72009-03-13 05:53:31 +000011289 // Optimize cases that will turn into an LEA instruction. This requires
11290 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011291 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011292 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011293 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011294
Chris Lattnercee56e72009-03-13 05:53:31 +000011295 bool isFastMultiplier = false;
11296 if (Diff < 10) {
11297 switch ((unsigned char)Diff) {
11298 default: break;
11299 case 1: // result = add base, cond
11300 case 2: // result = lea base( , cond*2)
11301 case 3: // result = lea base(cond, cond*2)
11302 case 4: // result = lea base( , cond*4)
11303 case 5: // result = lea base(cond, cond*4)
11304 case 8: // result = lea base( , cond*8)
11305 case 9: // result = lea base(cond, cond*8)
11306 isFastMultiplier = true;
11307 break;
11308 }
11309 }
Eric Christopherfd179292009-08-27 18:07:15 +000011310
Chris Lattnercee56e72009-03-13 05:53:31 +000011311 if (isFastMultiplier) {
11312 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
11313 if (NeedsCondInvert) // Invert the condition if needed.
11314 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11315 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011316
Chris Lattnercee56e72009-03-13 05:53:31 +000011317 // Zero extend the condition if needed.
11318 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11319 Cond);
11320 // Scale the condition by the difference.
11321 if (Diff != 1)
11322 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11323 DAG.getConstant(Diff, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011324
Chris Lattnercee56e72009-03-13 05:53:31 +000011325 // Add the base if non-zero.
11326 if (FalseC->getAPIntValue() != 0)
11327 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11328 SDValue(FalseC, 0));
11329 return Cond;
11330 }
Eric Christopherfd179292009-08-27 18:07:15 +000011331 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011332 }
11333 }
Eric Christopherfd179292009-08-27 18:07:15 +000011334
Dan Gohman475871a2008-07-27 21:46:04 +000011335 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +000011336}
11337
Chris Lattnerd1980a52009-03-12 06:52:53 +000011338/// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
11339static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
11340 TargetLowering::DAGCombinerInfo &DCI) {
11341 DebugLoc DL = N->getDebugLoc();
Eric Christopherfd179292009-08-27 18:07:15 +000011342
Chris Lattnerd1980a52009-03-12 06:52:53 +000011343 // If the flag operand isn't dead, don't touch this CMOV.
11344 if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
11345 return SDValue();
Eric Christopherfd179292009-08-27 18:07:15 +000011346
Chris Lattnerd1980a52009-03-12 06:52:53 +000011347 // If this is a select between two integer constants, try to do some
11348 // optimizations. Note that the operands are ordered the opposite of SELECT
11349 // operands.
11350 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(N->getOperand(1))) {
11351 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
11352 // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
11353 // larger than FalseC (the false value).
11354 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
Eric Christopherfd179292009-08-27 18:07:15 +000011355
Chris Lattnerd1980a52009-03-12 06:52:53 +000011356 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
11357 CC = X86::GetOppositeBranchCondition(CC);
11358 std::swap(TrueC, FalseC);
11359 }
Eric Christopherfd179292009-08-27 18:07:15 +000011360
Chris Lattnerd1980a52009-03-12 06:52:53 +000011361 // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011362 // This is efficient for any integer data type (including i8/i16) and
11363 // shift amount.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011364 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
11365 SDValue Cond = N->getOperand(3);
Owen Anderson825b72b2009-08-11 20:47:22 +000011366 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11367 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011368
Chris Lattnerd1980a52009-03-12 06:52:53 +000011369 // Zero extend the condition if needed.
11370 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011371
Chris Lattnerd1980a52009-03-12 06:52:53 +000011372 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
11373 Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011374 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011375 if (N->getNumValues() == 2) // Dead flag value?
11376 return DCI.CombineTo(N, Cond, SDValue());
11377 return Cond;
11378 }
Eric Christopherfd179292009-08-27 18:07:15 +000011379
Chris Lattnercee56e72009-03-13 05:53:31 +000011380 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst. This is efficient
11381 // for any integer data type, including i8/i16.
Chris Lattner97a29a52009-03-13 05:22:11 +000011382 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
11383 SDValue Cond = N->getOperand(3);
Owen Anderson825b72b2009-08-11 20:47:22 +000011384 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11385 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011386
Chris Lattner97a29a52009-03-13 05:22:11 +000011387 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011388 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11389 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011390 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11391 SDValue(FalseC, 0));
Eric Christopherfd179292009-08-27 18:07:15 +000011392
Chris Lattner97a29a52009-03-13 05:22:11 +000011393 if (N->getNumValues() == 2) // Dead flag value?
11394 return DCI.CombineTo(N, Cond, SDValue());
11395 return Cond;
11396 }
Eric Christopherfd179292009-08-27 18:07:15 +000011397
Chris Lattnercee56e72009-03-13 05:53:31 +000011398 // Optimize cases that will turn into an LEA instruction. This requires
11399 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011400 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011401 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011402 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011403
Chris Lattnercee56e72009-03-13 05:53:31 +000011404 bool isFastMultiplier = false;
11405 if (Diff < 10) {
11406 switch ((unsigned char)Diff) {
11407 default: break;
11408 case 1: // result = add base, cond
11409 case 2: // result = lea base( , cond*2)
11410 case 3: // result = lea base(cond, cond*2)
11411 case 4: // result = lea base( , cond*4)
11412 case 5: // result = lea base(cond, cond*4)
11413 case 8: // result = lea base( , cond*8)
11414 case 9: // result = lea base(cond, cond*8)
11415 isFastMultiplier = true;
11416 break;
11417 }
11418 }
Eric Christopherfd179292009-08-27 18:07:15 +000011419
Chris Lattnercee56e72009-03-13 05:53:31 +000011420 if (isFastMultiplier) {
11421 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
11422 SDValue Cond = N->getOperand(3);
Owen Anderson825b72b2009-08-11 20:47:22 +000011423 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11424 DAG.getConstant(CC, MVT::i8), Cond);
Chris Lattnercee56e72009-03-13 05:53:31 +000011425 // Zero extend the condition if needed.
11426 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11427 Cond);
11428 // Scale the condition by the difference.
11429 if (Diff != 1)
11430 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11431 DAG.getConstant(Diff, Cond.getValueType()));
11432
11433 // Add the base if non-zero.
11434 if (FalseC->getAPIntValue() != 0)
11435 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11436 SDValue(FalseC, 0));
11437 if (N->getNumValues() == 2) // Dead flag value?
11438 return DCI.CombineTo(N, Cond, SDValue());
11439 return Cond;
11440 }
Eric Christopherfd179292009-08-27 18:07:15 +000011441 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011442 }
11443 }
11444 return SDValue();
11445}
11446
11447
Evan Cheng0b0cd912009-03-28 05:57:29 +000011448/// PerformMulCombine - Optimize a single multiply with constant into two
11449/// in order to implement it with two cheaper instructions, e.g.
11450/// LEA + SHL, LEA + LEA.
11451static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
11452 TargetLowering::DAGCombinerInfo &DCI) {
Evan Cheng0b0cd912009-03-28 05:57:29 +000011453 if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
11454 return SDValue();
11455
Owen Andersone50ed302009-08-10 22:56:29 +000011456 EVT VT = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +000011457 if (VT != MVT::i64)
Evan Cheng0b0cd912009-03-28 05:57:29 +000011458 return SDValue();
11459
11460 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
11461 if (!C)
11462 return SDValue();
11463 uint64_t MulAmt = C->getZExtValue();
11464 if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
11465 return SDValue();
11466
11467 uint64_t MulAmt1 = 0;
11468 uint64_t MulAmt2 = 0;
11469 if ((MulAmt % 9) == 0) {
11470 MulAmt1 = 9;
11471 MulAmt2 = MulAmt / 9;
11472 } else if ((MulAmt % 5) == 0) {
11473 MulAmt1 = 5;
11474 MulAmt2 = MulAmt / 5;
11475 } else if ((MulAmt % 3) == 0) {
11476 MulAmt1 = 3;
11477 MulAmt2 = MulAmt / 3;
11478 }
11479 if (MulAmt2 &&
11480 (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
11481 DebugLoc DL = N->getDebugLoc();
11482
11483 if (isPowerOf2_64(MulAmt2) &&
11484 !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
11485 // If second multiplifer is pow2, issue it first. We want the multiply by
11486 // 3, 5, or 9 to be folded into the addressing mode unless the lone use
11487 // is an add.
11488 std::swap(MulAmt1, MulAmt2);
11489
11490 SDValue NewMul;
Eric Christopherfd179292009-08-27 18:07:15 +000011491 if (isPowerOf2_64(MulAmt1))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011492 NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
Owen Anderson825b72b2009-08-11 20:47:22 +000011493 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
Evan Cheng0b0cd912009-03-28 05:57:29 +000011494 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011495 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
Evan Cheng0b0cd912009-03-28 05:57:29 +000011496 DAG.getConstant(MulAmt1, VT));
11497
Eric Christopherfd179292009-08-27 18:07:15 +000011498 if (isPowerOf2_64(MulAmt2))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011499 NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
Owen Anderson825b72b2009-08-11 20:47:22 +000011500 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));
Eric Christopherfd179292009-08-27 18:07:15 +000011501 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011502 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
Evan Cheng0b0cd912009-03-28 05:57:29 +000011503 DAG.getConstant(MulAmt2, VT));
11504
11505 // Do not add new nodes to DAG combiner worklist.
11506 DCI.CombineTo(N, NewMul, false);
11507 }
11508 return SDValue();
11509}
11510
Evan Chengad9c0a32009-12-15 00:53:42 +000011511static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
11512 SDValue N0 = N->getOperand(0);
11513 SDValue N1 = N->getOperand(1);
11514 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
11515 EVT VT = N0.getValueType();
11516
11517 // fold (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2))
11518 // since the result of setcc_c is all zero's or all ones.
11519 if (N1C && N0.getOpcode() == ISD::AND &&
11520 N0.getOperand(1).getOpcode() == ISD::Constant) {
11521 SDValue N00 = N0.getOperand(0);
11522 if (N00.getOpcode() == X86ISD::SETCC_CARRY ||
11523 ((N00.getOpcode() == ISD::ANY_EXTEND ||
11524 N00.getOpcode() == ISD::ZERO_EXTEND) &&
11525 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY)) {
11526 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
11527 APInt ShAmt = N1C->getAPIntValue();
11528 Mask = Mask.shl(ShAmt);
11529 if (Mask != 0)
11530 return DAG.getNode(ISD::AND, N->getDebugLoc(), VT,
11531 N00, DAG.getConstant(Mask, VT));
11532 }
11533 }
11534
11535 return SDValue();
11536}
Evan Cheng0b0cd912009-03-28 05:57:29 +000011537
Nate Begeman740ab032009-01-26 00:52:55 +000011538/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
11539/// when possible.
11540static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
11541 const X86Subtarget *Subtarget) {
Evan Chengad9c0a32009-12-15 00:53:42 +000011542 EVT VT = N->getValueType(0);
11543 if (!VT.isVector() && VT.isInteger() &&
11544 N->getOpcode() == ISD::SHL)
11545 return PerformSHLCombine(N, DAG);
11546
Nate Begeman740ab032009-01-26 00:52:55 +000011547 // On X86 with SSE2 support, we can transform this to a vector shift if
11548 // all elements are shifted by the same amount. We can't do this in legalize
11549 // because the a constant vector is typically transformed to a constant pool
11550 // so we have no knowledge of the shift amount.
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011551 if (!Subtarget->hasSSE2())
11552 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000011553
Owen Anderson825b72b2009-08-11 20:47:22 +000011554 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011555 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000011556
Mon P Wang3becd092009-01-28 08:12:05 +000011557 SDValue ShAmtOp = N->getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +000011558 EVT EltVT = VT.getVectorElementType();
Chris Lattner47b4ce82009-03-11 05:48:52 +000011559 DebugLoc DL = N->getDebugLoc();
Mon P Wangefa42202009-09-03 19:56:25 +000011560 SDValue BaseShAmt = SDValue();
Mon P Wang3becd092009-01-28 08:12:05 +000011561 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
11562 unsigned NumElts = VT.getVectorNumElements();
11563 unsigned i = 0;
11564 for (; i != NumElts; ++i) {
11565 SDValue Arg = ShAmtOp.getOperand(i);
11566 if (Arg.getOpcode() == ISD::UNDEF) continue;
11567 BaseShAmt = Arg;
11568 break;
11569 }
11570 for (; i != NumElts; ++i) {
11571 SDValue Arg = ShAmtOp.getOperand(i);
11572 if (Arg.getOpcode() == ISD::UNDEF) continue;
11573 if (Arg != BaseShAmt) {
11574 return SDValue();
11575 }
11576 }
11577 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
Nate Begeman9008ca62009-04-27 18:41:29 +000011578 cast<ShuffleVectorSDNode>(ShAmtOp)->isSplat()) {
Mon P Wangefa42202009-09-03 19:56:25 +000011579 SDValue InVec = ShAmtOp.getOperand(0);
11580 if (InVec.getOpcode() == ISD::BUILD_VECTOR) {
11581 unsigned NumElts = InVec.getValueType().getVectorNumElements();
11582 unsigned i = 0;
11583 for (; i != NumElts; ++i) {
11584 SDValue Arg = InVec.getOperand(i);
11585 if (Arg.getOpcode() == ISD::UNDEF) continue;
11586 BaseShAmt = Arg;
11587 break;
11588 }
11589 } else if (InVec.getOpcode() == ISD::INSERT_VECTOR_ELT) {
11590 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
Evan Chengae3ecf92010-02-16 21:09:44 +000011591 unsigned SplatIdx= cast<ShuffleVectorSDNode>(ShAmtOp)->getSplatIndex();
Mon P Wangefa42202009-09-03 19:56:25 +000011592 if (C->getZExtValue() == SplatIdx)
11593 BaseShAmt = InVec.getOperand(1);
11594 }
11595 }
11596 if (BaseShAmt.getNode() == 0)
11597 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp,
11598 DAG.getIntPtrConstant(0));
Mon P Wang3becd092009-01-28 08:12:05 +000011599 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011600 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +000011601
Mon P Wangefa42202009-09-03 19:56:25 +000011602 // The shift amount is an i32.
Owen Anderson825b72b2009-08-11 20:47:22 +000011603 if (EltVT.bitsGT(MVT::i32))
11604 BaseShAmt = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, BaseShAmt);
11605 else if (EltVT.bitsLT(MVT::i32))
Mon P Wangefa42202009-09-03 19:56:25 +000011606 BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +000011607
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011608 // The shift amount is identical so we can do a vector shift.
11609 SDValue ValOp = N->getOperand(0);
11610 switch (N->getOpcode()) {
11611 default:
Torok Edwinc23197a2009-07-14 16:55:14 +000011612 llvm_unreachable("Unknown shift opcode!");
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011613 break;
11614 case ISD::SHL:
Owen Anderson825b72b2009-08-11 20:47:22 +000011615 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011616 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011617 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011618 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011619 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011620 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011621 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011622 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011623 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011624 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011625 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011626 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011627 break;
11628 case ISD::SRA:
Owen Anderson825b72b2009-08-11 20:47:22 +000011629 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011630 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011631 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011632 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011633 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011634 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011635 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011636 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011637 break;
11638 case ISD::SRL:
Owen Anderson825b72b2009-08-11 20:47:22 +000011639 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011640 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011641 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011642 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011643 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011644 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011645 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011646 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011647 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011648 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011649 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011650 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011651 break;
Nate Begeman740ab032009-01-26 00:52:55 +000011652 }
11653 return SDValue();
11654}
11655
Nate Begemanb65c1752010-12-17 22:55:37 +000011656
11657static SDValue PerformAndCombine(SDNode *N, SelectionDAG &DAG,
11658 TargetLowering::DAGCombinerInfo &DCI,
11659 const X86Subtarget *Subtarget) {
11660 if (DCI.isBeforeLegalizeOps())
11661 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011662
Nate Begemanb65c1752010-12-17 22:55:37 +000011663 // Want to form PANDN nodes, in the hopes of then easily combining them with
11664 // OR and AND nodes to form PBLEND/PSIGN.
11665 EVT VT = N->getValueType(0);
11666 if (VT != MVT::v2i64)
11667 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011668
Nate Begemanb65c1752010-12-17 22:55:37 +000011669 SDValue N0 = N->getOperand(0);
11670 SDValue N1 = N->getOperand(1);
11671 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011672
Nate Begemanb65c1752010-12-17 22:55:37 +000011673 // Check LHS for vnot
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011674 if (N0.getOpcode() == ISD::XOR &&
Nate Begemanb65c1752010-12-17 22:55:37 +000011675 ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode()))
11676 return DAG.getNode(X86ISD::PANDN, DL, VT, N0.getOperand(0), N1);
11677
11678 // Check RHS for vnot
11679 if (N1.getOpcode() == ISD::XOR &&
11680 ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode()))
11681 return DAG.getNode(X86ISD::PANDN, DL, VT, N1.getOperand(0), N0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011682
Nate Begemanb65c1752010-12-17 22:55:37 +000011683 return SDValue();
11684}
11685
Evan Cheng760d1942010-01-04 21:22:48 +000011686static SDValue PerformOrCombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng8b1190a2010-04-28 01:18:01 +000011687 TargetLowering::DAGCombinerInfo &DCI,
Evan Cheng760d1942010-01-04 21:22:48 +000011688 const X86Subtarget *Subtarget) {
Evan Cheng39cfeec2010-04-28 02:25:18 +000011689 if (DCI.isBeforeLegalizeOps())
Evan Cheng8b1190a2010-04-28 01:18:01 +000011690 return SDValue();
11691
Evan Cheng760d1942010-01-04 21:22:48 +000011692 EVT VT = N->getValueType(0);
Nate Begemanb65c1752010-12-17 22:55:37 +000011693 if (VT != MVT::i16 && VT != MVT::i32 && VT != MVT::i64 && VT != MVT::v2i64)
Evan Cheng760d1942010-01-04 21:22:48 +000011694 return SDValue();
11695
Evan Cheng760d1942010-01-04 21:22:48 +000011696 SDValue N0 = N->getOperand(0);
11697 SDValue N1 = N->getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011698
Nate Begemanb65c1752010-12-17 22:55:37 +000011699 // look for psign/blend
11700 if (Subtarget->hasSSSE3()) {
11701 if (VT == MVT::v2i64) {
11702 // Canonicalize pandn to RHS
11703 if (N0.getOpcode() == X86ISD::PANDN)
11704 std::swap(N0, N1);
11705 // or (and (m, x), (pandn m, y))
11706 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::PANDN) {
11707 SDValue Mask = N1.getOperand(0);
11708 SDValue X = N1.getOperand(1);
11709 SDValue Y;
11710 if (N0.getOperand(0) == Mask)
11711 Y = N0.getOperand(1);
11712 if (N0.getOperand(1) == Mask)
11713 Y = N0.getOperand(0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011714
Nate Begemanb65c1752010-12-17 22:55:37 +000011715 // Check to see if the mask appeared in both the AND and PANDN and
11716 if (!Y.getNode())
11717 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011718
Nate Begemanb65c1752010-12-17 22:55:37 +000011719 // Validate that X, Y, and Mask are BIT_CONVERTS, and see through them.
11720 if (Mask.getOpcode() != ISD::BITCAST ||
11721 X.getOpcode() != ISD::BITCAST ||
11722 Y.getOpcode() != ISD::BITCAST)
11723 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011724
Nate Begemanb65c1752010-12-17 22:55:37 +000011725 // Look through mask bitcast.
11726 Mask = Mask.getOperand(0);
11727 EVT MaskVT = Mask.getValueType();
11728
11729 // Validate that the Mask operand is a vector sra node. The sra node
11730 // will be an intrinsic.
11731 if (Mask.getOpcode() != ISD::INTRINSIC_WO_CHAIN)
11732 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011733
Nate Begemanb65c1752010-12-17 22:55:37 +000011734 // FIXME: what to do for bytes, since there is a psignb/pblendvb, but
11735 // there is no psrai.b
11736 switch (cast<ConstantSDNode>(Mask.getOperand(0))->getZExtValue()) {
11737 case Intrinsic::x86_sse2_psrai_w:
11738 case Intrinsic::x86_sse2_psrai_d:
11739 break;
11740 default: return SDValue();
11741 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011742
Nate Begemanb65c1752010-12-17 22:55:37 +000011743 // Check that the SRA is all signbits.
11744 SDValue SraC = Mask.getOperand(2);
11745 unsigned SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue();
11746 unsigned EltBits = MaskVT.getVectorElementType().getSizeInBits();
11747 if ((SraAmt + 1) != EltBits)
11748 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011749
Nate Begemanb65c1752010-12-17 22:55:37 +000011750 DebugLoc DL = N->getDebugLoc();
11751
11752 // Now we know we at least have a plendvb with the mask val. See if
11753 // we can form a psignb/w/d.
11754 // psign = x.type == y.type == mask.type && y = sub(0, x);
11755 X = X.getOperand(0);
11756 Y = Y.getOperand(0);
11757 if (Y.getOpcode() == ISD::SUB && Y.getOperand(1) == X &&
11758 ISD::isBuildVectorAllZeros(Y.getOperand(0).getNode()) &&
11759 X.getValueType() == MaskVT && X.getValueType() == Y.getValueType()){
11760 unsigned Opc = 0;
11761 switch (EltBits) {
11762 case 8: Opc = X86ISD::PSIGNB; break;
11763 case 16: Opc = X86ISD::PSIGNW; break;
11764 case 32: Opc = X86ISD::PSIGND; break;
11765 default: break;
11766 }
11767 if (Opc) {
11768 SDValue Sign = DAG.getNode(Opc, DL, MaskVT, X, Mask.getOperand(1));
11769 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Sign);
11770 }
11771 }
11772 // PBLENDVB only available on SSE 4.1
11773 if (!Subtarget->hasSSE41())
11774 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011775
Nate Begemanb65c1752010-12-17 22:55:37 +000011776 X = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, X);
11777 Y = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Y);
11778 Mask = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Mask);
Nate Begeman672fb622010-12-20 22:04:24 +000011779 Mask = DAG.getNode(X86ISD::PBLENDVB, DL, MVT::v16i8, X, Y, Mask);
Nate Begemanb65c1752010-12-17 22:55:37 +000011780 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Mask);
11781 }
11782 }
11783 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011784
Nate Begemanb65c1752010-12-17 22:55:37 +000011785 // fold (or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c)
Evan Cheng760d1942010-01-04 21:22:48 +000011786 if (N0.getOpcode() == ISD::SRL && N1.getOpcode() == ISD::SHL)
11787 std::swap(N0, N1);
11788 if (N0.getOpcode() != ISD::SHL || N1.getOpcode() != ISD::SRL)
11789 return SDValue();
Evan Cheng8b1190a2010-04-28 01:18:01 +000011790 if (!N0.hasOneUse() || !N1.hasOneUse())
11791 return SDValue();
Evan Cheng760d1942010-01-04 21:22:48 +000011792
11793 SDValue ShAmt0 = N0.getOperand(1);
11794 if (ShAmt0.getValueType() != MVT::i8)
11795 return SDValue();
11796 SDValue ShAmt1 = N1.getOperand(1);
11797 if (ShAmt1.getValueType() != MVT::i8)
11798 return SDValue();
11799 if (ShAmt0.getOpcode() == ISD::TRUNCATE)
11800 ShAmt0 = ShAmt0.getOperand(0);
11801 if (ShAmt1.getOpcode() == ISD::TRUNCATE)
11802 ShAmt1 = ShAmt1.getOperand(0);
11803
11804 DebugLoc DL = N->getDebugLoc();
11805 unsigned Opc = X86ISD::SHLD;
11806 SDValue Op0 = N0.getOperand(0);
11807 SDValue Op1 = N1.getOperand(0);
11808 if (ShAmt0.getOpcode() == ISD::SUB) {
11809 Opc = X86ISD::SHRD;
11810 std::swap(Op0, Op1);
11811 std::swap(ShAmt0, ShAmt1);
11812 }
11813
Evan Cheng8b1190a2010-04-28 01:18:01 +000011814 unsigned Bits = VT.getSizeInBits();
Evan Cheng760d1942010-01-04 21:22:48 +000011815 if (ShAmt1.getOpcode() == ISD::SUB) {
11816 SDValue Sum = ShAmt1.getOperand(0);
11817 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
Dan Gohman4e39e9d2010-06-24 14:30:44 +000011818 SDValue ShAmt1Op1 = ShAmt1.getOperand(1);
11819 if (ShAmt1Op1.getNode()->getOpcode() == ISD::TRUNCATE)
11820 ShAmt1Op1 = ShAmt1Op1.getOperand(0);
11821 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0)
Evan Cheng760d1942010-01-04 21:22:48 +000011822 return DAG.getNode(Opc, DL, VT,
11823 Op0, Op1,
11824 DAG.getNode(ISD::TRUNCATE, DL,
11825 MVT::i8, ShAmt0));
11826 }
11827 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
11828 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
11829 if (ShAmt0C &&
Evan Cheng8b1190a2010-04-28 01:18:01 +000011830 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits)
Evan Cheng760d1942010-01-04 21:22:48 +000011831 return DAG.getNode(Opc, DL, VT,
11832 N0.getOperand(0), N1.getOperand(0),
11833 DAG.getNode(ISD::TRUNCATE, DL,
11834 MVT::i8, ShAmt0));
11835 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011836
Evan Cheng760d1942010-01-04 21:22:48 +000011837 return SDValue();
11838}
11839
Chris Lattner149a4e52008-02-22 02:09:43 +000011840/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011841static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng536e6672009-03-12 05:59:15 +000011842 const X86Subtarget *Subtarget) {
Chris Lattner149a4e52008-02-22 02:09:43 +000011843 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
11844 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +000011845 // A preferable solution to the general problem is to figure out the right
11846 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng536e6672009-03-12 05:59:15 +000011847
11848 // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
Evan Cheng7e2ff772008-05-08 00:57:18 +000011849 StoreSDNode *St = cast<StoreSDNode>(N);
Owen Andersone50ed302009-08-10 22:56:29 +000011850 EVT VT = St->getValue().getValueType();
Evan Cheng536e6672009-03-12 05:59:15 +000011851 if (VT.getSizeInBits() != 64)
11852 return SDValue();
11853
Devang Patel578efa92009-06-05 21:57:13 +000011854 const Function *F = DAG.getMachineFunction().getFunction();
11855 bool NoImplicitFloatOps = F->hasFnAttr(Attribute::NoImplicitFloat);
Eric Christopherfd179292009-08-27 18:07:15 +000011856 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps
Devang Patel578efa92009-06-05 21:57:13 +000011857 && Subtarget->hasSSE2();
Evan Cheng536e6672009-03-12 05:59:15 +000011858 if ((VT.isVector() ||
Owen Anderson825b72b2009-08-11 20:47:22 +000011859 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
Dale Johannesen079f2a62008-02-25 19:20:14 +000011860 isa<LoadSDNode>(St->getValue()) &&
11861 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
11862 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +000011863 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011864 LoadSDNode *Ld = 0;
11865 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +000011866 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +000011867 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011868 // Must be a store of a load. We currently handle two cases: the load
11869 // is a direct child, and it's under an intervening TokenFactor. It is
11870 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +000011871 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +000011872 Ld = cast<LoadSDNode>(St->getChain());
11873 else if (St->getValue().hasOneUse() &&
11874 ChainVal->getOpcode() == ISD::TokenFactor) {
11875 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +000011876 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +000011877 TokenFactorIndex = i;
11878 Ld = cast<LoadSDNode>(St->getValue());
11879 } else
11880 Ops.push_back(ChainVal->getOperand(i));
11881 }
11882 }
Dale Johannesen079f2a62008-02-25 19:20:14 +000011883
Evan Cheng536e6672009-03-12 05:59:15 +000011884 if (!Ld || !ISD::isNormalLoad(Ld))
11885 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011886
Evan Cheng536e6672009-03-12 05:59:15 +000011887 // If this is not the MMX case, i.e. we are just turning i64 load/store
11888 // into f64 load/store, avoid the transformation if there are multiple
11889 // uses of the loaded value.
11890 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
11891 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000011892
Evan Cheng536e6672009-03-12 05:59:15 +000011893 DebugLoc LdDL = Ld->getDebugLoc();
11894 DebugLoc StDL = N->getDebugLoc();
11895 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
11896 // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
11897 // pair instead.
11898 if (Subtarget->is64Bit() || F64IsLegal) {
Owen Anderson825b72b2009-08-11 20:47:22 +000011899 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
Chris Lattner51abfe42010-09-21 06:02:19 +000011900 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
11901 Ld->getPointerInfo(), Ld->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000011902 Ld->isNonTemporal(), Ld->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000011903 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +000011904 if (TokenFactorIndex != -1) {
Evan Cheng536e6672009-03-12 05:59:15 +000011905 Ops.push_back(NewChain);
Owen Anderson825b72b2009-08-11 20:47:22 +000011906 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Dale Johannesen079f2a62008-02-25 19:20:14 +000011907 Ops.size());
11908 }
Evan Cheng536e6672009-03-12 05:59:15 +000011909 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +000011910 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000011911 St->isVolatile(), St->isNonTemporal(),
11912 St->getAlignment());
Chris Lattner149a4e52008-02-22 02:09:43 +000011913 }
Evan Cheng536e6672009-03-12 05:59:15 +000011914
11915 // Otherwise, lower to two pairs of 32-bit loads / stores.
11916 SDValue LoAddr = Ld->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000011917 SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
11918 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000011919
Owen Anderson825b72b2009-08-11 20:47:22 +000011920 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000011921 Ld->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000011922 Ld->isVolatile(), Ld->isNonTemporal(),
11923 Ld->getAlignment());
Owen Anderson825b72b2009-08-11 20:47:22 +000011924 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000011925 Ld->getPointerInfo().getWithOffset(4),
David Greene67c9d422010-02-15 16:53:33 +000011926 Ld->isVolatile(), Ld->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000011927 MinAlign(Ld->getAlignment(), 4));
11928
11929 SDValue NewChain = LoLd.getValue(1);
11930 if (TokenFactorIndex != -1) {
11931 Ops.push_back(LoLd);
11932 Ops.push_back(HiLd);
Owen Anderson825b72b2009-08-11 20:47:22 +000011933 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Evan Cheng536e6672009-03-12 05:59:15 +000011934 Ops.size());
11935 }
11936
11937 LoAddr = St->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000011938 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
11939 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000011940
11941 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000011942 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000011943 St->isVolatile(), St->isNonTemporal(),
11944 St->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000011945 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000011946 St->getPointerInfo().getWithOffset(4),
Evan Cheng536e6672009-03-12 05:59:15 +000011947 St->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000011948 St->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000011949 MinAlign(St->getAlignment(), 4));
Owen Anderson825b72b2009-08-11 20:47:22 +000011950 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +000011951 }
Dan Gohman475871a2008-07-27 21:46:04 +000011952 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +000011953}
11954
Chris Lattner6cf73262008-01-25 06:14:17 +000011955/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
11956/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011957static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +000011958 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
11959 // F[X]OR(0.0, x) -> x
11960 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +000011961 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
11962 if (C->getValueAPF().isPosZero())
11963 return N->getOperand(1);
11964 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
11965 if (C->getValueAPF().isPosZero())
11966 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +000011967 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000011968}
11969
11970/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011971static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +000011972 // FAND(0.0, x) -> 0.0
11973 // FAND(x, 0.0) -> 0.0
11974 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
11975 if (C->getValueAPF().isPosZero())
11976 return N->getOperand(0);
11977 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
11978 if (C->getValueAPF().isPosZero())
11979 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +000011980 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000011981}
11982
Dan Gohmane5af2d32009-01-29 01:59:02 +000011983static SDValue PerformBTCombine(SDNode *N,
11984 SelectionDAG &DAG,
11985 TargetLowering::DAGCombinerInfo &DCI) {
11986 // BT ignores high bits in the bit index operand.
11987 SDValue Op1 = N->getOperand(1);
11988 if (Op1.hasOneUse()) {
11989 unsigned BitWidth = Op1.getValueSizeInBits();
11990 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
11991 APInt KnownZero, KnownOne;
Evan Chenge5b51ac2010-04-17 06:13:15 +000011992 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(),
11993 !DCI.isBeforeLegalizeOps());
Dan Gohmand858e902010-04-17 15:26:15 +000011994 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Dan Gohmane5af2d32009-01-29 01:59:02 +000011995 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
11996 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
11997 DCI.CommitTargetLoweringOpt(TLO);
11998 }
11999 return SDValue();
12000}
Chris Lattner83e6c992006-10-04 06:57:07 +000012001
Eli Friedman7a5e5552009-06-07 06:52:44 +000012002static SDValue PerformVZEXT_MOVLCombine(SDNode *N, SelectionDAG &DAG) {
12003 SDValue Op = N->getOperand(0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +000012004 if (Op.getOpcode() == ISD::BITCAST)
Eli Friedman7a5e5552009-06-07 06:52:44 +000012005 Op = Op.getOperand(0);
Owen Andersone50ed302009-08-10 22:56:29 +000012006 EVT VT = N->getValueType(0), OpVT = Op.getValueType();
Eli Friedman7a5e5552009-06-07 06:52:44 +000012007 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&
Eric Christopherfd179292009-08-27 18:07:15 +000012008 VT.getVectorElementType().getSizeInBits() ==
Eli Friedman7a5e5552009-06-07 06:52:44 +000012009 OpVT.getVectorElementType().getSizeInBits()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +000012010 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), VT, Op);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012011 }
12012 return SDValue();
12013}
12014
Evan Cheng2e489c42009-12-16 00:53:11 +000012015static SDValue PerformZExtCombine(SDNode *N, SelectionDAG &DAG) {
12016 // (i32 zext (and (i8 x86isd::setcc_carry), 1)) ->
12017 // (and (i32 x86isd::setcc_carry), 1)
12018 // This eliminates the zext. This transformation is necessary because
12019 // ISD::SETCC is always legalized to i8.
12020 DebugLoc dl = N->getDebugLoc();
12021 SDValue N0 = N->getOperand(0);
12022 EVT VT = N->getValueType(0);
12023 if (N0.getOpcode() == ISD::AND &&
12024 N0.hasOneUse() &&
12025 N0.getOperand(0).hasOneUse()) {
12026 SDValue N00 = N0.getOperand(0);
12027 if (N00.getOpcode() != X86ISD::SETCC_CARRY)
12028 return SDValue();
12029 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
12030 if (!C || C->getZExtValue() != 1)
12031 return SDValue();
12032 return DAG.getNode(ISD::AND, dl, VT,
12033 DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
12034 N00.getOperand(0), N00.getOperand(1)),
12035 DAG.getConstant(1, VT));
12036 }
12037
12038 return SDValue();
12039}
12040
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012041// Optimize RES = X86ISD::SETCC CONDCODE, EFLAG_INPUT
12042static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG) {
12043 unsigned X86CC = N->getConstantOperandVal(0);
12044 SDValue EFLAG = N->getOperand(1);
12045 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012046
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012047 // Materialize "setb reg" as "sbb reg,reg", since it can be extended without
12048 // a zext and produces an all-ones bit which is more useful than 0/1 in some
12049 // cases.
12050 if (X86CC == X86::COND_B)
12051 return DAG.getNode(ISD::AND, DL, MVT::i8,
12052 DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
12053 DAG.getConstant(X86CC, MVT::i8), EFLAG),
12054 DAG.getConstant(1, MVT::i8));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012055
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012056 return SDValue();
12057}
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012058
Chris Lattner23a01992010-12-20 01:37:09 +000012059// Optimize RES, EFLAGS = X86ISD::ADC LHS, RHS, EFLAGS
12060static SDValue PerformADCCombine(SDNode *N, SelectionDAG &DAG,
12061 X86TargetLowering::DAGCombinerInfo &DCI) {
12062 // If the LHS and RHS of the ADC node are zero, then it can't overflow and
12063 // the result is either zero or one (depending on the input carry bit).
12064 // Strength reduce this down to a "set on carry" aka SETCC_CARRY&1.
12065 if (X86::isZeroNode(N->getOperand(0)) &&
12066 X86::isZeroNode(N->getOperand(1)) &&
12067 // We don't have a good way to replace an EFLAGS use, so only do this when
12068 // dead right now.
12069 SDValue(N, 1).use_empty()) {
12070 DebugLoc DL = N->getDebugLoc();
12071 EVT VT = N->getValueType(0);
12072 SDValue CarryOut = DAG.getConstant(0, N->getValueType(1));
12073 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT,
12074 DAG.getNode(X86ISD::SETCC_CARRY, DL, VT,
12075 DAG.getConstant(X86::COND_B,MVT::i8),
12076 N->getOperand(2)),
12077 DAG.getConstant(1, VT));
12078 return DCI.CombineTo(N, Res1, CarryOut);
12079 }
12080
12081 return SDValue();
12082}
12083
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012084// fold (add Y, (sete X, 0)) -> adc 0, Y
12085// (add Y, (setne X, 0)) -> sbb -1, Y
12086// (sub (sete X, 0), Y) -> sbb 0, Y
12087// (sub (setne X, 0), Y) -> adc -1, Y
12088static SDValue OptimizeConditonalInDecrement(SDNode *N, SelectionDAG &DAG) {
12089 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012090
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012091 // Look through ZExts.
12092 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
12093 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
12094 return SDValue();
12095
12096 SDValue SetCC = Ext.getOperand(0);
12097 if (SetCC.getOpcode() != X86ISD::SETCC || !SetCC.hasOneUse())
12098 return SDValue();
12099
12100 X86::CondCode CC = (X86::CondCode)SetCC.getConstantOperandVal(0);
12101 if (CC != X86::COND_E && CC != X86::COND_NE)
12102 return SDValue();
12103
12104 SDValue Cmp = SetCC.getOperand(1);
12105 if (Cmp.getOpcode() != X86ISD::CMP || !Cmp.hasOneUse() ||
Chris Lattner9cd3da42011-01-16 02:56:53 +000012106 !X86::isZeroNode(Cmp.getOperand(1)) ||
12107 !Cmp.getOperand(0).getValueType().isInteger())
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012108 return SDValue();
12109
12110 SDValue CmpOp0 = Cmp.getOperand(0);
12111 SDValue NewCmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32, CmpOp0,
12112 DAG.getConstant(1, CmpOp0.getValueType()));
12113
12114 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
12115 if (CC == X86::COND_NE)
12116 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::ADC : X86ISD::SBB,
12117 DL, OtherVal.getValueType(), OtherVal,
12118 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
12119 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::SBB : X86ISD::ADC,
12120 DL, OtherVal.getValueType(), OtherVal,
12121 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);
12122}
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012123
Dan Gohman475871a2008-07-27 21:46:04 +000012124SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +000012125 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +000012126 SelectionDAG &DAG = DCI.DAG;
12127 switch (N->getOpcode()) {
12128 default: break;
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012129 case ISD::EXTRACT_VECTOR_ELT:
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012130 return PerformEXTRACT_VECTOR_ELTCombine(N, DAG, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +000012131 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Chris Lattnerd1980a52009-03-12 06:52:53 +000012132 case X86ISD::CMOV: return PerformCMOVCombine(N, DAG, DCI);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012133 case ISD::ADD:
12134 case ISD::SUB: return OptimizeConditonalInDecrement(N, DAG);
Chris Lattner23a01992010-12-20 01:37:09 +000012135 case X86ISD::ADC: return PerformADCCombine(N, DAG, DCI);
Evan Cheng0b0cd912009-03-28 05:57:29 +000012136 case ISD::MUL: return PerformMulCombine(N, DAG, DCI);
Nate Begeman740ab032009-01-26 00:52:55 +000012137 case ISD::SHL:
12138 case ISD::SRA:
12139 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Nate Begemanb65c1752010-12-17 22:55:37 +000012140 case ISD::AND: return PerformAndCombine(N, DAG, DCI, Subtarget);
Evan Cheng8b1190a2010-04-28 01:18:01 +000012141 case ISD::OR: return PerformOrCombine(N, DAG, DCI, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +000012142 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Chris Lattner6cf73262008-01-25 06:14:17 +000012143 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +000012144 case X86ISD::FOR: return PerformFORCombine(N, DAG);
12145 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Dan Gohmane5af2d32009-01-29 01:59:02 +000012146 case X86ISD::BT: return PerformBTCombine(N, DAG, DCI);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012147 case X86ISD::VZEXT_MOVL: return PerformVZEXT_MOVLCombine(N, DAG);
Evan Cheng2e489c42009-12-16 00:53:11 +000012148 case ISD::ZERO_EXTEND: return PerformZExtCombine(N, DAG);
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012149 case X86ISD::SETCC: return PerformSETCCCombine(N, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012150 case X86ISD::SHUFPS: // Handle all target specific shuffles
12151 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +000012152 case X86ISD::PALIGN:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012153 case X86ISD::PUNPCKHBW:
12154 case X86ISD::PUNPCKHWD:
12155 case X86ISD::PUNPCKHDQ:
12156 case X86ISD::PUNPCKHQDQ:
12157 case X86ISD::UNPCKHPS:
12158 case X86ISD::UNPCKHPD:
12159 case X86ISD::PUNPCKLBW:
12160 case X86ISD::PUNPCKLWD:
12161 case X86ISD::PUNPCKLDQ:
12162 case X86ISD::PUNPCKLQDQ:
12163 case X86ISD::UNPCKLPS:
12164 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +000012165 case X86ISD::VUNPCKLPS:
12166 case X86ISD::VUNPCKLPD:
12167 case X86ISD::VUNPCKLPSY:
12168 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012169 case X86ISD::MOVHLPS:
12170 case X86ISD::MOVLHPS:
12171 case X86ISD::PSHUFD:
12172 case X86ISD::PSHUFHW:
12173 case X86ISD::PSHUFLW:
12174 case X86ISD::MOVSS:
12175 case X86ISD::MOVSD:
Mon P Wanga0fd0d52010-12-19 23:55:53 +000012176 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, DCI);
Evan Cheng206ee9d2006-07-07 08:33:52 +000012177 }
12178
Dan Gohman475871a2008-07-27 21:46:04 +000012179 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +000012180}
12181
Evan Chenge5b51ac2010-04-17 06:13:15 +000012182/// isTypeDesirableForOp - Return true if the target has native support for
12183/// the specified value type and it is 'desirable' to use the type for the
12184/// given node type. e.g. On x86 i16 is legal, but undesirable since i16
12185/// instruction encodings are longer and some i16 instructions are slow.
12186bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const {
12187 if (!isTypeLegal(VT))
12188 return false;
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012189 if (VT != MVT::i16)
Evan Chenge5b51ac2010-04-17 06:13:15 +000012190 return true;
12191
12192 switch (Opc) {
12193 default:
12194 return true;
Evan Cheng4c26e932010-04-19 19:29:22 +000012195 case ISD::LOAD:
12196 case ISD::SIGN_EXTEND:
12197 case ISD::ZERO_EXTEND:
12198 case ISD::ANY_EXTEND:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012199 case ISD::SHL:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012200 case ISD::SRL:
12201 case ISD::SUB:
12202 case ISD::ADD:
12203 case ISD::MUL:
12204 case ISD::AND:
12205 case ISD::OR:
12206 case ISD::XOR:
12207 return false;
12208 }
12209}
12210
12211/// IsDesirableToPromoteOp - This method query the target whether it is
Evan Cheng64b7bf72010-04-16 06:14:10 +000012212/// beneficial for dag combiner to promote the specified node. If true, it
12213/// should return the desired promotion type by reference.
Evan Chenge5b51ac2010-04-17 06:13:15 +000012214bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012215 EVT VT = Op.getValueType();
12216 if (VT != MVT::i16)
12217 return false;
12218
Evan Cheng4c26e932010-04-19 19:29:22 +000012219 bool Promote = false;
12220 bool Commute = false;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012221 switch (Op.getOpcode()) {
Evan Cheng4c26e932010-04-19 19:29:22 +000012222 default: break;
12223 case ISD::LOAD: {
12224 LoadSDNode *LD = cast<LoadSDNode>(Op);
12225 // If the non-extending load has a single use and it's not live out, then it
12226 // might be folded.
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012227 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&&
12228 Op.hasOneUse()*/) {
12229 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
12230 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
12231 // The only case where we'd want to promote LOAD (rather then it being
12232 // promoted as an operand is when it's only use is liveout.
12233 if (UI->getOpcode() != ISD::CopyToReg)
12234 return false;
12235 }
12236 }
Evan Cheng4c26e932010-04-19 19:29:22 +000012237 Promote = true;
12238 break;
12239 }
12240 case ISD::SIGN_EXTEND:
12241 case ISD::ZERO_EXTEND:
12242 case ISD::ANY_EXTEND:
12243 Promote = true;
12244 break;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012245 case ISD::SHL:
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012246 case ISD::SRL: {
Evan Chenge5b51ac2010-04-17 06:13:15 +000012247 SDValue N0 = Op.getOperand(0);
12248 // Look out for (store (shl (load), x)).
Evan Chengc82c20b2010-04-24 04:44:57 +000012249 if (MayFoldLoad(N0) && MayFoldIntoStore(Op))
Evan Chenge5b51ac2010-04-17 06:13:15 +000012250 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012251 Promote = true;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012252 break;
12253 }
Evan Cheng64b7bf72010-04-16 06:14:10 +000012254 case ISD::ADD:
12255 case ISD::MUL:
12256 case ISD::AND:
12257 case ISD::OR:
Evan Cheng4c26e932010-04-19 19:29:22 +000012258 case ISD::XOR:
12259 Commute = true;
12260 // fallthrough
12261 case ISD::SUB: {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012262 SDValue N0 = Op.getOperand(0);
12263 SDValue N1 = Op.getOperand(1);
Evan Chengc82c20b2010-04-24 04:44:57 +000012264 if (!Commute && MayFoldLoad(N1))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012265 return false;
12266 // Avoid disabling potential load folding opportunities.
Evan Chengc82c20b2010-04-24 04:44:57 +000012267 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012268 return false;
Evan Chengc82c20b2010-04-24 04:44:57 +000012269 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012270 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012271 Promote = true;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012272 }
12273 }
12274
12275 PVT = MVT::i32;
Evan Cheng4c26e932010-04-19 19:29:22 +000012276 return Promote;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012277}
12278
Evan Cheng60c07e12006-07-05 22:17:51 +000012279//===----------------------------------------------------------------------===//
12280// X86 Inline Assembly Support
12281//===----------------------------------------------------------------------===//
12282
Chris Lattnerb8105652009-07-20 17:51:36 +000012283bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
12284 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
Chris Lattnerb8105652009-07-20 17:51:36 +000012285
12286 std::string AsmStr = IA->getAsmString();
12287
12288 // TODO: should remove alternatives from the asmstring: "foo {a|b}" -> "foo a"
Benjamin Kramerd4f19592010-01-11 18:03:24 +000012289 SmallVector<StringRef, 4> AsmPieces;
Peter Collingbourne98361182010-11-13 19:54:23 +000012290 SplitString(AsmStr, AsmPieces, ";\n");
Chris Lattnerb8105652009-07-20 17:51:36 +000012291
12292 switch (AsmPieces.size()) {
12293 default: return false;
12294 case 1:
12295 AsmStr = AsmPieces[0];
12296 AsmPieces.clear();
12297 SplitString(AsmStr, AsmPieces, " \t"); // Split with whitespace.
12298
Chris Lattner7a2bdde2011-04-15 05:18:47 +000012299 // FIXME: this should verify that we are targeting a 486 or better. If not,
Evan Cheng55d42002011-01-08 01:24:27 +000012300 // we will turn this bswap into something that will be lowered to logical ops
12301 // instead of emitting the bswap asm. For now, we don't support 486 or lower
12302 // so don't worry about this.
Chris Lattnerb8105652009-07-20 17:51:36 +000012303 // bswap $0
12304 if (AsmPieces.size() == 2 &&
12305 (AsmPieces[0] == "bswap" ||
12306 AsmPieces[0] == "bswapq" ||
12307 AsmPieces[0] == "bswapl") &&
12308 (AsmPieces[1] == "$0" ||
12309 AsmPieces[1] == "${0:q}")) {
12310 // No need to check constraints, nothing other than the equivalent of
12311 // "=r,0" would be valid here.
Evan Cheng55d42002011-01-08 01:24:27 +000012312 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12313 if (!Ty || Ty->getBitWidth() % 16 != 0)
12314 return false;
12315 return IntrinsicLowering::LowerToByteSwap(CI);
Chris Lattnerb8105652009-07-20 17:51:36 +000012316 }
12317 // rorw $$8, ${0:w} --> llvm.bswap.i16
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000012318 if (CI->getType()->isIntegerTy(16) &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012319 AsmPieces.size() == 3 &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012320 (AsmPieces[0] == "rorw" || AsmPieces[0] == "rolw") &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012321 AsmPieces[1] == "$$8," &&
12322 AsmPieces[2] == "${0:w}" &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012323 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12324 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012325 const std::string &ConstraintsStr = IA->getConstraintString();
12326 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Dan Gohman0ef701e2010-03-04 19:58:08 +000012327 std::sort(AsmPieces.begin(), AsmPieces.end());
12328 if (AsmPieces.size() == 4 &&
12329 AsmPieces[0] == "~{cc}" &&
12330 AsmPieces[1] == "~{dirflag}" &&
12331 AsmPieces[2] == "~{flags}" &&
12332 AsmPieces[3] == "~{fpsr}") {
Evan Cheng55d42002011-01-08 01:24:27 +000012333 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12334 if (!Ty || Ty->getBitWidth() % 16 != 0)
12335 return false;
12336 return IntrinsicLowering::LowerToByteSwap(CI);
Dan Gohman0ef701e2010-03-04 19:58:08 +000012337 }
Chris Lattnerb8105652009-07-20 17:51:36 +000012338 }
12339 break;
12340 case 3:
Peter Collingbourne948cf022010-11-13 19:54:30 +000012341 if (CI->getType()->isIntegerTy(32) &&
12342 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12343 SmallVector<StringRef, 4> Words;
12344 SplitString(AsmPieces[0], Words, " \t,");
12345 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
12346 Words[2] == "${0:w}") {
12347 Words.clear();
12348 SplitString(AsmPieces[1], Words, " \t,");
12349 if (Words.size() == 3 && Words[0] == "rorl" && Words[1] == "$$16" &&
12350 Words[2] == "$0") {
12351 Words.clear();
12352 SplitString(AsmPieces[2], Words, " \t,");
12353 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
12354 Words[2] == "${0:w}") {
12355 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012356 const std::string &ConstraintsStr = IA->getConstraintString();
12357 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Peter Collingbourne948cf022010-11-13 19:54:30 +000012358 std::sort(AsmPieces.begin(), AsmPieces.end());
12359 if (AsmPieces.size() == 4 &&
12360 AsmPieces[0] == "~{cc}" &&
12361 AsmPieces[1] == "~{dirflag}" &&
12362 AsmPieces[2] == "~{flags}" &&
12363 AsmPieces[3] == "~{fpsr}") {
Evan Cheng55d42002011-01-08 01:24:27 +000012364 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12365 if (!Ty || Ty->getBitWidth() % 16 != 0)
12366 return false;
12367 return IntrinsicLowering::LowerToByteSwap(CI);
Peter Collingbourne948cf022010-11-13 19:54:30 +000012368 }
12369 }
12370 }
12371 }
12372 }
Evan Cheng55d42002011-01-08 01:24:27 +000012373
12374 if (CI->getType()->isIntegerTy(64)) {
12375 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
12376 if (Constraints.size() >= 2 &&
12377 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
12378 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
12379 // bswap %eax / bswap %edx / xchgl %eax, %edx -> llvm.bswap.i64
12380 SmallVector<StringRef, 4> Words;
12381 SplitString(AsmPieces[0], Words, " \t");
12382 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%eax") {
Chris Lattnerb8105652009-07-20 17:51:36 +000012383 Words.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012384 SplitString(AsmPieces[1], Words, " \t");
12385 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%edx") {
12386 Words.clear();
12387 SplitString(AsmPieces[2], Words, " \t,");
12388 if (Words.size() == 3 && Words[0] == "xchgl" && Words[1] == "%eax" &&
12389 Words[2] == "%edx") {
12390 const IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
12391 if (!Ty || Ty->getBitWidth() % 16 != 0)
12392 return false;
12393 return IntrinsicLowering::LowerToByteSwap(CI);
12394 }
Chris Lattnerb8105652009-07-20 17:51:36 +000012395 }
12396 }
12397 }
12398 }
12399 break;
12400 }
12401 return false;
12402}
12403
12404
12405
Chris Lattnerf4dff842006-07-11 02:54:03 +000012406/// getConstraintType - Given a constraint letter, return the type of
12407/// constraint it is for this target.
12408X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +000012409X86TargetLowering::getConstraintType(const std::string &Constraint) const {
12410 if (Constraint.size() == 1) {
12411 switch (Constraint[0]) {
Chris Lattner4234f572007-03-25 02:14:49 +000012412 case 'R':
Chris Lattner4234f572007-03-25 02:14:49 +000012413 case 'q':
12414 case 'Q':
John Thompson44ab89e2010-10-29 17:29:13 +000012415 case 'f':
12416 case 't':
12417 case 'u':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +000012418 case 'y':
John Thompson44ab89e2010-10-29 17:29:13 +000012419 case 'x':
Chris Lattner4234f572007-03-25 02:14:49 +000012420 case 'Y':
12421 return C_RegisterClass;
John Thompson44ab89e2010-10-29 17:29:13 +000012422 case 'a':
12423 case 'b':
12424 case 'c':
12425 case 'd':
12426 case 'S':
12427 case 'D':
12428 case 'A':
12429 return C_Register;
12430 case 'I':
12431 case 'J':
12432 case 'K':
12433 case 'L':
12434 case 'M':
12435 case 'N':
12436 case 'G':
12437 case 'C':
Dale Johannesen78e3e522009-02-12 20:58:09 +000012438 case 'e':
12439 case 'Z':
12440 return C_Other;
Chris Lattner4234f572007-03-25 02:14:49 +000012441 default:
12442 break;
12443 }
Chris Lattnerf4dff842006-07-11 02:54:03 +000012444 }
Chris Lattner4234f572007-03-25 02:14:49 +000012445 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +000012446}
12447
John Thompson44ab89e2010-10-29 17:29:13 +000012448/// Examine constraint type and operand type and determine a weight value.
John Thompsoneac6e1d2010-09-13 18:15:37 +000012449/// This object must already have been set up with the operand type
12450/// and the current alternative constraint selected.
John Thompson44ab89e2010-10-29 17:29:13 +000012451TargetLowering::ConstraintWeight
12452 X86TargetLowering::getSingleConstraintMatchWeight(
John Thompsoneac6e1d2010-09-13 18:15:37 +000012453 AsmOperandInfo &info, const char *constraint) const {
John Thompson44ab89e2010-10-29 17:29:13 +000012454 ConstraintWeight weight = CW_Invalid;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012455 Value *CallOperandVal = info.CallOperandVal;
12456 // If we don't have a value, we can't do a match,
12457 // but allow it at the lowest weight.
12458 if (CallOperandVal == NULL)
John Thompson44ab89e2010-10-29 17:29:13 +000012459 return CW_Default;
12460 const Type *type = CallOperandVal->getType();
John Thompsoneac6e1d2010-09-13 18:15:37 +000012461 // Look at the constraint type.
12462 switch (*constraint) {
12463 default:
John Thompson44ab89e2010-10-29 17:29:13 +000012464 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
12465 case 'R':
12466 case 'q':
12467 case 'Q':
12468 case 'a':
12469 case 'b':
12470 case 'c':
12471 case 'd':
12472 case 'S':
12473 case 'D':
12474 case 'A':
12475 if (CallOperandVal->getType()->isIntegerTy())
12476 weight = CW_SpecificReg;
12477 break;
12478 case 'f':
12479 case 't':
12480 case 'u':
12481 if (type->isFloatingPointTy())
12482 weight = CW_SpecificReg;
12483 break;
12484 case 'y':
Chris Lattner2a786eb2010-12-19 20:19:20 +000012485 if (type->isX86_MMXTy() && Subtarget->hasMMX())
John Thompson44ab89e2010-10-29 17:29:13 +000012486 weight = CW_SpecificReg;
12487 break;
12488 case 'x':
12489 case 'Y':
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012490 if ((type->getPrimitiveSizeInBits() == 128) && Subtarget->hasXMM())
John Thompson44ab89e2010-10-29 17:29:13 +000012491 weight = CW_Register;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012492 break;
12493 case 'I':
12494 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
12495 if (C->getZExtValue() <= 31)
John Thompson44ab89e2010-10-29 17:29:13 +000012496 weight = CW_Constant;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012497 }
12498 break;
John Thompson44ab89e2010-10-29 17:29:13 +000012499 case 'J':
12500 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12501 if (C->getZExtValue() <= 63)
12502 weight = CW_Constant;
12503 }
12504 break;
12505 case 'K':
12506 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12507 if ((C->getSExtValue() >= -0x80) && (C->getSExtValue() <= 0x7f))
12508 weight = CW_Constant;
12509 }
12510 break;
12511 case 'L':
12512 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12513 if ((C->getZExtValue() == 0xff) || (C->getZExtValue() == 0xffff))
12514 weight = CW_Constant;
12515 }
12516 break;
12517 case 'M':
12518 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12519 if (C->getZExtValue() <= 3)
12520 weight = CW_Constant;
12521 }
12522 break;
12523 case 'N':
12524 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12525 if (C->getZExtValue() <= 0xff)
12526 weight = CW_Constant;
12527 }
12528 break;
12529 case 'G':
12530 case 'C':
12531 if (dyn_cast<ConstantFP>(CallOperandVal)) {
12532 weight = CW_Constant;
12533 }
12534 break;
12535 case 'e':
12536 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12537 if ((C->getSExtValue() >= -0x80000000LL) &&
12538 (C->getSExtValue() <= 0x7fffffffLL))
12539 weight = CW_Constant;
12540 }
12541 break;
12542 case 'Z':
12543 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12544 if (C->getZExtValue() <= 0xffffffff)
12545 weight = CW_Constant;
12546 }
12547 break;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012548 }
12549 return weight;
12550}
12551
Dale Johannesenba2a0b92008-01-29 02:21:21 +000012552/// LowerXConstraint - try to replace an X constraint, which matches anything,
12553/// with another that has more specific requirements based on the type of the
12554/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +000012555const char *X86TargetLowering::
Owen Andersone50ed302009-08-10 22:56:29 +000012556LowerXConstraint(EVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +000012557 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
12558 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +000012559 if (ConstraintVT.isFloatingPoint()) {
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012560 if (Subtarget->hasXMMInt())
Chris Lattner5e764232008-04-26 23:02:14 +000012561 return "Y";
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012562 if (Subtarget->hasXMM())
Chris Lattner5e764232008-04-26 23:02:14 +000012563 return "x";
12564 }
Scott Michelfdc40a02009-02-17 22:15:04 +000012565
Chris Lattner5e764232008-04-26 23:02:14 +000012566 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +000012567}
12568
Chris Lattner48884cd2007-08-25 00:47:38 +000012569/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
12570/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +000012571void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Chris Lattner48884cd2007-08-25 00:47:38 +000012572 char Constraint,
Dan Gohman475871a2008-07-27 21:46:04 +000012573 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +000012574 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +000012575 SDValue Result(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +000012576
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012577 switch (Constraint) {
12578 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +000012579 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +000012580 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000012581 if (C->getZExtValue() <= 31) {
12582 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000012583 break;
12584 }
Devang Patel84f7fd22007-03-17 00:13:28 +000012585 }
Chris Lattner48884cd2007-08-25 00:47:38 +000012586 return;
Evan Cheng364091e2008-09-22 23:57:37 +000012587 case 'J':
12588 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000012589 if (C->getZExtValue() <= 63) {
Chris Lattnere4935152009-06-15 04:01:39 +000012590 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
12591 break;
12592 }
12593 }
12594 return;
12595 case 'K':
12596 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000012597 if ((int8_t)C->getSExtValue() == C->getSExtValue()) {
Evan Cheng364091e2008-09-22 23:57:37 +000012598 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
12599 break;
12600 }
12601 }
12602 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +000012603 case 'N':
12604 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000012605 if (C->getZExtValue() <= 255) {
12606 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000012607 break;
12608 }
Chris Lattner188b9fe2007-03-25 01:57:35 +000012609 }
Chris Lattner48884cd2007-08-25 00:47:38 +000012610 return;
Dale Johannesen78e3e522009-02-12 20:58:09 +000012611 case 'e': {
12612 // 32-bit signed value
12613 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000012614 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
12615 C->getSExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000012616 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000012617 Result = DAG.getTargetConstant(C->getSExtValue(), MVT::i64);
Dale Johannesen78e3e522009-02-12 20:58:09 +000012618 break;
12619 }
12620 // FIXME gcc accepts some relocatable values here too, but only in certain
12621 // memory models; it's complicated.
12622 }
12623 return;
12624 }
12625 case 'Z': {
12626 // 32-bit unsigned value
12627 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000012628 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
12629 C->getZExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000012630 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
12631 break;
12632 }
12633 }
12634 // FIXME gcc accepts some relocatable values here too, but only in certain
12635 // memory models; it's complicated.
12636 return;
12637 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000012638 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012639 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +000012640 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000012641 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000012642 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);
Chris Lattner48884cd2007-08-25 00:47:38 +000012643 break;
12644 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012645
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000012646 // In any sort of PIC mode addresses need to be computed at runtime by
12647 // adding in a register or some sort of table lookup. These can't
12648 // be used as immediates.
Dale Johannesene2b448c2010-07-06 23:27:00 +000012649 if (Subtarget->isPICStyleGOT() || Subtarget->isPICStyleStubPIC())
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000012650 return;
12651
Chris Lattnerdc43a882007-05-03 16:52:29 +000012652 // If we are in non-pic codegen mode, we allow the address of a global (with
12653 // an optional displacement) to be used with 'i'.
Chris Lattner49921962009-05-08 18:23:14 +000012654 GlobalAddressSDNode *GA = 0;
Chris Lattnerdc43a882007-05-03 16:52:29 +000012655 int64_t Offset = 0;
Scott Michelfdc40a02009-02-17 22:15:04 +000012656
Chris Lattner49921962009-05-08 18:23:14 +000012657 // Match either (GA), (GA+C), (GA+C1+C2), etc.
12658 while (1) {
12659 if ((GA = dyn_cast<GlobalAddressSDNode>(Op))) {
12660 Offset += GA->getOffset();
12661 break;
12662 } else if (Op.getOpcode() == ISD::ADD) {
12663 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
12664 Offset += C->getZExtValue();
12665 Op = Op.getOperand(0);
12666 continue;
12667 }
12668 } else if (Op.getOpcode() == ISD::SUB) {
12669 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
12670 Offset += -C->getZExtValue();
12671 Op = Op.getOperand(0);
12672 continue;
12673 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000012674 }
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000012675
Chris Lattner49921962009-05-08 18:23:14 +000012676 // Otherwise, this isn't something we can handle, reject it.
12677 return;
Chris Lattnerdc43a882007-05-03 16:52:29 +000012678 }
Eric Christopherfd179292009-08-27 18:07:15 +000012679
Dan Gohman46510a72010-04-15 01:51:59 +000012680 const GlobalValue *GV = GA->getGlobal();
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000012681 // If we require an extra load to get this address, as in PIC mode, we
12682 // can't accept it.
Chris Lattner36c25012009-07-10 07:34:39 +000012683 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
12684 getTargetMachine())))
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000012685 return;
Scott Michelfdc40a02009-02-17 22:15:04 +000012686
Devang Patel0d881da2010-07-06 22:08:15 +000012687 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
12688 GA->getValueType(0), Offset);
Chris Lattner49921962009-05-08 18:23:14 +000012689 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012690 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000012691 }
Scott Michelfdc40a02009-02-17 22:15:04 +000012692
Gabor Greifba36cb52008-08-28 21:40:38 +000012693 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +000012694 Ops.push_back(Result);
12695 return;
12696 }
Dale Johannesen1784d162010-06-25 21:55:36 +000012697 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +000012698}
12699
Chris Lattner259e97c2006-01-31 19:43:35 +000012700std::vector<unsigned> X86TargetLowering::
Chris Lattner1efa40f2006-02-22 00:56:39 +000012701getRegClassForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000012702 EVT VT) const {
Chris Lattner259e97c2006-01-31 19:43:35 +000012703 if (Constraint.size() == 1) {
12704 // FIXME: not handling fp-stack yet!
Chris Lattner259e97c2006-01-31 19:43:35 +000012705 switch (Constraint[0]) { // GCC X86 Constraint Letters
Chris Lattnerf4dff842006-07-11 02:54:03 +000012706 default: break; // Unknown constraint letter
Evan Cheng47e9fab2009-07-17 22:13:25 +000012707 case 'q': // GENERAL_REGS in 64-bit mode, Q_REGS in 32-bit mode.
12708 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012709 if (VT == MVT::i32)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012710 return make_vector<unsigned>(X86::EAX, X86::EDX, X86::ECX, X86::EBX,
12711 X86::ESI, X86::EDI, X86::R8D, X86::R9D,
12712 X86::R10D,X86::R11D,X86::R12D,
12713 X86::R13D,X86::R14D,X86::R15D,
12714 X86::EBP, X86::ESP, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012715 else if (VT == MVT::i16)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012716 return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX,
12717 X86::SI, X86::DI, X86::R8W,X86::R9W,
12718 X86::R10W,X86::R11W,X86::R12W,
12719 X86::R13W,X86::R14W,X86::R15W,
12720 X86::BP, X86::SP, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012721 else if (VT == MVT::i8)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012722 return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL,
12723 X86::SIL, X86::DIL, X86::R8B,X86::R9B,
12724 X86::R10B,X86::R11B,X86::R12B,
12725 X86::R13B,X86::R14B,X86::R15B,
12726 X86::BPL, X86::SPL, 0);
12727
Owen Anderson825b72b2009-08-11 20:47:22 +000012728 else if (VT == MVT::i64)
Evan Cheng47e9fab2009-07-17 22:13:25 +000012729 return make_vector<unsigned>(X86::RAX, X86::RDX, X86::RCX, X86::RBX,
12730 X86::RSI, X86::RDI, X86::R8, X86::R9,
12731 X86::R10, X86::R11, X86::R12,
12732 X86::R13, X86::R14, X86::R15,
12733 X86::RBP, X86::RSP, 0);
12734
12735 break;
12736 }
Eric Christopherfd179292009-08-27 18:07:15 +000012737 // 32-bit fallthrough
Chris Lattner259e97c2006-01-31 19:43:35 +000012738 case 'Q': // Q_REGS
Owen Anderson825b72b2009-08-11 20:47:22 +000012739 if (VT == MVT::i32)
Chris Lattner80a7ecc2006-05-06 00:29:37 +000012740 return make_vector<unsigned>(X86::EAX, X86::EDX, X86::ECX, X86::EBX, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012741 else if (VT == MVT::i16)
Chris Lattner80a7ecc2006-05-06 00:29:37 +000012742 return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012743 else if (VT == MVT::i8)
Evan Cheng12914382007-08-13 23:27:11 +000012744 return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +000012745 else if (VT == MVT::i64)
Chris Lattner03e6c702007-11-04 06:51:12 +000012746 return make_vector<unsigned>(X86::RAX, X86::RDX, X86::RCX, X86::RBX, 0);
12747 break;
Chris Lattner259e97c2006-01-31 19:43:35 +000012748 }
12749 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012750
Chris Lattner1efa40f2006-02-22 00:56:39 +000012751 return std::vector<unsigned>();
Chris Lattner259e97c2006-01-31 19:43:35 +000012752}
Chris Lattnerf76d1802006-07-31 23:26:50 +000012753
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012754std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +000012755X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000012756 EVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +000012757 // First, see if this is a constraint that directly corresponds to an LLVM
12758 // register class.
12759 if (Constraint.size() == 1) {
12760 // GCC Constraint Letters
12761 switch (Constraint[0]) {
12762 default: break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000012763 case 'r': // GENERAL_REGS
Chris Lattner0f65cad2007-04-09 05:49:22 +000012764 case 'l': // INDEX_REGS
Owen Anderson825b72b2009-08-11 20:47:22 +000012765 if (VT == MVT::i8)
Chris Lattner0f65cad2007-04-09 05:49:22 +000012766 return std::make_pair(0U, X86::GR8RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012767 if (VT == MVT::i16)
Chris Lattner1fa71982008-10-17 18:15:05 +000012768 return std::make_pair(0U, X86::GR16RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012769 if (VT == MVT::i32 || !Subtarget->is64Bit())
Scott Michelfdc40a02009-02-17 22:15:04 +000012770 return std::make_pair(0U, X86::GR32RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +000012771 return std::make_pair(0U, X86::GR64RegisterClass);
Dale Johannesen5f3663e2009-10-07 22:47:20 +000012772 case 'R': // LEGACY_REGS
12773 if (VT == MVT::i8)
12774 return std::make_pair(0U, X86::GR8_NOREXRegisterClass);
12775 if (VT == MVT::i16)
12776 return std::make_pair(0U, X86::GR16_NOREXRegisterClass);
12777 if (VT == MVT::i32 || !Subtarget->is64Bit())
12778 return std::make_pair(0U, X86::GR32_NOREXRegisterClass);
12779 return std::make_pair(0U, X86::GR64_NOREXRegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +000012780 case 'f': // FP Stack registers.
12781 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
12782 // value to the correct fpstack register class.
Owen Anderson825b72b2009-08-11 20:47:22 +000012783 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000012784 return std::make_pair(0U, X86::RFP32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012785 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000012786 return std::make_pair(0U, X86::RFP64RegisterClass);
12787 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +000012788 case 'y': // MMX_REGS if MMX allowed.
12789 if (!Subtarget->hasMMX()) break;
12790 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000012791 case 'Y': // SSE_REGS if SSE2 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012792 if (!Subtarget->hasXMMInt()) break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000012793 // FALL THROUGH.
12794 case 'x': // SSE_REGS if SSE1 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012795 if (!Subtarget->hasXMM()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +000012796
Owen Anderson825b72b2009-08-11 20:47:22 +000012797 switch (VT.getSimpleVT().SimpleTy) {
Chris Lattner0f65cad2007-04-09 05:49:22 +000012798 default: break;
12799 // Scalar SSE types.
Owen Anderson825b72b2009-08-11 20:47:22 +000012800 case MVT::f32:
12801 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +000012802 return std::make_pair(0U, X86::FR32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000012803 case MVT::f64:
12804 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +000012805 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000012806 // Vector types.
Owen Anderson825b72b2009-08-11 20:47:22 +000012807 case MVT::v16i8:
12808 case MVT::v8i16:
12809 case MVT::v4i32:
12810 case MVT::v2i64:
12811 case MVT::v4f32:
12812 case MVT::v2f64:
Chris Lattner0f65cad2007-04-09 05:49:22 +000012813 return std::make_pair(0U, X86::VR128RegisterClass);
12814 }
Chris Lattnerad043e82007-04-09 05:11:28 +000012815 break;
12816 }
12817 }
Scott Michelfdc40a02009-02-17 22:15:04 +000012818
Chris Lattnerf76d1802006-07-31 23:26:50 +000012819 // Use the default implementation in TargetLowering to convert the register
12820 // constraint into a member of a register class.
12821 std::pair<unsigned, const TargetRegisterClass*> Res;
12822 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +000012823
12824 // Not found as a standard register?
12825 if (Res.second == 0) {
Chris Lattner56d77c72009-09-13 22:41:48 +000012826 // Map st(0) -> st(7) -> ST0
12827 if (Constraint.size() == 7 && Constraint[0] == '{' &&
12828 tolower(Constraint[1]) == 's' &&
12829 tolower(Constraint[2]) == 't' &&
12830 Constraint[3] == '(' &&
12831 (Constraint[4] >= '0' && Constraint[4] <= '7') &&
12832 Constraint[5] == ')' &&
12833 Constraint[6] == '}') {
Daniel Dunbara279bc32009-09-20 02:20:51 +000012834
Chris Lattner56d77c72009-09-13 22:41:48 +000012835 Res.first = X86::ST0+Constraint[4]-'0';
12836 Res.second = X86::RFP80RegisterClass;
12837 return Res;
12838 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000012839
Chris Lattner56d77c72009-09-13 22:41:48 +000012840 // GCC allows "st(0)" to be called just plain "st".
Benjamin Kramer05872ea2009-11-12 20:36:59 +000012841 if (StringRef("{st}").equals_lower(Constraint)) {
Chris Lattner1a60aa72006-10-31 19:42:44 +000012842 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +000012843 Res.second = X86::RFP80RegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000012844 return Res;
Chris Lattner1a60aa72006-10-31 19:42:44 +000012845 }
Chris Lattner56d77c72009-09-13 22:41:48 +000012846
12847 // flags -> EFLAGS
Benjamin Kramer05872ea2009-11-12 20:36:59 +000012848 if (StringRef("{flags}").equals_lower(Constraint)) {
Chris Lattner56d77c72009-09-13 22:41:48 +000012849 Res.first = X86::EFLAGS;
12850 Res.second = X86::CCRRegisterClass;
12851 return Res;
12852 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000012853
Dale Johannesen330169f2008-11-13 21:52:36 +000012854 // 'A' means EAX + EDX.
12855 if (Constraint == "A") {
12856 Res.first = X86::EAX;
Dan Gohman68a31c22009-07-30 17:02:08 +000012857 Res.second = X86::GR32_ADRegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000012858 return Res;
Dale Johannesen330169f2008-11-13 21:52:36 +000012859 }
Chris Lattner1a60aa72006-10-31 19:42:44 +000012860 return Res;
12861 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012862
Chris Lattnerf76d1802006-07-31 23:26:50 +000012863 // Otherwise, check to see if this is a register class of the wrong value
12864 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
12865 // turn into {ax},{dx}.
12866 if (Res.second->hasType(VT))
12867 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012868
Chris Lattnerf76d1802006-07-31 23:26:50 +000012869 // All of the single-register GCC register classes map their values onto
12870 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
12871 // really want an 8-bit or 32-bit register, map to the appropriate register
12872 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +000012873 if (Res.second == X86::GR16RegisterClass) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012874 if (VT == MVT::i8) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000012875 unsigned DestReg = 0;
12876 switch (Res.first) {
12877 default: break;
12878 case X86::AX: DestReg = X86::AL; break;
12879 case X86::DX: DestReg = X86::DL; break;
12880 case X86::CX: DestReg = X86::CL; break;
12881 case X86::BX: DestReg = X86::BL; break;
12882 }
12883 if (DestReg) {
12884 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000012885 Res.second = X86::GR8RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000012886 }
Owen Anderson825b72b2009-08-11 20:47:22 +000012887 } else if (VT == MVT::i32) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000012888 unsigned DestReg = 0;
12889 switch (Res.first) {
12890 default: break;
12891 case X86::AX: DestReg = X86::EAX; break;
12892 case X86::DX: DestReg = X86::EDX; break;
12893 case X86::CX: DestReg = X86::ECX; break;
12894 case X86::BX: DestReg = X86::EBX; break;
12895 case X86::SI: DestReg = X86::ESI; break;
12896 case X86::DI: DestReg = X86::EDI; break;
12897 case X86::BP: DestReg = X86::EBP; break;
12898 case X86::SP: DestReg = X86::ESP; break;
12899 }
12900 if (DestReg) {
12901 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000012902 Res.second = X86::GR32RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000012903 }
Owen Anderson825b72b2009-08-11 20:47:22 +000012904 } else if (VT == MVT::i64) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000012905 unsigned DestReg = 0;
12906 switch (Res.first) {
12907 default: break;
12908 case X86::AX: DestReg = X86::RAX; break;
12909 case X86::DX: DestReg = X86::RDX; break;
12910 case X86::CX: DestReg = X86::RCX; break;
12911 case X86::BX: DestReg = X86::RBX; break;
12912 case X86::SI: DestReg = X86::RSI; break;
12913 case X86::DI: DestReg = X86::RDI; break;
12914 case X86::BP: DestReg = X86::RBP; break;
12915 case X86::SP: DestReg = X86::RSP; break;
12916 }
12917 if (DestReg) {
12918 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000012919 Res.second = X86::GR64RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000012920 }
Chris Lattnerf76d1802006-07-31 23:26:50 +000012921 }
Chris Lattner6ba50a92008-08-26 06:19:02 +000012922 } else if (Res.second == X86::FR32RegisterClass ||
12923 Res.second == X86::FR64RegisterClass ||
12924 Res.second == X86::VR128RegisterClass) {
12925 // Handle references to XMM physical registers that got mapped into the
12926 // wrong class. This can happen with constraints like {xmm0} where the
12927 // target independent register mapper will just pick the first match it can
12928 // find, ignoring the required type.
Owen Anderson825b72b2009-08-11 20:47:22 +000012929 if (VT == MVT::f32)
Chris Lattner6ba50a92008-08-26 06:19:02 +000012930 Res.second = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +000012931 else if (VT == MVT::f64)
Chris Lattner6ba50a92008-08-26 06:19:02 +000012932 Res.second = X86::FR64RegisterClass;
12933 else if (X86::VR128RegisterClass->hasType(VT))
12934 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +000012935 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000012936
Chris Lattnerf76d1802006-07-31 23:26:50 +000012937 return Res;
12938}