blob: 793770aa50ae0486a1ad5b2b36dc5d63af095177 [file] [log] [blame]
Arnold Schwaighofer92226dd2007-10-12 21:53:12 +00001//===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002//
3// The LLVM Compiler Infrastructure
4//
Chris Lattner4ee451d2007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007//
8//===----------------------------------------------------------------------===//
9//
10// This file defines the interfaces that X86 uses to lower LLVM code into a
11// selection DAG.
12//
13//===----------------------------------------------------------------------===//
14
Evan Chengb1712452010-01-27 06:25:16 +000015#define DEBUG_TYPE "x86-isel"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000016#include "X86.h"
Evan Cheng0cc39452006-01-16 21:21:29 +000017#include "X86InstrBuilder.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000018#include "X86ISelLowering.h"
19#include "X86TargetMachine.h"
Chris Lattner8c6ed052009-09-16 01:46:41 +000020#include "X86TargetObjectFile.h"
David Greene583b68f2011-02-17 19:18:59 +000021#include "Utils/X86ShuffleDecode.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000022#include "llvm/CallingConv.h"
Evan Cheng223547a2006-01-31 22:28:30 +000023#include "llvm/Constants.h"
Evan Cheng347d5f72006-04-28 21:29:37 +000024#include "llvm/DerivedTypes.h"
Chris Lattnerb903bed2009-06-26 21:20:29 +000025#include "llvm/GlobalAlias.h"
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +000026#include "llvm/GlobalVariable.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000027#include "llvm/Function.h"
Chris Lattnerb8105652009-07-20 17:51:36 +000028#include "llvm/Instructions.h"
Evan Cheng6be2c582006-04-05 23:38:46 +000029#include "llvm/Intrinsics.h"
Owen Andersona90b3dc2009-07-15 21:51:10 +000030#include "llvm/LLVMContext.h"
Evan Cheng55d42002011-01-08 01:24:27 +000031#include "llvm/CodeGen/IntrinsicLowering.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000032#include "llvm/CodeGen/MachineFrameInfo.h"
Evan Cheng4a460802006-01-11 00:33:36 +000033#include "llvm/CodeGen/MachineFunction.h"
34#include "llvm/CodeGen/MachineInstrBuilder.h"
Chris Lattner5e1df8d2010-01-25 23:38:14 +000035#include "llvm/CodeGen/MachineJumpTableInfo.h"
Evan Chenga844bde2008-02-02 04:07:54 +000036#include "llvm/CodeGen/MachineModuleInfo.h"
Chris Lattner84bc5422007-12-31 04:13:23 +000037#include "llvm/CodeGen/MachineRegisterInfo.h"
Dan Gohman69de1932008-02-06 22:27:42 +000038#include "llvm/CodeGen/PseudoSourceValue.h"
Chris Lattner589c6f62010-01-26 06:28:43 +000039#include "llvm/MC/MCAsmInfo.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000040#include "llvm/MC/MCContext.h"
Daniel Dunbar4e815f82010-03-15 23:51:06 +000041#include "llvm/MC/MCExpr.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000042#include "llvm/MC/MCSymbol.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000043#include "llvm/ADT/BitVector.h"
Evan Cheng14b32e12007-12-11 01:46:18 +000044#include "llvm/ADT/SmallSet.h"
Evan Chengb1712452010-01-27 06:25:16 +000045#include "llvm/ADT/Statistic.h"
Chris Lattner1a60aa72006-10-31 19:42:44 +000046#include "llvm/ADT/StringExtras.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000047#include "llvm/ADT/VectorExtras.h"
Evan Cheng485fafc2011-03-21 01:19:09 +000048#include "llvm/Support/CallSite.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000049#include "llvm/Support/Debug.h"
Bill Wendlingec041eb2010-03-12 19:20:40 +000050#include "llvm/Support/Dwarf.h"
Chris Lattnerc64daab2010-01-26 05:02:42 +000051#include "llvm/Support/ErrorHandling.h"
52#include "llvm/Support/MathExtras.h"
Torok Edwindac237e2009-07-08 20:53:28 +000053#include "llvm/Support/raw_ostream.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000054using namespace llvm;
Bill Wendlingec041eb2010-03-12 19:20:40 +000055using namespace dwarf;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000056
Evan Chengb1712452010-01-27 06:25:16 +000057STATISTIC(NumTailCalls, "Number of tail calls");
58
Evan Cheng10e86422008-04-25 19:11:04 +000059// Forward declarations.
Owen Andersone50ed302009-08-10 22:56:29 +000060static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +000061 SDValue V2);
Evan Cheng10e86422008-04-25 19:11:04 +000062
David Greenea5f26012011-02-07 19:36:54 +000063static SDValue Insert128BitVector(SDValue Result,
64 SDValue Vec,
65 SDValue Idx,
66 SelectionDAG &DAG,
67 DebugLoc dl);
David Greenef125a292011-02-08 19:04:41 +000068
David Greenea5f26012011-02-07 19:36:54 +000069static SDValue Extract128BitVector(SDValue Vec,
70 SDValue Idx,
71 SelectionDAG &DAG,
72 DebugLoc dl);
73
74/// Generate a DAG to grab 128-bits from a vector > 128 bits. This
75/// sets things up to match to an AVX VEXTRACTF128 instruction or a
David Greene74a579d2011-02-10 16:57:36 +000076/// simple subregister reference. Idx is an index in the 128 bits we
77/// want. It need not be aligned to a 128-bit bounday. That makes
78/// lowering EXTRACT_VECTOR_ELT operations easier.
David Greenea5f26012011-02-07 19:36:54 +000079static SDValue Extract128BitVector(SDValue Vec,
80 SDValue Idx,
81 SelectionDAG &DAG,
82 DebugLoc dl) {
83 EVT VT = Vec.getValueType();
84 assert(VT.getSizeInBits() == 256 && "Unexpected vector size!");
David Greenea5f26012011-02-07 19:36:54 +000085 EVT ElVT = VT.getVectorElementType();
Bruno Cardoso Lopes67727ca2011-07-21 01:55:27 +000086 int Factor = VT.getSizeInBits()/128;
87 EVT ResultVT = EVT::getVectorVT(*DAG.getContext(), ElVT,
88 VT.getVectorNumElements()/Factor);
David Greenea5f26012011-02-07 19:36:54 +000089
90 // Extract from UNDEF is UNDEF.
91 if (Vec.getOpcode() == ISD::UNDEF)
92 return DAG.getNode(ISD::UNDEF, dl, ResultVT);
93
94 if (isa<ConstantSDNode>(Idx)) {
95 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
96
97 // Extract the relevant 128 bits. Generate an EXTRACT_SUBVECTOR
98 // we can match to VEXTRACTF128.
99 unsigned ElemsPerChunk = 128 / ElVT.getSizeInBits();
100
101 // This is the index of the first element of the 128-bit chunk
102 // we want.
103 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
104 * ElemsPerChunk);
105
106 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32);
David Greenea5f26012011-02-07 19:36:54 +0000107 SDValue Result = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec,
108 VecIdx);
109
110 return Result;
111 }
112
113 return SDValue();
114}
115
116/// Generate a DAG to put 128-bits into a vector > 128 bits. This
117/// sets things up to match to an AVX VINSERTF128 instruction or a
David Greene6b381262011-02-09 15:32:06 +0000118/// simple superregister reference. Idx is an index in the 128 bits
119/// we want. It need not be aligned to a 128-bit bounday. That makes
120/// lowering INSERT_VECTOR_ELT operations easier.
David Greenea5f26012011-02-07 19:36:54 +0000121static SDValue Insert128BitVector(SDValue Result,
122 SDValue Vec,
123 SDValue Idx,
124 SelectionDAG &DAG,
125 DebugLoc dl) {
126 if (isa<ConstantSDNode>(Idx)) {
127 EVT VT = Vec.getValueType();
128 assert(VT.getSizeInBits() == 128 && "Unexpected vector size!");
129
130 EVT ElVT = VT.getVectorElementType();
David Greenea5f26012011-02-07 19:36:54 +0000131 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
David Greenea5f26012011-02-07 19:36:54 +0000132 EVT ResultVT = Result.getValueType();
133
134 // Insert the relevant 128 bits.
Bruno Cardoso Lopes67727ca2011-07-21 01:55:27 +0000135 unsigned ElemsPerChunk = 128/ElVT.getSizeInBits();
David Greenea5f26012011-02-07 19:36:54 +0000136
137 // This is the index of the first element of the 128-bit chunk
138 // we want.
Bruno Cardoso Lopes67727ca2011-07-21 01:55:27 +0000139 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/128)
David Greenea5f26012011-02-07 19:36:54 +0000140 * ElemsPerChunk);
141
142 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32);
David Greenea5f26012011-02-07 19:36:54 +0000143 Result = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec,
144 VecIdx);
145 return Result;
146 }
147
148 return SDValue();
149}
150
Chris Lattnerf0144122009-07-28 03:13:23 +0000151static TargetLoweringObjectFile *createTLOF(X86TargetMachine &TM) {
Evan Cheng2bffee22011-02-01 01:14:13 +0000152 const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
153 bool is64Bit = Subtarget->is64Bit();
NAKAMURA Takumi27635382011-02-05 15:10:54 +0000154
Evan Cheng2bffee22011-02-01 01:14:13 +0000155 if (Subtarget->isTargetEnvMacho()) {
Chris Lattnere019ec12010-12-19 20:07:10 +0000156 if (is64Bit)
157 return new X8664_MachoTargetObjectFile();
Anton Korobeynikov293d5922010-02-21 20:28:15 +0000158 return new TargetLoweringObjectFileMachO();
Michael J. Spencerec38de22010-10-10 22:04:20 +0000159 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000160
Evan Cheng203576a2011-07-20 19:50:42 +0000161 if (Subtarget->isTargetELF())
162 return new TargetLoweringObjectFileELF();
Evan Cheng2bffee22011-02-01 01:14:13 +0000163 if (Subtarget->isTargetCOFF() && !Subtarget->isTargetEnvMacho())
Chris Lattnere019ec12010-12-19 20:07:10 +0000164 return new TargetLoweringObjectFileCOFF();
Eric Christopher62f35a22010-07-05 19:26:33 +0000165 llvm_unreachable("unknown subtarget type");
Chris Lattnerf0144122009-07-28 03:13:23 +0000166}
167
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +0000168X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
Chris Lattnerf0144122009-07-28 03:13:23 +0000169 : TargetLowering(TM, createTLOF(TM)) {
Evan Cheng559806f2006-01-27 08:10:46 +0000170 Subtarget = &TM.getSubtarget<X86Subtarget>();
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000171 X86ScalarSSEf64 = Subtarget->hasXMMInt();
172 X86ScalarSSEf32 = Subtarget->hasXMM();
Evan Cheng25ab6902006-09-08 06:48:29 +0000173 X86StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000174
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000175 RegInfo = TM.getRegisterInfo();
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000176 TD = getTargetData();
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000177
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000178 // Set up the TargetLowering object.
Chris Lattnera34b3cf2010-12-19 20:03:11 +0000179 static MVT IntVTs[] = { MVT::i8, MVT::i16, MVT::i32, MVT::i64 };
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000180
181 // X86 is weird, it always uses i8 for shift amounts and setcc results.
Duncan Sands03228082008-11-23 15:47:28 +0000182 setBooleanContents(ZeroOrOneBooleanContent);
Eric Christopher471e4222011-06-08 23:55:35 +0000183
Eric Christopherde5e1012011-03-11 01:05:58 +0000184 // For 64-bit since we have so many registers use the ILP scheduler, for
185 // 32-bit code use the register pressure specific scheduling.
186 if (Subtarget->is64Bit())
187 setSchedulingPreference(Sched::ILP);
188 else
189 setSchedulingPreference(Sched::RegPressure);
Evan Cheng25ab6902006-09-08 06:48:29 +0000190 setStackPointerRegisterToSaveRestore(X86StackPtr);
Evan Cheng714554d2006-03-16 21:47:42 +0000191
Michael J. Spencer92bf38c2010-10-10 23:11:06 +0000192 if (Subtarget->isTargetWindows() && !Subtarget->isTargetCygMing()) {
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000193 // Setup Windows compiler runtime calls.
194 setLibcallName(RTLIB::SDIV_I64, "_alldiv");
Michael J. Spencer335b8062010-10-11 05:29:15 +0000195 setLibcallName(RTLIB::UDIV_I64, "_aulldiv");
Julien Lerougef2960822011-07-08 21:40:25 +0000196 setLibcallName(RTLIB::SREM_I64, "_allrem");
197 setLibcallName(RTLIB::UREM_I64, "_aullrem");
198 setLibcallName(RTLIB::MUL_I64, "_allmul");
Michael J. Spencer335b8062010-10-11 05:29:15 +0000199 setLibcallName(RTLIB::FPTOUINT_F64_I64, "_ftol2");
Michael J. Spencer94f7eeb2010-10-19 07:32:52 +0000200 setLibcallName(RTLIB::FPTOUINT_F32_I64, "_ftol2");
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000201 setLibcallCallingConv(RTLIB::SDIV_I64, CallingConv::X86_StdCall);
Michael J. Spencer335b8062010-10-11 05:29:15 +0000202 setLibcallCallingConv(RTLIB::UDIV_I64, CallingConv::X86_StdCall);
Julien Lerougef2960822011-07-08 21:40:25 +0000203 setLibcallCallingConv(RTLIB::SREM_I64, CallingConv::X86_StdCall);
204 setLibcallCallingConv(RTLIB::UREM_I64, CallingConv::X86_StdCall);
205 setLibcallCallingConv(RTLIB::MUL_I64, CallingConv::X86_StdCall);
Michael J. Spencer6dad10e2010-10-27 18:52:38 +0000206 setLibcallCallingConv(RTLIB::FPTOUINT_F64_I64, CallingConv::C);
207 setLibcallCallingConv(RTLIB::FPTOUINT_F32_I64, CallingConv::C);
Michael J. Spencer1802a9f2010-10-10 22:04:34 +0000208 }
209
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000210 if (Subtarget->isTargetDarwin()) {
Evan Chengdf57fa02006-03-17 20:31:41 +0000211 // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000212 setUseUnderscoreSetJmp(false);
213 setUseUnderscoreLongJmp(false);
Anton Korobeynikov317848f2007-01-03 11:43:14 +0000214 } else if (Subtarget->isTargetMingw()) {
Anton Korobeynikovd27a2582006-12-10 23:12:42 +0000215 // MS runtime is weird: it exports _setjmp, but longjmp!
216 setUseUnderscoreSetJmp(true);
217 setUseUnderscoreLongJmp(false);
218 } else {
219 setUseUnderscoreSetJmp(true);
220 setUseUnderscoreLongJmp(true);
221 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000222
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000223 // Set up the register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000224 addRegisterClass(MVT::i8, X86::GR8RegisterClass);
Dan Gohman71edb242010-04-30 18:30:26 +0000225 addRegisterClass(MVT::i16, X86::GR16RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +0000226 addRegisterClass(MVT::i32, X86::GR32RegisterClass);
Evan Cheng25ab6902006-09-08 06:48:29 +0000227 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000228 addRegisterClass(MVT::i64, X86::GR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000229
Owen Anderson825b72b2009-08-11 20:47:22 +0000230 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
Evan Chengc5484282006-10-04 00:56:09 +0000231
Scott Michelfdc40a02009-02-17 22:15:04 +0000232 // We don't accept any truncstore of integer registers.
Owen Anderson825b72b2009-08-11 20:47:22 +0000233 setTruncStoreAction(MVT::i64, MVT::i32, Expand);
Dan Gohman71edb242010-04-30 18:30:26 +0000234 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000235 setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
Dan Gohman71edb242010-04-30 18:30:26 +0000236 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000237 setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
238 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
Evan Cheng7f042682008-10-15 02:05:31 +0000239
240 // SETOEQ and SETUNE require checking two conditions.
Owen Anderson825b72b2009-08-11 20:47:22 +0000241 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
242 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
243 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
244 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
245 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
246 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
Chris Lattnerddf89562008-01-17 19:59:44 +0000247
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000248 // Promote all UINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have this
249 // operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000250 setOperationAction(ISD::UINT_TO_FP , MVT::i1 , Promote);
251 setOperationAction(ISD::UINT_TO_FP , MVT::i8 , Promote);
252 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote);
Evan Cheng6892f282006-01-17 02:32:49 +0000253
Evan Cheng25ab6902006-09-08 06:48:29 +0000254 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000255 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
256 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Expand);
Eli Friedman948e95a2009-05-23 09:59:16 +0000257 } else if (!UseSoftFloat) {
Dale Johannesen8d908eb2010-05-15 18:51:12 +0000258 // We have an algorithm for SSE2->double, and we turn this into a
259 // 64-bit FILD followed by conditional FADD for other targets.
260 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
Eli Friedman948e95a2009-05-23 09:59:16 +0000261 // We have an algorithm for SSE2, and we turn this into a 64-bit
262 // FILD for other targets.
Dale Johannesen8d908eb2010-05-15 18:51:12 +0000263 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000264 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000265
266 // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
267 // this operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000268 setOperationAction(ISD::SINT_TO_FP , MVT::i1 , Promote);
269 setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000270
Devang Patel6a784892009-06-05 18:48:29 +0000271 if (!UseSoftFloat) {
Bill Wendling105be5a2009-03-13 08:41:47 +0000272 // SSE has no i16 to fp conversion, only i32
273 if (X86ScalarSSEf32) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000274 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000275 // f32 and f64 cases are Legal, f80 case is not
Owen Anderson825b72b2009-08-11 20:47:22 +0000276 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000277 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000278 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
279 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000280 }
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000281 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000282 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
283 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Promote);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000284 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000285
Dale Johannesen73328d12007-09-19 23:55:34 +0000286 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
287 // are Legal, f80 is custom lowered.
Owen Anderson825b72b2009-08-11 20:47:22 +0000288 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
289 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
Evan Cheng6dab0532006-01-30 08:02:57 +0000290
Evan Cheng02568ff2006-01-30 22:13:22 +0000291 // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
292 // this operation.
Owen Anderson825b72b2009-08-11 20:47:22 +0000293 setOperationAction(ISD::FP_TO_SINT , MVT::i1 , Promote);
294 setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
Evan Cheng02568ff2006-01-30 22:13:22 +0000295
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000296 if (X86ScalarSSEf32) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000297 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Promote);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000298 // f32 and f64 cases are Legal, f80 case is not
Owen Anderson825b72b2009-08-11 20:47:22 +0000299 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000300 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000301 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom);
302 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000303 }
304
305 // Handle FP_TO_UINT by promoting the destination to a larger signed
306 // conversion.
Owen Anderson825b72b2009-08-11 20:47:22 +0000307 setOperationAction(ISD::FP_TO_UINT , MVT::i1 , Promote);
308 setOperationAction(ISD::FP_TO_UINT , MVT::i8 , Promote);
309 setOperationAction(ISD::FP_TO_UINT , MVT::i16 , Promote);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000310
Evan Cheng25ab6902006-09-08 06:48:29 +0000311 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000312 setOperationAction(ISD::FP_TO_UINT , MVT::i64 , Expand);
313 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
Eli Friedman948e95a2009-05-23 09:59:16 +0000314 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000315 if (X86ScalarSSEf32 && !Subtarget->hasSSE3())
Evan Cheng25ab6902006-09-08 06:48:29 +0000316 // Expand FP_TO_UINT into a select.
317 // FIXME: We would like to use a Custom expander here eventually to do
318 // the optimal thing for SSE vs. the default expansion in the legalizer.
Owen Anderson825b72b2009-08-11 20:47:22 +0000319 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000320 else
Eli Friedman948e95a2009-05-23 09:59:16 +0000321 // With SSE3 we can use fisttpll to convert to a signed i64; without
322 // SSE, we're stuck with a fistpll.
Owen Anderson825b72b2009-08-11 20:47:22 +0000323 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000324 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000325
Chris Lattner399610a2006-12-05 18:22:22 +0000326 // TODO: when we have SSE, these could be more efficient, by using movd/movq.
Michael J. Spencerec38de22010-10-10 22:04:20 +0000327 if (!X86ScalarSSEf64) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000328 setOperationAction(ISD::BITCAST , MVT::f32 , Expand);
329 setOperationAction(ISD::BITCAST , MVT::i32 , Expand);
Dale Johannesene39859a2010-05-21 18:40:15 +0000330 if (Subtarget->is64Bit()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000331 setOperationAction(ISD::BITCAST , MVT::f64 , Expand);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000332 // Without SSE, i64->f64 goes through memory.
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000333 setOperationAction(ISD::BITCAST , MVT::i64 , Expand);
Dale Johannesen7d07b482010-05-21 00:52:33 +0000334 }
Chris Lattnerf3597a12006-12-05 18:45:06 +0000335 }
Chris Lattner21f66852005-12-23 05:15:23 +0000336
Dan Gohmanb00ee212008-02-18 19:34:53 +0000337 // Scalar integer divide and remainder are lowered to use operations that
338 // produce two results, to match the available instructions. This exposes
339 // the two-result form to trivial CSE, which is able to combine x/y and x%y
340 // into a single instruction.
341 //
342 // Scalar integer multiply-high is also lowered to use two-result
343 // operations, to match the available instructions. However, plain multiply
344 // (low) operations are left as Legal, as there are single-result
345 // instructions for this in x86. Using the two-result multiply instructions
346 // when both high and low results are needed must be arranged by dagcombine.
Chris Lattnere019ec12010-12-19 20:07:10 +0000347 for (unsigned i = 0, e = 4; i != e; ++i) {
348 MVT VT = IntVTs[i];
349 setOperationAction(ISD::MULHS, VT, Expand);
350 setOperationAction(ISD::MULHU, VT, Expand);
351 setOperationAction(ISD::SDIV, VT, Expand);
352 setOperationAction(ISD::UDIV, VT, Expand);
353 setOperationAction(ISD::SREM, VT, Expand);
354 setOperationAction(ISD::UREM, VT, Expand);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000355
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +0000356 // Add/Sub overflow ops with MVT::Glues are lowered to EFLAGS dependences.
Chris Lattnerd8ff7ec2010-12-20 01:03:27 +0000357 setOperationAction(ISD::ADDC, VT, Custom);
358 setOperationAction(ISD::ADDE, VT, Custom);
359 setOperationAction(ISD::SUBC, VT, Custom);
360 setOperationAction(ISD::SUBE, VT, Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000361 }
Dan Gohmana37c9f72007-09-25 18:23:27 +0000362
Owen Anderson825b72b2009-08-11 20:47:22 +0000363 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
364 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
365 setOperationAction(ISD::BR_CC , MVT::Other, Expand);
366 setOperationAction(ISD::SELECT_CC , MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000367 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000368 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
369 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal);
370 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
371 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
372 setOperationAction(ISD::FP_ROUND_INREG , MVT::f32 , Expand);
373 setOperationAction(ISD::FREM , MVT::f32 , Expand);
374 setOperationAction(ISD::FREM , MVT::f64 , Expand);
375 setOperationAction(ISD::FREM , MVT::f80 , Expand);
376 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000377
Owen Anderson825b72b2009-08-11 20:47:22 +0000378 setOperationAction(ISD::CTTZ , MVT::i8 , Custom);
379 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
Dan Gohman71edb242010-04-30 18:30:26 +0000380 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
381 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000382 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
383 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000384 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000385 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
386 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000387 }
388
Benjamin Kramer1292c222010-12-04 20:32:23 +0000389 if (Subtarget->hasPOPCNT()) {
390 setOperationAction(ISD::CTPOP , MVT::i8 , Promote);
391 } else {
392 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
393 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
394 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
395 if (Subtarget->is64Bit())
396 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
397 }
398
Owen Anderson825b72b2009-08-11 20:47:22 +0000399 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
400 setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
Nate Begeman35ef9132006-01-11 21:21:00 +0000401
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000402 // These should be promoted to a larger select which is supported.
Dan Gohmancbbea0f2009-08-27 00:14:12 +0000403 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000404 // X86 wants to expand cmov itself.
Dan Gohmancbbea0f2009-08-27 00:14:12 +0000405 setOperationAction(ISD::SELECT , MVT::i8 , Custom);
Chris Lattnere019ec12010-12-19 20:07:10 +0000406 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000407 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
408 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
409 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
410 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
411 setOperationAction(ISD::SETCC , MVT::i8 , Custom);
Dan Gohman71edb242010-04-30 18:30:26 +0000412 setOperationAction(ISD::SETCC , MVT::i16 , Custom);
Owen Anderson825b72b2009-08-11 20:47:22 +0000413 setOperationAction(ISD::SETCC , MVT::i32 , Custom);
414 setOperationAction(ISD::SETCC , MVT::f32 , Custom);
415 setOperationAction(ISD::SETCC , MVT::f64 , Custom);
416 setOperationAction(ISD::SETCC , MVT::f80 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000417 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000418 setOperationAction(ISD::SELECT , MVT::i64 , Custom);
Andrew Trickf6c39412011-03-23 23:11:02 +0000419 setOperationAction(ISD::SETCC , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000420 }
Owen Anderson825b72b2009-08-11 20:47:22 +0000421 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000422
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000423 // Darwin ABI issue.
Owen Anderson825b72b2009-08-11 20:47:22 +0000424 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
425 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
426 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
427 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +0000428 if (Subtarget->is64Bit())
Owen Anderson825b72b2009-08-11 20:47:22 +0000429 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
430 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
Dan Gohmanf705adb2009-10-30 01:28:02 +0000431 setOperationAction(ISD::BlockAddress , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000432 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000433 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
434 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
435 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
436 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
Dan Gohmanf705adb2009-10-30 01:28:02 +0000437 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000438 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000439 // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
Owen Anderson825b72b2009-08-11 20:47:22 +0000440 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
441 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
442 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000443 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000444 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
445 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
446 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000447 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000448
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000449 if (Subtarget->hasXMM())
Owen Anderson825b72b2009-08-11 20:47:22 +0000450 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
Evan Cheng27b7db52008-03-08 00:58:38 +0000451
Eric Christopher9a9d2752010-07-22 02:48:34 +0000452 // We may not have a libcall for MEMBARRIER so we should lower this.
453 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
Michael J. Spencerec38de22010-10-10 22:04:20 +0000454
Jim Grosbachf1ab49e2010-06-23 16:25:07 +0000455 // On X86 and X86-64, atomic operations are lowered to locked instructions.
456 // Locked instructions, in turn, have implicit fence semantics (all memory
457 // operations are flushed before issuing the locked instruction, and they
458 // are not buffered), so we can fold away the common pattern of
459 // fence-atomic-fence.
460 setShouldFoldAtomicFences(true);
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000461
Mon P Wang63307c32008-05-05 19:05:59 +0000462 // Expand certain atomics
Chris Lattnere019ec12010-12-19 20:07:10 +0000463 for (unsigned i = 0, e = 4; i != e; ++i) {
464 MVT VT = IntVTs[i];
465 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Custom);
466 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
467 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +0000468
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000469 if (!Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000470 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i64, Custom);
471 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
472 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i64, Custom);
473 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, Custom);
474 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom);
475 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i64, Custom);
476 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Custom);
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000477 }
478
Evan Cheng3c992d22006-03-07 02:02:57 +0000479 // FIXME - use subtarget debug flags
Anton Korobeynikovab4022f2006-10-31 08:31:24 +0000480 if (!Subtarget->isTargetDarwin() &&
481 !Subtarget->isTargetELF() &&
Dan Gohman44066042008-07-01 00:05:16 +0000482 !Subtarget->isTargetCygMing()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000483 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
Dan Gohman44066042008-07-01 00:05:16 +0000484 }
Chris Lattnerf73bae12005-11-29 06:16:21 +0000485
Owen Anderson825b72b2009-08-11 20:47:22 +0000486 setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
487 setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
488 setOperationAction(ISD::EXCEPTIONADDR, MVT::i32, Expand);
489 setOperationAction(ISD::EHSELECTION, MVT::i32, Expand);
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000490 if (Subtarget->is64Bit()) {
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000491 setExceptionPointerRegister(X86::RAX);
492 setExceptionSelectorRegister(X86::RDX);
493 } else {
494 setExceptionPointerRegister(X86::EAX);
495 setExceptionSelectorRegister(X86::EDX);
496 }
Owen Anderson825b72b2009-08-11 20:47:22 +0000497 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
498 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i64, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000499
Owen Anderson825b72b2009-08-11 20:47:22 +0000500 setOperationAction(ISD::TRAMPOLINE, MVT::Other, Custom);
Duncan Sandsb116fac2007-07-27 20:02:49 +0000501
Owen Anderson825b72b2009-08-11 20:47:22 +0000502 setOperationAction(ISD::TRAP, MVT::Other, Legal);
Anton Korobeynikov66fac792008-01-15 07:02:33 +0000503
Nate Begemanacc398c2006-01-25 18:21:52 +0000504 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
Owen Anderson825b72b2009-08-11 20:47:22 +0000505 setOperationAction(ISD::VASTART , MVT::Other, Custom);
506 setOperationAction(ISD::VAEND , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000507 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000508 setOperationAction(ISD::VAARG , MVT::Other, Custom);
509 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
Dan Gohman9018e832008-05-10 01:26:14 +0000510 } else {
Owen Anderson825b72b2009-08-11 20:47:22 +0000511 setOperationAction(ISD::VAARG , MVT::Other, Expand);
512 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000513 }
Evan Chengae642192007-03-02 23:16:35 +0000514
Owen Anderson825b72b2009-08-11 20:47:22 +0000515 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
516 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
NAKAMURA Takumia2e07622011-03-24 07:07:00 +0000517 setOperationAction(ISD::DYNAMIC_STACKALLOC,
518 (Subtarget->is64Bit() ? MVT::i64 : MVT::i32),
519 (Subtarget->isTargetCOFF()
520 && !Subtarget->isTargetEnvMacho()
521 ? Custom : Expand));
Chris Lattnerb99329e2006-01-13 02:42:53 +0000522
Evan Chengc7ce29b2009-02-13 22:36:38 +0000523 if (!UseSoftFloat && X86ScalarSSEf64) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000524 // f32 and f64 use SSE.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000525 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000526 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
527 addRegisterClass(MVT::f64, X86::FR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000528
Evan Cheng223547a2006-01-31 22:28:30 +0000529 // Use ANDPD to simulate FABS.
Owen Anderson825b72b2009-08-11 20:47:22 +0000530 setOperationAction(ISD::FABS , MVT::f64, Custom);
531 setOperationAction(ISD::FABS , MVT::f32, Custom);
Evan Cheng223547a2006-01-31 22:28:30 +0000532
533 // Use XORP to simulate FNEG.
Owen Anderson825b72b2009-08-11 20:47:22 +0000534 setOperationAction(ISD::FNEG , MVT::f64, Custom);
535 setOperationAction(ISD::FNEG , MVT::f32, Custom);
Evan Cheng223547a2006-01-31 22:28:30 +0000536
Evan Cheng68c47cb2007-01-05 07:55:56 +0000537 // Use ANDPD and ORPD to simulate FCOPYSIGN.
Owen Anderson825b72b2009-08-11 20:47:22 +0000538 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
539 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
Evan Cheng68c47cb2007-01-05 07:55:56 +0000540
Stuart Hastings4fd0dee2011-06-01 04:39:42 +0000541 // Lower this to FGETSIGNx86 plus an AND.
542 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
543 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
544
Evan Chengd25e9e82006-02-02 00:28:23 +0000545 // We don't support sin/cos/fmod
Owen Anderson825b72b2009-08-11 20:47:22 +0000546 setOperationAction(ISD::FSIN , MVT::f64, Expand);
547 setOperationAction(ISD::FCOS , MVT::f64, Expand);
548 setOperationAction(ISD::FSIN , MVT::f32, Expand);
549 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000550
Chris Lattnera54aa942006-01-29 06:26:08 +0000551 // Expand FP immediates into loads from the stack, except for the special
552 // cases we handle.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000553 addLegalFPImmediate(APFloat(+0.0)); // xorpd
554 addLegalFPImmediate(APFloat(+0.0f)); // xorps
Evan Chengc7ce29b2009-02-13 22:36:38 +0000555 } else if (!UseSoftFloat && X86ScalarSSEf32) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000556 // Use SSE for f32, x87 for f64.
557 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000558 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
559 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000560
561 // Use ANDPS to simulate FABS.
Owen Anderson825b72b2009-08-11 20:47:22 +0000562 setOperationAction(ISD::FABS , MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000563
564 // Use XORP to simulate FNEG.
Owen Anderson825b72b2009-08-11 20:47:22 +0000565 setOperationAction(ISD::FNEG , MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000566
Owen Anderson825b72b2009-08-11 20:47:22 +0000567 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000568
569 // Use ANDPS and ORPS to simulate FCOPYSIGN.
Owen Anderson825b72b2009-08-11 20:47:22 +0000570 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
571 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000572
573 // We don't support sin/cos/fmod
Owen Anderson825b72b2009-08-11 20:47:22 +0000574 setOperationAction(ISD::FSIN , MVT::f32, Expand);
575 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000576
Nate Begemane1795842008-02-14 08:57:00 +0000577 // Special cases we handle for FP constants.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000578 addLegalFPImmediate(APFloat(+0.0f)); // xorps
579 addLegalFPImmediate(APFloat(+0.0)); // FLD0
580 addLegalFPImmediate(APFloat(+1.0)); // FLD1
581 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
582 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
583
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000584 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000585 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
586 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000587 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000588 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000589 // f32 and f64 in x87.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000590 // Set up the FP register classes.
Owen Anderson825b72b2009-08-11 20:47:22 +0000591 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
592 addRegisterClass(MVT::f32, X86::RFP32RegisterClass);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000593
Owen Anderson825b72b2009-08-11 20:47:22 +0000594 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
595 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
596 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
597 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
Dale Johannesen5411a392007-08-09 01:04:01 +0000598
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000599 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000600 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
601 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000602 }
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000603 addLegalFPImmediate(APFloat(+0.0)); // FLD0
604 addLegalFPImmediate(APFloat(+1.0)); // FLD1
605 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
606 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000607 addLegalFPImmediate(APFloat(+0.0f)); // FLD0
608 addLegalFPImmediate(APFloat(+1.0f)); // FLD1
609 addLegalFPImmediate(APFloat(-0.0f)); // FLD0/FCHS
610 addLegalFPImmediate(APFloat(-1.0f)); // FLD1/FCHS
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000611 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000612
Cameron Zwarich33390842011-07-08 21:39:21 +0000613 // We don't support FMA.
614 setOperationAction(ISD::FMA, MVT::f64, Expand);
615 setOperationAction(ISD::FMA, MVT::f32, Expand);
616
Dale Johannesen59a58732007-08-05 18:49:15 +0000617 // Long double always uses X87.
Evan Cheng92722532009-03-26 23:06:32 +0000618 if (!UseSoftFloat) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000619 addRegisterClass(MVT::f80, X86::RFP80RegisterClass);
620 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
621 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000622 {
Benjamin Kramer98383962010-12-04 14:22:24 +0000623 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000624 addLegalFPImmediate(TmpFlt); // FLD0
625 TmpFlt.changeSign();
626 addLegalFPImmediate(TmpFlt); // FLD0/FCHS
Benjamin Kramer98383962010-12-04 14:22:24 +0000627
628 bool ignored;
Evan Chengc7ce29b2009-02-13 22:36:38 +0000629 APFloat TmpFlt2(+1.0);
630 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
631 &ignored);
632 addLegalFPImmediate(TmpFlt2); // FLD1
633 TmpFlt2.changeSign();
634 addLegalFPImmediate(TmpFlt2); // FLD1/FCHS
635 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000636
Evan Chengc7ce29b2009-02-13 22:36:38 +0000637 if (!UnsafeFPMath) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000638 setOperationAction(ISD::FSIN , MVT::f80 , Expand);
639 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000640 }
Cameron Zwarich33390842011-07-08 21:39:21 +0000641
642 setOperationAction(ISD::FMA, MVT::f80, Expand);
Dale Johannesen2f429012007-09-26 21:10:55 +0000643 }
Dale Johannesen59a58732007-08-05 18:49:15 +0000644
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000645 // Always use a library call for pow.
Owen Anderson825b72b2009-08-11 20:47:22 +0000646 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
647 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
648 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000649
Owen Anderson825b72b2009-08-11 20:47:22 +0000650 setOperationAction(ISD::FLOG, MVT::f80, Expand);
651 setOperationAction(ISD::FLOG2, MVT::f80, Expand);
652 setOperationAction(ISD::FLOG10, MVT::f80, Expand);
653 setOperationAction(ISD::FEXP, MVT::f80, Expand);
654 setOperationAction(ISD::FEXP2, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000655
Mon P Wangf007a8b2008-11-06 05:31:54 +0000656 // First set operation action for all vector types to either promote
Mon P Wang0c397192008-10-30 08:01:45 +0000657 // (for widening) or expand (for scalarization). Then we will selectively
658 // turn on ones that can be effectively codegen'd.
Owen Anderson825b72b2009-08-11 20:47:22 +0000659 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
660 VT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++VT) {
661 setOperationAction(ISD::ADD , (MVT::SimpleValueType)VT, Expand);
662 setOperationAction(ISD::SUB , (MVT::SimpleValueType)VT, Expand);
663 setOperationAction(ISD::FADD, (MVT::SimpleValueType)VT, Expand);
664 setOperationAction(ISD::FNEG, (MVT::SimpleValueType)VT, Expand);
665 setOperationAction(ISD::FSUB, (MVT::SimpleValueType)VT, Expand);
666 setOperationAction(ISD::MUL , (MVT::SimpleValueType)VT, Expand);
667 setOperationAction(ISD::FMUL, (MVT::SimpleValueType)VT, Expand);
668 setOperationAction(ISD::SDIV, (MVT::SimpleValueType)VT, Expand);
669 setOperationAction(ISD::UDIV, (MVT::SimpleValueType)VT, Expand);
670 setOperationAction(ISD::FDIV, (MVT::SimpleValueType)VT, Expand);
671 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand);
672 setOperationAction(ISD::UREM, (MVT::SimpleValueType)VT, Expand);
673 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Expand);
674 setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::SimpleValueType)VT, Expand);
675 setOperationAction(ISD::EXTRACT_VECTOR_ELT,(MVT::SimpleValueType)VT,Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000676 setOperationAction(ISD::INSERT_VECTOR_ELT,(MVT::SimpleValueType)VT, Expand);
David Greenecfe33c42011-01-26 19:13:22 +0000677 setOperationAction(ISD::EXTRACT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
678 setOperationAction(ISD::INSERT_SUBVECTOR,(MVT::SimpleValueType)VT,Expand);
Owen Anderson825b72b2009-08-11 20:47:22 +0000679 setOperationAction(ISD::FABS, (MVT::SimpleValueType)VT, Expand);
680 setOperationAction(ISD::FSIN, (MVT::SimpleValueType)VT, Expand);
681 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
682 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand);
683 setOperationAction(ISD::FPOWI, (MVT::SimpleValueType)VT, Expand);
684 setOperationAction(ISD::FSQRT, (MVT::SimpleValueType)VT, Expand);
685 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand);
686 setOperationAction(ISD::SMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
687 setOperationAction(ISD::UMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
688 setOperationAction(ISD::SDIVREM, (MVT::SimpleValueType)VT, Expand);
689 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand);
690 setOperationAction(ISD::FPOW, (MVT::SimpleValueType)VT, Expand);
691 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
692 setOperationAction(ISD::CTTZ, (MVT::SimpleValueType)VT, Expand);
693 setOperationAction(ISD::CTLZ, (MVT::SimpleValueType)VT, Expand);
694 setOperationAction(ISD::SHL, (MVT::SimpleValueType)VT, Expand);
695 setOperationAction(ISD::SRA, (MVT::SimpleValueType)VT, Expand);
696 setOperationAction(ISD::SRL, (MVT::SimpleValueType)VT, Expand);
697 setOperationAction(ISD::ROTL, (MVT::SimpleValueType)VT, Expand);
698 setOperationAction(ISD::ROTR, (MVT::SimpleValueType)VT, Expand);
699 setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
700 setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand);
701 setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand);
702 setOperationAction(ISD::FLOG2, (MVT::SimpleValueType)VT, Expand);
703 setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand);
704 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
705 setOperationAction(ISD::FEXP2, (MVT::SimpleValueType)VT, Expand);
706 setOperationAction(ISD::FP_TO_UINT, (MVT::SimpleValueType)VT, Expand);
707 setOperationAction(ISD::FP_TO_SINT, (MVT::SimpleValueType)VT, Expand);
708 setOperationAction(ISD::UINT_TO_FP, (MVT::SimpleValueType)VT, Expand);
709 setOperationAction(ISD::SINT_TO_FP, (MVT::SimpleValueType)VT, Expand);
Dan Gohman87862e72009-12-11 21:31:27 +0000710 setOperationAction(ISD::SIGN_EXTEND_INREG, (MVT::SimpleValueType)VT,Expand);
Dan Gohman2e141d72009-12-14 23:40:38 +0000711 setOperationAction(ISD::TRUNCATE, (MVT::SimpleValueType)VT, Expand);
712 setOperationAction(ISD::SIGN_EXTEND, (MVT::SimpleValueType)VT, Expand);
713 setOperationAction(ISD::ZERO_EXTEND, (MVT::SimpleValueType)VT, Expand);
714 setOperationAction(ISD::ANY_EXTEND, (MVT::SimpleValueType)VT, Expand);
715 for (unsigned InnerVT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
716 InnerVT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++InnerVT)
717 setTruncStoreAction((MVT::SimpleValueType)VT,
718 (MVT::SimpleValueType)InnerVT, Expand);
719 setLoadExtAction(ISD::SEXTLOAD, (MVT::SimpleValueType)VT, Expand);
720 setLoadExtAction(ISD::ZEXTLOAD, (MVT::SimpleValueType)VT, Expand);
721 setLoadExtAction(ISD::EXTLOAD, (MVT::SimpleValueType)VT, Expand);
Evan Chengd30bf012006-03-01 01:11:20 +0000722 }
723
Evan Chengc7ce29b2009-02-13 22:36:38 +0000724 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
725 // with -msoft-float, disable use of MMX as well.
Chris Lattner2a786eb2010-12-19 20:19:20 +0000726 if (!UseSoftFloat && Subtarget->hasMMX()) {
Dale Johannesene93d99c2010-10-20 21:32:10 +0000727 addRegisterClass(MVT::x86mmx, X86::VR64RegisterClass);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000728 // No operations on x86mmx supported, everything uses intrinsics.
Evan Cheng470a6ad2006-02-22 02:26:30 +0000729 }
730
Dale Johannesen0488fb62010-09-30 23:57:10 +0000731 // MMX-sized vectors (other than x86mmx) are expected to be expanded
732 // into smaller operations.
733 setOperationAction(ISD::MULHS, MVT::v8i8, Expand);
734 setOperationAction(ISD::MULHS, MVT::v4i16, Expand);
735 setOperationAction(ISD::MULHS, MVT::v2i32, Expand);
736 setOperationAction(ISD::MULHS, MVT::v1i64, Expand);
737 setOperationAction(ISD::AND, MVT::v8i8, Expand);
738 setOperationAction(ISD::AND, MVT::v4i16, Expand);
739 setOperationAction(ISD::AND, MVT::v2i32, Expand);
740 setOperationAction(ISD::AND, MVT::v1i64, Expand);
741 setOperationAction(ISD::OR, MVT::v8i8, Expand);
742 setOperationAction(ISD::OR, MVT::v4i16, Expand);
743 setOperationAction(ISD::OR, MVT::v2i32, Expand);
744 setOperationAction(ISD::OR, MVT::v1i64, Expand);
745 setOperationAction(ISD::XOR, MVT::v8i8, Expand);
746 setOperationAction(ISD::XOR, MVT::v4i16, Expand);
747 setOperationAction(ISD::XOR, MVT::v2i32, Expand);
748 setOperationAction(ISD::XOR, MVT::v1i64, Expand);
749 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i8, Expand);
750 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i16, Expand);
751 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2i32, Expand);
752 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v1i64, Expand);
753 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v1i64, Expand);
754 setOperationAction(ISD::SELECT, MVT::v8i8, Expand);
755 setOperationAction(ISD::SELECT, MVT::v4i16, Expand);
756 setOperationAction(ISD::SELECT, MVT::v2i32, Expand);
757 setOperationAction(ISD::SELECT, MVT::v1i64, Expand);
Wesley Peckbf17cfa2010-11-23 03:31:01 +0000758 setOperationAction(ISD::BITCAST, MVT::v8i8, Expand);
759 setOperationAction(ISD::BITCAST, MVT::v4i16, Expand);
760 setOperationAction(ISD::BITCAST, MVT::v2i32, Expand);
761 setOperationAction(ISD::BITCAST, MVT::v1i64, Expand);
Dale Johannesen0488fb62010-09-30 23:57:10 +0000762
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000763 if (!UseSoftFloat && Subtarget->hasXMM()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000764 addRegisterClass(MVT::v4f32, X86::VR128RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000765
Owen Anderson825b72b2009-08-11 20:47:22 +0000766 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
767 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
768 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
769 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
770 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
771 setOperationAction(ISD::FNEG, MVT::v4f32, Custom);
772 setOperationAction(ISD::LOAD, MVT::v4f32, Legal);
773 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
774 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4f32, Custom);
775 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
776 setOperationAction(ISD::SELECT, MVT::v4f32, Custom);
777 setOperationAction(ISD::VSETCC, MVT::v4f32, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000778 }
779
Nate Begeman2ea8ee72010-12-10 00:26:57 +0000780 if (!UseSoftFloat && Subtarget->hasXMMInt()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000781 addRegisterClass(MVT::v2f64, X86::VR128RegisterClass);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000782
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000783 // FIXME: Unfortunately -soft-float and -no-implicit-float means XMM
784 // registers cannot be used even for integer operations.
Owen Anderson825b72b2009-08-11 20:47:22 +0000785 addRegisterClass(MVT::v16i8, X86::VR128RegisterClass);
786 addRegisterClass(MVT::v8i16, X86::VR128RegisterClass);
787 addRegisterClass(MVT::v4i32, X86::VR128RegisterClass);
788 addRegisterClass(MVT::v2i64, X86::VR128RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000789
Owen Anderson825b72b2009-08-11 20:47:22 +0000790 setOperationAction(ISD::ADD, MVT::v16i8, Legal);
791 setOperationAction(ISD::ADD, MVT::v8i16, Legal);
792 setOperationAction(ISD::ADD, MVT::v4i32, Legal);
793 setOperationAction(ISD::ADD, MVT::v2i64, Legal);
794 setOperationAction(ISD::MUL, MVT::v2i64, Custom);
795 setOperationAction(ISD::SUB, MVT::v16i8, Legal);
796 setOperationAction(ISD::SUB, MVT::v8i16, Legal);
797 setOperationAction(ISD::SUB, MVT::v4i32, Legal);
798 setOperationAction(ISD::SUB, MVT::v2i64, Legal);
799 setOperationAction(ISD::MUL, MVT::v8i16, Legal);
800 setOperationAction(ISD::FADD, MVT::v2f64, Legal);
801 setOperationAction(ISD::FSUB, MVT::v2f64, Legal);
802 setOperationAction(ISD::FMUL, MVT::v2f64, Legal);
803 setOperationAction(ISD::FDIV, MVT::v2f64, Legal);
804 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal);
805 setOperationAction(ISD::FNEG, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000806
Owen Anderson825b72b2009-08-11 20:47:22 +0000807 setOperationAction(ISD::VSETCC, MVT::v2f64, Custom);
808 setOperationAction(ISD::VSETCC, MVT::v16i8, Custom);
809 setOperationAction(ISD::VSETCC, MVT::v8i16, Custom);
810 setOperationAction(ISD::VSETCC, MVT::v4i32, Custom);
Nate Begemanc2616e42008-05-12 20:34:32 +0000811
Owen Anderson825b72b2009-08-11 20:47:22 +0000812 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Custom);
813 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Custom);
814 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
815 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
816 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000817
Mon P Wangeb38ebf2010-01-24 00:05:03 +0000818 setOperationAction(ISD::CONCAT_VECTORS, MVT::v2f64, Custom);
819 setOperationAction(ISD::CONCAT_VECTORS, MVT::v2i64, Custom);
820 setOperationAction(ISD::CONCAT_VECTORS, MVT::v16i8, Custom);
821 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8i16, Custom);
822 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4i32, Custom);
823
Evan Cheng2c3ae372006-04-12 21:21:57 +0000824 // Custom lower build_vector, vector_shuffle, and extract_vector_elt.
Owen Anderson825b72b2009-08-11 20:47:22 +0000825 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; ++i) {
826 EVT VT = (MVT::SimpleValueType)i;
Nate Begeman844e0f92007-12-11 01:41:33 +0000827 // Do not attempt to custom lower non-power-of-2 vectors
Duncan Sands83ec4b62008-06-06 12:08:01 +0000828 if (!isPowerOf2_32(VT.getVectorNumElements()))
Nate Begeman844e0f92007-12-11 01:41:33 +0000829 continue;
David Greene9b9838d2009-06-29 16:47:10 +0000830 // Do not attempt to custom lower non-128-bit vectors
831 if (!VT.is128BitVector())
832 continue;
Owen Anderson825b72b2009-08-11 20:47:22 +0000833 setOperationAction(ISD::BUILD_VECTOR,
834 VT.getSimpleVT().SimpleTy, Custom);
835 setOperationAction(ISD::VECTOR_SHUFFLE,
836 VT.getSimpleVT().SimpleTy, Custom);
837 setOperationAction(ISD::EXTRACT_VECTOR_ELT,
838 VT.getSimpleVT().SimpleTy, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000839 }
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000840
Owen Anderson825b72b2009-08-11 20:47:22 +0000841 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f64, Custom);
842 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i64, Custom);
843 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f64, Custom);
844 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Custom);
845 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom);
846 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom);
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000847
Nate Begemancdd1eec2008-02-12 22:51:28 +0000848 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000849 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Custom);
850 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000851 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000852
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000853 // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
Owen Anderson825b72b2009-08-11 20:47:22 +0000854 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; i++) {
855 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
Owen Andersone50ed302009-08-10 22:56:29 +0000856 EVT VT = SVT;
David Greene9b9838d2009-06-29 16:47:10 +0000857
858 // Do not attempt to promote non-128-bit vectors
Chris Lattner32b4b5a2010-07-05 05:53:14 +0000859 if (!VT.is128BitVector())
David Greene9b9838d2009-06-29 16:47:10 +0000860 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +0000861
Owen Andersond6662ad2009-08-10 20:46:15 +0000862 setOperationAction(ISD::AND, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000863 AddPromotedToType (ISD::AND, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000864 setOperationAction(ISD::OR, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000865 AddPromotedToType (ISD::OR, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000866 setOperationAction(ISD::XOR, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000867 AddPromotedToType (ISD::XOR, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000868 setOperationAction(ISD::LOAD, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000869 AddPromotedToType (ISD::LOAD, SVT, MVT::v2i64);
Owen Andersond6662ad2009-08-10 20:46:15 +0000870 setOperationAction(ISD::SELECT, SVT, Promote);
Owen Anderson825b72b2009-08-11 20:47:22 +0000871 AddPromotedToType (ISD::SELECT, SVT, MVT::v2i64);
Evan Chengf7c378e2006-04-10 07:23:14 +0000872 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000873
Owen Anderson825b72b2009-08-11 20:47:22 +0000874 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000875
Evan Cheng2c3ae372006-04-12 21:21:57 +0000876 // Custom lower v2i64 and v2f64 selects.
Owen Anderson825b72b2009-08-11 20:47:22 +0000877 setOperationAction(ISD::LOAD, MVT::v2f64, Legal);
878 setOperationAction(ISD::LOAD, MVT::v2i64, Legal);
879 setOperationAction(ISD::SELECT, MVT::v2f64, Custom);
880 setOperationAction(ISD::SELECT, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000881
Owen Anderson825b72b2009-08-11 20:47:22 +0000882 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal);
883 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000884 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000885
Nate Begeman14d12ca2008-02-11 04:19:36 +0000886 if (Subtarget->hasSSE41()) {
Dale Johannesen54feef22010-05-27 20:12:41 +0000887 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
888 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
889 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
890 setOperationAction(ISD::FRINT, MVT::f32, Legal);
891 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal);
892 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
893 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
894 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
895 setOperationAction(ISD::FRINT, MVT::f64, Legal);
896 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal);
897
Nate Begeman14d12ca2008-02-11 04:19:36 +0000898 // FIXME: Do we need to handle scalar-to-vector here?
Owen Anderson825b72b2009-08-11 20:47:22 +0000899 setOperationAction(ISD::MUL, MVT::v4i32, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000900
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000901 // Can turn SHL into an integer multiply.
902 setOperationAction(ISD::SHL, MVT::v4i32, Custom);
Nate Begeman51409212010-07-28 00:21:48 +0000903 setOperationAction(ISD::SHL, MVT::v16i8, Custom);
Nate Begemanbdcb5af2010-07-27 22:37:06 +0000904
Nate Begeman14d12ca2008-02-11 04:19:36 +0000905 // i8 and i16 vectors are custom , because the source register and source
906 // source memory operand types are not the same width. f32 vectors are
907 // custom since the immediate controlling the insert encodes additional
908 // information.
Owen Anderson825b72b2009-08-11 20:47:22 +0000909 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v16i8, Custom);
910 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
911 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
912 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000913
Owen Anderson825b72b2009-08-11 20:47:22 +0000914 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
915 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
916 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
917 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000918
919 if (Subtarget->is64Bit()) {
Owen Anderson825b72b2009-08-11 20:47:22 +0000920 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Legal);
921 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000922 }
923 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000924
Nadav Rotem43012222011-05-11 08:12:09 +0000925 if (Subtarget->hasSSE2()) {
926 setOperationAction(ISD::SRL, MVT::v2i64, Custom);
927 setOperationAction(ISD::SRL, MVT::v4i32, Custom);
928 setOperationAction(ISD::SRL, MVT::v16i8, Custom);
929
930 setOperationAction(ISD::SHL, MVT::v2i64, Custom);
931 setOperationAction(ISD::SHL, MVT::v4i32, Custom);
932 setOperationAction(ISD::SHL, MVT::v8i16, Custom);
933
934 setOperationAction(ISD::SRA, MVT::v4i32, Custom);
935 setOperationAction(ISD::SRA, MVT::v8i16, Custom);
936 }
937
Chris Lattnera34b3cf2010-12-19 20:03:11 +0000938 if (Subtarget->hasSSE42())
Owen Anderson825b72b2009-08-11 20:47:22 +0000939 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000940
David Greene9b9838d2009-06-29 16:47:10 +0000941 if (!UseSoftFloat && Subtarget->hasAVX()) {
Bruno Cardoso Lopesdbd4fe22011-07-21 02:24:08 +0000942 addRegisterClass(MVT::v32i8, X86::VR256RegisterClass);
943 addRegisterClass(MVT::v16i16, X86::VR256RegisterClass);
944 addRegisterClass(MVT::v8i32, X86::VR256RegisterClass);
945 addRegisterClass(MVT::v8f32, X86::VR256RegisterClass);
946 addRegisterClass(MVT::v4i64, X86::VR256RegisterClass);
947 addRegisterClass(MVT::v4f64, X86::VR256RegisterClass);
David Greened94c1012009-06-29 22:50:51 +0000948
Owen Anderson825b72b2009-08-11 20:47:22 +0000949 setOperationAction(ISD::LOAD, MVT::v8f32, Legal);
Owen Anderson825b72b2009-08-11 20:47:22 +0000950 setOperationAction(ISD::LOAD, MVT::v4f64, Legal);
951 setOperationAction(ISD::LOAD, MVT::v4i64, Legal);
David Greene54d8eba2011-01-27 22:38:56 +0000952
Owen Anderson825b72b2009-08-11 20:47:22 +0000953 setOperationAction(ISD::FADD, MVT::v8f32, Legal);
954 setOperationAction(ISD::FSUB, MVT::v8f32, Legal);
955 setOperationAction(ISD::FMUL, MVT::v8f32, Legal);
956 setOperationAction(ISD::FDIV, MVT::v8f32, Legal);
957 setOperationAction(ISD::FSQRT, MVT::v8f32, Legal);
958 setOperationAction(ISD::FNEG, MVT::v8f32, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000959
Owen Anderson825b72b2009-08-11 20:47:22 +0000960 setOperationAction(ISD::FADD, MVT::v4f64, Legal);
961 setOperationAction(ISD::FSUB, MVT::v4f64, Legal);
962 setOperationAction(ISD::FMUL, MVT::v4f64, Legal);
963 setOperationAction(ISD::FDIV, MVT::v4f64, Legal);
964 setOperationAction(ISD::FSQRT, MVT::v4f64, Legal);
965 setOperationAction(ISD::FNEG, MVT::v4f64, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000966
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000967 // Custom lower several nodes for 256-bit types.
David Greene54d8eba2011-01-27 22:38:56 +0000968 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000969 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++i) {
970 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
971 EVT VT = SVT;
972
973 // Extract subvector is special because the value type
974 // (result) is 128-bit but the source is 256-bit wide.
975 if (VT.is128BitVector())
976 setOperationAction(ISD::EXTRACT_SUBVECTOR, SVT, Custom);
977
978 // Do not attempt to custom lower other non-256-bit vectors
979 if (!VT.is256BitVector())
David Greene9b9838d2009-06-29 16:47:10 +0000980 continue;
David Greene54d8eba2011-01-27 22:38:56 +0000981
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000982 setOperationAction(ISD::BUILD_VECTOR, SVT, Custom);
983 setOperationAction(ISD::VECTOR_SHUFFLE, SVT, Custom);
984 setOperationAction(ISD::INSERT_VECTOR_ELT, SVT, Custom);
985 setOperationAction(ISD::EXTRACT_VECTOR_ELT, SVT, Custom);
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +0000986 setOperationAction(ISD::SCALAR_TO_VECTOR, SVT, Custom);
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000987 setOperationAction(ISD::INSERT_SUBVECTOR, SVT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000988 }
989
David Greene54d8eba2011-01-27 22:38:56 +0000990 // Promote v32i8, v16i16, v8i32 select, and, or, xor to v4i64.
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000991 for (unsigned i = (unsigned)MVT::v32i8; i != (unsigned)MVT::v4i64; ++i) {
992 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
993 EVT VT = SVT;
David Greene54d8eba2011-01-27 22:38:56 +0000994
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000995 // Do not attempt to promote non-256-bit vectors
996 if (!VT.is256BitVector())
David Greene54d8eba2011-01-27 22:38:56 +0000997 continue;
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000998
999 setOperationAction(ISD::AND, SVT, Promote);
1000 AddPromotedToType (ISD::AND, SVT, MVT::v4i64);
1001 setOperationAction(ISD::OR, SVT, Promote);
1002 AddPromotedToType (ISD::OR, SVT, MVT::v4i64);
1003 setOperationAction(ISD::XOR, SVT, Promote);
1004 AddPromotedToType (ISD::XOR, SVT, MVT::v4i64);
1005 setOperationAction(ISD::LOAD, SVT, Promote);
1006 AddPromotedToType (ISD::LOAD, SVT, MVT::v4i64);
1007 setOperationAction(ISD::SELECT, SVT, Promote);
1008 AddPromotedToType (ISD::SELECT, SVT, MVT::v4i64);
David Greene54d8eba2011-01-27 22:38:56 +00001009 }
David Greene9b9838d2009-06-29 16:47:10 +00001010 }
1011
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00001012 // SIGN_EXTEND_INREGs are evaluated by the extend type. Handle the expansion
1013 // of this type with custom code.
1014 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1015 VT != (unsigned)MVT::LAST_VECTOR_VALUETYPE; VT++) {
1016 setOperationAction(ISD::SIGN_EXTEND_INREG, (MVT::SimpleValueType)VT, Custom);
1017 }
1018
Evan Cheng6be2c582006-04-05 23:38:46 +00001019 // We want to custom lower some of our intrinsics.
Owen Anderson825b72b2009-08-11 20:47:22 +00001020 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
Evan Cheng6be2c582006-04-05 23:38:46 +00001021
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001022
Eli Friedman962f5492010-06-02 19:35:46 +00001023 // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1024 // handle type legalization for these operations here.
Dan Gohman71c62a22010-06-02 19:13:40 +00001025 //
Eli Friedman962f5492010-06-02 19:35:46 +00001026 // FIXME: We really should do custom legalization for addition and
1027 // subtraction on x86-32 once PR3203 is fixed. We really can't do much better
1028 // than generic legalization for 64-bit multiplication-with-overflow, though.
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001029 for (unsigned i = 0, e = 3+Subtarget->is64Bit(); i != e; ++i) {
1030 // Add/Sub/Mul with overflow operations are custom lowered.
1031 MVT VT = IntVTs[i];
1032 setOperationAction(ISD::SADDO, VT, Custom);
1033 setOperationAction(ISD::UADDO, VT, Custom);
1034 setOperationAction(ISD::SSUBO, VT, Custom);
1035 setOperationAction(ISD::USUBO, VT, Custom);
1036 setOperationAction(ISD::SMULO, VT, Custom);
1037 setOperationAction(ISD::UMULO, VT, Custom);
Eli Friedmana993f0a2010-06-02 00:27:18 +00001038 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001039
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001040 // There are no 8-bit 3-address imul/mul instructions
1041 setOperationAction(ISD::SMULO, MVT::i8, Expand);
1042 setOperationAction(ISD::UMULO, MVT::i8, Expand);
Bill Wendling41ea7e72008-11-24 19:21:46 +00001043
Evan Chengd54f2d52009-03-31 19:38:51 +00001044 if (!Subtarget->is64Bit()) {
1045 // These libcalls are not available in 32-bit.
1046 setLibcallName(RTLIB::SHL_I128, 0);
1047 setLibcallName(RTLIB::SRL_I128, 0);
1048 setLibcallName(RTLIB::SRA_I128, 0);
1049 }
1050
Evan Cheng206ee9d2006-07-07 08:33:52 +00001051 // We have target-specific dag combine patterns for the following nodes:
1052 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Dan Gohman1bbf72b2010-03-15 23:23:03 +00001053 setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
Evan Chengd880b972008-05-09 21:53:03 +00001054 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +00001055 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +00001056 setTargetDAGCombine(ISD::SHL);
1057 setTargetDAGCombine(ISD::SRA);
1058 setTargetDAGCombine(ISD::SRL);
Evan Cheng760d1942010-01-04 21:22:48 +00001059 setTargetDAGCombine(ISD::OR);
Nate Begemanb65c1752010-12-17 22:55:37 +00001060 setTargetDAGCombine(ISD::AND);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +00001061 setTargetDAGCombine(ISD::ADD);
1062 setTargetDAGCombine(ISD::SUB);
Chris Lattner149a4e52008-02-22 02:09:43 +00001063 setTargetDAGCombine(ISD::STORE);
Evan Cheng2e489c42009-12-16 00:53:11 +00001064 setTargetDAGCombine(ISD::ZERO_EXTEND);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +00001065 setTargetDAGCombine(ISD::SINT_TO_FP);
Evan Cheng0b0cd912009-03-28 05:57:29 +00001066 if (Subtarget->is64Bit())
1067 setTargetDAGCombine(ISD::MUL);
Evan Cheng206ee9d2006-07-07 08:33:52 +00001068
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001069 computeRegisterProperties();
1070
Evan Cheng05219282011-01-06 06:52:41 +00001071 // On Darwin, -Os means optimize for size without hurting performance,
1072 // do not reduce the limit.
Dan Gohman87060f52008-06-30 21:00:56 +00001073 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001074 maxStoresPerMemsetOptSize = Subtarget->isTargetDarwin() ? 16 : 8;
Evan Cheng255f20f2010-04-01 06:04:33 +00001075 maxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001076 maxStoresPerMemcpyOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
1077 maxStoresPerMemmove = 8; // For @llvm.memmove -> sequence of stores
1078 maxStoresPerMemmoveOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
Evan Chengfb8075d2008-02-28 00:43:03 +00001079 setPrefLoopAlignment(16);
Evan Cheng6ebf7bc2009-05-13 21:42:09 +00001080 benefitFromCodePlacementOpt = true;
Eli Friedmanfc5d3052011-05-06 20:34:06 +00001081
1082 setPrefFunctionAlignment(4);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001083}
1084
Scott Michel5b8f82e2008-03-10 15:42:14 +00001085
Owen Anderson825b72b2009-08-11 20:47:22 +00001086MVT::SimpleValueType X86TargetLowering::getSetCCResultType(EVT VT) const {
1087 return MVT::i8;
Scott Michel5b8f82e2008-03-10 15:42:14 +00001088}
1089
1090
Evan Cheng29286502008-01-23 23:17:41 +00001091/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1092/// the desired ByVal argument alignment.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001093static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) {
Evan Cheng29286502008-01-23 23:17:41 +00001094 if (MaxAlign == 16)
1095 return;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001096 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001097 if (VTy->getBitWidth() == 128)
1098 MaxAlign = 16;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001099 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001100 unsigned EltAlign = 0;
1101 getMaxByValAlign(ATy->getElementType(), EltAlign);
1102 if (EltAlign > MaxAlign)
1103 MaxAlign = EltAlign;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001104 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001105 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1106 unsigned EltAlign = 0;
1107 getMaxByValAlign(STy->getElementType(i), EltAlign);
1108 if (EltAlign > MaxAlign)
1109 MaxAlign = EltAlign;
1110 if (MaxAlign == 16)
1111 break;
1112 }
1113 }
1114 return;
1115}
1116
1117/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1118/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +00001119/// that contain SSE vectors are placed at 16-byte boundaries while the rest
1120/// are at 4-byte boundaries.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001121unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +00001122 if (Subtarget->is64Bit()) {
1123 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001124 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +00001125 if (TyAlign > 8)
1126 return TyAlign;
1127 return 8;
1128 }
1129
Evan Cheng29286502008-01-23 23:17:41 +00001130 unsigned Align = 4;
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001131 if (Subtarget->hasXMM())
Dale Johannesen0c191872008-02-08 19:48:20 +00001132 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +00001133 return Align;
1134}
Chris Lattner2b02a442007-02-25 08:29:00 +00001135
Evan Chengf0df0312008-05-15 08:39:06 +00001136/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Chengc3b0c342010-04-08 07:37:57 +00001137/// and store operations as a result of memset, memcpy, and memmove
1138/// lowering. If DstAlign is zero that means it's safe to destination
1139/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1140/// means there isn't a need to check it against alignment requirement,
1141/// probably because the source does not need to be loaded. If
1142/// 'NonScalarIntSafe' is true, that means it's safe to return a
1143/// non-scalar-integer type, e.g. empty string source, constant, or loaded
1144/// from memory. 'MemcpyStrSrc' indicates whether the memcpy source is
1145/// constant so it does not need to be loaded.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001146/// It returns EVT::Other if the type should be determined using generic
1147/// target-independent logic.
Owen Andersone50ed302009-08-10 22:56:29 +00001148EVT
Evan Cheng255f20f2010-04-01 06:04:33 +00001149X86TargetLowering::getOptimalMemOpType(uint64_t Size,
1150 unsigned DstAlign, unsigned SrcAlign,
Evan Chengf28f8bc2010-04-02 19:36:14 +00001151 bool NonScalarIntSafe,
Evan Chengc3b0c342010-04-08 07:37:57 +00001152 bool MemcpyStrSrc,
Dan Gohman37f32ee2010-04-16 20:11:05 +00001153 MachineFunction &MF) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +00001154 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
1155 // linux. This is because the stack realignment code can't handle certain
1156 // cases like PR2962. This should be removed when PR2962 is fixed.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001157 const Function *F = MF.getFunction();
Evan Chenga5e13622011-01-07 19:35:30 +00001158 if (NonScalarIntSafe &&
1159 !F->hasFnAttr(Attribute::NoImplicitFloat)) {
Evan Cheng255f20f2010-04-01 06:04:33 +00001160 if (Size >= 16 &&
Evan Chenga5e13622011-01-07 19:35:30 +00001161 (Subtarget->isUnalignedMemAccessFast() ||
1162 ((DstAlign == 0 || DstAlign >= 16) &&
1163 (SrcAlign == 0 || SrcAlign >= 16))) &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001164 Subtarget->getStackAlignment() >= 16) {
1165 if (Subtarget->hasSSE2())
1166 return MVT::v4i32;
Evan Chengf28f8bc2010-04-02 19:36:14 +00001167 if (Subtarget->hasSSE1())
Evan Cheng255f20f2010-04-01 06:04:33 +00001168 return MVT::v4f32;
Evan Chengc3b0c342010-04-08 07:37:57 +00001169 } else if (!MemcpyStrSrc && Size >= 8 &&
Evan Cheng3ea97552010-04-01 20:27:45 +00001170 !Subtarget->is64Bit() &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001171 Subtarget->getStackAlignment() >= 8 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001172 Subtarget->hasXMMInt()) {
Evan Chengc3b0c342010-04-08 07:37:57 +00001173 // Do not use f64 to lower memcpy if source is string constant. It's
1174 // better to use i32 to avoid the loads.
Evan Cheng255f20f2010-04-01 06:04:33 +00001175 return MVT::f64;
Evan Chengc3b0c342010-04-08 07:37:57 +00001176 }
Chris Lattner4002a1b2008-10-28 05:49:35 +00001177 }
Evan Chengf0df0312008-05-15 08:39:06 +00001178 if (Subtarget->is64Bit() && Size >= 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00001179 return MVT::i64;
1180 return MVT::i32;
Evan Chengf0df0312008-05-15 08:39:06 +00001181}
1182
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001183/// getJumpTableEncoding - Return the entry encoding for a jump table in the
1184/// current function. The returned value is a member of the
1185/// MachineJumpTableInfo::JTEntryKind enum.
1186unsigned X86TargetLowering::getJumpTableEncoding() const {
1187 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1188 // symbol.
1189 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1190 Subtarget->isPICStyleGOT())
Chris Lattnerc64daab2010-01-26 05:02:42 +00001191 return MachineJumpTableInfo::EK_Custom32;
Michael J. Spencerec38de22010-10-10 22:04:20 +00001192
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001193 // Otherwise, use the normal jump table encoding heuristics.
1194 return TargetLowering::getJumpTableEncoding();
1195}
1196
Chris Lattnerc64daab2010-01-26 05:02:42 +00001197const MCExpr *
1198X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
1199 const MachineBasicBlock *MBB,
1200 unsigned uid,MCContext &Ctx) const{
1201 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1202 Subtarget->isPICStyleGOT());
1203 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
1204 // entries.
Daniel Dunbar4e815f82010-03-15 23:51:06 +00001205 return MCSymbolRefExpr::Create(MBB->getSymbol(),
1206 MCSymbolRefExpr::VK_GOTOFF, Ctx);
Chris Lattnerc64daab2010-01-26 05:02:42 +00001207}
1208
Evan Chengcc415862007-11-09 01:32:10 +00001209/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
1210/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +00001211SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Chris Lattner589c6f62010-01-26 06:28:43 +00001212 SelectionDAG &DAG) const {
Chris Lattnere4df7562009-07-09 03:15:51 +00001213 if (!Subtarget->is64Bit())
Dale Johannesenb300d2a2009-02-07 00:55:49 +00001214 // This doesn't have DebugLoc associated with it, but is not really the
1215 // same as a Register.
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00001216 return DAG.getNode(X86ISD::GlobalBaseReg, DebugLoc(), getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +00001217 return Table;
1218}
1219
Chris Lattner589c6f62010-01-26 06:28:43 +00001220/// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1221/// given PIC jumptable, the same as getPICJumpTableRelocBase, but as an
1222/// MCExpr.
1223const MCExpr *X86TargetLowering::
1224getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
1225 MCContext &Ctx) const {
1226 // X86-64 uses RIP relative addressing based on the jump table label.
1227 if (Subtarget->isPICStyleRIPRel())
1228 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
1229
1230 // Otherwise, the reference is relative to the PIC base.
Chris Lattner142b5312010-11-14 22:48:15 +00001231 return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
Chris Lattner589c6f62010-01-26 06:28:43 +00001232}
1233
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001234// FIXME: Why this routine is here? Move to RegInfo!
Evan Chengdee81012010-07-26 21:50:05 +00001235std::pair<const TargetRegisterClass*, uint8_t>
1236X86TargetLowering::findRepresentativeClass(EVT VT) const{
1237 const TargetRegisterClass *RRC = 0;
1238 uint8_t Cost = 1;
1239 switch (VT.getSimpleVT().SimpleTy) {
1240 default:
1241 return TargetLowering::findRepresentativeClass(VT);
1242 case MVT::i8: case MVT::i16: case MVT::i32: case MVT::i64:
1243 RRC = (Subtarget->is64Bit()
1244 ? X86::GR64RegisterClass : X86::GR32RegisterClass);
1245 break;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001246 case MVT::x86mmx:
Evan Chengdee81012010-07-26 21:50:05 +00001247 RRC = X86::VR64RegisterClass;
1248 break;
1249 case MVT::f32: case MVT::f64:
1250 case MVT::v16i8: case MVT::v8i16: case MVT::v4i32: case MVT::v2i64:
1251 case MVT::v4f32: case MVT::v2f64:
1252 case MVT::v32i8: case MVT::v8i32: case MVT::v4i64: case MVT::v8f32:
1253 case MVT::v4f64:
1254 RRC = X86::VR128RegisterClass;
1255 break;
1256 }
1257 return std::make_pair(RRC, Cost);
1258}
1259
Eric Christopherf7a0c7b2010-07-06 05:18:56 +00001260bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace,
1261 unsigned &Offset) const {
1262 if (!Subtarget->isTargetLinux())
1263 return false;
1264
1265 if (Subtarget->is64Bit()) {
1266 // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
1267 Offset = 0x28;
1268 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
1269 AddressSpace = 256;
1270 else
1271 AddressSpace = 257;
1272 } else {
1273 // %gs:0x14 on i386
1274 Offset = 0x14;
1275 AddressSpace = 256;
1276 }
1277 return true;
1278}
1279
1280
Chris Lattner2b02a442007-02-25 08:29:00 +00001281//===----------------------------------------------------------------------===//
1282// Return Value Calling Convention Implementation
1283//===----------------------------------------------------------------------===//
1284
Chris Lattner59ed56b2007-02-28 04:55:35 +00001285#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001286
Michael J. Spencerec38de22010-10-10 22:04:20 +00001287bool
Eric Christopher471e4222011-06-08 23:55:35 +00001288X86TargetLowering::CanLowerReturn(CallingConv::ID CallConv,
1289 MachineFunction &MF, bool isVarArg,
Dan Gohman84023e02010-07-10 09:00:22 +00001290 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001291 LLVMContext &Context) const {
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001292 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001293 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001294 RVLocs, Context);
Dan Gohman84023e02010-07-10 09:00:22 +00001295 return CCInfo.CheckReturn(Outs, RetCC_X86);
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001296}
1297
Dan Gohman98ca4f22009-08-05 01:29:28 +00001298SDValue
1299X86TargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001300 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001301 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001302 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmand858e902010-04-17 15:26:15 +00001303 DebugLoc dl, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00001304 MachineFunction &MF = DAG.getMachineFunction();
1305 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001306
Chris Lattner9774c912007-02-27 05:28:59 +00001307 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001308 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001309 RVLocs, *DAG.getContext());
1310 CCInfo.AnalyzeReturn(Outs, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001311
Evan Chengdcea1632010-02-04 02:40:39 +00001312 // Add the regs to the liveout set for the function.
1313 MachineRegisterInfo &MRI = DAG.getMachineFunction().getRegInfo();
1314 for (unsigned i = 0; i != RVLocs.size(); ++i)
1315 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg()))
1316 MRI.addLiveOut(RVLocs[i].getLocReg());
Scott Michelfdc40a02009-02-17 22:15:04 +00001317
Dan Gohman475871a2008-07-27 21:46:04 +00001318 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001319
Dan Gohman475871a2008-07-27 21:46:04 +00001320 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +00001321 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1322 // Operand #1 = Bytes To Pop
Dan Gohman1e93df62010-04-17 14:41:14 +00001323 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(),
1324 MVT::i16));
Scott Michelfdc40a02009-02-17 22:15:04 +00001325
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001326 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +00001327 for (unsigned i = 0; i != RVLocs.size(); ++i) {
1328 CCValAssign &VA = RVLocs[i];
1329 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohmanc9403652010-07-07 15:54:55 +00001330 SDValue ValToCopy = OutVals[i];
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001331 EVT ValVT = ValToCopy.getValueType();
1332
Dale Johannesenc4510512010-09-24 19:05:48 +00001333 // If this is x86-64, and we disabled SSE, we can't return FP values,
1334 // or SSE or MMX vectors.
1335 if ((ValVT == MVT::f32 || ValVT == MVT::f64 ||
1336 VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001337 (Subtarget->is64Bit() && !Subtarget->hasXMM())) {
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001338 report_fatal_error("SSE register return with SSE disabled");
1339 }
1340 // Likewise we can't return F64 values with SSE1 only. gcc does so, but
1341 // llvm-gcc has never done it right and no one has noticed, so this
1342 // should be OK for now.
1343 if (ValVT == MVT::f64 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001344 (Subtarget->is64Bit() && !Subtarget->hasXMMInt()))
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001345 report_fatal_error("SSE2 register return with SSE2 disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00001346
Chris Lattner447ff682008-03-11 03:23:40 +00001347 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1348 // the RET instruction and handled by the FP Stackifier.
Dan Gohman37eed792009-02-04 17:28:58 +00001349 if (VA.getLocReg() == X86::ST0 ||
1350 VA.getLocReg() == X86::ST1) {
Chris Lattner447ff682008-03-11 03:23:40 +00001351 // If this is a copy from an xmm register to ST(0), use an FPExtend to
1352 // change the value to the FP stack register class.
Dan Gohman37eed792009-02-04 17:28:58 +00001353 if (isScalarFPTypeInSSEReg(VA.getValVT()))
Owen Anderson825b72b2009-08-11 20:47:22 +00001354 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
Chris Lattner447ff682008-03-11 03:23:40 +00001355 RetOps.push_back(ValToCopy);
1356 // Don't emit a copytoreg.
1357 continue;
1358 }
Dale Johannesena68f9012008-06-24 22:01:44 +00001359
Evan Cheng242b38b2009-02-23 09:03:22 +00001360 // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
1361 // which is returned in RAX / RDX.
Evan Cheng6140a8b2009-02-22 08:05:12 +00001362 if (Subtarget->is64Bit()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001363 if (ValVT == MVT::x86mmx) {
Chris Lattner97a2a562010-08-26 05:24:29 +00001364 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001365 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ValToCopy);
Eric Christopher90eb4022010-07-22 00:26:08 +00001366 ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
1367 ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001368 // If we don't have SSE2 available, convert to v4f32 so the generated
1369 // register is legal.
1370 if (!Subtarget->hasSSE2())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001371 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32,ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001372 }
Evan Cheng242b38b2009-02-23 09:03:22 +00001373 }
Evan Cheng6140a8b2009-02-22 08:05:12 +00001374 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00001375
Dale Johannesendd64c412009-02-04 00:33:20 +00001376 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001377 Flag = Chain.getValue(1);
1378 }
Dan Gohman61a92132008-04-21 23:59:07 +00001379
1380 // The x86-64 ABI for returning structs by value requires that we copy
1381 // the sret argument into %rax for the return. We saved the argument into
1382 // a virtual register in the entry block, so now we copy the value out
1383 // and into %rax.
1384 if (Subtarget->is64Bit() &&
1385 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1386 MachineFunction &MF = DAG.getMachineFunction();
1387 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1388 unsigned Reg = FuncInfo->getSRetReturnReg();
Michael J. Spencerec38de22010-10-10 22:04:20 +00001389 assert(Reg &&
Zhongxing Xuc2798a12010-05-26 08:10:02 +00001390 "SRetReturnReg should have been set in LowerFormalArguments().");
Dale Johannesendd64c412009-02-04 00:33:20 +00001391 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001392
Dale Johannesendd64c412009-02-04 00:33:20 +00001393 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
Dan Gohman61a92132008-04-21 23:59:07 +00001394 Flag = Chain.getValue(1);
Dan Gohman00326812009-10-12 16:36:12 +00001395
1396 // RAX now acts like a return value.
Evan Chengdcea1632010-02-04 02:40:39 +00001397 MRI.addLiveOut(X86::RAX);
Dan Gohman61a92132008-04-21 23:59:07 +00001398 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001399
Chris Lattner447ff682008-03-11 03:23:40 +00001400 RetOps[0] = Chain; // Update chain.
1401
1402 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001403 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001404 RetOps.push_back(Flag);
Scott Michelfdc40a02009-02-17 22:15:04 +00001405
1406 return DAG.getNode(X86ISD::RET_FLAG, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00001407 MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001408}
1409
Evan Cheng3d2125c2010-11-30 23:55:39 +00001410bool X86TargetLowering::isUsedByReturnOnly(SDNode *N) const {
1411 if (N->getNumValues() != 1)
1412 return false;
1413 if (!N->hasNUsesOfValue(1, 0))
1414 return false;
1415
1416 SDNode *Copy = *N->use_begin();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001417 if (Copy->getOpcode() != ISD::CopyToReg &&
1418 Copy->getOpcode() != ISD::FP_EXTEND)
Evan Cheng3d2125c2010-11-30 23:55:39 +00001419 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001420
1421 bool HasRet = false;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001422 for (SDNode::use_iterator UI = Copy->use_begin(), UE = Copy->use_end();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001423 UI != UE; ++UI) {
Evan Cheng3d2125c2010-11-30 23:55:39 +00001424 if (UI->getOpcode() != X86ISD::RET_FLAG)
1425 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001426 HasRet = true;
1427 }
Evan Cheng3d2125c2010-11-30 23:55:39 +00001428
Evan Cheng1bf891a2010-12-01 22:59:46 +00001429 return HasRet;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001430}
1431
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001432EVT
1433X86TargetLowering::getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT,
Cameron Zwarich44579682011-03-17 14:21:56 +00001434 ISD::NodeType ExtendKind) const {
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001435 MVT ReturnMVT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001436 // TODO: Is this also valid on 32-bit?
1437 if (Subtarget->is64Bit() && VT == MVT::i1 && ExtendKind == ISD::ZERO_EXTEND)
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001438 ReturnMVT = MVT::i8;
1439 else
1440 ReturnMVT = MVT::i32;
1441
1442 EVT MinVT = getRegisterType(Context, ReturnMVT);
1443 return VT.bitsLT(MinVT) ? MinVT : VT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001444}
1445
Dan Gohman98ca4f22009-08-05 01:29:28 +00001446/// LowerCallResult - Lower the result values of a call into the
1447/// appropriate copies out of appropriate physical registers.
1448///
1449SDValue
1450X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001451 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001452 const SmallVectorImpl<ISD::InputArg> &Ins,
1453 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001454 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001455
Chris Lattnere32bbf62007-02-28 07:09:55 +00001456 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001457 SmallVector<CCValAssign, 16> RVLocs;
Torok Edwin3f142c32009-02-01 18:15:56 +00001458 bool Is64Bit = Subtarget->is64Bit();
Eric Christopher471e4222011-06-08 23:55:35 +00001459 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
1460 getTargetMachine(), RVLocs, *DAG.getContext());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001461 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001462
Chris Lattner3085e152007-02-25 08:59:22 +00001463 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001464 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Dan Gohman37eed792009-02-04 17:28:58 +00001465 CCValAssign &VA = RVLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00001466 EVT CopyVT = VA.getValVT();
Scott Michelfdc40a02009-02-17 22:15:04 +00001467
Torok Edwin3f142c32009-02-01 18:15:56 +00001468 // If this is x86-64, and we disabled SSE, we can't return FP values
Owen Anderson825b72b2009-08-11 20:47:22 +00001469 if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001470 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasXMM())) {
Chris Lattner75361b62010-04-07 22:58:41 +00001471 report_fatal_error("SSE register return with SSE disabled");
Torok Edwin3f142c32009-02-01 18:15:56 +00001472 }
1473
Evan Cheng79fb3b42009-02-20 20:43:02 +00001474 SDValue Val;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001475
1476 // If this is a call to a function that returns an fp value on the floating
1477 // point stack, we must guarantee the the value is popped from the stack, so
1478 // a CopyFromReg is not good enough - the copy instruction may be eliminated
Jakob Stoklund Olesen9bbe4d62011-06-28 18:32:28 +00001479 // if the return value is not used. We use the FpPOP_RETVAL instruction
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001480 // instead.
1481 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
1482 // If we prefer to use the value in xmm registers, copy it out as f80 and
1483 // use a truncate to move it from fp stack reg to xmm reg.
1484 if (isScalarFPTypeInSSEReg(VA.getValVT())) CopyVT = MVT::f80;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001485 SDValue Ops[] = { Chain, InFlag };
Jakob Stoklund Olesen9bbe4d62011-06-28 18:32:28 +00001486 Chain = SDValue(DAG.getMachineNode(X86::FpPOP_RETVAL, dl, CopyVT,
1487 MVT::Other, MVT::Glue, Ops, 2), 1);
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001488 Val = Chain.getValue(0);
1489
1490 // Round the f80 to the right size, which also moves it to the appropriate
1491 // xmm register.
1492 if (CopyVT != VA.getValVT())
1493 Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
1494 // This truncation won't change the value.
1495 DAG.getIntPtrConstant(1));
Evan Cheng79fb3b42009-02-20 20:43:02 +00001496 } else {
1497 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1498 CopyVT, InFlag).getValue(1);
1499 Val = Chain.getValue(0);
1500 }
Chris Lattner8e6da152008-03-10 21:08:41 +00001501 InFlag = Chain.getValue(2);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001502 InVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001503 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001504
Dan Gohman98ca4f22009-08-05 01:29:28 +00001505 return Chain;
Chris Lattner2b02a442007-02-25 08:29:00 +00001506}
1507
1508
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001509//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001510// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001511//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001512// StdCall calling convention seems to be standard for many Windows' API
1513// routines and around. It differs from C calling convention just a little:
1514// callee should clean up the stack, not caller. Symbols should be also
1515// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001516// For info on fast calling convention see Fast Calling Convention (tail call)
1517// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001518
Dan Gohman98ca4f22009-08-05 01:29:28 +00001519/// CallIsStructReturn - Determines whether a call uses struct return
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001520/// semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001521static bool CallIsStructReturn(const SmallVectorImpl<ISD::OutputArg> &Outs) {
1522 if (Outs.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001523 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001524
Dan Gohman98ca4f22009-08-05 01:29:28 +00001525 return Outs[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001526}
1527
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001528/// ArgsAreStructReturn - Determines whether a function uses struct
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001529/// return semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001530static bool
1531ArgsAreStructReturn(const SmallVectorImpl<ISD::InputArg> &Ins) {
1532 if (Ins.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001533 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001534
Dan Gohman98ca4f22009-08-05 01:29:28 +00001535 return Ins[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001536}
1537
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001538/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1539/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001540/// the specific parameter attribute. The copy will be passed as a byval
1541/// function parameter.
Scott Michelfdc40a02009-02-17 22:15:04 +00001542static SDValue
Dan Gohman475871a2008-07-27 21:46:04 +00001543CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001544 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
1545 DebugLoc dl) {
Chris Lattnere72f2022010-09-21 05:40:29 +00001546 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Michael J. Spencerec38de22010-10-10 22:04:20 +00001547
Dale Johannesendd64c412009-02-04 00:33:20 +00001548 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Stuart Hastings03d58262011-03-10 00:25:53 +00001549 /*isVolatile*/false, /*AlwaysInline=*/true,
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001550 MachinePointerInfo(), MachinePointerInfo());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001551}
1552
Chris Lattner29689432010-03-11 00:22:57 +00001553/// IsTailCallConvention - Return true if the calling convention is one that
1554/// supports tail call optimization.
1555static bool IsTailCallConvention(CallingConv::ID CC) {
1556 return (CC == CallingConv::Fast || CC == CallingConv::GHC);
1557}
1558
Evan Cheng485fafc2011-03-21 01:19:09 +00001559bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
1560 if (!CI->isTailCall())
1561 return false;
1562
1563 CallSite CS(CI);
1564 CallingConv::ID CalleeCC = CS.getCallingConv();
1565 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1566 return false;
1567
1568 return true;
1569}
1570
Evan Cheng0c439eb2010-01-27 00:07:07 +00001571/// FuncIsMadeTailCallSafe - Return true if the function is being made into
1572/// a tailcall target by changing its ABI.
1573static bool FuncIsMadeTailCallSafe(CallingConv::ID CC) {
Chris Lattner29689432010-03-11 00:22:57 +00001574 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
Evan Cheng0c439eb2010-01-27 00:07:07 +00001575}
1576
Dan Gohman98ca4f22009-08-05 01:29:28 +00001577SDValue
1578X86TargetLowering::LowerMemArgument(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001579 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001580 const SmallVectorImpl<ISD::InputArg> &Ins,
1581 DebugLoc dl, SelectionDAG &DAG,
1582 const CCValAssign &VA,
1583 MachineFrameInfo *MFI,
Dan Gohmand858e902010-04-17 15:26:15 +00001584 unsigned i) const {
Rafael Espindola7effac52007-09-14 15:48:13 +00001585 // Create the nodes corresponding to a load from this parameter slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001586 ISD::ArgFlagsTy Flags = Ins[i].Flags;
Evan Cheng0c439eb2010-01-27 00:07:07 +00001587 bool AlwaysUseMutable = FuncIsMadeTailCallSafe(CallConv);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001588 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Anton Korobeynikov22472762009-08-14 18:19:10 +00001589 EVT ValVT;
1590
1591 // If value is passed by pointer we have address passed instead of the value
1592 // itself.
1593 if (VA.getLocInfo() == CCValAssign::Indirect)
1594 ValVT = VA.getLocVT();
1595 else
1596 ValVT = VA.getValVT();
Evan Chenge70bb592008-01-10 02:24:25 +00001597
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001598 // FIXME: For now, all byval parameter objects are marked mutable. This can be
Scott Michelfdc40a02009-02-17 22:15:04 +00001599 // changed with more analysis.
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001600 // In case of tail call optimization mark all arguments mutable. Since they
1601 // could be overwritten by lowering of arguments in case of a tail call.
Evan Cheng90567c32010-02-02 23:58:13 +00001602 if (Flags.isByVal()) {
Evan Chengee2e0e32011-03-30 23:44:13 +00001603 unsigned Bytes = Flags.getByValSize();
1604 if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
1605 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001606 return DAG.getFrameIndex(FI, getPointerTy());
1607 } else {
1608 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
Evan Chenged2ae132010-07-03 00:40:23 +00001609 VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001610 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
1611 return DAG.getLoad(ValVT, dl, Chain, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001612 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00001613 false, false, 0);
Evan Cheng90567c32010-02-02 23:58:13 +00001614 }
Rafael Espindola7effac52007-09-14 15:48:13 +00001615}
1616
Dan Gohman475871a2008-07-27 21:46:04 +00001617SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001618X86TargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001619 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001620 bool isVarArg,
1621 const SmallVectorImpl<ISD::InputArg> &Ins,
1622 DebugLoc dl,
1623 SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001624 SmallVectorImpl<SDValue> &InVals)
1625 const {
Evan Cheng1bc78042006-04-26 01:20:17 +00001626 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001627 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001628
Gordon Henriksen86737662008-01-05 16:56:59 +00001629 const Function* Fn = MF.getFunction();
1630 if (Fn->hasExternalLinkage() &&
1631 Subtarget->isTargetCygMing() &&
1632 Fn->getName() == "main")
1633 FuncInfo->setForceFramePointer(true);
1634
Evan Cheng1bc78042006-04-26 01:20:17 +00001635 MachineFrameInfo *MFI = MF.getFrameInfo();
Gordon Henriksen86737662008-01-05 16:56:59 +00001636 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001637 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001638
Chris Lattner29689432010-03-11 00:22:57 +00001639 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1640 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001641
Chris Lattner638402b2007-02-28 07:00:42 +00001642 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001643 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001644 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001645 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001646
1647 // Allocate shadow area for Win64
1648 if (IsWin64) {
1649 CCInfo.AllocateStack(32, 8);
1650 }
1651
Duncan Sands45907662010-10-31 13:21:44 +00001652 CCInfo.AnalyzeFormalArguments(Ins, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001653
Chris Lattnerf39f7712007-02-28 05:46:49 +00001654 unsigned LastVal = ~0U;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001655 SDValue ArgValue;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001656 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1657 CCValAssign &VA = ArgLocs[i];
1658 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1659 // places.
1660 assert(VA.getValNo() != LastVal &&
1661 "Don't support value assigned to multiple locs yet");
1662 LastVal = VA.getValNo();
Scott Michelfdc40a02009-02-17 22:15:04 +00001663
Chris Lattnerf39f7712007-02-28 05:46:49 +00001664 if (VA.isRegLoc()) {
Owen Andersone50ed302009-08-10 22:56:29 +00001665 EVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001666 TargetRegisterClass *RC = NULL;
Owen Anderson825b72b2009-08-11 20:47:22 +00001667 if (RegVT == MVT::i32)
Chris Lattnerf39f7712007-02-28 05:46:49 +00001668 RC = X86::GR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001669 else if (Is64Bit && RegVT == MVT::i64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001670 RC = X86::GR64RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001671 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001672 RC = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001673 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001674 RC = X86::FR64RegisterClass;
Bruno Cardoso Lopesac098352010-08-05 23:35:51 +00001675 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256)
1676 RC = X86::VR256RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001677 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001678 RC = X86::VR128RegisterClass;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001679 else if (RegVT == MVT::x86mmx)
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001680 RC = X86::VR64RegisterClass;
1681 else
Torok Edwinc23197a2009-07-14 16:55:14 +00001682 llvm_unreachable("Unknown argument type!");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001683
Devang Patel68e6bee2011-02-21 23:21:26 +00001684 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001685 ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, RegVT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001686
Chris Lattnerf39f7712007-02-28 05:46:49 +00001687 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1688 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1689 // right size.
1690 if (VA.getLocInfo() == CCValAssign::SExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001691 ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001692 DAG.getValueType(VA.getValVT()));
1693 else if (VA.getLocInfo() == CCValAssign::ZExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001694 ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001695 DAG.getValueType(VA.getValVT()));
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001696 else if (VA.getLocInfo() == CCValAssign::BCvt)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001697 ArgValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), ArgValue);
Scott Michelfdc40a02009-02-17 22:15:04 +00001698
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001699 if (VA.isExtInLoc()) {
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001700 // Handle MMX values passed in XMM regs.
1701 if (RegVT.isVector()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001702 ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(),
1703 ArgValue);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001704 } else
1705 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001706 }
Chris Lattnerf39f7712007-02-28 05:46:49 +00001707 } else {
1708 assert(VA.isMemLoc());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001709 ArgValue = LowerMemArgument(Chain, CallConv, Ins, dl, DAG, VA, MFI, i);
Evan Cheng1bc78042006-04-26 01:20:17 +00001710 }
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001711
1712 // If value is passed via pointer - do a load.
1713 if (VA.getLocInfo() == CCValAssign::Indirect)
Chris Lattner51abfe42010-09-21 06:02:19 +00001714 ArgValue = DAG.getLoad(VA.getValVT(), dl, Chain, ArgValue,
1715 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001716
Dan Gohman98ca4f22009-08-05 01:29:28 +00001717 InVals.push_back(ArgValue);
Evan Cheng1bc78042006-04-26 01:20:17 +00001718 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001719
Dan Gohman61a92132008-04-21 23:59:07 +00001720 // The x86-64 ABI for returning structs by value requires that we copy
1721 // the sret argument into %rax for the return. Save the argument into
1722 // a virtual register so that we can access it from the return points.
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001723 if (Is64Bit && MF.getFunction()->hasStructRetAttr()) {
Dan Gohman61a92132008-04-21 23:59:07 +00001724 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1725 unsigned Reg = FuncInfo->getSRetReturnReg();
1726 if (!Reg) {
Owen Anderson825b72b2009-08-11 20:47:22 +00001727 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
Dan Gohman61a92132008-04-21 23:59:07 +00001728 FuncInfo->setSRetReturnReg(Reg);
1729 }
Dan Gohman98ca4f22009-08-05 01:29:28 +00001730 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
Owen Anderson825b72b2009-08-11 20:47:22 +00001731 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
Dan Gohman61a92132008-04-21 23:59:07 +00001732 }
1733
Chris Lattnerf39f7712007-02-28 05:46:49 +00001734 unsigned StackSize = CCInfo.getNextStackOffset();
Evan Cheng0c439eb2010-01-27 00:07:07 +00001735 // Align stack specially for tail calls.
1736 if (FuncIsMadeTailCallSafe(CallConv))
Gordon Henriksenae636f82008-01-03 16:47:34 +00001737 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001738
Evan Cheng1bc78042006-04-26 01:20:17 +00001739 // If the function takes variable number of arguments, make a frame index for
1740 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001741 if (isVarArg) {
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001742 if (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
1743 CallConv != CallingConv::X86_ThisCall)) {
Jakob Stoklund Olesenb2eeed72010-07-29 17:42:27 +00001744 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, StackSize,true));
Gordon Henriksen86737662008-01-05 16:56:59 +00001745 }
1746 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001747 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1748
1749 // FIXME: We should really autogenerate these arrays
1750 static const unsigned GPR64ArgRegsWin64[] = {
1751 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001752 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001753 static const unsigned GPR64ArgRegs64Bit[] = {
1754 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1755 };
1756 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001757 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1758 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1759 };
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001760 const unsigned *GPR64ArgRegs;
1761 unsigned NumXMMRegs = 0;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001762
1763 if (IsWin64) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001764 // The XMM registers which might contain var arg parameters are shadowed
1765 // in their paired GPR. So we only need to save the GPR to their home
1766 // slots.
1767 TotalNumIntRegs = 4;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001768 GPR64ArgRegs = GPR64ArgRegsWin64;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001769 } else {
1770 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1771 GPR64ArgRegs = GPR64ArgRegs64Bit;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001772
1773 NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs64Bit, TotalNumXMMRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001774 }
1775 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1776 TotalNumIntRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001777
Devang Patel578efa92009-06-05 21:57:13 +00001778 bool NoImplicitFloatOps = Fn->hasFnAttr(Attribute::NoImplicitFloat);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001779 assert(!(NumXMMRegs && !Subtarget->hasXMM()) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001780 "SSE register cannot be used when SSE is disabled!");
Devang Patel578efa92009-06-05 21:57:13 +00001781 assert(!(NumXMMRegs && UseSoftFloat && NoImplicitFloatOps) &&
Evan Chengc7ce29b2009-02-13 22:36:38 +00001782 "SSE register cannot be used when SSE is disabled!");
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001783 if (UseSoftFloat || NoImplicitFloatOps || !Subtarget->hasXMM())
Torok Edwin3f142c32009-02-01 18:15:56 +00001784 // Kernel mode asks for SSE to be disabled, so don't push them
1785 // on the stack.
1786 TotalNumXMMRegs = 0;
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001787
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001788 if (IsWin64) {
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001789 const TargetFrameLowering &TFI = *getTargetMachine().getFrameLowering();
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001790 // Get to the caller-allocated home save location. Add 8 to account
1791 // for the return address.
1792 int HomeOffset = TFI.getOffsetOfLocalArea() + 8;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001793 FuncInfo->setRegSaveFrameIndex(
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001794 MFI->CreateFixedObject(1, NumIntRegs * 8 + HomeOffset, false));
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001795 // Fixup to set vararg frame on shadow area (4 x i64).
1796 if (NumIntRegs < 4)
1797 FuncInfo->setVarArgsFrameIndex(FuncInfo->getRegSaveFrameIndex());
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001798 } else {
1799 // For X86-64, if there are vararg parameters that are passed via
1800 // registers, then we must store them to their spots on the stack so they
1801 // may be loaded by deferencing the result of va_next.
1802 FuncInfo->setVarArgsGPOffset(NumIntRegs * 8);
1803 FuncInfo->setVarArgsFPOffset(TotalNumIntRegs * 8 + NumXMMRegs * 16);
1804 FuncInfo->setRegSaveFrameIndex(
1805 MFI->CreateStackObject(TotalNumIntRegs * 8 + TotalNumXMMRegs * 16, 16,
Dan Gohman1e93df62010-04-17 14:41:14 +00001806 false));
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001807 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001808
Gordon Henriksen86737662008-01-05 16:56:59 +00001809 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001810 SmallVector<SDValue, 8> MemOps;
Dan Gohman1e93df62010-04-17 14:41:14 +00001811 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
1812 getPointerTy());
1813 unsigned Offset = FuncInfo->getVarArgsGPOffset();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001814 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Dan Gohmand6708ea2009-08-15 01:38:56 +00001815 SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
1816 DAG.getIntPtrConstant(Offset));
Bob Wilson998e1252009-04-20 18:36:57 +00001817 unsigned VReg = MF.addLiveIn(GPR64ArgRegs[NumIntRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001818 X86::GR64RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +00001819 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Dan Gohman475871a2008-07-27 21:46:04 +00001820 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001821 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001822 MachinePointerInfo::getFixedStack(
1823 FuncInfo->getRegSaveFrameIndex(), Offset),
1824 false, false, 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001825 MemOps.push_back(Store);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001826 Offset += 8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001827 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001828
Dan Gohmanface41a2009-08-16 21:24:25 +00001829 if (TotalNumXMMRegs != 0 && NumXMMRegs != TotalNumXMMRegs) {
1830 // Now store the XMM (fp + vector) parameter registers.
1831 SmallVector<SDValue, 11> SaveXMMOps;
1832 SaveXMMOps.push_back(Chain);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001833
Devang Patel68e6bee2011-02-21 23:21:26 +00001834 unsigned AL = MF.addLiveIn(X86::AL, X86::GR8RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001835 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
1836 SaveXMMOps.push_back(ALVal);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001837
Dan Gohman1e93df62010-04-17 14:41:14 +00001838 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1839 FuncInfo->getRegSaveFrameIndex()));
1840 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1841 FuncInfo->getVarArgsFPOffset()));
Dan Gohmand6708ea2009-08-15 01:38:56 +00001842
Dan Gohmanface41a2009-08-16 21:24:25 +00001843 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001844 unsigned VReg = MF.addLiveIn(XMMArgRegs64Bit[NumXMMRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001845 X86::VR128RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001846 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::v4f32);
1847 SaveXMMOps.push_back(Val);
1848 }
1849 MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
1850 MVT::Other,
1851 &SaveXMMOps[0], SaveXMMOps.size()));
Gordon Henriksen86737662008-01-05 16:56:59 +00001852 }
Dan Gohmanface41a2009-08-16 21:24:25 +00001853
1854 if (!MemOps.empty())
1855 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
1856 &MemOps[0], MemOps.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001857 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001858 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001859
Gordon Henriksen86737662008-01-05 16:56:59 +00001860 // Some CCs need callee pop.
Evan Chengef41ff62011-06-23 17:54:54 +00001861 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt)) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001862 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001863 } else {
Dan Gohman1e93df62010-04-17 14:41:14 +00001864 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001865 // If this is an sret function, the return should pop the hidden pointer.
Chris Lattner29689432010-03-11 00:22:57 +00001866 if (!Is64Bit && !IsTailCallConvention(CallConv) && ArgsAreStructReturn(Ins))
Dan Gohman1e93df62010-04-17 14:41:14 +00001867 FuncInfo->setBytesToPopOnReturn(4);
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001868 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001869
Gordon Henriksen86737662008-01-05 16:56:59 +00001870 if (!Is64Bit) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001871 // RegSaveFrameIndex is X86-64 only.
1872 FuncInfo->setRegSaveFrameIndex(0xAAAAAAA);
Anton Korobeynikovded05e32010-05-16 09:08:45 +00001873 if (CallConv == CallingConv::X86_FastCall ||
1874 CallConv == CallingConv::X86_ThisCall)
Dan Gohman1e93df62010-04-17 14:41:14 +00001875 // fastcc functions can't have varargs.
1876 FuncInfo->setVarArgsFrameIndex(0xAAAAAAA);
Gordon Henriksen86737662008-01-05 16:56:59 +00001877 }
Evan Cheng25caf632006-05-23 21:06:34 +00001878
Dan Gohman98ca4f22009-08-05 01:29:28 +00001879 return Chain;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001880}
1881
Dan Gohman475871a2008-07-27 21:46:04 +00001882SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001883X86TargetLowering::LowerMemOpCallTo(SDValue Chain,
1884 SDValue StackPtr, SDValue Arg,
1885 DebugLoc dl, SelectionDAG &DAG,
Evan Chengdffbd832008-01-10 00:09:10 +00001886 const CCValAssign &VA,
Dan Gohmand858e902010-04-17 15:26:15 +00001887 ISD::ArgFlagsTy Flags) const {
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001888 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001889 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Dale Johannesenace16102009-02-03 19:33:06 +00001890 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001891 if (Flags.isByVal())
Dale Johannesendd64c412009-02-04 00:33:20 +00001892 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001893
1894 return DAG.getStore(Chain, dl, Arg, PtrOff,
1895 MachinePointerInfo::getStack(LocMemOffset),
David Greene67c9d422010-02-15 16:53:33 +00001896 false, false, 0);
Evan Chengdffbd832008-01-10 00:09:10 +00001897}
1898
Bill Wendling64e87322009-01-16 19:25:27 +00001899/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001900/// optimization is performed and it is required.
Scott Michelfdc40a02009-02-17 22:15:04 +00001901SDValue
1902X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Evan Chengddc419c2010-01-26 19:04:47 +00001903 SDValue &OutRetAddr, SDValue Chain,
1904 bool IsTailCall, bool Is64Bit,
Dan Gohmand858e902010-04-17 15:26:15 +00001905 int FPDiff, DebugLoc dl) const {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001906 // Adjust the Return address stack slot.
Owen Andersone50ed302009-08-10 22:56:29 +00001907 EVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001908 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001909
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001910 // Load the "old" Return address.
Chris Lattner51abfe42010-09-21 06:02:19 +00001911 OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, MachinePointerInfo(),
1912 false, false, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001913 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001914}
1915
Chris Lattner7a2bdde2011-04-15 05:18:47 +00001916/// EmitTailCallStoreRetAddr - Emit a store of the return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001917/// optimization is performed and it is required (FPDiff!=0).
Scott Michelfdc40a02009-02-17 22:15:04 +00001918static SDValue
1919EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001920 SDValue Chain, SDValue RetAddrFrIdx,
Dale Johannesenace16102009-02-03 19:33:06 +00001921 bool Is64Bit, int FPDiff, DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001922 // Store the return address to the appropriate stack slot.
1923 if (!FPDiff) return Chain;
1924 // Calculate the new stack slot for the return address.
1925 int SlotSize = Is64Bit ? 8 : 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00001926 int NewReturnAddrFI =
Evan Chenged2ae132010-07-03 00:40:23 +00001927 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize, false);
Owen Anderson825b72b2009-08-11 20:47:22 +00001928 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001929 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001930 Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00001931 MachinePointerInfo::getFixedStack(NewReturnAddrFI),
David Greene67c9d422010-02-15 16:53:33 +00001932 false, false, 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001933 return Chain;
1934}
1935
Dan Gohman98ca4f22009-08-05 01:29:28 +00001936SDValue
Evan Cheng022d9e12010-02-02 23:55:14 +00001937X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001938 CallingConv::ID CallConv, bool isVarArg,
Evan Cheng0c439eb2010-01-27 00:07:07 +00001939 bool &isTailCall,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001940 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001941 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001942 const SmallVectorImpl<ISD::InputArg> &Ins,
1943 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001944 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohman98ca4f22009-08-05 01:29:28 +00001945 MachineFunction &MF = DAG.getMachineFunction();
1946 bool Is64Bit = Subtarget->is64Bit();
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00001947 bool IsWin64 = Subtarget->isTargetWin64();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001948 bool IsStructRet = CallIsStructReturn(Outs);
Evan Cheng5f941932010-02-05 02:21:12 +00001949 bool IsSibcall = false;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001950
Evan Cheng5f941932010-02-05 02:21:12 +00001951 if (isTailCall) {
Evan Cheng0c439eb2010-01-27 00:07:07 +00001952 // Check if it's really possible to do a tail call.
Evan Chenga375d472010-03-15 18:54:48 +00001953 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
1954 isVarArg, IsStructRet, MF.getFunction()->hasStructRetAttr(),
Dan Gohmanc9403652010-07-07 15:54:55 +00001955 Outs, OutVals, Ins, DAG);
Evan Chengf22f9b32010-02-06 03:28:46 +00001956
1957 // Sibcalls are automatically detected tailcalls which do not require
1958 // ABI changes.
Dan Gohman1797ed52010-02-08 20:27:50 +00001959 if (!GuaranteedTailCallOpt && isTailCall)
Evan Cheng5f941932010-02-05 02:21:12 +00001960 IsSibcall = true;
Evan Chengf22f9b32010-02-06 03:28:46 +00001961
1962 if (isTailCall)
1963 ++NumTailCalls;
Evan Cheng5f941932010-02-05 02:21:12 +00001964 }
Evan Cheng0c439eb2010-01-27 00:07:07 +00001965
Chris Lattner29689432010-03-11 00:22:57 +00001966 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1967 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001968
Chris Lattner638402b2007-02-28 07:00:42 +00001969 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00001970 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001971 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001972 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001973
1974 // Allocate shadow area for Win64
1975 if (IsWin64) {
1976 CCInfo.AllocateStack(32, 8);
1977 }
1978
Duncan Sands45907662010-10-31 13:21:44 +00001979 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001980
Chris Lattner423c5f42007-02-28 05:31:48 +00001981 // Get a count of how many bytes are to be pushed on the stack.
1982 unsigned NumBytes = CCInfo.getNextStackOffset();
Evan Chengf22f9b32010-02-06 03:28:46 +00001983 if (IsSibcall)
Evan Chengb2c92902010-02-02 02:22:50 +00001984 // This is a sibcall. The memory operands are available in caller's
1985 // own caller's stack.
1986 NumBytes = 0;
Chris Lattner29689432010-03-11 00:22:57 +00001987 else if (GuaranteedTailCallOpt && IsTailCallConvention(CallConv))
Evan Chengf22f9b32010-02-06 03:28:46 +00001988 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001989
Gordon Henriksen86737662008-01-05 16:56:59 +00001990 int FPDiff = 0;
Evan Chengf22f9b32010-02-06 03:28:46 +00001991 if (isTailCall && !IsSibcall) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001992 // Lower arguments at fp - stackoffset + fpdiff.
Scott Michelfdc40a02009-02-17 22:15:04 +00001993 unsigned NumBytesCallerPushed =
Gordon Henriksen86737662008-01-05 16:56:59 +00001994 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
1995 FPDiff = NumBytesCallerPushed - NumBytes;
1996
1997 // Set the delta of movement of the returnaddr stackslot.
1998 // But only set if delta is greater than previous delta.
1999 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
2000 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
2001 }
2002
Evan Chengf22f9b32010-02-06 03:28:46 +00002003 if (!IsSibcall)
2004 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002005
Dan Gohman475871a2008-07-27 21:46:04 +00002006 SDValue RetAddrFrIdx;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002007 // Load return address for tail calls.
Evan Chengf22f9b32010-02-06 03:28:46 +00002008 if (isTailCall && FPDiff)
2009 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, isTailCall,
2010 Is64Bit, FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002011
Dan Gohman475871a2008-07-27 21:46:04 +00002012 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
2013 SmallVector<SDValue, 8> MemOpChains;
2014 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00002015
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002016 // Walk the register/memloc assignments, inserting copies/loads. In the case
2017 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00002018 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2019 CCValAssign &VA = ArgLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00002020 EVT RegVT = VA.getLocVT();
Dan Gohmanc9403652010-07-07 15:54:55 +00002021 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002022 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Dan Gohman095cc292008-09-13 01:54:27 +00002023 bool isByVal = Flags.isByVal();
Scott Michelfdc40a02009-02-17 22:15:04 +00002024
Chris Lattner423c5f42007-02-28 05:31:48 +00002025 // Promote the value if needed.
2026 switch (VA.getLocInfo()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002027 default: llvm_unreachable("Unknown loc info!");
Chris Lattner423c5f42007-02-28 05:31:48 +00002028 case CCValAssign::Full: break;
2029 case CCValAssign::SExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002030 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002031 break;
2032 case CCValAssign::ZExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002033 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002034 break;
2035 case CCValAssign::AExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002036 if (RegVT.isVector() && RegVT.getSizeInBits() == 128) {
2037 // Special case: passing MMX values in XMM registers.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002038 Arg = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Owen Anderson825b72b2009-08-11 20:47:22 +00002039 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
2040 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002041 } else
2042 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, RegVT, Arg);
2043 break;
2044 case CCValAssign::BCvt:
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002045 Arg = DAG.getNode(ISD::BITCAST, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002046 break;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002047 case CCValAssign::Indirect: {
2048 // Store the argument.
2049 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
Evan Chengff89dcb2009-10-18 18:16:27 +00002050 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002051 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00002052 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002053 false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002054 Arg = SpillSlot;
2055 break;
2056 }
Evan Cheng6b5783d2006-05-25 18:56:34 +00002057 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002058
Chris Lattner423c5f42007-02-28 05:31:48 +00002059 if (VA.isRegLoc()) {
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002060 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
2061 if (isVarArg && IsWin64) {
2062 // Win64 ABI requires argument XMM reg to be copied to the corresponding
2063 // shadow reg if callee is a varargs function.
2064 unsigned ShadowReg = 0;
2065 switch (VA.getLocReg()) {
2066 case X86::XMM0: ShadowReg = X86::RCX; break;
2067 case X86::XMM1: ShadowReg = X86::RDX; break;
2068 case X86::XMM2: ShadowReg = X86::R8; break;
2069 case X86::XMM3: ShadowReg = X86::R9; break;
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002070 }
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002071 if (ShadowReg)
2072 RegsToPass.push_back(std::make_pair(ShadowReg, Arg));
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002073 }
Evan Chengf22f9b32010-02-06 03:28:46 +00002074 } else if (!IsSibcall && (!isTailCall || isByVal)) {
Evan Cheng5f941932010-02-05 02:21:12 +00002075 assert(VA.isMemLoc());
2076 if (StackPtr.getNode() == 0)
2077 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr, getPointerTy());
2078 MemOpChains.push_back(LowerMemOpCallTo(Chain, StackPtr, Arg,
2079 dl, DAG, VA, Flags));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002080 }
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002081 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002082
Evan Cheng32fe1032006-05-25 00:59:30 +00002083 if (!MemOpChains.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002084 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002085 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002086
Evan Cheng347d5f72006-04-28 21:29:37 +00002087 // Build a sequence of copy-to-reg nodes chained together with token chain
2088 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00002089 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002090 // Tail call byval lowering might overwrite argument registers so in case of
2091 // tail call optimization the copies to registers are lowered later.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002092 if (!isTailCall)
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002093 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002094 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002095 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002096 InFlag = Chain.getValue(1);
2097 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002098
Chris Lattner88e1fd52009-07-09 04:24:46 +00002099 if (Subtarget->isPICStyleGOT()) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002100 // ELF / PIC requires GOT in the EBX register before function calls via PLT
2101 // GOT pointer.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002102 if (!isTailCall) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002103 Chain = DAG.getCopyToReg(Chain, dl, X86::EBX,
2104 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00002105 DebugLoc(), getPointerTy()),
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002106 InFlag);
2107 InFlag = Chain.getValue(1);
2108 } else {
2109 // If we are tail calling and generating PIC/GOT style code load the
2110 // address of the callee into ECX. The value in ecx is used as target of
2111 // the tail jump. This is done to circumvent the ebx/callee-saved problem
2112 // for tail calls on PIC/GOT architectures. Normally we would just put the
2113 // address of GOT into ebx and then call target@PLT. But for tail calls
2114 // ebx would be restored (since ebx is callee saved) before jumping to the
2115 // target@PLT.
2116
2117 // Note: The actual moving to ECX is done further down.
2118 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
2119 if (G && !G->getGlobal()->hasHiddenVisibility() &&
2120 !G->getGlobal()->hasProtectedVisibility())
2121 Callee = LowerGlobalAddress(Callee, DAG);
2122 else if (isa<ExternalSymbolSDNode>(Callee))
Chris Lattner15a380a2009-07-09 04:39:06 +00002123 Callee = LowerExternalSymbol(Callee, DAG);
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002124 }
Anton Korobeynikov7f705592007-01-12 19:20:47 +00002125 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00002126
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002127 if (Is64Bit && isVarArg && !IsWin64) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002128 // From AMD64 ABI document:
2129 // For calls that may call functions that use varargs or stdargs
2130 // (prototype-less calls or calls to functions containing ellipsis (...) in
2131 // the declaration) %al is used as hidden argument to specify the number
2132 // of SSE registers used. The contents of %al do not need to match exactly
2133 // the number of registers, but must be an ubound on the number of SSE
2134 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00002135
Gordon Henriksen86737662008-01-05 16:56:59 +00002136 // Count the number of XMM registers allocated.
2137 static const unsigned XMMArgRegs[] = {
2138 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
2139 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
2140 };
2141 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00002142 assert((Subtarget->hasXMM() || !NumXMMRegs)
Torok Edwin3f142c32009-02-01 18:15:56 +00002143 && "SSE registers cannot be used when SSE is disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00002144
Dale Johannesendd64c412009-02-04 00:33:20 +00002145 Chain = DAG.getCopyToReg(Chain, dl, X86::AL,
Owen Anderson825b72b2009-08-11 20:47:22 +00002146 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002147 InFlag = Chain.getValue(1);
2148 }
2149
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00002150
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002151 // For tail calls lower the arguments to the 'real' stack slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002152 if (isTailCall) {
2153 // Force all the incoming stack arguments to be loaded from the stack
2154 // before any new outgoing arguments are stored to the stack, because the
2155 // outgoing stack slots may alias the incoming argument stack slots, and
2156 // the alias isn't otherwise explicit. This is slightly more conservative
2157 // than necessary, because it means that each store effectively depends
2158 // on every argument instead of just those arguments it would clobber.
2159 SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain);
2160
Dan Gohman475871a2008-07-27 21:46:04 +00002161 SmallVector<SDValue, 8> MemOpChains2;
2162 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00002163 int FI = 0;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002164 // Do not flag preceding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00002165 InFlag = SDValue();
Dan Gohman1797ed52010-02-08 20:27:50 +00002166 if (GuaranteedTailCallOpt) {
Evan Chengb2c92902010-02-02 02:22:50 +00002167 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2168 CCValAssign &VA = ArgLocs[i];
2169 if (VA.isRegLoc())
2170 continue;
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002171 assert(VA.isMemLoc());
Dan Gohmanc9403652010-07-07 15:54:55 +00002172 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002173 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Gordon Henriksen86737662008-01-05 16:56:59 +00002174 // Create frame index.
2175 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002176 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Evan Chenged2ae132010-07-03 00:40:23 +00002177 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002178 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002179
Duncan Sands276dcbd2008-03-21 09:14:45 +00002180 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002181 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00002182 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00002183 if (StackPtr.getNode() == 0)
Scott Michelfdc40a02009-02-17 22:15:04 +00002184 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr,
Dale Johannesendd64c412009-02-04 00:33:20 +00002185 getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00002186 Source = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, Source);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002187
Dan Gohman98ca4f22009-08-05 01:29:28 +00002188 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN,
2189 ArgChain,
Dale Johannesendd64c412009-02-04 00:33:20 +00002190 Flags, DAG, dl));
Gordon Henriksen86737662008-01-05 16:56:59 +00002191 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002192 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00002193 MemOpChains2.push_back(
Dan Gohman98ca4f22009-08-05 01:29:28 +00002194 DAG.getStore(ArgChain, dl, Arg, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00002195 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002196 false, false, 0));
Scott Michelfdc40a02009-02-17 22:15:04 +00002197 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002198 }
2199 }
2200
2201 if (!MemOpChains2.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002202 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00002203 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002204
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002205 // Copy arguments to their registers.
2206 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002207 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002208 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002209 InFlag = Chain.getValue(1);
2210 }
Dan Gohman475871a2008-07-27 21:46:04 +00002211 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002212
Gordon Henriksen86737662008-01-05 16:56:59 +00002213 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002214 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00002215 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002216 }
2217
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002218 if (getTargetMachine().getCodeModel() == CodeModel::Large) {
2219 assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
2220 // In the 64-bit large code model, we have to make all calls
2221 // through a register, since the call instruction's 32-bit
2222 // pc-relative offset may not be large enough to hold the whole
2223 // address.
2224 } else if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002225 // If the callee is a GlobalAddress node (quite common, every direct call
2226 // is) turn it into a TargetGlobalAddress node so that legalize doesn't hack
2227 // it.
2228
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00002229 // We should use extra load for direct calls to dllimported functions in
2230 // non-JIT mode.
Dan Gohman46510a72010-04-15 01:51:59 +00002231 const GlobalValue *GV = G->getGlobal();
Chris Lattner754b7652009-07-10 05:48:03 +00002232 if (!GV->hasDLLImportLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002233 unsigned char OpFlags = 0;
John McCall3a3465b2011-06-15 20:36:13 +00002234 bool ExtraLoad = false;
2235 unsigned WrapperKind = ISD::DELETED_NODE;
Eric Christopherfd179292009-08-27 18:07:15 +00002236
Chris Lattner48a7d022009-07-09 05:02:21 +00002237 // On ELF targets, in both X86-64 and X86-32 mode, direct calls to
2238 // external symbols most go through the PLT in PIC mode. If the symbol
2239 // has hidden or protected visibility, or if it is static or local, then
2240 // we don't need to use the PLT - we can directly call it.
2241 if (Subtarget->isTargetELF() &&
2242 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattner74e726e2009-07-09 05:27:35 +00002243 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002244 OpFlags = X86II::MO_PLT;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00002245 } else if (Subtarget->isPICStyleStubAny() &&
Chris Lattner80945782010-09-27 06:34:01 +00002246 (GV->isDeclaration() || GV->isWeakForLinker()) &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002247 (!Subtarget->getTargetTriple().isMacOSX() ||
2248 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Chris Lattner74e726e2009-07-09 05:27:35 +00002249 // PC-relative references to external symbols should go through $stub,
2250 // unless we're building with the leopard linker or later, which
2251 // automatically synthesizes these stubs.
2252 OpFlags = X86II::MO_DARWIN_STUB;
John McCall3a3465b2011-06-15 20:36:13 +00002253 } else if (Subtarget->isPICStyleRIPRel() &&
2254 isa<Function>(GV) &&
2255 cast<Function>(GV)->hasFnAttr(Attribute::NonLazyBind)) {
2256 // If the function is marked as non-lazy, generate an indirect call
2257 // which loads from the GOT directly. This avoids runtime overhead
2258 // at the cost of eager binding (and one extra byte of encoding).
2259 OpFlags = X86II::MO_GOTPCREL;
2260 WrapperKind = X86ISD::WrapperRIP;
2261 ExtraLoad = true;
Chris Lattner74e726e2009-07-09 05:27:35 +00002262 }
Chris Lattner48a7d022009-07-09 05:02:21 +00002263
Devang Patel0d881da2010-07-06 22:08:15 +00002264 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
Chris Lattner48a7d022009-07-09 05:02:21 +00002265 G->getOffset(), OpFlags);
John McCall3a3465b2011-06-15 20:36:13 +00002266
2267 // Add a wrapper if needed.
2268 if (WrapperKind != ISD::DELETED_NODE)
2269 Callee = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Callee);
2270 // Add extra indirection if needed.
2271 if (ExtraLoad)
2272 Callee = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Callee,
2273 MachinePointerInfo::getGOT(),
2274 false, false, 0);
Chris Lattner48a7d022009-07-09 05:02:21 +00002275 }
Bill Wendling056292f2008-09-16 21:48:12 +00002276 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002277 unsigned char OpFlags = 0;
2278
Evan Cheng1bf891a2010-12-01 22:59:46 +00002279 // On ELF targets, in either X86-64 or X86-32 mode, direct calls to
2280 // external symbols should go through the PLT.
2281 if (Subtarget->isTargetELF() &&
2282 getTargetMachine().getRelocationModel() == Reloc::PIC_) {
2283 OpFlags = X86II::MO_PLT;
2284 } else if (Subtarget->isPICStyleStubAny() &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002285 (!Subtarget->getTargetTriple().isMacOSX() ||
2286 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Evan Cheng1bf891a2010-12-01 22:59:46 +00002287 // PC-relative references to external symbols should go through $stub,
2288 // unless we're building with the leopard linker or later, which
2289 // automatically synthesizes these stubs.
2290 OpFlags = X86II::MO_DARWIN_STUB;
Chris Lattner74e726e2009-07-09 05:27:35 +00002291 }
Eric Christopherfd179292009-08-27 18:07:15 +00002292
Chris Lattner48a7d022009-07-09 05:02:21 +00002293 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy(),
2294 OpFlags);
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002295 }
2296
Chris Lattnerd96d0722007-02-25 06:40:16 +00002297 // Returns a chain & a flag for retval copy to use.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00002298 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Dan Gohman475871a2008-07-27 21:46:04 +00002299 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00002300
Evan Chengf22f9b32010-02-06 03:28:46 +00002301 if (!IsSibcall && isTailCall) {
Dale Johannesene8d72302009-02-06 23:05:02 +00002302 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
2303 DAG.getIntPtrConstant(0, true), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002304 InFlag = Chain.getValue(1);
Gordon Henriksen86737662008-01-05 16:56:59 +00002305 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002306
Nate Begeman4c5dcf52006-02-17 00:03:04 +00002307 Ops.push_back(Chain);
2308 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00002309
Dan Gohman98ca4f22009-08-05 01:29:28 +00002310 if (isTailCall)
Owen Anderson825b72b2009-08-11 20:47:22 +00002311 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00002312
Gordon Henriksen86737662008-01-05 16:56:59 +00002313 // Add argument registers to the end of the list so that they are known live
2314 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00002315 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
2316 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
2317 RegsToPass[i].second.getValueType()));
Scott Michelfdc40a02009-02-17 22:15:04 +00002318
Evan Cheng586ccac2008-03-18 23:36:35 +00002319 // Add an implicit use GOT pointer in EBX.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002320 if (!isTailCall && Subtarget->isPICStyleGOT())
Evan Cheng586ccac2008-03-18 23:36:35 +00002321 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
2322
Anton Korobeynikov3a1e54a2010-08-17 21:06:07 +00002323 // Add an implicit use of AL for non-Windows x86 64-bit vararg functions.
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002324 if (Is64Bit && isVarArg && !IsWin64)
Owen Anderson825b72b2009-08-11 20:47:22 +00002325 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
Evan Cheng586ccac2008-03-18 23:36:35 +00002326
Gabor Greifba36cb52008-08-28 21:40:38 +00002327 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00002328 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00002329
Dan Gohman98ca4f22009-08-05 01:29:28 +00002330 if (isTailCall) {
Dale Johannesen88004c22010-06-05 00:30:45 +00002331 // We used to do:
2332 //// If this is the first return lowered for this function, add the regs
2333 //// to the liveout set for the function.
2334 // This isn't right, although it's probably harmless on x86; liveouts
2335 // should be computed from returns not tail calls. Consider a void
2336 // function making a tail call to a function returning int.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002337 return DAG.getNode(X86ISD::TC_RETURN, dl,
2338 NodeTys, &Ops[0], Ops.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002339 }
2340
Dale Johannesenace16102009-02-03 19:33:06 +00002341 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00002342 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00002343
Chris Lattner2d297092006-05-23 18:50:38 +00002344 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00002345 unsigned NumBytesForCalleeToPush;
Evan Chengef41ff62011-06-23 17:54:54 +00002346 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt))
Gordon Henriksen86737662008-01-05 16:56:59 +00002347 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Chris Lattner29689432010-03-11 00:22:57 +00002348 else if (!Is64Bit && !IsTailCallConvention(CallConv) && IsStructRet)
Dan Gohmanf451cb82010-02-10 16:03:48 +00002349 // If this is a call to a struct-return function, the callee
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00002350 // pops the hidden struct pointer, so we have to push it back.
2351 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00002352 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00002353 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00002354 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Scott Michelfdc40a02009-02-17 22:15:04 +00002355
Gordon Henriksenae636f82008-01-03 16:47:34 +00002356 // Returns a flag for retval copy to use.
Evan Chengf22f9b32010-02-06 03:28:46 +00002357 if (!IsSibcall) {
2358 Chain = DAG.getCALLSEQ_END(Chain,
2359 DAG.getIntPtrConstant(NumBytes, true),
2360 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
2361 true),
2362 InFlag);
2363 InFlag = Chain.getValue(1);
2364 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002365
Chris Lattner3085e152007-02-25 08:59:22 +00002366 // Handle result values, copying them out of physregs into vregs that we
2367 // return.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002368 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
2369 Ins, dl, DAG, InVals);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002370}
2371
Evan Cheng25ab6902006-09-08 06:48:29 +00002372
2373//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002374// Fast Calling Convention (tail call) implementation
2375//===----------------------------------------------------------------------===//
2376
2377// Like std call, callee cleans arguments, convention except that ECX is
2378// reserved for storing the tail called function address. Only 2 registers are
2379// free for argument passing (inreg). Tail call optimization is performed
2380// provided:
2381// * tailcallopt is enabled
2382// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00002383// On X86_64 architecture with GOT-style position independent code only local
2384// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002385// To keep the stack aligned according to platform abi the function
2386// GetAlignedArgumentStackSize ensures that argument delta is always multiples
2387// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002388// If a tail called function callee has more arguments than the caller the
2389// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002390// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002391// original REtADDR, but before the saved framepointer or the spilled registers
2392// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
2393// stack layout:
2394// arg1
2395// arg2
2396// RETADDR
Scott Michelfdc40a02009-02-17 22:15:04 +00002397// [ new RETADDR
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002398// move area ]
2399// (possible EBP)
2400// ESI
2401// EDI
2402// local1 ..
2403
2404/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
2405/// for a 16 byte align requirement.
Dan Gohmand858e902010-04-17 15:26:15 +00002406unsigned
2407X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
2408 SelectionDAG& DAG) const {
Evan Chenge9ac9e62008-09-07 09:07:23 +00002409 MachineFunction &MF = DAG.getMachineFunction();
2410 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00002411 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002412 unsigned StackAlignment = TFI.getStackAlignment();
Scott Michelfdc40a02009-02-17 22:15:04 +00002413 uint64_t AlignMask = StackAlignment - 1;
Evan Chenge9ac9e62008-09-07 09:07:23 +00002414 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00002415 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002416 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
2417 // Number smaller than 12 so just add the difference.
2418 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
2419 } else {
2420 // Mask out lower bits, add stackalignment once plus the 12 bytes.
Scott Michelfdc40a02009-02-17 22:15:04 +00002421 Offset = ((~AlignMask) & Offset) + StackAlignment +
Evan Chenge9ac9e62008-09-07 09:07:23 +00002422 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002423 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00002424 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002425}
2426
Evan Cheng5f941932010-02-05 02:21:12 +00002427/// MatchingStackOffset - Return true if the given stack call argument is
2428/// already available in the same position (relatively) of the caller's
2429/// incoming argument stack.
2430static
2431bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags,
2432 MachineFrameInfo *MFI, const MachineRegisterInfo *MRI,
2433 const X86InstrInfo *TII) {
Evan Cheng4cae1332010-03-05 08:38:04 +00002434 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
2435 int FI = INT_MAX;
Evan Cheng5f941932010-02-05 02:21:12 +00002436 if (Arg.getOpcode() == ISD::CopyFromReg) {
2437 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg();
Jakob Stoklund Olesenc9df0252011-01-10 02:58:51 +00002438 if (!TargetRegisterInfo::isVirtualRegister(VR))
Evan Cheng5f941932010-02-05 02:21:12 +00002439 return false;
2440 MachineInstr *Def = MRI->getVRegDef(VR);
2441 if (!Def)
2442 return false;
2443 if (!Flags.isByVal()) {
2444 if (!TII->isLoadFromStackSlot(Def, FI))
2445 return false;
2446 } else {
2447 unsigned Opcode = Def->getOpcode();
2448 if ((Opcode == X86::LEA32r || Opcode == X86::LEA64r) &&
2449 Def->getOperand(1).isFI()) {
2450 FI = Def->getOperand(1).getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002451 Bytes = Flags.getByValSize();
Evan Cheng5f941932010-02-05 02:21:12 +00002452 } else
2453 return false;
2454 }
Evan Cheng4cae1332010-03-05 08:38:04 +00002455 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) {
2456 if (Flags.isByVal())
2457 // ByVal argument is passed in as a pointer but it's now being
Evan Cheng10718492010-03-05 19:55:55 +00002458 // dereferenced. e.g.
Evan Cheng4cae1332010-03-05 08:38:04 +00002459 // define @foo(%struct.X* %A) {
2460 // tail call @bar(%struct.X* byval %A)
2461 // }
Evan Cheng5f941932010-02-05 02:21:12 +00002462 return false;
2463 SDValue Ptr = Ld->getBasePtr();
2464 FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr);
2465 if (!FINode)
2466 return false;
2467 FI = FINode->getIndex();
Chad Rosierdf78fcd2011-06-25 02:04:56 +00002468 } else if (Arg.getOpcode() == ISD::FrameIndex && Flags.isByVal()) {
Chad Rosier14d71aa2011-06-25 18:51:28 +00002469 FrameIndexSDNode *FINode = cast<FrameIndexSDNode>(Arg);
Chad Rosierdf78fcd2011-06-25 02:04:56 +00002470 FI = FINode->getIndex();
2471 Bytes = Flags.getByValSize();
Evan Cheng4cae1332010-03-05 08:38:04 +00002472 } else
2473 return false;
Evan Cheng5f941932010-02-05 02:21:12 +00002474
Evan Cheng4cae1332010-03-05 08:38:04 +00002475 assert(FI != INT_MAX);
Evan Cheng5f941932010-02-05 02:21:12 +00002476 if (!MFI->isFixedObjectIndex(FI))
2477 return false;
Evan Cheng4cae1332010-03-05 08:38:04 +00002478 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
Evan Cheng5f941932010-02-05 02:21:12 +00002479}
2480
Dan Gohman98ca4f22009-08-05 01:29:28 +00002481/// IsEligibleForTailCallOptimization - Check whether the call is eligible
2482/// for tail call optimization. Targets which want to do tail call
2483/// optimization should implement this function.
2484bool
2485X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00002486 CallingConv::ID CalleeCC,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002487 bool isVarArg,
Evan Chenga375d472010-03-15 18:54:48 +00002488 bool isCalleeStructRet,
2489 bool isCallerStructRet,
Evan Chengb1712452010-01-27 06:25:16 +00002490 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00002491 const SmallVectorImpl<SDValue> &OutVals,
Evan Chengb1712452010-01-27 06:25:16 +00002492 const SmallVectorImpl<ISD::InputArg> &Ins,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002493 SelectionDAG& DAG) const {
Chris Lattner29689432010-03-11 00:22:57 +00002494 if (!IsTailCallConvention(CalleeCC) &&
Evan Chengb1712452010-01-27 06:25:16 +00002495 CalleeCC != CallingConv::C)
2496 return false;
2497
Evan Cheng7096ae42010-01-29 06:45:59 +00002498 // If -tailcallopt is specified, make fastcc functions tail-callable.
Evan Cheng2c12cb42010-03-26 16:26:03 +00002499 const MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng7096ae42010-01-29 06:45:59 +00002500 const Function *CallerF = DAG.getMachineFunction().getFunction();
Evan Cheng13617962010-04-30 01:12:32 +00002501 CallingConv::ID CallerCC = CallerF->getCallingConv();
2502 bool CCMatch = CallerCC == CalleeCC;
2503
Dan Gohman1797ed52010-02-08 20:27:50 +00002504 if (GuaranteedTailCallOpt) {
Evan Cheng13617962010-04-30 01:12:32 +00002505 if (IsTailCallConvention(CalleeCC) && CCMatch)
Evan Cheng843bd692010-01-31 06:44:49 +00002506 return true;
2507 return false;
2508 }
2509
Dale Johannesen2f05cc02010-05-28 23:24:28 +00002510 // Look for obvious safe cases to perform tail call optimization that do not
2511 // require ABI changes. This is what gcc calls sibcall.
Evan Chengb2c92902010-02-02 02:22:50 +00002512
Evan Cheng2c12cb42010-03-26 16:26:03 +00002513 // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
2514 // emit a special epilogue.
2515 if (RegInfo->needsStackRealignment(MF))
2516 return false;
2517
Evan Chenga375d472010-03-15 18:54:48 +00002518 // Also avoid sibcall optimization if either caller or callee uses struct
2519 // return semantics.
2520 if (isCalleeStructRet || isCallerStructRet)
2521 return false;
2522
Chad Rosier2416da32011-06-24 21:15:36 +00002523 // An stdcall caller is expected to clean up its arguments; the callee
2524 // isn't going to do that.
2525 if (!CCMatch && CallerCC==CallingConv::X86_StdCall)
2526 return false;
2527
Chad Rosier871f6642011-05-18 19:59:50 +00002528 // Do not sibcall optimize vararg calls unless all arguments are passed via
Chad Rosiera1660892011-05-20 00:59:28 +00002529 // registers.
Chad Rosier871f6642011-05-18 19:59:50 +00002530 if (isVarArg && !Outs.empty()) {
Chad Rosiera1660892011-05-20 00:59:28 +00002531
2532 // Optimizing for varargs on Win64 is unlikely to be safe without
2533 // additional testing.
2534 if (Subtarget->isTargetWin64())
2535 return false;
2536
Chad Rosier871f6642011-05-18 19:59:50 +00002537 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002538 CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(),
2539 getTargetMachine(), ArgLocs, *DAG.getContext());
Chad Rosier871f6642011-05-18 19:59:50 +00002540
Chad Rosier871f6642011-05-18 19:59:50 +00002541 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
2542 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i)
2543 if (!ArgLocs[i].isRegLoc())
2544 return false;
2545 }
2546
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002547 // If the call result is in ST0 / ST1, it needs to be popped off the x87 stack.
2548 // Therefore if it's not used by the call it is not safe to optimize this into
2549 // a sibcall.
2550 bool Unused = false;
2551 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
2552 if (!Ins[i].Used) {
2553 Unused = true;
2554 break;
2555 }
2556 }
2557 if (Unused) {
2558 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002559 CCState CCInfo(CalleeCC, false, DAG.getMachineFunction(),
2560 getTargetMachine(), RVLocs, *DAG.getContext());
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002561 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Evan Cheng13617962010-04-30 01:12:32 +00002562 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002563 CCValAssign &VA = RVLocs[i];
2564 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
2565 return false;
2566 }
2567 }
2568
Evan Cheng13617962010-04-30 01:12:32 +00002569 // If the calling conventions do not match, then we'd better make sure the
2570 // results are returned in the same way as what the caller expects.
2571 if (!CCMatch) {
2572 SmallVector<CCValAssign, 16> RVLocs1;
Eric Christopher471e4222011-06-08 23:55:35 +00002573 CCState CCInfo1(CalleeCC, false, DAG.getMachineFunction(),
2574 getTargetMachine(), RVLocs1, *DAG.getContext());
Evan Cheng13617962010-04-30 01:12:32 +00002575 CCInfo1.AnalyzeCallResult(Ins, RetCC_X86);
2576
2577 SmallVector<CCValAssign, 16> RVLocs2;
Eric Christopher471e4222011-06-08 23:55:35 +00002578 CCState CCInfo2(CallerCC, false, DAG.getMachineFunction(),
2579 getTargetMachine(), RVLocs2, *DAG.getContext());
Evan Cheng13617962010-04-30 01:12:32 +00002580 CCInfo2.AnalyzeCallResult(Ins, RetCC_X86);
2581
2582 if (RVLocs1.size() != RVLocs2.size())
2583 return false;
2584 for (unsigned i = 0, e = RVLocs1.size(); i != e; ++i) {
2585 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
2586 return false;
2587 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
2588 return false;
2589 if (RVLocs1[i].isRegLoc()) {
2590 if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg())
2591 return false;
2592 } else {
2593 if (RVLocs1[i].getLocMemOffset() != RVLocs2[i].getLocMemOffset())
2594 return false;
2595 }
2596 }
2597 }
2598
Evan Chenga6bff982010-01-30 01:22:00 +00002599 // If the callee takes no arguments then go on to check the results of the
2600 // call.
2601 if (!Outs.empty()) {
2602 // Check if stack adjustment is needed. For now, do not do this if any
2603 // argument is passed on the stack.
2604 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002605 CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(),
2606 getTargetMachine(), ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002607
2608 // Allocate shadow area for Win64
2609 if (Subtarget->isTargetWin64()) {
2610 CCInfo.AllocateStack(32, 8);
2611 }
2612
Duncan Sands45907662010-10-31 13:21:44 +00002613 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Stuart Hastings6db2c2f2011-05-17 16:59:46 +00002614 if (CCInfo.getNextStackOffset()) {
Evan Chengb2c92902010-02-02 02:22:50 +00002615 MachineFunction &MF = DAG.getMachineFunction();
2616 if (MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn())
2617 return false;
Evan Chengb2c92902010-02-02 02:22:50 +00002618
2619 // Check if the arguments are already laid out in the right way as
2620 // the caller's fixed stack objects.
2621 MachineFrameInfo *MFI = MF.getFrameInfo();
Evan Cheng5f941932010-02-05 02:21:12 +00002622 const MachineRegisterInfo *MRI = &MF.getRegInfo();
2623 const X86InstrInfo *TII =
2624 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
Evan Chengb2c92902010-02-02 02:22:50 +00002625 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2626 CCValAssign &VA = ArgLocs[i];
Dan Gohmanc9403652010-07-07 15:54:55 +00002627 SDValue Arg = OutVals[i];
Evan Chengb2c92902010-02-02 02:22:50 +00002628 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Evan Chengb2c92902010-02-02 02:22:50 +00002629 if (VA.getLocInfo() == CCValAssign::Indirect)
2630 return false;
2631 if (!VA.isRegLoc()) {
Evan Cheng5f941932010-02-05 02:21:12 +00002632 if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
2633 MFI, MRI, TII))
Evan Chengb2c92902010-02-02 02:22:50 +00002634 return false;
2635 }
2636 }
2637 }
Evan Cheng9c044672010-05-29 01:35:22 +00002638
2639 // If the tailcall address may be in a register, then make sure it's
2640 // possible to register allocate for it. In 32-bit, the call address can
2641 // only target EAX, EDX, or ECX since the tail call must be scheduled after
Evan Chengdedd9742010-07-14 06:44:01 +00002642 // callee-saved registers are restored. These happen to be the same
2643 // registers used to pass 'inreg' arguments so watch out for those.
2644 if (!Subtarget->is64Bit() &&
2645 !isa<GlobalAddressSDNode>(Callee) &&
Evan Cheng9c044672010-05-29 01:35:22 +00002646 !isa<ExternalSymbolSDNode>(Callee)) {
Evan Cheng9c044672010-05-29 01:35:22 +00002647 unsigned NumInRegs = 0;
2648 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2649 CCValAssign &VA = ArgLocs[i];
Evan Chengdedd9742010-07-14 06:44:01 +00002650 if (!VA.isRegLoc())
2651 continue;
2652 unsigned Reg = VA.getLocReg();
2653 switch (Reg) {
2654 default: break;
2655 case X86::EAX: case X86::EDX: case X86::ECX:
2656 if (++NumInRegs == 3)
Evan Cheng9c044672010-05-29 01:35:22 +00002657 return false;
Evan Chengdedd9742010-07-14 06:44:01 +00002658 break;
Evan Cheng9c044672010-05-29 01:35:22 +00002659 }
2660 }
2661 }
Evan Chenga6bff982010-01-30 01:22:00 +00002662 }
Evan Chengb1712452010-01-27 06:25:16 +00002663
Evan Cheng86809cc2010-02-03 03:28:02 +00002664 return true;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002665}
2666
Dan Gohman3df24e62008-09-03 23:12:08 +00002667FastISel *
Dan Gohmana4160c32010-07-07 16:29:44 +00002668X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const {
2669 return X86::createFastISel(funcInfo);
Dan Gohmand9f3c482008-08-19 21:32:53 +00002670}
2671
2672
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002673//===----------------------------------------------------------------------===//
2674// Other Lowering Hooks
2675//===----------------------------------------------------------------------===//
2676
Bruno Cardoso Lopese654b562010-09-01 00:51:36 +00002677static bool MayFoldLoad(SDValue Op) {
2678 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
2679}
2680
2681static bool MayFoldIntoStore(SDValue Op) {
2682 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
2683}
2684
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002685static bool isTargetShuffle(unsigned Opcode) {
2686 switch(Opcode) {
2687 default: return false;
2688 case X86ISD::PSHUFD:
2689 case X86ISD::PSHUFHW:
2690 case X86ISD::PSHUFLW:
2691 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002692 case X86ISD::PALIGN:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002693 case X86ISD::SHUFPS:
2694 case X86ISD::MOVLHPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002695 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002696 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002697 case X86ISD::MOVLPS:
2698 case X86ISD::MOVLPD:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002699 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002700 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002701 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002702 case X86ISD::MOVSS:
2703 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002704 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002705 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002706 case X86ISD::VUNPCKLPSY:
2707 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002708 case X86ISD::PUNPCKLWD:
2709 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002710 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002711 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002712 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002713 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002714 case X86ISD::PUNPCKHWD:
2715 case X86ISD::PUNPCKHBW:
2716 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002717 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00002718 case X86ISD::VPERMIL:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002719 return true;
2720 }
2721 return false;
2722}
2723
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002724static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002725 SDValue V1, SelectionDAG &DAG) {
2726 switch(Opc) {
2727 default: llvm_unreachable("Unknown x86 shuffle node");
2728 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002729 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002730 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002731 return DAG.getNode(Opc, dl, VT, V1);
2732 }
2733
2734 return SDValue();
2735}
2736
2737static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00002738 SDValue V1, unsigned TargetMask, SelectionDAG &DAG) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002739 switch(Opc) {
2740 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002741 case X86ISD::PSHUFD:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002742 case X86ISD::PSHUFHW:
2743 case X86ISD::PSHUFLW:
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00002744 case X86ISD::VPERMIL:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002745 return DAG.getNode(Opc, dl, VT, V1, DAG.getConstant(TargetMask, MVT::i8));
2746 }
2747
2748 return SDValue();
2749}
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002750
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002751static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2752 SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) {
2753 switch(Opc) {
2754 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002755 case X86ISD::PALIGN:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002756 case X86ISD::SHUFPD:
2757 case X86ISD::SHUFPS:
2758 return DAG.getNode(Opc, dl, VT, V1, V2,
2759 DAG.getConstant(TargetMask, MVT::i8));
2760 }
2761 return SDValue();
2762}
2763
2764static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2765 SDValue V1, SDValue V2, SelectionDAG &DAG) {
2766 switch(Opc) {
2767 default: llvm_unreachable("Unknown x86 shuffle node");
2768 case X86ISD::MOVLHPS:
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00002769 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002770 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002771 case X86ISD::MOVLPS:
2772 case X86ISD::MOVLPD:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002773 case X86ISD::MOVSS:
2774 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002775 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002776 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002777 case X86ISD::VUNPCKLPSY:
2778 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002779 case X86ISD::PUNPCKLWD:
2780 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002781 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002782 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002783 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002784 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002785 case X86ISD::PUNPCKHWD:
2786 case X86ISD::PUNPCKHBW:
2787 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002788 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002789 return DAG.getNode(Opc, dl, VT, V1, V2);
2790 }
2791 return SDValue();
2792}
2793
Dan Gohmand858e902010-04-17 15:26:15 +00002794SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) const {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002795 MachineFunction &MF = DAG.getMachineFunction();
2796 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2797 int ReturnAddrIndex = FuncInfo->getRAIndex();
2798
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002799 if (ReturnAddrIndex == 0) {
2800 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00002801 uint64_t SlotSize = TD->getPointerSize();
David Greene3f2bf852009-11-12 20:49:22 +00002802 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize,
Evan Chenged2ae132010-07-03 00:40:23 +00002803 false);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002804 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002805 }
2806
Evan Cheng25ab6902006-09-08 06:48:29 +00002807 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002808}
2809
2810
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002811bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
2812 bool hasSymbolicDisplacement) {
2813 // Offset should fit into 32 bit immediate field.
Benjamin Kramer34247a02010-03-29 21:13:41 +00002814 if (!isInt<32>(Offset))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002815 return false;
2816
2817 // If we don't have a symbolic displacement - we don't have any extra
2818 // restrictions.
2819 if (!hasSymbolicDisplacement)
2820 return true;
2821
2822 // FIXME: Some tweaks might be needed for medium code model.
2823 if (M != CodeModel::Small && M != CodeModel::Kernel)
2824 return false;
2825
2826 // For small code model we assume that latest object is 16MB before end of 31
2827 // bits boundary. We may also accept pretty large negative constants knowing
2828 // that all objects are in the positive half of address space.
2829 if (M == CodeModel::Small && Offset < 16*1024*1024)
2830 return true;
2831
2832 // For kernel code model we know that all object resist in the negative half
2833 // of 32bits address space. We may not accept negative offsets, since they may
2834 // be just off and we may accept pretty large positive ones.
2835 if (M == CodeModel::Kernel && Offset > 0)
2836 return true;
2837
2838 return false;
2839}
2840
Evan Chengef41ff62011-06-23 17:54:54 +00002841/// isCalleePop - Determines whether the callee is required to pop its
2842/// own arguments. Callee pop is necessary to support tail calls.
2843bool X86::isCalleePop(CallingConv::ID CallingConv,
2844 bool is64Bit, bool IsVarArg, bool TailCallOpt) {
2845 if (IsVarArg)
2846 return false;
2847
2848 switch (CallingConv) {
2849 default:
2850 return false;
2851 case CallingConv::X86_StdCall:
2852 return !is64Bit;
2853 case CallingConv::X86_FastCall:
2854 return !is64Bit;
2855 case CallingConv::X86_ThisCall:
2856 return !is64Bit;
2857 case CallingConv::Fast:
2858 return TailCallOpt;
2859 case CallingConv::GHC:
2860 return TailCallOpt;
2861 }
2862}
2863
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002864/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
2865/// specific condition code, returning the condition code and the LHS/RHS of the
2866/// comparison to make.
2867static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
2868 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00002869 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002870 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
2871 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
2872 // X > -1 -> X == 0, jump !sign.
2873 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002874 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002875 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
2876 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002877 return X86::COND_S;
Andrew Trickf6c39412011-03-23 23:11:02 +00002878 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00002879 // X < 1 -> X <= 0
2880 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002881 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002882 }
Chris Lattnerf9570512006-09-13 03:22:10 +00002883 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002884
Evan Chengd9558e02006-01-06 00:43:03 +00002885 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002886 default: llvm_unreachable("Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002887 case ISD::SETEQ: return X86::COND_E;
2888 case ISD::SETGT: return X86::COND_G;
2889 case ISD::SETGE: return X86::COND_GE;
2890 case ISD::SETLT: return X86::COND_L;
2891 case ISD::SETLE: return X86::COND_LE;
2892 case ISD::SETNE: return X86::COND_NE;
2893 case ISD::SETULT: return X86::COND_B;
2894 case ISD::SETUGT: return X86::COND_A;
2895 case ISD::SETULE: return X86::COND_BE;
2896 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002897 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002898 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002899
Chris Lattner4c78e022008-12-23 23:42:27 +00002900 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002901
Chris Lattner4c78e022008-12-23 23:42:27 +00002902 // If LHS is a foldable load, but RHS is not, flip the condition.
Rafael Espindolaf297c932011-02-03 03:58:05 +00002903 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
2904 !ISD::isNON_EXTLoad(RHS.getNode())) {
Chris Lattner4c78e022008-12-23 23:42:27 +00002905 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2906 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002907 }
2908
Chris Lattner4c78e022008-12-23 23:42:27 +00002909 switch (SetCCOpcode) {
2910 default: break;
2911 case ISD::SETOLT:
2912 case ISD::SETOLE:
2913 case ISD::SETUGT:
2914 case ISD::SETUGE:
2915 std::swap(LHS, RHS);
2916 break;
2917 }
2918
2919 // On a floating point condition, the flags are set as follows:
2920 // ZF PF CF op
2921 // 0 | 0 | 0 | X > Y
2922 // 0 | 0 | 1 | X < Y
2923 // 1 | 0 | 0 | X == Y
2924 // 1 | 1 | 1 | unordered
2925 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002926 default: llvm_unreachable("Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002927 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002928 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002929 case ISD::SETOLT: // flipped
2930 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002931 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002932 case ISD::SETOLE: // flipped
2933 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002934 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002935 case ISD::SETUGT: // flipped
2936 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002937 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00002938 case ISD::SETUGE: // flipped
2939 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002940 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002941 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002942 case ISD::SETNE: return X86::COND_NE;
2943 case ISD::SETUO: return X86::COND_P;
2944 case ISD::SETO: return X86::COND_NP;
Dan Gohman1a492952009-10-20 16:22:37 +00002945 case ISD::SETOEQ:
2946 case ISD::SETUNE: return X86::COND_INVALID;
Chris Lattner4c78e022008-12-23 23:42:27 +00002947 }
Evan Chengd9558e02006-01-06 00:43:03 +00002948}
2949
Evan Cheng4a460802006-01-11 00:33:36 +00002950/// hasFPCMov - is there a floating point cmov for the specific X86 condition
2951/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00002952/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00002953static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00002954 switch (X86CC) {
2955 default:
2956 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00002957 case X86::COND_B:
2958 case X86::COND_BE:
2959 case X86::COND_E:
2960 case X86::COND_P:
2961 case X86::COND_A:
2962 case X86::COND_AE:
2963 case X86::COND_NE:
2964 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00002965 return true;
2966 }
2967}
2968
Evan Chengeb2f9692009-10-27 19:56:55 +00002969/// isFPImmLegal - Returns true if the target can instruction select the
2970/// specified FP immediate natively. If false, the legalizer will
2971/// materialize the FP immediate as a load from a constant pool.
Evan Chenga1eaa3c2009-10-28 01:43:28 +00002972bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
Evan Chengeb2f9692009-10-27 19:56:55 +00002973 for (unsigned i = 0, e = LegalFPImmediates.size(); i != e; ++i) {
2974 if (Imm.bitwiseIsEqual(LegalFPImmediates[i]))
2975 return true;
2976 }
2977 return false;
2978}
2979
Nate Begeman9008ca62009-04-27 18:41:29 +00002980/// isUndefOrInRange - Return true if Val is undef or if its value falls within
2981/// the specified range (L, H].
2982static bool isUndefOrInRange(int Val, int Low, int Hi) {
2983 return (Val < 0) || (Val >= Low && Val < Hi);
2984}
2985
2986/// isUndefOrEqual - Val is either less than zero (undef) or equal to the
2987/// specified value.
2988static bool isUndefOrEqual(int Val, int CmpVal) {
2989 if (Val < 0 || Val == CmpVal)
Evan Cheng5ced1d82006-04-06 23:23:56 +00002990 return true;
Nate Begeman9008ca62009-04-27 18:41:29 +00002991 return false;
Evan Chengc5cdff22006-04-07 21:53:05 +00002992}
2993
Nate Begeman9008ca62009-04-27 18:41:29 +00002994/// isPSHUFDMask - Return true if the node specifies a shuffle of elements that
2995/// is suitable for input to PSHUFD or PSHUFW. That is, it doesn't reference
2996/// the second operand.
Owen Andersone50ed302009-08-10 22:56:29 +00002997static bool isPSHUFDMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00002998 if (VT == MVT::v4f32 || VT == MVT::v4i32 )
Nate Begeman9008ca62009-04-27 18:41:29 +00002999 return (Mask[0] < 4 && Mask[1] < 4 && Mask[2] < 4 && Mask[3] < 4);
Owen Anderson825b72b2009-08-11 20:47:22 +00003000 if (VT == MVT::v2f64 || VT == MVT::v2i64)
Nate Begeman9008ca62009-04-27 18:41:29 +00003001 return (Mask[0] < 2 && Mask[1] < 2);
3002 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003003}
3004
Nate Begeman9008ca62009-04-27 18:41:29 +00003005bool X86::isPSHUFDMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003006 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003007 N->getMask(M);
3008 return ::isPSHUFDMask(M, N->getValueType(0));
3009}
Evan Cheng0188ecb2006-03-22 18:59:22 +00003010
Nate Begeman9008ca62009-04-27 18:41:29 +00003011/// isPSHUFHWMask - Return true if the node specifies a shuffle of elements that
3012/// is suitable for input to PSHUFHW.
Owen Andersone50ed302009-08-10 22:56:29 +00003013static bool isPSHUFHWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003014 if (VT != MVT::v8i16)
Evan Cheng0188ecb2006-03-22 18:59:22 +00003015 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003016
Nate Begeman9008ca62009-04-27 18:41:29 +00003017 // Lower quadword copied in order or undef.
3018 for (int i = 0; i != 4; ++i)
3019 if (Mask[i] >= 0 && Mask[i] != i)
Evan Cheng506d3df2006-03-29 23:07:14 +00003020 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003021
Evan Cheng506d3df2006-03-29 23:07:14 +00003022 // Upper quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003023 for (int i = 4; i != 8; ++i)
3024 if (Mask[i] >= 0 && (Mask[i] < 4 || Mask[i] > 7))
Evan Cheng506d3df2006-03-29 23:07:14 +00003025 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003026
Evan Cheng506d3df2006-03-29 23:07:14 +00003027 return true;
3028}
3029
Nate Begeman9008ca62009-04-27 18:41:29 +00003030bool X86::isPSHUFHWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003031 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003032 N->getMask(M);
3033 return ::isPSHUFHWMask(M, N->getValueType(0));
3034}
Evan Cheng506d3df2006-03-29 23:07:14 +00003035
Nate Begeman9008ca62009-04-27 18:41:29 +00003036/// isPSHUFLWMask - Return true if the node specifies a shuffle of elements that
3037/// is suitable for input to PSHUFLW.
Owen Andersone50ed302009-08-10 22:56:29 +00003038static bool isPSHUFLWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003039 if (VT != MVT::v8i16)
Evan Cheng506d3df2006-03-29 23:07:14 +00003040 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003041
Rafael Espindola15684b22009-04-24 12:40:33 +00003042 // Upper quadword copied in order.
Nate Begeman9008ca62009-04-27 18:41:29 +00003043 for (int i = 4; i != 8; ++i)
3044 if (Mask[i] >= 0 && Mask[i] != i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003045 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003046
Rafael Espindola15684b22009-04-24 12:40:33 +00003047 // Lower quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003048 for (int i = 0; i != 4; ++i)
3049 if (Mask[i] >= 4)
Rafael Espindola15684b22009-04-24 12:40:33 +00003050 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003051
Rafael Espindola15684b22009-04-24 12:40:33 +00003052 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003053}
3054
Nate Begeman9008ca62009-04-27 18:41:29 +00003055bool X86::isPSHUFLWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003056 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003057 N->getMask(M);
3058 return ::isPSHUFLWMask(M, N->getValueType(0));
3059}
3060
Nate Begemana09008b2009-10-19 02:17:23 +00003061/// isPALIGNRMask - Return true if the node specifies a shuffle of elements that
3062/// is suitable for input to PALIGNR.
3063static bool isPALIGNRMask(const SmallVectorImpl<int> &Mask, EVT VT,
3064 bool hasSSSE3) {
3065 int i, e = VT.getVectorNumElements();
Michael J. Spencerec38de22010-10-10 22:04:20 +00003066
Nate Begemana09008b2009-10-19 02:17:23 +00003067 // Do not handle v2i64 / v2f64 shuffles with palignr.
3068 if (e < 4 || !hasSSSE3)
3069 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003070
Nate Begemana09008b2009-10-19 02:17:23 +00003071 for (i = 0; i != e; ++i)
3072 if (Mask[i] >= 0)
3073 break;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003074
Nate Begemana09008b2009-10-19 02:17:23 +00003075 // All undef, not a palignr.
3076 if (i == e)
3077 return false;
3078
Eli Friedman63f8dde2011-07-25 21:36:45 +00003079 // Make sure we're shifting in the right direction.
3080 if (Mask[i] <= i)
3081 return false;
Nate Begemana09008b2009-10-19 02:17:23 +00003082
3083 int s = Mask[i] - i;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003084
Nate Begemana09008b2009-10-19 02:17:23 +00003085 // Check the rest of the elements to see if they are consecutive.
3086 for (++i; i != e; ++i) {
3087 int m = Mask[i];
Eli Friedman63f8dde2011-07-25 21:36:45 +00003088 if (m >= 0 && m != s+i)
Nate Begemana09008b2009-10-19 02:17:23 +00003089 return false;
3090 }
3091 return true;
3092}
3093
3094bool X86::isPALIGNRMask(ShuffleVectorSDNode *N) {
3095 SmallVector<int, 8> M;
3096 N->getMask(M);
3097 return ::isPALIGNRMask(M, N->getValueType(0), true);
3098}
3099
Evan Cheng14aed5e2006-03-24 01:18:28 +00003100/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
3101/// specifies a shuffle of elements that is suitable for input to SHUFP*.
Owen Andersone50ed302009-08-10 22:56:29 +00003102static bool isSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003103 int NumElems = VT.getVectorNumElements();
3104 if (NumElems != 2 && NumElems != 4)
3105 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003106
Nate Begeman9008ca62009-04-27 18:41:29 +00003107 int Half = NumElems / 2;
3108 for (int i = 0; i < Half; ++i)
3109 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003110 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003111 for (int i = Half; i < NumElems; ++i)
3112 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003113 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003114
Evan Cheng14aed5e2006-03-24 01:18:28 +00003115 return true;
3116}
3117
Nate Begeman9008ca62009-04-27 18:41:29 +00003118bool X86::isSHUFPMask(ShuffleVectorSDNode *N) {
3119 SmallVector<int, 8> M;
3120 N->getMask(M);
3121 return ::isSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003122}
3123
Evan Cheng213d2cf2007-05-17 18:45:50 +00003124/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00003125/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
3126/// half elements to come from vector 1 (which would equal the dest.) and
3127/// the upper half to come from vector 2.
Owen Andersone50ed302009-08-10 22:56:29 +00003128static bool isCommutedSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003129 int NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003130
3131 if (NumElems != 2 && NumElems != 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00003132 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003133
Nate Begeman9008ca62009-04-27 18:41:29 +00003134 int Half = NumElems / 2;
3135 for (int i = 0; i < Half; ++i)
3136 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003137 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003138 for (int i = Half; i < NumElems; ++i)
3139 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003140 return false;
3141 return true;
3142}
3143
Nate Begeman9008ca62009-04-27 18:41:29 +00003144static bool isCommutedSHUFP(ShuffleVectorSDNode *N) {
3145 SmallVector<int, 8> M;
3146 N->getMask(M);
3147 return isCommutedSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003148}
3149
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003150/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
3151/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
Nate Begeman9008ca62009-04-27 18:41:29 +00003152bool X86::isMOVHLPSMask(ShuffleVectorSDNode *N) {
3153 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003154 return false;
3155
Evan Cheng2064a2b2006-03-28 06:50:32 +00003156 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Nate Begeman9008ca62009-04-27 18:41:29 +00003157 return isUndefOrEqual(N->getMaskElt(0), 6) &&
3158 isUndefOrEqual(N->getMaskElt(1), 7) &&
3159 isUndefOrEqual(N->getMaskElt(2), 2) &&
3160 isUndefOrEqual(N->getMaskElt(3), 3);
Evan Cheng6e56e2c2006-11-07 22:14:24 +00003161}
3162
Nate Begeman0b10b912009-11-07 23:17:15 +00003163/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
3164/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
3165/// <2, 3, 2, 3>
3166bool X86::isMOVHLPS_v_undef_Mask(ShuffleVectorSDNode *N) {
3167 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Michael J. Spencerec38de22010-10-10 22:04:20 +00003168
Nate Begeman0b10b912009-11-07 23:17:15 +00003169 if (NumElems != 4)
3170 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003171
Nate Begeman0b10b912009-11-07 23:17:15 +00003172 return isUndefOrEqual(N->getMaskElt(0), 2) &&
3173 isUndefOrEqual(N->getMaskElt(1), 3) &&
3174 isUndefOrEqual(N->getMaskElt(2), 2) &&
3175 isUndefOrEqual(N->getMaskElt(3), 3);
3176}
3177
Evan Cheng5ced1d82006-04-06 23:23:56 +00003178/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
3179/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
Nate Begeman9008ca62009-04-27 18:41:29 +00003180bool X86::isMOVLPMask(ShuffleVectorSDNode *N) {
3181 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003182
Evan Cheng5ced1d82006-04-06 23:23:56 +00003183 if (NumElems != 2 && NumElems != 4)
3184 return false;
3185
Evan Chengc5cdff22006-04-07 21:53:05 +00003186 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003187 if (!isUndefOrEqual(N->getMaskElt(i), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003188 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003189
Evan Chengc5cdff22006-04-07 21:53:05 +00003190 for (unsigned i = NumElems/2; i < NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003191 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003192 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003193
3194 return true;
3195}
3196
Nate Begeman0b10b912009-11-07 23:17:15 +00003197/// isMOVLHPSMask - Return true if the specified VECTOR_SHUFFLE operand
3198/// specifies a shuffle of elements that is suitable for input to MOVLHPS.
3199bool X86::isMOVLHPSMask(ShuffleVectorSDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003200 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003201
David Greenea20244d2011-03-02 17:23:43 +00003202 if ((NumElems != 2 && NumElems != 4)
3203 || N->getValueType(0).getSizeInBits() > 128)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003204 return false;
3205
Evan Chengc5cdff22006-04-07 21:53:05 +00003206 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003207 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003208 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003209
Nate Begeman9008ca62009-04-27 18:41:29 +00003210 for (unsigned i = 0; i < NumElems/2; ++i)
3211 if (!isUndefOrEqual(N->getMaskElt(i + NumElems/2), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003212 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003213
3214 return true;
3215}
3216
Evan Cheng0038e592006-03-28 00:39:58 +00003217/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
3218/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Owen Andersone50ed302009-08-10 22:56:29 +00003219static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003220 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003221 int NumElts = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003222 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng0038e592006-03-28 00:39:58 +00003223 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003224
David Greenea20244d2011-03-02 17:23:43 +00003225 // Handle vector lengths > 128 bits. Define a "section" as a set of
3226 // 128 bits. AVX defines UNPCK* to operate independently on 128-bit
3227 // sections.
3228 unsigned NumSections = VT.getSizeInBits() / 128;
3229 if (NumSections == 0 ) NumSections = 1; // Handle MMX
3230 unsigned NumSectionElts = NumElts / NumSections;
3231
3232 unsigned Start = 0;
3233 unsigned End = NumSectionElts;
3234 for (unsigned s = 0; s < NumSections; ++s) {
3235 for (unsigned i = Start, j = s * NumSectionElts;
3236 i != End;
3237 i += 2, ++j) {
3238 int BitI = Mask[i];
3239 int BitI1 = Mask[i+1];
3240 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003241 return false;
David Greenea20244d2011-03-02 17:23:43 +00003242 if (V2IsSplat) {
3243 if (!isUndefOrEqual(BitI1, NumElts))
3244 return false;
3245 } else {
3246 if (!isUndefOrEqual(BitI1, j + NumElts))
3247 return false;
3248 }
Evan Cheng39623da2006-04-20 08:58:49 +00003249 }
David Greenea20244d2011-03-02 17:23:43 +00003250 // Process the next 128 bits.
3251 Start += NumSectionElts;
3252 End += NumSectionElts;
Evan Cheng0038e592006-03-28 00:39:58 +00003253 }
David Greenea20244d2011-03-02 17:23:43 +00003254
Evan Cheng0038e592006-03-28 00:39:58 +00003255 return true;
3256}
3257
Nate Begeman9008ca62009-04-27 18:41:29 +00003258bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3259 SmallVector<int, 8> M;
3260 N->getMask(M);
3261 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003262}
3263
Evan Cheng4fcb9222006-03-28 02:43:26 +00003264/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3265/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Eric Christopherfd179292009-08-27 18:07:15 +00003266static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003267 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003268 int NumElts = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003269 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng4fcb9222006-03-28 02:43:26 +00003270 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003271
Nate Begeman9008ca62009-04-27 18:41:29 +00003272 for (int i = 0, j = 0; i != NumElts; i += 2, ++j) {
3273 int BitI = Mask[i];
3274 int BitI1 = Mask[i+1];
Chris Lattner5a88b832007-02-25 07:10:00 +00003275 if (!isUndefOrEqual(BitI, j + NumElts/2))
Evan Chengc5cdff22006-04-07 21:53:05 +00003276 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00003277 if (V2IsSplat) {
Chris Lattner5a88b832007-02-25 07:10:00 +00003278 if (isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00003279 return false;
3280 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00003281 if (!isUndefOrEqual(BitI1, j + NumElts/2 + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00003282 return false;
3283 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003284 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003285 return true;
3286}
3287
Nate Begeman9008ca62009-04-27 18:41:29 +00003288bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3289 SmallVector<int, 8> M;
3290 N->getMask(M);
3291 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003292}
3293
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003294/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
3295/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
3296/// <0, 0, 1, 1>
Owen Andersone50ed302009-08-10 22:56:29 +00003297static bool isUNPCKL_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003298 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003299 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003300 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003301
David Greenea20244d2011-03-02 17:23:43 +00003302 // Handle vector lengths > 128 bits. Define a "section" as a set of
3303 // 128 bits. AVX defines UNPCK* to operate independently on 128-bit
3304 // sections.
3305 unsigned NumSections = VT.getSizeInBits() / 128;
3306 if (NumSections == 0 ) NumSections = 1; // Handle MMX
3307 unsigned NumSectionElts = NumElems / NumSections;
3308
3309 for (unsigned s = 0; s < NumSections; ++s) {
3310 for (unsigned i = s * NumSectionElts, j = s * NumSectionElts;
3311 i != NumSectionElts * (s + 1);
3312 i += 2, ++j) {
3313 int BitI = Mask[i];
3314 int BitI1 = Mask[i+1];
3315
3316 if (!isUndefOrEqual(BitI, j))
3317 return false;
3318 if (!isUndefOrEqual(BitI1, j))
3319 return false;
3320 }
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003321 }
David Greenea20244d2011-03-02 17:23:43 +00003322
Rafael Espindola15684b22009-04-24 12:40:33 +00003323 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003324}
3325
Nate Begeman9008ca62009-04-27 18:41:29 +00003326bool X86::isUNPCKL_v_undef_Mask(ShuffleVectorSDNode *N) {
3327 SmallVector<int, 8> M;
3328 N->getMask(M);
3329 return ::isUNPCKL_v_undef_Mask(M, N->getValueType(0));
3330}
3331
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003332/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
3333/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
3334/// <2, 2, 3, 3>
Owen Andersone50ed302009-08-10 22:56:29 +00003335static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003336 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003337 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
3338 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003339
Nate Begeman9008ca62009-04-27 18:41:29 +00003340 for (int i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
3341 int BitI = Mask[i];
3342 int BitI1 = Mask[i+1];
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003343 if (!isUndefOrEqual(BitI, j))
3344 return false;
3345 if (!isUndefOrEqual(BitI1, j))
3346 return false;
3347 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003348 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003349}
3350
Nate Begeman9008ca62009-04-27 18:41:29 +00003351bool X86::isUNPCKH_v_undef_Mask(ShuffleVectorSDNode *N) {
3352 SmallVector<int, 8> M;
3353 N->getMask(M);
3354 return ::isUNPCKH_v_undef_Mask(M, N->getValueType(0));
3355}
3356
Evan Cheng017dcc62006-04-21 01:05:10 +00003357/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
3358/// specifies a shuffle of elements that is suitable for input to MOVSS,
3359/// MOVSD, and MOVD, i.e. setting the lowest element.
Owen Andersone50ed302009-08-10 22:56:29 +00003360static bool isMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Eli Friedman10415532009-06-06 06:05:10 +00003361 if (VT.getVectorElementType().getSizeInBits() < 32)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003362 return false;
Eli Friedman10415532009-06-06 06:05:10 +00003363
3364 int NumElts = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003365
Nate Begeman9008ca62009-04-27 18:41:29 +00003366 if (!isUndefOrEqual(Mask[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003367 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003368
Nate Begeman9008ca62009-04-27 18:41:29 +00003369 for (int i = 1; i < NumElts; ++i)
3370 if (!isUndefOrEqual(Mask[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003371 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003372
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003373 return true;
3374}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003375
Nate Begeman9008ca62009-04-27 18:41:29 +00003376bool X86::isMOVLMask(ShuffleVectorSDNode *N) {
3377 SmallVector<int, 8> M;
3378 N->getMask(M);
3379 return ::isMOVLMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003380}
3381
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003382/// isVPERMILMask - Return true if the specified VECTOR_SHUFFLE operand
3383/// specifies a shuffle of elements that is suitable for input to VPERMIL*.
3384static bool isVPERMILMask(const SmallVectorImpl<int> &Mask, EVT VT) {
3385 unsigned NumElts = VT.getVectorNumElements();
3386 unsigned NumLanes = VT.getSizeInBits()/128;
3387
3388 // Match any permutation of 128-bit vector with 32/64-bit types
3389 if (NumLanes == 1) {
3390 if (NumElts == 4 || NumElts == 2)
3391 return true;
3392 return false;
3393 }
3394
3395 // Only match 256-bit with 32/64-bit types
3396 if (NumElts != 8 && NumElts != 4)
3397 return false;
3398
3399 // The mask on the high lane should be the same as the low. Actually,
3400 // they can differ if any of the corresponding index in a lane is undef.
3401 int LaneSize = NumElts/NumLanes;
3402 for (int i = 0; i < LaneSize; ++i) {
3403 int HighElt = i+LaneSize;
3404 if (Mask[i] < 0 || Mask[HighElt] < 0)
3405 continue;
3406
3407 if (Mask[HighElt]-Mask[i] != LaneSize)
3408 return false;
3409 }
3410
3411 return true;
3412}
3413
3414/// getShuffleVPERMILImmediateediate - Return the appropriate immediate to shuffle
3415/// the specified VECTOR_MASK mask with VPERMIL* instructions.
3416static unsigned getShuffleVPERMILImmediate(SDNode *N) {
3417 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3418 EVT VT = SVOp->getValueType(0);
3419
3420 int NumElts = VT.getVectorNumElements();
3421 int NumLanes = VT.getSizeInBits()/128;
3422
3423 unsigned Mask = 0;
3424 for (int i = 0; i < NumElts/NumLanes /* lane size */; ++i)
3425 Mask |= SVOp->getMaskElt(i) << (i*2);
3426
3427 return Mask;
3428}
3429
Evan Cheng017dcc62006-04-21 01:05:10 +00003430/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
3431/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00003432/// element of vector 2 and the other elements to come from vector 1 in order.
Owen Andersone50ed302009-08-10 22:56:29 +00003433static bool isCommutedMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Nate Begeman9008ca62009-04-27 18:41:29 +00003434 bool V2IsSplat = false, bool V2IsUndef = false) {
3435 int NumOps = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003436 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00003437 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003438
Nate Begeman9008ca62009-04-27 18:41:29 +00003439 if (!isUndefOrEqual(Mask[0], 0))
Evan Cheng39623da2006-04-20 08:58:49 +00003440 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003441
Nate Begeman9008ca62009-04-27 18:41:29 +00003442 for (int i = 1; i < NumOps; ++i)
3443 if (!(isUndefOrEqual(Mask[i], i+NumOps) ||
3444 (V2IsUndef && isUndefOrInRange(Mask[i], NumOps, NumOps*2)) ||
3445 (V2IsSplat && isUndefOrEqual(Mask[i], NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00003446 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003447
Evan Cheng39623da2006-04-20 08:58:49 +00003448 return true;
3449}
3450
Nate Begeman9008ca62009-04-27 18:41:29 +00003451static bool isCommutedMOVL(ShuffleVectorSDNode *N, bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00003452 bool V2IsUndef = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003453 SmallVector<int, 8> M;
3454 N->getMask(M);
3455 return isCommutedMOVLMask(M, N->getValueType(0), V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00003456}
3457
Evan Chengd9539472006-04-14 21:59:03 +00003458/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3459/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003460bool X86::isMOVSHDUPMask(ShuffleVectorSDNode *N) {
3461 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00003462 return false;
3463
3464 // Expect 1, 1, 3, 3
Rafael Espindola15684b22009-04-24 12:40:33 +00003465 for (unsigned i = 0; i < 2; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003466 int Elt = N->getMaskElt(i);
3467 if (Elt >= 0 && Elt != 1)
3468 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00003469 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003470
3471 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00003472 for (unsigned i = 2; i < 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003473 int Elt = N->getMaskElt(i);
3474 if (Elt >= 0 && Elt != 3)
3475 return false;
3476 if (Elt == 3)
3477 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00003478 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003479 // Don't use movshdup if it can be done with a shufps.
Nate Begeman9008ca62009-04-27 18:41:29 +00003480 // FIXME: verify that matching u, u, 3, 3 is what we want.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003481 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00003482}
3483
3484/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3485/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003486bool X86::isMOVSLDUPMask(ShuffleVectorSDNode *N) {
3487 if (N->getValueType(0).getVectorNumElements() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00003488 return false;
3489
3490 // Expect 0, 0, 2, 2
Nate Begeman9008ca62009-04-27 18:41:29 +00003491 for (unsigned i = 0; i < 2; ++i)
3492 if (N->getMaskElt(i) > 0)
3493 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003494
3495 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00003496 for (unsigned i = 2; i < 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003497 int Elt = N->getMaskElt(i);
3498 if (Elt >= 0 && Elt != 2)
3499 return false;
3500 if (Elt == 2)
3501 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00003502 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003503 // Don't use movsldup if it can be done with a shufps.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003504 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00003505}
3506
Evan Cheng0b457f02008-09-25 20:50:48 +00003507/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3508/// specifies a shuffle of elements that is suitable for input to MOVDDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003509bool X86::isMOVDDUPMask(ShuffleVectorSDNode *N) {
3510 int e = N->getValueType(0).getVectorNumElements() / 2;
Eric Christopherfd179292009-08-27 18:07:15 +00003511
Nate Begeman9008ca62009-04-27 18:41:29 +00003512 for (int i = 0; i < e; ++i)
3513 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003514 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003515 for (int i = 0; i < e; ++i)
3516 if (!isUndefOrEqual(N->getMaskElt(e+i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003517 return false;
3518 return true;
3519}
3520
David Greenec38a03e2011-02-03 15:50:00 +00003521/// isVEXTRACTF128Index - Return true if the specified
3522/// EXTRACT_SUBVECTOR operand specifies a vector extract that is
3523/// suitable for input to VEXTRACTF128.
3524bool X86::isVEXTRACTF128Index(SDNode *N) {
3525 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3526 return false;
3527
3528 // The index should be aligned on a 128-bit boundary.
3529 uint64_t Index =
3530 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3531
3532 unsigned VL = N->getValueType(0).getVectorNumElements();
3533 unsigned VBits = N->getValueType(0).getSizeInBits();
3534 unsigned ElSize = VBits / VL;
3535 bool Result = (Index * ElSize) % 128 == 0;
3536
3537 return Result;
3538}
3539
David Greeneccacdc12011-02-04 16:08:29 +00003540/// isVINSERTF128Index - Return true if the specified INSERT_SUBVECTOR
3541/// operand specifies a subvector insert that is suitable for input to
3542/// VINSERTF128.
3543bool X86::isVINSERTF128Index(SDNode *N) {
3544 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3545 return false;
3546
3547 // The index should be aligned on a 128-bit boundary.
3548 uint64_t Index =
3549 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
3550
3551 unsigned VL = N->getValueType(0).getVectorNumElements();
3552 unsigned VBits = N->getValueType(0).getSizeInBits();
3553 unsigned ElSize = VBits / VL;
3554 bool Result = (Index * ElSize) % 128 == 0;
3555
3556 return Result;
3557}
3558
Evan Cheng63d33002006-03-22 08:01:21 +00003559/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003560/// the specified VECTOR_SHUFFLE mask with PSHUF* and SHUFP* instructions.
Evan Cheng63d33002006-03-22 08:01:21 +00003561unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003562 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3563 int NumOperands = SVOp->getValueType(0).getVectorNumElements();
3564
Evan Chengb9df0ca2006-03-22 02:53:00 +00003565 unsigned Shift = (NumOperands == 4) ? 2 : 1;
3566 unsigned Mask = 0;
Nate Begeman9008ca62009-04-27 18:41:29 +00003567 for (int i = 0; i < NumOperands; ++i) {
3568 int Val = SVOp->getMaskElt(NumOperands-i-1);
3569 if (Val < 0) Val = 0;
Evan Cheng14aed5e2006-03-24 01:18:28 +00003570 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00003571 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00003572 if (i != NumOperands - 1)
3573 Mask <<= Shift;
3574 }
Evan Cheng63d33002006-03-22 08:01:21 +00003575 return Mask;
3576}
3577
Evan Cheng506d3df2006-03-29 23:07:14 +00003578/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003579/// the specified VECTOR_SHUFFLE mask with the PSHUFHW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003580unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003581 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003582 unsigned Mask = 0;
3583 // 8 nodes, but we only care about the last 4.
3584 for (unsigned i = 7; i >= 4; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003585 int Val = SVOp->getMaskElt(i);
3586 if (Val >= 0)
Mon P Wang7bcaefa2009-02-04 01:16:59 +00003587 Mask |= (Val - 4);
Evan Cheng506d3df2006-03-29 23:07:14 +00003588 if (i != 4)
3589 Mask <<= 2;
3590 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003591 return Mask;
3592}
3593
3594/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003595/// the specified VECTOR_SHUFFLE mask with the PSHUFLW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003596unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003597 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003598 unsigned Mask = 0;
3599 // 8 nodes, but we only care about the first 4.
3600 for (int i = 3; i >= 0; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003601 int Val = SVOp->getMaskElt(i);
3602 if (Val >= 0)
3603 Mask |= Val;
Evan Cheng506d3df2006-03-29 23:07:14 +00003604 if (i != 0)
3605 Mask <<= 2;
3606 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003607 return Mask;
3608}
3609
Nate Begemana09008b2009-10-19 02:17:23 +00003610/// getShufflePALIGNRImmediate - Return the appropriate immediate to shuffle
3611/// the specified VECTOR_SHUFFLE mask with the PALIGNR instruction.
3612unsigned X86::getShufflePALIGNRImmediate(SDNode *N) {
3613 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3614 EVT VVT = N->getValueType(0);
3615 unsigned EltSize = VVT.getVectorElementType().getSizeInBits() >> 3;
3616 int Val = 0;
3617
3618 unsigned i, e;
3619 for (i = 0, e = VVT.getVectorNumElements(); i != e; ++i) {
3620 Val = SVOp->getMaskElt(i);
3621 if (Val >= 0)
3622 break;
3623 }
Eli Friedman63f8dde2011-07-25 21:36:45 +00003624 assert(Val - i > 0 && "PALIGNR imm should be positive");
Nate Begemana09008b2009-10-19 02:17:23 +00003625 return (Val - i) * EltSize;
3626}
3627
David Greenec38a03e2011-02-03 15:50:00 +00003628/// getExtractVEXTRACTF128Immediate - Return the appropriate immediate
3629/// to extract the specified EXTRACT_SUBVECTOR index with VEXTRACTF128
3630/// instructions.
3631unsigned X86::getExtractVEXTRACTF128Immediate(SDNode *N) {
3632 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3633 llvm_unreachable("Illegal extract subvector for VEXTRACTF128");
3634
3635 uint64_t Index =
3636 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3637
3638 EVT VecVT = N->getOperand(0).getValueType();
3639 EVT ElVT = VecVT.getVectorElementType();
3640
3641 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
David Greenec38a03e2011-02-03 15:50:00 +00003642 return Index / NumElemsPerChunk;
3643}
3644
David Greeneccacdc12011-02-04 16:08:29 +00003645/// getInsertVINSERTF128Immediate - Return the appropriate immediate
3646/// to insert at the specified INSERT_SUBVECTOR index with VINSERTF128
3647/// instructions.
3648unsigned X86::getInsertVINSERTF128Immediate(SDNode *N) {
3649 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3650 llvm_unreachable("Illegal insert subvector for VINSERTF128");
3651
3652 uint64_t Index =
NAKAMURA Takumi27635382011-02-05 15:10:54 +00003653 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
David Greeneccacdc12011-02-04 16:08:29 +00003654
3655 EVT VecVT = N->getValueType(0);
3656 EVT ElVT = VecVT.getVectorElementType();
3657
3658 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
David Greeneccacdc12011-02-04 16:08:29 +00003659 return Index / NumElemsPerChunk;
3660}
3661
Evan Cheng37b73872009-07-30 08:33:02 +00003662/// isZeroNode - Returns true if Elt is a constant zero or a floating point
3663/// constant +0.0.
3664bool X86::isZeroNode(SDValue Elt) {
3665 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmane368b462010-06-18 14:22:04 +00003666 cast<ConstantSDNode>(Elt)->isNullValue()) ||
Evan Cheng37b73872009-07-30 08:33:02 +00003667 (isa<ConstantFPSDNode>(Elt) &&
3668 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
3669}
3670
Nate Begeman9008ca62009-04-27 18:41:29 +00003671/// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
3672/// their permute mask.
3673static SDValue CommuteVectorShuffle(ShuffleVectorSDNode *SVOp,
3674 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003675 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003676 unsigned NumElems = VT.getVectorNumElements();
Nate Begeman9008ca62009-04-27 18:41:29 +00003677 SmallVector<int, 8> MaskVec;
Eric Christopherfd179292009-08-27 18:07:15 +00003678
Nate Begeman5a5ca152009-04-29 05:20:52 +00003679 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003680 int idx = SVOp->getMaskElt(i);
3681 if (idx < 0)
3682 MaskVec.push_back(idx);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003683 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003684 MaskVec.push_back(idx + NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003685 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003686 MaskVec.push_back(idx - NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003687 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003688 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(1),
3689 SVOp->getOperand(0), &MaskVec[0]);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003690}
3691
Evan Cheng779ccea2007-12-07 21:30:01 +00003692/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
3693/// the two vector operands have swapped position.
Owen Andersone50ed302009-08-10 22:56:29 +00003694static void CommuteVectorShuffleMask(SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman5a5ca152009-04-29 05:20:52 +00003695 unsigned NumElems = VT.getVectorNumElements();
3696 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003697 int idx = Mask[i];
3698 if (idx < 0)
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003699 continue;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003700 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003701 Mask[i] = idx + NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003702 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003703 Mask[i] = idx - NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003704 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003705}
3706
Evan Cheng533a0aa2006-04-19 20:35:22 +00003707/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
3708/// match movhlps. The lower half elements should come from upper half of
3709/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00003710/// half of V2 (and in order).
Nate Begeman9008ca62009-04-27 18:41:29 +00003711static bool ShouldXformToMOVHLPS(ShuffleVectorSDNode *Op) {
3712 if (Op->getValueType(0).getVectorNumElements() != 4)
Evan Cheng533a0aa2006-04-19 20:35:22 +00003713 return false;
3714 for (unsigned i = 0, e = 2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003715 if (!isUndefOrEqual(Op->getMaskElt(i), i+2))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003716 return false;
3717 for (unsigned i = 2; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003718 if (!isUndefOrEqual(Op->getMaskElt(i), i+4))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003719 return false;
3720 return true;
3721}
3722
Evan Cheng5ced1d82006-04-06 23:23:56 +00003723/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00003724/// is promoted to a vector. It also returns the LoadSDNode by reference if
3725/// required.
3726static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00003727 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
3728 return false;
3729 N = N->getOperand(0).getNode();
3730 if (!ISD::isNON_EXTLoad(N))
3731 return false;
3732 if (LD)
3733 *LD = cast<LoadSDNode>(N);
3734 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003735}
3736
Evan Cheng533a0aa2006-04-19 20:35:22 +00003737/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
3738/// match movlp{s|d}. The lower half elements should come from lower half of
3739/// V1 (and in order), and the upper half elements should come from the upper
3740/// half of V2 (and in order). And since V1 will become the source of the
3741/// MOVLP, it must be either a vector load or a scalar load to vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00003742static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2,
3743 ShuffleVectorSDNode *Op) {
Evan Cheng466685d2006-10-09 20:57:25 +00003744 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003745 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00003746 // Is V2 is a vector load, don't do this transformation. We will try to use
3747 // load folding shufps op.
3748 if (ISD::isNON_EXTLoad(V2))
3749 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003750
Nate Begeman5a5ca152009-04-29 05:20:52 +00003751 unsigned NumElems = Op->getValueType(0).getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003752
Evan Cheng533a0aa2006-04-19 20:35:22 +00003753 if (NumElems != 2 && NumElems != 4)
3754 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003755 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003756 if (!isUndefOrEqual(Op->getMaskElt(i), i))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003757 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003758 for (unsigned i = NumElems/2; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003759 if (!isUndefOrEqual(Op->getMaskElt(i), i+NumElems))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003760 return false;
3761 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003762}
3763
Evan Cheng39623da2006-04-20 08:58:49 +00003764/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
3765/// all the same.
3766static bool isSplatVector(SDNode *N) {
3767 if (N->getOpcode() != ISD::BUILD_VECTOR)
3768 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003769
Dan Gohman475871a2008-07-27 21:46:04 +00003770 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00003771 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
3772 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003773 return false;
3774 return true;
3775}
3776
Evan Cheng213d2cf2007-05-17 18:45:50 +00003777/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
Eric Christopherfd179292009-08-27 18:07:15 +00003778/// to an zero vector.
Nate Begeman5a5ca152009-04-29 05:20:52 +00003779/// FIXME: move to dag combiner / method on ShuffleVectorSDNode
Nate Begeman9008ca62009-04-27 18:41:29 +00003780static bool isZeroShuffle(ShuffleVectorSDNode *N) {
Dan Gohman475871a2008-07-27 21:46:04 +00003781 SDValue V1 = N->getOperand(0);
3782 SDValue V2 = N->getOperand(1);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003783 unsigned NumElems = N->getValueType(0).getVectorNumElements();
3784 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003785 int Idx = N->getMaskElt(i);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003786 if (Idx >= (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003787 unsigned Opc = V2.getOpcode();
Rafael Espindola15684b22009-04-24 12:40:33 +00003788 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
3789 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003790 if (Opc != ISD::BUILD_VECTOR ||
3791 !X86::isZeroNode(V2.getOperand(Idx-NumElems)))
Nate Begeman9008ca62009-04-27 18:41:29 +00003792 return false;
3793 } else if (Idx >= 0) {
3794 unsigned Opc = V1.getOpcode();
3795 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
3796 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003797 if (Opc != ISD::BUILD_VECTOR ||
3798 !X86::isZeroNode(V1.getOperand(Idx)))
Chris Lattner8a594482007-11-25 00:24:49 +00003799 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00003800 }
3801 }
3802 return true;
3803}
3804
3805/// getZeroVector - Returns a vector of specified type with all zero elements.
3806///
Owen Andersone50ed302009-08-10 22:56:29 +00003807static SDValue getZeroVector(EVT VT, bool HasSSE2, SelectionDAG &DAG,
Dale Johannesenace16102009-02-03 19:33:06 +00003808 DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003809 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003810
Dale Johannesen0488fb62010-09-30 23:57:10 +00003811 // Always build SSE zero vectors as <4 x i32> bitcasted
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003812 // to their dest type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00003813 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00003814 if (VT.getSizeInBits() == 128) { // SSE
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003815 if (HasSSE2) { // SSE2
3816 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
3817 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
3818 } else { // SSE1
3819 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
3820 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
3821 }
3822 } else if (VT.getSizeInBits() == 256) { // AVX
3823 // 256-bit logic and arithmetic instructions in AVX are
3824 // all floating-point, no support for integer ops. Default
3825 // to emitting fp zeroed vectors then.
Owen Anderson825b72b2009-08-11 20:47:22 +00003826 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003827 SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
3828 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8f32, Ops, 8);
Evan Chengf0df0312008-05-15 08:39:06 +00003829 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003830 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00003831}
3832
Chris Lattner8a594482007-11-25 00:24:49 +00003833/// getOnesVector - Returns a vector of specified type with all bits set.
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00003834/// Always build ones vectors as <4 x i32>. For 256-bit types, use two
3835/// <4 x i32> inserted in a <8 x i32> appropriately. Then bitcast to their
3836/// original type, ensuring they get CSE'd.
Owen Andersone50ed302009-08-10 22:56:29 +00003837static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003838 assert(VT.isVector() && "Expected a vector type");
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00003839 assert((VT.is128BitVector() || VT.is256BitVector())
3840 && "Expected a 128-bit or 256-bit vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003841
Owen Anderson825b72b2009-08-11 20:47:22 +00003842 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00003843 SDValue Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
3844 Cst, Cst, Cst, Cst);
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00003845
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00003846 if (VT.is256BitVector()) {
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00003847 SDValue InsV = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, MVT::v8i32),
3848 Vec, DAG.getConstant(0, MVT::i32), DAG, dl);
3849 Vec = Insert128BitVector(InsV, Vec,
3850 DAG.getConstant(4 /* NumElems/2 */, MVT::i32), DAG, dl);
3851 }
3852
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003853 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Chris Lattner8a594482007-11-25 00:24:49 +00003854}
3855
Evan Cheng39623da2006-04-20 08:58:49 +00003856/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
3857/// that point to V2 points to its first element.
Nate Begeman9008ca62009-04-27 18:41:29 +00003858static SDValue NormalizeMask(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003859 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003860 unsigned NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003861
Evan Cheng39623da2006-04-20 08:58:49 +00003862 bool Changed = false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003863 SmallVector<int, 8> MaskVec;
3864 SVOp->getMask(MaskVec);
Eric Christopherfd179292009-08-27 18:07:15 +00003865
Nate Begeman5a5ca152009-04-29 05:20:52 +00003866 for (unsigned i = 0; i != NumElems; ++i) {
3867 if (MaskVec[i] > (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003868 MaskVec[i] = NumElems;
3869 Changed = true;
Evan Cheng39623da2006-04-20 08:58:49 +00003870 }
Evan Cheng39623da2006-04-20 08:58:49 +00003871 }
Evan Cheng39623da2006-04-20 08:58:49 +00003872 if (Changed)
Nate Begeman9008ca62009-04-27 18:41:29 +00003873 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(0),
3874 SVOp->getOperand(1), &MaskVec[0]);
3875 return SDValue(SVOp, 0);
Evan Cheng39623da2006-04-20 08:58:49 +00003876}
3877
Evan Cheng017dcc62006-04-21 01:05:10 +00003878/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
3879/// operation of specified width.
Owen Andersone50ed302009-08-10 22:56:29 +00003880static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003881 SDValue V2) {
3882 unsigned NumElems = VT.getVectorNumElements();
3883 SmallVector<int, 8> Mask;
3884 Mask.push_back(NumElems);
Evan Cheng39623da2006-04-20 08:58:49 +00003885 for (unsigned i = 1; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003886 Mask.push_back(i);
3887 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Cheng39623da2006-04-20 08:58:49 +00003888}
3889
Nate Begeman9008ca62009-04-27 18:41:29 +00003890/// getUnpackl - Returns a vector_shuffle node for an unpackl operation.
Owen Andersone50ed302009-08-10 22:56:29 +00003891static SDValue getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003892 SDValue V2) {
3893 unsigned NumElems = VT.getVectorNumElements();
3894 SmallVector<int, 8> Mask;
Evan Chengc575ca22006-04-17 20:43:08 +00003895 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003896 Mask.push_back(i);
3897 Mask.push_back(i + NumElems);
Evan Chengc575ca22006-04-17 20:43:08 +00003898 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003899 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Chengc575ca22006-04-17 20:43:08 +00003900}
3901
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003902/// getUnpackh - Returns a vector_shuffle node for an unpackh operation.
Owen Andersone50ed302009-08-10 22:56:29 +00003903static SDValue getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00003904 SDValue V2) {
3905 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng39623da2006-04-20 08:58:49 +00003906 unsigned Half = NumElems/2;
Nate Begeman9008ca62009-04-27 18:41:29 +00003907 SmallVector<int, 8> Mask;
Evan Cheng39623da2006-04-20 08:58:49 +00003908 for (unsigned i = 0; i != Half; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003909 Mask.push_back(i + Half);
3910 Mask.push_back(i + NumElems + Half);
Evan Cheng39623da2006-04-20 08:58:49 +00003911 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003912 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00003913}
3914
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003915// PromoteSplatv8v16 - All i16 and i8 vector types can't be used directly by
3916// a generic shuffle instruction because the target has no such instructions.
3917// Generate shuffles which repeat i16 and i8 several times until they can be
3918// represented by v4f32 and then be manipulated by target suported shuffles.
3919static SDValue PromoteSplatv8v16(SDValue V, SelectionDAG &DAG, int &EltNo) {
3920 EVT VT = V.getValueType();
Nate Begeman9008ca62009-04-27 18:41:29 +00003921 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003922 DebugLoc dl = V.getDebugLoc();
Rafael Espindola15684b22009-04-24 12:40:33 +00003923
Nate Begeman9008ca62009-04-27 18:41:29 +00003924 while (NumElems > 4) {
3925 if (EltNo < NumElems/2) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003926 V = getUnpackl(DAG, dl, VT, V, V);
Nate Begeman9008ca62009-04-27 18:41:29 +00003927 } else {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003928 V = getUnpackh(DAG, dl, VT, V, V);
Nate Begeman9008ca62009-04-27 18:41:29 +00003929 EltNo -= NumElems/2;
3930 }
3931 NumElems >>= 1;
3932 }
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003933 return V;
3934}
Eric Christopherfd179292009-08-27 18:07:15 +00003935
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003936/// getLegalSplat - Generate a legal splat with supported x86 shuffles
3937static SDValue getLegalSplat(SelectionDAG &DAG, SDValue V, int EltNo) {
3938 EVT VT = V.getValueType();
3939 DebugLoc dl = V.getDebugLoc();
3940 assert((VT.getSizeInBits() == 128 || VT.getSizeInBits() == 256)
3941 && "Vector size not supported");
3942
3943 bool Is128 = VT.getSizeInBits() == 128;
3944 EVT NVT = Is128 ? MVT::v4f32 : MVT::v8f32;
3945 V = DAG.getNode(ISD::BITCAST, dl, NVT, V);
3946
3947 if (Is128) {
3948 int SplatMask[4] = { EltNo, EltNo, EltNo, EltNo };
3949 V = DAG.getVectorShuffle(NVT, dl, V, DAG.getUNDEF(NVT), &SplatMask[0]);
3950 } else {
3951 // The second half of indicies refer to the higher part, which is a
3952 // duplication of the lower one. This makes this shuffle a perfect match
3953 // for the VPERM instruction.
3954 int SplatMask[8] = { EltNo, EltNo, EltNo, EltNo,
3955 EltNo+4, EltNo+4, EltNo+4, EltNo+4 };
3956 V = DAG.getVectorShuffle(NVT, dl, V, DAG.getUNDEF(NVT), &SplatMask[0]);
3957 }
3958
3959 return DAG.getNode(ISD::BITCAST, dl, VT, V);
3960}
3961
Bruno Cardoso Lopes6a32adc2011-07-25 23:05:25 +00003962/// PromoteVectorToScalarSplat - Since there's no native support for
3963/// scalar_to_vector for 256-bit AVX, a 128-bit scalar_to_vector +
3964/// INSERT_SUBVECTOR is generated. Recognize this idiom and do the
3965/// shuffle before the insertion, this yields less instructions in the end.
3966static SDValue PromoteVectorToScalarSplat(ShuffleVectorSDNode *SV,
3967 SelectionDAG &DAG) {
3968 EVT SrcVT = SV->getValueType(0);
3969 SDValue V1 = SV->getOperand(0);
3970 DebugLoc dl = SV->getDebugLoc();
3971 int NumElems = SrcVT.getVectorNumElements();
3972
3973 assert(SrcVT.is256BitVector() && "unknown howto handle vector type");
3974
3975 SmallVector<int, 4> Mask;
3976 for (int i = 0; i < NumElems/2; ++i)
3977 Mask.push_back(SV->getMaskElt(i));
3978
3979 EVT SVT = EVT::getVectorVT(*DAG.getContext(), SrcVT.getVectorElementType(),
3980 NumElems/2);
3981 SDValue SV1 = DAG.getVectorShuffle(SVT, dl, V1.getOperand(1),
3982 DAG.getUNDEF(SVT), &Mask[0]);
3983 SDValue InsV = Insert128BitVector(DAG.getUNDEF(SrcVT), SV1,
3984 DAG.getConstant(0, MVT::i32), DAG, dl);
3985
3986 return Insert128BitVector(InsV, SV1,
3987 DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
3988}
3989
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00003990/// PromoteSplat - Promote a splat of v4i32, v8i16 or v16i8 to v4f32 and
3991/// v8i32, v16i16 or v32i8 to v8f32.
3992static SDValue PromoteSplat(ShuffleVectorSDNode *SV, SelectionDAG &DAG) {
3993 EVT SrcVT = SV->getValueType(0);
3994 SDValue V1 = SV->getOperand(0);
3995 DebugLoc dl = SV->getDebugLoc();
3996
3997 int EltNo = SV->getSplatIndex();
3998 int NumElems = SrcVT.getVectorNumElements();
3999 unsigned Size = SrcVT.getSizeInBits();
4000
4001 // Extract the 128-bit part containing the splat element and update
4002 // the splat element index when it refers to the higher register.
4003 if (Size == 256) {
4004 unsigned Idx = (EltNo > NumElems/2) ? NumElems/2 : 0;
4005 V1 = Extract128BitVector(V1, DAG.getConstant(Idx, MVT::i32), DAG, dl);
4006 if (Idx > 0)
4007 EltNo -= NumElems/2;
4008 }
4009
4010 // Make this 128-bit vector duplicate i8 and i16 elements
4011 if (NumElems > 4)
4012 V1 = PromoteSplatv8v16(V1, DAG, EltNo);
4013
4014 // Recreate the 256-bit vector and place the same 128-bit vector
4015 // into the low and high part. This is necessary because we want
4016 // to use VPERM to shuffle the v8f32 vector, and VPERM only shuffles
4017 // inside each separate v4f32 lane.
4018 if (Size == 256) {
4019 SDValue InsV = Insert128BitVector(DAG.getUNDEF(SrcVT), V1,
4020 DAG.getConstant(0, MVT::i32), DAG, dl);
4021 V1 = Insert128BitVector(InsV, V1,
4022 DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
4023 }
4024
4025 return getLegalSplat(DAG, V1, EltNo);
Evan Chengc575ca22006-04-17 20:43:08 +00004026}
4027
Evan Chengba05f722006-04-21 23:03:30 +00004028/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00004029/// vector of zero or undef vector. This produces a shuffle where the low
4030/// element of V2 is swizzled into the zero/undef vector, landing at element
4031/// 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 +00004032static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00004033 bool isZero, bool HasSSE2,
4034 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00004035 EVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00004036 SDValue V1 = isZero
Nate Begeman9008ca62009-04-27 18:41:29 +00004037 ? getZeroVector(VT, HasSSE2, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
4038 unsigned NumElems = VT.getVectorNumElements();
4039 SmallVector<int, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00004040 for (unsigned i = 0; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004041 // If this is the insertion idx, put the low elt of V2 here.
4042 MaskVec.push_back(i == Idx ? NumElems : i);
4043 return DAG.getVectorShuffle(VT, V2.getDebugLoc(), V1, V2, &MaskVec[0]);
Evan Cheng017dcc62006-04-21 01:05:10 +00004044}
4045
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004046/// getShuffleScalarElt - Returns the scalar element that will make up the ith
4047/// element of the result of the vector shuffle.
Benjamin Kramer050db522011-03-26 12:38:19 +00004048static SDValue getShuffleScalarElt(SDNode *N, int Index, SelectionDAG &DAG,
4049 unsigned Depth) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004050 if (Depth == 6)
4051 return SDValue(); // Limit search depth.
4052
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004053 SDValue V = SDValue(N, 0);
4054 EVT VT = V.getValueType();
4055 unsigned Opcode = V.getOpcode();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004056
4057 // Recurse into ISD::VECTOR_SHUFFLE node to find scalars.
4058 if (const ShuffleVectorSDNode *SV = dyn_cast<ShuffleVectorSDNode>(N)) {
4059 Index = SV->getMaskElt(Index);
4060
4061 if (Index < 0)
4062 return DAG.getUNDEF(VT.getVectorElementType());
4063
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004064 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004065 SDValue NewV = (Index < NumElems) ? SV->getOperand(0) : SV->getOperand(1);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004066 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG, Depth+1);
Evan Chengf26ffe92008-05-29 08:22:04 +00004067 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004068
4069 // Recurse into target specific vector shuffles to find scalars.
4070 if (isTargetShuffle(Opcode)) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004071 int NumElems = VT.getVectorNumElements();
4072 SmallVector<unsigned, 16> ShuffleMask;
4073 SDValue ImmN;
4074
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004075 switch(Opcode) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004076 case X86ISD::SHUFPS:
4077 case X86ISD::SHUFPD:
4078 ImmN = N->getOperand(N->getNumOperands()-1);
4079 DecodeSHUFPSMask(NumElems,
4080 cast<ConstantSDNode>(ImmN)->getZExtValue(),
4081 ShuffleMask);
4082 break;
4083 case X86ISD::PUNPCKHBW:
4084 case X86ISD::PUNPCKHWD:
4085 case X86ISD::PUNPCKHDQ:
4086 case X86ISD::PUNPCKHQDQ:
4087 DecodePUNPCKHMask(NumElems, ShuffleMask);
4088 break;
4089 case X86ISD::UNPCKHPS:
4090 case X86ISD::UNPCKHPD:
4091 DecodeUNPCKHPMask(NumElems, ShuffleMask);
4092 break;
4093 case X86ISD::PUNPCKLBW:
4094 case X86ISD::PUNPCKLWD:
4095 case X86ISD::PUNPCKLDQ:
4096 case X86ISD::PUNPCKLQDQ:
David Greenec4db4e52011-02-28 19:06:56 +00004097 DecodePUNPCKLMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004098 break;
4099 case X86ISD::UNPCKLPS:
4100 case X86ISD::UNPCKLPD:
David Greenec4db4e52011-02-28 19:06:56 +00004101 case X86ISD::VUNPCKLPSY:
4102 case X86ISD::VUNPCKLPDY:
4103 DecodeUNPCKLPMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004104 break;
4105 case X86ISD::MOVHLPS:
4106 DecodeMOVHLPSMask(NumElems, ShuffleMask);
4107 break;
4108 case X86ISD::MOVLHPS:
4109 DecodeMOVLHPSMask(NumElems, ShuffleMask);
4110 break;
4111 case X86ISD::PSHUFD:
4112 ImmN = N->getOperand(N->getNumOperands()-1);
4113 DecodePSHUFMask(NumElems,
4114 cast<ConstantSDNode>(ImmN)->getZExtValue(),
4115 ShuffleMask);
4116 break;
4117 case X86ISD::PSHUFHW:
4118 ImmN = N->getOperand(N->getNumOperands()-1);
4119 DecodePSHUFHWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
4120 ShuffleMask);
4121 break;
4122 case X86ISD::PSHUFLW:
4123 ImmN = N->getOperand(N->getNumOperands()-1);
4124 DecodePSHUFLWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
4125 ShuffleMask);
4126 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004127 case X86ISD::MOVSS:
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00004128 case X86ISD::MOVSD: {
4129 // The index 0 always comes from the first element of the second source,
4130 // this is why MOVSS and MOVSD are used in the first place. The other
4131 // elements come from the other positions of the first source vector.
4132 unsigned OpNum = (Index == 0) ? 1 : 0;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004133 return getShuffleScalarElt(V.getOperand(OpNum).getNode(), Index, DAG,
4134 Depth+1);
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00004135 }
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00004136 case X86ISD::VPERMIL:
4137 ImmN = N->getOperand(N->getNumOperands()-1);
4138 DecodeVPERMILMask(VT, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4139 ShuffleMask);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004140 default:
4141 assert("not implemented for target shuffle node");
4142 return SDValue();
4143 }
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004144
4145 Index = ShuffleMask[Index];
4146 if (Index < 0)
4147 return DAG.getUNDEF(VT.getVectorElementType());
4148
4149 SDValue NewV = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1);
4150 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG,
4151 Depth+1);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004152 }
4153
4154 // Actual nodes that may contain scalar elements
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004155 if (Opcode == ISD::BITCAST) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004156 V = V.getOperand(0);
4157 EVT SrcVT = V.getValueType();
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004158 unsigned NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004159
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004160 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004161 return SDValue();
4162 }
4163
4164 if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
4165 return (Index == 0) ? V.getOperand(0)
4166 : DAG.getUNDEF(VT.getVectorElementType());
4167
4168 if (V.getOpcode() == ISD::BUILD_VECTOR)
4169 return V.getOperand(Index);
4170
4171 return SDValue();
4172}
4173
4174/// getNumOfConsecutiveZeros - Return the number of elements of a vector
4175/// shuffle operation which come from a consecutively from a zero. The
Chris Lattner7a2bdde2011-04-15 05:18:47 +00004176/// search can start in two different directions, from left or right.
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004177static
4178unsigned getNumOfConsecutiveZeros(SDNode *N, int NumElems,
4179 bool ZerosFromLeft, SelectionDAG &DAG) {
4180 int i = 0;
4181
4182 while (i < NumElems) {
4183 unsigned Index = ZerosFromLeft ? i : NumElems-i-1;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004184 SDValue Elt = getShuffleScalarElt(N, Index, DAG, 0);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004185 if (!(Elt.getNode() &&
4186 (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt))))
4187 break;
4188 ++i;
4189 }
4190
4191 return i;
4192}
4193
4194/// isShuffleMaskConsecutive - Check if the shuffle mask indicies from MaskI to
4195/// MaskE correspond consecutively to elements from one of the vector operands,
4196/// starting from its index OpIdx. Also tell OpNum which source vector operand.
4197static
4198bool isShuffleMaskConsecutive(ShuffleVectorSDNode *SVOp, int MaskI, int MaskE,
4199 int OpIdx, int NumElems, unsigned &OpNum) {
4200 bool SeenV1 = false;
4201 bool SeenV2 = false;
4202
4203 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {
4204 int Idx = SVOp->getMaskElt(i);
4205 // Ignore undef indicies
4206 if (Idx < 0)
4207 continue;
4208
4209 if (Idx < NumElems)
4210 SeenV1 = true;
4211 else
4212 SeenV2 = true;
4213
4214 // Only accept consecutive elements from the same vector
4215 if ((Idx % NumElems != OpIdx) || (SeenV1 && SeenV2))
4216 return false;
4217 }
4218
4219 OpNum = SeenV1 ? 0 : 1;
4220 return true;
4221}
4222
4223/// isVectorShiftRight - Returns true if the shuffle can be implemented as a
4224/// logical left shift of a vector.
4225static bool isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4226 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4227 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4228 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4229 false /* check zeros from right */, DAG);
4230 unsigned OpSrc;
4231
4232 if (!NumZeros)
4233 return false;
4234
4235 // Considering the elements in the mask that are not consecutive zeros,
4236 // check if they consecutively come from only one of the source vectors.
4237 //
4238 // V1 = {X, A, B, C} 0
4239 // \ \ \ /
4240 // vector_shuffle V1, V2 <1, 2, 3, X>
4241 //
4242 if (!isShuffleMaskConsecutive(SVOp,
4243 0, // Mask Start Index
4244 NumElems-NumZeros-1, // Mask End Index
4245 NumZeros, // Where to start looking in the src vector
4246 NumElems, // Number of elements in vector
4247 OpSrc)) // Which source operand ?
4248 return false;
4249
4250 isLeft = false;
4251 ShAmt = NumZeros;
4252 ShVal = SVOp->getOperand(OpSrc);
4253 return true;
4254}
4255
4256/// isVectorShiftLeft - Returns true if the shuffle can be implemented as a
4257/// logical left shift of a vector.
4258static bool isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4259 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4260 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4261 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4262 true /* check zeros from left */, DAG);
4263 unsigned OpSrc;
4264
4265 if (!NumZeros)
4266 return false;
4267
4268 // Considering the elements in the mask that are not consecutive zeros,
4269 // check if they consecutively come from only one of the source vectors.
4270 //
4271 // 0 { A, B, X, X } = V2
4272 // / \ / /
4273 // vector_shuffle V1, V2 <X, X, 4, 5>
4274 //
4275 if (!isShuffleMaskConsecutive(SVOp,
4276 NumZeros, // Mask Start Index
4277 NumElems-1, // Mask End Index
4278 0, // Where to start looking in the src vector
4279 NumElems, // Number of elements in vector
4280 OpSrc)) // Which source operand ?
4281 return false;
4282
4283 isLeft = true;
4284 ShAmt = NumZeros;
4285 ShVal = SVOp->getOperand(OpSrc);
4286 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004287}
4288
4289/// isVectorShift - Returns true if the shuffle can be implemented as a
4290/// logical left or right shift of a vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00004291static bool isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00004292 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004293 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4294 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4295 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004296
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004297 return false;
Evan Chengf26ffe92008-05-29 08:22:04 +00004298}
4299
Evan Chengc78d3b42006-04-24 18:01:45 +00004300/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
4301///
Dan Gohman475871a2008-07-27 21:46:04 +00004302static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00004303 unsigned NumNonZero, unsigned NumZero,
Dan Gohmand858e902010-04-17 15:26:15 +00004304 SelectionDAG &DAG,
4305 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004306 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00004307 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004308
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004309 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004310 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004311 bool First = true;
4312 for (unsigned i = 0; i < 16; ++i) {
4313 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
4314 if (ThisIsNonZero && First) {
4315 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004316 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004317 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004318 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004319 First = false;
4320 }
4321
4322 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00004323 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004324 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
4325 if (LastIsNonZero) {
Scott Michelfdc40a02009-02-17 22:15:04 +00004326 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004327 MVT::i16, Op.getOperand(i-1));
Evan Chengc78d3b42006-04-24 18:01:45 +00004328 }
4329 if (ThisIsNonZero) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004330 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
4331 ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
4332 ThisElt, DAG.getConstant(8, MVT::i8));
Evan Chengc78d3b42006-04-24 18:01:45 +00004333 if (LastIsNonZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004334 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
Evan Chengc78d3b42006-04-24 18:01:45 +00004335 } else
4336 ThisElt = LastElt;
4337
Gabor Greifba36cb52008-08-28 21:40:38 +00004338 if (ThisElt.getNode())
Owen Anderson825b72b2009-08-11 20:47:22 +00004339 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00004340 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00004341 }
4342 }
4343
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004344 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V);
Evan Chengc78d3b42006-04-24 18:01:45 +00004345}
4346
Bill Wendlinga348c562007-03-22 18:42:45 +00004347/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00004348///
Dan Gohman475871a2008-07-27 21:46:04 +00004349static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Dan Gohmand858e902010-04-17 15:26:15 +00004350 unsigned NumNonZero, unsigned NumZero,
4351 SelectionDAG &DAG,
4352 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004353 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00004354 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004355
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004356 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004357 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004358 bool First = true;
4359 for (unsigned i = 0; i < 8; ++i) {
4360 bool isNonZero = (NonZeros & (1 << i)) != 0;
4361 if (isNonZero) {
4362 if (First) {
4363 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004364 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004365 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004366 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004367 First = false;
4368 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004369 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004370 MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00004371 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00004372 }
4373 }
4374
4375 return V;
4376}
4377
Evan Chengf26ffe92008-05-29 08:22:04 +00004378/// getVShift - Return a vector logical shift node.
4379///
Owen Andersone50ed302009-08-10 22:56:29 +00004380static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
Nate Begeman9008ca62009-04-27 18:41:29 +00004381 unsigned NumBits, SelectionDAG &DAG,
4382 const TargetLowering &TLI, DebugLoc dl) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004383 EVT ShVT = MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00004384 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004385 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4386 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00004387 DAG.getNode(Opc, dl, ShVT, SrcOp,
Owen Anderson95771af2011-02-25 21:41:48 +00004388 DAG.getConstant(NumBits,
4389 TLI.getShiftAmountTy(SrcOp.getValueType()))));
Evan Chengf26ffe92008-05-29 08:22:04 +00004390}
4391
Dan Gohman475871a2008-07-27 21:46:04 +00004392SDValue
Evan Chengc3630942009-12-09 21:00:30 +00004393X86TargetLowering::LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
Dan Gohmand858e902010-04-17 15:26:15 +00004394 SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00004395
Evan Chengc3630942009-12-09 21:00:30 +00004396 // Check if the scalar load can be widened into a vector load. And if
4397 // the address is "base + cst" see if the cst can be "absorbed" into
4398 // the shuffle mask.
4399 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) {
4400 SDValue Ptr = LD->getBasePtr();
4401 if (!ISD::isNormalLoad(LD) || LD->isVolatile())
4402 return SDValue();
4403 EVT PVT = LD->getValueType(0);
4404 if (PVT != MVT::i32 && PVT != MVT::f32)
4405 return SDValue();
4406
4407 int FI = -1;
4408 int64_t Offset = 0;
4409 if (FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr)) {
4410 FI = FINode->getIndex();
4411 Offset = 0;
Chris Lattner0a9481f2011-02-13 22:25:43 +00004412 } else if (DAG.isBaseWithConstantOffset(Ptr) &&
Evan Chengc3630942009-12-09 21:00:30 +00004413 isa<FrameIndexSDNode>(Ptr.getOperand(0))) {
4414 FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
4415 Offset = Ptr.getConstantOperandVal(1);
4416 Ptr = Ptr.getOperand(0);
4417 } else {
4418 return SDValue();
4419 }
4420
4421 SDValue Chain = LD->getChain();
4422 // Make sure the stack object alignment is at least 16.
4423 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
4424 if (DAG.InferPtrAlignment(Ptr) < 16) {
4425 if (MFI->isFixedObjectIndex(FI)) {
Eric Christophere9625cf2010-01-23 06:02:43 +00004426 // Can't change the alignment. FIXME: It's possible to compute
4427 // the exact stack offset and reference FI + adjust offset instead.
4428 // If someone *really* cares about this. That's the way to implement it.
4429 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004430 } else {
4431 MFI->setObjectAlignment(FI, 16);
4432 }
4433 }
4434
4435 // (Offset % 16) must be multiple of 4. Then address is then
4436 // Ptr + (Offset & ~15).
4437 if (Offset < 0)
4438 return SDValue();
4439 if ((Offset % 16) & 3)
4440 return SDValue();
4441 int64_t StartOffset = Offset & ~15;
4442 if (StartOffset)
4443 Ptr = DAG.getNode(ISD::ADD, Ptr.getDebugLoc(), Ptr.getValueType(),
4444 Ptr,DAG.getConstant(StartOffset, Ptr.getValueType()));
4445
4446 int EltNo = (Offset - StartOffset) >> 2;
4447 int Mask[4] = { EltNo, EltNo, EltNo, EltNo };
4448 EVT VT = (PVT == MVT::i32) ? MVT::v4i32 : MVT::v4f32;
Chris Lattner51abfe42010-09-21 06:02:19 +00004449 SDValue V1 = DAG.getLoad(VT, dl, Chain, Ptr,
4450 LD->getPointerInfo().getWithOffset(StartOffset),
David Greene67c9d422010-02-15 16:53:33 +00004451 false, false, 0);
Evan Chengc3630942009-12-09 21:00:30 +00004452 // Canonicalize it to a v4i32 shuffle.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004453 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, V1);
4454 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Chengc3630942009-12-09 21:00:30 +00004455 DAG.getVectorShuffle(MVT::v4i32, dl, V1,
Chris Lattner51abfe42010-09-21 06:02:19 +00004456 DAG.getUNDEF(MVT::v4i32),&Mask[0]));
Evan Chengc3630942009-12-09 21:00:30 +00004457 }
4458
4459 return SDValue();
4460}
4461
Michael J. Spencerec38de22010-10-10 22:04:20 +00004462/// EltsFromConsecutiveLoads - Given the initializing elements 'Elts' of a
4463/// vector of type 'VT', see if the elements can be replaced by a single large
Nate Begeman1449f292010-03-24 22:19:06 +00004464/// load which has the same value as a build_vector whose operands are 'elts'.
4465///
4466/// Example: <load i32 *a, load i32 *a+4, undef, undef> -> zextload a
Michael J. Spencerec38de22010-10-10 22:04:20 +00004467///
Nate Begeman1449f292010-03-24 22:19:06 +00004468/// FIXME: we'd also like to handle the case where the last elements are zero
4469/// rather than undef via VZEXT_LOAD, but we do not detect that case today.
4470/// There's even a handy isZeroNode for that purpose.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004471static SDValue EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts,
Chris Lattner88641552010-09-22 00:34:38 +00004472 DebugLoc &DL, SelectionDAG &DAG) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004473 EVT EltVT = VT.getVectorElementType();
4474 unsigned NumElems = Elts.size();
Michael J. Spencerec38de22010-10-10 22:04:20 +00004475
Nate Begemanfdea31a2010-03-24 20:49:50 +00004476 LoadSDNode *LDBase = NULL;
4477 unsigned LastLoadedElt = -1U;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004478
Nate Begeman1449f292010-03-24 22:19:06 +00004479 // For each element in the initializer, see if we've found a load or an undef.
Michael J. Spencerec38de22010-10-10 22:04:20 +00004480 // If we don't find an initial load element, or later load elements are
Nate Begeman1449f292010-03-24 22:19:06 +00004481 // non-consecutive, bail out.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004482 for (unsigned i = 0; i < NumElems; ++i) {
4483 SDValue Elt = Elts[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00004484
Nate Begemanfdea31a2010-03-24 20:49:50 +00004485 if (!Elt.getNode() ||
4486 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
4487 return SDValue();
4488 if (!LDBase) {
4489 if (Elt.getNode()->getOpcode() == ISD::UNDEF)
4490 return SDValue();
4491 LDBase = cast<LoadSDNode>(Elt.getNode());
4492 LastLoadedElt = i;
4493 continue;
4494 }
4495 if (Elt.getOpcode() == ISD::UNDEF)
4496 continue;
4497
4498 LoadSDNode *LD = cast<LoadSDNode>(Elt);
4499 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i))
4500 return SDValue();
4501 LastLoadedElt = i;
4502 }
Nate Begeman1449f292010-03-24 22:19:06 +00004503
4504 // If we have found an entire vector of loads and undefs, then return a large
4505 // load of the entire vector width starting at the base pointer. If we found
4506 // consecutive loads for the low half, generate a vzext_load node.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004507 if (LastLoadedElt == NumElems - 1) {
4508 if (DAG.InferPtrAlignment(LDBase->getBasePtr()) >= 16)
Chris Lattner88641552010-09-22 00:34:38 +00004509 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004510 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004511 LDBase->isVolatile(), LDBase->isNonTemporal(), 0);
Chris Lattner88641552010-09-22 00:34:38 +00004512 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004513 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004514 LDBase->isVolatile(), LDBase->isNonTemporal(),
4515 LDBase->getAlignment());
4516 } else if (NumElems == 4 && LastLoadedElt == 1) {
4517 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
4518 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() };
Chris Lattner88641552010-09-22 00:34:38 +00004519 SDValue ResNode = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys,
4520 Ops, 2, MVT::i32,
4521 LDBase->getMemOperand());
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004522 return DAG.getNode(ISD::BITCAST, DL, VT, ResNode);
Nate Begemanfdea31a2010-03-24 20:49:50 +00004523 }
4524 return SDValue();
4525}
4526
Evan Chengc3630942009-12-09 21:00:30 +00004527SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004528X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004529 DebugLoc dl = Op.getDebugLoc();
David Greenea5f26012011-02-07 19:36:54 +00004530
David Greenef125a292011-02-08 19:04:41 +00004531 EVT VT = Op.getValueType();
4532 EVT ExtVT = VT.getVectorElementType();
David Greenef125a292011-02-08 19:04:41 +00004533 unsigned NumElems = Op.getNumOperands();
4534
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004535 // All zero's:
4536 // - pxor (SSE2), xorps (SSE1), vpxor (128 AVX), xorp[s|d] (256 AVX)
4537 // All one's:
4538 // - pcmpeqd (SSE2 and 128 AVX), fallback to constant pools (256 AVX)
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00004539 if (ISD::isBuildVectorAllZeros(Op.getNode()) ||
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004540 ISD::isBuildVectorAllOnes(Op.getNode())) {
4541 // Canonicalize this to <4 x i32> or <8 x 32> (SSE) to
Chris Lattner8a594482007-11-25 00:24:49 +00004542 // 1) ensure the zero vectors are CSE'd, and 2) ensure that i64 scalars are
4543 // eliminated on x86-32 hosts.
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004544 if (Op.getValueType() == MVT::v4i32 ||
4545 Op.getValueType() == MVT::v8i32)
Chris Lattner8a594482007-11-25 00:24:49 +00004546 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004547
Gabor Greifba36cb52008-08-28 21:40:38 +00004548 if (ISD::isBuildVectorAllOnes(Op.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00004549 return getOnesVector(Op.getValueType(), DAG, dl);
4550 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG, dl);
Chris Lattner8a594482007-11-25 00:24:49 +00004551 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004552
Owen Andersone50ed302009-08-10 22:56:29 +00004553 unsigned EVTBits = ExtVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004554
Evan Cheng0db9fe62006-04-25 20:13:52 +00004555 unsigned NumZero = 0;
4556 unsigned NumNonZero = 0;
4557 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004558 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00004559 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004560 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00004561 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00004562 if (Elt.getOpcode() == ISD::UNDEF)
4563 continue;
4564 Values.insert(Elt);
4565 if (Elt.getOpcode() != ISD::Constant &&
4566 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004567 IsAllConstants = false;
Evan Cheng37b73872009-07-30 08:33:02 +00004568 if (X86::isZeroNode(Elt))
Evan Chengdb2d5242007-12-12 06:45:40 +00004569 NumZero++;
4570 else {
4571 NonZeros |= (1 << i);
4572 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004573 }
4574 }
4575
Chris Lattner97a2a562010-08-26 05:24:29 +00004576 // All undef vector. Return an UNDEF. All zero vectors were handled above.
4577 if (NumNonZero == 0)
Dale Johannesene8d72302009-02-06 23:05:02 +00004578 return DAG.getUNDEF(VT);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004579
Chris Lattner67f453a2008-03-09 05:42:06 +00004580 // Special case for single non-zero, non-undef, element.
Eli Friedman10415532009-06-06 06:05:10 +00004581 if (NumNonZero == 1) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004582 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00004583 SDValue Item = Op.getOperand(Idx);
Scott Michelfdc40a02009-02-17 22:15:04 +00004584
Chris Lattner62098042008-03-09 01:05:04 +00004585 // If this is an insertion of an i64 value on x86-32, and if the top bits of
4586 // the value are obviously zero, truncate the value to i32 and do the
4587 // insertion that way. Only do this if the value is non-constant or if the
4588 // value is a constant being inserted into element 0. It is cheaper to do
4589 // a constant pool load than it is to do a movd + shuffle.
Owen Anderson825b72b2009-08-11 20:47:22 +00004590 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
Chris Lattner62098042008-03-09 01:05:04 +00004591 (!IsAllConstants || Idx == 0)) {
4592 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004593 // Handle SSE only.
4594 assert(VT == MVT::v2i64 && "Expected an SSE value type!");
4595 EVT VecVT = MVT::v4i32;
4596 unsigned VecElts = 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00004597
Chris Lattner62098042008-03-09 01:05:04 +00004598 // Truncate the value (which may itself be a constant) to i32, and
4599 // convert it to a vector with movd (S2V+shuffle to zero extend).
Owen Anderson825b72b2009-08-11 20:47:22 +00004600 Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
Dale Johannesenace16102009-02-03 19:33:06 +00004601 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00004602 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4603 Subtarget->hasSSE2(), DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00004604
Chris Lattner62098042008-03-09 01:05:04 +00004605 // Now we have our 32-bit value zero extended in the low element of
4606 // a vector. If Idx != 0, swizzle it into place.
4607 if (Idx != 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004608 SmallVector<int, 4> Mask;
4609 Mask.push_back(Idx);
4610 for (unsigned i = 1; i != VecElts; ++i)
4611 Mask.push_back(i);
4612 Item = DAG.getVectorShuffle(VecVT, dl, Item,
Eric Christopherfd179292009-08-27 18:07:15 +00004613 DAG.getUNDEF(Item.getValueType()),
Nate Begeman9008ca62009-04-27 18:41:29 +00004614 &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00004615 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004616 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Item);
Chris Lattner62098042008-03-09 01:05:04 +00004617 }
4618 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004619
Chris Lattner19f79692008-03-08 22:59:52 +00004620 // If we have a constant or non-constant insertion into the low element of
4621 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
4622 // the rest of the elements. This will be matched as movd/movq/movss/movsd
Eli Friedman10415532009-06-06 06:05:10 +00004623 // depending on what the source datatype is.
4624 if (Idx == 0) {
4625 if (NumZero == 0) {
4626 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Owen Anderson825b72b2009-08-11 20:47:22 +00004627 } else if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
4628 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
Eli Friedman10415532009-06-06 06:05:10 +00004629 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
4630 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
4631 return getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget->hasSSE2(),
4632 DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00004633 } else if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
4634 Item = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Item);
Dale Johannesen0488fb62010-09-30 23:57:10 +00004635 assert(VT.getSizeInBits() == 128 && "Expected an SSE value type!");
4636 EVT MiddleVT = MVT::v4i32;
Eli Friedman10415532009-06-06 06:05:10 +00004637 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MiddleVT, Item);
4638 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4639 Subtarget->hasSSE2(), DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004640 return DAG.getNode(ISD::BITCAST, dl, VT, Item);
Eli Friedman10415532009-06-06 06:05:10 +00004641 }
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004642 }
Evan Chengf26ffe92008-05-29 08:22:04 +00004643
4644 // Is it a vector logical left shift?
4645 if (NumElems == 2 && Idx == 1 &&
Evan Cheng37b73872009-07-30 08:33:02 +00004646 X86::isZeroNode(Op.getOperand(0)) &&
4647 !X86::isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004648 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00004649 return getVShift(true, VT,
Scott Michelfdc40a02009-02-17 22:15:04 +00004650 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004651 VT, Op.getOperand(1)),
Dale Johannesenace16102009-02-03 19:33:06 +00004652 NumBits/2, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00004653 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004654
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004655 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00004656 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004657
Chris Lattner19f79692008-03-08 22:59:52 +00004658 // Otherwise, if this is a vector with i32 or f32 elements, and the element
4659 // is a non-constant being inserted into an element other than the low one,
4660 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
4661 // movd/movss) to move this into the low element, then shuffle it into
4662 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00004663 if (EVTBits == 32) {
Dale Johannesenace16102009-02-03 19:33:06 +00004664 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Scott Michelfdc40a02009-02-17 22:15:04 +00004665
Evan Cheng0db9fe62006-04-25 20:13:52 +00004666 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00004667 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
4668 Subtarget->hasSSE2(), DAG);
Nate Begeman9008ca62009-04-27 18:41:29 +00004669 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004670 for (unsigned i = 0; i < NumElems; i++)
Nate Begeman9008ca62009-04-27 18:41:29 +00004671 MaskVec.push_back(i == Idx ? 0 : 1);
4672 return DAG.getVectorShuffle(VT, dl, Item, DAG.getUNDEF(VT), &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004673 }
4674 }
4675
Chris Lattner67f453a2008-03-09 05:42:06 +00004676 // Splat is obviously ok. Let legalizer expand it to a shuffle.
Evan Chengc3630942009-12-09 21:00:30 +00004677 if (Values.size() == 1) {
4678 if (EVTBits == 32) {
4679 // Instead of a shuffle like this:
4680 // shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
4681 // Check if it's possible to issue this instead.
4682 // shuffle (vload ptr)), undef, <1, 1, 1, 1>
4683 unsigned Idx = CountTrailingZeros_32(NonZeros);
4684 SDValue Item = Op.getOperand(Idx);
4685 if (Op.getNode()->isOnlyUserOf(Item.getNode()))
4686 return LowerAsSplatVectorLoad(Item, VT, dl, DAG);
4687 }
Dan Gohman475871a2008-07-27 21:46:04 +00004688 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004689 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004690
Dan Gohmana3941172007-07-24 22:55:08 +00004691 // A vector full of immediates; various special cases are already
4692 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004693 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00004694 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00004695
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00004696 // For AVX-length vectors, build the individual 128-bit pieces and use
4697 // shuffles to put them in place.
4698 if (VT.getSizeInBits() == 256 && !ISD::isBuildVectorAllZeros(Op.getNode())) {
4699 SmallVector<SDValue, 32> V;
4700 for (unsigned i = 0; i < NumElems; ++i)
4701 V.push_back(Op.getOperand(i));
4702
4703 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElems/2);
4704
4705 // Build both the lower and upper subvector.
4706 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[0], NumElems/2);
4707 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2],
4708 NumElems/2);
4709
4710 // Recreate the wider vector with the lower and upper part.
4711 SDValue Vec = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT), Upper,
4712 DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
4713 return Insert128BitVector(Vec, Lower, DAG.getConstant(0, MVT::i32),
4714 DAG, dl);
4715 }
4716
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00004717 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00004718 if (EVTBits == 64) {
4719 if (NumNonZero == 1) {
4720 // One half is zero or undef.
4721 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dale Johannesenace16102009-02-03 19:33:06 +00004722 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00004723 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00004724 return getShuffleVectorZeroOrUndef(V2, Idx, true,
4725 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00004726 }
Dan Gohman475871a2008-07-27 21:46:04 +00004727 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00004728 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004729
4730 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00004731 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004732 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00004733 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004734 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004735 }
4736
Bill Wendling826f36f2007-03-28 00:57:11 +00004737 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00004738 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Chris Lattner97a2a562010-08-26 05:24:29 +00004739 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004740 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004741 }
4742
4743 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00004744 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00004745 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004746 if (NumElems == 4 && NumZero > 0) {
4747 for (unsigned i = 0; i < 4; ++i) {
4748 bool isZero = !(NonZeros & (1 << i));
4749 if (isZero)
Dale Johannesenace16102009-02-03 19:33:06 +00004750 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004751 else
Dale Johannesenace16102009-02-03 19:33:06 +00004752 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004753 }
4754
4755 for (unsigned i = 0; i < 2; ++i) {
4756 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
4757 default: break;
4758 case 0:
4759 V[i] = V[i*2]; // Must be a zero vector.
4760 break;
4761 case 1:
Nate Begeman9008ca62009-04-27 18:41:29 +00004762 V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004763 break;
4764 case 2:
Nate Begeman9008ca62009-04-27 18:41:29 +00004765 V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004766 break;
4767 case 3:
Nate Begeman9008ca62009-04-27 18:41:29 +00004768 V[i] = getUnpackl(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004769 break;
4770 }
4771 }
4772
Nate Begeman9008ca62009-04-27 18:41:29 +00004773 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004774 bool Reverse = (NonZeros & 0x3) == 2;
4775 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004776 MaskVec.push_back(Reverse ? 1-i : i);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004777 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
4778 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004779 MaskVec.push_back(Reverse ? 1-i+NumElems : i+NumElems);
4780 return DAG.getVectorShuffle(VT, dl, V[0], V[1], &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004781 }
4782
Nate Begemanfdea31a2010-03-24 20:49:50 +00004783 if (Values.size() > 1 && VT.getSizeInBits() == 128) {
4784 // Check for a build vector of consecutive loads.
4785 for (unsigned i = 0; i < NumElems; ++i)
4786 V[i] = Op.getOperand(i);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004787
Nate Begemanfdea31a2010-03-24 20:49:50 +00004788 // Check for elements which are consecutive loads.
4789 SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG);
4790 if (LD.getNode())
4791 return LD;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004792
4793 // For SSE 4.1, use insertps to put the high elements into the low element.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004794 if (getSubtarget()->hasSSE41()) {
Chris Lattner24faf612010-08-28 17:59:08 +00004795 SDValue Result;
4796 if (Op.getOperand(0).getOpcode() != ISD::UNDEF)
4797 Result = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(0));
4798 else
4799 Result = DAG.getUNDEF(VT);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004800
Chris Lattner24faf612010-08-28 17:59:08 +00004801 for (unsigned i = 1; i < NumElems; ++i) {
4802 if (Op.getOperand(i).getOpcode() == ISD::UNDEF) continue;
4803 Result = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, Result,
Nate Begeman9008ca62009-04-27 18:41:29 +00004804 Op.getOperand(i), DAG.getIntPtrConstant(i));
Chris Lattner24faf612010-08-28 17:59:08 +00004805 }
4806 return Result;
Nate Begeman9008ca62009-04-27 18:41:29 +00004807 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00004808
Chris Lattner6e80e442010-08-28 17:15:43 +00004809 // Otherwise, expand into a number of unpckl*, start by extending each of
4810 // our (non-undef) elements to the full vector width with the element in the
4811 // bottom slot of the vector (which generates no code for SSE).
4812 for (unsigned i = 0; i < NumElems; ++i) {
4813 if (Op.getOperand(i).getOpcode() != ISD::UNDEF)
4814 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
4815 else
4816 V[i] = DAG.getUNDEF(VT);
4817 }
4818
4819 // Next, we iteratively mix elements, e.g. for v4f32:
Evan Cheng0db9fe62006-04-25 20:13:52 +00004820 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
4821 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
4822 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Chris Lattner6e80e442010-08-28 17:15:43 +00004823 unsigned EltStride = NumElems >> 1;
4824 while (EltStride != 0) {
Chris Lattner3ddcc432010-08-28 17:28:30 +00004825 for (unsigned i = 0; i < EltStride; ++i) {
4826 // If V[i+EltStride] is undef and this is the first round of mixing,
4827 // then it is safe to just drop this shuffle: V[i] is already in the
4828 // right place, the one element (since it's the first round) being
4829 // inserted as undef can be dropped. This isn't safe for successive
4830 // rounds because they will permute elements within both vectors.
4831 if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
4832 EltStride == NumElems/2)
4833 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004834
Chris Lattner6e80e442010-08-28 17:15:43 +00004835 V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
Chris Lattner3ddcc432010-08-28 17:28:30 +00004836 }
Chris Lattner6e80e442010-08-28 17:15:43 +00004837 EltStride >>= 1;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004838 }
4839 return V[0];
4840 }
Dan Gohman475871a2008-07-27 21:46:04 +00004841 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004842}
4843
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004844SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004845X86TargetLowering::LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const {
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004846 // We support concatenate two MMX registers and place them in a MMX
4847 // register. This is better than doing a stack convert.
4848 DebugLoc dl = Op.getDebugLoc();
4849 EVT ResVT = Op.getValueType();
4850 assert(Op.getNumOperands() == 2);
4851 assert(ResVT == MVT::v2i64 || ResVT == MVT::v4i32 ||
4852 ResVT == MVT::v8i16 || ResVT == MVT::v16i8);
4853 int Mask[2];
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004854 SDValue InVec = DAG.getNode(ISD::BITCAST,dl, MVT::v1i64, Op.getOperand(0));
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004855 SDValue VecOp = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4856 InVec = Op.getOperand(1);
4857 if (InVec.getOpcode() == ISD::SCALAR_TO_VECTOR) {
4858 unsigned NumElts = ResVT.getVectorNumElements();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004859 VecOp = DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004860 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ResVT, VecOp,
4861 InVec.getOperand(0), DAG.getIntPtrConstant(NumElts/2+1));
4862 } else {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004863 InVec = DAG.getNode(ISD::BITCAST, dl, MVT::v1i64, InVec);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004864 SDValue VecOp2 = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4865 Mask[0] = 0; Mask[1] = 2;
4866 VecOp = DAG.getVectorShuffle(MVT::v2i64, dl, VecOp, VecOp2, Mask);
4867 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004868 return DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004869}
4870
Nate Begemanb9a47b82009-02-23 08:49:38 +00004871// v8i16 shuffles - Prefer shuffles in the following order:
4872// 1. [all] pshuflw, pshufhw, optional move
4873// 2. [ssse3] 1 x pshufb
4874// 3. [ssse3] 2 x pshufb + 1 x por
4875// 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004876SDValue
4877X86TargetLowering::LowerVECTOR_SHUFFLEv8i16(SDValue Op,
4878 SelectionDAG &DAG) const {
4879 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Nate Begeman9008ca62009-04-27 18:41:29 +00004880 SDValue V1 = SVOp->getOperand(0);
4881 SDValue V2 = SVOp->getOperand(1);
4882 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00004883 SmallVector<int, 8> MaskVals;
Evan Cheng14b32e12007-12-11 01:46:18 +00004884
Nate Begemanb9a47b82009-02-23 08:49:38 +00004885 // Determine if more than 1 of the words in each of the low and high quadwords
4886 // of the result come from the same quadword of one of the two inputs. Undef
4887 // mask values count as coming from any quadword, for better codegen.
4888 SmallVector<unsigned, 4> LoQuad(4);
4889 SmallVector<unsigned, 4> HiQuad(4);
4890 BitVector InputQuads(4);
4891 for (unsigned i = 0; i < 8; ++i) {
4892 SmallVectorImpl<unsigned> &Quad = i < 4 ? LoQuad : HiQuad;
Nate Begeman9008ca62009-04-27 18:41:29 +00004893 int EltIdx = SVOp->getMaskElt(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004894 MaskVals.push_back(EltIdx);
4895 if (EltIdx < 0) {
4896 ++Quad[0];
4897 ++Quad[1];
4898 ++Quad[2];
4899 ++Quad[3];
Evan Cheng14b32e12007-12-11 01:46:18 +00004900 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004901 }
4902 ++Quad[EltIdx / 4];
4903 InputQuads.set(EltIdx / 4);
Evan Cheng14b32e12007-12-11 01:46:18 +00004904 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004905
Nate Begemanb9a47b82009-02-23 08:49:38 +00004906 int BestLoQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00004907 unsigned MaxQuad = 1;
4908 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004909 if (LoQuad[i] > MaxQuad) {
4910 BestLoQuad = i;
4911 MaxQuad = LoQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00004912 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004913 }
4914
Nate Begemanb9a47b82009-02-23 08:49:38 +00004915 int BestHiQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00004916 MaxQuad = 1;
4917 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004918 if (HiQuad[i] > MaxQuad) {
4919 BestHiQuad = i;
4920 MaxQuad = HiQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00004921 }
4922 }
4923
Nate Begemanb9a47b82009-02-23 08:49:38 +00004924 // For SSSE3, If all 8 words of the result come from only 1 quadword of each
Eric Christopherfd179292009-08-27 18:07:15 +00004925 // of the two input vectors, shuffle them into one input vector so only a
Nate Begemanb9a47b82009-02-23 08:49:38 +00004926 // single pshufb instruction is necessary. If There are more than 2 input
4927 // quads, disable the next transformation since it does not help SSSE3.
4928 bool V1Used = InputQuads[0] || InputQuads[1];
4929 bool V2Used = InputQuads[2] || InputQuads[3];
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00004930 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004931 if (InputQuads.count() == 2 && V1Used && V2Used) {
4932 BestLoQuad = InputQuads.find_first();
4933 BestHiQuad = InputQuads.find_next(BestLoQuad);
4934 }
4935 if (InputQuads.count() > 2) {
4936 BestLoQuad = -1;
4937 BestHiQuad = -1;
4938 }
4939 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004940
Nate Begemanb9a47b82009-02-23 08:49:38 +00004941 // If BestLoQuad or BestHiQuad are set, shuffle the quads together and update
4942 // the shuffle mask. If a quad is scored as -1, that means that it contains
4943 // words from all 4 input quadwords.
4944 SDValue NewV;
4945 if (BestLoQuad >= 0 || BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004946 SmallVector<int, 8> MaskV;
4947 MaskV.push_back(BestLoQuad < 0 ? 0 : BestLoQuad);
4948 MaskV.push_back(BestHiQuad < 0 ? 1 : BestHiQuad);
Eric Christopherfd179292009-08-27 18:07:15 +00004949 NewV = DAG.getVectorShuffle(MVT::v2i64, dl,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004950 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V1),
4951 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V2), &MaskV[0]);
4952 NewV = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00004953
Nate Begemanb9a47b82009-02-23 08:49:38 +00004954 // Rewrite the MaskVals and assign NewV to V1 if NewV now contains all the
4955 // source words for the shuffle, to aid later transformations.
4956 bool AllWordsInNewV = true;
Mon P Wang37b9a192009-03-11 06:35:11 +00004957 bool InOrder[2] = { true, true };
Evan Cheng14b32e12007-12-11 01:46:18 +00004958 for (unsigned i = 0; i != 8; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00004959 int idx = MaskVals[i];
Mon P Wang37b9a192009-03-11 06:35:11 +00004960 if (idx != (int)i)
4961 InOrder[i/4] = false;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004962 if (idx < 0 || (idx/4) == BestLoQuad || (idx/4) == BestHiQuad)
Evan Cheng14b32e12007-12-11 01:46:18 +00004963 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004964 AllWordsInNewV = false;
4965 break;
Evan Cheng14b32e12007-12-11 01:46:18 +00004966 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00004967
Nate Begemanb9a47b82009-02-23 08:49:38 +00004968 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV;
4969 if (AllWordsInNewV) {
4970 for (int i = 0; i != 8; ++i) {
4971 int idx = MaskVals[i];
4972 if (idx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00004973 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00004974 idx = MaskVals[i] = (idx / 4) == BestLoQuad ? (idx & 3) : (idx & 3) + 4;
Nate Begemanb9a47b82009-02-23 08:49:38 +00004975 if ((idx != i) && idx < 4)
4976 pshufhw = false;
4977 if ((idx != i) && idx > 3)
4978 pshuflw = false;
Evan Cheng14b32e12007-12-11 01:46:18 +00004979 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00004980 V1 = NewV;
4981 V2Used = false;
4982 BestLoQuad = 0;
4983 BestHiQuad = 1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004984 }
Evan Cheng14b32e12007-12-11 01:46:18 +00004985
Nate Begemanb9a47b82009-02-23 08:49:38 +00004986 // If we've eliminated the use of V2, and the new mask is a pshuflw or
4987 // pshufhw, that's as cheap as it gets. Return the new shuffle.
Mon P Wang37b9a192009-03-11 06:35:11 +00004988 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00004989 unsigned Opc = pshufhw ? X86ISD::PSHUFHW : X86ISD::PSHUFLW;
4990 unsigned TargetMask = 0;
4991 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV,
Owen Anderson825b72b2009-08-11 20:47:22 +00004992 DAG.getUNDEF(MVT::v8i16), &MaskVals[0]);
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00004993 TargetMask = pshufhw ? X86::getShufflePSHUFHWImmediate(NewV.getNode()):
4994 X86::getShufflePSHUFLWImmediate(NewV.getNode());
4995 V1 = NewV.getOperand(0);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00004996 return getTargetShuffleNode(Opc, dl, MVT::v8i16, V1, TargetMask, DAG);
Evan Cheng14b32e12007-12-11 01:46:18 +00004997 }
Evan Cheng14b32e12007-12-11 01:46:18 +00004998 }
Eric Christopherfd179292009-08-27 18:07:15 +00004999
Nate Begemanb9a47b82009-02-23 08:49:38 +00005000 // If we have SSSE3, and all words of the result are from 1 input vector,
5001 // case 2 is generated, otherwise case 3 is generated. If no SSSE3
5002 // is present, fall back to case 4.
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005003 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005004 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005005
Nate Begemanb9a47b82009-02-23 08:49:38 +00005006 // If we have elements from both input vectors, set the high bit of the
Eric Christopherfd179292009-08-27 18:07:15 +00005007 // shuffle mask element to zero out elements that come from V2 in the V1
Nate Begemanb9a47b82009-02-23 08:49:38 +00005008 // mask, and elements that come from V1 in the V2 mask, so that the two
5009 // results can be OR'd together.
5010 bool TwoInputs = V1Used && V2Used;
5011 for (unsigned i = 0; i != 8; ++i) {
5012 int EltIdx = MaskVals[i] * 2;
5013 if (TwoInputs && (EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005014 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
5015 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005016 continue;
5017 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005018 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
5019 pshufbMask.push_back(DAG.getConstant(EltIdx+1, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005020 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005021 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00005022 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005023 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005024 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005025 if (!TwoInputs)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005026 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00005027
Nate Begemanb9a47b82009-02-23 08:49:38 +00005028 // Calculate the shuffle mask for the second input, shuffle it, and
5029 // OR it with the first shuffled input.
5030 pshufbMask.clear();
5031 for (unsigned i = 0; i != 8; ++i) {
5032 int EltIdx = MaskVals[i] * 2;
5033 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005034 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
5035 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 - 16, MVT::i8));
5039 pshufbMask.push_back(DAG.getConstant(EltIdx - 15, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005040 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005041 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V2);
Eric Christopherfd179292009-08-27 18:07:15 +00005042 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005043 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005044 MVT::v16i8, &pshufbMask[0], 16));
5045 V1 = DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005046 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005047 }
5048
5049 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,
5050 // and update MaskVals with new element order.
5051 BitVector InOrder(8);
5052 if (BestLoQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005053 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005054 for (int i = 0; i != 4; ++i) {
5055 int idx = MaskVals[i];
5056 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005057 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005058 InOrder.set(i);
5059 } else if ((idx / 4) == BestLoQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005060 MaskV.push_back(idx & 3);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005061 InOrder.set(i);
5062 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005063 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005064 }
5065 }
5066 for (unsigned i = 4; i != 8; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005067 MaskV.push_back(i);
Owen Anderson825b72b2009-08-11 20:47:22 +00005068 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00005069 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005070
5071 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
5072 NewV = getTargetShuffleNode(X86ISD::PSHUFLW, dl, MVT::v8i16,
5073 NewV.getOperand(0),
5074 X86::getShufflePSHUFLWImmediate(NewV.getNode()),
5075 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005076 }
Eric Christopherfd179292009-08-27 18:07:15 +00005077
Nate Begemanb9a47b82009-02-23 08:49:38 +00005078 // If BestHi >= 0, generate a pshufhw to put the high elements in order,
5079 // and update MaskVals with the new element order.
5080 if (BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005081 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005082 for (unsigned i = 0; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005083 MaskV.push_back(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005084 for (unsigned i = 4; i != 8; ++i) {
5085 int idx = MaskVals[i];
5086 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005087 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005088 InOrder.set(i);
5089 } else if ((idx / 4) == BestHiQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005090 MaskV.push_back((idx & 3) + 4);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005091 InOrder.set(i);
5092 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005093 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005094 }
5095 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005096 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00005097 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005098
5099 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
5100 NewV = getTargetShuffleNode(X86ISD::PSHUFHW, dl, MVT::v8i16,
5101 NewV.getOperand(0),
5102 X86::getShufflePSHUFHWImmediate(NewV.getNode()),
5103 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005104 }
Eric Christopherfd179292009-08-27 18:07:15 +00005105
Nate Begemanb9a47b82009-02-23 08:49:38 +00005106 // In case BestHi & BestLo were both -1, which means each quadword has a word
5107 // from each of the four input quadwords, calculate the InOrder bitvector now
5108 // before falling through to the insert/extract cleanup.
5109 if (BestLoQuad == -1 && BestHiQuad == -1) {
5110 NewV = V1;
5111 for (int i = 0; i != 8; ++i)
5112 if (MaskVals[i] < 0 || MaskVals[i] == i)
5113 InOrder.set(i);
5114 }
Eric Christopherfd179292009-08-27 18:07:15 +00005115
Nate Begemanb9a47b82009-02-23 08:49:38 +00005116 // The other elements are put in the right place using pextrw and pinsrw.
5117 for (unsigned i = 0; i != 8; ++i) {
5118 if (InOrder[i])
5119 continue;
5120 int EltIdx = MaskVals[i];
5121 if (EltIdx < 0)
5122 continue;
5123 SDValue ExtOp = (EltIdx < 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00005124 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V1,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005125 DAG.getIntPtrConstant(EltIdx))
Owen Anderson825b72b2009-08-11 20:47:22 +00005126 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V2,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005127 DAG.getIntPtrConstant(EltIdx - 8));
Owen Anderson825b72b2009-08-11 20:47:22 +00005128 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, ExtOp,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005129 DAG.getIntPtrConstant(i));
5130 }
5131 return NewV;
5132}
5133
5134// v16i8 shuffles - Prefer shuffles in the following order:
5135// 1. [ssse3] 1 x pshufb
5136// 2. [ssse3] 2 x pshufb + 1 x por
5137// 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
5138static
Nate Begeman9008ca62009-04-27 18:41:29 +00005139SDValue LowerVECTOR_SHUFFLEv16i8(ShuffleVectorSDNode *SVOp,
Dan Gohmand858e902010-04-17 15:26:15 +00005140 SelectionDAG &DAG,
5141 const X86TargetLowering &TLI) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005142 SDValue V1 = SVOp->getOperand(0);
5143 SDValue V2 = SVOp->getOperand(1);
5144 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00005145 SmallVector<int, 16> MaskVals;
Nate Begeman9008ca62009-04-27 18:41:29 +00005146 SVOp->getMask(MaskVals);
Eric Christopherfd179292009-08-27 18:07:15 +00005147
Nate Begemanb9a47b82009-02-23 08:49:38 +00005148 // If we have SSSE3, case 1 is generated when all result bytes come from
Eric Christopherfd179292009-08-27 18:07:15 +00005149 // one of the inputs. Otherwise, case 2 is generated. If no SSSE3 is
Nate Begemanb9a47b82009-02-23 08:49:38 +00005150 // present, fall back to case 3.
5151 // FIXME: kill V2Only once shuffles are canonizalized by getNode.
5152 bool V1Only = true;
5153 bool V2Only = true;
5154 for (unsigned i = 0; i < 16; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005155 int EltIdx = MaskVals[i];
Nate Begemanb9a47b82009-02-23 08:49:38 +00005156 if (EltIdx < 0)
5157 continue;
5158 if (EltIdx < 16)
5159 V2Only = false;
5160 else
5161 V1Only = false;
5162 }
Eric Christopherfd179292009-08-27 18:07:15 +00005163
Nate Begemanb9a47b82009-02-23 08:49:38 +00005164 // If SSSE3, use 1 pshufb instruction per vector with elements in the result.
5165 if (TLI.getSubtarget()->hasSSSE3()) {
5166 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005167
Nate Begemanb9a47b82009-02-23 08:49:38 +00005168 // If all result elements are from one input vector, then only translate
Eric Christopherfd179292009-08-27 18:07:15 +00005169 // undef mask values to 0x80 (zero out result) in the pshufb mask.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005170 //
5171 // Otherwise, we have elements from both input vectors, and must zero out
5172 // elements that come from V2 in the first mask, and V1 in the second mask
5173 // so that we can OR them together.
5174 bool TwoInputs = !(V1Only || V2Only);
5175 for (unsigned i = 0; i != 16; ++i) {
5176 int EltIdx = MaskVals[i];
5177 if (EltIdx < 0 || (TwoInputs && EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005178 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005179 continue;
5180 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005181 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005182 }
5183 // If all the elements are from V2, assign it to V1 and return after
5184 // building the first pshufb.
5185 if (V2Only)
5186 V1 = V2;
Owen Anderson825b72b2009-08-11 20:47:22 +00005187 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005188 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005189 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005190 if (!TwoInputs)
5191 return V1;
Eric Christopherfd179292009-08-27 18:07:15 +00005192
Nate Begemanb9a47b82009-02-23 08:49:38 +00005193 // Calculate the shuffle mask for the second input, shuffle it, and
5194 // OR it with the first shuffled input.
5195 pshufbMask.clear();
5196 for (unsigned i = 0; i != 16; ++i) {
5197 int EltIdx = MaskVals[i];
5198 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005199 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005200 continue;
5201 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005202 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005203 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005204 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005205 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005206 MVT::v16i8, &pshufbMask[0], 16));
5207 return DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005208 }
Eric Christopherfd179292009-08-27 18:07:15 +00005209
Nate Begemanb9a47b82009-02-23 08:49:38 +00005210 // No SSSE3 - Calculate in place words and then fix all out of place words
5211 // With 0-16 extracts & inserts. Worst case is 16 bytes out of order from
5212 // the 16 different words that comprise the two doublequadword input vectors.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005213 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
5214 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005215 SDValue NewV = V2Only ? V2 : V1;
5216 for (int i = 0; i != 8; ++i) {
5217 int Elt0 = MaskVals[i*2];
5218 int Elt1 = MaskVals[i*2+1];
Eric Christopherfd179292009-08-27 18:07:15 +00005219
Nate Begemanb9a47b82009-02-23 08:49:38 +00005220 // This word of the result is all undef, skip it.
5221 if (Elt0 < 0 && Elt1 < 0)
5222 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005223
Nate Begemanb9a47b82009-02-23 08:49:38 +00005224 // This word of the result is already in the correct place, skip it.
5225 if (V1Only && (Elt0 == i*2) && (Elt1 == i*2+1))
5226 continue;
5227 if (V2Only && (Elt0 == i*2+16) && (Elt1 == i*2+17))
5228 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005229
Nate Begemanb9a47b82009-02-23 08:49:38 +00005230 SDValue Elt0Src = Elt0 < 16 ? V1 : V2;
5231 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
5232 SDValue InsElt;
Mon P Wang6b3ef692009-03-11 18:47:57 +00005233
5234 // If Elt0 and Elt1 are defined, are consecutive, and can be load
5235 // using a single extract together, load it and store it.
5236 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005237 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005238 DAG.getIntPtrConstant(Elt1 / 2));
Owen Anderson825b72b2009-08-11 20:47:22 +00005239 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005240 DAG.getIntPtrConstant(i));
5241 continue;
5242 }
5243
Nate Begemanb9a47b82009-02-23 08:49:38 +00005244 // If Elt1 is defined, extract it from the appropriate source. If the
Mon P Wang6b3ef692009-03-11 18:47:57 +00005245 // source byte is not also odd, shift the extracted word left 8 bits
5246 // otherwise clear the bottom 8 bits if we need to do an or.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005247 if (Elt1 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005248 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005249 DAG.getIntPtrConstant(Elt1 / 2));
5250 if ((Elt1 & 1) == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005251 InsElt = DAG.getNode(ISD::SHL, dl, MVT::i16, InsElt,
Owen Anderson95771af2011-02-25 21:41:48 +00005252 DAG.getConstant(8,
5253 TLI.getShiftAmountTy(InsElt.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005254 else if (Elt0 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005255 InsElt = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt,
5256 DAG.getConstant(0xFF00, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005257 }
5258 // If Elt0 is defined, extract it from the appropriate source. If the
5259 // source byte is not also even, shift the extracted word right 8 bits. If
5260 // Elt1 was also defined, OR the extracted values together before
5261 // inserting them in the result.
5262 if (Elt0 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005263 SDValue InsElt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005264 Elt0Src, DAG.getIntPtrConstant(Elt0 / 2));
5265 if ((Elt0 & 1) != 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005266 InsElt0 = DAG.getNode(ISD::SRL, dl, MVT::i16, InsElt0,
Owen Anderson95771af2011-02-25 21:41:48 +00005267 DAG.getConstant(8,
5268 TLI.getShiftAmountTy(InsElt0.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005269 else if (Elt1 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005270 InsElt0 = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt0,
5271 DAG.getConstant(0x00FF, MVT::i16));
5272 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)
Nate Begemanb9a47b82009-02-23 08:49:38 +00005273 : InsElt0;
5274 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005275 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005276 DAG.getIntPtrConstant(i));
5277 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005278 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005279}
5280
Evan Cheng7a831ce2007-12-15 03:00:47 +00005281/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005282/// ones, or rewriting v4i32 / v4f32 as 2 wide ones if possible. This can be
Evan Cheng7a831ce2007-12-15 03:00:47 +00005283/// done when every pair / quad of shuffle mask elements point to elements in
5284/// the right sequence. e.g.
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005285/// vector_shuffle X, Y, <2, 3, | 10, 11, | 0, 1, | 14, 15>
Evan Cheng14b32e12007-12-11 01:46:18 +00005286static
Nate Begeman9008ca62009-04-27 18:41:29 +00005287SDValue RewriteAsNarrowerShuffle(ShuffleVectorSDNode *SVOp,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005288 SelectionDAG &DAG, DebugLoc dl) {
Owen Andersone50ed302009-08-10 22:56:29 +00005289 EVT VT = SVOp->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00005290 SDValue V1 = SVOp->getOperand(0);
5291 SDValue V2 = SVOp->getOperand(1);
5292 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng7a831ce2007-12-15 03:00:47 +00005293 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005294 EVT NewVT;
Owen Anderson825b72b2009-08-11 20:47:22 +00005295 switch (VT.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005296 default: assert(false && "Unexpected!");
Owen Anderson825b72b2009-08-11 20:47:22 +00005297 case MVT::v4f32: NewVT = MVT::v2f64; break;
5298 case MVT::v4i32: NewVT = MVT::v2i64; break;
5299 case MVT::v8i16: NewVT = MVT::v4i32; break;
5300 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00005301 }
5302
Nate Begeman9008ca62009-04-27 18:41:29 +00005303 int Scale = NumElems / NewWidth;
5304 SmallVector<int, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00005305 for (unsigned i = 0; i < NumElems; i += Scale) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005306 int StartIdx = -1;
5307 for (int j = 0; j < Scale; ++j) {
5308 int EltIdx = SVOp->getMaskElt(i+j);
5309 if (EltIdx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005310 continue;
Nate Begeman9008ca62009-04-27 18:41:29 +00005311 if (StartIdx == -1)
Evan Cheng14b32e12007-12-11 01:46:18 +00005312 StartIdx = EltIdx - (EltIdx % Scale);
5313 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00005314 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00005315 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005316 if (StartIdx == -1)
5317 MaskVec.push_back(-1);
Evan Cheng14b32e12007-12-11 01:46:18 +00005318 else
Nate Begeman9008ca62009-04-27 18:41:29 +00005319 MaskVec.push_back(StartIdx / Scale);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005320 }
5321
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005322 V1 = DAG.getNode(ISD::BITCAST, dl, NewVT, V1);
5323 V2 = DAG.getNode(ISD::BITCAST, dl, NewVT, V2);
Nate Begeman9008ca62009-04-27 18:41:29 +00005324 return DAG.getVectorShuffle(NewVT, dl, V1, V2, &MaskVec[0]);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005325}
5326
Evan Chengd880b972008-05-09 21:53:03 +00005327/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00005328///
Owen Andersone50ed302009-08-10 22:56:29 +00005329static SDValue getVZextMovL(EVT VT, EVT OpVT,
Nate Begeman9008ca62009-04-27 18:41:29 +00005330 SDValue SrcOp, SelectionDAG &DAG,
5331 const X86Subtarget *Subtarget, DebugLoc dl) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005332 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005333 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00005334 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00005335 LD = dyn_cast<LoadSDNode>(SrcOp);
5336 if (!LD) {
5337 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
5338 // instead.
Owen Anderson766b5ef2009-08-11 21:59:30 +00005339 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Duncan Sandscdfad362010-11-03 12:17:33 +00005340 if ((ExtVT != MVT::i64 || Subtarget->is64Bit()) &&
Evan Cheng7e2ff772008-05-08 00:57:18 +00005341 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005342 SrcOp.getOperand(0).getOpcode() == ISD::BITCAST &&
Owen Anderson766b5ef2009-08-11 21:59:30 +00005343 SrcOp.getOperand(0).getOperand(0).getValueType() == ExtVT) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005344 // PR2108
Owen Anderson825b72b2009-08-11 20:47:22 +00005345 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005346 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005347 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
5348 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
5349 OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00005350 SrcOp.getOperand(0)
5351 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005352 }
5353 }
5354 }
5355
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005356 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005357 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005358 DAG.getNode(ISD::BITCAST, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00005359 OpVT, SrcOp)));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005360}
5361
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00005362/// LowerVECTOR_SHUFFLE_256 - Handle all 256-bit wide vectors shuffles
5363/// which could not be matched by any known target speficic shuffle
5364static SDValue
5365LowerVECTOR_SHUFFLE_256(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
5366 return SDValue();
5367}
5368
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005369/// LowerVECTOR_SHUFFLE_128v4 - Handle all 128-bit wide vectors with
5370/// 4 elements, and match them with several different shuffle types.
Dan Gohman475871a2008-07-27 21:46:04 +00005371static SDValue
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005372LowerVECTOR_SHUFFLE_128v4(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005373 SDValue V1 = SVOp->getOperand(0);
5374 SDValue V2 = SVOp->getOperand(1);
5375 DebugLoc dl = SVOp->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00005376 EVT VT = SVOp->getValueType(0);
Eric Christopherfd179292009-08-27 18:07:15 +00005377
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005378 assert(VT.getSizeInBits() == 128 && "Unsupported vector size");
5379
Evan Chengace3c172008-07-22 21:13:36 +00005380 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00005381 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005382 SmallVector<int, 8> Mask1(4U, -1);
5383 SmallVector<int, 8> PermMask;
5384 SVOp->getMask(PermMask);
5385
Evan Chengace3c172008-07-22 21:13:36 +00005386 unsigned NumHi = 0;
5387 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00005388 for (unsigned i = 0; i != 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005389 int Idx = PermMask[i];
5390 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005391 Locs[i] = std::make_pair(-1, -1);
5392 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005393 assert(Idx < 8 && "Invalid VECTOR_SHUFFLE index!");
5394 if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005395 Locs[i] = std::make_pair(0, NumLo);
Nate Begeman9008ca62009-04-27 18:41:29 +00005396 Mask1[NumLo] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005397 NumLo++;
5398 } else {
5399 Locs[i] = std::make_pair(1, NumHi);
5400 if (2+NumHi < 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005401 Mask1[2+NumHi] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005402 NumHi++;
5403 }
5404 }
5405 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005406
Evan Chengace3c172008-07-22 21:13:36 +00005407 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005408 // If no more than two elements come from either vector. This can be
5409 // implemented with two shuffles. First shuffle gather the elements.
5410 // The second shuffle, which takes the first shuffle as both of its
5411 // vector operands, put the elements into the right order.
Nate Begeman9008ca62009-04-27 18:41:29 +00005412 V1 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005413
Nate Begeman9008ca62009-04-27 18:41:29 +00005414 SmallVector<int, 8> Mask2(4U, -1);
Eric Christopherfd179292009-08-27 18:07:15 +00005415
Evan Chengace3c172008-07-22 21:13:36 +00005416 for (unsigned i = 0; i != 4; ++i) {
5417 if (Locs[i].first == -1)
5418 continue;
5419 else {
5420 unsigned Idx = (i < 2) ? 0 : 4;
5421 Idx += Locs[i].first * 2 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005422 Mask2[i] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005423 }
5424 }
5425
Nate Begeman9008ca62009-04-27 18:41:29 +00005426 return DAG.getVectorShuffle(VT, dl, V1, V1, &Mask2[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005427 } else if (NumLo == 3 || NumHi == 3) {
5428 // Otherwise, we must have three elements from one vector, call it X, and
5429 // one element from the other, call it Y. First, use a shufps to build an
5430 // intermediate vector with the one element from Y and the element from X
5431 // that will be in the same half in the final destination (the indexes don't
5432 // matter). Then, use a shufps to build the final vector, taking the half
5433 // containing the element from Y from the intermediate, and the other half
5434 // from X.
5435 if (NumHi == 3) {
5436 // Normalize it so the 3 elements come from V1.
Nate Begeman9008ca62009-04-27 18:41:29 +00005437 CommuteVectorShuffleMask(PermMask, VT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005438 std::swap(V1, V2);
5439 }
5440
5441 // Find the element from V2.
5442 unsigned HiIndex;
5443 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005444 int Val = PermMask[HiIndex];
5445 if (Val < 0)
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005446 continue;
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005447 if (Val >= 4)
5448 break;
5449 }
5450
Nate Begeman9008ca62009-04-27 18:41:29 +00005451 Mask1[0] = PermMask[HiIndex];
5452 Mask1[1] = -1;
5453 Mask1[2] = PermMask[HiIndex^1];
5454 Mask1[3] = -1;
5455 V2 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005456
5457 if (HiIndex >= 2) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005458 Mask1[0] = PermMask[0];
5459 Mask1[1] = PermMask[1];
5460 Mask1[2] = HiIndex & 1 ? 6 : 4;
5461 Mask1[3] = HiIndex & 1 ? 4 : 6;
5462 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005463 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005464 Mask1[0] = HiIndex & 1 ? 2 : 0;
5465 Mask1[1] = HiIndex & 1 ? 0 : 2;
5466 Mask1[2] = PermMask[2];
5467 Mask1[3] = PermMask[3];
5468 if (Mask1[2] >= 0)
5469 Mask1[2] += 4;
5470 if (Mask1[3] >= 0)
5471 Mask1[3] += 4;
5472 return DAG.getVectorShuffle(VT, dl, V2, V1, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005473 }
Evan Chengace3c172008-07-22 21:13:36 +00005474 }
5475
5476 // Break it into (shuffle shuffle_hi, shuffle_lo).
5477 Locs.clear();
David Greenec4db4e52011-02-28 19:06:56 +00005478 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005479 SmallVector<int,8> LoMask(4U, -1);
5480 SmallVector<int,8> HiMask(4U, -1);
5481
5482 SmallVector<int,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00005483 unsigned MaskIdx = 0;
5484 unsigned LoIdx = 0;
5485 unsigned HiIdx = 2;
5486 for (unsigned i = 0; i != 4; ++i) {
5487 if (i == 2) {
5488 MaskPtr = &HiMask;
5489 MaskIdx = 1;
5490 LoIdx = 0;
5491 HiIdx = 2;
5492 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005493 int Idx = PermMask[i];
5494 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005495 Locs[i] = std::make_pair(-1, -1);
Nate Begeman9008ca62009-04-27 18:41:29 +00005496 } else if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005497 Locs[i] = std::make_pair(MaskIdx, LoIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005498 (*MaskPtr)[LoIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005499 LoIdx++;
5500 } else {
5501 Locs[i] = std::make_pair(MaskIdx, HiIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005502 (*MaskPtr)[HiIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005503 HiIdx++;
5504 }
5505 }
5506
Nate Begeman9008ca62009-04-27 18:41:29 +00005507 SDValue LoShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &LoMask[0]);
5508 SDValue HiShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &HiMask[0]);
5509 SmallVector<int, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00005510 for (unsigned i = 0; i != 4; ++i) {
5511 if (Locs[i].first == -1) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005512 MaskOps.push_back(-1);
Evan Chengace3c172008-07-22 21:13:36 +00005513 } else {
5514 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005515 MaskOps.push_back(Idx);
Evan Chengace3c172008-07-22 21:13:36 +00005516 }
5517 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005518 return DAG.getVectorShuffle(VT, dl, LoShuffle, HiShuffle, &MaskOps[0]);
Evan Chengace3c172008-07-22 21:13:36 +00005519}
5520
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005521static bool MayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005522 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005523 V = V.getOperand(0);
5524 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5525 V = V.getOperand(0);
5526 if (MayFoldLoad(V))
5527 return true;
5528 return false;
5529}
5530
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005531// FIXME: the version above should always be used. Since there's
5532// a bug where several vector shuffles can't be folded because the
5533// DAG is not updated during lowering and a node claims to have two
5534// uses while it only has one, use this version, and let isel match
5535// another instruction if the load really happens to have more than
5536// one use. Remove this version after this bug get fixed.
Evan Cheng835580f2010-10-07 20:50:20 +00005537// rdar://8434668, PR8156
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005538static bool RelaxedMayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005539 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005540 V = V.getOperand(0);
5541 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5542 V = V.getOperand(0);
5543 if (ISD::isNormalLoad(V.getNode()))
5544 return true;
5545 return false;
5546}
5547
5548/// CanFoldShuffleIntoVExtract - Check if the current shuffle is used by
5549/// a vector extract, and if both can be later optimized into a single load.
5550/// This is done in visitEXTRACT_VECTOR_ELT and the conditions are checked
5551/// here because otherwise a target specific shuffle node is going to be
5552/// emitted for this shuffle, and the optimization not done.
5553/// FIXME: This is probably not the best approach, but fix the problem
5554/// until the right path is decided.
5555static
5556bool CanXFormVExtractWithShuffleIntoLoad(SDValue V, SelectionDAG &DAG,
5557 const TargetLowering &TLI) {
5558 EVT VT = V.getValueType();
5559 ShuffleVectorSDNode *SVOp = dyn_cast<ShuffleVectorSDNode>(V);
5560
5561 // Be sure that the vector shuffle is present in a pattern like this:
5562 // (vextract (v4f32 shuffle (load $addr), <1,u,u,u>), c) -> (f32 load $addr)
5563 if (!V.hasOneUse())
5564 return false;
5565
5566 SDNode *N = *V.getNode()->use_begin();
5567 if (N->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
5568 return false;
5569
5570 SDValue EltNo = N->getOperand(1);
5571 if (!isa<ConstantSDNode>(EltNo))
5572 return false;
5573
5574 // If the bit convert changed the number of elements, it is unsafe
5575 // to examine the mask.
5576 bool HasShuffleIntoBitcast = false;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005577 if (V.getOpcode() == ISD::BITCAST) {
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005578 EVT SrcVT = V.getOperand(0).getValueType();
5579 if (SrcVT.getVectorNumElements() != VT.getVectorNumElements())
5580 return false;
5581 V = V.getOperand(0);
5582 HasShuffleIntoBitcast = true;
5583 }
5584
5585 // Select the input vector, guarding against out of range extract vector.
5586 unsigned NumElems = VT.getVectorNumElements();
5587 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
5588 int Idx = (Elt > NumElems) ? -1 : SVOp->getMaskElt(Elt);
5589 V = (Idx < (int)NumElems) ? V.getOperand(0) : V.getOperand(1);
5590
5591 // Skip one more bit_convert if necessary
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005592 if (V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005593 V = V.getOperand(0);
5594
5595 if (ISD::isNormalLoad(V.getNode())) {
5596 // Is the original load suitable?
5597 LoadSDNode *LN0 = cast<LoadSDNode>(V);
5598
5599 // FIXME: avoid the multi-use bug that is preventing lots of
5600 // of foldings to be detected, this is still wrong of course, but
5601 // give the temporary desired behavior, and if it happens that
5602 // the load has real more uses, during isel it will not fold, and
5603 // will generate poor code.
5604 if (!LN0 || LN0->isVolatile()) // || !LN0->hasOneUse()
5605 return false;
5606
5607 if (!HasShuffleIntoBitcast)
5608 return true;
5609
5610 // If there's a bitcast before the shuffle, check if the load type and
5611 // alignment is valid.
5612 unsigned Align = LN0->getAlignment();
5613 unsigned NewAlign =
5614 TLI.getTargetData()->getABITypeAlignment(
5615 VT.getTypeForEVT(*DAG.getContext()));
5616
5617 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT))
5618 return false;
5619 }
5620
5621 return true;
5622}
5623
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005624static
Evan Cheng835580f2010-10-07 20:50:20 +00005625SDValue getMOVDDup(SDValue &Op, DebugLoc &dl, SDValue V1, SelectionDAG &DAG) {
5626 EVT VT = Op.getValueType();
5627
5628 // Canonizalize to v2f64.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005629 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, V1);
5630 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Cheng835580f2010-10-07 20:50:20 +00005631 getTargetShuffleNode(X86ISD::MOVDDUP, dl, MVT::v2f64,
5632 V1, DAG));
5633}
5634
5635static
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005636SDValue getMOVLowToHigh(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG,
5637 bool HasSSE2) {
5638 SDValue V1 = Op.getOperand(0);
5639 SDValue V2 = Op.getOperand(1);
5640 EVT VT = Op.getValueType();
5641
5642 assert(VT != MVT::v2i64 && "unsupported shuffle type");
5643
5644 if (HasSSE2 && VT == MVT::v2f64)
5645 return getTargetShuffleNode(X86ISD::MOVLHPD, dl, VT, V1, V2, DAG);
5646
5647 // v4f32 or v4i32
5648 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V2, DAG);
5649}
5650
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005651static
5652SDValue getMOVHighToLow(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG) {
5653 SDValue V1 = Op.getOperand(0);
5654 SDValue V2 = Op.getOperand(1);
5655 EVT VT = Op.getValueType();
5656
5657 assert((VT == MVT::v4i32 || VT == MVT::v4f32) &&
5658 "unsupported shuffle type");
5659
5660 if (V2.getOpcode() == ISD::UNDEF)
5661 V2 = V1;
5662
5663 // v4i32 or v4f32
5664 return getTargetShuffleNode(X86ISD::MOVHLPS, dl, VT, V1, V2, DAG);
5665}
5666
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005667static
5668SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) {
5669 SDValue V1 = Op.getOperand(0);
5670 SDValue V2 = Op.getOperand(1);
5671 EVT VT = Op.getValueType();
5672 unsigned NumElems = VT.getVectorNumElements();
5673
5674 // Use MOVLPS and MOVLPD in case V1 or V2 are loads. During isel, the second
5675 // operand of these instructions is only memory, so check if there's a
5676 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
5677 // same masks.
5678 bool CanFoldLoad = false;
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005679
Bruno Cardoso Lopesd00bfe12010-09-02 02:35:51 +00005680 // Trivial case, when V2 comes from a load.
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005681 if (MayFoldVectorLoad(V2))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005682 CanFoldLoad = true;
5683
5684 // When V1 is a load, it can be folded later into a store in isel, example:
5685 // (store (v4f32 (X86Movlps (load addr:$src1), VR128:$src2)), addr:$src1)
5686 // turns into:
5687 // (MOVLPSmr addr:$src1, VR128:$src2)
5688 // So, recognize this potential and also use MOVLPS or MOVLPD
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005689 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005690 CanFoldLoad = true;
5691
Eric Christopher893a8822011-02-20 05:04:42 +00005692 // Both of them can't be memory operations though.
5693 if (MayFoldVectorLoad(V1) && MayFoldVectorLoad(V2))
5694 CanFoldLoad = false;
Owen Anderson95771af2011-02-25 21:41:48 +00005695
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005696 if (CanFoldLoad) {
5697 if (HasSSE2 && NumElems == 2)
5698 return getTargetShuffleNode(X86ISD::MOVLPD, dl, VT, V1, V2, DAG);
5699
5700 if (NumElems == 4)
5701 return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG);
5702 }
5703
5704 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5705 // movl and movlp will both match v2i64, but v2i64 is never matched by
5706 // movl earlier because we make it strict to avoid messing with the movlp load
5707 // folding logic (see the code above getMOVLP call). Match it here then,
5708 // this is horrible, but will stay like this until we move all shuffle
5709 // matching to x86 specific nodes. Note that for the 1st condition all
5710 // types are matched with movsd.
5711 if ((HasSSE2 && NumElems == 2) || !X86::isMOVLMask(SVOp))
5712 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5713 else if (HasSSE2)
5714 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5715
5716
5717 assert(VT != MVT::v4i32 && "unsupported shuffle type");
5718
5719 // Invert the operand order and use SHUFPS to match it.
5720 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V2, V1,
5721 X86::getShuffleSHUFImmediate(SVOp), DAG);
5722}
5723
David Greenec4db4e52011-02-28 19:06:56 +00005724static inline unsigned getUNPCKLOpcode(EVT VT, const X86Subtarget *Subtarget) {
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005725 switch(VT.getSimpleVT().SimpleTy) {
5726 case MVT::v4i32: return X86ISD::PUNPCKLDQ;
5727 case MVT::v2i64: return X86ISD::PUNPCKLQDQ;
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00005728 case MVT::v4f32: return X86ISD::UNPCKLPS;
5729 case MVT::v2f64: return X86ISD::UNPCKLPD;
David Greenec4db4e52011-02-28 19:06:56 +00005730 case MVT::v8f32: return X86ISD::VUNPCKLPSY;
5731 case MVT::v4f64: return X86ISD::VUNPCKLPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005732 case MVT::v16i8: return X86ISD::PUNPCKLBW;
5733 case MVT::v8i16: return X86ISD::PUNPCKLWD;
5734 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005735 llvm_unreachable("Unknown type for unpckl");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005736 }
5737 return 0;
5738}
5739
5740static inline unsigned getUNPCKHOpcode(EVT VT) {
5741 switch(VT.getSimpleVT().SimpleTy) {
5742 case MVT::v4i32: return X86ISD::PUNPCKHDQ;
5743 case MVT::v2i64: return X86ISD::PUNPCKHQDQ;
5744 case MVT::v4f32: return X86ISD::UNPCKHPS;
5745 case MVT::v2f64: return X86ISD::UNPCKHPD;
5746 case MVT::v16i8: return X86ISD::PUNPCKHBW;
5747 case MVT::v8i16: return X86ISD::PUNPCKHWD;
5748 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005749 llvm_unreachable("Unknown type for unpckh");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005750 }
5751 return 0;
5752}
5753
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005754static
5755SDValue NormalizeVectorShuffle(SDValue Op, SelectionDAG &DAG,
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005756 const TargetLowering &TLI,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005757 const X86Subtarget *Subtarget) {
5758 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5759 EVT VT = Op.getValueType();
5760 DebugLoc dl = Op.getDebugLoc();
5761 SDValue V1 = Op.getOperand(0);
5762 SDValue V2 = Op.getOperand(1);
5763
5764 if (isZeroShuffle(SVOp))
5765 return getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
5766
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005767 // Handle splat operations
5768 if (SVOp->isSplat()) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00005769 unsigned NumElem = VT.getVectorNumElements();
5770 // Special case, this is the only place now where it's allowed to return
5771 // a vector_shuffle operation without using a target specific node, because
5772 // *hopefully* it will be optimized away by the dag combiner. FIXME: should
5773 // this be moved to DAGCombine instead?
5774 if (NumElem <= 4 && CanXFormVExtractWithShuffleIntoLoad(Op, DAG, TLI))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005775 return Op;
5776
Bruno Cardoso Lopes6a32adc2011-07-25 23:05:25 +00005777 // Since there's no native support for scalar_to_vector for 256-bit AVX, a
5778 // 128-bit scalar_to_vector + INSERT_SUBVECTOR is generated. Recognize this
5779 // idiom and do the shuffle before the insertion, this yields less
5780 // instructions in the end.
5781 if (VT.is256BitVector() &&
5782 V1.getOpcode() == ISD::INSERT_SUBVECTOR &&
5783 V1.getOperand(0).getOpcode() == ISD::UNDEF &&
5784 V1.getOperand(1).getOpcode() == ISD::SCALAR_TO_VECTOR)
5785 return PromoteVectorToScalarSplat(SVOp, DAG);
5786
5787 // Handle splats by matching through known shuffle masks
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00005788 if ((VT.is128BitVector() && NumElem <= 4) ||
5789 (VT.is256BitVector() && NumElem <= 8))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005790 return SDValue();
5791
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00005792 // All i16 and i8 vector types can't be used directly by a generic shuffle
5793 // instruction because the target has no such instruction. Generate shuffles
5794 // which repeat i16 and i8 several times until they fit in i32, and then can
5795 // be manipulated by target suported shuffles. After the insertion of the
5796 // necessary shuffles, the result is bitcasted back to v4f32 or v8f32.
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005797 return PromoteSplat(SVOp, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005798 }
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005799
5800 // If the shuffle can be profitably rewritten as a narrower shuffle, then
5801 // do it!
5802 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
5803 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5804 if (NewOp.getNode())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005805 return DAG.getNode(ISD::BITCAST, dl, VT, NewOp);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005806 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
5807 // FIXME: Figure out a cleaner way to do this.
5808 // Try to make use of movq to zero out the top part.
5809 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
5810 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5811 if (NewOp.getNode()) {
5812 if (isCommutedMOVL(cast<ShuffleVectorSDNode>(NewOp), true, false))
5813 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(0),
5814 DAG, Subtarget, dl);
5815 }
5816 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
5817 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5818 if (NewOp.getNode() && X86::isMOVLMask(cast<ShuffleVectorSDNode>(NewOp)))
5819 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
5820 DAG, Subtarget, dl);
5821 }
5822 }
5823 return SDValue();
5824}
5825
Dan Gohman475871a2008-07-27 21:46:04 +00005826SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00005827X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00005828 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00005829 SDValue V1 = Op.getOperand(0);
5830 SDValue V2 = Op.getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +00005831 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005832 DebugLoc dl = Op.getDebugLoc();
Nate Begeman9008ca62009-04-27 18:41:29 +00005833 unsigned NumElems = VT.getVectorNumElements();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005834 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005835 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
5836 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00005837 bool V1IsSplat = false;
5838 bool V2IsSplat = false;
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005839 bool HasSSE2 = Subtarget->hasSSE2() || Subtarget->hasAVX();
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00005840 bool HasSSE3 = Subtarget->hasSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00005841 bool HasSSSE3 = Subtarget->hasSSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005842 MachineFunction &MF = DAG.getMachineFunction();
5843 bool OptForSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005844
Dale Johannesen0488fb62010-09-30 23:57:10 +00005845 // Shuffle operations on MMX not supported.
5846 if (isMMX)
Bruno Cardoso Lopes58277b12010-09-07 18:41:45 +00005847 return Op;
5848
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005849 // Vector shuffle lowering takes 3 steps:
5850 //
5851 // 1) Normalize the input vectors. Here splats, zeroed vectors, profitable
5852 // narrowing and commutation of operands should be handled.
5853 // 2) Matching of shuffles with known shuffle masks to x86 target specific
5854 // shuffle nodes.
5855 // 3) Rewriting of unmatched masks into new generic shuffle operations,
5856 // so the shuffle can be broken into other shuffles and the legalizer can
5857 // try the lowering again.
5858 //
5859 // The general ideia is that no vector_shuffle operation should be left to
5860 // be matched during isel, all of them must be converted to a target specific
5861 // node here.
Bruno Cardoso Lopes0d1340b2010-09-07 20:20:27 +00005862
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005863 // Normalize the input vectors. Here splats, zeroed vectors, profitable
5864 // narrowing and commutation of operands should be handled. The actual code
5865 // doesn't include all of those, work in progress...
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005866 SDValue NewOp = NormalizeVectorShuffle(Op, DAG, *this, Subtarget);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005867 if (NewOp.getNode())
5868 return NewOp;
Eric Christopherfd179292009-08-27 18:07:15 +00005869
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005870 // NOTE: isPSHUFDMask can also match both masks below (unpckl_undef and
5871 // unpckh_undef). Only use pshufd if speed is more important than size.
5872 if (OptForSize && X86::isUNPCKL_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00005873 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00005874 if (OptForSize && X86::isUNPCKH_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00005875 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00005876
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005877 if (X86::isMOVDDUPMask(SVOp) && HasSSE3 && V2IsUndef &&
Dale Johannesen0488fb62010-09-30 23:57:10 +00005878 RelaxedMayFoldVectorLoad(V1))
Evan Cheng835580f2010-10-07 20:50:20 +00005879 return getMOVDDup(Op, dl, V1, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005880
Dale Johannesen0488fb62010-09-30 23:57:10 +00005881 if (X86::isMOVHLPS_v_undef_Mask(SVOp))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005882 return getMOVHighToLow(Op, dl, DAG);
5883
5884 // Use to match splats
5885 if (HasSSE2 && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
5886 (VT == MVT::v2f64 || VT == MVT::v2i64))
5887 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
5888
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005889 if (X86::isPSHUFDMask(SVOp)) {
5890 // The actual implementation will match the mask in the if above and then
5891 // during isel it can match several different instructions, not only pshufd
5892 // as its name says, sad but true, emulate the behavior for now...
5893 if (X86::isMOVDDUPMask(SVOp) && ((VT == MVT::v4f32 || VT == MVT::v2i64)))
5894 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V1, DAG);
5895
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005896 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
5897
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005898 if (HasSSE2 && (VT == MVT::v4f32 || VT == MVT::v4i32))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005899 return getTargetShuffleNode(X86ISD::PSHUFD, dl, VT, V1, TargetMask, DAG);
5900
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005901 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00005902 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V1,
5903 TargetMask, DAG);
5904
5905 if (VT == MVT::v4f32)
5906 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V1,
5907 TargetMask, DAG);
5908 }
Eric Christopherfd179292009-08-27 18:07:15 +00005909
Evan Chengf26ffe92008-05-29 08:22:04 +00005910 // Check if this can be converted into a logical shift.
5911 bool isLeft = false;
5912 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00005913 SDValue ShVal;
Nate Begeman9008ca62009-04-27 18:41:29 +00005914 bool isShift = getSubtarget()->hasSSE2() &&
Evan Chengc3630942009-12-09 21:00:30 +00005915 isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
Evan Chengf26ffe92008-05-29 08:22:04 +00005916 if (isShift && ShVal.hasOneUse()) {
Scott Michelfdc40a02009-02-17 22:15:04 +00005917 // If the shifted value has multiple uses, it may be cheaper to use
Evan Chengf26ffe92008-05-29 08:22:04 +00005918 // v_set0 + movlhps or movhlps, etc.
Dan Gohman8a55ce42009-09-23 21:02:20 +00005919 EVT EltVT = VT.getVectorElementType();
5920 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00005921 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005922 }
Eric Christopherfd179292009-08-27 18:07:15 +00005923
Nate Begeman9008ca62009-04-27 18:41:29 +00005924 if (X86::isMOVLMask(SVOp)) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005925 if (V1IsUndef)
5926 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00005927 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00005928 return getVZextMovL(VT, VT, V2, DAG, Subtarget, dl);
Dale Johannesen0488fb62010-09-30 23:57:10 +00005929 if (!X86::isMOVLPMask(SVOp)) {
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005930 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00005931 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5932
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00005933 if (VT == MVT::v4i32 || VT == MVT::v4f32)
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00005934 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5935 }
Evan Cheng7e2ff772008-05-08 00:57:18 +00005936 }
Eric Christopherfd179292009-08-27 18:07:15 +00005937
Nate Begeman9008ca62009-04-27 18:41:29 +00005938 // FIXME: fold these into legal mask.
Dale Johannesen0488fb62010-09-30 23:57:10 +00005939 if (X86::isMOVLHPSMask(SVOp) && !X86::isUNPCKLMask(SVOp))
5940 return getMOVLowToHigh(Op, dl, DAG, HasSSE2);
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005941
Dale Johannesen0488fb62010-09-30 23:57:10 +00005942 if (X86::isMOVHLPSMask(SVOp))
5943 return getMOVHighToLow(Op, dl, DAG);
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005944
Dale Johannesen0488fb62010-09-30 23:57:10 +00005945 if (X86::isMOVSHDUPMask(SVOp) && HasSSE3 && V2IsUndef && NumElems == 4)
5946 return getTargetShuffleNode(X86ISD::MOVSHDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00005947
Dale Johannesen0488fb62010-09-30 23:57:10 +00005948 if (X86::isMOVSLDUPMask(SVOp) && HasSSE3 && V2IsUndef && NumElems == 4)
5949 return getTargetShuffleNode(X86ISD::MOVSLDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00005950
Dale Johannesen0488fb62010-09-30 23:57:10 +00005951 if (X86::isMOVLPMask(SVOp))
5952 return getMOVLP(Op, dl, DAG, HasSSE2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005953
Nate Begeman9008ca62009-04-27 18:41:29 +00005954 if (ShouldXformToMOVHLPS(SVOp) ||
5955 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), SVOp))
5956 return CommuteVectorShuffle(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005957
Evan Chengf26ffe92008-05-29 08:22:04 +00005958 if (isShift) {
5959 // No better options. Use a vshl / vsrl.
Dan Gohman8a55ce42009-09-23 21:02:20 +00005960 EVT EltVT = VT.getVectorElementType();
5961 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00005962 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00005963 }
Eric Christopherfd179292009-08-27 18:07:15 +00005964
Evan Cheng9eca5e82006-10-25 21:49:50 +00005965 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00005966 // FIXME: This should also accept a bitcast of a splat? Be careful, not
5967 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00005968 V1IsSplat = isSplatVector(V1.getNode());
5969 V2IsSplat = isSplatVector(V2.getNode());
Scott Michelfdc40a02009-02-17 22:15:04 +00005970
Chris Lattner8a594482007-11-25 00:24:49 +00005971 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00005972 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005973 Op = CommuteVectorShuffle(SVOp, DAG);
5974 SVOp = cast<ShuffleVectorSDNode>(Op);
5975 V1 = SVOp->getOperand(0);
5976 V2 = SVOp->getOperand(1);
Evan Cheng9bbbb982006-10-25 20:48:19 +00005977 std::swap(V1IsSplat, V2IsSplat);
5978 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00005979 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00005980 }
5981
Nate Begeman9008ca62009-04-27 18:41:29 +00005982 if (isCommutedMOVL(SVOp, V2IsSplat, V2IsUndef)) {
5983 // Shuffling low element of v1 into undef, just return v1.
Eric Christopherfd179292009-08-27 18:07:15 +00005984 if (V2IsUndef)
Nate Begeman9008ca62009-04-27 18:41:29 +00005985 return V1;
5986 // If V2 is a splat, the mask may be malformed such as <4,3,3,3>, which
5987 // the instruction selector will not match, so get a canonical MOVL with
5988 // swapped operands to undo the commute.
5989 return getMOVL(DAG, dl, VT, V2, V1);
Evan Chengd9b8e402006-10-16 06:36:00 +00005990 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005991
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005992 if (X86::isUNPCKLMask(SVOp))
David Greenec4db4e52011-02-28 19:06:56 +00005993 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
5994 dl, VT, V1, V2, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00005995
5996 if (X86::isUNPCKHMask(SVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00005997 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V2, DAG);
Evan Chenge1113032006-10-04 18:33:38 +00005998
Evan Cheng9bbbb982006-10-25 20:48:19 +00005999 if (V2IsSplat) {
6000 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00006001 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00006002 // new vector_shuffle with the corrected mask.
Nate Begeman9008ca62009-04-27 18:41:29 +00006003 SDValue NewMask = NormalizeMask(SVOp, DAG);
6004 ShuffleVectorSDNode *NSVOp = cast<ShuffleVectorSDNode>(NewMask);
6005 if (NSVOp != SVOp) {
6006 if (X86::isUNPCKLMask(NSVOp, true)) {
6007 return NewMask;
6008 } else if (X86::isUNPCKHMask(NSVOp, true)) {
6009 return NewMask;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006010 }
6011 }
6012 }
6013
Evan Cheng9eca5e82006-10-25 21:49:50 +00006014 if (Commuted) {
6015 // Commute is back and try unpck* again.
Nate Begeman9008ca62009-04-27 18:41:29 +00006016 // FIXME: this seems wrong.
6017 SDValue NewOp = CommuteVectorShuffle(SVOp, DAG);
6018 ShuffleVectorSDNode *NewSVOp = cast<ShuffleVectorSDNode>(NewOp);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006019
6020 if (X86::isUNPCKLMask(NewSVOp))
David Greenec4db4e52011-02-28 19:06:56 +00006021 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
6022 dl, VT, V2, V1, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006023
6024 if (X86::isUNPCKHMask(NewSVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006025 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V2, V1, DAG);
Evan Cheng9eca5e82006-10-25 21:49:50 +00006026 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006027
Nate Begeman9008ca62009-04-27 18:41:29 +00006028 // Normalize the node to match x86 shuffle ops if needed
Dale Johannesen0488fb62010-09-30 23:57:10 +00006029 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(SVOp))
Nate Begeman9008ca62009-04-27 18:41:29 +00006030 return CommuteVectorShuffle(SVOp, DAG);
6031
Bruno Cardoso Lopes7256e222010-09-03 23:24:06 +00006032 // The checks below are all present in isShuffleMaskLegal, but they are
6033 // inlined here right now to enable us to directly emit target specific
6034 // nodes, and remove one by one until they don't return Op anymore.
6035 SmallVector<int, 16> M;
6036 SVOp->getMask(M);
6037
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00006038 if (isPALIGNRMask(M, VT, HasSSSE3))
6039 return getTargetShuffleNode(X86ISD::PALIGN, dl, VT, V1, V2,
6040 X86::getShufflePALIGNRImmediate(SVOp),
6041 DAG);
6042
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00006043 if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
6044 SVOp->getSplatIndex() == 0 && V2IsUndef) {
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00006045 if (VT == MVT::v2f64)
6046 return getTargetShuffleNode(X86ISD::UNPCKLPD, dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00006047 if (VT == MVT::v2i64)
6048 return getTargetShuffleNode(X86ISD::PUNPCKLQDQ, dl, VT, V1, V1, DAG);
6049 }
6050
Bruno Cardoso Lopesbbfc3102010-09-04 01:36:45 +00006051 if (isPSHUFHWMask(M, VT))
6052 return getTargetShuffleNode(X86ISD::PSHUFHW, dl, VT, V1,
6053 X86::getShufflePSHUFHWImmediate(SVOp),
6054 DAG);
6055
6056 if (isPSHUFLWMask(M, VT))
6057 return getTargetShuffleNode(X86ISD::PSHUFLW, dl, VT, V1,
6058 X86::getShufflePSHUFLWImmediate(SVOp),
6059 DAG);
6060
Bruno Cardoso Lopes4c827f52010-09-04 01:22:57 +00006061 if (isSHUFPMask(M, VT)) {
6062 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
6063 if (VT == MVT::v4f32 || VT == MVT::v4i32)
6064 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V2,
6065 TargetMask, DAG);
6066 if (VT == MVT::v2f64 || VT == MVT::v2i64)
6067 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V2,
6068 TargetMask, DAG);
6069 }
6070
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006071 if (X86::isUNPCKL_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00006072 return getTargetShuffleNode(getUNPCKLOpcode(VT, getSubtarget()),
6073 dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006074 if (X86::isUNPCKH_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00006075 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006076
Evan Cheng14b32e12007-12-11 01:46:18 +00006077 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
Owen Anderson825b72b2009-08-11 20:47:22 +00006078 if (VT == MVT::v8i16) {
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00006079 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00006080 if (NewOp.getNode())
Evan Cheng14b32e12007-12-11 01:46:18 +00006081 return NewOp;
6082 }
6083
Owen Anderson825b72b2009-08-11 20:47:22 +00006084 if (VT == MVT::v16i8) {
Nate Begeman9008ca62009-04-27 18:41:29 +00006085 SDValue NewOp = LowerVECTOR_SHUFFLEv16i8(SVOp, DAG, *this);
Nate Begemanb9a47b82009-02-23 08:49:38 +00006086 if (NewOp.getNode())
6087 return NewOp;
6088 }
Eric Christopherfd179292009-08-27 18:07:15 +00006089
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00006090 // Handle all 128-bit wide vectors with 4 elements, and match them with
6091 // several different shuffle types.
6092 if (NumElems == 4 && VT.getSizeInBits() == 128)
6093 return LowerVECTOR_SHUFFLE_128v4(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006094
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006095 //===--------------------------------------------------------------------===//
6096 // Custom lower or generate target specific nodes for 256-bit shuffles.
6097
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00006098 // Handle VPERMIL permutations
6099 if (isVPERMILMask(M, VT)) {
6100 unsigned TargetMask = getShuffleVPERMILImmediate(SVOp);
6101 if (VT == MVT::v8f32)
6102 return getTargetShuffleNode(X86ISD::VPERMIL, dl, VT, V1, TargetMask, DAG);
6103 }
6104
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006105 // Handle general 256-bit shuffles
6106 if (VT.is256BitVector())
6107 return LowerVECTOR_SHUFFLE_256(SVOp, DAG);
6108
Dan Gohman475871a2008-07-27 21:46:04 +00006109 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006110}
6111
Dan Gohman475871a2008-07-27 21:46:04 +00006112SDValue
6113X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00006114 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006115 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006116 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006117 if (VT.getSizeInBits() == 8) {
Owen Anderson825b72b2009-08-11 20:47:22 +00006118 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006119 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00006120 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006121 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006122 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006123 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00006124 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
6125 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
6126 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006127 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6128 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006129 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006130 MVT::v4i32,
Evan Cheng52ceafa2009-01-02 05:29:08 +00006131 Op.getOperand(0)),
6132 Op.getOperand(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006133 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006134 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00006135 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006136 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006137 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Owen Anderson825b72b2009-08-11 20:47:22 +00006138 } else if (VT == MVT::f32) {
Evan Cheng62a3f152008-03-24 21:52:23 +00006139 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
6140 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00006141 // result has a single use which is a store or a bitcast to i32. And in
6142 // the case of a store, it's not worth it if the index is a constant 0,
6143 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00006144 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00006145 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00006146 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00006147 if ((User->getOpcode() != ISD::STORE ||
6148 (isa<ConstantSDNode>(Op.getOperand(1)) &&
6149 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006150 (User->getOpcode() != ISD::BITCAST ||
Owen Anderson825b72b2009-08-11 20:47:22 +00006151 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00006152 return SDValue();
Owen Anderson825b72b2009-08-11 20:47:22 +00006153 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006154 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32,
Dale Johannesenace16102009-02-03 19:33:06 +00006155 Op.getOperand(0)),
6156 Op.getOperand(1));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006157 return DAG.getNode(ISD::BITCAST, dl, MVT::f32, Extract);
Owen Anderson825b72b2009-08-11 20:47:22 +00006158 } else if (VT == MVT::i32) {
Mon P Wangf0fcdd82009-01-15 21:10:20 +00006159 // ExtractPS works with constant index.
6160 if (isa<ConstantSDNode>(Op.getOperand(1)))
6161 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006162 }
Dan Gohman475871a2008-07-27 21:46:04 +00006163 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006164}
6165
6166
Dan Gohman475871a2008-07-27 21:46:04 +00006167SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006168X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
6169 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006170 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00006171 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006172
David Greene74a579d2011-02-10 16:57:36 +00006173 SDValue Vec = Op.getOperand(0);
6174 EVT VecVT = Vec.getValueType();
6175
6176 // If this is a 256-bit vector result, first extract the 128-bit
6177 // vector and then extract from the 128-bit vector.
6178 if (VecVT.getSizeInBits() > 128) {
6179 DebugLoc dl = Op.getNode()->getDebugLoc();
6180 unsigned NumElems = VecVT.getVectorNumElements();
6181 SDValue Idx = Op.getOperand(1);
6182
6183 if (!isa<ConstantSDNode>(Idx))
6184 return SDValue();
6185
6186 unsigned ExtractNumElems = NumElems / (VecVT.getSizeInBits() / 128);
6187 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6188
6189 // Get the 128-bit vector.
6190 bool Upper = IdxVal >= ExtractNumElems;
6191 Vec = Extract128BitVector(Vec, Idx, DAG, dl);
6192
6193 // Extract from it.
6194 SDValue ScaledIdx = Idx;
6195 if (Upper)
6196 ScaledIdx = DAG.getNode(ISD::SUB, dl, Idx.getValueType(), Idx,
6197 DAG.getConstant(ExtractNumElems,
6198 Idx.getValueType()));
6199 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Vec,
6200 ScaledIdx);
6201 }
6202
6203 assert(Vec.getValueSizeInBits() <= 128 && "Unexpected vector length");
6204
Evan Cheng62a3f152008-03-24 21:52:23 +00006205 if (Subtarget->hasSSE41()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006206 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00006207 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00006208 return Res;
6209 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00006210
Owen Andersone50ed302009-08-10 22:56:29 +00006211 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006212 DebugLoc dl = Op.getDebugLoc();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006213 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006214 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00006215 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006216 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00006217 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006218 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6219 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006220 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006221 MVT::v4i32, Vec),
Evan Cheng14b32e12007-12-11 01:46:18 +00006222 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006223 // Transform it so it match pextrw which produces a 32-bit result.
Ken Dyck70d0ef12009-12-17 15:31:52 +00006224 EVT EltVT = MVT::i32;
Dan Gohman8a55ce42009-09-23 21:02:20 +00006225 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006226 Op.getOperand(0), Op.getOperand(1));
Dan Gohman8a55ce42009-09-23 21:02:20 +00006227 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006228 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006229 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006230 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006231 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006232 if (Idx == 0)
6233 return Op;
Eric Christopherfd179292009-08-27 18:07:15 +00006234
Evan Cheng0db9fe62006-04-25 20:13:52 +00006235 // SHUFPS the element to the lowest double word, then movss.
Nate Begeman9008ca62009-04-27 18:41:29 +00006236 int Mask[4] = { Idx, -1, -1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006237 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006238 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006239 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006240 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006241 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00006242 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006243 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
6244 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
6245 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006246 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006247 if (Idx == 0)
6248 return Op;
6249
6250 // UNPCKHPD the element to the lowest double word, then movsd.
6251 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
6252 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Nate Begeman9008ca62009-04-27 18:41:29 +00006253 int Mask[2] = { 1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006254 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006255 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006256 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006257 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006258 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006259 }
6260
Dan Gohman475871a2008-07-27 21:46:04 +00006261 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006262}
6263
Dan Gohman475871a2008-07-27 21:46:04 +00006264SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006265X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op,
6266 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006267 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006268 EVT EltVT = VT.getVectorElementType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006269 DebugLoc dl = Op.getDebugLoc();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006270
Dan Gohman475871a2008-07-27 21:46:04 +00006271 SDValue N0 = Op.getOperand(0);
6272 SDValue N1 = Op.getOperand(1);
6273 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00006274
Dan Gohman8a55ce42009-09-23 21:02:20 +00006275 if ((EltVT.getSizeInBits() == 8 || EltVT.getSizeInBits() == 16) &&
Dan Gohmanef521f12008-08-14 22:53:18 +00006276 isa<ConstantSDNode>(N2)) {
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006277 unsigned Opc;
6278 if (VT == MVT::v8i16)
6279 Opc = X86ISD::PINSRW;
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006280 else if (VT == MVT::v16i8)
6281 Opc = X86ISD::PINSRB;
6282 else
6283 Opc = X86ISD::PINSRB;
6284
Nate Begeman14d12ca2008-02-11 04:19:36 +00006285 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
6286 // argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006287 if (N1.getValueType() != MVT::i32)
6288 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6289 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006290 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00006291 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006292 } else if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006293 // Bits [7:6] of the constant are the source select. This will always be
6294 // zero here. The DAG Combiner may combine an extract_elt index into these
6295 // bits. For example (insert (extract, 3), 2) could be matched by putting
6296 // the '3' into bits [7:6] of X86ISD::INSERTPS.
Scott Michelfdc40a02009-02-17 22:15:04 +00006297 // Bits [5:4] of the constant are the destination select. This is the
Nate Begeman14d12ca2008-02-11 04:19:36 +00006298 // value of the incoming immediate.
Scott Michelfdc40a02009-02-17 22:15:04 +00006299 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
Nate Begeman14d12ca2008-02-11 04:19:36 +00006300 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006301 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Eric Christopherfbd66872009-07-24 00:33:09 +00006302 // Create this as a scalar to vector..
Owen Anderson825b72b2009-08-11 20:47:22 +00006303 N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
Dale Johannesenace16102009-02-03 19:33:06 +00006304 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006305 } else if (EltVT == MVT::i32 && isa<ConstantSDNode>(N2)) {
Eric Christopherfbd66872009-07-24 00:33:09 +00006306 // PINSR* works with constant index.
6307 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006308 }
Dan Gohman475871a2008-07-27 21:46:04 +00006309 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006310}
6311
Dan Gohman475871a2008-07-27 21:46:04 +00006312SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006313X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006314 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006315 EVT EltVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006316
David Greene6b381262011-02-09 15:32:06 +00006317 DebugLoc dl = Op.getDebugLoc();
6318 SDValue N0 = Op.getOperand(0);
6319 SDValue N1 = Op.getOperand(1);
6320 SDValue N2 = Op.getOperand(2);
6321
6322 // If this is a 256-bit vector result, first insert into a 128-bit
6323 // vector and then insert into the 256-bit vector.
6324 if (VT.getSizeInBits() > 128) {
6325 if (!isa<ConstantSDNode>(N2))
6326 return SDValue();
6327
6328 // Get the 128-bit vector.
6329 unsigned NumElems = VT.getVectorNumElements();
6330 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
6331 bool Upper = IdxVal >= NumElems / 2;
6332
6333 SDValue SubN0 = Extract128BitVector(N0, N2, DAG, dl);
6334
6335 // Insert into it.
6336 SDValue ScaledN2 = N2;
6337 if (Upper)
6338 ScaledN2 = DAG.getNode(ISD::SUB, dl, N2.getValueType(), N2,
Owen Anderson95771af2011-02-25 21:41:48 +00006339 DAG.getConstant(NumElems /
David Greene6b381262011-02-09 15:32:06 +00006340 (VT.getSizeInBits() / 128),
6341 N2.getValueType()));
6342 Op = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, SubN0.getValueType(), SubN0,
6343 N1, ScaledN2);
6344
6345 // Insert the 128-bit vector
6346 // FIXME: Why UNDEF?
6347 return Insert128BitVector(N0, Op, N2, DAG, dl);
6348 }
6349
Nate Begeman14d12ca2008-02-11 04:19:36 +00006350 if (Subtarget->hasSSE41())
6351 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
6352
Dan Gohman8a55ce42009-09-23 21:02:20 +00006353 if (EltVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00006354 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00006355
Dan Gohman8a55ce42009-09-23 21:02:20 +00006356 if (EltVT.getSizeInBits() == 16 && isa<ConstantSDNode>(N2)) {
Evan Cheng794405e2007-12-12 07:55:34 +00006357 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
6358 // as its second argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006359 if (N1.getValueType() != MVT::i32)
6360 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6361 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006362 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesen0488fb62010-09-30 23:57:10 +00006363 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006364 }
Dan Gohman475871a2008-07-27 21:46:04 +00006365 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006366}
6367
Dan Gohman475871a2008-07-27 21:46:04 +00006368SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006369X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00006370 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006371 DebugLoc dl = Op.getDebugLoc();
David Greene2fcdfb42011-02-10 23:11:29 +00006372 EVT OpVT = Op.getValueType();
6373
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00006374 // If this is a 256-bit vector result, first insert into a 128-bit
6375 // vector and then insert into the 256-bit vector.
6376 if (OpVT.getSizeInBits() > 128) {
6377 // Insert into a 128-bit vector.
6378 EVT VT128 = EVT::getVectorVT(*Context,
6379 OpVT.getVectorElementType(),
6380 OpVT.getVectorNumElements() / 2);
6381
6382 Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0));
6383
6384 // Insert the 128-bit vector.
6385 return Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, OpVT), Op,
6386 DAG.getConstant(0, MVT::i32),
6387 DAG, dl);
6388 }
6389
Chris Lattnerf172ecd2010-07-04 23:07:25 +00006390 if (Op.getValueType() == MVT::v1i64 &&
6391 Op.getOperand(0).getValueType() == MVT::i64)
Owen Anderson825b72b2009-08-11 20:47:22 +00006392 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v1i64, Op.getOperand(0));
Rafael Espindoladef390a2009-08-03 02:45:34 +00006393
Owen Anderson825b72b2009-08-11 20:47:22 +00006394 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
Dale Johannesen0488fb62010-09-30 23:57:10 +00006395 assert(Op.getValueType().getSimpleVT().getSizeInBits() == 128 &&
6396 "Expected an SSE type!");
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006397 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(),
Dale Johannesen0488fb62010-09-30 23:57:10 +00006398 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006399}
6400
David Greene91585092011-01-26 15:38:49 +00006401// Lower a node with an EXTRACT_SUBVECTOR opcode. This may result in
6402// a simple subregister reference or explicit instructions to grab
6403// upper bits of a vector.
6404SDValue
6405X86TargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6406 if (Subtarget->hasAVX()) {
David Greenea5f26012011-02-07 19:36:54 +00006407 DebugLoc dl = Op.getNode()->getDebugLoc();
6408 SDValue Vec = Op.getNode()->getOperand(0);
6409 SDValue Idx = Op.getNode()->getOperand(1);
6410
6411 if (Op.getNode()->getValueType(0).getSizeInBits() == 128
6412 && Vec.getNode()->getValueType(0).getSizeInBits() == 256) {
6413 return Extract128BitVector(Vec, Idx, DAG, dl);
6414 }
David Greene91585092011-01-26 15:38:49 +00006415 }
6416 return SDValue();
6417}
6418
David Greenecfe33c42011-01-26 19:13:22 +00006419// Lower a node with an INSERT_SUBVECTOR opcode. This may result in a
6420// simple superregister reference or explicit instructions to insert
6421// the upper bits of a vector.
6422SDValue
6423X86TargetLowering::LowerINSERT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6424 if (Subtarget->hasAVX()) {
6425 DebugLoc dl = Op.getNode()->getDebugLoc();
6426 SDValue Vec = Op.getNode()->getOperand(0);
6427 SDValue SubVec = Op.getNode()->getOperand(1);
6428 SDValue Idx = Op.getNode()->getOperand(2);
6429
6430 if (Op.getNode()->getValueType(0).getSizeInBits() == 256
6431 && SubVec.getNode()->getValueType(0).getSizeInBits() == 128) {
David Greenea5f26012011-02-07 19:36:54 +00006432 return Insert128BitVector(Vec, SubVec, Idx, DAG, dl);
David Greenecfe33c42011-01-26 19:13:22 +00006433 }
6434 }
6435 return SDValue();
6436}
6437
Bill Wendling056292f2008-09-16 21:48:12 +00006438// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
6439// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
6440// one of the above mentioned nodes. It has to be wrapped because otherwise
6441// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
6442// be used to form addressing mode. These wrapped nodes will be selected
6443// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00006444SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006445X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006446 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006447
Chris Lattner41621a22009-06-26 19:22:52 +00006448 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6449 // global base reg.
6450 unsigned char OpFlag = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006451 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006452 CodeModel::Model M = getTargetMachine().getCodeModel();
6453
Chris Lattner4f066492009-07-11 20:29:19 +00006454 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006455 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006456 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006457 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006458 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006459 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006460 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006461
Evan Cheng1606e8e2009-03-13 07:51:59 +00006462 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
Chris Lattner41621a22009-06-26 19:22:52 +00006463 CP->getAlignment(),
6464 CP->getOffset(), OpFlag);
6465 DebugLoc DL = CP->getDebugLoc();
Chris Lattner18c59872009-06-27 04:16:01 +00006466 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006467 // With PIC, the address is actually $g + Offset.
Chris Lattner41621a22009-06-26 19:22:52 +00006468 if (OpFlag) {
6469 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00006470 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006471 DebugLoc(), getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006472 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006473 }
6474
6475 return Result;
6476}
6477
Dan Gohmand858e902010-04-17 15:26:15 +00006478SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006479 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006480
Chris Lattner18c59872009-06-27 04:16:01 +00006481 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6482 // global base reg.
6483 unsigned char OpFlag = 0;
6484 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006485 CodeModel::Model M = getTargetMachine().getCodeModel();
6486
Chris Lattner4f066492009-07-11 20:29:19 +00006487 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006488 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006489 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006490 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006491 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006492 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006493 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006494
Chris Lattner18c59872009-06-27 04:16:01 +00006495 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy(),
6496 OpFlag);
6497 DebugLoc DL = JT->getDebugLoc();
6498 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006499
Chris Lattner18c59872009-06-27 04:16:01 +00006500 // With PIC, the address is actually $g + Offset.
Chris Lattner1e61e692010-11-15 02:46:57 +00006501 if (OpFlag)
Chris Lattner18c59872009-06-27 04:16:01 +00006502 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6503 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006504 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006505 Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006506
Chris Lattner18c59872009-06-27 04:16:01 +00006507 return Result;
6508}
6509
6510SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006511X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006512 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
Eric Christopherfd179292009-08-27 18:07:15 +00006513
Chris Lattner18c59872009-06-27 04:16:01 +00006514 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6515 // global base reg.
6516 unsigned char OpFlag = 0;
6517 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006518 CodeModel::Model M = getTargetMachine().getCodeModel();
6519
Chris Lattner4f066492009-07-11 20:29:19 +00006520 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006521 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006522 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006523 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006524 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006525 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006526 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006527
Chris Lattner18c59872009-06-27 04:16:01 +00006528 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlag);
Eric Christopherfd179292009-08-27 18:07:15 +00006529
Chris Lattner18c59872009-06-27 04:16:01 +00006530 DebugLoc DL = Op.getDebugLoc();
6531 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006532
6533
Chris Lattner18c59872009-06-27 04:16:01 +00006534 // With PIC, the address is actually $g + Offset.
6535 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattnere4df7562009-07-09 03:15:51 +00006536 !Subtarget->is64Bit()) {
Chris Lattner18c59872009-06-27 04:16:01 +00006537 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6538 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006539 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006540 Result);
6541 }
Eric Christopherfd179292009-08-27 18:07:15 +00006542
Chris Lattner18c59872009-06-27 04:16:01 +00006543 return Result;
6544}
6545
Dan Gohman475871a2008-07-27 21:46:04 +00006546SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006547X86TargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman29cbade2009-11-20 23:18:13 +00006548 // Create the TargetBlockAddressAddress node.
6549 unsigned char OpFlags =
6550 Subtarget->ClassifyBlockAddressReference();
Dan Gohmanf705adb2009-10-30 01:28:02 +00006551 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman46510a72010-04-15 01:51:59 +00006552 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
Dan Gohman29cbade2009-11-20 23:18:13 +00006553 DebugLoc dl = Op.getDebugLoc();
6554 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(),
6555 /*isTarget=*/true, OpFlags);
6556
Dan Gohmanf705adb2009-10-30 01:28:02 +00006557 if (Subtarget->isPICStyleRIPRel() &&
6558 (M == CodeModel::Small || M == CodeModel::Kernel))
Dan Gohman29cbade2009-11-20 23:18:13 +00006559 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6560 else
6561 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohmanf705adb2009-10-30 01:28:02 +00006562
Dan Gohman29cbade2009-11-20 23:18:13 +00006563 // With PIC, the address is actually $g + Offset.
6564 if (isGlobalRelativeToPICBase(OpFlags)) {
6565 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6566 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
6567 Result);
6568 }
Dan Gohmanf705adb2009-10-30 01:28:02 +00006569
6570 return Result;
6571}
6572
6573SDValue
Dale Johannesen33c960f2009-02-04 20:06:27 +00006574X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
Dan Gohman6520e202008-10-18 02:06:02 +00006575 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00006576 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00006577 // Create the TargetGlobalAddress node, folding in the constant
6578 // offset if it is legal.
Chris Lattnerd392bd92009-07-10 07:20:05 +00006579 unsigned char OpFlags =
6580 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006581 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman6520e202008-10-18 02:06:02 +00006582 SDValue Result;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006583 if (OpFlags == X86II::MO_NO_FLAG &&
6584 X86::isOffsetSuitableForCodeModel(Offset, M)) {
Chris Lattner4aa21aa2009-07-09 00:58:53 +00006585 // A direct static reference to a global.
Devang Patel0d881da2010-07-06 22:08:15 +00006586 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
Dan Gohman6520e202008-10-18 02:06:02 +00006587 Offset = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006588 } else {
Devang Patel0d881da2010-07-06 22:08:15 +00006589 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006590 }
Eric Christopherfd179292009-08-27 18:07:15 +00006591
Chris Lattner4f066492009-07-11 20:29:19 +00006592 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006593 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattner18c59872009-06-27 04:16:01 +00006594 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6595 else
6596 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00006597
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006598 // With PIC, the address is actually $g + Offset.
Chris Lattner36c25012009-07-10 07:34:39 +00006599 if (isGlobalRelativeToPICBase(OpFlags)) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006600 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6601 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006602 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006603 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006604
Chris Lattner36c25012009-07-10 07:34:39 +00006605 // For globals that require a load from a stub to get the address, emit the
6606 // load.
6607 if (isGlobalStubReference(OpFlags))
Dale Johannesen33c960f2009-02-04 20:06:27 +00006608 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006609 MachinePointerInfo::getGOT(), false, false, 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006610
Dan Gohman6520e202008-10-18 02:06:02 +00006611 // If there was a non-zero offset that we didn't fold, create an explicit
6612 // addition for it.
6613 if (Offset != 0)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006614 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
Dan Gohman6520e202008-10-18 02:06:02 +00006615 DAG.getConstant(Offset, getPointerTy()));
6616
Evan Cheng0db9fe62006-04-25 20:13:52 +00006617 return Result;
6618}
6619
Evan Chengda43bcf2008-09-24 00:05:32 +00006620SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006621X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
Evan Chengda43bcf2008-09-24 00:05:32 +00006622 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00006623 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006624 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00006625}
6626
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006627static SDValue
6628GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
Owen Andersone50ed302009-08-10 22:56:29 +00006629 SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
Chris Lattnerb903bed2009-06-26 21:20:29 +00006630 unsigned char OperandFlags) {
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006631 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006632 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006633 DebugLoc dl = GA->getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006634 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006635 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006636 GA->getOffset(),
6637 OperandFlags);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006638 if (InFlag) {
6639 SDValue Ops[] = { Chain, TGA, *InFlag };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006640 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 3);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006641 } else {
6642 SDValue Ops[] = { Chain, TGA };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006643 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 2);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006644 }
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006645
6646 // TLSADDR will be codegen'ed as call. Inform MFI that function has calls.
Bill Wendlingb92187a2010-05-14 21:14:32 +00006647 MFI->setAdjustsStack(true);
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006648
Rafael Espindola15f1b662009-04-24 12:59:40 +00006649 SDValue Flag = Chain.getValue(1);
6650 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006651}
6652
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006653// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006654static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006655LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006656 const EVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00006657 SDValue InFlag;
Dale Johannesendd64c412009-02-04 00:33:20 +00006658 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
6659 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006660 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006661 DebugLoc(), PtrVT), InFlag);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006662 InFlag = Chain.getValue(1);
6663
Chris Lattnerb903bed2009-06-26 21:20:29 +00006664 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006665}
6666
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006667// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006668static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006669LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006670 const EVT PtrVT) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006671 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT,
6672 X86::RAX, X86II::MO_TLSGD);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006673}
6674
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006675// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
6676// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00006677static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006678 const EVT PtrVT, TLSModel::Model model,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00006679 bool is64Bit) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006680 DebugLoc dl = GA->getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00006681
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006682 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
6683 Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
6684 is64Bit ? 257 : 256));
Rafael Espindola094fad32009-04-08 21:14:34 +00006685
Michael J. Spencerec38de22010-10-10 22:04:20 +00006686 SDValue ThreadPointer = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006687 DAG.getIntPtrConstant(0),
6688 MachinePointerInfo(Ptr), false, false, 0);
Rafael Espindola094fad32009-04-08 21:14:34 +00006689
Chris Lattnerb903bed2009-06-26 21:20:29 +00006690 unsigned char OperandFlags = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006691 // Most TLS accesses are not RIP relative, even on x86-64. One exception is
6692 // initialexec.
6693 unsigned WrapperKind = X86ISD::Wrapper;
6694 if (model == TLSModel::LocalExec) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006695 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF;
Chris Lattner18c59872009-06-27 04:16:01 +00006696 } else if (is64Bit) {
6697 assert(model == TLSModel::InitialExec);
6698 OperandFlags = X86II::MO_GOTTPOFF;
6699 WrapperKind = X86ISD::WrapperRIP;
6700 } else {
6701 assert(model == TLSModel::InitialExec);
6702 OperandFlags = X86II::MO_INDNTPOFF;
Chris Lattnerb903bed2009-06-26 21:20:29 +00006703 }
Eric Christopherfd179292009-08-27 18:07:15 +00006704
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006705 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
6706 // exec)
Michael J. Spencerec38de22010-10-10 22:04:20 +00006707 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Devang Patel0d881da2010-07-06 22:08:15 +00006708 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006709 GA->getOffset(), OperandFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006710 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006711
Rafael Espindola9a580232009-02-27 13:37:18 +00006712 if (model == TLSModel::InitialExec)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006713 Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006714 MachinePointerInfo::getGOT(), false, false, 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006715
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006716 // The address of the thread local variable is the add of the thread
6717 // pointer with the offset of the variable.
Dale Johannesen33c960f2009-02-04 20:06:27 +00006718 return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006719}
6720
Dan Gohman475871a2008-07-27 21:46:04 +00006721SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006722X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00006723
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006724 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Chris Lattnerb903bed2009-06-26 21:20:29 +00006725 const GlobalValue *GV = GA->getGlobal();
Eric Christopherfd179292009-08-27 18:07:15 +00006726
Eric Christopher30ef0e52010-06-03 04:07:48 +00006727 if (Subtarget->isTargetELF()) {
6728 // TODO: implement the "local dynamic" model
6729 // TODO: implement the "initial exec"model for pic executables
Michael J. Spencerec38de22010-10-10 22:04:20 +00006730
Eric Christopher30ef0e52010-06-03 04:07:48 +00006731 // If GV is an alias then use the aliasee for determining
6732 // thread-localness.
6733 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
6734 GV = GA->resolveAliasedGlobal(false);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006735
6736 TLSModel::Model model
Eric Christopher30ef0e52010-06-03 04:07:48 +00006737 = getTLSModel(GV, getTargetMachine().getRelocationModel());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006738
Eric Christopher30ef0e52010-06-03 04:07:48 +00006739 switch (model) {
6740 case TLSModel::GeneralDynamic:
6741 case TLSModel::LocalDynamic: // not implemented
6742 if (Subtarget->is64Bit())
6743 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
6744 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006745
Eric Christopher30ef0e52010-06-03 04:07:48 +00006746 case TLSModel::InitialExec:
6747 case TLSModel::LocalExec:
6748 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model,
6749 Subtarget->is64Bit());
6750 }
6751 } else if (Subtarget->isTargetDarwin()) {
6752 // Darwin only has one model of TLS. Lower to that.
6753 unsigned char OpFlag = 0;
6754 unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ?
6755 X86ISD::WrapperRIP : X86ISD::Wrapper;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006756
Eric Christopher30ef0e52010-06-03 04:07:48 +00006757 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6758 // global base reg.
6759 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) &&
6760 !Subtarget->is64Bit();
6761 if (PIC32)
6762 OpFlag = X86II::MO_TLVP_PIC_BASE;
6763 else
6764 OpFlag = X86II::MO_TLVP;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006765 DebugLoc DL = Op.getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006766 SDValue Result = DAG.getTargetGlobalAddress(GA->getGlobal(), DL,
Eric Christopherd8c05362010-12-09 06:25:53 +00006767 GA->getValueType(0),
Eric Christopher30ef0e52010-06-03 04:07:48 +00006768 GA->getOffset(), OpFlag);
Eric Christopher30ef0e52010-06-03 04:07:48 +00006769 SDValue Offset = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006770
Eric Christopher30ef0e52010-06-03 04:07:48 +00006771 // With PIC32, the address is actually $g + Offset.
6772 if (PIC32)
6773 Offset = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6774 DAG.getNode(X86ISD::GlobalBaseReg,
6775 DebugLoc(), getPointerTy()),
6776 Offset);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006777
Eric Christopher30ef0e52010-06-03 04:07:48 +00006778 // Lowering the machine isd will make sure everything is in the right
6779 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006780 SDValue Chain = DAG.getEntryNode();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006781 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Eric Christopherd8c05362010-12-09 06:25:53 +00006782 SDValue Args[] = { Chain, Offset };
6783 Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006784
Eric Christopher30ef0e52010-06-03 04:07:48 +00006785 // TLSCALL will be codegen'ed as call. Inform MFI that function has calls.
6786 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
6787 MFI->setAdjustsStack(true);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00006788
Eric Christopher30ef0e52010-06-03 04:07:48 +00006789 // And our return value (tls address) is in the standard call return value
6790 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006791 unsigned Reg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
6792 return DAG.getCopyFromReg(Chain, DL, Reg, getPointerTy());
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006793 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00006794
Eric Christopher30ef0e52010-06-03 04:07:48 +00006795 assert(false &&
6796 "TLS not implemented for this target.");
Eric Christopherfd179292009-08-27 18:07:15 +00006797
Torok Edwinc23197a2009-07-14 16:55:14 +00006798 llvm_unreachable("Unreachable");
Chris Lattner5867de12009-04-01 22:14:45 +00006799 return SDValue();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006800}
6801
Evan Cheng0db9fe62006-04-25 20:13:52 +00006802
Nadav Rotem43012222011-05-11 08:12:09 +00006803/// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values and
Scott Michelfdc40a02009-02-17 22:15:04 +00006804/// take a 2 x i32 value to shift plus a shift amount.
Nadav Rotem43012222011-05-11 08:12:09 +00006805SDValue X86TargetLowering::LowerShiftParts(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman4c1fa612008-03-03 22:22:09 +00006806 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Owen Andersone50ed302009-08-10 22:56:29 +00006807 EVT VT = Op.getValueType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006808 unsigned VTBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006809 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006810 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00006811 SDValue ShOpLo = Op.getOperand(0);
6812 SDValue ShOpHi = Op.getOperand(1);
6813 SDValue ShAmt = Op.getOperand(2);
Chris Lattner31dcfe62009-07-29 05:48:09 +00006814 SDValue Tmp1 = isSRA ? DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
Owen Anderson825b72b2009-08-11 20:47:22 +00006815 DAG.getConstant(VTBits - 1, MVT::i8))
Chris Lattner31dcfe62009-07-29 05:48:09 +00006816 : DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00006817
Dan Gohman475871a2008-07-27 21:46:04 +00006818 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006819 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006820 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
6821 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006822 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006823 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
6824 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006825 }
Evan Chenge3413162006-01-09 18:33:28 +00006826
Owen Anderson825b72b2009-08-11 20:47:22 +00006827 SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
6828 DAG.getConstant(VTBits, MVT::i8));
Chris Lattnerccfea352010-02-22 00:28:59 +00006829 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
Owen Anderson825b72b2009-08-11 20:47:22 +00006830 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00006831
Dan Gohman475871a2008-07-27 21:46:04 +00006832 SDValue Hi, Lo;
Owen Anderson825b72b2009-08-11 20:47:22 +00006833 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman475871a2008-07-27 21:46:04 +00006834 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
6835 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00006836
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006837 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006838 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6839 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006840 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006841 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6842 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006843 }
6844
Dan Gohman475871a2008-07-27 21:46:04 +00006845 SDValue Ops[2] = { Lo, Hi };
Dale Johannesenace16102009-02-03 19:33:06 +00006846 return DAG.getMergeValues(Ops, 2, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006847}
Evan Chenga3195e82006-01-12 22:54:21 +00006848
Dan Gohmand858e902010-04-17 15:26:15 +00006849SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
6850 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006851 EVT SrcVT = Op.getOperand(0).getValueType();
Eli Friedman23ef1052009-06-06 03:57:58 +00006852
Dale Johannesen0488fb62010-09-30 23:57:10 +00006853 if (SrcVT.isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00006854 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00006855
Owen Anderson825b72b2009-08-11 20:47:22 +00006856 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00006857 "Unknown SINT_TO_FP to lower!");
Scott Michelfdc40a02009-02-17 22:15:04 +00006858
Eli Friedman36df4992009-05-27 00:47:34 +00006859 // These are really Legal; return the operand so the caller accepts it as
6860 // Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00006861 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Eli Friedman36df4992009-05-27 00:47:34 +00006862 return Op;
Owen Anderson825b72b2009-08-11 20:47:22 +00006863 if (SrcVT == MVT::i64 && isScalarFPTypeInSSEReg(Op.getValueType()) &&
Eli Friedman36df4992009-05-27 00:47:34 +00006864 Subtarget->is64Bit()) {
6865 return Op;
6866 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006867
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006868 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006869 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006870 MachineFunction &MF = DAG.getMachineFunction();
David Greene3f2bf852009-11-12 20:49:22 +00006871 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006872 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00006873 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Bill Wendling105be5a2009-03-13 08:41:47 +00006874 StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00006875 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00006876 false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00006877 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
6878}
Evan Cheng0db9fe62006-04-25 20:13:52 +00006879
Owen Andersone50ed302009-08-10 22:56:29 +00006880SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
Michael J. Spencerec38de22010-10-10 22:04:20 +00006881 SDValue StackSlot,
Dan Gohmand858e902010-04-17 15:26:15 +00006882 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006883 // Build the FILD
Chris Lattner492a43e2010-09-22 01:28:21 +00006884 DebugLoc DL = Op.getDebugLoc();
Chris Lattner5a88b832007-02-25 07:10:00 +00006885 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00006886 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006887 if (useSSE)
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006888 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
Chris Lattner5a88b832007-02-25 07:10:00 +00006889 else
Owen Anderson825b72b2009-08-11 20:47:22 +00006890 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006891
Chris Lattner492a43e2010-09-22 01:28:21 +00006892 unsigned ByteSize = SrcVT.getSizeInBits()/8;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006893
Stuart Hastings84be9582011-06-02 15:57:11 +00006894 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot);
6895 MachineMemOperand *MMO;
6896 if (FI) {
6897 int SSFI = FI->getIndex();
6898 MMO =
6899 DAG.getMachineFunction()
6900 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
6901 MachineMemOperand::MOLoad, ByteSize, ByteSize);
6902 } else {
6903 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand();
6904 StackSlot = StackSlot.getOperand(1);
6905 }
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00006906 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
Chris Lattner492a43e2010-09-22 01:28:21 +00006907 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
6908 X86ISD::FILD, DL,
6909 Tys, Ops, array_lengthof(Ops),
6910 SrcVT, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006911
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00006912 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006913 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00006914 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006915
6916 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
6917 // shouldn't be necessary except that RFP cannot be live across
6918 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006919 MachineFunction &MF = DAG.getMachineFunction();
Bob Wilsoneafca4e2010-09-22 17:35:14 +00006920 unsigned SSFISize = Op.getValueType().getSizeInBits()/8;
6921 int SSFI = MF.getFrameInfo()->CreateStackObject(SSFISize, SSFISize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00006922 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Owen Anderson825b72b2009-08-11 20:47:22 +00006923 Tys = DAG.getVTList(MVT::Other);
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00006924 SDValue Ops[] = {
6925 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag
6926 };
Chris Lattner492a43e2010-09-22 01:28:21 +00006927 MachineMemOperand *MMO =
6928 DAG.getMachineFunction()
6929 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
Bob Wilsoneafca4e2010-09-22 17:35:14 +00006930 MachineMemOperand::MOStore, SSFISize, SSFISize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006931
Chris Lattner492a43e2010-09-22 01:28:21 +00006932 Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
6933 Ops, array_lengthof(Ops),
6934 Op.getValueType(), MMO);
6935 Result = DAG.getLoad(Op.getValueType(), DL, Chain, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00006936 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00006937 false, false, 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006938 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006939
Evan Cheng0db9fe62006-04-25 20:13:52 +00006940 return Result;
6941}
6942
Bill Wendling8b8a6362009-01-17 03:56:04 +00006943// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00006944SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op,
6945 SelectionDAG &DAG) const {
Bill Wendling8b8a6362009-01-17 03:56:04 +00006946 // This algorithm is not obvious. Here it is in C code, more or less:
6947 /*
6948 double uint64_to_double( uint32_t hi, uint32_t lo ) {
6949 static const __m128i exp = { 0x4330000045300000ULL, 0 };
6950 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00006951
Bill Wendling8b8a6362009-01-17 03:56:04 +00006952 // Copy ints to xmm registers.
6953 __m128i xh = _mm_cvtsi32_si128( hi );
6954 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00006955
Bill Wendling8b8a6362009-01-17 03:56:04 +00006956 // Combine into low half of a single xmm register.
6957 __m128i x = _mm_unpacklo_epi32( xh, xl );
6958 __m128d d;
6959 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00006960
Bill Wendling8b8a6362009-01-17 03:56:04 +00006961 // Merge in appropriate exponents to give the integer bits the right
6962 // magnitude.
6963 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00006964
Bill Wendling8b8a6362009-01-17 03:56:04 +00006965 // Subtract away the biases to deal with the IEEE-754 double precision
6966 // implicit 1.
6967 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00006968
Bill Wendling8b8a6362009-01-17 03:56:04 +00006969 // All conversions up to here are exact. The correctly rounded result is
6970 // calculated using the current rounding mode using the following
6971 // horizontal add.
6972 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
6973 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
6974 // store doesn't really need to be here (except
6975 // maybe to zero the other double)
6976 return sd;
6977 }
6978 */
Dale Johannesen040225f2008-10-21 23:07:49 +00006979
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006980 DebugLoc dl = Op.getDebugLoc();
Owen Andersona90b3dc2009-07-15 21:51:10 +00006981 LLVMContext *Context = DAG.getContext();
Dale Johannesenace16102009-02-03 19:33:06 +00006982
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006983 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00006984 std::vector<Constant*> CV0;
Owen Andersoneed707b2009-07-24 23:12:02 +00006985 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000)));
6986 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000)));
6987 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
6988 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
Owen Andersonaf7ec972009-07-28 21:19:26 +00006989 Constant *C0 = ConstantVector::get(CV0);
Evan Cheng1606e8e2009-03-13 07:51:59 +00006990 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006991
Bill Wendling8b8a6362009-01-17 03:56:04 +00006992 std::vector<Constant*> CV1;
Owen Andersona90b3dc2009-07-15 21:51:10 +00006993 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00006994 ConstantFP::get(*Context, APFloat(APInt(64, 0x4530000000000000ULL))));
Owen Andersona90b3dc2009-07-15 21:51:10 +00006995 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00006996 ConstantFP::get(*Context, APFloat(APInt(64, 0x4330000000000000ULL))));
Owen Andersonaf7ec972009-07-28 21:19:26 +00006997 Constant *C1 = ConstantVector::get(CV1);
Evan Cheng1606e8e2009-03-13 07:51:59 +00006998 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006999
Owen Anderson825b72b2009-08-11 20:47:22 +00007000 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7001 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00007002 Op.getOperand(0),
7003 DAG.getIntPtrConstant(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00007004 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7005 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00007006 Op.getOperand(0),
7007 DAG.getIntPtrConstant(0)));
Owen Anderson825b72b2009-08-11 20:47:22 +00007008 SDValue Unpck1 = getUnpackl(DAG, dl, MVT::v4i32, XR1, XR2);
7009 SDValue CLod0 = DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
Chris Lattnere8639032010-09-21 06:22:23 +00007010 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007011 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00007012 SDValue Unpck2 = getUnpackl(DAG, dl, MVT::v4i32, Unpck1, CLod0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007013 SDValue XR2F = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Unpck2);
Owen Anderson825b72b2009-08-11 20:47:22 +00007014 SDValue CLod1 = DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
Chris Lattnere8639032010-09-21 06:22:23 +00007015 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007016 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00007017 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007018
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007019 // Add the halves; easiest way is to swap them into another reg first.
Nate Begeman9008ca62009-04-27 18:41:29 +00007020 int ShufMask[2] = { 1, -1 };
Owen Anderson825b72b2009-08-11 20:47:22 +00007021 SDValue Shuf = DAG.getVectorShuffle(MVT::v2f64, dl, Sub,
7022 DAG.getUNDEF(MVT::v2f64), ShufMask);
7023 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::v2f64, Shuf, Sub);
7024 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Add,
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007025 DAG.getIntPtrConstant(0));
7026}
7027
Bill Wendling8b8a6362009-01-17 03:56:04 +00007028// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00007029SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op,
7030 SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007031 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00007032 // FP constant to bias correct the final result.
7033 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
Owen Anderson825b72b2009-08-11 20:47:22 +00007034 MVT::f64);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007035
7036 // Load the 32-bit value into an XMM register.
Owen Anderson825b72b2009-08-11 20:47:22 +00007037 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7038 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Bill Wendling8b8a6362009-01-17 03:56:04 +00007039 Op.getOperand(0),
7040 DAG.getIntPtrConstant(0)));
7041
Owen Anderson825b72b2009-08-11 20:47:22 +00007042 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007043 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Load),
Bill Wendling8b8a6362009-01-17 03:56:04 +00007044 DAG.getIntPtrConstant(0));
7045
7046 // Or the load with the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00007047 SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007048 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007049 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00007050 MVT::v2f64, Load)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007051 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007052 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00007053 MVT::v2f64, Bias)));
7054 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007055 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Or),
Bill Wendling8b8a6362009-01-17 03:56:04 +00007056 DAG.getIntPtrConstant(0));
7057
7058 // Subtract the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00007059 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007060
7061 // Handle final rounding.
Owen Andersone50ed302009-08-10 22:56:29 +00007062 EVT DestVT = Op.getValueType();
Bill Wendling030939c2009-01-17 07:40:19 +00007063
Owen Anderson825b72b2009-08-11 20:47:22 +00007064 if (DestVT.bitsLT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007065 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
Bill Wendling030939c2009-01-17 07:40:19 +00007066 DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00007067 } else if (DestVT.bitsGT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007068 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
Bill Wendling030939c2009-01-17 07:40:19 +00007069 }
7070
7071 // Handle final rounding.
7072 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00007073}
7074
Dan Gohmand858e902010-04-17 15:26:15 +00007075SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
7076 SelectionDAG &DAG) const {
Evan Chenga06ec9e2009-01-19 08:08:22 +00007077 SDValue N0 = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007078 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00007079
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007080 // Since UINT_TO_FP is legal (it's marked custom), dag combiner won't
Evan Chenga06ec9e2009-01-19 08:08:22 +00007081 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
7082 // the optimization here.
7083 if (DAG.SignBitIsZero(N0))
Dale Johannesenace16102009-02-03 19:33:06 +00007084 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
Evan Chenga06ec9e2009-01-19 08:08:22 +00007085
Owen Andersone50ed302009-08-10 22:56:29 +00007086 EVT SrcVT = N0.getValueType();
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007087 EVT DstVT = Op.getValueType();
7088 if (SrcVT == MVT::i64 && DstVT == MVT::f64 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00007089 return LowerUINT_TO_FP_i64(Op, DAG);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007090 else if (SrcVT == MVT::i32 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00007091 return LowerUINT_TO_FP_i32(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00007092
7093 // Make a 64-bit buffer, and use it to build an FILD.
Owen Anderson825b72b2009-08-11 20:47:22 +00007094 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007095 if (SrcVT == MVT::i32) {
7096 SDValue WordOff = DAG.getConstant(4, getPointerTy());
7097 SDValue OffsetSlot = DAG.getNode(ISD::ADD, dl,
7098 getPointerTy(), StackSlot, WordOff);
7099 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007100 StackSlot, MachinePointerInfo(),
7101 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007102 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007103 OffsetSlot, MachinePointerInfo(),
7104 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007105 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
7106 return Fild;
7107 }
7108
7109 assert(SrcVT == MVT::i64 && "Unexpected type in UINT_TO_FP");
7110 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007111 StackSlot, MachinePointerInfo(),
7112 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007113 // For i64 source, we need to add the appropriate power of 2 if the input
7114 // was negative. This is the same as the optimization in
7115 // DAGTypeLegalizer::ExpandIntOp_UNIT_TO_FP, and for it to be safe here,
7116 // we must be careful to do the computation in x87 extended precision, not
7117 // in SSE. (The generic code can't know it's OK to do this, or how to.)
Chris Lattner492a43e2010-09-22 01:28:21 +00007118 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
7119 MachineMemOperand *MMO =
7120 DAG.getMachineFunction()
7121 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7122 MachineMemOperand::MOLoad, 8, 8);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007123
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007124 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
7125 SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
Chris Lattner492a43e2010-09-22 01:28:21 +00007126 SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops, 3,
7127 MVT::i64, MMO);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007128
7129 APInt FF(32, 0x5F800000ULL);
7130
7131 // Check whether the sign bit is set.
7132 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
7133 Op.getOperand(0), DAG.getConstant(0, MVT::i64),
7134 ISD::SETLT);
7135
7136 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
7137 SDValue FudgePtr = DAG.getConstantPool(
7138 ConstantInt::get(*DAG.getContext(), FF.zext(64)),
7139 getPointerTy());
7140
7141 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.
7142 SDValue Zero = DAG.getIntPtrConstant(0);
7143 SDValue Four = DAG.getIntPtrConstant(4);
7144 SDValue Offset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(), SignSet,
7145 Zero, Four);
7146 FudgePtr = DAG.getNode(ISD::ADD, dl, getPointerTy(), FudgePtr, Offset);
7147
7148 // Load the value out, extending it from f32 to f80.
7149 // FIXME: Avoid the extend by constructing the right constant pool?
Stuart Hastingsa9011292011-02-16 16:23:55 +00007150 SDValue Fudge = DAG.getExtLoad(ISD::EXTLOAD, dl, MVT::f80, DAG.getEntryNode(),
Chris Lattnere8639032010-09-21 06:22:23 +00007151 FudgePtr, MachinePointerInfo::getConstantPool(),
7152 MVT::f32, false, false, 4);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007153 // Extend everything to 80 bits to force it to be done on x87.
7154 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::f80, Fild, Fudge);
7155 return DAG.getNode(ISD::FP_ROUND, dl, DstVT, Add, DAG.getIntPtrConstant(0));
Bill Wendling8b8a6362009-01-17 03:56:04 +00007156}
7157
Dan Gohman475871a2008-07-27 21:46:04 +00007158std::pair<SDValue,SDValue> X86TargetLowering::
Dan Gohmand858e902010-04-17 15:26:15 +00007159FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned) const {
Chris Lattner07290932010-09-22 01:05:16 +00007160 DebugLoc DL = Op.getDebugLoc();
Eli Friedman948e95a2009-05-23 09:59:16 +00007161
Owen Andersone50ed302009-08-10 22:56:29 +00007162 EVT DstTy = Op.getValueType();
Eli Friedman948e95a2009-05-23 09:59:16 +00007163
7164 if (!IsSigned) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007165 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
7166 DstTy = MVT::i64;
Eli Friedman948e95a2009-05-23 09:59:16 +00007167 }
7168
Owen Anderson825b72b2009-08-11 20:47:22 +00007169 assert(DstTy.getSimpleVT() <= MVT::i64 &&
7170 DstTy.getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00007171 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00007172
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007173 // These are really Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00007174 if (DstTy == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00007175 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007176 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00007177 if (Subtarget->is64Bit() &&
Owen Anderson825b72b2009-08-11 20:47:22 +00007178 DstTy == MVT::i64 &&
Eli Friedman36df4992009-05-27 00:47:34 +00007179 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007180 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007181
Evan Cheng87c89352007-10-15 20:11:21 +00007182 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
7183 // stack slot.
7184 MachineFunction &MF = DAG.getMachineFunction();
Eli Friedman948e95a2009-05-23 09:59:16 +00007185 unsigned MemSize = DstTy.getSizeInBits()/8;
David Greene3f2bf852009-11-12 20:49:22 +00007186 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007187 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Eric Christopherfd179292009-08-27 18:07:15 +00007188
Michael J. Spencerec38de22010-10-10 22:04:20 +00007189
7190
Evan Cheng0db9fe62006-04-25 20:13:52 +00007191 unsigned Opc;
Owen Anderson825b72b2009-08-11 20:47:22 +00007192 switch (DstTy.getSimpleVT().SimpleTy) {
Torok Edwinc23197a2009-07-14 16:55:14 +00007193 default: llvm_unreachable("Invalid FP_TO_SINT to lower!");
Owen Anderson825b72b2009-08-11 20:47:22 +00007194 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
7195 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
7196 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007197 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007198
Dan Gohman475871a2008-07-27 21:46:04 +00007199 SDValue Chain = DAG.getEntryNode();
7200 SDValue Value = Op.getOperand(0);
Chris Lattner492a43e2010-09-22 01:28:21 +00007201 EVT TheVT = Op.getOperand(0).getValueType();
7202 if (isScalarFPTypeInSSEReg(TheVT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007203 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Chris Lattner07290932010-09-22 01:05:16 +00007204 Chain = DAG.getStore(Chain, DL, Value, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007205 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007206 false, false, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +00007207 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00007208 SDValue Ops[] = {
Chris Lattner492a43e2010-09-22 01:28:21 +00007209 Chain, StackSlot, DAG.getValueType(TheVT)
Chris Lattner5a88b832007-02-25 07:10:00 +00007210 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00007211
Chris Lattner492a43e2010-09-22 01:28:21 +00007212 MachineMemOperand *MMO =
7213 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7214 MachineMemOperand::MOLoad, MemSize, MemSize);
7215 Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, 3,
7216 DstTy, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007217 Chain = Value.getValue(1);
David Greene3f2bf852009-11-12 20:49:22 +00007218 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007219 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
7220 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00007221
Chris Lattner07290932010-09-22 01:05:16 +00007222 MachineMemOperand *MMO =
7223 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7224 MachineMemOperand::MOStore, MemSize, MemSize);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007225
Evan Cheng0db9fe62006-04-25 20:13:52 +00007226 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00007227 SDValue Ops[] = { Chain, Value, StackSlot };
Chris Lattner07290932010-09-22 01:05:16 +00007228 SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
7229 Ops, 3, DstTy, MMO);
Evan Chengd9558e02006-01-06 00:43:03 +00007230
Chris Lattner27a6c732007-11-24 07:07:01 +00007231 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007232}
7233
Dan Gohmand858e902010-04-17 15:26:15 +00007234SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op,
7235 SelectionDAG &DAG) const {
Dale Johannesen0488fb62010-09-30 23:57:10 +00007236 if (Op.getValueType().isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007237 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007238
Eli Friedman948e95a2009-05-23 09:59:16 +00007239 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, true);
Dan Gohman475871a2008-07-27 21:46:04 +00007240 SDValue FIST = Vals.first, StackSlot = Vals.second;
Eli Friedman36df4992009-05-27 00:47:34 +00007241 // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
7242 if (FIST.getNode() == 0) return Op;
Scott Michelfdc40a02009-02-17 22:15:04 +00007243
Chris Lattner27a6c732007-11-24 07:07:01 +00007244 // Load the result.
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007245 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007246 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Chris Lattner27a6c732007-11-24 07:07:01 +00007247}
7248
Dan Gohmand858e902010-04-17 15:26:15 +00007249SDValue X86TargetLowering::LowerFP_TO_UINT(SDValue Op,
7250 SelectionDAG &DAG) const {
Eli Friedman948e95a2009-05-23 09:59:16 +00007251 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, false);
7252 SDValue FIST = Vals.first, StackSlot = Vals.second;
7253 assert(FIST.getNode() && "Unexpected failure");
7254
7255 // Load the result.
7256 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007257 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007258}
7259
Dan Gohmand858e902010-04-17 15:26:15 +00007260SDValue X86TargetLowering::LowerFABS(SDValue Op,
7261 SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007262 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007263 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007264 EVT VT = Op.getValueType();
7265 EVT EltVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007266 if (VT.isVector())
7267 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007268 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007269 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007270 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00007271 CV.push_back(C);
7272 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007273 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007274 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00007275 CV.push_back(C);
7276 CV.push_back(C);
7277 CV.push_back(C);
7278 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007279 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007280 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007281 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007282 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007283 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007284 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007285 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007286}
7287
Dan Gohmand858e902010-04-17 15:26:15 +00007288SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007289 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007290 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007291 EVT VT = Op.getValueType();
7292 EVT EltVT = VT;
Duncan Sandsda9ad382009-09-06 19:29:07 +00007293 if (VT.isVector())
Duncan Sands83ec4b62008-06-06 12:08:01 +00007294 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007295 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007296 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007297 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00007298 CV.push_back(C);
7299 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007300 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007301 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00007302 CV.push_back(C);
7303 CV.push_back(C);
7304 CV.push_back(C);
7305 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007306 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007307 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007308 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007309 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007310 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007311 false, false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00007312 if (VT.isVector()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007313 return DAG.getNode(ISD::BITCAST, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00007314 DAG.getNode(ISD::XOR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007315 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007316 Op.getOperand(0)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007317 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Mask)));
Evan Chengd4d01b72007-07-19 23:36:01 +00007318 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007319 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
Evan Chengd4d01b72007-07-19 23:36:01 +00007320 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00007321}
7322
Dan Gohmand858e902010-04-17 15:26:15 +00007323SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007324 LLVMContext *Context = DAG.getContext();
Dan Gohman475871a2008-07-27 21:46:04 +00007325 SDValue Op0 = Op.getOperand(0);
7326 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007327 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007328 EVT VT = Op.getValueType();
7329 EVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00007330
7331 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007332 if (SrcVT.bitsLT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007333 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007334 SrcVT = VT;
7335 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007336 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007337 if (SrcVT.bitsGT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007338 Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007339 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007340 }
7341
7342 // At this point the operands and the result should have the same
7343 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00007344
Evan Cheng68c47cb2007-01-05 07:55:56 +00007345 // First get the sign bit of second operand.
7346 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007347 if (SrcVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007348 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63))));
7349 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007350 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007351 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31))));
7352 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7353 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7354 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007355 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007356 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007357 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007358 SDValue Mask1 = DAG.getLoad(SrcVT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007359 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007360 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007361 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007362
7363 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007364 if (SrcVT.bitsGT(VT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007365 // Op0 is MVT::f32, Op1 is MVT::f64.
7366 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, SignBit);
7367 SignBit = DAG.getNode(X86ISD::FSRL, dl, MVT::v2f64, SignBit,
7368 DAG.getConstant(32, MVT::i32));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007369 SignBit = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, SignBit);
Owen Anderson825b72b2009-08-11 20:47:22 +00007370 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00007371 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007372 }
7373
Evan Cheng73d6cf12007-01-05 21:37:56 +00007374 // Clear first operand sign bit.
7375 CV.clear();
Owen Anderson825b72b2009-08-11 20:47:22 +00007376 if (VT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007377 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63)))));
7378 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007379 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007380 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31)))));
7381 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7382 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7383 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007384 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007385 C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007386 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007387 SDValue Mask2 = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007388 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007389 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007390 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007391
7392 // Or the value with the sign bit.
Dale Johannesenace16102009-02-03 19:33:06 +00007393 return DAG.getNode(X86ISD::FOR, dl, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007394}
7395
Stuart Hastings4fd0dee2011-06-01 04:39:42 +00007396SDValue X86TargetLowering::LowerFGETSIGN(SDValue Op, SelectionDAG &DAG) const {
7397 SDValue N0 = Op.getOperand(0);
7398 DebugLoc dl = Op.getDebugLoc();
7399 EVT VT = Op.getValueType();
7400
7401 // Lower ISD::FGETSIGN to (AND (X86ISD::FGETSIGNx86 ...) 1).
7402 SDValue xFGETSIGN = DAG.getNode(X86ISD::FGETSIGNx86, dl, VT, N0,
7403 DAG.getConstant(1, VT));
7404 return DAG.getNode(ISD::AND, dl, VT, xFGETSIGN, DAG.getConstant(1, VT));
7405}
7406
Dan Gohman076aee32009-03-04 19:44:21 +00007407/// Emit nodes that will be selected as "test Op0,Op0", or something
7408/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007409SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007410 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007411 DebugLoc dl = Op.getDebugLoc();
7412
Dan Gohman31125812009-03-07 01:58:32 +00007413 // CF and OF aren't always set the way we want. Determine which
7414 // of these we need.
7415 bool NeedCF = false;
7416 bool NeedOF = false;
7417 switch (X86CC) {
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007418 default: break;
Dan Gohman31125812009-03-07 01:58:32 +00007419 case X86::COND_A: case X86::COND_AE:
7420 case X86::COND_B: case X86::COND_BE:
7421 NeedCF = true;
7422 break;
7423 case X86::COND_G: case X86::COND_GE:
7424 case X86::COND_L: case X86::COND_LE:
7425 case X86::COND_O: case X86::COND_NO:
7426 NeedOF = true;
7427 break;
Dan Gohman31125812009-03-07 01:58:32 +00007428 }
7429
Dan Gohman076aee32009-03-04 19:44:21 +00007430 // See if we can use the EFLAGS value from the operand instead of
Dan Gohman31125812009-03-07 01:58:32 +00007431 // doing a separate TEST. TEST always sets OF and CF to 0, so unless
7432 // we prove that the arithmetic won't overflow, we can't use OF or CF.
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007433 if (Op.getResNo() != 0 || NeedOF || NeedCF)
7434 // Emit a CMP with 0, which is the TEST pattern.
7435 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7436 DAG.getConstant(0, Op.getValueType()));
7437
7438 unsigned Opcode = 0;
7439 unsigned NumOperands = 0;
7440 switch (Op.getNode()->getOpcode()) {
7441 case ISD::ADD:
7442 // Due to an isel shortcoming, be conservative if this add is likely to be
7443 // selected as part of a load-modify-store instruction. When the root node
7444 // in a match is a store, isel doesn't know how to remap non-chain non-flag
7445 // uses of other nodes in the match, such as the ADD in this case. This
7446 // leads to the ADD being left around and reselected, with the result being
7447 // two adds in the output. Alas, even if none our users are stores, that
7448 // doesn't prove we're O.K. Ergo, if we have any parents that aren't
7449 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
7450 // climbing the DAG back to the root, and it doesn't seem to be worth the
7451 // effort.
7452 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
Dan Gohman076aee32009-03-04 19:44:21 +00007453 UE = Op.getNode()->use_end(); UI != UE; ++UI)
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007454 if (UI->getOpcode() != ISD::CopyToReg && UI->getOpcode() != ISD::SETCC)
7455 goto default_case;
7456
7457 if (ConstantSDNode *C =
7458 dyn_cast<ConstantSDNode>(Op.getNode()->getOperand(1))) {
7459 // An add of one will be selected as an INC.
7460 if (C->getAPIntValue() == 1) {
7461 Opcode = X86ISD::INC;
7462 NumOperands = 1;
7463 break;
Dan Gohmane220c4b2009-09-18 19:59:53 +00007464 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007465
7466 // An add of negative one (subtract of one) will be selected as a DEC.
7467 if (C->getAPIntValue().isAllOnesValue()) {
7468 Opcode = X86ISD::DEC;
7469 NumOperands = 1;
7470 break;
7471 }
Dan Gohman076aee32009-03-04 19:44:21 +00007472 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007473
7474 // Otherwise use a regular EFLAGS-setting add.
7475 Opcode = X86ISD::ADD;
7476 NumOperands = 2;
7477 break;
7478 case ISD::AND: {
7479 // If the primary and result isn't used, don't bother using X86ISD::AND,
7480 // because a TEST instruction will be better.
7481 bool NonFlagUse = false;
7482 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7483 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
7484 SDNode *User = *UI;
7485 unsigned UOpNo = UI.getOperandNo();
7486 if (User->getOpcode() == ISD::TRUNCATE && User->hasOneUse()) {
7487 // Look pass truncate.
7488 UOpNo = User->use_begin().getOperandNo();
7489 User = *User->use_begin();
7490 }
7491
7492 if (User->getOpcode() != ISD::BRCOND &&
7493 User->getOpcode() != ISD::SETCC &&
7494 (User->getOpcode() != ISD::SELECT || UOpNo != 0)) {
7495 NonFlagUse = true;
7496 break;
7497 }
Dan Gohman076aee32009-03-04 19:44:21 +00007498 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007499
7500 if (!NonFlagUse)
7501 break;
7502 }
7503 // FALL THROUGH
7504 case ISD::SUB:
7505 case ISD::OR:
7506 case ISD::XOR:
7507 // Due to the ISEL shortcoming noted above, be conservative if this op is
7508 // likely to be selected as part of a load-modify-store instruction.
7509 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7510 UE = Op.getNode()->use_end(); UI != UE; ++UI)
7511 if (UI->getOpcode() == ISD::STORE)
7512 goto default_case;
7513
7514 // Otherwise use a regular EFLAGS-setting instruction.
7515 switch (Op.getNode()->getOpcode()) {
7516 default: llvm_unreachable("unexpected operator!");
7517 case ISD::SUB: Opcode = X86ISD::SUB; break;
7518 case ISD::OR: Opcode = X86ISD::OR; break;
7519 case ISD::XOR: Opcode = X86ISD::XOR; break;
7520 case ISD::AND: Opcode = X86ISD::AND; break;
7521 }
7522
7523 NumOperands = 2;
7524 break;
7525 case X86ISD::ADD:
7526 case X86ISD::SUB:
7527 case X86ISD::INC:
7528 case X86ISD::DEC:
7529 case X86ISD::OR:
7530 case X86ISD::XOR:
7531 case X86ISD::AND:
7532 return SDValue(Op.getNode(), 1);
7533 default:
7534 default_case:
7535 break;
Dan Gohman076aee32009-03-04 19:44:21 +00007536 }
7537
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007538 if (Opcode == 0)
7539 // Emit a CMP with 0, which is the TEST pattern.
7540 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7541 DAG.getConstant(0, Op.getValueType()));
7542
7543 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
7544 SmallVector<SDValue, 4> Ops;
7545 for (unsigned i = 0; i != NumOperands; ++i)
7546 Ops.push_back(Op.getOperand(i));
7547
7548 SDValue New = DAG.getNode(Opcode, dl, VTs, &Ops[0], NumOperands);
7549 DAG.ReplaceAllUsesWith(Op, New);
7550 return SDValue(New.getNode(), 1);
Dan Gohman076aee32009-03-04 19:44:21 +00007551}
7552
7553/// Emit nodes that will be selected as "cmp Op0,Op1", or something
7554/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007555SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007556 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007557 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
7558 if (C->getAPIntValue() == 0)
Evan Cheng552f09a2010-04-26 19:06:11 +00007559 return EmitTest(Op0, X86CC, DAG);
Dan Gohman076aee32009-03-04 19:44:21 +00007560
7561 DebugLoc dl = Op0.getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00007562 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
Dan Gohman076aee32009-03-04 19:44:21 +00007563}
7564
Evan Chengd40d03e2010-01-06 19:38:29 +00007565/// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
7566/// if it's possible.
Evan Cheng5528e7b2010-04-21 01:47:12 +00007567SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC,
7568 DebugLoc dl, SelectionDAG &DAG) const {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007569 SDValue Op0 = And.getOperand(0);
7570 SDValue Op1 = And.getOperand(1);
7571 if (Op0.getOpcode() == ISD::TRUNCATE)
7572 Op0 = Op0.getOperand(0);
7573 if (Op1.getOpcode() == ISD::TRUNCATE)
7574 Op1 = Op1.getOperand(0);
7575
Evan Chengd40d03e2010-01-06 19:38:29 +00007576 SDValue LHS, RHS;
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007577 if (Op1.getOpcode() == ISD::SHL)
7578 std::swap(Op0, Op1);
7579 if (Op0.getOpcode() == ISD::SHL) {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007580 if (ConstantSDNode *And00C = dyn_cast<ConstantSDNode>(Op0.getOperand(0)))
7581 if (And00C->getZExtValue() == 1) {
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007582 // If we looked past a truncate, check that it's only truncating away
7583 // known zeros.
7584 unsigned BitWidth = Op0.getValueSizeInBits();
7585 unsigned AndBitWidth = And.getValueSizeInBits();
7586 if (BitWidth > AndBitWidth) {
7587 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones;
7588 DAG.ComputeMaskedBits(Op0, Mask, Zeros, Ones);
7589 if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth)
7590 return SDValue();
7591 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007592 LHS = Op1;
7593 RHS = Op0.getOperand(1);
Evan Chengd40d03e2010-01-06 19:38:29 +00007594 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007595 } else if (Op1.getOpcode() == ISD::Constant) {
7596 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
7597 SDValue AndLHS = Op0;
Evan Chengd40d03e2010-01-06 19:38:29 +00007598 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {
7599 LHS = AndLHS.getOperand(0);
7600 RHS = AndLHS.getOperand(1);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007601 }
Evan Chengd40d03e2010-01-06 19:38:29 +00007602 }
Evan Cheng0488db92007-09-25 01:57:46 +00007603
Evan Chengd40d03e2010-01-06 19:38:29 +00007604 if (LHS.getNode()) {
Evan Chenge5b51ac2010-04-17 06:13:15 +00007605 // If LHS is i8, promote it to i32 with any_extend. There is no i8 BT
Evan Chengd40d03e2010-01-06 19:38:29 +00007606 // instruction. Since the shift amount is in-range-or-undefined, we know
Evan Chenge5b51ac2010-04-17 06:13:15 +00007607 // that doing a bittest on the i32 value is ok. We extend to i32 because
Evan Chengd40d03e2010-01-06 19:38:29 +00007608 // the encoding for the i16 version is larger than the i32 version.
Evan Chenge5b51ac2010-04-17 06:13:15 +00007609 // Also promote i16 to i32 for performance / code size reason.
7610 if (LHS.getValueType() == MVT::i8 ||
Evan Cheng2bce5f4b2010-04-28 08:30:49 +00007611 LHS.getValueType() == MVT::i16)
Evan Chengd40d03e2010-01-06 19:38:29 +00007612 LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
Chris Lattnere55484e2008-12-25 05:34:37 +00007613
Evan Chengd40d03e2010-01-06 19:38:29 +00007614 // If the operand types disagree, extend the shift amount to match. Since
7615 // BT ignores high bits (like shifts) we can use anyextend.
7616 if (LHS.getValueType() != RHS.getValueType())
7617 RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007618
Evan Chengd40d03e2010-01-06 19:38:29 +00007619 SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
7620 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
7621 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7622 DAG.getConstant(Cond, MVT::i8), BT);
Chris Lattnere55484e2008-12-25 05:34:37 +00007623 }
7624
Evan Cheng54de3ea2010-01-05 06:52:31 +00007625 return SDValue();
7626}
7627
Dan Gohmand858e902010-04-17 15:26:15 +00007628SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng54de3ea2010-01-05 06:52:31 +00007629 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
7630 SDValue Op0 = Op.getOperand(0);
7631 SDValue Op1 = Op.getOperand(1);
7632 DebugLoc dl = Op.getDebugLoc();
7633 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
7634
7635 // Optimize to BT if possible.
Evan Chengd40d03e2010-01-06 19:38:29 +00007636 // Lower (X & (1 << N)) == 0 to BT(X, N).
7637 // Lower ((X >>u N) & 1) != 0 to BT(X, N).
7638 // Lower ((X >>s N) & 1) != 0 to BT(X, N).
Andrew Trickf6c39412011-03-23 23:11:02 +00007639 if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007640 Op1.getOpcode() == ISD::Constant &&
Dan Gohmane368b462010-06-18 14:22:04 +00007641 cast<ConstantSDNode>(Op1)->isNullValue() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007642 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
7643 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
7644 if (NewSetCC.getNode())
7645 return NewSetCC;
7646 }
Evan Cheng54de3ea2010-01-05 06:52:31 +00007647
Chris Lattner481eebc2010-12-19 21:23:48 +00007648 // Look for X == 0, X == 1, X != 0, or X != 1. We can simplify some forms of
7649 // these.
7650 if (Op1.getOpcode() == ISD::Constant &&
Andrew Trickf6c39412011-03-23 23:11:02 +00007651 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
Evan Cheng2c755ba2010-02-27 07:36:59 +00007652 cast<ConstantSDNode>(Op1)->isNullValue()) &&
7653 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007654
Chris Lattner481eebc2010-12-19 21:23:48 +00007655 // If the input is a setcc, then reuse the input setcc or use a new one with
7656 // the inverted condition.
7657 if (Op0.getOpcode() == X86ISD::SETCC) {
7658 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
7659 bool Invert = (CC == ISD::SETNE) ^
7660 cast<ConstantSDNode>(Op1)->isNullValue();
7661 if (!Invert) return Op0;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007662
Evan Cheng2c755ba2010-02-27 07:36:59 +00007663 CCode = X86::GetOppositeBranchCondition(CCode);
Chris Lattner481eebc2010-12-19 21:23:48 +00007664 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7665 DAG.getConstant(CCode, MVT::i8), Op0.getOperand(1));
7666 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007667 }
7668
Evan Chenge5b51ac2010-04-17 06:13:15 +00007669 bool isFP = Op1.getValueType().isFloatingPoint();
Chris Lattnere55484e2008-12-25 05:34:37 +00007670 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00007671 if (X86CC == X86::COND_INVALID)
7672 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00007673
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007674 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00007675 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007676 DAG.getConstant(X86CC, MVT::i8), EFLAGS);
Evan Cheng0488db92007-09-25 01:57:46 +00007677}
7678
Dan Gohmand858e902010-04-17 15:26:15 +00007679SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00007680 SDValue Cond;
7681 SDValue Op0 = Op.getOperand(0);
7682 SDValue Op1 = Op.getOperand(1);
7683 SDValue CC = Op.getOperand(2);
Owen Andersone50ed302009-08-10 22:56:29 +00007684 EVT VT = Op.getValueType();
Nate Begeman30a0de92008-07-17 16:51:19 +00007685 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
7686 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007687 DebugLoc dl = Op.getDebugLoc();
Nate Begeman30a0de92008-07-17 16:51:19 +00007688
7689 if (isFP) {
7690 unsigned SSECC = 8;
Owen Andersone50ed302009-08-10 22:56:29 +00007691 EVT VT0 = Op0.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00007692 assert(VT0 == MVT::v4f32 || VT0 == MVT::v2f64);
7693 unsigned Opc = VT0 == MVT::v4f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00007694 bool Swap = false;
7695
7696 switch (SetCCOpcode) {
7697 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007698 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00007699 case ISD::SETEQ: SSECC = 0; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00007700 case ISD::SETOGT:
Nate Begeman30a0de92008-07-17 16:51:19 +00007701 case ISD::SETGT: Swap = true; // Fallthrough
7702 case ISD::SETLT:
7703 case ISD::SETOLT: SSECC = 1; break;
7704 case ISD::SETOGE:
7705 case ISD::SETGE: Swap = true; // Fallthrough
7706 case ISD::SETLE:
7707 case ISD::SETOLE: SSECC = 2; break;
7708 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007709 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00007710 case ISD::SETNE: SSECC = 4; break;
7711 case ISD::SETULE: Swap = true;
7712 case ISD::SETUGE: SSECC = 5; break;
7713 case ISD::SETULT: Swap = true;
7714 case ISD::SETUGT: SSECC = 6; break;
7715 case ISD::SETO: SSECC = 7; break;
7716 }
7717 if (Swap)
7718 std::swap(Op0, Op1);
7719
Nate Begemanfb8ead02008-07-25 19:05:58 +00007720 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00007721 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00007722 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00007723 SDValue UNORD, EQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007724 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
7725 EQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007726 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007727 }
7728 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00007729 SDValue ORD, NEQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007730 ORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
7731 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007732 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007733 }
Torok Edwinc23197a2009-07-14 16:55:14 +00007734 llvm_unreachable("Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00007735 }
7736 // Handle all other FP comparisons here.
Owen Anderson825b72b2009-08-11 20:47:22 +00007737 return DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
Nate Begeman30a0de92008-07-17 16:51:19 +00007738 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007739
Nate Begeman30a0de92008-07-17 16:51:19 +00007740 // We are handling one of the integer comparisons here. Since SSE only has
7741 // GT and EQ comparisons for integer, swapping operands and multiple
7742 // operations may be required for some comparisons.
7743 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
7744 bool Swap = false, Invert = false, FlipSigns = false;
Scott Michelfdc40a02009-02-17 22:15:04 +00007745
Owen Anderson825b72b2009-08-11 20:47:22 +00007746 switch (VT.getSimpleVT().SimpleTy) {
Nate Begeman30a0de92008-07-17 16:51:19 +00007747 default: break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007748 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007749 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007750 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
7751 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
Nate Begeman30a0de92008-07-17 16:51:19 +00007752 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007753
Nate Begeman30a0de92008-07-17 16:51:19 +00007754 switch (SetCCOpcode) {
7755 default: break;
7756 case ISD::SETNE: Invert = true;
7757 case ISD::SETEQ: Opc = EQOpc; break;
7758 case ISD::SETLT: Swap = true;
7759 case ISD::SETGT: Opc = GTOpc; break;
7760 case ISD::SETGE: Swap = true;
7761 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
7762 case ISD::SETULT: Swap = true;
7763 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
7764 case ISD::SETUGE: Swap = true;
7765 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
7766 }
7767 if (Swap)
7768 std::swap(Op0, Op1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007769
Nate Begeman30a0de92008-07-17 16:51:19 +00007770 // Since SSE has no unsigned integer comparisons, we need to flip the sign
7771 // bits of the inputs before performing those operations.
7772 if (FlipSigns) {
Owen Andersone50ed302009-08-10 22:56:29 +00007773 EVT EltVT = VT.getVectorElementType();
Duncan Sandsb0d5cdd2009-02-01 18:06:53 +00007774 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()),
7775 EltVT);
Dan Gohman475871a2008-07-27 21:46:04 +00007776 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
Evan Chenga87008d2009-02-25 22:49:59 +00007777 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
7778 SignBits.size());
Dale Johannesenace16102009-02-03 19:33:06 +00007779 Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SignVec);
7780 Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SignVec);
Nate Begeman30a0de92008-07-17 16:51:19 +00007781 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007782
Dale Johannesenace16102009-02-03 19:33:06 +00007783 SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00007784
7785 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00007786 if (Invert)
Dale Johannesenace16102009-02-03 19:33:06 +00007787 Result = DAG.getNOT(dl, Result, VT);
Bob Wilson4c245462009-01-22 17:39:32 +00007788
Nate Begeman30a0de92008-07-17 16:51:19 +00007789 return Result;
7790}
Evan Cheng0488db92007-09-25 01:57:46 +00007791
Evan Cheng370e5342008-12-03 08:38:43 +00007792// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
Dan Gohman076aee32009-03-04 19:44:21 +00007793static bool isX86LogicalCmp(SDValue Op) {
7794 unsigned Opc = Op.getNode()->getOpcode();
7795 if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI)
7796 return true;
7797 if (Op.getResNo() == 1 &&
7798 (Opc == X86ISD::ADD ||
7799 Opc == X86ISD::SUB ||
Chris Lattner5b856542010-12-20 00:59:46 +00007800 Opc == X86ISD::ADC ||
7801 Opc == X86ISD::SBB ||
Dan Gohman076aee32009-03-04 19:44:21 +00007802 Opc == X86ISD::SMUL ||
7803 Opc == X86ISD::UMUL ||
7804 Opc == X86ISD::INC ||
Dan Gohmane220c4b2009-09-18 19:59:53 +00007805 Opc == X86ISD::DEC ||
7806 Opc == X86ISD::OR ||
7807 Opc == X86ISD::XOR ||
7808 Opc == X86ISD::AND))
Dan Gohman076aee32009-03-04 19:44:21 +00007809 return true;
7810
Chris Lattner9637d5b2010-12-05 07:49:54 +00007811 if (Op.getResNo() == 2 && Opc == X86ISD::UMUL)
7812 return true;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007813
Dan Gohman076aee32009-03-04 19:44:21 +00007814 return false;
Evan Cheng370e5342008-12-03 08:38:43 +00007815}
7816
Chris Lattnera2b56002010-12-05 01:23:24 +00007817static bool isZero(SDValue V) {
7818 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7819 return C && C->isNullValue();
7820}
7821
Chris Lattner96908b12010-12-05 02:00:51 +00007822static bool isAllOnes(SDValue V) {
7823 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7824 return C && C->isAllOnesValue();
7825}
7826
Dan Gohmand858e902010-04-17 15:26:15 +00007827SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007828 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007829 SDValue Cond = Op.getOperand(0);
Chris Lattnera2b56002010-12-05 01:23:24 +00007830 SDValue Op1 = Op.getOperand(1);
7831 SDValue Op2 = Op.getOperand(2);
7832 DebugLoc DL = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007833 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00007834
Dan Gohman1a492952009-10-20 16:22:37 +00007835 if (Cond.getOpcode() == ISD::SETCC) {
7836 SDValue NewCond = LowerSETCC(Cond, DAG);
7837 if (NewCond.getNode())
7838 Cond = NewCond;
7839 }
Evan Cheng734503b2006-09-11 02:19:56 +00007840
Chris Lattnera2b56002010-12-05 01:23:24 +00007841 // (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00007842 // (select (x == 0), y, -1) -> ~(sign_bit (x - 1)) | y
Chris Lattnera2b56002010-12-05 01:23:24 +00007843 // (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00007844 // (select (x != 0), -1, y) -> ~(sign_bit (x - 1)) | y
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007845 if (Cond.getOpcode() == X86ISD::SETCC &&
Chris Lattner96908b12010-12-05 02:00:51 +00007846 Cond.getOperand(1).getOpcode() == X86ISD::CMP &&
7847 isZero(Cond.getOperand(1).getOperand(1))) {
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007848 SDValue Cmp = Cond.getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007849
Chris Lattnera2b56002010-12-05 01:23:24 +00007850 unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007851
7852 if ((isAllOnes(Op1) || isAllOnes(Op2)) &&
Chris Lattner96908b12010-12-05 02:00:51 +00007853 (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
7854 SDValue Y = isAllOnes(Op2) ? Op1 : Op2;
Chris Lattnera2b56002010-12-05 01:23:24 +00007855
7856 SDValue CmpOp0 = Cmp.getOperand(0);
7857 Cmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32,
7858 CmpOp0, DAG.getConstant(1, CmpOp0.getValueType()));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007859
Chris Lattner96908b12010-12-05 02:00:51 +00007860 SDValue Res = // Res = 0 or -1.
Chris Lattnera2b56002010-12-05 01:23:24 +00007861 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
7862 DAG.getConstant(X86::COND_B, MVT::i8), Cmp);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007863
Chris Lattner96908b12010-12-05 02:00:51 +00007864 if (isAllOnes(Op1) != (CondCode == X86::COND_E))
7865 Res = DAG.getNOT(DL, Res, Res.getValueType());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007866
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007867 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2);
Chris Lattnera2b56002010-12-05 01:23:24 +00007868 if (N2C == 0 || !N2C->isNullValue())
7869 Res = DAG.getNode(ISD::OR, DL, Res.getValueType(), Res, Y);
7870 return Res;
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007871 }
7872 }
7873
Chris Lattnera2b56002010-12-05 01:23:24 +00007874 // Look past (and (setcc_carry (cmp ...)), 1).
Evan Chengad9c0a32009-12-15 00:53:42 +00007875 if (Cond.getOpcode() == ISD::AND &&
7876 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
7877 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00007878 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00007879 Cond = Cond.getOperand(0);
7880 }
7881
Evan Cheng3f41d662007-10-08 22:16:29 +00007882 // If condition flag is set by a X86ISD::CMP, then use it as the condition
7883 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00007884 if (Cond.getOpcode() == X86ISD::SETCC ||
7885 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00007886 CC = Cond.getOperand(0);
7887
Dan Gohman475871a2008-07-27 21:46:04 +00007888 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00007889 unsigned Opc = Cmp.getOpcode();
Owen Andersone50ed302009-08-10 22:56:29 +00007890 EVT VT = Op.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00007891
Evan Cheng3f41d662007-10-08 22:16:29 +00007892 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007893 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00007894 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00007895 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Scott Michelfdc40a02009-02-17 22:15:04 +00007896
Chris Lattnerd1980a52009-03-12 06:52:53 +00007897 if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
7898 Opc == X86ISD::BT) { // FIXME
Evan Cheng3f41d662007-10-08 22:16:29 +00007899 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00007900 addTest = false;
7901 }
7902 }
7903
7904 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00007905 // Look pass the truncate.
7906 if (Cond.getOpcode() == ISD::TRUNCATE)
7907 Cond = Cond.getOperand(0);
7908
7909 // We know the result of AND is compared against zero. Try to match
7910 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00007911 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Chris Lattnera2b56002010-12-05 01:23:24 +00007912 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
Evan Chengd40d03e2010-01-06 19:38:29 +00007913 if (NewSetCC.getNode()) {
7914 CC = NewSetCC.getOperand(0);
7915 Cond = NewSetCC.getOperand(1);
7916 addTest = false;
7917 }
7918 }
7919 }
7920
7921 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007922 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00007923 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00007924 }
7925
Benjamin Kramere915ff32010-12-22 23:09:28 +00007926 // a < b ? -1 : 0 -> RES = ~setcc_carry
7927 // a < b ? 0 : -1 -> RES = setcc_carry
7928 // a >= b ? -1 : 0 -> RES = setcc_carry
7929 // a >= b ? 0 : -1 -> RES = ~setcc_carry
7930 if (Cond.getOpcode() == X86ISD::CMP) {
7931 unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
7932
7933 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) &&
7934 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) {
7935 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
7936 DAG.getConstant(X86::COND_B, MVT::i8), Cond);
7937 if (isAllOnes(Op1) != (CondCode == X86::COND_B))
7938 return DAG.getNOT(DL, Res, Res.getValueType());
7939 return Res;
7940 }
7941 }
7942
Evan Cheng0488db92007-09-25 01:57:46 +00007943 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
7944 // condition is true.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007945 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00007946 SDValue Ops[] = { Op2, Op1, CC, Cond };
Chris Lattnera2b56002010-12-05 01:23:24 +00007947 return DAG.getNode(X86ISD::CMOV, DL, VTs, Ops, array_lengthof(Ops));
Evan Cheng0488db92007-09-25 01:57:46 +00007948}
7949
Evan Cheng370e5342008-12-03 08:38:43 +00007950// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
7951// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
7952// from the AND / OR.
7953static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
7954 Opc = Op.getOpcode();
7955 if (Opc != ISD::OR && Opc != ISD::AND)
7956 return false;
7957 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
7958 Op.getOperand(0).hasOneUse() &&
7959 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
7960 Op.getOperand(1).hasOneUse());
7961}
7962
Evan Cheng961d6d42009-02-02 08:19:07 +00007963// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
7964// 1 and that the SETCC node has a single use.
Evan Cheng67ad9db2009-02-02 08:07:36 +00007965static bool isXor1OfSetCC(SDValue Op) {
7966 if (Op.getOpcode() != ISD::XOR)
7967 return false;
7968 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
7969 if (N1C && N1C->getAPIntValue() == 1) {
7970 return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
7971 Op.getOperand(0).hasOneUse();
7972 }
7973 return false;
7974}
7975
Dan Gohmand858e902010-04-17 15:26:15 +00007976SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007977 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007978 SDValue Chain = Op.getOperand(0);
7979 SDValue Cond = Op.getOperand(1);
7980 SDValue Dest = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007981 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007982 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00007983
Dan Gohman1a492952009-10-20 16:22:37 +00007984 if (Cond.getOpcode() == ISD::SETCC) {
7985 SDValue NewCond = LowerSETCC(Cond, DAG);
7986 if (NewCond.getNode())
7987 Cond = NewCond;
7988 }
Chris Lattnere55484e2008-12-25 05:34:37 +00007989#if 0
7990 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00007991 else if (Cond.getOpcode() == X86ISD::ADD ||
7992 Cond.getOpcode() == X86ISD::SUB ||
7993 Cond.getOpcode() == X86ISD::SMUL ||
7994 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00007995 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00007996#endif
Scott Michelfdc40a02009-02-17 22:15:04 +00007997
Evan Chengad9c0a32009-12-15 00:53:42 +00007998 // Look pass (and (setcc_carry (cmp ...)), 1).
7999 if (Cond.getOpcode() == ISD::AND &&
8000 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8001 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008002 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00008003 Cond = Cond.getOperand(0);
8004 }
8005
Evan Cheng3f41d662007-10-08 22:16:29 +00008006 // If condition flag is set by a X86ISD::CMP, then use it as the condition
8007 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00008008 if (Cond.getOpcode() == X86ISD::SETCC ||
8009 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00008010 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00008011
Dan Gohman475871a2008-07-27 21:46:04 +00008012 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00008013 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00008014 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
Dan Gohman076aee32009-03-04 19:44:21 +00008015 if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00008016 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00008017 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00008018 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00008019 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00008020 default: break;
8021 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00008022 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00008023 // These can only come from an arithmetic instruction with overflow,
8024 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00008025 Cond = Cond.getNode()->getOperand(1);
8026 addTest = false;
8027 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00008028 }
Evan Cheng0488db92007-09-25 01:57:46 +00008029 }
Evan Cheng370e5342008-12-03 08:38:43 +00008030 } else {
8031 unsigned CondOpc;
8032 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
8033 SDValue Cmp = Cond.getOperand(0).getOperand(1);
Evan Cheng370e5342008-12-03 08:38:43 +00008034 if (CondOpc == ISD::OR) {
8035 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
8036 // two branches instead of an explicit OR instruction with a
8037 // separate test.
8038 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00008039 isX86LogicalCmp(Cmp)) {
Evan Cheng370e5342008-12-03 08:38:43 +00008040 CC = Cond.getOperand(0).getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008041 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00008042 Chain, Dest, CC, Cmp);
8043 CC = Cond.getOperand(1).getOperand(0);
8044 Cond = Cmp;
8045 addTest = false;
8046 }
8047 } else { // ISD::AND
8048 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
8049 // two branches instead of an explicit AND instruction with a
8050 // separate test. However, we only do this if this block doesn't
8051 // have a fall-through edge, because this requires an explicit
8052 // jmp when the condition is false.
8053 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00008054 isX86LogicalCmp(Cmp) &&
Evan Cheng370e5342008-12-03 08:38:43 +00008055 Op.getNode()->hasOneUse()) {
8056 X86::CondCode CCode =
8057 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
8058 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008059 CC = DAG.getConstant(CCode, MVT::i8);
Dan Gohman027657d2010-06-18 15:30:29 +00008060 SDNode *User = *Op.getNode()->use_begin();
Evan Cheng370e5342008-12-03 08:38:43 +00008061 // Look for an unconditional branch following this conditional branch.
8062 // We need this because we need to reverse the successors in order
8063 // to implement FCMP_OEQ.
Dan Gohman027657d2010-06-18 15:30:29 +00008064 if (User->getOpcode() == ISD::BR) {
8065 SDValue FalseBB = User->getOperand(1);
8066 SDNode *NewBR =
8067 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
Evan Cheng370e5342008-12-03 08:38:43 +00008068 assert(NewBR == User);
Nick Lewycky2a3ee5e2010-06-20 20:27:42 +00008069 (void)NewBR;
Evan Cheng370e5342008-12-03 08:38:43 +00008070 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00008071
Dale Johannesene4d209d2009-02-03 20:21:25 +00008072 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00008073 Chain, Dest, CC, Cmp);
8074 X86::CondCode CCode =
8075 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
8076 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008077 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng370e5342008-12-03 08:38:43 +00008078 Cond = Cmp;
8079 addTest = false;
8080 }
8081 }
Dan Gohman279c22e2008-10-21 03:29:32 +00008082 }
Evan Cheng67ad9db2009-02-02 08:07:36 +00008083 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
8084 // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
8085 // It should be transformed during dag combiner except when the condition
8086 // is set by a arithmetics with overflow node.
8087 X86::CondCode CCode =
8088 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
8089 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008090 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng67ad9db2009-02-02 08:07:36 +00008091 Cond = Cond.getOperand(0).getOperand(1);
8092 addTest = false;
Dan Gohman279c22e2008-10-21 03:29:32 +00008093 }
Evan Cheng0488db92007-09-25 01:57:46 +00008094 }
8095
8096 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008097 // Look pass the truncate.
8098 if (Cond.getOpcode() == ISD::TRUNCATE)
8099 Cond = Cond.getOperand(0);
8100
8101 // We know the result of AND is compared against zero. Try to match
8102 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00008103 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008104 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);
8105 if (NewSetCC.getNode()) {
8106 CC = NewSetCC.getOperand(0);
8107 Cond = NewSetCC.getOperand(1);
8108 addTest = false;
8109 }
8110 }
8111 }
8112
8113 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00008114 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00008115 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00008116 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00008117 return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00008118 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00008119}
8120
Anton Korobeynikove060b532007-04-17 19:34:00 +00008121
8122// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
8123// Calls to _alloca is needed to probe the stack when allocating more than 4k
8124// bytes in one go. Touching the stack at 4K increments is necessary to ensure
8125// that the guard pages used by the OS virtual memory manager are allocated in
8126// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00008127SDValue
8128X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008129 SelectionDAG &DAG) const {
Duncan Sands1e1ca0b2010-10-21 16:02:12 +00008130 assert((Subtarget->isTargetCygMing() || Subtarget->isTargetWindows()) &&
Michael J. Spencere9c253e2010-10-21 01:41:01 +00008131 "This should be used only on Windows targets");
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008132 assert(!Subtarget->isTargetEnvMacho());
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008133 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008134
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008135 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00008136 SDValue Chain = Op.getOperand(0);
8137 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008138 // FIXME: Ensure alignment here
8139
Dan Gohman475871a2008-07-27 21:46:04 +00008140 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008141
Owen Anderson825b72b2009-08-11 20:47:22 +00008142 EVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008143 unsigned Reg = (Subtarget->is64Bit() ? X86::RAX : X86::EAX);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008144
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008145 Chain = DAG.getCopyToReg(Chain, dl, Reg, Size, Flag);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00008146 Flag = Chain.getValue(1);
8147
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00008148 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00008149
Michael J. Spencere9c253e2010-10-21 01:41:01 +00008150 Chain = DAG.getNode(X86ISD::WIN_ALLOCA, dl, NodeTys, Chain, Flag);
Anton Korobeynikov043f3c22010-03-06 19:32:29 +00008151 Flag = Chain.getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008152
Dale Johannesendd64c412009-02-04 00:33:20 +00008153 Chain = DAG.getCopyFromReg(Chain, dl, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008154
Dan Gohman475871a2008-07-27 21:46:04 +00008155 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008156 return DAG.getMergeValues(Ops1, 2, dl);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008157}
8158
Dan Gohmand858e902010-04-17 15:26:15 +00008159SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00008160 MachineFunction &MF = DAG.getMachineFunction();
8161 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
8162
Dan Gohman69de1932008-02-06 22:27:42 +00008163 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner8026a9d2010-09-21 17:50:43 +00008164 DebugLoc DL = Op.getDebugLoc();
Evan Cheng8b2794a2006-10-13 21:14:26 +00008165
Anton Korobeynikove7beda12010-10-03 22:52:07 +00008166 if (!Subtarget->is64Bit() || Subtarget->isTargetWin64()) {
Evan Cheng25ab6902006-09-08 06:48:29 +00008167 // vastart just stores the address of the VarArgsFrameIndex slot into the
8168 // memory location argument.
Dan Gohman1e93df62010-04-17 14:41:14 +00008169 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8170 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008171 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
8172 MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008173 }
8174
8175 // __va_list_tag:
8176 // gp_offset (0 - 6 * 8)
8177 // fp_offset (48 - 48 + 8 * 16)
8178 // overflow_arg_area (point to parameters coming in memory).
8179 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00008180 SmallVector<SDValue, 8> MemOps;
8181 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00008182 // Store gp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008183 SDValue Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008184 DAG.getConstant(FuncInfo->getVarArgsGPOffset(),
8185 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008186 FIN, MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008187 MemOps.push_back(Store);
8188
8189 // Store fp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008190 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008191 FIN, DAG.getIntPtrConstant(4));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008192 Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008193 DAG.getConstant(FuncInfo->getVarArgsFPOffset(),
8194 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008195 FIN, MachinePointerInfo(SV, 4), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008196 MemOps.push_back(Store);
8197
8198 // Store ptr to overflow_arg_area
Chris Lattner8026a9d2010-09-21 17:50:43 +00008199 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008200 FIN, DAG.getIntPtrConstant(4));
Dan Gohman1e93df62010-04-17 14:41:14 +00008201 SDValue OVFIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8202 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008203 Store = DAG.getStore(Op.getOperand(0), DL, OVFIN, FIN,
8204 MachinePointerInfo(SV, 8),
David Greene67c9d422010-02-15 16:53:33 +00008205 false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008206 MemOps.push_back(Store);
8207
8208 // Store ptr to reg_save_area.
Chris Lattner8026a9d2010-09-21 17:50:43 +00008209 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008210 FIN, DAG.getIntPtrConstant(8));
Dan Gohman1e93df62010-04-17 14:41:14 +00008211 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
8212 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008213 Store = DAG.getStore(Op.getOperand(0), DL, RSFIN, FIN,
8214 MachinePointerInfo(SV, 16), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008215 MemOps.push_back(Store);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008216 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
Dale Johannesene4d209d2009-02-03 20:21:25 +00008217 &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00008218}
8219
Dan Gohmand858e902010-04-17 15:26:15 +00008220SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman320afb82010-10-12 18:00:49 +00008221 assert(Subtarget->is64Bit() &&
8222 "LowerVAARG only handles 64-bit va_arg!");
8223 assert((Subtarget->isTargetLinux() ||
8224 Subtarget->isTargetDarwin()) &&
8225 "Unhandled target in LowerVAARG");
8226 assert(Op.getNode()->getNumOperands() == 4);
8227 SDValue Chain = Op.getOperand(0);
8228 SDValue SrcPtr = Op.getOperand(1);
8229 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
8230 unsigned Align = Op.getConstantOperandVal(3);
8231 DebugLoc dl = Op.getDebugLoc();
Dan Gohman9018e832008-05-10 01:26:14 +00008232
Dan Gohman320afb82010-10-12 18:00:49 +00008233 EVT ArgVT = Op.getNode()->getValueType(0);
Chris Lattnerdb125cf2011-07-18 04:54:35 +00008234 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
Dan Gohman320afb82010-10-12 18:00:49 +00008235 uint32_t ArgSize = getTargetData()->getTypeAllocSize(ArgTy);
8236 uint8_t ArgMode;
8237
8238 // Decide which area this value should be read from.
8239 // TODO: Implement the AMD64 ABI in its entirety. This simple
8240 // selection mechanism works only for the basic types.
8241 if (ArgVT == MVT::f80) {
8242 llvm_unreachable("va_arg for f80 not yet implemented");
8243 } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
8244 ArgMode = 2; // Argument passed in XMM register. Use fp_offset.
8245 } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
8246 ArgMode = 1; // Argument passed in GPR64 register(s). Use gp_offset.
8247 } else {
8248 llvm_unreachable("Unhandled argument type in LowerVAARG");
8249 }
8250
8251 if (ArgMode == 2) {
8252 // Sanity Check: Make sure using fp_offset makes sense.
Michael J. Spencer87b86652010-10-19 07:32:42 +00008253 assert(!UseSoftFloat &&
Eric Christopher52b45052010-10-12 19:44:17 +00008254 !(DAG.getMachineFunction()
8255 .getFunction()->hasFnAttr(Attribute::NoImplicitFloat)) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00008256 Subtarget->hasXMM());
Dan Gohman320afb82010-10-12 18:00:49 +00008257 }
8258
8259 // Insert VAARG_64 node into the DAG
8260 // VAARG_64 returns two values: Variable Argument Address, Chain
8261 SmallVector<SDValue, 11> InstOps;
8262 InstOps.push_back(Chain);
8263 InstOps.push_back(SrcPtr);
8264 InstOps.push_back(DAG.getConstant(ArgSize, MVT::i32));
8265 InstOps.push_back(DAG.getConstant(ArgMode, MVT::i8));
8266 InstOps.push_back(DAG.getConstant(Align, MVT::i32));
8267 SDVTList VTs = DAG.getVTList(getPointerTy(), MVT::Other);
8268 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
8269 VTs, &InstOps[0], InstOps.size(),
8270 MVT::i64,
8271 MachinePointerInfo(SV),
8272 /*Align=*/0,
8273 /*Volatile=*/false,
8274 /*ReadMem=*/true,
8275 /*WriteMem=*/true);
8276 Chain = VAARG.getValue(1);
8277
8278 // Load the next argument and return it
8279 return DAG.getLoad(ArgVT, dl,
8280 Chain,
8281 VAARG,
8282 MachinePointerInfo(),
8283 false, false, 0);
Dan Gohman9018e832008-05-10 01:26:14 +00008284}
8285
Dan Gohmand858e902010-04-17 15:26:15 +00008286SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) const {
Evan Chengae642192007-03-02 23:16:35 +00008287 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00008288 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00008289 SDValue Chain = Op.getOperand(0);
8290 SDValue DstPtr = Op.getOperand(1);
8291 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00008292 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
8293 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Chris Lattnere72f2022010-09-21 05:40:29 +00008294 DebugLoc DL = Op.getDebugLoc();
Evan Chengae642192007-03-02 23:16:35 +00008295
Chris Lattnere72f2022010-09-21 05:40:29 +00008296 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr,
Mon P Wang20adc9d2010-04-04 03:10:48 +00008297 DAG.getIntPtrConstant(24), 8, /*isVolatile*/false,
Michael J. Spencerec38de22010-10-10 22:04:20 +00008298 false,
Chris Lattnere72f2022010-09-21 05:40:29 +00008299 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
Evan Chengae642192007-03-02 23:16:35 +00008300}
8301
Dan Gohman475871a2008-07-27 21:46:04 +00008302SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00008303X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008304 DebugLoc dl = Op.getDebugLoc();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008305 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00008306 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00008307 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00008308 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00008309 case Intrinsic::x86_sse_comieq_ss:
8310 case Intrinsic::x86_sse_comilt_ss:
8311 case Intrinsic::x86_sse_comile_ss:
8312 case Intrinsic::x86_sse_comigt_ss:
8313 case Intrinsic::x86_sse_comige_ss:
8314 case Intrinsic::x86_sse_comineq_ss:
8315 case Intrinsic::x86_sse_ucomieq_ss:
8316 case Intrinsic::x86_sse_ucomilt_ss:
8317 case Intrinsic::x86_sse_ucomile_ss:
8318 case Intrinsic::x86_sse_ucomigt_ss:
8319 case Intrinsic::x86_sse_ucomige_ss:
8320 case Intrinsic::x86_sse_ucomineq_ss:
8321 case Intrinsic::x86_sse2_comieq_sd:
8322 case Intrinsic::x86_sse2_comilt_sd:
8323 case Intrinsic::x86_sse2_comile_sd:
8324 case Intrinsic::x86_sse2_comigt_sd:
8325 case Intrinsic::x86_sse2_comige_sd:
8326 case Intrinsic::x86_sse2_comineq_sd:
8327 case Intrinsic::x86_sse2_ucomieq_sd:
8328 case Intrinsic::x86_sse2_ucomilt_sd:
8329 case Intrinsic::x86_sse2_ucomile_sd:
8330 case Intrinsic::x86_sse2_ucomigt_sd:
8331 case Intrinsic::x86_sse2_ucomige_sd:
8332 case Intrinsic::x86_sse2_ucomineq_sd: {
8333 unsigned Opc = 0;
8334 ISD::CondCode CC = ISD::SETCC_INVALID;
8335 switch (IntNo) {
8336 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008337 case Intrinsic::x86_sse_comieq_ss:
8338 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008339 Opc = X86ISD::COMI;
8340 CC = ISD::SETEQ;
8341 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008342 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008343 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008344 Opc = X86ISD::COMI;
8345 CC = ISD::SETLT;
8346 break;
8347 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008348 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008349 Opc = X86ISD::COMI;
8350 CC = ISD::SETLE;
8351 break;
8352 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008353 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008354 Opc = X86ISD::COMI;
8355 CC = ISD::SETGT;
8356 break;
8357 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008358 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008359 Opc = X86ISD::COMI;
8360 CC = ISD::SETGE;
8361 break;
8362 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008363 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008364 Opc = X86ISD::COMI;
8365 CC = ISD::SETNE;
8366 break;
8367 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008368 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008369 Opc = X86ISD::UCOMI;
8370 CC = ISD::SETEQ;
8371 break;
8372 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008373 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008374 Opc = X86ISD::UCOMI;
8375 CC = ISD::SETLT;
8376 break;
8377 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008378 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008379 Opc = X86ISD::UCOMI;
8380 CC = ISD::SETLE;
8381 break;
8382 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008383 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008384 Opc = X86ISD::UCOMI;
8385 CC = ISD::SETGT;
8386 break;
8387 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008388 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008389 Opc = X86ISD::UCOMI;
8390 CC = ISD::SETGE;
8391 break;
8392 case Intrinsic::x86_sse_ucomineq_ss:
8393 case Intrinsic::x86_sse2_ucomineq_sd:
8394 Opc = X86ISD::UCOMI;
8395 CC = ISD::SETNE;
8396 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008397 }
Evan Cheng734503b2006-09-11 02:19:56 +00008398
Dan Gohman475871a2008-07-27 21:46:04 +00008399 SDValue LHS = Op.getOperand(1);
8400 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00008401 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00008402 assert(X86CC != X86::COND_INVALID && "Unexpected illegal condition!");
Owen Anderson825b72b2009-08-11 20:47:22 +00008403 SDValue Cond = DAG.getNode(Opc, dl, MVT::i32, LHS, RHS);
8404 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
8405 DAG.getConstant(X86CC, MVT::i8), Cond);
8406 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00008407 }
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008408 // ptest and testp intrinsics. The intrinsic these come from are designed to
8409 // return an integer value, not just an instruction so lower it to the ptest
8410 // or testp pattern and a setcc for the result.
Eric Christopher71c67532009-07-29 00:28:05 +00008411 case Intrinsic::x86_sse41_ptestz:
8412 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008413 case Intrinsic::x86_sse41_ptestnzc:
8414 case Intrinsic::x86_avx_ptestz_256:
8415 case Intrinsic::x86_avx_ptestc_256:
8416 case Intrinsic::x86_avx_ptestnzc_256:
8417 case Intrinsic::x86_avx_vtestz_ps:
8418 case Intrinsic::x86_avx_vtestc_ps:
8419 case Intrinsic::x86_avx_vtestnzc_ps:
8420 case Intrinsic::x86_avx_vtestz_pd:
8421 case Intrinsic::x86_avx_vtestc_pd:
8422 case Intrinsic::x86_avx_vtestnzc_pd:
8423 case Intrinsic::x86_avx_vtestz_ps_256:
8424 case Intrinsic::x86_avx_vtestc_ps_256:
8425 case Intrinsic::x86_avx_vtestnzc_ps_256:
8426 case Intrinsic::x86_avx_vtestz_pd_256:
8427 case Intrinsic::x86_avx_vtestc_pd_256:
8428 case Intrinsic::x86_avx_vtestnzc_pd_256: {
8429 bool IsTestPacked = false;
Eric Christopher71c67532009-07-29 00:28:05 +00008430 unsigned X86CC = 0;
8431 switch (IntNo) {
Eric Christopher978dae32009-07-29 18:14:04 +00008432 default: llvm_unreachable("Bad fallthrough in Intrinsic lowering.");
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008433 case Intrinsic::x86_avx_vtestz_ps:
8434 case Intrinsic::x86_avx_vtestz_pd:
8435 case Intrinsic::x86_avx_vtestz_ps_256:
8436 case Intrinsic::x86_avx_vtestz_pd_256:
8437 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008438 case Intrinsic::x86_sse41_ptestz:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008439 case Intrinsic::x86_avx_ptestz_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008440 // ZF = 1
8441 X86CC = X86::COND_E;
8442 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008443 case Intrinsic::x86_avx_vtestc_ps:
8444 case Intrinsic::x86_avx_vtestc_pd:
8445 case Intrinsic::x86_avx_vtestc_ps_256:
8446 case Intrinsic::x86_avx_vtestc_pd_256:
8447 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008448 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008449 case Intrinsic::x86_avx_ptestc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008450 // CF = 1
8451 X86CC = X86::COND_B;
8452 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008453 case Intrinsic::x86_avx_vtestnzc_ps:
8454 case Intrinsic::x86_avx_vtestnzc_pd:
8455 case Intrinsic::x86_avx_vtestnzc_ps_256:
8456 case Intrinsic::x86_avx_vtestnzc_pd_256:
8457 IsTestPacked = true; // Fallthrough
Eric Christopherfd179292009-08-27 18:07:15 +00008458 case Intrinsic::x86_sse41_ptestnzc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008459 case Intrinsic::x86_avx_ptestnzc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008460 // ZF and CF = 0
8461 X86CC = X86::COND_A;
8462 break;
8463 }
Eric Christopherfd179292009-08-27 18:07:15 +00008464
Eric Christopher71c67532009-07-29 00:28:05 +00008465 SDValue LHS = Op.getOperand(1);
8466 SDValue RHS = Op.getOperand(2);
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008467 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
8468 SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS);
Owen Anderson825b72b2009-08-11 20:47:22 +00008469 SDValue CC = DAG.getConstant(X86CC, MVT::i8);
8470 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
8471 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Eric Christopher71c67532009-07-29 00:28:05 +00008472 }
Evan Cheng5759f972008-05-04 09:15:50 +00008473
8474 // Fix vector shift instructions where the last operand is a non-immediate
8475 // i32 value.
8476 case Intrinsic::x86_sse2_pslli_w:
8477 case Intrinsic::x86_sse2_pslli_d:
8478 case Intrinsic::x86_sse2_pslli_q:
8479 case Intrinsic::x86_sse2_psrli_w:
8480 case Intrinsic::x86_sse2_psrli_d:
8481 case Intrinsic::x86_sse2_psrli_q:
8482 case Intrinsic::x86_sse2_psrai_w:
8483 case Intrinsic::x86_sse2_psrai_d:
8484 case Intrinsic::x86_mmx_pslli_w:
8485 case Intrinsic::x86_mmx_pslli_d:
8486 case Intrinsic::x86_mmx_pslli_q:
8487 case Intrinsic::x86_mmx_psrli_w:
8488 case Intrinsic::x86_mmx_psrli_d:
8489 case Intrinsic::x86_mmx_psrli_q:
8490 case Intrinsic::x86_mmx_psrai_w:
8491 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00008492 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00008493 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00008494 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00008495
8496 unsigned NewIntNo = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00008497 EVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008498 switch (IntNo) {
8499 case Intrinsic::x86_sse2_pslli_w:
8500 NewIntNo = Intrinsic::x86_sse2_psll_w;
8501 break;
8502 case Intrinsic::x86_sse2_pslli_d:
8503 NewIntNo = Intrinsic::x86_sse2_psll_d;
8504 break;
8505 case Intrinsic::x86_sse2_pslli_q:
8506 NewIntNo = Intrinsic::x86_sse2_psll_q;
8507 break;
8508 case Intrinsic::x86_sse2_psrli_w:
8509 NewIntNo = Intrinsic::x86_sse2_psrl_w;
8510 break;
8511 case Intrinsic::x86_sse2_psrli_d:
8512 NewIntNo = Intrinsic::x86_sse2_psrl_d;
8513 break;
8514 case Intrinsic::x86_sse2_psrli_q:
8515 NewIntNo = Intrinsic::x86_sse2_psrl_q;
8516 break;
8517 case Intrinsic::x86_sse2_psrai_w:
8518 NewIntNo = Intrinsic::x86_sse2_psra_w;
8519 break;
8520 case Intrinsic::x86_sse2_psrai_d:
8521 NewIntNo = Intrinsic::x86_sse2_psra_d;
8522 break;
8523 default: {
Owen Anderson825b72b2009-08-11 20:47:22 +00008524 ShAmtVT = MVT::v2i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008525 switch (IntNo) {
8526 case Intrinsic::x86_mmx_pslli_w:
8527 NewIntNo = Intrinsic::x86_mmx_psll_w;
8528 break;
8529 case Intrinsic::x86_mmx_pslli_d:
8530 NewIntNo = Intrinsic::x86_mmx_psll_d;
8531 break;
8532 case Intrinsic::x86_mmx_pslli_q:
8533 NewIntNo = Intrinsic::x86_mmx_psll_q;
8534 break;
8535 case Intrinsic::x86_mmx_psrli_w:
8536 NewIntNo = Intrinsic::x86_mmx_psrl_w;
8537 break;
8538 case Intrinsic::x86_mmx_psrli_d:
8539 NewIntNo = Intrinsic::x86_mmx_psrl_d;
8540 break;
8541 case Intrinsic::x86_mmx_psrli_q:
8542 NewIntNo = Intrinsic::x86_mmx_psrl_q;
8543 break;
8544 case Intrinsic::x86_mmx_psrai_w:
8545 NewIntNo = Intrinsic::x86_mmx_psra_w;
8546 break;
8547 case Intrinsic::x86_mmx_psrai_d:
8548 NewIntNo = Intrinsic::x86_mmx_psra_d;
8549 break;
Torok Edwinc23197a2009-07-14 16:55:14 +00008550 default: llvm_unreachable("Impossible intrinsic"); // Can't reach here.
Evan Cheng5759f972008-05-04 09:15:50 +00008551 }
8552 break;
8553 }
8554 }
Mon P Wangefa42202009-09-03 19:56:25 +00008555
8556 // The vector shift intrinsics with scalars uses 32b shift amounts but
8557 // the sse2/mmx shift instructions reads 64 bits. Set the upper 32 bits
8558 // to be zero.
8559 SDValue ShOps[4];
8560 ShOps[0] = ShAmt;
8561 ShOps[1] = DAG.getConstant(0, MVT::i32);
8562 if (ShAmtVT == MVT::v4i32) {
8563 ShOps[2] = DAG.getUNDEF(MVT::i32);
8564 ShOps[3] = DAG.getUNDEF(MVT::i32);
8565 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 4);
8566 } else {
8567 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 2);
Dale Johannesen0488fb62010-09-30 23:57:10 +00008568// FIXME this must be lowered to get rid of the invalid type.
Mon P Wangefa42202009-09-03 19:56:25 +00008569 }
8570
Owen Andersone50ed302009-08-10 22:56:29 +00008571 EVT VT = Op.getValueType();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008572 ShAmt = DAG.getNode(ISD::BITCAST, dl, VT, ShAmt);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008573 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008574 DAG.getConstant(NewIntNo, MVT::i32),
Evan Cheng5759f972008-05-04 09:15:50 +00008575 Op.getOperand(1), ShAmt);
8576 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00008577 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00008578}
Evan Cheng72261582005-12-20 06:22:03 +00008579
Dan Gohmand858e902010-04-17 15:26:15 +00008580SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
8581 SelectionDAG &DAG) const {
Evan Cheng2457f2c2010-05-22 01:47:14 +00008582 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8583 MFI->setReturnAddressIsTaken(true);
8584
Bill Wendling64e87322009-01-16 19:25:27 +00008585 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008586 DebugLoc dl = Op.getDebugLoc();
Bill Wendling64e87322009-01-16 19:25:27 +00008587
8588 if (Depth > 0) {
8589 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
8590 SDValue Offset =
8591 DAG.getConstant(TD->getPointerSize(),
Owen Anderson825b72b2009-08-11 20:47:22 +00008592 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008593 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Scott Michelfdc40a02009-02-17 22:15:04 +00008594 DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008595 FrameAddr, Offset),
Chris Lattner51abfe42010-09-21 06:02:19 +00008596 MachinePointerInfo(), false, false, 0);
Bill Wendling64e87322009-01-16 19:25:27 +00008597 }
8598
8599 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00008600 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00008601 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Chris Lattner51abfe42010-09-21 06:02:19 +00008602 RetAddrFI, MachinePointerInfo(), false, false, 0);
Nate Begemanbcc5f362007-01-29 22:58:52 +00008603}
8604
Dan Gohmand858e902010-04-17 15:26:15 +00008605SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng184793f2008-09-27 01:56:22 +00008606 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8607 MFI->setFrameAddressIsTaken(true);
Evan Cheng2457f2c2010-05-22 01:47:14 +00008608
Owen Andersone50ed302009-08-10 22:56:29 +00008609 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008610 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful
Evan Cheng184793f2008-09-27 01:56:22 +00008611 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
8612 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
Dale Johannesendd64c412009-02-04 00:33:20 +00008613 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
Evan Cheng184793f2008-09-27 01:56:22 +00008614 while (Depth--)
Chris Lattner51abfe42010-09-21 06:02:19 +00008615 FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr,
8616 MachinePointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +00008617 false, false, 0);
Evan Cheng184793f2008-09-27 01:56:22 +00008618 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00008619}
8620
Dan Gohman475871a2008-07-27 21:46:04 +00008621SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008622 SelectionDAG &DAG) const {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008623 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008624}
8625
Dan Gohmand858e902010-04-17 15:26:15 +00008626SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const {
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008627 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00008628 SDValue Chain = Op.getOperand(0);
8629 SDValue Offset = Op.getOperand(1);
8630 SDValue Handler = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008631 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008632
Dan Gohmand8816272010-08-11 18:14:00 +00008633 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl,
8634 Subtarget->is64Bit() ? X86::RBP : X86::EBP,
8635 getPointerTy());
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008636 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008637
Dan Gohmand8816272010-08-11 18:14:00 +00008638 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), Frame,
8639 DAG.getIntPtrConstant(TD->getPointerSize()));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008640 StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), StoreAddr, Offset);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008641 Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, MachinePointerInfo(),
8642 false, false, 0);
Dale Johannesendd64c412009-02-04 00:33:20 +00008643 Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008644 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008645
Dale Johannesene4d209d2009-02-03 20:21:25 +00008646 return DAG.getNode(X86ISD::EH_RETURN, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008647 MVT::Other,
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008648 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008649}
8650
Dan Gohman475871a2008-07-27 21:46:04 +00008651SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008652 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00008653 SDValue Root = Op.getOperand(0);
8654 SDValue Trmp = Op.getOperand(1); // trampoline
8655 SDValue FPtr = Op.getOperand(2); // nested function
8656 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008657 DebugLoc dl = Op.getDebugLoc();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008658
Dan Gohman69de1932008-02-06 22:27:42 +00008659 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008660
8661 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00008662 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00008663
8664 // Large code-model.
Chris Lattnera62fe662010-02-05 19:20:30 +00008665 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode.
8666 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
Duncan Sands339e14f2008-01-16 22:55:25 +00008667
Evan Cheng0e6a0522011-07-18 20:57:22 +00008668 const unsigned char N86R10 = X86_MC::getX86RegNum(X86::R10);
8669 const unsigned char N86R11 = X86_MC::getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00008670
8671 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
8672
8673 // Load the pointer to the nested function into R11.
8674 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00008675 SDValue Addr = Trmp;
Owen Anderson825b72b2009-08-11 20:47:22 +00008676 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008677 Addr, MachinePointerInfo(TrmpAddr),
8678 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008679
Owen Anderson825b72b2009-08-11 20:47:22 +00008680 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8681 DAG.getConstant(2, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008682 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
8683 MachinePointerInfo(TrmpAddr, 2),
David Greene67c9d422010-02-15 16:53:33 +00008684 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008685
8686 // Load the 'nest' parameter value into R10.
8687 // R10 is specified in X86CallingConv.td
8688 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
Owen Anderson825b72b2009-08-11 20:47:22 +00008689 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8690 DAG.getConstant(10, MVT::i64));
8691 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008692 Addr, MachinePointerInfo(TrmpAddr, 10),
8693 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008694
Owen Anderson825b72b2009-08-11 20:47:22 +00008695 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8696 DAG.getConstant(12, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008697 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
8698 MachinePointerInfo(TrmpAddr, 12),
David Greene67c9d422010-02-15 16:53:33 +00008699 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008700
8701 // Jump to the nested function.
8702 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
Owen Anderson825b72b2009-08-11 20:47:22 +00008703 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8704 DAG.getConstant(20, MVT::i64));
8705 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008706 Addr, MachinePointerInfo(TrmpAddr, 20),
8707 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008708
8709 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
Owen Anderson825b72b2009-08-11 20:47:22 +00008710 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8711 DAG.getConstant(22, MVT::i64));
8712 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008713 MachinePointerInfo(TrmpAddr, 22),
8714 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008715
Dan Gohman475871a2008-07-27 21:46:04 +00008716 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008717 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008718 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008719 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00008720 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00008721 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00008722 CallingConv::ID CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00008723 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008724
8725 switch (CC) {
8726 default:
Torok Edwinc23197a2009-07-14 16:55:14 +00008727 llvm_unreachable("Unsupported calling convention");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008728 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008729 case CallingConv::X86_StdCall: {
8730 // Pass 'nest' parameter in ECX.
8731 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008732 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008733
8734 // Check that ECX wasn't needed by an 'inreg' parameter.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00008735 FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00008736 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008737
Chris Lattner58d74912008-03-12 17:45:29 +00008738 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00008739 unsigned InRegCount = 0;
8740 unsigned Idx = 1;
8741
8742 for (FunctionType::param_iterator I = FTy->param_begin(),
8743 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00008744 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00008745 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008746 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008747
8748 if (InRegCount > 2) {
Eric Christopher90eb4022010-07-22 00:26:08 +00008749 report_fatal_error("Nest register in use - reduce number of inreg"
8750 " parameters!");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008751 }
8752 }
8753 break;
8754 }
8755 case CallingConv::X86_FastCall:
Anton Korobeynikovded05e32010-05-16 09:08:45 +00008756 case CallingConv::X86_ThisCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00008757 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008758 // Pass 'nest' parameter in EAX.
8759 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008760 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008761 break;
8762 }
8763
Dan Gohman475871a2008-07-27 21:46:04 +00008764 SDValue OutChains[4];
8765 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008766
Owen Anderson825b72b2009-08-11 20:47:22 +00008767 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8768 DAG.getConstant(10, MVT::i32));
8769 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008770
Chris Lattnera62fe662010-02-05 19:20:30 +00008771 // This is storing the opcode for MOV32ri.
8772 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
Evan Cheng0e6a0522011-07-18 20:57:22 +00008773 const unsigned char N86Reg = X86_MC::getX86RegNum(NestReg);
Scott Michelfdc40a02009-02-17 22:15:04 +00008774 OutChains[0] = DAG.getStore(Root, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008775 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008776 Trmp, MachinePointerInfo(TrmpAddr),
8777 false, false, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008778
Owen Anderson825b72b2009-08-11 20:47:22 +00008779 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8780 DAG.getConstant(1, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008781 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
8782 MachinePointerInfo(TrmpAddr, 1),
David Greene67c9d422010-02-15 16:53:33 +00008783 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008784
Chris Lattnera62fe662010-02-05 19:20:30 +00008785 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
Owen Anderson825b72b2009-08-11 20:47:22 +00008786 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8787 DAG.getConstant(5, MVT::i32));
8788 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008789 MachinePointerInfo(TrmpAddr, 5),
8790 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008791
Owen Anderson825b72b2009-08-11 20:47:22 +00008792 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8793 DAG.getConstant(6, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008794 OutChains[3] = DAG.getStore(Root, dl, Disp, Addr,
8795 MachinePointerInfo(TrmpAddr, 6),
David Greene67c9d422010-02-15 16:53:33 +00008796 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008797
Dan Gohman475871a2008-07-27 21:46:04 +00008798 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008799 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 4) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008800 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008801 }
8802}
8803
Dan Gohmand858e902010-04-17 15:26:15 +00008804SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op,
8805 SelectionDAG &DAG) const {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008806 /*
8807 The rounding mode is in bits 11:10 of FPSR, and has the following
8808 settings:
8809 00 Round to nearest
8810 01 Round to -inf
8811 10 Round to +inf
8812 11 Round to 0
8813
8814 FLT_ROUNDS, on the other hand, expects the following:
8815 -1 Undefined
8816 0 Round to 0
8817 1 Round to nearest
8818 2 Round to +inf
8819 3 Round to -inf
8820
8821 To perform the conversion, we do:
8822 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
8823 */
8824
8825 MachineFunction &MF = DAG.getMachineFunction();
8826 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00008827 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008828 unsigned StackAlignment = TFI.getStackAlignment();
Owen Andersone50ed302009-08-10 22:56:29 +00008829 EVT VT = Op.getValueType();
Chris Lattner2156b792010-09-22 01:11:26 +00008830 DebugLoc DL = Op.getDebugLoc();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008831
8832 // Save FP Control Word to stack slot
David Greene3f2bf852009-11-12 20:49:22 +00008833 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment, false);
Dan Gohman475871a2008-07-27 21:46:04 +00008834 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008835
Michael J. Spencerec38de22010-10-10 22:04:20 +00008836
Chris Lattner2156b792010-09-22 01:11:26 +00008837 MachineMemOperand *MMO =
8838 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
8839 MachineMemOperand::MOStore, 2, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008840
Chris Lattner2156b792010-09-22 01:11:26 +00008841 SDValue Ops[] = { DAG.getEntryNode(), StackSlot };
8842 SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL,
8843 DAG.getVTList(MVT::Other),
8844 Ops, 2, MVT::i16, MMO);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008845
8846 // Load FP Control Word from stack slot
Chris Lattner2156b792010-09-22 01:11:26 +00008847 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot,
Chris Lattner51abfe42010-09-21 06:02:19 +00008848 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008849
8850 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00008851 SDValue CWD1 =
Chris Lattner2156b792010-09-22 01:11:26 +00008852 DAG.getNode(ISD::SRL, DL, MVT::i16,
8853 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00008854 CWD, DAG.getConstant(0x800, MVT::i16)),
8855 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00008856 SDValue CWD2 =
Chris Lattner2156b792010-09-22 01:11:26 +00008857 DAG.getNode(ISD::SRL, DL, MVT::i16,
8858 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00008859 CWD, DAG.getConstant(0x400, MVT::i16)),
8860 DAG.getConstant(9, MVT::i8));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008861
Dan Gohman475871a2008-07-27 21:46:04 +00008862 SDValue RetVal =
Chris Lattner2156b792010-09-22 01:11:26 +00008863 DAG.getNode(ISD::AND, DL, MVT::i16,
8864 DAG.getNode(ISD::ADD, DL, MVT::i16,
8865 DAG.getNode(ISD::OR, DL, MVT::i16, CWD1, CWD2),
Owen Anderson825b72b2009-08-11 20:47:22 +00008866 DAG.getConstant(1, MVT::i16)),
8867 DAG.getConstant(3, MVT::i16));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008868
8869
Duncan Sands83ec4b62008-06-06 12:08:01 +00008870 return DAG.getNode((VT.getSizeInBits() < 16 ?
Chris Lattner2156b792010-09-22 01:11:26 +00008871 ISD::TRUNCATE : ISD::ZERO_EXTEND), DL, VT, RetVal);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008872}
8873
Dan Gohmand858e902010-04-17 15:26:15 +00008874SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008875 EVT VT = Op.getValueType();
8876 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008877 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008878 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00008879
8880 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00008881 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00008882 // Zero extend to i32 since there is not an i8 bsr.
Owen Anderson825b72b2009-08-11 20:47:22 +00008883 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00008884 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008885 }
Evan Cheng18efe262007-12-14 02:13:44 +00008886
Evan Cheng152804e2007-12-14 08:30:15 +00008887 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008888 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008889 Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00008890
8891 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00008892 SDValue Ops[] = {
8893 Op,
8894 DAG.getConstant(NumBits+NumBits-1, OpVT),
8895 DAG.getConstant(X86::COND_E, MVT::i8),
8896 Op.getValue(1)
8897 };
8898 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00008899
8900 // Finally xor with NumBits-1.
Dale Johannesene4d209d2009-02-03 20:21:25 +00008901 Op = DAG.getNode(ISD::XOR, dl, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
Evan Cheng152804e2007-12-14 08:30:15 +00008902
Owen Anderson825b72b2009-08-11 20:47:22 +00008903 if (VT == MVT::i8)
8904 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008905 return Op;
8906}
8907
Dan Gohmand858e902010-04-17 15:26:15 +00008908SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008909 EVT VT = Op.getValueType();
8910 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008911 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008912 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00008913
8914 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00008915 if (VT == MVT::i8) {
8916 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00008917 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008918 }
Evan Cheng152804e2007-12-14 08:30:15 +00008919
8920 // Issue a bsf (scan bits forward) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00008921 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008922 Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00008923
8924 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00008925 SDValue Ops[] = {
8926 Op,
8927 DAG.getConstant(NumBits, OpVT),
8928 DAG.getConstant(X86::COND_E, MVT::i8),
8929 Op.getValue(1)
8930 };
8931 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00008932
Owen Anderson825b72b2009-08-11 20:47:22 +00008933 if (VT == MVT::i8)
8934 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00008935 return Op;
8936}
8937
Dan Gohmand858e902010-04-17 15:26:15 +00008938SDValue X86TargetLowering::LowerMUL_V2I64(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00008939 EVT VT = Op.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00008940 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008941 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00008942
Mon P Wangaf9b9522008-12-18 21:42:19 +00008943 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
8944 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
8945 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
8946 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
8947 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
8948 //
8949 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
8950 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
8951 // return AloBlo + AloBhi + AhiBlo;
8952
8953 SDValue A = Op.getOperand(0);
8954 SDValue B = Op.getOperand(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00008955
Dale Johannesene4d209d2009-02-03 20:21:25 +00008956 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008957 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8958 A, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008959 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008960 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8961 B, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008962 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008963 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008964 A, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008965 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008966 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008967 A, Bhi);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008968 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008969 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00008970 Ahi, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008971 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008972 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8973 AloBhi, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008974 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008975 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8976 AhiBlo, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008977 SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
8978 Res = DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
Mon P Wangaf9b9522008-12-18 21:42:19 +00008979 return Res;
8980}
8981
Nadav Rotem43012222011-05-11 08:12:09 +00008982SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) const {
8983
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008984 EVT VT = Op.getValueType();
8985 DebugLoc dl = Op.getDebugLoc();
8986 SDValue R = Op.getOperand(0);
Nadav Rotem43012222011-05-11 08:12:09 +00008987 SDValue Amt = Op.getOperand(1);
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008988
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008989 LLVMContext *Context = DAG.getContext();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00008990
Nadav Rotem43012222011-05-11 08:12:09 +00008991 // Must have SSE2.
8992 if (!Subtarget->hasSSE2()) return SDValue();
Nate Begeman51409212010-07-28 00:21:48 +00008993
Nadav Rotem43012222011-05-11 08:12:09 +00008994 // Optimize shl/srl/sra with constant shift amount.
8995 if (isSplatVector(Amt.getNode())) {
8996 SDValue SclrAmt = Amt->getOperand(0);
8997 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt)) {
8998 uint64_t ShiftAmt = C->getZExtValue();
8999
9000 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SHL)
9001 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9002 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9003 R, DAG.getConstant(ShiftAmt, MVT::i32));
9004
9005 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SHL)
9006 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9007 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
9008 R, DAG.getConstant(ShiftAmt, MVT::i32));
9009
9010 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SHL)
9011 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9012 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
9013 R, DAG.getConstant(ShiftAmt, MVT::i32));
9014
9015 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SRL)
9016 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9017 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9018 R, DAG.getConstant(ShiftAmt, MVT::i32));
9019
9020 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRL)
9021 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9022 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
9023 R, DAG.getConstant(ShiftAmt, MVT::i32));
9024
9025 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRL)
9026 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9027 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
9028 R, DAG.getConstant(ShiftAmt, MVT::i32));
9029
9030 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRA)
9031 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9032 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
9033 R, DAG.getConstant(ShiftAmt, MVT::i32));
9034
9035 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRA)
9036 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9037 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
9038 R, DAG.getConstant(ShiftAmt, MVT::i32));
9039 }
9040 }
9041
9042 // Lower SHL with variable shift amount.
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009043 // Cannot lower SHL without SSE2 or later.
9044 if (!Subtarget->hasSSE2()) return SDValue();
Nadav Rotem43012222011-05-11 08:12:09 +00009045
9046 if (VT == MVT::v4i32 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00009047 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9048 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
9049 Op.getOperand(1), DAG.getConstant(23, MVT::i32));
9050
9051 ConstantInt *CI = ConstantInt::get(*Context, APInt(32, 0x3f800000U));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009052
Nate Begeman51409212010-07-28 00:21:48 +00009053 std::vector<Constant*> CV(4, CI);
9054 Constant *C = ConstantVector::get(CV);
9055 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9056 SDValue Addend = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009057 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00009058 false, false, 16);
9059
9060 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Addend);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009061 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009062 Op = DAG.getNode(ISD::FP_TO_SINT, dl, VT, Op);
9063 return DAG.getNode(ISD::MUL, dl, VT, Op, R);
9064 }
Nadav Rotem43012222011-05-11 08:12:09 +00009065 if (VT == MVT::v16i8 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00009066 // a = a << 5;
9067 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9068 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
9069 Op.getOperand(1), DAG.getConstant(5, MVT::i32));
9070
9071 ConstantInt *CM1 = ConstantInt::get(*Context, APInt(8, 15));
9072 ConstantInt *CM2 = ConstantInt::get(*Context, APInt(8, 63));
9073
9074 std::vector<Constant*> CVM1(16, CM1);
9075 std::vector<Constant*> CVM2(16, CM2);
9076 Constant *C = ConstantVector::get(CVM1);
9077 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9078 SDValue M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009079 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00009080 false, false, 16);
9081
9082 // r = pblendv(r, psllw(r & (char16)15, 4), a);
9083 M = DAG.getNode(ISD::AND, dl, VT, R, M);
9084 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9085 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
9086 DAG.getConstant(4, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00009087 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009088 // a += a
9089 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009090
Nate Begeman51409212010-07-28 00:21:48 +00009091 C = ConstantVector::get(CVM2);
9092 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9093 M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009094 MachinePointerInfo::getConstantPool(),
Chris Lattner51abfe42010-09-21 06:02:19 +00009095 false, false, 16);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009096
Nate Begeman51409212010-07-28 00:21:48 +00009097 // r = pblendv(r, psllw(r & (char16)63, 2), a);
9098 M = DAG.getNode(ISD::AND, dl, VT, R, M);
9099 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9100 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
9101 DAG.getConstant(2, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00009102 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009103 // a += a
9104 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009105
Nate Begeman51409212010-07-28 00:21:48 +00009106 // return pblendv(r, r+r, a);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009107 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT,
Nate Begeman51409212010-07-28 00:21:48 +00009108 R, DAG.getNode(ISD::ADD, dl, VT, R, R), Op);
9109 return R;
9110 }
9111 return SDValue();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009112}
Mon P Wangaf9b9522008-12-18 21:42:19 +00009113
Dan Gohmand858e902010-04-17 15:26:15 +00009114SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) const {
Bill Wendling74c37652008-12-09 22:08:41 +00009115 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
9116 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00009117 // looks for this combo and may remove the "setcc" instruction if the "setcc"
9118 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00009119 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00009120 SDValue LHS = N->getOperand(0);
9121 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00009122 unsigned BaseOp = 0;
9123 unsigned Cond = 0;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009124 DebugLoc DL = Op.getDebugLoc();
Bill Wendling74c37652008-12-09 22:08:41 +00009125 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009126 default: llvm_unreachable("Unknown ovf instruction!");
Bill Wendling74c37652008-12-09 22:08:41 +00009127 case ISD::SADDO:
Dan Gohman076aee32009-03-04 19:44:21 +00009128 // A subtract of one will be selected as a INC. Note that INC doesn't
9129 // set CF, so we can't do this for UADDO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00009130 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
9131 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00009132 BaseOp = X86ISD::INC;
9133 Cond = X86::COND_O;
9134 break;
9135 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009136 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00009137 Cond = X86::COND_O;
9138 break;
9139 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009140 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00009141 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00009142 break;
9143 case ISD::SSUBO:
Dan Gohman076aee32009-03-04 19:44:21 +00009144 // A subtract of one will be selected as a DEC. Note that DEC doesn't
9145 // set CF, so we can't do this for USUBO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00009146 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
9147 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00009148 BaseOp = X86ISD::DEC;
9149 Cond = X86::COND_O;
9150 break;
9151 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009152 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00009153 Cond = X86::COND_O;
9154 break;
9155 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009156 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00009157 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00009158 break;
9159 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00009160 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00009161 Cond = X86::COND_O;
9162 break;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009163 case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs
9164 SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
9165 MVT::i32);
9166 SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009167
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009168 SDValue SetCC =
9169 DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
9170 DAG.getConstant(X86::COND_O, MVT::i32),
9171 SDValue(Sum.getNode(), 2));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009172
Dan Gohman6e5fda22011-07-22 18:45:15 +00009173 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009174 }
Bill Wendling74c37652008-12-09 22:08:41 +00009175 }
Bill Wendling3fafd932008-11-26 22:37:40 +00009176
Bill Wendling61edeb52008-12-02 01:06:39 +00009177 // Also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009178 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009179 SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00009180
Bill Wendling61edeb52008-12-02 01:06:39 +00009181 SDValue SetCC =
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009182 DAG.getNode(X86ISD::SETCC, DL, N->getValueType(1),
9183 DAG.getConstant(Cond, MVT::i32),
9184 SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00009185
Dan Gohman6e5fda22011-07-22 18:45:15 +00009186 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
Bill Wendling41ea7e72008-11-24 19:21:46 +00009187}
9188
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009189SDValue X86TargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const{
9190 DebugLoc dl = Op.getDebugLoc();
9191 SDNode* Node = Op.getNode();
9192 EVT ExtraVT = cast<VTSDNode>(Node->getOperand(1))->getVT();
9193 EVT VT = Node->getValueType(0);
9194
9195 if (Subtarget->hasSSE2() && VT.isVector()) {
9196 unsigned BitsDiff = VT.getScalarType().getSizeInBits() -
9197 ExtraVT.getScalarType().getSizeInBits();
9198 SDValue ShAmt = DAG.getConstant(BitsDiff, MVT::i32);
9199
9200 unsigned SHLIntrinsicsID = 0;
9201 unsigned SRAIntrinsicsID = 0;
9202 switch (VT.getSimpleVT().SimpleTy) {
9203 default:
9204 return SDValue();
9205 case MVT::v2i64: {
9206 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_q;
9207 SRAIntrinsicsID = 0;
9208 break;
9209 }
9210 case MVT::v4i32: {
9211 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_d;
9212 SRAIntrinsicsID = Intrinsic::x86_sse2_psrai_d;
9213 break;
9214 }
9215 case MVT::v8i16: {
9216 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_w;
9217 SRAIntrinsicsID = Intrinsic::x86_sse2_psrai_w;
9218 break;
9219 }
9220 }
9221
9222 SDValue Tmp1 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9223 DAG.getConstant(SHLIntrinsicsID, MVT::i32),
9224 Node->getOperand(0), ShAmt);
9225
9226 // In case of 1 bit sext, no need to shr
9227 if (ExtraVT.getScalarType().getSizeInBits() == 1) return Tmp1;
9228
9229 if (SRAIntrinsicsID) {
9230 Tmp1 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9231 DAG.getConstant(SRAIntrinsicsID, MVT::i32),
9232 Tmp1, ShAmt);
9233 }
9234 return Tmp1;
9235 }
9236
9237 return SDValue();
9238}
9239
9240
Eric Christopher9a9d2752010-07-22 02:48:34 +00009241SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{
9242 DebugLoc dl = Op.getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00009243
Eric Christopher77ed1352011-07-08 00:04:56 +00009244 // Go ahead and emit the fence on x86-64 even if we asked for no-sse2.
9245 // There isn't any reason to disable it if the target processor supports it.
9246 if (!Subtarget->hasSSE2() && !Subtarget->is64Bit()) {
Eric Christopherc0b2a202010-08-14 21:51:50 +00009247 SDValue Chain = Op.getOperand(0);
Eric Christopher77ed1352011-07-08 00:04:56 +00009248 SDValue Zero = DAG.getConstant(0, MVT::i32);
Eric Christopherc0b2a202010-08-14 21:51:50 +00009249 SDValue Ops[] = {
9250 DAG.getRegister(X86::ESP, MVT::i32), // Base
9251 DAG.getTargetConstant(1, MVT::i8), // Scale
9252 DAG.getRegister(0, MVT::i32), // Index
9253 DAG.getTargetConstant(0, MVT::i32), // Disp
9254 DAG.getRegister(0, MVT::i32), // Segment.
9255 Zero,
9256 Chain
9257 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00009258 SDNode *Res =
Eric Christopherc0b2a202010-08-14 21:51:50 +00009259 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
9260 array_lengthof(Ops));
9261 return SDValue(Res, 0);
Eric Christopherb6729dc2010-08-04 23:03:04 +00009262 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00009263
Eric Christopher9a9d2752010-07-22 02:48:34 +00009264 unsigned isDev = cast<ConstantSDNode>(Op.getOperand(5))->getZExtValue();
Chris Lattner132929a2010-08-14 17:26:09 +00009265 if (!isDev)
Eric Christopher9a9d2752010-07-22 02:48:34 +00009266 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009267
Chris Lattner132929a2010-08-14 17:26:09 +00009268 unsigned Op1 = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
9269 unsigned Op2 = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
9270 unsigned Op3 = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
9271 unsigned Op4 = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
Michael J. Spencerec38de22010-10-10 22:04:20 +00009272
Chris Lattner132929a2010-08-14 17:26:09 +00009273 // def : Pat<(membarrier (i8 0), (i8 0), (i8 0), (i8 1), (i8 1)), (SFENCE)>;
9274 if (!Op1 && !Op2 && !Op3 && Op4)
9275 return DAG.getNode(X86ISD::SFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009276
Chris Lattner132929a2010-08-14 17:26:09 +00009277 // def : Pat<(membarrier (i8 1), (i8 0), (i8 0), (i8 0), (i8 1)), (LFENCE)>;
9278 if (Op1 && !Op2 && !Op3 && !Op4)
9279 return DAG.getNode(X86ISD::LFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009280
9281 // def : Pat<(membarrier (i8 imm), (i8 imm), (i8 imm), (i8 imm), (i8 1)),
Chris Lattner132929a2010-08-14 17:26:09 +00009282 // (MFENCE)>;
9283 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
Eric Christopher9a9d2752010-07-22 02:48:34 +00009284}
9285
Dan Gohmand858e902010-04-17 15:26:15 +00009286SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009287 EVT T = Op.getValueType();
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009288 DebugLoc DL = Op.getDebugLoc();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +00009289 unsigned Reg = 0;
9290 unsigned size = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00009291 switch(T.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009292 default:
9293 assert(false && "Invalid value type!");
Owen Anderson825b72b2009-08-11 20:47:22 +00009294 case MVT::i8: Reg = X86::AL; size = 1; break;
9295 case MVT::i16: Reg = X86::AX; size = 2; break;
9296 case MVT::i32: Reg = X86::EAX; size = 4; break;
9297 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +00009298 assert(Subtarget->is64Bit() && "Node not type legal!");
9299 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00009300 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00009301 }
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009302 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), DL, Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +00009303 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +00009304 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009305 Op.getOperand(1),
9306 Op.getOperand(3),
Owen Anderson825b72b2009-08-11 20:47:22 +00009307 DAG.getTargetConstant(size, MVT::i8),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009308 cpIn.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009309 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009310 MachineMemOperand *MMO = cast<AtomicSDNode>(Op)->getMemOperand();
9311 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG_DAG, DL, Tys,
9312 Ops, 5, T, MMO);
Scott Michelfdc40a02009-02-17 22:15:04 +00009313 SDValue cpOut =
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009314 DAG.getCopyFromReg(Result.getValue(0), DL, Reg, T, Result.getValue(1));
Andrew Lenharth26ed8692008-03-01 21:52:34 +00009315 return cpOut;
9316}
9317
Duncan Sands1607f052008-12-01 11:39:25 +00009318SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00009319 SelectionDAG &DAG) const {
Duncan Sands1607f052008-12-01 11:39:25 +00009320 assert(Subtarget->is64Bit() && "Result not type legalized?");
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009321 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009322 SDValue TheChain = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009323 DebugLoc dl = Op.getDebugLoc();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009324 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009325 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1));
9326 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), dl, X86::RDX, MVT::i64,
Duncan Sands1607f052008-12-01 11:39:25 +00009327 rax.getValue(2));
Owen Anderson825b72b2009-08-11 20:47:22 +00009328 SDValue Tmp = DAG.getNode(ISD::SHL, dl, MVT::i64, rdx,
9329 DAG.getConstant(32, MVT::i8));
Duncan Sands1607f052008-12-01 11:39:25 +00009330 SDValue Ops[] = {
Owen Anderson825b72b2009-08-11 20:47:22 +00009331 DAG.getNode(ISD::OR, dl, MVT::i64, rax, Tmp),
Duncan Sands1607f052008-12-01 11:39:25 +00009332 rdx.getValue(1)
9333 };
Dale Johannesene4d209d2009-02-03 20:21:25 +00009334 return DAG.getMergeValues(Ops, 2, dl);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009335}
9336
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009337SDValue X86TargetLowering::LowerBITCAST(SDValue Op,
Dale Johannesen7d07b482010-05-21 00:52:33 +00009338 SelectionDAG &DAG) const {
9339 EVT SrcVT = Op.getOperand(0).getValueType();
9340 EVT DstVT = Op.getValueType();
Chris Lattner2a786eb2010-12-19 20:19:20 +00009341 assert(Subtarget->is64Bit() && !Subtarget->hasSSE2() &&
9342 Subtarget->hasMMX() && "Unexpected custom BITCAST");
Michael J. Spencerec38de22010-10-10 22:04:20 +00009343 assert((DstVT == MVT::i64 ||
Dale Johannesen7d07b482010-05-21 00:52:33 +00009344 (DstVT.isVector() && DstVT.getSizeInBits()==64)) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009345 "Unexpected custom BITCAST");
Dale Johannesen7d07b482010-05-21 00:52:33 +00009346 // i64 <=> MMX conversions are Legal.
9347 if (SrcVT==MVT::i64 && DstVT.isVector())
9348 return Op;
9349 if (DstVT==MVT::i64 && SrcVT.isVector())
9350 return Op;
Dale Johannesene39859a2010-05-21 18:40:15 +00009351 // MMX <=> MMX conversions are Legal.
9352 if (SrcVT.isVector() && DstVT.isVector())
9353 return Op;
Dale Johannesen7d07b482010-05-21 00:52:33 +00009354 // All other conversions need to be expanded.
9355 return SDValue();
9356}
Chris Lattner5b856542010-12-20 00:59:46 +00009357
Dan Gohmand858e902010-04-17 15:26:15 +00009358SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009359 SDNode *Node = Op.getNode();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009360 DebugLoc dl = Node->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00009361 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009362 SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
Evan Cheng242b38b2009-02-23 09:03:22 +00009363 DAG.getConstant(0, T), Node->getOperand(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009364 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009365 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009366 Node->getOperand(0),
9367 Node->getOperand(1), negOp,
9368 cast<AtomicSDNode>(Node)->getSrcValue(),
9369 cast<AtomicSDNode>(Node)->getAlignment());
Mon P Wang63307c32008-05-05 19:05:59 +00009370}
9371
Chris Lattner5b856542010-12-20 00:59:46 +00009372static SDValue LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) {
9373 EVT VT = Op.getNode()->getValueType(0);
9374
9375 // Let legalize expand this if it isn't a legal type yet.
9376 if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
9377 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009378
Chris Lattner5b856542010-12-20 00:59:46 +00009379 SDVTList VTs = DAG.getVTList(VT, MVT::i32);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009380
Chris Lattner5b856542010-12-20 00:59:46 +00009381 unsigned Opc;
9382 bool ExtraOp = false;
9383 switch (Op.getOpcode()) {
9384 default: assert(0 && "Invalid code");
9385 case ISD::ADDC: Opc = X86ISD::ADD; break;
9386 case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
9387 case ISD::SUBC: Opc = X86ISD::SUB; break;
9388 case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
9389 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009390
Chris Lattner5b856542010-12-20 00:59:46 +00009391 if (!ExtraOp)
9392 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9393 Op.getOperand(1));
9394 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9395 Op.getOperand(1), Op.getOperand(2));
9396}
9397
Evan Cheng0db9fe62006-04-25 20:13:52 +00009398/// LowerOperation - Provide custom lowering hooks for some operations.
9399///
Dan Gohmand858e902010-04-17 15:26:15 +00009400SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00009401 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009402 default: llvm_unreachable("Should not custom lower this!");
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009403 case ISD::SIGN_EXTEND_INREG: return LowerSIGN_EXTEND_INREG(Op,DAG);
Eric Christopher9a9d2752010-07-22 02:48:34 +00009404 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009405 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
9406 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009407 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00009408 case ISD::CONCAT_VECTORS: return LowerCONCAT_VECTORS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009409 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
9410 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
9411 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
David Greene91585092011-01-26 15:38:49 +00009412 case ISD::EXTRACT_SUBVECTOR: return LowerEXTRACT_SUBVECTOR(Op, DAG);
David Greenecfe33c42011-01-26 19:13:22 +00009413 case ISD::INSERT_SUBVECTOR: return LowerINSERT_SUBVECTOR(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009414 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
9415 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
9416 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009417 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00009418 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Dan Gohmanf705adb2009-10-30 01:28:02 +00009419 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009420 case ISD::SHL_PARTS:
9421 case ISD::SRA_PARTS:
Nadav Rotem43012222011-05-11 08:12:09 +00009422 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009423 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00009424 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009425 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00009426 case ISD::FP_TO_UINT: return LowerFP_TO_UINT(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009427 case ISD::FABS: return LowerFABS(Op, DAG);
9428 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +00009429 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Stuart Hastings4fd0dee2011-06-01 04:39:42 +00009430 case ISD::FGETSIGN: return LowerFGETSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009431 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +00009432 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009433 case ISD::SELECT: return LowerSELECT(Op, DAG);
9434 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009435 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009436 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +00009437 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +00009438 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009439 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00009440 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
9441 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009442 case ISD::FRAME_TO_ARGS_OFFSET:
9443 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00009444 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009445 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009446 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +00009447 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +00009448 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
9449 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Mon P Wangaf9b9522008-12-18 21:42:19 +00009450 case ISD::MUL: return LowerMUL_V2I64(Op, DAG);
Nadav Rotem43012222011-05-11 08:12:09 +00009451 case ISD::SRA:
9452 case ISD::SRL:
9453 case ISD::SHL: return LowerShift(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +00009454 case ISD::SADDO:
9455 case ISD::UADDO:
9456 case ISD::SSUBO:
9457 case ISD::USUBO:
9458 case ISD::SMULO:
9459 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +00009460 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009461 case ISD::BITCAST: return LowerBITCAST(Op, DAG);
Chris Lattner5b856542010-12-20 00:59:46 +00009462 case ISD::ADDC:
9463 case ISD::ADDE:
9464 case ISD::SUBC:
9465 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009466 }
Chris Lattner27a6c732007-11-24 07:07:01 +00009467}
9468
Duncan Sands1607f052008-12-01 11:39:25 +00009469void X86TargetLowering::
9470ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009471 SelectionDAG &DAG, unsigned NewOp) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009472 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009473 DebugLoc dl = Node->getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00009474 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
Duncan Sands1607f052008-12-01 11:39:25 +00009475
9476 SDValue Chain = Node->getOperand(0);
9477 SDValue In1 = Node->getOperand(1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009478 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009479 Node->getOperand(2), DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00009480 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009481 Node->getOperand(2), DAG.getIntPtrConstant(1));
Dan Gohmanc76909a2009-09-25 20:36:54 +00009482 SDValue Ops[] = { Chain, In1, In2L, In2H };
Owen Anderson825b72b2009-08-11 20:47:22 +00009483 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
Dan Gohmanc76909a2009-09-25 20:36:54 +00009484 SDValue Result =
9485 DAG.getMemIntrinsicNode(NewOp, dl, Tys, Ops, 4, MVT::i64,
9486 cast<MemSDNode>(Node)->getMemOperand());
Duncan Sands1607f052008-12-01 11:39:25 +00009487 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009488 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009489 Results.push_back(Result.getValue(2));
9490}
9491
Duncan Sands126d9072008-07-04 11:47:58 +00009492/// ReplaceNodeResults - Replace a node with an illegal result type
9493/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +00009494void X86TargetLowering::ReplaceNodeResults(SDNode *N,
9495 SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009496 SelectionDAG &DAG) const {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009497 DebugLoc dl = N->getDebugLoc();
Chris Lattner27a6c732007-11-24 07:07:01 +00009498 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +00009499 default:
Duncan Sands1607f052008-12-01 11:39:25 +00009500 assert(false && "Do not know how to custom type legalize this operation!");
9501 return;
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009502 case ISD::SIGN_EXTEND_INREG:
Chris Lattner5b856542010-12-20 00:59:46 +00009503 case ISD::ADDC:
9504 case ISD::ADDE:
9505 case ISD::SUBC:
9506 case ISD::SUBE:
9507 // We don't want to expand or promote these.
9508 return;
Duncan Sands1607f052008-12-01 11:39:25 +00009509 case ISD::FP_TO_SINT: {
Eli Friedman948e95a2009-05-23 09:59:16 +00009510 std::pair<SDValue,SDValue> Vals =
9511 FP_TO_INTHelper(SDValue(N, 0), DAG, true);
Duncan Sands1607f052008-12-01 11:39:25 +00009512 SDValue FIST = Vals.first, StackSlot = Vals.second;
9513 if (FIST.getNode() != 0) {
Owen Andersone50ed302009-08-10 22:56:29 +00009514 EVT VT = N->getValueType(0);
Duncan Sands1607f052008-12-01 11:39:25 +00009515 // Return a load from the stack slot.
Chris Lattner51abfe42010-09-21 06:02:19 +00009516 Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot,
9517 MachinePointerInfo(), false, false, 0));
Duncan Sands1607f052008-12-01 11:39:25 +00009518 }
9519 return;
9520 }
9521 case ISD::READCYCLECOUNTER: {
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009522 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009523 SDValue TheChain = N->getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009524 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009525 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32,
Dale Johannesendd64c412009-02-04 00:33:20 +00009526 rd.getValue(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00009527 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009528 eax.getValue(2));
9529 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
9530 SDValue Ops[] = { eax, edx };
Owen Anderson825b72b2009-08-11 20:47:22 +00009531 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Ops, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009532 Results.push_back(edx.getValue(1));
9533 return;
9534 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009535 case ISD::ATOMIC_CMP_SWAP: {
Owen Andersone50ed302009-08-10 22:56:29 +00009536 EVT T = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009537 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
Duncan Sands1607f052008-12-01 11:39:25 +00009538 SDValue cpInL, cpInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009539 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9540 DAG.getConstant(0, MVT::i32));
9541 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9542 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009543 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, X86::EAX, cpInL, SDValue());
9544 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, X86::EDX, cpInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009545 cpInL.getValue(1));
9546 SDValue swapInL, swapInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009547 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9548 DAG.getConstant(0, MVT::i32));
9549 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9550 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009551 swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl, X86::EBX, swapInL,
Duncan Sands1607f052008-12-01 11:39:25 +00009552 cpInH.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009553 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, X86::ECX, swapInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009554 swapInL.getValue(1));
9555 SDValue Ops[] = { swapInH.getValue(0),
9556 N->getOperand(1),
9557 swapInH.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009558 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Andrew Trick1a2cf3b2010-10-11 19:02:04 +00009559 MachineMemOperand *MMO = cast<AtomicSDNode>(N)->getMemOperand();
9560 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG8_DAG, dl, Tys,
9561 Ops, 3, T, MMO);
Dale Johannesendd64c412009-02-04 00:33:20 +00009562 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, X86::EAX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009563 MVT::i32, Result.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009564 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, X86::EDX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009565 MVT::i32, cpOutL.getValue(2));
Duncan Sands1607f052008-12-01 11:39:25 +00009566 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009567 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009568 Results.push_back(cpOutH.getValue(1));
9569 return;
9570 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009571 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +00009572 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
9573 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009574 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +00009575 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
9576 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009577 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +00009578 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
9579 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009580 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +00009581 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
9582 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009583 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +00009584 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
9585 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009586 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +00009587 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
9588 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009589 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +00009590 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
9591 return;
Chris Lattner27a6c732007-11-24 07:07:01 +00009592 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00009593}
9594
Evan Cheng72261582005-12-20 06:22:03 +00009595const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
9596 switch (Opcode) {
9597 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +00009598 case X86ISD::BSF: return "X86ISD::BSF";
9599 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +00009600 case X86ISD::SHLD: return "X86ISD::SHLD";
9601 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +00009602 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009603 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +00009604 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009605 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +00009606 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +00009607 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +00009608 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
9609 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
9610 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +00009611 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +00009612 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +00009613 case X86ISD::CALL: return "X86ISD::CALL";
Evan Cheng72261582005-12-20 06:22:03 +00009614 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +00009615 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +00009616 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +00009617 case X86ISD::COMI: return "X86ISD::COMI";
9618 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +00009619 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Chengad9c0a32009-12-15 00:53:42 +00009620 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
Stuart Hastings865f0932011-06-03 23:53:54 +00009621 case X86ISD::FSETCCsd: return "X86ISD::FSETCCsd";
9622 case X86ISD::FSETCCss: return "X86ISD::FSETCCss";
Evan Cheng72261582005-12-20 06:22:03 +00009623 case X86ISD::CMOV: return "X86ISD::CMOV";
9624 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +00009625 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +00009626 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
9627 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +00009628 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +00009629 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Chris Lattner18c59872009-06-27 04:16:01 +00009630 case X86ISD::WrapperRIP: return "X86ISD::WrapperRIP";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009631 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +00009632 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009633 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
9634 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +00009635 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Nate Begemanb9a47b82009-02-23 08:49:38 +00009636 case X86ISD::PSHUFB: return "X86ISD::PSHUFB";
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +00009637 case X86ISD::ANDNP: return "X86ISD::ANDNP";
Nate Begemanb65c1752010-12-17 22:55:37 +00009638 case X86ISD::PSIGNB: return "X86ISD::PSIGNB";
9639 case X86ISD::PSIGNW: return "X86ISD::PSIGNW";
9640 case X86ISD::PSIGND: return "X86ISD::PSIGND";
Nate Begeman672fb622010-12-20 22:04:24 +00009641 case X86ISD::PBLENDVB: return "X86ISD::PBLENDVB";
Evan Cheng8ca29322006-11-10 21:43:37 +00009642 case X86ISD::FMAX: return "X86ISD::FMAX";
9643 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +00009644 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
9645 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009646 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
Eric Christopher30ef0e52010-06-03 04:07:48 +00009647 case X86ISD::TLSCALL: return "X86ISD::TLSCALL";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009648 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00009649 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009650 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +00009651 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
9652 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009653 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
9654 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
9655 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
9656 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
9657 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
9658 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +00009659 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
9660 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +00009661 case X86ISD::VSHL: return "X86ISD::VSHL";
9662 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +00009663 case X86ISD::CMPPD: return "X86ISD::CMPPD";
9664 case X86ISD::CMPPS: return "X86ISD::CMPPS";
9665 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
9666 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
9667 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
9668 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
9669 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
9670 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
9671 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
9672 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009673 case X86ISD::ADD: return "X86ISD::ADD";
9674 case X86ISD::SUB: return "X86ISD::SUB";
Chris Lattner5b856542010-12-20 00:59:46 +00009675 case X86ISD::ADC: return "X86ISD::ADC";
9676 case X86ISD::SBB: return "X86ISD::SBB";
Bill Wendlingd350e022008-12-12 21:15:41 +00009677 case X86ISD::SMUL: return "X86ISD::SMUL";
9678 case X86ISD::UMUL: return "X86ISD::UMUL";
Dan Gohman076aee32009-03-04 19:44:21 +00009679 case X86ISD::INC: return "X86ISD::INC";
9680 case X86ISD::DEC: return "X86ISD::DEC";
Dan Gohmane220c4b2009-09-18 19:59:53 +00009681 case X86ISD::OR: return "X86ISD::OR";
9682 case X86ISD::XOR: return "X86ISD::XOR";
9683 case X86ISD::AND: return "X86ISD::AND";
Evan Cheng73f24c92009-03-30 21:36:47 +00009684 case X86ISD::MUL_IMM: return "X86ISD::MUL_IMM";
Eric Christopher71c67532009-07-29 00:28:05 +00009685 case X86ISD::PTEST: return "X86ISD::PTEST";
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009686 case X86ISD::TESTP: return "X86ISD::TESTP";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009687 case X86ISD::PALIGN: return "X86ISD::PALIGN";
9688 case X86ISD::PSHUFD: return "X86ISD::PSHUFD";
9689 case X86ISD::PSHUFHW: return "X86ISD::PSHUFHW";
9690 case X86ISD::PSHUFHW_LD: return "X86ISD::PSHUFHW_LD";
9691 case X86ISD::PSHUFLW: return "X86ISD::PSHUFLW";
9692 case X86ISD::PSHUFLW_LD: return "X86ISD::PSHUFLW_LD";
9693 case X86ISD::SHUFPS: return "X86ISD::SHUFPS";
9694 case X86ISD::SHUFPD: return "X86ISD::SHUFPD";
9695 case X86ISD::MOVLHPS: return "X86ISD::MOVLHPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009696 case X86ISD::MOVLHPD: return "X86ISD::MOVLHPD";
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00009697 case X86ISD::MOVHLPS: return "X86ISD::MOVHLPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009698 case X86ISD::MOVHLPD: return "X86ISD::MOVHLPD";
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00009699 case X86ISD::MOVLPS: return "X86ISD::MOVLPS";
9700 case X86ISD::MOVLPD: return "X86ISD::MOVLPD";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009701 case X86ISD::MOVDDUP: return "X86ISD::MOVDDUP";
9702 case X86ISD::MOVSHDUP: return "X86ISD::MOVSHDUP";
9703 case X86ISD::MOVSLDUP: return "X86ISD::MOVSLDUP";
9704 case X86ISD::MOVSHDUP_LD: return "X86ISD::MOVSHDUP_LD";
9705 case X86ISD::MOVSLDUP_LD: return "X86ISD::MOVSLDUP_LD";
9706 case X86ISD::MOVSD: return "X86ISD::MOVSD";
9707 case X86ISD::MOVSS: return "X86ISD::MOVSS";
9708 case X86ISD::UNPCKLPS: return "X86ISD::UNPCKLPS";
9709 case X86ISD::UNPCKLPD: return "X86ISD::UNPCKLPD";
David Greenefbf05d32011-02-22 23:31:46 +00009710 case X86ISD::VUNPCKLPDY: return "X86ISD::VUNPCKLPDY";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009711 case X86ISD::UNPCKHPS: return "X86ISD::UNPCKHPS";
9712 case X86ISD::UNPCKHPD: return "X86ISD::UNPCKHPD";
9713 case X86ISD::PUNPCKLBW: return "X86ISD::PUNPCKLBW";
9714 case X86ISD::PUNPCKLWD: return "X86ISD::PUNPCKLWD";
9715 case X86ISD::PUNPCKLDQ: return "X86ISD::PUNPCKLDQ";
9716 case X86ISD::PUNPCKLQDQ: return "X86ISD::PUNPCKLQDQ";
9717 case X86ISD::PUNPCKHBW: return "X86ISD::PUNPCKHBW";
9718 case X86ISD::PUNPCKHWD: return "X86ISD::PUNPCKHWD";
9719 case X86ISD::PUNPCKHDQ: return "X86ISD::PUNPCKHDQ";
9720 case X86ISD::PUNPCKHQDQ: return "X86ISD::PUNPCKHQDQ";
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00009721 case X86ISD::VPERMIL: return "X86ISD::VPERMIL";
Dan Gohmand6708ea2009-08-15 01:38:56 +00009722 case X86ISD::VASTART_SAVE_XMM_REGS: return "X86ISD::VASTART_SAVE_XMM_REGS";
Dan Gohman320afb82010-10-12 18:00:49 +00009723 case X86ISD::VAARG_64: return "X86ISD::VAARG_64";
Michael J. Spencere9c253e2010-10-21 01:41:01 +00009724 case X86ISD::WIN_ALLOCA: return "X86ISD::WIN_ALLOCA";
Evan Cheng72261582005-12-20 06:22:03 +00009725 }
9726}
Evan Cheng3a03ebb2005-12-21 23:05:39 +00009727
Chris Lattnerc9addb72007-03-30 23:15:24 +00009728// isLegalAddressingMode - Return true if the addressing mode represented
9729// by AM is legal for this target, for a load/store of the specified type.
Scott Michelfdc40a02009-02-17 22:15:04 +00009730bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
Chris Lattnerdb125cf2011-07-18 04:54:35 +00009731 Type *Ty) const {
Chris Lattnerc9addb72007-03-30 23:15:24 +00009732 // X86 supports extremely general addressing modes.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009733 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman92b651f2010-08-24 15:55:12 +00009734 Reloc::Model R = getTargetMachine().getRelocationModel();
Scott Michelfdc40a02009-02-17 22:15:04 +00009735
Chris Lattnerc9addb72007-03-30 23:15:24 +00009736 // X86 allows a sign-extended 32-bit immediate field as a displacement.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009737 if (!X86::isOffsetSuitableForCodeModel(AM.BaseOffs, M, AM.BaseGV != NULL))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009738 return false;
Scott Michelfdc40a02009-02-17 22:15:04 +00009739
Chris Lattnerc9addb72007-03-30 23:15:24 +00009740 if (AM.BaseGV) {
Chris Lattnerdfed4132009-07-10 07:38:24 +00009741 unsigned GVFlags =
9742 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009743
Chris Lattnerdfed4132009-07-10 07:38:24 +00009744 // If a reference to this global requires an extra load, we can't fold it.
9745 if (isGlobalStubReference(GVFlags))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009746 return false;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009747
Chris Lattnerdfed4132009-07-10 07:38:24 +00009748 // If BaseGV requires a register for the PIC base, we cannot also have a
9749 // BaseReg specified.
9750 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))
Dale Johannesen203af582008-12-05 21:47:27 +00009751 return false;
Evan Cheng52787842007-08-01 23:46:47 +00009752
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009753 // If lower 4G is not available, then we must use rip-relative addressing.
Dan Gohman92b651f2010-08-24 15:55:12 +00009754 if ((M != CodeModel::Small || R != Reloc::Static) &&
9755 Subtarget->is64Bit() && (AM.BaseOffs || AM.Scale > 1))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009756 return false;
Chris Lattnerc9addb72007-03-30 23:15:24 +00009757 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009758
Chris Lattnerc9addb72007-03-30 23:15:24 +00009759 switch (AM.Scale) {
9760 case 0:
9761 case 1:
9762 case 2:
9763 case 4:
9764 case 8:
9765 // These scales always work.
9766 break;
9767 case 3:
9768 case 5:
9769 case 9:
9770 // These scales are formed with basereg+scalereg. Only accept if there is
9771 // no basereg yet.
9772 if (AM.HasBaseReg)
9773 return false;
9774 break;
9775 default: // Other stuff never works.
9776 return false;
9777 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009778
Chris Lattnerc9addb72007-03-30 23:15:24 +00009779 return true;
9780}
9781
9782
Chris Lattnerdb125cf2011-07-18 04:54:35 +00009783bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009784 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
Evan Cheng2bd122c2007-10-26 01:56:11 +00009785 return false;
Evan Chenge127a732007-10-29 07:57:50 +00009786 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
9787 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009788 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +00009789 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009790 return true;
Evan Cheng2bd122c2007-10-26 01:56:11 +00009791}
9792
Owen Andersone50ed302009-08-10 22:56:29 +00009793bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009794 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009795 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009796 unsigned NumBits1 = VT1.getSizeInBits();
9797 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009798 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009799 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009800 return true;
Evan Cheng3c3ddb32007-10-29 19:58:20 +00009801}
Evan Cheng2bd122c2007-10-26 01:56:11 +00009802
Chris Lattnerdb125cf2011-07-18 04:54:35 +00009803bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00009804 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009805 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +00009806}
9807
Owen Andersone50ed302009-08-10 22:56:29 +00009808bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00009809 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Owen Anderson825b72b2009-08-11 20:47:22 +00009810 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +00009811}
9812
Owen Andersone50ed302009-08-10 22:56:29 +00009813bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
Evan Cheng8b944d32009-05-28 00:35:15 +00009814 // i16 instructions are longer (0x66 prefix) and potentially slower.
Owen Anderson825b72b2009-08-11 20:47:22 +00009815 return !(VT1 == MVT::i32 && VT2 == MVT::i16);
Evan Cheng8b944d32009-05-28 00:35:15 +00009816}
9817
Evan Cheng60c07e12006-07-05 22:17:51 +00009818/// isShuffleMaskLegal - Targets can use this to indicate that they only
9819/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
9820/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
9821/// are assumed to be legal.
9822bool
Eric Christopherfd179292009-08-27 18:07:15 +00009823X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
Owen Andersone50ed302009-08-10 22:56:29 +00009824 EVT VT) const {
Eric Christophercff6f852010-04-15 01:40:20 +00009825 // Very little shuffling can be done for 64-bit vectors right now.
Nate Begeman9008ca62009-04-27 18:41:29 +00009826 if (VT.getSizeInBits() == 64)
Eric Christophercff6f852010-04-15 01:40:20 +00009827 return isPALIGNRMask(M, VT, Subtarget->hasSSSE3());
Nate Begeman9008ca62009-04-27 18:41:29 +00009828
Nate Begemana09008b2009-10-19 02:17:23 +00009829 // FIXME: pshufb, blends, shifts.
Nate Begeman9008ca62009-04-27 18:41:29 +00009830 return (VT.getVectorNumElements() == 2 ||
9831 ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
9832 isMOVLMask(M, VT) ||
9833 isSHUFPMask(M, VT) ||
9834 isPSHUFDMask(M, VT) ||
9835 isPSHUFHWMask(M, VT) ||
9836 isPSHUFLWMask(M, VT) ||
Nate Begemana09008b2009-10-19 02:17:23 +00009837 isPALIGNRMask(M, VT, Subtarget->hasSSSE3()) ||
Nate Begeman9008ca62009-04-27 18:41:29 +00009838 isUNPCKLMask(M, VT) ||
9839 isUNPCKHMask(M, VT) ||
9840 isUNPCKL_v_undef_Mask(M, VT) ||
9841 isUNPCKH_v_undef_Mask(M, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +00009842}
9843
Dan Gohman7d8143f2008-04-09 20:09:42 +00009844bool
Nate Begeman5a5ca152009-04-29 05:20:52 +00009845X86TargetLowering::isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
Owen Andersone50ed302009-08-10 22:56:29 +00009846 EVT VT) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00009847 unsigned NumElts = VT.getVectorNumElements();
9848 // FIXME: This collection of masks seems suspect.
9849 if (NumElts == 2)
9850 return true;
9851 if (NumElts == 4 && VT.getSizeInBits() == 128) {
9852 return (isMOVLMask(Mask, VT) ||
9853 isCommutedMOVLMask(Mask, VT, true) ||
9854 isSHUFPMask(Mask, VT) ||
9855 isCommutedSHUFPMask(Mask, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +00009856 }
9857 return false;
9858}
9859
9860//===----------------------------------------------------------------------===//
9861// X86 Scheduler Hooks
9862//===----------------------------------------------------------------------===//
9863
Mon P Wang63307c32008-05-05 19:05:59 +00009864// private utility function
9865MachineBasicBlock *
9866X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
9867 MachineBasicBlock *MBB,
9868 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009869 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00009870 unsigned LoadOpc,
9871 unsigned CXchgOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00009872 unsigned notOpc,
9873 unsigned EAXreg,
9874 TargetRegisterClass *RC,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009875 bool invSrc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00009876 // For the atomic bitwise operator, we generate
9877 // thisMBB:
9878 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00009879 // ld t1 = [bitinstr.addr]
9880 // op t2 = t1, [bitinstr.val]
9881 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00009882 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
9883 // bz newMBB
9884 // fallthrough -->nextMBB
9885 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9886 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009887 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00009888 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00009889
Mon P Wang63307c32008-05-05 19:05:59 +00009890 /// First build the CFG
9891 MachineFunction *F = MBB->getParent();
9892 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00009893 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
9894 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
9895 F->insert(MBBIter, newMBB);
9896 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009897
Dan Gohman14152b42010-07-06 20:24:04 +00009898 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
9899 nextMBB->splice(nextMBB->begin(), thisMBB,
9900 llvm::next(MachineBasicBlock::iterator(bInstr)),
9901 thisMBB->end());
9902 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009903
Mon P Wang63307c32008-05-05 19:05:59 +00009904 // Update thisMBB to fall through to newMBB
9905 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009906
Mon P Wang63307c32008-05-05 19:05:59 +00009907 // newMBB jumps to itself and fall through to nextMBB
9908 newMBB->addSuccessor(nextMBB);
9909 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00009910
Mon P Wang63307c32008-05-05 19:05:59 +00009911 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009912 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +00009913 "unexpected number of operands");
Dale Johannesene4d209d2009-02-03 20:21:25 +00009914 DebugLoc dl = bInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00009915 MachineOperand& destOper = bInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009916 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00009917 int numArgs = bInstr->getNumOperands() - 1;
9918 for (int i=0; i < numArgs; ++i)
9919 argOpers[i] = &bInstr->getOperand(i+1);
9920
9921 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +00009922 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00009923 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00009924
Dale Johannesen140be2d2008-08-19 18:47:28 +00009925 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009926 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00009927 for (int i=0; i <= lastAddrIndx; ++i)
9928 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009929
Dale Johannesen140be2d2008-08-19 18:47:28 +00009930 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009931 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009932 MIB = BuildMI(newMBB, dl, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009933 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009934 else
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009935 tt = t1;
9936
Dale Johannesen140be2d2008-08-19 18:47:28 +00009937 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +00009938 assert((argOpers[valArgIndx]->isReg() ||
9939 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00009940 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +00009941 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00009942 MIB = BuildMI(newMBB, dl, TII->get(regOpc), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00009943 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00009944 MIB = BuildMI(newMBB, dl, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009945 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +00009946 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00009947
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009948 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +00009949 MIB.addReg(t1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009950
Dale Johannesene4d209d2009-02-03 20:21:25 +00009951 MIB = BuildMI(newMBB, dl, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +00009952 for (int i=0; i <= lastAddrIndx; ++i)
9953 (*MIB).addOperand(*argOpers[i]);
9954 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +00009955 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +00009956 (*MIB).setMemRefs(bInstr->memoperands_begin(),
9957 bInstr->memoperands_end());
Mon P Wangf5952662008-07-17 04:54:06 +00009958
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +00009959 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Dale Johannesen140be2d2008-08-19 18:47:28 +00009960 MIB.addReg(EAXreg);
Scott Michelfdc40a02009-02-17 22:15:04 +00009961
Mon P Wang63307c32008-05-05 19:05:59 +00009962 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +00009963 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00009964
Dan Gohman14152b42010-07-06 20:24:04 +00009965 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00009966 return nextMBB;
9967}
9968
Dale Johannesen1b54c7f2008-10-03 19:41:08 +00009969// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +00009970MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009971X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
9972 MachineBasicBlock *MBB,
9973 unsigned regOpcL,
9974 unsigned regOpcH,
9975 unsigned immOpcL,
9976 unsigned immOpcH,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00009977 bool invSrc) const {
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009978 // For the atomic bitwise operator, we generate
9979 // thisMBB (instructions are in pairs, except cmpxchg8b)
9980 // ld t1,t2 = [bitinstr.addr]
9981 // newMBB:
9982 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
9983 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +00009984 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009985 // mov ECX, EBX <- t5, t6
9986 // mov EAX, EDX <- t1, t2
9987 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
9988 // mov t3, t4 <- EAX, EDX
9989 // bz newMBB
9990 // result in out1, out2
9991 // fallthrough -->nextMBB
9992
9993 const TargetRegisterClass *RC = X86::GR32RegisterClass;
9994 const unsigned LoadOpc = X86::MOV32rm;
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009995 const unsigned NotOpc = X86::NOT32r;
9996 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
9997 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
9998 MachineFunction::iterator MBBIter = MBB;
9999 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010000
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010001 /// First build the CFG
10002 MachineFunction *F = MBB->getParent();
10003 MachineBasicBlock *thisMBB = MBB;
10004 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10005 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10006 F->insert(MBBIter, newMBB);
10007 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010008
Dan Gohman14152b42010-07-06 20:24:04 +000010009 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10010 nextMBB->splice(nextMBB->begin(), thisMBB,
10011 llvm::next(MachineBasicBlock::iterator(bInstr)),
10012 thisMBB->end());
10013 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010014
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010015 // Update thisMBB to fall through to newMBB
10016 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010017
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010018 // newMBB jumps to itself and fall through to nextMBB
10019 newMBB->addSuccessor(nextMBB);
10020 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010021
Dale Johannesene4d209d2009-02-03 20:21:25 +000010022 DebugLoc dl = bInstr->getDebugLoc();
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010023 // Insert instructions into newMBB based on incoming instruction
10024 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010025 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 14 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010026 "unexpected number of operands");
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010027 MachineOperand& dest1Oper = bInstr->getOperand(0);
10028 MachineOperand& dest2Oper = bInstr->getOperand(1);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010029 MachineOperand* argOpers[2 + X86::AddrNumOperands];
10030 for (int i=0; i < 2 + X86::AddrNumOperands; ++i) {
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010031 argOpers[i] = &bInstr->getOperand(i+2);
10032
Dan Gohman71ea4e52010-05-14 21:01:44 +000010033 // We use some of the operands multiple times, so conservatively just
10034 // clear any kill flags that might be present.
10035 if (argOpers[i]->isReg() && argOpers[i]->isUse())
10036 argOpers[i]->setIsKill(false);
10037 }
10038
Evan Chengad5b52f2010-01-08 19:14:57 +000010039 // x86 address has 5 operands: base, index, scale, displacement, and segment.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010040 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Scott Michelfdc40a02009-02-17 22:15:04 +000010041
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010042 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010043 MachineInstrBuilder MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010044 for (int i=0; i <= lastAddrIndx; ++i)
10045 (*MIB).addOperand(*argOpers[i]);
10046 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010047 MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +000010048 // add 4 to displacement.
Rafael Espindola094fad32009-04-08 21:14:34 +000010049 for (int i=0; i <= lastAddrIndx-2; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010050 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +000010051 MachineOperand newOp3 = *(argOpers[3]);
10052 if (newOp3.isImm())
10053 newOp3.setImm(newOp3.getImm()+4);
10054 else
10055 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010056 (*MIB).addOperand(newOp3);
Rafael Espindola094fad32009-04-08 21:14:34 +000010057 (*MIB).addOperand(*argOpers[lastAddrIndx]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010058
10059 // t3/4 are defined later, at the bottom of the loop
10060 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
10061 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010062 BuildMI(newMBB, dl, TII->get(X86::PHI), dest1Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010063 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010064 BuildMI(newMBB, dl, TII->get(X86::PHI), dest2Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010065 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
10066
Evan Cheng306b4ca2010-01-08 23:41:50 +000010067 // The subsequent operations should be using the destination registers of
10068 //the PHI instructions.
Scott Michelfdc40a02009-02-17 22:15:04 +000010069 if (invSrc) {
Evan Cheng306b4ca2010-01-08 23:41:50 +000010070 t1 = F->getRegInfo().createVirtualRegister(RC);
10071 t2 = F->getRegInfo().createVirtualRegister(RC);
10072 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t1).addReg(dest1Oper.getReg());
10073 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t2).addReg(dest2Oper.getReg());
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010074 } else {
Evan Cheng306b4ca2010-01-08 23:41:50 +000010075 t1 = dest1Oper.getReg();
10076 t2 = dest2Oper.getReg();
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010077 }
10078
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010079 int valArgIndx = lastAddrIndx + 1;
10080 assert((argOpers[valArgIndx]->isReg() ||
Bill Wendling51b16f42009-05-30 01:09:53 +000010081 argOpers[valArgIndx]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010082 "invalid operand");
10083 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
10084 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010085 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010086 MIB = BuildMI(newMBB, dl, TII->get(regOpcL), t5);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010087 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010088 MIB = BuildMI(newMBB, dl, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +000010089 if (regOpcL != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +000010090 MIB.addReg(t1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010091 (*MIB).addOperand(*argOpers[valArgIndx]);
10092 assert(argOpers[valArgIndx + 1]->isReg() ==
Bill Wendling51b16f42009-05-30 01:09:53 +000010093 argOpers[valArgIndx]->isReg());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010094 assert(argOpers[valArgIndx + 1]->isImm() ==
Bill Wendling51b16f42009-05-30 01:09:53 +000010095 argOpers[valArgIndx]->isImm());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010096 if (argOpers[valArgIndx + 1]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010097 MIB = BuildMI(newMBB, dl, TII->get(regOpcH), t6);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010098 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010099 MIB = BuildMI(newMBB, dl, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +000010100 if (regOpcH != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +000010101 MIB.addReg(t2);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010102 (*MIB).addOperand(*argOpers[valArgIndx + 1]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010103
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010104 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010105 MIB.addReg(t1);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010106 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EDX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010107 MIB.addReg(t2);
10108
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010109 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EBX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010110 MIB.addReg(t5);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010111 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::ECX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010112 MIB.addReg(t6);
Scott Michelfdc40a02009-02-17 22:15:04 +000010113
Dale Johannesene4d209d2009-02-03 20:21:25 +000010114 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG8B));
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010115 for (int i=0; i <= lastAddrIndx; ++i)
10116 (*MIB).addOperand(*argOpers[i]);
10117
10118 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000010119 (*MIB).setMemRefs(bInstr->memoperands_begin(),
10120 bInstr->memoperands_end());
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010121
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010122 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t3);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010123 MIB.addReg(X86::EAX);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010124 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010125 MIB.addReg(X86::EDX);
Scott Michelfdc40a02009-02-17 22:15:04 +000010126
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010127 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010128 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010129
Dan Gohman14152b42010-07-06 20:24:04 +000010130 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010131 return nextMBB;
10132}
10133
10134// private utility function
10135MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +000010136X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
10137 MachineBasicBlock *MBB,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000010138 unsigned cmovOpc) const {
Mon P Wang63307c32008-05-05 19:05:59 +000010139 // For the atomic min/max operator, we generate
10140 // thisMBB:
10141 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +000010142 // ld t1 = [min/max.addr]
Scott Michelfdc40a02009-02-17 22:15:04 +000010143 // mov t2 = [min/max.val]
Mon P Wang63307c32008-05-05 19:05:59 +000010144 // cmp t1, t2
10145 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +000010146 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +000010147 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
10148 // bz newMBB
10149 // fallthrough -->nextMBB
10150 //
10151 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10152 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010153 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +000010154 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010155
Mon P Wang63307c32008-05-05 19:05:59 +000010156 /// First build the CFG
10157 MachineFunction *F = MBB->getParent();
10158 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010159 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10160 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10161 F->insert(MBBIter, newMBB);
10162 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010163
Dan Gohman14152b42010-07-06 20:24:04 +000010164 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10165 nextMBB->splice(nextMBB->begin(), thisMBB,
10166 llvm::next(MachineBasicBlock::iterator(mInstr)),
10167 thisMBB->end());
10168 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010169
Mon P Wang63307c32008-05-05 19:05:59 +000010170 // Update thisMBB to fall through to newMBB
10171 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010172
Mon P Wang63307c32008-05-05 19:05:59 +000010173 // newMBB jumps to newMBB and fall through to nextMBB
10174 newMBB->addSuccessor(nextMBB);
10175 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010176
Dale Johannesene4d209d2009-02-03 20:21:25 +000010177 DebugLoc dl = mInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +000010178 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010179 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010180 "unexpected number of operands");
Mon P Wang63307c32008-05-05 19:05:59 +000010181 MachineOperand& destOper = mInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010182 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +000010183 int numArgs = mInstr->getNumOperands() - 1;
10184 for (int i=0; i < numArgs; ++i)
10185 argOpers[i] = &mInstr->getOperand(i+1);
Scott Michelfdc40a02009-02-17 22:15:04 +000010186
Mon P Wang63307c32008-05-05 19:05:59 +000010187 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010188 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010189 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +000010190
Mon P Wangab3e7472008-05-05 22:56:23 +000010191 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010192 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +000010193 for (int i=0; i <= lastAddrIndx; ++i)
10194 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +000010195
Mon P Wang63307c32008-05-05 19:05:59 +000010196 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +000010197 assert((argOpers[valArgIndx]->isReg() ||
10198 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +000010199 "invalid operand");
Scott Michelfdc40a02009-02-17 22:15:04 +000010200
10201 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +000010202 if (argOpers[valArgIndx]->isReg())
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010203 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t2);
Scott Michelfdc40a02009-02-17 22:15:04 +000010204 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010205 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Mon P Wang63307c32008-05-05 19:05:59 +000010206 (*MIB).addOperand(*argOpers[valArgIndx]);
10207
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010208 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Mon P Wangab3e7472008-05-05 22:56:23 +000010209 MIB.addReg(t1);
10210
Dale Johannesene4d209d2009-02-03 20:21:25 +000010211 MIB = BuildMI(newMBB, dl, TII->get(X86::CMP32rr));
Mon P Wang63307c32008-05-05 19:05:59 +000010212 MIB.addReg(t1);
10213 MIB.addReg(t2);
10214
10215 // Generate movc
10216 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010217 MIB = BuildMI(newMBB, dl, TII->get(cmovOpc),t3);
Mon P Wang63307c32008-05-05 19:05:59 +000010218 MIB.addReg(t2);
10219 MIB.addReg(t1);
10220
10221 // Cmp and exchange if none has modified the memory location
Dale Johannesene4d209d2009-02-03 20:21:25 +000010222 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG32));
Mon P Wang63307c32008-05-05 19:05:59 +000010223 for (int i=0; i <= lastAddrIndx; ++i)
10224 (*MIB).addOperand(*argOpers[i]);
10225 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +000010226 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000010227 (*MIB).setMemRefs(mInstr->memoperands_begin(),
10228 mInstr->memoperands_end());
Scott Michelfdc40a02009-02-17 22:15:04 +000010229
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010230 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Mon P Wang63307c32008-05-05 19:05:59 +000010231 MIB.addReg(X86::EAX);
Scott Michelfdc40a02009-02-17 22:15:04 +000010232
Mon P Wang63307c32008-05-05 19:05:59 +000010233 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010234 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +000010235
Dan Gohman14152b42010-07-06 20:24:04 +000010236 mInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +000010237 return nextMBB;
10238}
10239
Eric Christopherf83a5de2009-08-27 18:08:16 +000010240// FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010241// or XMM0_V32I8 in AVX all of this code can be replaced with that
10242// in the .td file.
Dan Gohmand6708ea2009-08-15 01:38:56 +000010243MachineBasicBlock *
Eric Christopherb120ab42009-08-18 22:50:32 +000010244X86TargetLowering::EmitPCMP(MachineInstr *MI, MachineBasicBlock *BB,
Daniel Dunbara279bc32009-09-20 02:20:51 +000010245 unsigned numArgs, bool memArg) const {
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010246 assert((Subtarget->hasSSE42() || Subtarget->hasAVX()) &&
10247 "Target must have SSE4.2 or AVX features enabled");
10248
Eric Christopherb120ab42009-08-18 22:50:32 +000010249 DebugLoc dl = MI->getDebugLoc();
10250 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Eric Christopherb120ab42009-08-18 22:50:32 +000010251 unsigned Opc;
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010252 if (!Subtarget->hasAVX()) {
10253 if (memArg)
10254 Opc = numArgs == 3 ? X86::PCMPISTRM128rm : X86::PCMPESTRM128rm;
10255 else
10256 Opc = numArgs == 3 ? X86::PCMPISTRM128rr : X86::PCMPESTRM128rr;
10257 } else {
10258 if (memArg)
10259 Opc = numArgs == 3 ? X86::VPCMPISTRM128rm : X86::VPCMPESTRM128rm;
10260 else
10261 Opc = numArgs == 3 ? X86::VPCMPISTRM128rr : X86::VPCMPESTRM128rr;
10262 }
Eric Christopherb120ab42009-08-18 22:50:32 +000010263
Eric Christopher41c902f2010-11-30 08:20:21 +000010264 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
Eric Christopherb120ab42009-08-18 22:50:32 +000010265 for (unsigned i = 0; i < numArgs; ++i) {
10266 MachineOperand &Op = MI->getOperand(i+1);
Eric Christopherb120ab42009-08-18 22:50:32 +000010267 if (!(Op.isReg() && Op.isImplicit()))
10268 MIB.addOperand(Op);
10269 }
Eric Christopher41c902f2010-11-30 08:20:21 +000010270 BuildMI(*BB, MI, dl, TII->get(X86::MOVAPSrr), MI->getOperand(0).getReg())
Eric Christopherb120ab42009-08-18 22:50:32 +000010271 .addReg(X86::XMM0);
10272
Dan Gohman14152b42010-07-06 20:24:04 +000010273 MI->eraseFromParent();
Eric Christopherb120ab42009-08-18 22:50:32 +000010274 return BB;
10275}
10276
10277MachineBasicBlock *
Eric Christopher228232b2010-11-30 07:20:12 +000010278X86TargetLowering::EmitMonitor(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000010279 DebugLoc dl = MI->getDebugLoc();
10280 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010281
Eric Christopher228232b2010-11-30 07:20:12 +000010282 // Address into RAX/EAX, other two args into ECX, EDX.
10283 unsigned MemOpc = Subtarget->is64Bit() ? X86::LEA64r : X86::LEA32r;
10284 unsigned MemReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
10285 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(MemOpc), MemReg);
10286 for (int i = 0; i < X86::AddrNumOperands; ++i)
Eric Christopher82be2202010-11-30 08:10:28 +000010287 MIB.addOperand(MI->getOperand(i));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010288
Eric Christopher228232b2010-11-30 07:20:12 +000010289 unsigned ValOps = X86::AddrNumOperands;
10290 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
10291 .addReg(MI->getOperand(ValOps).getReg());
10292 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EDX)
10293 .addReg(MI->getOperand(ValOps+1).getReg());
10294
10295 // The instruction doesn't actually take any operands though.
10296 BuildMI(*BB, MI, dl, TII->get(X86::MONITORrrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010297
Eric Christopher228232b2010-11-30 07:20:12 +000010298 MI->eraseFromParent(); // The pseudo is gone now.
10299 return BB;
10300}
10301
10302MachineBasicBlock *
10303X86TargetLowering::EmitMwait(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000010304 DebugLoc dl = MI->getDebugLoc();
10305 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010306
Eric Christopher228232b2010-11-30 07:20:12 +000010307 // First arg in ECX, the second in EAX.
10308 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
10309 .addReg(MI->getOperand(0).getReg());
10310 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EAX)
10311 .addReg(MI->getOperand(1).getReg());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010312
Eric Christopher228232b2010-11-30 07:20:12 +000010313 // The instruction doesn't actually take any operands though.
10314 BuildMI(*BB, MI, dl, TII->get(X86::MWAITrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010315
Eric Christopher228232b2010-11-30 07:20:12 +000010316 MI->eraseFromParent(); // The pseudo is gone now.
10317 return BB;
10318}
10319
10320MachineBasicBlock *
Dan Gohman320afb82010-10-12 18:00:49 +000010321X86TargetLowering::EmitVAARG64WithCustomInserter(
10322 MachineInstr *MI,
10323 MachineBasicBlock *MBB) const {
10324 // Emit va_arg instruction on X86-64.
10325
10326 // Operands to this pseudo-instruction:
10327 // 0 ) Output : destination address (reg)
10328 // 1-5) Input : va_list address (addr, i64mem)
10329 // 6 ) ArgSize : Size (in bytes) of vararg type
10330 // 7 ) ArgMode : 0=overflow only, 1=use gp_offset, 2=use fp_offset
10331 // 8 ) Align : Alignment of type
10332 // 9 ) EFLAGS (implicit-def)
10333
10334 assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
10335 assert(X86::AddrNumOperands == 5 && "VAARG_64 assumes 5 address operands");
10336
10337 unsigned DestReg = MI->getOperand(0).getReg();
10338 MachineOperand &Base = MI->getOperand(1);
10339 MachineOperand &Scale = MI->getOperand(2);
10340 MachineOperand &Index = MI->getOperand(3);
10341 MachineOperand &Disp = MI->getOperand(4);
10342 MachineOperand &Segment = MI->getOperand(5);
10343 unsigned ArgSize = MI->getOperand(6).getImm();
10344 unsigned ArgMode = MI->getOperand(7).getImm();
10345 unsigned Align = MI->getOperand(8).getImm();
10346
10347 // Memory Reference
10348 assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
10349 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
10350 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
10351
10352 // Machine Information
10353 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10354 MachineRegisterInfo &MRI = MBB->getParent()->getRegInfo();
10355 const TargetRegisterClass *AddrRegClass = getRegClassFor(MVT::i64);
10356 const TargetRegisterClass *OffsetRegClass = getRegClassFor(MVT::i32);
10357 DebugLoc DL = MI->getDebugLoc();
10358
10359 // struct va_list {
10360 // i32 gp_offset
10361 // i32 fp_offset
10362 // i64 overflow_area (address)
10363 // i64 reg_save_area (address)
10364 // }
10365 // sizeof(va_list) = 24
10366 // alignment(va_list) = 8
10367
10368 unsigned TotalNumIntRegs = 6;
10369 unsigned TotalNumXMMRegs = 8;
10370 bool UseGPOffset = (ArgMode == 1);
10371 bool UseFPOffset = (ArgMode == 2);
10372 unsigned MaxOffset = TotalNumIntRegs * 8 +
10373 (UseFPOffset ? TotalNumXMMRegs * 16 : 0);
10374
10375 /* Align ArgSize to a multiple of 8 */
10376 unsigned ArgSizeA8 = (ArgSize + 7) & ~7;
10377 bool NeedsAlign = (Align > 8);
10378
10379 MachineBasicBlock *thisMBB = MBB;
10380 MachineBasicBlock *overflowMBB;
10381 MachineBasicBlock *offsetMBB;
10382 MachineBasicBlock *endMBB;
10383
10384 unsigned OffsetDestReg = 0; // Argument address computed by offsetMBB
10385 unsigned OverflowDestReg = 0; // Argument address computed by overflowMBB
10386 unsigned OffsetReg = 0;
10387
10388 if (!UseGPOffset && !UseFPOffset) {
10389 // If we only pull from the overflow region, we don't create a branch.
10390 // We don't need to alter control flow.
10391 OffsetDestReg = 0; // unused
10392 OverflowDestReg = DestReg;
10393
10394 offsetMBB = NULL;
10395 overflowMBB = thisMBB;
10396 endMBB = thisMBB;
10397 } else {
10398 // First emit code to check if gp_offset (or fp_offset) is below the bound.
10399 // If so, pull the argument from reg_save_area. (branch to offsetMBB)
10400 // If not, pull from overflow_area. (branch to overflowMBB)
10401 //
10402 // thisMBB
10403 // | .
10404 // | .
10405 // offsetMBB overflowMBB
10406 // | .
10407 // | .
10408 // endMBB
10409
10410 // Registers for the PHI in endMBB
10411 OffsetDestReg = MRI.createVirtualRegister(AddrRegClass);
10412 OverflowDestReg = MRI.createVirtualRegister(AddrRegClass);
10413
10414 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10415 MachineFunction *MF = MBB->getParent();
10416 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10417 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10418 endMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10419
10420 MachineFunction::iterator MBBIter = MBB;
10421 ++MBBIter;
10422
10423 // Insert the new basic blocks
10424 MF->insert(MBBIter, offsetMBB);
10425 MF->insert(MBBIter, overflowMBB);
10426 MF->insert(MBBIter, endMBB);
10427
10428 // Transfer the remainder of MBB and its successor edges to endMBB.
10429 endMBB->splice(endMBB->begin(), thisMBB,
10430 llvm::next(MachineBasicBlock::iterator(MI)),
10431 thisMBB->end());
10432 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
10433
10434 // Make offsetMBB and overflowMBB successors of thisMBB
10435 thisMBB->addSuccessor(offsetMBB);
10436 thisMBB->addSuccessor(overflowMBB);
10437
10438 // endMBB is a successor of both offsetMBB and overflowMBB
10439 offsetMBB->addSuccessor(endMBB);
10440 overflowMBB->addSuccessor(endMBB);
10441
10442 // Load the offset value into a register
10443 OffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10444 BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
10445 .addOperand(Base)
10446 .addOperand(Scale)
10447 .addOperand(Index)
10448 .addDisp(Disp, UseFPOffset ? 4 : 0)
10449 .addOperand(Segment)
10450 .setMemRefs(MMOBegin, MMOEnd);
10451
10452 // Check if there is enough room left to pull this argument.
10453 BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
10454 .addReg(OffsetReg)
10455 .addImm(MaxOffset + 8 - ArgSizeA8);
10456
10457 // Branch to "overflowMBB" if offset >= max
10458 // Fall through to "offsetMBB" otherwise
10459 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
10460 .addMBB(overflowMBB);
10461 }
10462
10463 // In offsetMBB, emit code to use the reg_save_area.
10464 if (offsetMBB) {
10465 assert(OffsetReg != 0);
10466
10467 // Read the reg_save_area address.
10468 unsigned RegSaveReg = MRI.createVirtualRegister(AddrRegClass);
10469 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg)
10470 .addOperand(Base)
10471 .addOperand(Scale)
10472 .addOperand(Index)
10473 .addDisp(Disp, 16)
10474 .addOperand(Segment)
10475 .setMemRefs(MMOBegin, MMOEnd);
10476
10477 // Zero-extend the offset
10478 unsigned OffsetReg64 = MRI.createVirtualRegister(AddrRegClass);
10479 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64)
10480 .addImm(0)
10481 .addReg(OffsetReg)
10482 .addImm(X86::sub_32bit);
10483
10484 // Add the offset to the reg_save_area to get the final address.
10485 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg)
10486 .addReg(OffsetReg64)
10487 .addReg(RegSaveReg);
10488
10489 // Compute the offset for the next argument
10490 unsigned NextOffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10491 BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg)
10492 .addReg(OffsetReg)
10493 .addImm(UseFPOffset ? 16 : 8);
10494
10495 // Store it back into the va_list.
10496 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr))
10497 .addOperand(Base)
10498 .addOperand(Scale)
10499 .addOperand(Index)
10500 .addDisp(Disp, UseFPOffset ? 4 : 0)
10501 .addOperand(Segment)
10502 .addReg(NextOffsetReg)
10503 .setMemRefs(MMOBegin, MMOEnd);
10504
10505 // Jump to endMBB
10506 BuildMI(offsetMBB, DL, TII->get(X86::JMP_4))
10507 .addMBB(endMBB);
10508 }
10509
10510 //
10511 // Emit code to use overflow area
10512 //
10513
10514 // Load the overflow_area address into a register.
10515 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass);
10516 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg)
10517 .addOperand(Base)
10518 .addOperand(Scale)
10519 .addOperand(Index)
10520 .addDisp(Disp, 8)
10521 .addOperand(Segment)
10522 .setMemRefs(MMOBegin, MMOEnd);
10523
10524 // If we need to align it, do so. Otherwise, just copy the address
10525 // to OverflowDestReg.
10526 if (NeedsAlign) {
10527 // Align the overflow address
10528 assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
10529 unsigned TmpReg = MRI.createVirtualRegister(AddrRegClass);
10530
10531 // aligned_addr = (addr + (align-1)) & ~(align-1)
10532 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg)
10533 .addReg(OverflowAddrReg)
10534 .addImm(Align-1);
10535
10536 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg)
10537 .addReg(TmpReg)
10538 .addImm(~(uint64_t)(Align-1));
10539 } else {
10540 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg)
10541 .addReg(OverflowAddrReg);
10542 }
10543
10544 // Compute the next overflow address after this argument.
10545 // (the overflow address should be kept 8-byte aligned)
10546 unsigned NextAddrReg = MRI.createVirtualRegister(AddrRegClass);
10547 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg)
10548 .addReg(OverflowDestReg)
10549 .addImm(ArgSizeA8);
10550
10551 // Store the new overflow address.
10552 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr))
10553 .addOperand(Base)
10554 .addOperand(Scale)
10555 .addOperand(Index)
10556 .addDisp(Disp, 8)
10557 .addOperand(Segment)
10558 .addReg(NextAddrReg)
10559 .setMemRefs(MMOBegin, MMOEnd);
10560
10561 // If we branched, emit the PHI to the front of endMBB.
10562 if (offsetMBB) {
10563 BuildMI(*endMBB, endMBB->begin(), DL,
10564 TII->get(X86::PHI), DestReg)
10565 .addReg(OffsetDestReg).addMBB(offsetMBB)
10566 .addReg(OverflowDestReg).addMBB(overflowMBB);
10567 }
10568
10569 // Erase the pseudo instruction
10570 MI->eraseFromParent();
10571
10572 return endMBB;
10573}
10574
10575MachineBasicBlock *
Dan Gohmand6708ea2009-08-15 01:38:56 +000010576X86TargetLowering::EmitVAStartSaveXMMRegsWithCustomInserter(
10577 MachineInstr *MI,
10578 MachineBasicBlock *MBB) const {
10579 // Emit code to save XMM registers to the stack. The ABI says that the
10580 // number of registers to save is given in %al, so it's theoretically
10581 // possible to do an indirect jump trick to avoid saving all of them,
10582 // however this code takes a simpler approach and just executes all
10583 // of the stores if %al is non-zero. It's less code, and it's probably
10584 // easier on the hardware branch predictor, and stores aren't all that
10585 // expensive anyway.
10586
10587 // Create the new basic blocks. One block contains all the XMM stores,
10588 // and one block is the final destination regardless of whether any
10589 // stores were performed.
10590 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10591 MachineFunction *F = MBB->getParent();
10592 MachineFunction::iterator MBBIter = MBB;
10593 ++MBBIter;
10594 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB);
10595 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB);
10596 F->insert(MBBIter, XMMSaveMBB);
10597 F->insert(MBBIter, EndMBB);
10598
Dan Gohman14152b42010-07-06 20:24:04 +000010599 // Transfer the remainder of MBB and its successor edges to EndMBB.
10600 EndMBB->splice(EndMBB->begin(), MBB,
10601 llvm::next(MachineBasicBlock::iterator(MI)),
10602 MBB->end());
10603 EndMBB->transferSuccessorsAndUpdatePHIs(MBB);
10604
Dan Gohmand6708ea2009-08-15 01:38:56 +000010605 // The original block will now fall through to the XMM save block.
10606 MBB->addSuccessor(XMMSaveMBB);
10607 // The XMMSaveMBB will fall through to the end block.
10608 XMMSaveMBB->addSuccessor(EndMBB);
10609
10610 // Now add the instructions.
10611 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10612 DebugLoc DL = MI->getDebugLoc();
10613
10614 unsigned CountReg = MI->getOperand(0).getReg();
10615 int64_t RegSaveFrameIndex = MI->getOperand(1).getImm();
10616 int64_t VarArgsFPOffset = MI->getOperand(2).getImm();
10617
10618 if (!Subtarget->isTargetWin64()) {
10619 // If %al is 0, branch around the XMM save block.
10620 BuildMI(MBB, DL, TII->get(X86::TEST8rr)).addReg(CountReg).addReg(CountReg);
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010621 BuildMI(MBB, DL, TII->get(X86::JE_4)).addMBB(EndMBB);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010622 MBB->addSuccessor(EndMBB);
10623 }
10624
10625 // In the XMM save block, save all the XMM argument registers.
10626 for (int i = 3, e = MI->getNumOperands(); i != e; ++i) {
10627 int64_t Offset = (i - 3) * 16 + VarArgsFPOffset;
Dan Gohmanc76909a2009-09-25 20:36:54 +000010628 MachineMemOperand *MMO =
Evan Chengff89dcb2009-10-18 18:16:27 +000010629 F->getMachineMemOperand(
Chris Lattnere8639032010-09-21 06:22:23 +000010630 MachinePointerInfo::getFixedStack(RegSaveFrameIndex, Offset),
Chris Lattner59db5492010-09-21 04:39:43 +000010631 MachineMemOperand::MOStore,
Evan Chengff89dcb2009-10-18 18:16:27 +000010632 /*Size=*/16, /*Align=*/16);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010633 BuildMI(XMMSaveMBB, DL, TII->get(X86::MOVAPSmr))
10634 .addFrameIndex(RegSaveFrameIndex)
10635 .addImm(/*Scale=*/1)
10636 .addReg(/*IndexReg=*/0)
10637 .addImm(/*Disp=*/Offset)
10638 .addReg(/*Segment=*/0)
10639 .addReg(MI->getOperand(i).getReg())
Dan Gohmanc76909a2009-09-25 20:36:54 +000010640 .addMemOperand(MMO);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010641 }
10642
Dan Gohman14152b42010-07-06 20:24:04 +000010643 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohmand6708ea2009-08-15 01:38:56 +000010644
10645 return EndMBB;
10646}
Mon P Wang63307c32008-05-05 19:05:59 +000010647
Evan Cheng60c07e12006-07-05 22:17:51 +000010648MachineBasicBlock *
Chris Lattner52600972009-09-02 05:57:00 +000010649X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010650 MachineBasicBlock *BB) const {
Chris Lattner52600972009-09-02 05:57:00 +000010651 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10652 DebugLoc DL = MI->getDebugLoc();
Daniel Dunbara279bc32009-09-20 02:20:51 +000010653
Chris Lattner52600972009-09-02 05:57:00 +000010654 // To "insert" a SELECT_CC instruction, we actually have to insert the
10655 // diamond control-flow pattern. The incoming instruction knows the
10656 // destination vreg to set, the condition code register to branch on, the
10657 // true/false values to select between, and a branch opcode to use.
10658 const BasicBlock *LLVM_BB = BB->getBasicBlock();
10659 MachineFunction::iterator It = BB;
10660 ++It;
Daniel Dunbara279bc32009-09-20 02:20:51 +000010661
Chris Lattner52600972009-09-02 05:57:00 +000010662 // thisMBB:
10663 // ...
10664 // TrueVal = ...
10665 // cmpTY ccX, r1, r2
10666 // bCC copy1MBB
10667 // fallthrough --> copy0MBB
10668 MachineBasicBlock *thisMBB = BB;
10669 MachineFunction *F = BB->getParent();
10670 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
10671 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Chris Lattner52600972009-09-02 05:57:00 +000010672 F->insert(It, copy0MBB);
10673 F->insert(It, sinkMBB);
Bill Wendling730c07e2010-06-25 20:48:10 +000010674
Bill Wendling730c07e2010-06-25 20:48:10 +000010675 // If the EFLAGS register isn't dead in the terminator, then claim that it's
10676 // live into the sink and copy blocks.
10677 const MachineFunction *MF = BB->getParent();
10678 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
10679 BitVector ReservedRegs = TRI->getReservedRegs(*MF);
Bill Wendling730c07e2010-06-25 20:48:10 +000010680
Dan Gohman14152b42010-07-06 20:24:04 +000010681 for (unsigned I = 0, E = MI->getNumOperands(); I != E; ++I) {
10682 const MachineOperand &MO = MI->getOperand(I);
10683 if (!MO.isReg() || !MO.isUse() || MO.isKill()) continue;
Bill Wendling730c07e2010-06-25 20:48:10 +000010684 unsigned Reg = MO.getReg();
10685 if (Reg != X86::EFLAGS) continue;
10686 copy0MBB->addLiveIn(Reg);
10687 sinkMBB->addLiveIn(Reg);
10688 }
10689
Dan Gohman14152b42010-07-06 20:24:04 +000010690 // Transfer the remainder of BB and its successor edges to sinkMBB.
10691 sinkMBB->splice(sinkMBB->begin(), BB,
10692 llvm::next(MachineBasicBlock::iterator(MI)),
10693 BB->end());
10694 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
10695
10696 // Add the true and fallthrough blocks as its successors.
10697 BB->addSuccessor(copy0MBB);
10698 BB->addSuccessor(sinkMBB);
10699
10700 // Create the conditional branch instruction.
10701 unsigned Opc =
10702 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
10703 BuildMI(BB, DL, TII->get(Opc)).addMBB(sinkMBB);
10704
Chris Lattner52600972009-09-02 05:57:00 +000010705 // copy0MBB:
10706 // %FalseValue = ...
10707 // # fallthrough to sinkMBB
Dan Gohman3335a222010-04-30 20:14:26 +000010708 copy0MBB->addSuccessor(sinkMBB);
Daniel Dunbara279bc32009-09-20 02:20:51 +000010709
Chris Lattner52600972009-09-02 05:57:00 +000010710 // sinkMBB:
10711 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
10712 // ...
Dan Gohman14152b42010-07-06 20:24:04 +000010713 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
10714 TII->get(X86::PHI), MI->getOperand(0).getReg())
Chris Lattner52600972009-09-02 05:57:00 +000010715 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
10716 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
10717
Dan Gohman14152b42010-07-06 20:24:04 +000010718 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohman3335a222010-04-30 20:14:26 +000010719 return sinkMBB;
Chris Lattner52600972009-09-02 05:57:00 +000010720}
10721
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010722MachineBasicBlock *
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010723X86TargetLowering::EmitLoweredWinAlloca(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010724 MachineBasicBlock *BB) const {
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010725 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10726 DebugLoc DL = MI->getDebugLoc();
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010727
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010728 assert(!Subtarget->isTargetEnvMacho());
10729
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010730 // The lowering is pretty easy: we're just emitting the call to _alloca. The
10731 // non-trivial part is impdef of ESP.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010732
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010733 if (Subtarget->isTargetWin64()) {
10734 if (Subtarget->isTargetCygMing()) {
10735 // ___chkstk(Mingw64):
10736 // Clobbers R10, R11, RAX and EFLAGS.
10737 // Updates RSP.
10738 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10739 .addExternalSymbol("___chkstk")
10740 .addReg(X86::RAX, RegState::Implicit)
10741 .addReg(X86::RSP, RegState::Implicit)
10742 .addReg(X86::RAX, RegState::Define | RegState::Implicit)
10743 .addReg(X86::RSP, RegState::Define | RegState::Implicit)
10744 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10745 } else {
10746 // __chkstk(MSVCRT): does not update stack pointer.
10747 // Clobbers R10, R11 and EFLAGS.
10748 // FIXME: RAX(allocated size) might be reused and not killed.
10749 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10750 .addExternalSymbol("__chkstk")
10751 .addReg(X86::RAX, RegState::Implicit)
10752 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10753 // RAX has the offset to subtracted from RSP.
10754 BuildMI(*BB, MI, DL, TII->get(X86::SUB64rr), X86::RSP)
10755 .addReg(X86::RSP)
10756 .addReg(X86::RAX);
10757 }
10758 } else {
10759 const char *StackProbeSymbol =
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010760 Subtarget->isTargetWindows() ? "_chkstk" : "_alloca";
10761
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010762 BuildMI(*BB, MI, DL, TII->get(X86::CALLpcrel32))
10763 .addExternalSymbol(StackProbeSymbol)
10764 .addReg(X86::EAX, RegState::Implicit)
10765 .addReg(X86::ESP, RegState::Implicit)
10766 .addReg(X86::EAX, RegState::Define | RegState::Implicit)
10767 .addReg(X86::ESP, RegState::Define | RegState::Implicit)
10768 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10769 }
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010770
Dan Gohman14152b42010-07-06 20:24:04 +000010771 MI->eraseFromParent(); // The pseudo instruction is gone now.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010772 return BB;
10773}
Chris Lattner52600972009-09-02 05:57:00 +000010774
10775MachineBasicBlock *
Eric Christopher30ef0e52010-06-03 04:07:48 +000010776X86TargetLowering::EmitLoweredTLSCall(MachineInstr *MI,
10777 MachineBasicBlock *BB) const {
10778 // This is pretty easy. We're taking the value that we received from
10779 // our load from the relocation, sticking it in either RDI (x86-64)
10780 // or EAX and doing an indirect call. The return value will then
10781 // be in the normal return register.
Michael J. Spencerec38de22010-10-10 22:04:20 +000010782 const X86InstrInfo *TII
Eric Christopher54415362010-06-08 22:04:25 +000010783 = static_cast<const X86InstrInfo*>(getTargetMachine().getInstrInfo());
Eric Christopher30ef0e52010-06-03 04:07:48 +000010784 DebugLoc DL = MI->getDebugLoc();
10785 MachineFunction *F = BB->getParent();
Eric Christopher722d3152010-09-27 06:01:51 +000010786
10787 assert(Subtarget->isTargetDarwin() && "Darwin only instr emitted?");
Eric Christopher54415362010-06-08 22:04:25 +000010788 assert(MI->getOperand(3).isGlobal() && "This should be a global");
Michael J. Spencerec38de22010-10-10 22:04:20 +000010789
Eric Christopher30ef0e52010-06-03 04:07:48 +000010790 if (Subtarget->is64Bit()) {
Dan Gohman14152b42010-07-06 20:24:04 +000010791 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10792 TII->get(X86::MOV64rm), X86::RDI)
Eric Christopher54415362010-06-08 22:04:25 +000010793 .addReg(X86::RIP)
10794 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010795 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000010796 MI->getOperand(3).getTargetFlags())
10797 .addReg(0);
Eric Christopher722d3152010-09-27 06:01:51 +000010798 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL64m));
Chris Lattner599b5312010-07-08 23:46:44 +000010799 addDirectMem(MIB, X86::RDI);
Eric Christopher61025492010-06-15 23:08:42 +000010800 } else if (getTargetMachine().getRelocationModel() != Reloc::PIC_) {
Dan Gohman14152b42010-07-06 20:24:04 +000010801 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10802 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher61025492010-06-15 23:08:42 +000010803 .addReg(0)
10804 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010805 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher61025492010-06-15 23:08:42 +000010806 MI->getOperand(3).getTargetFlags())
10807 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000010808 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000010809 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010810 } else {
Dan Gohman14152b42010-07-06 20:24:04 +000010811 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10812 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher54415362010-06-08 22:04:25 +000010813 .addReg(TII->getGlobalBaseReg(F))
10814 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000010815 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000010816 MI->getOperand(3).getTargetFlags())
10817 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000010818 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000010819 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010820 }
Michael J. Spencerec38de22010-10-10 22:04:20 +000010821
Dan Gohman14152b42010-07-06 20:24:04 +000010822 MI->eraseFromParent(); // The pseudo instruction is gone now.
Eric Christopher30ef0e52010-06-03 04:07:48 +000010823 return BB;
10824}
10825
10826MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +000010827X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010828 MachineBasicBlock *BB) const {
Evan Cheng60c07e12006-07-05 22:17:51 +000010829 switch (MI->getOpcode()) {
10830 default: assert(false && "Unexpected instr type to insert");
NAKAMURA Takumi7754f852011-01-26 02:04:09 +000010831 case X86::TAILJMPd64:
10832 case X86::TAILJMPr64:
10833 case X86::TAILJMPm64:
10834 assert(!"TAILJMP64 would not be touched here.");
10835 case X86::TCRETURNdi64:
10836 case X86::TCRETURNri64:
10837 case X86::TCRETURNmi64:
10838 // Defs of TCRETURNxx64 has Win64's callee-saved registers, as subset.
10839 // On AMD64, additional defs should be added before register allocation.
10840 if (!Subtarget->isTargetWin64()) {
10841 MI->addRegisterDefined(X86::RSI);
10842 MI->addRegisterDefined(X86::RDI);
10843 MI->addRegisterDefined(X86::XMM6);
10844 MI->addRegisterDefined(X86::XMM7);
10845 MI->addRegisterDefined(X86::XMM8);
10846 MI->addRegisterDefined(X86::XMM9);
10847 MI->addRegisterDefined(X86::XMM10);
10848 MI->addRegisterDefined(X86::XMM11);
10849 MI->addRegisterDefined(X86::XMM12);
10850 MI->addRegisterDefined(X86::XMM13);
10851 MI->addRegisterDefined(X86::XMM14);
10852 MI->addRegisterDefined(X86::XMM15);
10853 }
10854 return BB;
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010855 case X86::WIN_ALLOCA:
10856 return EmitLoweredWinAlloca(MI, BB);
Eric Christopher30ef0e52010-06-03 04:07:48 +000010857 case X86::TLSCall_32:
10858 case X86::TLSCall_64:
10859 return EmitLoweredTLSCall(MI, BB);
Dan Gohmancbbea0f2009-08-27 00:14:12 +000010860 case X86::CMOV_GR8:
Evan Cheng60c07e12006-07-05 22:17:51 +000010861 case X86::CMOV_FR32:
10862 case X86::CMOV_FR64:
10863 case X86::CMOV_V4F32:
10864 case X86::CMOV_V2F64:
Chris Lattner52600972009-09-02 05:57:00 +000010865 case X86::CMOV_V2I64:
Chris Lattner314a1132010-03-14 18:31:44 +000010866 case X86::CMOV_GR16:
10867 case X86::CMOV_GR32:
10868 case X86::CMOV_RFP32:
10869 case X86::CMOV_RFP64:
10870 case X86::CMOV_RFP80:
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010871 return EmitLoweredSelect(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000010872
Dale Johannesen849f2142007-07-03 00:53:03 +000010873 case X86::FP32_TO_INT16_IN_MEM:
10874 case X86::FP32_TO_INT32_IN_MEM:
10875 case X86::FP32_TO_INT64_IN_MEM:
10876 case X86::FP64_TO_INT16_IN_MEM:
10877 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +000010878 case X86::FP64_TO_INT64_IN_MEM:
10879 case X86::FP80_TO_INT16_IN_MEM:
10880 case X86::FP80_TO_INT32_IN_MEM:
10881 case X86::FP80_TO_INT64_IN_MEM: {
Chris Lattner52600972009-09-02 05:57:00 +000010882 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10883 DebugLoc DL = MI->getDebugLoc();
10884
Evan Cheng60c07e12006-07-05 22:17:51 +000010885 // Change the floating point control register to use "round towards zero"
10886 // mode when truncating to an integer value.
10887 MachineFunction *F = BB->getParent();
David Greene3f2bf852009-11-12 20:49:22 +000010888 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false);
Dan Gohman14152b42010-07-06 20:24:04 +000010889 addFrameReference(BuildMI(*BB, MI, DL,
10890 TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010891
10892 // Load the old value of the high byte of the control word...
10893 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +000010894 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Dan Gohman14152b42010-07-06 20:24:04 +000010895 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW),
Dale Johannesene4d209d2009-02-03 20:21:25 +000010896 CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010897
10898 // Set the high part to be round to zero...
Dan Gohman14152b42010-07-06 20:24:04 +000010899 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000010900 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +000010901
10902 // Reload the modified control word now...
Dan Gohman14152b42010-07-06 20:24:04 +000010903 addFrameReference(BuildMI(*BB, MI, DL,
10904 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010905
10906 // Restore the memory image of control word to original value
Dan Gohman14152b42010-07-06 20:24:04 +000010907 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000010908 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +000010909
10910 // Get the X86 opcode to use.
10911 unsigned Opc;
10912 switch (MI->getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +000010913 default: llvm_unreachable("illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +000010914 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
10915 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
10916 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
10917 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
10918 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
10919 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +000010920 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
10921 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
10922 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +000010923 }
10924
10925 X86AddressMode AM;
10926 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +000010927 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000010928 AM.BaseType = X86AddressMode::RegBase;
10929 AM.Base.Reg = Op.getReg();
10930 } else {
10931 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +000010932 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +000010933 }
10934 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +000010935 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000010936 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010937 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +000010938 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000010939 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010940 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +000010941 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000010942 AM.GV = Op.getGlobal();
10943 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +000010944 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000010945 }
Dan Gohman14152b42010-07-06 20:24:04 +000010946 addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010947 .addReg(MI->getOperand(X86::AddrNumOperands).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +000010948
10949 // Reload the original control word now.
Dan Gohman14152b42010-07-06 20:24:04 +000010950 addFrameReference(BuildMI(*BB, MI, DL,
10951 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000010952
Dan Gohman14152b42010-07-06 20:24:04 +000010953 MI->eraseFromParent(); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +000010954 return BB;
10955 }
Eric Christopherb120ab42009-08-18 22:50:32 +000010956 // String/text processing lowering.
10957 case X86::PCMPISTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010958 case X86::VPCMPISTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000010959 return EmitPCMP(MI, BB, 3, false /* in-mem */);
10960 case X86::PCMPISTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010961 case X86::VPCMPISTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000010962 return EmitPCMP(MI, BB, 3, true /* in-mem */);
10963 case X86::PCMPESTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010964 case X86::VPCMPESTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000010965 return EmitPCMP(MI, BB, 5, false /* in mem */);
10966 case X86::PCMPESTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010967 case X86::VPCMPESTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000010968 return EmitPCMP(MI, BB, 5, true /* in mem */);
10969
Eric Christopher228232b2010-11-30 07:20:12 +000010970 // Thread synchronization.
10971 case X86::MONITOR:
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010972 return EmitMonitor(MI, BB);
Eric Christopher228232b2010-11-30 07:20:12 +000010973 case X86::MWAIT:
10974 return EmitMwait(MI, BB);
10975
Eric Christopherb120ab42009-08-18 22:50:32 +000010976 // Atomic Lowering.
Mon P Wang63307c32008-05-05 19:05:59 +000010977 case X86::ATOMAND32:
10978 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010979 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010980 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010981 X86::NOT32r, X86::EAX,
10982 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000010983 case X86::ATOMOR32:
Scott Michelfdc40a02009-02-17 22:15:04 +000010984 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
10985 X86::OR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010986 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010987 X86::NOT32r, X86::EAX,
10988 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000010989 case X86::ATOMXOR32:
10990 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000010991 X86::XOR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010992 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010993 X86::NOT32r, X86::EAX,
10994 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010995 case X86::ATOMNAND32:
10996 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010997 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010998 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010999 X86::NOT32r, X86::EAX,
11000 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +000011001 case X86::ATOMMIN32:
11002 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
11003 case X86::ATOMMAX32:
11004 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
11005 case X86::ATOMUMIN32:
11006 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
11007 case X86::ATOMUMAX32:
11008 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +000011009
11010 case X86::ATOMAND16:
11011 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
11012 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011013 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011014 X86::NOT16r, X86::AX,
11015 X86::GR16RegisterClass);
11016 case X86::ATOMOR16:
Scott Michelfdc40a02009-02-17 22:15:04 +000011017 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011018 X86::OR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011019 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011020 X86::NOT16r, X86::AX,
11021 X86::GR16RegisterClass);
11022 case X86::ATOMXOR16:
11023 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
11024 X86::XOR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011025 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011026 X86::NOT16r, X86::AX,
11027 X86::GR16RegisterClass);
11028 case X86::ATOMNAND16:
11029 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
11030 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011031 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011032 X86::NOT16r, X86::AX,
11033 X86::GR16RegisterClass, true);
11034 case X86::ATOMMIN16:
11035 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
11036 case X86::ATOMMAX16:
11037 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
11038 case X86::ATOMUMIN16:
11039 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
11040 case X86::ATOMUMAX16:
11041 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
11042
11043 case X86::ATOMAND8:
11044 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
11045 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011046 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011047 X86::NOT8r, X86::AL,
11048 X86::GR8RegisterClass);
11049 case X86::ATOMOR8:
Scott Michelfdc40a02009-02-17 22:15:04 +000011050 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011051 X86::OR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011052 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011053 X86::NOT8r, X86::AL,
11054 X86::GR8RegisterClass);
11055 case X86::ATOMXOR8:
11056 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
11057 X86::XOR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011058 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011059 X86::NOT8r, X86::AL,
11060 X86::GR8RegisterClass);
11061 case X86::ATOMNAND8:
11062 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
11063 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011064 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011065 X86::NOT8r, X86::AL,
11066 X86::GR8RegisterClass, true);
11067 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011068 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +000011069 case X86::ATOMAND64:
11070 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011071 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011072 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011073 X86::NOT64r, X86::RAX,
11074 X86::GR64RegisterClass);
11075 case X86::ATOMOR64:
Scott Michelfdc40a02009-02-17 22:15:04 +000011076 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
11077 X86::OR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011078 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011079 X86::NOT64r, X86::RAX,
11080 X86::GR64RegisterClass);
11081 case X86::ATOMXOR64:
11082 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011083 X86::XOR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011084 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011085 X86::NOT64r, X86::RAX,
11086 X86::GR64RegisterClass);
11087 case X86::ATOMNAND64:
11088 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
11089 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011090 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011091 X86::NOT64r, X86::RAX,
11092 X86::GR64RegisterClass, true);
11093 case X86::ATOMMIN64:
11094 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
11095 case X86::ATOMMAX64:
11096 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
11097 case X86::ATOMUMIN64:
11098 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
11099 case X86::ATOMUMAX64:
11100 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011101
11102 // This group does 64-bit operations on a 32-bit host.
11103 case X86::ATOMAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011104 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011105 X86::AND32rr, X86::AND32rr,
11106 X86::AND32ri, X86::AND32ri,
11107 false);
11108 case X86::ATOMOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011109 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011110 X86::OR32rr, X86::OR32rr,
11111 X86::OR32ri, X86::OR32ri,
11112 false);
11113 case X86::ATOMXOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011114 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011115 X86::XOR32rr, X86::XOR32rr,
11116 X86::XOR32ri, X86::XOR32ri,
11117 false);
11118 case X86::ATOMNAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011119 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011120 X86::AND32rr, X86::AND32rr,
11121 X86::AND32ri, X86::AND32ri,
11122 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011123 case X86::ATOMADD6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011124 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011125 X86::ADD32rr, X86::ADC32rr,
11126 X86::ADD32ri, X86::ADC32ri,
11127 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011128 case X86::ATOMSUB6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011129 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011130 X86::SUB32rr, X86::SBB32rr,
11131 X86::SUB32ri, X86::SBB32ri,
11132 false);
Dale Johannesen880ae362008-10-03 22:25:52 +000011133 case X86::ATOMSWAP6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011134 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen880ae362008-10-03 22:25:52 +000011135 X86::MOV32rr, X86::MOV32rr,
11136 X86::MOV32ri, X86::MOV32ri,
11137 false);
Dan Gohmand6708ea2009-08-15 01:38:56 +000011138 case X86::VASTART_SAVE_XMM_REGS:
11139 return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
Dan Gohman320afb82010-10-12 18:00:49 +000011140
11141 case X86::VAARG_64:
11142 return EmitVAARG64WithCustomInserter(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000011143 }
11144}
11145
11146//===----------------------------------------------------------------------===//
11147// X86 Optimization Hooks
11148//===----------------------------------------------------------------------===//
11149
Dan Gohman475871a2008-07-27 21:46:04 +000011150void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +000011151 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000011152 APInt &KnownZero,
11153 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +000011154 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +000011155 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011156 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +000011157 assert((Opc >= ISD::BUILTIN_OP_END ||
11158 Opc == ISD::INTRINSIC_WO_CHAIN ||
11159 Opc == ISD::INTRINSIC_W_CHAIN ||
11160 Opc == ISD::INTRINSIC_VOID) &&
11161 "Should use MaskedValueIsZero if you don't know whether Op"
11162 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011163
Dan Gohmanf4f92f52008-02-13 23:07:24 +000011164 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011165 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +000011166 default: break;
Evan Cheng97d0e0e2009-02-02 09:15:04 +000011167 case X86ISD::ADD:
11168 case X86ISD::SUB:
Chris Lattner5b856542010-12-20 00:59:46 +000011169 case X86ISD::ADC:
11170 case X86ISD::SBB:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000011171 case X86ISD::SMUL:
11172 case X86ISD::UMUL:
Dan Gohman076aee32009-03-04 19:44:21 +000011173 case X86ISD::INC:
11174 case X86ISD::DEC:
Dan Gohmane220c4b2009-09-18 19:59:53 +000011175 case X86ISD::OR:
11176 case X86ISD::XOR:
11177 case X86ISD::AND:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000011178 // These nodes' second result is a boolean.
11179 if (Op.getResNo() == 0)
11180 break;
11181 // Fallthrough
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011182 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000011183 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
11184 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +000011185 break;
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011186 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011187}
Chris Lattner259e97c2006-01-31 19:43:35 +000011188
Owen Andersonbc146b02010-09-21 20:42:50 +000011189unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op,
11190 unsigned Depth) const {
11191 // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
11192 if (Op.getOpcode() == X86ISD::SETCC_CARRY)
11193 return Op.getValueType().getScalarType().getSizeInBits();
Michael J. Spencerec38de22010-10-10 22:04:20 +000011194
Owen Andersonbc146b02010-09-21 20:42:50 +000011195 // Fallback case.
11196 return 1;
11197}
11198
Evan Cheng206ee9d2006-07-07 08:33:52 +000011199/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +000011200/// node is a GlobalAddress + offset.
11201bool X86TargetLowering::isGAPlusOffset(SDNode *N,
Dan Gohman46510a72010-04-15 01:51:59 +000011202 const GlobalValue* &GA,
11203 int64_t &Offset) const {
Evan Chengad4196b2008-05-12 19:56:52 +000011204 if (N->getOpcode() == X86ISD::Wrapper) {
11205 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +000011206 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +000011207 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +000011208 return true;
11209 }
Evan Cheng206ee9d2006-07-07 08:33:52 +000011210 }
Evan Chengad4196b2008-05-12 19:56:52 +000011211 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +000011212}
11213
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000011214/// PerformShuffleCombine256 - Performs shuffle combines for 256-bit vectors.
11215static SDValue PerformShuffleCombine256(SDNode *N, SelectionDAG &DAG,
11216 TargetLowering::DAGCombinerInfo &DCI) {
11217 DebugLoc dl = N->getDebugLoc();
11218 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
11219 SDValue V1 = SVOp->getOperand(0);
11220 SDValue V2 = SVOp->getOperand(1);
11221 EVT VT = SVOp->getValueType(0);
11222
11223 if (V1.getOpcode() == ISD::CONCAT_VECTORS &&
11224 V2.getOpcode() == ISD::CONCAT_VECTORS) {
11225 //
11226 // 0,0,0,...
Benjamin Kramer558cc5a2011-07-22 01:02:57 +000011227 // |
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000011228 // V UNDEF BUILD_VECTOR UNDEF
11229 // \ / \ /
11230 // CONCAT_VECTOR CONCAT_VECTOR
11231 // \ /
11232 // \ /
11233 // RESULT: V + zero extended
11234 //
11235 if (V2.getOperand(0).getOpcode() != ISD::BUILD_VECTOR ||
11236 V2.getOperand(1).getOpcode() != ISD::UNDEF ||
11237 V1.getOperand(1).getOpcode() != ISD::UNDEF)
11238 return SDValue();
11239
11240 if (!ISD::isBuildVectorAllZeros(V2.getOperand(0).getNode()))
11241 return SDValue();
11242
11243 // To match the shuffle mask, the first half of the mask should
11244 // be exactly the first vector, and all the rest a splat with the
11245 // first element of the second one.
11246 int NumElems = VT.getVectorNumElements();
11247 for (int i = 0; i < NumElems/2; ++i)
11248 if (!isUndefOrEqual(SVOp->getMaskElt(i), i) ||
11249 !isUndefOrEqual(SVOp->getMaskElt(i+NumElems/2), NumElems))
11250 return SDValue();
11251
11252 // Emit a zeroed vector and insert the desired subvector on its
11253 // first half.
11254 SDValue Zeros = getZeroVector(VT, true /* HasSSE2 */, DAG, dl);
11255 SDValue InsV = Insert128BitVector(Zeros, V1.getOperand(0),
11256 DAG.getConstant(0, MVT::i32), DAG, dl);
11257 return DCI.CombineTo(N, InsV);
11258 }
11259
11260 return SDValue();
11261}
11262
11263/// PerformShuffleCombine - Performs several different shuffle combines.
Dan Gohman475871a2008-07-27 21:46:04 +000011264static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Mon P Wanga0fd0d52010-12-19 23:55:53 +000011265 TargetLowering::DAGCombinerInfo &DCI) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000011266 DebugLoc dl = N->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +000011267 EVT VT = N->getValueType(0);
Mon P Wang1e955802009-04-03 02:43:30 +000011268
Mon P Wanga0fd0d52010-12-19 23:55:53 +000011269 // Don't create instructions with illegal types after legalize types has run.
11270 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
11271 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
11272 return SDValue();
11273
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000011274 // Only handle pure VECTOR_SHUFFLE nodes.
11275 if (VT.getSizeInBits() == 256 && N->getOpcode() == ISD::VECTOR_SHUFFLE)
11276 return PerformShuffleCombine256(N, DAG, DCI);
11277
11278 // Only handle 128 wide vector from here on.
11279 if (VT.getSizeInBits() != 128)
11280 return SDValue();
11281
11282 // Combine a vector_shuffle that is equal to build_vector load1, load2, load3,
11283 // load4, <0, 1, 2, 3> into a 128-bit load if the load addresses are
11284 // consecutive, non-overlapping, and in the right order.
Nate Begemanfdea31a2010-03-24 20:49:50 +000011285 SmallVector<SDValue, 16> Elts;
11286 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000011287 Elts.push_back(getShuffleScalarElt(N, i, DAG, 0));
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +000011288
Nate Begemanfdea31a2010-03-24 20:49:50 +000011289 return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +000011290}
Evan Chengd880b972008-05-09 21:53:03 +000011291
Bruno Cardoso Lopesb3e06692010-09-03 19:55:05 +000011292/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
11293/// generation and convert it from being a bunch of shuffles and extracts
11294/// to a simple store and scalar loads to extract the elements.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011295static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
11296 const TargetLowering &TLI) {
11297 SDValue InputVector = N->getOperand(0);
11298
11299 // Only operate on vectors of 4 elements, where the alternative shuffling
11300 // gets to be more expensive.
11301 if (InputVector.getValueType() != MVT::v4i32)
11302 return SDValue();
11303
11304 // Check whether every use of InputVector is an EXTRACT_VECTOR_ELT with a
11305 // single use which is a sign-extend or zero-extend, and all elements are
11306 // used.
11307 SmallVector<SDNode *, 4> Uses;
11308 unsigned ExtractedElements = 0;
11309 for (SDNode::use_iterator UI = InputVector.getNode()->use_begin(),
11310 UE = InputVector.getNode()->use_end(); UI != UE; ++UI) {
11311 if (UI.getUse().getResNo() != InputVector.getResNo())
11312 return SDValue();
11313
11314 SDNode *Extract = *UI;
11315 if (Extract->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
11316 return SDValue();
11317
11318 if (Extract->getValueType(0) != MVT::i32)
11319 return SDValue();
11320 if (!Extract->hasOneUse())
11321 return SDValue();
11322 if (Extract->use_begin()->getOpcode() != ISD::SIGN_EXTEND &&
11323 Extract->use_begin()->getOpcode() != ISD::ZERO_EXTEND)
11324 return SDValue();
11325 if (!isa<ConstantSDNode>(Extract->getOperand(1)))
11326 return SDValue();
11327
11328 // Record which element was extracted.
11329 ExtractedElements |=
11330 1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
11331
11332 Uses.push_back(Extract);
11333 }
11334
11335 // If not all the elements were used, this may not be worthwhile.
11336 if (ExtractedElements != 15)
11337 return SDValue();
11338
11339 // Ok, we've now decided to do the transformation.
11340 DebugLoc dl = InputVector.getDebugLoc();
11341
11342 // Store the value to a temporary stack slot.
11343 SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
Chris Lattner8026a9d2010-09-21 17:50:43 +000011344 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr,
11345 MachinePointerInfo(), false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011346
11347 // Replace each use (extract) with a load of the appropriate element.
11348 for (SmallVectorImpl<SDNode *>::iterator UI = Uses.begin(),
11349 UE = Uses.end(); UI != UE; ++UI) {
11350 SDNode *Extract = *UI;
11351
Nadav Rotem86694292011-05-17 08:31:57 +000011352 // cOMpute the element's address.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011353 SDValue Idx = Extract->getOperand(1);
11354 unsigned EltSize =
11355 InputVector.getValueType().getVectorElementType().getSizeInBits()/8;
11356 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();
11357 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy());
11358
Nadav Rotem86694292011-05-17 08:31:57 +000011359 SDValue ScalarAddr = DAG.getNode(ISD::ADD, dl, TLI.getPointerTy(),
Chris Lattner51abfe42010-09-21 06:02:19 +000011360 StackPtr, OffsetVal);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011361
11362 // Load the scalar.
Eric Christopher90eb4022010-07-22 00:26:08 +000011363 SDValue LoadScalar = DAG.getLoad(Extract->getValueType(0), dl, Ch,
Chris Lattner51abfe42010-09-21 06:02:19 +000011364 ScalarAddr, MachinePointerInfo(),
11365 false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011366
11367 // Replace the exact with the load.
11368 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
11369 }
11370
11371 // The replacement was made in place; don't return anything.
11372 return SDValue();
11373}
11374
Chris Lattner83e6c992006-10-04 06:57:07 +000011375/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011376static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner47b4ce82009-03-11 05:48:52 +000011377 const X86Subtarget *Subtarget) {
11378 DebugLoc DL = N->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +000011379 SDValue Cond = N->getOperand(0);
Chris Lattner47b4ce82009-03-11 05:48:52 +000011380 // Get the LHS/RHS of the select.
11381 SDValue LHS = N->getOperand(1);
11382 SDValue RHS = N->getOperand(2);
Eric Christopherfd179292009-08-27 18:07:15 +000011383
Dan Gohman670e5392009-09-21 18:03:22 +000011384 // If we have SSE[12] support, try to form min/max nodes. SSE min/max
Dan Gohman8ce05da2010-02-22 04:03:39 +000011385 // instructions match the semantics of the common C idiom x<y?x:y but not
11386 // x<=y?x:y, because of how they handle negative zero (which can be
11387 // ignored in unsafe-math mode).
Chris Lattner83e6c992006-10-04 06:57:07 +000011388 if (Subtarget->hasSSE2() &&
Owen Anderson825b72b2009-08-11 20:47:22 +000011389 (LHS.getValueType() == MVT::f32 || LHS.getValueType() == MVT::f64) &&
Chris Lattner47b4ce82009-03-11 05:48:52 +000011390 Cond.getOpcode() == ISD::SETCC) {
11391 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011392
Chris Lattner47b4ce82009-03-11 05:48:52 +000011393 unsigned Opcode = 0;
Dan Gohman670e5392009-09-21 18:03:22 +000011394 // Check for x CC y ? x : y.
Dan Gohmane8326932010-02-24 06:52:40 +000011395 if (DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
11396 DAG.isEqualTo(RHS, Cond.getOperand(1))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011397 switch (CC) {
11398 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011399 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011400 // Converting this to a min would handle NaNs incorrectly, and swapping
11401 // the operands would cause it to handle comparisons between positive
11402 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011403 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011404 if (!UnsafeFPMath &&
11405 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11406 break;
11407 std::swap(LHS, RHS);
11408 }
Dan Gohman670e5392009-09-21 18:03:22 +000011409 Opcode = X86ISD::FMIN;
11410 break;
11411 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011412 // Converting this to a min would handle comparisons between positive
11413 // and negative zero incorrectly.
11414 if (!UnsafeFPMath &&
11415 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
11416 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011417 Opcode = X86ISD::FMIN;
11418 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011419 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011420 // Converting this to a min would handle both negative zeros and NaNs
11421 // incorrectly, but we can swap the operands to fix both.
11422 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011423 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011424 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011425 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011426 Opcode = X86ISD::FMIN;
11427 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011428
Dan Gohman670e5392009-09-21 18:03:22 +000011429 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011430 // Converting this to a max would handle comparisons between positive
11431 // and negative zero incorrectly.
11432 if (!UnsafeFPMath &&
11433 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(LHS))
11434 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011435 Opcode = X86ISD::FMAX;
11436 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011437 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011438 // Converting this to a max would handle NaNs incorrectly, and swapping
11439 // the operands would cause it to handle comparisons between positive
11440 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011441 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011442 if (!UnsafeFPMath &&
11443 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11444 break;
11445 std::swap(LHS, RHS);
11446 }
Dan Gohman670e5392009-09-21 18:03:22 +000011447 Opcode = X86ISD::FMAX;
11448 break;
11449 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011450 // Converting this to a max would handle both negative zeros and NaNs
11451 // incorrectly, but we can swap the operands to fix both.
11452 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011453 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011454 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011455 case ISD::SETGE:
11456 Opcode = X86ISD::FMAX;
11457 break;
Chris Lattner83e6c992006-10-04 06:57:07 +000011458 }
Dan Gohman670e5392009-09-21 18:03:22 +000011459 // Check for x CC y ? y : x -- a min/max with reversed arms.
Dan Gohmane8326932010-02-24 06:52:40 +000011460 } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) &&
11461 DAG.isEqualTo(RHS, Cond.getOperand(0))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011462 switch (CC) {
11463 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011464 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011465 // Converting this to a min would handle comparisons between positive
11466 // and negative zero incorrectly, and swapping the operands would
11467 // cause it to handle NaNs incorrectly.
11468 if (!UnsafeFPMath &&
11469 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS))) {
Evan Cheng60108e92010-07-15 22:07:12 +000011470 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011471 break;
11472 std::swap(LHS, RHS);
11473 }
Dan Gohman670e5392009-09-21 18:03:22 +000011474 Opcode = X86ISD::FMIN;
Dan Gohman8d44b282009-09-03 20:34:31 +000011475 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011476 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011477 // Converting this to a min would handle NaNs incorrectly.
11478 if (!UnsafeFPMath &&
11479 (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)))
11480 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011481 Opcode = X86ISD::FMIN;
11482 break;
11483 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011484 // Converting this to a min would handle both negative zeros and NaNs
11485 // incorrectly, but we can swap the operands to fix both.
11486 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011487 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011488 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011489 case ISD::SETGE:
11490 Opcode = X86ISD::FMIN;
11491 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011492
Dan Gohman670e5392009-09-21 18:03:22 +000011493 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011494 // Converting this to a max would handle NaNs incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011495 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011496 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011497 Opcode = X86ISD::FMAX;
Dan Gohman8d44b282009-09-03 20:34:31 +000011498 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011499 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011500 // Converting this to a max would handle comparisons between positive
11501 // and negative zero incorrectly, and swapping the operands would
11502 // cause it to handle NaNs incorrectly.
11503 if (!UnsafeFPMath &&
11504 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS)) {
Evan Cheng60108e92010-07-15 22:07:12 +000011505 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011506 break;
11507 std::swap(LHS, RHS);
11508 }
Dan Gohman670e5392009-09-21 18:03:22 +000011509 Opcode = X86ISD::FMAX;
11510 break;
11511 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011512 // Converting this to a max would handle both negative zeros and NaNs
11513 // incorrectly, but we can swap the operands to fix both.
11514 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011515 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011516 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011517 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011518 Opcode = X86ISD::FMAX;
11519 break;
11520 }
Chris Lattner83e6c992006-10-04 06:57:07 +000011521 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011522
Chris Lattner47b4ce82009-03-11 05:48:52 +000011523 if (Opcode)
11524 return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +000011525 }
Eric Christopherfd179292009-08-27 18:07:15 +000011526
Chris Lattnerd1980a52009-03-12 06:52:53 +000011527 // If this is a select between two integer constants, try to do some
11528 // optimizations.
Chris Lattnercee56e72009-03-13 05:53:31 +000011529 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
11530 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
Chris Lattnerd1980a52009-03-12 06:52:53 +000011531 // Don't do this for crazy integer types.
11532 if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
11533 // If this is efficiently invertible, canonicalize the LHSC/RHSC values
Chris Lattnercee56e72009-03-13 05:53:31 +000011534 // so that TrueC (the true value) is larger than FalseC.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011535 bool NeedsCondInvert = false;
Eric Christopherfd179292009-08-27 18:07:15 +000011536
Chris Lattnercee56e72009-03-13 05:53:31 +000011537 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
Chris Lattnerd1980a52009-03-12 06:52:53 +000011538 // Efficiently invertible.
11539 (Cond.getOpcode() == ISD::SETCC || // setcc -> invertible.
11540 (Cond.getOpcode() == ISD::XOR && // xor(X, C) -> invertible.
11541 isa<ConstantSDNode>(Cond.getOperand(1))))) {
11542 NeedsCondInvert = true;
Chris Lattnercee56e72009-03-13 05:53:31 +000011543 std::swap(TrueC, FalseC);
Chris Lattnerd1980a52009-03-12 06:52:53 +000011544 }
Eric Christopherfd179292009-08-27 18:07:15 +000011545
Chris Lattnerd1980a52009-03-12 06:52:53 +000011546 // Optimize C ? 8 : 0 -> zext(C) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011547 if (FalseC->getAPIntValue() == 0 &&
11548 TrueC->getAPIntValue().isPowerOf2()) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000011549 if (NeedsCondInvert) // Invert the condition if needed.
11550 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11551 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011552
Chris Lattnerd1980a52009-03-12 06:52:53 +000011553 // Zero extend the condition if needed.
11554 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011555
Chris Lattnercee56e72009-03-13 05:53:31 +000011556 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
Chris Lattnerd1980a52009-03-12 06:52:53 +000011557 return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011558 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011559 }
Eric Christopherfd179292009-08-27 18:07:15 +000011560
Chris Lattner97a29a52009-03-13 05:22:11 +000011561 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
Chris Lattnercee56e72009-03-13 05:53:31 +000011562 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Chris Lattner97a29a52009-03-13 05:22:11 +000011563 if (NeedsCondInvert) // Invert the condition if needed.
11564 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11565 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011566
Chris Lattner97a29a52009-03-13 05:22:11 +000011567 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011568 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11569 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011570 return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
Chris Lattnercee56e72009-03-13 05:53:31 +000011571 SDValue(FalseC, 0));
Chris Lattner97a29a52009-03-13 05:22:11 +000011572 }
Eric Christopherfd179292009-08-27 18:07:15 +000011573
Chris Lattnercee56e72009-03-13 05:53:31 +000011574 // Optimize cases that will turn into an LEA instruction. This requires
11575 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011576 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011577 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011578 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011579
Chris Lattnercee56e72009-03-13 05:53:31 +000011580 bool isFastMultiplier = false;
11581 if (Diff < 10) {
11582 switch ((unsigned char)Diff) {
11583 default: break;
11584 case 1: // result = add base, cond
11585 case 2: // result = lea base( , cond*2)
11586 case 3: // result = lea base(cond, cond*2)
11587 case 4: // result = lea base( , cond*4)
11588 case 5: // result = lea base(cond, cond*4)
11589 case 8: // result = lea base( , cond*8)
11590 case 9: // result = lea base(cond, cond*8)
11591 isFastMultiplier = true;
11592 break;
11593 }
11594 }
Eric Christopherfd179292009-08-27 18:07:15 +000011595
Chris Lattnercee56e72009-03-13 05:53:31 +000011596 if (isFastMultiplier) {
11597 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
11598 if (NeedsCondInvert) // Invert the condition if needed.
11599 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11600 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011601
Chris Lattnercee56e72009-03-13 05:53:31 +000011602 // Zero extend the condition if needed.
11603 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11604 Cond);
11605 // Scale the condition by the difference.
11606 if (Diff != 1)
11607 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11608 DAG.getConstant(Diff, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011609
Chris Lattnercee56e72009-03-13 05:53:31 +000011610 // Add the base if non-zero.
11611 if (FalseC->getAPIntValue() != 0)
11612 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11613 SDValue(FalseC, 0));
11614 return Cond;
11615 }
Eric Christopherfd179292009-08-27 18:07:15 +000011616 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011617 }
11618 }
Eric Christopherfd179292009-08-27 18:07:15 +000011619
Dan Gohman475871a2008-07-27 21:46:04 +000011620 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +000011621}
11622
Chris Lattnerd1980a52009-03-12 06:52:53 +000011623/// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
11624static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
11625 TargetLowering::DAGCombinerInfo &DCI) {
11626 DebugLoc DL = N->getDebugLoc();
Eric Christopherfd179292009-08-27 18:07:15 +000011627
Chris Lattnerd1980a52009-03-12 06:52:53 +000011628 // If the flag operand isn't dead, don't touch this CMOV.
11629 if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
11630 return SDValue();
Eric Christopherfd179292009-08-27 18:07:15 +000011631
Evan Chengb5a55d92011-05-24 01:48:22 +000011632 SDValue FalseOp = N->getOperand(0);
11633 SDValue TrueOp = N->getOperand(1);
11634 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
11635 SDValue Cond = N->getOperand(3);
11636 if (CC == X86::COND_E || CC == X86::COND_NE) {
11637 switch (Cond.getOpcode()) {
11638 default: break;
11639 case X86ISD::BSR:
11640 case X86ISD::BSF:
11641 // If operand of BSR / BSF are proven never zero, then ZF cannot be set.
11642 if (DAG.isKnownNeverZero(Cond.getOperand(0)))
11643 return (CC == X86::COND_E) ? FalseOp : TrueOp;
11644 }
11645 }
11646
Chris Lattnerd1980a52009-03-12 06:52:53 +000011647 // If this is a select between two integer constants, try to do some
11648 // optimizations. Note that the operands are ordered the opposite of SELECT
11649 // operands.
Evan Chengb5a55d92011-05-24 01:48:22 +000011650 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) {
11651 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000011652 // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
11653 // larger than FalseC (the false value).
Chris Lattnerd1980a52009-03-12 06:52:53 +000011654 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
11655 CC = X86::GetOppositeBranchCondition(CC);
11656 std::swap(TrueC, FalseC);
11657 }
Eric Christopherfd179292009-08-27 18:07:15 +000011658
Chris Lattnerd1980a52009-03-12 06:52:53 +000011659 // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011660 // This is efficient for any integer data type (including i8/i16) and
11661 // shift amount.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011662 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000011663 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11664 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011665
Chris Lattnerd1980a52009-03-12 06:52:53 +000011666 // Zero extend the condition if needed.
11667 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011668
Chris Lattnerd1980a52009-03-12 06:52:53 +000011669 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
11670 Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011671 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011672 if (N->getNumValues() == 2) // Dead flag value?
11673 return DCI.CombineTo(N, Cond, SDValue());
11674 return Cond;
11675 }
Eric Christopherfd179292009-08-27 18:07:15 +000011676
Chris Lattnercee56e72009-03-13 05:53:31 +000011677 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst. This is efficient
11678 // for any integer data type, including i8/i16.
Chris Lattner97a29a52009-03-13 05:22:11 +000011679 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000011680 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11681 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011682
Chris Lattner97a29a52009-03-13 05:22:11 +000011683 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011684 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11685 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011686 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11687 SDValue(FalseC, 0));
Eric Christopherfd179292009-08-27 18:07:15 +000011688
Chris Lattner97a29a52009-03-13 05:22:11 +000011689 if (N->getNumValues() == 2) // Dead flag value?
11690 return DCI.CombineTo(N, Cond, SDValue());
11691 return Cond;
11692 }
Eric Christopherfd179292009-08-27 18:07:15 +000011693
Chris Lattnercee56e72009-03-13 05:53:31 +000011694 // Optimize cases that will turn into an LEA instruction. This requires
11695 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011696 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011697 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011698 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011699
Chris Lattnercee56e72009-03-13 05:53:31 +000011700 bool isFastMultiplier = false;
11701 if (Diff < 10) {
11702 switch ((unsigned char)Diff) {
11703 default: break;
11704 case 1: // result = add base, cond
11705 case 2: // result = lea base( , cond*2)
11706 case 3: // result = lea base(cond, cond*2)
11707 case 4: // result = lea base( , cond*4)
11708 case 5: // result = lea base(cond, cond*4)
11709 case 8: // result = lea base( , cond*8)
11710 case 9: // result = lea base(cond, cond*8)
11711 isFastMultiplier = true;
11712 break;
11713 }
11714 }
Eric Christopherfd179292009-08-27 18:07:15 +000011715
Chris Lattnercee56e72009-03-13 05:53:31 +000011716 if (isFastMultiplier) {
11717 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011718 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11719 DAG.getConstant(CC, MVT::i8), Cond);
Chris Lattnercee56e72009-03-13 05:53:31 +000011720 // Zero extend the condition if needed.
11721 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11722 Cond);
11723 // Scale the condition by the difference.
11724 if (Diff != 1)
11725 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11726 DAG.getConstant(Diff, Cond.getValueType()));
11727
11728 // Add the base if non-zero.
11729 if (FalseC->getAPIntValue() != 0)
11730 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11731 SDValue(FalseC, 0));
11732 if (N->getNumValues() == 2) // Dead flag value?
11733 return DCI.CombineTo(N, Cond, SDValue());
11734 return Cond;
11735 }
Eric Christopherfd179292009-08-27 18:07:15 +000011736 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011737 }
11738 }
11739 return SDValue();
11740}
11741
11742
Evan Cheng0b0cd912009-03-28 05:57:29 +000011743/// PerformMulCombine - Optimize a single multiply with constant into two
11744/// in order to implement it with two cheaper instructions, e.g.
11745/// LEA + SHL, LEA + LEA.
11746static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
11747 TargetLowering::DAGCombinerInfo &DCI) {
Evan Cheng0b0cd912009-03-28 05:57:29 +000011748 if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
11749 return SDValue();
11750
Owen Andersone50ed302009-08-10 22:56:29 +000011751 EVT VT = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +000011752 if (VT != MVT::i64)
Evan Cheng0b0cd912009-03-28 05:57:29 +000011753 return SDValue();
11754
11755 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
11756 if (!C)
11757 return SDValue();
11758 uint64_t MulAmt = C->getZExtValue();
11759 if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
11760 return SDValue();
11761
11762 uint64_t MulAmt1 = 0;
11763 uint64_t MulAmt2 = 0;
11764 if ((MulAmt % 9) == 0) {
11765 MulAmt1 = 9;
11766 MulAmt2 = MulAmt / 9;
11767 } else if ((MulAmt % 5) == 0) {
11768 MulAmt1 = 5;
11769 MulAmt2 = MulAmt / 5;
11770 } else if ((MulAmt % 3) == 0) {
11771 MulAmt1 = 3;
11772 MulAmt2 = MulAmt / 3;
11773 }
11774 if (MulAmt2 &&
11775 (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
11776 DebugLoc DL = N->getDebugLoc();
11777
11778 if (isPowerOf2_64(MulAmt2) &&
11779 !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
11780 // If second multiplifer is pow2, issue it first. We want the multiply by
11781 // 3, 5, or 9 to be folded into the addressing mode unless the lone use
11782 // is an add.
11783 std::swap(MulAmt1, MulAmt2);
11784
11785 SDValue NewMul;
Eric Christopherfd179292009-08-27 18:07:15 +000011786 if (isPowerOf2_64(MulAmt1))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011787 NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
Owen Anderson825b72b2009-08-11 20:47:22 +000011788 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
Evan Cheng0b0cd912009-03-28 05:57:29 +000011789 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011790 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
Evan Cheng0b0cd912009-03-28 05:57:29 +000011791 DAG.getConstant(MulAmt1, VT));
11792
Eric Christopherfd179292009-08-27 18:07:15 +000011793 if (isPowerOf2_64(MulAmt2))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011794 NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
Owen Anderson825b72b2009-08-11 20:47:22 +000011795 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));
Eric Christopherfd179292009-08-27 18:07:15 +000011796 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011797 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
Evan Cheng0b0cd912009-03-28 05:57:29 +000011798 DAG.getConstant(MulAmt2, VT));
11799
11800 // Do not add new nodes to DAG combiner worklist.
11801 DCI.CombineTo(N, NewMul, false);
11802 }
11803 return SDValue();
11804}
11805
Evan Chengad9c0a32009-12-15 00:53:42 +000011806static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
11807 SDValue N0 = N->getOperand(0);
11808 SDValue N1 = N->getOperand(1);
11809 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
11810 EVT VT = N0.getValueType();
11811
11812 // fold (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2))
11813 // since the result of setcc_c is all zero's or all ones.
11814 if (N1C && N0.getOpcode() == ISD::AND &&
11815 N0.getOperand(1).getOpcode() == ISD::Constant) {
11816 SDValue N00 = N0.getOperand(0);
11817 if (N00.getOpcode() == X86ISD::SETCC_CARRY ||
11818 ((N00.getOpcode() == ISD::ANY_EXTEND ||
11819 N00.getOpcode() == ISD::ZERO_EXTEND) &&
11820 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY)) {
11821 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
11822 APInt ShAmt = N1C->getAPIntValue();
11823 Mask = Mask.shl(ShAmt);
11824 if (Mask != 0)
11825 return DAG.getNode(ISD::AND, N->getDebugLoc(), VT,
11826 N00, DAG.getConstant(Mask, VT));
11827 }
11828 }
11829
11830 return SDValue();
11831}
Evan Cheng0b0cd912009-03-28 05:57:29 +000011832
Nate Begeman740ab032009-01-26 00:52:55 +000011833/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
11834/// when possible.
11835static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
11836 const X86Subtarget *Subtarget) {
Evan Chengad9c0a32009-12-15 00:53:42 +000011837 EVT VT = N->getValueType(0);
11838 if (!VT.isVector() && VT.isInteger() &&
11839 N->getOpcode() == ISD::SHL)
11840 return PerformSHLCombine(N, DAG);
11841
Nate Begeman740ab032009-01-26 00:52:55 +000011842 // On X86 with SSE2 support, we can transform this to a vector shift if
11843 // all elements are shifted by the same amount. We can't do this in legalize
11844 // because the a constant vector is typically transformed to a constant pool
11845 // so we have no knowledge of the shift amount.
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011846 if (!Subtarget->hasSSE2())
11847 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000011848
Owen Anderson825b72b2009-08-11 20:47:22 +000011849 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011850 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000011851
Mon P Wang3becd092009-01-28 08:12:05 +000011852 SDValue ShAmtOp = N->getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +000011853 EVT EltVT = VT.getVectorElementType();
Chris Lattner47b4ce82009-03-11 05:48:52 +000011854 DebugLoc DL = N->getDebugLoc();
Mon P Wangefa42202009-09-03 19:56:25 +000011855 SDValue BaseShAmt = SDValue();
Mon P Wang3becd092009-01-28 08:12:05 +000011856 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
11857 unsigned NumElts = VT.getVectorNumElements();
11858 unsigned i = 0;
11859 for (; i != NumElts; ++i) {
11860 SDValue Arg = ShAmtOp.getOperand(i);
11861 if (Arg.getOpcode() == ISD::UNDEF) continue;
11862 BaseShAmt = Arg;
11863 break;
11864 }
11865 for (; i != NumElts; ++i) {
11866 SDValue Arg = ShAmtOp.getOperand(i);
11867 if (Arg.getOpcode() == ISD::UNDEF) continue;
11868 if (Arg != BaseShAmt) {
11869 return SDValue();
11870 }
11871 }
11872 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
Nate Begeman9008ca62009-04-27 18:41:29 +000011873 cast<ShuffleVectorSDNode>(ShAmtOp)->isSplat()) {
Mon P Wangefa42202009-09-03 19:56:25 +000011874 SDValue InVec = ShAmtOp.getOperand(0);
11875 if (InVec.getOpcode() == ISD::BUILD_VECTOR) {
11876 unsigned NumElts = InVec.getValueType().getVectorNumElements();
11877 unsigned i = 0;
11878 for (; i != NumElts; ++i) {
11879 SDValue Arg = InVec.getOperand(i);
11880 if (Arg.getOpcode() == ISD::UNDEF) continue;
11881 BaseShAmt = Arg;
11882 break;
11883 }
11884 } else if (InVec.getOpcode() == ISD::INSERT_VECTOR_ELT) {
11885 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
Evan Chengae3ecf92010-02-16 21:09:44 +000011886 unsigned SplatIdx= cast<ShuffleVectorSDNode>(ShAmtOp)->getSplatIndex();
Mon P Wangefa42202009-09-03 19:56:25 +000011887 if (C->getZExtValue() == SplatIdx)
11888 BaseShAmt = InVec.getOperand(1);
11889 }
11890 }
11891 if (BaseShAmt.getNode() == 0)
11892 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp,
11893 DAG.getIntPtrConstant(0));
Mon P Wang3becd092009-01-28 08:12:05 +000011894 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011895 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +000011896
Mon P Wangefa42202009-09-03 19:56:25 +000011897 // The shift amount is an i32.
Owen Anderson825b72b2009-08-11 20:47:22 +000011898 if (EltVT.bitsGT(MVT::i32))
11899 BaseShAmt = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, BaseShAmt);
11900 else if (EltVT.bitsLT(MVT::i32))
Mon P Wangefa42202009-09-03 19:56:25 +000011901 BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +000011902
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011903 // The shift amount is identical so we can do a vector shift.
11904 SDValue ValOp = N->getOperand(0);
11905 switch (N->getOpcode()) {
11906 default:
Torok Edwinc23197a2009-07-14 16:55:14 +000011907 llvm_unreachable("Unknown shift opcode!");
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011908 break;
11909 case ISD::SHL:
Owen Anderson825b72b2009-08-11 20:47:22 +000011910 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011911 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011912 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011913 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011914 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011915 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011916 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011917 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011918 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011919 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011920 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011921 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011922 break;
11923 case ISD::SRA:
Owen Anderson825b72b2009-08-11 20:47:22 +000011924 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011925 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011926 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011927 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011928 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011929 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011930 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011931 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011932 break;
11933 case ISD::SRL:
Owen Anderson825b72b2009-08-11 20:47:22 +000011934 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011935 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011936 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011937 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011938 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011939 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011940 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011941 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000011942 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000011943 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000011944 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000011945 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000011946 break;
Nate Begeman740ab032009-01-26 00:52:55 +000011947 }
11948 return SDValue();
11949}
11950
Nate Begemanb65c1752010-12-17 22:55:37 +000011951
Stuart Hastings865f0932011-06-03 23:53:54 +000011952// CMPEQCombine - Recognize the distinctive (AND (setcc ...) (setcc ..))
11953// where both setccs reference the same FP CMP, and rewrite for CMPEQSS
11954// and friends. Likewise for OR -> CMPNEQSS.
11955static SDValue CMPEQCombine(SDNode *N, SelectionDAG &DAG,
11956 TargetLowering::DAGCombinerInfo &DCI,
11957 const X86Subtarget *Subtarget) {
11958 unsigned opcode;
11959
11960 // SSE1 supports CMP{eq|ne}SS, and SSE2 added CMP{eq|ne}SD, but
11961 // we're requiring SSE2 for both.
11962 if (Subtarget->hasSSE2() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) {
11963 SDValue N0 = N->getOperand(0);
11964 SDValue N1 = N->getOperand(1);
11965 SDValue CMP0 = N0->getOperand(1);
11966 SDValue CMP1 = N1->getOperand(1);
11967 DebugLoc DL = N->getDebugLoc();
11968
11969 // The SETCCs should both refer to the same CMP.
11970 if (CMP0.getOpcode() != X86ISD::CMP || CMP0 != CMP1)
11971 return SDValue();
11972
11973 SDValue CMP00 = CMP0->getOperand(0);
11974 SDValue CMP01 = CMP0->getOperand(1);
11975 EVT VT = CMP00.getValueType();
11976
11977 if (VT == MVT::f32 || VT == MVT::f64) {
11978 bool ExpectingFlags = false;
11979 // Check for any users that want flags:
11980 for (SDNode::use_iterator UI = N->use_begin(),
11981 UE = N->use_end();
11982 !ExpectingFlags && UI != UE; ++UI)
11983 switch (UI->getOpcode()) {
11984 default:
11985 case ISD::BR_CC:
11986 case ISD::BRCOND:
11987 case ISD::SELECT:
11988 ExpectingFlags = true;
11989 break;
11990 case ISD::CopyToReg:
11991 case ISD::SIGN_EXTEND:
11992 case ISD::ZERO_EXTEND:
11993 case ISD::ANY_EXTEND:
11994 break;
11995 }
11996
11997 if (!ExpectingFlags) {
11998 enum X86::CondCode cc0 = (enum X86::CondCode)N0.getConstantOperandVal(0);
11999 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0);
12000
12001 if (cc1 == X86::COND_E || cc1 == X86::COND_NE) {
12002 X86::CondCode tmp = cc0;
12003 cc0 = cc1;
12004 cc1 = tmp;
12005 }
12006
12007 if ((cc0 == X86::COND_E && cc1 == X86::COND_NP) ||
12008 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) {
12009 bool is64BitFP = (CMP00.getValueType() == MVT::f64);
12010 X86ISD::NodeType NTOperator = is64BitFP ?
12011 X86ISD::FSETCCsd : X86ISD::FSETCCss;
12012 // FIXME: need symbolic constants for these magic numbers.
12013 // See X86ATTInstPrinter.cpp:printSSECC().
12014 unsigned x86cc = (cc0 == X86::COND_E) ? 0 : 4;
12015 SDValue OnesOrZeroesF = DAG.getNode(NTOperator, DL, MVT::f32, CMP00, CMP01,
12016 DAG.getConstant(x86cc, MVT::i8));
12017 SDValue OnesOrZeroesI = DAG.getNode(ISD::BITCAST, DL, MVT::i32,
12018 OnesOrZeroesF);
12019 SDValue ANDed = DAG.getNode(ISD::AND, DL, MVT::i32, OnesOrZeroesI,
12020 DAG.getConstant(1, MVT::i32));
12021 SDValue OneBitOfTruth = DAG.getNode(ISD::TRUNCATE, DL, MVT::i8, ANDed);
12022 return OneBitOfTruth;
12023 }
12024 }
12025 }
12026 }
12027 return SDValue();
12028}
12029
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012030/// CanFoldXORWithAllOnes - Test whether the XOR operand is a AllOnes vector
12031/// so it can be folded inside ANDNP.
12032static bool CanFoldXORWithAllOnes(const SDNode *N) {
12033 EVT VT = N->getValueType(0);
12034
12035 // Match direct AllOnes for 128 and 256-bit vectors
12036 if (ISD::isBuildVectorAllOnes(N))
12037 return true;
12038
12039 // Look through a bit convert.
12040 if (N->getOpcode() == ISD::BITCAST)
12041 N = N->getOperand(0).getNode();
12042
12043 // Sometimes the operand may come from a insert_subvector building a 256-bit
12044 // allones vector
12045 SDValue V1 = N->getOperand(0);
12046 SDValue V2 = N->getOperand(1);
12047
12048 if (VT.getSizeInBits() == 256 &&
12049 N->getOpcode() == ISD::INSERT_SUBVECTOR &&
12050 V1.getOpcode() == ISD::INSERT_SUBVECTOR &&
12051 V1.getOperand(0).getOpcode() == ISD::UNDEF &&
12052 ISD::isBuildVectorAllOnes(V1.getOperand(1).getNode()) &&
12053 ISD::isBuildVectorAllOnes(V2.getNode()))
12054 return true;
12055
12056 return false;
12057}
12058
Nate Begemanb65c1752010-12-17 22:55:37 +000012059static SDValue PerformAndCombine(SDNode *N, SelectionDAG &DAG,
12060 TargetLowering::DAGCombinerInfo &DCI,
12061 const X86Subtarget *Subtarget) {
12062 if (DCI.isBeforeLegalizeOps())
12063 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012064
Stuart Hastings865f0932011-06-03 23:53:54 +000012065 SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget);
12066 if (R.getNode())
12067 return R;
12068
Bruno Cardoso Lopes466b0222011-07-13 21:36:51 +000012069 // Want to form ANDNP nodes:
12070 // 1) In the hopes of then easily combining them with OR and AND nodes
12071 // to form PBLEND/PSIGN.
12072 // 2) To match ANDN packed intrinsics
Nate Begemanb65c1752010-12-17 22:55:37 +000012073 EVT VT = N->getValueType(0);
Bruno Cardoso Lopes466b0222011-07-13 21:36:51 +000012074 if (VT != MVT::v2i64 && VT != MVT::v4i64)
Nate Begemanb65c1752010-12-17 22:55:37 +000012075 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012076
Nate Begemanb65c1752010-12-17 22:55:37 +000012077 SDValue N0 = N->getOperand(0);
12078 SDValue N1 = N->getOperand(1);
12079 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012080
Nate Begemanb65c1752010-12-17 22:55:37 +000012081 // Check LHS for vnot
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012082 if (N0.getOpcode() == ISD::XOR &&
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012083 //ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode()))
12084 CanFoldXORWithAllOnes(N0.getOperand(1).getNode()))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012085 return DAG.getNode(X86ISD::ANDNP, DL, VT, N0.getOperand(0), N1);
Nate Begemanb65c1752010-12-17 22:55:37 +000012086
12087 // Check RHS for vnot
12088 if (N1.getOpcode() == ISD::XOR &&
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012089 //ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode()))
12090 CanFoldXORWithAllOnes(N1.getOperand(1).getNode()))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012091 return DAG.getNode(X86ISD::ANDNP, DL, VT, N1.getOperand(0), N0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012092
Nate Begemanb65c1752010-12-17 22:55:37 +000012093 return SDValue();
12094}
12095
Evan Cheng760d1942010-01-04 21:22:48 +000012096static SDValue PerformOrCombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng8b1190a2010-04-28 01:18:01 +000012097 TargetLowering::DAGCombinerInfo &DCI,
Evan Cheng760d1942010-01-04 21:22:48 +000012098 const X86Subtarget *Subtarget) {
Evan Cheng39cfeec2010-04-28 02:25:18 +000012099 if (DCI.isBeforeLegalizeOps())
Evan Cheng8b1190a2010-04-28 01:18:01 +000012100 return SDValue();
12101
Stuart Hastings865f0932011-06-03 23:53:54 +000012102 SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget);
12103 if (R.getNode())
12104 return R;
12105
Evan Cheng760d1942010-01-04 21:22:48 +000012106 EVT VT = N->getValueType(0);
Nate Begemanb65c1752010-12-17 22:55:37 +000012107 if (VT != MVT::i16 && VT != MVT::i32 && VT != MVT::i64 && VT != MVT::v2i64)
Evan Cheng760d1942010-01-04 21:22:48 +000012108 return SDValue();
12109
Evan Cheng760d1942010-01-04 21:22:48 +000012110 SDValue N0 = N->getOperand(0);
12111 SDValue N1 = N->getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012112
Nate Begemanb65c1752010-12-17 22:55:37 +000012113 // look for psign/blend
12114 if (Subtarget->hasSSSE3()) {
12115 if (VT == MVT::v2i64) {
12116 // Canonicalize pandn to RHS
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012117 if (N0.getOpcode() == X86ISD::ANDNP)
Nate Begemanb65c1752010-12-17 22:55:37 +000012118 std::swap(N0, N1);
12119 // or (and (m, x), (pandn m, y))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012120 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::ANDNP) {
Nate Begemanb65c1752010-12-17 22:55:37 +000012121 SDValue Mask = N1.getOperand(0);
12122 SDValue X = N1.getOperand(1);
12123 SDValue Y;
12124 if (N0.getOperand(0) == Mask)
12125 Y = N0.getOperand(1);
12126 if (N0.getOperand(1) == Mask)
12127 Y = N0.getOperand(0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012128
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012129 // Check to see if the mask appeared in both the AND and ANDNP and
Nate Begemanb65c1752010-12-17 22:55:37 +000012130 if (!Y.getNode())
12131 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012132
Nate Begemanb65c1752010-12-17 22:55:37 +000012133 // Validate that X, Y, and Mask are BIT_CONVERTS, and see through them.
12134 if (Mask.getOpcode() != ISD::BITCAST ||
12135 X.getOpcode() != ISD::BITCAST ||
12136 Y.getOpcode() != ISD::BITCAST)
12137 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012138
Nate Begemanb65c1752010-12-17 22:55:37 +000012139 // Look through mask bitcast.
12140 Mask = Mask.getOperand(0);
12141 EVT MaskVT = Mask.getValueType();
12142
12143 // Validate that the Mask operand is a vector sra node. The sra node
12144 // will be an intrinsic.
12145 if (Mask.getOpcode() != ISD::INTRINSIC_WO_CHAIN)
12146 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012147
Nate Begemanb65c1752010-12-17 22:55:37 +000012148 // FIXME: what to do for bytes, since there is a psignb/pblendvb, but
12149 // there is no psrai.b
12150 switch (cast<ConstantSDNode>(Mask.getOperand(0))->getZExtValue()) {
12151 case Intrinsic::x86_sse2_psrai_w:
12152 case Intrinsic::x86_sse2_psrai_d:
12153 break;
12154 default: return SDValue();
12155 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012156
Nate Begemanb65c1752010-12-17 22:55:37 +000012157 // Check that the SRA is all signbits.
12158 SDValue SraC = Mask.getOperand(2);
12159 unsigned SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue();
12160 unsigned EltBits = MaskVT.getVectorElementType().getSizeInBits();
12161 if ((SraAmt + 1) != EltBits)
12162 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012163
Nate Begemanb65c1752010-12-17 22:55:37 +000012164 DebugLoc DL = N->getDebugLoc();
12165
12166 // Now we know we at least have a plendvb with the mask val. See if
12167 // we can form a psignb/w/d.
12168 // psign = x.type == y.type == mask.type && y = sub(0, x);
12169 X = X.getOperand(0);
12170 Y = Y.getOperand(0);
12171 if (Y.getOpcode() == ISD::SUB && Y.getOperand(1) == X &&
12172 ISD::isBuildVectorAllZeros(Y.getOperand(0).getNode()) &&
12173 X.getValueType() == MaskVT && X.getValueType() == Y.getValueType()){
12174 unsigned Opc = 0;
12175 switch (EltBits) {
12176 case 8: Opc = X86ISD::PSIGNB; break;
12177 case 16: Opc = X86ISD::PSIGNW; break;
12178 case 32: Opc = X86ISD::PSIGND; break;
12179 default: break;
12180 }
12181 if (Opc) {
12182 SDValue Sign = DAG.getNode(Opc, DL, MaskVT, X, Mask.getOperand(1));
12183 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Sign);
12184 }
12185 }
12186 // PBLENDVB only available on SSE 4.1
12187 if (!Subtarget->hasSSE41())
12188 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012189
Nate Begemanb65c1752010-12-17 22:55:37 +000012190 X = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, X);
12191 Y = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Y);
12192 Mask = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Mask);
Nate Begeman672fb622010-12-20 22:04:24 +000012193 Mask = DAG.getNode(X86ISD::PBLENDVB, DL, MVT::v16i8, X, Y, Mask);
Nate Begemanb65c1752010-12-17 22:55:37 +000012194 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Mask);
12195 }
12196 }
12197 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012198
Nate Begemanb65c1752010-12-17 22:55:37 +000012199 // fold (or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c)
Evan Cheng760d1942010-01-04 21:22:48 +000012200 if (N0.getOpcode() == ISD::SRL && N1.getOpcode() == ISD::SHL)
12201 std::swap(N0, N1);
12202 if (N0.getOpcode() != ISD::SHL || N1.getOpcode() != ISD::SRL)
12203 return SDValue();
Evan Cheng8b1190a2010-04-28 01:18:01 +000012204 if (!N0.hasOneUse() || !N1.hasOneUse())
12205 return SDValue();
Evan Cheng760d1942010-01-04 21:22:48 +000012206
12207 SDValue ShAmt0 = N0.getOperand(1);
12208 if (ShAmt0.getValueType() != MVT::i8)
12209 return SDValue();
12210 SDValue ShAmt1 = N1.getOperand(1);
12211 if (ShAmt1.getValueType() != MVT::i8)
12212 return SDValue();
12213 if (ShAmt0.getOpcode() == ISD::TRUNCATE)
12214 ShAmt0 = ShAmt0.getOperand(0);
12215 if (ShAmt1.getOpcode() == ISD::TRUNCATE)
12216 ShAmt1 = ShAmt1.getOperand(0);
12217
12218 DebugLoc DL = N->getDebugLoc();
12219 unsigned Opc = X86ISD::SHLD;
12220 SDValue Op0 = N0.getOperand(0);
12221 SDValue Op1 = N1.getOperand(0);
12222 if (ShAmt0.getOpcode() == ISD::SUB) {
12223 Opc = X86ISD::SHRD;
12224 std::swap(Op0, Op1);
12225 std::swap(ShAmt0, ShAmt1);
12226 }
12227
Evan Cheng8b1190a2010-04-28 01:18:01 +000012228 unsigned Bits = VT.getSizeInBits();
Evan Cheng760d1942010-01-04 21:22:48 +000012229 if (ShAmt1.getOpcode() == ISD::SUB) {
12230 SDValue Sum = ShAmt1.getOperand(0);
12231 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
Dan Gohman4e39e9d2010-06-24 14:30:44 +000012232 SDValue ShAmt1Op1 = ShAmt1.getOperand(1);
12233 if (ShAmt1Op1.getNode()->getOpcode() == ISD::TRUNCATE)
12234 ShAmt1Op1 = ShAmt1Op1.getOperand(0);
12235 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0)
Evan Cheng760d1942010-01-04 21:22:48 +000012236 return DAG.getNode(Opc, DL, VT,
12237 Op0, Op1,
12238 DAG.getNode(ISD::TRUNCATE, DL,
12239 MVT::i8, ShAmt0));
12240 }
12241 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
12242 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
12243 if (ShAmt0C &&
Evan Cheng8b1190a2010-04-28 01:18:01 +000012244 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits)
Evan Cheng760d1942010-01-04 21:22:48 +000012245 return DAG.getNode(Opc, DL, VT,
12246 N0.getOperand(0), N1.getOperand(0),
12247 DAG.getNode(ISD::TRUNCATE, DL,
12248 MVT::i8, ShAmt0));
12249 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012250
Evan Cheng760d1942010-01-04 21:22:48 +000012251 return SDValue();
12252}
12253
Chris Lattner149a4e52008-02-22 02:09:43 +000012254/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012255static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng536e6672009-03-12 05:59:15 +000012256 const X86Subtarget *Subtarget) {
Chris Lattner149a4e52008-02-22 02:09:43 +000012257 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
12258 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +000012259 // A preferable solution to the general problem is to figure out the right
12260 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng536e6672009-03-12 05:59:15 +000012261
12262 // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
Evan Cheng7e2ff772008-05-08 00:57:18 +000012263 StoreSDNode *St = cast<StoreSDNode>(N);
Owen Andersone50ed302009-08-10 22:56:29 +000012264 EVT VT = St->getValue().getValueType();
Evan Cheng536e6672009-03-12 05:59:15 +000012265 if (VT.getSizeInBits() != 64)
12266 return SDValue();
12267
Devang Patel578efa92009-06-05 21:57:13 +000012268 const Function *F = DAG.getMachineFunction().getFunction();
12269 bool NoImplicitFloatOps = F->hasFnAttr(Attribute::NoImplicitFloat);
Eric Christopherfd179292009-08-27 18:07:15 +000012270 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps
Devang Patel578efa92009-06-05 21:57:13 +000012271 && Subtarget->hasSSE2();
Evan Cheng536e6672009-03-12 05:59:15 +000012272 if ((VT.isVector() ||
Owen Anderson825b72b2009-08-11 20:47:22 +000012273 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
Dale Johannesen079f2a62008-02-25 19:20:14 +000012274 isa<LoadSDNode>(St->getValue()) &&
12275 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
12276 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +000012277 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012278 LoadSDNode *Ld = 0;
12279 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +000012280 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +000012281 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012282 // Must be a store of a load. We currently handle two cases: the load
12283 // is a direct child, and it's under an intervening TokenFactor. It is
12284 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +000012285 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +000012286 Ld = cast<LoadSDNode>(St->getChain());
12287 else if (St->getValue().hasOneUse() &&
12288 ChainVal->getOpcode() == ISD::TokenFactor) {
12289 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +000012290 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +000012291 TokenFactorIndex = i;
12292 Ld = cast<LoadSDNode>(St->getValue());
12293 } else
12294 Ops.push_back(ChainVal->getOperand(i));
12295 }
12296 }
Dale Johannesen079f2a62008-02-25 19:20:14 +000012297
Evan Cheng536e6672009-03-12 05:59:15 +000012298 if (!Ld || !ISD::isNormalLoad(Ld))
12299 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012300
Evan Cheng536e6672009-03-12 05:59:15 +000012301 // If this is not the MMX case, i.e. we are just turning i64 load/store
12302 // into f64 load/store, avoid the transformation if there are multiple
12303 // uses of the loaded value.
12304 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
12305 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012306
Evan Cheng536e6672009-03-12 05:59:15 +000012307 DebugLoc LdDL = Ld->getDebugLoc();
12308 DebugLoc StDL = N->getDebugLoc();
12309 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
12310 // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
12311 // pair instead.
12312 if (Subtarget->is64Bit() || F64IsLegal) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012313 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
Chris Lattner51abfe42010-09-21 06:02:19 +000012314 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
12315 Ld->getPointerInfo(), Ld->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000012316 Ld->isNonTemporal(), Ld->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000012317 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +000012318 if (TokenFactorIndex != -1) {
Evan Cheng536e6672009-03-12 05:59:15 +000012319 Ops.push_back(NewChain);
Owen Anderson825b72b2009-08-11 20:47:22 +000012320 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Dale Johannesen079f2a62008-02-25 19:20:14 +000012321 Ops.size());
12322 }
Evan Cheng536e6672009-03-12 05:59:15 +000012323 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +000012324 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000012325 St->isVolatile(), St->isNonTemporal(),
12326 St->getAlignment());
Chris Lattner149a4e52008-02-22 02:09:43 +000012327 }
Evan Cheng536e6672009-03-12 05:59:15 +000012328
12329 // Otherwise, lower to two pairs of 32-bit loads / stores.
12330 SDValue LoAddr = Ld->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000012331 SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
12332 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000012333
Owen Anderson825b72b2009-08-11 20:47:22 +000012334 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000012335 Ld->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000012336 Ld->isVolatile(), Ld->isNonTemporal(),
12337 Ld->getAlignment());
Owen Anderson825b72b2009-08-11 20:47:22 +000012338 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000012339 Ld->getPointerInfo().getWithOffset(4),
David Greene67c9d422010-02-15 16:53:33 +000012340 Ld->isVolatile(), Ld->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000012341 MinAlign(Ld->getAlignment(), 4));
12342
12343 SDValue NewChain = LoLd.getValue(1);
12344 if (TokenFactorIndex != -1) {
12345 Ops.push_back(LoLd);
12346 Ops.push_back(HiLd);
Owen Anderson825b72b2009-08-11 20:47:22 +000012347 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Evan Cheng536e6672009-03-12 05:59:15 +000012348 Ops.size());
12349 }
12350
12351 LoAddr = St->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000012352 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
12353 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000012354
12355 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000012356 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000012357 St->isVolatile(), St->isNonTemporal(),
12358 St->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000012359 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000012360 St->getPointerInfo().getWithOffset(4),
Evan Cheng536e6672009-03-12 05:59:15 +000012361 St->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000012362 St->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000012363 MinAlign(St->getAlignment(), 4));
Owen Anderson825b72b2009-08-11 20:47:22 +000012364 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +000012365 }
Dan Gohman475871a2008-07-27 21:46:04 +000012366 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +000012367}
12368
Chris Lattner6cf73262008-01-25 06:14:17 +000012369/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
12370/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012371static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +000012372 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
12373 // F[X]OR(0.0, x) -> x
12374 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +000012375 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
12376 if (C->getValueAPF().isPosZero())
12377 return N->getOperand(1);
12378 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
12379 if (C->getValueAPF().isPosZero())
12380 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +000012381 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000012382}
12383
12384/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012385static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +000012386 // FAND(0.0, x) -> 0.0
12387 // FAND(x, 0.0) -> 0.0
12388 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
12389 if (C->getValueAPF().isPosZero())
12390 return N->getOperand(0);
12391 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
12392 if (C->getValueAPF().isPosZero())
12393 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +000012394 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000012395}
12396
Dan Gohmane5af2d32009-01-29 01:59:02 +000012397static SDValue PerformBTCombine(SDNode *N,
12398 SelectionDAG &DAG,
12399 TargetLowering::DAGCombinerInfo &DCI) {
12400 // BT ignores high bits in the bit index operand.
12401 SDValue Op1 = N->getOperand(1);
12402 if (Op1.hasOneUse()) {
12403 unsigned BitWidth = Op1.getValueSizeInBits();
12404 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
12405 APInt KnownZero, KnownOne;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012406 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(),
12407 !DCI.isBeforeLegalizeOps());
Dan Gohmand858e902010-04-17 15:26:15 +000012408 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Dan Gohmane5af2d32009-01-29 01:59:02 +000012409 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
12410 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
12411 DCI.CommitTargetLoweringOpt(TLO);
12412 }
12413 return SDValue();
12414}
Chris Lattner83e6c992006-10-04 06:57:07 +000012415
Eli Friedman7a5e5552009-06-07 06:52:44 +000012416static SDValue PerformVZEXT_MOVLCombine(SDNode *N, SelectionDAG &DAG) {
12417 SDValue Op = N->getOperand(0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +000012418 if (Op.getOpcode() == ISD::BITCAST)
Eli Friedman7a5e5552009-06-07 06:52:44 +000012419 Op = Op.getOperand(0);
Owen Andersone50ed302009-08-10 22:56:29 +000012420 EVT VT = N->getValueType(0), OpVT = Op.getValueType();
Eli Friedman7a5e5552009-06-07 06:52:44 +000012421 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&
Eric Christopherfd179292009-08-27 18:07:15 +000012422 VT.getVectorElementType().getSizeInBits() ==
Eli Friedman7a5e5552009-06-07 06:52:44 +000012423 OpVT.getVectorElementType().getSizeInBits()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +000012424 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), VT, Op);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012425 }
12426 return SDValue();
12427}
12428
Evan Cheng2e489c42009-12-16 00:53:11 +000012429static SDValue PerformZExtCombine(SDNode *N, SelectionDAG &DAG) {
12430 // (i32 zext (and (i8 x86isd::setcc_carry), 1)) ->
12431 // (and (i32 x86isd::setcc_carry), 1)
12432 // This eliminates the zext. This transformation is necessary because
12433 // ISD::SETCC is always legalized to i8.
12434 DebugLoc dl = N->getDebugLoc();
12435 SDValue N0 = N->getOperand(0);
12436 EVT VT = N->getValueType(0);
12437 if (N0.getOpcode() == ISD::AND &&
12438 N0.hasOneUse() &&
12439 N0.getOperand(0).hasOneUse()) {
12440 SDValue N00 = N0.getOperand(0);
12441 if (N00.getOpcode() != X86ISD::SETCC_CARRY)
12442 return SDValue();
12443 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
12444 if (!C || C->getZExtValue() != 1)
12445 return SDValue();
12446 return DAG.getNode(ISD::AND, dl, VT,
12447 DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
12448 N00.getOperand(0), N00.getOperand(1)),
12449 DAG.getConstant(1, VT));
12450 }
12451
12452 return SDValue();
12453}
12454
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012455// Optimize RES = X86ISD::SETCC CONDCODE, EFLAG_INPUT
12456static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG) {
12457 unsigned X86CC = N->getConstantOperandVal(0);
12458 SDValue EFLAG = N->getOperand(1);
12459 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012460
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012461 // Materialize "setb reg" as "sbb reg,reg", since it can be extended without
12462 // a zext and produces an all-ones bit which is more useful than 0/1 in some
12463 // cases.
12464 if (X86CC == X86::COND_B)
12465 return DAG.getNode(ISD::AND, DL, MVT::i8,
12466 DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
12467 DAG.getConstant(X86CC, MVT::i8), EFLAG),
12468 DAG.getConstant(1, MVT::i8));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012469
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012470 return SDValue();
12471}
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012472
Benjamin Kramer1396c402011-06-18 11:09:41 +000012473static SDValue PerformSINT_TO_FPCombine(SDNode *N, SelectionDAG &DAG,
12474 const X86TargetLowering *XTLI) {
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000012475 SDValue Op0 = N->getOperand(0);
12476 // Transform (SINT_TO_FP (i64 ...)) into an x87 operation if we have
12477 // a 32-bit target where SSE doesn't support i64->FP operations.
12478 if (Op0.getOpcode() == ISD::LOAD) {
12479 LoadSDNode *Ld = cast<LoadSDNode>(Op0.getNode());
12480 EVT VT = Ld->getValueType(0);
12481 if (!Ld->isVolatile() && !N->getValueType(0).isVector() &&
12482 ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&
12483 !XTLI->getSubtarget()->is64Bit() &&
12484 !DAG.getTargetLoweringInfo().isTypeLegal(VT)) {
Benjamin Kramer1396c402011-06-18 11:09:41 +000012485 SDValue FILDChain = XTLI->BuildFILD(SDValue(N, 0), Ld->getValueType(0),
12486 Ld->getChain(), Op0, DAG);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000012487 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1));
12488 return FILDChain;
12489 }
12490 }
12491 return SDValue();
12492}
12493
Chris Lattner23a01992010-12-20 01:37:09 +000012494// Optimize RES, EFLAGS = X86ISD::ADC LHS, RHS, EFLAGS
12495static SDValue PerformADCCombine(SDNode *N, SelectionDAG &DAG,
12496 X86TargetLowering::DAGCombinerInfo &DCI) {
12497 // If the LHS and RHS of the ADC node are zero, then it can't overflow and
12498 // the result is either zero or one (depending on the input carry bit).
12499 // Strength reduce this down to a "set on carry" aka SETCC_CARRY&1.
12500 if (X86::isZeroNode(N->getOperand(0)) &&
12501 X86::isZeroNode(N->getOperand(1)) &&
12502 // We don't have a good way to replace an EFLAGS use, so only do this when
12503 // dead right now.
12504 SDValue(N, 1).use_empty()) {
12505 DebugLoc DL = N->getDebugLoc();
12506 EVT VT = N->getValueType(0);
12507 SDValue CarryOut = DAG.getConstant(0, N->getValueType(1));
12508 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT,
12509 DAG.getNode(X86ISD::SETCC_CARRY, DL, VT,
12510 DAG.getConstant(X86::COND_B,MVT::i8),
12511 N->getOperand(2)),
12512 DAG.getConstant(1, VT));
12513 return DCI.CombineTo(N, Res1, CarryOut);
12514 }
12515
12516 return SDValue();
12517}
12518
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012519// fold (add Y, (sete X, 0)) -> adc 0, Y
12520// (add Y, (setne X, 0)) -> sbb -1, Y
12521// (sub (sete X, 0), Y) -> sbb 0, Y
12522// (sub (setne X, 0), Y) -> adc -1, Y
12523static SDValue OptimizeConditonalInDecrement(SDNode *N, SelectionDAG &DAG) {
12524 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012525
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012526 // Look through ZExts.
12527 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
12528 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
12529 return SDValue();
12530
12531 SDValue SetCC = Ext.getOperand(0);
12532 if (SetCC.getOpcode() != X86ISD::SETCC || !SetCC.hasOneUse())
12533 return SDValue();
12534
12535 X86::CondCode CC = (X86::CondCode)SetCC.getConstantOperandVal(0);
12536 if (CC != X86::COND_E && CC != X86::COND_NE)
12537 return SDValue();
12538
12539 SDValue Cmp = SetCC.getOperand(1);
12540 if (Cmp.getOpcode() != X86ISD::CMP || !Cmp.hasOneUse() ||
Chris Lattner9cd3da42011-01-16 02:56:53 +000012541 !X86::isZeroNode(Cmp.getOperand(1)) ||
12542 !Cmp.getOperand(0).getValueType().isInteger())
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012543 return SDValue();
12544
12545 SDValue CmpOp0 = Cmp.getOperand(0);
12546 SDValue NewCmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32, CmpOp0,
12547 DAG.getConstant(1, CmpOp0.getValueType()));
12548
12549 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
12550 if (CC == X86::COND_NE)
12551 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::ADC : X86ISD::SBB,
12552 DL, OtherVal.getValueType(), OtherVal,
12553 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
12554 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::SBB : X86ISD::ADC,
12555 DL, OtherVal.getValueType(), OtherVal,
12556 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);
12557}
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012558
Dan Gohman475871a2008-07-27 21:46:04 +000012559SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +000012560 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +000012561 SelectionDAG &DAG = DCI.DAG;
12562 switch (N->getOpcode()) {
12563 default: break;
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012564 case ISD::EXTRACT_VECTOR_ELT:
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012565 return PerformEXTRACT_VECTOR_ELTCombine(N, DAG, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +000012566 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Chris Lattnerd1980a52009-03-12 06:52:53 +000012567 case X86ISD::CMOV: return PerformCMOVCombine(N, DAG, DCI);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012568 case ISD::ADD:
12569 case ISD::SUB: return OptimizeConditonalInDecrement(N, DAG);
Chris Lattner23a01992010-12-20 01:37:09 +000012570 case X86ISD::ADC: return PerformADCCombine(N, DAG, DCI);
Evan Cheng0b0cd912009-03-28 05:57:29 +000012571 case ISD::MUL: return PerformMulCombine(N, DAG, DCI);
Nate Begeman740ab032009-01-26 00:52:55 +000012572 case ISD::SHL:
12573 case ISD::SRA:
12574 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Nate Begemanb65c1752010-12-17 22:55:37 +000012575 case ISD::AND: return PerformAndCombine(N, DAG, DCI, Subtarget);
Evan Cheng8b1190a2010-04-28 01:18:01 +000012576 case ISD::OR: return PerformOrCombine(N, DAG, DCI, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +000012577 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000012578 case ISD::SINT_TO_FP: return PerformSINT_TO_FPCombine(N, DAG, this);
Chris Lattner6cf73262008-01-25 06:14:17 +000012579 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +000012580 case X86ISD::FOR: return PerformFORCombine(N, DAG);
12581 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Dan Gohmane5af2d32009-01-29 01:59:02 +000012582 case X86ISD::BT: return PerformBTCombine(N, DAG, DCI);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012583 case X86ISD::VZEXT_MOVL: return PerformVZEXT_MOVLCombine(N, DAG);
Evan Cheng2e489c42009-12-16 00:53:11 +000012584 case ISD::ZERO_EXTEND: return PerformZExtCombine(N, DAG);
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012585 case X86ISD::SETCC: return PerformSETCCCombine(N, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012586 case X86ISD::SHUFPS: // Handle all target specific shuffles
12587 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +000012588 case X86ISD::PALIGN:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012589 case X86ISD::PUNPCKHBW:
12590 case X86ISD::PUNPCKHWD:
12591 case X86ISD::PUNPCKHDQ:
12592 case X86ISD::PUNPCKHQDQ:
12593 case X86ISD::UNPCKHPS:
12594 case X86ISD::UNPCKHPD:
12595 case X86ISD::PUNPCKLBW:
12596 case X86ISD::PUNPCKLWD:
12597 case X86ISD::PUNPCKLDQ:
12598 case X86ISD::PUNPCKLQDQ:
12599 case X86ISD::UNPCKLPS:
12600 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +000012601 case X86ISD::VUNPCKLPSY:
12602 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012603 case X86ISD::MOVHLPS:
12604 case X86ISD::MOVLHPS:
12605 case X86ISD::PSHUFD:
12606 case X86ISD::PSHUFHW:
12607 case X86ISD::PSHUFLW:
12608 case X86ISD::MOVSS:
12609 case X86ISD::MOVSD:
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +000012610 case X86ISD::VPERMIL:
Mon P Wanga0fd0d52010-12-19 23:55:53 +000012611 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, DCI);
Evan Cheng206ee9d2006-07-07 08:33:52 +000012612 }
12613
Dan Gohman475871a2008-07-27 21:46:04 +000012614 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +000012615}
12616
Evan Chenge5b51ac2010-04-17 06:13:15 +000012617/// isTypeDesirableForOp - Return true if the target has native support for
12618/// the specified value type and it is 'desirable' to use the type for the
12619/// given node type. e.g. On x86 i16 is legal, but undesirable since i16
12620/// instruction encodings are longer and some i16 instructions are slow.
12621bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const {
12622 if (!isTypeLegal(VT))
12623 return false;
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012624 if (VT != MVT::i16)
Evan Chenge5b51ac2010-04-17 06:13:15 +000012625 return true;
12626
12627 switch (Opc) {
12628 default:
12629 return true;
Evan Cheng4c26e932010-04-19 19:29:22 +000012630 case ISD::LOAD:
12631 case ISD::SIGN_EXTEND:
12632 case ISD::ZERO_EXTEND:
12633 case ISD::ANY_EXTEND:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012634 case ISD::SHL:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012635 case ISD::SRL:
12636 case ISD::SUB:
12637 case ISD::ADD:
12638 case ISD::MUL:
12639 case ISD::AND:
12640 case ISD::OR:
12641 case ISD::XOR:
12642 return false;
12643 }
12644}
12645
12646/// IsDesirableToPromoteOp - This method query the target whether it is
Evan Cheng64b7bf72010-04-16 06:14:10 +000012647/// beneficial for dag combiner to promote the specified node. If true, it
12648/// should return the desired promotion type by reference.
Evan Chenge5b51ac2010-04-17 06:13:15 +000012649bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012650 EVT VT = Op.getValueType();
12651 if (VT != MVT::i16)
12652 return false;
12653
Evan Cheng4c26e932010-04-19 19:29:22 +000012654 bool Promote = false;
12655 bool Commute = false;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012656 switch (Op.getOpcode()) {
Evan Cheng4c26e932010-04-19 19:29:22 +000012657 default: break;
12658 case ISD::LOAD: {
12659 LoadSDNode *LD = cast<LoadSDNode>(Op);
12660 // If the non-extending load has a single use and it's not live out, then it
12661 // might be folded.
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012662 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&&
12663 Op.hasOneUse()*/) {
12664 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
12665 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
12666 // The only case where we'd want to promote LOAD (rather then it being
12667 // promoted as an operand is when it's only use is liveout.
12668 if (UI->getOpcode() != ISD::CopyToReg)
12669 return false;
12670 }
12671 }
Evan Cheng4c26e932010-04-19 19:29:22 +000012672 Promote = true;
12673 break;
12674 }
12675 case ISD::SIGN_EXTEND:
12676 case ISD::ZERO_EXTEND:
12677 case ISD::ANY_EXTEND:
12678 Promote = true;
12679 break;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012680 case ISD::SHL:
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012681 case ISD::SRL: {
Evan Chenge5b51ac2010-04-17 06:13:15 +000012682 SDValue N0 = Op.getOperand(0);
12683 // Look out for (store (shl (load), x)).
Evan Chengc82c20b2010-04-24 04:44:57 +000012684 if (MayFoldLoad(N0) && MayFoldIntoStore(Op))
Evan Chenge5b51ac2010-04-17 06:13:15 +000012685 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012686 Promote = true;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012687 break;
12688 }
Evan Cheng64b7bf72010-04-16 06:14:10 +000012689 case ISD::ADD:
12690 case ISD::MUL:
12691 case ISD::AND:
12692 case ISD::OR:
Evan Cheng4c26e932010-04-19 19:29:22 +000012693 case ISD::XOR:
12694 Commute = true;
12695 // fallthrough
12696 case ISD::SUB: {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012697 SDValue N0 = Op.getOperand(0);
12698 SDValue N1 = Op.getOperand(1);
Evan Chengc82c20b2010-04-24 04:44:57 +000012699 if (!Commute && MayFoldLoad(N1))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012700 return false;
12701 // Avoid disabling potential load folding opportunities.
Evan Chengc82c20b2010-04-24 04:44:57 +000012702 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012703 return false;
Evan Chengc82c20b2010-04-24 04:44:57 +000012704 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012705 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012706 Promote = true;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012707 }
12708 }
12709
12710 PVT = MVT::i32;
Evan Cheng4c26e932010-04-19 19:29:22 +000012711 return Promote;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012712}
12713
Evan Cheng60c07e12006-07-05 22:17:51 +000012714//===----------------------------------------------------------------------===//
12715// X86 Inline Assembly Support
12716//===----------------------------------------------------------------------===//
12717
Chris Lattnerb8105652009-07-20 17:51:36 +000012718bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
12719 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
Chris Lattnerb8105652009-07-20 17:51:36 +000012720
12721 std::string AsmStr = IA->getAsmString();
12722
12723 // TODO: should remove alternatives from the asmstring: "foo {a|b}" -> "foo a"
Benjamin Kramerd4f19592010-01-11 18:03:24 +000012724 SmallVector<StringRef, 4> AsmPieces;
Peter Collingbourne98361182010-11-13 19:54:23 +000012725 SplitString(AsmStr, AsmPieces, ";\n");
Chris Lattnerb8105652009-07-20 17:51:36 +000012726
12727 switch (AsmPieces.size()) {
12728 default: return false;
12729 case 1:
12730 AsmStr = AsmPieces[0];
12731 AsmPieces.clear();
12732 SplitString(AsmStr, AsmPieces, " \t"); // Split with whitespace.
12733
Chris Lattner7a2bdde2011-04-15 05:18:47 +000012734 // FIXME: this should verify that we are targeting a 486 or better. If not,
Evan Cheng55d42002011-01-08 01:24:27 +000012735 // we will turn this bswap into something that will be lowered to logical ops
12736 // instead of emitting the bswap asm. For now, we don't support 486 or lower
12737 // so don't worry about this.
Chris Lattnerb8105652009-07-20 17:51:36 +000012738 // bswap $0
12739 if (AsmPieces.size() == 2 &&
12740 (AsmPieces[0] == "bswap" ||
12741 AsmPieces[0] == "bswapq" ||
12742 AsmPieces[0] == "bswapl") &&
12743 (AsmPieces[1] == "$0" ||
12744 AsmPieces[1] == "${0:q}")) {
12745 // No need to check constraints, nothing other than the equivalent of
12746 // "=r,0" would be valid here.
Chris Lattnerdb125cf2011-07-18 04:54:35 +000012747 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000012748 if (!Ty || Ty->getBitWidth() % 16 != 0)
12749 return false;
12750 return IntrinsicLowering::LowerToByteSwap(CI);
Chris Lattnerb8105652009-07-20 17:51:36 +000012751 }
12752 // rorw $$8, ${0:w} --> llvm.bswap.i16
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000012753 if (CI->getType()->isIntegerTy(16) &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012754 AsmPieces.size() == 3 &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012755 (AsmPieces[0] == "rorw" || AsmPieces[0] == "rolw") &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012756 AsmPieces[1] == "$$8," &&
12757 AsmPieces[2] == "${0:w}" &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012758 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12759 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012760 const std::string &ConstraintsStr = IA->getConstraintString();
12761 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Dan Gohman0ef701e2010-03-04 19:58:08 +000012762 std::sort(AsmPieces.begin(), AsmPieces.end());
12763 if (AsmPieces.size() == 4 &&
12764 AsmPieces[0] == "~{cc}" &&
12765 AsmPieces[1] == "~{dirflag}" &&
12766 AsmPieces[2] == "~{flags}" &&
12767 AsmPieces[3] == "~{fpsr}") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000012768 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000012769 if (!Ty || Ty->getBitWidth() % 16 != 0)
12770 return false;
12771 return IntrinsicLowering::LowerToByteSwap(CI);
Dan Gohman0ef701e2010-03-04 19:58:08 +000012772 }
Chris Lattnerb8105652009-07-20 17:51:36 +000012773 }
12774 break;
12775 case 3:
Peter Collingbourne948cf022010-11-13 19:54:30 +000012776 if (CI->getType()->isIntegerTy(32) &&
12777 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12778 SmallVector<StringRef, 4> Words;
12779 SplitString(AsmPieces[0], Words, " \t,");
12780 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
12781 Words[2] == "${0:w}") {
12782 Words.clear();
12783 SplitString(AsmPieces[1], Words, " \t,");
12784 if (Words.size() == 3 && Words[0] == "rorl" && Words[1] == "$$16" &&
12785 Words[2] == "$0") {
12786 Words.clear();
12787 SplitString(AsmPieces[2], Words, " \t,");
12788 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
12789 Words[2] == "${0:w}") {
12790 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012791 const std::string &ConstraintsStr = IA->getConstraintString();
12792 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Peter Collingbourne948cf022010-11-13 19:54:30 +000012793 std::sort(AsmPieces.begin(), AsmPieces.end());
12794 if (AsmPieces.size() == 4 &&
12795 AsmPieces[0] == "~{cc}" &&
12796 AsmPieces[1] == "~{dirflag}" &&
12797 AsmPieces[2] == "~{flags}" &&
12798 AsmPieces[3] == "~{fpsr}") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000012799 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000012800 if (!Ty || Ty->getBitWidth() % 16 != 0)
12801 return false;
12802 return IntrinsicLowering::LowerToByteSwap(CI);
Peter Collingbourne948cf022010-11-13 19:54:30 +000012803 }
12804 }
12805 }
12806 }
12807 }
Evan Cheng55d42002011-01-08 01:24:27 +000012808
12809 if (CI->getType()->isIntegerTy(64)) {
12810 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
12811 if (Constraints.size() >= 2 &&
12812 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
12813 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
12814 // bswap %eax / bswap %edx / xchgl %eax, %edx -> llvm.bswap.i64
12815 SmallVector<StringRef, 4> Words;
12816 SplitString(AsmPieces[0], Words, " \t");
12817 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%eax") {
Chris Lattnerb8105652009-07-20 17:51:36 +000012818 Words.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012819 SplitString(AsmPieces[1], Words, " \t");
12820 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%edx") {
12821 Words.clear();
12822 SplitString(AsmPieces[2], Words, " \t,");
12823 if (Words.size() == 3 && Words[0] == "xchgl" && Words[1] == "%eax" &&
12824 Words[2] == "%edx") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000012825 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000012826 if (!Ty || Ty->getBitWidth() % 16 != 0)
12827 return false;
12828 return IntrinsicLowering::LowerToByteSwap(CI);
12829 }
Chris Lattnerb8105652009-07-20 17:51:36 +000012830 }
12831 }
12832 }
12833 }
12834 break;
12835 }
12836 return false;
12837}
12838
12839
12840
Chris Lattnerf4dff842006-07-11 02:54:03 +000012841/// getConstraintType - Given a constraint letter, return the type of
12842/// constraint it is for this target.
12843X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +000012844X86TargetLowering::getConstraintType(const std::string &Constraint) const {
12845 if (Constraint.size() == 1) {
12846 switch (Constraint[0]) {
Chris Lattner4234f572007-03-25 02:14:49 +000012847 case 'R':
Chris Lattner4234f572007-03-25 02:14:49 +000012848 case 'q':
12849 case 'Q':
John Thompson44ab89e2010-10-29 17:29:13 +000012850 case 'f':
12851 case 't':
12852 case 'u':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +000012853 case 'y':
John Thompson44ab89e2010-10-29 17:29:13 +000012854 case 'x':
Chris Lattner4234f572007-03-25 02:14:49 +000012855 case 'Y':
Eric Christopher31b5f002011-07-07 22:29:07 +000012856 case 'l':
Chris Lattner4234f572007-03-25 02:14:49 +000012857 return C_RegisterClass;
John Thompson44ab89e2010-10-29 17:29:13 +000012858 case 'a':
12859 case 'b':
12860 case 'c':
12861 case 'd':
12862 case 'S':
12863 case 'D':
12864 case 'A':
12865 return C_Register;
12866 case 'I':
12867 case 'J':
12868 case 'K':
12869 case 'L':
12870 case 'M':
12871 case 'N':
12872 case 'G':
12873 case 'C':
Dale Johannesen78e3e522009-02-12 20:58:09 +000012874 case 'e':
12875 case 'Z':
12876 return C_Other;
Chris Lattner4234f572007-03-25 02:14:49 +000012877 default:
12878 break;
12879 }
Chris Lattnerf4dff842006-07-11 02:54:03 +000012880 }
Chris Lattner4234f572007-03-25 02:14:49 +000012881 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +000012882}
12883
John Thompson44ab89e2010-10-29 17:29:13 +000012884/// Examine constraint type and operand type and determine a weight value.
John Thompsoneac6e1d2010-09-13 18:15:37 +000012885/// This object must already have been set up with the operand type
12886/// and the current alternative constraint selected.
John Thompson44ab89e2010-10-29 17:29:13 +000012887TargetLowering::ConstraintWeight
12888 X86TargetLowering::getSingleConstraintMatchWeight(
John Thompsoneac6e1d2010-09-13 18:15:37 +000012889 AsmOperandInfo &info, const char *constraint) const {
John Thompson44ab89e2010-10-29 17:29:13 +000012890 ConstraintWeight weight = CW_Invalid;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012891 Value *CallOperandVal = info.CallOperandVal;
12892 // If we don't have a value, we can't do a match,
12893 // but allow it at the lowest weight.
12894 if (CallOperandVal == NULL)
John Thompson44ab89e2010-10-29 17:29:13 +000012895 return CW_Default;
Chris Lattnerdb125cf2011-07-18 04:54:35 +000012896 Type *type = CallOperandVal->getType();
John Thompsoneac6e1d2010-09-13 18:15:37 +000012897 // Look at the constraint type.
12898 switch (*constraint) {
12899 default:
John Thompson44ab89e2010-10-29 17:29:13 +000012900 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
12901 case 'R':
12902 case 'q':
12903 case 'Q':
12904 case 'a':
12905 case 'b':
12906 case 'c':
12907 case 'd':
12908 case 'S':
12909 case 'D':
12910 case 'A':
12911 if (CallOperandVal->getType()->isIntegerTy())
12912 weight = CW_SpecificReg;
12913 break;
12914 case 'f':
12915 case 't':
12916 case 'u':
12917 if (type->isFloatingPointTy())
12918 weight = CW_SpecificReg;
12919 break;
12920 case 'y':
Chris Lattner2a786eb2010-12-19 20:19:20 +000012921 if (type->isX86_MMXTy() && Subtarget->hasMMX())
John Thompson44ab89e2010-10-29 17:29:13 +000012922 weight = CW_SpecificReg;
12923 break;
12924 case 'x':
12925 case 'Y':
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012926 if ((type->getPrimitiveSizeInBits() == 128) && Subtarget->hasXMM())
John Thompson44ab89e2010-10-29 17:29:13 +000012927 weight = CW_Register;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012928 break;
12929 case 'I':
12930 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
12931 if (C->getZExtValue() <= 31)
John Thompson44ab89e2010-10-29 17:29:13 +000012932 weight = CW_Constant;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012933 }
12934 break;
John Thompson44ab89e2010-10-29 17:29:13 +000012935 case 'J':
12936 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12937 if (C->getZExtValue() <= 63)
12938 weight = CW_Constant;
12939 }
12940 break;
12941 case 'K':
12942 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12943 if ((C->getSExtValue() >= -0x80) && (C->getSExtValue() <= 0x7f))
12944 weight = CW_Constant;
12945 }
12946 break;
12947 case 'L':
12948 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12949 if ((C->getZExtValue() == 0xff) || (C->getZExtValue() == 0xffff))
12950 weight = CW_Constant;
12951 }
12952 break;
12953 case 'M':
12954 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12955 if (C->getZExtValue() <= 3)
12956 weight = CW_Constant;
12957 }
12958 break;
12959 case 'N':
12960 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12961 if (C->getZExtValue() <= 0xff)
12962 weight = CW_Constant;
12963 }
12964 break;
12965 case 'G':
12966 case 'C':
12967 if (dyn_cast<ConstantFP>(CallOperandVal)) {
12968 weight = CW_Constant;
12969 }
12970 break;
12971 case 'e':
12972 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12973 if ((C->getSExtValue() >= -0x80000000LL) &&
12974 (C->getSExtValue() <= 0x7fffffffLL))
12975 weight = CW_Constant;
12976 }
12977 break;
12978 case 'Z':
12979 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
12980 if (C->getZExtValue() <= 0xffffffff)
12981 weight = CW_Constant;
12982 }
12983 break;
John Thompsoneac6e1d2010-09-13 18:15:37 +000012984 }
12985 return weight;
12986}
12987
Dale Johannesenba2a0b92008-01-29 02:21:21 +000012988/// LowerXConstraint - try to replace an X constraint, which matches anything,
12989/// with another that has more specific requirements based on the type of the
12990/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +000012991const char *X86TargetLowering::
Owen Andersone50ed302009-08-10 22:56:29 +000012992LowerXConstraint(EVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +000012993 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
12994 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +000012995 if (ConstraintVT.isFloatingPoint()) {
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012996 if (Subtarget->hasXMMInt())
Chris Lattner5e764232008-04-26 23:02:14 +000012997 return "Y";
Nate Begeman2ea8ee72010-12-10 00:26:57 +000012998 if (Subtarget->hasXMM())
Chris Lattner5e764232008-04-26 23:02:14 +000012999 return "x";
13000 }
Scott Michelfdc40a02009-02-17 22:15:04 +000013001
Chris Lattner5e764232008-04-26 23:02:14 +000013002 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +000013003}
13004
Chris Lattner48884cd2007-08-25 00:47:38 +000013005/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
13006/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +000013007void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Eric Christopher100c8332011-06-02 23:16:42 +000013008 std::string &Constraint,
Dan Gohman475871a2008-07-27 21:46:04 +000013009 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +000013010 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +000013011 SDValue Result(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +000013012
Eric Christopher100c8332011-06-02 23:16:42 +000013013 // Only support length 1 constraints for now.
13014 if (Constraint.length() > 1) return;
Eric Christopher471e4222011-06-08 23:55:35 +000013015
Eric Christopher100c8332011-06-02 23:16:42 +000013016 char ConstraintLetter = Constraint[0];
13017 switch (ConstraintLetter) {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013018 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +000013019 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +000013020 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000013021 if (C->getZExtValue() <= 31) {
13022 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000013023 break;
13024 }
Devang Patel84f7fd22007-03-17 00:13:28 +000013025 }
Chris Lattner48884cd2007-08-25 00:47:38 +000013026 return;
Evan Cheng364091e2008-09-22 23:57:37 +000013027 case 'J':
13028 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000013029 if (C->getZExtValue() <= 63) {
Chris Lattnere4935152009-06-15 04:01:39 +000013030 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
13031 break;
13032 }
13033 }
13034 return;
13035 case 'K':
13036 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000013037 if ((int8_t)C->getSExtValue() == C->getSExtValue()) {
Evan Cheng364091e2008-09-22 23:57:37 +000013038 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
13039 break;
13040 }
13041 }
13042 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +000013043 case 'N':
13044 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000013045 if (C->getZExtValue() <= 255) {
13046 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000013047 break;
13048 }
Chris Lattner188b9fe2007-03-25 01:57:35 +000013049 }
Chris Lattner48884cd2007-08-25 00:47:38 +000013050 return;
Dale Johannesen78e3e522009-02-12 20:58:09 +000013051 case 'e': {
13052 // 32-bit signed value
13053 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000013054 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
13055 C->getSExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000013056 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000013057 Result = DAG.getTargetConstant(C->getSExtValue(), MVT::i64);
Dale Johannesen78e3e522009-02-12 20:58:09 +000013058 break;
13059 }
13060 // FIXME gcc accepts some relocatable values here too, but only in certain
13061 // memory models; it's complicated.
13062 }
13063 return;
13064 }
13065 case 'Z': {
13066 // 32-bit unsigned value
13067 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000013068 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
13069 C->getZExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000013070 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
13071 break;
13072 }
13073 }
13074 // FIXME gcc accepts some relocatable values here too, but only in certain
13075 // memory models; it's complicated.
13076 return;
13077 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000013078 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013079 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +000013080 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000013081 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000013082 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);
Chris Lattner48884cd2007-08-25 00:47:38 +000013083 break;
13084 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013085
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000013086 // In any sort of PIC mode addresses need to be computed at runtime by
13087 // adding in a register or some sort of table lookup. These can't
13088 // be used as immediates.
Dale Johannesene2b448c2010-07-06 23:27:00 +000013089 if (Subtarget->isPICStyleGOT() || Subtarget->isPICStyleStubPIC())
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000013090 return;
13091
Chris Lattnerdc43a882007-05-03 16:52:29 +000013092 // If we are in non-pic codegen mode, we allow the address of a global (with
13093 // an optional displacement) to be used with 'i'.
Chris Lattner49921962009-05-08 18:23:14 +000013094 GlobalAddressSDNode *GA = 0;
Chris Lattnerdc43a882007-05-03 16:52:29 +000013095 int64_t Offset = 0;
Scott Michelfdc40a02009-02-17 22:15:04 +000013096
Chris Lattner49921962009-05-08 18:23:14 +000013097 // Match either (GA), (GA+C), (GA+C1+C2), etc.
13098 while (1) {
13099 if ((GA = dyn_cast<GlobalAddressSDNode>(Op))) {
13100 Offset += GA->getOffset();
13101 break;
13102 } else if (Op.getOpcode() == ISD::ADD) {
13103 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
13104 Offset += C->getZExtValue();
13105 Op = Op.getOperand(0);
13106 continue;
13107 }
13108 } else if (Op.getOpcode() == ISD::SUB) {
13109 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
13110 Offset += -C->getZExtValue();
13111 Op = Op.getOperand(0);
13112 continue;
13113 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000013114 }
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000013115
Chris Lattner49921962009-05-08 18:23:14 +000013116 // Otherwise, this isn't something we can handle, reject it.
13117 return;
Chris Lattnerdc43a882007-05-03 16:52:29 +000013118 }
Eric Christopherfd179292009-08-27 18:07:15 +000013119
Dan Gohman46510a72010-04-15 01:51:59 +000013120 const GlobalValue *GV = GA->getGlobal();
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000013121 // If we require an extra load to get this address, as in PIC mode, we
13122 // can't accept it.
Chris Lattner36c25012009-07-10 07:34:39 +000013123 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
13124 getTargetMachine())))
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000013125 return;
Scott Michelfdc40a02009-02-17 22:15:04 +000013126
Devang Patel0d881da2010-07-06 22:08:15 +000013127 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
13128 GA->getValueType(0), Offset);
Chris Lattner49921962009-05-08 18:23:14 +000013129 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013130 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000013131 }
Scott Michelfdc40a02009-02-17 22:15:04 +000013132
Gabor Greifba36cb52008-08-28 21:40:38 +000013133 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +000013134 Ops.push_back(Result);
13135 return;
13136 }
Dale Johannesen1784d162010-06-25 21:55:36 +000013137 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013138}
13139
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013140std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +000013141X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000013142 EVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +000013143 // First, see if this is a constraint that directly corresponds to an LLVM
13144 // register class.
13145 if (Constraint.size() == 1) {
13146 // GCC Constraint Letters
13147 switch (Constraint[0]) {
13148 default: break;
Eric Christopherd176af82011-06-29 17:23:50 +000013149 // TODO: Slight differences here in allocation order and leaving
13150 // RIP in the class. Do they matter any more here than they do
13151 // in the normal allocation?
13152 case 'q': // GENERAL_REGS in 64-bit mode, Q_REGS in 32-bit mode.
13153 if (Subtarget->is64Bit()) {
Nick Lewycky9bf45d02011-07-08 00:19:27 +000013154 if (VT == MVT::i32 || VT == MVT::f32)
Eric Christopherd176af82011-06-29 17:23:50 +000013155 return std::make_pair(0U, X86::GR32RegisterClass);
13156 else if (VT == MVT::i16)
13157 return std::make_pair(0U, X86::GR16RegisterClass);
Eric Christopher5427ede2011-07-14 20:13:52 +000013158 else if (VT == MVT::i8 || VT == MVT::i1)
Eric Christopherd176af82011-06-29 17:23:50 +000013159 return std::make_pair(0U, X86::GR8RegisterClass);
Nick Lewycky9bf45d02011-07-08 00:19:27 +000013160 else if (VT == MVT::i64 || VT == MVT::f64)
Eric Christopherd176af82011-06-29 17:23:50 +000013161 return std::make_pair(0U, X86::GR64RegisterClass);
13162 break;
13163 }
13164 // 32-bit fallthrough
13165 case 'Q': // Q_REGS
Nick Lewycky9bf45d02011-07-08 00:19:27 +000013166 if (VT == MVT::i32 || VT == MVT::f32)
Eric Christopherd176af82011-06-29 17:23:50 +000013167 return std::make_pair(0U, X86::GR32_ABCDRegisterClass);
13168 else if (VT == MVT::i16)
13169 return std::make_pair(0U, X86::GR16_ABCDRegisterClass);
Eric Christopher5427ede2011-07-14 20:13:52 +000013170 else if (VT == MVT::i8 || VT == MVT::i1)
Eric Christopherd176af82011-06-29 17:23:50 +000013171 return std::make_pair(0U, X86::GR8_ABCD_LRegisterClass);
13172 else if (VT == MVT::i64)
13173 return std::make_pair(0U, X86::GR64_ABCDRegisterClass);
13174 break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000013175 case 'r': // GENERAL_REGS
Chris Lattner0f65cad2007-04-09 05:49:22 +000013176 case 'l': // INDEX_REGS
Eric Christopher5427ede2011-07-14 20:13:52 +000013177 if (VT == MVT::i8 || VT == MVT::i1)
Chris Lattner0f65cad2007-04-09 05:49:22 +000013178 return std::make_pair(0U, X86::GR8RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000013179 if (VT == MVT::i16)
Chris Lattner1fa71982008-10-17 18:15:05 +000013180 return std::make_pair(0U, X86::GR16RegisterClass);
Eric Christopher2bbecd82011-05-19 21:33:47 +000013181 if (VT == MVT::i32 || VT == MVT::f32 || !Subtarget->is64Bit())
Scott Michelfdc40a02009-02-17 22:15:04 +000013182 return std::make_pair(0U, X86::GR32RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +000013183 return std::make_pair(0U, X86::GR64RegisterClass);
Dale Johannesen5f3663e2009-10-07 22:47:20 +000013184 case 'R': // LEGACY_REGS
Eric Christopher5427ede2011-07-14 20:13:52 +000013185 if (VT == MVT::i8 || VT == MVT::i1)
Dale Johannesen5f3663e2009-10-07 22:47:20 +000013186 return std::make_pair(0U, X86::GR8_NOREXRegisterClass);
13187 if (VT == MVT::i16)
13188 return std::make_pair(0U, X86::GR16_NOREXRegisterClass);
13189 if (VT == MVT::i32 || !Subtarget->is64Bit())
13190 return std::make_pair(0U, X86::GR32_NOREXRegisterClass);
13191 return std::make_pair(0U, X86::GR64_NOREXRegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +000013192 case 'f': // FP Stack registers.
13193 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
13194 // value to the correct fpstack register class.
Owen Anderson825b72b2009-08-11 20:47:22 +000013195 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000013196 return std::make_pair(0U, X86::RFP32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000013197 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000013198 return std::make_pair(0U, X86::RFP64RegisterClass);
13199 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +000013200 case 'y': // MMX_REGS if MMX allowed.
13201 if (!Subtarget->hasMMX()) break;
13202 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000013203 case 'Y': // SSE_REGS if SSE2 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013204 if (!Subtarget->hasXMMInt()) break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000013205 // FALL THROUGH.
13206 case 'x': // SSE_REGS if SSE1 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013207 if (!Subtarget->hasXMM()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +000013208
Owen Anderson825b72b2009-08-11 20:47:22 +000013209 switch (VT.getSimpleVT().SimpleTy) {
Chris Lattner0f65cad2007-04-09 05:49:22 +000013210 default: break;
13211 // Scalar SSE types.
Owen Anderson825b72b2009-08-11 20:47:22 +000013212 case MVT::f32:
13213 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +000013214 return std::make_pair(0U, X86::FR32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000013215 case MVT::f64:
13216 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +000013217 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000013218 // Vector types.
Owen Anderson825b72b2009-08-11 20:47:22 +000013219 case MVT::v16i8:
13220 case MVT::v8i16:
13221 case MVT::v4i32:
13222 case MVT::v2i64:
13223 case MVT::v4f32:
13224 case MVT::v2f64:
Chris Lattner0f65cad2007-04-09 05:49:22 +000013225 return std::make_pair(0U, X86::VR128RegisterClass);
13226 }
Chris Lattnerad043e82007-04-09 05:11:28 +000013227 break;
13228 }
13229 }
Scott Michelfdc40a02009-02-17 22:15:04 +000013230
Chris Lattnerf76d1802006-07-31 23:26:50 +000013231 // Use the default implementation in TargetLowering to convert the register
13232 // constraint into a member of a register class.
13233 std::pair<unsigned, const TargetRegisterClass*> Res;
13234 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +000013235
13236 // Not found as a standard register?
13237 if (Res.second == 0) {
Chris Lattner56d77c72009-09-13 22:41:48 +000013238 // Map st(0) -> st(7) -> ST0
13239 if (Constraint.size() == 7 && Constraint[0] == '{' &&
13240 tolower(Constraint[1]) == 's' &&
13241 tolower(Constraint[2]) == 't' &&
13242 Constraint[3] == '(' &&
13243 (Constraint[4] >= '0' && Constraint[4] <= '7') &&
13244 Constraint[5] == ')' &&
13245 Constraint[6] == '}') {
Daniel Dunbara279bc32009-09-20 02:20:51 +000013246
Chris Lattner56d77c72009-09-13 22:41:48 +000013247 Res.first = X86::ST0+Constraint[4]-'0';
13248 Res.second = X86::RFP80RegisterClass;
13249 return Res;
13250 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000013251
Chris Lattner56d77c72009-09-13 22:41:48 +000013252 // GCC allows "st(0)" to be called just plain "st".
Benjamin Kramer05872ea2009-11-12 20:36:59 +000013253 if (StringRef("{st}").equals_lower(Constraint)) {
Chris Lattner1a60aa72006-10-31 19:42:44 +000013254 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +000013255 Res.second = X86::RFP80RegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000013256 return Res;
Chris Lattner1a60aa72006-10-31 19:42:44 +000013257 }
Chris Lattner56d77c72009-09-13 22:41:48 +000013258
13259 // flags -> EFLAGS
Benjamin Kramer05872ea2009-11-12 20:36:59 +000013260 if (StringRef("{flags}").equals_lower(Constraint)) {
Chris Lattner56d77c72009-09-13 22:41:48 +000013261 Res.first = X86::EFLAGS;
13262 Res.second = X86::CCRRegisterClass;
13263 return Res;
13264 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000013265
Dale Johannesen330169f2008-11-13 21:52:36 +000013266 // 'A' means EAX + EDX.
13267 if (Constraint == "A") {
13268 Res.first = X86::EAX;
Dan Gohman68a31c22009-07-30 17:02:08 +000013269 Res.second = X86::GR32_ADRegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000013270 return Res;
Dale Johannesen330169f2008-11-13 21:52:36 +000013271 }
Chris Lattner1a60aa72006-10-31 19:42:44 +000013272 return Res;
13273 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013274
Chris Lattnerf76d1802006-07-31 23:26:50 +000013275 // Otherwise, check to see if this is a register class of the wrong value
13276 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
13277 // turn into {ax},{dx}.
13278 if (Res.second->hasType(VT))
13279 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013280
Chris Lattnerf76d1802006-07-31 23:26:50 +000013281 // All of the single-register GCC register classes map their values onto
13282 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
13283 // really want an 8-bit or 32-bit register, map to the appropriate register
13284 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +000013285 if (Res.second == X86::GR16RegisterClass) {
Owen Anderson825b72b2009-08-11 20:47:22 +000013286 if (VT == MVT::i8) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000013287 unsigned DestReg = 0;
13288 switch (Res.first) {
13289 default: break;
13290 case X86::AX: DestReg = X86::AL; break;
13291 case X86::DX: DestReg = X86::DL; break;
13292 case X86::CX: DestReg = X86::CL; break;
13293 case X86::BX: DestReg = X86::BL; break;
13294 }
13295 if (DestReg) {
13296 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000013297 Res.second = X86::GR8RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000013298 }
Owen Anderson825b72b2009-08-11 20:47:22 +000013299 } else if (VT == MVT::i32) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000013300 unsigned DestReg = 0;
13301 switch (Res.first) {
13302 default: break;
13303 case X86::AX: DestReg = X86::EAX; break;
13304 case X86::DX: DestReg = X86::EDX; break;
13305 case X86::CX: DestReg = X86::ECX; break;
13306 case X86::BX: DestReg = X86::EBX; break;
13307 case X86::SI: DestReg = X86::ESI; break;
13308 case X86::DI: DestReg = X86::EDI; break;
13309 case X86::BP: DestReg = X86::EBP; break;
13310 case X86::SP: DestReg = X86::ESP; break;
13311 }
13312 if (DestReg) {
13313 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000013314 Res.second = X86::GR32RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000013315 }
Owen Anderson825b72b2009-08-11 20:47:22 +000013316 } else if (VT == MVT::i64) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000013317 unsigned DestReg = 0;
13318 switch (Res.first) {
13319 default: break;
13320 case X86::AX: DestReg = X86::RAX; break;
13321 case X86::DX: DestReg = X86::RDX; break;
13322 case X86::CX: DestReg = X86::RCX; break;
13323 case X86::BX: DestReg = X86::RBX; break;
13324 case X86::SI: DestReg = X86::RSI; break;
13325 case X86::DI: DestReg = X86::RDI; break;
13326 case X86::BP: DestReg = X86::RBP; break;
13327 case X86::SP: DestReg = X86::RSP; break;
13328 }
13329 if (DestReg) {
13330 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000013331 Res.second = X86::GR64RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000013332 }
Chris Lattnerf76d1802006-07-31 23:26:50 +000013333 }
Chris Lattner6ba50a92008-08-26 06:19:02 +000013334 } else if (Res.second == X86::FR32RegisterClass ||
13335 Res.second == X86::FR64RegisterClass ||
13336 Res.second == X86::VR128RegisterClass) {
13337 // Handle references to XMM physical registers that got mapped into the
13338 // wrong class. This can happen with constraints like {xmm0} where the
13339 // target independent register mapper will just pick the first match it can
13340 // find, ignoring the required type.
Owen Anderson825b72b2009-08-11 20:47:22 +000013341 if (VT == MVT::f32)
Chris Lattner6ba50a92008-08-26 06:19:02 +000013342 Res.second = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +000013343 else if (VT == MVT::f64)
Chris Lattner6ba50a92008-08-26 06:19:02 +000013344 Res.second = X86::FR64RegisterClass;
13345 else if (X86::VR128RegisterClass->hasType(VT))
13346 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +000013347 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013348
Chris Lattnerf76d1802006-07-31 23:26:50 +000013349 return Res;
13350}