blob: 0499138636b2dd1922eae96326e4792fd2ff4f8b [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 setOperationAction(ISD::MEMBARRIER , MVT::Other, Custom);
Eli Friedman14648462011-07-27 22:21:52 +0000453 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
Michael J. Spencerec38de22010-10-10 22:04:20 +0000454
Jim Grosbachf1ab49e2010-06-23 16:25:07 +0000455 // On X86 and X86-64, atomic operations are lowered to locked instructions.
456 // Locked instructions, in turn, have implicit fence semantics (all memory
457 // operations are flushed before issuing the locked instruction, and they
458 // are not buffered), so we can fold away the common pattern of
459 // fence-atomic-fence.
460 setShouldFoldAtomicFences(true);
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000461
Mon P Wang63307c32008-05-05 19:05:59 +0000462 // Expand certain atomics
Chris Lattnere019ec12010-12-19 20:07:10 +0000463 for (unsigned i = 0, e = 4; i != e; ++i) {
464 MVT VT = IntVTs[i];
465 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Custom);
466 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom);
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 Lopes2e64ae42011-07-28 01:26:39 +0000967 setOperationAction(ISD::FP_TO_SINT, MVT::v8i32, Legal);
968 setOperationAction(ISD::SINT_TO_FP, MVT::v8i32, Legal);
969
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000970 // Custom lower several nodes for 256-bit types.
David Greene54d8eba2011-01-27 22:38:56 +0000971 for (unsigned i = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000972 i <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++i) {
973 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
974 EVT VT = SVT;
975
976 // Extract subvector is special because the value type
977 // (result) is 128-bit but the source is 256-bit wide.
978 if (VT.is128BitVector())
979 setOperationAction(ISD::EXTRACT_SUBVECTOR, SVT, Custom);
980
981 // Do not attempt to custom lower other non-256-bit vectors
982 if (!VT.is256BitVector())
David Greene9b9838d2009-06-29 16:47:10 +0000983 continue;
David Greene54d8eba2011-01-27 22:38:56 +0000984
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000985 setOperationAction(ISD::BUILD_VECTOR, SVT, Custom);
986 setOperationAction(ISD::VECTOR_SHUFFLE, SVT, Custom);
987 setOperationAction(ISD::INSERT_VECTOR_ELT, SVT, Custom);
988 setOperationAction(ISD::EXTRACT_VECTOR_ELT, SVT, Custom);
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +0000989 setOperationAction(ISD::SCALAR_TO_VECTOR, SVT, Custom);
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000990 setOperationAction(ISD::INSERT_SUBVECTOR, SVT, Custom);
David Greene9b9838d2009-06-29 16:47:10 +0000991 }
992
David Greene54d8eba2011-01-27 22:38:56 +0000993 // Promote v32i8, v16i16, v8i32 select, and, or, xor to v4i64.
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000994 for (unsigned i = (unsigned)MVT::v32i8; i != (unsigned)MVT::v4i64; ++i) {
995 MVT::SimpleValueType SVT = (MVT::SimpleValueType)i;
996 EVT VT = SVT;
David Greene54d8eba2011-01-27 22:38:56 +0000997
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +0000998 // Do not attempt to promote non-256-bit vectors
999 if (!VT.is256BitVector())
David Greene54d8eba2011-01-27 22:38:56 +00001000 continue;
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00001001
1002 setOperationAction(ISD::AND, SVT, Promote);
1003 AddPromotedToType (ISD::AND, SVT, MVT::v4i64);
1004 setOperationAction(ISD::OR, SVT, Promote);
1005 AddPromotedToType (ISD::OR, SVT, MVT::v4i64);
1006 setOperationAction(ISD::XOR, SVT, Promote);
1007 AddPromotedToType (ISD::XOR, SVT, MVT::v4i64);
1008 setOperationAction(ISD::LOAD, SVT, Promote);
1009 AddPromotedToType (ISD::LOAD, SVT, MVT::v4i64);
1010 setOperationAction(ISD::SELECT, SVT, Promote);
1011 AddPromotedToType (ISD::SELECT, SVT, MVT::v4i64);
David Greene54d8eba2011-01-27 22:38:56 +00001012 }
David Greene9b9838d2009-06-29 16:47:10 +00001013 }
1014
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00001015 // SIGN_EXTEND_INREGs are evaluated by the extend type. Handle the expansion
1016 // of this type with custom code.
1017 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
1018 VT != (unsigned)MVT::LAST_VECTOR_VALUETYPE; VT++) {
1019 setOperationAction(ISD::SIGN_EXTEND_INREG, (MVT::SimpleValueType)VT, Custom);
1020 }
1021
Evan Cheng6be2c582006-04-05 23:38:46 +00001022 // We want to custom lower some of our intrinsics.
Owen Anderson825b72b2009-08-11 20:47:22 +00001023 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
Evan Cheng6be2c582006-04-05 23:38:46 +00001024
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001025
Eli Friedman962f5492010-06-02 19:35:46 +00001026 // Only custom-lower 64-bit SADDO and friends on 64-bit because we don't
1027 // handle type legalization for these operations here.
Dan Gohman71c62a22010-06-02 19:13:40 +00001028 //
Eli Friedman962f5492010-06-02 19:35:46 +00001029 // FIXME: We really should do custom legalization for addition and
1030 // subtraction on x86-32 once PR3203 is fixed. We really can't do much better
1031 // than generic legalization for 64-bit multiplication-with-overflow, though.
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001032 for (unsigned i = 0, e = 3+Subtarget->is64Bit(); i != e; ++i) {
1033 // Add/Sub/Mul with overflow operations are custom lowered.
1034 MVT VT = IntVTs[i];
1035 setOperationAction(ISD::SADDO, VT, Custom);
1036 setOperationAction(ISD::UADDO, VT, Custom);
1037 setOperationAction(ISD::SSUBO, VT, Custom);
1038 setOperationAction(ISD::USUBO, VT, Custom);
1039 setOperationAction(ISD::SMULO, VT, Custom);
1040 setOperationAction(ISD::UMULO, VT, Custom);
Eli Friedmana993f0a2010-06-02 00:27:18 +00001041 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00001042
Chris Lattnera34b3cf2010-12-19 20:03:11 +00001043 // There are no 8-bit 3-address imul/mul instructions
1044 setOperationAction(ISD::SMULO, MVT::i8, Expand);
1045 setOperationAction(ISD::UMULO, MVT::i8, Expand);
Bill Wendling41ea7e72008-11-24 19:21:46 +00001046
Evan Chengd54f2d52009-03-31 19:38:51 +00001047 if (!Subtarget->is64Bit()) {
1048 // These libcalls are not available in 32-bit.
1049 setLibcallName(RTLIB::SHL_I128, 0);
1050 setLibcallName(RTLIB::SRL_I128, 0);
1051 setLibcallName(RTLIB::SRA_I128, 0);
1052 }
1053
Evan Cheng206ee9d2006-07-07 08:33:52 +00001054 // We have target-specific dag combine patterns for the following nodes:
1055 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Dan Gohman1bbf72b2010-03-15 23:23:03 +00001056 setTargetDAGCombine(ISD::EXTRACT_VECTOR_ELT);
Evan Chengd880b972008-05-09 21:53:03 +00001057 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +00001058 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +00001059 setTargetDAGCombine(ISD::SHL);
1060 setTargetDAGCombine(ISD::SRA);
1061 setTargetDAGCombine(ISD::SRL);
Evan Cheng760d1942010-01-04 21:22:48 +00001062 setTargetDAGCombine(ISD::OR);
Nate Begemanb65c1752010-12-17 22:55:37 +00001063 setTargetDAGCombine(ISD::AND);
Benjamin Kramer7d6fe132010-12-21 21:41:44 +00001064 setTargetDAGCombine(ISD::ADD);
1065 setTargetDAGCombine(ISD::SUB);
Chris Lattner149a4e52008-02-22 02:09:43 +00001066 setTargetDAGCombine(ISD::STORE);
Evan Cheng2e489c42009-12-16 00:53:11 +00001067 setTargetDAGCombine(ISD::ZERO_EXTEND);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +00001068 setTargetDAGCombine(ISD::SINT_TO_FP);
Evan Cheng0b0cd912009-03-28 05:57:29 +00001069 if (Subtarget->is64Bit())
1070 setTargetDAGCombine(ISD::MUL);
Evan Cheng206ee9d2006-07-07 08:33:52 +00001071
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001072 computeRegisterProperties();
1073
Evan Cheng05219282011-01-06 06:52:41 +00001074 // On Darwin, -Os means optimize for size without hurting performance,
1075 // do not reduce the limit.
Dan Gohman87060f52008-06-30 21:00:56 +00001076 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001077 maxStoresPerMemsetOptSize = Subtarget->isTargetDarwin() ? 16 : 8;
Evan Cheng255f20f2010-04-01 06:04:33 +00001078 maxStoresPerMemcpy = 8; // For @llvm.memcpy -> sequence of stores
Evan Cheng05219282011-01-06 06:52:41 +00001079 maxStoresPerMemcpyOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
1080 maxStoresPerMemmove = 8; // For @llvm.memmove -> sequence of stores
1081 maxStoresPerMemmoveOptSize = Subtarget->isTargetDarwin() ? 8 : 4;
Evan Chengfb8075d2008-02-28 00:43:03 +00001082 setPrefLoopAlignment(16);
Evan Cheng6ebf7bc2009-05-13 21:42:09 +00001083 benefitFromCodePlacementOpt = true;
Eli Friedmanfc5d3052011-05-06 20:34:06 +00001084
1085 setPrefFunctionAlignment(4);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001086}
1087
Scott Michel5b8f82e2008-03-10 15:42:14 +00001088
Owen Anderson825b72b2009-08-11 20:47:22 +00001089MVT::SimpleValueType X86TargetLowering::getSetCCResultType(EVT VT) const {
1090 return MVT::i8;
Scott Michel5b8f82e2008-03-10 15:42:14 +00001091}
1092
1093
Evan Cheng29286502008-01-23 23:17:41 +00001094/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
1095/// the desired ByVal argument alignment.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001096static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign) {
Evan Cheng29286502008-01-23 23:17:41 +00001097 if (MaxAlign == 16)
1098 return;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001099 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001100 if (VTy->getBitWidth() == 128)
1101 MaxAlign = 16;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001102 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001103 unsigned EltAlign = 0;
1104 getMaxByValAlign(ATy->getElementType(), EltAlign);
1105 if (EltAlign > MaxAlign)
1106 MaxAlign = EltAlign;
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001107 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
Evan Cheng29286502008-01-23 23:17:41 +00001108 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1109 unsigned EltAlign = 0;
1110 getMaxByValAlign(STy->getElementType(i), EltAlign);
1111 if (EltAlign > MaxAlign)
1112 MaxAlign = EltAlign;
1113 if (MaxAlign == 16)
1114 break;
1115 }
1116 }
1117 return;
1118}
1119
1120/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
1121/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +00001122/// that contain SSE vectors are placed at 16-byte boundaries while the rest
1123/// are at 4-byte boundaries.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00001124unsigned X86TargetLowering::getByValTypeAlignment(Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +00001125 if (Subtarget->is64Bit()) {
1126 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001127 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +00001128 if (TyAlign > 8)
1129 return TyAlign;
1130 return 8;
1131 }
1132
Evan Cheng29286502008-01-23 23:17:41 +00001133 unsigned Align = 4;
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001134 if (Subtarget->hasXMM())
Dale Johannesen0c191872008-02-08 19:48:20 +00001135 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +00001136 return Align;
1137}
Chris Lattner2b02a442007-02-25 08:29:00 +00001138
Evan Chengf0df0312008-05-15 08:39:06 +00001139/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Chengc3b0c342010-04-08 07:37:57 +00001140/// and store operations as a result of memset, memcpy, and memmove
1141/// lowering. If DstAlign is zero that means it's safe to destination
1142/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
1143/// means there isn't a need to check it against alignment requirement,
1144/// probably because the source does not need to be loaded. If
1145/// 'NonScalarIntSafe' is true, that means it's safe to return a
1146/// non-scalar-integer type, e.g. empty string source, constant, or loaded
1147/// from memory. 'MemcpyStrSrc' indicates whether the memcpy source is
1148/// constant so it does not need to be loaded.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001149/// It returns EVT::Other if the type should be determined using generic
1150/// target-independent logic.
Owen Andersone50ed302009-08-10 22:56:29 +00001151EVT
Evan Cheng255f20f2010-04-01 06:04:33 +00001152X86TargetLowering::getOptimalMemOpType(uint64_t Size,
1153 unsigned DstAlign, unsigned SrcAlign,
Evan Chengf28f8bc2010-04-02 19:36:14 +00001154 bool NonScalarIntSafe,
Evan Chengc3b0c342010-04-08 07:37:57 +00001155 bool MemcpyStrSrc,
Dan Gohman37f32ee2010-04-16 20:11:05 +00001156 MachineFunction &MF) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +00001157 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
1158 // linux. This is because the stack realignment code can't handle certain
1159 // cases like PR2962. This should be removed when PR2962 is fixed.
Dan Gohman37f32ee2010-04-16 20:11:05 +00001160 const Function *F = MF.getFunction();
Evan Chenga5e13622011-01-07 19:35:30 +00001161 if (NonScalarIntSafe &&
1162 !F->hasFnAttr(Attribute::NoImplicitFloat)) {
Evan Cheng255f20f2010-04-01 06:04:33 +00001163 if (Size >= 16 &&
Evan Chenga5e13622011-01-07 19:35:30 +00001164 (Subtarget->isUnalignedMemAccessFast() ||
1165 ((DstAlign == 0 || DstAlign >= 16) &&
1166 (SrcAlign == 0 || SrcAlign >= 16))) &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001167 Subtarget->getStackAlignment() >= 16) {
1168 if (Subtarget->hasSSE2())
1169 return MVT::v4i32;
Evan Chengf28f8bc2010-04-02 19:36:14 +00001170 if (Subtarget->hasSSE1())
Evan Cheng255f20f2010-04-01 06:04:33 +00001171 return MVT::v4f32;
Evan Chengc3b0c342010-04-08 07:37:57 +00001172 } else if (!MemcpyStrSrc && Size >= 8 &&
Evan Cheng3ea97552010-04-01 20:27:45 +00001173 !Subtarget->is64Bit() &&
Evan Cheng255f20f2010-04-01 06:04:33 +00001174 Subtarget->getStackAlignment() >= 8 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001175 Subtarget->hasXMMInt()) {
Evan Chengc3b0c342010-04-08 07:37:57 +00001176 // Do not use f64 to lower memcpy if source is string constant. It's
1177 // better to use i32 to avoid the loads.
Evan Cheng255f20f2010-04-01 06:04:33 +00001178 return MVT::f64;
Evan Chengc3b0c342010-04-08 07:37:57 +00001179 }
Chris Lattner4002a1b2008-10-28 05:49:35 +00001180 }
Evan Chengf0df0312008-05-15 08:39:06 +00001181 if (Subtarget->is64Bit() && Size >= 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00001182 return MVT::i64;
1183 return MVT::i32;
Evan Chengf0df0312008-05-15 08:39:06 +00001184}
1185
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001186/// getJumpTableEncoding - Return the entry encoding for a jump table in the
1187/// current function. The returned value is a member of the
1188/// MachineJumpTableInfo::JTEntryKind enum.
1189unsigned X86TargetLowering::getJumpTableEncoding() const {
1190 // In GOT pic mode, each entry in the jump table is emitted as a @GOTOFF
1191 // symbol.
1192 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1193 Subtarget->isPICStyleGOT())
Chris Lattnerc64daab2010-01-26 05:02:42 +00001194 return MachineJumpTableInfo::EK_Custom32;
Michael J. Spencerec38de22010-10-10 22:04:20 +00001195
Chris Lattner5e1df8d2010-01-25 23:38:14 +00001196 // Otherwise, use the normal jump table encoding heuristics.
1197 return TargetLowering::getJumpTableEncoding();
1198}
1199
Chris Lattnerc64daab2010-01-26 05:02:42 +00001200const MCExpr *
1201X86TargetLowering::LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
1202 const MachineBasicBlock *MBB,
1203 unsigned uid,MCContext &Ctx) const{
1204 assert(getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1205 Subtarget->isPICStyleGOT());
1206 // In 32-bit ELF systems, our jump table entries are formed with @GOTOFF
1207 // entries.
Daniel Dunbar4e815f82010-03-15 23:51:06 +00001208 return MCSymbolRefExpr::Create(MBB->getSymbol(),
1209 MCSymbolRefExpr::VK_GOTOFF, Ctx);
Chris Lattnerc64daab2010-01-26 05:02:42 +00001210}
1211
Evan Chengcc415862007-11-09 01:32:10 +00001212/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
1213/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +00001214SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Chris Lattner589c6f62010-01-26 06:28:43 +00001215 SelectionDAG &DAG) const {
Chris Lattnere4df7562009-07-09 03:15:51 +00001216 if (!Subtarget->is64Bit())
Dale Johannesenb300d2a2009-02-07 00:55:49 +00001217 // This doesn't have DebugLoc associated with it, but is not really the
1218 // same as a Register.
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00001219 return DAG.getNode(X86ISD::GlobalBaseReg, DebugLoc(), getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +00001220 return Table;
1221}
1222
Chris Lattner589c6f62010-01-26 06:28:43 +00001223/// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1224/// given PIC jumptable, the same as getPICJumpTableRelocBase, but as an
1225/// MCExpr.
1226const MCExpr *X86TargetLowering::
1227getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI,
1228 MCContext &Ctx) const {
1229 // X86-64 uses RIP relative addressing based on the jump table label.
1230 if (Subtarget->isPICStyleRIPRel())
1231 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
1232
1233 // Otherwise, the reference is relative to the PIC base.
Chris Lattner142b5312010-11-14 22:48:15 +00001234 return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
Chris Lattner589c6f62010-01-26 06:28:43 +00001235}
1236
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001237// FIXME: Why this routine is here? Move to RegInfo!
Evan Chengdee81012010-07-26 21:50:05 +00001238std::pair<const TargetRegisterClass*, uint8_t>
1239X86TargetLowering::findRepresentativeClass(EVT VT) const{
1240 const TargetRegisterClass *RRC = 0;
1241 uint8_t Cost = 1;
1242 switch (VT.getSimpleVT().SimpleTy) {
1243 default:
1244 return TargetLowering::findRepresentativeClass(VT);
1245 case MVT::i8: case MVT::i16: case MVT::i32: case MVT::i64:
1246 RRC = (Subtarget->is64Bit()
1247 ? X86::GR64RegisterClass : X86::GR32RegisterClass);
1248 break;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001249 case MVT::x86mmx:
Evan Chengdee81012010-07-26 21:50:05 +00001250 RRC = X86::VR64RegisterClass;
1251 break;
1252 case MVT::f32: case MVT::f64:
1253 case MVT::v16i8: case MVT::v8i16: case MVT::v4i32: case MVT::v2i64:
1254 case MVT::v4f32: case MVT::v2f64:
1255 case MVT::v32i8: case MVT::v8i32: case MVT::v4i64: case MVT::v8f32:
1256 case MVT::v4f64:
1257 RRC = X86::VR128RegisterClass;
1258 break;
1259 }
1260 return std::make_pair(RRC, Cost);
1261}
1262
Eric Christopherf7a0c7b2010-07-06 05:18:56 +00001263bool X86TargetLowering::getStackCookieLocation(unsigned &AddressSpace,
1264 unsigned &Offset) const {
1265 if (!Subtarget->isTargetLinux())
1266 return false;
1267
1268 if (Subtarget->is64Bit()) {
1269 // %fs:0x28, unless we're using a Kernel code model, in which case it's %gs:
1270 Offset = 0x28;
1271 if (getTargetMachine().getCodeModel() == CodeModel::Kernel)
1272 AddressSpace = 256;
1273 else
1274 AddressSpace = 257;
1275 } else {
1276 // %gs:0x14 on i386
1277 Offset = 0x14;
1278 AddressSpace = 256;
1279 }
1280 return true;
1281}
1282
1283
Chris Lattner2b02a442007-02-25 08:29:00 +00001284//===----------------------------------------------------------------------===//
1285// Return Value Calling Convention Implementation
1286//===----------------------------------------------------------------------===//
1287
Chris Lattner59ed56b2007-02-28 04:55:35 +00001288#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001289
Michael J. Spencerec38de22010-10-10 22:04:20 +00001290bool
Eric Christopher471e4222011-06-08 23:55:35 +00001291X86TargetLowering::CanLowerReturn(CallingConv::ID CallConv,
1292 MachineFunction &MF, bool isVarArg,
Dan Gohman84023e02010-07-10 09:00:22 +00001293 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001294 LLVMContext &Context) const {
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001295 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001296 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohmanc9af33c2010-07-06 22:19:37 +00001297 RVLocs, Context);
Dan Gohman84023e02010-07-10 09:00:22 +00001298 return CCInfo.CheckReturn(Outs, RetCC_X86);
Kenneth Uildriksb4997ae2009-11-07 02:11:54 +00001299}
1300
Dan Gohman98ca4f22009-08-05 01:29:28 +00001301SDValue
1302X86TargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001303 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001304 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001305 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmand858e902010-04-17 15:26:15 +00001306 DebugLoc dl, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00001307 MachineFunction &MF = DAG.getMachineFunction();
1308 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001309
Chris Lattner9774c912007-02-27 05:28:59 +00001310 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001311 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001312 RVLocs, *DAG.getContext());
1313 CCInfo.AnalyzeReturn(Outs, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001314
Evan Chengdcea1632010-02-04 02:40:39 +00001315 // Add the regs to the liveout set for the function.
1316 MachineRegisterInfo &MRI = DAG.getMachineFunction().getRegInfo();
1317 for (unsigned i = 0; i != RVLocs.size(); ++i)
1318 if (RVLocs[i].isRegLoc() && !MRI.isLiveOut(RVLocs[i].getLocReg()))
1319 MRI.addLiveOut(RVLocs[i].getLocReg());
Scott Michelfdc40a02009-02-17 22:15:04 +00001320
Dan Gohman475871a2008-07-27 21:46:04 +00001321 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001322
Dan Gohman475871a2008-07-27 21:46:04 +00001323 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +00001324 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1325 // Operand #1 = Bytes To Pop
Dan Gohman1e93df62010-04-17 14:41:14 +00001326 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(),
1327 MVT::i16));
Scott Michelfdc40a02009-02-17 22:15:04 +00001328
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001329 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +00001330 for (unsigned i = 0; i != RVLocs.size(); ++i) {
1331 CCValAssign &VA = RVLocs[i];
1332 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohmanc9403652010-07-07 15:54:55 +00001333 SDValue ValToCopy = OutVals[i];
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001334 EVT ValVT = ValToCopy.getValueType();
1335
Dale Johannesenc4510512010-09-24 19:05:48 +00001336 // If this is x86-64, and we disabled SSE, we can't return FP values,
1337 // or SSE or MMX vectors.
1338 if ((ValVT == MVT::f32 || ValVT == MVT::f64 ||
1339 VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001340 (Subtarget->is64Bit() && !Subtarget->hasXMM())) {
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001341 report_fatal_error("SSE register return with SSE disabled");
1342 }
1343 // Likewise we can't return F64 values with SSE1 only. gcc does so, but
1344 // llvm-gcc has never done it right and no one has noticed, so this
1345 // should be OK for now.
1346 if (ValVT == MVT::f64 &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001347 (Subtarget->is64Bit() && !Subtarget->hasXMMInt()))
Dale Johannesenc76d23f2010-07-23 00:30:35 +00001348 report_fatal_error("SSE2 register return with SSE2 disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00001349
Chris Lattner447ff682008-03-11 03:23:40 +00001350 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1351 // the RET instruction and handled by the FP Stackifier.
Dan Gohman37eed792009-02-04 17:28:58 +00001352 if (VA.getLocReg() == X86::ST0 ||
1353 VA.getLocReg() == X86::ST1) {
Chris Lattner447ff682008-03-11 03:23:40 +00001354 // If this is a copy from an xmm register to ST(0), use an FPExtend to
1355 // change the value to the FP stack register class.
Dan Gohman37eed792009-02-04 17:28:58 +00001356 if (isScalarFPTypeInSSEReg(VA.getValVT()))
Owen Anderson825b72b2009-08-11 20:47:22 +00001357 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
Chris Lattner447ff682008-03-11 03:23:40 +00001358 RetOps.push_back(ValToCopy);
1359 // Don't emit a copytoreg.
1360 continue;
1361 }
Dale Johannesena68f9012008-06-24 22:01:44 +00001362
Evan Cheng242b38b2009-02-23 09:03:22 +00001363 // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
1364 // which is returned in RAX / RDX.
Evan Cheng6140a8b2009-02-22 08:05:12 +00001365 if (Subtarget->is64Bit()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001366 if (ValVT == MVT::x86mmx) {
Chris Lattner97a2a562010-08-26 05:24:29 +00001367 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001368 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::i64, ValToCopy);
Eric Christopher90eb4022010-07-22 00:26:08 +00001369 ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64,
1370 ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001371 // If we don't have SSE2 available, convert to v4f32 so the generated
1372 // register is legal.
1373 if (!Subtarget->hasSSE2())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001374 ValToCopy = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32,ValToCopy);
Chris Lattner97a2a562010-08-26 05:24:29 +00001375 }
Evan Cheng242b38b2009-02-23 09:03:22 +00001376 }
Evan Cheng6140a8b2009-02-22 08:05:12 +00001377 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00001378
Dale Johannesendd64c412009-02-04 00:33:20 +00001379 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001380 Flag = Chain.getValue(1);
1381 }
Dan Gohman61a92132008-04-21 23:59:07 +00001382
1383 // The x86-64 ABI for returning structs by value requires that we copy
1384 // the sret argument into %rax for the return. We saved the argument into
1385 // a virtual register in the entry block, so now we copy the value out
1386 // and into %rax.
1387 if (Subtarget->is64Bit() &&
1388 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1389 MachineFunction &MF = DAG.getMachineFunction();
1390 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1391 unsigned Reg = FuncInfo->getSRetReturnReg();
Michael J. Spencerec38de22010-10-10 22:04:20 +00001392 assert(Reg &&
Zhongxing Xuc2798a12010-05-26 08:10:02 +00001393 "SRetReturnReg should have been set in LowerFormalArguments().");
Dale Johannesendd64c412009-02-04 00:33:20 +00001394 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001395
Dale Johannesendd64c412009-02-04 00:33:20 +00001396 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
Dan Gohman61a92132008-04-21 23:59:07 +00001397 Flag = Chain.getValue(1);
Dan Gohman00326812009-10-12 16:36:12 +00001398
1399 // RAX now acts like a return value.
Evan Chengdcea1632010-02-04 02:40:39 +00001400 MRI.addLiveOut(X86::RAX);
Dan Gohman61a92132008-04-21 23:59:07 +00001401 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001402
Chris Lattner447ff682008-03-11 03:23:40 +00001403 RetOps[0] = Chain; // Update chain.
1404
1405 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001406 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001407 RetOps.push_back(Flag);
Scott Michelfdc40a02009-02-17 22:15:04 +00001408
1409 return DAG.getNode(X86ISD::RET_FLAG, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00001410 MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001411}
1412
Evan Cheng3d2125c2010-11-30 23:55:39 +00001413bool X86TargetLowering::isUsedByReturnOnly(SDNode *N) const {
1414 if (N->getNumValues() != 1)
1415 return false;
1416 if (!N->hasNUsesOfValue(1, 0))
1417 return false;
1418
1419 SDNode *Copy = *N->use_begin();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001420 if (Copy->getOpcode() != ISD::CopyToReg &&
1421 Copy->getOpcode() != ISD::FP_EXTEND)
Evan Cheng3d2125c2010-11-30 23:55:39 +00001422 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001423
1424 bool HasRet = false;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001425 for (SDNode::use_iterator UI = Copy->use_begin(), UE = Copy->use_end();
Evan Cheng1bf891a2010-12-01 22:59:46 +00001426 UI != UE; ++UI) {
Evan Cheng3d2125c2010-11-30 23:55:39 +00001427 if (UI->getOpcode() != X86ISD::RET_FLAG)
1428 return false;
Evan Cheng1bf891a2010-12-01 22:59:46 +00001429 HasRet = true;
1430 }
Evan Cheng3d2125c2010-11-30 23:55:39 +00001431
Evan Cheng1bf891a2010-12-01 22:59:46 +00001432 return HasRet;
Evan Cheng3d2125c2010-11-30 23:55:39 +00001433}
1434
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001435EVT
1436X86TargetLowering::getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT,
Cameron Zwarich44579682011-03-17 14:21:56 +00001437 ISD::NodeType ExtendKind) const {
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001438 MVT ReturnMVT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001439 // TODO: Is this also valid on 32-bit?
1440 if (Subtarget->is64Bit() && VT == MVT::i1 && ExtendKind == ISD::ZERO_EXTEND)
Cameron Zwarich7bbf0ee2011-03-17 14:53:37 +00001441 ReturnMVT = MVT::i8;
1442 else
1443 ReturnMVT = MVT::i32;
1444
1445 EVT MinVT = getRegisterType(Context, ReturnMVT);
1446 return VT.bitsLT(MinVT) ? MinVT : VT;
Cameron Zwarichebe81732011-03-16 22:20:18 +00001447}
1448
Dan Gohman98ca4f22009-08-05 01:29:28 +00001449/// LowerCallResult - Lower the result values of a call into the
1450/// appropriate copies out of appropriate physical registers.
1451///
1452SDValue
1453X86TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001454 CallingConv::ID CallConv, bool isVarArg,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001455 const SmallVectorImpl<ISD::InputArg> &Ins,
1456 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001457 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001458
Chris Lattnere32bbf62007-02-28 07:09:55 +00001459 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001460 SmallVector<CCValAssign, 16> RVLocs;
Torok Edwin3f142c32009-02-01 18:15:56 +00001461 bool Is64Bit = Subtarget->is64Bit();
Eric Christopher471e4222011-06-08 23:55:35 +00001462 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(),
1463 getTargetMachine(), RVLocs, *DAG.getContext());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001464 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001465
Chris Lattner3085e152007-02-25 08:59:22 +00001466 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001467 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Dan Gohman37eed792009-02-04 17:28:58 +00001468 CCValAssign &VA = RVLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00001469 EVT CopyVT = VA.getValVT();
Scott Michelfdc40a02009-02-17 22:15:04 +00001470
Torok Edwin3f142c32009-02-01 18:15:56 +00001471 // If this is x86-64, and we disabled SSE, we can't return FP values
Owen Anderson825b72b2009-08-11 20:47:22 +00001472 if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001473 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasXMM())) {
Chris Lattner75361b62010-04-07 22:58:41 +00001474 report_fatal_error("SSE register return with SSE disabled");
Torok Edwin3f142c32009-02-01 18:15:56 +00001475 }
1476
Evan Cheng79fb3b42009-02-20 20:43:02 +00001477 SDValue Val;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001478
1479 // If this is a call to a function that returns an fp value on the floating
1480 // point stack, we must guarantee the the value is popped from the stack, so
1481 // a CopyFromReg is not good enough - the copy instruction may be eliminated
Jakob Stoklund Olesen9bbe4d62011-06-28 18:32:28 +00001482 // if the return value is not used. We use the FpPOP_RETVAL instruction
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001483 // instead.
1484 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1) {
1485 // If we prefer to use the value in xmm registers, copy it out as f80 and
1486 // use a truncate to move it from fp stack reg to xmm reg.
1487 if (isScalarFPTypeInSSEReg(VA.getValVT())) CopyVT = MVT::f80;
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001488 SDValue Ops[] = { Chain, InFlag };
Jakob Stoklund Olesen9bbe4d62011-06-28 18:32:28 +00001489 Chain = SDValue(DAG.getMachineNode(X86::FpPOP_RETVAL, dl, CopyVT,
1490 MVT::Other, MVT::Glue, Ops, 2), 1);
Jakob Stoklund Olesend737fca2010-07-10 04:04:25 +00001491 Val = Chain.getValue(0);
1492
1493 // Round the f80 to the right size, which also moves it to the appropriate
1494 // xmm register.
1495 if (CopyVT != VA.getValVT())
1496 Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
1497 // This truncation won't change the value.
1498 DAG.getIntPtrConstant(1));
Evan Cheng79fb3b42009-02-20 20:43:02 +00001499 } else {
1500 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1501 CopyVT, InFlag).getValue(1);
1502 Val = Chain.getValue(0);
1503 }
Chris Lattner8e6da152008-03-10 21:08:41 +00001504 InFlag = Chain.getValue(2);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001505 InVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001506 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001507
Dan Gohman98ca4f22009-08-05 01:29:28 +00001508 return Chain;
Chris Lattner2b02a442007-02-25 08:29:00 +00001509}
1510
1511
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001512//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001513// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001514//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001515// StdCall calling convention seems to be standard for many Windows' API
1516// routines and around. It differs from C calling convention just a little:
1517// callee should clean up the stack, not caller. Symbols should be also
1518// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001519// For info on fast calling convention see Fast Calling Convention (tail call)
1520// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001521
Dan Gohman98ca4f22009-08-05 01:29:28 +00001522/// CallIsStructReturn - Determines whether a call uses struct return
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001523/// semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001524static bool CallIsStructReturn(const SmallVectorImpl<ISD::OutputArg> &Outs) {
1525 if (Outs.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001526 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001527
Dan Gohman98ca4f22009-08-05 01:29:28 +00001528 return Outs[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001529}
1530
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001531/// ArgsAreStructReturn - Determines whether a function uses struct
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001532/// return semantics.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001533static bool
1534ArgsAreStructReturn(const SmallVectorImpl<ISD::InputArg> &Ins) {
1535 if (Ins.empty())
Gordon Henriksen86737662008-01-05 16:56:59 +00001536 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001537
Dan Gohman98ca4f22009-08-05 01:29:28 +00001538 return Ins[0].Flags.isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001539}
1540
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001541/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1542/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001543/// the specific parameter attribute. The copy will be passed as a byval
1544/// function parameter.
Scott Michelfdc40a02009-02-17 22:15:04 +00001545static SDValue
Dan Gohman475871a2008-07-27 21:46:04 +00001546CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001547 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
1548 DebugLoc dl) {
Chris Lattnere72f2022010-09-21 05:40:29 +00001549 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Michael J. Spencerec38de22010-10-10 22:04:20 +00001550
Dale Johannesendd64c412009-02-04 00:33:20 +00001551 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Stuart Hastings03d58262011-03-10 00:25:53 +00001552 /*isVolatile*/false, /*AlwaysInline=*/true,
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001553 MachinePointerInfo(), MachinePointerInfo());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001554}
1555
Chris Lattner29689432010-03-11 00:22:57 +00001556/// IsTailCallConvention - Return true if the calling convention is one that
1557/// supports tail call optimization.
1558static bool IsTailCallConvention(CallingConv::ID CC) {
1559 return (CC == CallingConv::Fast || CC == CallingConv::GHC);
1560}
1561
Evan Cheng485fafc2011-03-21 01:19:09 +00001562bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
1563 if (!CI->isTailCall())
1564 return false;
1565
1566 CallSite CS(CI);
1567 CallingConv::ID CalleeCC = CS.getCallingConv();
1568 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1569 return false;
1570
1571 return true;
1572}
1573
Evan Cheng0c439eb2010-01-27 00:07:07 +00001574/// FuncIsMadeTailCallSafe - Return true if the function is being made into
1575/// a tailcall target by changing its ABI.
1576static bool FuncIsMadeTailCallSafe(CallingConv::ID CC) {
Chris Lattner29689432010-03-11 00:22:57 +00001577 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
Evan Cheng0c439eb2010-01-27 00:07:07 +00001578}
1579
Dan Gohman98ca4f22009-08-05 01:29:28 +00001580SDValue
1581X86TargetLowering::LowerMemArgument(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001582 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001583 const SmallVectorImpl<ISD::InputArg> &Ins,
1584 DebugLoc dl, SelectionDAG &DAG,
1585 const CCValAssign &VA,
1586 MachineFrameInfo *MFI,
Dan Gohmand858e902010-04-17 15:26:15 +00001587 unsigned i) const {
Rafael Espindola7effac52007-09-14 15:48:13 +00001588 // Create the nodes corresponding to a load from this parameter slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00001589 ISD::ArgFlagsTy Flags = Ins[i].Flags;
Evan Cheng0c439eb2010-01-27 00:07:07 +00001590 bool AlwaysUseMutable = FuncIsMadeTailCallSafe(CallConv);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001591 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Anton Korobeynikov22472762009-08-14 18:19:10 +00001592 EVT ValVT;
1593
1594 // If value is passed by pointer we have address passed instead of the value
1595 // itself.
1596 if (VA.getLocInfo() == CCValAssign::Indirect)
1597 ValVT = VA.getLocVT();
1598 else
1599 ValVT = VA.getValVT();
Evan Chenge70bb592008-01-10 02:24:25 +00001600
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001601 // FIXME: For now, all byval parameter objects are marked mutable. This can be
Scott Michelfdc40a02009-02-17 22:15:04 +00001602 // changed with more analysis.
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001603 // In case of tail call optimization mark all arguments mutable. Since they
1604 // could be overwritten by lowering of arguments in case of a tail call.
Evan Cheng90567c32010-02-02 23:58:13 +00001605 if (Flags.isByVal()) {
Evan Chengee2e0e32011-03-30 23:44:13 +00001606 unsigned Bytes = Flags.getByValSize();
1607 if (Bytes == 0) Bytes = 1; // Don't create zero-sized stack objects.
1608 int FI = MFI->CreateFixedObject(Bytes, VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001609 return DAG.getFrameIndex(FI, getPointerTy());
1610 } else {
1611 int FI = MFI->CreateFixedObject(ValVT.getSizeInBits()/8,
Evan Chenged2ae132010-07-03 00:40:23 +00001612 VA.getLocMemOffset(), isImmutable);
Evan Cheng90567c32010-02-02 23:58:13 +00001613 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
1614 return DAG.getLoad(ValVT, dl, Chain, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001615 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00001616 false, false, 0);
Evan Cheng90567c32010-02-02 23:58:13 +00001617 }
Rafael Espindola7effac52007-09-14 15:48:13 +00001618}
1619
Dan Gohman475871a2008-07-27 21:46:04 +00001620SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001621X86TargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001622 CallingConv::ID CallConv,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001623 bool isVarArg,
1624 const SmallVectorImpl<ISD::InputArg> &Ins,
1625 DebugLoc dl,
1626 SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001627 SmallVectorImpl<SDValue> &InVals)
1628 const {
Evan Cheng1bc78042006-04-26 01:20:17 +00001629 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001630 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Scott Michelfdc40a02009-02-17 22:15:04 +00001631
Gordon Henriksen86737662008-01-05 16:56:59 +00001632 const Function* Fn = MF.getFunction();
1633 if (Fn->hasExternalLinkage() &&
1634 Subtarget->isTargetCygMing() &&
1635 Fn->getName() == "main")
1636 FuncInfo->setForceFramePointer(true);
1637
Evan Cheng1bc78042006-04-26 01:20:17 +00001638 MachineFrameInfo *MFI = MF.getFrameInfo();
Gordon Henriksen86737662008-01-05 16:56:59 +00001639 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001640 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001641
Chris Lattner29689432010-03-11 00:22:57 +00001642 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1643 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001644
Chris Lattner638402b2007-02-28 07:00:42 +00001645 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001646 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001647 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001648 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001649
1650 // Allocate shadow area for Win64
1651 if (IsWin64) {
1652 CCInfo.AllocateStack(32, 8);
1653 }
1654
Duncan Sands45907662010-10-31 13:21:44 +00001655 CCInfo.AnalyzeFormalArguments(Ins, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001656
Chris Lattnerf39f7712007-02-28 05:46:49 +00001657 unsigned LastVal = ~0U;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001658 SDValue ArgValue;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001659 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1660 CCValAssign &VA = ArgLocs[i];
1661 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1662 // places.
1663 assert(VA.getValNo() != LastVal &&
1664 "Don't support value assigned to multiple locs yet");
1665 LastVal = VA.getValNo();
Scott Michelfdc40a02009-02-17 22:15:04 +00001666
Chris Lattnerf39f7712007-02-28 05:46:49 +00001667 if (VA.isRegLoc()) {
Owen Andersone50ed302009-08-10 22:56:29 +00001668 EVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001669 TargetRegisterClass *RC = NULL;
Owen Anderson825b72b2009-08-11 20:47:22 +00001670 if (RegVT == MVT::i32)
Chris Lattnerf39f7712007-02-28 05:46:49 +00001671 RC = X86::GR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001672 else if (Is64Bit && RegVT == MVT::i64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001673 RC = X86::GR64RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001674 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001675 RC = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +00001676 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001677 RC = X86::FR64RegisterClass;
Bruno Cardoso Lopesac098352010-08-05 23:35:51 +00001678 else if (RegVT.isVector() && RegVT.getSizeInBits() == 256)
1679 RC = X86::VR256RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001680 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001681 RC = X86::VR128RegisterClass;
Dale Johannesen0488fb62010-09-30 23:57:10 +00001682 else if (RegVT == MVT::x86mmx)
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001683 RC = X86::VR64RegisterClass;
1684 else
Torok Edwinc23197a2009-07-14 16:55:14 +00001685 llvm_unreachable("Unknown argument type!");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001686
Devang Patel68e6bee2011-02-21 23:21:26 +00001687 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Dan Gohman98ca4f22009-08-05 01:29:28 +00001688 ArgValue = DAG.getCopyFromReg(Chain, dl, Reg, RegVT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001689
Chris Lattnerf39f7712007-02-28 05:46:49 +00001690 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1691 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1692 // right size.
1693 if (VA.getLocInfo() == CCValAssign::SExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001694 ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001695 DAG.getValueType(VA.getValVT()));
1696 else if (VA.getLocInfo() == CCValAssign::ZExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001697 ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001698 DAG.getValueType(VA.getValVT()));
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001699 else if (VA.getLocInfo() == CCValAssign::BCvt)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00001700 ArgValue = DAG.getNode(ISD::BITCAST, dl, VA.getValVT(), ArgValue);
Scott Michelfdc40a02009-02-17 22:15:04 +00001701
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001702 if (VA.isExtInLoc()) {
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001703 // Handle MMX values passed in XMM regs.
1704 if (RegVT.isVector()) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00001705 ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(),
1706 ArgValue);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00001707 } else
1708 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001709 }
Chris Lattnerf39f7712007-02-28 05:46:49 +00001710 } else {
1711 assert(VA.isMemLoc());
Dan Gohman98ca4f22009-08-05 01:29:28 +00001712 ArgValue = LowerMemArgument(Chain, CallConv, Ins, dl, DAG, VA, MFI, i);
Evan Cheng1bc78042006-04-26 01:20:17 +00001713 }
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001714
1715 // If value is passed via pointer - do a load.
1716 if (VA.getLocInfo() == CCValAssign::Indirect)
Chris Lattner51abfe42010-09-21 06:02:19 +00001717 ArgValue = DAG.getLoad(VA.getValVT(), dl, Chain, ArgValue,
1718 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00001719
Dan Gohman98ca4f22009-08-05 01:29:28 +00001720 InVals.push_back(ArgValue);
Evan Cheng1bc78042006-04-26 01:20:17 +00001721 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001722
Dan Gohman61a92132008-04-21 23:59:07 +00001723 // The x86-64 ABI for returning structs by value requires that we copy
1724 // the sret argument into %rax for the return. Save the argument into
1725 // a virtual register so that we can access it from the return points.
Dan Gohman7e77b0f2009-08-01 19:14:37 +00001726 if (Is64Bit && MF.getFunction()->hasStructRetAttr()) {
Dan Gohman61a92132008-04-21 23:59:07 +00001727 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1728 unsigned Reg = FuncInfo->getSRetReturnReg();
1729 if (!Reg) {
Owen Anderson825b72b2009-08-11 20:47:22 +00001730 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
Dan Gohman61a92132008-04-21 23:59:07 +00001731 FuncInfo->setSRetReturnReg(Reg);
1732 }
Dan Gohman98ca4f22009-08-05 01:29:28 +00001733 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, InVals[0]);
Owen Anderson825b72b2009-08-11 20:47:22 +00001734 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
Dan Gohman61a92132008-04-21 23:59:07 +00001735 }
1736
Chris Lattnerf39f7712007-02-28 05:46:49 +00001737 unsigned StackSize = CCInfo.getNextStackOffset();
Evan Cheng0c439eb2010-01-27 00:07:07 +00001738 // Align stack specially for tail calls.
1739 if (FuncIsMadeTailCallSafe(CallConv))
Gordon Henriksenae636f82008-01-03 16:47:34 +00001740 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001741
Evan Cheng1bc78042006-04-26 01:20:17 +00001742 // If the function takes variable number of arguments, make a frame index for
1743 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001744 if (isVarArg) {
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001745 if (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
1746 CallConv != CallingConv::X86_ThisCall)) {
Jakob Stoklund Olesenb2eeed72010-07-29 17:42:27 +00001747 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, StackSize,true));
Gordon Henriksen86737662008-01-05 16:56:59 +00001748 }
1749 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001750 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1751
1752 // FIXME: We should really autogenerate these arrays
1753 static const unsigned GPR64ArgRegsWin64[] = {
1754 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001755 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001756 static const unsigned GPR64ArgRegs64Bit[] = {
1757 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1758 };
1759 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001760 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1761 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1762 };
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001763 const unsigned *GPR64ArgRegs;
1764 unsigned NumXMMRegs = 0;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001765
1766 if (IsWin64) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001767 // The XMM registers which might contain var arg parameters are shadowed
1768 // in their paired GPR. So we only need to save the GPR to their home
1769 // slots.
1770 TotalNumIntRegs = 4;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001771 GPR64ArgRegs = GPR64ArgRegsWin64;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001772 } else {
1773 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1774 GPR64ArgRegs = GPR64ArgRegs64Bit;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001775
1776 NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs64Bit, TotalNumXMMRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001777 }
1778 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1779 TotalNumIntRegs);
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001780
Devang Patel578efa92009-06-05 21:57:13 +00001781 bool NoImplicitFloatOps = Fn->hasFnAttr(Attribute::NoImplicitFloat);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001782 assert(!(NumXMMRegs && !Subtarget->hasXMM()) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001783 "SSE register cannot be used when SSE is disabled!");
Devang Patel578efa92009-06-05 21:57:13 +00001784 assert(!(NumXMMRegs && UseSoftFloat && NoImplicitFloatOps) &&
Evan Chengc7ce29b2009-02-13 22:36:38 +00001785 "SSE register cannot be used when SSE is disabled!");
Nate Begeman2ea8ee72010-12-10 00:26:57 +00001786 if (UseSoftFloat || NoImplicitFloatOps || !Subtarget->hasXMM())
Torok Edwin3f142c32009-02-01 18:15:56 +00001787 // Kernel mode asks for SSE to be disabled, so don't push them
1788 // on the stack.
1789 TotalNumXMMRegs = 0;
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001790
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001791 if (IsWin64) {
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00001792 const TargetFrameLowering &TFI = *getTargetMachine().getFrameLowering();
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001793 // Get to the caller-allocated home save location. Add 8 to account
1794 // for the return address.
1795 int HomeOffset = TFI.getOffsetOfLocalArea() + 8;
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001796 FuncInfo->setRegSaveFrameIndex(
Cameron Esfahaniec37b002010-10-08 19:24:18 +00001797 MFI->CreateFixedObject(1, NumIntRegs * 8 + HomeOffset, false));
NAKAMURA Takumi3ca99432011-03-09 11:33:15 +00001798 // Fixup to set vararg frame on shadow area (4 x i64).
1799 if (NumIntRegs < 4)
1800 FuncInfo->setVarArgsFrameIndex(FuncInfo->getRegSaveFrameIndex());
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001801 } else {
1802 // For X86-64, if there are vararg parameters that are passed via
1803 // registers, then we must store them to their spots on the stack so they
1804 // may be loaded by deferencing the result of va_next.
1805 FuncInfo->setVarArgsGPOffset(NumIntRegs * 8);
1806 FuncInfo->setVarArgsFPOffset(TotalNumIntRegs * 8 + NumXMMRegs * 16);
1807 FuncInfo->setRegSaveFrameIndex(
1808 MFI->CreateStackObject(TotalNumIntRegs * 8 + TotalNumXMMRegs * 16, 16,
Dan Gohman1e93df62010-04-17 14:41:14 +00001809 false));
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001810 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001811
Gordon Henriksen86737662008-01-05 16:56:59 +00001812 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001813 SmallVector<SDValue, 8> MemOps;
Dan Gohman1e93df62010-04-17 14:41:14 +00001814 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
1815 getPointerTy());
1816 unsigned Offset = FuncInfo->getVarArgsGPOffset();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001817 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Dan Gohmand6708ea2009-08-15 01:38:56 +00001818 SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
1819 DAG.getIntPtrConstant(Offset));
Bob Wilson998e1252009-04-20 18:36:57 +00001820 unsigned VReg = MF.addLiveIn(GPR64ArgRegs[NumIntRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001821 X86::GR64RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +00001822 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Dan Gohman475871a2008-07-27 21:46:04 +00001823 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001824 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00001825 MachinePointerInfo::getFixedStack(
1826 FuncInfo->getRegSaveFrameIndex(), Offset),
1827 false, false, 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001828 MemOps.push_back(Store);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001829 Offset += 8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001830 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001831
Dan Gohmanface41a2009-08-16 21:24:25 +00001832 if (TotalNumXMMRegs != 0 && NumXMMRegs != TotalNumXMMRegs) {
1833 // Now store the XMM (fp + vector) parameter registers.
1834 SmallVector<SDValue, 11> SaveXMMOps;
1835 SaveXMMOps.push_back(Chain);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001836
Devang Patel68e6bee2011-02-21 23:21:26 +00001837 unsigned AL = MF.addLiveIn(X86::AL, X86::GR8RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001838 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
1839 SaveXMMOps.push_back(ALVal);
Dan Gohmand6708ea2009-08-15 01:38:56 +00001840
Dan Gohman1e93df62010-04-17 14:41:14 +00001841 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1842 FuncInfo->getRegSaveFrameIndex()));
1843 SaveXMMOps.push_back(DAG.getIntPtrConstant(
1844 FuncInfo->getVarArgsFPOffset()));
Dan Gohmand6708ea2009-08-15 01:38:56 +00001845
Dan Gohmanface41a2009-08-16 21:24:25 +00001846 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Anton Korobeynikove7beda12010-10-03 22:52:07 +00001847 unsigned VReg = MF.addLiveIn(XMMArgRegs64Bit[NumXMMRegs],
Devang Patel68e6bee2011-02-21 23:21:26 +00001848 X86::VR128RegisterClass);
Dan Gohmanface41a2009-08-16 21:24:25 +00001849 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::v4f32);
1850 SaveXMMOps.push_back(Val);
1851 }
1852 MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
1853 MVT::Other,
1854 &SaveXMMOps[0], SaveXMMOps.size()));
Gordon Henriksen86737662008-01-05 16:56:59 +00001855 }
Dan Gohmanface41a2009-08-16 21:24:25 +00001856
1857 if (!MemOps.empty())
1858 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
1859 &MemOps[0], MemOps.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001860 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001861 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001862
Gordon Henriksen86737662008-01-05 16:56:59 +00001863 // Some CCs need callee pop.
Evan Chengef41ff62011-06-23 17:54:54 +00001864 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt)) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001865 FuncInfo->setBytesToPopOnReturn(StackSize); // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001866 } else {
Dan Gohman1e93df62010-04-17 14:41:14 +00001867 FuncInfo->setBytesToPopOnReturn(0); // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001868 // If this is an sret function, the return should pop the hidden pointer.
Chris Lattner29689432010-03-11 00:22:57 +00001869 if (!Is64Bit && !IsTailCallConvention(CallConv) && ArgsAreStructReturn(Ins))
Dan Gohman1e93df62010-04-17 14:41:14 +00001870 FuncInfo->setBytesToPopOnReturn(4);
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001871 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001872
Gordon Henriksen86737662008-01-05 16:56:59 +00001873 if (!Is64Bit) {
Dan Gohman1e93df62010-04-17 14:41:14 +00001874 // RegSaveFrameIndex is X86-64 only.
1875 FuncInfo->setRegSaveFrameIndex(0xAAAAAAA);
Anton Korobeynikovded05e32010-05-16 09:08:45 +00001876 if (CallConv == CallingConv::X86_FastCall ||
1877 CallConv == CallingConv::X86_ThisCall)
Dan Gohman1e93df62010-04-17 14:41:14 +00001878 // fastcc functions can't have varargs.
1879 FuncInfo->setVarArgsFrameIndex(0xAAAAAAA);
Gordon Henriksen86737662008-01-05 16:56:59 +00001880 }
Evan Cheng25caf632006-05-23 21:06:34 +00001881
Dan Gohman98ca4f22009-08-05 01:29:28 +00001882 return Chain;
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001883}
1884
Dan Gohman475871a2008-07-27 21:46:04 +00001885SDValue
Dan Gohman98ca4f22009-08-05 01:29:28 +00001886X86TargetLowering::LowerMemOpCallTo(SDValue Chain,
1887 SDValue StackPtr, SDValue Arg,
1888 DebugLoc dl, SelectionDAG &DAG,
Evan Chengdffbd832008-01-10 00:09:10 +00001889 const CCValAssign &VA,
Dan Gohmand858e902010-04-17 15:26:15 +00001890 ISD::ArgFlagsTy Flags) const {
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001891 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001892 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Dale Johannesenace16102009-02-03 19:33:06 +00001893 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001894 if (Flags.isByVal())
Dale Johannesendd64c412009-02-04 00:33:20 +00001895 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
Chris Lattnerfc448ff2010-09-21 18:51:21 +00001896
1897 return DAG.getStore(Chain, dl, Arg, PtrOff,
1898 MachinePointerInfo::getStack(LocMemOffset),
David Greene67c9d422010-02-15 16:53:33 +00001899 false, false, 0);
Evan Chengdffbd832008-01-10 00:09:10 +00001900}
1901
Bill Wendling64e87322009-01-16 19:25:27 +00001902/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001903/// optimization is performed and it is required.
Scott Michelfdc40a02009-02-17 22:15:04 +00001904SDValue
1905X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Evan Chengddc419c2010-01-26 19:04:47 +00001906 SDValue &OutRetAddr, SDValue Chain,
1907 bool IsTailCall, bool Is64Bit,
Dan Gohmand858e902010-04-17 15:26:15 +00001908 int FPDiff, DebugLoc dl) const {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001909 // Adjust the Return address stack slot.
Owen Andersone50ed302009-08-10 22:56:29 +00001910 EVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001911 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001912
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001913 // Load the "old" Return address.
Chris Lattner51abfe42010-09-21 06:02:19 +00001914 OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, MachinePointerInfo(),
1915 false, false, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001916 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001917}
1918
Chris Lattner7a2bdde2011-04-15 05:18:47 +00001919/// EmitTailCallStoreRetAddr - Emit a store of the return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001920/// optimization is performed and it is required (FPDiff!=0).
Scott Michelfdc40a02009-02-17 22:15:04 +00001921static SDValue
1922EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001923 SDValue Chain, SDValue RetAddrFrIdx,
Dale Johannesenace16102009-02-03 19:33:06 +00001924 bool Is64Bit, int FPDiff, DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001925 // Store the return address to the appropriate stack slot.
1926 if (!FPDiff) return Chain;
1927 // Calculate the new stack slot for the return address.
1928 int SlotSize = Is64Bit ? 8 : 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00001929 int NewReturnAddrFI =
Evan Chenged2ae132010-07-03 00:40:23 +00001930 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize, false);
Owen Anderson825b72b2009-08-11 20:47:22 +00001931 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001932 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001933 Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00001934 MachinePointerInfo::getFixedStack(NewReturnAddrFI),
David Greene67c9d422010-02-15 16:53:33 +00001935 false, false, 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001936 return Chain;
1937}
1938
Dan Gohman98ca4f22009-08-05 01:29:28 +00001939SDValue
Evan Cheng022d9e12010-02-02 23:55:14 +00001940X86TargetLowering::LowerCall(SDValue Chain, SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00001941 CallingConv::ID CallConv, bool isVarArg,
Evan Cheng0c439eb2010-01-27 00:07:07 +00001942 bool &isTailCall,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001943 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00001944 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohman98ca4f22009-08-05 01:29:28 +00001945 const SmallVectorImpl<ISD::InputArg> &Ins,
1946 DebugLoc dl, SelectionDAG &DAG,
Dan Gohmand858e902010-04-17 15:26:15 +00001947 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohman98ca4f22009-08-05 01:29:28 +00001948 MachineFunction &MF = DAG.getMachineFunction();
1949 bool Is64Bit = Subtarget->is64Bit();
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00001950 bool IsWin64 = Subtarget->isTargetWin64();
Dan Gohman98ca4f22009-08-05 01:29:28 +00001951 bool IsStructRet = CallIsStructReturn(Outs);
Evan Cheng5f941932010-02-05 02:21:12 +00001952 bool IsSibcall = false;
Dan Gohman98ca4f22009-08-05 01:29:28 +00001953
Evan Cheng5f941932010-02-05 02:21:12 +00001954 if (isTailCall) {
Evan Cheng0c439eb2010-01-27 00:07:07 +00001955 // Check if it's really possible to do a tail call.
Evan Chenga375d472010-03-15 18:54:48 +00001956 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
1957 isVarArg, IsStructRet, MF.getFunction()->hasStructRetAttr(),
Dan Gohmanc9403652010-07-07 15:54:55 +00001958 Outs, OutVals, Ins, DAG);
Evan Chengf22f9b32010-02-06 03:28:46 +00001959
1960 // Sibcalls are automatically detected tailcalls which do not require
1961 // ABI changes.
Dan Gohman1797ed52010-02-08 20:27:50 +00001962 if (!GuaranteedTailCallOpt && isTailCall)
Evan Cheng5f941932010-02-05 02:21:12 +00001963 IsSibcall = true;
Evan Chengf22f9b32010-02-06 03:28:46 +00001964
1965 if (isTailCall)
1966 ++NumTailCalls;
Evan Cheng5f941932010-02-05 02:21:12 +00001967 }
Evan Cheng0c439eb2010-01-27 00:07:07 +00001968
Chris Lattner29689432010-03-11 00:22:57 +00001969 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
1970 "Var args not supported with calling convention fastcc or ghc");
Gordon Henriksenae636f82008-01-03 16:47:34 +00001971
Chris Lattner638402b2007-02-28 07:00:42 +00001972 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00001973 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00001974 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
Dan Gohman98ca4f22009-08-05 01:29:28 +00001975 ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00001976
1977 // Allocate shadow area for Win64
1978 if (IsWin64) {
1979 CCInfo.AllocateStack(32, 8);
1980 }
1981
Duncan Sands45907662010-10-31 13:21:44 +00001982 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +00001983
Chris Lattner423c5f42007-02-28 05:31:48 +00001984 // Get a count of how many bytes are to be pushed on the stack.
1985 unsigned NumBytes = CCInfo.getNextStackOffset();
Evan Chengf22f9b32010-02-06 03:28:46 +00001986 if (IsSibcall)
Evan Chengb2c92902010-02-02 02:22:50 +00001987 // This is a sibcall. The memory operands are available in caller's
1988 // own caller's stack.
1989 NumBytes = 0;
Chris Lattner29689432010-03-11 00:22:57 +00001990 else if (GuaranteedTailCallOpt && IsTailCallConvention(CallConv))
Evan Chengf22f9b32010-02-06 03:28:46 +00001991 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001992
Gordon Henriksen86737662008-01-05 16:56:59 +00001993 int FPDiff = 0;
Evan Chengf22f9b32010-02-06 03:28:46 +00001994 if (isTailCall && !IsSibcall) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001995 // Lower arguments at fp - stackoffset + fpdiff.
Scott Michelfdc40a02009-02-17 22:15:04 +00001996 unsigned NumBytesCallerPushed =
Gordon Henriksen86737662008-01-05 16:56:59 +00001997 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
1998 FPDiff = NumBytesCallerPushed - NumBytes;
1999
2000 // Set the delta of movement of the returnaddr stackslot.
2001 // But only set if delta is greater than previous delta.
2002 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
2003 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
2004 }
2005
Evan Chengf22f9b32010-02-06 03:28:46 +00002006 if (!IsSibcall)
2007 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002008
Dan Gohman475871a2008-07-27 21:46:04 +00002009 SDValue RetAddrFrIdx;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002010 // Load return address for tail calls.
Evan Chengf22f9b32010-02-06 03:28:46 +00002011 if (isTailCall && FPDiff)
2012 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, isTailCall,
2013 Is64Bit, FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002014
Dan Gohman475871a2008-07-27 21:46:04 +00002015 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
2016 SmallVector<SDValue, 8> MemOpChains;
2017 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00002018
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002019 // Walk the register/memloc assignments, inserting copies/loads. In the case
2020 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00002021 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2022 CCValAssign &VA = ArgLocs[i];
Owen Andersone50ed302009-08-10 22:56:29 +00002023 EVT RegVT = VA.getLocVT();
Dan Gohmanc9403652010-07-07 15:54:55 +00002024 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002025 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Dan Gohman095cc292008-09-13 01:54:27 +00002026 bool isByVal = Flags.isByVal();
Scott Michelfdc40a02009-02-17 22:15:04 +00002027
Chris Lattner423c5f42007-02-28 05:31:48 +00002028 // Promote the value if needed.
2029 switch (VA.getLocInfo()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002030 default: llvm_unreachable("Unknown loc info!");
Chris Lattner423c5f42007-02-28 05:31:48 +00002031 case CCValAssign::Full: break;
2032 case CCValAssign::SExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002033 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002034 break;
2035 case CCValAssign::ZExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002036 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002037 break;
2038 case CCValAssign::AExt:
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002039 if (RegVT.isVector() && RegVT.getSizeInBits() == 128) {
2040 // Special case: passing MMX values in XMM registers.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002041 Arg = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Owen Anderson825b72b2009-08-11 20:47:22 +00002042 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
2043 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
Anton Korobeynikov80cb8aa2009-08-03 08:13:24 +00002044 } else
2045 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, RegVT, Arg);
2046 break;
2047 case CCValAssign::BCvt:
Wesley Peckbf17cfa2010-11-23 03:31:01 +00002048 Arg = DAG.getNode(ISD::BITCAST, dl, RegVT, Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00002049 break;
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002050 case CCValAssign::Indirect: {
2051 // Store the argument.
2052 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
Evan Chengff89dcb2009-10-18 18:16:27 +00002053 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002054 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00002055 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002056 false, false, 0);
Anton Korobeynikov4ab15532009-08-03 08:13:56 +00002057 Arg = SpillSlot;
2058 break;
2059 }
Evan Cheng6b5783d2006-05-25 18:56:34 +00002060 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002061
Chris Lattner423c5f42007-02-28 05:31:48 +00002062 if (VA.isRegLoc()) {
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002063 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
2064 if (isVarArg && IsWin64) {
2065 // Win64 ABI requires argument XMM reg to be copied to the corresponding
2066 // shadow reg if callee is a varargs function.
2067 unsigned ShadowReg = 0;
2068 switch (VA.getLocReg()) {
2069 case X86::XMM0: ShadowReg = X86::RCX; break;
2070 case X86::XMM1: ShadowReg = X86::RDX; break;
2071 case X86::XMM2: ShadowReg = X86::R8; break;
2072 case X86::XMM3: ShadowReg = X86::R9; break;
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002073 }
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002074 if (ShadowReg)
2075 RegsToPass.push_back(std::make_pair(ShadowReg, Arg));
Anton Korobeynikovc52bedb2010-08-27 14:43:06 +00002076 }
Evan Chengf22f9b32010-02-06 03:28:46 +00002077 } else if (!IsSibcall && (!isTailCall || isByVal)) {
Evan Cheng5f941932010-02-05 02:21:12 +00002078 assert(VA.isMemLoc());
2079 if (StackPtr.getNode() == 0)
2080 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr, getPointerTy());
2081 MemOpChains.push_back(LowerMemOpCallTo(Chain, StackPtr, Arg,
2082 dl, DAG, VA, Flags));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002083 }
Stuart Hastings2aa0f232011-05-26 04:09:49 +00002084 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002085
Evan Cheng32fe1032006-05-25 00:59:30 +00002086 if (!MemOpChains.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002087 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002088 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002089
Evan Cheng347d5f72006-04-28 21:29:37 +00002090 // Build a sequence of copy-to-reg nodes chained together with token chain
2091 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00002092 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002093 // Tail call byval lowering might overwrite argument registers so in case of
2094 // tail call optimization the copies to registers are lowered later.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002095 if (!isTailCall)
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002096 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002097 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002098 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002099 InFlag = Chain.getValue(1);
2100 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002101
Chris Lattner88e1fd52009-07-09 04:24:46 +00002102 if (Subtarget->isPICStyleGOT()) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002103 // ELF / PIC requires GOT in the EBX register before function calls via PLT
2104 // GOT pointer.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002105 if (!isTailCall) {
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002106 Chain = DAG.getCopyToReg(Chain, dl, X86::EBX,
2107 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00002108 DebugLoc(), getPointerTy()),
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002109 InFlag);
2110 InFlag = Chain.getValue(1);
2111 } else {
2112 // If we are tail calling and generating PIC/GOT style code load the
2113 // address of the callee into ECX. The value in ecx is used as target of
2114 // the tail jump. This is done to circumvent the ebx/callee-saved problem
2115 // for tail calls on PIC/GOT architectures. Normally we would just put the
2116 // address of GOT into ebx and then call target@PLT. But for tail calls
2117 // ebx would be restored (since ebx is callee saved) before jumping to the
2118 // target@PLT.
2119
2120 // Note: The actual moving to ECX is done further down.
2121 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
2122 if (G && !G->getGlobal()->hasHiddenVisibility() &&
2123 !G->getGlobal()->hasProtectedVisibility())
2124 Callee = LowerGlobalAddress(Callee, DAG);
2125 else if (isa<ExternalSymbolSDNode>(Callee))
Chris Lattner15a380a2009-07-09 04:39:06 +00002126 Callee = LowerExternalSymbol(Callee, DAG);
Chris Lattnerb133a0a2009-07-09 02:55:47 +00002127 }
Anton Korobeynikov7f705592007-01-12 19:20:47 +00002128 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00002129
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002130 if (Is64Bit && isVarArg && !IsWin64) {
Gordon Henriksen86737662008-01-05 16:56:59 +00002131 // From AMD64 ABI document:
2132 // For calls that may call functions that use varargs or stdargs
2133 // (prototype-less calls or calls to functions containing ellipsis (...) in
2134 // the declaration) %al is used as hidden argument to specify the number
2135 // of SSE registers used. The contents of %al do not need to match exactly
2136 // the number of registers, but must be an ubound on the number of SSE
2137 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00002138
Gordon Henriksen86737662008-01-05 16:56:59 +00002139 // Count the number of XMM registers allocated.
2140 static const unsigned XMMArgRegs[] = {
2141 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
2142 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
2143 };
2144 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
Nate Begeman2ea8ee72010-12-10 00:26:57 +00002145 assert((Subtarget->hasXMM() || !NumXMMRegs)
Torok Edwin3f142c32009-02-01 18:15:56 +00002146 && "SSE registers cannot be used when SSE is disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00002147
Dale Johannesendd64c412009-02-04 00:33:20 +00002148 Chain = DAG.getCopyToReg(Chain, dl, X86::AL,
Owen Anderson825b72b2009-08-11 20:47:22 +00002149 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002150 InFlag = Chain.getValue(1);
2151 }
2152
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00002153
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002154 // For tail calls lower the arguments to the 'real' stack slot.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002155 if (isTailCall) {
2156 // Force all the incoming stack arguments to be loaded from the stack
2157 // before any new outgoing arguments are stored to the stack, because the
2158 // outgoing stack slots may alias the incoming argument stack slots, and
2159 // the alias isn't otherwise explicit. This is slightly more conservative
2160 // than necessary, because it means that each store effectively depends
2161 // on every argument instead of just those arguments it would clobber.
2162 SDValue ArgChain = DAG.getStackArgumentTokenFactor(Chain);
2163
Dan Gohman475871a2008-07-27 21:46:04 +00002164 SmallVector<SDValue, 8> MemOpChains2;
2165 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00002166 int FI = 0;
Chris Lattner7a2bdde2011-04-15 05:18:47 +00002167 // Do not flag preceding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00002168 InFlag = SDValue();
Dan Gohman1797ed52010-02-08 20:27:50 +00002169 if (GuaranteedTailCallOpt) {
Evan Chengb2c92902010-02-02 02:22:50 +00002170 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2171 CCValAssign &VA = ArgLocs[i];
2172 if (VA.isRegLoc())
2173 continue;
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002174 assert(VA.isMemLoc());
Dan Gohmanc9403652010-07-07 15:54:55 +00002175 SDValue Arg = OutVals[i];
Dan Gohman98ca4f22009-08-05 01:29:28 +00002176 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Gordon Henriksen86737662008-01-05 16:56:59 +00002177 // Create frame index.
2178 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002179 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Evan Chenged2ae132010-07-03 00:40:23 +00002180 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002181 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00002182
Duncan Sands276dcbd2008-03-21 09:14:45 +00002183 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002184 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00002185 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00002186 if (StackPtr.getNode() == 0)
Scott Michelfdc40a02009-02-17 22:15:04 +00002187 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr,
Dale Johannesendd64c412009-02-04 00:33:20 +00002188 getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00002189 Source = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, Source);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002190
Dan Gohman98ca4f22009-08-05 01:29:28 +00002191 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN,
2192 ArgChain,
Dale Johannesendd64c412009-02-04 00:33:20 +00002193 Flags, DAG, dl));
Gordon Henriksen86737662008-01-05 16:56:59 +00002194 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00002195 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00002196 MemOpChains2.push_back(
Dan Gohman98ca4f22009-08-05 01:29:28 +00002197 DAG.getStore(ArgChain, dl, Arg, FIN,
Chris Lattnere8639032010-09-21 06:22:23 +00002198 MachinePointerInfo::getFixedStack(FI),
David Greene67c9d422010-02-15 16:53:33 +00002199 false, false, 0));
Scott Michelfdc40a02009-02-17 22:15:04 +00002200 }
Gordon Henriksen86737662008-01-05 16:56:59 +00002201 }
2202 }
2203
2204 if (!MemOpChains2.empty())
Owen Anderson825b72b2009-08-11 20:47:22 +00002205 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00002206 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002207
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002208 // Copy arguments to their registers.
2209 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00002210 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00002211 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00002212 InFlag = Chain.getValue(1);
2213 }
Dan Gohman475871a2008-07-27 21:46:04 +00002214 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002215
Gordon Henriksen86737662008-01-05 16:56:59 +00002216 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00002217 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00002218 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00002219 }
2220
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002221 if (getTargetMachine().getCodeModel() == CodeModel::Large) {
2222 assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
2223 // In the 64-bit large code model, we have to make all calls
2224 // through a register, since the call instruction's 32-bit
2225 // pc-relative offset may not be large enough to hold the whole
2226 // address.
2227 } else if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002228 // If the callee is a GlobalAddress node (quite common, every direct call
2229 // is) turn it into a TargetGlobalAddress node so that legalize doesn't hack
2230 // it.
2231
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00002232 // We should use extra load for direct calls to dllimported functions in
2233 // non-JIT mode.
Dan Gohman46510a72010-04-15 01:51:59 +00002234 const GlobalValue *GV = G->getGlobal();
Chris Lattner754b7652009-07-10 05:48:03 +00002235 if (!GV->hasDLLImportLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002236 unsigned char OpFlags = 0;
John McCall3a3465b2011-06-15 20:36:13 +00002237 bool ExtraLoad = false;
2238 unsigned WrapperKind = ISD::DELETED_NODE;
Eric Christopherfd179292009-08-27 18:07:15 +00002239
Chris Lattner48a7d022009-07-09 05:02:21 +00002240 // On ELF targets, in both X86-64 and X86-32 mode, direct calls to
2241 // external symbols most go through the PLT in PIC mode. If the symbol
2242 // has hidden or protected visibility, or if it is static or local, then
2243 // we don't need to use the PLT - we can directly call it.
2244 if (Subtarget->isTargetELF() &&
2245 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattner74e726e2009-07-09 05:27:35 +00002246 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002247 OpFlags = X86II::MO_PLT;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00002248 } else if (Subtarget->isPICStyleStubAny() &&
Chris Lattner80945782010-09-27 06:34:01 +00002249 (GV->isDeclaration() || GV->isWeakForLinker()) &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002250 (!Subtarget->getTargetTriple().isMacOSX() ||
2251 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Chris Lattner74e726e2009-07-09 05:27:35 +00002252 // PC-relative references to external symbols should go through $stub,
2253 // unless we're building with the leopard linker or later, which
2254 // automatically synthesizes these stubs.
2255 OpFlags = X86II::MO_DARWIN_STUB;
John McCall3a3465b2011-06-15 20:36:13 +00002256 } else if (Subtarget->isPICStyleRIPRel() &&
2257 isa<Function>(GV) &&
2258 cast<Function>(GV)->hasFnAttr(Attribute::NonLazyBind)) {
2259 // If the function is marked as non-lazy, generate an indirect call
2260 // which loads from the GOT directly. This avoids runtime overhead
2261 // at the cost of eager binding (and one extra byte of encoding).
2262 OpFlags = X86II::MO_GOTPCREL;
2263 WrapperKind = X86ISD::WrapperRIP;
2264 ExtraLoad = true;
Chris Lattner74e726e2009-07-09 05:27:35 +00002265 }
Chris Lattner48a7d022009-07-09 05:02:21 +00002266
Devang Patel0d881da2010-07-06 22:08:15 +00002267 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
Chris Lattner48a7d022009-07-09 05:02:21 +00002268 G->getOffset(), OpFlags);
John McCall3a3465b2011-06-15 20:36:13 +00002269
2270 // Add a wrapper if needed.
2271 if (WrapperKind != ISD::DELETED_NODE)
2272 Callee = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Callee);
2273 // Add extra indirection if needed.
2274 if (ExtraLoad)
2275 Callee = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Callee,
2276 MachinePointerInfo::getGOT(),
2277 false, false, 0);
Chris Lattner48a7d022009-07-09 05:02:21 +00002278 }
Bill Wendling056292f2008-09-16 21:48:12 +00002279 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattner48a7d022009-07-09 05:02:21 +00002280 unsigned char OpFlags = 0;
2281
Evan Cheng1bf891a2010-12-01 22:59:46 +00002282 // On ELF targets, in either X86-64 or X86-32 mode, direct calls to
2283 // external symbols should go through the PLT.
2284 if (Subtarget->isTargetELF() &&
2285 getTargetMachine().getRelocationModel() == Reloc::PIC_) {
2286 OpFlags = X86II::MO_PLT;
2287 } else if (Subtarget->isPICStyleStubAny() &&
Daniel Dunbar558692f2011-04-20 00:14:25 +00002288 (!Subtarget->getTargetTriple().isMacOSX() ||
2289 Subtarget->getTargetTriple().isMacOSXVersionLT(10, 5))) {
Evan Cheng1bf891a2010-12-01 22:59:46 +00002290 // PC-relative references to external symbols should go through $stub,
2291 // unless we're building with the leopard linker or later, which
2292 // automatically synthesizes these stubs.
2293 OpFlags = X86II::MO_DARWIN_STUB;
Chris Lattner74e726e2009-07-09 05:27:35 +00002294 }
Eric Christopherfd179292009-08-27 18:07:15 +00002295
Chris Lattner48a7d022009-07-09 05:02:21 +00002296 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy(),
2297 OpFlags);
Jeffrey Yasskind1ba06b2009-11-16 22:41:33 +00002298 }
2299
Chris Lattnerd96d0722007-02-25 06:40:16 +00002300 // Returns a chain & a flag for retval copy to use.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00002301 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Dan Gohman475871a2008-07-27 21:46:04 +00002302 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00002303
Evan Chengf22f9b32010-02-06 03:28:46 +00002304 if (!IsSibcall && isTailCall) {
Dale Johannesene8d72302009-02-06 23:05:02 +00002305 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
2306 DAG.getIntPtrConstant(0, true), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00002307 InFlag = Chain.getValue(1);
Gordon Henriksen86737662008-01-05 16:56:59 +00002308 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002309
Nate Begeman4c5dcf52006-02-17 00:03:04 +00002310 Ops.push_back(Chain);
2311 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00002312
Dan Gohman98ca4f22009-08-05 01:29:28 +00002313 if (isTailCall)
Owen Anderson825b72b2009-08-11 20:47:22 +00002314 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00002315
Gordon Henriksen86737662008-01-05 16:56:59 +00002316 // Add argument registers to the end of the list so that they are known live
2317 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00002318 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
2319 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
2320 RegsToPass[i].second.getValueType()));
Scott Michelfdc40a02009-02-17 22:15:04 +00002321
Evan Cheng586ccac2008-03-18 23:36:35 +00002322 // Add an implicit use GOT pointer in EBX.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002323 if (!isTailCall && Subtarget->isPICStyleGOT())
Evan Cheng586ccac2008-03-18 23:36:35 +00002324 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
2325
Anton Korobeynikov3a1e54a2010-08-17 21:06:07 +00002326 // Add an implicit use of AL for non-Windows x86 64-bit vararg functions.
NAKAMURA Takumifb840c92011-02-05 15:11:13 +00002327 if (Is64Bit && isVarArg && !IsWin64)
Owen Anderson825b72b2009-08-11 20:47:22 +00002328 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
Evan Cheng586ccac2008-03-18 23:36:35 +00002329
Gabor Greifba36cb52008-08-28 21:40:38 +00002330 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00002331 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00002332
Dan Gohman98ca4f22009-08-05 01:29:28 +00002333 if (isTailCall) {
Dale Johannesen88004c22010-06-05 00:30:45 +00002334 // We used to do:
2335 //// If this is the first return lowered for this function, add the regs
2336 //// to the liveout set for the function.
2337 // This isn't right, although it's probably harmless on x86; liveouts
2338 // should be computed from returns not tail calls. Consider a void
2339 // function making a tail call to a function returning int.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002340 return DAG.getNode(X86ISD::TC_RETURN, dl,
2341 NodeTys, &Ops[0], Ops.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00002342 }
2343
Dale Johannesenace16102009-02-03 19:33:06 +00002344 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00002345 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00002346
Chris Lattner2d297092006-05-23 18:50:38 +00002347 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00002348 unsigned NumBytesForCalleeToPush;
Evan Chengef41ff62011-06-23 17:54:54 +00002349 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt))
Gordon Henriksen86737662008-01-05 16:56:59 +00002350 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Chris Lattner29689432010-03-11 00:22:57 +00002351 else if (!Is64Bit && !IsTailCallConvention(CallConv) && IsStructRet)
Dan Gohmanf451cb82010-02-10 16:03:48 +00002352 // If this is a call to a struct-return function, the callee
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00002353 // pops the hidden struct pointer, so we have to push it back.
2354 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00002355 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00002356 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00002357 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Scott Michelfdc40a02009-02-17 22:15:04 +00002358
Gordon Henriksenae636f82008-01-03 16:47:34 +00002359 // Returns a flag for retval copy to use.
Evan Chengf22f9b32010-02-06 03:28:46 +00002360 if (!IsSibcall) {
2361 Chain = DAG.getCALLSEQ_END(Chain,
2362 DAG.getIntPtrConstant(NumBytes, true),
2363 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
2364 true),
2365 InFlag);
2366 InFlag = Chain.getValue(1);
2367 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002368
Chris Lattner3085e152007-02-25 08:59:22 +00002369 // Handle result values, copying them out of physregs into vregs that we
2370 // return.
Dan Gohman98ca4f22009-08-05 01:29:28 +00002371 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
2372 Ins, dl, DAG, InVals);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002373}
2374
Evan Cheng25ab6902006-09-08 06:48:29 +00002375
2376//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002377// Fast Calling Convention (tail call) implementation
2378//===----------------------------------------------------------------------===//
2379
2380// Like std call, callee cleans arguments, convention except that ECX is
2381// reserved for storing the tail called function address. Only 2 registers are
2382// free for argument passing (inreg). Tail call optimization is performed
2383// provided:
2384// * tailcallopt is enabled
2385// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00002386// On X86_64 architecture with GOT-style position independent code only local
2387// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002388// To keep the stack aligned according to platform abi the function
2389// GetAlignedArgumentStackSize ensures that argument delta is always multiples
2390// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002391// If a tail called function callee has more arguments than the caller the
2392// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00002393// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002394// original REtADDR, but before the saved framepointer or the spilled registers
2395// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
2396// stack layout:
2397// arg1
2398// arg2
2399// RETADDR
Scott Michelfdc40a02009-02-17 22:15:04 +00002400// [ new RETADDR
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002401// move area ]
2402// (possible EBP)
2403// ESI
2404// EDI
2405// local1 ..
2406
2407/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
2408/// for a 16 byte align requirement.
Dan Gohmand858e902010-04-17 15:26:15 +00002409unsigned
2410X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
2411 SelectionDAG& DAG) const {
Evan Chenge9ac9e62008-09-07 09:07:23 +00002412 MachineFunction &MF = DAG.getMachineFunction();
2413 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00002414 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002415 unsigned StackAlignment = TFI.getStackAlignment();
Scott Michelfdc40a02009-02-17 22:15:04 +00002416 uint64_t AlignMask = StackAlignment - 1;
Evan Chenge9ac9e62008-09-07 09:07:23 +00002417 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00002418 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00002419 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
2420 // Number smaller than 12 so just add the difference.
2421 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
2422 } else {
2423 // Mask out lower bits, add stackalignment once plus the 12 bytes.
Scott Michelfdc40a02009-02-17 22:15:04 +00002424 Offset = ((~AlignMask) & Offset) + StackAlignment +
Evan Chenge9ac9e62008-09-07 09:07:23 +00002425 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002426 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00002427 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002428}
2429
Evan Cheng5f941932010-02-05 02:21:12 +00002430/// MatchingStackOffset - Return true if the given stack call argument is
2431/// already available in the same position (relatively) of the caller's
2432/// incoming argument stack.
2433static
2434bool MatchingStackOffset(SDValue Arg, unsigned Offset, ISD::ArgFlagsTy Flags,
2435 MachineFrameInfo *MFI, const MachineRegisterInfo *MRI,
2436 const X86InstrInfo *TII) {
Evan Cheng4cae1332010-03-05 08:38:04 +00002437 unsigned Bytes = Arg.getValueType().getSizeInBits() / 8;
2438 int FI = INT_MAX;
Evan Cheng5f941932010-02-05 02:21:12 +00002439 if (Arg.getOpcode() == ISD::CopyFromReg) {
2440 unsigned VR = cast<RegisterSDNode>(Arg.getOperand(1))->getReg();
Jakob Stoklund Olesenc9df0252011-01-10 02:58:51 +00002441 if (!TargetRegisterInfo::isVirtualRegister(VR))
Evan Cheng5f941932010-02-05 02:21:12 +00002442 return false;
2443 MachineInstr *Def = MRI->getVRegDef(VR);
2444 if (!Def)
2445 return false;
2446 if (!Flags.isByVal()) {
2447 if (!TII->isLoadFromStackSlot(Def, FI))
2448 return false;
2449 } else {
2450 unsigned Opcode = Def->getOpcode();
2451 if ((Opcode == X86::LEA32r || Opcode == X86::LEA64r) &&
2452 Def->getOperand(1).isFI()) {
2453 FI = Def->getOperand(1).getIndex();
Evan Cheng4cae1332010-03-05 08:38:04 +00002454 Bytes = Flags.getByValSize();
Evan Cheng5f941932010-02-05 02:21:12 +00002455 } else
2456 return false;
2457 }
Evan Cheng4cae1332010-03-05 08:38:04 +00002458 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) {
2459 if (Flags.isByVal())
2460 // ByVal argument is passed in as a pointer but it's now being
Evan Cheng10718492010-03-05 19:55:55 +00002461 // dereferenced. e.g.
Evan Cheng4cae1332010-03-05 08:38:04 +00002462 // define @foo(%struct.X* %A) {
2463 // tail call @bar(%struct.X* byval %A)
2464 // }
Evan Cheng5f941932010-02-05 02:21:12 +00002465 return false;
2466 SDValue Ptr = Ld->getBasePtr();
2467 FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr);
2468 if (!FINode)
2469 return false;
2470 FI = FINode->getIndex();
Chad Rosierdf78fcd2011-06-25 02:04:56 +00002471 } else if (Arg.getOpcode() == ISD::FrameIndex && Flags.isByVal()) {
Chad Rosier14d71aa2011-06-25 18:51:28 +00002472 FrameIndexSDNode *FINode = cast<FrameIndexSDNode>(Arg);
Chad Rosierdf78fcd2011-06-25 02:04:56 +00002473 FI = FINode->getIndex();
2474 Bytes = Flags.getByValSize();
Evan Cheng4cae1332010-03-05 08:38:04 +00002475 } else
2476 return false;
Evan Cheng5f941932010-02-05 02:21:12 +00002477
Evan Cheng4cae1332010-03-05 08:38:04 +00002478 assert(FI != INT_MAX);
Evan Cheng5f941932010-02-05 02:21:12 +00002479 if (!MFI->isFixedObjectIndex(FI))
2480 return false;
Evan Cheng4cae1332010-03-05 08:38:04 +00002481 return Offset == MFI->getObjectOffset(FI) && Bytes == MFI->getObjectSize(FI);
Evan Cheng5f941932010-02-05 02:21:12 +00002482}
2483
Dan Gohman98ca4f22009-08-05 01:29:28 +00002484/// IsEligibleForTailCallOptimization - Check whether the call is eligible
2485/// for tail call optimization. Targets which want to do tail call
2486/// optimization should implement this function.
2487bool
2488X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00002489 CallingConv::ID CalleeCC,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002490 bool isVarArg,
Evan Chenga375d472010-03-15 18:54:48 +00002491 bool isCalleeStructRet,
2492 bool isCallerStructRet,
Evan Chengb1712452010-01-27 06:25:16 +00002493 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanc9403652010-07-07 15:54:55 +00002494 const SmallVectorImpl<SDValue> &OutVals,
Evan Chengb1712452010-01-27 06:25:16 +00002495 const SmallVectorImpl<ISD::InputArg> &Ins,
Dan Gohman98ca4f22009-08-05 01:29:28 +00002496 SelectionDAG& DAG) const {
Chris Lattner29689432010-03-11 00:22:57 +00002497 if (!IsTailCallConvention(CalleeCC) &&
Evan Chengb1712452010-01-27 06:25:16 +00002498 CalleeCC != CallingConv::C)
2499 return false;
2500
Evan Cheng7096ae42010-01-29 06:45:59 +00002501 // If -tailcallopt is specified, make fastcc functions tail-callable.
Evan Cheng2c12cb42010-03-26 16:26:03 +00002502 const MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng7096ae42010-01-29 06:45:59 +00002503 const Function *CallerF = DAG.getMachineFunction().getFunction();
Evan Cheng13617962010-04-30 01:12:32 +00002504 CallingConv::ID CallerCC = CallerF->getCallingConv();
2505 bool CCMatch = CallerCC == CalleeCC;
2506
Dan Gohman1797ed52010-02-08 20:27:50 +00002507 if (GuaranteedTailCallOpt) {
Evan Cheng13617962010-04-30 01:12:32 +00002508 if (IsTailCallConvention(CalleeCC) && CCMatch)
Evan Cheng843bd692010-01-31 06:44:49 +00002509 return true;
2510 return false;
2511 }
2512
Dale Johannesen2f05cc02010-05-28 23:24:28 +00002513 // Look for obvious safe cases to perform tail call optimization that do not
2514 // require ABI changes. This is what gcc calls sibcall.
Evan Chengb2c92902010-02-02 02:22:50 +00002515
Evan Cheng2c12cb42010-03-26 16:26:03 +00002516 // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
2517 // emit a special epilogue.
2518 if (RegInfo->needsStackRealignment(MF))
2519 return false;
2520
Evan Chenga375d472010-03-15 18:54:48 +00002521 // Also avoid sibcall optimization if either caller or callee uses struct
2522 // return semantics.
2523 if (isCalleeStructRet || isCallerStructRet)
2524 return false;
2525
Chad Rosier2416da32011-06-24 21:15:36 +00002526 // An stdcall caller is expected to clean up its arguments; the callee
2527 // isn't going to do that.
2528 if (!CCMatch && CallerCC==CallingConv::X86_StdCall)
2529 return false;
2530
Chad Rosier871f6642011-05-18 19:59:50 +00002531 // Do not sibcall optimize vararg calls unless all arguments are passed via
Chad Rosiera1660892011-05-20 00:59:28 +00002532 // registers.
Chad Rosier871f6642011-05-18 19:59:50 +00002533 if (isVarArg && !Outs.empty()) {
Chad Rosiera1660892011-05-20 00:59:28 +00002534
2535 // Optimizing for varargs on Win64 is unlikely to be safe without
2536 // additional testing.
2537 if (Subtarget->isTargetWin64())
2538 return false;
2539
Chad Rosier871f6642011-05-18 19:59:50 +00002540 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002541 CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(),
2542 getTargetMachine(), ArgLocs, *DAG.getContext());
Chad Rosier871f6642011-05-18 19:59:50 +00002543
Chad Rosier871f6642011-05-18 19:59:50 +00002544 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
2545 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i)
2546 if (!ArgLocs[i].isRegLoc())
2547 return false;
2548 }
2549
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002550 // If the call result is in ST0 / ST1, it needs to be popped off the x87 stack.
2551 // Therefore if it's not used by the call it is not safe to optimize this into
2552 // a sibcall.
2553 bool Unused = false;
2554 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
2555 if (!Ins[i].Used) {
2556 Unused = true;
2557 break;
2558 }
2559 }
2560 if (Unused) {
2561 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002562 CCState CCInfo(CalleeCC, false, DAG.getMachineFunction(),
2563 getTargetMachine(), RVLocs, *DAG.getContext());
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002564 CCInfo.AnalyzeCallResult(Ins, RetCC_X86);
Evan Cheng13617962010-04-30 01:12:32 +00002565 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
Evan Chengf5b9d6c2010-03-20 02:58:15 +00002566 CCValAssign &VA = RVLocs[i];
2567 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
2568 return false;
2569 }
2570 }
2571
Evan Cheng13617962010-04-30 01:12:32 +00002572 // If the calling conventions do not match, then we'd better make sure the
2573 // results are returned in the same way as what the caller expects.
2574 if (!CCMatch) {
2575 SmallVector<CCValAssign, 16> RVLocs1;
Eric Christopher471e4222011-06-08 23:55:35 +00002576 CCState CCInfo1(CalleeCC, false, DAG.getMachineFunction(),
2577 getTargetMachine(), RVLocs1, *DAG.getContext());
Evan Cheng13617962010-04-30 01:12:32 +00002578 CCInfo1.AnalyzeCallResult(Ins, RetCC_X86);
2579
2580 SmallVector<CCValAssign, 16> RVLocs2;
Eric Christopher471e4222011-06-08 23:55:35 +00002581 CCState CCInfo2(CallerCC, false, DAG.getMachineFunction(),
2582 getTargetMachine(), RVLocs2, *DAG.getContext());
Evan Cheng13617962010-04-30 01:12:32 +00002583 CCInfo2.AnalyzeCallResult(Ins, RetCC_X86);
2584
2585 if (RVLocs1.size() != RVLocs2.size())
2586 return false;
2587 for (unsigned i = 0, e = RVLocs1.size(); i != e; ++i) {
2588 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
2589 return false;
2590 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
2591 return false;
2592 if (RVLocs1[i].isRegLoc()) {
2593 if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg())
2594 return false;
2595 } else {
2596 if (RVLocs1[i].getLocMemOffset() != RVLocs2[i].getLocMemOffset())
2597 return false;
2598 }
2599 }
2600 }
2601
Evan Chenga6bff982010-01-30 01:22:00 +00002602 // If the callee takes no arguments then go on to check the results of the
2603 // call.
2604 if (!Outs.empty()) {
2605 // Check if stack adjustment is needed. For now, do not do this if any
2606 // argument is passed on the stack.
2607 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopher471e4222011-06-08 23:55:35 +00002608 CCState CCInfo(CalleeCC, isVarArg, DAG.getMachineFunction(),
2609 getTargetMachine(), ArgLocs, *DAG.getContext());
NAKAMURA Takumi3f4be4f2011-02-05 15:11:32 +00002610
2611 // Allocate shadow area for Win64
2612 if (Subtarget->isTargetWin64()) {
2613 CCInfo.AllocateStack(32, 8);
2614 }
2615
Duncan Sands45907662010-10-31 13:21:44 +00002616 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
Stuart Hastings6db2c2f2011-05-17 16:59:46 +00002617 if (CCInfo.getNextStackOffset()) {
Evan Chengb2c92902010-02-02 02:22:50 +00002618 MachineFunction &MF = DAG.getMachineFunction();
2619 if (MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn())
2620 return false;
Evan Chengb2c92902010-02-02 02:22:50 +00002621
2622 // Check if the arguments are already laid out in the right way as
2623 // the caller's fixed stack objects.
2624 MachineFrameInfo *MFI = MF.getFrameInfo();
Evan Cheng5f941932010-02-05 02:21:12 +00002625 const MachineRegisterInfo *MRI = &MF.getRegInfo();
2626 const X86InstrInfo *TII =
2627 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
Evan Chengb2c92902010-02-02 02:22:50 +00002628 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2629 CCValAssign &VA = ArgLocs[i];
Dan Gohmanc9403652010-07-07 15:54:55 +00002630 SDValue Arg = OutVals[i];
Evan Chengb2c92902010-02-02 02:22:50 +00002631 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Evan Chengb2c92902010-02-02 02:22:50 +00002632 if (VA.getLocInfo() == CCValAssign::Indirect)
2633 return false;
2634 if (!VA.isRegLoc()) {
Evan Cheng5f941932010-02-05 02:21:12 +00002635 if (!MatchingStackOffset(Arg, VA.getLocMemOffset(), Flags,
2636 MFI, MRI, TII))
Evan Chengb2c92902010-02-02 02:22:50 +00002637 return false;
2638 }
2639 }
2640 }
Evan Cheng9c044672010-05-29 01:35:22 +00002641
2642 // If the tailcall address may be in a register, then make sure it's
2643 // possible to register allocate for it. In 32-bit, the call address can
2644 // only target EAX, EDX, or ECX since the tail call must be scheduled after
Evan Chengdedd9742010-07-14 06:44:01 +00002645 // callee-saved registers are restored. These happen to be the same
2646 // registers used to pass 'inreg' arguments so watch out for those.
2647 if (!Subtarget->is64Bit() &&
2648 !isa<GlobalAddressSDNode>(Callee) &&
Evan Cheng9c044672010-05-29 01:35:22 +00002649 !isa<ExternalSymbolSDNode>(Callee)) {
Evan Cheng9c044672010-05-29 01:35:22 +00002650 unsigned NumInRegs = 0;
2651 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2652 CCValAssign &VA = ArgLocs[i];
Evan Chengdedd9742010-07-14 06:44:01 +00002653 if (!VA.isRegLoc())
2654 continue;
2655 unsigned Reg = VA.getLocReg();
2656 switch (Reg) {
2657 default: break;
2658 case X86::EAX: case X86::EDX: case X86::ECX:
2659 if (++NumInRegs == 3)
Evan Cheng9c044672010-05-29 01:35:22 +00002660 return false;
Evan Chengdedd9742010-07-14 06:44:01 +00002661 break;
Evan Cheng9c044672010-05-29 01:35:22 +00002662 }
2663 }
2664 }
Evan Chenga6bff982010-01-30 01:22:00 +00002665 }
Evan Chengb1712452010-01-27 06:25:16 +00002666
Evan Cheng86809cc2010-02-03 03:28:02 +00002667 return true;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00002668}
2669
Dan Gohman3df24e62008-09-03 23:12:08 +00002670FastISel *
Dan Gohmana4160c32010-07-07 16:29:44 +00002671X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const {
2672 return X86::createFastISel(funcInfo);
Dan Gohmand9f3c482008-08-19 21:32:53 +00002673}
2674
2675
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002676//===----------------------------------------------------------------------===//
2677// Other Lowering Hooks
2678//===----------------------------------------------------------------------===//
2679
Bruno Cardoso Lopese654b562010-09-01 00:51:36 +00002680static bool MayFoldLoad(SDValue Op) {
2681 return Op.hasOneUse() && ISD::isNormalLoad(Op.getNode());
2682}
2683
2684static bool MayFoldIntoStore(SDValue Op) {
2685 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
2686}
2687
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002688static bool isTargetShuffle(unsigned Opcode) {
2689 switch(Opcode) {
2690 default: return false;
2691 case X86ISD::PSHUFD:
2692 case X86ISD::PSHUFHW:
2693 case X86ISD::PSHUFLW:
2694 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002695 case X86ISD::PALIGN:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002696 case X86ISD::SHUFPS:
2697 case X86ISD::MOVLHPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002698 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002699 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002700 case X86ISD::MOVLPS:
2701 case X86ISD::MOVLPD:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002702 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002703 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002704 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002705 case X86ISD::MOVSS:
2706 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002707 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002708 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002709 case X86ISD::VUNPCKLPSY:
2710 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002711 case X86ISD::PUNPCKLWD:
2712 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002713 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002714 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002715 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002716 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00002717 case X86ISD::VUNPCKHPSY:
2718 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002719 case X86ISD::PUNPCKHWD:
2720 case X86ISD::PUNPCKHBW:
2721 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002722 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00002723 case X86ISD::VPERMILPS:
2724 case X86ISD::VPERMILPSY:
2725 case X86ISD::VPERMILPD:
2726 case X86ISD::VPERMILPDY:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002727 return true;
2728 }
2729 return false;
2730}
2731
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002732static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002733 SDValue V1, SelectionDAG &DAG) {
2734 switch(Opc) {
2735 default: llvm_unreachable("Unknown x86 shuffle node");
2736 case X86ISD::MOVSHDUP:
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00002737 case X86ISD::MOVSLDUP:
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00002738 case X86ISD::MOVDDUP:
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00002739 return DAG.getNode(Opc, dl, VT, V1);
2740 }
2741
2742 return SDValue();
2743}
2744
2745static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00002746 SDValue V1, unsigned TargetMask, SelectionDAG &DAG) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002747 switch(Opc) {
2748 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002749 case X86ISD::PSHUFD:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002750 case X86ISD::PSHUFHW:
2751 case X86ISD::PSHUFLW:
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00002752 case X86ISD::VPERMILPS:
2753 case X86ISD::VPERMILPSY:
2754 case X86ISD::VPERMILPD:
2755 case X86ISD::VPERMILPDY:
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00002756 return DAG.getNode(Opc, dl, VT, V1, DAG.getConstant(TargetMask, MVT::i8));
2757 }
2758
2759 return SDValue();
2760}
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002761
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002762static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2763 SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) {
2764 switch(Opc) {
2765 default: llvm_unreachable("Unknown x86 shuffle node");
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00002766 case X86ISD::PALIGN:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002767 case X86ISD::SHUFPD:
2768 case X86ISD::SHUFPS:
2769 return DAG.getNode(Opc, dl, VT, V1, V2,
2770 DAG.getConstant(TargetMask, MVT::i8));
2771 }
2772 return SDValue();
2773}
2774
2775static SDValue getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT,
2776 SDValue V1, SDValue V2, SelectionDAG &DAG) {
2777 switch(Opc) {
2778 default: llvm_unreachable("Unknown x86 shuffle node");
2779 case X86ISD::MOVLHPS:
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00002780 case X86ISD::MOVLHPD:
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00002781 case X86ISD::MOVHLPS:
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00002782 case X86ISD::MOVLPS:
2783 case X86ISD::MOVLPD:
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00002784 case X86ISD::MOVSS:
2785 case X86ISD::MOVSD:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002786 case X86ISD::UNPCKLPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002787 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +00002788 case X86ISD::VUNPCKLPSY:
2789 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002790 case X86ISD::PUNPCKLWD:
2791 case X86ISD::PUNPCKLBW:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002792 case X86ISD::PUNPCKLDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002793 case X86ISD::PUNPCKLQDQ:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002794 case X86ISD::UNPCKHPS:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002795 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00002796 case X86ISD::VUNPCKHPSY:
2797 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00002798 case X86ISD::PUNPCKHWD:
2799 case X86ISD::PUNPCKHBW:
2800 case X86ISD::PUNPCKHDQ:
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00002801 case X86ISD::PUNPCKHQDQ:
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00002802 return DAG.getNode(Opc, dl, VT, V1, V2);
2803 }
2804 return SDValue();
2805}
2806
Dan Gohmand858e902010-04-17 15:26:15 +00002807SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) const {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002808 MachineFunction &MF = DAG.getMachineFunction();
2809 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2810 int ReturnAddrIndex = FuncInfo->getRAIndex();
2811
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002812 if (ReturnAddrIndex == 0) {
2813 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00002814 uint64_t SlotSize = TD->getPointerSize();
David Greene3f2bf852009-11-12 20:49:22 +00002815 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize,
Evan Chenged2ae132010-07-03 00:40:23 +00002816 false);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002817 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002818 }
2819
Evan Cheng25ab6902006-09-08 06:48:29 +00002820 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002821}
2822
2823
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002824bool X86::isOffsetSuitableForCodeModel(int64_t Offset, CodeModel::Model M,
2825 bool hasSymbolicDisplacement) {
2826 // Offset should fit into 32 bit immediate field.
Benjamin Kramer34247a02010-03-29 21:13:41 +00002827 if (!isInt<32>(Offset))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00002828 return false;
2829
2830 // If we don't have a symbolic displacement - we don't have any extra
2831 // restrictions.
2832 if (!hasSymbolicDisplacement)
2833 return true;
2834
2835 // FIXME: Some tweaks might be needed for medium code model.
2836 if (M != CodeModel::Small && M != CodeModel::Kernel)
2837 return false;
2838
2839 // For small code model we assume that latest object is 16MB before end of 31
2840 // bits boundary. We may also accept pretty large negative constants knowing
2841 // that all objects are in the positive half of address space.
2842 if (M == CodeModel::Small && Offset < 16*1024*1024)
2843 return true;
2844
2845 // For kernel code model we know that all object resist in the negative half
2846 // of 32bits address space. We may not accept negative offsets, since they may
2847 // be just off and we may accept pretty large positive ones.
2848 if (M == CodeModel::Kernel && Offset > 0)
2849 return true;
2850
2851 return false;
2852}
2853
Evan Chengef41ff62011-06-23 17:54:54 +00002854/// isCalleePop - Determines whether the callee is required to pop its
2855/// own arguments. Callee pop is necessary to support tail calls.
2856bool X86::isCalleePop(CallingConv::ID CallingConv,
2857 bool is64Bit, bool IsVarArg, bool TailCallOpt) {
2858 if (IsVarArg)
2859 return false;
2860
2861 switch (CallingConv) {
2862 default:
2863 return false;
2864 case CallingConv::X86_StdCall:
2865 return !is64Bit;
2866 case CallingConv::X86_FastCall:
2867 return !is64Bit;
2868 case CallingConv::X86_ThisCall:
2869 return !is64Bit;
2870 case CallingConv::Fast:
2871 return TailCallOpt;
2872 case CallingConv::GHC:
2873 return TailCallOpt;
2874 }
2875}
2876
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002877/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
2878/// specific condition code, returning the condition code and the LHS/RHS of the
2879/// comparison to make.
2880static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
2881 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00002882 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002883 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
2884 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
2885 // X > -1 -> X == 0, jump !sign.
2886 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002887 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002888 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
2889 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002890 return X86::COND_S;
Andrew Trickf6c39412011-03-23 23:11:02 +00002891 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00002892 // X < 1 -> X <= 0
2893 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002894 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002895 }
Chris Lattnerf9570512006-09-13 03:22:10 +00002896 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002897
Evan Chengd9558e02006-01-06 00:43:03 +00002898 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002899 default: llvm_unreachable("Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002900 case ISD::SETEQ: return X86::COND_E;
2901 case ISD::SETGT: return X86::COND_G;
2902 case ISD::SETGE: return X86::COND_GE;
2903 case ISD::SETLT: return X86::COND_L;
2904 case ISD::SETLE: return X86::COND_LE;
2905 case ISD::SETNE: return X86::COND_NE;
2906 case ISD::SETULT: return X86::COND_B;
2907 case ISD::SETUGT: return X86::COND_A;
2908 case ISD::SETULE: return X86::COND_BE;
2909 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002910 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002911 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002912
Chris Lattner4c78e022008-12-23 23:42:27 +00002913 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002914
Chris Lattner4c78e022008-12-23 23:42:27 +00002915 // If LHS is a foldable load, but RHS is not, flip the condition.
Rafael Espindolaf297c932011-02-03 03:58:05 +00002916 if (ISD::isNON_EXTLoad(LHS.getNode()) &&
2917 !ISD::isNON_EXTLoad(RHS.getNode())) {
Chris Lattner4c78e022008-12-23 23:42:27 +00002918 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2919 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002920 }
2921
Chris Lattner4c78e022008-12-23 23:42:27 +00002922 switch (SetCCOpcode) {
2923 default: break;
2924 case ISD::SETOLT:
2925 case ISD::SETOLE:
2926 case ISD::SETUGT:
2927 case ISD::SETUGE:
2928 std::swap(LHS, RHS);
2929 break;
2930 }
2931
2932 // On a floating point condition, the flags are set as follows:
2933 // ZF PF CF op
2934 // 0 | 0 | 0 | X > Y
2935 // 0 | 0 | 1 | X < Y
2936 // 1 | 0 | 0 | X == Y
2937 // 1 | 1 | 1 | unordered
2938 switch (SetCCOpcode) {
Torok Edwinc23197a2009-07-14 16:55:14 +00002939 default: llvm_unreachable("Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002940 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002941 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002942 case ISD::SETOLT: // flipped
2943 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002944 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002945 case ISD::SETOLE: // flipped
2946 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002947 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002948 case ISD::SETUGT: // flipped
2949 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002950 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00002951 case ISD::SETUGE: // flipped
2952 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002953 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002954 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002955 case ISD::SETNE: return X86::COND_NE;
2956 case ISD::SETUO: return X86::COND_P;
2957 case ISD::SETO: return X86::COND_NP;
Dan Gohman1a492952009-10-20 16:22:37 +00002958 case ISD::SETOEQ:
2959 case ISD::SETUNE: return X86::COND_INVALID;
Chris Lattner4c78e022008-12-23 23:42:27 +00002960 }
Evan Chengd9558e02006-01-06 00:43:03 +00002961}
2962
Evan Cheng4a460802006-01-11 00:33:36 +00002963/// hasFPCMov - is there a floating point cmov for the specific X86 condition
2964/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00002965/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00002966static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00002967 switch (X86CC) {
2968 default:
2969 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00002970 case X86::COND_B:
2971 case X86::COND_BE:
2972 case X86::COND_E:
2973 case X86::COND_P:
2974 case X86::COND_A:
2975 case X86::COND_AE:
2976 case X86::COND_NE:
2977 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00002978 return true;
2979 }
2980}
2981
Evan Chengeb2f9692009-10-27 19:56:55 +00002982/// isFPImmLegal - Returns true if the target can instruction select the
2983/// specified FP immediate natively. If false, the legalizer will
2984/// materialize the FP immediate as a load from a constant pool.
Evan Chenga1eaa3c2009-10-28 01:43:28 +00002985bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
Evan Chengeb2f9692009-10-27 19:56:55 +00002986 for (unsigned i = 0, e = LegalFPImmediates.size(); i != e; ++i) {
2987 if (Imm.bitwiseIsEqual(LegalFPImmediates[i]))
2988 return true;
2989 }
2990 return false;
2991}
2992
Nate Begeman9008ca62009-04-27 18:41:29 +00002993/// isUndefOrInRange - Return true if Val is undef or if its value falls within
2994/// the specified range (L, H].
2995static bool isUndefOrInRange(int Val, int Low, int Hi) {
2996 return (Val < 0) || (Val >= Low && Val < Hi);
2997}
2998
2999/// isUndefOrEqual - Val is either less than zero (undef) or equal to the
3000/// specified value.
3001static bool isUndefOrEqual(int Val, int CmpVal) {
3002 if (Val < 0 || Val == CmpVal)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003003 return true;
Nate Begeman9008ca62009-04-27 18:41:29 +00003004 return false;
Evan Chengc5cdff22006-04-07 21:53:05 +00003005}
3006
Nate Begeman9008ca62009-04-27 18:41:29 +00003007/// isPSHUFDMask - Return true if the node specifies a shuffle of elements that
3008/// is suitable for input to PSHUFD or PSHUFW. That is, it doesn't reference
3009/// the second operand.
Owen Andersone50ed302009-08-10 22:56:29 +00003010static bool isPSHUFDMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00003011 if (VT == MVT::v4f32 || VT == MVT::v4i32 )
Nate Begeman9008ca62009-04-27 18:41:29 +00003012 return (Mask[0] < 4 && Mask[1] < 4 && Mask[2] < 4 && Mask[3] < 4);
Owen Anderson825b72b2009-08-11 20:47:22 +00003013 if (VT == MVT::v2f64 || VT == MVT::v2i64)
Nate Begeman9008ca62009-04-27 18:41:29 +00003014 return (Mask[0] < 2 && Mask[1] < 2);
3015 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003016}
3017
Nate Begeman9008ca62009-04-27 18:41:29 +00003018bool X86::isPSHUFDMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003019 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003020 N->getMask(M);
3021 return ::isPSHUFDMask(M, N->getValueType(0));
3022}
Evan Cheng0188ecb2006-03-22 18:59:22 +00003023
Nate Begeman9008ca62009-04-27 18:41:29 +00003024/// isPSHUFHWMask - Return true if the node specifies a shuffle of elements that
3025/// is suitable for input to PSHUFHW.
Owen Andersone50ed302009-08-10 22:56:29 +00003026static bool isPSHUFHWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003027 if (VT != MVT::v8i16)
Evan Cheng0188ecb2006-03-22 18:59:22 +00003028 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003029
Nate Begeman9008ca62009-04-27 18:41:29 +00003030 // Lower quadword copied in order or undef.
3031 for (int i = 0; i != 4; ++i)
3032 if (Mask[i] >= 0 && Mask[i] != i)
Evan Cheng506d3df2006-03-29 23:07:14 +00003033 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003034
Evan Cheng506d3df2006-03-29 23:07:14 +00003035 // Upper quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003036 for (int i = 4; i != 8; ++i)
3037 if (Mask[i] >= 0 && (Mask[i] < 4 || Mask[i] > 7))
Evan Cheng506d3df2006-03-29 23:07:14 +00003038 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003039
Evan Cheng506d3df2006-03-29 23:07:14 +00003040 return true;
3041}
3042
Nate Begeman9008ca62009-04-27 18:41:29 +00003043bool X86::isPSHUFHWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003044 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003045 N->getMask(M);
3046 return ::isPSHUFHWMask(M, N->getValueType(0));
3047}
Evan Cheng506d3df2006-03-29 23:07:14 +00003048
Nate Begeman9008ca62009-04-27 18:41:29 +00003049/// isPSHUFLWMask - Return true if the node specifies a shuffle of elements that
3050/// is suitable for input to PSHUFLW.
Owen Andersone50ed302009-08-10 22:56:29 +00003051static bool isPSHUFLWMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Owen Anderson825b72b2009-08-11 20:47:22 +00003052 if (VT != MVT::v8i16)
Evan Cheng506d3df2006-03-29 23:07:14 +00003053 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003054
Rafael Espindola15684b22009-04-24 12:40:33 +00003055 // Upper quadword copied in order.
Nate Begeman9008ca62009-04-27 18:41:29 +00003056 for (int i = 4; i != 8; ++i)
3057 if (Mask[i] >= 0 && Mask[i] != i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003058 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003059
Rafael Espindola15684b22009-04-24 12:40:33 +00003060 // Lower quadword shuffled.
Nate Begeman9008ca62009-04-27 18:41:29 +00003061 for (int i = 0; i != 4; ++i)
3062 if (Mask[i] >= 4)
Rafael Espindola15684b22009-04-24 12:40:33 +00003063 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003064
Rafael Espindola15684b22009-04-24 12:40:33 +00003065 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003066}
3067
Nate Begeman9008ca62009-04-27 18:41:29 +00003068bool X86::isPSHUFLWMask(ShuffleVectorSDNode *N) {
Eric Christopherfd179292009-08-27 18:07:15 +00003069 SmallVector<int, 8> M;
Nate Begeman9008ca62009-04-27 18:41:29 +00003070 N->getMask(M);
3071 return ::isPSHUFLWMask(M, N->getValueType(0));
3072}
3073
Nate Begemana09008b2009-10-19 02:17:23 +00003074/// isPALIGNRMask - Return true if the node specifies a shuffle of elements that
3075/// is suitable for input to PALIGNR.
3076static bool isPALIGNRMask(const SmallVectorImpl<int> &Mask, EVT VT,
3077 bool hasSSSE3) {
3078 int i, e = VT.getVectorNumElements();
Bruno Cardoso Lopes9065d4b2011-07-29 01:30:59 +00003079 if (VT.getSizeInBits() != 128 && VT.getSizeInBits() != 64)
3080 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003081
Nate Begemana09008b2009-10-19 02:17:23 +00003082 // Do not handle v2i64 / v2f64 shuffles with palignr.
3083 if (e < 4 || !hasSSSE3)
3084 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003085
Nate Begemana09008b2009-10-19 02:17:23 +00003086 for (i = 0; i != e; ++i)
3087 if (Mask[i] >= 0)
3088 break;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003089
Nate Begemana09008b2009-10-19 02:17:23 +00003090 // All undef, not a palignr.
3091 if (i == e)
3092 return false;
3093
Eli Friedman63f8dde2011-07-25 21:36:45 +00003094 // Make sure we're shifting in the right direction.
3095 if (Mask[i] <= i)
3096 return false;
Nate Begemana09008b2009-10-19 02:17:23 +00003097
3098 int s = Mask[i] - i;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003099
Nate Begemana09008b2009-10-19 02:17:23 +00003100 // Check the rest of the elements to see if they are consecutive.
3101 for (++i; i != e; ++i) {
3102 int m = Mask[i];
Eli Friedman63f8dde2011-07-25 21:36:45 +00003103 if (m >= 0 && m != s+i)
Nate Begemana09008b2009-10-19 02:17:23 +00003104 return false;
3105 }
3106 return true;
3107}
3108
Evan Cheng14aed5e2006-03-24 01:18:28 +00003109/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
3110/// specifies a shuffle of elements that is suitable for input to SHUFP*.
Owen Andersone50ed302009-08-10 22:56:29 +00003111static bool isSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003112 int NumElems = VT.getVectorNumElements();
3113 if (NumElems != 2 && NumElems != 4)
3114 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003115
Nate Begeman9008ca62009-04-27 18:41:29 +00003116 int Half = NumElems / 2;
3117 for (int i = 0; i < Half; ++i)
3118 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003119 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003120 for (int i = Half; i < NumElems; ++i)
3121 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003122 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003123
Evan Cheng14aed5e2006-03-24 01:18:28 +00003124 return true;
3125}
3126
Nate Begeman9008ca62009-04-27 18:41:29 +00003127bool X86::isSHUFPMask(ShuffleVectorSDNode *N) {
3128 SmallVector<int, 8> M;
3129 N->getMask(M);
3130 return ::isSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003131}
3132
Evan Cheng213d2cf2007-05-17 18:45:50 +00003133/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00003134/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
3135/// half elements to come from vector 1 (which would equal the dest.) and
3136/// the upper half to come from vector 2.
Owen Andersone50ed302009-08-10 22:56:29 +00003137static bool isCommutedSHUFPMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003138 int NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003139
3140 if (NumElems != 2 && NumElems != 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00003141 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003142
Nate Begeman9008ca62009-04-27 18:41:29 +00003143 int Half = NumElems / 2;
3144 for (int i = 0; i < Half; ++i)
3145 if (!isUndefOrInRange(Mask[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00003146 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003147 for (int i = Half; i < NumElems; ++i)
3148 if (!isUndefOrInRange(Mask[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00003149 return false;
3150 return true;
3151}
3152
Nate Begeman9008ca62009-04-27 18:41:29 +00003153static bool isCommutedSHUFP(ShuffleVectorSDNode *N) {
3154 SmallVector<int, 8> M;
3155 N->getMask(M);
3156 return isCommutedSHUFPMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003157}
3158
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003159/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
3160/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
Nate Begeman9008ca62009-04-27 18:41:29 +00003161bool X86::isMOVHLPSMask(ShuffleVectorSDNode *N) {
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003162 EVT VT = N->getValueType(0);
3163 unsigned NumElems = VT.getVectorNumElements();
3164
3165 if (VT.getSizeInBits() != 128)
3166 return false;
3167
3168 if (NumElems != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00003169 return false;
3170
Evan Cheng2064a2b2006-03-28 06:50:32 +00003171 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Nate Begeman9008ca62009-04-27 18:41:29 +00003172 return isUndefOrEqual(N->getMaskElt(0), 6) &&
3173 isUndefOrEqual(N->getMaskElt(1), 7) &&
3174 isUndefOrEqual(N->getMaskElt(2), 2) &&
3175 isUndefOrEqual(N->getMaskElt(3), 3);
Evan Cheng6e56e2c2006-11-07 22:14:24 +00003176}
3177
Nate Begeman0b10b912009-11-07 23:17:15 +00003178/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
3179/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
3180/// <2, 3, 2, 3>
3181bool X86::isMOVHLPS_v_undef_Mask(ShuffleVectorSDNode *N) {
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003182 EVT VT = N->getValueType(0);
3183 unsigned NumElems = VT.getVectorNumElements();
3184
3185 if (VT.getSizeInBits() != 128)
3186 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003187
Nate Begeman0b10b912009-11-07 23:17:15 +00003188 if (NumElems != 4)
3189 return false;
Michael J. Spencerec38de22010-10-10 22:04:20 +00003190
Nate Begeman0b10b912009-11-07 23:17:15 +00003191 return isUndefOrEqual(N->getMaskElt(0), 2) &&
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003192 isUndefOrEqual(N->getMaskElt(1), 3) &&
3193 isUndefOrEqual(N->getMaskElt(2), 2) &&
3194 isUndefOrEqual(N->getMaskElt(3), 3);
Nate Begeman0b10b912009-11-07 23:17:15 +00003195}
3196
Evan Cheng5ced1d82006-04-06 23:23:56 +00003197/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
3198/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
Nate Begeman9008ca62009-04-27 18:41:29 +00003199bool X86::isMOVLPMask(ShuffleVectorSDNode *N) {
3200 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003201
Evan Cheng5ced1d82006-04-06 23:23:56 +00003202 if (NumElems != 2 && NumElems != 4)
3203 return false;
3204
Evan Chengc5cdff22006-04-07 21:53:05 +00003205 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003206 if (!isUndefOrEqual(N->getMaskElt(i), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003207 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003208
Evan Chengc5cdff22006-04-07 21:53:05 +00003209 for (unsigned i = NumElems/2; i < NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003210 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003211 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003212
3213 return true;
3214}
3215
Nate Begeman0b10b912009-11-07 23:17:15 +00003216/// isMOVLHPSMask - Return true if the specified VECTOR_SHUFFLE operand
3217/// specifies a shuffle of elements that is suitable for input to MOVLHPS.
3218bool X86::isMOVLHPSMask(ShuffleVectorSDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003219 unsigned NumElems = N->getValueType(0).getVectorNumElements();
Evan Cheng5ced1d82006-04-06 23:23:56 +00003220
David Greenea20244d2011-03-02 17:23:43 +00003221 if ((NumElems != 2 && NumElems != 4)
3222 || N->getValueType(0).getSizeInBits() > 128)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003223 return false;
3224
Evan Chengc5cdff22006-04-07 21:53:05 +00003225 for (unsigned i = 0; i < NumElems/2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003226 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00003227 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003228
Nate Begeman9008ca62009-04-27 18:41:29 +00003229 for (unsigned i = 0; i < NumElems/2; ++i)
3230 if (!isUndefOrEqual(N->getMaskElt(i + NumElems/2), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00003231 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003232
3233 return true;
3234}
3235
Evan Cheng0038e592006-03-28 00:39:58 +00003236/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
3237/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Owen Andersone50ed302009-08-10 22:56:29 +00003238static bool isUNPCKLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003239 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003240 int NumElts = VT.getVectorNumElements();
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003241
3242 assert((VT.is128BitVector() || VT.is256BitVector()) &&
3243 "Unsupported vector type for unpckh");
3244
3245 if (VT.getSizeInBits() == 256 && NumElts != 4 && NumElts != 8)
Evan Cheng0038e592006-03-28 00:39:58 +00003246 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003247
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003248 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate
3249 // independently on 128-bit lanes.
3250 unsigned NumLanes = VT.getSizeInBits()/128;
3251 unsigned NumLaneElts = NumElts/NumLanes;
David Greenea20244d2011-03-02 17:23:43 +00003252
3253 unsigned Start = 0;
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003254 unsigned End = NumLaneElts;
3255 for (unsigned s = 0; s < NumLanes; ++s) {
3256 for (unsigned i = Start, j = s * NumLaneElts;
David Greenea20244d2011-03-02 17:23:43 +00003257 i != End;
3258 i += 2, ++j) {
3259 int BitI = Mask[i];
3260 int BitI1 = Mask[i+1];
3261 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003262 return false;
David Greenea20244d2011-03-02 17:23:43 +00003263 if (V2IsSplat) {
3264 if (!isUndefOrEqual(BitI1, NumElts))
3265 return false;
3266 } else {
3267 if (!isUndefOrEqual(BitI1, j + NumElts))
3268 return false;
3269 }
Evan Cheng39623da2006-04-20 08:58:49 +00003270 }
David Greenea20244d2011-03-02 17:23:43 +00003271 // Process the next 128 bits.
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003272 Start += NumLaneElts;
3273 End += NumLaneElts;
Evan Cheng0038e592006-03-28 00:39:58 +00003274 }
David Greenea20244d2011-03-02 17:23:43 +00003275
Evan Cheng0038e592006-03-28 00:39:58 +00003276 return true;
3277}
3278
Nate Begeman9008ca62009-04-27 18:41:29 +00003279bool X86::isUNPCKLMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3280 SmallVector<int, 8> M;
3281 N->getMask(M);
3282 return ::isUNPCKLMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003283}
3284
Evan Cheng4fcb9222006-03-28 02:43:26 +00003285/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
3286/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Eric Christopherfd179292009-08-27 18:07:15 +00003287static bool isUNPCKHMask(const SmallVectorImpl<int> &Mask, EVT VT,
Rafael Espindola15684b22009-04-24 12:40:33 +00003288 bool V2IsSplat = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003289 int NumElts = VT.getVectorNumElements();
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003290
3291 assert((VT.is128BitVector() || VT.is256BitVector()) &&
3292 "Unsupported vector type for unpckh");
3293
3294 if (VT.getSizeInBits() == 256 && NumElts != 4 && NumElts != 8)
Evan Cheng4fcb9222006-03-28 02:43:26 +00003295 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003296
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003297 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate
3298 // independently on 128-bit lanes.
3299 unsigned NumLanes = VT.getSizeInBits()/128;
3300 unsigned NumLaneElts = NumElts/NumLanes;
3301
3302 unsigned Start = 0;
3303 unsigned End = NumLaneElts;
3304 for (unsigned l = 0; l != NumLanes; ++l) {
3305 for (unsigned i = Start, j = (l*NumLaneElts)+NumLaneElts/2;
3306 i != End; i += 2, ++j) {
3307 int BitI = Mask[i];
3308 int BitI1 = Mask[i+1];
3309 if (!isUndefOrEqual(BitI, j))
Evan Cheng39623da2006-04-20 08:58:49 +00003310 return false;
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003311 if (V2IsSplat) {
3312 if (isUndefOrEqual(BitI1, NumElts))
3313 return false;
3314 } else {
3315 if (!isUndefOrEqual(BitI1, j+NumElts))
3316 return false;
3317 }
Evan Cheng39623da2006-04-20 08:58:49 +00003318 }
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003319 // Process the next 128 bits.
3320 Start += NumLaneElts;
3321 End += NumLaneElts;
Evan Cheng4fcb9222006-03-28 02:43:26 +00003322 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00003323 return true;
3324}
3325
Nate Begeman9008ca62009-04-27 18:41:29 +00003326bool X86::isUNPCKHMask(ShuffleVectorSDNode *N, bool V2IsSplat) {
3327 SmallVector<int, 8> M;
3328 N->getMask(M);
3329 return ::isUNPCKHMask(M, N->getValueType(0), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00003330}
3331
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003332/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
3333/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
3334/// <0, 0, 1, 1>
Owen Andersone50ed302009-08-10 22:56:29 +00003335static bool isUNPCKL_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)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003338 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003339
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003340 // Handle 128 and 256-bit vector lengths. AVX defines UNPCK* to operate
3341 // independently on 128-bit lanes.
3342 unsigned NumLanes = VT.getSizeInBits() / 128;
3343 unsigned NumLaneElts = NumElems / NumLanes;
David Greenea20244d2011-03-02 17:23:43 +00003344
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00003345 for (unsigned s = 0; s < NumLanes; ++s) {
3346 for (unsigned i = s * NumLaneElts, j = s * NumLaneElts;
3347 i != NumLaneElts * (s + 1);
David Greenea20244d2011-03-02 17:23:43 +00003348 i += 2, ++j) {
3349 int BitI = Mask[i];
3350 int BitI1 = Mask[i+1];
3351
3352 if (!isUndefOrEqual(BitI, j))
3353 return false;
3354 if (!isUndefOrEqual(BitI1, j))
3355 return false;
3356 }
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003357 }
David Greenea20244d2011-03-02 17:23:43 +00003358
Rafael Espindola15684b22009-04-24 12:40:33 +00003359 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003360}
3361
Nate Begeman9008ca62009-04-27 18:41:29 +00003362bool X86::isUNPCKL_v_undef_Mask(ShuffleVectorSDNode *N) {
3363 SmallVector<int, 8> M;
3364 N->getMask(M);
3365 return ::isUNPCKL_v_undef_Mask(M, N->getValueType(0));
3366}
3367
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003368/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
3369/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
3370/// <2, 2, 3, 3>
Owen Andersone50ed302009-08-10 22:56:29 +00003371static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003372 int NumElems = VT.getVectorNumElements();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003373 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
3374 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003375
Nate Begeman9008ca62009-04-27 18:41:29 +00003376 for (int i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
3377 int BitI = Mask[i];
3378 int BitI1 = Mask[i+1];
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003379 if (!isUndefOrEqual(BitI, j))
3380 return false;
3381 if (!isUndefOrEqual(BitI1, j))
3382 return false;
3383 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003384 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00003385}
3386
Nate Begeman9008ca62009-04-27 18:41:29 +00003387bool X86::isUNPCKH_v_undef_Mask(ShuffleVectorSDNode *N) {
3388 SmallVector<int, 8> M;
3389 N->getMask(M);
3390 return ::isUNPCKH_v_undef_Mask(M, N->getValueType(0));
3391}
3392
Evan Cheng017dcc62006-04-21 01:05:10 +00003393/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
3394/// specifies a shuffle of elements that is suitable for input to MOVSS,
3395/// MOVSD, and MOVD, i.e. setting the lowest element.
Owen Andersone50ed302009-08-10 22:56:29 +00003396static bool isMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT) {
Eli Friedman10415532009-06-06 06:05:10 +00003397 if (VT.getVectorElementType().getSizeInBits() < 32)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003398 return false;
Eli Friedman10415532009-06-06 06:05:10 +00003399
3400 int NumElts = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003401
Nate Begeman9008ca62009-04-27 18:41:29 +00003402 if (!isUndefOrEqual(Mask[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003403 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003404
Nate Begeman9008ca62009-04-27 18:41:29 +00003405 for (int i = 1; i < NumElts; ++i)
3406 if (!isUndefOrEqual(Mask[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003407 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003408
Evan Chengd6d1cbd2006-04-11 00:19:04 +00003409 return true;
3410}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00003411
Nate Begeman9008ca62009-04-27 18:41:29 +00003412bool X86::isMOVLMask(ShuffleVectorSDNode *N) {
3413 SmallVector<int, 8> M;
3414 N->getMask(M);
3415 return ::isMOVLMask(M, N->getValueType(0));
Evan Cheng39623da2006-04-20 08:58:49 +00003416}
3417
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003418/// isVPERMILPDMask - Return true if the specified VECTOR_SHUFFLE operand
3419/// specifies a shuffle of elements that is suitable for input to VPERMILPD*.
3420/// Note that VPERMIL mask matching is different depending whether theunderlying
3421/// type is 32 or 64. In the VPERMILPS the high half of the mask should point
3422/// to the same elements of the low, but to the higher half of the source.
3423/// In VPERMILPD the two lanes could be shuffled independently of each other
3424/// with the same restriction that lanes can't be crossed.
3425static bool isVPERMILPDMask(const SmallVectorImpl<int> &Mask, EVT VT,
3426 const X86Subtarget *Subtarget) {
3427 int NumElts = VT.getVectorNumElements();
3428 int NumLanes = VT.getSizeInBits()/128;
3429
3430 if (!Subtarget->hasAVX())
3431 return false;
3432
3433 // Match any permutation of 128-bit vector with 64-bit types
3434 if (NumLanes == 1 && NumElts != 2)
3435 return false;
3436
3437 // Only match 256-bit with 32 types
3438 if (VT.getSizeInBits() == 256 && NumElts != 4)
3439 return false;
3440
3441 // The mask on the high lane is independent of the low. Both can match
3442 // any element in inside its own lane, but can't cross.
3443 int LaneSize = NumElts/NumLanes;
3444 for (int l = 0; l < NumLanes; ++l)
3445 for (int i = l*LaneSize; i < LaneSize*(l+1); ++i) {
3446 int LaneStart = l*LaneSize;
3447 if (!isUndefOrInRange(Mask[i], LaneStart, LaneStart+LaneSize))
3448 return false;
3449 }
3450
3451 return true;
3452}
3453
3454/// isVPERMILPSMask - Return true if the specified VECTOR_SHUFFLE operand
3455/// specifies a shuffle of elements that is suitable for input to VPERMILPS*.
3456/// Note that VPERMIL mask matching is different depending whether theunderlying
3457/// type is 32 or 64. In the VPERMILPS the high half of the mask should point
3458/// to the same elements of the low, but to the higher half of the source.
3459/// In VPERMILPD the two lanes could be shuffled independently of each other
3460/// with the same restriction that lanes can't be crossed.
3461static bool isVPERMILPSMask(const SmallVectorImpl<int> &Mask, EVT VT,
3462 const X86Subtarget *Subtarget) {
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003463 unsigned NumElts = VT.getVectorNumElements();
3464 unsigned NumLanes = VT.getSizeInBits()/128;
3465
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003466 if (!Subtarget->hasAVX())
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003467 return false;
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003468
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003469 // Match any permutation of 128-bit vector with 32-bit types
3470 if (NumLanes == 1 && NumElts != 4)
3471 return false;
3472
3473 // Only match 256-bit with 32 types
3474 if (VT.getSizeInBits() == 256 && NumElts != 8)
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003475 return false;
3476
3477 // The mask on the high lane should be the same as the low. Actually,
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003478 // they can differ if any of the corresponding index in a lane is undef
3479 // and the other stays in range.
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003480 int LaneSize = NumElts/NumLanes;
3481 for (int i = 0; i < LaneSize; ++i) {
3482 int HighElt = i+LaneSize;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003483 if (Mask[i] < 0 && (isUndefOrInRange(Mask[HighElt], LaneSize, NumElts)))
3484 continue;
3485 if (Mask[HighElt] < 0 && (isUndefOrInRange(Mask[i], 0, LaneSize)))
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003486 continue;
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003487 if (Mask[HighElt]-Mask[i] != LaneSize)
3488 return false;
3489 }
3490
3491 return true;
3492}
3493
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003494/// getShuffleVPERMILPSImmediate - Return the appropriate immediate to shuffle
3495/// the specified VECTOR_MASK mask with VPERMILPS* instructions.
3496static unsigned getShuffleVPERMILPSImmediate(SDNode *N) {
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003497 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3498 EVT VT = SVOp->getValueType(0);
3499
3500 int NumElts = VT.getVectorNumElements();
3501 int NumLanes = VT.getSizeInBits()/128;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003502 int LaneSize = NumElts/NumLanes;
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003503
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003504 // Although the mask is equal for both lanes do it twice to get the cases
3505 // where a mask will match because the same mask element is undef on the
3506 // first half but valid on the second. This would get pathological cases
3507 // such as: shuffle <u, 0, 1, 2, 4, 4, 5, 6>, which is completely valid.
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003508 unsigned Mask = 0;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003509 for (int l = 0; l < NumLanes; ++l) {
3510 for (int i = 0; i < LaneSize; ++i) {
3511 int MaskElt = SVOp->getMaskElt(i+(l*LaneSize));
3512 if (MaskElt < 0)
3513 continue;
Bruno Cardoso Lopes61260052011-07-29 02:05:28 +00003514 if (MaskElt >= LaneSize)
3515 MaskElt -= LaneSize;
Bruno Cardoso Lopesdd635302011-07-29 01:31:15 +00003516 Mask |= MaskElt << (i*2);
3517 }
Bruno Cardoso Lopes377baa52011-07-29 01:31:04 +00003518 }
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00003519
3520 return Mask;
3521}
3522
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003523/// getShuffleVPERMILPDImmediate - Return the appropriate immediate to shuffle
3524/// the specified VECTOR_MASK mask with VPERMILPD* instructions.
3525static unsigned getShuffleVPERMILPDImmediate(SDNode *N) {
3526 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3527 EVT VT = SVOp->getValueType(0);
3528
3529 int NumElts = VT.getVectorNumElements();
3530 int NumLanes = VT.getSizeInBits()/128;
3531
3532 unsigned Mask = 0;
3533 int LaneSize = NumElts/NumLanes;
3534 for (int l = 0; l < NumLanes; ++l)
Bruno Cardoso Lopes377baa52011-07-29 01:31:04 +00003535 for (int i = l*LaneSize; i < LaneSize*(l+1); ++i) {
3536 int MaskElt = SVOp->getMaskElt(i);
3537 if (MaskElt < 0)
3538 continue;
3539 Mask |= (MaskElt-l*LaneSize) << i;
3540 }
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00003541
3542 return Mask;
3543}
3544
Evan Cheng017dcc62006-04-21 01:05:10 +00003545/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
3546/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00003547/// element of vector 2 and the other elements to come from vector 1 in order.
Owen Andersone50ed302009-08-10 22:56:29 +00003548static bool isCommutedMOVLMask(const SmallVectorImpl<int> &Mask, EVT VT,
Nate Begeman9008ca62009-04-27 18:41:29 +00003549 bool V2IsSplat = false, bool V2IsUndef = false) {
3550 int NumOps = VT.getVectorNumElements();
Chris Lattner5a88b832007-02-25 07:10:00 +00003551 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00003552 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003553
Nate Begeman9008ca62009-04-27 18:41:29 +00003554 if (!isUndefOrEqual(Mask[0], 0))
Evan Cheng39623da2006-04-20 08:58:49 +00003555 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003556
Nate Begeman9008ca62009-04-27 18:41:29 +00003557 for (int i = 1; i < NumOps; ++i)
3558 if (!(isUndefOrEqual(Mask[i], i+NumOps) ||
3559 (V2IsUndef && isUndefOrInRange(Mask[i], NumOps, NumOps*2)) ||
3560 (V2IsSplat && isUndefOrEqual(Mask[i], NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00003561 return false;
Eric Christopherfd179292009-08-27 18:07:15 +00003562
Evan Cheng39623da2006-04-20 08:58:49 +00003563 return true;
3564}
3565
Nate Begeman9008ca62009-04-27 18:41:29 +00003566static bool isCommutedMOVL(ShuffleVectorSDNode *N, bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00003567 bool V2IsUndef = false) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003568 SmallVector<int, 8> M;
3569 N->getMask(M);
3570 return isCommutedMOVLMask(M, N->getValueType(0), V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00003571}
3572
Evan Chengd9539472006-04-14 21:59:03 +00003573/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3574/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003575/// Masks to match: <1, 1, 3, 3> or <1, 1, 3, 3, 5, 5, 7, 7>
3576bool X86::isMOVSHDUPMask(ShuffleVectorSDNode *N,
3577 const X86Subtarget *Subtarget) {
3578 if (!Subtarget->hasSSE3() && !Subtarget->hasAVX())
Evan Chengd9539472006-04-14 21:59:03 +00003579 return false;
3580
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003581 // The second vector must be undef
3582 if (N->getOperand(1).getOpcode() != ISD::UNDEF)
3583 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003584
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003585 EVT VT = N->getValueType(0);
3586 unsigned NumElems = VT.getVectorNumElements();
3587
3588 if ((VT.getSizeInBits() == 128 && NumElems != 4) ||
3589 (VT.getSizeInBits() == 256 && NumElems != 8))
3590 return false;
3591
3592 // "i+1" is the value the indexed mask element must have
3593 for (unsigned i = 0; i < NumElems; i += 2)
3594 if (!isUndefOrEqual(N->getMaskElt(i), i+1) ||
3595 !isUndefOrEqual(N->getMaskElt(i+1), i+1))
Nate Begeman9008ca62009-04-27 18:41:29 +00003596 return false;
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003597
3598 return true;
Evan Chengd9539472006-04-14 21:59:03 +00003599}
3600
3601/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3602/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003603/// Masks to match: <0, 0, 2, 2> or <0, 0, 2, 2, 4, 4, 6, 6>
3604bool X86::isMOVSLDUPMask(ShuffleVectorSDNode *N,
3605 const X86Subtarget *Subtarget) {
3606 if (!Subtarget->hasSSE3() && !Subtarget->hasAVX())
Evan Chengd9539472006-04-14 21:59:03 +00003607 return false;
3608
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003609 // The second vector must be undef
3610 if (N->getOperand(1).getOpcode() != ISD::UNDEF)
3611 return false;
3612
3613 EVT VT = N->getValueType(0);
3614 unsigned NumElems = VT.getVectorNumElements();
3615
3616 if ((VT.getSizeInBits() == 128 && NumElems != 4) ||
3617 (VT.getSizeInBits() == 256 && NumElems != 8))
3618 return false;
3619
3620 // "i" is the value the indexed mask element must have
3621 for (unsigned i = 0; i < NumElems; i += 2)
3622 if (!isUndefOrEqual(N->getMaskElt(i), i) ||
3623 !isUndefOrEqual(N->getMaskElt(i+1), i))
Nate Begeman9008ca62009-04-27 18:41:29 +00003624 return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00003625
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00003626 return true;
Evan Chengd9539472006-04-14 21:59:03 +00003627}
3628
Evan Cheng0b457f02008-09-25 20:50:48 +00003629/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
3630/// specifies a shuffle of elements that is suitable for input to MOVDDUP.
Nate Begeman9008ca62009-04-27 18:41:29 +00003631bool X86::isMOVDDUPMask(ShuffleVectorSDNode *N) {
3632 int e = N->getValueType(0).getVectorNumElements() / 2;
Eric Christopherfd179292009-08-27 18:07:15 +00003633
Nate Begeman9008ca62009-04-27 18:41:29 +00003634 for (int i = 0; i < e; ++i)
3635 if (!isUndefOrEqual(N->getMaskElt(i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003636 return false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003637 for (int i = 0; i < e; ++i)
3638 if (!isUndefOrEqual(N->getMaskElt(e+i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00003639 return false;
3640 return true;
3641}
3642
David Greenec38a03e2011-02-03 15:50:00 +00003643/// isVEXTRACTF128Index - Return true if the specified
3644/// EXTRACT_SUBVECTOR operand specifies a vector extract that is
3645/// suitable for input to VEXTRACTF128.
3646bool X86::isVEXTRACTF128Index(SDNode *N) {
3647 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3648 return false;
3649
3650 // The index should be aligned on a 128-bit boundary.
3651 uint64_t Index =
3652 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3653
3654 unsigned VL = N->getValueType(0).getVectorNumElements();
3655 unsigned VBits = N->getValueType(0).getSizeInBits();
3656 unsigned ElSize = VBits / VL;
3657 bool Result = (Index * ElSize) % 128 == 0;
3658
3659 return Result;
3660}
3661
David Greeneccacdc12011-02-04 16:08:29 +00003662/// isVINSERTF128Index - Return true if the specified INSERT_SUBVECTOR
3663/// operand specifies a subvector insert that is suitable for input to
3664/// VINSERTF128.
3665bool X86::isVINSERTF128Index(SDNode *N) {
3666 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3667 return false;
3668
3669 // The index should be aligned on a 128-bit boundary.
3670 uint64_t Index =
3671 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
3672
3673 unsigned VL = N->getValueType(0).getVectorNumElements();
3674 unsigned VBits = N->getValueType(0).getSizeInBits();
3675 unsigned ElSize = VBits / VL;
3676 bool Result = (Index * ElSize) % 128 == 0;
3677
3678 return Result;
3679}
3680
Evan Cheng63d33002006-03-22 08:01:21 +00003681/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003682/// the specified VECTOR_SHUFFLE mask with PSHUF* and SHUFP* instructions.
Evan Cheng63d33002006-03-22 08:01:21 +00003683unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003684 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3685 int NumOperands = SVOp->getValueType(0).getVectorNumElements();
3686
Evan Chengb9df0ca2006-03-22 02:53:00 +00003687 unsigned Shift = (NumOperands == 4) ? 2 : 1;
3688 unsigned Mask = 0;
Nate Begeman9008ca62009-04-27 18:41:29 +00003689 for (int i = 0; i < NumOperands; ++i) {
3690 int Val = SVOp->getMaskElt(NumOperands-i-1);
3691 if (Val < 0) Val = 0;
Evan Cheng14aed5e2006-03-24 01:18:28 +00003692 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00003693 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00003694 if (i != NumOperands - 1)
3695 Mask <<= Shift;
3696 }
Evan Cheng63d33002006-03-22 08:01:21 +00003697 return Mask;
3698}
3699
Evan Cheng506d3df2006-03-29 23:07:14 +00003700/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003701/// the specified VECTOR_SHUFFLE mask with the PSHUFHW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003702unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003703 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003704 unsigned Mask = 0;
3705 // 8 nodes, but we only care about the last 4.
3706 for (unsigned i = 7; i >= 4; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003707 int Val = SVOp->getMaskElt(i);
3708 if (Val >= 0)
Mon P Wang7bcaefa2009-02-04 01:16:59 +00003709 Mask |= (Val - 4);
Evan Cheng506d3df2006-03-29 23:07:14 +00003710 if (i != 4)
3711 Mask <<= 2;
3712 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003713 return Mask;
3714}
3715
3716/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
Nate Begemana09008b2009-10-19 02:17:23 +00003717/// the specified VECTOR_SHUFFLE mask with the PSHUFLW instruction.
Evan Cheng506d3df2006-03-29 23:07:14 +00003718unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003719 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Evan Cheng506d3df2006-03-29 23:07:14 +00003720 unsigned Mask = 0;
3721 // 8 nodes, but we only care about the first 4.
3722 for (int i = 3; i >= 0; --i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003723 int Val = SVOp->getMaskElt(i);
3724 if (Val >= 0)
3725 Mask |= Val;
Evan Cheng506d3df2006-03-29 23:07:14 +00003726 if (i != 0)
3727 Mask <<= 2;
3728 }
Evan Cheng506d3df2006-03-29 23:07:14 +00003729 return Mask;
3730}
3731
Nate Begemana09008b2009-10-19 02:17:23 +00003732/// getShufflePALIGNRImmediate - Return the appropriate immediate to shuffle
3733/// the specified VECTOR_SHUFFLE mask with the PALIGNR instruction.
3734unsigned X86::getShufflePALIGNRImmediate(SDNode *N) {
3735 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
3736 EVT VVT = N->getValueType(0);
3737 unsigned EltSize = VVT.getVectorElementType().getSizeInBits() >> 3;
3738 int Val = 0;
3739
3740 unsigned i, e;
3741 for (i = 0, e = VVT.getVectorNumElements(); i != e; ++i) {
3742 Val = SVOp->getMaskElt(i);
3743 if (Val >= 0)
3744 break;
3745 }
Eli Friedman63f8dde2011-07-25 21:36:45 +00003746 assert(Val - i > 0 && "PALIGNR imm should be positive");
Nate Begemana09008b2009-10-19 02:17:23 +00003747 return (Val - i) * EltSize;
3748}
3749
David Greenec38a03e2011-02-03 15:50:00 +00003750/// getExtractVEXTRACTF128Immediate - Return the appropriate immediate
3751/// to extract the specified EXTRACT_SUBVECTOR index with VEXTRACTF128
3752/// instructions.
3753unsigned X86::getExtractVEXTRACTF128Immediate(SDNode *N) {
3754 if (!isa<ConstantSDNode>(N->getOperand(1).getNode()))
3755 llvm_unreachable("Illegal extract subvector for VEXTRACTF128");
3756
3757 uint64_t Index =
3758 cast<ConstantSDNode>(N->getOperand(1).getNode())->getZExtValue();
3759
3760 EVT VecVT = N->getOperand(0).getValueType();
3761 EVT ElVT = VecVT.getVectorElementType();
3762
3763 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
David Greenec38a03e2011-02-03 15:50:00 +00003764 return Index / NumElemsPerChunk;
3765}
3766
David Greeneccacdc12011-02-04 16:08:29 +00003767/// getInsertVINSERTF128Immediate - Return the appropriate immediate
3768/// to insert at the specified INSERT_SUBVECTOR index with VINSERTF128
3769/// instructions.
3770unsigned X86::getInsertVINSERTF128Immediate(SDNode *N) {
3771 if (!isa<ConstantSDNode>(N->getOperand(2).getNode()))
3772 llvm_unreachable("Illegal insert subvector for VINSERTF128");
3773
3774 uint64_t Index =
NAKAMURA Takumi27635382011-02-05 15:10:54 +00003775 cast<ConstantSDNode>(N->getOperand(2).getNode())->getZExtValue();
David Greeneccacdc12011-02-04 16:08:29 +00003776
3777 EVT VecVT = N->getValueType(0);
3778 EVT ElVT = VecVT.getVectorElementType();
3779
3780 unsigned NumElemsPerChunk = 128 / ElVT.getSizeInBits();
David Greeneccacdc12011-02-04 16:08:29 +00003781 return Index / NumElemsPerChunk;
3782}
3783
Evan Cheng37b73872009-07-30 08:33:02 +00003784/// isZeroNode - Returns true if Elt is a constant zero or a floating point
3785/// constant +0.0.
3786bool X86::isZeroNode(SDValue Elt) {
3787 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmane368b462010-06-18 14:22:04 +00003788 cast<ConstantSDNode>(Elt)->isNullValue()) ||
Evan Cheng37b73872009-07-30 08:33:02 +00003789 (isa<ConstantFPSDNode>(Elt) &&
3790 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
3791}
3792
Nate Begeman9008ca62009-04-27 18:41:29 +00003793/// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
3794/// their permute mask.
3795static SDValue CommuteVectorShuffle(ShuffleVectorSDNode *SVOp,
3796 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003797 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003798 unsigned NumElems = VT.getVectorNumElements();
Nate Begeman9008ca62009-04-27 18:41:29 +00003799 SmallVector<int, 8> MaskVec;
Eric Christopherfd179292009-08-27 18:07:15 +00003800
Nate Begeman5a5ca152009-04-29 05:20:52 +00003801 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003802 int idx = SVOp->getMaskElt(i);
3803 if (idx < 0)
3804 MaskVec.push_back(idx);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003805 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003806 MaskVec.push_back(idx + NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003807 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003808 MaskVec.push_back(idx - NumElems);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003809 }
Nate Begeman9008ca62009-04-27 18:41:29 +00003810 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(1),
3811 SVOp->getOperand(0), &MaskVec[0]);
Evan Cheng5ced1d82006-04-06 23:23:56 +00003812}
3813
Evan Cheng779ccea2007-12-07 21:30:01 +00003814/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
3815/// the two vector operands have swapped position.
Owen Andersone50ed302009-08-10 22:56:29 +00003816static void CommuteVectorShuffleMask(SmallVectorImpl<int> &Mask, EVT VT) {
Nate Begeman5a5ca152009-04-29 05:20:52 +00003817 unsigned NumElems = VT.getVectorNumElements();
3818 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003819 int idx = Mask[i];
3820 if (idx < 0)
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003821 continue;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003822 else if (idx < (int)NumElems)
Nate Begeman9008ca62009-04-27 18:41:29 +00003823 Mask[i] = idx + NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003824 else
Nate Begeman9008ca62009-04-27 18:41:29 +00003825 Mask[i] = idx - NumElems;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003826 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003827}
3828
Evan Cheng533a0aa2006-04-19 20:35:22 +00003829/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
3830/// match movhlps. The lower half elements should come from upper half of
3831/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00003832/// half of V2 (and in order).
Nate Begeman9008ca62009-04-27 18:41:29 +00003833static bool ShouldXformToMOVHLPS(ShuffleVectorSDNode *Op) {
3834 if (Op->getValueType(0).getVectorNumElements() != 4)
Evan Cheng533a0aa2006-04-19 20:35:22 +00003835 return false;
3836 for (unsigned i = 0, e = 2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003837 if (!isUndefOrEqual(Op->getMaskElt(i), i+2))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003838 return false;
3839 for (unsigned i = 2; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003840 if (!isUndefOrEqual(Op->getMaskElt(i), i+4))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003841 return false;
3842 return true;
3843}
3844
Evan Cheng5ced1d82006-04-06 23:23:56 +00003845/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00003846/// is promoted to a vector. It also returns the LoadSDNode by reference if
3847/// required.
3848static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00003849 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
3850 return false;
3851 N = N->getOperand(0).getNode();
3852 if (!ISD::isNON_EXTLoad(N))
3853 return false;
3854 if (LD)
3855 *LD = cast<LoadSDNode>(N);
3856 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003857}
3858
Evan Cheng533a0aa2006-04-19 20:35:22 +00003859/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
3860/// match movlp{s|d}. The lower half elements should come from lower half of
3861/// V1 (and in order), and the upper half elements should come from the upper
3862/// half of V2 (and in order). And since V1 will become the source of the
3863/// MOVLP, it must be either a vector load or a scalar load to vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00003864static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2,
3865 ShuffleVectorSDNode *Op) {
Evan Cheng466685d2006-10-09 20:57:25 +00003866 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003867 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00003868 // Is V2 is a vector load, don't do this transformation. We will try to use
3869 // load folding shufps op.
3870 if (ISD::isNON_EXTLoad(V2))
3871 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003872
Nate Begeman5a5ca152009-04-29 05:20:52 +00003873 unsigned NumElems = Op->getValueType(0).getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003874
Evan Cheng533a0aa2006-04-19 20:35:22 +00003875 if (NumElems != 2 && NumElems != 4)
3876 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003877 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003878 if (!isUndefOrEqual(Op->getMaskElt(i), i))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003879 return false;
Nate Begeman5a5ca152009-04-29 05:20:52 +00003880 for (unsigned i = NumElems/2; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00003881 if (!isUndefOrEqual(Op->getMaskElt(i), i+NumElems))
Evan Cheng533a0aa2006-04-19 20:35:22 +00003882 return false;
3883 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003884}
3885
Evan Cheng39623da2006-04-20 08:58:49 +00003886/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
3887/// all the same.
3888static bool isSplatVector(SDNode *N) {
3889 if (N->getOpcode() != ISD::BUILD_VECTOR)
3890 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00003891
Dan Gohman475871a2008-07-27 21:46:04 +00003892 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00003893 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
3894 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00003895 return false;
3896 return true;
3897}
3898
Evan Cheng213d2cf2007-05-17 18:45:50 +00003899/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
Eric Christopherfd179292009-08-27 18:07:15 +00003900/// to an zero vector.
Nate Begeman5a5ca152009-04-29 05:20:52 +00003901/// FIXME: move to dag combiner / method on ShuffleVectorSDNode
Nate Begeman9008ca62009-04-27 18:41:29 +00003902static bool isZeroShuffle(ShuffleVectorSDNode *N) {
Dan Gohman475871a2008-07-27 21:46:04 +00003903 SDValue V1 = N->getOperand(0);
3904 SDValue V2 = N->getOperand(1);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003905 unsigned NumElems = N->getValueType(0).getVectorNumElements();
3906 for (unsigned i = 0; i != NumElems; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003907 int Idx = N->getMaskElt(i);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003908 if (Idx >= (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003909 unsigned Opc = V2.getOpcode();
Rafael Espindola15684b22009-04-24 12:40:33 +00003910 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
3911 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003912 if (Opc != ISD::BUILD_VECTOR ||
3913 !X86::isZeroNode(V2.getOperand(Idx-NumElems)))
Nate Begeman9008ca62009-04-27 18:41:29 +00003914 return false;
3915 } else if (Idx >= 0) {
3916 unsigned Opc = V1.getOpcode();
3917 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
3918 continue;
Evan Cheng37b73872009-07-30 08:33:02 +00003919 if (Opc != ISD::BUILD_VECTOR ||
3920 !X86::isZeroNode(V1.getOperand(Idx)))
Chris Lattner8a594482007-11-25 00:24:49 +00003921 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00003922 }
3923 }
3924 return true;
3925}
3926
3927/// getZeroVector - Returns a vector of specified type with all zero elements.
3928///
Owen Andersone50ed302009-08-10 22:56:29 +00003929static SDValue getZeroVector(EVT VT, bool HasSSE2, SelectionDAG &DAG,
Dale Johannesenace16102009-02-03 19:33:06 +00003930 DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003931 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003932
Dale Johannesen0488fb62010-09-30 23:57:10 +00003933 // Always build SSE zero vectors as <4 x i32> bitcasted
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003934 // to their dest type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00003935 SDValue Vec;
Dale Johannesen0488fb62010-09-30 23:57:10 +00003936 if (VT.getSizeInBits() == 128) { // SSE
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003937 if (HasSSE2) { // SSE2
3938 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
3939 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
3940 } else { // SSE1
3941 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
3942 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
3943 }
3944 } else if (VT.getSizeInBits() == 256) { // AVX
3945 // 256-bit logic and arithmetic instructions in AVX are
3946 // all floating-point, no support for integer ops. Default
3947 // to emitting fp zeroed vectors then.
Owen Anderson825b72b2009-08-11 20:47:22 +00003948 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Bruno Cardoso Lopes8c05a852010-08-12 02:06:36 +00003949 SDValue Ops[] = { Cst, Cst, Cst, Cst, Cst, Cst, Cst, Cst };
3950 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8f32, Ops, 8);
Evan Chengf0df0312008-05-15 08:39:06 +00003951 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003952 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00003953}
3954
Chris Lattner8a594482007-11-25 00:24:49 +00003955/// getOnesVector - Returns a vector of specified type with all bits set.
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00003956/// Always build ones vectors as <4 x i32>. For 256-bit types, use two
3957/// <4 x i32> inserted in a <8 x i32> appropriately. Then bitcast to their
3958/// original type, ensuring they get CSE'd.
Owen Andersone50ed302009-08-10 22:56:29 +00003959static SDValue getOnesVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003960 assert(VT.isVector() && "Expected a vector type");
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00003961 assert((VT.is128BitVector() || VT.is256BitVector())
3962 && "Expected a 128-bit or 256-bit vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00003963
Owen Anderson825b72b2009-08-11 20:47:22 +00003964 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00003965 SDValue Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
3966 Cst, Cst, Cst, Cst);
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00003967
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00003968 if (VT.is256BitVector()) {
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +00003969 SDValue InsV = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, MVT::v8i32),
3970 Vec, DAG.getConstant(0, MVT::i32), DAG, dl);
3971 Vec = Insert128BitVector(InsV, Vec,
3972 DAG.getConstant(4 /* NumElems/2 */, MVT::i32), DAG, dl);
3973 }
3974
Wesley Peckbf17cfa2010-11-23 03:31:01 +00003975 return DAG.getNode(ISD::BITCAST, dl, VT, Vec);
Chris Lattner8a594482007-11-25 00:24:49 +00003976}
3977
Evan Cheng39623da2006-04-20 08:58:49 +00003978/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
3979/// that point to V2 points to its first element.
Nate Begeman9008ca62009-04-27 18:41:29 +00003980static SDValue NormalizeMask(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00003981 EVT VT = SVOp->getValueType(0);
Nate Begeman5a5ca152009-04-29 05:20:52 +00003982 unsigned NumElems = VT.getVectorNumElements();
Eric Christopherfd179292009-08-27 18:07:15 +00003983
Evan Cheng39623da2006-04-20 08:58:49 +00003984 bool Changed = false;
Nate Begeman9008ca62009-04-27 18:41:29 +00003985 SmallVector<int, 8> MaskVec;
3986 SVOp->getMask(MaskVec);
Eric Christopherfd179292009-08-27 18:07:15 +00003987
Nate Begeman5a5ca152009-04-29 05:20:52 +00003988 for (unsigned i = 0; i != NumElems; ++i) {
3989 if (MaskVec[i] > (int)NumElems) {
Nate Begeman9008ca62009-04-27 18:41:29 +00003990 MaskVec[i] = NumElems;
3991 Changed = true;
Evan Cheng39623da2006-04-20 08:58:49 +00003992 }
Evan Cheng39623da2006-04-20 08:58:49 +00003993 }
Evan Cheng39623da2006-04-20 08:58:49 +00003994 if (Changed)
Nate Begeman9008ca62009-04-27 18:41:29 +00003995 return DAG.getVectorShuffle(VT, SVOp->getDebugLoc(), SVOp->getOperand(0),
3996 SVOp->getOperand(1), &MaskVec[0]);
3997 return SDValue(SVOp, 0);
Evan Cheng39623da2006-04-20 08:58:49 +00003998}
3999
Evan Cheng017dcc62006-04-21 01:05:10 +00004000/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
4001/// operation of specified width.
Owen Andersone50ed302009-08-10 22:56:29 +00004002static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00004003 SDValue V2) {
4004 unsigned NumElems = VT.getVectorNumElements();
4005 SmallVector<int, 8> Mask;
4006 Mask.push_back(NumElems);
Evan Cheng39623da2006-04-20 08:58:49 +00004007 for (unsigned i = 1; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004008 Mask.push_back(i);
4009 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Cheng39623da2006-04-20 08:58:49 +00004010}
4011
Nate Begeman9008ca62009-04-27 18:41:29 +00004012/// getUnpackl - Returns a vector_shuffle node for an unpackl operation.
Owen Andersone50ed302009-08-10 22:56:29 +00004013static SDValue getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00004014 SDValue V2) {
4015 unsigned NumElems = VT.getVectorNumElements();
4016 SmallVector<int, 8> Mask;
Evan Chengc575ca22006-04-17 20:43:08 +00004017 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004018 Mask.push_back(i);
4019 Mask.push_back(i + NumElems);
Evan Chengc575ca22006-04-17 20:43:08 +00004020 }
Nate Begeman9008ca62009-04-27 18:41:29 +00004021 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Evan Chengc575ca22006-04-17 20:43:08 +00004022}
4023
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004024/// getUnpackh - Returns a vector_shuffle node for an unpackh operation.
Owen Andersone50ed302009-08-10 22:56:29 +00004025static SDValue getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
Nate Begeman9008ca62009-04-27 18:41:29 +00004026 SDValue V2) {
4027 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng39623da2006-04-20 08:58:49 +00004028 unsigned Half = NumElems/2;
Nate Begeman9008ca62009-04-27 18:41:29 +00004029 SmallVector<int, 8> Mask;
Evan Cheng39623da2006-04-20 08:58:49 +00004030 for (unsigned i = 0; i != Half; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004031 Mask.push_back(i + Half);
4032 Mask.push_back(i + NumElems + Half);
Evan Cheng39623da2006-04-20 08:58:49 +00004033 }
Nate Begeman9008ca62009-04-27 18:41:29 +00004034 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00004035}
4036
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004037// PromoteSplatv8v16 - All i16 and i8 vector types can't be used directly by
4038// a generic shuffle instruction because the target has no such instructions.
4039// Generate shuffles which repeat i16 and i8 several times until they can be
4040// represented by v4f32 and then be manipulated by target suported shuffles.
4041static SDValue PromoteSplatv8v16(SDValue V, SelectionDAG &DAG, int &EltNo) {
4042 EVT VT = V.getValueType();
Nate Begeman9008ca62009-04-27 18:41:29 +00004043 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004044 DebugLoc dl = V.getDebugLoc();
Rafael Espindola15684b22009-04-24 12:40:33 +00004045
Nate Begeman9008ca62009-04-27 18:41:29 +00004046 while (NumElems > 4) {
4047 if (EltNo < NumElems/2) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004048 V = getUnpackl(DAG, dl, VT, V, V);
Nate Begeman9008ca62009-04-27 18:41:29 +00004049 } else {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004050 V = getUnpackh(DAG, dl, VT, V, V);
Nate Begeman9008ca62009-04-27 18:41:29 +00004051 EltNo -= NumElems/2;
4052 }
4053 NumElems >>= 1;
4054 }
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004055 return V;
4056}
Eric Christopherfd179292009-08-27 18:07:15 +00004057
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004058/// getLegalSplat - Generate a legal splat with supported x86 shuffles
4059static SDValue getLegalSplat(SelectionDAG &DAG, SDValue V, int EltNo) {
4060 EVT VT = V.getValueType();
4061 DebugLoc dl = V.getDebugLoc();
4062 assert((VT.getSizeInBits() == 128 || VT.getSizeInBits() == 256)
4063 && "Vector size not supported");
4064
4065 bool Is128 = VT.getSizeInBits() == 128;
4066 EVT NVT = Is128 ? MVT::v4f32 : MVT::v8f32;
4067 V = DAG.getNode(ISD::BITCAST, dl, NVT, V);
4068
4069 if (Is128) {
4070 int SplatMask[4] = { EltNo, EltNo, EltNo, EltNo };
4071 V = DAG.getVectorShuffle(NVT, dl, V, DAG.getUNDEF(NVT), &SplatMask[0]);
4072 } else {
4073 // The second half of indicies refer to the higher part, which is a
4074 // duplication of the lower one. This makes this shuffle a perfect match
4075 // for the VPERM instruction.
4076 int SplatMask[8] = { EltNo, EltNo, EltNo, EltNo,
4077 EltNo+4, EltNo+4, EltNo+4, EltNo+4 };
4078 V = DAG.getVectorShuffle(NVT, dl, V, DAG.getUNDEF(NVT), &SplatMask[0]);
4079 }
4080
4081 return DAG.getNode(ISD::BITCAST, dl, VT, V);
4082}
4083
Bruno Cardoso Lopes6a32adc2011-07-25 23:05:25 +00004084/// PromoteVectorToScalarSplat - Since there's no native support for
4085/// scalar_to_vector for 256-bit AVX, a 128-bit scalar_to_vector +
4086/// INSERT_SUBVECTOR is generated. Recognize this idiom and do the
4087/// shuffle before the insertion, this yields less instructions in the end.
4088static SDValue PromoteVectorToScalarSplat(ShuffleVectorSDNode *SV,
4089 SelectionDAG &DAG) {
4090 EVT SrcVT = SV->getValueType(0);
4091 SDValue V1 = SV->getOperand(0);
4092 DebugLoc dl = SV->getDebugLoc();
4093 int NumElems = SrcVT.getVectorNumElements();
4094
4095 assert(SrcVT.is256BitVector() && "unknown howto handle vector type");
4096
4097 SmallVector<int, 4> Mask;
4098 for (int i = 0; i < NumElems/2; ++i)
4099 Mask.push_back(SV->getMaskElt(i));
4100
4101 EVT SVT = EVT::getVectorVT(*DAG.getContext(), SrcVT.getVectorElementType(),
4102 NumElems/2);
4103 SDValue SV1 = DAG.getVectorShuffle(SVT, dl, V1.getOperand(1),
4104 DAG.getUNDEF(SVT), &Mask[0]);
4105 SDValue InsV = Insert128BitVector(DAG.getUNDEF(SrcVT), SV1,
4106 DAG.getConstant(0, MVT::i32), DAG, dl);
4107
4108 return Insert128BitVector(InsV, SV1,
4109 DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
4110}
4111
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00004112/// PromoteSplat - Promote a splat of v4i32, v8i16 or v16i8 to v4f32 and
4113/// v8i32, v16i16 or v32i8 to v8f32.
4114static SDValue PromoteSplat(ShuffleVectorSDNode *SV, SelectionDAG &DAG) {
4115 EVT SrcVT = SV->getValueType(0);
4116 SDValue V1 = SV->getOperand(0);
4117 DebugLoc dl = SV->getDebugLoc();
4118
4119 int EltNo = SV->getSplatIndex();
4120 int NumElems = SrcVT.getVectorNumElements();
4121 unsigned Size = SrcVT.getSizeInBits();
4122
4123 // Extract the 128-bit part containing the splat element and update
4124 // the splat element index when it refers to the higher register.
4125 if (Size == 256) {
4126 unsigned Idx = (EltNo > NumElems/2) ? NumElems/2 : 0;
4127 V1 = Extract128BitVector(V1, DAG.getConstant(Idx, MVT::i32), DAG, dl);
4128 if (Idx > 0)
4129 EltNo -= NumElems/2;
4130 }
4131
4132 // Make this 128-bit vector duplicate i8 and i16 elements
4133 if (NumElems > 4)
4134 V1 = PromoteSplatv8v16(V1, DAG, EltNo);
4135
4136 // Recreate the 256-bit vector and place the same 128-bit vector
4137 // into the low and high part. This is necessary because we want
4138 // to use VPERM to shuffle the v8f32 vector, and VPERM only shuffles
4139 // inside each separate v4f32 lane.
4140 if (Size == 256) {
4141 SDValue InsV = Insert128BitVector(DAG.getUNDEF(SrcVT), V1,
4142 DAG.getConstant(0, MVT::i32), DAG, dl);
4143 V1 = Insert128BitVector(InsV, V1,
4144 DAG.getConstant(NumElems/2, MVT::i32), DAG, dl);
4145 }
4146
4147 return getLegalSplat(DAG, V1, EltNo);
Evan Chengc575ca22006-04-17 20:43:08 +00004148}
4149
Evan Chengba05f722006-04-21 23:03:30 +00004150/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00004151/// vector of zero or undef vector. This produces a shuffle where the low
4152/// element of V2 is swizzled into the zero/undef vector, landing at element
4153/// 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 +00004154static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00004155 bool isZero, bool HasSSE2,
4156 SelectionDAG &DAG) {
Owen Andersone50ed302009-08-10 22:56:29 +00004157 EVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00004158 SDValue V1 = isZero
Nate Begeman9008ca62009-04-27 18:41:29 +00004159 ? getZeroVector(VT, HasSSE2, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
4160 unsigned NumElems = VT.getVectorNumElements();
4161 SmallVector<int, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00004162 for (unsigned i = 0; i != NumElems; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004163 // If this is the insertion idx, put the low elt of V2 here.
4164 MaskVec.push_back(i == Idx ? NumElems : i);
4165 return DAG.getVectorShuffle(VT, V2.getDebugLoc(), V1, V2, &MaskVec[0]);
Evan Cheng017dcc62006-04-21 01:05:10 +00004166}
4167
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004168/// getShuffleScalarElt - Returns the scalar element that will make up the ith
4169/// element of the result of the vector shuffle.
Benjamin Kramer050db522011-03-26 12:38:19 +00004170static SDValue getShuffleScalarElt(SDNode *N, int Index, SelectionDAG &DAG,
4171 unsigned Depth) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004172 if (Depth == 6)
4173 return SDValue(); // Limit search depth.
4174
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004175 SDValue V = SDValue(N, 0);
4176 EVT VT = V.getValueType();
4177 unsigned Opcode = V.getOpcode();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004178
4179 // Recurse into ISD::VECTOR_SHUFFLE node to find scalars.
4180 if (const ShuffleVectorSDNode *SV = dyn_cast<ShuffleVectorSDNode>(N)) {
4181 Index = SV->getMaskElt(Index);
4182
4183 if (Index < 0)
4184 return DAG.getUNDEF(VT.getVectorElementType());
4185
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004186 int NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004187 SDValue NewV = (Index < NumElems) ? SV->getOperand(0) : SV->getOperand(1);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004188 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG, Depth+1);
Evan Chengf26ffe92008-05-29 08:22:04 +00004189 }
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004190
4191 // Recurse into target specific vector shuffles to find scalars.
4192 if (isTargetShuffle(Opcode)) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004193 int NumElems = VT.getVectorNumElements();
4194 SmallVector<unsigned, 16> ShuffleMask;
4195 SDValue ImmN;
4196
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004197 switch(Opcode) {
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004198 case X86ISD::SHUFPS:
4199 case X86ISD::SHUFPD:
4200 ImmN = N->getOperand(N->getNumOperands()-1);
4201 DecodeSHUFPSMask(NumElems,
4202 cast<ConstantSDNode>(ImmN)->getZExtValue(),
4203 ShuffleMask);
4204 break;
4205 case X86ISD::PUNPCKHBW:
4206 case X86ISD::PUNPCKHWD:
4207 case X86ISD::PUNPCKHDQ:
4208 case X86ISD::PUNPCKHQDQ:
4209 DecodePUNPCKHMask(NumElems, ShuffleMask);
4210 break;
4211 case X86ISD::UNPCKHPS:
4212 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00004213 case X86ISD::VUNPCKHPSY:
4214 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004215 DecodeUNPCKHPMask(NumElems, ShuffleMask);
4216 break;
4217 case X86ISD::PUNPCKLBW:
4218 case X86ISD::PUNPCKLWD:
4219 case X86ISD::PUNPCKLDQ:
4220 case X86ISD::PUNPCKLQDQ:
David Greenec4db4e52011-02-28 19:06:56 +00004221 DecodePUNPCKLMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004222 break;
4223 case X86ISD::UNPCKLPS:
4224 case X86ISD::UNPCKLPD:
David Greenec4db4e52011-02-28 19:06:56 +00004225 case X86ISD::VUNPCKLPSY:
4226 case X86ISD::VUNPCKLPDY:
4227 DecodeUNPCKLPMask(VT, ShuffleMask);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004228 break;
4229 case X86ISD::MOVHLPS:
4230 DecodeMOVHLPSMask(NumElems, ShuffleMask);
4231 break;
4232 case X86ISD::MOVLHPS:
4233 DecodeMOVLHPSMask(NumElems, ShuffleMask);
4234 break;
4235 case X86ISD::PSHUFD:
4236 ImmN = N->getOperand(N->getNumOperands()-1);
4237 DecodePSHUFMask(NumElems,
4238 cast<ConstantSDNode>(ImmN)->getZExtValue(),
4239 ShuffleMask);
4240 break;
4241 case X86ISD::PSHUFHW:
4242 ImmN = N->getOperand(N->getNumOperands()-1);
4243 DecodePSHUFHWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
4244 ShuffleMask);
4245 break;
4246 case X86ISD::PSHUFLW:
4247 ImmN = N->getOperand(N->getNumOperands()-1);
4248 DecodePSHUFLWMask(cast<ConstantSDNode>(ImmN)->getZExtValue(),
4249 ShuffleMask);
4250 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004251 case X86ISD::MOVSS:
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00004252 case X86ISD::MOVSD: {
4253 // The index 0 always comes from the first element of the second source,
4254 // this is why MOVSS and MOVSD are used in the first place. The other
4255 // elements come from the other positions of the first source vector.
4256 unsigned OpNum = (Index == 0) ? 1 : 0;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004257 return getShuffleScalarElt(V.getOperand(OpNum).getNode(), Index, DAG,
4258 Depth+1);
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00004259 }
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00004260 case X86ISD::VPERMILPS:
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00004261 ImmN = N->getOperand(N->getNumOperands()-1);
Bruno Cardoso Lopes2eb4c2b2011-07-29 01:31:11 +00004262 DecodeVPERMILPSMask(4, cast<ConstantSDNode>(ImmN)->getZExtValue(),
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00004263 ShuffleMask);
Bruno Cardoso Lopes2eb4c2b2011-07-29 01:31:11 +00004264 break;
4265 case X86ISD::VPERMILPSY:
4266 ImmN = N->getOperand(N->getNumOperands()-1);
4267 DecodeVPERMILPSMask(8, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4268 ShuffleMask);
4269 break;
4270 case X86ISD::VPERMILPD:
4271 ImmN = N->getOperand(N->getNumOperands()-1);
4272 DecodeVPERMILPDMask(2, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4273 ShuffleMask);
4274 break;
4275 case X86ISD::VPERMILPDY:
4276 ImmN = N->getOperand(N->getNumOperands()-1);
4277 DecodeVPERMILPDMask(4, cast<ConstantSDNode>(ImmN)->getZExtValue(),
4278 ShuffleMask);
4279 break;
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004280 default:
4281 assert("not implemented for target shuffle node");
4282 return SDValue();
4283 }
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004284
4285 Index = ShuffleMask[Index];
4286 if (Index < 0)
4287 return DAG.getUNDEF(VT.getVectorElementType());
4288
4289 SDValue NewV = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1);
4290 return getShuffleScalarElt(NewV.getNode(), Index % NumElems, DAG,
4291 Depth+1);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004292 }
4293
4294 // Actual nodes that may contain scalar elements
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004295 if (Opcode == ISD::BITCAST) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004296 V = V.getOperand(0);
4297 EVT SrcVT = V.getValueType();
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004298 unsigned NumElems = VT.getVectorNumElements();
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004299
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00004300 if (!SrcVT.isVector() || SrcVT.getVectorNumElements() != NumElems)
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004301 return SDValue();
4302 }
4303
4304 if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
4305 return (Index == 0) ? V.getOperand(0)
4306 : DAG.getUNDEF(VT.getVectorElementType());
4307
4308 if (V.getOpcode() == ISD::BUILD_VECTOR)
4309 return V.getOperand(Index);
4310
4311 return SDValue();
4312}
4313
4314/// getNumOfConsecutiveZeros - Return the number of elements of a vector
4315/// shuffle operation which come from a consecutively from a zero. The
Chris Lattner7a2bdde2011-04-15 05:18:47 +00004316/// search can start in two different directions, from left or right.
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004317static
4318unsigned getNumOfConsecutiveZeros(SDNode *N, int NumElems,
4319 bool ZerosFromLeft, SelectionDAG &DAG) {
4320 int i = 0;
4321
4322 while (i < NumElems) {
4323 unsigned Index = ZerosFromLeft ? i : NumElems-i-1;
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00004324 SDValue Elt = getShuffleScalarElt(N, Index, DAG, 0);
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004325 if (!(Elt.getNode() &&
4326 (Elt.getOpcode() == ISD::UNDEF || X86::isZeroNode(Elt))))
4327 break;
4328 ++i;
4329 }
4330
4331 return i;
4332}
4333
4334/// isShuffleMaskConsecutive - Check if the shuffle mask indicies from MaskI to
4335/// MaskE correspond consecutively to elements from one of the vector operands,
4336/// starting from its index OpIdx. Also tell OpNum which source vector operand.
4337static
4338bool isShuffleMaskConsecutive(ShuffleVectorSDNode *SVOp, int MaskI, int MaskE,
4339 int OpIdx, int NumElems, unsigned &OpNum) {
4340 bool SeenV1 = false;
4341 bool SeenV2 = false;
4342
4343 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {
4344 int Idx = SVOp->getMaskElt(i);
4345 // Ignore undef indicies
4346 if (Idx < 0)
4347 continue;
4348
4349 if (Idx < NumElems)
4350 SeenV1 = true;
4351 else
4352 SeenV2 = true;
4353
4354 // Only accept consecutive elements from the same vector
4355 if ((Idx % NumElems != OpIdx) || (SeenV1 && SeenV2))
4356 return false;
4357 }
4358
4359 OpNum = SeenV1 ? 0 : 1;
4360 return true;
4361}
4362
4363/// isVectorShiftRight - Returns true if the shuffle can be implemented as a
4364/// logical left shift of a vector.
4365static bool isVectorShiftRight(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4366 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4367 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4368 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4369 false /* check zeros from right */, DAG);
4370 unsigned OpSrc;
4371
4372 if (!NumZeros)
4373 return false;
4374
4375 // Considering the elements in the mask that are not consecutive zeros,
4376 // check if they consecutively come from only one of the source vectors.
4377 //
4378 // V1 = {X, A, B, C} 0
4379 // \ \ \ /
4380 // vector_shuffle V1, V2 <1, 2, 3, X>
4381 //
4382 if (!isShuffleMaskConsecutive(SVOp,
4383 0, // Mask Start Index
4384 NumElems-NumZeros-1, // Mask End Index
4385 NumZeros, // Where to start looking in the src vector
4386 NumElems, // Number of elements in vector
4387 OpSrc)) // Which source operand ?
4388 return false;
4389
4390 isLeft = false;
4391 ShAmt = NumZeros;
4392 ShVal = SVOp->getOperand(OpSrc);
4393 return true;
4394}
4395
4396/// isVectorShiftLeft - Returns true if the shuffle can be implemented as a
4397/// logical left shift of a vector.
4398static bool isVectorShiftLeft(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
4399 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4400 unsigned NumElems = SVOp->getValueType(0).getVectorNumElements();
4401 unsigned NumZeros = getNumOfConsecutiveZeros(SVOp, NumElems,
4402 true /* check zeros from left */, DAG);
4403 unsigned OpSrc;
4404
4405 if (!NumZeros)
4406 return false;
4407
4408 // Considering the elements in the mask that are not consecutive zeros,
4409 // check if they consecutively come from only one of the source vectors.
4410 //
4411 // 0 { A, B, X, X } = V2
4412 // / \ / /
4413 // vector_shuffle V1, V2 <X, X, 4, 5>
4414 //
4415 if (!isShuffleMaskConsecutive(SVOp,
4416 NumZeros, // Mask Start Index
4417 NumElems-1, // Mask End Index
4418 0, // Where to start looking in the src vector
4419 NumElems, // Number of elements in vector
4420 OpSrc)) // Which source operand ?
4421 return false;
4422
4423 isLeft = true;
4424 ShAmt = NumZeros;
4425 ShVal = SVOp->getOperand(OpSrc);
4426 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004427}
4428
4429/// isVectorShift - Returns true if the shuffle can be implemented as a
4430/// logical left or right shift of a vector.
Nate Begeman9008ca62009-04-27 18:41:29 +00004431static bool isVectorShift(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00004432 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004433 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4434 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4435 return true;
Evan Chengf26ffe92008-05-29 08:22:04 +00004436
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +00004437 return false;
Evan Chengf26ffe92008-05-29 08:22:04 +00004438}
4439
Evan Chengc78d3b42006-04-24 18:01:45 +00004440/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
4441///
Dan Gohman475871a2008-07-27 21:46:04 +00004442static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00004443 unsigned NumNonZero, unsigned NumZero,
Dan Gohmand858e902010-04-17 15:26:15 +00004444 SelectionDAG &DAG,
4445 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004446 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00004447 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004448
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004449 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004450 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004451 bool First = true;
4452 for (unsigned i = 0; i < 16; ++i) {
4453 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
4454 if (ThisIsNonZero && First) {
4455 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004456 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004457 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004458 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004459 First = false;
4460 }
4461
4462 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00004463 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004464 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
4465 if (LastIsNonZero) {
Scott Michelfdc40a02009-02-17 22:15:04 +00004466 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004467 MVT::i16, Op.getOperand(i-1));
Evan Chengc78d3b42006-04-24 18:01:45 +00004468 }
4469 if (ThisIsNonZero) {
Owen Anderson825b72b2009-08-11 20:47:22 +00004470 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
4471 ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
4472 ThisElt, DAG.getConstant(8, MVT::i8));
Evan Chengc78d3b42006-04-24 18:01:45 +00004473 if (LastIsNonZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004474 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
Evan Chengc78d3b42006-04-24 18:01:45 +00004475 } else
4476 ThisElt = LastElt;
4477
Gabor Greifba36cb52008-08-28 21:40:38 +00004478 if (ThisElt.getNode())
Owen Anderson825b72b2009-08-11 20:47:22 +00004479 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00004480 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00004481 }
4482 }
4483
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004484 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V);
Evan Chengc78d3b42006-04-24 18:01:45 +00004485}
4486
Bill Wendlinga348c562007-03-22 18:42:45 +00004487/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00004488///
Dan Gohman475871a2008-07-27 21:46:04 +00004489static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Dan Gohmand858e902010-04-17 15:26:15 +00004490 unsigned NumNonZero, unsigned NumZero,
4491 SelectionDAG &DAG,
4492 const TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00004493 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00004494 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00004495
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004496 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004497 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00004498 bool First = true;
4499 for (unsigned i = 0; i < 8; ++i) {
4500 bool isNonZero = (NonZeros & (1 << i)) != 0;
4501 if (isNonZero) {
4502 if (First) {
4503 if (NumZero)
Owen Anderson825b72b2009-08-11 20:47:22 +00004504 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00004505 else
Owen Anderson825b72b2009-08-11 20:47:22 +00004506 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00004507 First = false;
4508 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004509 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00004510 MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00004511 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00004512 }
4513 }
4514
4515 return V;
4516}
4517
Evan Chengf26ffe92008-05-29 08:22:04 +00004518/// getVShift - Return a vector logical shift node.
4519///
Owen Andersone50ed302009-08-10 22:56:29 +00004520static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
Nate Begeman9008ca62009-04-27 18:41:29 +00004521 unsigned NumBits, SelectionDAG &DAG,
4522 const TargetLowering &TLI, DebugLoc dl) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004523 EVT ShVT = MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00004524 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004525 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4526 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00004527 DAG.getNode(Opc, dl, ShVT, SrcOp,
Owen Anderson95771af2011-02-25 21:41:48 +00004528 DAG.getConstant(NumBits,
4529 TLI.getShiftAmountTy(SrcOp.getValueType()))));
Evan Chengf26ffe92008-05-29 08:22:04 +00004530}
4531
Dan Gohman475871a2008-07-27 21:46:04 +00004532SDValue
Evan Chengc3630942009-12-09 21:00:30 +00004533X86TargetLowering::LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
Dan Gohmand858e902010-04-17 15:26:15 +00004534 SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00004535
Evan Chengc3630942009-12-09 21:00:30 +00004536 // Check if the scalar load can be widened into a vector load. And if
4537 // the address is "base + cst" see if the cst can be "absorbed" into
4538 // the shuffle mask.
4539 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) {
4540 SDValue Ptr = LD->getBasePtr();
4541 if (!ISD::isNormalLoad(LD) || LD->isVolatile())
4542 return SDValue();
4543 EVT PVT = LD->getValueType(0);
4544 if (PVT != MVT::i32 && PVT != MVT::f32)
4545 return SDValue();
4546
4547 int FI = -1;
4548 int64_t Offset = 0;
4549 if (FrameIndexSDNode *FINode = dyn_cast<FrameIndexSDNode>(Ptr)) {
4550 FI = FINode->getIndex();
4551 Offset = 0;
Chris Lattner0a9481f2011-02-13 22:25:43 +00004552 } else if (DAG.isBaseWithConstantOffset(Ptr) &&
Evan Chengc3630942009-12-09 21:00:30 +00004553 isa<FrameIndexSDNode>(Ptr.getOperand(0))) {
4554 FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
4555 Offset = Ptr.getConstantOperandVal(1);
4556 Ptr = Ptr.getOperand(0);
4557 } else {
4558 return SDValue();
4559 }
4560
4561 SDValue Chain = LD->getChain();
4562 // Make sure the stack object alignment is at least 16.
4563 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
4564 if (DAG.InferPtrAlignment(Ptr) < 16) {
4565 if (MFI->isFixedObjectIndex(FI)) {
Eric Christophere9625cf2010-01-23 06:02:43 +00004566 // Can't change the alignment. FIXME: It's possible to compute
4567 // the exact stack offset and reference FI + adjust offset instead.
4568 // If someone *really* cares about this. That's the way to implement it.
4569 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004570 } else {
4571 MFI->setObjectAlignment(FI, 16);
4572 }
4573 }
4574
4575 // (Offset % 16) must be multiple of 4. Then address is then
4576 // Ptr + (Offset & ~15).
4577 if (Offset < 0)
4578 return SDValue();
4579 if ((Offset % 16) & 3)
4580 return SDValue();
4581 int64_t StartOffset = Offset & ~15;
4582 if (StartOffset)
4583 Ptr = DAG.getNode(ISD::ADD, Ptr.getDebugLoc(), Ptr.getValueType(),
4584 Ptr,DAG.getConstant(StartOffset, Ptr.getValueType()));
4585
4586 int EltNo = (Offset - StartOffset) >> 2;
4587 int Mask[4] = { EltNo, EltNo, EltNo, EltNo };
4588 EVT VT = (PVT == MVT::i32) ? MVT::v4i32 : MVT::v4f32;
Chris Lattner51abfe42010-09-21 06:02:19 +00004589 SDValue V1 = DAG.getLoad(VT, dl, Chain, Ptr,
4590 LD->getPointerInfo().getWithOffset(StartOffset),
David Greene67c9d422010-02-15 16:53:33 +00004591 false, false, 0);
Evan Chengc3630942009-12-09 21:00:30 +00004592 // Canonicalize it to a v4i32 shuffle.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004593 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, V1);
4594 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Chengc3630942009-12-09 21:00:30 +00004595 DAG.getVectorShuffle(MVT::v4i32, dl, V1,
Chris Lattner51abfe42010-09-21 06:02:19 +00004596 DAG.getUNDEF(MVT::v4i32),&Mask[0]));
Evan Chengc3630942009-12-09 21:00:30 +00004597 }
4598
4599 return SDValue();
4600}
4601
Michael J. Spencerec38de22010-10-10 22:04:20 +00004602/// EltsFromConsecutiveLoads - Given the initializing elements 'Elts' of a
4603/// vector of type 'VT', see if the elements can be replaced by a single large
Nate Begeman1449f292010-03-24 22:19:06 +00004604/// load which has the same value as a build_vector whose operands are 'elts'.
4605///
4606/// Example: <load i32 *a, load i32 *a+4, undef, undef> -> zextload a
Michael J. Spencerec38de22010-10-10 22:04:20 +00004607///
Nate Begeman1449f292010-03-24 22:19:06 +00004608/// FIXME: we'd also like to handle the case where the last elements are zero
4609/// rather than undef via VZEXT_LOAD, but we do not detect that case today.
4610/// There's even a handy isZeroNode for that purpose.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004611static SDValue EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts,
Chris Lattner88641552010-09-22 00:34:38 +00004612 DebugLoc &DL, SelectionDAG &DAG) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004613 EVT EltVT = VT.getVectorElementType();
4614 unsigned NumElems = Elts.size();
Michael J. Spencerec38de22010-10-10 22:04:20 +00004615
Nate Begemanfdea31a2010-03-24 20:49:50 +00004616 LoadSDNode *LDBase = NULL;
4617 unsigned LastLoadedElt = -1U;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004618
Nate Begeman1449f292010-03-24 22:19:06 +00004619 // For each element in the initializer, see if we've found a load or an undef.
Michael J. Spencerec38de22010-10-10 22:04:20 +00004620 // If we don't find an initial load element, or later load elements are
Nate Begeman1449f292010-03-24 22:19:06 +00004621 // non-consecutive, bail out.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004622 for (unsigned i = 0; i < NumElems; ++i) {
4623 SDValue Elt = Elts[i];
Michael J. Spencerec38de22010-10-10 22:04:20 +00004624
Nate Begemanfdea31a2010-03-24 20:49:50 +00004625 if (!Elt.getNode() ||
4626 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
4627 return SDValue();
4628 if (!LDBase) {
4629 if (Elt.getNode()->getOpcode() == ISD::UNDEF)
4630 return SDValue();
4631 LDBase = cast<LoadSDNode>(Elt.getNode());
4632 LastLoadedElt = i;
4633 continue;
4634 }
4635 if (Elt.getOpcode() == ISD::UNDEF)
4636 continue;
4637
4638 LoadSDNode *LD = cast<LoadSDNode>(Elt);
4639 if (!DAG.isConsecutiveLoad(LD, LDBase, EltVT.getSizeInBits()/8, i))
4640 return SDValue();
4641 LastLoadedElt = i;
4642 }
Nate Begeman1449f292010-03-24 22:19:06 +00004643
4644 // If we have found an entire vector of loads and undefs, then return a large
4645 // load of the entire vector width starting at the base pointer. If we found
4646 // consecutive loads for the low half, generate a vzext_load node.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004647 if (LastLoadedElt == NumElems - 1) {
4648 if (DAG.InferPtrAlignment(LDBase->getBasePtr()) >= 16)
Chris Lattner88641552010-09-22 00:34:38 +00004649 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004650 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004651 LDBase->isVolatile(), LDBase->isNonTemporal(), 0);
Chris Lattner88641552010-09-22 00:34:38 +00004652 return DAG.getLoad(VT, DL, LDBase->getChain(), LDBase->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +00004653 LDBase->getPointerInfo(),
Nate Begemanfdea31a2010-03-24 20:49:50 +00004654 LDBase->isVolatile(), LDBase->isNonTemporal(),
4655 LDBase->getAlignment());
Eli Friedman61cc47e2011-07-26 21:02:58 +00004656 } else if (NumElems == 4 && LastLoadedElt == 1 &&
4657 DAG.getTargetLoweringInfo().isTypeLegal(MVT::v2i64)) {
Nate Begemanfdea31a2010-03-24 20:49:50 +00004658 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
4659 SDValue Ops[] = { LDBase->getChain(), LDBase->getBasePtr() };
Chris Lattner88641552010-09-22 00:34:38 +00004660 SDValue ResNode = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys,
4661 Ops, 2, MVT::i32,
4662 LDBase->getMemOperand());
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004663 return DAG.getNode(ISD::BITCAST, DL, VT, ResNode);
Nate Begemanfdea31a2010-03-24 20:49:50 +00004664 }
4665 return SDValue();
4666}
4667
Evan Chengc3630942009-12-09 21:00:30 +00004668SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004669X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004670 DebugLoc dl = Op.getDebugLoc();
David Greenea5f26012011-02-07 19:36:54 +00004671
David Greenef125a292011-02-08 19:04:41 +00004672 EVT VT = Op.getValueType();
4673 EVT ExtVT = VT.getVectorElementType();
David Greenef125a292011-02-08 19:04:41 +00004674 unsigned NumElems = Op.getNumOperands();
4675
Bruno Cardoso Lopes531f19f2011-08-01 19:51:53 +00004676 // Vectors containing all zeros can be matched by pxor and xorps later
4677 if (ISD::isBuildVectorAllZeros(Op.getNode())) {
4678 // Canonicalize this to <4 x i32> to 1) ensure the zero vectors are CSE'd
4679 // and 2) ensure that i64 scalars are eliminated on x86-32 hosts.
Bruno Cardoso Lopes5bc37dd2011-07-15 22:24:33 +00004680 if (Op.getValueType() == MVT::v4i32 ||
4681 Op.getValueType() == MVT::v8i32)
Chris Lattner8a594482007-11-25 00:24:49 +00004682 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004683
Dale Johannesenace16102009-02-03 19:33:06 +00004684 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG, dl);
Chris Lattner8a594482007-11-25 00:24:49 +00004685 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004686
Bruno Cardoso Lopes531f19f2011-08-01 19:51:53 +00004687 // Vectors containing all ones can be matched by pcmpeqd on 128-bit width
4688 // vectors or broken into v4i32 operations on 256-bit vectors.
4689 if (ISD::isBuildVectorAllOnes(Op.getNode())) {
4690 if (Op.getValueType() == MVT::v4i32)
4691 return Op;
4692
4693 return getOnesVector(Op.getValueType(), DAG, dl);
4694 }
4695
Owen Andersone50ed302009-08-10 22:56:29 +00004696 unsigned EVTBits = ExtVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004697
Evan Cheng0db9fe62006-04-25 20:13:52 +00004698 unsigned NumZero = 0;
4699 unsigned NumNonZero = 0;
4700 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004701 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00004702 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004703 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00004704 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00004705 if (Elt.getOpcode() == ISD::UNDEF)
4706 continue;
4707 Values.insert(Elt);
4708 if (Elt.getOpcode() != ISD::Constant &&
4709 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004710 IsAllConstants = false;
Evan Cheng37b73872009-07-30 08:33:02 +00004711 if (X86::isZeroNode(Elt))
Evan Chengdb2d5242007-12-12 06:45:40 +00004712 NumZero++;
4713 else {
4714 NonZeros |= (1 << i);
4715 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004716 }
4717 }
4718
Chris Lattner97a2a562010-08-26 05:24:29 +00004719 // All undef vector. Return an UNDEF. All zero vectors were handled above.
4720 if (NumNonZero == 0)
Dale Johannesene8d72302009-02-06 23:05:02 +00004721 return DAG.getUNDEF(VT);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004722
Chris Lattner67f453a2008-03-09 05:42:06 +00004723 // Special case for single non-zero, non-undef, element.
Eli Friedman10415532009-06-06 06:05:10 +00004724 if (NumNonZero == 1) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004725 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00004726 SDValue Item = Op.getOperand(Idx);
Scott Michelfdc40a02009-02-17 22:15:04 +00004727
Chris Lattner62098042008-03-09 01:05:04 +00004728 // If this is an insertion of an i64 value on x86-32, and if the top bits of
4729 // the value are obviously zero, truncate the value to i32 and do the
4730 // insertion that way. Only do this if the value is non-constant or if the
4731 // value is a constant being inserted into element 0. It is cheaper to do
4732 // a constant pool load than it is to do a movd + shuffle.
Owen Anderson825b72b2009-08-11 20:47:22 +00004733 if (ExtVT == MVT::i64 && !Subtarget->is64Bit() &&
Chris Lattner62098042008-03-09 01:05:04 +00004734 (!IsAllConstants || Idx == 0)) {
4735 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
Dale Johannesen0488fb62010-09-30 23:57:10 +00004736 // Handle SSE only.
4737 assert(VT == MVT::v2i64 && "Expected an SSE value type!");
4738 EVT VecVT = MVT::v4i32;
4739 unsigned VecElts = 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00004740
Chris Lattner62098042008-03-09 01:05:04 +00004741 // Truncate the value (which may itself be a constant) to i32, and
4742 // convert it to a vector with movd (S2V+shuffle to zero extend).
Owen Anderson825b72b2009-08-11 20:47:22 +00004743 Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
Dale Johannesenace16102009-02-03 19:33:06 +00004744 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00004745 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4746 Subtarget->hasSSE2(), DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00004747
Chris Lattner62098042008-03-09 01:05:04 +00004748 // Now we have our 32-bit value zero extended in the low element of
4749 // a vector. If Idx != 0, swizzle it into place.
4750 if (Idx != 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00004751 SmallVector<int, 4> Mask;
4752 Mask.push_back(Idx);
4753 for (unsigned i = 1; i != VecElts; ++i)
4754 Mask.push_back(i);
4755 Item = DAG.getVectorShuffle(VecVT, dl, Item,
Eric Christopherfd179292009-08-27 18:07:15 +00004756 DAG.getUNDEF(Item.getValueType()),
Nate Begeman9008ca62009-04-27 18:41:29 +00004757 &Mask[0]);
Chris Lattner62098042008-03-09 01:05:04 +00004758 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004759 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Item);
Chris Lattner62098042008-03-09 01:05:04 +00004760 }
4761 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004762
Chris Lattner19f79692008-03-08 22:59:52 +00004763 // If we have a constant or non-constant insertion into the low element of
4764 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
4765 // the rest of the elements. This will be matched as movd/movq/movss/movsd
Eli Friedman10415532009-06-06 06:05:10 +00004766 // depending on what the source datatype is.
4767 if (Idx == 0) {
4768 if (NumZero == 0) {
4769 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Owen Anderson825b72b2009-08-11 20:47:22 +00004770 } else if (ExtVT == MVT::i32 || ExtVT == MVT::f32 || ExtVT == MVT::f64 ||
4771 (ExtVT == MVT::i64 && Subtarget->is64Bit())) {
Eli Friedman10415532009-06-06 06:05:10 +00004772 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
4773 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
4774 return getShuffleVectorZeroOrUndef(Item, 0, true, Subtarget->hasSSE2(),
4775 DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00004776 } else if (ExtVT == MVT::i16 || ExtVT == MVT::i8) {
4777 Item = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Item);
Dale Johannesen0488fb62010-09-30 23:57:10 +00004778 assert(VT.getSizeInBits() == 128 && "Expected an SSE value type!");
4779 EVT MiddleVT = MVT::v4i32;
Eli Friedman10415532009-06-06 06:05:10 +00004780 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MiddleVT, Item);
4781 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
4782 Subtarget->hasSSE2(), DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004783 return DAG.getNode(ISD::BITCAST, dl, VT, Item);
Eli Friedman10415532009-06-06 06:05:10 +00004784 }
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004785 }
Evan Chengf26ffe92008-05-29 08:22:04 +00004786
4787 // Is it a vector logical left shift?
4788 if (NumElems == 2 && Idx == 1 &&
Evan Cheng37b73872009-07-30 08:33:02 +00004789 X86::isZeroNode(Op.getOperand(0)) &&
4790 !X86::isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004791 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00004792 return getVShift(true, VT,
Scott Michelfdc40a02009-02-17 22:15:04 +00004793 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004794 VT, Op.getOperand(1)),
Dale Johannesenace16102009-02-03 19:33:06 +00004795 NumBits/2, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00004796 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004797
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004798 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00004799 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004800
Chris Lattner19f79692008-03-08 22:59:52 +00004801 // Otherwise, if this is a vector with i32 or f32 elements, and the element
4802 // is a non-constant being inserted into an element other than the low one,
4803 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
4804 // movd/movss) to move this into the low element, then shuffle it into
4805 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00004806 if (EVTBits == 32) {
Dale Johannesenace16102009-02-03 19:33:06 +00004807 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Scott Michelfdc40a02009-02-17 22:15:04 +00004808
Evan Cheng0db9fe62006-04-25 20:13:52 +00004809 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00004810 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
4811 Subtarget->hasSSE2(), DAG);
Nate Begeman9008ca62009-04-27 18:41:29 +00004812 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004813 for (unsigned i = 0; i < NumElems; i++)
Nate Begeman9008ca62009-04-27 18:41:29 +00004814 MaskVec.push_back(i == Idx ? 0 : 1);
4815 return DAG.getVectorShuffle(VT, dl, Item, DAG.getUNDEF(VT), &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004816 }
4817 }
4818
Chris Lattner67f453a2008-03-09 05:42:06 +00004819 // Splat is obviously ok. Let legalizer expand it to a shuffle.
Evan Chengc3630942009-12-09 21:00:30 +00004820 if (Values.size() == 1) {
4821 if (EVTBits == 32) {
4822 // Instead of a shuffle like this:
4823 // shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
4824 // Check if it's possible to issue this instead.
4825 // shuffle (vload ptr)), undef, <1, 1, 1, 1>
4826 unsigned Idx = CountTrailingZeros_32(NonZeros);
4827 SDValue Item = Op.getOperand(Idx);
4828 if (Op.getNode()->isOnlyUserOf(Item.getNode()))
4829 return LowerAsSplatVectorLoad(Item, VT, dl, DAG);
4830 }
Dan Gohman475871a2008-07-27 21:46:04 +00004831 return SDValue();
Evan Chengc3630942009-12-09 21:00:30 +00004832 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004833
Dan Gohmana3941172007-07-24 22:55:08 +00004834 // A vector full of immediates; various special cases are already
4835 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00004836 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00004837 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00004838
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00004839 // For AVX-length vectors, build the individual 128-bit pieces and use
4840 // shuffles to put them in place.
4841 if (VT.getSizeInBits() == 256 && !ISD::isBuildVectorAllZeros(Op.getNode())) {
4842 SmallVector<SDValue, 32> V;
4843 for (unsigned i = 0; i < NumElems; ++i)
4844 V.push_back(Op.getOperand(i));
4845
4846 EVT HVT = EVT::getVectorVT(*DAG.getContext(), ExtVT, NumElems/2);
4847
4848 // Build both the lower and upper subvector.
4849 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[0], NumElems/2);
4850 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2],
4851 NumElems/2);
4852
4853 // Recreate the wider vector with the lower and upper part.
Bruno Cardoso Lopes15d03fb2011-07-28 01:26:53 +00004854 SDValue Vec = Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, VT), Lower,
4855 DAG.getConstant(0, MVT::i32), DAG, dl);
4856 return Insert128BitVector(Vec, Upper, DAG.getConstant(NumElems/2, MVT::i32),
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00004857 DAG, dl);
4858 }
4859
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00004860 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00004861 if (EVTBits == 64) {
4862 if (NumNonZero == 1) {
4863 // One half is zero or undef.
4864 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dale Johannesenace16102009-02-03 19:33:06 +00004865 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00004866 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00004867 return getShuffleVectorZeroOrUndef(V2, Idx, true,
4868 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00004869 }
Dan Gohman475871a2008-07-27 21:46:04 +00004870 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00004871 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004872
4873 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00004874 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004875 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00004876 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004877 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004878 }
4879
Bill Wendling826f36f2007-03-28 00:57:11 +00004880 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00004881 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Chris Lattner97a2a562010-08-26 05:24:29 +00004882 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004883 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004884 }
4885
4886 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00004887 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00004888 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004889 if (NumElems == 4 && NumZero > 0) {
4890 for (unsigned i = 0; i < 4; ++i) {
4891 bool isZero = !(NonZeros & (1 << i));
4892 if (isZero)
Dale Johannesenace16102009-02-03 19:33:06 +00004893 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004894 else
Dale Johannesenace16102009-02-03 19:33:06 +00004895 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004896 }
4897
4898 for (unsigned i = 0; i < 2; ++i) {
4899 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
4900 default: break;
4901 case 0:
4902 V[i] = V[i*2]; // Must be a zero vector.
4903 break;
4904 case 1:
Nate Begeman9008ca62009-04-27 18:41:29 +00004905 V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004906 break;
4907 case 2:
Nate Begeman9008ca62009-04-27 18:41:29 +00004908 V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004909 break;
4910 case 3:
Nate Begeman9008ca62009-04-27 18:41:29 +00004911 V[i] = getUnpackl(DAG, dl, VT, V[i*2], V[i*2+1]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004912 break;
4913 }
4914 }
4915
Nate Begeman9008ca62009-04-27 18:41:29 +00004916 SmallVector<int, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004917 bool Reverse = (NonZeros & 0x3) == 2;
4918 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004919 MaskVec.push_back(Reverse ? 1-i : i);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004920 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
4921 for (unsigned i = 0; i < 2; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00004922 MaskVec.push_back(Reverse ? 1-i+NumElems : i+NumElems);
4923 return DAG.getVectorShuffle(VT, dl, V[0], V[1], &MaskVec[0]);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004924 }
4925
Nate Begemanfdea31a2010-03-24 20:49:50 +00004926 if (Values.size() > 1 && VT.getSizeInBits() == 128) {
4927 // Check for a build vector of consecutive loads.
4928 for (unsigned i = 0; i < NumElems; ++i)
4929 V[i] = Op.getOperand(i);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004930
Nate Begemanfdea31a2010-03-24 20:49:50 +00004931 // Check for elements which are consecutive loads.
4932 SDValue LD = EltsFromConsecutiveLoads(VT, V, dl, DAG);
4933 if (LD.getNode())
4934 return LD;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004935
4936 // For SSE 4.1, use insertps to put the high elements into the low element.
Nate Begemanfdea31a2010-03-24 20:49:50 +00004937 if (getSubtarget()->hasSSE41()) {
Chris Lattner24faf612010-08-28 17:59:08 +00004938 SDValue Result;
4939 if (Op.getOperand(0).getOpcode() != ISD::UNDEF)
4940 Result = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(0));
4941 else
4942 Result = DAG.getUNDEF(VT);
Michael J. Spencerec38de22010-10-10 22:04:20 +00004943
Chris Lattner24faf612010-08-28 17:59:08 +00004944 for (unsigned i = 1; i < NumElems; ++i) {
4945 if (Op.getOperand(i).getOpcode() == ISD::UNDEF) continue;
4946 Result = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, Result,
Nate Begeman9008ca62009-04-27 18:41:29 +00004947 Op.getOperand(i), DAG.getIntPtrConstant(i));
Chris Lattner24faf612010-08-28 17:59:08 +00004948 }
4949 return Result;
Nate Begeman9008ca62009-04-27 18:41:29 +00004950 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00004951
Chris Lattner6e80e442010-08-28 17:15:43 +00004952 // Otherwise, expand into a number of unpckl*, start by extending each of
4953 // our (non-undef) elements to the full vector width with the element in the
4954 // bottom slot of the vector (which generates no code for SSE).
4955 for (unsigned i = 0; i < NumElems; ++i) {
4956 if (Op.getOperand(i).getOpcode() != ISD::UNDEF)
4957 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
4958 else
4959 V[i] = DAG.getUNDEF(VT);
4960 }
4961
4962 // Next, we iteratively mix elements, e.g. for v4f32:
Evan Cheng0db9fe62006-04-25 20:13:52 +00004963 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
4964 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
4965 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Chris Lattner6e80e442010-08-28 17:15:43 +00004966 unsigned EltStride = NumElems >> 1;
4967 while (EltStride != 0) {
Chris Lattner3ddcc432010-08-28 17:28:30 +00004968 for (unsigned i = 0; i < EltStride; ++i) {
4969 // If V[i+EltStride] is undef and this is the first round of mixing,
4970 // then it is safe to just drop this shuffle: V[i] is already in the
4971 // right place, the one element (since it's the first round) being
4972 // inserted as undef can be dropped. This isn't safe for successive
4973 // rounds because they will permute elements within both vectors.
4974 if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
4975 EltStride == NumElems/2)
4976 continue;
Michael J. Spencerec38de22010-10-10 22:04:20 +00004977
Chris Lattner6e80e442010-08-28 17:15:43 +00004978 V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
Chris Lattner3ddcc432010-08-28 17:28:30 +00004979 }
Chris Lattner6e80e442010-08-28 17:15:43 +00004980 EltStride >>= 1;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004981 }
4982 return V[0];
4983 }
Dan Gohman475871a2008-07-27 21:46:04 +00004984 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004985}
4986
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004987SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00004988X86TargetLowering::LowerCONCAT_VECTORS(SDValue Op, SelectionDAG &DAG) const {
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004989 // We support concatenate two MMX registers and place them in a MMX
4990 // register. This is better than doing a stack convert.
4991 DebugLoc dl = Op.getDebugLoc();
4992 EVT ResVT = Op.getValueType();
4993 assert(Op.getNumOperands() == 2);
4994 assert(ResVT == MVT::v2i64 || ResVT == MVT::v4i32 ||
4995 ResVT == MVT::v8i16 || ResVT == MVT::v16i8);
4996 int Mask[2];
Wesley Peckbf17cfa2010-11-23 03:31:01 +00004997 SDValue InVec = DAG.getNode(ISD::BITCAST,dl, MVT::v1i64, Op.getOperand(0));
Mon P Wangeb38ebf2010-01-24 00:05:03 +00004998 SDValue VecOp = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
4999 InVec = Op.getOperand(1);
5000 if (InVec.getOpcode() == ISD::SCALAR_TO_VECTOR) {
5001 unsigned NumElts = ResVT.getVectorNumElements();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005002 VecOp = DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005003 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, ResVT, VecOp,
5004 InVec.getOperand(0), DAG.getIntPtrConstant(NumElts/2+1));
5005 } else {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005006 InVec = DAG.getNode(ISD::BITCAST, dl, MVT::v1i64, InVec);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005007 SDValue VecOp2 = DAG.getNode(X86ISD::MOVQ2DQ, dl, MVT::v2i64, InVec);
5008 Mask[0] = 0; Mask[1] = 2;
5009 VecOp = DAG.getVectorShuffle(MVT::v2i64, dl, VecOp, VecOp2, Mask);
5010 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005011 return DAG.getNode(ISD::BITCAST, dl, ResVT, VecOp);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00005012}
5013
Nate Begemanb9a47b82009-02-23 08:49:38 +00005014// v8i16 shuffles - Prefer shuffles in the following order:
5015// 1. [all] pshuflw, pshufhw, optional move
5016// 2. [ssse3] 1 x pshufb
5017// 3. [ssse3] 2 x pshufb + 1 x por
5018// 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005019SDValue
5020X86TargetLowering::LowerVECTOR_SHUFFLEv8i16(SDValue Op,
5021 SelectionDAG &DAG) const {
5022 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Nate Begeman9008ca62009-04-27 18:41:29 +00005023 SDValue V1 = SVOp->getOperand(0);
5024 SDValue V2 = SVOp->getOperand(1);
5025 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00005026 SmallVector<int, 8> MaskVals;
Evan Cheng14b32e12007-12-11 01:46:18 +00005027
Nate Begemanb9a47b82009-02-23 08:49:38 +00005028 // Determine if more than 1 of the words in each of the low and high quadwords
5029 // of the result come from the same quadword of one of the two inputs. Undef
5030 // mask values count as coming from any quadword, for better codegen.
5031 SmallVector<unsigned, 4> LoQuad(4);
5032 SmallVector<unsigned, 4> HiQuad(4);
5033 BitVector InputQuads(4);
5034 for (unsigned i = 0; i < 8; ++i) {
5035 SmallVectorImpl<unsigned> &Quad = i < 4 ? LoQuad : HiQuad;
Nate Begeman9008ca62009-04-27 18:41:29 +00005036 int EltIdx = SVOp->getMaskElt(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005037 MaskVals.push_back(EltIdx);
5038 if (EltIdx < 0) {
5039 ++Quad[0];
5040 ++Quad[1];
5041 ++Quad[2];
5042 ++Quad[3];
Evan Cheng14b32e12007-12-11 01:46:18 +00005043 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005044 }
5045 ++Quad[EltIdx / 4];
5046 InputQuads.set(EltIdx / 4);
Evan Cheng14b32e12007-12-11 01:46:18 +00005047 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00005048
Nate Begemanb9a47b82009-02-23 08:49:38 +00005049 int BestLoQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00005050 unsigned MaxQuad = 1;
5051 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005052 if (LoQuad[i] > MaxQuad) {
5053 BestLoQuad = i;
5054 MaxQuad = LoQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00005055 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005056 }
5057
Nate Begemanb9a47b82009-02-23 08:49:38 +00005058 int BestHiQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00005059 MaxQuad = 1;
5060 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005061 if (HiQuad[i] > MaxQuad) {
5062 BestHiQuad = i;
5063 MaxQuad = HiQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00005064 }
5065 }
5066
Nate Begemanb9a47b82009-02-23 08:49:38 +00005067 // For SSSE3, If all 8 words of the result come from only 1 quadword of each
Eric Christopherfd179292009-08-27 18:07:15 +00005068 // of the two input vectors, shuffle them into one input vector so only a
Nate Begemanb9a47b82009-02-23 08:49:38 +00005069 // single pshufb instruction is necessary. If There are more than 2 input
5070 // quads, disable the next transformation since it does not help SSSE3.
5071 bool V1Used = InputQuads[0] || InputQuads[1];
5072 bool V2Used = InputQuads[2] || InputQuads[3];
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005073 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005074 if (InputQuads.count() == 2 && V1Used && V2Used) {
5075 BestLoQuad = InputQuads.find_first();
5076 BestHiQuad = InputQuads.find_next(BestLoQuad);
5077 }
5078 if (InputQuads.count() > 2) {
5079 BestLoQuad = -1;
5080 BestHiQuad = -1;
5081 }
5082 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00005083
Nate Begemanb9a47b82009-02-23 08:49:38 +00005084 // If BestLoQuad or BestHiQuad are set, shuffle the quads together and update
5085 // the shuffle mask. If a quad is scored as -1, that means that it contains
5086 // words from all 4 input quadwords.
5087 SDValue NewV;
5088 if (BestLoQuad >= 0 || BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005089 SmallVector<int, 8> MaskV;
5090 MaskV.push_back(BestLoQuad < 0 ? 0 : BestLoQuad);
5091 MaskV.push_back(BestHiQuad < 0 ? 1 : BestHiQuad);
Eric Christopherfd179292009-08-27 18:07:15 +00005092 NewV = DAG.getVectorShuffle(MVT::v2i64, dl,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005093 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V1),
5094 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, V2), &MaskV[0]);
5095 NewV = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005096
Nate Begemanb9a47b82009-02-23 08:49:38 +00005097 // Rewrite the MaskVals and assign NewV to V1 if NewV now contains all the
5098 // source words for the shuffle, to aid later transformations.
5099 bool AllWordsInNewV = true;
Mon P Wang37b9a192009-03-11 06:35:11 +00005100 bool InOrder[2] = { true, true };
Evan Cheng14b32e12007-12-11 01:46:18 +00005101 for (unsigned i = 0; i != 8; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005102 int idx = MaskVals[i];
Mon P Wang37b9a192009-03-11 06:35:11 +00005103 if (idx != (int)i)
5104 InOrder[i/4] = false;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005105 if (idx < 0 || (idx/4) == BestLoQuad || (idx/4) == BestHiQuad)
Evan Cheng14b32e12007-12-11 01:46:18 +00005106 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005107 AllWordsInNewV = false;
5108 break;
Evan Cheng14b32e12007-12-11 01:46:18 +00005109 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00005110
Nate Begemanb9a47b82009-02-23 08:49:38 +00005111 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV;
5112 if (AllWordsInNewV) {
5113 for (int i = 0; i != 8; ++i) {
5114 int idx = MaskVals[i];
5115 if (idx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005116 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005117 idx = MaskVals[i] = (idx / 4) == BestLoQuad ? (idx & 3) : (idx & 3) + 4;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005118 if ((idx != i) && idx < 4)
5119 pshufhw = false;
5120 if ((idx != i) && idx > 3)
5121 pshuflw = false;
Evan Cheng14b32e12007-12-11 01:46:18 +00005122 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00005123 V1 = NewV;
5124 V2Used = false;
5125 BestLoQuad = 0;
5126 BestHiQuad = 1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005127 }
Evan Cheng14b32e12007-12-11 01:46:18 +00005128
Nate Begemanb9a47b82009-02-23 08:49:38 +00005129 // If we've eliminated the use of V2, and the new mask is a pshuflw or
5130 // pshufhw, that's as cheap as it gets. Return the new shuffle.
Mon P Wang37b9a192009-03-11 06:35:11 +00005131 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00005132 unsigned Opc = pshufhw ? X86ISD::PSHUFHW : X86ISD::PSHUFLW;
5133 unsigned TargetMask = 0;
5134 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV,
Owen Anderson825b72b2009-08-11 20:47:22 +00005135 DAG.getUNDEF(MVT::v8i16), &MaskVals[0]);
Bruno Cardoso Lopes3efc0772010-08-23 20:41:02 +00005136 TargetMask = pshufhw ? X86::getShufflePSHUFHWImmediate(NewV.getNode()):
5137 X86::getShufflePSHUFLWImmediate(NewV.getNode());
5138 V1 = NewV.getOperand(0);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005139 return getTargetShuffleNode(Opc, dl, MVT::v8i16, V1, TargetMask, DAG);
Evan Cheng14b32e12007-12-11 01:46:18 +00005140 }
Evan Cheng14b32e12007-12-11 01:46:18 +00005141 }
Eric Christopherfd179292009-08-27 18:07:15 +00005142
Nate Begemanb9a47b82009-02-23 08:49:38 +00005143 // If we have SSSE3, and all words of the result are from 1 input vector,
5144 // case 2 is generated, otherwise case 3 is generated. If no SSSE3
5145 // is present, fall back to case 4.
Bruno Cardoso Lopesbf8154a2010-08-21 01:32:18 +00005146 if (Subtarget->hasSSSE3()) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00005147 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005148
Nate Begemanb9a47b82009-02-23 08:49:38 +00005149 // If we have elements from both input vectors, set the high bit of the
Eric Christopherfd179292009-08-27 18:07:15 +00005150 // shuffle mask element to zero out elements that come from V2 in the V1
Nate Begemanb9a47b82009-02-23 08:49:38 +00005151 // mask, and elements that come from V1 in the V2 mask, so that the two
5152 // results can be OR'd together.
5153 bool TwoInputs = V1Used && V2Used;
5154 for (unsigned i = 0; i != 8; ++i) {
5155 int EltIdx = MaskVals[i] * 2;
5156 if (TwoInputs && (EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005157 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
5158 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005159 continue;
5160 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005161 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
5162 pshufbMask.push_back(DAG.getConstant(EltIdx+1, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005163 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005164 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00005165 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005166 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005167 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005168 if (!TwoInputs)
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005169 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Eric Christopherfd179292009-08-27 18:07:15 +00005170
Nate Begemanb9a47b82009-02-23 08:49:38 +00005171 // Calculate the shuffle mask for the second input, shuffle it, and
5172 // OR it with the first shuffled input.
5173 pshufbMask.clear();
5174 for (unsigned i = 0; i != 8; ++i) {
5175 int EltIdx = MaskVals[i] * 2;
5176 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005177 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
5178 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 - 16, MVT::i8));
5182 pshufbMask.push_back(DAG.getConstant(EltIdx - 15, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005183 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005184 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, V2);
Eric Christopherfd179292009-08-27 18:07:15 +00005185 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005186 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005187 MVT::v16i8, &pshufbMask[0], 16));
5188 V1 = DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005189 return DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005190 }
5191
5192 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,
5193 // and update MaskVals with new element order.
5194 BitVector InOrder(8);
5195 if (BestLoQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005196 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005197 for (int i = 0; i != 4; ++i) {
5198 int idx = MaskVals[i];
5199 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005200 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005201 InOrder.set(i);
5202 } else if ((idx / 4) == BestLoQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005203 MaskV.push_back(idx & 3);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005204 InOrder.set(i);
5205 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005206 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005207 }
5208 }
5209 for (unsigned i = 4; i != 8; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005210 MaskV.push_back(i);
Owen Anderson825b72b2009-08-11 20:47:22 +00005211 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00005212 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005213
5214 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
5215 NewV = getTargetShuffleNode(X86ISD::PSHUFLW, dl, MVT::v8i16,
5216 NewV.getOperand(0),
5217 X86::getShufflePSHUFLWImmediate(NewV.getNode()),
5218 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005219 }
Eric Christopherfd179292009-08-27 18:07:15 +00005220
Nate Begemanb9a47b82009-02-23 08:49:38 +00005221 // If BestHi >= 0, generate a pshufhw to put the high elements in order,
5222 // and update MaskVals with the new element order.
5223 if (BestHiQuad >= 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005224 SmallVector<int, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00005225 for (unsigned i = 0; i != 4; ++i)
Nate Begeman9008ca62009-04-27 18:41:29 +00005226 MaskV.push_back(i);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005227 for (unsigned i = 4; i != 8; ++i) {
5228 int idx = MaskVals[i];
5229 if (idx < 0) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005230 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005231 InOrder.set(i);
5232 } else if ((idx / 4) == BestHiQuad) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005233 MaskV.push_back((idx & 3) + 4);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005234 InOrder.set(i);
5235 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005236 MaskV.push_back(-1);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005237 }
5238 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005239 NewV = DAG.getVectorShuffle(MVT::v8i16, dl, NewV, DAG.getUNDEF(MVT::v8i16),
Nate Begeman9008ca62009-04-27 18:41:29 +00005240 &MaskV[0]);
Bruno Cardoso Lopes8878e212010-08-24 01:16:15 +00005241
5242 if (NewV.getOpcode() == ISD::VECTOR_SHUFFLE && Subtarget->hasSSSE3())
5243 NewV = getTargetShuffleNode(X86ISD::PSHUFHW, dl, MVT::v8i16,
5244 NewV.getOperand(0),
5245 X86::getShufflePSHUFHWImmediate(NewV.getNode()),
5246 DAG);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005247 }
Eric Christopherfd179292009-08-27 18:07:15 +00005248
Nate Begemanb9a47b82009-02-23 08:49:38 +00005249 // In case BestHi & BestLo were both -1, which means each quadword has a word
5250 // from each of the four input quadwords, calculate the InOrder bitvector now
5251 // before falling through to the insert/extract cleanup.
5252 if (BestLoQuad == -1 && BestHiQuad == -1) {
5253 NewV = V1;
5254 for (int i = 0; i != 8; ++i)
5255 if (MaskVals[i] < 0 || MaskVals[i] == i)
5256 InOrder.set(i);
5257 }
Eric Christopherfd179292009-08-27 18:07:15 +00005258
Nate Begemanb9a47b82009-02-23 08:49:38 +00005259 // The other elements are put in the right place using pextrw and pinsrw.
5260 for (unsigned i = 0; i != 8; ++i) {
5261 if (InOrder[i])
5262 continue;
5263 int EltIdx = MaskVals[i];
5264 if (EltIdx < 0)
5265 continue;
5266 SDValue ExtOp = (EltIdx < 8)
Owen Anderson825b72b2009-08-11 20:47:22 +00005267 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V1,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005268 DAG.getIntPtrConstant(EltIdx))
Owen Anderson825b72b2009-08-11 20:47:22 +00005269 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V2,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005270 DAG.getIntPtrConstant(EltIdx - 8));
Owen Anderson825b72b2009-08-11 20:47:22 +00005271 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, ExtOp,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005272 DAG.getIntPtrConstant(i));
5273 }
5274 return NewV;
5275}
5276
5277// v16i8 shuffles - Prefer shuffles in the following order:
5278// 1. [ssse3] 1 x pshufb
5279// 2. [ssse3] 2 x pshufb + 1 x por
5280// 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
5281static
Nate Begeman9008ca62009-04-27 18:41:29 +00005282SDValue LowerVECTOR_SHUFFLEv16i8(ShuffleVectorSDNode *SVOp,
Dan Gohmand858e902010-04-17 15:26:15 +00005283 SelectionDAG &DAG,
5284 const X86TargetLowering &TLI) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005285 SDValue V1 = SVOp->getOperand(0);
5286 SDValue V2 = SVOp->getOperand(1);
5287 DebugLoc dl = SVOp->getDebugLoc();
Nate Begemanb9a47b82009-02-23 08:49:38 +00005288 SmallVector<int, 16> MaskVals;
Nate Begeman9008ca62009-04-27 18:41:29 +00005289 SVOp->getMask(MaskVals);
Eric Christopherfd179292009-08-27 18:07:15 +00005290
Nate Begemanb9a47b82009-02-23 08:49:38 +00005291 // If we have SSSE3, case 1 is generated when all result bytes come from
Eric Christopherfd179292009-08-27 18:07:15 +00005292 // one of the inputs. Otherwise, case 2 is generated. If no SSSE3 is
Nate Begemanb9a47b82009-02-23 08:49:38 +00005293 // present, fall back to case 3.
5294 // FIXME: kill V2Only once shuffles are canonizalized by getNode.
5295 bool V1Only = true;
5296 bool V2Only = true;
5297 for (unsigned i = 0; i < 16; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005298 int EltIdx = MaskVals[i];
Nate Begemanb9a47b82009-02-23 08:49:38 +00005299 if (EltIdx < 0)
5300 continue;
5301 if (EltIdx < 16)
5302 V2Only = false;
5303 else
5304 V1Only = false;
5305 }
Eric Christopherfd179292009-08-27 18:07:15 +00005306
Nate Begemanb9a47b82009-02-23 08:49:38 +00005307 // If SSSE3, use 1 pshufb instruction per vector with elements in the result.
5308 if (TLI.getSubtarget()->hasSSSE3()) {
5309 SmallVector<SDValue,16> pshufbMask;
Eric Christopherfd179292009-08-27 18:07:15 +00005310
Nate Begemanb9a47b82009-02-23 08:49:38 +00005311 // If all result elements are from one input vector, then only translate
Eric Christopherfd179292009-08-27 18:07:15 +00005312 // undef mask values to 0x80 (zero out result) in the pshufb mask.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005313 //
5314 // Otherwise, we have elements from both input vectors, and must zero out
5315 // elements that come from V2 in the first mask, and V1 in the second mask
5316 // so that we can OR them together.
5317 bool TwoInputs = !(V1Only || V2Only);
5318 for (unsigned i = 0; i != 16; ++i) {
5319 int EltIdx = MaskVals[i];
5320 if (EltIdx < 0 || (TwoInputs && EltIdx >= 16)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005321 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005322 continue;
5323 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005324 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005325 }
5326 // If all the elements are from V2, assign it to V1 and return after
5327 // building the first pshufb.
5328 if (V2Only)
5329 V1 = V2;
Owen Anderson825b72b2009-08-11 20:47:22 +00005330 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00005331 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005332 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005333 if (!TwoInputs)
5334 return V1;
Eric Christopherfd179292009-08-27 18:07:15 +00005335
Nate Begemanb9a47b82009-02-23 08:49:38 +00005336 // Calculate the shuffle mask for the second input, shuffle it, and
5337 // OR it with the first shuffled input.
5338 pshufbMask.clear();
5339 for (unsigned i = 0; i != 16; ++i) {
5340 int EltIdx = MaskVals[i];
5341 if (EltIdx < 16) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005342 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005343 continue;
5344 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005345 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005346 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005347 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00005348 DAG.getNode(ISD::BUILD_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00005349 MVT::v16i8, &pshufbMask[0], 16));
5350 return DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005351 }
Eric Christopherfd179292009-08-27 18:07:15 +00005352
Nate Begemanb9a47b82009-02-23 08:49:38 +00005353 // No SSSE3 - Calculate in place words and then fix all out of place words
5354 // With 0-16 extracts & inserts. Worst case is 16 bytes out of order from
5355 // the 16 different words that comprise the two doublequadword input vectors.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005356 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V1);
5357 V2 = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, V2);
Nate Begemanb9a47b82009-02-23 08:49:38 +00005358 SDValue NewV = V2Only ? V2 : V1;
5359 for (int i = 0; i != 8; ++i) {
5360 int Elt0 = MaskVals[i*2];
5361 int Elt1 = MaskVals[i*2+1];
Eric Christopherfd179292009-08-27 18:07:15 +00005362
Nate Begemanb9a47b82009-02-23 08:49:38 +00005363 // This word of the result is all undef, skip it.
5364 if (Elt0 < 0 && Elt1 < 0)
5365 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005366
Nate Begemanb9a47b82009-02-23 08:49:38 +00005367 // This word of the result is already in the correct place, skip it.
5368 if (V1Only && (Elt0 == i*2) && (Elt1 == i*2+1))
5369 continue;
5370 if (V2Only && (Elt0 == i*2+16) && (Elt1 == i*2+17))
5371 continue;
Eric Christopherfd179292009-08-27 18:07:15 +00005372
Nate Begemanb9a47b82009-02-23 08:49:38 +00005373 SDValue Elt0Src = Elt0 < 16 ? V1 : V2;
5374 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
5375 SDValue InsElt;
Mon P Wang6b3ef692009-03-11 18:47:57 +00005376
5377 // If Elt0 and Elt1 are defined, are consecutive, and can be load
5378 // using a single extract together, load it and store it.
5379 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005380 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005381 DAG.getIntPtrConstant(Elt1 / 2));
Owen Anderson825b72b2009-08-11 20:47:22 +00005382 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Mon P Wang6b3ef692009-03-11 18:47:57 +00005383 DAG.getIntPtrConstant(i));
5384 continue;
5385 }
5386
Nate Begemanb9a47b82009-02-23 08:49:38 +00005387 // If Elt1 is defined, extract it from the appropriate source. If the
Mon P Wang6b3ef692009-03-11 18:47:57 +00005388 // source byte is not also odd, shift the extracted word left 8 bits
5389 // otherwise clear the bottom 8 bits if we need to do an or.
Nate Begemanb9a47b82009-02-23 08:49:38 +00005390 if (Elt1 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005391 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005392 DAG.getIntPtrConstant(Elt1 / 2));
5393 if ((Elt1 & 1) == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005394 InsElt = DAG.getNode(ISD::SHL, dl, MVT::i16, InsElt,
Owen Anderson95771af2011-02-25 21:41:48 +00005395 DAG.getConstant(8,
5396 TLI.getShiftAmountTy(InsElt.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005397 else if (Elt0 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005398 InsElt = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt,
5399 DAG.getConstant(0xFF00, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00005400 }
5401 // If Elt0 is defined, extract it from the appropriate source. If the
5402 // source byte is not also even, shift the extracted word right 8 bits. If
5403 // Elt1 was also defined, OR the extracted values together before
5404 // inserting them in the result.
5405 if (Elt0 >= 0) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005406 SDValue InsElt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005407 Elt0Src, DAG.getIntPtrConstant(Elt0 / 2));
5408 if ((Elt0 & 1) != 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005409 InsElt0 = DAG.getNode(ISD::SRL, dl, MVT::i16, InsElt0,
Owen Anderson95771af2011-02-25 21:41:48 +00005410 DAG.getConstant(8,
5411 TLI.getShiftAmountTy(InsElt0.getValueType())));
Mon P Wang6b3ef692009-03-11 18:47:57 +00005412 else if (Elt1 >= 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00005413 InsElt0 = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt0,
5414 DAG.getConstant(0x00FF, MVT::i16));
5415 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)
Nate Begemanb9a47b82009-02-23 08:49:38 +00005416 : InsElt0;
5417 }
Owen Anderson825b72b2009-08-11 20:47:22 +00005418 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
Nate Begemanb9a47b82009-02-23 08:49:38 +00005419 DAG.getIntPtrConstant(i));
5420 }
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005421 return DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00005422}
5423
Evan Cheng7a831ce2007-12-15 03:00:47 +00005424/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005425/// ones, or rewriting v4i32 / v4f32 as 2 wide ones if possible. This can be
Evan Cheng7a831ce2007-12-15 03:00:47 +00005426/// done when every pair / quad of shuffle mask elements point to elements in
5427/// the right sequence. e.g.
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005428/// vector_shuffle X, Y, <2, 3, | 10, 11, | 0, 1, | 14, 15>
Evan Cheng14b32e12007-12-11 01:46:18 +00005429static
Nate Begeman9008ca62009-04-27 18:41:29 +00005430SDValue RewriteAsNarrowerShuffle(ShuffleVectorSDNode *SVOp,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005431 SelectionDAG &DAG, DebugLoc dl) {
Owen Andersone50ed302009-08-10 22:56:29 +00005432 EVT VT = SVOp->getValueType(0);
Nate Begeman9008ca62009-04-27 18:41:29 +00005433 SDValue V1 = SVOp->getOperand(0);
5434 SDValue V2 = SVOp->getOperand(1);
5435 unsigned NumElems = VT.getVectorNumElements();
Evan Cheng7a831ce2007-12-15 03:00:47 +00005436 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Bruno Cardoso Lopes0a7dd4f2010-09-08 18:12:31 +00005437 EVT NewVT;
Owen Anderson825b72b2009-08-11 20:47:22 +00005438 switch (VT.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005439 default: assert(false && "Unexpected!");
Owen Anderson825b72b2009-08-11 20:47:22 +00005440 case MVT::v4f32: NewVT = MVT::v2f64; break;
5441 case MVT::v4i32: NewVT = MVT::v2i64; break;
5442 case MVT::v8i16: NewVT = MVT::v4i32; break;
5443 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00005444 }
5445
Nate Begeman9008ca62009-04-27 18:41:29 +00005446 int Scale = NumElems / NewWidth;
5447 SmallVector<int, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00005448 for (unsigned i = 0; i < NumElems; i += Scale) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005449 int StartIdx = -1;
5450 for (int j = 0; j < Scale; ++j) {
5451 int EltIdx = SVOp->getMaskElt(i+j);
5452 if (EltIdx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00005453 continue;
Nate Begeman9008ca62009-04-27 18:41:29 +00005454 if (StartIdx == -1)
Evan Cheng14b32e12007-12-11 01:46:18 +00005455 StartIdx = EltIdx - (EltIdx % Scale);
5456 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00005457 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00005458 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005459 if (StartIdx == -1)
5460 MaskVec.push_back(-1);
Evan Cheng14b32e12007-12-11 01:46:18 +00005461 else
Nate Begeman9008ca62009-04-27 18:41:29 +00005462 MaskVec.push_back(StartIdx / Scale);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005463 }
5464
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005465 V1 = DAG.getNode(ISD::BITCAST, dl, NewVT, V1);
5466 V2 = DAG.getNode(ISD::BITCAST, dl, NewVT, V2);
Nate Begeman9008ca62009-04-27 18:41:29 +00005467 return DAG.getVectorShuffle(NewVT, dl, V1, V2, &MaskVec[0]);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00005468}
5469
Evan Chengd880b972008-05-09 21:53:03 +00005470/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00005471///
Owen Andersone50ed302009-08-10 22:56:29 +00005472static SDValue getVZextMovL(EVT VT, EVT OpVT,
Nate Begeman9008ca62009-04-27 18:41:29 +00005473 SDValue SrcOp, SelectionDAG &DAG,
5474 const X86Subtarget *Subtarget, DebugLoc dl) {
Owen Anderson825b72b2009-08-11 20:47:22 +00005475 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005476 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00005477 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00005478 LD = dyn_cast<LoadSDNode>(SrcOp);
5479 if (!LD) {
5480 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
5481 // instead.
Owen Anderson766b5ef2009-08-11 21:59:30 +00005482 MVT ExtVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Duncan Sandscdfad362010-11-03 12:17:33 +00005483 if ((ExtVT != MVT::i64 || Subtarget->is64Bit()) &&
Evan Cheng7e2ff772008-05-08 00:57:18 +00005484 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005485 SrcOp.getOperand(0).getOpcode() == ISD::BITCAST &&
Owen Anderson766b5ef2009-08-11 21:59:30 +00005486 SrcOp.getOperand(0).getOperand(0).getValueType() == ExtVT) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00005487 // PR2108
Owen Anderson825b72b2009-08-11 20:47:22 +00005488 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005489 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005490 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
5491 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
5492 OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00005493 SrcOp.getOperand(0)
5494 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005495 }
5496 }
5497 }
5498
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005499 return DAG.getNode(ISD::BITCAST, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00005500 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005501 DAG.getNode(ISD::BITCAST, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00005502 OpVT, SrcOp)));
Evan Cheng7e2ff772008-05-08 00:57:18 +00005503}
5504
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00005505/// LowerVECTOR_SHUFFLE_256 - Handle all 256-bit wide vectors shuffles
5506/// which could not be matched by any known target speficic shuffle
5507static SDValue
5508LowerVECTOR_SHUFFLE_256(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
5509 return SDValue();
5510}
5511
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005512/// LowerVECTOR_SHUFFLE_128v4 - Handle all 128-bit wide vectors with
5513/// 4 elements, and match them with several different shuffle types.
Dan Gohman475871a2008-07-27 21:46:04 +00005514static SDValue
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005515LowerVECTOR_SHUFFLE_128v4(ShuffleVectorSDNode *SVOp, SelectionDAG &DAG) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005516 SDValue V1 = SVOp->getOperand(0);
5517 SDValue V2 = SVOp->getOperand(1);
5518 DebugLoc dl = SVOp->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00005519 EVT VT = SVOp->getValueType(0);
Eric Christopherfd179292009-08-27 18:07:15 +00005520
Bruno Cardoso Lopes589b8972011-07-22 00:14:53 +00005521 assert(VT.getSizeInBits() == 128 && "Unsupported vector size");
5522
Evan Chengace3c172008-07-22 21:13:36 +00005523 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00005524 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005525 SmallVector<int, 8> Mask1(4U, -1);
5526 SmallVector<int, 8> PermMask;
5527 SVOp->getMask(PermMask);
5528
Evan Chengace3c172008-07-22 21:13:36 +00005529 unsigned NumHi = 0;
5530 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00005531 for (unsigned i = 0; i != 4; ++i) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005532 int Idx = PermMask[i];
5533 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005534 Locs[i] = std::make_pair(-1, -1);
5535 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005536 assert(Idx < 8 && "Invalid VECTOR_SHUFFLE index!");
5537 if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005538 Locs[i] = std::make_pair(0, NumLo);
Nate Begeman9008ca62009-04-27 18:41:29 +00005539 Mask1[NumLo] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005540 NumLo++;
5541 } else {
5542 Locs[i] = std::make_pair(1, NumHi);
5543 if (2+NumHi < 4)
Nate Begeman9008ca62009-04-27 18:41:29 +00005544 Mask1[2+NumHi] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005545 NumHi++;
5546 }
5547 }
5548 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005549
Evan Chengace3c172008-07-22 21:13:36 +00005550 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005551 // If no more than two elements come from either vector. This can be
5552 // implemented with two shuffles. First shuffle gather the elements.
5553 // The second shuffle, which takes the first shuffle as both of its
5554 // vector operands, put the elements into the right order.
Nate Begeman9008ca62009-04-27 18:41:29 +00005555 V1 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005556
Nate Begeman9008ca62009-04-27 18:41:29 +00005557 SmallVector<int, 8> Mask2(4U, -1);
Eric Christopherfd179292009-08-27 18:07:15 +00005558
Evan Chengace3c172008-07-22 21:13:36 +00005559 for (unsigned i = 0; i != 4; ++i) {
5560 if (Locs[i].first == -1)
5561 continue;
5562 else {
5563 unsigned Idx = (i < 2) ? 0 : 4;
5564 Idx += Locs[i].first * 2 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005565 Mask2[i] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005566 }
5567 }
5568
Nate Begeman9008ca62009-04-27 18:41:29 +00005569 return DAG.getVectorShuffle(VT, dl, V1, V1, &Mask2[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005570 } else if (NumLo == 3 || NumHi == 3) {
5571 // Otherwise, we must have three elements from one vector, call it X, and
5572 // one element from the other, call it Y. First, use a shufps to build an
5573 // intermediate vector with the one element from Y and the element from X
5574 // that will be in the same half in the final destination (the indexes don't
5575 // matter). Then, use a shufps to build the final vector, taking the half
5576 // containing the element from Y from the intermediate, and the other half
5577 // from X.
5578 if (NumHi == 3) {
5579 // Normalize it so the 3 elements come from V1.
Nate Begeman9008ca62009-04-27 18:41:29 +00005580 CommuteVectorShuffleMask(PermMask, VT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005581 std::swap(V1, V2);
5582 }
5583
5584 // Find the element from V2.
5585 unsigned HiIndex;
5586 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005587 int Val = PermMask[HiIndex];
5588 if (Val < 0)
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005589 continue;
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005590 if (Val >= 4)
5591 break;
5592 }
5593
Nate Begeman9008ca62009-04-27 18:41:29 +00005594 Mask1[0] = PermMask[HiIndex];
5595 Mask1[1] = -1;
5596 Mask1[2] = PermMask[HiIndex^1];
5597 Mask1[3] = -1;
5598 V2 = DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005599
5600 if (HiIndex >= 2) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005601 Mask1[0] = PermMask[0];
5602 Mask1[1] = PermMask[1];
5603 Mask1[2] = HiIndex & 1 ? 6 : 4;
5604 Mask1[3] = HiIndex & 1 ? 4 : 6;
5605 return DAG.getVectorShuffle(VT, dl, V1, V2, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005606 } else {
Nate Begeman9008ca62009-04-27 18:41:29 +00005607 Mask1[0] = HiIndex & 1 ? 2 : 0;
5608 Mask1[1] = HiIndex & 1 ? 0 : 2;
5609 Mask1[2] = PermMask[2];
5610 Mask1[3] = PermMask[3];
5611 if (Mask1[2] >= 0)
5612 Mask1[2] += 4;
5613 if (Mask1[3] >= 0)
5614 Mask1[3] += 4;
5615 return DAG.getVectorShuffle(VT, dl, V2, V1, &Mask1[0]);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00005616 }
Evan Chengace3c172008-07-22 21:13:36 +00005617 }
5618
5619 // Break it into (shuffle shuffle_hi, shuffle_lo).
5620 Locs.clear();
David Greenec4db4e52011-02-28 19:06:56 +00005621 Locs.resize(4);
Nate Begeman9008ca62009-04-27 18:41:29 +00005622 SmallVector<int,8> LoMask(4U, -1);
5623 SmallVector<int,8> HiMask(4U, -1);
5624
5625 SmallVector<int,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00005626 unsigned MaskIdx = 0;
5627 unsigned LoIdx = 0;
5628 unsigned HiIdx = 2;
5629 for (unsigned i = 0; i != 4; ++i) {
5630 if (i == 2) {
5631 MaskPtr = &HiMask;
5632 MaskIdx = 1;
5633 LoIdx = 0;
5634 HiIdx = 2;
5635 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005636 int Idx = PermMask[i];
5637 if (Idx < 0) {
Evan Chengace3c172008-07-22 21:13:36 +00005638 Locs[i] = std::make_pair(-1, -1);
Nate Begeman9008ca62009-04-27 18:41:29 +00005639 } else if (Idx < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00005640 Locs[i] = std::make_pair(MaskIdx, LoIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005641 (*MaskPtr)[LoIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005642 LoIdx++;
5643 } else {
5644 Locs[i] = std::make_pair(MaskIdx, HiIdx);
Nate Begeman9008ca62009-04-27 18:41:29 +00005645 (*MaskPtr)[HiIdx] = Idx;
Evan Chengace3c172008-07-22 21:13:36 +00005646 HiIdx++;
5647 }
5648 }
5649
Nate Begeman9008ca62009-04-27 18:41:29 +00005650 SDValue LoShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &LoMask[0]);
5651 SDValue HiShuffle = DAG.getVectorShuffle(VT, dl, V1, V2, &HiMask[0]);
5652 SmallVector<int, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00005653 for (unsigned i = 0; i != 4; ++i) {
5654 if (Locs[i].first == -1) {
Nate Begeman9008ca62009-04-27 18:41:29 +00005655 MaskOps.push_back(-1);
Evan Chengace3c172008-07-22 21:13:36 +00005656 } else {
5657 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
Nate Begeman9008ca62009-04-27 18:41:29 +00005658 MaskOps.push_back(Idx);
Evan Chengace3c172008-07-22 21:13:36 +00005659 }
5660 }
Nate Begeman9008ca62009-04-27 18:41:29 +00005661 return DAG.getVectorShuffle(VT, dl, LoShuffle, HiShuffle, &MaskOps[0]);
Evan Chengace3c172008-07-22 21:13:36 +00005662}
5663
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005664static bool MayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005665 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005666 V = V.getOperand(0);
5667 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5668 V = V.getOperand(0);
5669 if (MayFoldLoad(V))
5670 return true;
5671 return false;
5672}
5673
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005674// FIXME: the version above should always be used. Since there's
5675// a bug where several vector shuffles can't be folded because the
5676// DAG is not updated during lowering and a node claims to have two
5677// uses while it only has one, use this version, and let isel match
5678// another instruction if the load really happens to have more than
5679// one use. Remove this version after this bug get fixed.
Evan Cheng835580f2010-10-07 20:50:20 +00005680// rdar://8434668, PR8156
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005681static bool RelaxedMayFoldVectorLoad(SDValue V) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005682 if (V.hasOneUse() && V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005683 V = V.getOperand(0);
5684 if (V.hasOneUse() && V.getOpcode() == ISD::SCALAR_TO_VECTOR)
5685 V = V.getOperand(0);
5686 if (ISD::isNormalLoad(V.getNode()))
5687 return true;
5688 return false;
5689}
5690
5691/// CanFoldShuffleIntoVExtract - Check if the current shuffle is used by
5692/// a vector extract, and if both can be later optimized into a single load.
5693/// This is done in visitEXTRACT_VECTOR_ELT and the conditions are checked
5694/// here because otherwise a target specific shuffle node is going to be
5695/// emitted for this shuffle, and the optimization not done.
5696/// FIXME: This is probably not the best approach, but fix the problem
5697/// until the right path is decided.
5698static
5699bool CanXFormVExtractWithShuffleIntoLoad(SDValue V, SelectionDAG &DAG,
5700 const TargetLowering &TLI) {
5701 EVT VT = V.getValueType();
5702 ShuffleVectorSDNode *SVOp = dyn_cast<ShuffleVectorSDNode>(V);
5703
5704 // Be sure that the vector shuffle is present in a pattern like this:
5705 // (vextract (v4f32 shuffle (load $addr), <1,u,u,u>), c) -> (f32 load $addr)
5706 if (!V.hasOneUse())
5707 return false;
5708
5709 SDNode *N = *V.getNode()->use_begin();
5710 if (N->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
5711 return false;
5712
5713 SDValue EltNo = N->getOperand(1);
5714 if (!isa<ConstantSDNode>(EltNo))
5715 return false;
5716
5717 // If the bit convert changed the number of elements, it is unsafe
5718 // to examine the mask.
5719 bool HasShuffleIntoBitcast = false;
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005720 if (V.getOpcode() == ISD::BITCAST) {
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005721 EVT SrcVT = V.getOperand(0).getValueType();
5722 if (SrcVT.getVectorNumElements() != VT.getVectorNumElements())
5723 return false;
5724 V = V.getOperand(0);
5725 HasShuffleIntoBitcast = true;
5726 }
5727
5728 // Select the input vector, guarding against out of range extract vector.
5729 unsigned NumElems = VT.getVectorNumElements();
5730 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
5731 int Idx = (Elt > NumElems) ? -1 : SVOp->getMaskElt(Elt);
5732 V = (Idx < (int)NumElems) ? V.getOperand(0) : V.getOperand(1);
5733
5734 // Skip one more bit_convert if necessary
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005735 if (V.getOpcode() == ISD::BITCAST)
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005736 V = V.getOperand(0);
5737
5738 if (ISD::isNormalLoad(V.getNode())) {
5739 // Is the original load suitable?
5740 LoadSDNode *LN0 = cast<LoadSDNode>(V);
5741
5742 // FIXME: avoid the multi-use bug that is preventing lots of
5743 // of foldings to be detected, this is still wrong of course, but
5744 // give the temporary desired behavior, and if it happens that
5745 // the load has real more uses, during isel it will not fold, and
5746 // will generate poor code.
5747 if (!LN0 || LN0->isVolatile()) // || !LN0->hasOneUse()
5748 return false;
5749
5750 if (!HasShuffleIntoBitcast)
5751 return true;
5752
5753 // If there's a bitcast before the shuffle, check if the load type and
5754 // alignment is valid.
5755 unsigned Align = LN0->getAlignment();
5756 unsigned NewAlign =
5757 TLI.getTargetData()->getABITypeAlignment(
5758 VT.getTypeForEVT(*DAG.getContext()));
5759
5760 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, VT))
5761 return false;
5762 }
5763
5764 return true;
5765}
5766
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005767static
Evan Cheng835580f2010-10-07 20:50:20 +00005768SDValue getMOVDDup(SDValue &Op, DebugLoc &dl, SDValue V1, SelectionDAG &DAG) {
5769 EVT VT = Op.getValueType();
5770
5771 // Canonizalize to v2f64.
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005772 V1 = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, V1);
5773 return DAG.getNode(ISD::BITCAST, dl, VT,
Evan Cheng835580f2010-10-07 20:50:20 +00005774 getTargetShuffleNode(X86ISD::MOVDDUP, dl, MVT::v2f64,
5775 V1, DAG));
5776}
5777
5778static
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00005779SDValue getMOVLowToHigh(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG,
5780 bool HasSSE2) {
5781 SDValue V1 = Op.getOperand(0);
5782 SDValue V2 = Op.getOperand(1);
5783 EVT VT = Op.getValueType();
5784
5785 assert(VT != MVT::v2i64 && "unsupported shuffle type");
5786
5787 if (HasSSE2 && VT == MVT::v2f64)
5788 return getTargetShuffleNode(X86ISD::MOVLHPD, dl, VT, V1, V2, DAG);
5789
5790 // v4f32 or v4i32
5791 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V2, DAG);
5792}
5793
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00005794static
5795SDValue getMOVHighToLow(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG) {
5796 SDValue V1 = Op.getOperand(0);
5797 SDValue V2 = Op.getOperand(1);
5798 EVT VT = Op.getValueType();
5799
5800 assert((VT == MVT::v4i32 || VT == MVT::v4f32) &&
5801 "unsupported shuffle type");
5802
5803 if (V2.getOpcode() == ISD::UNDEF)
5804 V2 = V1;
5805
5806 // v4i32 or v4f32
5807 return getTargetShuffleNode(X86ISD::MOVHLPS, dl, VT, V1, V2, DAG);
5808}
5809
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005810static
5811SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasSSE2) {
5812 SDValue V1 = Op.getOperand(0);
5813 SDValue V2 = Op.getOperand(1);
5814 EVT VT = Op.getValueType();
5815 unsigned NumElems = VT.getVectorNumElements();
5816
5817 // Use MOVLPS and MOVLPD in case V1 or V2 are loads. During isel, the second
5818 // operand of these instructions is only memory, so check if there's a
5819 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
5820 // same masks.
5821 bool CanFoldLoad = false;
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005822
Bruno Cardoso Lopesd00bfe12010-09-02 02:35:51 +00005823 // Trivial case, when V2 comes from a load.
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005824 if (MayFoldVectorLoad(V2))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005825 CanFoldLoad = true;
5826
5827 // When V1 is a load, it can be folded later into a store in isel, example:
5828 // (store (v4f32 (X86Movlps (load addr:$src1), VR128:$src2)), addr:$src1)
5829 // turns into:
5830 // (MOVLPSmr addr:$src1, VR128:$src2)
5831 // So, recognize this potential and also use MOVLPS or MOVLPD
Bruno Cardoso Lopes2a446062010-09-03 20:20:02 +00005832 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op))
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005833 CanFoldLoad = true;
5834
Eric Christopher893a8822011-02-20 05:04:42 +00005835 // Both of them can't be memory operations though.
5836 if (MayFoldVectorLoad(V1) && MayFoldVectorLoad(V2))
5837 CanFoldLoad = false;
Owen Anderson95771af2011-02-25 21:41:48 +00005838
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00005839 if (CanFoldLoad) {
5840 if (HasSSE2 && NumElems == 2)
5841 return getTargetShuffleNode(X86ISD::MOVLPD, dl, VT, V1, V2, DAG);
5842
5843 if (NumElems == 4)
5844 return getTargetShuffleNode(X86ISD::MOVLPS, dl, VT, V1, V2, DAG);
5845 }
5846
5847 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5848 // movl and movlp will both match v2i64, but v2i64 is never matched by
5849 // movl earlier because we make it strict to avoid messing with the movlp load
5850 // folding logic (see the code above getMOVLP call). Match it here then,
5851 // this is horrible, but will stay like this until we move all shuffle
5852 // matching to x86 specific nodes. Note that for the 1st condition all
5853 // types are matched with movsd.
5854 if ((HasSSE2 && NumElems == 2) || !X86::isMOVLMask(SVOp))
5855 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
5856 else if (HasSSE2)
5857 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
5858
5859
5860 assert(VT != MVT::v4i32 && "unsupported shuffle type");
5861
5862 // Invert the operand order and use SHUFPS to match it.
5863 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V2, V1,
5864 X86::getShuffleSHUFImmediate(SVOp), DAG);
5865}
5866
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00005867static inline unsigned getUNPCKLOpcode(EVT VT) {
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005868 switch(VT.getSimpleVT().SimpleTy) {
5869 case MVT::v4i32: return X86ISD::PUNPCKLDQ;
5870 case MVT::v2i64: return X86ISD::PUNPCKLQDQ;
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00005871 case MVT::v4f32: return X86ISD::UNPCKLPS;
5872 case MVT::v2f64: return X86ISD::UNPCKLPD;
David Greenec4db4e52011-02-28 19:06:56 +00005873 case MVT::v8f32: return X86ISD::VUNPCKLPSY;
5874 case MVT::v4f64: return X86ISD::VUNPCKLPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005875 case MVT::v16i8: return X86ISD::PUNPCKLBW;
5876 case MVT::v8i16: return X86ISD::PUNPCKLWD;
5877 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005878 llvm_unreachable("Unknown type for unpckl");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005879 }
5880 return 0;
5881}
5882
5883static inline unsigned getUNPCKHOpcode(EVT VT) {
5884 switch(VT.getSimpleVT().SimpleTy) {
5885 case MVT::v4i32: return X86ISD::PUNPCKHDQ;
5886 case MVT::v2i64: return X86ISD::PUNPCKHQDQ;
5887 case MVT::v4f32: return X86ISD::UNPCKHPS;
5888 case MVT::v2f64: return X86ISD::UNPCKHPD;
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +00005889 case MVT::v8f32: return X86ISD::VUNPCKHPSY;
5890 case MVT::v4f64: return X86ISD::VUNPCKHPDY;
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005891 case MVT::v16i8: return X86ISD::PUNPCKHBW;
5892 case MVT::v8i16: return X86ISD::PUNPCKHWD;
5893 default:
Eric Christopherdd6e40a2011-02-19 03:19:09 +00005894 llvm_unreachable("Unknown type for unpckh");
Bruno Cardoso Lopesbe8b0842010-09-03 20:10:35 +00005895 }
5896 return 0;
5897}
5898
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00005899static inline unsigned getVPERMILOpcode(EVT VT) {
5900 switch(VT.getSimpleVT().SimpleTy) {
5901 case MVT::v4i32:
5902 case MVT::v4f32: return X86ISD::VPERMILPS;
5903 case MVT::v2i64:
5904 case MVT::v2f64: return X86ISD::VPERMILPD;
5905 case MVT::v8i32:
5906 case MVT::v8f32: return X86ISD::VPERMILPSY;
5907 case MVT::v4i64:
5908 case MVT::v4f64: return X86ISD::VPERMILPDY;
5909 default:
5910 llvm_unreachable("Unknown type for vpermil");
5911 }
5912 return 0;
5913}
5914
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005915static
5916SDValue NormalizeVectorShuffle(SDValue Op, SelectionDAG &DAG,
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005917 const TargetLowering &TLI,
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005918 const X86Subtarget *Subtarget) {
5919 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
5920 EVT VT = Op.getValueType();
5921 DebugLoc dl = Op.getDebugLoc();
5922 SDValue V1 = Op.getOperand(0);
5923 SDValue V2 = Op.getOperand(1);
5924
5925 if (isZeroShuffle(SVOp))
5926 return getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
5927
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005928 // Handle splat operations
5929 if (SVOp->isSplat()) {
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00005930 unsigned NumElem = VT.getVectorNumElements();
5931 // Special case, this is the only place now where it's allowed to return
5932 // a vector_shuffle operation without using a target specific node, because
5933 // *hopefully* it will be optimized away by the dag combiner. FIXME: should
5934 // this be moved to DAGCombine instead?
5935 if (NumElem <= 4 && CanXFormVExtractWithShuffleIntoLoad(Op, DAG, TLI))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005936 return Op;
5937
Bruno Cardoso Lopes6a32adc2011-07-25 23:05:25 +00005938 // Since there's no native support for scalar_to_vector for 256-bit AVX, a
5939 // 128-bit scalar_to_vector + INSERT_SUBVECTOR is generated. Recognize this
5940 // idiom and do the shuffle before the insertion, this yields less
5941 // instructions in the end.
5942 if (VT.is256BitVector() &&
5943 V1.getOpcode() == ISD::INSERT_SUBVECTOR &&
5944 V1.getOperand(0).getOpcode() == ISD::UNDEF &&
5945 V1.getOperand(1).getOpcode() == ISD::SCALAR_TO_VECTOR)
5946 return PromoteVectorToScalarSplat(SVOp, DAG);
5947
5948 // Handle splats by matching through known shuffle masks
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00005949 if ((VT.is128BitVector() && NumElem <= 4) ||
5950 (VT.is256BitVector() && NumElem <= 8))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005951 return SDValue();
5952
Bruno Cardoso Lopes9283b662011-07-21 01:55:42 +00005953 // All i16 and i8 vector types can't be used directly by a generic shuffle
5954 // instruction because the target has no such instruction. Generate shuffles
5955 // which repeat i16 and i8 several times until they fit in i32, and then can
5956 // be manipulated by target suported shuffles. After the insertion of the
5957 // necessary shuffles, the result is bitcasted back to v4f32 or v8f32.
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005958 return PromoteSplat(SVOp, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00005959 }
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005960
5961 // If the shuffle can be profitably rewritten as a narrower shuffle, then
5962 // do it!
5963 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
5964 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5965 if (NewOp.getNode())
Wesley Peckbf17cfa2010-11-23 03:31:01 +00005966 return DAG.getNode(ISD::BITCAST, dl, VT, NewOp);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00005967 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
5968 // FIXME: Figure out a cleaner way to do this.
5969 // Try to make use of movq to zero out the top part.
5970 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
5971 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5972 if (NewOp.getNode()) {
5973 if (isCommutedMOVL(cast<ShuffleVectorSDNode>(NewOp), true, false))
5974 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(0),
5975 DAG, Subtarget, dl);
5976 }
5977 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
5978 SDValue NewOp = RewriteAsNarrowerShuffle(SVOp, DAG, dl);
5979 if (NewOp.getNode() && X86::isMOVLMask(cast<ShuffleVectorSDNode>(NewOp)))
5980 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
5981 DAG, Subtarget, dl);
5982 }
5983 }
5984 return SDValue();
5985}
5986
Dan Gohman475871a2008-07-27 21:46:04 +00005987SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00005988X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
Nate Begeman9008ca62009-04-27 18:41:29 +00005989 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00005990 SDValue V1 = Op.getOperand(0);
5991 SDValue V2 = Op.getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +00005992 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005993 DebugLoc dl = Op.getDebugLoc();
Nate Begeman9008ca62009-04-27 18:41:29 +00005994 unsigned NumElems = VT.getVectorNumElements();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005995 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005996 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
5997 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00005998 bool V1IsSplat = false;
5999 bool V2IsSplat = false;
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006000 bool HasSSE2 = Subtarget->hasSSE2() || Subtarget->hasAVX();
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00006001 bool HasSSE3 = Subtarget->hasSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00006002 bool HasSSSE3 = Subtarget->hasSSSE3() || Subtarget->hasAVX();
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006003 MachineFunction &MF = DAG.getMachineFunction();
6004 bool OptForSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006005
Dale Johannesen0488fb62010-09-30 23:57:10 +00006006 // Shuffle operations on MMX not supported.
6007 if (isMMX)
Bruno Cardoso Lopes58277b12010-09-07 18:41:45 +00006008 return Op;
6009
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006010 // Vector shuffle lowering takes 3 steps:
6011 //
6012 // 1) Normalize the input vectors. Here splats, zeroed vectors, profitable
6013 // narrowing and commutation of operands should be handled.
6014 // 2) Matching of shuffles with known shuffle masks to x86 target specific
6015 // shuffle nodes.
6016 // 3) Rewriting of unmatched masks into new generic shuffle operations,
6017 // so the shuffle can be broken into other shuffles and the legalizer can
6018 // try the lowering again.
6019 //
6020 // The general ideia is that no vector_shuffle operation should be left to
6021 // be matched during isel, all of them must be converted to a target specific
6022 // node here.
Bruno Cardoso Lopes0d1340b2010-09-07 20:20:27 +00006023
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006024 // Normalize the input vectors. Here splats, zeroed vectors, profitable
6025 // narrowing and commutation of operands should be handled. The actual code
6026 // doesn't include all of those, work in progress...
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006027 SDValue NewOp = NormalizeVectorShuffle(Op, DAG, *this, Subtarget);
Bruno Cardoso Lopes90462b42010-09-07 21:03:14 +00006028 if (NewOp.getNode())
6029 return NewOp;
Eric Christopherfd179292009-08-27 18:07:15 +00006030
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006031 // NOTE: isPSHUFDMask can also match both masks below (unpckl_undef and
6032 // unpckh_undef). Only use pshufd if speed is more important than size.
6033 if (OptForSize && X86::isUNPCKL_v_undef_Mask(SVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006034 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006035 if (OptForSize && X86::isUNPCKH_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00006036 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopes3722f002010-09-02 05:23:12 +00006037
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006038 if (X86::isMOVDDUPMask(SVOp) && HasSSE3 && V2IsUndef &&
Dale Johannesen0488fb62010-09-30 23:57:10 +00006039 RelaxedMayFoldVectorLoad(V1))
Evan Cheng835580f2010-10-07 20:50:20 +00006040 return getMOVDDup(Op, dl, V1, DAG);
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006041
Dale Johannesen0488fb62010-09-30 23:57:10 +00006042 if (X86::isMOVHLPS_v_undef_Mask(SVOp))
Bruno Cardoso Lopes1485cc22010-09-08 17:43:25 +00006043 return getMOVHighToLow(Op, dl, DAG);
6044
6045 // Use to match splats
6046 if (HasSSE2 && X86::isUNPCKHMask(SVOp) && V2IsUndef &&
6047 (VT == MVT::v2f64 || VT == MVT::v2i64))
6048 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
6049
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006050 if (X86::isPSHUFDMask(SVOp)) {
6051 // The actual implementation will match the mask in the if above and then
6052 // during isel it can match several different instructions, not only pshufd
6053 // as its name says, sad but true, emulate the behavior for now...
6054 if (X86::isMOVDDUPMask(SVOp) && ((VT == MVT::v4f32 || VT == MVT::v2i64)))
6055 return getTargetShuffleNode(X86ISD::MOVLHPS, dl, VT, V1, V1, DAG);
6056
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006057 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
6058
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006059 if (HasSSE2 && (VT == MVT::v4f32 || VT == MVT::v4i32))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006060 return getTargetShuffleNode(X86ISD::PSHUFD, dl, VT, V1, TargetMask, DAG);
6061
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006062 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes7338bbd2010-08-25 02:35:37 +00006063 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V1,
6064 TargetMask, DAG);
6065
6066 if (VT == MVT::v4f32)
6067 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V1,
6068 TargetMask, DAG);
6069 }
Eric Christopherfd179292009-08-27 18:07:15 +00006070
Evan Chengf26ffe92008-05-29 08:22:04 +00006071 // Check if this can be converted into a logical shift.
6072 bool isLeft = false;
6073 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00006074 SDValue ShVal;
Nate Begeman9008ca62009-04-27 18:41:29 +00006075 bool isShift = getSubtarget()->hasSSE2() &&
Evan Chengc3630942009-12-09 21:00:30 +00006076 isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
Evan Chengf26ffe92008-05-29 08:22:04 +00006077 if (isShift && ShVal.hasOneUse()) {
Scott Michelfdc40a02009-02-17 22:15:04 +00006078 // If the shifted value has multiple uses, it may be cheaper to use
Evan Chengf26ffe92008-05-29 08:22:04 +00006079 // v_set0 + movlhps or movhlps, etc.
Dan Gohman8a55ce42009-09-23 21:02:20 +00006080 EVT EltVT = VT.getVectorElementType();
6081 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00006082 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00006083 }
Eric Christopherfd179292009-08-27 18:07:15 +00006084
Nate Begeman9008ca62009-04-27 18:41:29 +00006085 if (X86::isMOVLMask(SVOp)) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00006086 if (V1IsUndef)
6087 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00006088 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00006089 return getVZextMovL(VT, VT, V2, DAG, Subtarget, dl);
Dale Johannesen0488fb62010-09-30 23:57:10 +00006090 if (!X86::isMOVLPMask(SVOp)) {
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006091 if (HasSSE2 && (VT == MVT::v2i64 || VT == MVT::v2f64))
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00006092 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
6093
Bruno Cardoso Lopes4783a3e2010-09-01 22:59:03 +00006094 if (VT == MVT::v4i32 || VT == MVT::v4f32)
Bruno Cardoso Lopes20a07f42010-08-31 02:26:40 +00006095 return getTargetShuffleNode(X86ISD::MOVSS, dl, VT, V1, V2, DAG);
6096 }
Evan Cheng7e2ff772008-05-08 00:57:18 +00006097 }
Eric Christopherfd179292009-08-27 18:07:15 +00006098
Nate Begeman9008ca62009-04-27 18:41:29 +00006099 // FIXME: fold these into legal mask.
Dale Johannesen0488fb62010-09-30 23:57:10 +00006100 if (X86::isMOVLHPSMask(SVOp) && !X86::isUNPCKLMask(SVOp))
6101 return getMOVLowToHigh(Op, dl, DAG, HasSSE2);
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00006102
Dale Johannesen0488fb62010-09-30 23:57:10 +00006103 if (X86::isMOVHLPSMask(SVOp))
6104 return getMOVHighToLow(Op, dl, DAG);
Bruno Cardoso Lopes7ff30bb2010-08-31 21:38:49 +00006105
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00006106 if (X86::isMOVSHDUPMask(SVOp, Subtarget))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006107 return getTargetShuffleNode(X86ISD::MOVSHDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes5023ef22010-08-31 22:22:11 +00006108
Bruno Cardoso Lopes9123c6f2011-07-26 02:39:28 +00006109 if (X86::isMOVSLDUPMask(SVOp, Subtarget))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006110 return getTargetShuffleNode(X86ISD::MOVSLDUP, dl, VT, V1, DAG);
Bruno Cardoso Lopes013bb3d2010-08-31 22:35:05 +00006111
Dale Johannesen0488fb62010-09-30 23:57:10 +00006112 if (X86::isMOVLPMask(SVOp))
6113 return getMOVLP(Op, dl, DAG, HasSSE2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006114
Nate Begeman9008ca62009-04-27 18:41:29 +00006115 if (ShouldXformToMOVHLPS(SVOp) ||
6116 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), SVOp))
6117 return CommuteVectorShuffle(SVOp, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006118
Evan Chengf26ffe92008-05-29 08:22:04 +00006119 if (isShift) {
6120 // No better options. Use a vshl / vsrl.
Dan Gohman8a55ce42009-09-23 21:02:20 +00006121 EVT EltVT = VT.getVectorElementType();
6122 ShAmt *= EltVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00006123 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00006124 }
Eric Christopherfd179292009-08-27 18:07:15 +00006125
Evan Cheng9eca5e82006-10-25 21:49:50 +00006126 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00006127 // FIXME: This should also accept a bitcast of a splat? Be careful, not
6128 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00006129 V1IsSplat = isSplatVector(V1.getNode());
6130 V2IsSplat = isSplatVector(V2.getNode());
Scott Michelfdc40a02009-02-17 22:15:04 +00006131
Chris Lattner8a594482007-11-25 00:24:49 +00006132 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00006133 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Nate Begeman9008ca62009-04-27 18:41:29 +00006134 Op = CommuteVectorShuffle(SVOp, DAG);
6135 SVOp = cast<ShuffleVectorSDNode>(Op);
6136 V1 = SVOp->getOperand(0);
6137 V2 = SVOp->getOperand(1);
Evan Cheng9bbbb982006-10-25 20:48:19 +00006138 std::swap(V1IsSplat, V2IsSplat);
6139 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00006140 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00006141 }
6142
Nate Begeman9008ca62009-04-27 18:41:29 +00006143 if (isCommutedMOVL(SVOp, V2IsSplat, V2IsUndef)) {
6144 // Shuffling low element of v1 into undef, just return v1.
Eric Christopherfd179292009-08-27 18:07:15 +00006145 if (V2IsUndef)
Nate Begeman9008ca62009-04-27 18:41:29 +00006146 return V1;
6147 // If V2 is a splat, the mask may be malformed such as <4,3,3,3>, which
6148 // the instruction selector will not match, so get a canonical MOVL with
6149 // swapped operands to undo the commute.
6150 return getMOVL(DAG, dl, VT, V2, V1);
Evan Chengd9b8e402006-10-16 06:36:00 +00006151 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006152
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006153 if (X86::isUNPCKLMask(SVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006154 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V1, V2, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006155
6156 if (X86::isUNPCKHMask(SVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006157 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V2, DAG);
Evan Chenge1113032006-10-04 18:33:38 +00006158
Evan Cheng9bbbb982006-10-25 20:48:19 +00006159 if (V2IsSplat) {
6160 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00006161 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00006162 // new vector_shuffle with the corrected mask.
Nate Begeman9008ca62009-04-27 18:41:29 +00006163 SDValue NewMask = NormalizeMask(SVOp, DAG);
6164 ShuffleVectorSDNode *NSVOp = cast<ShuffleVectorSDNode>(NewMask);
6165 if (NSVOp != SVOp) {
6166 if (X86::isUNPCKLMask(NSVOp, true)) {
6167 return NewMask;
6168 } else if (X86::isUNPCKHMask(NSVOp, true)) {
6169 return NewMask;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006170 }
6171 }
6172 }
6173
Evan Cheng9eca5e82006-10-25 21:49:50 +00006174 if (Commuted) {
6175 // Commute is back and try unpck* again.
Nate Begeman9008ca62009-04-27 18:41:29 +00006176 // FIXME: this seems wrong.
6177 SDValue NewOp = CommuteVectorShuffle(SVOp, DAG);
6178 ShuffleVectorSDNode *NewSVOp = cast<ShuffleVectorSDNode>(NewOp);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006179
6180 if (X86::isUNPCKLMask(NewSVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006181 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V2, V1, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +00006182
6183 if (X86::isUNPCKHMask(NewSVOp))
Dale Johannesen0488fb62010-09-30 23:57:10 +00006184 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V2, V1, DAG);
Evan Cheng9eca5e82006-10-25 21:49:50 +00006185 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006186
Nate Begeman9008ca62009-04-27 18:41:29 +00006187 // Normalize the node to match x86 shuffle ops if needed
Dale Johannesen0488fb62010-09-30 23:57:10 +00006188 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(SVOp))
Nate Begeman9008ca62009-04-27 18:41:29 +00006189 return CommuteVectorShuffle(SVOp, DAG);
6190
Bruno Cardoso Lopes7256e222010-09-03 23:24:06 +00006191 // The checks below are all present in isShuffleMaskLegal, but they are
6192 // inlined here right now to enable us to directly emit target specific
6193 // nodes, and remove one by one until they don't return Op anymore.
6194 SmallVector<int, 16> M;
6195 SVOp->getMask(M);
6196
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +00006197 if (isPALIGNRMask(M, VT, HasSSSE3))
6198 return getTargetShuffleNode(X86ISD::PALIGN, dl, VT, V1, V2,
6199 X86::getShufflePALIGNRImmediate(SVOp),
6200 DAG);
6201
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00006202 if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&
6203 SVOp->getSplatIndex() == 0 && V2IsUndef) {
Bruno Cardoso Lopes6683efb2011-07-22 00:15:07 +00006204 if (VT == MVT::v2f64)
6205 return getTargetShuffleNode(X86ISD::UNPCKLPD, dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesc800c0d2010-09-04 02:02:14 +00006206 if (VT == MVT::v2i64)
6207 return getTargetShuffleNode(X86ISD::PUNPCKLQDQ, dl, VT, V1, V1, DAG);
6208 }
6209
Bruno Cardoso Lopesbbfc3102010-09-04 01:36:45 +00006210 if (isPSHUFHWMask(M, VT))
6211 return getTargetShuffleNode(X86ISD::PSHUFHW, dl, VT, V1,
6212 X86::getShufflePSHUFHWImmediate(SVOp),
6213 DAG);
6214
6215 if (isPSHUFLWMask(M, VT))
6216 return getTargetShuffleNode(X86ISD::PSHUFLW, dl, VT, V1,
6217 X86::getShufflePSHUFLWImmediate(SVOp),
6218 DAG);
6219
Bruno Cardoso Lopes4c827f52010-09-04 01:22:57 +00006220 if (isSHUFPMask(M, VT)) {
6221 unsigned TargetMask = X86::getShuffleSHUFImmediate(SVOp);
6222 if (VT == MVT::v4f32 || VT == MVT::v4i32)
6223 return getTargetShuffleNode(X86ISD::SHUFPS, dl, VT, V1, V2,
6224 TargetMask, DAG);
6225 if (VT == MVT::v2f64 || VT == MVT::v2i64)
6226 return getTargetShuffleNode(X86ISD::SHUFPD, dl, VT, V1, V2,
6227 TargetMask, DAG);
6228 }
6229
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006230 if (X86::isUNPCKL_v_undef_Mask(SVOp))
Bruno Cardoso Lopes5f6c4402011-07-26 02:39:25 +00006231 return getTargetShuffleNode(getUNPCKLOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006232 if (X86::isUNPCKH_v_undef_Mask(SVOp))
Rafael Espindola23e31012011-07-22 18:56:05 +00006233 return getTargetShuffleNode(getUNPCKHOpcode(VT), dl, VT, V1, V1, DAG);
Bruno Cardoso Lopesa22c8452010-09-04 00:39:43 +00006234
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006235 //===--------------------------------------------------------------------===//
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00006236 // Generate target specific nodes for 128 or 256-bit shuffles only
6237 // supported in the AVX instruction set.
6238 //
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006239
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00006240 // Handle VPERMILPS* permutations
6241 if (isVPERMILPSMask(M, VT, Subtarget))
6242 return getTargetShuffleNode(getVPERMILOpcode(VT), dl, VT, V1,
6243 getShuffleVPERMILPSImmediate(SVOp), DAG);
6244
6245 // Handle VPERMILPD* permutations
6246 if (isVPERMILPDMask(M, VT, Subtarget))
6247 return getTargetShuffleNode(getVPERMILOpcode(VT), dl, VT, V1,
6248 getShuffleVPERMILPDImmediate(SVOp), DAG);
6249
6250 //===--------------------------------------------------------------------===//
6251 // Since no target specific shuffle was selected for this generic one,
6252 // lower it into other known shuffles. FIXME: this isn't true yet, but
6253 // this is the plan.
6254 //
Bruno Cardoso Lopes65b74e12011-07-21 01:55:47 +00006255
Bruno Cardoso Lopes9b4ad122011-07-27 00:56:37 +00006256 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
6257 if (VT == MVT::v8i16) {
6258 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(Op, DAG);
6259 if (NewOp.getNode())
6260 return NewOp;
6261 }
6262
6263 if (VT == MVT::v16i8) {
6264 SDValue NewOp = LowerVECTOR_SHUFFLEv16i8(SVOp, DAG, *this);
6265 if (NewOp.getNode())
6266 return NewOp;
6267 }
6268
6269 // Handle all 128-bit wide vectors with 4 elements, and match them with
6270 // several different shuffle types.
6271 if (NumElems == 4 && VT.getSizeInBits() == 128)
6272 return LowerVECTOR_SHUFFLE_128v4(SVOp, DAG);
6273
Bruno Cardoso Lopesd0888342011-07-22 00:14:56 +00006274 // Handle general 256-bit shuffles
6275 if (VT.is256BitVector())
6276 return LowerVECTOR_SHUFFLE_256(SVOp, DAG);
6277
Dan Gohman475871a2008-07-27 21:46:04 +00006278 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006279}
6280
Dan Gohman475871a2008-07-27 21:46:04 +00006281SDValue
6282X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00006283 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006284 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006285 DebugLoc dl = Op.getDebugLoc();
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006286
6287 if (Op.getOperand(0).getValueType().getSizeInBits() != 128)
6288 return SDValue();
6289
Duncan Sands83ec4b62008-06-06 12:08:01 +00006290 if (VT.getSizeInBits() == 8) {
Owen Anderson825b72b2009-08-11 20:47:22 +00006291 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006292 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00006293 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006294 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006295 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006296 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00006297 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
6298 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
6299 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006300 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6301 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006302 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006303 MVT::v4i32,
Evan Cheng52ceafa2009-01-02 05:29:08 +00006304 Op.getOperand(0)),
6305 Op.getOperand(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00006306 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006307 Op.getOperand(0), Op.getOperand(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00006308 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00006309 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006310 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Owen Anderson825b72b2009-08-11 20:47:22 +00006311 } else if (VT == MVT::f32) {
Evan Cheng62a3f152008-03-24 21:52:23 +00006312 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
6313 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00006314 // result has a single use which is a store or a bitcast to i32. And in
6315 // the case of a store, it's not worth it if the index is a constant 0,
6316 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00006317 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00006318 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00006319 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00006320 if ((User->getOpcode() != ISD::STORE ||
6321 (isa<ConstantSDNode>(Op.getOperand(1)) &&
6322 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006323 (User->getOpcode() != ISD::BITCAST ||
Owen Anderson825b72b2009-08-11 20:47:22 +00006324 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00006325 return SDValue();
Owen Anderson825b72b2009-08-11 20:47:22 +00006326 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006327 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32,
Dale Johannesenace16102009-02-03 19:33:06 +00006328 Op.getOperand(0)),
6329 Op.getOperand(1));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006330 return DAG.getNode(ISD::BITCAST, dl, MVT::f32, Extract);
Owen Anderson825b72b2009-08-11 20:47:22 +00006331 } else if (VT == MVT::i32) {
Mon P Wangf0fcdd82009-01-15 21:10:20 +00006332 // ExtractPS works with constant index.
6333 if (isa<ConstantSDNode>(Op.getOperand(1)))
6334 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006335 }
Dan Gohman475871a2008-07-27 21:46:04 +00006336 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006337}
6338
6339
Dan Gohman475871a2008-07-27 21:46:04 +00006340SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006341X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
6342 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006343 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00006344 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006345
David Greene74a579d2011-02-10 16:57:36 +00006346 SDValue Vec = Op.getOperand(0);
6347 EVT VecVT = Vec.getValueType();
6348
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006349 // If this is a 256-bit vector result, first extract the 128-bit vector and
6350 // then extract the element from the 128-bit vector.
6351 if (VecVT.getSizeInBits() == 256) {
David Greene74a579d2011-02-10 16:57:36 +00006352 DebugLoc dl = Op.getNode()->getDebugLoc();
6353 unsigned NumElems = VecVT.getVectorNumElements();
6354 SDValue Idx = Op.getOperand(1);
David Greene74a579d2011-02-10 16:57:36 +00006355 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6356
6357 // Get the 128-bit vector.
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006358 bool Upper = IdxVal >= NumElems/2;
6359 Vec = Extract128BitVector(Vec,
6360 DAG.getConstant(Upper ? NumElems/2 : 0, MVT::i32), DAG, dl);
David Greene74a579d2011-02-10 16:57:36 +00006361
David Greene74a579d2011-02-10 16:57:36 +00006362 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, Op.getValueType(), Vec,
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006363 Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : Idx);
David Greene74a579d2011-02-10 16:57:36 +00006364 }
6365
6366 assert(Vec.getValueSizeInBits() <= 128 && "Unexpected vector length");
6367
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006368 if (Subtarget->hasSSE41() || Subtarget->hasAVX()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006369 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00006370 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00006371 return Res;
6372 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00006373
Owen Andersone50ed302009-08-10 22:56:29 +00006374 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006375 DebugLoc dl = Op.getDebugLoc();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006376 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006377 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00006378 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006379 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00006380 if (Idx == 0)
Owen Anderson825b72b2009-08-11 20:47:22 +00006381 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
6382 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006383 DAG.getNode(ISD::BITCAST, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00006384 MVT::v4i32, Vec),
Evan Cheng14b32e12007-12-11 01:46:18 +00006385 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006386 // Transform it so it match pextrw which produces a 32-bit result.
Ken Dyck70d0ef12009-12-17 15:31:52 +00006387 EVT EltVT = MVT::i32;
Dan Gohman8a55ce42009-09-23 21:02:20 +00006388 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006389 Op.getOperand(0), Op.getOperand(1));
Dan Gohman8a55ce42009-09-23 21:02:20 +00006390 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00006391 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00006392 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00006393 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006394 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006395 if (Idx == 0)
6396 return Op;
Eric Christopherfd179292009-08-27 18:07:15 +00006397
Evan Cheng0db9fe62006-04-25 20:13:52 +00006398 // SHUFPS the element to the lowest double word, then movss.
Jeffrey Yasskina44defe2011-07-27 06:22:51 +00006399 int Mask[4] = { static_cast<int>(Idx), -1, -1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006400 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006401 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006402 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006403 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006404 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00006405 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006406 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
6407 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
6408 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006409 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006410 if (Idx == 0)
6411 return Op;
6412
6413 // UNPCKHPD the element to the lowest double word, then movsd.
6414 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
6415 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Nate Begeman9008ca62009-04-27 18:41:29 +00006416 int Mask[2] = { 1, -1 };
Owen Andersone50ed302009-08-10 22:56:29 +00006417 EVT VVT = Op.getOperand(0).getValueType();
Eric Christopherfd179292009-08-27 18:07:15 +00006418 SDValue Vec = DAG.getVectorShuffle(VVT, dl, Op.getOperand(0),
Nate Begeman9008ca62009-04-27 18:41:29 +00006419 DAG.getUNDEF(VVT), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00006420 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00006421 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006422 }
6423
Dan Gohman475871a2008-07-27 21:46:04 +00006424 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006425}
6426
Dan Gohman475871a2008-07-27 21:46:04 +00006427SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006428X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op,
6429 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006430 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006431 EVT EltVT = VT.getVectorElementType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006432 DebugLoc dl = Op.getDebugLoc();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006433
Dan Gohman475871a2008-07-27 21:46:04 +00006434 SDValue N0 = Op.getOperand(0);
6435 SDValue N1 = Op.getOperand(1);
6436 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00006437
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006438 if (VT.getSizeInBits() == 256)
6439 return SDValue();
6440
Dan Gohman8a55ce42009-09-23 21:02:20 +00006441 if ((EltVT.getSizeInBits() == 8 || EltVT.getSizeInBits() == 16) &&
Dan Gohmanef521f12008-08-14 22:53:18 +00006442 isa<ConstantSDNode>(N2)) {
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006443 unsigned Opc;
6444 if (VT == MVT::v8i16)
6445 Opc = X86ISD::PINSRW;
Chris Lattner8f2b4cc2010-02-23 02:07:48 +00006446 else if (VT == MVT::v16i8)
6447 Opc = X86ISD::PINSRB;
6448 else
6449 Opc = X86ISD::PINSRB;
6450
Nate Begeman14d12ca2008-02-11 04:19:36 +00006451 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
6452 // argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006453 if (N1.getValueType() != MVT::i32)
6454 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6455 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006456 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00006457 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006458 } else if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00006459 // Bits [7:6] of the constant are the source select. This will always be
6460 // zero here. The DAG Combiner may combine an extract_elt index into these
6461 // bits. For example (insert (extract, 3), 2) could be matched by putting
6462 // the '3' into bits [7:6] of X86ISD::INSERTPS.
Scott Michelfdc40a02009-02-17 22:15:04 +00006463 // Bits [5:4] of the constant are the destination select. This is the
Nate Begeman14d12ca2008-02-11 04:19:36 +00006464 // value of the incoming immediate.
Scott Michelfdc40a02009-02-17 22:15:04 +00006465 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
Nate Begeman14d12ca2008-02-11 04:19:36 +00006466 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006467 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Eric Christopherfbd66872009-07-24 00:33:09 +00006468 // Create this as a scalar to vector..
Owen Anderson825b72b2009-08-11 20:47:22 +00006469 N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
Dale Johannesenace16102009-02-03 19:33:06 +00006470 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
Dan Gohman8a55ce42009-09-23 21:02:20 +00006471 } else if (EltVT == MVT::i32 && isa<ConstantSDNode>(N2)) {
Eric Christopherfbd66872009-07-24 00:33:09 +00006472 // PINSR* works with constant index.
6473 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00006474 }
Dan Gohman475871a2008-07-27 21:46:04 +00006475 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006476}
6477
Dan Gohman475871a2008-07-27 21:46:04 +00006478SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006479X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00006480 EVT VT = Op.getValueType();
Dan Gohman8a55ce42009-09-23 21:02:20 +00006481 EVT EltVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00006482
David Greene6b381262011-02-09 15:32:06 +00006483 DebugLoc dl = Op.getDebugLoc();
6484 SDValue N0 = Op.getOperand(0);
6485 SDValue N1 = Op.getOperand(1);
6486 SDValue N2 = Op.getOperand(2);
6487
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006488 // If this is a 256-bit vector result, first extract the 128-bit vector,
6489 // insert the element into the extracted half and then place it back.
6490 if (VT.getSizeInBits() == 256) {
David Greene6b381262011-02-09 15:32:06 +00006491 if (!isa<ConstantSDNode>(N2))
6492 return SDValue();
6493
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006494 // Get the desired 128-bit vector half.
David Greene6b381262011-02-09 15:32:06 +00006495 unsigned NumElems = VT.getVectorNumElements();
6496 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006497 bool Upper = IdxVal >= NumElems/2;
6498 SDValue Ins128Idx = DAG.getConstant(Upper ? NumElems/2 : 0, MVT::i32);
6499 SDValue V = Extract128BitVector(N0, Ins128Idx, DAG, dl);
David Greene6b381262011-02-09 15:32:06 +00006500
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006501 // Insert the element into the desired half.
6502 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, V.getValueType(), V,
6503 N1, Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : N2);
David Greene6b381262011-02-09 15:32:06 +00006504
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006505 // Insert the changed part back to the 256-bit vector
6506 return Insert128BitVector(N0, V, Ins128Idx, DAG, dl);
David Greene6b381262011-02-09 15:32:06 +00006507 }
6508
Bruno Cardoso Lopes0b0a09f2011-07-29 01:31:02 +00006509 if (Subtarget->hasSSE41() || Subtarget->hasAVX())
Nate Begeman14d12ca2008-02-11 04:19:36 +00006510 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
6511
Dan Gohman8a55ce42009-09-23 21:02:20 +00006512 if (EltVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00006513 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00006514
Dan Gohman8a55ce42009-09-23 21:02:20 +00006515 if (EltVT.getSizeInBits() == 16 && isa<ConstantSDNode>(N2)) {
Evan Cheng794405e2007-12-12 07:55:34 +00006516 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
6517 // as its second argument.
Owen Anderson825b72b2009-08-11 20:47:22 +00006518 if (N1.getValueType() != MVT::i32)
6519 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
6520 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006521 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesen0488fb62010-09-30 23:57:10 +00006522 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006523 }
Dan Gohman475871a2008-07-27 21:46:04 +00006524 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006525}
6526
Dan Gohman475871a2008-07-27 21:46:04 +00006527SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006528X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const {
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00006529 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006530 DebugLoc dl = Op.getDebugLoc();
David Greene2fcdfb42011-02-10 23:11:29 +00006531 EVT OpVT = Op.getValueType();
6532
Bruno Cardoso Lopes233fa392011-07-25 23:05:16 +00006533 // If this is a 256-bit vector result, first insert into a 128-bit
6534 // vector and then insert into the 256-bit vector.
6535 if (OpVT.getSizeInBits() > 128) {
6536 // Insert into a 128-bit vector.
6537 EVT VT128 = EVT::getVectorVT(*Context,
6538 OpVT.getVectorElementType(),
6539 OpVT.getVectorNumElements() / 2);
6540
6541 Op = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT128, Op.getOperand(0));
6542
6543 // Insert the 128-bit vector.
6544 return Insert128BitVector(DAG.getNode(ISD::UNDEF, dl, OpVT), Op,
6545 DAG.getConstant(0, MVT::i32),
6546 DAG, dl);
6547 }
6548
Chris Lattnerf172ecd2010-07-04 23:07:25 +00006549 if (Op.getValueType() == MVT::v1i64 &&
6550 Op.getOperand(0).getValueType() == MVT::i64)
Owen Anderson825b72b2009-08-11 20:47:22 +00006551 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v1i64, Op.getOperand(0));
Rafael Espindoladef390a2009-08-03 02:45:34 +00006552
Owen Anderson825b72b2009-08-11 20:47:22 +00006553 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
Dale Johannesen0488fb62010-09-30 23:57:10 +00006554 assert(Op.getValueType().getSimpleVT().getSizeInBits() == 128 &&
6555 "Expected an SSE type!");
Wesley Peckbf17cfa2010-11-23 03:31:01 +00006556 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(),
Dale Johannesen0488fb62010-09-30 23:57:10 +00006557 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00006558}
6559
David Greene91585092011-01-26 15:38:49 +00006560// Lower a node with an EXTRACT_SUBVECTOR opcode. This may result in
6561// a simple subregister reference or explicit instructions to grab
6562// upper bits of a vector.
6563SDValue
6564X86TargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6565 if (Subtarget->hasAVX()) {
David Greenea5f26012011-02-07 19:36:54 +00006566 DebugLoc dl = Op.getNode()->getDebugLoc();
6567 SDValue Vec = Op.getNode()->getOperand(0);
6568 SDValue Idx = Op.getNode()->getOperand(1);
6569
6570 if (Op.getNode()->getValueType(0).getSizeInBits() == 128
6571 && Vec.getNode()->getValueType(0).getSizeInBits() == 256) {
6572 return Extract128BitVector(Vec, Idx, DAG, dl);
6573 }
David Greene91585092011-01-26 15:38:49 +00006574 }
6575 return SDValue();
6576}
6577
David Greenecfe33c42011-01-26 19:13:22 +00006578// Lower a node with an INSERT_SUBVECTOR opcode. This may result in a
6579// simple superregister reference or explicit instructions to insert
6580// the upper bits of a vector.
6581SDValue
6582X86TargetLowering::LowerINSERT_SUBVECTOR(SDValue Op, SelectionDAG &DAG) const {
6583 if (Subtarget->hasAVX()) {
6584 DebugLoc dl = Op.getNode()->getDebugLoc();
6585 SDValue Vec = Op.getNode()->getOperand(0);
6586 SDValue SubVec = Op.getNode()->getOperand(1);
6587 SDValue Idx = Op.getNode()->getOperand(2);
6588
6589 if (Op.getNode()->getValueType(0).getSizeInBits() == 256
6590 && SubVec.getNode()->getValueType(0).getSizeInBits() == 128) {
David Greenea5f26012011-02-07 19:36:54 +00006591 return Insert128BitVector(Vec, SubVec, Idx, DAG, dl);
David Greenecfe33c42011-01-26 19:13:22 +00006592 }
6593 }
6594 return SDValue();
6595}
6596
Bill Wendling056292f2008-09-16 21:48:12 +00006597// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
6598// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
6599// one of the above mentioned nodes. It has to be wrapped because otherwise
6600// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
6601// be used to form addressing mode. These wrapped nodes will be selected
6602// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00006603SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006604X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006605 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006606
Chris Lattner41621a22009-06-26 19:22:52 +00006607 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6608 // global base reg.
6609 unsigned char OpFlag = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006610 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006611 CodeModel::Model M = getTargetMachine().getCodeModel();
6612
Chris Lattner4f066492009-07-11 20:29:19 +00006613 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006614 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006615 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006616 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006617 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006618 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006619 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006620
Evan Cheng1606e8e2009-03-13 07:51:59 +00006621 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
Chris Lattner41621a22009-06-26 19:22:52 +00006622 CP->getAlignment(),
6623 CP->getOffset(), OpFlag);
6624 DebugLoc DL = CP->getDebugLoc();
Chris Lattner18c59872009-06-27 04:16:01 +00006625 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006626 // With PIC, the address is actually $g + Offset.
Chris Lattner41621a22009-06-26 19:22:52 +00006627 if (OpFlag) {
6628 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00006629 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006630 DebugLoc(), getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006631 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006632 }
6633
6634 return Result;
6635}
6636
Dan Gohmand858e902010-04-17 15:26:15 +00006637SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006638 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Eric Christopherfd179292009-08-27 18:07:15 +00006639
Chris Lattner18c59872009-06-27 04:16:01 +00006640 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6641 // global base reg.
6642 unsigned char OpFlag = 0;
6643 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006644 CodeModel::Model M = getTargetMachine().getCodeModel();
6645
Chris Lattner4f066492009-07-11 20:29:19 +00006646 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006647 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006648 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006649 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006650 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006651 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006652 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006653
Chris Lattner18c59872009-06-27 04:16:01 +00006654 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy(),
6655 OpFlag);
6656 DebugLoc DL = JT->getDebugLoc();
6657 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006658
Chris Lattner18c59872009-06-27 04:16:01 +00006659 // With PIC, the address is actually $g + Offset.
Chris Lattner1e61e692010-11-15 02:46:57 +00006660 if (OpFlag)
Chris Lattner18c59872009-06-27 04:16:01 +00006661 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6662 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006663 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006664 Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006665
Chris Lattner18c59872009-06-27 04:16:01 +00006666 return Result;
6667}
6668
6669SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006670X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner18c59872009-06-27 04:16:01 +00006671 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
Eric Christopherfd179292009-08-27 18:07:15 +00006672
Chris Lattner18c59872009-06-27 04:16:01 +00006673 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6674 // global base reg.
6675 unsigned char OpFlag = 0;
6676 unsigned WrapperKind = X86ISD::Wrapper;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006677 CodeModel::Model M = getTargetMachine().getCodeModel();
6678
Chris Lattner4f066492009-07-11 20:29:19 +00006679 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006680 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattnere4df7562009-07-09 03:15:51 +00006681 WrapperKind = X86ISD::WrapperRIP;
Chris Lattner3b67e9b2009-07-10 20:47:30 +00006682 else if (Subtarget->isPICStyleGOT())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006683 OpFlag = X86II::MO_GOTOFF;
Chris Lattnere2c92082009-07-10 21:00:45 +00006684 else if (Subtarget->isPICStyleStubPIC())
Chris Lattner88e1fd52009-07-09 04:24:46 +00006685 OpFlag = X86II::MO_PIC_BASE_OFFSET;
Eric Christopherfd179292009-08-27 18:07:15 +00006686
Chris Lattner18c59872009-06-27 04:16:01 +00006687 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy(), OpFlag);
Eric Christopherfd179292009-08-27 18:07:15 +00006688
Chris Lattner18c59872009-06-27 04:16:01 +00006689 DebugLoc DL = Op.getDebugLoc();
6690 Result = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Eric Christopherfd179292009-08-27 18:07:15 +00006691
6692
Chris Lattner18c59872009-06-27 04:16:01 +00006693 // With PIC, the address is actually $g + Offset.
6694 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
Chris Lattnere4df7562009-07-09 03:15:51 +00006695 !Subtarget->is64Bit()) {
Chris Lattner18c59872009-06-27 04:16:01 +00006696 Result = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6697 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006698 DebugLoc(), getPointerTy()),
Chris Lattner18c59872009-06-27 04:16:01 +00006699 Result);
6700 }
Eric Christopherfd179292009-08-27 18:07:15 +00006701
Chris Lattner18c59872009-06-27 04:16:01 +00006702 return Result;
6703}
6704
Dan Gohman475871a2008-07-27 21:46:04 +00006705SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006706X86TargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman29cbade2009-11-20 23:18:13 +00006707 // Create the TargetBlockAddressAddress node.
6708 unsigned char OpFlags =
6709 Subtarget->ClassifyBlockAddressReference();
Dan Gohmanf705adb2009-10-30 01:28:02 +00006710 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman46510a72010-04-15 01:51:59 +00006711 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
Dan Gohman29cbade2009-11-20 23:18:13 +00006712 DebugLoc dl = Op.getDebugLoc();
6713 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(),
6714 /*isTarget=*/true, OpFlags);
6715
Dan Gohmanf705adb2009-10-30 01:28:02 +00006716 if (Subtarget->isPICStyleRIPRel() &&
6717 (M == CodeModel::Small || M == CodeModel::Kernel))
Dan Gohman29cbade2009-11-20 23:18:13 +00006718 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6719 else
6720 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohmanf705adb2009-10-30 01:28:02 +00006721
Dan Gohman29cbade2009-11-20 23:18:13 +00006722 // With PIC, the address is actually $g + Offset.
6723 if (isGlobalRelativeToPICBase(OpFlags)) {
6724 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6725 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
6726 Result);
6727 }
Dan Gohmanf705adb2009-10-30 01:28:02 +00006728
6729 return Result;
6730}
6731
6732SDValue
Dale Johannesen33c960f2009-02-04 20:06:27 +00006733X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
Dan Gohman6520e202008-10-18 02:06:02 +00006734 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00006735 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00006736 // Create the TargetGlobalAddress node, folding in the constant
6737 // offset if it is legal.
Chris Lattnerd392bd92009-07-10 07:20:05 +00006738 unsigned char OpFlags =
6739 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006740 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman6520e202008-10-18 02:06:02 +00006741 SDValue Result;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006742 if (OpFlags == X86II::MO_NO_FLAG &&
6743 X86::isOffsetSuitableForCodeModel(Offset, M)) {
Chris Lattner4aa21aa2009-07-09 00:58:53 +00006744 // A direct static reference to a global.
Devang Patel0d881da2010-07-06 22:08:15 +00006745 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
Dan Gohman6520e202008-10-18 02:06:02 +00006746 Offset = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006747 } else {
Devang Patel0d881da2010-07-06 22:08:15 +00006748 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006749 }
Eric Christopherfd179292009-08-27 18:07:15 +00006750
Chris Lattner4f066492009-07-11 20:29:19 +00006751 if (Subtarget->isPICStyleRIPRel() &&
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00006752 (M == CodeModel::Small || M == CodeModel::Kernel))
Chris Lattner18c59872009-06-27 04:16:01 +00006753 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result);
6754 else
6755 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00006756
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006757 // With PIC, the address is actually $g + Offset.
Chris Lattner36c25012009-07-10 07:34:39 +00006758 if (isGlobalRelativeToPICBase(OpFlags)) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006759 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
6760 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00006761 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006762 }
Scott Michelfdc40a02009-02-17 22:15:04 +00006763
Chris Lattner36c25012009-07-10 07:34:39 +00006764 // For globals that require a load from a stub to get the address, emit the
6765 // load.
6766 if (isGlobalStubReference(OpFlags))
Dale Johannesen33c960f2009-02-04 20:06:27 +00006767 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006768 MachinePointerInfo::getGOT(), false, false, 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006769
Dan Gohman6520e202008-10-18 02:06:02 +00006770 // If there was a non-zero offset that we didn't fold, create an explicit
6771 // addition for it.
6772 if (Offset != 0)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006773 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
Dan Gohman6520e202008-10-18 02:06:02 +00006774 DAG.getConstant(Offset, getPointerTy()));
6775
Evan Cheng0db9fe62006-04-25 20:13:52 +00006776 return Result;
6777}
6778
Evan Chengda43bcf2008-09-24 00:05:32 +00006779SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006780X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
Evan Chengda43bcf2008-09-24 00:05:32 +00006781 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00006782 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006783 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00006784}
6785
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006786static SDValue
6787GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
Owen Andersone50ed302009-08-10 22:56:29 +00006788 SDValue *InFlag, const EVT PtrVT, unsigned ReturnReg,
Chris Lattnerb903bed2009-06-26 21:20:29 +00006789 unsigned char OperandFlags) {
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006790 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006791 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006792 DebugLoc dl = GA->getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006793 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006794 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006795 GA->getOffset(),
6796 OperandFlags);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006797 if (InFlag) {
6798 SDValue Ops[] = { Chain, TGA, *InFlag };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006799 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 3);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006800 } else {
6801 SDValue Ops[] = { Chain, TGA };
Rafael Espindola15f1b662009-04-24 12:59:40 +00006802 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 2);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006803 }
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006804
6805 // TLSADDR will be codegen'ed as call. Inform MFI that function has calls.
Bill Wendlingb92187a2010-05-14 21:14:32 +00006806 MFI->setAdjustsStack(true);
Anton Korobeynikov817a4642009-12-11 19:39:55 +00006807
Rafael Espindola15f1b662009-04-24 12:59:40 +00006808 SDValue Flag = Chain.getValue(1);
6809 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00006810}
6811
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006812// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006813static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006814LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006815 const EVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00006816 SDValue InFlag;
Dale Johannesendd64c412009-02-04 00:33:20 +00006817 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
6818 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006819 DAG.getNode(X86ISD::GlobalBaseReg,
Chris Lattnerc7f3ace2010-04-02 20:16:16 +00006820 DebugLoc(), PtrVT), InFlag);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006821 InFlag = Chain.getValue(1);
6822
Chris Lattnerb903bed2009-06-26 21:20:29 +00006823 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006824}
6825
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006826// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00006827static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006828LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006829 const EVT PtrVT) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006830 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT,
6831 X86::RAX, X86II::MO_TLSGD);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006832}
6833
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006834// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
6835// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00006836static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Owen Andersone50ed302009-08-10 22:56:29 +00006837 const EVT PtrVT, TLSModel::Model model,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00006838 bool is64Bit) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00006839 DebugLoc dl = GA->getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00006840
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006841 // Get the Thread Pointer, which is %gs:0 (32-bit) or %fs:0 (64-bit).
6842 Value *Ptr = Constant::getNullValue(Type::getInt8PtrTy(*DAG.getContext(),
6843 is64Bit ? 257 : 256));
Rafael Espindola094fad32009-04-08 21:14:34 +00006844
Michael J. Spencerec38de22010-10-10 22:04:20 +00006845 SDValue ThreadPointer = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
Chris Lattnerf93b90c2010-09-22 04:39:11 +00006846 DAG.getIntPtrConstant(0),
6847 MachinePointerInfo(Ptr), false, false, 0);
Rafael Espindola094fad32009-04-08 21:14:34 +00006848
Chris Lattnerb903bed2009-06-26 21:20:29 +00006849 unsigned char OperandFlags = 0;
Chris Lattner18c59872009-06-27 04:16:01 +00006850 // Most TLS accesses are not RIP relative, even on x86-64. One exception is
6851 // initialexec.
6852 unsigned WrapperKind = X86ISD::Wrapper;
6853 if (model == TLSModel::LocalExec) {
Chris Lattnerb903bed2009-06-26 21:20:29 +00006854 OperandFlags = is64Bit ? X86II::MO_TPOFF : X86II::MO_NTPOFF;
Chris Lattner18c59872009-06-27 04:16:01 +00006855 } else if (is64Bit) {
6856 assert(model == TLSModel::InitialExec);
6857 OperandFlags = X86II::MO_GOTTPOFF;
6858 WrapperKind = X86ISD::WrapperRIP;
6859 } else {
6860 assert(model == TLSModel::InitialExec);
6861 OperandFlags = X86II::MO_INDNTPOFF;
Chris Lattnerb903bed2009-06-26 21:20:29 +00006862 }
Eric Christopherfd179292009-08-27 18:07:15 +00006863
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006864 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
6865 // exec)
Michael J. Spencerec38de22010-10-10 22:04:20 +00006866 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
Devang Patel0d881da2010-07-06 22:08:15 +00006867 GA->getValueType(0),
Chris Lattnerb903bed2009-06-26 21:20:29 +00006868 GA->getOffset(), OperandFlags);
Chris Lattner18c59872009-06-27 04:16:01 +00006869 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006870
Rafael Espindola9a580232009-02-27 13:37:18 +00006871 if (model == TLSModel::InitialExec)
Dale Johannesen33c960f2009-02-04 20:06:27 +00006872 Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
Chris Lattnerd1c24ed2010-09-21 06:44:06 +00006873 MachinePointerInfo::getGOT(), false, false, 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00006874
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006875 // The address of the thread local variable is the add of the thread
6876 // pointer with the offset of the variable.
Dale Johannesen33c960f2009-02-04 20:06:27 +00006877 return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006878}
6879
Dan Gohman475871a2008-07-27 21:46:04 +00006880SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00006881X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const {
Michael J. Spencerec38de22010-10-10 22:04:20 +00006882
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006883 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Chris Lattnerb903bed2009-06-26 21:20:29 +00006884 const GlobalValue *GV = GA->getGlobal();
Eric Christopherfd179292009-08-27 18:07:15 +00006885
Eric Christopher30ef0e52010-06-03 04:07:48 +00006886 if (Subtarget->isTargetELF()) {
6887 // TODO: implement the "local dynamic" model
6888 // TODO: implement the "initial exec"model for pic executables
Michael J. Spencerec38de22010-10-10 22:04:20 +00006889
Eric Christopher30ef0e52010-06-03 04:07:48 +00006890 // If GV is an alias then use the aliasee for determining
6891 // thread-localness.
6892 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
6893 GV = GA->resolveAliasedGlobal(false);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006894
6895 TLSModel::Model model
Eric Christopher30ef0e52010-06-03 04:07:48 +00006896 = getTLSModel(GV, getTargetMachine().getRelocationModel());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006897
Eric Christopher30ef0e52010-06-03 04:07:48 +00006898 switch (model) {
6899 case TLSModel::GeneralDynamic:
6900 case TLSModel::LocalDynamic: // not implemented
6901 if (Subtarget->is64Bit())
6902 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
6903 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
Michael J. Spencerec38de22010-10-10 22:04:20 +00006904
Eric Christopher30ef0e52010-06-03 04:07:48 +00006905 case TLSModel::InitialExec:
6906 case TLSModel::LocalExec:
6907 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model,
6908 Subtarget->is64Bit());
6909 }
6910 } else if (Subtarget->isTargetDarwin()) {
6911 // Darwin only has one model of TLS. Lower to that.
6912 unsigned char OpFlag = 0;
6913 unsigned WrapperKind = Subtarget->isPICStyleRIPRel() ?
6914 X86ISD::WrapperRIP : X86ISD::Wrapper;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006915
Eric Christopher30ef0e52010-06-03 04:07:48 +00006916 // In PIC mode (unless we're in RIPRel PIC mode) we add an offset to the
6917 // global base reg.
6918 bool PIC32 = (getTargetMachine().getRelocationModel() == Reloc::PIC_) &&
6919 !Subtarget->is64Bit();
6920 if (PIC32)
6921 OpFlag = X86II::MO_TLVP_PIC_BASE;
6922 else
6923 OpFlag = X86II::MO_TLVP;
Michael J. Spencerec38de22010-10-10 22:04:20 +00006924 DebugLoc DL = Op.getDebugLoc();
Devang Patel0d881da2010-07-06 22:08:15 +00006925 SDValue Result = DAG.getTargetGlobalAddress(GA->getGlobal(), DL,
Eric Christopherd8c05362010-12-09 06:25:53 +00006926 GA->getValueType(0),
Eric Christopher30ef0e52010-06-03 04:07:48 +00006927 GA->getOffset(), OpFlag);
Eric Christopher30ef0e52010-06-03 04:07:48 +00006928 SDValue Offset = DAG.getNode(WrapperKind, DL, getPointerTy(), Result);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006929
Eric Christopher30ef0e52010-06-03 04:07:48 +00006930 // With PIC32, the address is actually $g + Offset.
6931 if (PIC32)
6932 Offset = DAG.getNode(ISD::ADD, DL, getPointerTy(),
6933 DAG.getNode(X86ISD::GlobalBaseReg,
6934 DebugLoc(), getPointerTy()),
6935 Offset);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006936
Eric Christopher30ef0e52010-06-03 04:07:48 +00006937 // Lowering the machine isd will make sure everything is in the right
6938 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006939 SDValue Chain = DAG.getEntryNode();
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00006940 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Eric Christopherd8c05362010-12-09 06:25:53 +00006941 SDValue Args[] = { Chain, Offset };
6942 Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00006943
Eric Christopher30ef0e52010-06-03 04:07:48 +00006944 // TLSCALL will be codegen'ed as call. Inform MFI that function has calls.
6945 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
6946 MFI->setAdjustsStack(true);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00006947
Eric Christopher30ef0e52010-06-03 04:07:48 +00006948 // And our return value (tls address) is in the standard call return value
6949 // location.
Eric Christopherd8c05362010-12-09 06:25:53 +00006950 unsigned Reg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
6951 return DAG.getCopyFromReg(Chain, DL, Reg, getPointerTy());
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00006952 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00006953
Eric Christopher30ef0e52010-06-03 04:07:48 +00006954 assert(false &&
6955 "TLS not implemented for this target.");
Eric Christopherfd179292009-08-27 18:07:15 +00006956
Torok Edwinc23197a2009-07-14 16:55:14 +00006957 llvm_unreachable("Unreachable");
Chris Lattner5867de12009-04-01 22:14:45 +00006958 return SDValue();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006959}
6960
Evan Cheng0db9fe62006-04-25 20:13:52 +00006961
Nadav Rotem43012222011-05-11 08:12:09 +00006962/// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values and
Scott Michelfdc40a02009-02-17 22:15:04 +00006963/// take a 2 x i32 value to shift plus a shift amount.
Nadav Rotem43012222011-05-11 08:12:09 +00006964SDValue X86TargetLowering::LowerShiftParts(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman4c1fa612008-03-03 22:22:09 +00006965 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Owen Andersone50ed302009-08-10 22:56:29 +00006966 EVT VT = Op.getValueType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006967 unsigned VTBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006968 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006969 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00006970 SDValue ShOpLo = Op.getOperand(0);
6971 SDValue ShOpHi = Op.getOperand(1);
6972 SDValue ShAmt = Op.getOperand(2);
Chris Lattner31dcfe62009-07-29 05:48:09 +00006973 SDValue Tmp1 = isSRA ? DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
Owen Anderson825b72b2009-08-11 20:47:22 +00006974 DAG.getConstant(VTBits - 1, MVT::i8))
Chris Lattner31dcfe62009-07-29 05:48:09 +00006975 : DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00006976
Dan Gohman475871a2008-07-27 21:46:04 +00006977 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006978 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006979 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
6980 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006981 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00006982 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
6983 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006984 }
Evan Chenge3413162006-01-09 18:33:28 +00006985
Owen Anderson825b72b2009-08-11 20:47:22 +00006986 SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
6987 DAG.getConstant(VTBits, MVT::i8));
Chris Lattnerccfea352010-02-22 00:28:59 +00006988 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, MVT::i32,
Owen Anderson825b72b2009-08-11 20:47:22 +00006989 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00006990
Dan Gohman475871a2008-07-27 21:46:04 +00006991 SDValue Hi, Lo;
Owen Anderson825b72b2009-08-11 20:47:22 +00006992 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman475871a2008-07-27 21:46:04 +00006993 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
6994 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00006995
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006996 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00006997 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
6998 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00006999 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007000 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
7001 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00007002 }
7003
Dan Gohman475871a2008-07-27 21:46:04 +00007004 SDValue Ops[2] = { Lo, Hi };
Dale Johannesenace16102009-02-03 19:33:06 +00007005 return DAG.getMergeValues(Ops, 2, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007006}
Evan Chenga3195e82006-01-12 22:54:21 +00007007
Dan Gohmand858e902010-04-17 15:26:15 +00007008SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
7009 SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00007010 EVT SrcVT = Op.getOperand(0).getValueType();
Eli Friedman23ef1052009-06-06 03:57:58 +00007011
Dale Johannesen0488fb62010-09-30 23:57:10 +00007012 if (SrcVT.isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007013 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007014
Owen Anderson825b72b2009-08-11 20:47:22 +00007015 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00007016 "Unknown SINT_TO_FP to lower!");
Scott Michelfdc40a02009-02-17 22:15:04 +00007017
Eli Friedman36df4992009-05-27 00:47:34 +00007018 // These are really Legal; return the operand so the caller accepts it as
7019 // Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00007020 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Eli Friedman36df4992009-05-27 00:47:34 +00007021 return Op;
Owen Anderson825b72b2009-08-11 20:47:22 +00007022 if (SrcVT == MVT::i64 && isScalarFPTypeInSSEReg(Op.getValueType()) &&
Eli Friedman36df4992009-05-27 00:47:34 +00007023 Subtarget->is64Bit()) {
7024 return Op;
7025 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007026
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007027 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00007028 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007029 MachineFunction &MF = DAG.getMachineFunction();
David Greene3f2bf852009-11-12 20:49:22 +00007030 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007031 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00007032 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Bill Wendling105be5a2009-03-13 08:41:47 +00007033 StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007034 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007035 false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007036 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG);
7037}
Evan Cheng0db9fe62006-04-25 20:13:52 +00007038
Owen Andersone50ed302009-08-10 22:56:29 +00007039SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
Michael J. Spencerec38de22010-10-10 22:04:20 +00007040 SDValue StackSlot,
Dan Gohmand858e902010-04-17 15:26:15 +00007041 SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00007042 // Build the FILD
Chris Lattner492a43e2010-09-22 01:28:21 +00007043 DebugLoc DL = Op.getDebugLoc();
Chris Lattner5a88b832007-02-25 07:10:00 +00007044 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00007045 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007046 if (useSSE)
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00007047 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
Chris Lattner5a88b832007-02-25 07:10:00 +00007048 else
Owen Anderson825b72b2009-08-11 20:47:22 +00007049 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007050
Chris Lattner492a43e2010-09-22 01:28:21 +00007051 unsigned ByteSize = SrcVT.getSizeInBits()/8;
Michael J. Spencerec38de22010-10-10 22:04:20 +00007052
Stuart Hastings84be9582011-06-02 15:57:11 +00007053 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot);
7054 MachineMemOperand *MMO;
7055 if (FI) {
7056 int SSFI = FI->getIndex();
7057 MMO =
7058 DAG.getMachineFunction()
7059 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7060 MachineMemOperand::MOLoad, ByteSize, ByteSize);
7061 } else {
7062 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand();
7063 StackSlot = StackSlot.getOperand(1);
7064 }
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00007065 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) };
Chris Lattner492a43e2010-09-22 01:28:21 +00007066 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG :
7067 X86ISD::FILD, DL,
7068 Tys, Ops, array_lengthof(Ops),
7069 SrcVT, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007070
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007071 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00007072 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00007073 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007074
7075 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
7076 // shouldn't be necessary except that RFP cannot be live across
7077 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007078 MachineFunction &MF = DAG.getMachineFunction();
Bob Wilsoneafca4e2010-09-22 17:35:14 +00007079 unsigned SSFISize = Op.getValueType().getSizeInBits()/8;
7080 int SSFI = MF.getFrameInfo()->CreateStackObject(SSFISize, SSFISize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007081 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Owen Anderson825b72b2009-08-11 20:47:22 +00007082 Tys = DAG.getVTList(MVT::Other);
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00007083 SDValue Ops[] = {
7084 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag
7085 };
Chris Lattner492a43e2010-09-22 01:28:21 +00007086 MachineMemOperand *MMO =
7087 DAG.getMachineFunction()
7088 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
Bob Wilsoneafca4e2010-09-22 17:35:14 +00007089 MachineMemOperand::MOStore, SSFISize, SSFISize);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007090
Chris Lattner492a43e2010-09-22 01:28:21 +00007091 Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
7092 Ops, array_lengthof(Ops),
7093 Op.getValueType(), MMO);
7094 Result = DAG.getLoad(Op.getValueType(), DL, Chain, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007095 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007096 false, false, 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007097 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007098
Evan Cheng0db9fe62006-04-25 20:13:52 +00007099 return Result;
7100}
7101
Bill Wendling8b8a6362009-01-17 03:56:04 +00007102// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00007103SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op,
7104 SelectionDAG &DAG) const {
Bill Wendling8b8a6362009-01-17 03:56:04 +00007105 // This algorithm is not obvious. Here it is in C code, more or less:
7106 /*
7107 double uint64_to_double( uint32_t hi, uint32_t lo ) {
7108 static const __m128i exp = { 0x4330000045300000ULL, 0 };
7109 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00007110
Bill Wendling8b8a6362009-01-17 03:56:04 +00007111 // Copy ints to xmm registers.
7112 __m128i xh = _mm_cvtsi32_si128( hi );
7113 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00007114
Bill Wendling8b8a6362009-01-17 03:56:04 +00007115 // Combine into low half of a single xmm register.
7116 __m128i x = _mm_unpacklo_epi32( xh, xl );
7117 __m128d d;
7118 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00007119
Bill Wendling8b8a6362009-01-17 03:56:04 +00007120 // Merge in appropriate exponents to give the integer bits the right
7121 // magnitude.
7122 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00007123
Bill Wendling8b8a6362009-01-17 03:56:04 +00007124 // Subtract away the biases to deal with the IEEE-754 double precision
7125 // implicit 1.
7126 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00007127
Bill Wendling8b8a6362009-01-17 03:56:04 +00007128 // All conversions up to here are exact. The correctly rounded result is
7129 // calculated using the current rounding mode using the following
7130 // horizontal add.
7131 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
7132 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
7133 // store doesn't really need to be here (except
7134 // maybe to zero the other double)
7135 return sd;
7136 }
7137 */
Dale Johannesen040225f2008-10-21 23:07:49 +00007138
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007139 DebugLoc dl = Op.getDebugLoc();
Owen Andersona90b3dc2009-07-15 21:51:10 +00007140 LLVMContext *Context = DAG.getContext();
Dale Johannesenace16102009-02-03 19:33:06 +00007141
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007142 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00007143 std::vector<Constant*> CV0;
Owen Andersoneed707b2009-07-24 23:12:02 +00007144 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x45300000)));
7145 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0x43300000)));
7146 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
7147 CV0.push_back(ConstantInt::get(*Context, APInt(32, 0)));
Owen Andersonaf7ec972009-07-28 21:19:26 +00007148 Constant *C0 = ConstantVector::get(CV0);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007149 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007150
Bill Wendling8b8a6362009-01-17 03:56:04 +00007151 std::vector<Constant*> CV1;
Owen Andersona90b3dc2009-07-15 21:51:10 +00007152 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007153 ConstantFP::get(*Context, APFloat(APInt(64, 0x4530000000000000ULL))));
Owen Andersona90b3dc2009-07-15 21:51:10 +00007154 CV1.push_back(
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007155 ConstantFP::get(*Context, APFloat(APInt(64, 0x4330000000000000ULL))));
Owen Andersonaf7ec972009-07-28 21:19:26 +00007156 Constant *C1 = ConstantVector::get(CV1);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007157 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007158
Owen Anderson825b72b2009-08-11 20:47:22 +00007159 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7160 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00007161 Op.getOperand(0),
7162 DAG.getIntPtrConstant(1)));
Owen Anderson825b72b2009-08-11 20:47:22 +00007163 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7164 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00007165 Op.getOperand(0),
7166 DAG.getIntPtrConstant(0)));
Owen Anderson825b72b2009-08-11 20:47:22 +00007167 SDValue Unpck1 = getUnpackl(DAG, dl, MVT::v4i32, XR1, XR2);
7168 SDValue CLod0 = DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
Chris Lattnere8639032010-09-21 06:22:23 +00007169 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007170 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00007171 SDValue Unpck2 = getUnpackl(DAG, dl, MVT::v4i32, Unpck1, CLod0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007172 SDValue XR2F = DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Unpck2);
Owen Anderson825b72b2009-08-11 20:47:22 +00007173 SDValue CLod1 = DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
Chris Lattnere8639032010-09-21 06:22:23 +00007174 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007175 false, false, 16);
Owen Anderson825b72b2009-08-11 20:47:22 +00007176 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007177
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007178 // Add the halves; easiest way is to swap them into another reg first.
Nate Begeman9008ca62009-04-27 18:41:29 +00007179 int ShufMask[2] = { 1, -1 };
Owen Anderson825b72b2009-08-11 20:47:22 +00007180 SDValue Shuf = DAG.getVectorShuffle(MVT::v2f64, dl, Sub,
7181 DAG.getUNDEF(MVT::v2f64), ShufMask);
7182 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::v2f64, Shuf, Sub);
7183 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Add,
Dale Johannesen1c15bf52008-10-21 20:50:01 +00007184 DAG.getIntPtrConstant(0));
7185}
7186
Bill Wendling8b8a6362009-01-17 03:56:04 +00007187// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
Dan Gohmand858e902010-04-17 15:26:15 +00007188SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op,
7189 SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007190 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00007191 // FP constant to bias correct the final result.
7192 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
Owen Anderson825b72b2009-08-11 20:47:22 +00007193 MVT::f64);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007194
7195 // Load the 32-bit value into an XMM register.
Owen Anderson825b72b2009-08-11 20:47:22 +00007196 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
7197 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Bill Wendling8b8a6362009-01-17 03:56:04 +00007198 Op.getOperand(0),
7199 DAG.getIntPtrConstant(0)));
7200
Owen Anderson825b72b2009-08-11 20:47:22 +00007201 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007202 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Load),
Bill Wendling8b8a6362009-01-17 03:56:04 +00007203 DAG.getIntPtrConstant(0));
7204
7205 // Or the load with the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00007206 SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007207 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007208 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00007209 MVT::v2f64, Load)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007210 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007211 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00007212 MVT::v2f64, Bias)));
7213 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007214 DAG.getNode(ISD::BITCAST, dl, MVT::v2f64, Or),
Bill Wendling8b8a6362009-01-17 03:56:04 +00007215 DAG.getIntPtrConstant(0));
7216
7217 // Subtract the bias.
Owen Anderson825b72b2009-08-11 20:47:22 +00007218 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
Bill Wendling8b8a6362009-01-17 03:56:04 +00007219
7220 // Handle final rounding.
Owen Andersone50ed302009-08-10 22:56:29 +00007221 EVT DestVT = Op.getValueType();
Bill Wendling030939c2009-01-17 07:40:19 +00007222
Owen Anderson825b72b2009-08-11 20:47:22 +00007223 if (DestVT.bitsLT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007224 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
Bill Wendling030939c2009-01-17 07:40:19 +00007225 DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00007226 } else if (DestVT.bitsGT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007227 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
Bill Wendling030939c2009-01-17 07:40:19 +00007228 }
7229
7230 // Handle final rounding.
7231 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00007232}
7233
Dan Gohmand858e902010-04-17 15:26:15 +00007234SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
7235 SelectionDAG &DAG) const {
Evan Chenga06ec9e2009-01-19 08:08:22 +00007236 SDValue N0 = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007237 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00007238
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007239 // Since UINT_TO_FP is legal (it's marked custom), dag combiner won't
Evan Chenga06ec9e2009-01-19 08:08:22 +00007240 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
7241 // the optimization here.
7242 if (DAG.SignBitIsZero(N0))
Dale Johannesenace16102009-02-03 19:33:06 +00007243 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
Evan Chenga06ec9e2009-01-19 08:08:22 +00007244
Owen Andersone50ed302009-08-10 22:56:29 +00007245 EVT SrcVT = N0.getValueType();
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007246 EVT DstVT = Op.getValueType();
7247 if (SrcVT == MVT::i64 && DstVT == MVT::f64 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00007248 return LowerUINT_TO_FP_i64(Op, DAG);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007249 else if (SrcVT == MVT::i32 && X86ScalarSSEf64)
Bill Wendling8b8a6362009-01-17 03:56:04 +00007250 return LowerUINT_TO_FP_i32(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00007251
7252 // Make a 64-bit buffer, and use it to build an FILD.
Owen Anderson825b72b2009-08-11 20:47:22 +00007253 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007254 if (SrcVT == MVT::i32) {
7255 SDValue WordOff = DAG.getConstant(4, getPointerTy());
7256 SDValue OffsetSlot = DAG.getNode(ISD::ADD, dl,
7257 getPointerTy(), StackSlot, WordOff);
7258 SDValue Store1 = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007259 StackSlot, MachinePointerInfo(),
7260 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007261 SDValue Store2 = DAG.getStore(Store1, dl, DAG.getConstant(0, MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007262 OffsetSlot, MachinePointerInfo(),
7263 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007264 SDValue Fild = BuildFILD(Op, MVT::i64, Store2, StackSlot, DAG);
7265 return Fild;
7266 }
7267
7268 assert(SrcVT == MVT::i64 && "Unexpected type in UINT_TO_FP");
7269 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Chris Lattner8026a9d2010-09-21 17:50:43 +00007270 StackSlot, MachinePointerInfo(),
7271 false, false, 0);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007272 // For i64 source, we need to add the appropriate power of 2 if the input
7273 // was negative. This is the same as the optimization in
7274 // DAGTypeLegalizer::ExpandIntOp_UNIT_TO_FP, and for it to be safe here,
7275 // we must be careful to do the computation in x87 extended precision, not
7276 // in SSE. (The generic code can't know it's OK to do this, or how to.)
Chris Lattner492a43e2010-09-22 01:28:21 +00007277 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
7278 MachineMemOperand *MMO =
7279 DAG.getMachineFunction()
7280 .getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7281 MachineMemOperand::MOLoad, 8, 8);
Michael J. Spencerec38de22010-10-10 22:04:20 +00007282
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007283 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
7284 SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
Chris Lattner492a43e2010-09-22 01:28:21 +00007285 SDValue Fild = DAG.getMemIntrinsicNode(X86ISD::FILD, dl, Tys, Ops, 3,
7286 MVT::i64, MMO);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007287
7288 APInt FF(32, 0x5F800000ULL);
7289
7290 // Check whether the sign bit is set.
7291 SDValue SignSet = DAG.getSetCC(dl, getSetCCResultType(MVT::i64),
7292 Op.getOperand(0), DAG.getConstant(0, MVT::i64),
7293 ISD::SETLT);
7294
7295 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
7296 SDValue FudgePtr = DAG.getConstantPool(
7297 ConstantInt::get(*DAG.getContext(), FF.zext(64)),
7298 getPointerTy());
7299
7300 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.
7301 SDValue Zero = DAG.getIntPtrConstant(0);
7302 SDValue Four = DAG.getIntPtrConstant(4);
7303 SDValue Offset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(), SignSet,
7304 Zero, Four);
7305 FudgePtr = DAG.getNode(ISD::ADD, dl, getPointerTy(), FudgePtr, Offset);
7306
7307 // Load the value out, extending it from f32 to f80.
7308 // FIXME: Avoid the extend by constructing the right constant pool?
Stuart Hastingsa9011292011-02-16 16:23:55 +00007309 SDValue Fudge = DAG.getExtLoad(ISD::EXTLOAD, dl, MVT::f80, DAG.getEntryNode(),
Chris Lattnere8639032010-09-21 06:22:23 +00007310 FudgePtr, MachinePointerInfo::getConstantPool(),
7311 MVT::f32, false, false, 4);
Dale Johannesen8d908eb2010-05-15 18:51:12 +00007312 // Extend everything to 80 bits to force it to be done on x87.
7313 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::f80, Fild, Fudge);
7314 return DAG.getNode(ISD::FP_ROUND, dl, DstVT, Add, DAG.getIntPtrConstant(0));
Bill Wendling8b8a6362009-01-17 03:56:04 +00007315}
7316
Dan Gohman475871a2008-07-27 21:46:04 +00007317std::pair<SDValue,SDValue> X86TargetLowering::
Dan Gohmand858e902010-04-17 15:26:15 +00007318FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, bool IsSigned) const {
Chris Lattner07290932010-09-22 01:05:16 +00007319 DebugLoc DL = Op.getDebugLoc();
Eli Friedman948e95a2009-05-23 09:59:16 +00007320
Owen Andersone50ed302009-08-10 22:56:29 +00007321 EVT DstTy = Op.getValueType();
Eli Friedman948e95a2009-05-23 09:59:16 +00007322
7323 if (!IsSigned) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007324 assert(DstTy == MVT::i32 && "Unexpected FP_TO_UINT");
7325 DstTy = MVT::i64;
Eli Friedman948e95a2009-05-23 09:59:16 +00007326 }
7327
Owen Anderson825b72b2009-08-11 20:47:22 +00007328 assert(DstTy.getSimpleVT() <= MVT::i64 &&
7329 DstTy.getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00007330 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00007331
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007332 // These are really Legal.
Owen Anderson825b72b2009-08-11 20:47:22 +00007333 if (DstTy == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00007334 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007335 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00007336 if (Subtarget->is64Bit() &&
Owen Anderson825b72b2009-08-11 20:47:22 +00007337 DstTy == MVT::i64 &&
Eli Friedman36df4992009-05-27 00:47:34 +00007338 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00007339 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00007340
Evan Cheng87c89352007-10-15 20:11:21 +00007341 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
7342 // stack slot.
7343 MachineFunction &MF = DAG.getMachineFunction();
Eli Friedman948e95a2009-05-23 09:59:16 +00007344 unsigned MemSize = DstTy.getSizeInBits()/8;
David Greene3f2bf852009-11-12 20:49:22 +00007345 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Dan Gohman475871a2008-07-27 21:46:04 +00007346 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Eric Christopherfd179292009-08-27 18:07:15 +00007347
Michael J. Spencerec38de22010-10-10 22:04:20 +00007348
7349
Evan Cheng0db9fe62006-04-25 20:13:52 +00007350 unsigned Opc;
Owen Anderson825b72b2009-08-11 20:47:22 +00007351 switch (DstTy.getSimpleVT().SimpleTy) {
Torok Edwinc23197a2009-07-14 16:55:14 +00007352 default: llvm_unreachable("Invalid FP_TO_SINT to lower!");
Owen Anderson825b72b2009-08-11 20:47:22 +00007353 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
7354 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
7355 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00007356 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007357
Dan Gohman475871a2008-07-27 21:46:04 +00007358 SDValue Chain = DAG.getEntryNode();
7359 SDValue Value = Op.getOperand(0);
Chris Lattner492a43e2010-09-22 01:28:21 +00007360 EVT TheVT = Op.getOperand(0).getValueType();
7361 if (isScalarFPTypeInSSEReg(TheVT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007362 assert(DstTy == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Chris Lattner07290932010-09-22 01:05:16 +00007363 Chain = DAG.getStore(Chain, DL, Value, StackSlot,
Chris Lattnere8639032010-09-21 06:22:23 +00007364 MachinePointerInfo::getFixedStack(SSFI),
David Greene67c9d422010-02-15 16:53:33 +00007365 false, false, 0);
Owen Anderson825b72b2009-08-11 20:47:22 +00007366 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00007367 SDValue Ops[] = {
Chris Lattner492a43e2010-09-22 01:28:21 +00007368 Chain, StackSlot, DAG.getValueType(TheVT)
Chris Lattner5a88b832007-02-25 07:10:00 +00007369 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00007370
Chris Lattner492a43e2010-09-22 01:28:21 +00007371 MachineMemOperand *MMO =
7372 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7373 MachineMemOperand::MOLoad, MemSize, MemSize);
7374 Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, 3,
7375 DstTy, MMO);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007376 Chain = Value.getValue(1);
David Greene3f2bf852009-11-12 20:49:22 +00007377 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize, false);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007378 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
7379 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00007380
Chris Lattner07290932010-09-22 01:05:16 +00007381 MachineMemOperand *MMO =
7382 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
7383 MachineMemOperand::MOStore, MemSize, MemSize);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00007384
Evan Cheng0db9fe62006-04-25 20:13:52 +00007385 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00007386 SDValue Ops[] = { Chain, Value, StackSlot };
Chris Lattner07290932010-09-22 01:05:16 +00007387 SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
7388 Ops, 3, DstTy, MMO);
Evan Chengd9558e02006-01-06 00:43:03 +00007389
Chris Lattner27a6c732007-11-24 07:07:01 +00007390 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007391}
7392
Dan Gohmand858e902010-04-17 15:26:15 +00007393SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op,
7394 SelectionDAG &DAG) const {
Dale Johannesen0488fb62010-09-30 23:57:10 +00007395 if (Op.getValueType().isVector())
Eli Friedman23ef1052009-06-06 03:57:58 +00007396 return SDValue();
Eli Friedman23ef1052009-06-06 03:57:58 +00007397
Eli Friedman948e95a2009-05-23 09:59:16 +00007398 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, true);
Dan Gohman475871a2008-07-27 21:46:04 +00007399 SDValue FIST = Vals.first, StackSlot = Vals.second;
Eli Friedman36df4992009-05-27 00:47:34 +00007400 // If FP_TO_INTHelper failed, the node is actually supposed to be Legal.
7401 if (FIST.getNode() == 0) return Op;
Scott Michelfdc40a02009-02-17 22:15:04 +00007402
Chris Lattner27a6c732007-11-24 07:07:01 +00007403 // Load the result.
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007404 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007405 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Chris Lattner27a6c732007-11-24 07:07:01 +00007406}
7407
Dan Gohmand858e902010-04-17 15:26:15 +00007408SDValue X86TargetLowering::LowerFP_TO_UINT(SDValue Op,
7409 SelectionDAG &DAG) const {
Eli Friedman948e95a2009-05-23 09:59:16 +00007410 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, false);
7411 SDValue FIST = Vals.first, StackSlot = Vals.second;
7412 assert(FIST.getNode() && "Unexpected failure");
7413
7414 // Load the result.
7415 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Chris Lattner51abfe42010-09-21 06:02:19 +00007416 FIST, StackSlot, MachinePointerInfo(), false, false, 0);
Eli Friedman948e95a2009-05-23 09:59:16 +00007417}
7418
Dan Gohmand858e902010-04-17 15:26:15 +00007419SDValue X86TargetLowering::LowerFABS(SDValue Op,
7420 SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007421 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007422 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007423 EVT VT = Op.getValueType();
7424 EVT EltVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007425 if (VT.isVector())
7426 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007427 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007428 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007429 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00007430 CV.push_back(C);
7431 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007432 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007433 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00007434 CV.push_back(C);
7435 CV.push_back(C);
7436 CV.push_back(C);
7437 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007438 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007439 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007440 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007441 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007442 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007443 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007444 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007445}
7446
Dan Gohmand858e902010-04-17 15:26:15 +00007447SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007448 LLVMContext *Context = DAG.getContext();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007449 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007450 EVT VT = Op.getValueType();
7451 EVT EltVT = VT;
Duncan Sandsda9ad382009-09-06 19:29:07 +00007452 if (VT.isVector())
Duncan Sands83ec4b62008-06-06 12:08:01 +00007453 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00007454 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007455 if (EltVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007456 Constant *C = ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00007457 CV.push_back(C);
7458 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007459 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007460 Constant *C = ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00007461 CV.push_back(C);
7462 CV.push_back(C);
7463 CV.push_back(C);
7464 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00007465 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007466 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007467 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007468 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007469 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007470 false, false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00007471 if (VT.isVector()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007472 return DAG.getNode(ISD::BITCAST, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00007473 DAG.getNode(ISD::XOR, dl, MVT::v2i64,
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007474 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00007475 Op.getOperand(0)),
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007476 DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Mask)));
Evan Chengd4d01b72007-07-19 23:36:01 +00007477 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00007478 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
Evan Chengd4d01b72007-07-19 23:36:01 +00007479 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00007480}
7481
Dan Gohmand858e902010-04-17 15:26:15 +00007482SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const {
Owen Andersona90b3dc2009-07-15 21:51:10 +00007483 LLVMContext *Context = DAG.getContext();
Dan Gohman475871a2008-07-27 21:46:04 +00007484 SDValue Op0 = Op.getOperand(0);
7485 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007486 DebugLoc dl = Op.getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00007487 EVT VT = Op.getValueType();
7488 EVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00007489
7490 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007491 if (SrcVT.bitsLT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007492 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007493 SrcVT = VT;
7494 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007495 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007496 if (SrcVT.bitsGT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00007497 Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007498 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00007499 }
7500
7501 // At this point the operands and the result should have the same
7502 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00007503
Evan Cheng68c47cb2007-01-05 07:55:56 +00007504 // First get the sign bit of second operand.
7505 std::vector<Constant*> CV;
Owen Anderson825b72b2009-08-11 20:47:22 +00007506 if (SrcVT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007507 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 1ULL << 63))));
7508 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007509 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007510 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 1U << 31))));
7511 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7512 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7513 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007514 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007515 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007516 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007517 SDValue Mask1 = DAG.getLoad(SrcVT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007518 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007519 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007520 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007521
7522 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00007523 if (SrcVT.bitsGT(VT)) {
Owen Anderson825b72b2009-08-11 20:47:22 +00007524 // Op0 is MVT::f32, Op1 is MVT::f64.
7525 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, SignBit);
7526 SignBit = DAG.getNode(X86ISD::FSRL, dl, MVT::v2f64, SignBit,
7527 DAG.getConstant(32, MVT::i32));
Wesley Peckbf17cfa2010-11-23 03:31:01 +00007528 SignBit = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, SignBit);
Owen Anderson825b72b2009-08-11 20:47:22 +00007529 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00007530 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00007531 }
7532
Evan Cheng73d6cf12007-01-05 21:37:56 +00007533 // Clear first operand sign bit.
7534 CV.clear();
Owen Anderson825b72b2009-08-11 20:47:22 +00007535 if (VT == MVT::f64) {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007536 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, ~(1ULL << 63)))));
7537 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007538 } else {
Owen Anderson6f83c9c2009-07-27 20:59:43 +00007539 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, ~(1U << 31)))));
7540 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7541 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
7542 CV.push_back(ConstantFP::get(*Context, APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00007543 }
Owen Andersonaf7ec972009-07-28 21:19:26 +00007544 C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00007545 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007546 SDValue Mask2 = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00007547 MachinePointerInfo::getConstantPool(),
David Greene67c9d422010-02-15 16:53:33 +00007548 false, false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00007549 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00007550
7551 // Or the value with the sign bit.
Dale Johannesenace16102009-02-03 19:33:06 +00007552 return DAG.getNode(X86ISD::FOR, dl, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00007553}
7554
Stuart Hastings4fd0dee2011-06-01 04:39:42 +00007555SDValue X86TargetLowering::LowerFGETSIGN(SDValue Op, SelectionDAG &DAG) const {
7556 SDValue N0 = Op.getOperand(0);
7557 DebugLoc dl = Op.getDebugLoc();
7558 EVT VT = Op.getValueType();
7559
7560 // Lower ISD::FGETSIGN to (AND (X86ISD::FGETSIGNx86 ...) 1).
7561 SDValue xFGETSIGN = DAG.getNode(X86ISD::FGETSIGNx86, dl, VT, N0,
7562 DAG.getConstant(1, VT));
7563 return DAG.getNode(ISD::AND, dl, VT, xFGETSIGN, DAG.getConstant(1, VT));
7564}
7565
Dan Gohman076aee32009-03-04 19:44:21 +00007566/// Emit nodes that will be selected as "test Op0,Op0", or something
7567/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007568SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007569 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007570 DebugLoc dl = Op.getDebugLoc();
7571
Dan Gohman31125812009-03-07 01:58:32 +00007572 // CF and OF aren't always set the way we want. Determine which
7573 // of these we need.
7574 bool NeedCF = false;
7575 bool NeedOF = false;
7576 switch (X86CC) {
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007577 default: break;
Dan Gohman31125812009-03-07 01:58:32 +00007578 case X86::COND_A: case X86::COND_AE:
7579 case X86::COND_B: case X86::COND_BE:
7580 NeedCF = true;
7581 break;
7582 case X86::COND_G: case X86::COND_GE:
7583 case X86::COND_L: case X86::COND_LE:
7584 case X86::COND_O: case X86::COND_NO:
7585 NeedOF = true;
7586 break;
Dan Gohman31125812009-03-07 01:58:32 +00007587 }
7588
Dan Gohman076aee32009-03-04 19:44:21 +00007589 // See if we can use the EFLAGS value from the operand instead of
Dan Gohman31125812009-03-07 01:58:32 +00007590 // doing a separate TEST. TEST always sets OF and CF to 0, so unless
7591 // we prove that the arithmetic won't overflow, we can't use OF or CF.
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007592 if (Op.getResNo() != 0 || NeedOF || NeedCF)
7593 // Emit a CMP with 0, which is the TEST pattern.
7594 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7595 DAG.getConstant(0, Op.getValueType()));
7596
7597 unsigned Opcode = 0;
7598 unsigned NumOperands = 0;
7599 switch (Op.getNode()->getOpcode()) {
7600 case ISD::ADD:
7601 // Due to an isel shortcoming, be conservative if this add is likely to be
7602 // selected as part of a load-modify-store instruction. When the root node
7603 // in a match is a store, isel doesn't know how to remap non-chain non-flag
7604 // uses of other nodes in the match, such as the ADD in this case. This
7605 // leads to the ADD being left around and reselected, with the result being
7606 // two adds in the output. Alas, even if none our users are stores, that
7607 // doesn't prove we're O.K. Ergo, if we have any parents that aren't
7608 // CopyToReg or SETCC, eschew INC/DEC. A better fix seems to require
7609 // climbing the DAG back to the root, and it doesn't seem to be worth the
7610 // effort.
7611 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
Dan Gohman076aee32009-03-04 19:44:21 +00007612 UE = Op.getNode()->use_end(); UI != UE; ++UI)
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007613 if (UI->getOpcode() != ISD::CopyToReg && UI->getOpcode() != ISD::SETCC)
7614 goto default_case;
7615
7616 if (ConstantSDNode *C =
7617 dyn_cast<ConstantSDNode>(Op.getNode()->getOperand(1))) {
7618 // An add of one will be selected as an INC.
7619 if (C->getAPIntValue() == 1) {
7620 Opcode = X86ISD::INC;
7621 NumOperands = 1;
7622 break;
Dan Gohmane220c4b2009-09-18 19:59:53 +00007623 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007624
7625 // An add of negative one (subtract of one) will be selected as a DEC.
7626 if (C->getAPIntValue().isAllOnesValue()) {
7627 Opcode = X86ISD::DEC;
7628 NumOperands = 1;
7629 break;
7630 }
Dan Gohman076aee32009-03-04 19:44:21 +00007631 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007632
7633 // Otherwise use a regular EFLAGS-setting add.
7634 Opcode = X86ISD::ADD;
7635 NumOperands = 2;
7636 break;
7637 case ISD::AND: {
7638 // If the primary and result isn't used, don't bother using X86ISD::AND,
7639 // because a TEST instruction will be better.
7640 bool NonFlagUse = false;
7641 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7642 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
7643 SDNode *User = *UI;
7644 unsigned UOpNo = UI.getOperandNo();
7645 if (User->getOpcode() == ISD::TRUNCATE && User->hasOneUse()) {
7646 // Look pass truncate.
7647 UOpNo = User->use_begin().getOperandNo();
7648 User = *User->use_begin();
7649 }
7650
7651 if (User->getOpcode() != ISD::BRCOND &&
7652 User->getOpcode() != ISD::SETCC &&
7653 (User->getOpcode() != ISD::SELECT || UOpNo != 0)) {
7654 NonFlagUse = true;
7655 break;
7656 }
Dan Gohman076aee32009-03-04 19:44:21 +00007657 }
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007658
7659 if (!NonFlagUse)
7660 break;
7661 }
7662 // FALL THROUGH
7663 case ISD::SUB:
7664 case ISD::OR:
7665 case ISD::XOR:
7666 // Due to the ISEL shortcoming noted above, be conservative if this op is
7667 // likely to be selected as part of a load-modify-store instruction.
7668 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
7669 UE = Op.getNode()->use_end(); UI != UE; ++UI)
7670 if (UI->getOpcode() == ISD::STORE)
7671 goto default_case;
7672
7673 // Otherwise use a regular EFLAGS-setting instruction.
7674 switch (Op.getNode()->getOpcode()) {
7675 default: llvm_unreachable("unexpected operator!");
7676 case ISD::SUB: Opcode = X86ISD::SUB; break;
7677 case ISD::OR: Opcode = X86ISD::OR; break;
7678 case ISD::XOR: Opcode = X86ISD::XOR; break;
7679 case ISD::AND: Opcode = X86ISD::AND; break;
7680 }
7681
7682 NumOperands = 2;
7683 break;
7684 case X86ISD::ADD:
7685 case X86ISD::SUB:
7686 case X86ISD::INC:
7687 case X86ISD::DEC:
7688 case X86ISD::OR:
7689 case X86ISD::XOR:
7690 case X86ISD::AND:
7691 return SDValue(Op.getNode(), 1);
7692 default:
7693 default_case:
7694 break;
Dan Gohman076aee32009-03-04 19:44:21 +00007695 }
7696
Bill Wendlingc25ccf82010-06-28 21:08:32 +00007697 if (Opcode == 0)
7698 // Emit a CMP with 0, which is the TEST pattern.
7699 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
7700 DAG.getConstant(0, Op.getValueType()));
7701
7702 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
7703 SmallVector<SDValue, 4> Ops;
7704 for (unsigned i = 0; i != NumOperands; ++i)
7705 Ops.push_back(Op.getOperand(i));
7706
7707 SDValue New = DAG.getNode(Opcode, dl, VTs, &Ops[0], NumOperands);
7708 DAG.ReplaceAllUsesWith(Op, New);
7709 return SDValue(New.getNode(), 1);
Dan Gohman076aee32009-03-04 19:44:21 +00007710}
7711
7712/// Emit nodes that will be selected as "cmp Op0,Op1", or something
7713/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00007714SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
Evan Cheng552f09a2010-04-26 19:06:11 +00007715 SelectionDAG &DAG) const {
Dan Gohman076aee32009-03-04 19:44:21 +00007716 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
7717 if (C->getAPIntValue() == 0)
Evan Cheng552f09a2010-04-26 19:06:11 +00007718 return EmitTest(Op0, X86CC, DAG);
Dan Gohman076aee32009-03-04 19:44:21 +00007719
7720 DebugLoc dl = Op0.getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00007721 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
Dan Gohman076aee32009-03-04 19:44:21 +00007722}
7723
Evan Chengd40d03e2010-01-06 19:38:29 +00007724/// LowerToBT - Result of 'and' is compared against zero. Turn it into a BT node
7725/// if it's possible.
Evan Cheng5528e7b2010-04-21 01:47:12 +00007726SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC,
7727 DebugLoc dl, SelectionDAG &DAG) const {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007728 SDValue Op0 = And.getOperand(0);
7729 SDValue Op1 = And.getOperand(1);
7730 if (Op0.getOpcode() == ISD::TRUNCATE)
7731 Op0 = Op0.getOperand(0);
7732 if (Op1.getOpcode() == ISD::TRUNCATE)
7733 Op1 = Op1.getOperand(0);
7734
Evan Chengd40d03e2010-01-06 19:38:29 +00007735 SDValue LHS, RHS;
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007736 if (Op1.getOpcode() == ISD::SHL)
7737 std::swap(Op0, Op1);
7738 if (Op0.getOpcode() == ISD::SHL) {
Evan Cheng2c755ba2010-02-27 07:36:59 +00007739 if (ConstantSDNode *And00C = dyn_cast<ConstantSDNode>(Op0.getOperand(0)))
7740 if (And00C->getZExtValue() == 1) {
Dan Gohman6b13cbc2010-06-24 02:07:59 +00007741 // If we looked past a truncate, check that it's only truncating away
7742 // known zeros.
7743 unsigned BitWidth = Op0.getValueSizeInBits();
7744 unsigned AndBitWidth = And.getValueSizeInBits();
7745 if (BitWidth > AndBitWidth) {
7746 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones;
7747 DAG.ComputeMaskedBits(Op0, Mask, Zeros, Ones);
7748 if (Zeros.countLeadingOnes() < BitWidth - AndBitWidth)
7749 return SDValue();
7750 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007751 LHS = Op1;
7752 RHS = Op0.getOperand(1);
Evan Chengd40d03e2010-01-06 19:38:29 +00007753 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007754 } else if (Op1.getOpcode() == ISD::Constant) {
7755 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op1);
7756 SDValue AndLHS = Op0;
Evan Chengd40d03e2010-01-06 19:38:29 +00007757 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {
7758 LHS = AndLHS.getOperand(0);
7759 RHS = AndLHS.getOperand(1);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007760 }
Evan Chengd40d03e2010-01-06 19:38:29 +00007761 }
Evan Cheng0488db92007-09-25 01:57:46 +00007762
Evan Chengd40d03e2010-01-06 19:38:29 +00007763 if (LHS.getNode()) {
Evan Chenge5b51ac2010-04-17 06:13:15 +00007764 // If LHS is i8, promote it to i32 with any_extend. There is no i8 BT
Evan Chengd40d03e2010-01-06 19:38:29 +00007765 // instruction. Since the shift amount is in-range-or-undefined, we know
Evan Chenge5b51ac2010-04-17 06:13:15 +00007766 // that doing a bittest on the i32 value is ok. We extend to i32 because
Evan Chengd40d03e2010-01-06 19:38:29 +00007767 // the encoding for the i16 version is larger than the i32 version.
Evan Chenge5b51ac2010-04-17 06:13:15 +00007768 // Also promote i16 to i32 for performance / code size reason.
7769 if (LHS.getValueType() == MVT::i8 ||
Evan Cheng2bce5f4b2010-04-28 08:30:49 +00007770 LHS.getValueType() == MVT::i16)
Evan Chengd40d03e2010-01-06 19:38:29 +00007771 LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
Chris Lattnere55484e2008-12-25 05:34:37 +00007772
Evan Chengd40d03e2010-01-06 19:38:29 +00007773 // If the operand types disagree, extend the shift amount to match. Since
7774 // BT ignores high bits (like shifts) we can use anyextend.
7775 if (LHS.getValueType() != RHS.getValueType())
7776 RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
Dan Gohmane5af2d32009-01-29 01:59:02 +00007777
Evan Chengd40d03e2010-01-06 19:38:29 +00007778 SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
7779 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
7780 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7781 DAG.getConstant(Cond, MVT::i8), BT);
Chris Lattnere55484e2008-12-25 05:34:37 +00007782 }
7783
Evan Cheng54de3ea2010-01-05 06:52:31 +00007784 return SDValue();
7785}
7786
Dan Gohmand858e902010-04-17 15:26:15 +00007787SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng54de3ea2010-01-05 06:52:31 +00007788 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
7789 SDValue Op0 = Op.getOperand(0);
7790 SDValue Op1 = Op.getOperand(1);
7791 DebugLoc dl = Op.getDebugLoc();
7792 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
7793
7794 // Optimize to BT if possible.
Evan Chengd40d03e2010-01-06 19:38:29 +00007795 // Lower (X & (1 << N)) == 0 to BT(X, N).
7796 // Lower ((X >>u N) & 1) != 0 to BT(X, N).
7797 // Lower ((X >>s N) & 1) != 0 to BT(X, N).
Andrew Trickf6c39412011-03-23 23:11:02 +00007798 if (Op0.getOpcode() == ISD::AND && Op0.hasOneUse() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007799 Op1.getOpcode() == ISD::Constant &&
Dan Gohmane368b462010-06-18 14:22:04 +00007800 cast<ConstantSDNode>(Op1)->isNullValue() &&
Evan Chengd40d03e2010-01-06 19:38:29 +00007801 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
7802 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
7803 if (NewSetCC.getNode())
7804 return NewSetCC;
7805 }
Evan Cheng54de3ea2010-01-05 06:52:31 +00007806
Chris Lattner481eebc2010-12-19 21:23:48 +00007807 // Look for X == 0, X == 1, X != 0, or X != 1. We can simplify some forms of
7808 // these.
7809 if (Op1.getOpcode() == ISD::Constant &&
Andrew Trickf6c39412011-03-23 23:11:02 +00007810 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
Evan Cheng2c755ba2010-02-27 07:36:59 +00007811 cast<ConstantSDNode>(Op1)->isNullValue()) &&
7812 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007813
Chris Lattner481eebc2010-12-19 21:23:48 +00007814 // If the input is a setcc, then reuse the input setcc or use a new one with
7815 // the inverted condition.
7816 if (Op0.getOpcode() == X86ISD::SETCC) {
7817 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
7818 bool Invert = (CC == ISD::SETNE) ^
7819 cast<ConstantSDNode>(Op1)->isNullValue();
7820 if (!Invert) return Op0;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007821
Evan Cheng2c755ba2010-02-27 07:36:59 +00007822 CCode = X86::GetOppositeBranchCondition(CCode);
Chris Lattner481eebc2010-12-19 21:23:48 +00007823 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
7824 DAG.getConstant(CCode, MVT::i8), Op0.getOperand(1));
7825 }
Evan Cheng2c755ba2010-02-27 07:36:59 +00007826 }
7827
Evan Chenge5b51ac2010-04-17 06:13:15 +00007828 bool isFP = Op1.getValueType().isFloatingPoint();
Chris Lattnere55484e2008-12-25 05:34:37 +00007829 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00007830 if (X86CC == X86::COND_INVALID)
7831 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00007832
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007833 SDValue EFLAGS = EmitCmp(Op0, Op1, X86CC, DAG);
Owen Anderson825b72b2009-08-11 20:47:22 +00007834 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattnerc19d1c32010-12-19 22:08:31 +00007835 DAG.getConstant(X86CC, MVT::i8), EFLAGS);
Evan Cheng0488db92007-09-25 01:57:46 +00007836}
7837
Dan Gohmand858e902010-04-17 15:26:15 +00007838SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00007839 SDValue Cond;
7840 SDValue Op0 = Op.getOperand(0);
7841 SDValue Op1 = Op.getOperand(1);
7842 SDValue CC = Op.getOperand(2);
Owen Andersone50ed302009-08-10 22:56:29 +00007843 EVT VT = Op.getValueType();
Nate Begeman30a0de92008-07-17 16:51:19 +00007844 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
7845 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00007846 DebugLoc dl = Op.getDebugLoc();
Nate Begeman30a0de92008-07-17 16:51:19 +00007847
7848 if (isFP) {
7849 unsigned SSECC = 8;
Owen Andersone50ed302009-08-10 22:56:29 +00007850 EVT VT0 = Op0.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00007851 assert(VT0 == MVT::v4f32 || VT0 == MVT::v2f64);
7852 unsigned Opc = VT0 == MVT::v4f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00007853 bool Swap = false;
7854
7855 switch (SetCCOpcode) {
7856 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007857 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00007858 case ISD::SETEQ: SSECC = 0; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00007859 case ISD::SETOGT:
Nate Begeman30a0de92008-07-17 16:51:19 +00007860 case ISD::SETGT: Swap = true; // Fallthrough
7861 case ISD::SETLT:
7862 case ISD::SETOLT: SSECC = 1; break;
7863 case ISD::SETOGE:
7864 case ISD::SETGE: Swap = true; // Fallthrough
7865 case ISD::SETLE:
7866 case ISD::SETOLE: SSECC = 2; break;
7867 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00007868 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00007869 case ISD::SETNE: SSECC = 4; break;
7870 case ISD::SETULE: Swap = true;
7871 case ISD::SETUGE: SSECC = 5; break;
7872 case ISD::SETULT: Swap = true;
7873 case ISD::SETUGT: SSECC = 6; break;
7874 case ISD::SETO: SSECC = 7; break;
7875 }
7876 if (Swap)
7877 std::swap(Op0, Op1);
7878
Nate Begemanfb8ead02008-07-25 19:05:58 +00007879 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00007880 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00007881 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00007882 SDValue UNORD, EQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007883 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
7884 EQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007885 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007886 }
7887 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00007888 SDValue ORD, NEQ;
Owen Anderson825b72b2009-08-11 20:47:22 +00007889 ORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
7890 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00007891 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00007892 }
Torok Edwinc23197a2009-07-14 16:55:14 +00007893 llvm_unreachable("Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00007894 }
7895 // Handle all other FP comparisons here.
Owen Anderson825b72b2009-08-11 20:47:22 +00007896 return DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
Nate Begeman30a0de92008-07-17 16:51:19 +00007897 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007898
Nate Begeman30a0de92008-07-17 16:51:19 +00007899 // We are handling one of the integer comparisons here. Since SSE only has
7900 // GT and EQ comparisons for integer, swapping operands and multiple
7901 // operations may be required for some comparisons.
7902 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
7903 bool Swap = false, Invert = false, FlipSigns = false;
Scott Michelfdc40a02009-02-17 22:15:04 +00007904
Owen Anderson825b72b2009-08-11 20:47:22 +00007905 switch (VT.getSimpleVT().SimpleTy) {
Nate Begeman30a0de92008-07-17 16:51:19 +00007906 default: break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007907 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007908 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
Owen Anderson825b72b2009-08-11 20:47:22 +00007909 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
7910 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
Nate Begeman30a0de92008-07-17 16:51:19 +00007911 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007912
Nate Begeman30a0de92008-07-17 16:51:19 +00007913 switch (SetCCOpcode) {
7914 default: break;
7915 case ISD::SETNE: Invert = true;
7916 case ISD::SETEQ: Opc = EQOpc; break;
7917 case ISD::SETLT: Swap = true;
7918 case ISD::SETGT: Opc = GTOpc; break;
7919 case ISD::SETGE: Swap = true;
7920 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
7921 case ISD::SETULT: Swap = true;
7922 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
7923 case ISD::SETUGE: Swap = true;
7924 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
7925 }
7926 if (Swap)
7927 std::swap(Op0, Op1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007928
Nate Begeman30a0de92008-07-17 16:51:19 +00007929 // Since SSE has no unsigned integer comparisons, we need to flip the sign
7930 // bits of the inputs before performing those operations.
7931 if (FlipSigns) {
Owen Andersone50ed302009-08-10 22:56:29 +00007932 EVT EltVT = VT.getVectorElementType();
Duncan Sandsb0d5cdd2009-02-01 18:06:53 +00007933 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()),
7934 EltVT);
Dan Gohman475871a2008-07-27 21:46:04 +00007935 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
Evan Chenga87008d2009-02-25 22:49:59 +00007936 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
7937 SignBits.size());
Dale Johannesenace16102009-02-03 19:33:06 +00007938 Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SignVec);
7939 Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SignVec);
Nate Begeman30a0de92008-07-17 16:51:19 +00007940 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007941
Dale Johannesenace16102009-02-03 19:33:06 +00007942 SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00007943
7944 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00007945 if (Invert)
Dale Johannesenace16102009-02-03 19:33:06 +00007946 Result = DAG.getNOT(dl, Result, VT);
Bob Wilson4c245462009-01-22 17:39:32 +00007947
Nate Begeman30a0de92008-07-17 16:51:19 +00007948 return Result;
7949}
Evan Cheng0488db92007-09-25 01:57:46 +00007950
Evan Cheng370e5342008-12-03 08:38:43 +00007951// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
Dan Gohman076aee32009-03-04 19:44:21 +00007952static bool isX86LogicalCmp(SDValue Op) {
7953 unsigned Opc = Op.getNode()->getOpcode();
7954 if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI)
7955 return true;
7956 if (Op.getResNo() == 1 &&
7957 (Opc == X86ISD::ADD ||
7958 Opc == X86ISD::SUB ||
Chris Lattner5b856542010-12-20 00:59:46 +00007959 Opc == X86ISD::ADC ||
7960 Opc == X86ISD::SBB ||
Dan Gohman076aee32009-03-04 19:44:21 +00007961 Opc == X86ISD::SMUL ||
7962 Opc == X86ISD::UMUL ||
7963 Opc == X86ISD::INC ||
Dan Gohmane220c4b2009-09-18 19:59:53 +00007964 Opc == X86ISD::DEC ||
7965 Opc == X86ISD::OR ||
7966 Opc == X86ISD::XOR ||
7967 Opc == X86ISD::AND))
Dan Gohman076aee32009-03-04 19:44:21 +00007968 return true;
7969
Chris Lattner9637d5b2010-12-05 07:49:54 +00007970 if (Op.getResNo() == 2 && Opc == X86ISD::UMUL)
7971 return true;
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00007972
Dan Gohman076aee32009-03-04 19:44:21 +00007973 return false;
Evan Cheng370e5342008-12-03 08:38:43 +00007974}
7975
Chris Lattnera2b56002010-12-05 01:23:24 +00007976static bool isZero(SDValue V) {
7977 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7978 return C && C->isNullValue();
7979}
7980
Chris Lattner96908b12010-12-05 02:00:51 +00007981static bool isAllOnes(SDValue V) {
7982 ConstantSDNode *C = dyn_cast<ConstantSDNode>(V);
7983 return C && C->isAllOnesValue();
7984}
7985
Dan Gohmand858e902010-04-17 15:26:15 +00007986SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00007987 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00007988 SDValue Cond = Op.getOperand(0);
Chris Lattnera2b56002010-12-05 01:23:24 +00007989 SDValue Op1 = Op.getOperand(1);
7990 SDValue Op2 = Op.getOperand(2);
7991 DebugLoc DL = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00007992 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00007993
Dan Gohman1a492952009-10-20 16:22:37 +00007994 if (Cond.getOpcode() == ISD::SETCC) {
7995 SDValue NewCond = LowerSETCC(Cond, DAG);
7996 if (NewCond.getNode())
7997 Cond = NewCond;
7998 }
Evan Cheng734503b2006-09-11 02:19:56 +00007999
Chris Lattnera2b56002010-12-05 01:23:24 +00008000 // (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00008001 // (select (x == 0), y, -1) -> ~(sign_bit (x - 1)) | y
Chris Lattnera2b56002010-12-05 01:23:24 +00008002 // (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y
Chris Lattner96908b12010-12-05 02:00:51 +00008003 // (select (x != 0), -1, y) -> ~(sign_bit (x - 1)) | y
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008004 if (Cond.getOpcode() == X86ISD::SETCC &&
Chris Lattner96908b12010-12-05 02:00:51 +00008005 Cond.getOperand(1).getOpcode() == X86ISD::CMP &&
8006 isZero(Cond.getOperand(1).getOperand(1))) {
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008007 SDValue Cmp = Cond.getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008008
Chris Lattnera2b56002010-12-05 01:23:24 +00008009 unsigned CondCode =cast<ConstantSDNode>(Cond.getOperand(0))->getZExtValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008010
8011 if ((isAllOnes(Op1) || isAllOnes(Op2)) &&
Chris Lattner96908b12010-12-05 02:00:51 +00008012 (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
8013 SDValue Y = isAllOnes(Op2) ? Op1 : Op2;
Chris Lattnera2b56002010-12-05 01:23:24 +00008014
8015 SDValue CmpOp0 = Cmp.getOperand(0);
8016 Cmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32,
8017 CmpOp0, DAG.getConstant(1, CmpOp0.getValueType()));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008018
Chris Lattner96908b12010-12-05 02:00:51 +00008019 SDValue Res = // Res = 0 or -1.
Chris Lattnera2b56002010-12-05 01:23:24 +00008020 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
8021 DAG.getConstant(X86::COND_B, MVT::i8), Cmp);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008022
Chris Lattner96908b12010-12-05 02:00:51 +00008023 if (isAllOnes(Op1) != (CondCode == X86::COND_E))
8024 Res = DAG.getNOT(DL, Res, Res.getValueType());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00008025
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008026 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(Op2);
Chris Lattnera2b56002010-12-05 01:23:24 +00008027 if (N2C == 0 || !N2C->isNullValue())
8028 Res = DAG.getNode(ISD::OR, DL, Res.getValueType(), Res, Y);
8029 return Res;
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008030 }
8031 }
8032
Chris Lattnera2b56002010-12-05 01:23:24 +00008033 // Look past (and (setcc_carry (cmp ...)), 1).
Evan Chengad9c0a32009-12-15 00:53:42 +00008034 if (Cond.getOpcode() == ISD::AND &&
8035 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8036 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008037 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00008038 Cond = Cond.getOperand(0);
8039 }
8040
Evan Cheng3f41d662007-10-08 22:16:29 +00008041 // If condition flag is set by a X86ISD::CMP, then use it as the condition
8042 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00008043 if (Cond.getOpcode() == X86ISD::SETCC ||
8044 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00008045 CC = Cond.getOperand(0);
8046
Dan Gohman475871a2008-07-27 21:46:04 +00008047 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00008048 unsigned Opc = Cmp.getOpcode();
Owen Andersone50ed302009-08-10 22:56:29 +00008049 EVT VT = Op.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00008050
Evan Cheng3f41d662007-10-08 22:16:29 +00008051 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008052 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00008053 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00008054 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Scott Michelfdc40a02009-02-17 22:15:04 +00008055
Chris Lattnerd1980a52009-03-12 06:52:53 +00008056 if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
8057 Opc == X86ISD::BT) { // FIXME
Evan Cheng3f41d662007-10-08 22:16:29 +00008058 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00008059 addTest = false;
8060 }
8061 }
8062
8063 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008064 // Look pass the truncate.
8065 if (Cond.getOpcode() == ISD::TRUNCATE)
8066 Cond = Cond.getOperand(0);
8067
8068 // We know the result of AND is compared against zero. Try to match
8069 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00008070 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Chris Lattnera2b56002010-12-05 01:23:24 +00008071 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
Evan Chengd40d03e2010-01-06 19:38:29 +00008072 if (NewSetCC.getNode()) {
8073 CC = NewSetCC.getOperand(0);
8074 Cond = NewSetCC.getOperand(1);
8075 addTest = false;
8076 }
8077 }
8078 }
8079
8080 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00008081 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00008082 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00008083 }
8084
Benjamin Kramere915ff32010-12-22 23:09:28 +00008085 // a < b ? -1 : 0 -> RES = ~setcc_carry
8086 // a < b ? 0 : -1 -> RES = setcc_carry
8087 // a >= b ? -1 : 0 -> RES = setcc_carry
8088 // a >= b ? 0 : -1 -> RES = ~setcc_carry
8089 if (Cond.getOpcode() == X86ISD::CMP) {
8090 unsigned CondCode = cast<ConstantSDNode>(CC)->getZExtValue();
8091
8092 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) &&
8093 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) {
8094 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(),
8095 DAG.getConstant(X86::COND_B, MVT::i8), Cond);
8096 if (isAllOnes(Op1) != (CondCode == X86::COND_B))
8097 return DAG.getNOT(DL, Res, Res.getValueType());
8098 return Res;
8099 }
8100 }
8101
Evan Cheng0488db92007-09-25 01:57:46 +00008102 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
8103 // condition is true.
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00008104 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
Evan Cheng8c7ecaf2010-01-26 02:00:44 +00008105 SDValue Ops[] = { Op2, Op1, CC, Cond };
Chris Lattnera2b56002010-12-05 01:23:24 +00008106 return DAG.getNode(X86ISD::CMOV, DL, VTs, Ops, array_lengthof(Ops));
Evan Cheng0488db92007-09-25 01:57:46 +00008107}
8108
Evan Cheng370e5342008-12-03 08:38:43 +00008109// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
8110// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
8111// from the AND / OR.
8112static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
8113 Opc = Op.getOpcode();
8114 if (Opc != ISD::OR && Opc != ISD::AND)
8115 return false;
8116 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
8117 Op.getOperand(0).hasOneUse() &&
8118 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
8119 Op.getOperand(1).hasOneUse());
8120}
8121
Evan Cheng961d6d42009-02-02 08:19:07 +00008122// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
8123// 1 and that the SETCC node has a single use.
Evan Cheng67ad9db2009-02-02 08:07:36 +00008124static bool isXor1OfSetCC(SDValue Op) {
8125 if (Op.getOpcode() != ISD::XOR)
8126 return false;
8127 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
8128 if (N1C && N1C->getAPIntValue() == 1) {
8129 return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
8130 Op.getOperand(0).hasOneUse();
8131 }
8132 return false;
8133}
8134
Dan Gohmand858e902010-04-17 15:26:15 +00008135SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng734503b2006-09-11 02:19:56 +00008136 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00008137 SDValue Chain = Op.getOperand(0);
8138 SDValue Cond = Op.getOperand(1);
8139 SDValue Dest = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008140 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00008141 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00008142
Dan Gohman1a492952009-10-20 16:22:37 +00008143 if (Cond.getOpcode() == ISD::SETCC) {
8144 SDValue NewCond = LowerSETCC(Cond, DAG);
8145 if (NewCond.getNode())
8146 Cond = NewCond;
8147 }
Chris Lattnere55484e2008-12-25 05:34:37 +00008148#if 0
8149 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00008150 else if (Cond.getOpcode() == X86ISD::ADD ||
8151 Cond.getOpcode() == X86ISD::SUB ||
8152 Cond.getOpcode() == X86ISD::SMUL ||
8153 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00008154 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00008155#endif
Scott Michelfdc40a02009-02-17 22:15:04 +00008156
Evan Chengad9c0a32009-12-15 00:53:42 +00008157 // Look pass (and (setcc_carry (cmp ...)), 1).
8158 if (Cond.getOpcode() == ISD::AND &&
8159 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) {
8160 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Cond.getOperand(1));
Michael J. Spencerec38de22010-10-10 22:04:20 +00008161 if (C && C->getAPIntValue() == 1)
Evan Chengad9c0a32009-12-15 00:53:42 +00008162 Cond = Cond.getOperand(0);
8163 }
8164
Evan Cheng3f41d662007-10-08 22:16:29 +00008165 // If condition flag is set by a X86ISD::CMP, then use it as the condition
8166 // setting operand in place of the X86ISD::SETCC.
Evan Chengad9c0a32009-12-15 00:53:42 +00008167 if (Cond.getOpcode() == X86ISD::SETCC ||
8168 Cond.getOpcode() == X86ISD::SETCC_CARRY) {
Evan Cheng734503b2006-09-11 02:19:56 +00008169 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00008170
Dan Gohman475871a2008-07-27 21:46:04 +00008171 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00008172 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00008173 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
Dan Gohman076aee32009-03-04 19:44:21 +00008174 if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00008175 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00008176 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00008177 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00008178 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00008179 default: break;
8180 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00008181 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00008182 // These can only come from an arithmetic instruction with overflow,
8183 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00008184 Cond = Cond.getNode()->getOperand(1);
8185 addTest = false;
8186 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00008187 }
Evan Cheng0488db92007-09-25 01:57:46 +00008188 }
Evan Cheng370e5342008-12-03 08:38:43 +00008189 } else {
8190 unsigned CondOpc;
8191 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
8192 SDValue Cmp = Cond.getOperand(0).getOperand(1);
Evan Cheng370e5342008-12-03 08:38:43 +00008193 if (CondOpc == ISD::OR) {
8194 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
8195 // two branches instead of an explicit OR instruction with a
8196 // separate test.
8197 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00008198 isX86LogicalCmp(Cmp)) {
Evan Cheng370e5342008-12-03 08:38:43 +00008199 CC = Cond.getOperand(0).getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008200 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00008201 Chain, Dest, CC, Cmp);
8202 CC = Cond.getOperand(1).getOperand(0);
8203 Cond = Cmp;
8204 addTest = false;
8205 }
8206 } else { // ISD::AND
8207 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
8208 // two branches instead of an explicit AND instruction with a
8209 // separate test. However, we only do this if this block doesn't
8210 // have a fall-through edge, because this requires an explicit
8211 // jmp when the condition is false.
8212 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00008213 isX86LogicalCmp(Cmp) &&
Evan Cheng370e5342008-12-03 08:38:43 +00008214 Op.getNode()->hasOneUse()) {
8215 X86::CondCode CCode =
8216 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
8217 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008218 CC = DAG.getConstant(CCode, MVT::i8);
Dan Gohman027657d2010-06-18 15:30:29 +00008219 SDNode *User = *Op.getNode()->use_begin();
Evan Cheng370e5342008-12-03 08:38:43 +00008220 // Look for an unconditional branch following this conditional branch.
8221 // We need this because we need to reverse the successors in order
8222 // to implement FCMP_OEQ.
Dan Gohman027657d2010-06-18 15:30:29 +00008223 if (User->getOpcode() == ISD::BR) {
8224 SDValue FalseBB = User->getOperand(1);
8225 SDNode *NewBR =
8226 DAG.UpdateNodeOperands(User, User->getOperand(0), Dest);
Evan Cheng370e5342008-12-03 08:38:43 +00008227 assert(NewBR == User);
Nick Lewycky2a3ee5e2010-06-20 20:27:42 +00008228 (void)NewBR;
Evan Cheng370e5342008-12-03 08:38:43 +00008229 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00008230
Dale Johannesene4d209d2009-02-03 20:21:25 +00008231 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00008232 Chain, Dest, CC, Cmp);
8233 X86::CondCode CCode =
8234 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
8235 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008236 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng370e5342008-12-03 08:38:43 +00008237 Cond = Cmp;
8238 addTest = false;
8239 }
8240 }
Dan Gohman279c22e2008-10-21 03:29:32 +00008241 }
Evan Cheng67ad9db2009-02-02 08:07:36 +00008242 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
8243 // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
8244 // It should be transformed during dag combiner except when the condition
8245 // is set by a arithmetics with overflow node.
8246 X86::CondCode CCode =
8247 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
8248 CCode = X86::GetOppositeBranchCondition(CCode);
Owen Anderson825b72b2009-08-11 20:47:22 +00008249 CC = DAG.getConstant(CCode, MVT::i8);
Evan Cheng67ad9db2009-02-02 08:07:36 +00008250 Cond = Cond.getOperand(0).getOperand(1);
8251 addTest = false;
Dan Gohman279c22e2008-10-21 03:29:32 +00008252 }
Evan Cheng0488db92007-09-25 01:57:46 +00008253 }
8254
8255 if (addTest) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008256 // Look pass the truncate.
8257 if (Cond.getOpcode() == ISD::TRUNCATE)
8258 Cond = Cond.getOperand(0);
8259
8260 // We know the result of AND is compared against zero. Try to match
8261 // it to BT.
Michael J. Spencerec38de22010-10-10 22:04:20 +00008262 if (Cond.getOpcode() == ISD::AND && Cond.hasOneUse()) {
Evan Chengd40d03e2010-01-06 19:38:29 +00008263 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);
8264 if (NewSetCC.getNode()) {
8265 CC = NewSetCC.getOperand(0);
8266 Cond = NewSetCC.getOperand(1);
8267 addTest = false;
8268 }
8269 }
8270 }
8271
8272 if (addTest) {
Owen Anderson825b72b2009-08-11 20:47:22 +00008273 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng552f09a2010-04-26 19:06:11 +00008274 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00008275 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00008276 return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00008277 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00008278}
8279
Anton Korobeynikove060b532007-04-17 19:34:00 +00008280
8281// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
8282// Calls to _alloca is needed to probe the stack when allocating more than 4k
8283// bytes in one go. Touching the stack at 4K increments is necessary to ensure
8284// that the guard pages used by the OS virtual memory manager are allocated in
8285// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00008286SDValue
8287X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008288 SelectionDAG &DAG) const {
Duncan Sands1e1ca0b2010-10-21 16:02:12 +00008289 assert((Subtarget->isTargetCygMing() || Subtarget->isTargetWindows()) &&
Michael J. Spencere9c253e2010-10-21 01:41:01 +00008290 "This should be used only on Windows targets");
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008291 assert(!Subtarget->isTargetEnvMacho());
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008292 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008293
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008294 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00008295 SDValue Chain = Op.getOperand(0);
8296 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008297 // FIXME: Ensure alignment here
8298
Dan Gohman475871a2008-07-27 21:46:04 +00008299 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008300
Owen Anderson825b72b2009-08-11 20:47:22 +00008301 EVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008302 unsigned Reg = (Subtarget->is64Bit() ? X86::RAX : X86::EAX);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008303
NAKAMURA Takumia2e07622011-03-24 07:07:00 +00008304 Chain = DAG.getCopyToReg(Chain, dl, Reg, Size, Flag);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00008305 Flag = Chain.getValue(1);
8306
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00008307 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00008308
Michael J. Spencere9c253e2010-10-21 01:41:01 +00008309 Chain = DAG.getNode(X86ISD::WIN_ALLOCA, dl, NodeTys, Chain, Flag);
Anton Korobeynikov043f3c22010-03-06 19:32:29 +00008310 Flag = Chain.getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008311
Dale Johannesendd64c412009-02-04 00:33:20 +00008312 Chain = DAG.getCopyFromReg(Chain, dl, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00008313
Dan Gohman475871a2008-07-27 21:46:04 +00008314 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008315 return DAG.getMergeValues(Ops1, 2, dl);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00008316}
8317
Dan Gohmand858e902010-04-17 15:26:15 +00008318SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman1e93df62010-04-17 14:41:14 +00008319 MachineFunction &MF = DAG.getMachineFunction();
8320 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
8321
Dan Gohman69de1932008-02-06 22:27:42 +00008322 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner8026a9d2010-09-21 17:50:43 +00008323 DebugLoc DL = Op.getDebugLoc();
Evan Cheng8b2794a2006-10-13 21:14:26 +00008324
Anton Korobeynikove7beda12010-10-03 22:52:07 +00008325 if (!Subtarget->is64Bit() || Subtarget->isTargetWin64()) {
Evan Cheng25ab6902006-09-08 06:48:29 +00008326 // vastart just stores the address of the VarArgsFrameIndex slot into the
8327 // memory location argument.
Dan Gohman1e93df62010-04-17 14:41:14 +00008328 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8329 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008330 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
8331 MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008332 }
8333
8334 // __va_list_tag:
8335 // gp_offset (0 - 6 * 8)
8336 // fp_offset (48 - 48 + 8 * 16)
8337 // overflow_arg_area (point to parameters coming in memory).
8338 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00008339 SmallVector<SDValue, 8> MemOps;
8340 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00008341 // Store gp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008342 SDValue Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008343 DAG.getConstant(FuncInfo->getVarArgsGPOffset(),
8344 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008345 FIN, MachinePointerInfo(SV), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008346 MemOps.push_back(Store);
8347
8348 // Store fp_offset
Chris Lattner8026a9d2010-09-21 17:50:43 +00008349 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008350 FIN, DAG.getIntPtrConstant(4));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008351 Store = DAG.getStore(Op.getOperand(0), DL,
Dan Gohman1e93df62010-04-17 14:41:14 +00008352 DAG.getConstant(FuncInfo->getVarArgsFPOffset(),
8353 MVT::i32),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008354 FIN, MachinePointerInfo(SV, 4), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008355 MemOps.push_back(Store);
8356
8357 // Store ptr to overflow_arg_area
Chris Lattner8026a9d2010-09-21 17:50:43 +00008358 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008359 FIN, DAG.getIntPtrConstant(4));
Dan Gohman1e93df62010-04-17 14:41:14 +00008360 SDValue OVFIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
8361 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008362 Store = DAG.getStore(Op.getOperand(0), DL, OVFIN, FIN,
8363 MachinePointerInfo(SV, 8),
David Greene67c9d422010-02-15 16:53:33 +00008364 false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008365 MemOps.push_back(Store);
8366
8367 // Store ptr to reg_save_area.
Chris Lattner8026a9d2010-09-21 17:50:43 +00008368 FIN = DAG.getNode(ISD::ADD, DL, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008369 FIN, DAG.getIntPtrConstant(8));
Dan Gohman1e93df62010-04-17 14:41:14 +00008370 SDValue RSFIN = DAG.getFrameIndex(FuncInfo->getRegSaveFrameIndex(),
8371 getPointerTy());
Chris Lattner8026a9d2010-09-21 17:50:43 +00008372 Store = DAG.getStore(Op.getOperand(0), DL, RSFIN, FIN,
8373 MachinePointerInfo(SV, 16), false, false, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00008374 MemOps.push_back(Store);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008375 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
Dale Johannesene4d209d2009-02-03 20:21:25 +00008376 &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00008377}
8378
Dan Gohmand858e902010-04-17 15:26:15 +00008379SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) const {
Dan Gohman320afb82010-10-12 18:00:49 +00008380 assert(Subtarget->is64Bit() &&
8381 "LowerVAARG only handles 64-bit va_arg!");
8382 assert((Subtarget->isTargetLinux() ||
8383 Subtarget->isTargetDarwin()) &&
8384 "Unhandled target in LowerVAARG");
8385 assert(Op.getNode()->getNumOperands() == 4);
8386 SDValue Chain = Op.getOperand(0);
8387 SDValue SrcPtr = Op.getOperand(1);
8388 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
8389 unsigned Align = Op.getConstantOperandVal(3);
8390 DebugLoc dl = Op.getDebugLoc();
Dan Gohman9018e832008-05-10 01:26:14 +00008391
Dan Gohman320afb82010-10-12 18:00:49 +00008392 EVT ArgVT = Op.getNode()->getValueType(0);
Chris Lattnerdb125cf2011-07-18 04:54:35 +00008393 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
Dan Gohman320afb82010-10-12 18:00:49 +00008394 uint32_t ArgSize = getTargetData()->getTypeAllocSize(ArgTy);
8395 uint8_t ArgMode;
8396
8397 // Decide which area this value should be read from.
8398 // TODO: Implement the AMD64 ABI in its entirety. This simple
8399 // selection mechanism works only for the basic types.
8400 if (ArgVT == MVT::f80) {
8401 llvm_unreachable("va_arg for f80 not yet implemented");
8402 } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
8403 ArgMode = 2; // Argument passed in XMM register. Use fp_offset.
8404 } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
8405 ArgMode = 1; // Argument passed in GPR64 register(s). Use gp_offset.
8406 } else {
8407 llvm_unreachable("Unhandled argument type in LowerVAARG");
8408 }
8409
8410 if (ArgMode == 2) {
8411 // Sanity Check: Make sure using fp_offset makes sense.
Michael J. Spencer87b86652010-10-19 07:32:42 +00008412 assert(!UseSoftFloat &&
Eric Christopher52b45052010-10-12 19:44:17 +00008413 !(DAG.getMachineFunction()
8414 .getFunction()->hasFnAttr(Attribute::NoImplicitFloat)) &&
Nate Begeman2ea8ee72010-12-10 00:26:57 +00008415 Subtarget->hasXMM());
Dan Gohman320afb82010-10-12 18:00:49 +00008416 }
8417
8418 // Insert VAARG_64 node into the DAG
8419 // VAARG_64 returns two values: Variable Argument Address, Chain
8420 SmallVector<SDValue, 11> InstOps;
8421 InstOps.push_back(Chain);
8422 InstOps.push_back(SrcPtr);
8423 InstOps.push_back(DAG.getConstant(ArgSize, MVT::i32));
8424 InstOps.push_back(DAG.getConstant(ArgMode, MVT::i8));
8425 InstOps.push_back(DAG.getConstant(Align, MVT::i32));
8426 SDVTList VTs = DAG.getVTList(getPointerTy(), MVT::Other);
8427 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
8428 VTs, &InstOps[0], InstOps.size(),
8429 MVT::i64,
8430 MachinePointerInfo(SV),
8431 /*Align=*/0,
8432 /*Volatile=*/false,
8433 /*ReadMem=*/true,
8434 /*WriteMem=*/true);
8435 Chain = VAARG.getValue(1);
8436
8437 // Load the next argument and return it
8438 return DAG.getLoad(ArgVT, dl,
8439 Chain,
8440 VAARG,
8441 MachinePointerInfo(),
8442 false, false, 0);
Dan Gohman9018e832008-05-10 01:26:14 +00008443}
8444
Dan Gohmand858e902010-04-17 15:26:15 +00008445SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) const {
Evan Chengae642192007-03-02 23:16:35 +00008446 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00008447 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00008448 SDValue Chain = Op.getOperand(0);
8449 SDValue DstPtr = Op.getOperand(1);
8450 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00008451 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
8452 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Chris Lattnere72f2022010-09-21 05:40:29 +00008453 DebugLoc DL = Op.getDebugLoc();
Evan Chengae642192007-03-02 23:16:35 +00008454
Chris Lattnere72f2022010-09-21 05:40:29 +00008455 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr,
Mon P Wang20adc9d2010-04-04 03:10:48 +00008456 DAG.getIntPtrConstant(24), 8, /*isVolatile*/false,
Michael J. Spencerec38de22010-10-10 22:04:20 +00008457 false,
Chris Lattnere72f2022010-09-21 05:40:29 +00008458 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
Evan Chengae642192007-03-02 23:16:35 +00008459}
8460
Dan Gohman475871a2008-07-27 21:46:04 +00008461SDValue
Dan Gohmand858e902010-04-17 15:26:15 +00008462X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008463 DebugLoc dl = Op.getDebugLoc();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008464 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00008465 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00008466 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00008467 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00008468 case Intrinsic::x86_sse_comieq_ss:
8469 case Intrinsic::x86_sse_comilt_ss:
8470 case Intrinsic::x86_sse_comile_ss:
8471 case Intrinsic::x86_sse_comigt_ss:
8472 case Intrinsic::x86_sse_comige_ss:
8473 case Intrinsic::x86_sse_comineq_ss:
8474 case Intrinsic::x86_sse_ucomieq_ss:
8475 case Intrinsic::x86_sse_ucomilt_ss:
8476 case Intrinsic::x86_sse_ucomile_ss:
8477 case Intrinsic::x86_sse_ucomigt_ss:
8478 case Intrinsic::x86_sse_ucomige_ss:
8479 case Intrinsic::x86_sse_ucomineq_ss:
8480 case Intrinsic::x86_sse2_comieq_sd:
8481 case Intrinsic::x86_sse2_comilt_sd:
8482 case Intrinsic::x86_sse2_comile_sd:
8483 case Intrinsic::x86_sse2_comigt_sd:
8484 case Intrinsic::x86_sse2_comige_sd:
8485 case Intrinsic::x86_sse2_comineq_sd:
8486 case Intrinsic::x86_sse2_ucomieq_sd:
8487 case Intrinsic::x86_sse2_ucomilt_sd:
8488 case Intrinsic::x86_sse2_ucomile_sd:
8489 case Intrinsic::x86_sse2_ucomigt_sd:
8490 case Intrinsic::x86_sse2_ucomige_sd:
8491 case Intrinsic::x86_sse2_ucomineq_sd: {
8492 unsigned Opc = 0;
8493 ISD::CondCode CC = ISD::SETCC_INVALID;
8494 switch (IntNo) {
8495 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008496 case Intrinsic::x86_sse_comieq_ss:
8497 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008498 Opc = X86ISD::COMI;
8499 CC = ISD::SETEQ;
8500 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008501 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008502 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008503 Opc = X86ISD::COMI;
8504 CC = ISD::SETLT;
8505 break;
8506 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008507 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008508 Opc = X86ISD::COMI;
8509 CC = ISD::SETLE;
8510 break;
8511 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008512 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008513 Opc = X86ISD::COMI;
8514 CC = ISD::SETGT;
8515 break;
8516 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008517 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008518 Opc = X86ISD::COMI;
8519 CC = ISD::SETGE;
8520 break;
8521 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008522 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008523 Opc = X86ISD::COMI;
8524 CC = ISD::SETNE;
8525 break;
8526 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008527 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008528 Opc = X86ISD::UCOMI;
8529 CC = ISD::SETEQ;
8530 break;
8531 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008532 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008533 Opc = X86ISD::UCOMI;
8534 CC = ISD::SETLT;
8535 break;
8536 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008537 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008538 Opc = X86ISD::UCOMI;
8539 CC = ISD::SETLE;
8540 break;
8541 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008542 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008543 Opc = X86ISD::UCOMI;
8544 CC = ISD::SETGT;
8545 break;
8546 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00008547 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00008548 Opc = X86ISD::UCOMI;
8549 CC = ISD::SETGE;
8550 break;
8551 case Intrinsic::x86_sse_ucomineq_ss:
8552 case Intrinsic::x86_sse2_ucomineq_sd:
8553 Opc = X86ISD::UCOMI;
8554 CC = ISD::SETNE;
8555 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00008556 }
Evan Cheng734503b2006-09-11 02:19:56 +00008557
Dan Gohman475871a2008-07-27 21:46:04 +00008558 SDValue LHS = Op.getOperand(1);
8559 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00008560 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dan Gohman1a492952009-10-20 16:22:37 +00008561 assert(X86CC != X86::COND_INVALID && "Unexpected illegal condition!");
Owen Anderson825b72b2009-08-11 20:47:22 +00008562 SDValue Cond = DAG.getNode(Opc, dl, MVT::i32, LHS, RHS);
8563 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
8564 DAG.getConstant(X86CC, MVT::i8), Cond);
8565 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00008566 }
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008567 // ptest and testp intrinsics. The intrinsic these come from are designed to
8568 // return an integer value, not just an instruction so lower it to the ptest
8569 // or testp pattern and a setcc for the result.
Eric Christopher71c67532009-07-29 00:28:05 +00008570 case Intrinsic::x86_sse41_ptestz:
8571 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008572 case Intrinsic::x86_sse41_ptestnzc:
8573 case Intrinsic::x86_avx_ptestz_256:
8574 case Intrinsic::x86_avx_ptestc_256:
8575 case Intrinsic::x86_avx_ptestnzc_256:
8576 case Intrinsic::x86_avx_vtestz_ps:
8577 case Intrinsic::x86_avx_vtestc_ps:
8578 case Intrinsic::x86_avx_vtestnzc_ps:
8579 case Intrinsic::x86_avx_vtestz_pd:
8580 case Intrinsic::x86_avx_vtestc_pd:
8581 case Intrinsic::x86_avx_vtestnzc_pd:
8582 case Intrinsic::x86_avx_vtestz_ps_256:
8583 case Intrinsic::x86_avx_vtestc_ps_256:
8584 case Intrinsic::x86_avx_vtestnzc_ps_256:
8585 case Intrinsic::x86_avx_vtestz_pd_256:
8586 case Intrinsic::x86_avx_vtestc_pd_256:
8587 case Intrinsic::x86_avx_vtestnzc_pd_256: {
8588 bool IsTestPacked = false;
Eric Christopher71c67532009-07-29 00:28:05 +00008589 unsigned X86CC = 0;
8590 switch (IntNo) {
Eric Christopher978dae32009-07-29 18:14:04 +00008591 default: llvm_unreachable("Bad fallthrough in Intrinsic lowering.");
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008592 case Intrinsic::x86_avx_vtestz_ps:
8593 case Intrinsic::x86_avx_vtestz_pd:
8594 case Intrinsic::x86_avx_vtestz_ps_256:
8595 case Intrinsic::x86_avx_vtestz_pd_256:
8596 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008597 case Intrinsic::x86_sse41_ptestz:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008598 case Intrinsic::x86_avx_ptestz_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008599 // ZF = 1
8600 X86CC = X86::COND_E;
8601 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008602 case Intrinsic::x86_avx_vtestc_ps:
8603 case Intrinsic::x86_avx_vtestc_pd:
8604 case Intrinsic::x86_avx_vtestc_ps_256:
8605 case Intrinsic::x86_avx_vtestc_pd_256:
8606 IsTestPacked = true; // Fallthrough
Eric Christopher71c67532009-07-29 00:28:05 +00008607 case Intrinsic::x86_sse41_ptestc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008608 case Intrinsic::x86_avx_ptestc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008609 // CF = 1
8610 X86CC = X86::COND_B;
8611 break;
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008612 case Intrinsic::x86_avx_vtestnzc_ps:
8613 case Intrinsic::x86_avx_vtestnzc_pd:
8614 case Intrinsic::x86_avx_vtestnzc_ps_256:
8615 case Intrinsic::x86_avx_vtestnzc_pd_256:
8616 IsTestPacked = true; // Fallthrough
Eric Christopherfd179292009-08-27 18:07:15 +00008617 case Intrinsic::x86_sse41_ptestnzc:
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008618 case Intrinsic::x86_avx_ptestnzc_256:
Eric Christopher71c67532009-07-29 00:28:05 +00008619 // ZF and CF = 0
8620 X86CC = X86::COND_A;
8621 break;
8622 }
Eric Christopherfd179292009-08-27 18:07:15 +00008623
Eric Christopher71c67532009-07-29 00:28:05 +00008624 SDValue LHS = Op.getOperand(1);
8625 SDValue RHS = Op.getOperand(2);
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00008626 unsigned TestOpc = IsTestPacked ? X86ISD::TESTP : X86ISD::PTEST;
8627 SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS);
Owen Anderson825b72b2009-08-11 20:47:22 +00008628 SDValue CC = DAG.getConstant(X86CC, MVT::i8);
8629 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
8630 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Eric Christopher71c67532009-07-29 00:28:05 +00008631 }
Evan Cheng5759f972008-05-04 09:15:50 +00008632
8633 // Fix vector shift instructions where the last operand is a non-immediate
8634 // i32 value.
8635 case Intrinsic::x86_sse2_pslli_w:
8636 case Intrinsic::x86_sse2_pslli_d:
8637 case Intrinsic::x86_sse2_pslli_q:
8638 case Intrinsic::x86_sse2_psrli_w:
8639 case Intrinsic::x86_sse2_psrli_d:
8640 case Intrinsic::x86_sse2_psrli_q:
8641 case Intrinsic::x86_sse2_psrai_w:
8642 case Intrinsic::x86_sse2_psrai_d:
8643 case Intrinsic::x86_mmx_pslli_w:
8644 case Intrinsic::x86_mmx_pslli_d:
8645 case Intrinsic::x86_mmx_pslli_q:
8646 case Intrinsic::x86_mmx_psrli_w:
8647 case Intrinsic::x86_mmx_psrli_d:
8648 case Intrinsic::x86_mmx_psrli_q:
8649 case Intrinsic::x86_mmx_psrai_w:
8650 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00008651 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00008652 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00008653 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00008654
8655 unsigned NewIntNo = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00008656 EVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008657 switch (IntNo) {
8658 case Intrinsic::x86_sse2_pslli_w:
8659 NewIntNo = Intrinsic::x86_sse2_psll_w;
8660 break;
8661 case Intrinsic::x86_sse2_pslli_d:
8662 NewIntNo = Intrinsic::x86_sse2_psll_d;
8663 break;
8664 case Intrinsic::x86_sse2_pslli_q:
8665 NewIntNo = Intrinsic::x86_sse2_psll_q;
8666 break;
8667 case Intrinsic::x86_sse2_psrli_w:
8668 NewIntNo = Intrinsic::x86_sse2_psrl_w;
8669 break;
8670 case Intrinsic::x86_sse2_psrli_d:
8671 NewIntNo = Intrinsic::x86_sse2_psrl_d;
8672 break;
8673 case Intrinsic::x86_sse2_psrli_q:
8674 NewIntNo = Intrinsic::x86_sse2_psrl_q;
8675 break;
8676 case Intrinsic::x86_sse2_psrai_w:
8677 NewIntNo = Intrinsic::x86_sse2_psra_w;
8678 break;
8679 case Intrinsic::x86_sse2_psrai_d:
8680 NewIntNo = Intrinsic::x86_sse2_psra_d;
8681 break;
8682 default: {
Owen Anderson825b72b2009-08-11 20:47:22 +00008683 ShAmtVT = MVT::v2i32;
Evan Cheng5759f972008-05-04 09:15:50 +00008684 switch (IntNo) {
8685 case Intrinsic::x86_mmx_pslli_w:
8686 NewIntNo = Intrinsic::x86_mmx_psll_w;
8687 break;
8688 case Intrinsic::x86_mmx_pslli_d:
8689 NewIntNo = Intrinsic::x86_mmx_psll_d;
8690 break;
8691 case Intrinsic::x86_mmx_pslli_q:
8692 NewIntNo = Intrinsic::x86_mmx_psll_q;
8693 break;
8694 case Intrinsic::x86_mmx_psrli_w:
8695 NewIntNo = Intrinsic::x86_mmx_psrl_w;
8696 break;
8697 case Intrinsic::x86_mmx_psrli_d:
8698 NewIntNo = Intrinsic::x86_mmx_psrl_d;
8699 break;
8700 case Intrinsic::x86_mmx_psrli_q:
8701 NewIntNo = Intrinsic::x86_mmx_psrl_q;
8702 break;
8703 case Intrinsic::x86_mmx_psrai_w:
8704 NewIntNo = Intrinsic::x86_mmx_psra_w;
8705 break;
8706 case Intrinsic::x86_mmx_psrai_d:
8707 NewIntNo = Intrinsic::x86_mmx_psra_d;
8708 break;
Torok Edwinc23197a2009-07-14 16:55:14 +00008709 default: llvm_unreachable("Impossible intrinsic"); // Can't reach here.
Evan Cheng5759f972008-05-04 09:15:50 +00008710 }
8711 break;
8712 }
8713 }
Mon P Wangefa42202009-09-03 19:56:25 +00008714
8715 // The vector shift intrinsics with scalars uses 32b shift amounts but
8716 // the sse2/mmx shift instructions reads 64 bits. Set the upper 32 bits
8717 // to be zero.
8718 SDValue ShOps[4];
8719 ShOps[0] = ShAmt;
8720 ShOps[1] = DAG.getConstant(0, MVT::i32);
8721 if (ShAmtVT == MVT::v4i32) {
8722 ShOps[2] = DAG.getUNDEF(MVT::i32);
8723 ShOps[3] = DAG.getUNDEF(MVT::i32);
8724 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 4);
8725 } else {
8726 ShAmt = DAG.getNode(ISD::BUILD_VECTOR, dl, ShAmtVT, &ShOps[0], 2);
Dale Johannesen0488fb62010-09-30 23:57:10 +00008727// FIXME this must be lowered to get rid of the invalid type.
Mon P Wangefa42202009-09-03 19:56:25 +00008728 }
8729
Owen Andersone50ed302009-08-10 22:56:29 +00008730 EVT VT = Op.getValueType();
Wesley Peckbf17cfa2010-11-23 03:31:01 +00008731 ShAmt = DAG.getNode(ISD::BITCAST, dl, VT, ShAmt);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008732 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00008733 DAG.getConstant(NewIntNo, MVT::i32),
Evan Cheng5759f972008-05-04 09:15:50 +00008734 Op.getOperand(1), ShAmt);
8735 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00008736 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00008737}
Evan Cheng72261582005-12-20 06:22:03 +00008738
Dan Gohmand858e902010-04-17 15:26:15 +00008739SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op,
8740 SelectionDAG &DAG) const {
Evan Cheng2457f2c2010-05-22 01:47:14 +00008741 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8742 MFI->setReturnAddressIsTaken(true);
8743
Bill Wendling64e87322009-01-16 19:25:27 +00008744 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008745 DebugLoc dl = Op.getDebugLoc();
Bill Wendling64e87322009-01-16 19:25:27 +00008746
8747 if (Depth > 0) {
8748 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
8749 SDValue Offset =
8750 DAG.getConstant(TD->getPointerSize(),
Owen Anderson825b72b2009-08-11 20:47:22 +00008751 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00008752 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Scott Michelfdc40a02009-02-17 22:15:04 +00008753 DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008754 FrameAddr, Offset),
Chris Lattner51abfe42010-09-21 06:02:19 +00008755 MachinePointerInfo(), false, false, 0);
Bill Wendling64e87322009-01-16 19:25:27 +00008756 }
8757
8758 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00008759 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00008760 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Chris Lattner51abfe42010-09-21 06:02:19 +00008761 RetAddrFI, MachinePointerInfo(), false, false, 0);
Nate Begemanbcc5f362007-01-29 22:58:52 +00008762}
8763
Dan Gohmand858e902010-04-17 15:26:15 +00008764SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng184793f2008-09-27 01:56:22 +00008765 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
8766 MFI->setFrameAddressIsTaken(true);
Evan Cheng2457f2c2010-05-22 01:47:14 +00008767
Owen Andersone50ed302009-08-10 22:56:29 +00008768 EVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008769 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful
Evan Cheng184793f2008-09-27 01:56:22 +00008770 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
8771 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
Dale Johannesendd64c412009-02-04 00:33:20 +00008772 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
Evan Cheng184793f2008-09-27 01:56:22 +00008773 while (Depth--)
Chris Lattner51abfe42010-09-21 06:02:19 +00008774 FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr,
8775 MachinePointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +00008776 false, false, 0);
Evan Cheng184793f2008-09-27 01:56:22 +00008777 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00008778}
8779
Dan Gohman475871a2008-07-27 21:46:04 +00008780SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008781 SelectionDAG &DAG) const {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008782 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008783}
8784
Dan Gohmand858e902010-04-17 15:26:15 +00008785SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) const {
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008786 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00008787 SDValue Chain = Op.getOperand(0);
8788 SDValue Offset = Op.getOperand(1);
8789 SDValue Handler = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008790 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008791
Dan Gohmand8816272010-08-11 18:14:00 +00008792 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl,
8793 Subtarget->is64Bit() ? X86::RBP : X86::EBP,
8794 getPointerTy());
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008795 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008796
Dan Gohmand8816272010-08-11 18:14:00 +00008797 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), Frame,
8798 DAG.getIntPtrConstant(TD->getPointerSize()));
Dale Johannesene4d209d2009-02-03 20:21:25 +00008799 StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), StoreAddr, Offset);
Chris Lattner8026a9d2010-09-21 17:50:43 +00008800 Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, MachinePointerInfo(),
8801 false, false, 0);
Dale Johannesendd64c412009-02-04 00:33:20 +00008802 Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008803 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008804
Dale Johannesene4d209d2009-02-03 20:21:25 +00008805 return DAG.getNode(X86ISD::EH_RETURN, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008806 MVT::Other,
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00008807 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00008808}
8809
Dan Gohman475871a2008-07-27 21:46:04 +00008810SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00008811 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00008812 SDValue Root = Op.getOperand(0);
8813 SDValue Trmp = Op.getOperand(1); // trampoline
8814 SDValue FPtr = Op.getOperand(2); // nested function
8815 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008816 DebugLoc dl = Op.getDebugLoc();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008817
Dan Gohman69de1932008-02-06 22:27:42 +00008818 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008819
8820 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00008821 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00008822
8823 // Large code-model.
Chris Lattnera62fe662010-02-05 19:20:30 +00008824 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode.
8825 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
Duncan Sands339e14f2008-01-16 22:55:25 +00008826
Evan Cheng0e6a0522011-07-18 20:57:22 +00008827 const unsigned char N86R10 = X86_MC::getX86RegNum(X86::R10);
8828 const unsigned char N86R11 = X86_MC::getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00008829
8830 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
8831
8832 // Load the pointer to the nested function into R11.
8833 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00008834 SDValue Addr = Trmp;
Owen Anderson825b72b2009-08-11 20:47:22 +00008835 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008836 Addr, MachinePointerInfo(TrmpAddr),
8837 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008838
Owen Anderson825b72b2009-08-11 20:47:22 +00008839 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8840 DAG.getConstant(2, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008841 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
8842 MachinePointerInfo(TrmpAddr, 2),
David Greene67c9d422010-02-15 16:53:33 +00008843 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008844
8845 // Load the 'nest' parameter value into R10.
8846 // R10 is specified in X86CallingConv.td
8847 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
Owen Anderson825b72b2009-08-11 20:47:22 +00008848 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8849 DAG.getConstant(10, MVT::i64));
8850 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008851 Addr, MachinePointerInfo(TrmpAddr, 10),
8852 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008853
Owen Anderson825b72b2009-08-11 20:47:22 +00008854 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8855 DAG.getConstant(12, MVT::i64));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008856 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
8857 MachinePointerInfo(TrmpAddr, 12),
David Greene67c9d422010-02-15 16:53:33 +00008858 false, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00008859
8860 // Jump to the nested function.
8861 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
Owen Anderson825b72b2009-08-11 20:47:22 +00008862 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8863 DAG.getConstant(20, MVT::i64));
8864 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008865 Addr, MachinePointerInfo(TrmpAddr, 20),
8866 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008867
8868 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
Owen Anderson825b72b2009-08-11 20:47:22 +00008869 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
8870 DAG.getConstant(22, MVT::i64));
8871 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008872 MachinePointerInfo(TrmpAddr, 22),
8873 false, false, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00008874
Dan Gohman475871a2008-07-27 21:46:04 +00008875 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008876 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008877 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008878 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00008879 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00008880 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
Sandeep Patel65c3c8f2009-09-02 08:44:58 +00008881 CallingConv::ID CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00008882 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008883
8884 switch (CC) {
8885 default:
Torok Edwinc23197a2009-07-14 16:55:14 +00008886 llvm_unreachable("Unsupported calling convention");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008887 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008888 case CallingConv::X86_StdCall: {
8889 // Pass 'nest' parameter in ECX.
8890 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008891 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008892
8893 // Check that ECX wasn't needed by an 'inreg' parameter.
Chris Lattnerdb125cf2011-07-18 04:54:35 +00008894 FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00008895 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00008896
Chris Lattner58d74912008-03-12 17:45:29 +00008897 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00008898 unsigned InRegCount = 0;
8899 unsigned Idx = 1;
8900
8901 for (FunctionType::param_iterator I = FTy->param_begin(),
8902 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00008903 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00008904 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00008905 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008906
8907 if (InRegCount > 2) {
Eric Christopher90eb4022010-07-22 00:26:08 +00008908 report_fatal_error("Nest register in use - reduce number of inreg"
8909 " parameters!");
Duncan Sandsb116fac2007-07-27 20:02:49 +00008910 }
8911 }
8912 break;
8913 }
8914 case CallingConv::X86_FastCall:
Anton Korobeynikovded05e32010-05-16 09:08:45 +00008915 case CallingConv::X86_ThisCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00008916 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00008917 // Pass 'nest' parameter in EAX.
8918 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00008919 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008920 break;
8921 }
8922
Dan Gohman475871a2008-07-27 21:46:04 +00008923 SDValue OutChains[4];
8924 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00008925
Owen Anderson825b72b2009-08-11 20:47:22 +00008926 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8927 DAG.getConstant(10, MVT::i32));
8928 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008929
Chris Lattnera62fe662010-02-05 19:20:30 +00008930 // This is storing the opcode for MOV32ri.
8931 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byte.
Evan Cheng0e6a0522011-07-18 20:57:22 +00008932 const unsigned char N86Reg = X86_MC::getX86RegNum(NestReg);
Scott Michelfdc40a02009-02-17 22:15:04 +00008933 OutChains[0] = DAG.getStore(Root, dl,
Owen Anderson825b72b2009-08-11 20:47:22 +00008934 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Chris Lattner8026a9d2010-09-21 17:50:43 +00008935 Trmp, MachinePointerInfo(TrmpAddr),
8936 false, false, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008937
Owen Anderson825b72b2009-08-11 20:47:22 +00008938 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8939 DAG.getConstant(1, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008940 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr,
8941 MachinePointerInfo(TrmpAddr, 1),
David Greene67c9d422010-02-15 16:53:33 +00008942 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008943
Chris Lattnera62fe662010-02-05 19:20:30 +00008944 const unsigned char JMP = 0xE9; // jmp <32bit dst> opcode.
Owen Anderson825b72b2009-08-11 20:47:22 +00008945 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8946 DAG.getConstant(5, MVT::i32));
8947 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,
Chris Lattner8026a9d2010-09-21 17:50:43 +00008948 MachinePointerInfo(TrmpAddr, 5),
8949 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008950
Owen Anderson825b72b2009-08-11 20:47:22 +00008951 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
8952 DAG.getConstant(6, MVT::i32));
Chris Lattner8026a9d2010-09-21 17:50:43 +00008953 OutChains[3] = DAG.getStore(Root, dl, Disp, Addr,
8954 MachinePointerInfo(TrmpAddr, 6),
David Greene67c9d422010-02-15 16:53:33 +00008955 false, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008956
Dan Gohman475871a2008-07-27 21:46:04 +00008957 SDValue Ops[] =
Owen Anderson825b72b2009-08-11 20:47:22 +00008958 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 4) };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008959 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00008960 }
8961}
8962
Dan Gohmand858e902010-04-17 15:26:15 +00008963SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op,
8964 SelectionDAG &DAG) const {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008965 /*
8966 The rounding mode is in bits 11:10 of FPSR, and has the following
8967 settings:
8968 00 Round to nearest
8969 01 Round to -inf
8970 10 Round to +inf
8971 11 Round to 0
8972
8973 FLT_ROUNDS, on the other hand, expects the following:
8974 -1 Undefined
8975 0 Round to 0
8976 1 Round to nearest
8977 2 Round to +inf
8978 3 Round to -inf
8979
8980 To perform the conversion, we do:
8981 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
8982 */
8983
8984 MachineFunction &MF = DAG.getMachineFunction();
8985 const TargetMachine &TM = MF.getTarget();
Anton Korobeynikov16c29b52011-01-10 12:39:04 +00008986 const TargetFrameLowering &TFI = *TM.getFrameLowering();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008987 unsigned StackAlignment = TFI.getStackAlignment();
Owen Andersone50ed302009-08-10 22:56:29 +00008988 EVT VT = Op.getValueType();
Chris Lattner2156b792010-09-22 01:11:26 +00008989 DebugLoc DL = Op.getDebugLoc();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008990
8991 // Save FP Control Word to stack slot
David Greene3f2bf852009-11-12 20:49:22 +00008992 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment, false);
Dan Gohman475871a2008-07-27 21:46:04 +00008993 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00008994
Michael J. Spencerec38de22010-10-10 22:04:20 +00008995
Chris Lattner2156b792010-09-22 01:11:26 +00008996 MachineMemOperand *MMO =
8997 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(SSFI),
8998 MachineMemOperand::MOStore, 2, 2);
Michael J. Spencerec38de22010-10-10 22:04:20 +00008999
Chris Lattner2156b792010-09-22 01:11:26 +00009000 SDValue Ops[] = { DAG.getEntryNode(), StackSlot };
9001 SDValue Chain = DAG.getMemIntrinsicNode(X86ISD::FNSTCW16m, DL,
9002 DAG.getVTList(MVT::Other),
9003 Ops, 2, MVT::i16, MMO);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009004
9005 // Load FP Control Word from stack slot
Chris Lattner2156b792010-09-22 01:11:26 +00009006 SDValue CWD = DAG.getLoad(MVT::i16, DL, Chain, StackSlot,
Chris Lattner51abfe42010-09-21 06:02:19 +00009007 MachinePointerInfo(), false, false, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009008
9009 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00009010 SDValue CWD1 =
Chris Lattner2156b792010-09-22 01:11:26 +00009011 DAG.getNode(ISD::SRL, DL, MVT::i16,
9012 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00009013 CWD, DAG.getConstant(0x800, MVT::i16)),
9014 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00009015 SDValue CWD2 =
Chris Lattner2156b792010-09-22 01:11:26 +00009016 DAG.getNode(ISD::SRL, DL, MVT::i16,
9017 DAG.getNode(ISD::AND, DL, MVT::i16,
Owen Anderson825b72b2009-08-11 20:47:22 +00009018 CWD, DAG.getConstant(0x400, MVT::i16)),
9019 DAG.getConstant(9, MVT::i8));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009020
Dan Gohman475871a2008-07-27 21:46:04 +00009021 SDValue RetVal =
Chris Lattner2156b792010-09-22 01:11:26 +00009022 DAG.getNode(ISD::AND, DL, MVT::i16,
9023 DAG.getNode(ISD::ADD, DL, MVT::i16,
9024 DAG.getNode(ISD::OR, DL, MVT::i16, CWD1, CWD2),
Owen Anderson825b72b2009-08-11 20:47:22 +00009025 DAG.getConstant(1, MVT::i16)),
9026 DAG.getConstant(3, MVT::i16));
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009027
9028
Duncan Sands83ec4b62008-06-06 12:08:01 +00009029 return DAG.getNode((VT.getSizeInBits() < 16 ?
Chris Lattner2156b792010-09-22 01:11:26 +00009030 ISD::TRUNCATE : ISD::ZERO_EXTEND), DL, VT, RetVal);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009031}
9032
Dan Gohmand858e902010-04-17 15:26:15 +00009033SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009034 EVT VT = Op.getValueType();
9035 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009036 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009037 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00009038
9039 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009040 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00009041 // Zero extend to i32 since there is not an i8 bsr.
Owen Anderson825b72b2009-08-11 20:47:22 +00009042 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00009043 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009044 }
Evan Cheng18efe262007-12-14 02:13:44 +00009045
Evan Cheng152804e2007-12-14 08:30:15 +00009046 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009047 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009048 Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00009049
9050 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00009051 SDValue Ops[] = {
9052 Op,
9053 DAG.getConstant(NumBits+NumBits-1, OpVT),
9054 DAG.getConstant(X86::COND_E, MVT::i8),
9055 Op.getValue(1)
9056 };
9057 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00009058
9059 // Finally xor with NumBits-1.
Dale Johannesene4d209d2009-02-03 20:21:25 +00009060 Op = DAG.getNode(ISD::XOR, dl, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
Evan Cheng152804e2007-12-14 08:30:15 +00009061
Owen Anderson825b72b2009-08-11 20:47:22 +00009062 if (VT == MVT::i8)
9063 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009064 return Op;
9065}
9066
Dan Gohmand858e902010-04-17 15:26:15 +00009067SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009068 EVT VT = Op.getValueType();
9069 EVT OpVT = VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +00009070 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009071 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00009072
9073 Op = Op.getOperand(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009074 if (VT == MVT::i8) {
9075 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00009076 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009077 }
Evan Cheng152804e2007-12-14 08:30:15 +00009078
9079 // Issue a bsf (scan bits forward) which also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009080 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009081 Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00009082
9083 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Benjamin Kramer7f1a5602009-12-29 16:57:26 +00009084 SDValue Ops[] = {
9085 Op,
9086 DAG.getConstant(NumBits, OpVT),
9087 DAG.getConstant(X86::COND_E, MVT::i8),
9088 Op.getValue(1)
9089 };
9090 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops, array_lengthof(Ops));
Evan Cheng152804e2007-12-14 08:30:15 +00009091
Owen Anderson825b72b2009-08-11 20:47:22 +00009092 if (VT == MVT::i8)
9093 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00009094 return Op;
9095}
9096
Dan Gohmand858e902010-04-17 15:26:15 +00009097SDValue X86TargetLowering::LowerMUL_V2I64(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009098 EVT VT = Op.getValueType();
Owen Anderson825b72b2009-08-11 20:47:22 +00009099 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009100 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00009101
Mon P Wangaf9b9522008-12-18 21:42:19 +00009102 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
9103 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
9104 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
9105 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
9106 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
9107 //
9108 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
9109 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
9110 // return AloBlo + AloBhi + AhiBlo;
9111
9112 SDValue A = Op.getOperand(0);
9113 SDValue B = Op.getOperand(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00009114
Dale Johannesene4d209d2009-02-03 20:21:25 +00009115 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009116 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9117 A, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009118 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009119 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9120 B, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009121 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009122 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00009123 A, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009124 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009125 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00009126 A, Bhi);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009127 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009128 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
Mon P Wangaf9b9522008-12-18 21:42:19 +00009129 Ahi, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009130 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009131 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9132 AloBhi, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009133 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +00009134 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9135 AhiBlo, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009136 SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
9137 Res = DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
Mon P Wangaf9b9522008-12-18 21:42:19 +00009138 return Res;
9139}
9140
Nadav Rotem43012222011-05-11 08:12:09 +00009141SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) const {
9142
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009143 EVT VT = Op.getValueType();
9144 DebugLoc dl = Op.getDebugLoc();
9145 SDValue R = Op.getOperand(0);
Nadav Rotem43012222011-05-11 08:12:09 +00009146 SDValue Amt = Op.getOperand(1);
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009147
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009148 LLVMContext *Context = DAG.getContext();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009149
Nadav Rotem43012222011-05-11 08:12:09 +00009150 // Must have SSE2.
9151 if (!Subtarget->hasSSE2()) return SDValue();
Nate Begeman51409212010-07-28 00:21:48 +00009152
Nadav Rotem43012222011-05-11 08:12:09 +00009153 // Optimize shl/srl/sra with constant shift amount.
9154 if (isSplatVector(Amt.getNode())) {
9155 SDValue SclrAmt = Amt->getOperand(0);
9156 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(SclrAmt)) {
9157 uint64_t ShiftAmt = C->getZExtValue();
9158
9159 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SHL)
9160 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9161 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
9162 R, DAG.getConstant(ShiftAmt, MVT::i32));
9163
9164 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SHL)
9165 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9166 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
9167 R, DAG.getConstant(ShiftAmt, MVT::i32));
9168
9169 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SHL)
9170 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9171 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
9172 R, DAG.getConstant(ShiftAmt, MVT::i32));
9173
9174 if (VT == MVT::v2i64 && Op.getOpcode() == ISD::SRL)
9175 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9176 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
9177 R, DAG.getConstant(ShiftAmt, MVT::i32));
9178
9179 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRL)
9180 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9181 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
9182 R, DAG.getConstant(ShiftAmt, MVT::i32));
9183
9184 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRL)
9185 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9186 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
9187 R, DAG.getConstant(ShiftAmt, MVT::i32));
9188
9189 if (VT == MVT::v4i32 && Op.getOpcode() == ISD::SRA)
9190 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9191 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
9192 R, DAG.getConstant(ShiftAmt, MVT::i32));
9193
9194 if (VT == MVT::v8i16 && Op.getOpcode() == ISD::SRA)
9195 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9196 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
9197 R, DAG.getConstant(ShiftAmt, MVT::i32));
9198 }
9199 }
9200
9201 // Lower SHL with variable shift amount.
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009202 // Cannot lower SHL without SSE2 or later.
9203 if (!Subtarget->hasSSE2()) return SDValue();
Nadav Rotem43012222011-05-11 08:12:09 +00009204
9205 if (VT == MVT::v4i32 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00009206 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9207 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
9208 Op.getOperand(1), DAG.getConstant(23, MVT::i32));
9209
9210 ConstantInt *CI = ConstantInt::get(*Context, APInt(32, 0x3f800000U));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009211
Nate Begeman51409212010-07-28 00:21:48 +00009212 std::vector<Constant*> CV(4, CI);
9213 Constant *C = ConstantVector::get(CV);
9214 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9215 SDValue Addend = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009216 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00009217 false, false, 16);
9218
9219 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Addend);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009220 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4f32, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009221 Op = DAG.getNode(ISD::FP_TO_SINT, dl, VT, Op);
9222 return DAG.getNode(ISD::MUL, dl, VT, Op, R);
9223 }
Nadav Rotem43012222011-05-11 08:12:09 +00009224 if (VT == MVT::v16i8 && Op->getOpcode() == ISD::SHL) {
Nate Begeman51409212010-07-28 00:21:48 +00009225 // a = a << 5;
9226 Op = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9227 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
9228 Op.getOperand(1), DAG.getConstant(5, MVT::i32));
9229
9230 ConstantInt *CM1 = ConstantInt::get(*Context, APInt(8, 15));
9231 ConstantInt *CM2 = ConstantInt::get(*Context, APInt(8, 63));
9232
9233 std::vector<Constant*> CVM1(16, CM1);
9234 std::vector<Constant*> CVM2(16, CM2);
9235 Constant *C = ConstantVector::get(CVM1);
9236 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9237 SDValue M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009238 MachinePointerInfo::getConstantPool(),
Nate Begeman51409212010-07-28 00:21:48 +00009239 false, false, 16);
9240
9241 // r = pblendv(r, psllw(r & (char16)15, 4), a);
9242 M = DAG.getNode(ISD::AND, dl, VT, R, M);
9243 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9244 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
9245 DAG.getConstant(4, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00009246 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009247 // a += a
9248 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009249
Nate Begeman51409212010-07-28 00:21:48 +00009250 C = ConstantVector::get(CVM2);
9251 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
9252 M = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Chris Lattnere8639032010-09-21 06:22:23 +00009253 MachinePointerInfo::getConstantPool(),
Chris Lattner51abfe42010-09-21 06:02:19 +00009254 false, false, 16);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009255
Nate Begeman51409212010-07-28 00:21:48 +00009256 // r = pblendv(r, psllw(r & (char16)63, 2), a);
9257 M = DAG.getNode(ISD::AND, dl, VT, R, M);
9258 M = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9259 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32), M,
9260 DAG.getConstant(2, MVT::i32));
Nate Begeman672fb622010-12-20 22:04:24 +00009261 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT, R, M, Op);
Nate Begeman51409212010-07-28 00:21:48 +00009262 // a += a
9263 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Op);
Michael J. Spencerec38de22010-10-10 22:04:20 +00009264
Nate Begeman51409212010-07-28 00:21:48 +00009265 // return pblendv(r, r+r, a);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009266 R = DAG.getNode(X86ISD::PBLENDVB, dl, VT,
Nate Begeman51409212010-07-28 00:21:48 +00009267 R, DAG.getNode(ISD::ADD, dl, VT, R, R), Op);
9268 return R;
9269 }
9270 return SDValue();
Nate Begemanbdcb5af2010-07-27 22:37:06 +00009271}
Mon P Wangaf9b9522008-12-18 21:42:19 +00009272
Dan Gohmand858e902010-04-17 15:26:15 +00009273SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) const {
Bill Wendling74c37652008-12-09 22:08:41 +00009274 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
9275 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00009276 // looks for this combo and may remove the "setcc" instruction if the "setcc"
9277 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00009278 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00009279 SDValue LHS = N->getOperand(0);
9280 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00009281 unsigned BaseOp = 0;
9282 unsigned Cond = 0;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009283 DebugLoc DL = Op.getDebugLoc();
Bill Wendling74c37652008-12-09 22:08:41 +00009284 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009285 default: llvm_unreachable("Unknown ovf instruction!");
Bill Wendling74c37652008-12-09 22:08:41 +00009286 case ISD::SADDO:
Dan Gohman076aee32009-03-04 19:44:21 +00009287 // A subtract of one will be selected as a INC. Note that INC doesn't
9288 // set CF, so we can't do this for UADDO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00009289 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
9290 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00009291 BaseOp = X86ISD::INC;
9292 Cond = X86::COND_O;
9293 break;
9294 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009295 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00009296 Cond = X86::COND_O;
9297 break;
9298 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009299 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00009300 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00009301 break;
9302 case ISD::SSUBO:
Dan Gohman076aee32009-03-04 19:44:21 +00009303 // A subtract of one will be selected as a DEC. Note that DEC doesn't
9304 // set CF, so we can't do this for USUBO.
Benjamin Kramerc175a4b2011-03-08 15:20:20 +00009305 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS))
9306 if (C->isOne()) {
Dan Gohman076aee32009-03-04 19:44:21 +00009307 BaseOp = X86ISD::DEC;
9308 Cond = X86::COND_O;
9309 break;
9310 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009311 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00009312 Cond = X86::COND_O;
9313 break;
9314 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009315 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00009316 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00009317 break;
9318 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00009319 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00009320 Cond = X86::COND_O;
9321 break;
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009322 case ISD::UMULO: { // i64, i8 = umulo lhs, rhs --> i64, i64, i32 umul lhs,rhs
9323 SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
9324 MVT::i32);
9325 SDValue Sum = DAG.getNode(X86ISD::UMUL, DL, VTs, LHS, RHS);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009326
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009327 SDValue SetCC =
9328 DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
9329 DAG.getConstant(X86::COND_O, MVT::i32),
9330 SDValue(Sum.getNode(), 2));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009331
Dan Gohman6e5fda22011-07-22 18:45:15 +00009332 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009333 }
Bill Wendling74c37652008-12-09 22:08:41 +00009334 }
Bill Wendling3fafd932008-11-26 22:37:40 +00009335
Bill Wendling61edeb52008-12-02 01:06:39 +00009336 // Also sets EFLAGS.
Owen Anderson825b72b2009-08-11 20:47:22 +00009337 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009338 SDValue Sum = DAG.getNode(BaseOp, DL, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00009339
Bill Wendling61edeb52008-12-02 01:06:39 +00009340 SDValue SetCC =
Chris Lattnerb20e0b12010-12-05 07:30:36 +00009341 DAG.getNode(X86ISD::SETCC, DL, N->getValueType(1),
9342 DAG.getConstant(Cond, MVT::i32),
9343 SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00009344
Dan Gohman6e5fda22011-07-22 18:45:15 +00009345 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
Bill Wendling41ea7e72008-11-24 19:21:46 +00009346}
9347
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009348SDValue X86TargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const{
9349 DebugLoc dl = Op.getDebugLoc();
9350 SDNode* Node = Op.getNode();
9351 EVT ExtraVT = cast<VTSDNode>(Node->getOperand(1))->getVT();
9352 EVT VT = Node->getValueType(0);
9353
9354 if (Subtarget->hasSSE2() && VT.isVector()) {
9355 unsigned BitsDiff = VT.getScalarType().getSizeInBits() -
9356 ExtraVT.getScalarType().getSizeInBits();
9357 SDValue ShAmt = DAG.getConstant(BitsDiff, MVT::i32);
9358
9359 unsigned SHLIntrinsicsID = 0;
9360 unsigned SRAIntrinsicsID = 0;
9361 switch (VT.getSimpleVT().SimpleTy) {
9362 default:
9363 return SDValue();
9364 case MVT::v2i64: {
9365 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_q;
9366 SRAIntrinsicsID = 0;
9367 break;
9368 }
9369 case MVT::v4i32: {
9370 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_d;
9371 SRAIntrinsicsID = Intrinsic::x86_sse2_psrai_d;
9372 break;
9373 }
9374 case MVT::v8i16: {
9375 SHLIntrinsicsID = Intrinsic::x86_sse2_pslli_w;
9376 SRAIntrinsicsID = Intrinsic::x86_sse2_psrai_w;
9377 break;
9378 }
9379 }
9380
9381 SDValue Tmp1 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9382 DAG.getConstant(SHLIntrinsicsID, MVT::i32),
9383 Node->getOperand(0), ShAmt);
9384
9385 // In case of 1 bit sext, no need to shr
9386 if (ExtraVT.getScalarType().getSizeInBits() == 1) return Tmp1;
9387
9388 if (SRAIntrinsicsID) {
9389 Tmp1 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
9390 DAG.getConstant(SRAIntrinsicsID, MVT::i32),
9391 Tmp1, ShAmt);
9392 }
9393 return Tmp1;
9394 }
9395
9396 return SDValue();
9397}
9398
9399
Eric Christopher9a9d2752010-07-22 02:48:34 +00009400SDValue X86TargetLowering::LowerMEMBARRIER(SDValue Op, SelectionDAG &DAG) const{
9401 DebugLoc dl = Op.getDebugLoc();
Michael J. Spencerec38de22010-10-10 22:04:20 +00009402
Eric Christopher77ed1352011-07-08 00:04:56 +00009403 // Go ahead and emit the fence on x86-64 even if we asked for no-sse2.
9404 // There isn't any reason to disable it if the target processor supports it.
9405 if (!Subtarget->hasSSE2() && !Subtarget->is64Bit()) {
Eric Christopherc0b2a202010-08-14 21:51:50 +00009406 SDValue Chain = Op.getOperand(0);
Eric Christopher77ed1352011-07-08 00:04:56 +00009407 SDValue Zero = DAG.getConstant(0, MVT::i32);
Eric Christopherc0b2a202010-08-14 21:51:50 +00009408 SDValue Ops[] = {
9409 DAG.getRegister(X86::ESP, MVT::i32), // Base
9410 DAG.getTargetConstant(1, MVT::i8), // Scale
9411 DAG.getRegister(0, MVT::i32), // Index
9412 DAG.getTargetConstant(0, MVT::i32), // Disp
9413 DAG.getRegister(0, MVT::i32), // Segment.
9414 Zero,
9415 Chain
9416 };
Michael J. Spencerec38de22010-10-10 22:04:20 +00009417 SDNode *Res =
Eric Christopherc0b2a202010-08-14 21:51:50 +00009418 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
9419 array_lengthof(Ops));
9420 return SDValue(Res, 0);
Eric Christopherb6729dc2010-08-04 23:03:04 +00009421 }
Michael J. Spencerec38de22010-10-10 22:04:20 +00009422
Eric Christopher9a9d2752010-07-22 02:48:34 +00009423 unsigned isDev = cast<ConstantSDNode>(Op.getOperand(5))->getZExtValue();
Chris Lattner132929a2010-08-14 17:26:09 +00009424 if (!isDev)
Eric Christopher9a9d2752010-07-22 02:48:34 +00009425 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009426
Chris Lattner132929a2010-08-14 17:26:09 +00009427 unsigned Op1 = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
9428 unsigned Op2 = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue();
9429 unsigned Op3 = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
9430 unsigned Op4 = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
Michael J. Spencerec38de22010-10-10 22:04:20 +00009431
Chris Lattner132929a2010-08-14 17:26:09 +00009432 // def : Pat<(membarrier (i8 0), (i8 0), (i8 0), (i8 1), (i8 1)), (SFENCE)>;
9433 if (!Op1 && !Op2 && !Op3 && Op4)
9434 return DAG.getNode(X86ISD::SFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009435
Chris Lattner132929a2010-08-14 17:26:09 +00009436 // def : Pat<(membarrier (i8 1), (i8 0), (i8 0), (i8 0), (i8 1)), (LFENCE)>;
9437 if (Op1 && !Op2 && !Op3 && !Op4)
9438 return DAG.getNode(X86ISD::LFENCE, dl, MVT::Other, Op.getOperand(0));
Michael J. Spencerec38de22010-10-10 22:04:20 +00009439
9440 // def : Pat<(membarrier (i8 imm), (i8 imm), (i8 imm), (i8 imm), (i8 1)),
Chris Lattner132929a2010-08-14 17:26:09 +00009441 // (MFENCE)>;
9442 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
Eric Christopher9a9d2752010-07-22 02:48:34 +00009443}
9444
Eli Friedman14648462011-07-27 22:21:52 +00009445SDValue X86TargetLowering::LowerATOMIC_FENCE(SDValue Op,
9446 SelectionDAG &DAG) const {
9447 DebugLoc dl = Op.getDebugLoc();
9448 AtomicOrdering FenceOrdering = static_cast<AtomicOrdering>(
9449 cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue());
9450 SynchronizationScope FenceScope = static_cast<SynchronizationScope>(
9451 cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue());
9452
9453 // The only fence that needs an instruction is a sequentially-consistent
9454 // cross-thread fence.
9455 if (FenceOrdering == SequentiallyConsistent && FenceScope == CrossThread) {
9456 // Use mfence if we have SSE2 or we're on x86-64 (even if we asked for
9457 // no-sse2). There isn't any reason to disable it if the target processor
9458 // supports it.
9459 if (Subtarget->hasSSE2() || Subtarget->is64Bit())
9460 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0));
9461
9462 SDValue Chain = Op.getOperand(0);
9463 SDValue Zero = DAG.getConstant(0, MVT::i32);
9464 SDValue Ops[] = {
9465 DAG.getRegister(X86::ESP, MVT::i32), // Base
9466 DAG.getTargetConstant(1, MVT::i8), // Scale
9467 DAG.getRegister(0, MVT::i32), // Index
9468 DAG.getTargetConstant(0, MVT::i32), // Disp
9469 DAG.getRegister(0, MVT::i32), // Segment.
9470 Zero,
9471 Chain
9472 };
9473 SDNode *Res =
9474 DAG.getMachineNode(X86::OR32mrLocked, dl, MVT::Other, Ops,
9475 array_lengthof(Ops));
9476 return SDValue(Res, 0);
9477 }
9478
9479 // MEMBARRIER is a compiler barrier; it codegens to a no-op.
9480 return DAG.getNode(X86ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
9481}
9482
9483
Dan Gohmand858e902010-04-17 15:26:15 +00009484SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009485 EVT T = Op.getValueType();
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009486 DebugLoc DL = Op.getDebugLoc();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +00009487 unsigned Reg = 0;
9488 unsigned size = 0;
Owen Anderson825b72b2009-08-11 20:47:22 +00009489 switch(T.getSimpleVT().SimpleTy) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009490 default:
9491 assert(false && "Invalid value type!");
Owen Anderson825b72b2009-08-11 20:47:22 +00009492 case MVT::i8: Reg = X86::AL; size = 1; break;
9493 case MVT::i16: Reg = X86::AX; size = 2; break;
9494 case MVT::i32: Reg = X86::EAX; size = 4; break;
9495 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +00009496 assert(Subtarget->is64Bit() && "Node not type legal!");
9497 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00009498 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00009499 }
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009500 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), DL, Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +00009501 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +00009502 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009503 Op.getOperand(1),
9504 Op.getOperand(3),
Owen Anderson825b72b2009-08-11 20:47:22 +00009505 DAG.getTargetConstant(size, MVT::i8),
Evan Cheng8a186ae2008-09-24 23:26:36 +00009506 cpIn.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009507 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009508 MachineMemOperand *MMO = cast<AtomicSDNode>(Op)->getMemOperand();
9509 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG_DAG, DL, Tys,
9510 Ops, 5, T, MMO);
Scott Michelfdc40a02009-02-17 22:15:04 +00009511 SDValue cpOut =
Chris Lattner93c4a5b2010-09-21 23:59:42 +00009512 DAG.getCopyFromReg(Result.getValue(0), DL, Reg, T, Result.getValue(1));
Andrew Lenharth26ed8692008-03-01 21:52:34 +00009513 return cpOut;
9514}
9515
Duncan Sands1607f052008-12-01 11:39:25 +00009516SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Dan Gohmand858e902010-04-17 15:26:15 +00009517 SelectionDAG &DAG) const {
Duncan Sands1607f052008-12-01 11:39:25 +00009518 assert(Subtarget->is64Bit() && "Result not type legalized?");
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009519 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009520 SDValue TheChain = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00009521 DebugLoc dl = Op.getDebugLoc();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009522 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009523 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1));
9524 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), dl, X86::RDX, MVT::i64,
Duncan Sands1607f052008-12-01 11:39:25 +00009525 rax.getValue(2));
Owen Anderson825b72b2009-08-11 20:47:22 +00009526 SDValue Tmp = DAG.getNode(ISD::SHL, dl, MVT::i64, rdx,
9527 DAG.getConstant(32, MVT::i8));
Duncan Sands1607f052008-12-01 11:39:25 +00009528 SDValue Ops[] = {
Owen Anderson825b72b2009-08-11 20:47:22 +00009529 DAG.getNode(ISD::OR, dl, MVT::i64, rax, Tmp),
Duncan Sands1607f052008-12-01 11:39:25 +00009530 rdx.getValue(1)
9531 };
Dale Johannesene4d209d2009-02-03 20:21:25 +00009532 return DAG.getMergeValues(Ops, 2, dl);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009533}
9534
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009535SDValue X86TargetLowering::LowerBITCAST(SDValue Op,
Dale Johannesen7d07b482010-05-21 00:52:33 +00009536 SelectionDAG &DAG) const {
9537 EVT SrcVT = Op.getOperand(0).getValueType();
9538 EVT DstVT = Op.getValueType();
Chris Lattner2a786eb2010-12-19 20:19:20 +00009539 assert(Subtarget->is64Bit() && !Subtarget->hasSSE2() &&
9540 Subtarget->hasMMX() && "Unexpected custom BITCAST");
Michael J. Spencerec38de22010-10-10 22:04:20 +00009541 assert((DstVT == MVT::i64 ||
Dale Johannesen7d07b482010-05-21 00:52:33 +00009542 (DstVT.isVector() && DstVT.getSizeInBits()==64)) &&
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009543 "Unexpected custom BITCAST");
Dale Johannesen7d07b482010-05-21 00:52:33 +00009544 // i64 <=> MMX conversions are Legal.
9545 if (SrcVT==MVT::i64 && DstVT.isVector())
9546 return Op;
9547 if (DstVT==MVT::i64 && SrcVT.isVector())
9548 return Op;
Dale Johannesene39859a2010-05-21 18:40:15 +00009549 // MMX <=> MMX conversions are Legal.
9550 if (SrcVT.isVector() && DstVT.isVector())
9551 return Op;
Dale Johannesen7d07b482010-05-21 00:52:33 +00009552 // All other conversions need to be expanded.
9553 return SDValue();
9554}
Chris Lattner5b856542010-12-20 00:59:46 +00009555
Dan Gohmand858e902010-04-17 15:26:15 +00009556SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) const {
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009557 SDNode *Node = Op.getNode();
Dale Johannesene4d209d2009-02-03 20:21:25 +00009558 DebugLoc dl = Node->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +00009559 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009560 SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
Evan Cheng242b38b2009-02-23 09:03:22 +00009561 DAG.getConstant(0, T), Node->getOperand(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +00009562 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009563 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +00009564 Node->getOperand(0),
9565 Node->getOperand(1), negOp,
9566 cast<AtomicSDNode>(Node)->getSrcValue(),
Eli Friedman55ba8162011-07-29 03:05:32 +00009567 cast<AtomicSDNode>(Node)->getAlignment(),
9568 cast<AtomicSDNode>(Node)->getOrdering(),
9569 cast<AtomicSDNode>(Node)->getSynchScope());
Mon P Wang63307c32008-05-05 19:05:59 +00009570}
9571
Chris Lattner5b856542010-12-20 00:59:46 +00009572static SDValue LowerADDC_ADDE_SUBC_SUBE(SDValue Op, SelectionDAG &DAG) {
9573 EVT VT = Op.getNode()->getValueType(0);
9574
9575 // Let legalize expand this if it isn't a legal type yet.
9576 if (!DAG.getTargetLoweringInfo().isTypeLegal(VT))
9577 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009578
Chris Lattner5b856542010-12-20 00:59:46 +00009579 SDVTList VTs = DAG.getVTList(VT, MVT::i32);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009580
Chris Lattner5b856542010-12-20 00:59:46 +00009581 unsigned Opc;
9582 bool ExtraOp = false;
9583 switch (Op.getOpcode()) {
9584 default: assert(0 && "Invalid code");
9585 case ISD::ADDC: Opc = X86ISD::ADD; break;
9586 case ISD::ADDE: Opc = X86ISD::ADC; ExtraOp = true; break;
9587 case ISD::SUBC: Opc = X86ISD::SUB; break;
9588 case ISD::SUBE: Opc = X86ISD::SBB; ExtraOp = true; break;
9589 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +00009590
Chris Lattner5b856542010-12-20 00:59:46 +00009591 if (!ExtraOp)
9592 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9593 Op.getOperand(1));
9594 return DAG.getNode(Opc, Op->getDebugLoc(), VTs, Op.getOperand(0),
9595 Op.getOperand(1), Op.getOperand(2));
9596}
9597
Evan Cheng0db9fe62006-04-25 20:13:52 +00009598/// LowerOperation - Provide custom lowering hooks for some operations.
9599///
Dan Gohmand858e902010-04-17 15:26:15 +00009600SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Evan Cheng0db9fe62006-04-25 20:13:52 +00009601 switch (Op.getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +00009602 default: llvm_unreachable("Should not custom lower this!");
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009603 case ISD::SIGN_EXTEND_INREG: return LowerSIGN_EXTEND_INREG(Op,DAG);
Eric Christopher9a9d2752010-07-22 02:48:34 +00009604 case ISD::MEMBARRIER: return LowerMEMBARRIER(Op,DAG);
Eli Friedman14648462011-07-27 22:21:52 +00009605 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op,DAG);
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009606 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
9607 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009608 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
Mon P Wangeb38ebf2010-01-24 00:05:03 +00009609 case ISD::CONCAT_VECTORS: return LowerCONCAT_VECTORS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009610 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
9611 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
9612 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
David Greene91585092011-01-26 15:38:49 +00009613 case ISD::EXTRACT_SUBVECTOR: return LowerEXTRACT_SUBVECTOR(Op, DAG);
David Greenecfe33c42011-01-26 19:13:22 +00009614 case ISD::INSERT_SUBVECTOR: return LowerINSERT_SUBVECTOR(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009615 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
9616 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
9617 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009618 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00009619 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Dan Gohmanf705adb2009-10-30 01:28:02 +00009620 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009621 case ISD::SHL_PARTS:
9622 case ISD::SRA_PARTS:
Nadav Rotem43012222011-05-11 08:12:09 +00009623 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009624 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00009625 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009626 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
Eli Friedman948e95a2009-05-23 09:59:16 +00009627 case ISD::FP_TO_UINT: return LowerFP_TO_UINT(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009628 case ISD::FABS: return LowerFABS(Op, DAG);
9629 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +00009630 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Stuart Hastings4fd0dee2011-06-01 04:39:42 +00009631 case ISD::FGETSIGN: return LowerFGETSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009632 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +00009633 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00009634 case ISD::SELECT: return LowerSELECT(Op, DAG);
9635 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009636 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009637 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +00009638 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +00009639 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009640 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00009641 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
9642 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009643 case ISD::FRAME_TO_ARGS_OFFSET:
9644 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00009645 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009646 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +00009647 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +00009648 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +00009649 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
9650 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Mon P Wangaf9b9522008-12-18 21:42:19 +00009651 case ISD::MUL: return LowerMUL_V2I64(Op, DAG);
Nadav Rotem43012222011-05-11 08:12:09 +00009652 case ISD::SRA:
9653 case ISD::SRL:
9654 case ISD::SHL: return LowerShift(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +00009655 case ISD::SADDO:
9656 case ISD::UADDO:
9657 case ISD::SSUBO:
9658 case ISD::USUBO:
9659 case ISD::SMULO:
9660 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +00009661 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Wesley Peckbf17cfa2010-11-23 03:31:01 +00009662 case ISD::BITCAST: return LowerBITCAST(Op, DAG);
Chris Lattner5b856542010-12-20 00:59:46 +00009663 case ISD::ADDC:
9664 case ISD::ADDE:
9665 case ISD::SUBC:
9666 case ISD::SUBE: return LowerADDC_ADDE_SUBC_SUBE(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00009667 }
Chris Lattner27a6c732007-11-24 07:07:01 +00009668}
9669
Duncan Sands1607f052008-12-01 11:39:25 +00009670void X86TargetLowering::
9671ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009672 SelectionDAG &DAG, unsigned NewOp) const {
Owen Andersone50ed302009-08-10 22:56:29 +00009673 EVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009674 DebugLoc dl = Node->getDebugLoc();
Owen Anderson825b72b2009-08-11 20:47:22 +00009675 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
Duncan Sands1607f052008-12-01 11:39:25 +00009676
9677 SDValue Chain = Node->getOperand(0);
9678 SDValue In1 = Node->getOperand(1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009679 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009680 Node->getOperand(2), DAG.getIntPtrConstant(0));
Owen Anderson825b72b2009-08-11 20:47:22 +00009681 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009682 Node->getOperand(2), DAG.getIntPtrConstant(1));
Dan Gohmanc76909a2009-09-25 20:36:54 +00009683 SDValue Ops[] = { Chain, In1, In2L, In2H };
Owen Anderson825b72b2009-08-11 20:47:22 +00009684 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
Dan Gohmanc76909a2009-09-25 20:36:54 +00009685 SDValue Result =
9686 DAG.getMemIntrinsicNode(NewOp, dl, Tys, Ops, 4, MVT::i64,
9687 cast<MemSDNode>(Node)->getMemOperand());
Duncan Sands1607f052008-12-01 11:39:25 +00009688 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009689 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009690 Results.push_back(Result.getValue(2));
9691}
9692
Duncan Sands126d9072008-07-04 11:47:58 +00009693/// ReplaceNodeResults - Replace a node with an illegal result type
9694/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +00009695void X86TargetLowering::ReplaceNodeResults(SDNode *N,
9696 SmallVectorImpl<SDValue>&Results,
Dan Gohmand858e902010-04-17 15:26:15 +00009697 SelectionDAG &DAG) const {
Dale Johannesene4d209d2009-02-03 20:21:25 +00009698 DebugLoc dl = N->getDebugLoc();
Chris Lattner27a6c732007-11-24 07:07:01 +00009699 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +00009700 default:
Duncan Sands1607f052008-12-01 11:39:25 +00009701 assert(false && "Do not know how to custom type legalize this operation!");
9702 return;
Nadav Rotemd0f3ef82011-07-14 11:11:14 +00009703 case ISD::SIGN_EXTEND_INREG:
Chris Lattner5b856542010-12-20 00:59:46 +00009704 case ISD::ADDC:
9705 case ISD::ADDE:
9706 case ISD::SUBC:
9707 case ISD::SUBE:
9708 // We don't want to expand or promote these.
9709 return;
Duncan Sands1607f052008-12-01 11:39:25 +00009710 case ISD::FP_TO_SINT: {
Eli Friedman948e95a2009-05-23 09:59:16 +00009711 std::pair<SDValue,SDValue> Vals =
9712 FP_TO_INTHelper(SDValue(N, 0), DAG, true);
Duncan Sands1607f052008-12-01 11:39:25 +00009713 SDValue FIST = Vals.first, StackSlot = Vals.second;
9714 if (FIST.getNode() != 0) {
Owen Andersone50ed302009-08-10 22:56:29 +00009715 EVT VT = N->getValueType(0);
Duncan Sands1607f052008-12-01 11:39:25 +00009716 // Return a load from the stack slot.
Chris Lattner51abfe42010-09-21 06:02:19 +00009717 Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot,
9718 MachinePointerInfo(), false, false, 0));
Duncan Sands1607f052008-12-01 11:39:25 +00009719 }
9720 return;
9721 }
9722 case ISD::READCYCLECOUNTER: {
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009723 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Duncan Sands1607f052008-12-01 11:39:25 +00009724 SDValue TheChain = N->getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00009725 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Owen Anderson825b72b2009-08-11 20:47:22 +00009726 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32,
Dale Johannesendd64c412009-02-04 00:33:20 +00009727 rd.getValue(1));
Owen Anderson825b72b2009-08-11 20:47:22 +00009728 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00009729 eax.getValue(2));
9730 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
9731 SDValue Ops[] = { eax, edx };
Owen Anderson825b72b2009-08-11 20:47:22 +00009732 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Ops, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009733 Results.push_back(edx.getValue(1));
9734 return;
9735 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009736 case ISD::ATOMIC_CMP_SWAP: {
Owen Andersone50ed302009-08-10 22:56:29 +00009737 EVT T = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +00009738 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
Duncan Sands1607f052008-12-01 11:39:25 +00009739 SDValue cpInL, cpInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009740 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9741 DAG.getConstant(0, MVT::i32));
9742 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
9743 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009744 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, X86::EAX, cpInL, SDValue());
9745 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, X86::EDX, cpInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009746 cpInL.getValue(1));
9747 SDValue swapInL, swapInH;
Owen Anderson825b72b2009-08-11 20:47:22 +00009748 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9749 DAG.getConstant(0, MVT::i32));
9750 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
9751 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00009752 swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl, X86::EBX, swapInL,
Duncan Sands1607f052008-12-01 11:39:25 +00009753 cpInH.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009754 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, X86::ECX, swapInH,
Duncan Sands1607f052008-12-01 11:39:25 +00009755 swapInL.getValue(1));
9756 SDValue Ops[] = { swapInH.getValue(0),
9757 N->getOperand(1),
9758 swapInH.getValue(1) };
Chris Lattnerf1b4eaf2010-12-21 02:38:05 +00009759 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
Andrew Trick1a2cf3b2010-10-11 19:02:04 +00009760 MachineMemOperand *MMO = cast<AtomicSDNode>(N)->getMemOperand();
9761 SDValue Result = DAG.getMemIntrinsicNode(X86ISD::LCMPXCHG8_DAG, dl, Tys,
9762 Ops, 3, T, MMO);
Dale Johannesendd64c412009-02-04 00:33:20 +00009763 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, X86::EAX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009764 MVT::i32, Result.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00009765 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, X86::EDX,
Owen Anderson825b72b2009-08-11 20:47:22 +00009766 MVT::i32, cpOutL.getValue(2));
Duncan Sands1607f052008-12-01 11:39:25 +00009767 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
Owen Anderson825b72b2009-08-11 20:47:22 +00009768 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00009769 Results.push_back(cpOutH.getValue(1));
9770 return;
9771 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009772 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +00009773 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
9774 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009775 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +00009776 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
9777 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009778 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +00009779 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
9780 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009781 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +00009782 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
9783 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009784 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +00009785 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
9786 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009787 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +00009788 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
9789 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00009790 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +00009791 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
9792 return;
Chris Lattner27a6c732007-11-24 07:07:01 +00009793 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00009794}
9795
Evan Cheng72261582005-12-20 06:22:03 +00009796const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
9797 switch (Opcode) {
9798 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +00009799 case X86ISD::BSF: return "X86ISD::BSF";
9800 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +00009801 case X86ISD::SHLD: return "X86ISD::SHLD";
9802 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +00009803 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009804 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +00009805 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +00009806 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +00009807 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +00009808 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +00009809 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
9810 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
9811 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +00009812 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +00009813 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +00009814 case X86ISD::CALL: return "X86ISD::CALL";
Evan Cheng72261582005-12-20 06:22:03 +00009815 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +00009816 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +00009817 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +00009818 case X86ISD::COMI: return "X86ISD::COMI";
9819 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +00009820 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Chengad9c0a32009-12-15 00:53:42 +00009821 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY";
Stuart Hastings865f0932011-06-03 23:53:54 +00009822 case X86ISD::FSETCCsd: return "X86ISD::FSETCCsd";
9823 case X86ISD::FSETCCss: return "X86ISD::FSETCCss";
Evan Cheng72261582005-12-20 06:22:03 +00009824 case X86ISD::CMOV: return "X86ISD::CMOV";
9825 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +00009826 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +00009827 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
9828 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +00009829 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +00009830 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Chris Lattner18c59872009-06-27 04:16:01 +00009831 case X86ISD::WrapperRIP: return "X86ISD::WrapperRIP";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009832 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +00009833 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +00009834 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
9835 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +00009836 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Nate Begemanb9a47b82009-02-23 08:49:38 +00009837 case X86ISD::PSHUFB: return "X86ISD::PSHUFB";
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +00009838 case X86ISD::ANDNP: return "X86ISD::ANDNP";
Nate Begemanb65c1752010-12-17 22:55:37 +00009839 case X86ISD::PSIGNB: return "X86ISD::PSIGNB";
9840 case X86ISD::PSIGNW: return "X86ISD::PSIGNW";
9841 case X86ISD::PSIGND: return "X86ISD::PSIGND";
Nate Begeman672fb622010-12-20 22:04:24 +00009842 case X86ISD::PBLENDVB: return "X86ISD::PBLENDVB";
Evan Cheng8ca29322006-11-10 21:43:37 +00009843 case X86ISD::FMAX: return "X86ISD::FMAX";
9844 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +00009845 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
9846 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00009847 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
Eric Christopher30ef0e52010-06-03 04:07:48 +00009848 case X86ISD::TLSCALL: return "X86ISD::TLSCALL";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00009849 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00009850 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00009851 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +00009852 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
9853 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +00009854 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
9855 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
9856 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
9857 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
9858 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
9859 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +00009860 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
9861 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +00009862 case X86ISD::VSHL: return "X86ISD::VSHL";
9863 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +00009864 case X86ISD::CMPPD: return "X86ISD::CMPPD";
9865 case X86ISD::CMPPS: return "X86ISD::CMPPS";
9866 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
9867 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
9868 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
9869 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
9870 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
9871 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
9872 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
9873 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +00009874 case X86ISD::ADD: return "X86ISD::ADD";
9875 case X86ISD::SUB: return "X86ISD::SUB";
Chris Lattner5b856542010-12-20 00:59:46 +00009876 case X86ISD::ADC: return "X86ISD::ADC";
9877 case X86ISD::SBB: return "X86ISD::SBB";
Bill Wendlingd350e022008-12-12 21:15:41 +00009878 case X86ISD::SMUL: return "X86ISD::SMUL";
9879 case X86ISD::UMUL: return "X86ISD::UMUL";
Dan Gohman076aee32009-03-04 19:44:21 +00009880 case X86ISD::INC: return "X86ISD::INC";
9881 case X86ISD::DEC: return "X86ISD::DEC";
Dan Gohmane220c4b2009-09-18 19:59:53 +00009882 case X86ISD::OR: return "X86ISD::OR";
9883 case X86ISD::XOR: return "X86ISD::XOR";
9884 case X86ISD::AND: return "X86ISD::AND";
Evan Cheng73f24c92009-03-30 21:36:47 +00009885 case X86ISD::MUL_IMM: return "X86ISD::MUL_IMM";
Eric Christopher71c67532009-07-29 00:28:05 +00009886 case X86ISD::PTEST: return "X86ISD::PTEST";
Bruno Cardoso Lopes045573c2010-08-10 23:25:42 +00009887 case X86ISD::TESTP: return "X86ISD::TESTP";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009888 case X86ISD::PALIGN: return "X86ISD::PALIGN";
9889 case X86ISD::PSHUFD: return "X86ISD::PSHUFD";
9890 case X86ISD::PSHUFHW: return "X86ISD::PSHUFHW";
9891 case X86ISD::PSHUFHW_LD: return "X86ISD::PSHUFHW_LD";
9892 case X86ISD::PSHUFLW: return "X86ISD::PSHUFLW";
9893 case X86ISD::PSHUFLW_LD: return "X86ISD::PSHUFLW_LD";
9894 case X86ISD::SHUFPS: return "X86ISD::SHUFPS";
9895 case X86ISD::SHUFPD: return "X86ISD::SHUFPD";
9896 case X86ISD::MOVLHPS: return "X86ISD::MOVLHPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009897 case X86ISD::MOVLHPD: return "X86ISD::MOVLHPD";
Bruno Cardoso Lopesf2db5b42010-08-31 21:15:21 +00009898 case X86ISD::MOVHLPS: return "X86ISD::MOVHLPS";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009899 case X86ISD::MOVHLPD: return "X86ISD::MOVHLPD";
Bruno Cardoso Lopes56098f52010-09-01 05:08:25 +00009900 case X86ISD::MOVLPS: return "X86ISD::MOVLPS";
9901 case X86ISD::MOVLPD: return "X86ISD::MOVLPD";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009902 case X86ISD::MOVDDUP: return "X86ISD::MOVDDUP";
9903 case X86ISD::MOVSHDUP: return "X86ISD::MOVSHDUP";
9904 case X86ISD::MOVSLDUP: return "X86ISD::MOVSLDUP";
9905 case X86ISD::MOVSHDUP_LD: return "X86ISD::MOVSHDUP_LD";
9906 case X86ISD::MOVSLDUP_LD: return "X86ISD::MOVSLDUP_LD";
9907 case X86ISD::MOVSD: return "X86ISD::MOVSD";
9908 case X86ISD::MOVSS: return "X86ISD::MOVSS";
9909 case X86ISD::UNPCKLPS: return "X86ISD::UNPCKLPS";
9910 case X86ISD::UNPCKLPD: return "X86ISD::UNPCKLPD";
David Greenefbf05d32011-02-22 23:31:46 +00009911 case X86ISD::VUNPCKLPDY: return "X86ISD::VUNPCKLPDY";
Bruno Cardoso Lopes3157ef12010-08-20 22:55:05 +00009912 case X86ISD::UNPCKHPS: return "X86ISD::UNPCKHPS";
9913 case X86ISD::UNPCKHPD: return "X86ISD::UNPCKHPD";
9914 case X86ISD::PUNPCKLBW: return "X86ISD::PUNPCKLBW";
9915 case X86ISD::PUNPCKLWD: return "X86ISD::PUNPCKLWD";
9916 case X86ISD::PUNPCKLDQ: return "X86ISD::PUNPCKLDQ";
9917 case X86ISD::PUNPCKLQDQ: return "X86ISD::PUNPCKLQDQ";
9918 case X86ISD::PUNPCKHBW: return "X86ISD::PUNPCKHBW";
9919 case X86ISD::PUNPCKHWD: return "X86ISD::PUNPCKHWD";
9920 case X86ISD::PUNPCKHDQ: return "X86ISD::PUNPCKHDQ";
9921 case X86ISD::PUNPCKHQDQ: return "X86ISD::PUNPCKHQDQ";
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +00009922 case X86ISD::VPERMILPS: return "X86ISD::VPERMILPS";
9923 case X86ISD::VPERMILPSY: return "X86ISD::VPERMILPSY";
9924 case X86ISD::VPERMILPD: return "X86ISD::VPERMILPD";
9925 case X86ISD::VPERMILPDY: return "X86ISD::VPERMILPDY";
Dan Gohmand6708ea2009-08-15 01:38:56 +00009926 case X86ISD::VASTART_SAVE_XMM_REGS: return "X86ISD::VASTART_SAVE_XMM_REGS";
Dan Gohman320afb82010-10-12 18:00:49 +00009927 case X86ISD::VAARG_64: return "X86ISD::VAARG_64";
Michael J. Spencere9c253e2010-10-21 01:41:01 +00009928 case X86ISD::WIN_ALLOCA: return "X86ISD::WIN_ALLOCA";
Eli Friedman14648462011-07-27 22:21:52 +00009929 case X86ISD::MEMBARRIER: return "X86ISD::MEMBARRIER";
Evan Cheng72261582005-12-20 06:22:03 +00009930 }
9931}
Evan Cheng3a03ebb2005-12-21 23:05:39 +00009932
Chris Lattnerc9addb72007-03-30 23:15:24 +00009933// isLegalAddressingMode - Return true if the addressing mode represented
9934// by AM is legal for this target, for a load/store of the specified type.
Scott Michelfdc40a02009-02-17 22:15:04 +00009935bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
Chris Lattnerdb125cf2011-07-18 04:54:35 +00009936 Type *Ty) const {
Chris Lattnerc9addb72007-03-30 23:15:24 +00009937 // X86 supports extremely general addressing modes.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009938 CodeModel::Model M = getTargetMachine().getCodeModel();
Dan Gohman92b651f2010-08-24 15:55:12 +00009939 Reloc::Model R = getTargetMachine().getRelocationModel();
Scott Michelfdc40a02009-02-17 22:15:04 +00009940
Chris Lattnerc9addb72007-03-30 23:15:24 +00009941 // X86 allows a sign-extended 32-bit immediate field as a displacement.
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009942 if (!X86::isOffsetSuitableForCodeModel(AM.BaseOffs, M, AM.BaseGV != NULL))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009943 return false;
Scott Michelfdc40a02009-02-17 22:15:04 +00009944
Chris Lattnerc9addb72007-03-30 23:15:24 +00009945 if (AM.BaseGV) {
Chris Lattnerdfed4132009-07-10 07:38:24 +00009946 unsigned GVFlags =
9947 Subtarget->ClassifyGlobalReference(AM.BaseGV, getTargetMachine());
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009948
Chris Lattnerdfed4132009-07-10 07:38:24 +00009949 // If a reference to this global requires an extra load, we can't fold it.
9950 if (isGlobalStubReference(GVFlags))
Chris Lattnerc9addb72007-03-30 23:15:24 +00009951 return false;
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009952
Chris Lattnerdfed4132009-07-10 07:38:24 +00009953 // If BaseGV requires a register for the PIC base, we cannot also have a
9954 // BaseReg specified.
9955 if (AM.HasBaseReg && isGlobalRelativeToPICBase(GVFlags))
Dale Johannesen203af582008-12-05 21:47:27 +00009956 return false;
Evan Cheng52787842007-08-01 23:46:47 +00009957
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009958 // If lower 4G is not available, then we must use rip-relative addressing.
Dan Gohman92b651f2010-08-24 15:55:12 +00009959 if ((M != CodeModel::Small || R != Reloc::Static) &&
9960 Subtarget->is64Bit() && (AM.BaseOffs || AM.Scale > 1))
Anton Korobeynikovb5e01722009-08-05 23:01:26 +00009961 return false;
Chris Lattnerc9addb72007-03-30 23:15:24 +00009962 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009963
Chris Lattnerc9addb72007-03-30 23:15:24 +00009964 switch (AM.Scale) {
9965 case 0:
9966 case 1:
9967 case 2:
9968 case 4:
9969 case 8:
9970 // These scales always work.
9971 break;
9972 case 3:
9973 case 5:
9974 case 9:
9975 // These scales are formed with basereg+scalereg. Only accept if there is
9976 // no basereg yet.
9977 if (AM.HasBaseReg)
9978 return false;
9979 break;
9980 default: // Other stuff never works.
9981 return false;
9982 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009983
Chris Lattnerc9addb72007-03-30 23:15:24 +00009984 return true;
9985}
9986
9987
Chris Lattnerdb125cf2011-07-18 04:54:35 +00009988bool X86TargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
Duncan Sandsb0bc6c32010-02-15 16:12:20 +00009989 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
Evan Cheng2bd122c2007-10-26 01:56:11 +00009990 return false;
Evan Chenge127a732007-10-29 07:57:50 +00009991 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
9992 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00009993 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +00009994 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +00009995 return true;
Evan Cheng2bd122c2007-10-26 01:56:11 +00009996}
9997
Owen Andersone50ed302009-08-10 22:56:29 +00009998bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
Duncan Sands83ec4b62008-06-06 12:08:01 +00009999 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +000010000 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +000010001 unsigned NumBits1 = VT1.getSizeInBits();
10002 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +000010003 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +000010004 return false;
Dan Gohman377fbc02010-02-25 03:04:36 +000010005 return true;
Evan Cheng3c3ddb32007-10-29 19:58:20 +000010006}
Evan Cheng2bd122c2007-10-26 01:56:11 +000010007
Chris Lattnerdb125cf2011-07-18 04:54:35 +000010008bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
Dan Gohman349ba492009-04-09 02:06:09 +000010009 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000010010 return Ty1->isIntegerTy(32) && Ty2->isIntegerTy(64) && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +000010011}
10012
Owen Andersone50ed302009-08-10 22:56:29 +000010013bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
Dan Gohman349ba492009-04-09 02:06:09 +000010014 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Owen Anderson825b72b2009-08-11 20:47:22 +000010015 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
Dan Gohman97121ba2009-04-08 00:15:30 +000010016}
10017
Owen Andersone50ed302009-08-10 22:56:29 +000010018bool X86TargetLowering::isNarrowingProfitable(EVT VT1, EVT VT2) const {
Evan Cheng8b944d32009-05-28 00:35:15 +000010019 // i16 instructions are longer (0x66 prefix) and potentially slower.
Owen Anderson825b72b2009-08-11 20:47:22 +000010020 return !(VT1 == MVT::i32 && VT2 == MVT::i16);
Evan Cheng8b944d32009-05-28 00:35:15 +000010021}
10022
Evan Cheng60c07e12006-07-05 22:17:51 +000010023/// isShuffleMaskLegal - Targets can use this to indicate that they only
10024/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
10025/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
10026/// are assumed to be legal.
10027bool
Eric Christopherfd179292009-08-27 18:07:15 +000010028X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
Owen Andersone50ed302009-08-10 22:56:29 +000010029 EVT VT) const {
Eric Christophercff6f852010-04-15 01:40:20 +000010030 // Very little shuffling can be done for 64-bit vectors right now.
Nate Begeman9008ca62009-04-27 18:41:29 +000010031 if (VT.getSizeInBits() == 64)
Eric Christophercff6f852010-04-15 01:40:20 +000010032 return isPALIGNRMask(M, VT, Subtarget->hasSSSE3());
Nate Begeman9008ca62009-04-27 18:41:29 +000010033
Nate Begemana09008b2009-10-19 02:17:23 +000010034 // FIXME: pshufb, blends, shifts.
Nate Begeman9008ca62009-04-27 18:41:29 +000010035 return (VT.getVectorNumElements() == 2 ||
10036 ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
10037 isMOVLMask(M, VT) ||
10038 isSHUFPMask(M, VT) ||
10039 isPSHUFDMask(M, VT) ||
10040 isPSHUFHWMask(M, VT) ||
10041 isPSHUFLWMask(M, VT) ||
Nate Begemana09008b2009-10-19 02:17:23 +000010042 isPALIGNRMask(M, VT, Subtarget->hasSSSE3()) ||
Nate Begeman9008ca62009-04-27 18:41:29 +000010043 isUNPCKLMask(M, VT) ||
10044 isUNPCKHMask(M, VT) ||
10045 isUNPCKL_v_undef_Mask(M, VT) ||
10046 isUNPCKH_v_undef_Mask(M, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +000010047}
10048
Dan Gohman7d8143f2008-04-09 20:09:42 +000010049bool
Nate Begeman5a5ca152009-04-29 05:20:52 +000010050X86TargetLowering::isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
Owen Andersone50ed302009-08-10 22:56:29 +000010051 EVT VT) const {
Nate Begeman9008ca62009-04-27 18:41:29 +000010052 unsigned NumElts = VT.getVectorNumElements();
10053 // FIXME: This collection of masks seems suspect.
10054 if (NumElts == 2)
10055 return true;
10056 if (NumElts == 4 && VT.getSizeInBits() == 128) {
10057 return (isMOVLMask(Mask, VT) ||
10058 isCommutedMOVLMask(Mask, VT, true) ||
10059 isSHUFPMask(Mask, VT) ||
10060 isCommutedSHUFPMask(Mask, VT));
Evan Cheng60c07e12006-07-05 22:17:51 +000010061 }
10062 return false;
10063}
10064
10065//===----------------------------------------------------------------------===//
10066// X86 Scheduler Hooks
10067//===----------------------------------------------------------------------===//
10068
Mon P Wang63307c32008-05-05 19:05:59 +000010069// private utility function
10070MachineBasicBlock *
10071X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
10072 MachineBasicBlock *MBB,
10073 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010074 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010075 unsigned LoadOpc,
10076 unsigned CXchgOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +000010077 unsigned notOpc,
10078 unsigned EAXreg,
10079 TargetRegisterClass *RC,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000010080 bool invSrc) const {
Mon P Wang63307c32008-05-05 19:05:59 +000010081 // For the atomic bitwise operator, we generate
10082 // thisMBB:
10083 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +000010084 // ld t1 = [bitinstr.addr]
10085 // op t2 = t1, [bitinstr.val]
10086 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +000010087 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
10088 // bz newMBB
10089 // fallthrough -->nextMBB
10090 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10091 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010092 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +000010093 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010094
Mon P Wang63307c32008-05-05 19:05:59 +000010095 /// First build the CFG
10096 MachineFunction *F = MBB->getParent();
10097 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010098 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10099 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10100 F->insert(MBBIter, newMBB);
10101 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010102
Dan Gohman14152b42010-07-06 20:24:04 +000010103 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10104 nextMBB->splice(nextMBB->begin(), thisMBB,
10105 llvm::next(MachineBasicBlock::iterator(bInstr)),
10106 thisMBB->end());
10107 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010108
Mon P Wang63307c32008-05-05 19:05:59 +000010109 // Update thisMBB to fall through to newMBB
10110 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010111
Mon P Wang63307c32008-05-05 19:05:59 +000010112 // newMBB jumps to itself and fall through to nextMBB
10113 newMBB->addSuccessor(nextMBB);
10114 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010115
Mon P Wang63307c32008-05-05 19:05:59 +000010116 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010117 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010118 "unexpected number of operands");
Dale Johannesene4d209d2009-02-03 20:21:25 +000010119 DebugLoc dl = bInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +000010120 MachineOperand& destOper = bInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010121 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +000010122 int numArgs = bInstr->getNumOperands() - 1;
10123 for (int i=0; i < numArgs; ++i)
10124 argOpers[i] = &bInstr->getOperand(i+1);
10125
10126 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010127 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010128 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +000010129
Dale Johannesen140be2d2008-08-19 18:47:28 +000010130 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010131 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +000010132 for (int i=0; i <= lastAddrIndx; ++i)
10133 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010134
Dale Johannesen140be2d2008-08-19 18:47:28 +000010135 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010136 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000010137 MIB = BuildMI(newMBB, dl, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010138 }
Scott Michelfdc40a02009-02-17 22:15:04 +000010139 else
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010140 tt = t1;
10141
Dale Johannesen140be2d2008-08-19 18:47:28 +000010142 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +000010143 assert((argOpers[valArgIndx]->isReg() ||
10144 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +000010145 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +000010146 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010147 MIB = BuildMI(newMBB, dl, TII->get(regOpc), t2);
Mon P Wang63307c32008-05-05 19:05:59 +000010148 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010149 MIB = BuildMI(newMBB, dl, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010150 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +000010151 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000010152
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010153 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +000010154 MIB.addReg(t1);
Scott Michelfdc40a02009-02-17 22:15:04 +000010155
Dale Johannesene4d209d2009-02-03 20:21:25 +000010156 MIB = BuildMI(newMBB, dl, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +000010157 for (int i=0; i <= lastAddrIndx; ++i)
10158 (*MIB).addOperand(*argOpers[i]);
10159 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +000010160 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000010161 (*MIB).setMemRefs(bInstr->memoperands_begin(),
10162 bInstr->memoperands_end());
Mon P Wangf5952662008-07-17 04:54:06 +000010163
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010164 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Dale Johannesen140be2d2008-08-19 18:47:28 +000010165 MIB.addReg(EAXreg);
Scott Michelfdc40a02009-02-17 22:15:04 +000010166
Mon P Wang63307c32008-05-05 19:05:59 +000010167 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010168 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +000010169
Dan Gohman14152b42010-07-06 20:24:04 +000010170 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +000010171 return nextMBB;
10172}
10173
Dale Johannesen1b54c7f2008-10-03 19:41:08 +000010174// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +000010175MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010176X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
10177 MachineBasicBlock *MBB,
10178 unsigned regOpcL,
10179 unsigned regOpcH,
10180 unsigned immOpcL,
10181 unsigned immOpcH,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000010182 bool invSrc) const {
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010183 // For the atomic bitwise operator, we generate
10184 // thisMBB (instructions are in pairs, except cmpxchg8b)
10185 // ld t1,t2 = [bitinstr.addr]
10186 // newMBB:
10187 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
10188 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +000010189 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010190 // mov ECX, EBX <- t5, t6
10191 // mov EAX, EDX <- t1, t2
10192 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
10193 // mov t3, t4 <- EAX, EDX
10194 // bz newMBB
10195 // result in out1, out2
10196 // fallthrough -->nextMBB
10197
10198 const TargetRegisterClass *RC = X86::GR32RegisterClass;
10199 const unsigned LoadOpc = X86::MOV32rm;
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010200 const unsigned NotOpc = X86::NOT32r;
10201 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10202 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10203 MachineFunction::iterator MBBIter = MBB;
10204 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010205
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010206 /// First build the CFG
10207 MachineFunction *F = MBB->getParent();
10208 MachineBasicBlock *thisMBB = MBB;
10209 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10210 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10211 F->insert(MBBIter, newMBB);
10212 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010213
Dan Gohman14152b42010-07-06 20:24:04 +000010214 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10215 nextMBB->splice(nextMBB->begin(), thisMBB,
10216 llvm::next(MachineBasicBlock::iterator(bInstr)),
10217 thisMBB->end());
10218 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010219
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010220 // Update thisMBB to fall through to newMBB
10221 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010222
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010223 // newMBB jumps to itself and fall through to nextMBB
10224 newMBB->addSuccessor(nextMBB);
10225 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010226
Dale Johannesene4d209d2009-02-03 20:21:25 +000010227 DebugLoc dl = bInstr->getDebugLoc();
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010228 // Insert instructions into newMBB based on incoming instruction
10229 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010230 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 14 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010231 "unexpected number of operands");
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010232 MachineOperand& dest1Oper = bInstr->getOperand(0);
10233 MachineOperand& dest2Oper = bInstr->getOperand(1);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010234 MachineOperand* argOpers[2 + X86::AddrNumOperands];
10235 for (int i=0; i < 2 + X86::AddrNumOperands; ++i) {
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010236 argOpers[i] = &bInstr->getOperand(i+2);
10237
Dan Gohman71ea4e52010-05-14 21:01:44 +000010238 // We use some of the operands multiple times, so conservatively just
10239 // clear any kill flags that might be present.
10240 if (argOpers[i]->isReg() && argOpers[i]->isUse())
10241 argOpers[i]->setIsKill(false);
10242 }
10243
Evan Chengad5b52f2010-01-08 19:14:57 +000010244 // x86 address has 5 operands: base, index, scale, displacement, and segment.
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010245 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Scott Michelfdc40a02009-02-17 22:15:04 +000010246
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010247 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010248 MachineInstrBuilder MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010249 for (int i=0; i <= lastAddrIndx; ++i)
10250 (*MIB).addOperand(*argOpers[i]);
10251 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010252 MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +000010253 // add 4 to displacement.
Rafael Espindola094fad32009-04-08 21:14:34 +000010254 for (int i=0; i <= lastAddrIndx-2; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010255 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +000010256 MachineOperand newOp3 = *(argOpers[3]);
10257 if (newOp3.isImm())
10258 newOp3.setImm(newOp3.getImm()+4);
10259 else
10260 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010261 (*MIB).addOperand(newOp3);
Rafael Espindola094fad32009-04-08 21:14:34 +000010262 (*MIB).addOperand(*argOpers[lastAddrIndx]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010263
10264 // t3/4 are defined later, at the bottom of the loop
10265 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
10266 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010267 BuildMI(newMBB, dl, TII->get(X86::PHI), dest1Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010268 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010269 BuildMI(newMBB, dl, TII->get(X86::PHI), dest2Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010270 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
10271
Evan Cheng306b4ca2010-01-08 23:41:50 +000010272 // The subsequent operations should be using the destination registers of
10273 //the PHI instructions.
Scott Michelfdc40a02009-02-17 22:15:04 +000010274 if (invSrc) {
Evan Cheng306b4ca2010-01-08 23:41:50 +000010275 t1 = F->getRegInfo().createVirtualRegister(RC);
10276 t2 = F->getRegInfo().createVirtualRegister(RC);
10277 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t1).addReg(dest1Oper.getReg());
10278 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), t2).addReg(dest2Oper.getReg());
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010279 } else {
Evan Cheng306b4ca2010-01-08 23:41:50 +000010280 t1 = dest1Oper.getReg();
10281 t2 = dest2Oper.getReg();
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010282 }
10283
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010284 int valArgIndx = lastAddrIndx + 1;
10285 assert((argOpers[valArgIndx]->isReg() ||
Bill Wendling51b16f42009-05-30 01:09:53 +000010286 argOpers[valArgIndx]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010287 "invalid operand");
10288 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
10289 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010290 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010291 MIB = BuildMI(newMBB, dl, TII->get(regOpcL), t5);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010292 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010293 MIB = BuildMI(newMBB, dl, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +000010294 if (regOpcL != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +000010295 MIB.addReg(t1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010296 (*MIB).addOperand(*argOpers[valArgIndx]);
10297 assert(argOpers[valArgIndx + 1]->isReg() ==
Bill Wendling51b16f42009-05-30 01:09:53 +000010298 argOpers[valArgIndx]->isReg());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010299 assert(argOpers[valArgIndx + 1]->isImm() ==
Bill Wendling51b16f42009-05-30 01:09:53 +000010300 argOpers[valArgIndx]->isImm());
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010301 if (argOpers[valArgIndx + 1]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +000010302 MIB = BuildMI(newMBB, dl, TII->get(regOpcH), t6);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010303 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010304 MIB = BuildMI(newMBB, dl, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +000010305 if (regOpcH != X86::MOV32rr)
Evan Cheng306b4ca2010-01-08 23:41:50 +000010306 MIB.addReg(t2);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010307 (*MIB).addOperand(*argOpers[valArgIndx + 1]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010308
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010309 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010310 MIB.addReg(t1);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010311 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EDX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010312 MIB.addReg(t2);
10313
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010314 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EBX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010315 MIB.addReg(t5);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010316 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::ECX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010317 MIB.addReg(t6);
Scott Michelfdc40a02009-02-17 22:15:04 +000010318
Dale Johannesene4d209d2009-02-03 20:21:25 +000010319 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG8B));
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010320 for (int i=0; i <= lastAddrIndx; ++i)
10321 (*MIB).addOperand(*argOpers[i]);
10322
10323 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000010324 (*MIB).setMemRefs(bInstr->memoperands_begin(),
10325 bInstr->memoperands_end());
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010326
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010327 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t3);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010328 MIB.addReg(X86::EAX);
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010329 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010330 MIB.addReg(X86::EDX);
Scott Michelfdc40a02009-02-17 22:15:04 +000010331
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010332 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010333 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010334
Dan Gohman14152b42010-07-06 20:24:04 +000010335 bInstr->eraseFromParent(); // The pseudo instruction is gone now.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000010336 return nextMBB;
10337}
10338
10339// private utility function
10340MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +000010341X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
10342 MachineBasicBlock *MBB,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +000010343 unsigned cmovOpc) const {
Mon P Wang63307c32008-05-05 19:05:59 +000010344 // For the atomic min/max operator, we generate
10345 // thisMBB:
10346 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +000010347 // ld t1 = [min/max.addr]
Scott Michelfdc40a02009-02-17 22:15:04 +000010348 // mov t2 = [min/max.val]
Mon P Wang63307c32008-05-05 19:05:59 +000010349 // cmp t1, t2
10350 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +000010351 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +000010352 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
10353 // bz newMBB
10354 // fallthrough -->nextMBB
10355 //
10356 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10357 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010358 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +000010359 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +000010360
Mon P Wang63307c32008-05-05 19:05:59 +000010361 /// First build the CFG
10362 MachineFunction *F = MBB->getParent();
10363 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +000010364 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
10365 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
10366 F->insert(MBBIter, newMBB);
10367 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010368
Dan Gohman14152b42010-07-06 20:24:04 +000010369 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
10370 nextMBB->splice(nextMBB->begin(), thisMBB,
10371 llvm::next(MachineBasicBlock::iterator(mInstr)),
10372 thisMBB->end());
10373 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010374
Mon P Wang63307c32008-05-05 19:05:59 +000010375 // Update thisMBB to fall through to newMBB
10376 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010377
Mon P Wang63307c32008-05-05 19:05:59 +000010378 // newMBB jumps to newMBB and fall through to nextMBB
10379 newMBB->addSuccessor(nextMBB);
10380 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +000010381
Dale Johannesene4d209d2009-02-03 20:21:25 +000010382 DebugLoc dl = mInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +000010383 // Insert instructions into newMBB based on incoming instruction
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010384 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 &&
Bill Wendling51b16f42009-05-30 01:09:53 +000010385 "unexpected number of operands");
Mon P Wang63307c32008-05-05 19:05:59 +000010386 MachineOperand& destOper = mInstr->getOperand(0);
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010387 MachineOperand* argOpers[2 + X86::AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +000010388 int numArgs = mInstr->getNumOperands() - 1;
10389 for (int i=0; i < numArgs; ++i)
10390 argOpers[i] = &mInstr->getOperand(i+1);
Scott Michelfdc40a02009-02-17 22:15:04 +000010391
Mon P Wang63307c32008-05-05 19:05:59 +000010392 // x86 address has 4 operands: base, index, scale, and displacement
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000010393 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3]
Rafael Espindolaa82dfca2009-03-27 15:26:30 +000010394 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +000010395
Mon P Wangab3e7472008-05-05 22:56:23 +000010396 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010397 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +000010398 for (int i=0; i <= lastAddrIndx; ++i)
10399 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +000010400
Mon P Wang63307c32008-05-05 19:05:59 +000010401 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +000010402 assert((argOpers[valArgIndx]->isReg() ||
10403 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +000010404 "invalid operand");
Scott Michelfdc40a02009-02-17 22:15:04 +000010405
10406 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +000010407 if (argOpers[valArgIndx]->isReg())
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010408 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), t2);
Scott Michelfdc40a02009-02-17 22:15:04 +000010409 else
Dale Johannesene4d209d2009-02-03 20:21:25 +000010410 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Mon P Wang63307c32008-05-05 19:05:59 +000010411 (*MIB).addOperand(*argOpers[valArgIndx]);
10412
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010413 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), X86::EAX);
Mon P Wangab3e7472008-05-05 22:56:23 +000010414 MIB.addReg(t1);
10415
Dale Johannesene4d209d2009-02-03 20:21:25 +000010416 MIB = BuildMI(newMBB, dl, TII->get(X86::CMP32rr));
Mon P Wang63307c32008-05-05 19:05:59 +000010417 MIB.addReg(t1);
10418 MIB.addReg(t2);
10419
10420 // Generate movc
10421 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +000010422 MIB = BuildMI(newMBB, dl, TII->get(cmovOpc),t3);
Mon P Wang63307c32008-05-05 19:05:59 +000010423 MIB.addReg(t2);
10424 MIB.addReg(t1);
10425
10426 // Cmp and exchange if none has modified the memory location
Dale Johannesene4d209d2009-02-03 20:21:25 +000010427 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG32));
Mon P Wang63307c32008-05-05 19:05:59 +000010428 for (int i=0; i <= lastAddrIndx; ++i)
10429 (*MIB).addOperand(*argOpers[i]);
10430 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +000010431 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
Dan Gohmanc76909a2009-09-25 20:36:54 +000010432 (*MIB).setMemRefs(mInstr->memoperands_begin(),
10433 mInstr->memoperands_end());
Scott Michelfdc40a02009-02-17 22:15:04 +000010434
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000010435 MIB = BuildMI(newMBB, dl, TII->get(TargetOpcode::COPY), destOper.getReg());
Mon P Wang63307c32008-05-05 19:05:59 +000010436 MIB.addReg(X86::EAX);
Scott Michelfdc40a02009-02-17 22:15:04 +000010437
Mon P Wang63307c32008-05-05 19:05:59 +000010438 // insert branch
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010439 BuildMI(newMBB, dl, TII->get(X86::JNE_4)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +000010440
Dan Gohman14152b42010-07-06 20:24:04 +000010441 mInstr->eraseFromParent(); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +000010442 return nextMBB;
10443}
10444
Eric Christopherf83a5de2009-08-27 18:08:16 +000010445// FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010446// or XMM0_V32I8 in AVX all of this code can be replaced with that
10447// in the .td file.
Dan Gohmand6708ea2009-08-15 01:38:56 +000010448MachineBasicBlock *
Eric Christopherb120ab42009-08-18 22:50:32 +000010449X86TargetLowering::EmitPCMP(MachineInstr *MI, MachineBasicBlock *BB,
Daniel Dunbara279bc32009-09-20 02:20:51 +000010450 unsigned numArgs, bool memArg) const {
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010451 assert((Subtarget->hasSSE42() || Subtarget->hasAVX()) &&
10452 "Target must have SSE4.2 or AVX features enabled");
10453
Eric Christopherb120ab42009-08-18 22:50:32 +000010454 DebugLoc dl = MI->getDebugLoc();
10455 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Eric Christopherb120ab42009-08-18 22:50:32 +000010456 unsigned Opc;
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000010457 if (!Subtarget->hasAVX()) {
10458 if (memArg)
10459 Opc = numArgs == 3 ? X86::PCMPISTRM128rm : X86::PCMPESTRM128rm;
10460 else
10461 Opc = numArgs == 3 ? X86::PCMPISTRM128rr : X86::PCMPESTRM128rr;
10462 } else {
10463 if (memArg)
10464 Opc = numArgs == 3 ? X86::VPCMPISTRM128rm : X86::VPCMPESTRM128rm;
10465 else
10466 Opc = numArgs == 3 ? X86::VPCMPISTRM128rr : X86::VPCMPESTRM128rr;
10467 }
Eric Christopherb120ab42009-08-18 22:50:32 +000010468
Eric Christopher41c902f2010-11-30 08:20:21 +000010469 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(Opc));
Eric Christopherb120ab42009-08-18 22:50:32 +000010470 for (unsigned i = 0; i < numArgs; ++i) {
10471 MachineOperand &Op = MI->getOperand(i+1);
Eric Christopherb120ab42009-08-18 22:50:32 +000010472 if (!(Op.isReg() && Op.isImplicit()))
10473 MIB.addOperand(Op);
10474 }
Eric Christopher41c902f2010-11-30 08:20:21 +000010475 BuildMI(*BB, MI, dl, TII->get(X86::MOVAPSrr), MI->getOperand(0).getReg())
Eric Christopherb120ab42009-08-18 22:50:32 +000010476 .addReg(X86::XMM0);
10477
Dan Gohman14152b42010-07-06 20:24:04 +000010478 MI->eraseFromParent();
Eric Christopherb120ab42009-08-18 22:50:32 +000010479 return BB;
10480}
10481
10482MachineBasicBlock *
Eric Christopher228232b2010-11-30 07:20:12 +000010483X86TargetLowering::EmitMonitor(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000010484 DebugLoc dl = MI->getDebugLoc();
10485 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010486
Eric Christopher228232b2010-11-30 07:20:12 +000010487 // Address into RAX/EAX, other two args into ECX, EDX.
10488 unsigned MemOpc = Subtarget->is64Bit() ? X86::LEA64r : X86::LEA32r;
10489 unsigned MemReg = Subtarget->is64Bit() ? X86::RAX : X86::EAX;
10490 MachineInstrBuilder MIB = BuildMI(*BB, MI, dl, TII->get(MemOpc), MemReg);
10491 for (int i = 0; i < X86::AddrNumOperands; ++i)
Eric Christopher82be2202010-11-30 08:10:28 +000010492 MIB.addOperand(MI->getOperand(i));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010493
Eric Christopher228232b2010-11-30 07:20:12 +000010494 unsigned ValOps = X86::AddrNumOperands;
10495 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
10496 .addReg(MI->getOperand(ValOps).getReg());
10497 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EDX)
10498 .addReg(MI->getOperand(ValOps+1).getReg());
10499
10500 // The instruction doesn't actually take any operands though.
10501 BuildMI(*BB, MI, dl, TII->get(X86::MONITORrrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010502
Eric Christopher228232b2010-11-30 07:20:12 +000010503 MI->eraseFromParent(); // The pseudo is gone now.
10504 return BB;
10505}
10506
10507MachineBasicBlock *
10508X86TargetLowering::EmitMwait(MachineInstr *MI, MachineBasicBlock *BB) const {
Eric Christopher228232b2010-11-30 07:20:12 +000010509 DebugLoc dl = MI->getDebugLoc();
10510 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010511
Eric Christopher228232b2010-11-30 07:20:12 +000010512 // First arg in ECX, the second in EAX.
10513 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::ECX)
10514 .addReg(MI->getOperand(0).getReg());
10515 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY), X86::EAX)
10516 .addReg(MI->getOperand(1).getReg());
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010517
Eric Christopher228232b2010-11-30 07:20:12 +000010518 // The instruction doesn't actually take any operands though.
10519 BuildMI(*BB, MI, dl, TII->get(X86::MWAITrr));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000010520
Eric Christopher228232b2010-11-30 07:20:12 +000010521 MI->eraseFromParent(); // The pseudo is gone now.
10522 return BB;
10523}
10524
10525MachineBasicBlock *
Dan Gohman320afb82010-10-12 18:00:49 +000010526X86TargetLowering::EmitVAARG64WithCustomInserter(
10527 MachineInstr *MI,
10528 MachineBasicBlock *MBB) const {
10529 // Emit va_arg instruction on X86-64.
10530
10531 // Operands to this pseudo-instruction:
10532 // 0 ) Output : destination address (reg)
10533 // 1-5) Input : va_list address (addr, i64mem)
10534 // 6 ) ArgSize : Size (in bytes) of vararg type
10535 // 7 ) ArgMode : 0=overflow only, 1=use gp_offset, 2=use fp_offset
10536 // 8 ) Align : Alignment of type
10537 // 9 ) EFLAGS (implicit-def)
10538
10539 assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
10540 assert(X86::AddrNumOperands == 5 && "VAARG_64 assumes 5 address operands");
10541
10542 unsigned DestReg = MI->getOperand(0).getReg();
10543 MachineOperand &Base = MI->getOperand(1);
10544 MachineOperand &Scale = MI->getOperand(2);
10545 MachineOperand &Index = MI->getOperand(3);
10546 MachineOperand &Disp = MI->getOperand(4);
10547 MachineOperand &Segment = MI->getOperand(5);
10548 unsigned ArgSize = MI->getOperand(6).getImm();
10549 unsigned ArgMode = MI->getOperand(7).getImm();
10550 unsigned Align = MI->getOperand(8).getImm();
10551
10552 // Memory Reference
10553 assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
10554 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
10555 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
10556
10557 // Machine Information
10558 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10559 MachineRegisterInfo &MRI = MBB->getParent()->getRegInfo();
10560 const TargetRegisterClass *AddrRegClass = getRegClassFor(MVT::i64);
10561 const TargetRegisterClass *OffsetRegClass = getRegClassFor(MVT::i32);
10562 DebugLoc DL = MI->getDebugLoc();
10563
10564 // struct va_list {
10565 // i32 gp_offset
10566 // i32 fp_offset
10567 // i64 overflow_area (address)
10568 // i64 reg_save_area (address)
10569 // }
10570 // sizeof(va_list) = 24
10571 // alignment(va_list) = 8
10572
10573 unsigned TotalNumIntRegs = 6;
10574 unsigned TotalNumXMMRegs = 8;
10575 bool UseGPOffset = (ArgMode == 1);
10576 bool UseFPOffset = (ArgMode == 2);
10577 unsigned MaxOffset = TotalNumIntRegs * 8 +
10578 (UseFPOffset ? TotalNumXMMRegs * 16 : 0);
10579
10580 /* Align ArgSize to a multiple of 8 */
10581 unsigned ArgSizeA8 = (ArgSize + 7) & ~7;
10582 bool NeedsAlign = (Align > 8);
10583
10584 MachineBasicBlock *thisMBB = MBB;
10585 MachineBasicBlock *overflowMBB;
10586 MachineBasicBlock *offsetMBB;
10587 MachineBasicBlock *endMBB;
10588
10589 unsigned OffsetDestReg = 0; // Argument address computed by offsetMBB
10590 unsigned OverflowDestReg = 0; // Argument address computed by overflowMBB
10591 unsigned OffsetReg = 0;
10592
10593 if (!UseGPOffset && !UseFPOffset) {
10594 // If we only pull from the overflow region, we don't create a branch.
10595 // We don't need to alter control flow.
10596 OffsetDestReg = 0; // unused
10597 OverflowDestReg = DestReg;
10598
10599 offsetMBB = NULL;
10600 overflowMBB = thisMBB;
10601 endMBB = thisMBB;
10602 } else {
10603 // First emit code to check if gp_offset (or fp_offset) is below the bound.
10604 // If so, pull the argument from reg_save_area. (branch to offsetMBB)
10605 // If not, pull from overflow_area. (branch to overflowMBB)
10606 //
10607 // thisMBB
10608 // | .
10609 // | .
10610 // offsetMBB overflowMBB
10611 // | .
10612 // | .
10613 // endMBB
10614
10615 // Registers for the PHI in endMBB
10616 OffsetDestReg = MRI.createVirtualRegister(AddrRegClass);
10617 OverflowDestReg = MRI.createVirtualRegister(AddrRegClass);
10618
10619 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10620 MachineFunction *MF = MBB->getParent();
10621 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10622 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10623 endMBB = MF->CreateMachineBasicBlock(LLVM_BB);
10624
10625 MachineFunction::iterator MBBIter = MBB;
10626 ++MBBIter;
10627
10628 // Insert the new basic blocks
10629 MF->insert(MBBIter, offsetMBB);
10630 MF->insert(MBBIter, overflowMBB);
10631 MF->insert(MBBIter, endMBB);
10632
10633 // Transfer the remainder of MBB and its successor edges to endMBB.
10634 endMBB->splice(endMBB->begin(), thisMBB,
10635 llvm::next(MachineBasicBlock::iterator(MI)),
10636 thisMBB->end());
10637 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
10638
10639 // Make offsetMBB and overflowMBB successors of thisMBB
10640 thisMBB->addSuccessor(offsetMBB);
10641 thisMBB->addSuccessor(overflowMBB);
10642
10643 // endMBB is a successor of both offsetMBB and overflowMBB
10644 offsetMBB->addSuccessor(endMBB);
10645 overflowMBB->addSuccessor(endMBB);
10646
10647 // Load the offset value into a register
10648 OffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10649 BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
10650 .addOperand(Base)
10651 .addOperand(Scale)
10652 .addOperand(Index)
10653 .addDisp(Disp, UseFPOffset ? 4 : 0)
10654 .addOperand(Segment)
10655 .setMemRefs(MMOBegin, MMOEnd);
10656
10657 // Check if there is enough room left to pull this argument.
10658 BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
10659 .addReg(OffsetReg)
10660 .addImm(MaxOffset + 8 - ArgSizeA8);
10661
10662 // Branch to "overflowMBB" if offset >= max
10663 // Fall through to "offsetMBB" otherwise
10664 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
10665 .addMBB(overflowMBB);
10666 }
10667
10668 // In offsetMBB, emit code to use the reg_save_area.
10669 if (offsetMBB) {
10670 assert(OffsetReg != 0);
10671
10672 // Read the reg_save_area address.
10673 unsigned RegSaveReg = MRI.createVirtualRegister(AddrRegClass);
10674 BuildMI(offsetMBB, DL, TII->get(X86::MOV64rm), RegSaveReg)
10675 .addOperand(Base)
10676 .addOperand(Scale)
10677 .addOperand(Index)
10678 .addDisp(Disp, 16)
10679 .addOperand(Segment)
10680 .setMemRefs(MMOBegin, MMOEnd);
10681
10682 // Zero-extend the offset
10683 unsigned OffsetReg64 = MRI.createVirtualRegister(AddrRegClass);
10684 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64)
10685 .addImm(0)
10686 .addReg(OffsetReg)
10687 .addImm(X86::sub_32bit);
10688
10689 // Add the offset to the reg_save_area to get the final address.
10690 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg)
10691 .addReg(OffsetReg64)
10692 .addReg(RegSaveReg);
10693
10694 // Compute the offset for the next argument
10695 unsigned NextOffsetReg = MRI.createVirtualRegister(OffsetRegClass);
10696 BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg)
10697 .addReg(OffsetReg)
10698 .addImm(UseFPOffset ? 16 : 8);
10699
10700 // Store it back into the va_list.
10701 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr))
10702 .addOperand(Base)
10703 .addOperand(Scale)
10704 .addOperand(Index)
10705 .addDisp(Disp, UseFPOffset ? 4 : 0)
10706 .addOperand(Segment)
10707 .addReg(NextOffsetReg)
10708 .setMemRefs(MMOBegin, MMOEnd);
10709
10710 // Jump to endMBB
10711 BuildMI(offsetMBB, DL, TII->get(X86::JMP_4))
10712 .addMBB(endMBB);
10713 }
10714
10715 //
10716 // Emit code to use overflow area
10717 //
10718
10719 // Load the overflow_area address into a register.
10720 unsigned OverflowAddrReg = MRI.createVirtualRegister(AddrRegClass);
10721 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg)
10722 .addOperand(Base)
10723 .addOperand(Scale)
10724 .addOperand(Index)
10725 .addDisp(Disp, 8)
10726 .addOperand(Segment)
10727 .setMemRefs(MMOBegin, MMOEnd);
10728
10729 // If we need to align it, do so. Otherwise, just copy the address
10730 // to OverflowDestReg.
10731 if (NeedsAlign) {
10732 // Align the overflow address
10733 assert((Align & (Align-1)) == 0 && "Alignment must be a power of 2");
10734 unsigned TmpReg = MRI.createVirtualRegister(AddrRegClass);
10735
10736 // aligned_addr = (addr + (align-1)) & ~(align-1)
10737 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg)
10738 .addReg(OverflowAddrReg)
10739 .addImm(Align-1);
10740
10741 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg)
10742 .addReg(TmpReg)
10743 .addImm(~(uint64_t)(Align-1));
10744 } else {
10745 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg)
10746 .addReg(OverflowAddrReg);
10747 }
10748
10749 // Compute the next overflow address after this argument.
10750 // (the overflow address should be kept 8-byte aligned)
10751 unsigned NextAddrReg = MRI.createVirtualRegister(AddrRegClass);
10752 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg)
10753 .addReg(OverflowDestReg)
10754 .addImm(ArgSizeA8);
10755
10756 // Store the new overflow address.
10757 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr))
10758 .addOperand(Base)
10759 .addOperand(Scale)
10760 .addOperand(Index)
10761 .addDisp(Disp, 8)
10762 .addOperand(Segment)
10763 .addReg(NextAddrReg)
10764 .setMemRefs(MMOBegin, MMOEnd);
10765
10766 // If we branched, emit the PHI to the front of endMBB.
10767 if (offsetMBB) {
10768 BuildMI(*endMBB, endMBB->begin(), DL,
10769 TII->get(X86::PHI), DestReg)
10770 .addReg(OffsetDestReg).addMBB(offsetMBB)
10771 .addReg(OverflowDestReg).addMBB(overflowMBB);
10772 }
10773
10774 // Erase the pseudo instruction
10775 MI->eraseFromParent();
10776
10777 return endMBB;
10778}
10779
10780MachineBasicBlock *
Dan Gohmand6708ea2009-08-15 01:38:56 +000010781X86TargetLowering::EmitVAStartSaveXMMRegsWithCustomInserter(
10782 MachineInstr *MI,
10783 MachineBasicBlock *MBB) const {
10784 // Emit code to save XMM registers to the stack. The ABI says that the
10785 // number of registers to save is given in %al, so it's theoretically
10786 // possible to do an indirect jump trick to avoid saving all of them,
10787 // however this code takes a simpler approach and just executes all
10788 // of the stores if %al is non-zero. It's less code, and it's probably
10789 // easier on the hardware branch predictor, and stores aren't all that
10790 // expensive anyway.
10791
10792 // Create the new basic blocks. One block contains all the XMM stores,
10793 // and one block is the final destination regardless of whether any
10794 // stores were performed.
10795 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
10796 MachineFunction *F = MBB->getParent();
10797 MachineFunction::iterator MBBIter = MBB;
10798 ++MBBIter;
10799 MachineBasicBlock *XMMSaveMBB = F->CreateMachineBasicBlock(LLVM_BB);
10800 MachineBasicBlock *EndMBB = F->CreateMachineBasicBlock(LLVM_BB);
10801 F->insert(MBBIter, XMMSaveMBB);
10802 F->insert(MBBIter, EndMBB);
10803
Dan Gohman14152b42010-07-06 20:24:04 +000010804 // Transfer the remainder of MBB and its successor edges to EndMBB.
10805 EndMBB->splice(EndMBB->begin(), MBB,
10806 llvm::next(MachineBasicBlock::iterator(MI)),
10807 MBB->end());
10808 EndMBB->transferSuccessorsAndUpdatePHIs(MBB);
10809
Dan Gohmand6708ea2009-08-15 01:38:56 +000010810 // The original block will now fall through to the XMM save block.
10811 MBB->addSuccessor(XMMSaveMBB);
10812 // The XMMSaveMBB will fall through to the end block.
10813 XMMSaveMBB->addSuccessor(EndMBB);
10814
10815 // Now add the instructions.
10816 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10817 DebugLoc DL = MI->getDebugLoc();
10818
10819 unsigned CountReg = MI->getOperand(0).getReg();
10820 int64_t RegSaveFrameIndex = MI->getOperand(1).getImm();
10821 int64_t VarArgsFPOffset = MI->getOperand(2).getImm();
10822
10823 if (!Subtarget->isTargetWin64()) {
10824 // If %al is 0, branch around the XMM save block.
10825 BuildMI(MBB, DL, TII->get(X86::TEST8rr)).addReg(CountReg).addReg(CountReg);
Chris Lattnerbd13fb62010-02-11 19:25:55 +000010826 BuildMI(MBB, DL, TII->get(X86::JE_4)).addMBB(EndMBB);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010827 MBB->addSuccessor(EndMBB);
10828 }
10829
10830 // In the XMM save block, save all the XMM argument registers.
10831 for (int i = 3, e = MI->getNumOperands(); i != e; ++i) {
10832 int64_t Offset = (i - 3) * 16 + VarArgsFPOffset;
Dan Gohmanc76909a2009-09-25 20:36:54 +000010833 MachineMemOperand *MMO =
Evan Chengff89dcb2009-10-18 18:16:27 +000010834 F->getMachineMemOperand(
Chris Lattnere8639032010-09-21 06:22:23 +000010835 MachinePointerInfo::getFixedStack(RegSaveFrameIndex, Offset),
Chris Lattner59db5492010-09-21 04:39:43 +000010836 MachineMemOperand::MOStore,
Evan Chengff89dcb2009-10-18 18:16:27 +000010837 /*Size=*/16, /*Align=*/16);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010838 BuildMI(XMMSaveMBB, DL, TII->get(X86::MOVAPSmr))
10839 .addFrameIndex(RegSaveFrameIndex)
10840 .addImm(/*Scale=*/1)
10841 .addReg(/*IndexReg=*/0)
10842 .addImm(/*Disp=*/Offset)
10843 .addReg(/*Segment=*/0)
10844 .addReg(MI->getOperand(i).getReg())
Dan Gohmanc76909a2009-09-25 20:36:54 +000010845 .addMemOperand(MMO);
Dan Gohmand6708ea2009-08-15 01:38:56 +000010846 }
10847
Dan Gohman14152b42010-07-06 20:24:04 +000010848 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohmand6708ea2009-08-15 01:38:56 +000010849
10850 return EndMBB;
10851}
Mon P Wang63307c32008-05-05 19:05:59 +000010852
Evan Cheng60c07e12006-07-05 22:17:51 +000010853MachineBasicBlock *
Chris Lattner52600972009-09-02 05:57:00 +000010854X86TargetLowering::EmitLoweredSelect(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010855 MachineBasicBlock *BB) const {
Chris Lattner52600972009-09-02 05:57:00 +000010856 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10857 DebugLoc DL = MI->getDebugLoc();
Daniel Dunbara279bc32009-09-20 02:20:51 +000010858
Chris Lattner52600972009-09-02 05:57:00 +000010859 // To "insert" a SELECT_CC instruction, we actually have to insert the
10860 // diamond control-flow pattern. The incoming instruction knows the
10861 // destination vreg to set, the condition code register to branch on, the
10862 // true/false values to select between, and a branch opcode to use.
10863 const BasicBlock *LLVM_BB = BB->getBasicBlock();
10864 MachineFunction::iterator It = BB;
10865 ++It;
Daniel Dunbara279bc32009-09-20 02:20:51 +000010866
Chris Lattner52600972009-09-02 05:57:00 +000010867 // thisMBB:
10868 // ...
10869 // TrueVal = ...
10870 // cmpTY ccX, r1, r2
10871 // bCC copy1MBB
10872 // fallthrough --> copy0MBB
10873 MachineBasicBlock *thisMBB = BB;
10874 MachineFunction *F = BB->getParent();
10875 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
10876 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Chris Lattner52600972009-09-02 05:57:00 +000010877 F->insert(It, copy0MBB);
10878 F->insert(It, sinkMBB);
Bill Wendling730c07e2010-06-25 20:48:10 +000010879
Bill Wendling730c07e2010-06-25 20:48:10 +000010880 // If the EFLAGS register isn't dead in the terminator, then claim that it's
10881 // live into the sink and copy blocks.
10882 const MachineFunction *MF = BB->getParent();
10883 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
10884 BitVector ReservedRegs = TRI->getReservedRegs(*MF);
Bill Wendling730c07e2010-06-25 20:48:10 +000010885
Dan Gohman14152b42010-07-06 20:24:04 +000010886 for (unsigned I = 0, E = MI->getNumOperands(); I != E; ++I) {
10887 const MachineOperand &MO = MI->getOperand(I);
10888 if (!MO.isReg() || !MO.isUse() || MO.isKill()) continue;
Bill Wendling730c07e2010-06-25 20:48:10 +000010889 unsigned Reg = MO.getReg();
10890 if (Reg != X86::EFLAGS) continue;
10891 copy0MBB->addLiveIn(Reg);
10892 sinkMBB->addLiveIn(Reg);
10893 }
10894
Dan Gohman14152b42010-07-06 20:24:04 +000010895 // Transfer the remainder of BB and its successor edges to sinkMBB.
10896 sinkMBB->splice(sinkMBB->begin(), BB,
10897 llvm::next(MachineBasicBlock::iterator(MI)),
10898 BB->end());
10899 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
10900
10901 // Add the true and fallthrough blocks as its successors.
10902 BB->addSuccessor(copy0MBB);
10903 BB->addSuccessor(sinkMBB);
10904
10905 // Create the conditional branch instruction.
10906 unsigned Opc =
10907 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
10908 BuildMI(BB, DL, TII->get(Opc)).addMBB(sinkMBB);
10909
Chris Lattner52600972009-09-02 05:57:00 +000010910 // copy0MBB:
10911 // %FalseValue = ...
10912 // # fallthrough to sinkMBB
Dan Gohman3335a222010-04-30 20:14:26 +000010913 copy0MBB->addSuccessor(sinkMBB);
Daniel Dunbara279bc32009-09-20 02:20:51 +000010914
Chris Lattner52600972009-09-02 05:57:00 +000010915 // sinkMBB:
10916 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
10917 // ...
Dan Gohman14152b42010-07-06 20:24:04 +000010918 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
10919 TII->get(X86::PHI), MI->getOperand(0).getReg())
Chris Lattner52600972009-09-02 05:57:00 +000010920 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
10921 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
10922
Dan Gohman14152b42010-07-06 20:24:04 +000010923 MI->eraseFromParent(); // The pseudo instruction is gone now.
Dan Gohman3335a222010-04-30 20:14:26 +000010924 return sinkMBB;
Chris Lattner52600972009-09-02 05:57:00 +000010925}
10926
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010927MachineBasicBlock *
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010928X86TargetLowering::EmitLoweredWinAlloca(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000010929 MachineBasicBlock *BB) const {
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010930 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
10931 DebugLoc DL = MI->getDebugLoc();
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010932
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010933 assert(!Subtarget->isTargetEnvMacho());
10934
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010935 // The lowering is pretty easy: we're just emitting the call to _alloca. The
10936 // non-trivial part is impdef of ESP.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010937
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010938 if (Subtarget->isTargetWin64()) {
10939 if (Subtarget->isTargetCygMing()) {
10940 // ___chkstk(Mingw64):
10941 // Clobbers R10, R11, RAX and EFLAGS.
10942 // Updates RSP.
10943 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10944 .addExternalSymbol("___chkstk")
10945 .addReg(X86::RAX, RegState::Implicit)
10946 .addReg(X86::RSP, RegState::Implicit)
10947 .addReg(X86::RAX, RegState::Define | RegState::Implicit)
10948 .addReg(X86::RSP, RegState::Define | RegState::Implicit)
10949 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10950 } else {
10951 // __chkstk(MSVCRT): does not update stack pointer.
10952 // Clobbers R10, R11 and EFLAGS.
10953 // FIXME: RAX(allocated size) might be reused and not killed.
10954 BuildMI(*BB, MI, DL, TII->get(X86::W64ALLOCA))
10955 .addExternalSymbol("__chkstk")
10956 .addReg(X86::RAX, RegState::Implicit)
10957 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10958 // RAX has the offset to subtracted from RSP.
10959 BuildMI(*BB, MI, DL, TII->get(X86::SUB64rr), X86::RSP)
10960 .addReg(X86::RSP)
10961 .addReg(X86::RAX);
10962 }
10963 } else {
10964 const char *StackProbeSymbol =
Michael J. Spencere9c253e2010-10-21 01:41:01 +000010965 Subtarget->isTargetWindows() ? "_chkstk" : "_alloca";
10966
NAKAMURA Takumia2e07622011-03-24 07:07:00 +000010967 BuildMI(*BB, MI, DL, TII->get(X86::CALLpcrel32))
10968 .addExternalSymbol(StackProbeSymbol)
10969 .addReg(X86::EAX, RegState::Implicit)
10970 .addReg(X86::ESP, RegState::Implicit)
10971 .addReg(X86::EAX, RegState::Define | RegState::Implicit)
10972 .addReg(X86::ESP, RegState::Define | RegState::Implicit)
10973 .addReg(X86::EFLAGS, RegState::Define | RegState::Implicit);
10974 }
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010975
Dan Gohman14152b42010-07-06 20:24:04 +000010976 MI->eraseFromParent(); // The pseudo instruction is gone now.
Anton Korobeynikov043f3c22010-03-06 19:32:29 +000010977 return BB;
10978}
Chris Lattner52600972009-09-02 05:57:00 +000010979
10980MachineBasicBlock *
Eric Christopher30ef0e52010-06-03 04:07:48 +000010981X86TargetLowering::EmitLoweredTLSCall(MachineInstr *MI,
10982 MachineBasicBlock *BB) const {
10983 // This is pretty easy. We're taking the value that we received from
10984 // our load from the relocation, sticking it in either RDI (x86-64)
10985 // or EAX and doing an indirect call. The return value will then
10986 // be in the normal return register.
Michael J. Spencerec38de22010-10-10 22:04:20 +000010987 const X86InstrInfo *TII
Eric Christopher54415362010-06-08 22:04:25 +000010988 = static_cast<const X86InstrInfo*>(getTargetMachine().getInstrInfo());
Eric Christopher30ef0e52010-06-03 04:07:48 +000010989 DebugLoc DL = MI->getDebugLoc();
10990 MachineFunction *F = BB->getParent();
Eric Christopher722d3152010-09-27 06:01:51 +000010991
10992 assert(Subtarget->isTargetDarwin() && "Darwin only instr emitted?");
Eric Christopher54415362010-06-08 22:04:25 +000010993 assert(MI->getOperand(3).isGlobal() && "This should be a global");
Michael J. Spencerec38de22010-10-10 22:04:20 +000010994
Eric Christopher30ef0e52010-06-03 04:07:48 +000010995 if (Subtarget->is64Bit()) {
Dan Gohman14152b42010-07-06 20:24:04 +000010996 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
10997 TII->get(X86::MOV64rm), X86::RDI)
Eric Christopher54415362010-06-08 22:04:25 +000010998 .addReg(X86::RIP)
10999 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000011000 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000011001 MI->getOperand(3).getTargetFlags())
11002 .addReg(0);
Eric Christopher722d3152010-09-27 06:01:51 +000011003 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL64m));
Chris Lattner599b5312010-07-08 23:46:44 +000011004 addDirectMem(MIB, X86::RDI);
Eric Christopher61025492010-06-15 23:08:42 +000011005 } else if (getTargetMachine().getRelocationModel() != Reloc::PIC_) {
Dan Gohman14152b42010-07-06 20:24:04 +000011006 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
11007 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher61025492010-06-15 23:08:42 +000011008 .addReg(0)
11009 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000011010 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher61025492010-06-15 23:08:42 +000011011 MI->getOperand(3).getTargetFlags())
11012 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000011013 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000011014 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000011015 } else {
Dan Gohman14152b42010-07-06 20:24:04 +000011016 MachineInstrBuilder MIB = BuildMI(*BB, MI, DL,
11017 TII->get(X86::MOV32rm), X86::EAX)
Eric Christopher54415362010-06-08 22:04:25 +000011018 .addReg(TII->getGlobalBaseReg(F))
11019 .addImm(0).addReg(0)
Michael J. Spencerec38de22010-10-10 22:04:20 +000011020 .addGlobalAddress(MI->getOperand(3).getGlobal(), 0,
Eric Christopher54415362010-06-08 22:04:25 +000011021 MI->getOperand(3).getTargetFlags())
11022 .addReg(0);
Dan Gohman14152b42010-07-06 20:24:04 +000011023 MIB = BuildMI(*BB, MI, DL, TII->get(X86::CALL32m));
Chris Lattner599b5312010-07-08 23:46:44 +000011024 addDirectMem(MIB, X86::EAX);
Eric Christopher30ef0e52010-06-03 04:07:48 +000011025 }
Michael J. Spencerec38de22010-10-10 22:04:20 +000011026
Dan Gohman14152b42010-07-06 20:24:04 +000011027 MI->eraseFromParent(); // The pseudo instruction is gone now.
Eric Christopher30ef0e52010-06-03 04:07:48 +000011028 return BB;
11029}
11030
11031MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +000011032X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000011033 MachineBasicBlock *BB) const {
Evan Cheng60c07e12006-07-05 22:17:51 +000011034 switch (MI->getOpcode()) {
11035 default: assert(false && "Unexpected instr type to insert");
NAKAMURA Takumi7754f852011-01-26 02:04:09 +000011036 case X86::TAILJMPd64:
11037 case X86::TAILJMPr64:
11038 case X86::TAILJMPm64:
11039 assert(!"TAILJMP64 would not be touched here.");
11040 case X86::TCRETURNdi64:
11041 case X86::TCRETURNri64:
11042 case X86::TCRETURNmi64:
11043 // Defs of TCRETURNxx64 has Win64's callee-saved registers, as subset.
11044 // On AMD64, additional defs should be added before register allocation.
11045 if (!Subtarget->isTargetWin64()) {
11046 MI->addRegisterDefined(X86::RSI);
11047 MI->addRegisterDefined(X86::RDI);
11048 MI->addRegisterDefined(X86::XMM6);
11049 MI->addRegisterDefined(X86::XMM7);
11050 MI->addRegisterDefined(X86::XMM8);
11051 MI->addRegisterDefined(X86::XMM9);
11052 MI->addRegisterDefined(X86::XMM10);
11053 MI->addRegisterDefined(X86::XMM11);
11054 MI->addRegisterDefined(X86::XMM12);
11055 MI->addRegisterDefined(X86::XMM13);
11056 MI->addRegisterDefined(X86::XMM14);
11057 MI->addRegisterDefined(X86::XMM15);
11058 }
11059 return BB;
Michael J. Spencere9c253e2010-10-21 01:41:01 +000011060 case X86::WIN_ALLOCA:
11061 return EmitLoweredWinAlloca(MI, BB);
Eric Christopher30ef0e52010-06-03 04:07:48 +000011062 case X86::TLSCall_32:
11063 case X86::TLSCall_64:
11064 return EmitLoweredTLSCall(MI, BB);
Dan Gohmancbbea0f2009-08-27 00:14:12 +000011065 case X86::CMOV_GR8:
Evan Cheng60c07e12006-07-05 22:17:51 +000011066 case X86::CMOV_FR32:
11067 case X86::CMOV_FR64:
11068 case X86::CMOV_V4F32:
11069 case X86::CMOV_V2F64:
Chris Lattner52600972009-09-02 05:57:00 +000011070 case X86::CMOV_V2I64:
Chris Lattner314a1132010-03-14 18:31:44 +000011071 case X86::CMOV_GR16:
11072 case X86::CMOV_GR32:
11073 case X86::CMOV_RFP32:
11074 case X86::CMOV_RFP64:
11075 case X86::CMOV_RFP80:
Dan Gohmanaf1d8ca2010-05-01 00:01:06 +000011076 return EmitLoweredSelect(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000011077
Dale Johannesen849f2142007-07-03 00:53:03 +000011078 case X86::FP32_TO_INT16_IN_MEM:
11079 case X86::FP32_TO_INT32_IN_MEM:
11080 case X86::FP32_TO_INT64_IN_MEM:
11081 case X86::FP64_TO_INT16_IN_MEM:
11082 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +000011083 case X86::FP64_TO_INT64_IN_MEM:
11084 case X86::FP80_TO_INT16_IN_MEM:
11085 case X86::FP80_TO_INT32_IN_MEM:
11086 case X86::FP80_TO_INT64_IN_MEM: {
Chris Lattner52600972009-09-02 05:57:00 +000011087 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
11088 DebugLoc DL = MI->getDebugLoc();
11089
Evan Cheng60c07e12006-07-05 22:17:51 +000011090 // Change the floating point control register to use "round towards zero"
11091 // mode when truncating to an integer value.
11092 MachineFunction *F = BB->getParent();
David Greene3f2bf852009-11-12 20:49:22 +000011093 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2, false);
Dan Gohman14152b42010-07-06 20:24:04 +000011094 addFrameReference(BuildMI(*BB, MI, DL,
11095 TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011096
11097 // Load the old value of the high byte of the control word...
11098 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +000011099 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Dan Gohman14152b42010-07-06 20:24:04 +000011100 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16rm), OldCW),
Dale Johannesene4d209d2009-02-03 20:21:25 +000011101 CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011102
11103 // Set the high part to be round to zero...
Dan Gohman14152b42010-07-06 20:24:04 +000011104 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mi)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000011105 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +000011106
11107 // Reload the modified control word now...
Dan Gohman14152b42010-07-06 20:24:04 +000011108 addFrameReference(BuildMI(*BB, MI, DL,
11109 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011110
11111 // Restore the memory image of control word to original value
Dan Gohman14152b42010-07-06 20:24:04 +000011112 addFrameReference(BuildMI(*BB, MI, DL, TII->get(X86::MOV16mr)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +000011113 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +000011114
11115 // Get the X86 opcode to use.
11116 unsigned Opc;
11117 switch (MI->getOpcode()) {
Torok Edwinc23197a2009-07-14 16:55:14 +000011118 default: llvm_unreachable("illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +000011119 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
11120 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
11121 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
11122 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
11123 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
11124 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +000011125 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
11126 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
11127 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +000011128 }
11129
11130 X86AddressMode AM;
11131 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +000011132 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000011133 AM.BaseType = X86AddressMode::RegBase;
11134 AM.Base.Reg = Op.getReg();
11135 } else {
11136 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +000011137 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +000011138 }
11139 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +000011140 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000011141 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000011142 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +000011143 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +000011144 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000011145 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +000011146 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +000011147 AM.GV = Op.getGlobal();
11148 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +000011149 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +000011150 }
Dan Gohman14152b42010-07-06 20:24:04 +000011151 addFullAddress(BuildMI(*BB, MI, DL, TII->get(Opc)), AM)
Chris Lattnerac0ed5d2010-07-08 22:41:28 +000011152 .addReg(MI->getOperand(X86::AddrNumOperands).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +000011153
11154 // Reload the original control word now.
Dan Gohman14152b42010-07-06 20:24:04 +000011155 addFrameReference(BuildMI(*BB, MI, DL,
11156 TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +000011157
Dan Gohman14152b42010-07-06 20:24:04 +000011158 MI->eraseFromParent(); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +000011159 return BB;
11160 }
Eric Christopherb120ab42009-08-18 22:50:32 +000011161 // String/text processing lowering.
11162 case X86::PCMPISTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011163 case X86::VPCMPISTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000011164 return EmitPCMP(MI, BB, 3, false /* in-mem */);
11165 case X86::PCMPISTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011166 case X86::VPCMPISTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000011167 return EmitPCMP(MI, BB, 3, true /* in-mem */);
11168 case X86::PCMPESTRM128REG:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011169 case X86::VPCMPESTRM128REG:
Eric Christopherb120ab42009-08-18 22:50:32 +000011170 return EmitPCMP(MI, BB, 5, false /* in mem */);
11171 case X86::PCMPESTRM128MEM:
Bruno Cardoso Lopes98f98562010-07-30 19:54:33 +000011172 case X86::VPCMPESTRM128MEM:
Eric Christopherb120ab42009-08-18 22:50:32 +000011173 return EmitPCMP(MI, BB, 5, true /* in mem */);
11174
Eric Christopher228232b2010-11-30 07:20:12 +000011175 // Thread synchronization.
11176 case X86::MONITOR:
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000011177 return EmitMonitor(MI, BB);
Eric Christopher228232b2010-11-30 07:20:12 +000011178 case X86::MWAIT:
11179 return EmitMwait(MI, BB);
11180
Eric Christopherb120ab42009-08-18 22:50:32 +000011181 // Atomic Lowering.
Mon P Wang63307c32008-05-05 19:05:59 +000011182 case X86::ATOMAND32:
11183 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011184 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011185 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011186 X86::NOT32r, X86::EAX,
11187 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000011188 case X86::ATOMOR32:
Scott Michelfdc40a02009-02-17 22:15:04 +000011189 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
11190 X86::OR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011191 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011192 X86::NOT32r, X86::EAX,
11193 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +000011194 case X86::ATOMXOR32:
11195 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011196 X86::XOR32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011197 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011198 X86::NOT32r, X86::EAX,
11199 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +000011200 case X86::ATOMNAND32:
11201 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011202 X86::AND32ri, X86::MOV32rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011203 X86::LCMPXCHG32,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011204 X86::NOT32r, X86::EAX,
11205 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +000011206 case X86::ATOMMIN32:
11207 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
11208 case X86::ATOMMAX32:
11209 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
11210 case X86::ATOMUMIN32:
11211 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
11212 case X86::ATOMUMAX32:
11213 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +000011214
11215 case X86::ATOMAND16:
11216 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
11217 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011218 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011219 X86::NOT16r, X86::AX,
11220 X86::GR16RegisterClass);
11221 case X86::ATOMOR16:
Scott Michelfdc40a02009-02-17 22:15:04 +000011222 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011223 X86::OR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011224 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011225 X86::NOT16r, X86::AX,
11226 X86::GR16RegisterClass);
11227 case X86::ATOMXOR16:
11228 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
11229 X86::XOR16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011230 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011231 X86::NOT16r, X86::AX,
11232 X86::GR16RegisterClass);
11233 case X86::ATOMNAND16:
11234 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
11235 X86::AND16ri, X86::MOV16rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011236 X86::LCMPXCHG16,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011237 X86::NOT16r, X86::AX,
11238 X86::GR16RegisterClass, true);
11239 case X86::ATOMMIN16:
11240 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
11241 case X86::ATOMMAX16:
11242 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
11243 case X86::ATOMUMIN16:
11244 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
11245 case X86::ATOMUMAX16:
11246 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
11247
11248 case X86::ATOMAND8:
11249 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
11250 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011251 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011252 X86::NOT8r, X86::AL,
11253 X86::GR8RegisterClass);
11254 case X86::ATOMOR8:
Scott Michelfdc40a02009-02-17 22:15:04 +000011255 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011256 X86::OR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011257 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011258 X86::NOT8r, X86::AL,
11259 X86::GR8RegisterClass);
11260 case X86::ATOMXOR8:
11261 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
11262 X86::XOR8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011263 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011264 X86::NOT8r, X86::AL,
11265 X86::GR8RegisterClass);
11266 case X86::ATOMNAND8:
11267 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
11268 X86::AND8ri, X86::MOV8rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011269 X86::LCMPXCHG8,
Dale Johannesen140be2d2008-08-19 18:47:28 +000011270 X86::NOT8r, X86::AL,
11271 X86::GR8RegisterClass, true);
11272 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011273 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +000011274 case X86::ATOMAND64:
11275 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011276 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011277 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011278 X86::NOT64r, X86::RAX,
11279 X86::GR64RegisterClass);
11280 case X86::ATOMOR64:
Scott Michelfdc40a02009-02-17 22:15:04 +000011281 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
11282 X86::OR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011283 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011284 X86::NOT64r, X86::RAX,
11285 X86::GR64RegisterClass);
11286 case X86::ATOMXOR64:
11287 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +000011288 X86::XOR64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011289 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011290 X86::NOT64r, X86::RAX,
11291 X86::GR64RegisterClass);
11292 case X86::ATOMNAND64:
11293 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
11294 X86::AND64ri32, X86::MOV64rm,
Jakob Stoklund Olesenb5378ea2010-07-14 23:50:27 +000011295 X86::LCMPXCHG64,
Dale Johannesena99e3842008-08-20 00:48:50 +000011296 X86::NOT64r, X86::RAX,
11297 X86::GR64RegisterClass, true);
11298 case X86::ATOMMIN64:
11299 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
11300 case X86::ATOMMAX64:
11301 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
11302 case X86::ATOMUMIN64:
11303 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
11304 case X86::ATOMUMAX64:
11305 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011306
11307 // This group does 64-bit operations on a 32-bit host.
11308 case X86::ATOMAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011309 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011310 X86::AND32rr, X86::AND32rr,
11311 X86::AND32ri, X86::AND32ri,
11312 false);
11313 case X86::ATOMOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011314 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011315 X86::OR32rr, X86::OR32rr,
11316 X86::OR32ri, X86::OR32ri,
11317 false);
11318 case X86::ATOMXOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011319 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011320 X86::XOR32rr, X86::XOR32rr,
11321 X86::XOR32ri, X86::XOR32ri,
11322 false);
11323 case X86::ATOMNAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011324 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011325 X86::AND32rr, X86::AND32rr,
11326 X86::AND32ri, X86::AND32ri,
11327 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011328 case X86::ATOMADD6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011329 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011330 X86::ADD32rr, X86::ADC32rr,
11331 X86::ADD32ri, X86::ADC32ri,
11332 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011333 case X86::ATOMSUB6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011334 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +000011335 X86::SUB32rr, X86::SBB32rr,
11336 X86::SUB32ri, X86::SBB32ri,
11337 false);
Dale Johannesen880ae362008-10-03 22:25:52 +000011338 case X86::ATOMSWAP6432:
Scott Michelfdc40a02009-02-17 22:15:04 +000011339 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen880ae362008-10-03 22:25:52 +000011340 X86::MOV32rr, X86::MOV32rr,
11341 X86::MOV32ri, X86::MOV32ri,
11342 false);
Dan Gohmand6708ea2009-08-15 01:38:56 +000011343 case X86::VASTART_SAVE_XMM_REGS:
11344 return EmitVAStartSaveXMMRegsWithCustomInserter(MI, BB);
Dan Gohman320afb82010-10-12 18:00:49 +000011345
11346 case X86::VAARG_64:
11347 return EmitVAARG64WithCustomInserter(MI, BB);
Evan Cheng60c07e12006-07-05 22:17:51 +000011348 }
11349}
11350
11351//===----------------------------------------------------------------------===//
11352// X86 Optimization Hooks
11353//===----------------------------------------------------------------------===//
11354
Dan Gohman475871a2008-07-27 21:46:04 +000011355void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +000011356 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000011357 APInt &KnownZero,
11358 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +000011359 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +000011360 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011361 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +000011362 assert((Opc >= ISD::BUILTIN_OP_END ||
11363 Opc == ISD::INTRINSIC_WO_CHAIN ||
11364 Opc == ISD::INTRINSIC_W_CHAIN ||
11365 Opc == ISD::INTRINSIC_VOID) &&
11366 "Should use MaskedValueIsZero if you don't know whether Op"
11367 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011368
Dan Gohmanf4f92f52008-02-13 23:07:24 +000011369 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011370 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +000011371 default: break;
Evan Cheng97d0e0e2009-02-02 09:15:04 +000011372 case X86ISD::ADD:
11373 case X86ISD::SUB:
Chris Lattner5b856542010-12-20 00:59:46 +000011374 case X86ISD::ADC:
11375 case X86ISD::SBB:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000011376 case X86ISD::SMUL:
11377 case X86ISD::UMUL:
Dan Gohman076aee32009-03-04 19:44:21 +000011378 case X86ISD::INC:
11379 case X86ISD::DEC:
Dan Gohmane220c4b2009-09-18 19:59:53 +000011380 case X86ISD::OR:
11381 case X86ISD::XOR:
11382 case X86ISD::AND:
Evan Cheng97d0e0e2009-02-02 09:15:04 +000011383 // These nodes' second result is a boolean.
11384 if (Op.getResNo() == 0)
11385 break;
11386 // Fallthrough
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011387 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +000011388 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
11389 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +000011390 break;
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011391 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +000011392}
Chris Lattner259e97c2006-01-31 19:43:35 +000011393
Owen Andersonbc146b02010-09-21 20:42:50 +000011394unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op,
11395 unsigned Depth) const {
11396 // SETCC_CARRY sets the dest to ~0 for true or 0 for false.
11397 if (Op.getOpcode() == X86ISD::SETCC_CARRY)
11398 return Op.getValueType().getScalarType().getSizeInBits();
Michael J. Spencerec38de22010-10-10 22:04:20 +000011399
Owen Andersonbc146b02010-09-21 20:42:50 +000011400 // Fallback case.
11401 return 1;
11402}
11403
Evan Cheng206ee9d2006-07-07 08:33:52 +000011404/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +000011405/// node is a GlobalAddress + offset.
11406bool X86TargetLowering::isGAPlusOffset(SDNode *N,
Dan Gohman46510a72010-04-15 01:51:59 +000011407 const GlobalValue* &GA,
11408 int64_t &Offset) const {
Evan Chengad4196b2008-05-12 19:56:52 +000011409 if (N->getOpcode() == X86ISD::Wrapper) {
11410 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +000011411 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +000011412 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +000011413 return true;
11414 }
Evan Cheng206ee9d2006-07-07 08:33:52 +000011415 }
Evan Chengad4196b2008-05-12 19:56:52 +000011416 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +000011417}
11418
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000011419/// PerformShuffleCombine256 - Performs shuffle combines for 256-bit vectors.
11420static SDValue PerformShuffleCombine256(SDNode *N, SelectionDAG &DAG,
11421 TargetLowering::DAGCombinerInfo &DCI) {
11422 DebugLoc dl = N->getDebugLoc();
11423 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
11424 SDValue V1 = SVOp->getOperand(0);
11425 SDValue V2 = SVOp->getOperand(1);
11426 EVT VT = SVOp->getValueType(0);
11427
11428 if (V1.getOpcode() == ISD::CONCAT_VECTORS &&
11429 V2.getOpcode() == ISD::CONCAT_VECTORS) {
11430 //
11431 // 0,0,0,...
Benjamin Kramer558cc5a2011-07-22 01:02:57 +000011432 // |
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000011433 // V UNDEF BUILD_VECTOR UNDEF
11434 // \ / \ /
11435 // CONCAT_VECTOR CONCAT_VECTOR
11436 // \ /
11437 // \ /
11438 // RESULT: V + zero extended
11439 //
11440 if (V2.getOperand(0).getOpcode() != ISD::BUILD_VECTOR ||
11441 V2.getOperand(1).getOpcode() != ISD::UNDEF ||
11442 V1.getOperand(1).getOpcode() != ISD::UNDEF)
11443 return SDValue();
11444
11445 if (!ISD::isBuildVectorAllZeros(V2.getOperand(0).getNode()))
11446 return SDValue();
11447
11448 // To match the shuffle mask, the first half of the mask should
11449 // be exactly the first vector, and all the rest a splat with the
11450 // first element of the second one.
11451 int NumElems = VT.getVectorNumElements();
11452 for (int i = 0; i < NumElems/2; ++i)
11453 if (!isUndefOrEqual(SVOp->getMaskElt(i), i) ||
11454 !isUndefOrEqual(SVOp->getMaskElt(i+NumElems/2), NumElems))
11455 return SDValue();
11456
11457 // Emit a zeroed vector and insert the desired subvector on its
11458 // first half.
11459 SDValue Zeros = getZeroVector(VT, true /* HasSSE2 */, DAG, dl);
11460 SDValue InsV = Insert128BitVector(Zeros, V1.getOperand(0),
11461 DAG.getConstant(0, MVT::i32), DAG, dl);
11462 return DCI.CombineTo(N, InsV);
11463 }
11464
11465 return SDValue();
11466}
11467
11468/// PerformShuffleCombine - Performs several different shuffle combines.
Dan Gohman475871a2008-07-27 21:46:04 +000011469static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Mon P Wanga0fd0d52010-12-19 23:55:53 +000011470 TargetLowering::DAGCombinerInfo &DCI) {
Dale Johannesene4d209d2009-02-03 20:21:25 +000011471 DebugLoc dl = N->getDebugLoc();
Owen Andersone50ed302009-08-10 22:56:29 +000011472 EVT VT = N->getValueType(0);
Mon P Wang1e955802009-04-03 02:43:30 +000011473
Mon P Wanga0fd0d52010-12-19 23:55:53 +000011474 // Don't create instructions with illegal types after legalize types has run.
11475 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
11476 if (!DCI.isBeforeLegalize() && !TLI.isTypeLegal(VT.getVectorElementType()))
11477 return SDValue();
11478
Bruno Cardoso Lopes74dad552011-07-22 00:15:00 +000011479 // Only handle pure VECTOR_SHUFFLE nodes.
11480 if (VT.getSizeInBits() == 256 && N->getOpcode() == ISD::VECTOR_SHUFFLE)
11481 return PerformShuffleCombine256(N, DAG, DCI);
11482
11483 // Only handle 128 wide vector from here on.
11484 if (VT.getSizeInBits() != 128)
11485 return SDValue();
11486
11487 // Combine a vector_shuffle that is equal to build_vector load1, load2, load3,
11488 // load4, <0, 1, 2, 3> into a 128-bit load if the load addresses are
11489 // consecutive, non-overlapping, and in the right order.
Nate Begemanfdea31a2010-03-24 20:49:50 +000011490 SmallVector<SDValue, 16> Elts;
11491 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i)
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000011492 Elts.push_back(getShuffleScalarElt(N, i, DAG, 0));
Bruno Cardoso Lopes27f12792010-08-28 02:46:39 +000011493
Nate Begemanfdea31a2010-03-24 20:49:50 +000011494 return EltsFromConsecutiveLoads(VT, Elts, dl, DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +000011495}
Evan Chengd880b972008-05-09 21:53:03 +000011496
Bruno Cardoso Lopesb3e06692010-09-03 19:55:05 +000011497/// PerformEXTRACT_VECTOR_ELTCombine - Detect vector gather/scatter index
11498/// generation and convert it from being a bunch of shuffles and extracts
11499/// to a simple store and scalar loads to extract the elements.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011500static SDValue PerformEXTRACT_VECTOR_ELTCombine(SDNode *N, SelectionDAG &DAG,
11501 const TargetLowering &TLI) {
11502 SDValue InputVector = N->getOperand(0);
11503
11504 // Only operate on vectors of 4 elements, where the alternative shuffling
11505 // gets to be more expensive.
11506 if (InputVector.getValueType() != MVT::v4i32)
11507 return SDValue();
11508
11509 // Check whether every use of InputVector is an EXTRACT_VECTOR_ELT with a
11510 // single use which is a sign-extend or zero-extend, and all elements are
11511 // used.
11512 SmallVector<SDNode *, 4> Uses;
11513 unsigned ExtractedElements = 0;
11514 for (SDNode::use_iterator UI = InputVector.getNode()->use_begin(),
11515 UE = InputVector.getNode()->use_end(); UI != UE; ++UI) {
11516 if (UI.getUse().getResNo() != InputVector.getResNo())
11517 return SDValue();
11518
11519 SDNode *Extract = *UI;
11520 if (Extract->getOpcode() != ISD::EXTRACT_VECTOR_ELT)
11521 return SDValue();
11522
11523 if (Extract->getValueType(0) != MVT::i32)
11524 return SDValue();
11525 if (!Extract->hasOneUse())
11526 return SDValue();
11527 if (Extract->use_begin()->getOpcode() != ISD::SIGN_EXTEND &&
11528 Extract->use_begin()->getOpcode() != ISD::ZERO_EXTEND)
11529 return SDValue();
11530 if (!isa<ConstantSDNode>(Extract->getOperand(1)))
11531 return SDValue();
11532
11533 // Record which element was extracted.
11534 ExtractedElements |=
11535 1 << cast<ConstantSDNode>(Extract->getOperand(1))->getZExtValue();
11536
11537 Uses.push_back(Extract);
11538 }
11539
11540 // If not all the elements were used, this may not be worthwhile.
11541 if (ExtractedElements != 15)
11542 return SDValue();
11543
11544 // Ok, we've now decided to do the transformation.
11545 DebugLoc dl = InputVector.getDebugLoc();
11546
11547 // Store the value to a temporary stack slot.
11548 SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
Chris Lattner8026a9d2010-09-21 17:50:43 +000011549 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, InputVector, StackPtr,
11550 MachinePointerInfo(), false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011551
11552 // Replace each use (extract) with a load of the appropriate element.
11553 for (SmallVectorImpl<SDNode *>::iterator UI = Uses.begin(),
11554 UE = Uses.end(); UI != UE; ++UI) {
11555 SDNode *Extract = *UI;
11556
Nadav Rotem86694292011-05-17 08:31:57 +000011557 // cOMpute the element's address.
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011558 SDValue Idx = Extract->getOperand(1);
11559 unsigned EltSize =
11560 InputVector.getValueType().getVectorElementType().getSizeInBits()/8;
11561 uint64_t Offset = EltSize * cast<ConstantSDNode>(Idx)->getZExtValue();
11562 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy());
11563
Nadav Rotem86694292011-05-17 08:31:57 +000011564 SDValue ScalarAddr = DAG.getNode(ISD::ADD, dl, TLI.getPointerTy(),
Chris Lattner51abfe42010-09-21 06:02:19 +000011565 StackPtr, OffsetVal);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011566
11567 // Load the scalar.
Eric Christopher90eb4022010-07-22 00:26:08 +000011568 SDValue LoadScalar = DAG.getLoad(Extract->getValueType(0), dl, Ch,
Chris Lattner51abfe42010-09-21 06:02:19 +000011569 ScalarAddr, MachinePointerInfo(),
11570 false, false, 0);
Dan Gohman1bbf72b2010-03-15 23:23:03 +000011571
11572 // Replace the exact with the load.
11573 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
11574 }
11575
11576 // The replacement was made in place; don't return anything.
11577 return SDValue();
11578}
11579
Chris Lattner83e6c992006-10-04 06:57:07 +000011580/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000011581static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner47b4ce82009-03-11 05:48:52 +000011582 const X86Subtarget *Subtarget) {
11583 DebugLoc DL = N->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +000011584 SDValue Cond = N->getOperand(0);
Chris Lattner47b4ce82009-03-11 05:48:52 +000011585 // Get the LHS/RHS of the select.
11586 SDValue LHS = N->getOperand(1);
11587 SDValue RHS = N->getOperand(2);
Eric Christopherfd179292009-08-27 18:07:15 +000011588
Dan Gohman670e5392009-09-21 18:03:22 +000011589 // If we have SSE[12] support, try to form min/max nodes. SSE min/max
Dan Gohman8ce05da2010-02-22 04:03:39 +000011590 // instructions match the semantics of the common C idiom x<y?x:y but not
11591 // x<=y?x:y, because of how they handle negative zero (which can be
11592 // ignored in unsafe-math mode).
Chris Lattner83e6c992006-10-04 06:57:07 +000011593 if (Subtarget->hasSSE2() &&
Owen Anderson825b72b2009-08-11 20:47:22 +000011594 (LHS.getValueType() == MVT::f32 || LHS.getValueType() == MVT::f64) &&
Chris Lattner47b4ce82009-03-11 05:48:52 +000011595 Cond.getOpcode() == ISD::SETCC) {
11596 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011597
Chris Lattner47b4ce82009-03-11 05:48:52 +000011598 unsigned Opcode = 0;
Dan Gohman670e5392009-09-21 18:03:22 +000011599 // Check for x CC y ? x : y.
Dan Gohmane8326932010-02-24 06:52:40 +000011600 if (DAG.isEqualTo(LHS, Cond.getOperand(0)) &&
11601 DAG.isEqualTo(RHS, Cond.getOperand(1))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011602 switch (CC) {
11603 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011604 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011605 // Converting this to a min would handle NaNs incorrectly, and swapping
11606 // the operands would cause it to handle comparisons between positive
11607 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011608 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011609 if (!UnsafeFPMath &&
11610 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11611 break;
11612 std::swap(LHS, RHS);
11613 }
Dan Gohman670e5392009-09-21 18:03:22 +000011614 Opcode = X86ISD::FMIN;
11615 break;
11616 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011617 // Converting this to a min would handle comparisons between positive
11618 // and negative zero incorrectly.
11619 if (!UnsafeFPMath &&
11620 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS))
11621 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011622 Opcode = X86ISD::FMIN;
11623 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011624 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011625 // Converting this to a min would handle both negative zeros and NaNs
11626 // incorrectly, but we can swap the operands to fix both.
11627 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011628 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011629 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011630 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011631 Opcode = X86ISD::FMIN;
11632 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011633
Dan Gohman670e5392009-09-21 18:03:22 +000011634 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011635 // Converting this to a max would handle comparisons between positive
11636 // and negative zero incorrectly.
11637 if (!UnsafeFPMath &&
11638 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(LHS))
11639 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011640 Opcode = X86ISD::FMAX;
11641 break;
Chris Lattner47b4ce82009-03-11 05:48:52 +000011642 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011643 // Converting this to a max would handle NaNs incorrectly, and swapping
11644 // the operands would cause it to handle comparisons between positive
11645 // and negative zero incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011646 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)) {
Dan Gohmane8326932010-02-24 06:52:40 +000011647 if (!UnsafeFPMath &&
11648 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS)))
11649 break;
11650 std::swap(LHS, RHS);
11651 }
Dan Gohman670e5392009-09-21 18:03:22 +000011652 Opcode = X86ISD::FMAX;
11653 break;
11654 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011655 // Converting this to a max would handle both negative zeros and NaNs
11656 // incorrectly, but we can swap the operands to fix both.
11657 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011658 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011659 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011660 case ISD::SETGE:
11661 Opcode = X86ISD::FMAX;
11662 break;
Chris Lattner83e6c992006-10-04 06:57:07 +000011663 }
Dan Gohman670e5392009-09-21 18:03:22 +000011664 // Check for x CC y ? y : x -- a min/max with reversed arms.
Dan Gohmane8326932010-02-24 06:52:40 +000011665 } else if (DAG.isEqualTo(LHS, Cond.getOperand(1)) &&
11666 DAG.isEqualTo(RHS, Cond.getOperand(0))) {
Chris Lattner47b4ce82009-03-11 05:48:52 +000011667 switch (CC) {
11668 default: break;
Dan Gohman670e5392009-09-21 18:03:22 +000011669 case ISD::SETOGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011670 // Converting this to a min would handle comparisons between positive
11671 // and negative zero incorrectly, and swapping the operands would
11672 // cause it to handle NaNs incorrectly.
11673 if (!UnsafeFPMath &&
11674 !(DAG.isKnownNeverZero(LHS) || DAG.isKnownNeverZero(RHS))) {
Evan Cheng60108e92010-07-15 22:07:12 +000011675 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011676 break;
11677 std::swap(LHS, RHS);
11678 }
Dan Gohman670e5392009-09-21 18:03:22 +000011679 Opcode = X86ISD::FMIN;
Dan Gohman8d44b282009-09-03 20:34:31 +000011680 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011681 case ISD::SETUGT:
Dan Gohmane8326932010-02-24 06:52:40 +000011682 // Converting this to a min would handle NaNs incorrectly.
11683 if (!UnsafeFPMath &&
11684 (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS)))
11685 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011686 Opcode = X86ISD::FMIN;
11687 break;
11688 case ISD::SETUGE:
Dan Gohmane8326932010-02-24 06:52:40 +000011689 // Converting this to a min would handle both negative zeros and NaNs
11690 // incorrectly, but we can swap the operands to fix both.
11691 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011692 case ISD::SETOGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011693 case ISD::SETGT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011694 case ISD::SETGE:
11695 Opcode = X86ISD::FMIN;
11696 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011697
Dan Gohman670e5392009-09-21 18:03:22 +000011698 case ISD::SETULT:
Dan Gohmane8326932010-02-24 06:52:40 +000011699 // Converting this to a max would handle NaNs incorrectly.
Evan Cheng60108e92010-07-15 22:07:12 +000011700 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011701 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011702 Opcode = X86ISD::FMAX;
Dan Gohman8d44b282009-09-03 20:34:31 +000011703 break;
Dan Gohman670e5392009-09-21 18:03:22 +000011704 case ISD::SETOLE:
Dan Gohmane8326932010-02-24 06:52:40 +000011705 // Converting this to a max would handle comparisons between positive
11706 // and negative zero incorrectly, and swapping the operands would
11707 // cause it to handle NaNs incorrectly.
11708 if (!UnsafeFPMath &&
11709 !DAG.isKnownNeverZero(LHS) && !DAG.isKnownNeverZero(RHS)) {
Evan Cheng60108e92010-07-15 22:07:12 +000011710 if (!DAG.isKnownNeverNaN(LHS) || !DAG.isKnownNeverNaN(RHS))
Dan Gohmane8326932010-02-24 06:52:40 +000011711 break;
11712 std::swap(LHS, RHS);
11713 }
Dan Gohman670e5392009-09-21 18:03:22 +000011714 Opcode = X86ISD::FMAX;
11715 break;
11716 case ISD::SETULE:
Dan Gohmane8326932010-02-24 06:52:40 +000011717 // Converting this to a max would handle both negative zeros and NaNs
11718 // incorrectly, but we can swap the operands to fix both.
11719 std::swap(LHS, RHS);
Dan Gohman670e5392009-09-21 18:03:22 +000011720 case ISD::SETOLT:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011721 case ISD::SETLT:
Dan Gohman670e5392009-09-21 18:03:22 +000011722 case ISD::SETLE:
Chris Lattner47b4ce82009-03-11 05:48:52 +000011723 Opcode = X86ISD::FMAX;
11724 break;
11725 }
Chris Lattner83e6c992006-10-04 06:57:07 +000011726 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000011727
Chris Lattner47b4ce82009-03-11 05:48:52 +000011728 if (Opcode)
11729 return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +000011730 }
Eric Christopherfd179292009-08-27 18:07:15 +000011731
Chris Lattnerd1980a52009-03-12 06:52:53 +000011732 // If this is a select between two integer constants, try to do some
11733 // optimizations.
Chris Lattnercee56e72009-03-13 05:53:31 +000011734 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
11735 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
Chris Lattnerd1980a52009-03-12 06:52:53 +000011736 // Don't do this for crazy integer types.
11737 if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
11738 // If this is efficiently invertible, canonicalize the LHSC/RHSC values
Chris Lattnercee56e72009-03-13 05:53:31 +000011739 // so that TrueC (the true value) is larger than FalseC.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011740 bool NeedsCondInvert = false;
Eric Christopherfd179292009-08-27 18:07:15 +000011741
Chris Lattnercee56e72009-03-13 05:53:31 +000011742 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
Chris Lattnerd1980a52009-03-12 06:52:53 +000011743 // Efficiently invertible.
11744 (Cond.getOpcode() == ISD::SETCC || // setcc -> invertible.
11745 (Cond.getOpcode() == ISD::XOR && // xor(X, C) -> invertible.
11746 isa<ConstantSDNode>(Cond.getOperand(1))))) {
11747 NeedsCondInvert = true;
Chris Lattnercee56e72009-03-13 05:53:31 +000011748 std::swap(TrueC, FalseC);
Chris Lattnerd1980a52009-03-12 06:52:53 +000011749 }
Eric Christopherfd179292009-08-27 18:07:15 +000011750
Chris Lattnerd1980a52009-03-12 06:52:53 +000011751 // Optimize C ? 8 : 0 -> zext(C) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011752 if (FalseC->getAPIntValue() == 0 &&
11753 TrueC->getAPIntValue().isPowerOf2()) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000011754 if (NeedsCondInvert) // Invert the condition if needed.
11755 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11756 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011757
Chris Lattnerd1980a52009-03-12 06:52:53 +000011758 // Zero extend the condition if needed.
11759 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011760
Chris Lattnercee56e72009-03-13 05:53:31 +000011761 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
Chris Lattnerd1980a52009-03-12 06:52:53 +000011762 return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011763 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011764 }
Eric Christopherfd179292009-08-27 18:07:15 +000011765
Chris Lattner97a29a52009-03-13 05:22:11 +000011766 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
Chris Lattnercee56e72009-03-13 05:53:31 +000011767 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Chris Lattner97a29a52009-03-13 05:22:11 +000011768 if (NeedsCondInvert) // Invert the condition if needed.
11769 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11770 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011771
Chris Lattner97a29a52009-03-13 05:22:11 +000011772 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011773 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11774 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011775 return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
Chris Lattnercee56e72009-03-13 05:53:31 +000011776 SDValue(FalseC, 0));
Chris Lattner97a29a52009-03-13 05:22:11 +000011777 }
Eric Christopherfd179292009-08-27 18:07:15 +000011778
Chris Lattnercee56e72009-03-13 05:53:31 +000011779 // Optimize cases that will turn into an LEA instruction. This requires
11780 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011781 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011782 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011783 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011784
Chris Lattnercee56e72009-03-13 05:53:31 +000011785 bool isFastMultiplier = false;
11786 if (Diff < 10) {
11787 switch ((unsigned char)Diff) {
11788 default: break;
11789 case 1: // result = add base, cond
11790 case 2: // result = lea base( , cond*2)
11791 case 3: // result = lea base(cond, cond*2)
11792 case 4: // result = lea base( , cond*4)
11793 case 5: // result = lea base(cond, cond*4)
11794 case 8: // result = lea base( , cond*8)
11795 case 9: // result = lea base(cond, cond*8)
11796 isFastMultiplier = true;
11797 break;
11798 }
11799 }
Eric Christopherfd179292009-08-27 18:07:15 +000011800
Chris Lattnercee56e72009-03-13 05:53:31 +000011801 if (isFastMultiplier) {
11802 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
11803 if (NeedsCondInvert) // Invert the condition if needed.
11804 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
11805 DAG.getConstant(1, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011806
Chris Lattnercee56e72009-03-13 05:53:31 +000011807 // Zero extend the condition if needed.
11808 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11809 Cond);
11810 // Scale the condition by the difference.
11811 if (Diff != 1)
11812 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11813 DAG.getConstant(Diff, Cond.getValueType()));
Eric Christopherfd179292009-08-27 18:07:15 +000011814
Chris Lattnercee56e72009-03-13 05:53:31 +000011815 // Add the base if non-zero.
11816 if (FalseC->getAPIntValue() != 0)
11817 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11818 SDValue(FalseC, 0));
11819 return Cond;
11820 }
Eric Christopherfd179292009-08-27 18:07:15 +000011821 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011822 }
11823 }
Eric Christopherfd179292009-08-27 18:07:15 +000011824
Dan Gohman475871a2008-07-27 21:46:04 +000011825 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +000011826}
11827
Chris Lattnerd1980a52009-03-12 06:52:53 +000011828/// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
11829static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
11830 TargetLowering::DAGCombinerInfo &DCI) {
11831 DebugLoc DL = N->getDebugLoc();
Eric Christopherfd179292009-08-27 18:07:15 +000011832
Chris Lattnerd1980a52009-03-12 06:52:53 +000011833 // If the flag operand isn't dead, don't touch this CMOV.
11834 if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
11835 return SDValue();
Eric Christopherfd179292009-08-27 18:07:15 +000011836
Evan Chengb5a55d92011-05-24 01:48:22 +000011837 SDValue FalseOp = N->getOperand(0);
11838 SDValue TrueOp = N->getOperand(1);
11839 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
11840 SDValue Cond = N->getOperand(3);
11841 if (CC == X86::COND_E || CC == X86::COND_NE) {
11842 switch (Cond.getOpcode()) {
11843 default: break;
11844 case X86ISD::BSR:
11845 case X86ISD::BSF:
11846 // If operand of BSR / BSF are proven never zero, then ZF cannot be set.
11847 if (DAG.isKnownNeverZero(Cond.getOperand(0)))
11848 return (CC == X86::COND_E) ? FalseOp : TrueOp;
11849 }
11850 }
11851
Chris Lattnerd1980a52009-03-12 06:52:53 +000011852 // If this is a select between two integer constants, try to do some
11853 // optimizations. Note that the operands are ordered the opposite of SELECT
11854 // operands.
Evan Chengb5a55d92011-05-24 01:48:22 +000011855 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) {
11856 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) {
Chris Lattnerd1980a52009-03-12 06:52:53 +000011857 // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
11858 // larger than FalseC (the false value).
Chris Lattnerd1980a52009-03-12 06:52:53 +000011859 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
11860 CC = X86::GetOppositeBranchCondition(CC);
11861 std::swap(TrueC, FalseC);
11862 }
Eric Christopherfd179292009-08-27 18:07:15 +000011863
Chris Lattnerd1980a52009-03-12 06:52:53 +000011864 // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +000011865 // This is efficient for any integer data type (including i8/i16) and
11866 // shift amount.
Chris Lattnerd1980a52009-03-12 06:52:53 +000011867 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000011868 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11869 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011870
Chris Lattnerd1980a52009-03-12 06:52:53 +000011871 // Zero extend the condition if needed.
11872 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011873
Chris Lattnerd1980a52009-03-12 06:52:53 +000011874 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
11875 Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
Owen Anderson825b72b2009-08-11 20:47:22 +000011876 DAG.getConstant(ShAmt, MVT::i8));
Chris Lattnerd1980a52009-03-12 06:52:53 +000011877 if (N->getNumValues() == 2) // Dead flag value?
11878 return DCI.CombineTo(N, Cond, SDValue());
11879 return Cond;
11880 }
Eric Christopherfd179292009-08-27 18:07:15 +000011881
Chris Lattnercee56e72009-03-13 05:53:31 +000011882 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst. This is efficient
11883 // for any integer data type, including i8/i16.
Chris Lattner97a29a52009-03-13 05:22:11 +000011884 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Owen Anderson825b72b2009-08-11 20:47:22 +000011885 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11886 DAG.getConstant(CC, MVT::i8), Cond);
Eric Christopherfd179292009-08-27 18:07:15 +000011887
Chris Lattner97a29a52009-03-13 05:22:11 +000011888 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +000011889 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
11890 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +000011891 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11892 SDValue(FalseC, 0));
Eric Christopherfd179292009-08-27 18:07:15 +000011893
Chris Lattner97a29a52009-03-13 05:22:11 +000011894 if (N->getNumValues() == 2) // Dead flag value?
11895 return DCI.CombineTo(N, Cond, SDValue());
11896 return Cond;
11897 }
Eric Christopherfd179292009-08-27 18:07:15 +000011898
Chris Lattnercee56e72009-03-13 05:53:31 +000011899 // Optimize cases that will turn into an LEA instruction. This requires
11900 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
Owen Anderson825b72b2009-08-11 20:47:22 +000011901 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
Chris Lattnercee56e72009-03-13 05:53:31 +000011902 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011903 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
Eric Christopherfd179292009-08-27 18:07:15 +000011904
Chris Lattnercee56e72009-03-13 05:53:31 +000011905 bool isFastMultiplier = false;
11906 if (Diff < 10) {
11907 switch ((unsigned char)Diff) {
11908 default: break;
11909 case 1: // result = add base, cond
11910 case 2: // result = lea base( , cond*2)
11911 case 3: // result = lea base(cond, cond*2)
11912 case 4: // result = lea base( , cond*4)
11913 case 5: // result = lea base(cond, cond*4)
11914 case 8: // result = lea base( , cond*8)
11915 case 9: // result = lea base(cond, cond*8)
11916 isFastMultiplier = true;
11917 break;
11918 }
11919 }
Eric Christopherfd179292009-08-27 18:07:15 +000011920
Chris Lattnercee56e72009-03-13 05:53:31 +000011921 if (isFastMultiplier) {
11922 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
Owen Anderson825b72b2009-08-11 20:47:22 +000011923 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
11924 DAG.getConstant(CC, MVT::i8), Cond);
Chris Lattnercee56e72009-03-13 05:53:31 +000011925 // Zero extend the condition if needed.
11926 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
11927 Cond);
11928 // Scale the condition by the difference.
11929 if (Diff != 1)
11930 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
11931 DAG.getConstant(Diff, Cond.getValueType()));
11932
11933 // Add the base if non-zero.
11934 if (FalseC->getAPIntValue() != 0)
11935 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
11936 SDValue(FalseC, 0));
11937 if (N->getNumValues() == 2) // Dead flag value?
11938 return DCI.CombineTo(N, Cond, SDValue());
11939 return Cond;
11940 }
Eric Christopherfd179292009-08-27 18:07:15 +000011941 }
Chris Lattnerd1980a52009-03-12 06:52:53 +000011942 }
11943 }
11944 return SDValue();
11945}
11946
11947
Evan Cheng0b0cd912009-03-28 05:57:29 +000011948/// PerformMulCombine - Optimize a single multiply with constant into two
11949/// in order to implement it with two cheaper instructions, e.g.
11950/// LEA + SHL, LEA + LEA.
11951static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
11952 TargetLowering::DAGCombinerInfo &DCI) {
Evan Cheng0b0cd912009-03-28 05:57:29 +000011953 if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
11954 return SDValue();
11955
Owen Andersone50ed302009-08-10 22:56:29 +000011956 EVT VT = N->getValueType(0);
Owen Anderson825b72b2009-08-11 20:47:22 +000011957 if (VT != MVT::i64)
Evan Cheng0b0cd912009-03-28 05:57:29 +000011958 return SDValue();
11959
11960 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
11961 if (!C)
11962 return SDValue();
11963 uint64_t MulAmt = C->getZExtValue();
11964 if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
11965 return SDValue();
11966
11967 uint64_t MulAmt1 = 0;
11968 uint64_t MulAmt2 = 0;
11969 if ((MulAmt % 9) == 0) {
11970 MulAmt1 = 9;
11971 MulAmt2 = MulAmt / 9;
11972 } else if ((MulAmt % 5) == 0) {
11973 MulAmt1 = 5;
11974 MulAmt2 = MulAmt / 5;
11975 } else if ((MulAmt % 3) == 0) {
11976 MulAmt1 = 3;
11977 MulAmt2 = MulAmt / 3;
11978 }
11979 if (MulAmt2 &&
11980 (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
11981 DebugLoc DL = N->getDebugLoc();
11982
11983 if (isPowerOf2_64(MulAmt2) &&
11984 !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
11985 // If second multiplifer is pow2, issue it first. We want the multiply by
11986 // 3, 5, or 9 to be folded into the addressing mode unless the lone use
11987 // is an add.
11988 std::swap(MulAmt1, MulAmt2);
11989
11990 SDValue NewMul;
Eric Christopherfd179292009-08-27 18:07:15 +000011991 if (isPowerOf2_64(MulAmt1))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011992 NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
Owen Anderson825b72b2009-08-11 20:47:22 +000011993 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
Evan Cheng0b0cd912009-03-28 05:57:29 +000011994 else
Evan Cheng73f24c92009-03-30 21:36:47 +000011995 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
Evan Cheng0b0cd912009-03-28 05:57:29 +000011996 DAG.getConstant(MulAmt1, VT));
11997
Eric Christopherfd179292009-08-27 18:07:15 +000011998 if (isPowerOf2_64(MulAmt2))
Evan Cheng0b0cd912009-03-28 05:57:29 +000011999 NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
Owen Anderson825b72b2009-08-11 20:47:22 +000012000 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));
Eric Christopherfd179292009-08-27 18:07:15 +000012001 else
Evan Cheng73f24c92009-03-30 21:36:47 +000012002 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
Evan Cheng0b0cd912009-03-28 05:57:29 +000012003 DAG.getConstant(MulAmt2, VT));
12004
12005 // Do not add new nodes to DAG combiner worklist.
12006 DCI.CombineTo(N, NewMul, false);
12007 }
12008 return SDValue();
12009}
12010
Evan Chengad9c0a32009-12-15 00:53:42 +000012011static SDValue PerformSHLCombine(SDNode *N, SelectionDAG &DAG) {
12012 SDValue N0 = N->getOperand(0);
12013 SDValue N1 = N->getOperand(1);
12014 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
12015 EVT VT = N0.getValueType();
12016
12017 // fold (shl (and (setcc_c), c1), c2) -> (and setcc_c, (c1 << c2))
12018 // since the result of setcc_c is all zero's or all ones.
12019 if (N1C && N0.getOpcode() == ISD::AND &&
12020 N0.getOperand(1).getOpcode() == ISD::Constant) {
12021 SDValue N00 = N0.getOperand(0);
12022 if (N00.getOpcode() == X86ISD::SETCC_CARRY ||
12023 ((N00.getOpcode() == ISD::ANY_EXTEND ||
12024 N00.getOpcode() == ISD::ZERO_EXTEND) &&
12025 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY)) {
12026 APInt Mask = cast<ConstantSDNode>(N0.getOperand(1))->getAPIntValue();
12027 APInt ShAmt = N1C->getAPIntValue();
12028 Mask = Mask.shl(ShAmt);
12029 if (Mask != 0)
12030 return DAG.getNode(ISD::AND, N->getDebugLoc(), VT,
12031 N00, DAG.getConstant(Mask, VT));
12032 }
12033 }
12034
12035 return SDValue();
12036}
Evan Cheng0b0cd912009-03-28 05:57:29 +000012037
Nate Begeman740ab032009-01-26 00:52:55 +000012038/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
12039/// when possible.
12040static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
12041 const X86Subtarget *Subtarget) {
Evan Chengad9c0a32009-12-15 00:53:42 +000012042 EVT VT = N->getValueType(0);
12043 if (!VT.isVector() && VT.isInteger() &&
12044 N->getOpcode() == ISD::SHL)
12045 return PerformSHLCombine(N, DAG);
12046
Nate Begeman740ab032009-01-26 00:52:55 +000012047 // On X86 with SSE2 support, we can transform this to a vector shift if
12048 // all elements are shifted by the same amount. We can't do this in legalize
12049 // because the a constant vector is typically transformed to a constant pool
12050 // so we have no knowledge of the shift amount.
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012051 if (!Subtarget->hasSSE2())
12052 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000012053
Owen Anderson825b72b2009-08-11 20:47:22 +000012054 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012055 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +000012056
Mon P Wang3becd092009-01-28 08:12:05 +000012057 SDValue ShAmtOp = N->getOperand(1);
Owen Andersone50ed302009-08-10 22:56:29 +000012058 EVT EltVT = VT.getVectorElementType();
Chris Lattner47b4ce82009-03-11 05:48:52 +000012059 DebugLoc DL = N->getDebugLoc();
Mon P Wangefa42202009-09-03 19:56:25 +000012060 SDValue BaseShAmt = SDValue();
Mon P Wang3becd092009-01-28 08:12:05 +000012061 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
12062 unsigned NumElts = VT.getVectorNumElements();
12063 unsigned i = 0;
12064 for (; i != NumElts; ++i) {
12065 SDValue Arg = ShAmtOp.getOperand(i);
12066 if (Arg.getOpcode() == ISD::UNDEF) continue;
12067 BaseShAmt = Arg;
12068 break;
12069 }
12070 for (; i != NumElts; ++i) {
12071 SDValue Arg = ShAmtOp.getOperand(i);
12072 if (Arg.getOpcode() == ISD::UNDEF) continue;
12073 if (Arg != BaseShAmt) {
12074 return SDValue();
12075 }
12076 }
12077 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
Nate Begeman9008ca62009-04-27 18:41:29 +000012078 cast<ShuffleVectorSDNode>(ShAmtOp)->isSplat()) {
Mon P Wangefa42202009-09-03 19:56:25 +000012079 SDValue InVec = ShAmtOp.getOperand(0);
12080 if (InVec.getOpcode() == ISD::BUILD_VECTOR) {
12081 unsigned NumElts = InVec.getValueType().getVectorNumElements();
12082 unsigned i = 0;
12083 for (; i != NumElts; ++i) {
12084 SDValue Arg = InVec.getOperand(i);
12085 if (Arg.getOpcode() == ISD::UNDEF) continue;
12086 BaseShAmt = Arg;
12087 break;
12088 }
12089 } else if (InVec.getOpcode() == ISD::INSERT_VECTOR_ELT) {
12090 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(InVec.getOperand(2))) {
Evan Chengae3ecf92010-02-16 21:09:44 +000012091 unsigned SplatIdx= cast<ShuffleVectorSDNode>(ShAmtOp)->getSplatIndex();
Mon P Wangefa42202009-09-03 19:56:25 +000012092 if (C->getZExtValue() == SplatIdx)
12093 BaseShAmt = InVec.getOperand(1);
12094 }
12095 }
12096 if (BaseShAmt.getNode() == 0)
12097 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp,
12098 DAG.getIntPtrConstant(0));
Mon P Wang3becd092009-01-28 08:12:05 +000012099 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012100 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +000012101
Mon P Wangefa42202009-09-03 19:56:25 +000012102 // The shift amount is an i32.
Owen Anderson825b72b2009-08-11 20:47:22 +000012103 if (EltVT.bitsGT(MVT::i32))
12104 BaseShAmt = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, BaseShAmt);
12105 else if (EltVT.bitsLT(MVT::i32))
Mon P Wangefa42202009-09-03 19:56:25 +000012106 BaseShAmt = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +000012107
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012108 // The shift amount is identical so we can do a vector shift.
12109 SDValue ValOp = N->getOperand(0);
12110 switch (N->getOpcode()) {
12111 default:
Torok Edwinc23197a2009-07-14 16:55:14 +000012112 llvm_unreachable("Unknown shift opcode!");
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012113 break;
12114 case ISD::SHL:
Owen Anderson825b72b2009-08-11 20:47:22 +000012115 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012116 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012117 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012118 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012119 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012120 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012121 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012122 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012123 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012124 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012125 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012126 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012127 break;
12128 case ISD::SRA:
Owen Anderson825b72b2009-08-11 20:47:22 +000012129 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012130 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012131 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012132 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012133 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012134 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012135 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012136 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012137 break;
12138 case ISD::SRL:
Owen Anderson825b72b2009-08-11 20:47:22 +000012139 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012140 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012141 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012142 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012143 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012144 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012145 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012146 ValOp, BaseShAmt);
Owen Anderson825b72b2009-08-11 20:47:22 +000012147 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +000012148 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Owen Anderson825b72b2009-08-11 20:47:22 +000012149 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
Nate Begeman740ab032009-01-26 00:52:55 +000012150 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +000012151 break;
Nate Begeman740ab032009-01-26 00:52:55 +000012152 }
12153 return SDValue();
12154}
12155
Nate Begemanb65c1752010-12-17 22:55:37 +000012156
Stuart Hastings865f0932011-06-03 23:53:54 +000012157// CMPEQCombine - Recognize the distinctive (AND (setcc ...) (setcc ..))
12158// where both setccs reference the same FP CMP, and rewrite for CMPEQSS
12159// and friends. Likewise for OR -> CMPNEQSS.
12160static SDValue CMPEQCombine(SDNode *N, SelectionDAG &DAG,
12161 TargetLowering::DAGCombinerInfo &DCI,
12162 const X86Subtarget *Subtarget) {
12163 unsigned opcode;
12164
12165 // SSE1 supports CMP{eq|ne}SS, and SSE2 added CMP{eq|ne}SD, but
12166 // we're requiring SSE2 for both.
12167 if (Subtarget->hasSSE2() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) {
12168 SDValue N0 = N->getOperand(0);
12169 SDValue N1 = N->getOperand(1);
12170 SDValue CMP0 = N0->getOperand(1);
12171 SDValue CMP1 = N1->getOperand(1);
12172 DebugLoc DL = N->getDebugLoc();
12173
12174 // The SETCCs should both refer to the same CMP.
12175 if (CMP0.getOpcode() != X86ISD::CMP || CMP0 != CMP1)
12176 return SDValue();
12177
12178 SDValue CMP00 = CMP0->getOperand(0);
12179 SDValue CMP01 = CMP0->getOperand(1);
12180 EVT VT = CMP00.getValueType();
12181
12182 if (VT == MVT::f32 || VT == MVT::f64) {
12183 bool ExpectingFlags = false;
12184 // Check for any users that want flags:
12185 for (SDNode::use_iterator UI = N->use_begin(),
12186 UE = N->use_end();
12187 !ExpectingFlags && UI != UE; ++UI)
12188 switch (UI->getOpcode()) {
12189 default:
12190 case ISD::BR_CC:
12191 case ISD::BRCOND:
12192 case ISD::SELECT:
12193 ExpectingFlags = true;
12194 break;
12195 case ISD::CopyToReg:
12196 case ISD::SIGN_EXTEND:
12197 case ISD::ZERO_EXTEND:
12198 case ISD::ANY_EXTEND:
12199 break;
12200 }
12201
12202 if (!ExpectingFlags) {
12203 enum X86::CondCode cc0 = (enum X86::CondCode)N0.getConstantOperandVal(0);
12204 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0);
12205
12206 if (cc1 == X86::COND_E || cc1 == X86::COND_NE) {
12207 X86::CondCode tmp = cc0;
12208 cc0 = cc1;
12209 cc1 = tmp;
12210 }
12211
12212 if ((cc0 == X86::COND_E && cc1 == X86::COND_NP) ||
12213 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) {
12214 bool is64BitFP = (CMP00.getValueType() == MVT::f64);
12215 X86ISD::NodeType NTOperator = is64BitFP ?
12216 X86ISD::FSETCCsd : X86ISD::FSETCCss;
12217 // FIXME: need symbolic constants for these magic numbers.
12218 // See X86ATTInstPrinter.cpp:printSSECC().
12219 unsigned x86cc = (cc0 == X86::COND_E) ? 0 : 4;
12220 SDValue OnesOrZeroesF = DAG.getNode(NTOperator, DL, MVT::f32, CMP00, CMP01,
12221 DAG.getConstant(x86cc, MVT::i8));
12222 SDValue OnesOrZeroesI = DAG.getNode(ISD::BITCAST, DL, MVT::i32,
12223 OnesOrZeroesF);
12224 SDValue ANDed = DAG.getNode(ISD::AND, DL, MVT::i32, OnesOrZeroesI,
12225 DAG.getConstant(1, MVT::i32));
12226 SDValue OneBitOfTruth = DAG.getNode(ISD::TRUNCATE, DL, MVT::i8, ANDed);
12227 return OneBitOfTruth;
12228 }
12229 }
12230 }
12231 }
12232 return SDValue();
12233}
12234
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012235/// CanFoldXORWithAllOnes - Test whether the XOR operand is a AllOnes vector
12236/// so it can be folded inside ANDNP.
12237static bool CanFoldXORWithAllOnes(const SDNode *N) {
12238 EVT VT = N->getValueType(0);
12239
12240 // Match direct AllOnes for 128 and 256-bit vectors
12241 if (ISD::isBuildVectorAllOnes(N))
12242 return true;
12243
12244 // Look through a bit convert.
12245 if (N->getOpcode() == ISD::BITCAST)
12246 N = N->getOperand(0).getNode();
12247
12248 // Sometimes the operand may come from a insert_subvector building a 256-bit
12249 // allones vector
12250 SDValue V1 = N->getOperand(0);
12251 SDValue V2 = N->getOperand(1);
12252
12253 if (VT.getSizeInBits() == 256 &&
12254 N->getOpcode() == ISD::INSERT_SUBVECTOR &&
12255 V1.getOpcode() == ISD::INSERT_SUBVECTOR &&
12256 V1.getOperand(0).getOpcode() == ISD::UNDEF &&
12257 ISD::isBuildVectorAllOnes(V1.getOperand(1).getNode()) &&
12258 ISD::isBuildVectorAllOnes(V2.getNode()))
12259 return true;
12260
12261 return false;
12262}
12263
Nate Begemanb65c1752010-12-17 22:55:37 +000012264static SDValue PerformAndCombine(SDNode *N, SelectionDAG &DAG,
12265 TargetLowering::DAGCombinerInfo &DCI,
12266 const X86Subtarget *Subtarget) {
12267 if (DCI.isBeforeLegalizeOps())
12268 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012269
Stuart Hastings865f0932011-06-03 23:53:54 +000012270 SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget);
12271 if (R.getNode())
12272 return R;
12273
Bruno Cardoso Lopes466b0222011-07-13 21:36:51 +000012274 // Want to form ANDNP nodes:
12275 // 1) In the hopes of then easily combining them with OR and AND nodes
12276 // to form PBLEND/PSIGN.
12277 // 2) To match ANDN packed intrinsics
Nate Begemanb65c1752010-12-17 22:55:37 +000012278 EVT VT = N->getValueType(0);
Bruno Cardoso Lopes466b0222011-07-13 21:36:51 +000012279 if (VT != MVT::v2i64 && VT != MVT::v4i64)
Nate Begemanb65c1752010-12-17 22:55:37 +000012280 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012281
Nate Begemanb65c1752010-12-17 22:55:37 +000012282 SDValue N0 = N->getOperand(0);
12283 SDValue N1 = N->getOperand(1);
12284 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012285
Nate Begemanb65c1752010-12-17 22:55:37 +000012286 // Check LHS for vnot
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012287 if (N0.getOpcode() == ISD::XOR &&
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012288 //ISD::isBuildVectorAllOnes(N0.getOperand(1).getNode()))
12289 CanFoldXORWithAllOnes(N0.getOperand(1).getNode()))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012290 return DAG.getNode(X86ISD::ANDNP, DL, VT, N0.getOperand(0), N1);
Nate Begemanb65c1752010-12-17 22:55:37 +000012291
12292 // Check RHS for vnot
12293 if (N1.getOpcode() == ISD::XOR &&
Bruno Cardoso Lopes863bd9d2011-07-25 23:05:32 +000012294 //ISD::isBuildVectorAllOnes(N1.getOperand(1).getNode()))
12295 CanFoldXORWithAllOnes(N1.getOperand(1).getNode()))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012296 return DAG.getNode(X86ISD::ANDNP, DL, VT, N1.getOperand(0), N0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012297
Nate Begemanb65c1752010-12-17 22:55:37 +000012298 return SDValue();
12299}
12300
Evan Cheng760d1942010-01-04 21:22:48 +000012301static SDValue PerformOrCombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng8b1190a2010-04-28 01:18:01 +000012302 TargetLowering::DAGCombinerInfo &DCI,
Evan Cheng760d1942010-01-04 21:22:48 +000012303 const X86Subtarget *Subtarget) {
Evan Cheng39cfeec2010-04-28 02:25:18 +000012304 if (DCI.isBeforeLegalizeOps())
Evan Cheng8b1190a2010-04-28 01:18:01 +000012305 return SDValue();
12306
Stuart Hastings865f0932011-06-03 23:53:54 +000012307 SDValue R = CMPEQCombine(N, DAG, DCI, Subtarget);
12308 if (R.getNode())
12309 return R;
12310
Evan Cheng760d1942010-01-04 21:22:48 +000012311 EVT VT = N->getValueType(0);
Nate Begemanb65c1752010-12-17 22:55:37 +000012312 if (VT != MVT::i16 && VT != MVT::i32 && VT != MVT::i64 && VT != MVT::v2i64)
Evan Cheng760d1942010-01-04 21:22:48 +000012313 return SDValue();
12314
Evan Cheng760d1942010-01-04 21:22:48 +000012315 SDValue N0 = N->getOperand(0);
12316 SDValue N1 = N->getOperand(1);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012317
Nate Begemanb65c1752010-12-17 22:55:37 +000012318 // look for psign/blend
12319 if (Subtarget->hasSSSE3()) {
12320 if (VT == MVT::v2i64) {
12321 // Canonicalize pandn to RHS
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012322 if (N0.getOpcode() == X86ISD::ANDNP)
Nate Begemanb65c1752010-12-17 22:55:37 +000012323 std::swap(N0, N1);
12324 // or (and (m, x), (pandn m, y))
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012325 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::ANDNP) {
Nate Begemanb65c1752010-12-17 22:55:37 +000012326 SDValue Mask = N1.getOperand(0);
12327 SDValue X = N1.getOperand(1);
12328 SDValue Y;
12329 if (N0.getOperand(0) == Mask)
12330 Y = N0.getOperand(1);
12331 if (N0.getOperand(1) == Mask)
12332 Y = N0.getOperand(0);
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012333
Bruno Cardoso Lopesc1af4772011-07-13 21:36:47 +000012334 // Check to see if the mask appeared in both the AND and ANDNP and
Nate Begemanb65c1752010-12-17 22:55:37 +000012335 if (!Y.getNode())
12336 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012337
Nate Begemanb65c1752010-12-17 22:55:37 +000012338 // Validate that X, Y, and Mask are BIT_CONVERTS, and see through them.
12339 if (Mask.getOpcode() != ISD::BITCAST ||
12340 X.getOpcode() != ISD::BITCAST ||
12341 Y.getOpcode() != ISD::BITCAST)
12342 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012343
Nate Begemanb65c1752010-12-17 22:55:37 +000012344 // Look through mask bitcast.
12345 Mask = Mask.getOperand(0);
12346 EVT MaskVT = Mask.getValueType();
12347
12348 // Validate that the Mask operand is a vector sra node. The sra node
12349 // will be an intrinsic.
12350 if (Mask.getOpcode() != ISD::INTRINSIC_WO_CHAIN)
12351 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012352
Nate Begemanb65c1752010-12-17 22:55:37 +000012353 // FIXME: what to do for bytes, since there is a psignb/pblendvb, but
12354 // there is no psrai.b
12355 switch (cast<ConstantSDNode>(Mask.getOperand(0))->getZExtValue()) {
12356 case Intrinsic::x86_sse2_psrai_w:
12357 case Intrinsic::x86_sse2_psrai_d:
12358 break;
12359 default: return SDValue();
12360 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012361
Nate Begemanb65c1752010-12-17 22:55:37 +000012362 // Check that the SRA is all signbits.
12363 SDValue SraC = Mask.getOperand(2);
12364 unsigned SraAmt = cast<ConstantSDNode>(SraC)->getZExtValue();
12365 unsigned EltBits = MaskVT.getVectorElementType().getSizeInBits();
12366 if ((SraAmt + 1) != EltBits)
12367 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012368
Nate Begemanb65c1752010-12-17 22:55:37 +000012369 DebugLoc DL = N->getDebugLoc();
12370
12371 // Now we know we at least have a plendvb with the mask val. See if
12372 // we can form a psignb/w/d.
12373 // psign = x.type == y.type == mask.type && y = sub(0, x);
12374 X = X.getOperand(0);
12375 Y = Y.getOperand(0);
12376 if (Y.getOpcode() == ISD::SUB && Y.getOperand(1) == X &&
12377 ISD::isBuildVectorAllZeros(Y.getOperand(0).getNode()) &&
12378 X.getValueType() == MaskVT && X.getValueType() == Y.getValueType()){
12379 unsigned Opc = 0;
12380 switch (EltBits) {
12381 case 8: Opc = X86ISD::PSIGNB; break;
12382 case 16: Opc = X86ISD::PSIGNW; break;
12383 case 32: Opc = X86ISD::PSIGND; break;
12384 default: break;
12385 }
12386 if (Opc) {
12387 SDValue Sign = DAG.getNode(Opc, DL, MaskVT, X, Mask.getOperand(1));
12388 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Sign);
12389 }
12390 }
12391 // PBLENDVB only available on SSE 4.1
12392 if (!Subtarget->hasSSE41())
12393 return SDValue();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012394
Nate Begemanb65c1752010-12-17 22:55:37 +000012395 X = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, X);
12396 Y = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Y);
12397 Mask = DAG.getNode(ISD::BITCAST, DL, MVT::v16i8, Mask);
Nate Begeman672fb622010-12-20 22:04:24 +000012398 Mask = DAG.getNode(X86ISD::PBLENDVB, DL, MVT::v16i8, X, Y, Mask);
Nate Begemanb65c1752010-12-17 22:55:37 +000012399 return DAG.getNode(ISD::BITCAST, DL, MVT::v2i64, Mask);
12400 }
12401 }
12402 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012403
Nate Begemanb65c1752010-12-17 22:55:37 +000012404 // fold (or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c)
Evan Cheng760d1942010-01-04 21:22:48 +000012405 if (N0.getOpcode() == ISD::SRL && N1.getOpcode() == ISD::SHL)
12406 std::swap(N0, N1);
12407 if (N0.getOpcode() != ISD::SHL || N1.getOpcode() != ISD::SRL)
12408 return SDValue();
Evan Cheng8b1190a2010-04-28 01:18:01 +000012409 if (!N0.hasOneUse() || !N1.hasOneUse())
12410 return SDValue();
Evan Cheng760d1942010-01-04 21:22:48 +000012411
12412 SDValue ShAmt0 = N0.getOperand(1);
12413 if (ShAmt0.getValueType() != MVT::i8)
12414 return SDValue();
12415 SDValue ShAmt1 = N1.getOperand(1);
12416 if (ShAmt1.getValueType() != MVT::i8)
12417 return SDValue();
12418 if (ShAmt0.getOpcode() == ISD::TRUNCATE)
12419 ShAmt0 = ShAmt0.getOperand(0);
12420 if (ShAmt1.getOpcode() == ISD::TRUNCATE)
12421 ShAmt1 = ShAmt1.getOperand(0);
12422
12423 DebugLoc DL = N->getDebugLoc();
12424 unsigned Opc = X86ISD::SHLD;
12425 SDValue Op0 = N0.getOperand(0);
12426 SDValue Op1 = N1.getOperand(0);
12427 if (ShAmt0.getOpcode() == ISD::SUB) {
12428 Opc = X86ISD::SHRD;
12429 std::swap(Op0, Op1);
12430 std::swap(ShAmt0, ShAmt1);
12431 }
12432
Evan Cheng8b1190a2010-04-28 01:18:01 +000012433 unsigned Bits = VT.getSizeInBits();
Evan Cheng760d1942010-01-04 21:22:48 +000012434 if (ShAmt1.getOpcode() == ISD::SUB) {
12435 SDValue Sum = ShAmt1.getOperand(0);
12436 if (ConstantSDNode *SumC = dyn_cast<ConstantSDNode>(Sum)) {
Dan Gohman4e39e9d2010-06-24 14:30:44 +000012437 SDValue ShAmt1Op1 = ShAmt1.getOperand(1);
12438 if (ShAmt1Op1.getNode()->getOpcode() == ISD::TRUNCATE)
12439 ShAmt1Op1 = ShAmt1Op1.getOperand(0);
12440 if (SumC->getSExtValue() == Bits && ShAmt1Op1 == ShAmt0)
Evan Cheng760d1942010-01-04 21:22:48 +000012441 return DAG.getNode(Opc, DL, VT,
12442 Op0, Op1,
12443 DAG.getNode(ISD::TRUNCATE, DL,
12444 MVT::i8, ShAmt0));
12445 }
12446 } else if (ConstantSDNode *ShAmt1C = dyn_cast<ConstantSDNode>(ShAmt1)) {
12447 ConstantSDNode *ShAmt0C = dyn_cast<ConstantSDNode>(ShAmt0);
12448 if (ShAmt0C &&
Evan Cheng8b1190a2010-04-28 01:18:01 +000012449 ShAmt0C->getSExtValue() + ShAmt1C->getSExtValue() == Bits)
Evan Cheng760d1942010-01-04 21:22:48 +000012450 return DAG.getNode(Opc, DL, VT,
12451 N0.getOperand(0), N1.getOperand(0),
12452 DAG.getNode(ISD::TRUNCATE, DL,
12453 MVT::i8, ShAmt0));
12454 }
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012455
Evan Cheng760d1942010-01-04 21:22:48 +000012456 return SDValue();
12457}
12458
Chris Lattner149a4e52008-02-22 02:09:43 +000012459/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012460static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng536e6672009-03-12 05:59:15 +000012461 const X86Subtarget *Subtarget) {
Chris Lattner149a4e52008-02-22 02:09:43 +000012462 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
12463 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +000012464 // A preferable solution to the general problem is to figure out the right
12465 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng536e6672009-03-12 05:59:15 +000012466
12467 // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
Evan Cheng7e2ff772008-05-08 00:57:18 +000012468 StoreSDNode *St = cast<StoreSDNode>(N);
Owen Andersone50ed302009-08-10 22:56:29 +000012469 EVT VT = St->getValue().getValueType();
Evan Cheng536e6672009-03-12 05:59:15 +000012470 if (VT.getSizeInBits() != 64)
12471 return SDValue();
12472
Devang Patel578efa92009-06-05 21:57:13 +000012473 const Function *F = DAG.getMachineFunction().getFunction();
12474 bool NoImplicitFloatOps = F->hasFnAttr(Attribute::NoImplicitFloat);
Eric Christopherfd179292009-08-27 18:07:15 +000012475 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps
Devang Patel578efa92009-06-05 21:57:13 +000012476 && Subtarget->hasSSE2();
Evan Cheng536e6672009-03-12 05:59:15 +000012477 if ((VT.isVector() ||
Owen Anderson825b72b2009-08-11 20:47:22 +000012478 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
Dale Johannesen079f2a62008-02-25 19:20:14 +000012479 isa<LoadSDNode>(St->getValue()) &&
12480 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
12481 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +000012482 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012483 LoadSDNode *Ld = 0;
12484 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +000012485 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +000012486 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012487 // Must be a store of a load. We currently handle two cases: the load
12488 // is a direct child, and it's under an intervening TokenFactor. It is
12489 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +000012490 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +000012491 Ld = cast<LoadSDNode>(St->getChain());
12492 else if (St->getValue().hasOneUse() &&
12493 ChainVal->getOpcode() == ISD::TokenFactor) {
12494 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +000012495 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +000012496 TokenFactorIndex = i;
12497 Ld = cast<LoadSDNode>(St->getValue());
12498 } else
12499 Ops.push_back(ChainVal->getOperand(i));
12500 }
12501 }
Dale Johannesen079f2a62008-02-25 19:20:14 +000012502
Evan Cheng536e6672009-03-12 05:59:15 +000012503 if (!Ld || !ISD::isNormalLoad(Ld))
12504 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012505
Evan Cheng536e6672009-03-12 05:59:15 +000012506 // If this is not the MMX case, i.e. we are just turning i64 load/store
12507 // into f64 load/store, avoid the transformation if there are multiple
12508 // uses of the loaded value.
12509 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
12510 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +000012511
Evan Cheng536e6672009-03-12 05:59:15 +000012512 DebugLoc LdDL = Ld->getDebugLoc();
12513 DebugLoc StDL = N->getDebugLoc();
12514 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
12515 // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
12516 // pair instead.
12517 if (Subtarget->is64Bit() || F64IsLegal) {
Owen Anderson825b72b2009-08-11 20:47:22 +000012518 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
Chris Lattner51abfe42010-09-21 06:02:19 +000012519 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
12520 Ld->getPointerInfo(), Ld->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000012521 Ld->isNonTemporal(), Ld->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000012522 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +000012523 if (TokenFactorIndex != -1) {
Evan Cheng536e6672009-03-12 05:59:15 +000012524 Ops.push_back(NewChain);
Owen Anderson825b72b2009-08-11 20:47:22 +000012525 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Dale Johannesen079f2a62008-02-25 19:20:14 +000012526 Ops.size());
12527 }
Evan Cheng536e6672009-03-12 05:59:15 +000012528 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
Chris Lattner51abfe42010-09-21 06:02:19 +000012529 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000012530 St->isVolatile(), St->isNonTemporal(),
12531 St->getAlignment());
Chris Lattner149a4e52008-02-22 02:09:43 +000012532 }
Evan Cheng536e6672009-03-12 05:59:15 +000012533
12534 // Otherwise, lower to two pairs of 32-bit loads / stores.
12535 SDValue LoAddr = Ld->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000012536 SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
12537 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000012538
Owen Anderson825b72b2009-08-11 20:47:22 +000012539 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000012540 Ld->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000012541 Ld->isVolatile(), Ld->isNonTemporal(),
12542 Ld->getAlignment());
Owen Anderson825b72b2009-08-11 20:47:22 +000012543 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
Chris Lattner51abfe42010-09-21 06:02:19 +000012544 Ld->getPointerInfo().getWithOffset(4),
David Greene67c9d422010-02-15 16:53:33 +000012545 Ld->isVolatile(), Ld->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000012546 MinAlign(Ld->getAlignment(), 4));
12547
12548 SDValue NewChain = LoLd.getValue(1);
12549 if (TokenFactorIndex != -1) {
12550 Ops.push_back(LoLd);
12551 Ops.push_back(HiLd);
Owen Anderson825b72b2009-08-11 20:47:22 +000012552 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Evan Cheng536e6672009-03-12 05:59:15 +000012553 Ops.size());
12554 }
12555
12556 LoAddr = St->getBasePtr();
Owen Anderson825b72b2009-08-11 20:47:22 +000012557 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
12558 DAG.getConstant(4, MVT::i32));
Evan Cheng536e6672009-03-12 05:59:15 +000012559
12560 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000012561 St->getPointerInfo(),
David Greene67c9d422010-02-15 16:53:33 +000012562 St->isVolatile(), St->isNonTemporal(),
12563 St->getAlignment());
Evan Cheng536e6672009-03-12 05:59:15 +000012564 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
Chris Lattner8026a9d2010-09-21 17:50:43 +000012565 St->getPointerInfo().getWithOffset(4),
Evan Cheng536e6672009-03-12 05:59:15 +000012566 St->isVolatile(),
David Greene67c9d422010-02-15 16:53:33 +000012567 St->isNonTemporal(),
Evan Cheng536e6672009-03-12 05:59:15 +000012568 MinAlign(St->getAlignment(), 4));
Owen Anderson825b72b2009-08-11 20:47:22 +000012569 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +000012570 }
Dan Gohman475871a2008-07-27 21:46:04 +000012571 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +000012572}
12573
Chris Lattner6cf73262008-01-25 06:14:17 +000012574/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
12575/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012576static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +000012577 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
12578 // F[X]OR(0.0, x) -> x
12579 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +000012580 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
12581 if (C->getValueAPF().isPosZero())
12582 return N->getOperand(1);
12583 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
12584 if (C->getValueAPF().isPosZero())
12585 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +000012586 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000012587}
12588
12589/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +000012590static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +000012591 // FAND(0.0, x) -> 0.0
12592 // FAND(x, 0.0) -> 0.0
12593 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
12594 if (C->getValueAPF().isPosZero())
12595 return N->getOperand(0);
12596 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
12597 if (C->getValueAPF().isPosZero())
12598 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +000012599 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +000012600}
12601
Dan Gohmane5af2d32009-01-29 01:59:02 +000012602static SDValue PerformBTCombine(SDNode *N,
12603 SelectionDAG &DAG,
12604 TargetLowering::DAGCombinerInfo &DCI) {
12605 // BT ignores high bits in the bit index operand.
12606 SDValue Op1 = N->getOperand(1);
12607 if (Op1.hasOneUse()) {
12608 unsigned BitWidth = Op1.getValueSizeInBits();
12609 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
12610 APInt KnownZero, KnownOne;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012611 TargetLowering::TargetLoweringOpt TLO(DAG, !DCI.isBeforeLegalize(),
12612 !DCI.isBeforeLegalizeOps());
Dan Gohmand858e902010-04-17 15:26:15 +000012613 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Dan Gohmane5af2d32009-01-29 01:59:02 +000012614 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
12615 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
12616 DCI.CommitTargetLoweringOpt(TLO);
12617 }
12618 return SDValue();
12619}
Chris Lattner83e6c992006-10-04 06:57:07 +000012620
Eli Friedman7a5e5552009-06-07 06:52:44 +000012621static SDValue PerformVZEXT_MOVLCombine(SDNode *N, SelectionDAG &DAG) {
12622 SDValue Op = N->getOperand(0);
Wesley Peckbf17cfa2010-11-23 03:31:01 +000012623 if (Op.getOpcode() == ISD::BITCAST)
Eli Friedman7a5e5552009-06-07 06:52:44 +000012624 Op = Op.getOperand(0);
Owen Andersone50ed302009-08-10 22:56:29 +000012625 EVT VT = N->getValueType(0), OpVT = Op.getValueType();
Eli Friedman7a5e5552009-06-07 06:52:44 +000012626 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&
Eric Christopherfd179292009-08-27 18:07:15 +000012627 VT.getVectorElementType().getSizeInBits() ==
Eli Friedman7a5e5552009-06-07 06:52:44 +000012628 OpVT.getVectorElementType().getSizeInBits()) {
Wesley Peckbf17cfa2010-11-23 03:31:01 +000012629 return DAG.getNode(ISD::BITCAST, N->getDebugLoc(), VT, Op);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012630 }
12631 return SDValue();
12632}
12633
Evan Cheng2e489c42009-12-16 00:53:11 +000012634static SDValue PerformZExtCombine(SDNode *N, SelectionDAG &DAG) {
12635 // (i32 zext (and (i8 x86isd::setcc_carry), 1)) ->
12636 // (and (i32 x86isd::setcc_carry), 1)
12637 // This eliminates the zext. This transformation is necessary because
12638 // ISD::SETCC is always legalized to i8.
12639 DebugLoc dl = N->getDebugLoc();
12640 SDValue N0 = N->getOperand(0);
12641 EVT VT = N->getValueType(0);
12642 if (N0.getOpcode() == ISD::AND &&
12643 N0.hasOneUse() &&
12644 N0.getOperand(0).hasOneUse()) {
12645 SDValue N00 = N0.getOperand(0);
12646 if (N00.getOpcode() != X86ISD::SETCC_CARRY)
12647 return SDValue();
12648 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N0.getOperand(1));
12649 if (!C || C->getZExtValue() != 1)
12650 return SDValue();
12651 return DAG.getNode(ISD::AND, dl, VT,
12652 DAG.getNode(X86ISD::SETCC_CARRY, dl, VT,
12653 N00.getOperand(0), N00.getOperand(1)),
12654 DAG.getConstant(1, VT));
12655 }
12656
12657 return SDValue();
12658}
12659
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012660// Optimize RES = X86ISD::SETCC CONDCODE, EFLAG_INPUT
12661static SDValue PerformSETCCCombine(SDNode *N, SelectionDAG &DAG) {
12662 unsigned X86CC = N->getConstantOperandVal(0);
12663 SDValue EFLAG = N->getOperand(1);
12664 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012665
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012666 // Materialize "setb reg" as "sbb reg,reg", since it can be extended without
12667 // a zext and produces an all-ones bit which is more useful than 0/1 in some
12668 // cases.
12669 if (X86CC == X86::COND_B)
12670 return DAG.getNode(ISD::AND, DL, MVT::i8,
12671 DAG.getNode(X86ISD::SETCC_CARRY, DL, MVT::i8,
12672 DAG.getConstant(X86CC, MVT::i8), EFLAG),
12673 DAG.getConstant(1, MVT::i8));
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012674
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012675 return SDValue();
12676}
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012677
Benjamin Kramer1396c402011-06-18 11:09:41 +000012678static SDValue PerformSINT_TO_FPCombine(SDNode *N, SelectionDAG &DAG,
12679 const X86TargetLowering *XTLI) {
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000012680 SDValue Op0 = N->getOperand(0);
12681 // Transform (SINT_TO_FP (i64 ...)) into an x87 operation if we have
12682 // a 32-bit target where SSE doesn't support i64->FP operations.
12683 if (Op0.getOpcode() == ISD::LOAD) {
12684 LoadSDNode *Ld = cast<LoadSDNode>(Op0.getNode());
12685 EVT VT = Ld->getValueType(0);
12686 if (!Ld->isVolatile() && !N->getValueType(0).isVector() &&
12687 ISD::isNON_EXTLoad(Op0.getNode()) && Op0.hasOneUse() &&
12688 !XTLI->getSubtarget()->is64Bit() &&
12689 !DAG.getTargetLoweringInfo().isTypeLegal(VT)) {
Benjamin Kramer1396c402011-06-18 11:09:41 +000012690 SDValue FILDChain = XTLI->BuildFILD(SDValue(N, 0), Ld->getValueType(0),
12691 Ld->getChain(), Op0, DAG);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000012692 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1));
12693 return FILDChain;
12694 }
12695 }
12696 return SDValue();
12697}
12698
Chris Lattner23a01992010-12-20 01:37:09 +000012699// Optimize RES, EFLAGS = X86ISD::ADC LHS, RHS, EFLAGS
12700static SDValue PerformADCCombine(SDNode *N, SelectionDAG &DAG,
12701 X86TargetLowering::DAGCombinerInfo &DCI) {
12702 // If the LHS and RHS of the ADC node are zero, then it can't overflow and
12703 // the result is either zero or one (depending on the input carry bit).
12704 // Strength reduce this down to a "set on carry" aka SETCC_CARRY&1.
12705 if (X86::isZeroNode(N->getOperand(0)) &&
12706 X86::isZeroNode(N->getOperand(1)) &&
12707 // We don't have a good way to replace an EFLAGS use, so only do this when
12708 // dead right now.
12709 SDValue(N, 1).use_empty()) {
12710 DebugLoc DL = N->getDebugLoc();
12711 EVT VT = N->getValueType(0);
12712 SDValue CarryOut = DAG.getConstant(0, N->getValueType(1));
12713 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT,
12714 DAG.getNode(X86ISD::SETCC_CARRY, DL, VT,
12715 DAG.getConstant(X86::COND_B,MVT::i8),
12716 N->getOperand(2)),
12717 DAG.getConstant(1, VT));
12718 return DCI.CombineTo(N, Res1, CarryOut);
12719 }
12720
12721 return SDValue();
12722}
12723
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012724// fold (add Y, (sete X, 0)) -> adc 0, Y
12725// (add Y, (setne X, 0)) -> sbb -1, Y
12726// (sub (sete X, 0), Y) -> sbb 0, Y
12727// (sub (setne X, 0), Y) -> adc -1, Y
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000012728static SDValue OptimizeConditionalInDecrement(SDNode *N, SelectionDAG &DAG) {
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012729 DebugLoc DL = N->getDebugLoc();
NAKAMURA Takumie5fffe92011-01-26 02:03:37 +000012730
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012731 // Look through ZExts.
12732 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
12733 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
12734 return SDValue();
12735
12736 SDValue SetCC = Ext.getOperand(0);
12737 if (SetCC.getOpcode() != X86ISD::SETCC || !SetCC.hasOneUse())
12738 return SDValue();
12739
12740 X86::CondCode CC = (X86::CondCode)SetCC.getConstantOperandVal(0);
12741 if (CC != X86::COND_E && CC != X86::COND_NE)
12742 return SDValue();
12743
12744 SDValue Cmp = SetCC.getOperand(1);
12745 if (Cmp.getOpcode() != X86ISD::CMP || !Cmp.hasOneUse() ||
Chris Lattner9cd3da42011-01-16 02:56:53 +000012746 !X86::isZeroNode(Cmp.getOperand(1)) ||
12747 !Cmp.getOperand(0).getValueType().isInteger())
Benjamin Kramer7d6fe132010-12-21 21:41:44 +000012748 return SDValue();
12749
12750 SDValue CmpOp0 = Cmp.getOperand(0);
12751 SDValue NewCmp = DAG.getNode(X86ISD::CMP, DL, MVT::i32, CmpOp0,
12752 DAG.getConstant(1, CmpOp0.getValueType()));
12753
12754 SDValue OtherVal = N->getOperand(N->getOpcode() == ISD::SUB ? 0 : 1);
12755 if (CC == X86::COND_NE)
12756 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::ADC : X86ISD::SBB,
12757 DL, OtherVal.getValueType(), OtherVal,
12758 DAG.getConstant(-1ULL, OtherVal.getValueType()), NewCmp);
12759 return DAG.getNode(N->getOpcode() == ISD::SUB ? X86ISD::SBB : X86ISD::ADC,
12760 DL, OtherVal.getValueType(), OtherVal,
12761 DAG.getConstant(0, OtherVal.getValueType()), NewCmp);
12762}
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012763
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000012764static SDValue PerformSubCombine(SDNode *N, SelectionDAG &DAG) {
12765 SDValue Op0 = N->getOperand(0);
12766 SDValue Op1 = N->getOperand(1);
12767
12768 // X86 can't encode an immediate LHS of a sub. See if we can push the
12769 // negation into a preceding instruction.
12770 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op0)) {
12771 uint64_t Op0C = C->getSExtValue();
12772
12773 // If the RHS of the sub is a XOR with one use and a constant, invert the
12774 // immediate. Then add one to the LHS of the sub so we can turn
12775 // X-Y -> X+~Y+1, saving one register.
12776 if (Op1->hasOneUse() && Op1.getOpcode() == ISD::XOR &&
12777 isa<ConstantSDNode>(Op1.getOperand(1))) {
12778 uint64_t XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getSExtValue();
12779 EVT VT = Op0.getValueType();
12780 SDValue NewXor = DAG.getNode(ISD::XOR, Op1.getDebugLoc(), VT,
12781 Op1.getOperand(0),
12782 DAG.getConstant(~XorC, VT));
12783 return DAG.getNode(ISD::ADD, N->getDebugLoc(), VT, NewXor,
12784 DAG.getConstant(Op0C+1, VT));
12785 }
12786 }
12787
12788 return OptimizeConditionalInDecrement(N, DAG);
12789}
12790
Dan Gohman475871a2008-07-27 21:46:04 +000012791SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +000012792 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +000012793 SelectionDAG &DAG = DCI.DAG;
12794 switch (N->getOpcode()) {
12795 default: break;
Dan Gohman1bbf72b2010-03-15 23:23:03 +000012796 case ISD::EXTRACT_VECTOR_ELT:
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012797 return PerformEXTRACT_VECTOR_ELTCombine(N, DAG, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +000012798 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Chris Lattnerd1980a52009-03-12 06:52:53 +000012799 case X86ISD::CMOV: return PerformCMOVCombine(N, DAG, DCI);
Benjamin Kramer162ee5c2011-07-26 22:42:13 +000012800 case ISD::ADD: return OptimizeConditionalInDecrement(N, DAG);
12801 case ISD::SUB: return PerformSubCombine(N, DAG);
Chris Lattner23a01992010-12-20 01:37:09 +000012802 case X86ISD::ADC: return PerformADCCombine(N, DAG, DCI);
Evan Cheng0b0cd912009-03-28 05:57:29 +000012803 case ISD::MUL: return PerformMulCombine(N, DAG, DCI);
Nate Begeman740ab032009-01-26 00:52:55 +000012804 case ISD::SHL:
12805 case ISD::SRA:
12806 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Nate Begemanb65c1752010-12-17 22:55:37 +000012807 case ISD::AND: return PerformAndCombine(N, DAG, DCI, Subtarget);
Evan Cheng8b1190a2010-04-28 01:18:01 +000012808 case ISD::OR: return PerformOrCombine(N, DAG, DCI, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +000012809 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Stuart Hastingsf99a4b82011-06-06 23:15:58 +000012810 case ISD::SINT_TO_FP: return PerformSINT_TO_FPCombine(N, DAG, this);
Chris Lattner6cf73262008-01-25 06:14:17 +000012811 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +000012812 case X86ISD::FOR: return PerformFORCombine(N, DAG);
12813 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Dan Gohmane5af2d32009-01-29 01:59:02 +000012814 case X86ISD::BT: return PerformBTCombine(N, DAG, DCI);
Eli Friedman7a5e5552009-06-07 06:52:44 +000012815 case X86ISD::VZEXT_MOVL: return PerformVZEXT_MOVLCombine(N, DAG);
Evan Cheng2e489c42009-12-16 00:53:11 +000012816 case ISD::ZERO_EXTEND: return PerformZExtCombine(N, DAG);
Chris Lattnerc19d1c32010-12-19 22:08:31 +000012817 case X86ISD::SETCC: return PerformSETCCCombine(N, DAG);
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012818 case X86ISD::SHUFPS: // Handle all target specific shuffles
12819 case X86ISD::SHUFPD:
Bruno Cardoso Lopesaace0f22010-09-04 02:36:07 +000012820 case X86ISD::PALIGN:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012821 case X86ISD::PUNPCKHBW:
12822 case X86ISD::PUNPCKHWD:
12823 case X86ISD::PUNPCKHDQ:
12824 case X86ISD::PUNPCKHQDQ:
12825 case X86ISD::UNPCKHPS:
12826 case X86ISD::UNPCKHPD:
Bruno Cardoso Lopes4ea49682011-07-26 22:03:40 +000012827 case X86ISD::VUNPCKHPSY:
12828 case X86ISD::VUNPCKHPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012829 case X86ISD::PUNPCKLBW:
12830 case X86ISD::PUNPCKLWD:
12831 case X86ISD::PUNPCKLDQ:
12832 case X86ISD::PUNPCKLQDQ:
12833 case X86ISD::UNPCKLPS:
12834 case X86ISD::UNPCKLPD:
David Greenefbf05d32011-02-22 23:31:46 +000012835 case X86ISD::VUNPCKLPSY:
12836 case X86ISD::VUNPCKLPDY:
Bruno Cardoso Lopese8f279c2010-09-03 22:09:41 +000012837 case X86ISD::MOVHLPS:
12838 case X86ISD::MOVLHPS:
12839 case X86ISD::PSHUFD:
12840 case X86ISD::PSHUFHW:
12841 case X86ISD::PSHUFLW:
12842 case X86ISD::MOVSS:
12843 case X86ISD::MOVSD:
Bruno Cardoso Lopescea34e42011-07-27 00:56:34 +000012844 case X86ISD::VPERMILPS:
12845 case X86ISD::VPERMILPSY:
12846 case X86ISD::VPERMILPD:
12847 case X86ISD::VPERMILPDY:
Mon P Wanga0fd0d52010-12-19 23:55:53 +000012848 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, DCI);
Evan Cheng206ee9d2006-07-07 08:33:52 +000012849 }
12850
Dan Gohman475871a2008-07-27 21:46:04 +000012851 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +000012852}
12853
Evan Chenge5b51ac2010-04-17 06:13:15 +000012854/// isTypeDesirableForOp - Return true if the target has native support for
12855/// the specified value type and it is 'desirable' to use the type for the
12856/// given node type. e.g. On x86 i16 is legal, but undesirable since i16
12857/// instruction encodings are longer and some i16 instructions are slow.
12858bool X86TargetLowering::isTypeDesirableForOp(unsigned Opc, EVT VT) const {
12859 if (!isTypeLegal(VT))
12860 return false;
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012861 if (VT != MVT::i16)
Evan Chenge5b51ac2010-04-17 06:13:15 +000012862 return true;
12863
12864 switch (Opc) {
12865 default:
12866 return true;
Evan Cheng4c26e932010-04-19 19:29:22 +000012867 case ISD::LOAD:
12868 case ISD::SIGN_EXTEND:
12869 case ISD::ZERO_EXTEND:
12870 case ISD::ANY_EXTEND:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012871 case ISD::SHL:
Evan Chenge5b51ac2010-04-17 06:13:15 +000012872 case ISD::SRL:
12873 case ISD::SUB:
12874 case ISD::ADD:
12875 case ISD::MUL:
12876 case ISD::AND:
12877 case ISD::OR:
12878 case ISD::XOR:
12879 return false;
12880 }
12881}
12882
12883/// IsDesirableToPromoteOp - This method query the target whether it is
Evan Cheng64b7bf72010-04-16 06:14:10 +000012884/// beneficial for dag combiner to promote the specified node. If true, it
12885/// should return the desired promotion type by reference.
Evan Chenge5b51ac2010-04-17 06:13:15 +000012886bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012887 EVT VT = Op.getValueType();
12888 if (VT != MVT::i16)
12889 return false;
12890
Evan Cheng4c26e932010-04-19 19:29:22 +000012891 bool Promote = false;
12892 bool Commute = false;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012893 switch (Op.getOpcode()) {
Evan Cheng4c26e932010-04-19 19:29:22 +000012894 default: break;
12895 case ISD::LOAD: {
12896 LoadSDNode *LD = cast<LoadSDNode>(Op);
12897 // If the non-extending load has a single use and it's not live out, then it
12898 // might be folded.
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012899 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&&
12900 Op.hasOneUse()*/) {
12901 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
12902 UE = Op.getNode()->use_end(); UI != UE; ++UI) {
12903 // The only case where we'd want to promote LOAD (rather then it being
12904 // promoted as an operand is when it's only use is liveout.
12905 if (UI->getOpcode() != ISD::CopyToReg)
12906 return false;
12907 }
12908 }
Evan Cheng4c26e932010-04-19 19:29:22 +000012909 Promote = true;
12910 break;
12911 }
12912 case ISD::SIGN_EXTEND:
12913 case ISD::ZERO_EXTEND:
12914 case ISD::ANY_EXTEND:
12915 Promote = true;
12916 break;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012917 case ISD::SHL:
Evan Cheng2bce5f4b2010-04-28 08:30:49 +000012918 case ISD::SRL: {
Evan Chenge5b51ac2010-04-17 06:13:15 +000012919 SDValue N0 = Op.getOperand(0);
12920 // Look out for (store (shl (load), x)).
Evan Chengc82c20b2010-04-24 04:44:57 +000012921 if (MayFoldLoad(N0) && MayFoldIntoStore(Op))
Evan Chenge5b51ac2010-04-17 06:13:15 +000012922 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012923 Promote = true;
Evan Chenge5b51ac2010-04-17 06:13:15 +000012924 break;
12925 }
Evan Cheng64b7bf72010-04-16 06:14:10 +000012926 case ISD::ADD:
12927 case ISD::MUL:
12928 case ISD::AND:
12929 case ISD::OR:
Evan Cheng4c26e932010-04-19 19:29:22 +000012930 case ISD::XOR:
12931 Commute = true;
12932 // fallthrough
12933 case ISD::SUB: {
Evan Cheng64b7bf72010-04-16 06:14:10 +000012934 SDValue N0 = Op.getOperand(0);
12935 SDValue N1 = Op.getOperand(1);
Evan Chengc82c20b2010-04-24 04:44:57 +000012936 if (!Commute && MayFoldLoad(N1))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012937 return false;
12938 // Avoid disabling potential load folding opportunities.
Evan Chengc82c20b2010-04-24 04:44:57 +000012939 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012940 return false;
Evan Chengc82c20b2010-04-24 04:44:57 +000012941 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op)))
Evan Cheng64b7bf72010-04-16 06:14:10 +000012942 return false;
Evan Cheng4c26e932010-04-19 19:29:22 +000012943 Promote = true;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012944 }
12945 }
12946
12947 PVT = MVT::i32;
Evan Cheng4c26e932010-04-19 19:29:22 +000012948 return Promote;
Evan Cheng64b7bf72010-04-16 06:14:10 +000012949}
12950
Evan Cheng60c07e12006-07-05 22:17:51 +000012951//===----------------------------------------------------------------------===//
12952// X86 Inline Assembly Support
12953//===----------------------------------------------------------------------===//
12954
Chris Lattnerb8105652009-07-20 17:51:36 +000012955bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
12956 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
Chris Lattnerb8105652009-07-20 17:51:36 +000012957
12958 std::string AsmStr = IA->getAsmString();
12959
12960 // TODO: should remove alternatives from the asmstring: "foo {a|b}" -> "foo a"
Benjamin Kramerd4f19592010-01-11 18:03:24 +000012961 SmallVector<StringRef, 4> AsmPieces;
Peter Collingbourne98361182010-11-13 19:54:23 +000012962 SplitString(AsmStr, AsmPieces, ";\n");
Chris Lattnerb8105652009-07-20 17:51:36 +000012963
12964 switch (AsmPieces.size()) {
12965 default: return false;
12966 case 1:
12967 AsmStr = AsmPieces[0];
12968 AsmPieces.clear();
12969 SplitString(AsmStr, AsmPieces, " \t"); // Split with whitespace.
12970
Chris Lattner7a2bdde2011-04-15 05:18:47 +000012971 // FIXME: this should verify that we are targeting a 486 or better. If not,
Evan Cheng55d42002011-01-08 01:24:27 +000012972 // we will turn this bswap into something that will be lowered to logical ops
12973 // instead of emitting the bswap asm. For now, we don't support 486 or lower
12974 // so don't worry about this.
Chris Lattnerb8105652009-07-20 17:51:36 +000012975 // bswap $0
12976 if (AsmPieces.size() == 2 &&
12977 (AsmPieces[0] == "bswap" ||
12978 AsmPieces[0] == "bswapq" ||
12979 AsmPieces[0] == "bswapl") &&
12980 (AsmPieces[1] == "$0" ||
12981 AsmPieces[1] == "${0:q}")) {
12982 // No need to check constraints, nothing other than the equivalent of
12983 // "=r,0" would be valid here.
Chris Lattnerdb125cf2011-07-18 04:54:35 +000012984 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000012985 if (!Ty || Ty->getBitWidth() % 16 != 0)
12986 return false;
12987 return IntrinsicLowering::LowerToByteSwap(CI);
Chris Lattnerb8105652009-07-20 17:51:36 +000012988 }
12989 // rorw $$8, ${0:w} --> llvm.bswap.i16
Duncan Sandsb0bc6c32010-02-15 16:12:20 +000012990 if (CI->getType()->isIntegerTy(16) &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012991 AsmPieces.size() == 3 &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012992 (AsmPieces[0] == "rorw" || AsmPieces[0] == "rolw") &&
Chris Lattnerb8105652009-07-20 17:51:36 +000012993 AsmPieces[1] == "$$8," &&
12994 AsmPieces[2] == "${0:w}" &&
Dan Gohman0ef701e2010-03-04 19:58:08 +000012995 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
12996 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000012997 const std::string &ConstraintsStr = IA->getConstraintString();
12998 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Dan Gohman0ef701e2010-03-04 19:58:08 +000012999 std::sort(AsmPieces.begin(), AsmPieces.end());
13000 if (AsmPieces.size() == 4 &&
13001 AsmPieces[0] == "~{cc}" &&
13002 AsmPieces[1] == "~{dirflag}" &&
13003 AsmPieces[2] == "~{flags}" &&
13004 AsmPieces[3] == "~{fpsr}") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013005 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013006 if (!Ty || Ty->getBitWidth() % 16 != 0)
13007 return false;
13008 return IntrinsicLowering::LowerToByteSwap(CI);
Dan Gohman0ef701e2010-03-04 19:58:08 +000013009 }
Chris Lattnerb8105652009-07-20 17:51:36 +000013010 }
13011 break;
13012 case 3:
Peter Collingbourne948cf022010-11-13 19:54:30 +000013013 if (CI->getType()->isIntegerTy(32) &&
13014 IA->getConstraintString().compare(0, 5, "=r,0,") == 0) {
13015 SmallVector<StringRef, 4> Words;
13016 SplitString(AsmPieces[0], Words, " \t,");
13017 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
13018 Words[2] == "${0:w}") {
13019 Words.clear();
13020 SplitString(AsmPieces[1], Words, " \t,");
13021 if (Words.size() == 3 && Words[0] == "rorl" && Words[1] == "$$16" &&
13022 Words[2] == "$0") {
13023 Words.clear();
13024 SplitString(AsmPieces[2], Words, " \t,");
13025 if (Words.size() == 3 && Words[0] == "rorw" && Words[1] == "$$8" &&
13026 Words[2] == "${0:w}") {
13027 AsmPieces.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000013028 const std::string &ConstraintsStr = IA->getConstraintString();
13029 SplitString(StringRef(ConstraintsStr).substr(5), AsmPieces, ",");
Peter Collingbourne948cf022010-11-13 19:54:30 +000013030 std::sort(AsmPieces.begin(), AsmPieces.end());
13031 if (AsmPieces.size() == 4 &&
13032 AsmPieces[0] == "~{cc}" &&
13033 AsmPieces[1] == "~{dirflag}" &&
13034 AsmPieces[2] == "~{flags}" &&
13035 AsmPieces[3] == "~{fpsr}") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013036 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013037 if (!Ty || Ty->getBitWidth() % 16 != 0)
13038 return false;
13039 return IntrinsicLowering::LowerToByteSwap(CI);
Peter Collingbourne948cf022010-11-13 19:54:30 +000013040 }
13041 }
13042 }
13043 }
13044 }
Evan Cheng55d42002011-01-08 01:24:27 +000013045
13046 if (CI->getType()->isIntegerTy(64)) {
13047 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
13048 if (Constraints.size() >= 2 &&
13049 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
13050 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
13051 // bswap %eax / bswap %edx / xchgl %eax, %edx -> llvm.bswap.i64
13052 SmallVector<StringRef, 4> Words;
13053 SplitString(AsmPieces[0], Words, " \t");
13054 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%eax") {
Chris Lattnerb8105652009-07-20 17:51:36 +000013055 Words.clear();
Evan Cheng55d42002011-01-08 01:24:27 +000013056 SplitString(AsmPieces[1], Words, " \t");
13057 if (Words.size() == 2 && Words[0] == "bswap" && Words[1] == "%edx") {
13058 Words.clear();
13059 SplitString(AsmPieces[2], Words, " \t,");
13060 if (Words.size() == 3 && Words[0] == "xchgl" && Words[1] == "%eax" &&
13061 Words[2] == "%edx") {
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013062 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
Evan Cheng55d42002011-01-08 01:24:27 +000013063 if (!Ty || Ty->getBitWidth() % 16 != 0)
13064 return false;
13065 return IntrinsicLowering::LowerToByteSwap(CI);
13066 }
Chris Lattnerb8105652009-07-20 17:51:36 +000013067 }
13068 }
13069 }
13070 }
13071 break;
13072 }
13073 return false;
13074}
13075
13076
13077
Chris Lattnerf4dff842006-07-11 02:54:03 +000013078/// getConstraintType - Given a constraint letter, return the type of
13079/// constraint it is for this target.
13080X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +000013081X86TargetLowering::getConstraintType(const std::string &Constraint) const {
13082 if (Constraint.size() == 1) {
13083 switch (Constraint[0]) {
Chris Lattner4234f572007-03-25 02:14:49 +000013084 case 'R':
Chris Lattner4234f572007-03-25 02:14:49 +000013085 case 'q':
13086 case 'Q':
John Thompson44ab89e2010-10-29 17:29:13 +000013087 case 'f':
13088 case 't':
13089 case 'u':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +000013090 case 'y':
John Thompson44ab89e2010-10-29 17:29:13 +000013091 case 'x':
Chris Lattner4234f572007-03-25 02:14:49 +000013092 case 'Y':
Eric Christopher31b5f002011-07-07 22:29:07 +000013093 case 'l':
Chris Lattner4234f572007-03-25 02:14:49 +000013094 return C_RegisterClass;
John Thompson44ab89e2010-10-29 17:29:13 +000013095 case 'a':
13096 case 'b':
13097 case 'c':
13098 case 'd':
13099 case 'S':
13100 case 'D':
13101 case 'A':
13102 return C_Register;
13103 case 'I':
13104 case 'J':
13105 case 'K':
13106 case 'L':
13107 case 'M':
13108 case 'N':
13109 case 'G':
13110 case 'C':
Dale Johannesen78e3e522009-02-12 20:58:09 +000013111 case 'e':
13112 case 'Z':
13113 return C_Other;
Chris Lattner4234f572007-03-25 02:14:49 +000013114 default:
13115 break;
13116 }
Chris Lattnerf4dff842006-07-11 02:54:03 +000013117 }
Chris Lattner4234f572007-03-25 02:14:49 +000013118 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +000013119}
13120
John Thompson44ab89e2010-10-29 17:29:13 +000013121/// Examine constraint type and operand type and determine a weight value.
John Thompsoneac6e1d2010-09-13 18:15:37 +000013122/// This object must already have been set up with the operand type
13123/// and the current alternative constraint selected.
John Thompson44ab89e2010-10-29 17:29:13 +000013124TargetLowering::ConstraintWeight
13125 X86TargetLowering::getSingleConstraintMatchWeight(
John Thompsoneac6e1d2010-09-13 18:15:37 +000013126 AsmOperandInfo &info, const char *constraint) const {
John Thompson44ab89e2010-10-29 17:29:13 +000013127 ConstraintWeight weight = CW_Invalid;
John Thompsoneac6e1d2010-09-13 18:15:37 +000013128 Value *CallOperandVal = info.CallOperandVal;
13129 // If we don't have a value, we can't do a match,
13130 // but allow it at the lowest weight.
13131 if (CallOperandVal == NULL)
John Thompson44ab89e2010-10-29 17:29:13 +000013132 return CW_Default;
Chris Lattnerdb125cf2011-07-18 04:54:35 +000013133 Type *type = CallOperandVal->getType();
John Thompsoneac6e1d2010-09-13 18:15:37 +000013134 // Look at the constraint type.
13135 switch (*constraint) {
13136 default:
John Thompson44ab89e2010-10-29 17:29:13 +000013137 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
13138 case 'R':
13139 case 'q':
13140 case 'Q':
13141 case 'a':
13142 case 'b':
13143 case 'c':
13144 case 'd':
13145 case 'S':
13146 case 'D':
13147 case 'A':
13148 if (CallOperandVal->getType()->isIntegerTy())
13149 weight = CW_SpecificReg;
13150 break;
13151 case 'f':
13152 case 't':
13153 case 'u':
13154 if (type->isFloatingPointTy())
13155 weight = CW_SpecificReg;
13156 break;
13157 case 'y':
Chris Lattner2a786eb2010-12-19 20:19:20 +000013158 if (type->isX86_MMXTy() && Subtarget->hasMMX())
John Thompson44ab89e2010-10-29 17:29:13 +000013159 weight = CW_SpecificReg;
13160 break;
13161 case 'x':
13162 case 'Y':
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013163 if ((type->getPrimitiveSizeInBits() == 128) && Subtarget->hasXMM())
John Thompson44ab89e2010-10-29 17:29:13 +000013164 weight = CW_Register;
John Thompsoneac6e1d2010-09-13 18:15:37 +000013165 break;
13166 case 'I':
13167 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
13168 if (C->getZExtValue() <= 31)
John Thompson44ab89e2010-10-29 17:29:13 +000013169 weight = CW_Constant;
John Thompsoneac6e1d2010-09-13 18:15:37 +000013170 }
13171 break;
John Thompson44ab89e2010-10-29 17:29:13 +000013172 case 'J':
13173 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13174 if (C->getZExtValue() <= 63)
13175 weight = CW_Constant;
13176 }
13177 break;
13178 case 'K':
13179 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13180 if ((C->getSExtValue() >= -0x80) && (C->getSExtValue() <= 0x7f))
13181 weight = CW_Constant;
13182 }
13183 break;
13184 case 'L':
13185 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13186 if ((C->getZExtValue() == 0xff) || (C->getZExtValue() == 0xffff))
13187 weight = CW_Constant;
13188 }
13189 break;
13190 case 'M':
13191 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13192 if (C->getZExtValue() <= 3)
13193 weight = CW_Constant;
13194 }
13195 break;
13196 case 'N':
13197 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13198 if (C->getZExtValue() <= 0xff)
13199 weight = CW_Constant;
13200 }
13201 break;
13202 case 'G':
13203 case 'C':
13204 if (dyn_cast<ConstantFP>(CallOperandVal)) {
13205 weight = CW_Constant;
13206 }
13207 break;
13208 case 'e':
13209 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13210 if ((C->getSExtValue() >= -0x80000000LL) &&
13211 (C->getSExtValue() <= 0x7fffffffLL))
13212 weight = CW_Constant;
13213 }
13214 break;
13215 case 'Z':
13216 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
13217 if (C->getZExtValue() <= 0xffffffff)
13218 weight = CW_Constant;
13219 }
13220 break;
John Thompsoneac6e1d2010-09-13 18:15:37 +000013221 }
13222 return weight;
13223}
13224
Dale Johannesenba2a0b92008-01-29 02:21:21 +000013225/// LowerXConstraint - try to replace an X constraint, which matches anything,
13226/// with another that has more specific requirements based on the type of the
13227/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +000013228const char *X86TargetLowering::
Owen Andersone50ed302009-08-10 22:56:29 +000013229LowerXConstraint(EVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +000013230 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
13231 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +000013232 if (ConstraintVT.isFloatingPoint()) {
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013233 if (Subtarget->hasXMMInt())
Chris Lattner5e764232008-04-26 23:02:14 +000013234 return "Y";
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013235 if (Subtarget->hasXMM())
Chris Lattner5e764232008-04-26 23:02:14 +000013236 return "x";
13237 }
Scott Michelfdc40a02009-02-17 22:15:04 +000013238
Chris Lattner5e764232008-04-26 23:02:14 +000013239 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +000013240}
13241
Chris Lattner48884cd2007-08-25 00:47:38 +000013242/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
13243/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +000013244void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Eric Christopher100c8332011-06-02 23:16:42 +000013245 std::string &Constraint,
Dan Gohman475871a2008-07-27 21:46:04 +000013246 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +000013247 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +000013248 SDValue Result(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +000013249
Eric Christopher100c8332011-06-02 23:16:42 +000013250 // Only support length 1 constraints for now.
13251 if (Constraint.length() > 1) return;
Eric Christopher471e4222011-06-08 23:55:35 +000013252
Eric Christopher100c8332011-06-02 23:16:42 +000013253 char ConstraintLetter = Constraint[0];
13254 switch (ConstraintLetter) {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013255 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +000013256 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +000013257 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000013258 if (C->getZExtValue() <= 31) {
13259 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000013260 break;
13261 }
Devang Patel84f7fd22007-03-17 00:13:28 +000013262 }
Chris Lattner48884cd2007-08-25 00:47:38 +000013263 return;
Evan Cheng364091e2008-09-22 23:57:37 +000013264 case 'J':
13265 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000013266 if (C->getZExtValue() <= 63) {
Chris Lattnere4935152009-06-15 04:01:39 +000013267 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
13268 break;
13269 }
13270 }
13271 return;
13272 case 'K':
13273 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Chris Lattner2e06dd22009-06-15 04:39:05 +000013274 if ((int8_t)C->getSExtValue() == C->getSExtValue()) {
Evan Cheng364091e2008-09-22 23:57:37 +000013275 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
13276 break;
13277 }
13278 }
13279 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +000013280 case 'N':
13281 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +000013282 if (C->getZExtValue() <= 255) {
13283 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +000013284 break;
13285 }
Chris Lattner188b9fe2007-03-25 01:57:35 +000013286 }
Chris Lattner48884cd2007-08-25 00:47:38 +000013287 return;
Dale Johannesen78e3e522009-02-12 20:58:09 +000013288 case 'e': {
13289 // 32-bit signed value
13290 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000013291 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
13292 C->getSExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000013293 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000013294 Result = DAG.getTargetConstant(C->getSExtValue(), MVT::i64);
Dale Johannesen78e3e522009-02-12 20:58:09 +000013295 break;
13296 }
13297 // FIXME gcc accepts some relocatable values here too, but only in certain
13298 // memory models; it's complicated.
13299 }
13300 return;
13301 }
13302 case 'Z': {
13303 // 32-bit unsigned value
13304 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohman7720cb32010-06-18 14:01:07 +000013305 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
13306 C->getZExtValue())) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000013307 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
13308 break;
13309 }
13310 }
13311 // FIXME gcc accepts some relocatable values here too, but only in certain
13312 // memory models; it's complicated.
13313 return;
13314 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000013315 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013316 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +000013317 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dale Johannesen78e3e522009-02-12 20:58:09 +000013318 // Widen to 64 bits here to get it sign extended.
Owen Anderson825b72b2009-08-11 20:47:22 +000013319 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);
Chris Lattner48884cd2007-08-25 00:47:38 +000013320 break;
13321 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013322
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000013323 // In any sort of PIC mode addresses need to be computed at runtime by
13324 // adding in a register or some sort of table lookup. These can't
13325 // be used as immediates.
Dale Johannesene2b448c2010-07-06 23:27:00 +000013326 if (Subtarget->isPICStyleGOT() || Subtarget->isPICStyleStubPIC())
Dale Johannesene5ff9ef2010-06-24 20:14:51 +000013327 return;
13328
Chris Lattnerdc43a882007-05-03 16:52:29 +000013329 // If we are in non-pic codegen mode, we allow the address of a global (with
13330 // an optional displacement) to be used with 'i'.
Chris Lattner49921962009-05-08 18:23:14 +000013331 GlobalAddressSDNode *GA = 0;
Chris Lattnerdc43a882007-05-03 16:52:29 +000013332 int64_t Offset = 0;
Scott Michelfdc40a02009-02-17 22:15:04 +000013333
Chris Lattner49921962009-05-08 18:23:14 +000013334 // Match either (GA), (GA+C), (GA+C1+C2), etc.
13335 while (1) {
13336 if ((GA = dyn_cast<GlobalAddressSDNode>(Op))) {
13337 Offset += GA->getOffset();
13338 break;
13339 } else if (Op.getOpcode() == ISD::ADD) {
13340 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
13341 Offset += C->getZExtValue();
13342 Op = Op.getOperand(0);
13343 continue;
13344 }
13345 } else if (Op.getOpcode() == ISD::SUB) {
13346 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
13347 Offset += -C->getZExtValue();
13348 Op = Op.getOperand(0);
13349 continue;
13350 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000013351 }
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000013352
Chris Lattner49921962009-05-08 18:23:14 +000013353 // Otherwise, this isn't something we can handle, reject it.
13354 return;
Chris Lattnerdc43a882007-05-03 16:52:29 +000013355 }
Eric Christopherfd179292009-08-27 18:07:15 +000013356
Dan Gohman46510a72010-04-15 01:51:59 +000013357 const GlobalValue *GV = GA->getGlobal();
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000013358 // If we require an extra load to get this address, as in PIC mode, we
13359 // can't accept it.
Chris Lattner36c25012009-07-10 07:34:39 +000013360 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
13361 getTargetMachine())))
Dale Johannesen76a1e2e2009-07-07 00:18:49 +000013362 return;
Scott Michelfdc40a02009-02-17 22:15:04 +000013363
Devang Patel0d881da2010-07-06 22:08:15 +000013364 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
13365 GA->getValueType(0), Offset);
Chris Lattner49921962009-05-08 18:23:14 +000013366 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013367 }
Chris Lattnerdc43a882007-05-03 16:52:29 +000013368 }
Scott Michelfdc40a02009-02-17 22:15:04 +000013369
Gabor Greifba36cb52008-08-28 21:40:38 +000013370 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +000013371 Ops.push_back(Result);
13372 return;
13373 }
Dale Johannesen1784d162010-06-25 21:55:36 +000013374 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +000013375}
13376
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013377std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +000013378X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Owen Andersone50ed302009-08-10 22:56:29 +000013379 EVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +000013380 // First, see if this is a constraint that directly corresponds to an LLVM
13381 // register class.
13382 if (Constraint.size() == 1) {
13383 // GCC Constraint Letters
13384 switch (Constraint[0]) {
13385 default: break;
Eric Christopherd176af82011-06-29 17:23:50 +000013386 // TODO: Slight differences here in allocation order and leaving
13387 // RIP in the class. Do they matter any more here than they do
13388 // in the normal allocation?
13389 case 'q': // GENERAL_REGS in 64-bit mode, Q_REGS in 32-bit mode.
13390 if (Subtarget->is64Bit()) {
Nick Lewycky9bf45d02011-07-08 00:19:27 +000013391 if (VT == MVT::i32 || VT == MVT::f32)
Eric Christopherd176af82011-06-29 17:23:50 +000013392 return std::make_pair(0U, X86::GR32RegisterClass);
13393 else if (VT == MVT::i16)
13394 return std::make_pair(0U, X86::GR16RegisterClass);
Eric Christopher5427ede2011-07-14 20:13:52 +000013395 else if (VT == MVT::i8 || VT == MVT::i1)
Eric Christopherd176af82011-06-29 17:23:50 +000013396 return std::make_pair(0U, X86::GR8RegisterClass);
Nick Lewycky9bf45d02011-07-08 00:19:27 +000013397 else if (VT == MVT::i64 || VT == MVT::f64)
Eric Christopherd176af82011-06-29 17:23:50 +000013398 return std::make_pair(0U, X86::GR64RegisterClass);
13399 break;
13400 }
13401 // 32-bit fallthrough
13402 case 'Q': // Q_REGS
Nick Lewycky9bf45d02011-07-08 00:19:27 +000013403 if (VT == MVT::i32 || VT == MVT::f32)
Eric Christopherd176af82011-06-29 17:23:50 +000013404 return std::make_pair(0U, X86::GR32_ABCDRegisterClass);
13405 else if (VT == MVT::i16)
13406 return std::make_pair(0U, X86::GR16_ABCDRegisterClass);
Eric Christopher5427ede2011-07-14 20:13:52 +000013407 else if (VT == MVT::i8 || VT == MVT::i1)
Eric Christopherd176af82011-06-29 17:23:50 +000013408 return std::make_pair(0U, X86::GR8_ABCD_LRegisterClass);
13409 else if (VT == MVT::i64)
13410 return std::make_pair(0U, X86::GR64_ABCDRegisterClass);
13411 break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000013412 case 'r': // GENERAL_REGS
Chris Lattner0f65cad2007-04-09 05:49:22 +000013413 case 'l': // INDEX_REGS
Eric Christopher5427ede2011-07-14 20:13:52 +000013414 if (VT == MVT::i8 || VT == MVT::i1)
Chris Lattner0f65cad2007-04-09 05:49:22 +000013415 return std::make_pair(0U, X86::GR8RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000013416 if (VT == MVT::i16)
Chris Lattner1fa71982008-10-17 18:15:05 +000013417 return std::make_pair(0U, X86::GR16RegisterClass);
Eric Christopher2bbecd82011-05-19 21:33:47 +000013418 if (VT == MVT::i32 || VT == MVT::f32 || !Subtarget->is64Bit())
Scott Michelfdc40a02009-02-17 22:15:04 +000013419 return std::make_pair(0U, X86::GR32RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +000013420 return std::make_pair(0U, X86::GR64RegisterClass);
Dale Johannesen5f3663e2009-10-07 22:47:20 +000013421 case 'R': // LEGACY_REGS
Eric Christopher5427ede2011-07-14 20:13:52 +000013422 if (VT == MVT::i8 || VT == MVT::i1)
Dale Johannesen5f3663e2009-10-07 22:47:20 +000013423 return std::make_pair(0U, X86::GR8_NOREXRegisterClass);
13424 if (VT == MVT::i16)
13425 return std::make_pair(0U, X86::GR16_NOREXRegisterClass);
13426 if (VT == MVT::i32 || !Subtarget->is64Bit())
13427 return std::make_pair(0U, X86::GR32_NOREXRegisterClass);
13428 return std::make_pair(0U, X86::GR64_NOREXRegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +000013429 case 'f': // FP Stack registers.
13430 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
13431 // value to the correct fpstack register class.
Owen Anderson825b72b2009-08-11 20:47:22 +000013432 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000013433 return std::make_pair(0U, X86::RFP32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000013434 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
Chris Lattnerfce84ac2008-03-11 19:06:29 +000013435 return std::make_pair(0U, X86::RFP64RegisterClass);
13436 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +000013437 case 'y': // MMX_REGS if MMX allowed.
13438 if (!Subtarget->hasMMX()) break;
13439 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000013440 case 'Y': // SSE_REGS if SSE2 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013441 if (!Subtarget->hasXMMInt()) break;
Chris Lattner0f65cad2007-04-09 05:49:22 +000013442 // FALL THROUGH.
13443 case 'x': // SSE_REGS if SSE1 allowed
Nate Begeman2ea8ee72010-12-10 00:26:57 +000013444 if (!Subtarget->hasXMM()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +000013445
Owen Anderson825b72b2009-08-11 20:47:22 +000013446 switch (VT.getSimpleVT().SimpleTy) {
Chris Lattner0f65cad2007-04-09 05:49:22 +000013447 default: break;
13448 // Scalar SSE types.
Owen Anderson825b72b2009-08-11 20:47:22 +000013449 case MVT::f32:
13450 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +000013451 return std::make_pair(0U, X86::FR32RegisterClass);
Owen Anderson825b72b2009-08-11 20:47:22 +000013452 case MVT::f64:
13453 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +000013454 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +000013455 // Vector types.
Owen Anderson825b72b2009-08-11 20:47:22 +000013456 case MVT::v16i8:
13457 case MVT::v8i16:
13458 case MVT::v4i32:
13459 case MVT::v2i64:
13460 case MVT::v4f32:
13461 case MVT::v2f64:
Chris Lattner0f65cad2007-04-09 05:49:22 +000013462 return std::make_pair(0U, X86::VR128RegisterClass);
13463 }
Chris Lattnerad043e82007-04-09 05:11:28 +000013464 break;
13465 }
13466 }
Scott Michelfdc40a02009-02-17 22:15:04 +000013467
Chris Lattnerf76d1802006-07-31 23:26:50 +000013468 // Use the default implementation in TargetLowering to convert the register
13469 // constraint into a member of a register class.
13470 std::pair<unsigned, const TargetRegisterClass*> Res;
13471 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +000013472
13473 // Not found as a standard register?
13474 if (Res.second == 0) {
Chris Lattner56d77c72009-09-13 22:41:48 +000013475 // Map st(0) -> st(7) -> ST0
13476 if (Constraint.size() == 7 && Constraint[0] == '{' &&
13477 tolower(Constraint[1]) == 's' &&
13478 tolower(Constraint[2]) == 't' &&
13479 Constraint[3] == '(' &&
13480 (Constraint[4] >= '0' && Constraint[4] <= '7') &&
13481 Constraint[5] == ')' &&
13482 Constraint[6] == '}') {
Daniel Dunbara279bc32009-09-20 02:20:51 +000013483
Chris Lattner56d77c72009-09-13 22:41:48 +000013484 Res.first = X86::ST0+Constraint[4]-'0';
13485 Res.second = X86::RFP80RegisterClass;
13486 return Res;
13487 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000013488
Chris Lattner56d77c72009-09-13 22:41:48 +000013489 // GCC allows "st(0)" to be called just plain "st".
Benjamin Kramer05872ea2009-11-12 20:36:59 +000013490 if (StringRef("{st}").equals_lower(Constraint)) {
Chris Lattner1a60aa72006-10-31 19:42:44 +000013491 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +000013492 Res.second = X86::RFP80RegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000013493 return Res;
Chris Lattner1a60aa72006-10-31 19:42:44 +000013494 }
Chris Lattner56d77c72009-09-13 22:41:48 +000013495
13496 // flags -> EFLAGS
Benjamin Kramer05872ea2009-11-12 20:36:59 +000013497 if (StringRef("{flags}").equals_lower(Constraint)) {
Chris Lattner56d77c72009-09-13 22:41:48 +000013498 Res.first = X86::EFLAGS;
13499 Res.second = X86::CCRRegisterClass;
13500 return Res;
13501 }
Daniel Dunbara279bc32009-09-20 02:20:51 +000013502
Dale Johannesen330169f2008-11-13 21:52:36 +000013503 // 'A' means EAX + EDX.
13504 if (Constraint == "A") {
13505 Res.first = X86::EAX;
Dan Gohman68a31c22009-07-30 17:02:08 +000013506 Res.second = X86::GR32_ADRegisterClass;
Chris Lattner56d77c72009-09-13 22:41:48 +000013507 return Res;
Dale Johannesen330169f2008-11-13 21:52:36 +000013508 }
Chris Lattner1a60aa72006-10-31 19:42:44 +000013509 return Res;
13510 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013511
Chris Lattnerf76d1802006-07-31 23:26:50 +000013512 // Otherwise, check to see if this is a register class of the wrong value
13513 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
13514 // turn into {ax},{dx}.
13515 if (Res.second->hasType(VT))
13516 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013517
Chris Lattnerf76d1802006-07-31 23:26:50 +000013518 // All of the single-register GCC register classes map their values onto
13519 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
13520 // really want an 8-bit or 32-bit register, map to the appropriate register
13521 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +000013522 if (Res.second == X86::GR16RegisterClass) {
Owen Anderson825b72b2009-08-11 20:47:22 +000013523 if (VT == MVT::i8) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000013524 unsigned DestReg = 0;
13525 switch (Res.first) {
13526 default: break;
13527 case X86::AX: DestReg = X86::AL; break;
13528 case X86::DX: DestReg = X86::DL; break;
13529 case X86::CX: DestReg = X86::CL; break;
13530 case X86::BX: DestReg = X86::BL; break;
13531 }
13532 if (DestReg) {
13533 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000013534 Res.second = X86::GR8RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000013535 }
Owen Anderson825b72b2009-08-11 20:47:22 +000013536 } else if (VT == MVT::i32) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000013537 unsigned DestReg = 0;
13538 switch (Res.first) {
13539 default: break;
13540 case X86::AX: DestReg = X86::EAX; break;
13541 case X86::DX: DestReg = X86::EDX; break;
13542 case X86::CX: DestReg = X86::ECX; break;
13543 case X86::BX: DestReg = X86::EBX; break;
13544 case X86::SI: DestReg = X86::ESI; break;
13545 case X86::DI: DestReg = X86::EDI; break;
13546 case X86::BP: DestReg = X86::EBP; break;
13547 case X86::SP: DestReg = X86::ESP; break;
13548 }
13549 if (DestReg) {
13550 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000013551 Res.second = X86::GR32RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000013552 }
Owen Anderson825b72b2009-08-11 20:47:22 +000013553 } else if (VT == MVT::i64) {
Chris Lattner6ba50a92008-08-26 06:19:02 +000013554 unsigned DestReg = 0;
13555 switch (Res.first) {
13556 default: break;
13557 case X86::AX: DestReg = X86::RAX; break;
13558 case X86::DX: DestReg = X86::RDX; break;
13559 case X86::CX: DestReg = X86::RCX; break;
13560 case X86::BX: DestReg = X86::RBX; break;
13561 case X86::SI: DestReg = X86::RSI; break;
13562 case X86::DI: DestReg = X86::RDI; break;
13563 case X86::BP: DestReg = X86::RBP; break;
13564 case X86::SP: DestReg = X86::RSP; break;
13565 }
13566 if (DestReg) {
13567 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +000013568 Res.second = X86::GR64RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +000013569 }
Chris Lattnerf76d1802006-07-31 23:26:50 +000013570 }
Chris Lattner6ba50a92008-08-26 06:19:02 +000013571 } else if (Res.second == X86::FR32RegisterClass ||
13572 Res.second == X86::FR64RegisterClass ||
13573 Res.second == X86::VR128RegisterClass) {
13574 // Handle references to XMM physical registers that got mapped into the
13575 // wrong class. This can happen with constraints like {xmm0} where the
13576 // target independent register mapper will just pick the first match it can
13577 // find, ignoring the required type.
Owen Anderson825b72b2009-08-11 20:47:22 +000013578 if (VT == MVT::f32)
Chris Lattner6ba50a92008-08-26 06:19:02 +000013579 Res.second = X86::FR32RegisterClass;
Owen Anderson825b72b2009-08-11 20:47:22 +000013580 else if (VT == MVT::f64)
Chris Lattner6ba50a92008-08-26 06:19:02 +000013581 Res.second = X86::FR64RegisterClass;
13582 else if (X86::VR128RegisterClass->hasType(VT))
13583 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +000013584 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +000013585
Chris Lattnerf76d1802006-07-31 23:26:50 +000013586 return Res;
13587}