blob: 5c9b7bfa8ae61dcd841c2123f0903532806013fb [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
15#include "X86.h"
Evan Cheng0cc39452006-01-16 21:21:29 +000016#include "X86InstrBuilder.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000017#include "X86ISelLowering.h"
Evan Chenge8bd0a32006-06-06 23:30:24 +000018#include "X86MachineFunctionInfo.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000019#include "X86TargetMachine.h"
20#include "llvm/CallingConv.h"
Evan Cheng223547a2006-01-31 22:28:30 +000021#include "llvm/Constants.h"
Evan Cheng347d5f72006-04-28 21:29:37 +000022#include "llvm/DerivedTypes.h"
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +000023#include "llvm/GlobalVariable.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000024#include "llvm/Function.h"
Evan Cheng6be2c582006-04-05 23:38:46 +000025#include "llvm/Intrinsics.h"
Evan Cheng14b32e12007-12-11 01:46:18 +000026#include "llvm/ADT/BitVector.h"
Evan Cheng30b37b52006-03-13 23:18:16 +000027#include "llvm/ADT/VectorExtras.h"
Chris Lattner362e98a2007-02-27 04:43:02 +000028#include "llvm/CodeGen/CallingConvLower.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000029#include "llvm/CodeGen/MachineFrameInfo.h"
Evan Cheng4a460802006-01-11 00:33:36 +000030#include "llvm/CodeGen/MachineFunction.h"
31#include "llvm/CodeGen/MachineInstrBuilder.h"
Evan Chenga844bde2008-02-02 04:07:54 +000032#include "llvm/CodeGen/MachineModuleInfo.h"
Chris Lattner84bc5422007-12-31 04:13:23 +000033#include "llvm/CodeGen/MachineRegisterInfo.h"
Dan Gohman69de1932008-02-06 22:27:42 +000034#include "llvm/CodeGen/PseudoSourceValue.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000035#include "llvm/CodeGen/SelectionDAG.h"
Evan Chengef6ffb12006-01-31 03:14:29 +000036#include "llvm/Support/MathExtras.h"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +000037#include "llvm/Support/Debug.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000038#include "llvm/Target/TargetOptions.h"
Evan Cheng14b32e12007-12-11 01:46:18 +000039#include "llvm/ADT/SmallSet.h"
Chris Lattner1a60aa72006-10-31 19:42:44 +000040#include "llvm/ADT/StringExtras.h"
Mon P Wang3c81d352008-11-23 04:37:22 +000041#include "llvm/Support/CommandLine.h"
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000042using namespace llvm;
43
Mon P Wang3c81d352008-11-23 04:37:22 +000044static cl::opt<bool>
Mon P Wang9f22a4a2008-11-24 02:10:43 +000045DisableMMX("disable-mmx", cl::Hidden, cl::desc("Disable use of MMX"));
Mon P Wang3c81d352008-11-23 04:37:22 +000046
Evan Cheng10e86422008-04-25 19:11:04 +000047// Forward declarations.
Rafael Espindola15684b22009-04-24 12:40:33 +000048static SDValue getMOVLMask(unsigned NumElems, SelectionDAG &DAG, DebugLoc dl);
Evan Cheng10e86422008-04-25 19:11:04 +000049
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +000050X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000051 : TargetLowering(TM) {
Evan Cheng559806f2006-01-27 08:10:46 +000052 Subtarget = &TM.getSubtarget<X86Subtarget>();
Dale Johannesenf1fc3a82007-09-23 14:52:20 +000053 X86ScalarSSEf64 = Subtarget->hasSSE2();
54 X86ScalarSSEf32 = Subtarget->hasSSE1();
Evan Cheng25ab6902006-09-08 06:48:29 +000055 X86StackPtr = Subtarget->is64Bit() ? X86::RSP : X86::ESP;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +000056
Chris Lattnerd43d00c2008-01-24 08:07:48 +000057 bool Fast = false;
Evan Cheng559806f2006-01-27 08:10:46 +000058
Anton Korobeynikov2365f512007-07-14 14:06:15 +000059 RegInfo = TM.getRegisterInfo();
Anton Korobeynikovbff66b02008-09-09 18:22:57 +000060 TD = getTargetData();
Anton Korobeynikov2365f512007-07-14 14:06:15 +000061
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000062 // Set up the TargetLowering object.
63
64 // X86 is weird, it always uses i8 for shift amounts and setcc results.
65 setShiftAmountType(MVT::i8);
Duncan Sands03228082008-11-23 15:47:28 +000066 setBooleanContents(ZeroOrOneBooleanContent);
Evan Cheng0b2afbd2006-01-25 09:15:17 +000067 setSchedulingPreference(SchedulingForRegPressure);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000068 setShiftAmountFlavor(Mask); // shl X, 32 == shl X, 0
Evan Cheng25ab6902006-09-08 06:48:29 +000069 setStackPointerRegisterToSaveRestore(X86StackPtr);
Evan Cheng714554d2006-03-16 21:47:42 +000070
Anton Korobeynikovd27a2582006-12-10 23:12:42 +000071 if (Subtarget->isTargetDarwin()) {
Evan Chengdf57fa02006-03-17 20:31:41 +000072 // Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
Anton Korobeynikovd27a2582006-12-10 23:12:42 +000073 setUseUnderscoreSetJmp(false);
74 setUseUnderscoreLongJmp(false);
Anton Korobeynikov317848f2007-01-03 11:43:14 +000075 } else if (Subtarget->isTargetMingw()) {
Anton Korobeynikovd27a2582006-12-10 23:12:42 +000076 // MS runtime is weird: it exports _setjmp, but longjmp!
77 setUseUnderscoreSetJmp(true);
78 setUseUnderscoreLongJmp(false);
79 } else {
80 setUseUnderscoreSetJmp(true);
81 setUseUnderscoreLongJmp(true);
82 }
Scott Michelfdc40a02009-02-17 22:15:04 +000083
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000084 // Set up the register classes.
Evan Cheng069287d2006-05-16 07:21:53 +000085 addRegisterClass(MVT::i8, X86::GR8RegisterClass);
86 addRegisterClass(MVT::i16, X86::GR16RegisterClass);
87 addRegisterClass(MVT::i32, X86::GR32RegisterClass);
Evan Cheng25ab6902006-09-08 06:48:29 +000088 if (Subtarget->is64Bit())
89 addRegisterClass(MVT::i64, X86::GR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +000090
Evan Cheng03294662008-10-14 21:26:46 +000091 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
Evan Chengc5484282006-10-04 00:56:09 +000092
Scott Michelfdc40a02009-02-17 22:15:04 +000093 // We don't accept any truncstore of integer registers.
Chris Lattnerddf89562008-01-17 19:59:44 +000094 setTruncStoreAction(MVT::i64, MVT::i32, Expand);
95 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
96 setTruncStoreAction(MVT::i64, MVT::i8 , Expand);
97 setTruncStoreAction(MVT::i32, MVT::i16, Expand);
98 setTruncStoreAction(MVT::i32, MVT::i8 , Expand);
Evan Cheng7f042682008-10-15 02:05:31 +000099 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
100
101 // SETOEQ and SETUNE require checking two conditions.
102 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
103 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
104 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
105 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
106 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
107 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
Chris Lattnerddf89562008-01-17 19:59:44 +0000108
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000109 // Promote all UINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have this
110 // operation.
111 setOperationAction(ISD::UINT_TO_FP , MVT::i1 , Promote);
112 setOperationAction(ISD::UINT_TO_FP , MVT::i8 , Promote);
113 setOperationAction(ISD::UINT_TO_FP , MVT::i16 , Promote);
Evan Cheng6892f282006-01-17 02:32:49 +0000114
Evan Cheng25ab6902006-09-08 06:48:29 +0000115 if (Subtarget->is64Bit()) {
Evan Cheng6892f282006-01-17 02:32:49 +0000116 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000117 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000118 } else {
Bill Wendling105be5a2009-03-13 08:41:47 +0000119 if (!UseSoftFloat && !NoImplicitFloat && X86ScalarSSEf64) {
Dale Johannesen1c15bf52008-10-21 20:50:01 +0000120 // We have an impenetrably clever algorithm for ui64->double only.
121 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
Bill Wendling8b8a6362009-01-17 03:56:04 +0000122
123 // We have faster algorithm for ui32->single only.
124 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
Bill Wendling105be5a2009-03-13 08:41:47 +0000125 } else {
Evan Cheng25ab6902006-09-08 06:48:29 +0000126 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000127 }
Evan Cheng25ab6902006-09-08 06:48:29 +0000128 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000129
130 // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
131 // this operation.
132 setOperationAction(ISD::SINT_TO_FP , MVT::i1 , Promote);
133 setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote);
Bill Wendling105be5a2009-03-13 08:41:47 +0000134
135 if (!UseSoftFloat && !NoImplicitFloat) {
136 // SSE has no i16 to fp conversion, only i32
137 if (X86ScalarSSEf32) {
138 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
139 // f32 and f64 cases are Legal, f80 case is not
140 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
141 } else {
142 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
143 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
144 }
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000145 } else {
Bill Wendling105be5a2009-03-13 08:41:47 +0000146 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
147 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Promote);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000148 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000149
Dale Johannesen73328d12007-09-19 23:55:34 +0000150 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
151 // are Legal, f80 is custom lowered.
152 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
153 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
Evan Cheng6dab0532006-01-30 08:02:57 +0000154
Evan Cheng02568ff2006-01-30 22:13:22 +0000155 // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
156 // this operation.
157 setOperationAction(ISD::FP_TO_SINT , MVT::i1 , Promote);
158 setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
159
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000160 if (X86ScalarSSEf32) {
Evan Cheng02568ff2006-01-30 22:13:22 +0000161 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Promote);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000162 // f32 and f64 cases are Legal, f80 case is not
163 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000164 } else {
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000165 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000166 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000167 }
168
169 // Handle FP_TO_UINT by promoting the destination to a larger signed
170 // conversion.
171 setOperationAction(ISD::FP_TO_UINT , MVT::i1 , Promote);
172 setOperationAction(ISD::FP_TO_UINT , MVT::i8 , Promote);
173 setOperationAction(ISD::FP_TO_UINT , MVT::i16 , Promote);
174
Evan Cheng25ab6902006-09-08 06:48:29 +0000175 if (Subtarget->is64Bit()) {
176 setOperationAction(ISD::FP_TO_UINT , MVT::i64 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000177 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
Evan Cheng25ab6902006-09-08 06:48:29 +0000178 } else {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000179 if (X86ScalarSSEf32 && !Subtarget->hasSSE3())
Evan Cheng25ab6902006-09-08 06:48:29 +0000180 // Expand FP_TO_UINT into a select.
181 // FIXME: We would like to use a Custom expander here eventually to do
182 // the optimal thing for SSE vs. the default expansion in the legalizer.
183 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Expand);
184 else
185 // With SSE3 we can use fisttpll to convert to a signed i64.
186 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
187 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000188
Chris Lattner399610a2006-12-05 18:22:22 +0000189 // TODO: when we have SSE, these could be more efficient, by using movd/movq.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000190 if (!X86ScalarSSEf64) {
Chris Lattnerf3597a12006-12-05 18:45:06 +0000191 setOperationAction(ISD::BIT_CONVERT , MVT::f32 , Expand);
192 setOperationAction(ISD::BIT_CONVERT , MVT::i32 , Expand);
193 }
Chris Lattner21f66852005-12-23 05:15:23 +0000194
Dan Gohmanb00ee212008-02-18 19:34:53 +0000195 // Scalar integer divide and remainder are lowered to use operations that
196 // produce two results, to match the available instructions. This exposes
197 // the two-result form to trivial CSE, which is able to combine x/y and x%y
198 // into a single instruction.
199 //
200 // Scalar integer multiply-high is also lowered to use two-result
201 // operations, to match the available instructions. However, plain multiply
202 // (low) operations are left as Legal, as there are single-result
203 // instructions for this in x86. Using the two-result multiply instructions
204 // when both high and low results are needed must be arranged by dagcombine.
Dan Gohman525178c2007-10-08 18:33:35 +0000205 setOperationAction(ISD::MULHS , MVT::i8 , Expand);
206 setOperationAction(ISD::MULHU , MVT::i8 , Expand);
207 setOperationAction(ISD::SDIV , MVT::i8 , Expand);
208 setOperationAction(ISD::UDIV , MVT::i8 , Expand);
209 setOperationAction(ISD::SREM , MVT::i8 , Expand);
210 setOperationAction(ISD::UREM , MVT::i8 , Expand);
Dan Gohman525178c2007-10-08 18:33:35 +0000211 setOperationAction(ISD::MULHS , MVT::i16 , Expand);
212 setOperationAction(ISD::MULHU , MVT::i16 , Expand);
213 setOperationAction(ISD::SDIV , MVT::i16 , Expand);
214 setOperationAction(ISD::UDIV , MVT::i16 , Expand);
215 setOperationAction(ISD::SREM , MVT::i16 , Expand);
216 setOperationAction(ISD::UREM , MVT::i16 , Expand);
Dan Gohman525178c2007-10-08 18:33:35 +0000217 setOperationAction(ISD::MULHS , MVT::i32 , Expand);
218 setOperationAction(ISD::MULHU , MVT::i32 , Expand);
219 setOperationAction(ISD::SDIV , MVT::i32 , Expand);
220 setOperationAction(ISD::UDIV , MVT::i32 , Expand);
221 setOperationAction(ISD::SREM , MVT::i32 , Expand);
222 setOperationAction(ISD::UREM , MVT::i32 , Expand);
Dan Gohman525178c2007-10-08 18:33:35 +0000223 setOperationAction(ISD::MULHS , MVT::i64 , Expand);
224 setOperationAction(ISD::MULHU , MVT::i64 , Expand);
225 setOperationAction(ISD::SDIV , MVT::i64 , Expand);
226 setOperationAction(ISD::UDIV , MVT::i64 , Expand);
227 setOperationAction(ISD::SREM , MVT::i64 , Expand);
228 setOperationAction(ISD::UREM , MVT::i64 , Expand);
Dan Gohmana37c9f72007-09-25 18:23:27 +0000229
Evan Chengc35497f2006-10-30 08:02:39 +0000230 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000231 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
Nate Begeman750ac1b2006-02-01 07:19:44 +0000232 setOperationAction(ISD::BR_CC , MVT::Other, Expand);
233 setOperationAction(ISD::SELECT_CC , MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000234 if (Subtarget->is64Bit())
Christopher Lambc59e5212007-08-10 21:48:46 +0000235 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
236 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal);
237 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000238 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
239 setOperationAction(ISD::FP_ROUND_INREG , MVT::f32 , Expand);
Chris Lattnerd1108222008-03-07 06:36:32 +0000240 setOperationAction(ISD::FREM , MVT::f32 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000241 setOperationAction(ISD::FREM , MVT::f64 , Expand);
Chris Lattnerd1108222008-03-07 06:36:32 +0000242 setOperationAction(ISD::FREM , MVT::f80 , Expand);
Dan Gohman1a024862008-01-31 00:41:03 +0000243 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000244
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000245 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000246 setOperationAction(ISD::CTTZ , MVT::i8 , Custom);
247 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000248 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000249 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
250 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000251 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000252 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
253 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000254 if (Subtarget->is64Bit()) {
255 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000256 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
257 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000258 }
259
Andrew Lenharthb873ff32005-11-20 21:41:10 +0000260 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
Nate Begemand88fc032006-01-14 03:14:10 +0000261 setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
Nate Begeman35ef9132006-01-11 21:21:00 +0000262
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000263 // These should be promoted to a larger select which is supported.
264 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
265 setOperationAction(ISD::SELECT , MVT::i8 , Promote);
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000266 // X86 wants to expand cmov itself.
Evan Cheng5298bcc2006-02-17 07:01:52 +0000267 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
268 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
269 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
270 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000271 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000272 setOperationAction(ISD::SETCC , MVT::i8 , Custom);
273 setOperationAction(ISD::SETCC , MVT::i16 , Custom);
274 setOperationAction(ISD::SETCC , MVT::i32 , Custom);
275 setOperationAction(ISD::SETCC , MVT::f32 , Custom);
276 setOperationAction(ISD::SETCC , MVT::f64 , Custom);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000277 setOperationAction(ISD::SETCC , MVT::f80 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000278 if (Subtarget->is64Bit()) {
279 setOperationAction(ISD::SELECT , MVT::i64 , Custom);
280 setOperationAction(ISD::SETCC , MVT::i64 , Custom);
281 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000282 // X86 ret instruction may pop stack.
Evan Cheng5298bcc2006-02-17 07:01:52 +0000283 setOperationAction(ISD::RET , MVT::Other, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000284 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000285
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000286 // Darwin ABI issue.
Evan Cheng7ccced62006-02-18 00:15:05 +0000287 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
Nate Begeman37efe672006-04-22 18:53:45 +0000288 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000289 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +0000290 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +0000291 if (Subtarget->is64Bit())
292 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
Bill Wendling056292f2008-09-16 21:48:12 +0000293 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000294 if (Subtarget->is64Bit()) {
295 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
296 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
297 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
Bill Wendling056292f2008-09-16 21:48:12 +0000298 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000299 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000300 // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
Evan Cheng5298bcc2006-02-17 07:01:52 +0000301 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
302 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
303 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000304 if (Subtarget->is64Bit()) {
305 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
306 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
307 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
308 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000309
Evan Chengd2cde682008-03-10 19:38:10 +0000310 if (Subtarget->hasSSE1())
311 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
Evan Cheng27b7db52008-03-08 00:58:38 +0000312
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000313 if (!Subtarget->hasSSE2())
314 setOperationAction(ISD::MEMBARRIER , MVT::Other, Expand);
315
Mon P Wang63307c32008-05-05 19:05:59 +0000316 // Expand certain atomics
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000317 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i8, Custom);
318 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i16, Custom);
319 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom);
320 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom);
Bill Wendling5bf1b4e2008-08-20 00:28:16 +0000321
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000322 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i8, Custom);
323 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i16, Custom);
324 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom);
325 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000326
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000327 if (!Subtarget->is64Bit()) {
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000328 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i64, Custom);
329 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
330 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i64, Custom);
331 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, Custom);
332 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom);
333 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i64, Custom);
334 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Custom);
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000335 }
336
Dan Gohman7f460202008-06-30 20:59:49 +0000337 // Use the default ISD::DBG_STOPPOINT, ISD::DECLARE expansion.
338 setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand);
Evan Cheng3c992d22006-03-07 02:02:57 +0000339 // FIXME - use subtarget debug flags
Anton Korobeynikovab4022f2006-10-31 08:31:24 +0000340 if (!Subtarget->isTargetDarwin() &&
341 !Subtarget->isTargetELF() &&
Dan Gohman44066042008-07-01 00:05:16 +0000342 !Subtarget->isTargetCygMing()) {
343 setOperationAction(ISD::DBG_LABEL, MVT::Other, Expand);
344 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
345 }
Chris Lattnerf73bae12005-11-29 06:16:21 +0000346
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000347 setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
348 setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
349 setOperationAction(ISD::EXCEPTIONADDR, MVT::i32, Expand);
350 setOperationAction(ISD::EHSELECTION, MVT::i32, Expand);
351 if (Subtarget->is64Bit()) {
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000352 setExceptionPointerRegister(X86::RAX);
353 setExceptionSelectorRegister(X86::RDX);
354 } else {
355 setExceptionPointerRegister(X86::EAX);
356 setExceptionSelectorRegister(X86::EDX);
357 }
Anton Korobeynikov38252622007-09-03 00:36:06 +0000358 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000359 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i64, Custom);
360
Duncan Sandsf7331b32007-09-11 14:10:23 +0000361 setOperationAction(ISD::TRAMPOLINE, MVT::Other, Custom);
Duncan Sandsb116fac2007-07-27 20:02:49 +0000362
Chris Lattnerda68d302008-01-15 21:58:22 +0000363 setOperationAction(ISD::TRAP, MVT::Other, Legal);
Anton Korobeynikov66fac792008-01-15 07:02:33 +0000364
Nate Begemanacc398c2006-01-25 18:21:52 +0000365 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
366 setOperationAction(ISD::VASTART , MVT::Other, Custom);
Nate Begemanacc398c2006-01-25 18:21:52 +0000367 setOperationAction(ISD::VAEND , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000368 if (Subtarget->is64Bit()) {
369 setOperationAction(ISD::VAARG , MVT::Other, Custom);
Evan Chengae642192007-03-02 23:16:35 +0000370 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
Dan Gohman9018e832008-05-10 01:26:14 +0000371 } else {
372 setOperationAction(ISD::VAARG , MVT::Other, Expand);
Evan Chengae642192007-03-02 23:16:35 +0000373 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000374 }
Evan Chengae642192007-03-02 23:16:35 +0000375
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000376 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
Chris Lattnere1125522006-01-15 09:00:21 +0000377 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000378 if (Subtarget->is64Bit())
379 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +0000380 if (Subtarget->isTargetCygMing())
381 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
382 else
383 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
Chris Lattnerb99329e2006-01-13 02:42:53 +0000384
Evan Chengc7ce29b2009-02-13 22:36:38 +0000385 if (!UseSoftFloat && X86ScalarSSEf64) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000386 // f32 and f64 use SSE.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000387 // Set up the FP register classes.
Evan Cheng5ee4ccc2006-01-12 08:27:59 +0000388 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
389 addRegisterClass(MVT::f64, X86::FR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000390
Evan Cheng223547a2006-01-31 22:28:30 +0000391 // Use ANDPD to simulate FABS.
392 setOperationAction(ISD::FABS , MVT::f64, Custom);
393 setOperationAction(ISD::FABS , MVT::f32, Custom);
394
395 // Use XORP to simulate FNEG.
396 setOperationAction(ISD::FNEG , MVT::f64, Custom);
397 setOperationAction(ISD::FNEG , MVT::f32, Custom);
398
Evan Cheng68c47cb2007-01-05 07:55:56 +0000399 // Use ANDPD and ORPD to simulate FCOPYSIGN.
400 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
401 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
402
Evan Chengd25e9e82006-02-02 00:28:23 +0000403 // We don't support sin/cos/fmod
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000404 setOperationAction(ISD::FSIN , MVT::f64, Expand);
405 setOperationAction(ISD::FCOS , MVT::f64, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000406 setOperationAction(ISD::FSIN , MVT::f32, Expand);
407 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000408
Chris Lattnera54aa942006-01-29 06:26:08 +0000409 // Expand FP immediates into loads from the stack, except for the special
410 // cases we handle.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000411 addLegalFPImmediate(APFloat(+0.0)); // xorpd
412 addLegalFPImmediate(APFloat(+0.0f)); // xorps
Dale Johannesen5411a392007-08-09 01:04:01 +0000413
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000414 // Floating truncations from f80 and extensions to f80 go through memory.
415 // If optimizing, we lie about this though and handle it in
416 // InstructionSelectPreprocess so that dagcombine2 can hack on these.
417 if (Fast) {
418 setConvertAction(MVT::f32, MVT::f80, Expand);
419 setConvertAction(MVT::f64, MVT::f80, Expand);
420 setConvertAction(MVT::f80, MVT::f32, Expand);
421 setConvertAction(MVT::f80, MVT::f64, Expand);
422 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000423 } else if (!UseSoftFloat && X86ScalarSSEf32) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000424 // Use SSE for f32, x87 for f64.
425 // Set up the FP register classes.
426 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
427 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
428
429 // Use ANDPS to simulate FABS.
430 setOperationAction(ISD::FABS , MVT::f32, Custom);
431
432 // Use XORP to simulate FNEG.
433 setOperationAction(ISD::FNEG , MVT::f32, Custom);
434
435 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
436
437 // Use ANDPS and ORPS to simulate FCOPYSIGN.
438 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
439 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
440
441 // We don't support sin/cos/fmod
442 setOperationAction(ISD::FSIN , MVT::f32, Expand);
443 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000444
Nate Begemane1795842008-02-14 08:57:00 +0000445 // Special cases we handle for FP constants.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000446 addLegalFPImmediate(APFloat(+0.0f)); // xorps
447 addLegalFPImmediate(APFloat(+0.0)); // FLD0
448 addLegalFPImmediate(APFloat(+1.0)); // FLD1
449 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
450 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
451
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000452 // SSE <-> X87 conversions go through memory. If optimizing, we lie about
453 // this though and handle it in InstructionSelectPreprocess so that
454 // dagcombine2 can hack on these.
455 if (Fast) {
456 setConvertAction(MVT::f32, MVT::f64, Expand);
457 setConvertAction(MVT::f32, MVT::f80, Expand);
Scott Michelfdc40a02009-02-17 22:15:04 +0000458 setConvertAction(MVT::f80, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000459 setConvertAction(MVT::f64, MVT::f32, Expand);
460 // And x87->x87 truncations also.
461 setConvertAction(MVT::f80, MVT::f64, Expand);
462 }
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000463
464 if (!UnsafeFPMath) {
465 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
466 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
467 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000468 } else if (!UseSoftFloat) {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000469 // f32 and f64 in x87.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000470 // Set up the FP register classes.
Dale Johannesen849f2142007-07-03 00:53:03 +0000471 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
472 addRegisterClass(MVT::f32, X86::RFP32RegisterClass);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000473
Evan Cheng68c47cb2007-01-05 07:55:56 +0000474 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
Dale Johannesen849f2142007-07-03 00:53:03 +0000475 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
Evan Cheng68c47cb2007-01-05 07:55:56 +0000476 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
477 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
Dale Johannesen5411a392007-08-09 01:04:01 +0000478
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000479 // Floating truncations go through memory. If optimizing, we lie about
480 // this though and handle it in InstructionSelectPreprocess so that
481 // dagcombine2 can hack on these.
482 if (Fast) {
Scott Michelfdc40a02009-02-17 22:15:04 +0000483 setConvertAction(MVT::f80, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000484 setConvertAction(MVT::f64, MVT::f32, Expand);
485 setConvertAction(MVT::f80, MVT::f64, Expand);
486 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000487
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000488 if (!UnsafeFPMath) {
489 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
490 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
491 }
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000492 addLegalFPImmediate(APFloat(+0.0)); // FLD0
493 addLegalFPImmediate(APFloat(+1.0)); // FLD1
494 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
495 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000496 addLegalFPImmediate(APFloat(+0.0f)); // FLD0
497 addLegalFPImmediate(APFloat(+1.0f)); // FLD1
498 addLegalFPImmediate(APFloat(-0.0f)); // FLD0/FCHS
499 addLegalFPImmediate(APFloat(-1.0f)); // FLD1/FCHS
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000500 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000501
Dale Johannesen59a58732007-08-05 18:49:15 +0000502 // Long double always uses X87.
Evan Cheng92722532009-03-26 23:06:32 +0000503 if (!UseSoftFloat) {
Evan Chengc7ce29b2009-02-13 22:36:38 +0000504 addRegisterClass(MVT::f80, X86::RFP80RegisterClass);
505 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
506 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
507 {
508 bool ignored;
509 APFloat TmpFlt(+0.0);
510 TmpFlt.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
511 &ignored);
512 addLegalFPImmediate(TmpFlt); // FLD0
513 TmpFlt.changeSign();
514 addLegalFPImmediate(TmpFlt); // FLD0/FCHS
515 APFloat TmpFlt2(+1.0);
516 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
517 &ignored);
518 addLegalFPImmediate(TmpFlt2); // FLD1
519 TmpFlt2.changeSign();
520 addLegalFPImmediate(TmpFlt2); // FLD1/FCHS
521 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000522
Evan Chengc7ce29b2009-02-13 22:36:38 +0000523 if (!UnsafeFPMath) {
524 setOperationAction(ISD::FSIN , MVT::f80 , Expand);
525 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
526 }
Dale Johannesen2f429012007-09-26 21:10:55 +0000527 }
Dale Johannesen59a58732007-08-05 18:49:15 +0000528
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000529 // Always use a library call for pow.
530 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
531 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
532 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
533
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000534 setOperationAction(ISD::FLOG, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000535 setOperationAction(ISD::FLOG2, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000536 setOperationAction(ISD::FLOG10, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000537 setOperationAction(ISD::FEXP, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000538 setOperationAction(ISD::FEXP2, MVT::f80, Expand);
539
Mon P Wangf007a8b2008-11-06 05:31:54 +0000540 // First set operation action for all vector types to either promote
Mon P Wang0c397192008-10-30 08:01:45 +0000541 // (for widening) or expand (for scalarization). Then we will selectively
542 // turn on ones that can be effectively codegen'd.
Dan Gohmanfa0f77d2007-05-18 18:44:07 +0000543 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
544 VT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++VT) {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000545 setOperationAction(ISD::ADD , (MVT::SimpleValueType)VT, Expand);
546 setOperationAction(ISD::SUB , (MVT::SimpleValueType)VT, Expand);
547 setOperationAction(ISD::FADD, (MVT::SimpleValueType)VT, Expand);
548 setOperationAction(ISD::FNEG, (MVT::SimpleValueType)VT, Expand);
549 setOperationAction(ISD::FSUB, (MVT::SimpleValueType)VT, Expand);
550 setOperationAction(ISD::MUL , (MVT::SimpleValueType)VT, Expand);
551 setOperationAction(ISD::FMUL, (MVT::SimpleValueType)VT, Expand);
552 setOperationAction(ISD::SDIV, (MVT::SimpleValueType)VT, Expand);
553 setOperationAction(ISD::UDIV, (MVT::SimpleValueType)VT, Expand);
554 setOperationAction(ISD::FDIV, (MVT::SimpleValueType)VT, Expand);
555 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand);
556 setOperationAction(ISD::UREM, (MVT::SimpleValueType)VT, Expand);
557 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Expand);
Gabor Greif327ef032008-08-28 23:19:51 +0000558 setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::SimpleValueType)VT, Expand);
559 setOperationAction(ISD::EXTRACT_VECTOR_ELT,(MVT::SimpleValueType)VT,Expand);
560 setOperationAction(ISD::INSERT_VECTOR_ELT,(MVT::SimpleValueType)VT, Expand);
Duncan Sands83ec4b62008-06-06 12:08:01 +0000561 setOperationAction(ISD::FABS, (MVT::SimpleValueType)VT, Expand);
562 setOperationAction(ISD::FSIN, (MVT::SimpleValueType)VT, Expand);
563 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
564 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand);
565 setOperationAction(ISD::FPOWI, (MVT::SimpleValueType)VT, Expand);
566 setOperationAction(ISD::FSQRT, (MVT::SimpleValueType)VT, Expand);
567 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand);
568 setOperationAction(ISD::SMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
569 setOperationAction(ISD::UMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
570 setOperationAction(ISD::SDIVREM, (MVT::SimpleValueType)VT, Expand);
571 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand);
572 setOperationAction(ISD::FPOW, (MVT::SimpleValueType)VT, Expand);
573 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
574 setOperationAction(ISD::CTTZ, (MVT::SimpleValueType)VT, Expand);
575 setOperationAction(ISD::CTLZ, (MVT::SimpleValueType)VT, Expand);
576 setOperationAction(ISD::SHL, (MVT::SimpleValueType)VT, Expand);
577 setOperationAction(ISD::SRA, (MVT::SimpleValueType)VT, Expand);
578 setOperationAction(ISD::SRL, (MVT::SimpleValueType)VT, Expand);
579 setOperationAction(ISD::ROTL, (MVT::SimpleValueType)VT, Expand);
580 setOperationAction(ISD::ROTR, (MVT::SimpleValueType)VT, Expand);
581 setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
582 setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand);
Dale Johannesenfb0e1322008-09-10 17:31:40 +0000583 setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand);
584 setOperationAction(ISD::FLOG2, (MVT::SimpleValueType)VT, Expand);
585 setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand);
586 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
587 setOperationAction(ISD::FEXP2, (MVT::SimpleValueType)VT, Expand);
Evan Chengd30bf012006-03-01 01:11:20 +0000588 }
589
Evan Chengc7ce29b2009-02-13 22:36:38 +0000590 // FIXME: In order to prevent SSE instructions being expanded to MMX ones
591 // with -msoft-float, disable use of MMX as well.
Evan Cheng92722532009-03-26 23:06:32 +0000592 if (!UseSoftFloat && !DisableMMX && Subtarget->hasMMX()) {
Evan Cheng470a6ad2006-02-22 02:26:30 +0000593 addRegisterClass(MVT::v8i8, X86::VR64RegisterClass);
594 addRegisterClass(MVT::v4i16, X86::VR64RegisterClass);
595 addRegisterClass(MVT::v2i32, X86::VR64RegisterClass);
Dale Johannesena68f9012008-06-24 22:01:44 +0000596 addRegisterClass(MVT::v2f32, X86::VR64RegisterClass);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000597 addRegisterClass(MVT::v1i64, X86::VR64RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000598
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000599 setOperationAction(ISD::ADD, MVT::v8i8, Legal);
600 setOperationAction(ISD::ADD, MVT::v4i16, Legal);
601 setOperationAction(ISD::ADD, MVT::v2i32, Legal);
Chris Lattner6c284d72007-04-12 04:14:49 +0000602 setOperationAction(ISD::ADD, MVT::v1i64, Legal);
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000603
Bill Wendlingc1fb0472007-03-10 09:57:05 +0000604 setOperationAction(ISD::SUB, MVT::v8i8, Legal);
605 setOperationAction(ISD::SUB, MVT::v4i16, Legal);
606 setOperationAction(ISD::SUB, MVT::v2i32, Legal);
Dale Johannesen8d26e592007-10-30 01:18:38 +0000607 setOperationAction(ISD::SUB, MVT::v1i64, Legal);
Bill Wendlingc1fb0472007-03-10 09:57:05 +0000608
Bill Wendling74027e92007-03-15 21:24:36 +0000609 setOperationAction(ISD::MULHS, MVT::v4i16, Legal);
610 setOperationAction(ISD::MUL, MVT::v4i16, Legal);
611
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000612 setOperationAction(ISD::AND, MVT::v8i8, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000613 AddPromotedToType (ISD::AND, MVT::v8i8, MVT::v1i64);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000614 setOperationAction(ISD::AND, MVT::v4i16, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000615 AddPromotedToType (ISD::AND, MVT::v4i16, MVT::v1i64);
616 setOperationAction(ISD::AND, MVT::v2i32, Promote);
617 AddPromotedToType (ISD::AND, MVT::v2i32, MVT::v1i64);
618 setOperationAction(ISD::AND, MVT::v1i64, Legal);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000619
620 setOperationAction(ISD::OR, MVT::v8i8, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000621 AddPromotedToType (ISD::OR, MVT::v8i8, MVT::v1i64);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000622 setOperationAction(ISD::OR, MVT::v4i16, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000623 AddPromotedToType (ISD::OR, MVT::v4i16, MVT::v1i64);
624 setOperationAction(ISD::OR, MVT::v2i32, Promote);
625 AddPromotedToType (ISD::OR, MVT::v2i32, MVT::v1i64);
626 setOperationAction(ISD::OR, MVT::v1i64, Legal);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000627
628 setOperationAction(ISD::XOR, MVT::v8i8, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000629 AddPromotedToType (ISD::XOR, MVT::v8i8, MVT::v1i64);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000630 setOperationAction(ISD::XOR, MVT::v4i16, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000631 AddPromotedToType (ISD::XOR, MVT::v4i16, MVT::v1i64);
632 setOperationAction(ISD::XOR, MVT::v2i32, Promote);
633 AddPromotedToType (ISD::XOR, MVT::v2i32, MVT::v1i64);
634 setOperationAction(ISD::XOR, MVT::v1i64, Legal);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000635
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000636 setOperationAction(ISD::LOAD, MVT::v8i8, Promote);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000637 AddPromotedToType (ISD::LOAD, MVT::v8i8, MVT::v1i64);
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000638 setOperationAction(ISD::LOAD, MVT::v4i16, Promote);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000639 AddPromotedToType (ISD::LOAD, MVT::v4i16, MVT::v1i64);
640 setOperationAction(ISD::LOAD, MVT::v2i32, Promote);
641 AddPromotedToType (ISD::LOAD, MVT::v2i32, MVT::v1i64);
Dale Johannesena68f9012008-06-24 22:01:44 +0000642 setOperationAction(ISD::LOAD, MVT::v2f32, Promote);
643 AddPromotedToType (ISD::LOAD, MVT::v2f32, MVT::v1i64);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000644 setOperationAction(ISD::LOAD, MVT::v1i64, Legal);
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000645
Bill Wendlingccc44ad2007-03-27 20:22:40 +0000646 setOperationAction(ISD::BUILD_VECTOR, MVT::v8i8, Custom);
647 setOperationAction(ISD::BUILD_VECTOR, MVT::v4i16, Custom);
648 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i32, Custom);
Dale Johannesena68f9012008-06-24 22:01:44 +0000649 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f32, Custom);
Bill Wendlingccc44ad2007-03-27 20:22:40 +0000650 setOperationAction(ISD::BUILD_VECTOR, MVT::v1i64, Custom);
Bill Wendlinga348c562007-03-22 18:42:45 +0000651
652 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v8i8, Custom);
653 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4i16, Custom);
654 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i32, Custom);
Bill Wendlingccc44ad2007-03-27 20:22:40 +0000655 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v1i64, Custom);
Bill Wendling826f36f2007-03-28 00:57:11 +0000656
Evan Cheng52672b82008-07-22 18:39:19 +0000657 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f32, Custom);
Bill Wendling826f36f2007-03-28 00:57:11 +0000658 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i8, Custom);
659 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i16, Custom);
Bill Wendling2f9bb1a2007-04-24 21:16:55 +0000660 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v1i64, Custom);
Bill Wendling3180e202008-07-20 02:32:23 +0000661
662 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i16, Custom);
Mon P Wang9e5ecb82008-12-12 01:25:51 +0000663
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000664 setTruncStoreAction(MVT::v8i16, MVT::v8i8, Expand);
Mon P Wang9e5ecb82008-12-12 01:25:51 +0000665 setOperationAction(ISD::TRUNCATE, MVT::v8i8, Expand);
666 setOperationAction(ISD::SELECT, MVT::v8i8, Promote);
667 setOperationAction(ISD::SELECT, MVT::v4i16, Promote);
668 setOperationAction(ISD::SELECT, MVT::v2i32, Promote);
669 setOperationAction(ISD::SELECT, MVT::v1i64, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000670 }
671
Evan Cheng92722532009-03-26 23:06:32 +0000672 if (!UseSoftFloat && Subtarget->hasSSE1()) {
Evan Cheng470a6ad2006-02-22 02:26:30 +0000673 addRegisterClass(MVT::v4f32, X86::VR128RegisterClass);
674
Evan Cheng6bdb3f62006-10-27 18:49:08 +0000675 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
676 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
677 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
678 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
Dan Gohman20382522007-07-10 00:05:58 +0000679 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
680 setOperationAction(ISD::FNEG, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000681 setOperationAction(ISD::LOAD, MVT::v4f32, Legal);
682 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
683 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4f32, Custom);
Evan Cheng11e15b32006-04-03 20:53:28 +0000684 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000685 setOperationAction(ISD::SELECT, MVT::v4f32, Custom);
Nate Begeman30a0de92008-07-17 16:51:19 +0000686 setOperationAction(ISD::VSETCC, MVT::v4f32, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000687 }
688
Evan Cheng92722532009-03-26 23:06:32 +0000689 if (!UseSoftFloat && Subtarget->hasSSE2()) {
Evan Cheng470a6ad2006-02-22 02:26:30 +0000690 addRegisterClass(MVT::v2f64, X86::VR128RegisterClass);
Evan Chengc7ce29b2009-02-13 22:36:38 +0000691
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000692 // FIXME: Unfortunately -soft-float and -no-implicit-float means XMM
693 // registers cannot be used even for integer operations.
Evan Cheng470a6ad2006-02-22 02:26:30 +0000694 addRegisterClass(MVT::v16i8, X86::VR128RegisterClass);
695 addRegisterClass(MVT::v8i16, X86::VR128RegisterClass);
696 addRegisterClass(MVT::v4i32, X86::VR128RegisterClass);
697 addRegisterClass(MVT::v2i64, X86::VR128RegisterClass);
698
Evan Chengf7c378e2006-04-10 07:23:14 +0000699 setOperationAction(ISD::ADD, MVT::v16i8, Legal);
700 setOperationAction(ISD::ADD, MVT::v8i16, Legal);
701 setOperationAction(ISD::ADD, MVT::v4i32, Legal);
Evan Cheng37e88562007-03-12 22:58:52 +0000702 setOperationAction(ISD::ADD, MVT::v2i64, Legal);
Mon P Wangaf9b9522008-12-18 21:42:19 +0000703 setOperationAction(ISD::MUL, MVT::v2i64, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000704 setOperationAction(ISD::SUB, MVT::v16i8, Legal);
705 setOperationAction(ISD::SUB, MVT::v8i16, Legal);
706 setOperationAction(ISD::SUB, MVT::v4i32, Legal);
Evan Cheng37e88562007-03-12 22:58:52 +0000707 setOperationAction(ISD::SUB, MVT::v2i64, Legal);
Evan Chengf9989842006-04-13 05:10:25 +0000708 setOperationAction(ISD::MUL, MVT::v8i16, Legal);
Evan Cheng6bdb3f62006-10-27 18:49:08 +0000709 setOperationAction(ISD::FADD, MVT::v2f64, Legal);
710 setOperationAction(ISD::FSUB, MVT::v2f64, Legal);
711 setOperationAction(ISD::FMUL, MVT::v2f64, Legal);
712 setOperationAction(ISD::FDIV, MVT::v2f64, Legal);
Dan Gohman20382522007-07-10 00:05:58 +0000713 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal);
714 setOperationAction(ISD::FNEG, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000715
Nate Begeman30a0de92008-07-17 16:51:19 +0000716 setOperationAction(ISD::VSETCC, MVT::v2f64, Custom);
717 setOperationAction(ISD::VSETCC, MVT::v16i8, Custom);
718 setOperationAction(ISD::VSETCC, MVT::v8i16, Custom);
719 setOperationAction(ISD::VSETCC, MVT::v4i32, Custom);
Nate Begemanc2616e42008-05-12 20:34:32 +0000720
Evan Chengf7c378e2006-04-10 07:23:14 +0000721 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Custom);
722 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Custom);
Evan Chengb067a1e2006-03-31 19:22:53 +0000723 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
Evan Cheng5edb8d22006-04-17 22:04:06 +0000724 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
Evan Cheng5edb8d22006-04-17 22:04:06 +0000725 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000726
Evan Cheng2c3ae372006-04-12 21:21:57 +0000727 // Custom lower build_vector, vector_shuffle, and extract_vector_elt.
Duncan Sands83ec4b62008-06-06 12:08:01 +0000728 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; ++i) {
729 MVT VT = (MVT::SimpleValueType)i;
Nate Begeman844e0f92007-12-11 01:41:33 +0000730 // Do not attempt to custom lower non-power-of-2 vectors
Duncan Sands83ec4b62008-06-06 12:08:01 +0000731 if (!isPowerOf2_32(VT.getVectorNumElements()))
Nate Begeman844e0f92007-12-11 01:41:33 +0000732 continue;
Duncan Sands83ec4b62008-06-06 12:08:01 +0000733 setOperationAction(ISD::BUILD_VECTOR, VT, Custom);
734 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
735 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000736 }
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000737
Evan Cheng2c3ae372006-04-12 21:21:57 +0000738 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f64, Custom);
739 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i64, Custom);
740 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f64, Custom);
741 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000742 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000743 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom);
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000744
Nate Begemancdd1eec2008-02-12 22:51:28 +0000745 if (Subtarget->is64Bit()) {
746 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Custom);
Dale Johannesen25f1d082007-10-31 00:32:36 +0000747 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000748 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000749
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000750 // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
Evan Cheng2c3ae372006-04-12 21:21:57 +0000751 for (unsigned VT = (unsigned)MVT::v16i8; VT != (unsigned)MVT::v2i64; VT++) {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000752 setOperationAction(ISD::AND, (MVT::SimpleValueType)VT, Promote);
753 AddPromotedToType (ISD::AND, (MVT::SimpleValueType)VT, MVT::v2i64);
754 setOperationAction(ISD::OR, (MVT::SimpleValueType)VT, Promote);
755 AddPromotedToType (ISD::OR, (MVT::SimpleValueType)VT, MVT::v2i64);
756 setOperationAction(ISD::XOR, (MVT::SimpleValueType)VT, Promote);
757 AddPromotedToType (ISD::XOR, (MVT::SimpleValueType)VT, MVT::v2i64);
758 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Promote);
759 AddPromotedToType (ISD::LOAD, (MVT::SimpleValueType)VT, MVT::v2i64);
760 setOperationAction(ISD::SELECT, (MVT::SimpleValueType)VT, Promote);
761 AddPromotedToType (ISD::SELECT, (MVT::SimpleValueType)VT, MVT::v2i64);
Evan Chengf7c378e2006-04-10 07:23:14 +0000762 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000763
Chris Lattnerddf89562008-01-17 19:59:44 +0000764 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000765
Evan Cheng2c3ae372006-04-12 21:21:57 +0000766 // Custom lower v2i64 and v2f64 selects.
767 setOperationAction(ISD::LOAD, MVT::v2f64, Legal);
Evan Cheng91b740d2006-04-12 17:12:36 +0000768 setOperationAction(ISD::LOAD, MVT::v2i64, Legal);
Evan Chengf7c378e2006-04-10 07:23:14 +0000769 setOperationAction(ISD::SELECT, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000770 setOperationAction(ISD::SELECT, MVT::v2i64, Custom);
Scott Michelfdc40a02009-02-17 22:15:04 +0000771
Evan Cheng470a6ad2006-02-22 02:26:30 +0000772 }
Evan Chengc7ce29b2009-02-13 22:36:38 +0000773
Nate Begeman14d12ca2008-02-11 04:19:36 +0000774 if (Subtarget->hasSSE41()) {
775 // FIXME: Do we need to handle scalar-to-vector here?
776 setOperationAction(ISD::MUL, MVT::v4i32, Legal);
777
778 // i8 and i16 vectors are custom , because the source register and source
779 // source memory operand types are not the same width. f32 vectors are
780 // custom since the immediate controlling the insert encodes additional
781 // information.
782 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v16i8, Custom);
783 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
Mon P Wangf0fcdd82009-01-15 21:10:20 +0000784 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000785 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
786
787 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
788 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
Mon P Wangf0fcdd82009-01-15 21:10:20 +0000789 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
Evan Cheng62a3f152008-03-24 21:52:23 +0000790 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000791
792 if (Subtarget->is64Bit()) {
Nate Begemancdd1eec2008-02-12 22:51:28 +0000793 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Legal);
794 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000795 }
796 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000797
Nate Begeman30a0de92008-07-17 16:51:19 +0000798 if (Subtarget->hasSSE42()) {
799 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom);
800 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000801
Evan Cheng6be2c582006-04-05 23:38:46 +0000802 // We want to custom lower some of our intrinsics.
803 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
804
Bill Wendling74c37652008-12-09 22:08:41 +0000805 // Add/Sub/Mul with overflow operations are custom lowered.
Bill Wendling41ea7e72008-11-24 19:21:46 +0000806 setOperationAction(ISD::SADDO, MVT::i32, Custom);
807 setOperationAction(ISD::SADDO, MVT::i64, Custom);
808 setOperationAction(ISD::UADDO, MVT::i32, Custom);
809 setOperationAction(ISD::UADDO, MVT::i64, Custom);
Bill Wendling74c37652008-12-09 22:08:41 +0000810 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
811 setOperationAction(ISD::SSUBO, MVT::i64, Custom);
812 setOperationAction(ISD::USUBO, MVT::i32, Custom);
813 setOperationAction(ISD::USUBO, MVT::i64, Custom);
814 setOperationAction(ISD::SMULO, MVT::i32, Custom);
815 setOperationAction(ISD::SMULO, MVT::i64, Custom);
816 setOperationAction(ISD::UMULO, MVT::i32, Custom);
817 setOperationAction(ISD::UMULO, MVT::i64, Custom);
Bill Wendling41ea7e72008-11-24 19:21:46 +0000818
Evan Chengd54f2d52009-03-31 19:38:51 +0000819 if (!Subtarget->is64Bit()) {
820 // These libcalls are not available in 32-bit.
821 setLibcallName(RTLIB::SHL_I128, 0);
822 setLibcallName(RTLIB::SRL_I128, 0);
823 setLibcallName(RTLIB::SRA_I128, 0);
824 }
825
Evan Cheng206ee9d2006-07-07 08:33:52 +0000826 // We have target-specific dag combine patterns for the following nodes:
827 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Evan Chengd880b972008-05-09 21:53:03 +0000828 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +0000829 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +0000830 setTargetDAGCombine(ISD::SHL);
831 setTargetDAGCombine(ISD::SRA);
832 setTargetDAGCombine(ISD::SRL);
Chris Lattner149a4e52008-02-22 02:09:43 +0000833 setTargetDAGCombine(ISD::STORE);
Evan Cheng0b0cd912009-03-28 05:57:29 +0000834 if (Subtarget->is64Bit())
835 setTargetDAGCombine(ISD::MUL);
Evan Cheng206ee9d2006-07-07 08:33:52 +0000836
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000837 computeRegisterProperties();
838
Evan Cheng87ed7162006-02-14 08:25:08 +0000839 // FIXME: These should be based on subtarget info. Plus, the values should
840 // be smaller when we are in optimizing for size mode.
Dan Gohman87060f52008-06-30 21:00:56 +0000841 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
842 maxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores
843 maxStoresPerMemmove = 3; // For @llvm.memmove -> sequence of stores
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000844 allowUnalignedMemoryAccesses = true; // x86 supports it!
Evan Chengfb8075d2008-02-28 00:43:03 +0000845 setPrefLoopAlignment(16);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000846}
847
Scott Michel5b8f82e2008-03-10 15:42:14 +0000848
Duncan Sands5480c042009-01-01 15:52:00 +0000849MVT X86TargetLowering::getSetCCResultType(MVT VT) const {
Scott Michel5b8f82e2008-03-10 15:42:14 +0000850 return MVT::i8;
851}
852
853
Evan Cheng29286502008-01-23 23:17:41 +0000854/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
855/// the desired ByVal argument alignment.
856static void getMaxByValAlign(const Type *Ty, unsigned &MaxAlign) {
857 if (MaxAlign == 16)
858 return;
859 if (const VectorType *VTy = dyn_cast<VectorType>(Ty)) {
860 if (VTy->getBitWidth() == 128)
861 MaxAlign = 16;
Evan Cheng29286502008-01-23 23:17:41 +0000862 } else if (const ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
863 unsigned EltAlign = 0;
864 getMaxByValAlign(ATy->getElementType(), EltAlign);
865 if (EltAlign > MaxAlign)
866 MaxAlign = EltAlign;
867 } else if (const StructType *STy = dyn_cast<StructType>(Ty)) {
868 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
869 unsigned EltAlign = 0;
870 getMaxByValAlign(STy->getElementType(i), EltAlign);
871 if (EltAlign > MaxAlign)
872 MaxAlign = EltAlign;
873 if (MaxAlign == 16)
874 break;
875 }
876 }
877 return;
878}
879
880/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
881/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +0000882/// that contain SSE vectors are placed at 16-byte boundaries while the rest
883/// are at 4-byte boundaries.
Evan Cheng29286502008-01-23 23:17:41 +0000884unsigned X86TargetLowering::getByValTypeAlignment(const Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +0000885 if (Subtarget->is64Bit()) {
886 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000887 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +0000888 if (TyAlign > 8)
889 return TyAlign;
890 return 8;
891 }
892
Evan Cheng29286502008-01-23 23:17:41 +0000893 unsigned Align = 4;
Dale Johannesen0c191872008-02-08 19:48:20 +0000894 if (Subtarget->hasSSE1())
895 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +0000896 return Align;
897}
Chris Lattner2b02a442007-02-25 08:29:00 +0000898
Evan Chengf0df0312008-05-15 08:39:06 +0000899/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Cheng0ef8de32008-05-15 22:13:02 +0000900/// and store operations as a result of memset, memcpy, and memmove
901/// lowering. It returns MVT::iAny if SelectionDAG should be responsible for
Evan Chengf0df0312008-05-15 08:39:06 +0000902/// determining it.
Duncan Sands83ec4b62008-06-06 12:08:01 +0000903MVT
Evan Chengf0df0312008-05-15 08:39:06 +0000904X86TargetLowering::getOptimalMemOpType(uint64_t Size, unsigned Align,
905 bool isSrcConst, bool isSrcStr) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +0000906 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
907 // linux. This is because the stack realignment code can't handle certain
908 // cases like PR2962. This should be removed when PR2962 is fixed.
Bill Wendlingf9abd7e2009-03-11 22:30:01 +0000909 if (!NoImplicitFloat && Subtarget->getStackAlignment() >= 16) {
Chris Lattner4002a1b2008-10-28 05:49:35 +0000910 if ((isSrcConst || isSrcStr) && Subtarget->hasSSE2() && Size >= 16)
911 return MVT::v4i32;
912 if ((isSrcConst || isSrcStr) && Subtarget->hasSSE1() && Size >= 16)
913 return MVT::v4f32;
914 }
Evan Chengf0df0312008-05-15 08:39:06 +0000915 if (Subtarget->is64Bit() && Size >= 8)
916 return MVT::i64;
917 return MVT::i32;
918}
919
Evan Chengcc415862007-11-09 01:32:10 +0000920/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
921/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +0000922SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Evan Chengcc415862007-11-09 01:32:10 +0000923 SelectionDAG &DAG) const {
924 if (usesGlobalOffsetTable())
Dale Johannesenb300d2a2009-02-07 00:55:49 +0000925 return DAG.getGLOBAL_OFFSET_TABLE(getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +0000926 if (!Subtarget->isPICStyleRIPRel())
Dale Johannesenb300d2a2009-02-07 00:55:49 +0000927 // This doesn't have DebugLoc associated with it, but is not really the
928 // same as a Register.
929 return DAG.getNode(X86ISD::GlobalBaseReg, DebugLoc::getUnknownLoc(),
930 getPointerTy());
Evan Chengcc415862007-11-09 01:32:10 +0000931 return Table;
932}
933
Chris Lattner2b02a442007-02-25 08:29:00 +0000934//===----------------------------------------------------------------------===//
935// Return Value Calling Convention Implementation
936//===----------------------------------------------------------------------===//
937
Chris Lattner59ed56b2007-02-28 04:55:35 +0000938#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000939
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000940/// LowerRET - Lower an ISD::RET node.
Dan Gohman475871a2008-07-27 21:46:04 +0000941SDValue X86TargetLowering::LowerRET(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +0000942 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000943 assert((Op.getNumOperands() & 1) == 1 && "ISD::RET should have odd # args");
Scott Michelfdc40a02009-02-17 22:15:04 +0000944
Chris Lattner9774c912007-02-27 05:28:59 +0000945 SmallVector<CCValAssign, 16> RVLocs;
946 unsigned CC = DAG.getMachineFunction().getFunction()->getCallingConv();
Chris Lattner52387be2007-06-19 00:13:10 +0000947 bool isVarArg = DAG.getMachineFunction().getFunction()->isVarArg();
948 CCState CCInfo(CC, isVarArg, getTargetMachine(), RVLocs);
Gabor Greifba36cb52008-08-28 21:40:38 +0000949 CCInfo.AnalyzeReturn(Op.getNode(), RetCC_X86);
Scott Michelfdc40a02009-02-17 22:15:04 +0000950
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000951 // If this is the first return lowered for this function, add the regs to the
952 // liveout set for the function.
Chris Lattner84bc5422007-12-31 04:13:23 +0000953 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
Chris Lattner9774c912007-02-27 05:28:59 +0000954 for (unsigned i = 0; i != RVLocs.size(); ++i)
955 if (RVLocs[i].isRegLoc())
Chris Lattner84bc5422007-12-31 04:13:23 +0000956 DAG.getMachineFunction().getRegInfo().addLiveOut(RVLocs[i].getLocReg());
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000957 }
Dan Gohman475871a2008-07-27 21:46:04 +0000958 SDValue Chain = Op.getOperand(0);
Scott Michelfdc40a02009-02-17 22:15:04 +0000959
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000960 // Handle tail call return.
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +0000961 Chain = GetPossiblePreceedingTailCall(Chain, X86ISD::TAILCALL);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000962 if (Chain.getOpcode() == X86ISD::TAILCALL) {
Dan Gohman475871a2008-07-27 21:46:04 +0000963 SDValue TailCall = Chain;
964 SDValue TargetAddress = TailCall.getOperand(1);
965 SDValue StackAdjustment = TailCall.getOperand(2);
Chris Lattnerb4a6eaa2008-01-16 05:52:18 +0000966 assert(((TargetAddress.getOpcode() == ISD::Register &&
Arnold Schwaighofer290ae032008-09-22 14:50:07 +0000967 (cast<RegisterSDNode>(TargetAddress)->getReg() == X86::EAX ||
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000968 cast<RegisterSDNode>(TargetAddress)->getReg() == X86::R9)) ||
Bill Wendling056292f2008-09-16 21:48:12 +0000969 TargetAddress.getOpcode() == ISD::TargetExternalSymbol ||
Scott Michelfdc40a02009-02-17 22:15:04 +0000970 TargetAddress.getOpcode() == ISD::TargetGlobalAddress) &&
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000971 "Expecting an global address, external symbol, or register");
Chris Lattnerb4a6eaa2008-01-16 05:52:18 +0000972 assert(StackAdjustment.getOpcode() == ISD::Constant &&
973 "Expecting a const value");
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000974
Dan Gohman475871a2008-07-27 21:46:04 +0000975 SmallVector<SDValue,8> Operands;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000976 Operands.push_back(Chain.getOperand(0));
977 Operands.push_back(TargetAddress);
978 Operands.push_back(StackAdjustment);
979 // Copy registers used by the call. Last operand is a flag so it is not
980 // copied.
Arnold Schwaighofer448175f2007-10-16 09:05:00 +0000981 for (unsigned i=3; i < TailCall.getNumOperands()-1; i++) {
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000982 Operands.push_back(Chain.getOperand(i));
983 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000984 return DAG.getNode(X86ISD::TC_RETURN, dl, MVT::Other, &Operands[0],
Arnold Schwaighofer448175f2007-10-16 09:05:00 +0000985 Operands.size());
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000986 }
Scott Michelfdc40a02009-02-17 22:15:04 +0000987
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000988 // Regular return.
Dan Gohman475871a2008-07-27 21:46:04 +0000989 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000990
Dan Gohman475871a2008-07-27 21:46:04 +0000991 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +0000992 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
993 // Operand #1 = Bytes To Pop
994 RetOps.push_back(DAG.getConstant(getBytesToPopOnReturn(), MVT::i16));
Scott Michelfdc40a02009-02-17 22:15:04 +0000995
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000996 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +0000997 for (unsigned i = 0; i != RVLocs.size(); ++i) {
998 CCValAssign &VA = RVLocs[i];
999 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohman475871a2008-07-27 21:46:04 +00001000 SDValue ValToCopy = Op.getOperand(i*2+1);
Scott Michelfdc40a02009-02-17 22:15:04 +00001001
Chris Lattner447ff682008-03-11 03:23:40 +00001002 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
1003 // the RET instruction and handled by the FP Stackifier.
Dan Gohman37eed792009-02-04 17:28:58 +00001004 if (VA.getLocReg() == X86::ST0 ||
1005 VA.getLocReg() == X86::ST1) {
Chris Lattner447ff682008-03-11 03:23:40 +00001006 // If this is a copy from an xmm register to ST(0), use an FPExtend to
1007 // change the value to the FP stack register class.
Dan Gohman37eed792009-02-04 17:28:58 +00001008 if (isScalarFPTypeInSSEReg(VA.getValVT()))
Dale Johannesenace16102009-02-03 19:33:06 +00001009 ValToCopy = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f80, ValToCopy);
Chris Lattner447ff682008-03-11 03:23:40 +00001010 RetOps.push_back(ValToCopy);
1011 // Don't emit a copytoreg.
1012 continue;
1013 }
Dale Johannesena68f9012008-06-24 22:01:44 +00001014
Evan Cheng242b38b2009-02-23 09:03:22 +00001015 // 64-bit vector (MMX) values are returned in XMM0 / XMM1 except for v1i64
1016 // which is returned in RAX / RDX.
Evan Cheng6140a8b2009-02-22 08:05:12 +00001017 if (Subtarget->is64Bit()) {
1018 MVT ValVT = ValToCopy.getValueType();
Evan Cheng242b38b2009-02-23 09:03:22 +00001019 if (ValVT.isVector() && ValVT.getSizeInBits() == 64) {
Evan Cheng6140a8b2009-02-22 08:05:12 +00001020 ValToCopy = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::i64, ValToCopy);
Evan Cheng242b38b2009-02-23 09:03:22 +00001021 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1)
1022 ValToCopy = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, ValToCopy);
1023 }
Evan Cheng6140a8b2009-02-22 08:05:12 +00001024 }
1025
Dale Johannesendd64c412009-02-04 00:33:20 +00001026 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001027 Flag = Chain.getValue(1);
1028 }
Dan Gohman61a92132008-04-21 23:59:07 +00001029
1030 // The x86-64 ABI for returning structs by value requires that we copy
1031 // the sret argument into %rax for the return. We saved the argument into
1032 // a virtual register in the entry block, so now we copy the value out
1033 // and into %rax.
1034 if (Subtarget->is64Bit() &&
1035 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1036 MachineFunction &MF = DAG.getMachineFunction();
1037 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1038 unsigned Reg = FuncInfo->getSRetReturnReg();
1039 if (!Reg) {
1040 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
1041 FuncInfo->setSRetReturnReg(Reg);
1042 }
Dale Johannesendd64c412009-02-04 00:33:20 +00001043 SDValue Val = DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001044
Dale Johannesendd64c412009-02-04 00:33:20 +00001045 Chain = DAG.getCopyToReg(Chain, dl, X86::RAX, Val, Flag);
Dan Gohman61a92132008-04-21 23:59:07 +00001046 Flag = Chain.getValue(1);
1047 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001048
Chris Lattner447ff682008-03-11 03:23:40 +00001049 RetOps[0] = Chain; // Update chain.
1050
1051 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001052 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001053 RetOps.push_back(Flag);
Scott Michelfdc40a02009-02-17 22:15:04 +00001054
1055 return DAG.getNode(X86ISD::RET_FLAG, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00001056 MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001057}
1058
1059
Chris Lattner3085e152007-02-25 08:59:22 +00001060/// LowerCallResult - Lower the result values of an ISD::CALL into the
1061/// appropriate copies out of appropriate physical registers. This assumes that
1062/// Chain/InFlag are the input chain/flag to use, and that TheCall is the call
1063/// being lowered. The returns a SDNode with the same number of values as the
1064/// ISD::CALL.
1065SDNode *X86TargetLowering::
Scott Michelfdc40a02009-02-17 22:15:04 +00001066LowerCallResult(SDValue Chain, SDValue InFlag, CallSDNode *TheCall,
Chris Lattner3085e152007-02-25 08:59:22 +00001067 unsigned CallingConv, SelectionDAG &DAG) {
Dale Johannesenace16102009-02-03 19:33:06 +00001068
Scott Michelfdc40a02009-02-17 22:15:04 +00001069 DebugLoc dl = TheCall->getDebugLoc();
Chris Lattnere32bbf62007-02-28 07:09:55 +00001070 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001071 SmallVector<CCValAssign, 16> RVLocs;
Dan Gohman095cc292008-09-13 01:54:27 +00001072 bool isVarArg = TheCall->isVarArg();
Torok Edwin3f142c32009-02-01 18:15:56 +00001073 bool Is64Bit = Subtarget->is64Bit();
Chris Lattner52387be2007-06-19 00:13:10 +00001074 CCState CCInfo(CallingConv, isVarArg, getTargetMachine(), RVLocs);
Chris Lattnere32bbf62007-02-28 07:09:55 +00001075 CCInfo.AnalyzeCallResult(TheCall, RetCC_X86);
1076
Dan Gohman475871a2008-07-27 21:46:04 +00001077 SmallVector<SDValue, 8> ResultVals;
Scott Michelfdc40a02009-02-17 22:15:04 +00001078
Chris Lattner3085e152007-02-25 08:59:22 +00001079 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001080 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Dan Gohman37eed792009-02-04 17:28:58 +00001081 CCValAssign &VA = RVLocs[i];
1082 MVT CopyVT = VA.getValVT();
Scott Michelfdc40a02009-02-17 22:15:04 +00001083
Torok Edwin3f142c32009-02-01 18:15:56 +00001084 // If this is x86-64, and we disabled SSE, we can't return FP values
Scott Michelfdc40a02009-02-17 22:15:04 +00001085 if ((CopyVT == MVT::f32 || CopyVT == MVT::f64) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001086 ((Is64Bit || TheCall->isInreg()) && !Subtarget->hasSSE1())) {
1087 cerr << "SSE register return with SSE disabled\n";
1088 exit(1);
1089 }
1090
Chris Lattner8e6da152008-03-10 21:08:41 +00001091 // If this is a call to a function that returns an fp value on the floating
1092 // point stack, but where we prefer to use the value in xmm registers, copy
1093 // it out as F80 and use a truncate to move it from fp stack reg to xmm reg.
Dan Gohman37eed792009-02-04 17:28:58 +00001094 if ((VA.getLocReg() == X86::ST0 ||
1095 VA.getLocReg() == X86::ST1) &&
1096 isScalarFPTypeInSSEReg(VA.getValVT())) {
Chris Lattner8e6da152008-03-10 21:08:41 +00001097 CopyVT = MVT::f80;
Chris Lattner3085e152007-02-25 08:59:22 +00001098 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001099
Evan Cheng79fb3b42009-02-20 20:43:02 +00001100 SDValue Val;
1101 if (Is64Bit && CopyVT.isVector() && CopyVT.getSizeInBits() == 64) {
Evan Cheng242b38b2009-02-23 09:03:22 +00001102 // For x86-64, MMX values are returned in XMM0 / XMM1 except for v1i64.
1103 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) {
1104 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1105 MVT::v2i64, InFlag).getValue(1);
1106 Val = Chain.getValue(0);
1107 Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i64,
1108 Val, DAG.getConstant(0, MVT::i64));
1109 } else {
1110 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1111 MVT::i64, InFlag).getValue(1);
1112 Val = Chain.getValue(0);
1113 }
Evan Cheng79fb3b42009-02-20 20:43:02 +00001114 Val = DAG.getNode(ISD::BIT_CONVERT, dl, CopyVT, Val);
1115 } else {
1116 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(),
1117 CopyVT, InFlag).getValue(1);
1118 Val = Chain.getValue(0);
1119 }
Chris Lattner8e6da152008-03-10 21:08:41 +00001120 InFlag = Chain.getValue(2);
Chris Lattner112dedc2007-12-29 06:41:28 +00001121
Dan Gohman37eed792009-02-04 17:28:58 +00001122 if (CopyVT != VA.getValVT()) {
Chris Lattner8e6da152008-03-10 21:08:41 +00001123 // Round the F80 the right size, which also moves to the appropriate xmm
1124 // register.
Dan Gohman37eed792009-02-04 17:28:58 +00001125 Val = DAG.getNode(ISD::FP_ROUND, dl, VA.getValVT(), Val,
Chris Lattner8e6da152008-03-10 21:08:41 +00001126 // This truncation won't change the value.
1127 DAG.getIntPtrConstant(1));
1128 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001129
Chris Lattner8e6da152008-03-10 21:08:41 +00001130 ResultVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001131 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001132
Chris Lattner3085e152007-02-25 08:59:22 +00001133 // Merge everything together with a MERGE_VALUES node.
1134 ResultVals.push_back(Chain);
Dale Johannesenace16102009-02-03 19:33:06 +00001135 return DAG.getNode(ISD::MERGE_VALUES, dl, TheCall->getVTList(),
1136 &ResultVals[0], ResultVals.size()).getNode();
Chris Lattner2b02a442007-02-25 08:29:00 +00001137}
1138
1139
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001140//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001141// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001142//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001143// StdCall calling convention seems to be standard for many Windows' API
1144// routines and around. It differs from C calling convention just a little:
1145// callee should clean up the stack, not caller. Symbols should be also
1146// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001147// For info on fast calling convention see Fast Calling Convention (tail call)
1148// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001149
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001150/// CallIsStructReturn - Determines whether a CALL node uses struct return
1151/// semantics.
Dan Gohman095cc292008-09-13 01:54:27 +00001152static bool CallIsStructReturn(CallSDNode *TheCall) {
1153 unsigned NumOps = TheCall->getNumArgs();
Gordon Henriksen86737662008-01-05 16:56:59 +00001154 if (!NumOps)
1155 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001156
Dan Gohman095cc292008-09-13 01:54:27 +00001157 return TheCall->getArgFlags(0).isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001158}
1159
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001160/// ArgsAreStructReturn - Determines whether a FORMAL_ARGUMENTS node uses struct
1161/// return semantics.
Dan Gohman475871a2008-07-27 21:46:04 +00001162static bool ArgsAreStructReturn(SDValue Op) {
Gabor Greifba36cb52008-08-28 21:40:38 +00001163 unsigned NumArgs = Op.getNode()->getNumValues() - 1;
Gordon Henriksen86737662008-01-05 16:56:59 +00001164 if (!NumArgs)
1165 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001166
1167 return cast<ARG_FLAGSSDNode>(Op.getOperand(3))->getArgFlags().isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001168}
1169
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001170/// IsCalleePop - Determines whether a CALL or FORMAL_ARGUMENTS node requires
1171/// the callee to pop its own arguments. Callee pop is necessary to support tail
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001172/// calls.
Dan Gohman095cc292008-09-13 01:54:27 +00001173bool X86TargetLowering::IsCalleePop(bool IsVarArg, unsigned CallingConv) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001174 if (IsVarArg)
1175 return false;
1176
Dan Gohman095cc292008-09-13 01:54:27 +00001177 switch (CallingConv) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001178 default:
1179 return false;
1180 case CallingConv::X86_StdCall:
1181 return !Subtarget->is64Bit();
1182 case CallingConv::X86_FastCall:
1183 return !Subtarget->is64Bit();
1184 case CallingConv::Fast:
1185 return PerformTailCallOpt;
1186 }
1187}
1188
Dan Gohman095cc292008-09-13 01:54:27 +00001189/// CCAssignFnForNode - Selects the correct CCAssignFn for a the
1190/// given CallingConvention value.
1191CCAssignFn *X86TargetLowering::CCAssignFnForNode(unsigned CC) const {
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00001192 if (Subtarget->is64Bit()) {
Anton Korobeynikov1a979d92008-03-22 20:57:27 +00001193 if (Subtarget->isTargetWin64())
Anton Korobeynikov8f88cb02008-03-22 20:37:30 +00001194 return CC_X86_Win64_C;
Evan Chenge9ac9e62008-09-07 09:07:23 +00001195 else if (CC == CallingConv::Fast && PerformTailCallOpt)
1196 return CC_X86_64_TailCall;
1197 else
1198 return CC_X86_64_C;
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00001199 }
1200
Gordon Henriksen86737662008-01-05 16:56:59 +00001201 if (CC == CallingConv::X86_FastCall)
1202 return CC_X86_32_FastCall;
Evan Chengb188dd92008-09-10 18:25:29 +00001203 else if (CC == CallingConv::Fast)
1204 return CC_X86_32_FastCC;
Gordon Henriksen86737662008-01-05 16:56:59 +00001205 else
1206 return CC_X86_32_C;
1207}
1208
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001209/// NameDecorationForFORMAL_ARGUMENTS - Selects the appropriate decoration to
1210/// apply to a MachineFunction containing a given FORMAL_ARGUMENTS node.
Gordon Henriksen86737662008-01-05 16:56:59 +00001211NameDecorationStyle
Dan Gohman475871a2008-07-27 21:46:04 +00001212X86TargetLowering::NameDecorationForFORMAL_ARGUMENTS(SDValue Op) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001213 unsigned CC = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Gordon Henriksen86737662008-01-05 16:56:59 +00001214 if (CC == CallingConv::X86_FastCall)
1215 return FastCall;
1216 else if (CC == CallingConv::X86_StdCall)
1217 return StdCall;
1218 return None;
1219}
1220
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001221
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001222/// CallRequiresGOTInRegister - Check whether the call requires the GOT pointer
1223/// in a register before calling.
1224bool X86TargetLowering::CallRequiresGOTPtrInReg(bool Is64Bit, bool IsTailCall) {
1225 return !IsTailCall && !Is64Bit &&
1226 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1227 Subtarget->isPICStyleGOT();
1228}
1229
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001230/// CallRequiresFnAddressInReg - Check whether the call requires the function
1231/// address to be loaded in a register.
Scott Michelfdc40a02009-02-17 22:15:04 +00001232bool
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001233X86TargetLowering::CallRequiresFnAddressInReg(bool Is64Bit, bool IsTailCall) {
Scott Michelfdc40a02009-02-17 22:15:04 +00001234 return !Is64Bit && IsTailCall &&
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001235 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1236 Subtarget->isPICStyleGOT();
1237}
1238
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001239/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1240/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001241/// the specific parameter attribute. The copy will be passed as a byval
1242/// function parameter.
Scott Michelfdc40a02009-02-17 22:15:04 +00001243static SDValue
Dan Gohman475871a2008-07-27 21:46:04 +00001244CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001245 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
1246 DebugLoc dl) {
Dan Gohman475871a2008-07-27 21:46:04 +00001247 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Dale Johannesendd64c412009-02-04 00:33:20 +00001248 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001249 /*AlwaysInline=*/true, NULL, 0, NULL, 0);
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001250}
1251
Dan Gohman475871a2008-07-27 21:46:04 +00001252SDValue X86TargetLowering::LowerMemArgument(SDValue Op, SelectionDAG &DAG,
Rafael Espindola7effac52007-09-14 15:48:13 +00001253 const CCValAssign &VA,
1254 MachineFrameInfo *MFI,
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001255 unsigned CC,
Dan Gohman475871a2008-07-27 21:46:04 +00001256 SDValue Root, unsigned i) {
Rafael Espindola7effac52007-09-14 15:48:13 +00001257 // Create the nodes corresponding to a load from this parameter slot.
Duncan Sands276dcbd2008-03-21 09:14:45 +00001258 ISD::ArgFlagsTy Flags =
1259 cast<ARG_FLAGSSDNode>(Op.getOperand(3 + i))->getArgFlags();
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001260 bool AlwaysUseMutable = (CC==CallingConv::Fast) && PerformTailCallOpt;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001261 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Evan Chenge70bb592008-01-10 02:24:25 +00001262
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001263 // FIXME: For now, all byval parameter objects are marked mutable. This can be
Scott Michelfdc40a02009-02-17 22:15:04 +00001264 // changed with more analysis.
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001265 // In case of tail call optimization mark all arguments mutable. Since they
1266 // could be overwritten by lowering of arguments in case of a tail call.
Duncan Sands83ec4b62008-06-06 12:08:01 +00001267 int FI = MFI->CreateFixedObject(VA.getValVT().getSizeInBits()/8,
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001268 VA.getLocMemOffset(), isImmutable);
Dan Gohman475871a2008-07-27 21:46:04 +00001269 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
Duncan Sands276dcbd2008-03-21 09:14:45 +00001270 if (Flags.isByVal())
Rafael Espindola7effac52007-09-14 15:48:13 +00001271 return FIN;
Dale Johannesen6f38cb62009-02-07 19:59:05 +00001272 return DAG.getLoad(VA.getValVT(), Op.getDebugLoc(), Root, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001273 PseudoSourceValue::getFixedStack(FI), 0);
Rafael Espindola7effac52007-09-14 15:48:13 +00001274}
1275
Dan Gohman475871a2008-07-27 21:46:04 +00001276SDValue
1277X86TargetLowering::LowerFORMAL_ARGUMENTS(SDValue Op, SelectionDAG &DAG) {
Evan Cheng1bc78042006-04-26 01:20:17 +00001278 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001279 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00001280 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00001281
Gordon Henriksen86737662008-01-05 16:56:59 +00001282 const Function* Fn = MF.getFunction();
1283 if (Fn->hasExternalLinkage() &&
1284 Subtarget->isTargetCygMing() &&
1285 Fn->getName() == "main")
1286 FuncInfo->setForceFramePointer(true);
1287
1288 // Decorate the function name.
1289 FuncInfo->setDecorationStyle(NameDecorationForFORMAL_ARGUMENTS(Op));
Scott Michelfdc40a02009-02-17 22:15:04 +00001290
Evan Cheng1bc78042006-04-26 01:20:17 +00001291 MachineFrameInfo *MFI = MF.getFrameInfo();
Dan Gohman475871a2008-07-27 21:46:04 +00001292 SDValue Root = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001293 bool isVarArg = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() != 0;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001294 unsigned CC = MF.getFunction()->getCallingConv();
Gordon Henriksen86737662008-01-05 16:56:59 +00001295 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001296 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001297
1298 assert(!(isVarArg && CC == CallingConv::Fast) &&
1299 "Var args not supported with calling convention fastcc");
1300
Chris Lattner638402b2007-02-28 07:00:42 +00001301 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001302 SmallVector<CCValAssign, 16> ArgLocs;
Gordon Henriksenae636f82008-01-03 16:47:34 +00001303 CCState CCInfo(CC, isVarArg, getTargetMachine(), ArgLocs);
Dan Gohman095cc292008-09-13 01:54:27 +00001304 CCInfo.AnalyzeFormalArguments(Op.getNode(), CCAssignFnForNode(CC));
Scott Michelfdc40a02009-02-17 22:15:04 +00001305
Dan Gohman475871a2008-07-27 21:46:04 +00001306 SmallVector<SDValue, 8> ArgValues;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001307 unsigned LastVal = ~0U;
1308 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1309 CCValAssign &VA = ArgLocs[i];
1310 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1311 // places.
1312 assert(VA.getValNo() != LastVal &&
1313 "Don't support value assigned to multiple locs yet");
1314 LastVal = VA.getValNo();
Scott Michelfdc40a02009-02-17 22:15:04 +00001315
Chris Lattnerf39f7712007-02-28 05:46:49 +00001316 if (VA.isRegLoc()) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001317 MVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001318 TargetRegisterClass *RC = NULL;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001319 if (RegVT == MVT::i32)
1320 RC = X86::GR32RegisterClass;
Gordon Henriksen86737662008-01-05 16:56:59 +00001321 else if (Is64Bit && RegVT == MVT::i64)
1322 RC = X86::GR64RegisterClass;
Dale Johannesene672af12008-02-05 20:46:33 +00001323 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001324 RC = X86::FR32RegisterClass;
Dale Johannesene672af12008-02-05 20:46:33 +00001325 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001326 RC = X86::FR64RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001327 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001328 RC = X86::VR128RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001329 else if (RegVT.isVector()) {
1330 assert(RegVT.getSizeInBits() == 64);
Evan Chengee472b12008-04-25 07:56:45 +00001331 if (!Is64Bit)
1332 RC = X86::VR64RegisterClass; // MMX values are passed in MMXs.
1333 else {
1334 // Darwin calling convention passes MMX values in either GPRs or
1335 // XMMs in x86-64. Other targets pass them in memory.
1336 if (RegVT != MVT::v1i64 && Subtarget->hasSSE2()) {
1337 RC = X86::VR128RegisterClass; // MMX values are passed in XMMs.
1338 RegVT = MVT::v2i64;
1339 } else {
1340 RC = X86::GR64RegisterClass; // v1i64 values are passed in GPRs.
1341 RegVT = MVT::i64;
1342 }
1343 }
1344 } else {
1345 assert(0 && "Unknown argument type!");
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001346 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001347
Bob Wilson998e1252009-04-20 18:36:57 +00001348 unsigned Reg = DAG.getMachineFunction().addLiveIn(VA.getLocReg(), RC);
Dale Johannesendd64c412009-02-04 00:33:20 +00001349 SDValue ArgValue = DAG.getCopyFromReg(Root, dl, Reg, RegVT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001350
Chris Lattnerf39f7712007-02-28 05:46:49 +00001351 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1352 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1353 // right size.
1354 if (VA.getLocInfo() == CCValAssign::SExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001355 ArgValue = DAG.getNode(ISD::AssertSext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001356 DAG.getValueType(VA.getValVT()));
1357 else if (VA.getLocInfo() == CCValAssign::ZExt)
Dale Johannesenace16102009-02-03 19:33:06 +00001358 ArgValue = DAG.getNode(ISD::AssertZext, dl, RegVT, ArgValue,
Chris Lattnerf39f7712007-02-28 05:46:49 +00001359 DAG.getValueType(VA.getValVT()));
Scott Michelfdc40a02009-02-17 22:15:04 +00001360
Chris Lattnerf39f7712007-02-28 05:46:49 +00001361 if (VA.getLocInfo() != CCValAssign::Full)
Dale Johannesenace16102009-02-03 19:33:06 +00001362 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
Scott Michelfdc40a02009-02-17 22:15:04 +00001363
Gordon Henriksen86737662008-01-05 16:56:59 +00001364 // Handle MMX values passed in GPRs.
Evan Cheng44c0fd12008-04-25 20:13:28 +00001365 if (Is64Bit && RegVT != VA.getLocVT()) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001366 if (RegVT.getSizeInBits() == 64 && RC == X86::GR64RegisterClass)
Dale Johannesenace16102009-02-03 19:33:06 +00001367 ArgValue = DAG.getNode(ISD::BIT_CONVERT, dl, VA.getLocVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001368 else if (RC == X86::VR128RegisterClass) {
Dale Johannesenace16102009-02-03 19:33:06 +00001369 ArgValue = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i64,
1370 ArgValue, DAG.getConstant(0, MVT::i64));
1371 ArgValue = DAG.getNode(ISD::BIT_CONVERT, dl, VA.getLocVT(), ArgValue);
Evan Cheng44c0fd12008-04-25 20:13:28 +00001372 }
1373 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001374
Chris Lattnerf39f7712007-02-28 05:46:49 +00001375 ArgValues.push_back(ArgValue);
1376 } else {
1377 assert(VA.isMemLoc());
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001378 ArgValues.push_back(LowerMemArgument(Op, DAG, VA, MFI, CC, Root, i));
Evan Cheng1bc78042006-04-26 01:20:17 +00001379 }
Evan Cheng1bc78042006-04-26 01:20:17 +00001380 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001381
Dan Gohman61a92132008-04-21 23:59:07 +00001382 // The x86-64 ABI for returning structs by value requires that we copy
1383 // the sret argument into %rax for the return. Save the argument into
1384 // a virtual register so that we can access it from the return points.
1385 if (Is64Bit && DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1386 MachineFunction &MF = DAG.getMachineFunction();
1387 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1388 unsigned Reg = FuncInfo->getSRetReturnReg();
1389 if (!Reg) {
1390 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
1391 FuncInfo->setSRetReturnReg(Reg);
1392 }
Dale Johannesendd64c412009-02-04 00:33:20 +00001393 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), dl, Reg, ArgValues[0]);
Dale Johannesenace16102009-02-03 19:33:06 +00001394 Root = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Root);
Dan Gohman61a92132008-04-21 23:59:07 +00001395 }
1396
Chris Lattnerf39f7712007-02-28 05:46:49 +00001397 unsigned StackSize = CCInfo.getNextStackOffset();
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001398 // align stack specially for tail calls
Evan Chenge9ac9e62008-09-07 09:07:23 +00001399 if (PerformTailCallOpt && CC == CallingConv::Fast)
Gordon Henriksenae636f82008-01-03 16:47:34 +00001400 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001401
Evan Cheng1bc78042006-04-26 01:20:17 +00001402 // If the function takes variable number of arguments, make a frame index for
1403 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001404 if (isVarArg) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001405 if (Is64Bit || CC != CallingConv::X86_FastCall) {
1406 VarArgsFrameIndex = MFI->CreateFixedObject(1, StackSize);
1407 }
1408 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001409 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1410
1411 // FIXME: We should really autogenerate these arrays
1412 static const unsigned GPR64ArgRegsWin64[] = {
1413 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001414 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001415 static const unsigned XMMArgRegsWin64[] = {
1416 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3
1417 };
1418 static const unsigned GPR64ArgRegs64Bit[] = {
1419 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1420 };
1421 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001422 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1423 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1424 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001425 const unsigned *GPR64ArgRegs, *XMMArgRegs;
1426
1427 if (IsWin64) {
1428 TotalNumIntRegs = 4; TotalNumXMMRegs = 4;
1429 GPR64ArgRegs = GPR64ArgRegsWin64;
1430 XMMArgRegs = XMMArgRegsWin64;
1431 } else {
1432 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1433 GPR64ArgRegs = GPR64ArgRegs64Bit;
1434 XMMArgRegs = XMMArgRegs64Bit;
1435 }
1436 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1437 TotalNumIntRegs);
1438 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs,
1439 TotalNumXMMRegs);
1440
Evan Chengc7ce29b2009-02-13 22:36:38 +00001441 assert(!(NumXMMRegs && !Subtarget->hasSSE1()) &&
Torok Edwin3f142c32009-02-01 18:15:56 +00001442 "SSE register cannot be used when SSE is disabled!");
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001443 assert(!(NumXMMRegs && UseSoftFloat && NoImplicitFloat) &&
Evan Chengc7ce29b2009-02-13 22:36:38 +00001444 "SSE register cannot be used when SSE is disabled!");
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001445 if (UseSoftFloat || NoImplicitFloat || !Subtarget->hasSSE1())
Torok Edwin3f142c32009-02-01 18:15:56 +00001446 // Kernel mode asks for SSE to be disabled, so don't push them
1447 // on the stack.
1448 TotalNumXMMRegs = 0;
Bill Wendlingf9abd7e2009-03-11 22:30:01 +00001449
Gordon Henriksen86737662008-01-05 16:56:59 +00001450 // For X86-64, if there are vararg parameters that are passed via
1451 // registers, then we must store them to their spots on the stack so they
1452 // may be loaded by deferencing the result of va_next.
1453 VarArgsGPOffset = NumIntRegs * 8;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001454 VarArgsFPOffset = TotalNumIntRegs * 8 + NumXMMRegs * 16;
1455 RegSaveFrameIndex = MFI->CreateStackObject(TotalNumIntRegs * 8 +
1456 TotalNumXMMRegs * 16, 16);
1457
Gordon Henriksen86737662008-01-05 16:56:59 +00001458 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001459 SmallVector<SDValue, 8> MemOps;
1460 SDValue RSFIN = DAG.getFrameIndex(RegSaveFrameIndex, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00001461 SDValue FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001462 DAG.getIntPtrConstant(VarArgsGPOffset));
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001463 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Bob Wilson998e1252009-04-20 18:36:57 +00001464 unsigned VReg = MF.addLiveIn(GPR64ArgRegs[NumIntRegs],
1465 X86::GR64RegisterClass);
Dale Johannesendd64c412009-02-04 00:33:20 +00001466 SDValue Val = DAG.getCopyFromReg(Root, dl, VReg, MVT::i64);
Dan Gohman475871a2008-07-27 21:46:04 +00001467 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001468 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001469 PseudoSourceValue::getFixedStack(RegSaveFrameIndex), 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001470 MemOps.push_back(Store);
Dale Johannesenace16102009-02-03 19:33:06 +00001471 FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), FIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001472 DAG.getIntPtrConstant(8));
Gordon Henriksen86737662008-01-05 16:56:59 +00001473 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001474
Gordon Henriksen86737662008-01-05 16:56:59 +00001475 // Now store the XMM (fp + vector) parameter registers.
Dale Johannesenace16102009-02-03 19:33:06 +00001476 FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), RSFIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001477 DAG.getIntPtrConstant(VarArgsFPOffset));
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001478 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Bob Wilson998e1252009-04-20 18:36:57 +00001479 unsigned VReg = MF.addLiveIn(XMMArgRegs[NumXMMRegs],
1480 X86::VR128RegisterClass);
Dale Johannesendd64c412009-02-04 00:33:20 +00001481 SDValue Val = DAG.getCopyFromReg(Root, dl, VReg, MVT::v4f32);
Dan Gohman475871a2008-07-27 21:46:04 +00001482 SDValue Store =
Dale Johannesenace16102009-02-03 19:33:06 +00001483 DAG.getStore(Val.getValue(1), dl, Val, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001484 PseudoSourceValue::getFixedStack(RegSaveFrameIndex), 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001485 MemOps.push_back(Store);
Dale Johannesenace16102009-02-03 19:33:06 +00001486 FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(), FIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001487 DAG.getIntPtrConstant(16));
Gordon Henriksen86737662008-01-05 16:56:59 +00001488 }
1489 if (!MemOps.empty())
Dale Johannesenace16102009-02-03 19:33:06 +00001490 Root = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Gordon Henriksen86737662008-01-05 16:56:59 +00001491 &MemOps[0], MemOps.size());
1492 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001493 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001494
Gordon Henriksenae636f82008-01-03 16:47:34 +00001495 ArgValues.push_back(Root);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001496
Gordon Henriksen86737662008-01-05 16:56:59 +00001497 // Some CCs need callee pop.
Dan Gohman095cc292008-09-13 01:54:27 +00001498 if (IsCalleePop(isVarArg, CC)) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001499 BytesToPopOnReturn = StackSize; // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001500 BytesCallerReserves = 0;
1501 } else {
Anton Korobeynikov1d9bacc2007-03-06 08:12:33 +00001502 BytesToPopOnReturn = 0; // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001503 // If this is an sret function, the return should pop the hidden pointer.
Evan Chengb188dd92008-09-10 18:25:29 +00001504 if (!Is64Bit && CC != CallingConv::Fast && ArgsAreStructReturn(Op))
Scott Michelfdc40a02009-02-17 22:15:04 +00001505 BytesToPopOnReturn = 4;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001506 BytesCallerReserves = StackSize;
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001507 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001508
Gordon Henriksen86737662008-01-05 16:56:59 +00001509 if (!Is64Bit) {
1510 RegSaveFrameIndex = 0xAAAAAAA; // RegSaveFrameIndex is X86-64 only.
1511 if (CC == CallingConv::X86_FastCall)
1512 VarArgsFrameIndex = 0xAAAAAAA; // fastcc functions can't have varargs.
1513 }
Evan Cheng25caf632006-05-23 21:06:34 +00001514
Anton Korobeynikova2780e12007-08-15 17:12:32 +00001515 FuncInfo->setBytesToPopOnReturn(BytesToPopOnReturn);
Evan Cheng1bc78042006-04-26 01:20:17 +00001516
Evan Cheng25caf632006-05-23 21:06:34 +00001517 // Return the new list of results.
Dale Johannesenace16102009-02-03 19:33:06 +00001518 return DAG.getNode(ISD::MERGE_VALUES, dl, Op.getNode()->getVTList(),
Duncan Sandsaaffa052008-12-01 11:41:29 +00001519 &ArgValues[0], ArgValues.size()).getValue(Op.getResNo());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001520}
1521
Dan Gohman475871a2008-07-27 21:46:04 +00001522SDValue
Dan Gohman095cc292008-09-13 01:54:27 +00001523X86TargetLowering::LowerMemOpCallTo(CallSDNode *TheCall, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00001524 const SDValue &StackPtr,
Evan Chengdffbd832008-01-10 00:09:10 +00001525 const CCValAssign &VA,
Dan Gohman475871a2008-07-27 21:46:04 +00001526 SDValue Chain,
Dan Gohman095cc292008-09-13 01:54:27 +00001527 SDValue Arg, ISD::ArgFlagsTy Flags) {
Dale Johannesenace16102009-02-03 19:33:06 +00001528 DebugLoc dl = TheCall->getDebugLoc();
Dan Gohman4fdad172008-02-07 16:28:05 +00001529 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001530 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Dale Johannesenace16102009-02-03 19:33:06 +00001531 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001532 if (Flags.isByVal()) {
Dale Johannesendd64c412009-02-04 00:33:20 +00001533 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG, dl);
Evan Chengdffbd832008-01-10 00:09:10 +00001534 }
Dale Johannesenace16102009-02-03 19:33:06 +00001535 return DAG.getStore(Chain, dl, Arg, PtrOff,
Dan Gohman3069b872008-02-07 18:41:25 +00001536 PseudoSourceValue::getStack(), LocMemOffset);
Evan Chengdffbd832008-01-10 00:09:10 +00001537}
1538
Bill Wendling64e87322009-01-16 19:25:27 +00001539/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001540/// optimization is performed and it is required.
Scott Michelfdc40a02009-02-17 22:15:04 +00001541SDValue
1542X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00001543 SDValue &OutRetAddr,
Scott Michelfdc40a02009-02-17 22:15:04 +00001544 SDValue Chain,
1545 bool IsTailCall,
1546 bool Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00001547 int FPDiff,
1548 DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001549 if (!IsTailCall || FPDiff==0) return Chain;
1550
1551 // Adjust the Return address stack slot.
Duncan Sands83ec4b62008-06-06 12:08:01 +00001552 MVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001553 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001554
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001555 // Load the "old" Return address.
Dale Johannesenace16102009-02-03 19:33:06 +00001556 OutRetAddr = DAG.getLoad(VT, dl, Chain, OutRetAddr, NULL, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001557 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001558}
1559
1560/// EmitTailCallStoreRetAddr - Emit a store of the return adress if tail call
1561/// optimization is performed and it is required (FPDiff!=0).
Scott Michelfdc40a02009-02-17 22:15:04 +00001562static SDValue
1563EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001564 SDValue Chain, SDValue RetAddrFrIdx,
Dale Johannesenace16102009-02-03 19:33:06 +00001565 bool Is64Bit, int FPDiff, DebugLoc dl) {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001566 // Store the return address to the appropriate stack slot.
1567 if (!FPDiff) return Chain;
1568 // Calculate the new stack slot for the return address.
1569 int SlotSize = Is64Bit ? 8 : 4;
Scott Michelfdc40a02009-02-17 22:15:04 +00001570 int NewReturnAddrFI =
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001571 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize);
Duncan Sands83ec4b62008-06-06 12:08:01 +00001572 MVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001573 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Scott Michelfdc40a02009-02-17 22:15:04 +00001574 Chain = DAG.getStore(Chain, dl, RetAddrFrIdx, NewRetAddrFrIdx,
Dan Gohmana54cf172008-07-11 22:44:52 +00001575 PseudoSourceValue::getFixedStack(NewReturnAddrFI), 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001576 return Chain;
1577}
1578
Dan Gohman475871a2008-07-27 21:46:04 +00001579SDValue X86TargetLowering::LowerCALL(SDValue Op, SelectionDAG &DAG) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001580 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman095cc292008-09-13 01:54:27 +00001581 CallSDNode *TheCall = cast<CallSDNode>(Op.getNode());
1582 SDValue Chain = TheCall->getChain();
1583 unsigned CC = TheCall->getCallingConv();
1584 bool isVarArg = TheCall->isVarArg();
1585 bool IsTailCall = TheCall->isTailCall() &&
1586 CC == CallingConv::Fast && PerformTailCallOpt;
1587 SDValue Callee = TheCall->getCallee();
Gordon Henriksen86737662008-01-05 16:56:59 +00001588 bool Is64Bit = Subtarget->is64Bit();
Dan Gohman095cc292008-09-13 01:54:27 +00001589 bool IsStructRet = CallIsStructReturn(TheCall);
Dale Johannesenace16102009-02-03 19:33:06 +00001590 DebugLoc dl = TheCall->getDebugLoc();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001591
1592 assert(!(isVarArg && CC == CallingConv::Fast) &&
1593 "Var args not supported with calling convention fastcc");
1594
Chris Lattner638402b2007-02-28 07:00:42 +00001595 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00001596 SmallVector<CCValAssign, 16> ArgLocs;
Chris Lattner52387be2007-06-19 00:13:10 +00001597 CCState CCInfo(CC, isVarArg, getTargetMachine(), ArgLocs);
Dan Gohman095cc292008-09-13 01:54:27 +00001598 CCInfo.AnalyzeCallOperands(TheCall, CCAssignFnForNode(CC));
Scott Michelfdc40a02009-02-17 22:15:04 +00001599
Chris Lattner423c5f42007-02-28 05:31:48 +00001600 // Get a count of how many bytes are to be pushed on the stack.
1601 unsigned NumBytes = CCInfo.getNextStackOffset();
Arnold Schwaighofer1fdc40f2008-09-11 20:28:43 +00001602 if (PerformTailCallOpt && CC == CallingConv::Fast)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001603 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001604
Gordon Henriksen86737662008-01-05 16:56:59 +00001605 int FPDiff = 0;
1606 if (IsTailCall) {
1607 // Lower arguments at fp - stackoffset + fpdiff.
Scott Michelfdc40a02009-02-17 22:15:04 +00001608 unsigned NumBytesCallerPushed =
Gordon Henriksen86737662008-01-05 16:56:59 +00001609 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
1610 FPDiff = NumBytesCallerPushed - NumBytes;
1611
1612 // Set the delta of movement of the returnaddr stackslot.
1613 // But only set if delta is greater than previous delta.
1614 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
1615 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
1616 }
1617
Chris Lattnere563bbc2008-10-11 22:08:30 +00001618 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001619
Dan Gohman475871a2008-07-27 21:46:04 +00001620 SDValue RetAddrFrIdx;
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001621 // Load return adress for tail calls.
1622 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, IsTailCall, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00001623 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00001624
Dan Gohman475871a2008-07-27 21:46:04 +00001625 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
1626 SmallVector<SDValue, 8> MemOpChains;
1627 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00001628
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001629 // Walk the register/memloc assignments, inserting copies/loads. In the case
1630 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00001631 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1632 CCValAssign &VA = ArgLocs[i];
Dan Gohman095cc292008-09-13 01:54:27 +00001633 SDValue Arg = TheCall->getArg(i);
1634 ISD::ArgFlagsTy Flags = TheCall->getArgFlags(i);
1635 bool isByVal = Flags.isByVal();
Scott Michelfdc40a02009-02-17 22:15:04 +00001636
Chris Lattner423c5f42007-02-28 05:31:48 +00001637 // Promote the value if needed.
1638 switch (VA.getLocInfo()) {
1639 default: assert(0 && "Unknown loc info!");
1640 case CCValAssign::Full: break;
1641 case CCValAssign::SExt:
Dale Johannesenace16102009-02-03 19:33:06 +00001642 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00001643 break;
1644 case CCValAssign::ZExt:
Dale Johannesenace16102009-02-03 19:33:06 +00001645 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00001646 break;
1647 case CCValAssign::AExt:
Dale Johannesenace16102009-02-03 19:33:06 +00001648 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
Chris Lattner423c5f42007-02-28 05:31:48 +00001649 break;
Evan Cheng6b5783d2006-05-25 18:56:34 +00001650 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001651
Chris Lattner423c5f42007-02-28 05:31:48 +00001652 if (VA.isRegLoc()) {
Evan Cheng10e86422008-04-25 19:11:04 +00001653 if (Is64Bit) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001654 MVT RegVT = VA.getLocVT();
1655 if (RegVT.isVector() && RegVT.getSizeInBits() == 64)
Evan Cheng10e86422008-04-25 19:11:04 +00001656 switch (VA.getLocReg()) {
1657 default:
1658 break;
1659 case X86::RDI: case X86::RSI: case X86::RDX: case X86::RCX:
1660 case X86::R8: {
1661 // Special case: passing MMX values in GPR registers.
Dale Johannesenace16102009-02-03 19:33:06 +00001662 Arg = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::i64, Arg);
Evan Cheng10e86422008-04-25 19:11:04 +00001663 break;
1664 }
1665 case X86::XMM0: case X86::XMM1: case X86::XMM2: case X86::XMM3:
1666 case X86::XMM4: case X86::XMM5: case X86::XMM6: case X86::XMM7: {
1667 // Special case: passing MMX values in XMM registers.
Dale Johannesenace16102009-02-03 19:33:06 +00001668 Arg = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::i64, Arg);
1669 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i64, Arg);
Rafael Espindola15684b22009-04-24 12:40:33 +00001670 Arg = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v2i64,
1671 DAG.getUNDEF(MVT::v2i64), Arg,
1672 getMOVLMask(2, DAG, dl));
Evan Cheng10e86422008-04-25 19:11:04 +00001673 break;
1674 }
1675 }
1676 }
Chris Lattner423c5f42007-02-28 05:31:48 +00001677 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
1678 } else {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001679 if (!IsTailCall || (IsTailCall && isByVal)) {
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001680 assert(VA.isMemLoc());
Gabor Greifba36cb52008-08-28 21:40:38 +00001681 if (StackPtr.getNode() == 0)
Dale Johannesendd64c412009-02-04 00:33:20 +00001682 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr, getPointerTy());
Scott Michelfdc40a02009-02-17 22:15:04 +00001683
Dan Gohman095cc292008-09-13 01:54:27 +00001684 MemOpChains.push_back(LowerMemOpCallTo(TheCall, DAG, StackPtr, VA,
1685 Chain, Arg, Flags));
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001686 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001687 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001688 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001689
Evan Cheng32fe1032006-05-25 00:59:30 +00001690 if (!MemOpChains.empty())
Dale Johannesenace16102009-02-03 19:33:06 +00001691 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00001692 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001693
Evan Cheng347d5f72006-04-28 21:29:37 +00001694 // Build a sequence of copy-to-reg nodes chained together with token chain
1695 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001696 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001697 // Tail call byval lowering might overwrite argument registers so in case of
1698 // tail call optimization the copies to registers are lowered later.
1699 if (!IsTailCall)
1700 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00001701 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00001702 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001703 InFlag = Chain.getValue(1);
1704 }
Gordon Henriksen86737662008-01-05 16:56:59 +00001705
Evan Chengf4684712007-02-21 21:18:14 +00001706 // ELF / PIC requires GOT in the EBX register before function calls via PLT
Scott Michelfdc40a02009-02-17 22:15:04 +00001707 // GOT pointer.
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001708 if (CallRequiresGOTPtrInReg(Is64Bit, IsTailCall)) {
Dale Johannesendd64c412009-02-04 00:33:20 +00001709 Chain = DAG.getCopyToReg(Chain, dl, X86::EBX,
Scott Michelfdc40a02009-02-17 22:15:04 +00001710 DAG.getNode(X86ISD::GlobalBaseReg,
1711 DebugLoc::getUnknownLoc(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00001712 getPointerTy()),
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001713 InFlag);
1714 InFlag = Chain.getValue(1);
1715 }
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001716 // If we are tail calling and generating PIC/GOT style code load the address
1717 // of the callee into ecx. The value in ecx is used as target of the tail
1718 // jump. This is done to circumvent the ebx/callee-saved problem for tail
1719 // calls on PIC/GOT architectures. Normally we would just put the address of
1720 // GOT into ebx and then call target@PLT. But for tail callss ebx would be
1721 // restored (since ebx is callee saved) before jumping to the target@PLT.
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001722 if (CallRequiresFnAddressInReg(Is64Bit, IsTailCall)) {
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001723 // Note: The actual moving to ecx is done further down.
1724 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
Evan Chengda43bcf2008-09-24 00:05:32 +00001725 if (G && !G->getGlobal()->hasHiddenVisibility() &&
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001726 !G->getGlobal()->hasProtectedVisibility())
1727 Callee = LowerGlobalAddress(Callee, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00001728 else if (isa<ExternalSymbolSDNode>(Callee))
1729 Callee = LowerExternalSymbol(Callee,DAG);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00001730 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001731
Gordon Henriksen86737662008-01-05 16:56:59 +00001732 if (Is64Bit && isVarArg) {
1733 // From AMD64 ABI document:
1734 // For calls that may call functions that use varargs or stdargs
1735 // (prototype-less calls or calls to functions containing ellipsis (...) in
1736 // the declaration) %al is used as hidden argument to specify the number
1737 // of SSE registers used. The contents of %al do not need to match exactly
1738 // the number of registers, but must be an ubound on the number of SSE
1739 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001740
1741 // FIXME: Verify this on Win64
Gordon Henriksen86737662008-01-05 16:56:59 +00001742 // Count the number of XMM registers allocated.
1743 static const unsigned XMMArgRegs[] = {
1744 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1745 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1746 };
1747 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
Scott Michelfdc40a02009-02-17 22:15:04 +00001748 assert((Subtarget->hasSSE1() || !NumXMMRegs)
Torok Edwin3f142c32009-02-01 18:15:56 +00001749 && "SSE registers cannot be used when SSE is disabled");
Scott Michelfdc40a02009-02-17 22:15:04 +00001750
Dale Johannesendd64c412009-02-04 00:33:20 +00001751 Chain = DAG.getCopyToReg(Chain, dl, X86::AL,
Gordon Henriksen86737662008-01-05 16:56:59 +00001752 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
1753 InFlag = Chain.getValue(1);
1754 }
1755
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001756
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001757 // For tail calls lower the arguments to the 'real' stack slot.
Gordon Henriksen86737662008-01-05 16:56:59 +00001758 if (IsTailCall) {
Dan Gohman475871a2008-07-27 21:46:04 +00001759 SmallVector<SDValue, 8> MemOpChains2;
1760 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00001761 int FI = 0;
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001762 // Do not flag preceeding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00001763 InFlag = SDValue();
Gordon Henriksen86737662008-01-05 16:56:59 +00001764 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1765 CCValAssign &VA = ArgLocs[i];
1766 if (!VA.isRegLoc()) {
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001767 assert(VA.isMemLoc());
Dan Gohman095cc292008-09-13 01:54:27 +00001768 SDValue Arg = TheCall->getArg(i);
1769 ISD::ArgFlagsTy Flags = TheCall->getArgFlags(i);
Gordon Henriksen86737662008-01-05 16:56:59 +00001770 // Create frame index.
1771 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001772 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001773 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001774 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001775
Duncan Sands276dcbd2008-03-21 09:14:45 +00001776 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00001777 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00001778 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00001779 if (StackPtr.getNode() == 0)
Scott Michelfdc40a02009-02-17 22:15:04 +00001780 StackPtr = DAG.getCopyFromReg(Chain, dl, X86StackPtr,
Dale Johannesendd64c412009-02-04 00:33:20 +00001781 getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00001782 Source = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, Source);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001783
1784 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN, Chain,
Dale Johannesendd64c412009-02-04 00:33:20 +00001785 Flags, DAG, dl));
Gordon Henriksen86737662008-01-05 16:56:59 +00001786 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00001787 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00001788 MemOpChains2.push_back(
Dale Johannesenace16102009-02-03 19:33:06 +00001789 DAG.getStore(Chain, dl, Arg, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001790 PseudoSourceValue::getFixedStack(FI), 0));
Scott Michelfdc40a02009-02-17 22:15:04 +00001791 }
Gordon Henriksen86737662008-01-05 16:56:59 +00001792 }
1793 }
1794
1795 if (!MemOpChains2.empty())
Dale Johannesenace16102009-02-03 19:33:06 +00001796 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00001797 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001798
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001799 // Copy arguments to their registers.
1800 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelfdc40a02009-02-17 22:15:04 +00001801 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesendd64c412009-02-04 00:33:20 +00001802 RegsToPass[i].second, InFlag);
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001803 InFlag = Chain.getValue(1);
1804 }
Dan Gohman475871a2008-07-27 21:46:04 +00001805 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001806
Gordon Henriksen86737662008-01-05 16:56:59 +00001807 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001808 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
Dale Johannesenace16102009-02-03 19:33:06 +00001809 FPDiff, dl);
Gordon Henriksen86737662008-01-05 16:56:59 +00001810 }
1811
Evan Cheng32fe1032006-05-25 00:59:30 +00001812 // If the callee is a GlobalAddress node (quite common, every direct call is)
1813 // turn it into a TargetGlobalAddress node so that legalize doesn't hack it.
Anton Korobeynikova5986852006-11-20 10:46:14 +00001814 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00001815 // We should use extra load for direct calls to dllimported functions in
1816 // non-JIT mode.
Evan Cheng817a6a92008-07-16 01:34:02 +00001817 if (!Subtarget->GVRequiresExtraLoad(G->getGlobal(),
1818 getTargetMachine(), true))
Dan Gohman6520e202008-10-18 02:06:02 +00001819 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), getPointerTy(),
1820 G->getOffset());
Bill Wendling056292f2008-09-16 21:48:12 +00001821 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
1822 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy());
Gordon Henriksen86737662008-01-05 16:56:59 +00001823 } else if (IsTailCall) {
Arnold Schwaighofer290ae032008-09-22 14:50:07 +00001824 unsigned Opc = Is64Bit ? X86::R9 : X86::EAX;
Gordon Henriksen86737662008-01-05 16:56:59 +00001825
Dale Johannesendd64c412009-02-04 00:33:20 +00001826 Chain = DAG.getCopyToReg(Chain, dl,
Scott Michelfdc40a02009-02-17 22:15:04 +00001827 DAG.getRegister(Opc, getPointerTy()),
Gordon Henriksen86737662008-01-05 16:56:59 +00001828 Callee,InFlag);
1829 Callee = DAG.getRegister(Opc, getPointerTy());
1830 // Add register as live out.
1831 DAG.getMachineFunction().getRegInfo().addLiveOut(Opc);
Gordon Henriksenae636f82008-01-03 16:47:34 +00001832 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001833
Chris Lattnerd96d0722007-02-25 06:40:16 +00001834 // Returns a chain & a flag for retval copy to use.
1835 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00001836 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00001837
1838 if (IsTailCall) {
Dale Johannesene8d72302009-02-06 23:05:02 +00001839 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
1840 DAG.getIntPtrConstant(0, true), InFlag);
Gordon Henriksen86737662008-01-05 16:56:59 +00001841 InFlag = Chain.getValue(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00001842
Gordon Henriksen86737662008-01-05 16:56:59 +00001843 // Returns a chain & a flag for retval copy to use.
1844 NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
1845 Ops.clear();
1846 }
Scott Michelfdc40a02009-02-17 22:15:04 +00001847
Nate Begeman4c5dcf52006-02-17 00:03:04 +00001848 Ops.push_back(Chain);
1849 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00001850
Gordon Henriksen86737662008-01-05 16:56:59 +00001851 if (IsTailCall)
1852 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00001853
Gordon Henriksen86737662008-01-05 16:56:59 +00001854 // Add argument registers to the end of the list so that they are known live
1855 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00001856 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
1857 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
1858 RegsToPass[i].second.getValueType()));
Scott Michelfdc40a02009-02-17 22:15:04 +00001859
Evan Cheng586ccac2008-03-18 23:36:35 +00001860 // Add an implicit use GOT pointer in EBX.
1861 if (!IsTailCall && !Is64Bit &&
1862 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1863 Subtarget->isPICStyleGOT())
1864 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
1865
1866 // Add an implicit use of AL for x86 vararg functions.
1867 if (Is64Bit && isVarArg)
1868 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
1869
Gabor Greifba36cb52008-08-28 21:40:38 +00001870 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00001871 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00001872
Gordon Henriksen86737662008-01-05 16:56:59 +00001873 if (IsTailCall) {
Scott Michelfdc40a02009-02-17 22:15:04 +00001874 assert(InFlag.getNode() &&
Gordon Henriksen86737662008-01-05 16:56:59 +00001875 "Flag must be set. Depend on flag being set in LowerRET");
Dale Johannesenace16102009-02-03 19:33:06 +00001876 Chain = DAG.getNode(X86ISD::TAILCALL, dl,
Dan Gohman095cc292008-09-13 01:54:27 +00001877 TheCall->getVTList(), &Ops[0], Ops.size());
Scott Michelfdc40a02009-02-17 22:15:04 +00001878
Gabor Greifba36cb52008-08-28 21:40:38 +00001879 return SDValue(Chain.getNode(), Op.getResNo());
Gordon Henriksen86737662008-01-05 16:56:59 +00001880 }
1881
Dale Johannesenace16102009-02-03 19:33:06 +00001882 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00001883 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00001884
Chris Lattner2d297092006-05-23 18:50:38 +00001885 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00001886 unsigned NumBytesForCalleeToPush;
Dan Gohman095cc292008-09-13 01:54:27 +00001887 if (IsCalleePop(isVarArg, CC))
Gordon Henriksen86737662008-01-05 16:56:59 +00001888 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Evan Chengb188dd92008-09-10 18:25:29 +00001889 else if (!Is64Bit && CC != CallingConv::Fast && IsStructRet)
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001890 // If this is is a call to a struct-return function, the callee
1891 // pops the hidden struct pointer, so we have to push it back.
1892 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001893 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00001894 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00001895 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Scott Michelfdc40a02009-02-17 22:15:04 +00001896
Gordon Henriksenae636f82008-01-03 16:47:34 +00001897 // Returns a flag for retval copy to use.
Bill Wendling0f8d9c02007-11-13 00:44:25 +00001898 Chain = DAG.getCALLSEQ_END(Chain,
Chris Lattnere563bbc2008-10-11 22:08:30 +00001899 DAG.getIntPtrConstant(NumBytes, true),
1900 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
1901 true),
Bill Wendling0f8d9c02007-11-13 00:44:25 +00001902 InFlag);
Chris Lattner3085e152007-02-25 08:59:22 +00001903 InFlag = Chain.getValue(1);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00001904
Chris Lattner3085e152007-02-25 08:59:22 +00001905 // Handle result values, copying them out of physregs into vregs that we
1906 // return.
Dan Gohman095cc292008-09-13 01:54:27 +00001907 return SDValue(LowerCallResult(Chain, InFlag, TheCall, CC, DAG),
Gabor Greif327ef032008-08-28 23:19:51 +00001908 Op.getResNo());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001909}
1910
Evan Cheng25ab6902006-09-08 06:48:29 +00001911
1912//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001913// Fast Calling Convention (tail call) implementation
1914//===----------------------------------------------------------------------===//
1915
1916// Like std call, callee cleans arguments, convention except that ECX is
1917// reserved for storing the tail called function address. Only 2 registers are
1918// free for argument passing (inreg). Tail call optimization is performed
1919// provided:
1920// * tailcallopt is enabled
1921// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001922// On X86_64 architecture with GOT-style position independent code only local
1923// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00001924// To keep the stack aligned according to platform abi the function
1925// GetAlignedArgumentStackSize ensures that argument delta is always multiples
1926// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001927// If a tail called function callee has more arguments than the caller the
1928// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00001929// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001930// original REtADDR, but before the saved framepointer or the spilled registers
1931// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
1932// stack layout:
1933// arg1
1934// arg2
1935// RETADDR
Scott Michelfdc40a02009-02-17 22:15:04 +00001936// [ new RETADDR
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001937// move area ]
1938// (possible EBP)
1939// ESI
1940// EDI
1941// local1 ..
1942
1943/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
1944/// for a 16 byte align requirement.
Scott Michelfdc40a02009-02-17 22:15:04 +00001945unsigned X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001946 SelectionDAG& DAG) {
Evan Chenge9ac9e62008-09-07 09:07:23 +00001947 MachineFunction &MF = DAG.getMachineFunction();
1948 const TargetMachine &TM = MF.getTarget();
1949 const TargetFrameInfo &TFI = *TM.getFrameInfo();
1950 unsigned StackAlignment = TFI.getStackAlignment();
Scott Michelfdc40a02009-02-17 22:15:04 +00001951 uint64_t AlignMask = StackAlignment - 1;
Evan Chenge9ac9e62008-09-07 09:07:23 +00001952 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001953 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00001954 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
1955 // Number smaller than 12 so just add the difference.
1956 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
1957 } else {
1958 // Mask out lower bits, add stackalignment once plus the 12 bytes.
Scott Michelfdc40a02009-02-17 22:15:04 +00001959 Offset = ((~AlignMask) & Offset) + StackAlignment +
Evan Chenge9ac9e62008-09-07 09:07:23 +00001960 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001961 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00001962 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001963}
1964
1965/// IsEligibleForTailCallElimination - Check to see whether the next instruction
Evan Cheng9df7dc52007-11-02 01:26:22 +00001966/// following the call is a return. A function is eligible if caller/callee
1967/// calling conventions match, currently only fastcc supports tail calls, and
1968/// the function CALL is immediatly followed by a RET.
Dan Gohman095cc292008-09-13 01:54:27 +00001969bool X86TargetLowering::IsEligibleForTailCallOptimization(CallSDNode *TheCall,
Dan Gohman475871a2008-07-27 21:46:04 +00001970 SDValue Ret,
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001971 SelectionDAG& DAG) const {
Evan Cheng9df7dc52007-11-02 01:26:22 +00001972 if (!PerformTailCallOpt)
1973 return false;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001974
Dan Gohman095cc292008-09-13 01:54:27 +00001975 if (CheckTailCallReturnConstraints(TheCall, Ret)) {
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001976 MachineFunction &MF = DAG.getMachineFunction();
1977 unsigned CallerCC = MF.getFunction()->getCallingConv();
Dan Gohman095cc292008-09-13 01:54:27 +00001978 unsigned CalleeCC= TheCall->getCallingConv();
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001979 if (CalleeCC == CallingConv::Fast && CallerCC == CalleeCC) {
Dan Gohman095cc292008-09-13 01:54:27 +00001980 SDValue Callee = TheCall->getCallee();
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001981 // On x86/32Bit PIC/GOT tail calls are supported.
Evan Cheng9df7dc52007-11-02 01:26:22 +00001982 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ ||
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001983 !Subtarget->isPICStyleGOT()|| !Subtarget->is64Bit())
Evan Cheng9df7dc52007-11-02 01:26:22 +00001984 return true;
1985
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001986 // Can only do local tail calls (in same module, hidden or protected) on
1987 // x86_64 PIC/GOT at the moment.
Gordon Henriksen86737662008-01-05 16:56:59 +00001988 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
1989 return G->getGlobal()->hasHiddenVisibility()
1990 || G->getGlobal()->hasProtectedVisibility();
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001991 }
1992 }
Evan Cheng9df7dc52007-11-02 01:26:22 +00001993
1994 return false;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001995}
1996
Dan Gohman3df24e62008-09-03 23:12:08 +00001997FastISel *
1998X86TargetLowering::createFastISel(MachineFunction &mf,
Dan Gohmand57dd5f2008-09-23 21:53:34 +00001999 MachineModuleInfo *mmo,
Devang Patel83489bb2009-01-13 00:35:13 +00002000 DwarfWriter *dw,
Dan Gohman3df24e62008-09-03 23:12:08 +00002001 DenseMap<const Value *, unsigned> &vm,
2002 DenseMap<const BasicBlock *,
Dan Gohman0586d912008-09-10 20:11:02 +00002003 MachineBasicBlock *> &bm,
Dan Gohmandd5b58a2008-10-14 23:54:11 +00002004 DenseMap<const AllocaInst *, int> &am
2005#ifndef NDEBUG
2006 , SmallSet<Instruction*, 8> &cil
2007#endif
2008 ) {
Devang Patel83489bb2009-01-13 00:35:13 +00002009 return X86::createFastISel(mf, mmo, dw, vm, bm, am
Dan Gohmandd5b58a2008-10-14 23:54:11 +00002010#ifndef NDEBUG
2011 , cil
2012#endif
2013 );
Dan Gohmand9f3c482008-08-19 21:32:53 +00002014}
2015
2016
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00002017//===----------------------------------------------------------------------===//
2018// Other Lowering Hooks
2019//===----------------------------------------------------------------------===//
2020
2021
Dan Gohman475871a2008-07-27 21:46:04 +00002022SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002023 MachineFunction &MF = DAG.getMachineFunction();
2024 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
2025 int ReturnAddrIndex = FuncInfo->getRAIndex();
2026
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002027 if (ReturnAddrIndex == 0) {
2028 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00002029 uint64_t SlotSize = TD->getPointerSize();
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00002030 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00002031 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002032 }
2033
Evan Cheng25ab6902006-09-08 06:48:29 +00002034 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00002035}
2036
2037
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002038/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
2039/// specific condition code, returning the condition code and the LHS/RHS of the
2040/// comparison to make.
2041static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
2042 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00002043 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002044 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
2045 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
2046 // X > -1 -> X == 0, jump !sign.
2047 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002048 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002049 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
2050 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002051 return X86::COND_S;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002052 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00002053 // X < 1 -> X <= 0
2054 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002055 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00002056 }
Chris Lattnerf9570512006-09-13 03:22:10 +00002057 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002058
Evan Chengd9558e02006-01-06 00:43:03 +00002059 switch (SetCCOpcode) {
Chris Lattner4c78e022008-12-23 23:42:27 +00002060 default: assert(0 && "Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002061 case ISD::SETEQ: return X86::COND_E;
2062 case ISD::SETGT: return X86::COND_G;
2063 case ISD::SETGE: return X86::COND_GE;
2064 case ISD::SETLT: return X86::COND_L;
2065 case ISD::SETLE: return X86::COND_LE;
2066 case ISD::SETNE: return X86::COND_NE;
2067 case ISD::SETULT: return X86::COND_B;
2068 case ISD::SETUGT: return X86::COND_A;
2069 case ISD::SETULE: return X86::COND_BE;
2070 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002071 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002072 }
Scott Michelfdc40a02009-02-17 22:15:04 +00002073
Chris Lattner4c78e022008-12-23 23:42:27 +00002074 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002075
Chris Lattner4c78e022008-12-23 23:42:27 +00002076 // If LHS is a foldable load, but RHS is not, flip the condition.
2077 if ((ISD::isNON_EXTLoad(LHS.getNode()) && LHS.hasOneUse()) &&
2078 !(ISD::isNON_EXTLoad(RHS.getNode()) && RHS.hasOneUse())) {
2079 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2080 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002081 }
2082
Chris Lattner4c78e022008-12-23 23:42:27 +00002083 switch (SetCCOpcode) {
2084 default: break;
2085 case ISD::SETOLT:
2086 case ISD::SETOLE:
2087 case ISD::SETUGT:
2088 case ISD::SETUGE:
2089 std::swap(LHS, RHS);
2090 break;
2091 }
2092
2093 // On a floating point condition, the flags are set as follows:
2094 // ZF PF CF op
2095 // 0 | 0 | 0 | X > Y
2096 // 0 | 0 | 1 | X < Y
2097 // 1 | 0 | 0 | X == Y
2098 // 1 | 1 | 1 | unordered
2099 switch (SetCCOpcode) {
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002100 default: assert(0 && "Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002101 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002102 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002103 case ISD::SETOLT: // flipped
2104 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002105 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002106 case ISD::SETOLE: // flipped
2107 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002108 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002109 case ISD::SETUGT: // flipped
2110 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002111 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00002112 case ISD::SETUGE: // flipped
2113 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002114 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002115 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002116 case ISD::SETNE: return X86::COND_NE;
2117 case ISD::SETUO: return X86::COND_P;
2118 case ISD::SETO: return X86::COND_NP;
Chris Lattner4c78e022008-12-23 23:42:27 +00002119 }
Evan Chengd9558e02006-01-06 00:43:03 +00002120}
2121
Evan Cheng4a460802006-01-11 00:33:36 +00002122/// hasFPCMov - is there a floating point cmov for the specific X86 condition
2123/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00002124/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00002125static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00002126 switch (X86CC) {
2127 default:
2128 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00002129 case X86::COND_B:
2130 case X86::COND_BE:
2131 case X86::COND_E:
2132 case X86::COND_P:
2133 case X86::COND_A:
2134 case X86::COND_AE:
2135 case X86::COND_NE:
2136 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00002137 return true;
2138 }
2139}
2140
Rafael Espindola15684b22009-04-24 12:40:33 +00002141/// isUndefOrInRange - Op is either an undef node or a ConstantSDNode. Return
2142/// true if Op is undef or if its value falls within the specified range (L, H].
2143static bool isUndefOrInRange(SDValue Op, unsigned Low, unsigned Hi) {
2144 if (Op.getOpcode() == ISD::UNDEF)
Evan Cheng5ced1d82006-04-06 23:23:56 +00002145 return true;
Rafael Espindola15684b22009-04-24 12:40:33 +00002146
2147 unsigned Val = cast<ConstantSDNode>(Op)->getZExtValue();
2148 return (Val >= Low && Val < Hi);
Evan Chengc5cdff22006-04-07 21:53:05 +00002149}
2150
Rafael Espindola15684b22009-04-24 12:40:33 +00002151/// isUndefOrEqual - Op is either an undef node or a ConstantSDNode. Return
2152/// true if Op is undef or if its value equal to the specified value.
2153static bool isUndefOrEqual(SDValue Op, unsigned Val) {
2154 if (Op.getOpcode() == ISD::UNDEF)
2155 return true;
2156 return cast<ConstantSDNode>(Op)->getZExtValue() == Val;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002157}
2158
Rafael Espindola15684b22009-04-24 12:40:33 +00002159/// isPSHUFDMask - Return true if the specified VECTOR_SHUFFLE operand
2160/// specifies a shuffle of elements that is suitable for input to PSHUFD.
2161bool X86::isPSHUFDMask(SDNode *N) {
2162 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Evan Cheng0188ecb2006-03-22 18:59:22 +00002163
Rafael Espindola15684b22009-04-24 12:40:33 +00002164 if (N->getNumOperands() != 2 && N->getNumOperands() != 4)
Evan Cheng0188ecb2006-03-22 18:59:22 +00002165 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002166
2167 // Check if the value doesn't reference the second vector.
2168 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) {
2169 SDValue Arg = N->getOperand(i);
2170 if (Arg.getOpcode() == ISD::UNDEF) continue;
2171 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2172 if (cast<ConstantSDNode>(Arg)->getZExtValue() >= e)
Evan Cheng506d3df2006-03-29 23:07:14 +00002173 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002174 }
2175
2176 return true;
2177}
2178
2179/// isPSHUFHWMask - Return true if the specified VECTOR_SHUFFLE operand
2180/// specifies a shuffle of elements that is suitable for input to PSHUFHW.
2181bool X86::isPSHUFHWMask(SDNode *N) {
2182 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2183
2184 if (N->getNumOperands() != 8)
2185 return false;
2186
2187 // Lower quadword copied in order.
2188 for (unsigned i = 0; i != 4; ++i) {
2189 SDValue Arg = N->getOperand(i);
2190 if (Arg.getOpcode() == ISD::UNDEF) continue;
2191 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2192 if (cast<ConstantSDNode>(Arg)->getZExtValue() != i)
2193 return false;
2194 }
2195
Evan Cheng506d3df2006-03-29 23:07:14 +00002196 // Upper quadword shuffled.
Rafael Espindola15684b22009-04-24 12:40:33 +00002197 for (unsigned i = 4; i != 8; ++i) {
2198 SDValue Arg = N->getOperand(i);
2199 if (Arg.getOpcode() == ISD::UNDEF) continue;
2200 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2201 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2202 if (Val < 4 || Val > 7)
Evan Cheng506d3df2006-03-29 23:07:14 +00002203 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002204 }
2205
Evan Cheng506d3df2006-03-29 23:07:14 +00002206 return true;
2207}
2208
Rafael Espindola15684b22009-04-24 12:40:33 +00002209/// isPSHUFLWMask - Return true if the specified VECTOR_SHUFFLE operand
2210/// specifies a shuffle of elements that is suitable for input to PSHUFLW.
2211bool X86::isPSHUFLWMask(SDNode *N) {
2212 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Evan Cheng506d3df2006-03-29 23:07:14 +00002213
Rafael Espindola15684b22009-04-24 12:40:33 +00002214 if (N->getNumOperands() != 8)
Evan Cheng506d3df2006-03-29 23:07:14 +00002215 return false;
Evan Cheng0188ecb2006-03-22 18:59:22 +00002216
Rafael Espindola15684b22009-04-24 12:40:33 +00002217 // Upper quadword copied in order.
2218 for (unsigned i = 4; i != 8; ++i)
2219 if (!isUndefOrEqual(N->getOperand(i), i))
2220 return false;
2221
2222 // Lower quadword shuffled.
2223 for (unsigned i = 0; i != 4; ++i)
2224 if (!isUndefOrInRange(N->getOperand(i), 0, 4))
2225 return false;
2226
2227 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00002228}
2229
Evan Cheng14aed5e2006-03-24 01:18:28 +00002230/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
2231/// specifies a shuffle of elements that is suitable for input to SHUFP*.
Rafael Espindola15684b22009-04-24 12:40:33 +00002232template<class SDOperand>
2233static bool isSHUFPMask(SDOperand *Elems, unsigned NumElems) {
2234 if (NumElems != 2 && NumElems != 4) return false;
2235
2236 unsigned Half = NumElems / 2;
2237 for (unsigned i = 0; i < Half; ++i)
2238 if (!isUndefOrInRange(Elems[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00002239 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002240 for (unsigned i = Half; i < NumElems; ++i)
2241 if (!isUndefOrInRange(Elems[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00002242 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002243
Evan Cheng14aed5e2006-03-24 01:18:28 +00002244 return true;
2245}
2246
Rafael Espindola15684b22009-04-24 12:40:33 +00002247bool X86::isSHUFPMask(SDNode *N) {
2248 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2249 return ::isSHUFPMask(N->op_begin(), N->getNumOperands());
Evan Cheng39623da2006-04-20 08:58:49 +00002250}
2251
Evan Cheng213d2cf2007-05-17 18:45:50 +00002252/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00002253/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
2254/// half elements to come from vector 1 (which would equal the dest.) and
2255/// the upper half to come from vector 2.
Rafael Espindola15684b22009-04-24 12:40:33 +00002256template<class SDOperand>
2257static bool isCommutedSHUFP(SDOperand *Ops, unsigned NumOps) {
2258 if (NumOps != 2 && NumOps != 4) return false;
2259
2260 unsigned Half = NumOps / 2;
2261 for (unsigned i = 0; i < Half; ++i)
2262 if (!isUndefOrInRange(Ops[i], NumOps, NumOps*2))
Evan Cheng39623da2006-04-20 08:58:49 +00002263 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002264 for (unsigned i = Half; i < NumOps; ++i)
2265 if (!isUndefOrInRange(Ops[i], 0, NumOps))
Evan Cheng39623da2006-04-20 08:58:49 +00002266 return false;
2267 return true;
2268}
2269
Rafael Espindola15684b22009-04-24 12:40:33 +00002270static bool isCommutedSHUFP(SDNode *N) {
2271 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2272 return isCommutedSHUFP(N->op_begin(), N->getNumOperands());
Evan Cheng39623da2006-04-20 08:58:49 +00002273}
2274
Evan Cheng2c0dbd02006-03-24 02:58:06 +00002275/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
2276/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
Rafael Espindola15684b22009-04-24 12:40:33 +00002277bool X86::isMOVHLPSMask(SDNode *N) {
2278 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2279
2280 if (N->getNumOperands() != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00002281 return false;
2282
Evan Cheng2064a2b2006-03-28 06:50:32 +00002283 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Rafael Espindola15684b22009-04-24 12:40:33 +00002284 return isUndefOrEqual(N->getOperand(0), 6) &&
2285 isUndefOrEqual(N->getOperand(1), 7) &&
2286 isUndefOrEqual(N->getOperand(2), 2) &&
2287 isUndefOrEqual(N->getOperand(3), 3);
2288}
2289
2290/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
2291/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
2292/// <2, 3, 2, 3>
2293bool X86::isMOVHLPS_v_undef_Mask(SDNode *N) {
2294 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2295
2296 if (N->getNumOperands() != 4)
2297 return false;
2298
2299 // Expect bit0 == 2, bit1 == 3, bit2 == 2, bit3 == 3
2300 return isUndefOrEqual(N->getOperand(0), 2) &&
2301 isUndefOrEqual(N->getOperand(1), 3) &&
2302 isUndefOrEqual(N->getOperand(2), 2) &&
2303 isUndefOrEqual(N->getOperand(3), 3);
Evan Cheng6e56e2c2006-11-07 22:14:24 +00002304}
2305
Evan Cheng5ced1d82006-04-06 23:23:56 +00002306/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
2307/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
Rafael Espindola15684b22009-04-24 12:40:33 +00002308bool X86::isMOVLPMask(SDNode *N) {
2309 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Evan Cheng5ced1d82006-04-06 23:23:56 +00002310
Rafael Espindola15684b22009-04-24 12:40:33 +00002311 unsigned NumElems = N->getNumOperands();
Evan Cheng5ced1d82006-04-06 23:23:56 +00002312 if (NumElems != 2 && NumElems != 4)
2313 return false;
2314
Evan Chengc5cdff22006-04-07 21:53:05 +00002315 for (unsigned i = 0; i < NumElems/2; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00002316 if (!isUndefOrEqual(N->getOperand(i), i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00002317 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002318
Evan Chengc5cdff22006-04-07 21:53:05 +00002319 for (unsigned i = NumElems/2; i < NumElems; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00002320 if (!isUndefOrEqual(N->getOperand(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00002321 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002322
2323 return true;
2324}
2325
2326/// isMOVHPMask - Return true if the specified VECTOR_SHUFFLE operand
Evan Cheng533a0aa2006-04-19 20:35:22 +00002327/// specifies a shuffle of elements that is suitable for input to MOVHP{S|D}
2328/// and MOVLHPS.
Rafael Espindola15684b22009-04-24 12:40:33 +00002329bool X86::isMOVHPMask(SDNode *N) {
2330 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Evan Cheng5ced1d82006-04-06 23:23:56 +00002331
Rafael Espindola15684b22009-04-24 12:40:33 +00002332 unsigned NumElems = N->getNumOperands();
Evan Cheng5ced1d82006-04-06 23:23:56 +00002333 if (NumElems != 2 && NumElems != 4)
2334 return false;
2335
Evan Chengc5cdff22006-04-07 21:53:05 +00002336 for (unsigned i = 0; i < NumElems/2; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00002337 if (!isUndefOrEqual(N->getOperand(i), i))
Evan Chengc5cdff22006-04-07 21:53:05 +00002338 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002339
Rafael Espindola15684b22009-04-24 12:40:33 +00002340 for (unsigned i = 0; i < NumElems/2; ++i) {
2341 SDValue Arg = N->getOperand(i + NumElems/2);
2342 if (!isUndefOrEqual(Arg, i + NumElems))
Evan Chengc5cdff22006-04-07 21:53:05 +00002343 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002344 }
Evan Cheng5ced1d82006-04-06 23:23:56 +00002345
2346 return true;
2347}
2348
Evan Cheng0038e592006-03-28 00:39:58 +00002349/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
2350/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Rafael Espindola15684b22009-04-24 12:40:33 +00002351template<class SDOperand>
2352bool static isUNPCKLMask(SDOperand *Elts, unsigned NumElts,
2353 bool V2IsSplat = false) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002354 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng0038e592006-03-28 00:39:58 +00002355 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002356
2357 for (unsigned i = 0, j = 0; i != NumElts; i += 2, ++j) {
2358 SDValue BitI = Elts[i];
2359 SDValue BitI1 = Elts[i+1];
Evan Chengc5cdff22006-04-07 21:53:05 +00002360 if (!isUndefOrEqual(BitI, j))
2361 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00002362 if (V2IsSplat) {
Mon P Wang7bcaefa2009-02-04 01:16:59 +00002363 if (!isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002364 return false;
2365 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00002366 if (!isUndefOrEqual(BitI1, j + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002367 return false;
2368 }
Evan Cheng0038e592006-03-28 00:39:58 +00002369 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002370
Evan Cheng0038e592006-03-28 00:39:58 +00002371 return true;
2372}
2373
Rafael Espindola15684b22009-04-24 12:40:33 +00002374bool X86::isUNPCKLMask(SDNode *N, bool V2IsSplat) {
2375 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2376 return ::isUNPCKLMask(N->op_begin(), N->getNumOperands(), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00002377}
2378
Evan Cheng4fcb9222006-03-28 02:43:26 +00002379/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
2380/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Rafael Espindola15684b22009-04-24 12:40:33 +00002381template<class SDOperand>
2382bool static isUNPCKHMask(SDOperand *Elts, unsigned NumElts,
2383 bool V2IsSplat = false) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002384 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng4fcb9222006-03-28 02:43:26 +00002385 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002386
2387 for (unsigned i = 0, j = 0; i != NumElts; i += 2, ++j) {
2388 SDValue BitI = Elts[i];
2389 SDValue BitI1 = Elts[i+1];
Chris Lattner5a88b832007-02-25 07:10:00 +00002390 if (!isUndefOrEqual(BitI, j + NumElts/2))
Evan Chengc5cdff22006-04-07 21:53:05 +00002391 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00002392 if (V2IsSplat) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002393 if (isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002394 return false;
2395 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00002396 if (!isUndefOrEqual(BitI1, j + NumElts/2 + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002397 return false;
2398 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00002399 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002400
Evan Cheng4fcb9222006-03-28 02:43:26 +00002401 return true;
2402}
2403
Rafael Espindola15684b22009-04-24 12:40:33 +00002404bool X86::isUNPCKHMask(SDNode *N, bool V2IsSplat) {
2405 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2406 return ::isUNPCKHMask(N->op_begin(), N->getNumOperands(), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00002407}
2408
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002409/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
2410/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
2411/// <0, 0, 1, 1>
Rafael Espindola15684b22009-04-24 12:40:33 +00002412bool X86::isUNPCKL_v_undef_Mask(SDNode *N) {
2413 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2414
2415 unsigned NumElems = N->getNumOperands();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002416 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002417 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002418
2419 for (unsigned i = 0, j = 0; i != NumElems; i += 2, ++j) {
2420 SDValue BitI = N->getOperand(i);
2421 SDValue BitI1 = N->getOperand(i+1);
2422
Evan Chengc5cdff22006-04-07 21:53:05 +00002423 if (!isUndefOrEqual(BitI, j))
2424 return false;
2425 if (!isUndefOrEqual(BitI1, j))
2426 return false;
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002427 }
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002428
Rafael Espindola15684b22009-04-24 12:40:33 +00002429 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00002430}
2431
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002432/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
2433/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
2434/// <2, 2, 3, 3>
Rafael Espindola15684b22009-04-24 12:40:33 +00002435bool X86::isUNPCKH_v_undef_Mask(SDNode *N) {
2436 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2437
2438 unsigned NumElems = N->getNumOperands();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002439 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
2440 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002441
2442 for (unsigned i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
2443 SDValue BitI = N->getOperand(i);
2444 SDValue BitI1 = N->getOperand(i + 1);
2445
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002446 if (!isUndefOrEqual(BitI, j))
2447 return false;
2448 if (!isUndefOrEqual(BitI1, j))
2449 return false;
2450 }
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002451
Rafael Espindola15684b22009-04-24 12:40:33 +00002452 return true;
Nate Begemanb706d292009-04-24 03:42:54 +00002453}
2454
Evan Cheng017dcc62006-04-21 01:05:10 +00002455/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
2456/// specifies a shuffle of elements that is suitable for input to MOVSS,
2457/// MOVSD, and MOVD, i.e. setting the lowest element.
Rafael Espindola15684b22009-04-24 12:40:33 +00002458template<class SDOperand>
2459static bool isMOVLMask(SDOperand *Elts, unsigned NumElts) {
Evan Cheng10762102007-12-06 22:14:22 +00002460 if (NumElts != 2 && NumElts != 4)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002461 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002462
2463 if (!isUndefOrEqual(Elts[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002464 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002465
2466 for (unsigned i = 1; i < NumElts; ++i) {
2467 if (!isUndefOrEqual(Elts[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002468 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002469 }
2470
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002471 return true;
2472}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002473
Rafael Espindola15684b22009-04-24 12:40:33 +00002474bool X86::isMOVLMask(SDNode *N) {
2475 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2476 return ::isMOVLMask(N->op_begin(), N->getNumOperands());
Evan Cheng39623da2006-04-20 08:58:49 +00002477}
2478
Evan Cheng017dcc62006-04-21 01:05:10 +00002479/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
2480/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00002481/// element of vector 2 and the other elements to come from vector 1 in order.
Rafael Espindola15684b22009-04-24 12:40:33 +00002482template<class SDOperand>
2483static bool isCommutedMOVL(SDOperand *Ops, unsigned NumOps,
2484 bool V2IsSplat = false,
2485 bool V2IsUndef = false) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002486 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00002487 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002488
2489 if (!isUndefOrEqual(Ops[0], 0))
Evan Cheng39623da2006-04-20 08:58:49 +00002490 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002491
2492 for (unsigned i = 1; i < NumOps; ++i) {
2493 SDValue Arg = Ops[i];
2494 if (!(isUndefOrEqual(Arg, i+NumOps) ||
2495 (V2IsUndef && isUndefOrInRange(Arg, NumOps, NumOps*2)) ||
2496 (V2IsSplat && isUndefOrEqual(Arg, NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00002497 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002498 }
2499
Evan Cheng39623da2006-04-20 08:58:49 +00002500 return true;
2501}
2502
Rafael Espindola15684b22009-04-24 12:40:33 +00002503static bool isCommutedMOVL(SDNode *N, bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00002504 bool V2IsUndef = false) {
Rafael Espindola15684b22009-04-24 12:40:33 +00002505 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2506 return isCommutedMOVL(N->op_begin(), N->getNumOperands(),
2507 V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00002508}
2509
Evan Chengd9539472006-04-14 21:59:03 +00002510/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
2511/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
Rafael Espindola15684b22009-04-24 12:40:33 +00002512bool X86::isMOVSHDUPMask(SDNode *N) {
2513 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2514
2515 if (N->getNumOperands() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00002516 return false;
2517
2518 // Expect 1, 1, 3, 3
Rafael Espindola15684b22009-04-24 12:40:33 +00002519 for (unsigned i = 0; i < 2; ++i) {
2520 SDValue Arg = N->getOperand(i);
2521 if (Arg.getOpcode() == ISD::UNDEF) continue;
2522 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2523 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2524 if (Val != 1) return false;
2525 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002526
2527 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00002528 for (unsigned i = 2; i < 4; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00002529 SDValue Arg = N->getOperand(i);
2530 if (Arg.getOpcode() == ISD::UNDEF) continue;
2531 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2532 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2533 if (Val != 3) return false;
2534 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00002535 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002536
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002537 // Don't use movshdup if it can be done with a shufps.
2538 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00002539}
2540
2541/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
2542/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
Rafael Espindola15684b22009-04-24 12:40:33 +00002543bool X86::isMOVSLDUPMask(SDNode *N) {
2544 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2545
2546 if (N->getNumOperands() != 4)
Evan Chengd9539472006-04-14 21:59:03 +00002547 return false;
2548
2549 // Expect 0, 0, 2, 2
Rafael Espindola15684b22009-04-24 12:40:33 +00002550 for (unsigned i = 0; i < 2; ++i) {
2551 SDValue Arg = N->getOperand(i);
2552 if (Arg.getOpcode() == ISD::UNDEF) continue;
2553 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2554 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2555 if (Val != 0) return false;
2556 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002557
2558 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00002559 for (unsigned i = 2; i < 4; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00002560 SDValue Arg = N->getOperand(i);
2561 if (Arg.getOpcode() == ISD::UNDEF) continue;
2562 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2563 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2564 if (Val != 2) return false;
2565 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00002566 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002567
2568 // Don't use movshdup if it can be done with a shufps.
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002569 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00002570}
2571
Rafael Espindola15684b22009-04-24 12:40:33 +00002572/// isIdentityMask - Return true if the specified VECTOR_SHUFFLE operand
2573/// specifies a identity operation on the LHS or RHS.
2574static bool isIdentityMask(SDNode *N, bool RHS = false) {
2575 unsigned NumElems = N->getNumOperands();
2576 for (unsigned i = 0; i < NumElems; ++i)
2577 if (!isUndefOrEqual(N->getOperand(i), i + (RHS ? NumElems : 0)))
2578 return false;
2579 return true;
2580}
2581
2582/// isSplatMask - Return true if the specified VECTOR_SHUFFLE operand specifies
2583/// a splat of a single element.
2584static bool isSplatMask(SDNode *N) {
2585 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2586
2587 // This is a splat operation if each element of the permute is the same, and
2588 // if the value doesn't reference the second vector.
2589 unsigned NumElems = N->getNumOperands();
2590 SDValue ElementBase;
2591 unsigned i = 0;
2592 for (; i != NumElems; ++i) {
2593 SDValue Elt = N->getOperand(i);
2594 if (isa<ConstantSDNode>(Elt)) {
2595 ElementBase = Elt;
2596 break;
2597 }
2598 }
2599
2600 if (!ElementBase.getNode())
2601 return false;
2602
2603 for (; i != NumElems; ++i) {
2604 SDValue Arg = N->getOperand(i);
2605 if (Arg.getOpcode() == ISD::UNDEF) continue;
2606 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2607 if (Arg != ElementBase) return false;
2608 }
2609
2610 // Make sure it is a splat of the first vector operand.
2611 return cast<ConstantSDNode>(ElementBase)->getZExtValue() < NumElems;
2612}
2613
2614/// getSplatMaskEltNo - Given a splat mask, return the index to the element
2615/// we want to splat.
2616static SDValue getSplatMaskEltNo(SDNode *N) {
2617 assert(isSplatMask(N) && "Not a splat mask");
2618 unsigned NumElems = N->getNumOperands();
2619 SDValue ElementBase;
2620 unsigned i = 0;
2621 for (; i != NumElems; ++i) {
2622 SDValue Elt = N->getOperand(i);
2623 if (isa<ConstantSDNode>(Elt))
2624 return Elt;
2625 }
2626 assert(0 && " No splat value found!");
2627 return SDValue();
2628}
2629
2630
2631/// isSplatMask - Return true if the specified VECTOR_SHUFFLE operand specifies
2632/// a splat of a single element and it's a 2 or 4 element mask.
2633bool X86::isSplatMask(SDNode *N) {
2634 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2635
2636 // We can only splat 64-bit, and 32-bit quantities with a single instruction.
2637 if (N->getNumOperands() != 4 && N->getNumOperands() != 2)
2638 return false;
2639 return ::isSplatMask(N);
2640}
2641
2642/// isSplatLoMask - Return true if the specified VECTOR_SHUFFLE operand
2643/// specifies a splat of zero element.
2644bool X86::isSplatLoMask(SDNode *N) {
2645 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2646
2647 for (unsigned i = 0, e = N->getNumOperands(); i < e; ++i)
2648 if (!isUndefOrEqual(N->getOperand(i), 0))
2649 return false;
2650 return true;
2651}
2652
Evan Cheng0b457f02008-09-25 20:50:48 +00002653/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
2654/// specifies a shuffle of elements that is suitable for input to MOVDDUP.
Rafael Espindola15684b22009-04-24 12:40:33 +00002655bool X86::isMOVDDUPMask(SDNode *N) {
2656 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2657
2658 unsigned e = N->getNumOperands() / 2;
2659 for (unsigned i = 0; i < e; ++i)
2660 if (!isUndefOrEqual(N->getOperand(i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00002661 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002662 for (unsigned i = 0; i < e; ++i)
2663 if (!isUndefOrEqual(N->getOperand(e+i), i))
Evan Cheng0b457f02008-09-25 20:50:48 +00002664 return false;
2665 return true;
2666}
2667
Evan Cheng63d33002006-03-22 08:01:21 +00002668/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
2669/// the specified isShuffleMask VECTOR_SHUFFLE mask with PSHUF* and SHUFP*
2670/// instructions.
2671unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Rafael Espindola15684b22009-04-24 12:40:33 +00002672 unsigned NumOperands = N->getNumOperands();
Evan Chengb9df0ca2006-03-22 02:53:00 +00002673 unsigned Shift = (NumOperands == 4) ? 2 : 1;
2674 unsigned Mask = 0;
Rafael Espindola15684b22009-04-24 12:40:33 +00002675 for (unsigned i = 0; i < NumOperands; ++i) {
2676 unsigned Val = 0;
2677 SDValue Arg = N->getOperand(NumOperands-i-1);
2678 if (Arg.getOpcode() != ISD::UNDEF)
2679 Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng14aed5e2006-03-24 01:18:28 +00002680 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00002681 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00002682 if (i != NumOperands - 1)
2683 Mask <<= Shift;
2684 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002685
Evan Cheng63d33002006-03-22 08:01:21 +00002686 return Mask;
2687}
2688
Evan Cheng506d3df2006-03-29 23:07:14 +00002689/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
2690/// the specified isShuffleMask VECTOR_SHUFFLE mask with PSHUFHW
2691/// instructions.
2692unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
2693 unsigned Mask = 0;
2694 // 8 nodes, but we only care about the last 4.
2695 for (unsigned i = 7; i >= 4; --i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00002696 unsigned Val = 0;
2697 SDValue Arg = N->getOperand(i);
2698 if (Arg.getOpcode() != ISD::UNDEF) {
2699 Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Mon P Wang7bcaefa2009-02-04 01:16:59 +00002700 Mask |= (Val - 4);
Rafael Espindola15684b22009-04-24 12:40:33 +00002701 }
Evan Cheng506d3df2006-03-29 23:07:14 +00002702 if (i != 4)
2703 Mask <<= 2;
2704 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002705
Evan Cheng506d3df2006-03-29 23:07:14 +00002706 return Mask;
2707}
2708
2709/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
2710/// the specified isShuffleMask VECTOR_SHUFFLE mask with PSHUFLW
2711/// instructions.
2712unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
2713 unsigned Mask = 0;
2714 // 8 nodes, but we only care about the first 4.
2715 for (int i = 3; i >= 0; --i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00002716 unsigned Val = 0;
2717 SDValue Arg = N->getOperand(i);
2718 if (Arg.getOpcode() != ISD::UNDEF)
2719 Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2720 Mask |= Val;
Evan Cheng506d3df2006-03-29 23:07:14 +00002721 if (i != 0)
2722 Mask <<= 2;
2723 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002724
Evan Cheng506d3df2006-03-29 23:07:14 +00002725 return Mask;
2726}
2727
Rafael Espindola15684b22009-04-24 12:40:33 +00002728/// CommuteVectorShuffle - Swap vector_shuffle operands as well as
2729/// values in ther permute mask.
2730static SDValue CommuteVectorShuffle(SDValue Op, SDValue &V1,
2731 SDValue &V2, SDValue &Mask,
2732 SelectionDAG &DAG) {
2733 MVT VT = Op.getValueType();
2734 MVT MaskVT = Mask.getValueType();
2735 MVT EltVT = MaskVT.getVectorElementType();
2736 unsigned NumElems = Mask.getNumOperands();
2737 SmallVector<SDValue, 8> MaskVec;
2738 DebugLoc dl = Op.getDebugLoc();
2739
2740 for (unsigned i = 0; i != NumElems; ++i) {
2741 SDValue Arg = Mask.getOperand(i);
2742 if (Arg.getOpcode() == ISD::UNDEF) {
2743 MaskVec.push_back(DAG.getUNDEF(EltVT));
2744 continue;
2745 }
2746 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2747 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2748 if (Val < NumElems)
2749 MaskVec.push_back(DAG.getConstant(Val + NumElems, EltVT));
Evan Cheng5ced1d82006-04-06 23:23:56 +00002750 else
Rafael Espindola15684b22009-04-24 12:40:33 +00002751 MaskVec.push_back(DAG.getConstant(Val - NumElems, EltVT));
Evan Cheng5ced1d82006-04-06 23:23:56 +00002752 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002753
2754 std::swap(V1, V2);
2755 Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT, &MaskVec[0], NumElems);
2756 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2, Mask);
Evan Cheng5ced1d82006-04-06 23:23:56 +00002757}
2758
Evan Cheng779ccea2007-12-07 21:30:01 +00002759/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
2760/// the two vector operands have swapped position.
Rafael Espindola15684b22009-04-24 12:40:33 +00002761static
2762SDValue CommuteVectorShuffleMask(SDValue Mask, SelectionDAG &DAG, DebugLoc dl) {
2763 MVT MaskVT = Mask.getValueType();
2764 MVT EltVT = MaskVT.getVectorElementType();
2765 unsigned NumElems = Mask.getNumOperands();
2766 SmallVector<SDValue, 8> MaskVec;
2767 for (unsigned i = 0; i != NumElems; ++i) {
2768 SDValue Arg = Mask.getOperand(i);
2769 if (Arg.getOpcode() == ISD::UNDEF) {
2770 MaskVec.push_back(DAG.getUNDEF(EltVT));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002771 continue;
Rafael Espindola15684b22009-04-24 12:40:33 +00002772 }
2773 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
2774 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2775 if (Val < NumElems)
2776 MaskVec.push_back(DAG.getConstant(Val + NumElems, EltVT));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002777 else
Rafael Espindola15684b22009-04-24 12:40:33 +00002778 MaskVec.push_back(DAG.getConstant(Val - NumElems, EltVT));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002779 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002780 return DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT, &MaskVec[0], NumElems);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002781}
2782
Rafael Espindola15684b22009-04-24 12:40:33 +00002783
Evan Cheng533a0aa2006-04-19 20:35:22 +00002784/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
2785/// match movhlps. The lower half elements should come from upper half of
2786/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002787/// half of V2 (and in order).
Rafael Espindola15684b22009-04-24 12:40:33 +00002788static bool ShouldXformToMOVHLPS(SDNode *Mask) {
2789 unsigned NumElems = Mask->getNumOperands();
Evan Cheng533a0aa2006-04-19 20:35:22 +00002790 if (NumElems != 4)
2791 return false;
2792 for (unsigned i = 0, e = 2; i != e; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00002793 if (!isUndefOrEqual(Mask->getOperand(i), i+2))
Evan Cheng533a0aa2006-04-19 20:35:22 +00002794 return false;
2795 for (unsigned i = 2; i != 4; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00002796 if (!isUndefOrEqual(Mask->getOperand(i), i+4))
Evan Cheng533a0aa2006-04-19 20:35:22 +00002797 return false;
2798 return true;
2799}
2800
Evan Cheng5ced1d82006-04-06 23:23:56 +00002801/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00002802/// is promoted to a vector. It also returns the LoadSDNode by reference if
2803/// required.
2804static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00002805 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
2806 return false;
2807 N = N->getOperand(0).getNode();
2808 if (!ISD::isNON_EXTLoad(N))
2809 return false;
2810 if (LD)
2811 *LD = cast<LoadSDNode>(N);
2812 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002813}
2814
Evan Cheng533a0aa2006-04-19 20:35:22 +00002815/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
2816/// match movlp{s|d}. The lower half elements should come from lower half of
2817/// V1 (and in order), and the upper half elements should come from the upper
2818/// half of V2 (and in order). And since V1 will become the source of the
2819/// MOVLP, it must be either a vector load or a scalar load to vector.
Rafael Espindola15684b22009-04-24 12:40:33 +00002820static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2, SDNode *Mask) {
Evan Cheng466685d2006-10-09 20:57:25 +00002821 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00002822 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00002823 // Is V2 is a vector load, don't do this transformation. We will try to use
2824 // load folding shufps op.
2825 if (ISD::isNON_EXTLoad(V2))
2826 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002827
Rafael Espindola15684b22009-04-24 12:40:33 +00002828 unsigned NumElems = Mask->getNumOperands();
Evan Cheng533a0aa2006-04-19 20:35:22 +00002829 if (NumElems != 2 && NumElems != 4)
2830 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002831 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
2832 if (!isUndefOrEqual(Mask->getOperand(i), i))
Evan Cheng533a0aa2006-04-19 20:35:22 +00002833 return false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002834 for (unsigned i = NumElems/2; i != NumElems; ++i)
2835 if (!isUndefOrEqual(Mask->getOperand(i), i+NumElems))
Evan Cheng533a0aa2006-04-19 20:35:22 +00002836 return false;
2837 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002838}
2839
Evan Cheng39623da2006-04-20 08:58:49 +00002840/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
2841/// all the same.
2842static bool isSplatVector(SDNode *N) {
2843 if (N->getOpcode() != ISD::BUILD_VECTOR)
2844 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002845
Dan Gohman475871a2008-07-27 21:46:04 +00002846 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00002847 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
2848 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00002849 return false;
2850 return true;
2851}
2852
Rafael Espindola15684b22009-04-24 12:40:33 +00002853/// isUndefShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
2854/// to an undef.
2855static bool isUndefShuffle(SDNode *N) {
2856 if (N->getOpcode() != ISD::VECTOR_SHUFFLE)
2857 return false;
2858
2859 SDValue V1 = N->getOperand(0);
2860 SDValue V2 = N->getOperand(1);
2861 SDValue Mask = N->getOperand(2);
2862 unsigned NumElems = Mask.getNumOperands();
2863 for (unsigned i = 0; i != NumElems; ++i) {
2864 SDValue Arg = Mask.getOperand(i);
2865 if (Arg.getOpcode() != ISD::UNDEF) {
2866 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2867 if (Val < NumElems && V1.getOpcode() != ISD::UNDEF)
2868 return false;
2869 else if (Val >= NumElems && V2.getOpcode() != ISD::UNDEF)
2870 return false;
2871 }
2872 }
2873 return true;
2874}
2875
Evan Cheng213d2cf2007-05-17 18:45:50 +00002876/// isZeroNode - Returns true if Elt is a constant zero or a floating point
2877/// constant +0.0.
Dan Gohman475871a2008-07-27 21:46:04 +00002878static inline bool isZeroNode(SDValue Elt) {
Evan Cheng213d2cf2007-05-17 18:45:50 +00002879 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002880 cast<ConstantSDNode>(Elt)->getZExtValue() == 0) ||
Evan Cheng213d2cf2007-05-17 18:45:50 +00002881 (isa<ConstantFPSDNode>(Elt) &&
Dale Johanneseneaf08942007-08-31 04:03:46 +00002882 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
Evan Cheng213d2cf2007-05-17 18:45:50 +00002883}
2884
2885/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
Rafael Espindola15684b22009-04-24 12:40:33 +00002886/// to an zero vector.
2887static bool isZeroShuffle(SDNode *N) {
2888 if (N->getOpcode() != ISD::VECTOR_SHUFFLE)
2889 return false;
2890
Dan Gohman475871a2008-07-27 21:46:04 +00002891 SDValue V1 = N->getOperand(0);
2892 SDValue V2 = N->getOperand(1);
Rafael Espindola15684b22009-04-24 12:40:33 +00002893 SDValue Mask = N->getOperand(2);
2894 unsigned NumElems = Mask.getNumOperands();
2895 for (unsigned i = 0; i != NumElems; ++i) {
2896 SDValue Arg = Mask.getOperand(i);
2897 if (Arg.getOpcode() == ISD::UNDEF)
2898 continue;
2899
2900 unsigned Idx = cast<ConstantSDNode>(Arg)->getZExtValue();
2901 if (Idx < NumElems) {
2902 unsigned Opc = V1.getNode()->getOpcode();
Nate Begemanb706d292009-04-24 03:42:54 +00002903 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
2904 continue;
Rafael Espindola15684b22009-04-24 12:40:33 +00002905 if (Opc != ISD::BUILD_VECTOR ||
2906 !isZeroNode(V1.getNode()->getOperand(Idx)))
2907 return false;
2908 } else if (Idx >= NumElems) {
2909 unsigned Opc = V2.getNode()->getOpcode();
2910 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
2911 continue;
2912 if (Opc != ISD::BUILD_VECTOR ||
2913 !isZeroNode(V2.getNode()->getOperand(Idx - NumElems)))
Chris Lattner8a594482007-11-25 00:24:49 +00002914 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00002915 }
2916 }
2917 return true;
2918}
2919
2920/// getZeroVector - Returns a vector of specified type with all zero elements.
2921///
Dale Johannesenace16102009-02-03 19:33:06 +00002922static SDValue getZeroVector(MVT VT, bool HasSSE2, SelectionDAG &DAG,
2923 DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002924 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00002925
Chris Lattner8a594482007-11-25 00:24:49 +00002926 // Always build zero vectors as <4 x i32> or <2 x i32> bitcasted to their dest
2927 // type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00002928 SDValue Vec;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002929 if (VT.getSizeInBits() == 64) { // MMX
Dan Gohman475871a2008-07-27 21:46:04 +00002930 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
Evan Chenga87008d2009-02-25 22:49:59 +00002931 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2i32, Cst, Cst);
Evan Chengf0df0312008-05-15 08:39:06 +00002932 } else if (HasSSE2) { // SSE2
Dan Gohman475871a2008-07-27 21:46:04 +00002933 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
Evan Chenga87008d2009-02-25 22:49:59 +00002934 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
Evan Chengf0df0312008-05-15 08:39:06 +00002935 } else { // SSE1
Dan Gohman475871a2008-07-27 21:46:04 +00002936 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Evan Chenga87008d2009-02-25 22:49:59 +00002937 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f32, Cst, Cst, Cst, Cst);
Evan Chengf0df0312008-05-15 08:39:06 +00002938 }
Dale Johannesenace16102009-02-03 19:33:06 +00002939 return DAG.getNode(ISD::BIT_CONVERT, dl, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00002940}
2941
Chris Lattner8a594482007-11-25 00:24:49 +00002942/// getOnesVector - Returns a vector of specified type with all bits set.
2943///
Dale Johannesenace16102009-02-03 19:33:06 +00002944static SDValue getOnesVector(MVT VT, SelectionDAG &DAG, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002945 assert(VT.isVector() && "Expected a vector type");
Scott Michelfdc40a02009-02-17 22:15:04 +00002946
Chris Lattner8a594482007-11-25 00:24:49 +00002947 // Always build ones vectors as <4 x i32> or <2 x i32> bitcasted to their dest
2948 // type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00002949 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
2950 SDValue Vec;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002951 if (VT.getSizeInBits() == 64) // MMX
Evan Chenga87008d2009-02-25 22:49:59 +00002952 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2i32, Cst, Cst);
Chris Lattner8a594482007-11-25 00:24:49 +00002953 else // SSE
Evan Chenga87008d2009-02-25 22:49:59 +00002954 Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
Dale Johannesenace16102009-02-03 19:33:06 +00002955 return DAG.getNode(ISD::BIT_CONVERT, dl, VT, Vec);
Chris Lattner8a594482007-11-25 00:24:49 +00002956}
2957
2958
Evan Cheng39623da2006-04-20 08:58:49 +00002959/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
2960/// that point to V2 points to its first element.
Rafael Espindola15684b22009-04-24 12:40:33 +00002961static SDValue NormalizeMask(SDValue Mask, SelectionDAG &DAG) {
2962 assert(Mask.getOpcode() == ISD::BUILD_VECTOR);
2963
Evan Cheng39623da2006-04-20 08:58:49 +00002964 bool Changed = false;
Rafael Espindola15684b22009-04-24 12:40:33 +00002965 SmallVector<SDValue, 8> MaskVec;
2966 unsigned NumElems = Mask.getNumOperands();
2967 for (unsigned i = 0; i != NumElems; ++i) {
2968 SDValue Arg = Mask.getOperand(i);
2969 if (Arg.getOpcode() != ISD::UNDEF) {
2970 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
2971 if (Val > NumElems) {
2972 Arg = DAG.getConstant(NumElems, Arg.getValueType());
2973 Changed = true;
2974 }
Evan Cheng39623da2006-04-20 08:58:49 +00002975 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002976 MaskVec.push_back(Arg);
Evan Cheng39623da2006-04-20 08:58:49 +00002977 }
Rafael Espindola15684b22009-04-24 12:40:33 +00002978
Evan Cheng39623da2006-04-20 08:58:49 +00002979 if (Changed)
Rafael Espindola15684b22009-04-24 12:40:33 +00002980 Mask = DAG.getNode(ISD::BUILD_VECTOR, Mask.getDebugLoc(),
2981 Mask.getValueType(),
2982 &MaskVec[0], MaskVec.size());
2983 return Mask;
Evan Cheng39623da2006-04-20 08:58:49 +00002984}
2985
Evan Cheng017dcc62006-04-21 01:05:10 +00002986/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
2987/// operation of specified width.
Rafael Espindola15684b22009-04-24 12:40:33 +00002988static SDValue getMOVLMask(unsigned NumElems, SelectionDAG &DAG, DebugLoc dl) {
2989 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
2990 MVT BaseVT = MaskVT.getVectorElementType();
2991
2992 SmallVector<SDValue, 8> MaskVec;
2993 MaskVec.push_back(DAG.getConstant(NumElems, BaseVT));
Evan Cheng39623da2006-04-20 08:58:49 +00002994 for (unsigned i = 1; i != NumElems; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00002995 MaskVec.push_back(DAG.getConstant(i, BaseVT));
2996 return DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
2997 &MaskVec[0], MaskVec.size());
Evan Cheng39623da2006-04-20 08:58:49 +00002998}
2999
Rafael Espindola15684b22009-04-24 12:40:33 +00003000/// getUnpacklMask - Returns a vector_shuffle mask for an unpackl operation
3001/// of specified width.
3002static SDValue getUnpacklMask(unsigned NumElems, SelectionDAG &DAG,
3003 DebugLoc dl) {
3004 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3005 MVT BaseVT = MaskVT.getVectorElementType();
3006 SmallVector<SDValue, 8> MaskVec;
Evan Chengc575ca22006-04-17 20:43:08 +00003007 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003008 MaskVec.push_back(DAG.getConstant(i, BaseVT));
3009 MaskVec.push_back(DAG.getConstant(i + NumElems, BaseVT));
Evan Chengc575ca22006-04-17 20:43:08 +00003010 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003011 return DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
3012 &MaskVec[0], MaskVec.size());
Evan Chengc575ca22006-04-17 20:43:08 +00003013}
3014
Rafael Espindola15684b22009-04-24 12:40:33 +00003015/// getUnpackhMask - Returns a vector_shuffle mask for an unpackh operation
3016/// of specified width.
3017static SDValue getUnpackhMask(unsigned NumElems, SelectionDAG &DAG,
3018 DebugLoc dl) {
3019 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3020 MVT BaseVT = MaskVT.getVectorElementType();
Evan Cheng39623da2006-04-20 08:58:49 +00003021 unsigned Half = NumElems/2;
Rafael Espindola15684b22009-04-24 12:40:33 +00003022 SmallVector<SDValue, 8> MaskVec;
Evan Cheng39623da2006-04-20 08:58:49 +00003023 for (unsigned i = 0; i != Half; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003024 MaskVec.push_back(DAG.getConstant(i + Half, BaseVT));
3025 MaskVec.push_back(DAG.getConstant(i + NumElems + Half, BaseVT));
Evan Cheng39623da2006-04-20 08:58:49 +00003026 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003027 return DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
3028 &MaskVec[0], MaskVec.size());
3029}
3030
3031/// getSwapEltZeroMask - Returns a vector_shuffle mask for a shuffle that swaps
3032/// element #0 of a vector with the specified index, leaving the rest of the
3033/// elements in place.
3034static SDValue getSwapEltZeroMask(unsigned NumElems, unsigned DestElt,
3035 SelectionDAG &DAG, DebugLoc dl) {
3036 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3037 MVT BaseVT = MaskVT.getVectorElementType();
3038 SmallVector<SDValue, 8> MaskVec;
3039 // Element #0 of the result gets the elt we are replacing.
3040 MaskVec.push_back(DAG.getConstant(DestElt, BaseVT));
3041 for (unsigned i = 1; i != NumElems; ++i)
3042 MaskVec.push_back(DAG.getConstant(i == DestElt ? 0 : i, BaseVT));
3043 return DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
3044 &MaskVec[0], MaskVec.size());
Chris Lattner62098042008-03-09 01:05:04 +00003045}
3046
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003047/// PromoteSplat - Promote a splat of v4f32, v8i16 or v16i8 to v4i32.
Rafael Espindola15684b22009-04-24 12:40:33 +00003048static SDValue PromoteSplat(SDValue Op, SelectionDAG &DAG, bool HasSSE2) {
3049 MVT PVT = HasSSE2 ? MVT::v4i32 : MVT::v4f32;
3050 MVT VT = Op.getValueType();
3051 if (PVT == VT)
3052 return Op;
3053 SDValue V1 = Op.getOperand(0);
3054 SDValue Mask = Op.getOperand(2);
3055 unsigned MaskNumElems = Mask.getNumOperands();
3056 unsigned NumElems = MaskNumElems;
3057 DebugLoc dl = Op.getDebugLoc();
3058 // Special handling of v4f32 -> v4i32.
3059 if (VT != MVT::v4f32) {
3060 // Find which element we want to splat.
3061 SDNode* EltNoNode = getSplatMaskEltNo(Mask.getNode()).getNode();
3062 unsigned EltNo = cast<ConstantSDNode>(EltNoNode)->getZExtValue();
3063 // unpack elements to the correct location
3064 while (NumElems > 4) {
3065 if (EltNo < NumElems/2) {
3066 Mask = getUnpacklMask(MaskNumElems, DAG, dl);
3067 } else {
3068 Mask = getUnpackhMask(MaskNumElems, DAG, dl);
3069 EltNo -= NumElems/2;
3070 }
3071 V1 = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V1, Mask);
3072 NumElems >>= 1;
Nate Begemanb706d292009-04-24 03:42:54 +00003073 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003074 SDValue Cst = DAG.getConstant(EltNo, MVT::i32);
3075 Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Cst, Cst, Cst, Cst);
Nate Begemanb706d292009-04-24 03:42:54 +00003076 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003077
Dale Johannesenace16102009-02-03 19:33:06 +00003078 V1 = DAG.getNode(ISD::BIT_CONVERT, dl, PVT, V1);
Rafael Espindola15684b22009-04-24 12:40:33 +00003079 SDValue Shuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, PVT, V1,
3080 DAG.getUNDEF(PVT), Mask);
3081 return DAG.getNode(ISD::BIT_CONVERT, dl, VT, Shuffle);
Evan Chengc575ca22006-04-17 20:43:08 +00003082}
3083
Evan Cheng0b457f02008-09-25 20:50:48 +00003084/// isVectorLoad - Returns true if the node is a vector load, a scalar
3085/// load that's promoted to vector, or a load bitcasted.
3086static bool isVectorLoad(SDValue Op) {
3087 assert(Op.getValueType().isVector() && "Expected a vector type");
3088 if (Op.getOpcode() == ISD::SCALAR_TO_VECTOR ||
3089 Op.getOpcode() == ISD::BIT_CONVERT) {
3090 return isa<LoadSDNode>(Op.getOperand(0));
3091 }
3092 return isa<LoadSDNode>(Op);
3093}
3094
3095
3096/// CanonicalizeMovddup - Cannonicalize movddup shuffle to v2f64.
3097///
Rafael Espindola15684b22009-04-24 12:40:33 +00003098static SDValue CanonicalizeMovddup(SDValue Op, SDValue V1, SDValue Mask,
3099 SelectionDAG &DAG, bool HasSSE3) {
Evan Cheng0b457f02008-09-25 20:50:48 +00003100 // If we have sse3 and shuffle has more than one use or input is a load, then
3101 // use movddup. Otherwise, use movlhps.
Rafael Espindola15684b22009-04-24 12:40:33 +00003102 bool UseMovddup = HasSSE3 && (!Op.hasOneUse() || isVectorLoad(V1));
Evan Cheng0b457f02008-09-25 20:50:48 +00003103 MVT PVT = UseMovddup ? MVT::v2f64 : MVT::v4f32;
Rafael Espindola15684b22009-04-24 12:40:33 +00003104 MVT VT = Op.getValueType();
Evan Cheng0b457f02008-09-25 20:50:48 +00003105 if (VT == PVT)
Rafael Espindola15684b22009-04-24 12:40:33 +00003106 return Op;
3107 DebugLoc dl = Op.getDebugLoc();
3108 unsigned NumElems = PVT.getVectorNumElements();
3109 if (NumElems == 2) {
3110 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
3111 Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2i32, Cst, Cst);
Nate Begemanb706d292009-04-24 03:42:54 +00003112 } else {
Rafael Espindola15684b22009-04-24 12:40:33 +00003113 assert(NumElems == 4);
3114 SDValue Cst0 = DAG.getTargetConstant(0, MVT::i32);
3115 SDValue Cst1 = DAG.getTargetConstant(1, MVT::i32);
3116 Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
3117 Cst0, Cst1, Cst0, Cst1);
Nate Begemanb706d292009-04-24 03:42:54 +00003118 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003119
3120 V1 = DAG.getNode(ISD::BIT_CONVERT, dl, PVT, V1);
3121 SDValue Shuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, PVT, V1,
3122 DAG.getUNDEF(PVT), Mask);
3123 return DAG.getNode(ISD::BIT_CONVERT, dl, VT, Shuffle);
Evan Cheng0b457f02008-09-25 20:50:48 +00003124}
3125
Evan Chengba05f722006-04-21 23:03:30 +00003126/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00003127/// vector of zero or undef vector. This produces a shuffle where the low
3128/// element of V2 is swizzled into the zero/undef vector, landing at element
3129/// 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 +00003130static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00003131 bool isZero, bool HasSSE2,
3132 SelectionDAG &DAG) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003133 DebugLoc dl = V2.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00003134 MVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00003135 SDValue V1 = isZero
Rafael Espindola15684b22009-04-24 12:40:33 +00003136 ? getZeroVector(VT, HasSSE2, DAG, dl) : DAG.getUNDEF(VT);
3137 unsigned NumElems = V2.getValueType().getVectorNumElements();
3138 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3139 MVT EVT = MaskVT.getVectorElementType();
3140 SmallVector<SDValue, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00003141 for (unsigned i = 0; i != NumElems; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003142 if (i == Idx) // If this is the insertion idx, put the low elt of V2 here.
3143 MaskVec.push_back(DAG.getConstant(NumElems, EVT));
3144 else
3145 MaskVec.push_back(DAG.getConstant(i, EVT));
3146 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
3147 &MaskVec[0], MaskVec.size());
3148 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2, Mask);
Evan Cheng017dcc62006-04-21 01:05:10 +00003149}
3150
Evan Chengf26ffe92008-05-29 08:22:04 +00003151/// getNumOfConsecutiveZeros - Return the number of elements in a result of
3152/// a shuffle that is zero.
3153static
Rafael Espindola15684b22009-04-24 12:40:33 +00003154unsigned getNumOfConsecutiveZeros(SDValue Op, SDValue Mask,
3155 unsigned NumElems, bool Low,
3156 SelectionDAG &DAG) {
Evan Chengf26ffe92008-05-29 08:22:04 +00003157 unsigned NumZeros = 0;
Rafael Espindola15684b22009-04-24 12:40:33 +00003158 for (unsigned i = 0; i < NumElems; ++i) {
Evan Chengab262272008-06-25 20:52:59 +00003159 unsigned Index = Low ? i : NumElems-i-1;
Rafael Espindola15684b22009-04-24 12:40:33 +00003160 SDValue Idx = Mask.getOperand(Index);
3161 if (Idx.getOpcode() == ISD::UNDEF) {
Evan Chengf26ffe92008-05-29 08:22:04 +00003162 ++NumZeros;
3163 continue;
3164 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003165 SDValue Elt = DAG.getShuffleScalarElt(Op.getNode(), Index);
Gabor Greifba36cb52008-08-28 21:40:38 +00003166 if (Elt.getNode() && isZeroNode(Elt))
Evan Chengf26ffe92008-05-29 08:22:04 +00003167 ++NumZeros;
3168 else
3169 break;
3170 }
3171 return NumZeros;
3172}
3173
3174/// isVectorShift - Returns true if the shuffle can be implemented as a
3175/// logical left or right shift of a vector.
Rafael Espindola15684b22009-04-24 12:40:33 +00003176static bool isVectorShift(SDValue Op, SDValue Mask, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00003177 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003178 unsigned NumElems = Mask.getNumOperands();
Evan Chengf26ffe92008-05-29 08:22:04 +00003179
3180 isLeft = true;
Rafael Espindola15684b22009-04-24 12:40:33 +00003181 unsigned NumZeros= getNumOfConsecutiveZeros(Op, Mask, NumElems, true, DAG);
Evan Chengf26ffe92008-05-29 08:22:04 +00003182 if (!NumZeros) {
3183 isLeft = false;
Rafael Espindola15684b22009-04-24 12:40:33 +00003184 NumZeros = getNumOfConsecutiveZeros(Op, Mask, NumElems, false, DAG);
Evan Chengf26ffe92008-05-29 08:22:04 +00003185 if (!NumZeros)
3186 return false;
3187 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003188
Evan Chengf26ffe92008-05-29 08:22:04 +00003189 bool SeenV1 = false;
3190 bool SeenV2 = false;
Rafael Espindola15684b22009-04-24 12:40:33 +00003191 for (unsigned i = NumZeros; i < NumElems; ++i) {
3192 unsigned Val = isLeft ? (i - NumZeros) : i;
3193 SDValue Idx = Mask.getOperand(isLeft ? i : (i - NumZeros));
3194 if (Idx.getOpcode() == ISD::UNDEF)
Evan Chengf26ffe92008-05-29 08:22:04 +00003195 continue;
Rafael Espindola15684b22009-04-24 12:40:33 +00003196 unsigned Index = cast<ConstantSDNode>(Idx)->getZExtValue();
3197 if (Index < NumElems)
Evan Chengf26ffe92008-05-29 08:22:04 +00003198 SeenV1 = true;
3199 else {
Rafael Espindola15684b22009-04-24 12:40:33 +00003200 Index -= NumElems;
Evan Chengf26ffe92008-05-29 08:22:04 +00003201 SeenV2 = true;
3202 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003203 if (Index != Val)
Evan Chengf26ffe92008-05-29 08:22:04 +00003204 return false;
3205 }
3206 if (SeenV1 && SeenV2)
3207 return false;
3208
Rafael Espindola15684b22009-04-24 12:40:33 +00003209 ShVal = SeenV1 ? Op.getOperand(0) : Op.getOperand(1);
Evan Chengf26ffe92008-05-29 08:22:04 +00003210 ShAmt = NumZeros;
3211 return true;
3212}
3213
3214
Evan Chengc78d3b42006-04-24 18:01:45 +00003215/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
3216///
Dan Gohman475871a2008-07-27 21:46:04 +00003217static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00003218 unsigned NumNonZero, unsigned NumZero,
Evan Cheng25ab6902006-09-08 06:48:29 +00003219 SelectionDAG &DAG, TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00003220 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00003221 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00003222
Dale Johannesen6f38cb62009-02-07 19:59:05 +00003223 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00003224 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00003225 bool First = true;
3226 for (unsigned i = 0; i < 16; ++i) {
3227 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
3228 if (ThisIsNonZero && First) {
3229 if (NumZero)
Dale Johannesenace16102009-02-03 19:33:06 +00003230 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00003231 else
Dale Johannesene8d72302009-02-06 23:05:02 +00003232 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00003233 First = false;
3234 }
3235
3236 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00003237 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00003238 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
3239 if (LastIsNonZero) {
Scott Michelfdc40a02009-02-17 22:15:04 +00003240 LastElt = DAG.getNode(ISD::ZERO_EXTEND, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00003241 MVT::i16, Op.getOperand(i-1));
Evan Chengc78d3b42006-04-24 18:01:45 +00003242 }
3243 if (ThisIsNonZero) {
Dale Johannesenace16102009-02-03 19:33:06 +00003244 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i16, Op.getOperand(i));
3245 ThisElt = DAG.getNode(ISD::SHL, dl, MVT::i16,
Evan Chengc78d3b42006-04-24 18:01:45 +00003246 ThisElt, DAG.getConstant(8, MVT::i8));
3247 if (LastIsNonZero)
Dale Johannesenace16102009-02-03 19:33:06 +00003248 ThisElt = DAG.getNode(ISD::OR, dl, MVT::i16, ThisElt, LastElt);
Evan Chengc78d3b42006-04-24 18:01:45 +00003249 } else
3250 ThisElt = LastElt;
3251
Gabor Greifba36cb52008-08-28 21:40:38 +00003252 if (ThisElt.getNode())
Dale Johannesenace16102009-02-03 19:33:06 +00003253 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00003254 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00003255 }
3256 }
3257
Dale Johannesenace16102009-02-03 19:33:06 +00003258 return DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v16i8, V);
Evan Chengc78d3b42006-04-24 18:01:45 +00003259}
3260
Bill Wendlinga348c562007-03-22 18:42:45 +00003261/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00003262///
Dan Gohman475871a2008-07-27 21:46:04 +00003263static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00003264 unsigned NumNonZero, unsigned NumZero,
Evan Cheng25ab6902006-09-08 06:48:29 +00003265 SelectionDAG &DAG, TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00003266 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00003267 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00003268
Dale Johannesen6f38cb62009-02-07 19:59:05 +00003269 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00003270 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00003271 bool First = true;
3272 for (unsigned i = 0; i < 8; ++i) {
3273 bool isNonZero = (NonZeros & (1 << i)) != 0;
3274 if (isNonZero) {
3275 if (First) {
3276 if (NumZero)
Dale Johannesenace16102009-02-03 19:33:06 +00003277 V = getZeroVector(MVT::v8i16, true, DAG, dl);
Evan Chengc78d3b42006-04-24 18:01:45 +00003278 else
Dale Johannesene8d72302009-02-06 23:05:02 +00003279 V = DAG.getUNDEF(MVT::v8i16);
Evan Chengc78d3b42006-04-24 18:01:45 +00003280 First = false;
3281 }
Scott Michelfdc40a02009-02-17 22:15:04 +00003282 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00003283 MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00003284 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00003285 }
3286 }
3287
3288 return V;
3289}
3290
Evan Chengf26ffe92008-05-29 08:22:04 +00003291/// getVShift - Return a vector logical shift node.
3292///
Dan Gohman475871a2008-07-27 21:46:04 +00003293static SDValue getVShift(bool isLeft, MVT VT, SDValue SrcOp,
Rafael Espindola15684b22009-04-24 12:40:33 +00003294 unsigned NumBits, SelectionDAG &DAG,
3295 const TargetLowering &TLI, DebugLoc dl) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003296 bool isMMX = VT.getSizeInBits() == 64;
3297 MVT ShVT = isMMX ? MVT::v1i64 : MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00003298 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
Dale Johannesenace16102009-02-03 19:33:06 +00003299 SrcOp = DAG.getNode(ISD::BIT_CONVERT, dl, ShVT, SrcOp);
3300 return DAG.getNode(ISD::BIT_CONVERT, dl, VT,
3301 DAG.getNode(Opc, dl, ShVT, SrcOp,
Gabor Greif327ef032008-08-28 23:19:51 +00003302 DAG.getConstant(NumBits, TLI.getShiftAmountTy())));
Evan Chengf26ffe92008-05-29 08:22:04 +00003303}
3304
Dan Gohman475871a2008-07-27 21:46:04 +00003305SDValue
3306X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00003307 DebugLoc dl = Op.getDebugLoc();
Chris Lattner8a594482007-11-25 00:24:49 +00003308 // All zero's are handled with pxor, all one's are handled with pcmpeqd.
Gabor Greif327ef032008-08-28 23:19:51 +00003309 if (ISD::isBuildVectorAllZeros(Op.getNode())
3310 || ISD::isBuildVectorAllOnes(Op.getNode())) {
Chris Lattner8a594482007-11-25 00:24:49 +00003311 // Canonicalize this to either <4 x i32> or <2 x i32> (SSE vs MMX) to
3312 // 1) ensure the zero vectors are CSE'd, and 2) ensure that i64 scalars are
3313 // eliminated on x86-32 hosts.
3314 if (Op.getValueType() == MVT::v4i32 || Op.getValueType() == MVT::v2i32)
3315 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003316
Gabor Greifba36cb52008-08-28 21:40:38 +00003317 if (ISD::isBuildVectorAllOnes(Op.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00003318 return getOnesVector(Op.getValueType(), DAG, dl);
3319 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG, dl);
Chris Lattner8a594482007-11-25 00:24:49 +00003320 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00003321
Duncan Sands83ec4b62008-06-06 12:08:01 +00003322 MVT VT = Op.getValueType();
3323 MVT EVT = VT.getVectorElementType();
3324 unsigned EVTBits = EVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00003325
3326 unsigned NumElems = Op.getNumOperands();
3327 unsigned NumZero = 0;
3328 unsigned NumNonZero = 0;
3329 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003330 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00003331 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003332 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003333 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00003334 if (Elt.getOpcode() == ISD::UNDEF)
3335 continue;
3336 Values.insert(Elt);
3337 if (Elt.getOpcode() != ISD::Constant &&
3338 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003339 IsAllConstants = false;
Evan Chengdb2d5242007-12-12 06:45:40 +00003340 if (isZeroNode(Elt))
3341 NumZero++;
3342 else {
3343 NonZeros |= (1 << i);
3344 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003345 }
3346 }
3347
Dan Gohman7f321562007-06-25 16:23:39 +00003348 if (NumNonZero == 0) {
Chris Lattner8a594482007-11-25 00:24:49 +00003349 // All undef vector. Return an UNDEF. All zero vectors were handled above.
Dale Johannesene8d72302009-02-06 23:05:02 +00003350 return DAG.getUNDEF(VT);
Dan Gohman7f321562007-06-25 16:23:39 +00003351 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00003352
Chris Lattner67f453a2008-03-09 05:42:06 +00003353 // Special case for single non-zero, non-undef, element.
Evan Chengdb2d5242007-12-12 06:45:40 +00003354 if (NumNonZero == 1 && NumElems <= 4) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00003355 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00003356 SDValue Item = Op.getOperand(Idx);
Scott Michelfdc40a02009-02-17 22:15:04 +00003357
Chris Lattner62098042008-03-09 01:05:04 +00003358 // If this is an insertion of an i64 value on x86-32, and if the top bits of
3359 // the value are obviously zero, truncate the value to i32 and do the
3360 // insertion that way. Only do this if the value is non-constant or if the
3361 // value is a constant being inserted into element 0. It is cheaper to do
3362 // a constant pool load than it is to do a movd + shuffle.
3363 if (EVT == MVT::i64 && !Subtarget->is64Bit() &&
3364 (!IsAllConstants || Idx == 0)) {
3365 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
3366 // Handle MMX and SSE both.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003367 MVT VecVT = VT == MVT::v2i64 ? MVT::v4i32 : MVT::v2i32;
3368 unsigned VecElts = VT == MVT::v2i64 ? 4 : 2;
Scott Michelfdc40a02009-02-17 22:15:04 +00003369
Chris Lattner62098042008-03-09 01:05:04 +00003370 // Truncate the value (which may itself be a constant) to i32, and
3371 // convert it to a vector with movd (S2V+shuffle to zero extend).
Dale Johannesenace16102009-02-03 19:33:06 +00003372 Item = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Item);
3373 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00003374 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
3375 Subtarget->hasSSE2(), DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00003376
Chris Lattner62098042008-03-09 01:05:04 +00003377 // Now we have our 32-bit value zero extended in the low element of
3378 // a vector. If Idx != 0, swizzle it into place.
3379 if (Idx != 0) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003380 SDValue Ops[] = {
3381 Item, DAG.getUNDEF(Item.getValueType()),
3382 getSwapEltZeroMask(VecElts, Idx, DAG, dl)
3383 };
3384 Item = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VecVT, Ops, 3);
Chris Lattner62098042008-03-09 01:05:04 +00003385 }
Dale Johannesenace16102009-02-03 19:33:06 +00003386 return DAG.getNode(ISD::BIT_CONVERT, dl, Op.getValueType(), Item);
Chris Lattner62098042008-03-09 01:05:04 +00003387 }
3388 }
Scott Michelfdc40a02009-02-17 22:15:04 +00003389
Chris Lattner19f79692008-03-08 22:59:52 +00003390 // If we have a constant or non-constant insertion into the low element of
3391 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
3392 // the rest of the elements. This will be matched as movd/movq/movss/movsd
3393 // depending on what the source datatype is. Because we can only get here
3394 // when NumElems <= 4, this only needs to handle i32/f32/i64/f64.
3395 if (Idx == 0 &&
3396 // Don't do this for i64 values on x86-32.
3397 (EVT != MVT::i64 || Subtarget->is64Bit())) {
Dale Johannesenace16102009-02-03 19:33:06 +00003398 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003399 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
Evan Chengf0df0312008-05-15 08:39:06 +00003400 return getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
3401 Subtarget->hasSSE2(), DAG);
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003402 }
Evan Chengf26ffe92008-05-29 08:22:04 +00003403
3404 // Is it a vector logical left shift?
3405 if (NumElems == 2 && Idx == 1 &&
3406 isZeroNode(Op.getOperand(0)) && !isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003407 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00003408 return getVShift(true, VT,
Scott Michelfdc40a02009-02-17 22:15:04 +00003409 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00003410 VT, Op.getOperand(1)),
Dale Johannesenace16102009-02-03 19:33:06 +00003411 NumBits/2, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00003412 }
Scott Michelfdc40a02009-02-17 22:15:04 +00003413
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003414 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00003415 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00003416
Chris Lattner19f79692008-03-08 22:59:52 +00003417 // Otherwise, if this is a vector with i32 or f32 elements, and the element
3418 // is a non-constant being inserted into an element other than the low one,
3419 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
3420 // movd/movss) to move this into the low element, then shuffle it into
3421 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00003422 if (EVTBits == 32) {
Dale Johannesenace16102009-02-03 19:33:06 +00003423 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Item);
Scott Michelfdc40a02009-02-17 22:15:04 +00003424
Evan Cheng0db9fe62006-04-25 20:13:52 +00003425 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00003426 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
3427 Subtarget->hasSSE2(), DAG);
Rafael Espindola15684b22009-04-24 12:40:33 +00003428 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3429 MVT MaskEVT = MaskVT.getVectorElementType();
3430 SmallVector<SDValue, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003431 for (unsigned i = 0; i < NumElems; i++)
Rafael Espindola15684b22009-04-24 12:40:33 +00003432 MaskVec.push_back(DAG.getConstant((i == Idx) ? 0 : 1, MaskEVT));
3433 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
3434 &MaskVec[0], MaskVec.size());
3435 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, Item,
3436 DAG.getUNDEF(VT), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003437 }
3438 }
3439
Chris Lattner67f453a2008-03-09 05:42:06 +00003440 // Splat is obviously ok. Let legalizer expand it to a shuffle.
3441 if (Values.size() == 1)
Dan Gohman475871a2008-07-27 21:46:04 +00003442 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00003443
Dan Gohmana3941172007-07-24 22:55:08 +00003444 // A vector full of immediates; various special cases are already
3445 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003446 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00003447 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00003448
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003449 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00003450 if (EVTBits == 64) {
3451 if (NumNonZero == 1) {
3452 // One half is zero or undef.
3453 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dale Johannesenace16102009-02-03 19:33:06 +00003454 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00003455 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00003456 return getShuffleVectorZeroOrUndef(V2, Idx, true,
3457 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00003458 }
Dan Gohman475871a2008-07-27 21:46:04 +00003459 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00003460 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00003461
3462 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00003463 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00003464 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00003465 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00003466 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003467 }
3468
Bill Wendling826f36f2007-03-28 00:57:11 +00003469 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00003470 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00003471 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00003472 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003473 }
3474
3475 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00003476 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00003477 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003478 if (NumElems == 4 && NumZero > 0) {
3479 for (unsigned i = 0; i < 4; ++i) {
3480 bool isZero = !(NonZeros & (1 << i));
3481 if (isZero)
Dale Johannesenace16102009-02-03 19:33:06 +00003482 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003483 else
Dale Johannesenace16102009-02-03 19:33:06 +00003484 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00003485 }
3486
3487 for (unsigned i = 0; i < 2; ++i) {
3488 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
3489 default: break;
3490 case 0:
3491 V[i] = V[i*2]; // Must be a zero vector.
3492 break;
3493 case 1:
Rafael Espindola15684b22009-04-24 12:40:33 +00003494 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V[i*2+1], V[i*2],
3495 getMOVLMask(NumElems, DAG, dl));
Evan Cheng0db9fe62006-04-25 20:13:52 +00003496 break;
3497 case 2:
Rafael Espindola15684b22009-04-24 12:40:33 +00003498 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V[i*2], V[i*2+1],
3499 getMOVLMask(NumElems, DAG, dl));
Evan Cheng0db9fe62006-04-25 20:13:52 +00003500 break;
3501 case 3:
Rafael Espindola15684b22009-04-24 12:40:33 +00003502 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V[i*2], V[i*2+1],
3503 getUnpacklMask(NumElems, DAG, dl));
Evan Cheng0db9fe62006-04-25 20:13:52 +00003504 break;
3505 }
3506 }
3507
Rafael Espindola15684b22009-04-24 12:40:33 +00003508 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3509 MVT EVT = MaskVT.getVectorElementType();
3510 SmallVector<SDValue, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003511 bool Reverse = (NonZeros & 0x3) == 2;
3512 for (unsigned i = 0; i < 2; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003513 if (Reverse)
3514 MaskVec.push_back(DAG.getConstant(1-i, EVT));
3515 else
3516 MaskVec.push_back(DAG.getConstant(i, EVT));
Evan Cheng0db9fe62006-04-25 20:13:52 +00003517 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
3518 for (unsigned i = 0; i < 2; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003519 if (Reverse)
3520 MaskVec.push_back(DAG.getConstant(1-i+NumElems, EVT));
3521 else
3522 MaskVec.push_back(DAG.getConstant(i+NumElems, EVT));
3523 SDValue ShufMask = DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
3524 &MaskVec[0], MaskVec.size());
3525 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V[0], V[1], ShufMask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003526 }
3527
3528 if (Values.size() > 2) {
3529 // Expand into a number of unpckl*.
3530 // e.g. for v4f32
3531 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
3532 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
3533 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Rafael Espindola15684b22009-04-24 12:40:33 +00003534 SDValue UnpckMask = getUnpacklMask(NumElems, DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003535 for (unsigned i = 0; i < NumElems; ++i)
Dale Johannesenace16102009-02-03 19:33:06 +00003536 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Op.getOperand(i));
Evan Cheng0db9fe62006-04-25 20:13:52 +00003537 NumElems >>= 1;
3538 while (NumElems != 0) {
3539 for (unsigned i = 0; i < NumElems; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003540 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V[i], V[i + NumElems],
3541 UnpckMask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003542 NumElems >>= 1;
3543 }
3544 return V[0];
3545 }
3546
Dan Gohman475871a2008-07-27 21:46:04 +00003547 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00003548}
3549
Nate Begemanb9a47b82009-02-23 08:49:38 +00003550// v8i16 shuffles - Prefer shuffles in the following order:
3551// 1. [all] pshuflw, pshufhw, optional move
3552// 2. [ssse3] 1 x pshufb
3553// 3. [ssse3] 2 x pshufb + 1 x por
3554// 4. [all] mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003555static
Rafael Espindola15684b22009-04-24 12:40:33 +00003556SDValue LowerVECTOR_SHUFFLEv8i16(SDValue V1, SDValue V2,
3557 SDValue PermMask, SelectionDAG &DAG,
3558 X86TargetLowering &TLI, DebugLoc dl) {
3559 SmallVector<SDValue, 8> MaskElts(PermMask.getNode()->op_begin(),
3560 PermMask.getNode()->op_end());
Nate Begemanb9a47b82009-02-23 08:49:38 +00003561 SmallVector<int, 8> MaskVals;
Evan Cheng14b32e12007-12-11 01:46:18 +00003562
Nate Begemanb9a47b82009-02-23 08:49:38 +00003563 // Determine if more than 1 of the words in each of the low and high quadwords
3564 // of the result come from the same quadword of one of the two inputs. Undef
3565 // mask values count as coming from any quadword, for better codegen.
3566 SmallVector<unsigned, 4> LoQuad(4);
3567 SmallVector<unsigned, 4> HiQuad(4);
3568 BitVector InputQuads(4);
3569 for (unsigned i = 0; i < 8; ++i) {
3570 SmallVectorImpl<unsigned> &Quad = i < 4 ? LoQuad : HiQuad;
Rafael Espindola15684b22009-04-24 12:40:33 +00003571 SDValue Elt = MaskElts[i];
3572 int EltIdx = Elt.getOpcode() == ISD::UNDEF ? -1 :
3573 cast<ConstantSDNode>(Elt)->getZExtValue();
Nate Begemanb9a47b82009-02-23 08:49:38 +00003574 MaskVals.push_back(EltIdx);
3575 if (EltIdx < 0) {
3576 ++Quad[0];
3577 ++Quad[1];
3578 ++Quad[2];
3579 ++Quad[3];
Evan Cheng14b32e12007-12-11 01:46:18 +00003580 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00003581 }
3582 ++Quad[EltIdx / 4];
3583 InputQuads.set(EltIdx / 4);
Evan Cheng14b32e12007-12-11 01:46:18 +00003584 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003585
Nate Begemanb9a47b82009-02-23 08:49:38 +00003586 int BestLoQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00003587 unsigned MaxQuad = 1;
3588 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00003589 if (LoQuad[i] > MaxQuad) {
3590 BestLoQuad = i;
3591 MaxQuad = LoQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003592 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003593 }
3594
Nate Begemanb9a47b82009-02-23 08:49:38 +00003595 int BestHiQuad = -1;
Evan Cheng14b32e12007-12-11 01:46:18 +00003596 MaxQuad = 1;
3597 for (unsigned i = 0; i < 4; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00003598 if (HiQuad[i] > MaxQuad) {
3599 BestHiQuad = i;
3600 MaxQuad = HiQuad[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003601 }
3602 }
3603
Nate Begemanb9a47b82009-02-23 08:49:38 +00003604 // For SSSE3, If all 8 words of the result come from only 1 quadword of each
3605 // of the two input vectors, shuffle them into one input vector so only a
3606 // single pshufb instruction is necessary. If There are more than 2 input
3607 // quads, disable the next transformation since it does not help SSSE3.
3608 bool V1Used = InputQuads[0] || InputQuads[1];
3609 bool V2Used = InputQuads[2] || InputQuads[3];
3610 if (TLI.getSubtarget()->hasSSSE3()) {
3611 if (InputQuads.count() == 2 && V1Used && V2Used) {
3612 BestLoQuad = InputQuads.find_first();
3613 BestHiQuad = InputQuads.find_next(BestLoQuad);
3614 }
3615 if (InputQuads.count() > 2) {
3616 BestLoQuad = -1;
3617 BestHiQuad = -1;
3618 }
3619 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003620
Nate Begemanb9a47b82009-02-23 08:49:38 +00003621 // If BestLoQuad or BestHiQuad are set, shuffle the quads together and update
3622 // the shuffle mask. If a quad is scored as -1, that means that it contains
3623 // words from all 4 input quadwords.
3624 SDValue NewV;
3625 if (BestLoQuad >= 0 || BestHiQuad >= 0) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003626 SmallVector<SDValue,8> MaskV;
3627 MaskV.push_back(DAG.getConstant(BestLoQuad < 0 ? 0 : BestLoQuad, MVT::i64));
3628 MaskV.push_back(DAG.getConstant(BestHiQuad < 0 ? 1 : BestHiQuad, MVT::i64));
3629 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2i64, &MaskV[0], 2);
3630
3631 NewV = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v2i64,
3632 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2i64, V1),
3633 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2i64, V2), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00003634 NewV = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v8i16, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00003635
Nate Begemanb9a47b82009-02-23 08:49:38 +00003636 // Rewrite the MaskVals and assign NewV to V1 if NewV now contains all the
3637 // source words for the shuffle, to aid later transformations.
3638 bool AllWordsInNewV = true;
Mon P Wang37b9a192009-03-11 06:35:11 +00003639 bool InOrder[2] = { true, true };
Evan Cheng14b32e12007-12-11 01:46:18 +00003640 for (unsigned i = 0; i != 8; ++i) {
Nate Begemanb9a47b82009-02-23 08:49:38 +00003641 int idx = MaskVals[i];
Mon P Wang37b9a192009-03-11 06:35:11 +00003642 if (idx != (int)i)
3643 InOrder[i/4] = false;
Nate Begemanb9a47b82009-02-23 08:49:38 +00003644 if (idx < 0 || (idx/4) == BestLoQuad || (idx/4) == BestHiQuad)
Evan Cheng14b32e12007-12-11 01:46:18 +00003645 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00003646 AllWordsInNewV = false;
3647 break;
Evan Cheng14b32e12007-12-11 01:46:18 +00003648 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003649
Nate Begemanb9a47b82009-02-23 08:49:38 +00003650 bool pshuflw = AllWordsInNewV, pshufhw = AllWordsInNewV;
3651 if (AllWordsInNewV) {
3652 for (int i = 0; i != 8; ++i) {
3653 int idx = MaskVals[i];
3654 if (idx < 0)
Evan Cheng14b32e12007-12-11 01:46:18 +00003655 continue;
Nate Begemanb9a47b82009-02-23 08:49:38 +00003656 idx = MaskVals[i] = (idx / 4) == BestLoQuad ? (idx & 3) : (idx & 3) + 4;
3657 if ((idx != i) && idx < 4)
3658 pshufhw = false;
3659 if ((idx != i) && idx > 3)
3660 pshuflw = false;
Evan Cheng14b32e12007-12-11 01:46:18 +00003661 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00003662 V1 = NewV;
3663 V2Used = false;
3664 BestLoQuad = 0;
3665 BestHiQuad = 1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003666 }
Evan Cheng14b32e12007-12-11 01:46:18 +00003667
Nate Begemanb9a47b82009-02-23 08:49:38 +00003668 // If we've eliminated the use of V2, and the new mask is a pshuflw or
3669 // pshufhw, that's as cheap as it gets. Return the new shuffle.
Mon P Wang37b9a192009-03-11 06:35:11 +00003670 if ((pshufhw && InOrder[0]) || (pshuflw && InOrder[1])) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003671 MaskV.clear();
3672 for (unsigned i = 0; i != 8; ++i)
3673 MaskV.push_back((MaskVals[i] < 0) ? DAG.getUNDEF(MVT::i16)
3674 : DAG.getConstant(MaskVals[i],
3675 MVT::i16));
3676 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v8i16, NewV,
3677 DAG.getUNDEF(MVT::v8i16),
3678 DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v8i16,
3679 &MaskV[0], 8));
Evan Cheng14b32e12007-12-11 01:46:18 +00003680 }
Evan Cheng14b32e12007-12-11 01:46:18 +00003681 }
Nate Begemanb9a47b82009-02-23 08:49:38 +00003682
3683 // If we have SSSE3, and all words of the result are from 1 input vector,
3684 // case 2 is generated, otherwise case 3 is generated. If no SSSE3
3685 // is present, fall back to case 4.
3686 if (TLI.getSubtarget()->hasSSSE3()) {
3687 SmallVector<SDValue,16> pshufbMask;
3688
3689 // If we have elements from both input vectors, set the high bit of the
3690 // shuffle mask element to zero out elements that come from V2 in the V1
3691 // mask, and elements that come from V1 in the V2 mask, so that the two
3692 // results can be OR'd together.
3693 bool TwoInputs = V1Used && V2Used;
3694 for (unsigned i = 0; i != 8; ++i) {
3695 int EltIdx = MaskVals[i] * 2;
3696 if (TwoInputs && (EltIdx >= 16)) {
3697 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
3698 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
3699 continue;
3700 }
3701 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
3702 pshufbMask.push_back(DAG.getConstant(EltIdx+1, MVT::i8));
3703 }
3704 V1 = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v16i8, V1);
3705 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00003706 DAG.getNode(ISD::BUILD_VECTOR, dl,
3707 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003708 if (!TwoInputs)
3709 return DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v8i16, V1);
3710
3711 // Calculate the shuffle mask for the second input, shuffle it, and
3712 // OR it with the first shuffled input.
3713 pshufbMask.clear();
3714 for (unsigned i = 0; i != 8; ++i) {
3715 int EltIdx = MaskVals[i] * 2;
3716 if (EltIdx < 16) {
3717 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
3718 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
3719 continue;
3720 }
3721 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
3722 pshufbMask.push_back(DAG.getConstant(EltIdx - 15, MVT::i8));
3723 }
3724 V2 = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v16i8, V2);
3725 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00003726 DAG.getNode(ISD::BUILD_VECTOR, dl,
3727 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003728 V1 = DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
3729 return DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v8i16, V1);
3730 }
3731
3732 // If BestLoQuad >= 0, generate a pshuflw to put the low elements in order,
3733 // and update MaskVals with new element order.
3734 BitVector InOrder(8);
3735 if (BestLoQuad >= 0) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003736 SmallVector<SDValue, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00003737 for (int i = 0; i != 4; ++i) {
3738 int idx = MaskVals[i];
3739 if (idx < 0) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003740 MaskV.push_back(DAG.getUNDEF(MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003741 InOrder.set(i);
3742 } else if ((idx / 4) == BestLoQuad) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003743 MaskV.push_back(DAG.getConstant(idx & 3, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003744 InOrder.set(i);
3745 } else {
Rafael Espindola15684b22009-04-24 12:40:33 +00003746 MaskV.push_back(DAG.getUNDEF(MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003747 }
3748 }
3749 for (unsigned i = 4; i != 8; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003750 MaskV.push_back(DAG.getConstant(i, MVT::i16));
3751 NewV = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v8i16, NewV,
3752 DAG.getUNDEF(MVT::v8i16),
3753 DAG.getNode(ISD::BUILD_VECTOR, dl,
3754 MVT::v8i16, &MaskV[0], 8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003755 }
3756
3757 // If BestHi >= 0, generate a pshufhw to put the high elements in order,
3758 // and update MaskVals with the new element order.
3759 if (BestHiQuad >= 0) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003760 SmallVector<SDValue, 8> MaskV;
Nate Begemanb9a47b82009-02-23 08:49:38 +00003761 for (unsigned i = 0; i != 4; ++i)
Rafael Espindola15684b22009-04-24 12:40:33 +00003762 MaskV.push_back(DAG.getConstant(i, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003763 for (unsigned i = 4; i != 8; ++i) {
3764 int idx = MaskVals[i];
3765 if (idx < 0) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003766 MaskV.push_back(DAG.getUNDEF(MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003767 InOrder.set(i);
3768 } else if ((idx / 4) == BestHiQuad) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003769 MaskV.push_back(DAG.getConstant((idx & 3) + 4, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003770 InOrder.set(i);
3771 } else {
Rafael Espindola15684b22009-04-24 12:40:33 +00003772 MaskV.push_back(DAG.getUNDEF(MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003773 }
3774 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003775 NewV = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v8i16, NewV,
3776 DAG.getUNDEF(MVT::v8i16),
3777 DAG.getNode(ISD::BUILD_VECTOR, dl,
3778 MVT::v8i16, &MaskV[0], 8));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003779 }
3780
3781 // In case BestHi & BestLo were both -1, which means each quadword has a word
3782 // from each of the four input quadwords, calculate the InOrder bitvector now
3783 // before falling through to the insert/extract cleanup.
3784 if (BestLoQuad == -1 && BestHiQuad == -1) {
3785 NewV = V1;
3786 for (int i = 0; i != 8; ++i)
3787 if (MaskVals[i] < 0 || MaskVals[i] == i)
3788 InOrder.set(i);
3789 }
3790
3791 // The other elements are put in the right place using pextrw and pinsrw.
3792 for (unsigned i = 0; i != 8; ++i) {
3793 if (InOrder[i])
3794 continue;
3795 int EltIdx = MaskVals[i];
3796 if (EltIdx < 0)
3797 continue;
3798 SDValue ExtOp = (EltIdx < 8)
3799 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V1,
3800 DAG.getIntPtrConstant(EltIdx))
3801 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, V2,
3802 DAG.getIntPtrConstant(EltIdx - 8));
3803 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, ExtOp,
3804 DAG.getIntPtrConstant(i));
3805 }
3806 return NewV;
3807}
3808
3809// v16i8 shuffles - Prefer shuffles in the following order:
3810// 1. [ssse3] 1 x pshufb
3811// 2. [ssse3] 2 x pshufb + 1 x por
3812// 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
3813static
Rafael Espindola15684b22009-04-24 12:40:33 +00003814SDValue LowerVECTOR_SHUFFLEv16i8(SDValue V1, SDValue V2,
3815 SDValue PermMask, SelectionDAG &DAG,
3816 X86TargetLowering &TLI, DebugLoc dl) {
3817 SmallVector<SDValue, 16> MaskElts(PermMask.getNode()->op_begin(),
3818 PermMask.getNode()->op_end());
Nate Begemanb9a47b82009-02-23 08:49:38 +00003819 SmallVector<int, 16> MaskVals;
3820
3821 // If we have SSSE3, case 1 is generated when all result bytes come from
3822 // one of the inputs. Otherwise, case 2 is generated. If no SSSE3 is
3823 // present, fall back to case 3.
3824 // FIXME: kill V2Only once shuffles are canonizalized by getNode.
3825 bool V1Only = true;
3826 bool V2Only = true;
3827 for (unsigned i = 0; i < 16; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003828 SDValue Elt = MaskElts[i];
3829 int EltIdx = Elt.getOpcode() == ISD::UNDEF ? -1 :
3830 cast<ConstantSDNode>(Elt)->getZExtValue();
Nate Begemanb9a47b82009-02-23 08:49:38 +00003831 MaskVals.push_back(EltIdx);
3832 if (EltIdx < 0)
3833 continue;
3834 if (EltIdx < 16)
3835 V2Only = false;
3836 else
3837 V1Only = false;
3838 }
3839
3840 // If SSSE3, use 1 pshufb instruction per vector with elements in the result.
3841 if (TLI.getSubtarget()->hasSSSE3()) {
3842 SmallVector<SDValue,16> pshufbMask;
3843
3844 // If all result elements are from one input vector, then only translate
3845 // undef mask values to 0x80 (zero out result) in the pshufb mask.
3846 //
3847 // Otherwise, we have elements from both input vectors, and must zero out
3848 // elements that come from V2 in the first mask, and V1 in the second mask
3849 // so that we can OR them together.
3850 bool TwoInputs = !(V1Only || V2Only);
3851 for (unsigned i = 0; i != 16; ++i) {
3852 int EltIdx = MaskVals[i];
3853 if (EltIdx < 0 || (TwoInputs && EltIdx >= 16)) {
3854 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
3855 continue;
3856 }
3857 pshufbMask.push_back(DAG.getConstant(EltIdx, MVT::i8));
3858 }
3859 // If all the elements are from V2, assign it to V1 and return after
3860 // building the first pshufb.
3861 if (V2Only)
3862 V1 = V2;
3863 V1 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V1,
Evan Chenga87008d2009-02-25 22:49:59 +00003864 DAG.getNode(ISD::BUILD_VECTOR, dl,
3865 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003866 if (!TwoInputs)
3867 return V1;
3868
3869 // Calculate the shuffle mask for the second input, shuffle it, and
3870 // OR it with the first shuffled input.
3871 pshufbMask.clear();
3872 for (unsigned i = 0; i != 16; ++i) {
3873 int EltIdx = MaskVals[i];
3874 if (EltIdx < 16) {
3875 pshufbMask.push_back(DAG.getConstant(0x80, MVT::i8));
3876 continue;
3877 }
3878 pshufbMask.push_back(DAG.getConstant(EltIdx - 16, MVT::i8));
3879 }
3880 V2 = DAG.getNode(X86ISD::PSHUFB, dl, MVT::v16i8, V2,
Evan Chenga87008d2009-02-25 22:49:59 +00003881 DAG.getNode(ISD::BUILD_VECTOR, dl,
3882 MVT::v16i8, &pshufbMask[0], 16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003883 return DAG.getNode(ISD::OR, dl, MVT::v16i8, V1, V2);
3884 }
3885
3886 // No SSSE3 - Calculate in place words and then fix all out of place words
3887 // With 0-16 extracts & inserts. Worst case is 16 bytes out of order from
3888 // the 16 different words that comprise the two doublequadword input vectors.
3889 V1 = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v8i16, V1);
3890 V2 = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v8i16, V2);
3891 SDValue NewV = V2Only ? V2 : V1;
3892 for (int i = 0; i != 8; ++i) {
3893 int Elt0 = MaskVals[i*2];
3894 int Elt1 = MaskVals[i*2+1];
3895
3896 // This word of the result is all undef, skip it.
3897 if (Elt0 < 0 && Elt1 < 0)
3898 continue;
3899
3900 // This word of the result is already in the correct place, skip it.
3901 if (V1Only && (Elt0 == i*2) && (Elt1 == i*2+1))
3902 continue;
3903 if (V2Only && (Elt0 == i*2+16) && (Elt1 == i*2+17))
3904 continue;
3905
3906 SDValue Elt0Src = Elt0 < 16 ? V1 : V2;
3907 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
3908 SDValue InsElt;
Mon P Wang6b3ef692009-03-11 18:47:57 +00003909
3910 // If Elt0 and Elt1 are defined, are consecutive, and can be load
3911 // using a single extract together, load it and store it.
3912 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
3913 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
3914 DAG.getIntPtrConstant(Elt1 / 2));
3915 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
3916 DAG.getIntPtrConstant(i));
3917 continue;
3918 }
3919
Nate Begemanb9a47b82009-02-23 08:49:38 +00003920 // If Elt1 is defined, extract it from the appropriate source. If the
Mon P Wang6b3ef692009-03-11 18:47:57 +00003921 // source byte is not also odd, shift the extracted word left 8 bits
3922 // otherwise clear the bottom 8 bits if we need to do an or.
Nate Begemanb9a47b82009-02-23 08:49:38 +00003923 if (Elt1 >= 0) {
3924 InsElt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16, Elt1Src,
3925 DAG.getIntPtrConstant(Elt1 / 2));
3926 if ((Elt1 & 1) == 0)
3927 InsElt = DAG.getNode(ISD::SHL, dl, MVT::i16, InsElt,
3928 DAG.getConstant(8, TLI.getShiftAmountTy()));
Mon P Wang6b3ef692009-03-11 18:47:57 +00003929 else if (Elt0 >= 0)
3930 InsElt = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt,
3931 DAG.getConstant(0xFF00, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003932 }
3933 // If Elt0 is defined, extract it from the appropriate source. If the
3934 // source byte is not also even, shift the extracted word right 8 bits. If
3935 // Elt1 was also defined, OR the extracted values together before
3936 // inserting them in the result.
3937 if (Elt0 >= 0) {
3938 SDValue InsElt0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i16,
3939 Elt0Src, DAG.getIntPtrConstant(Elt0 / 2));
3940 if ((Elt0 & 1) != 0)
3941 InsElt0 = DAG.getNode(ISD::SRL, dl, MVT::i16, InsElt0,
3942 DAG.getConstant(8, TLI.getShiftAmountTy()));
Mon P Wang6b3ef692009-03-11 18:47:57 +00003943 else if (Elt1 >= 0)
3944 InsElt0 = DAG.getNode(ISD::AND, dl, MVT::i16, InsElt0,
3945 DAG.getConstant(0x00FF, MVT::i16));
Nate Begemanb9a47b82009-02-23 08:49:38 +00003946 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)
3947 : InsElt0;
3948 }
3949 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, MVT::v8i16, NewV, InsElt,
3950 DAG.getIntPtrConstant(i));
3951 }
3952 return DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v16i8, NewV);
Evan Cheng14b32e12007-12-11 01:46:18 +00003953}
3954
Evan Cheng7a831ce2007-12-15 03:00:47 +00003955/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
3956/// ones, or rewriting v4i32 / v2f32 as 2 wide ones if possible. This can be
3957/// done when every pair / quad of shuffle mask elements point to elements in
3958/// the right sequence. e.g.
Evan Cheng14b32e12007-12-11 01:46:18 +00003959/// vector_shuffle <>, <>, < 3, 4, | 10, 11, | 0, 1, | 14, 15>
3960static
Rafael Espindola15684b22009-04-24 12:40:33 +00003961SDValue RewriteAsNarrowerShuffle(SDValue V1, SDValue V2,
3962 MVT VT,
3963 SDValue PermMask, SelectionDAG &DAG,
3964 TargetLowering &TLI, DebugLoc dl) {
3965 unsigned NumElems = PermMask.getNumOperands();
Evan Cheng7a831ce2007-12-15 03:00:47 +00003966 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Duncan Sands83ec4b62008-06-06 12:08:01 +00003967 MVT MaskVT = MVT::getIntVectorWithNumElements(NewWidth);
Duncan Sandsd038e042008-07-21 10:20:31 +00003968 MVT MaskEltVT = MaskVT.getVectorElementType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00003969 MVT NewVT = MaskVT;
3970 switch (VT.getSimpleVT()) {
3971 default: assert(false && "Unexpected!");
Evan Cheng7a831ce2007-12-15 03:00:47 +00003972 case MVT::v4f32: NewVT = MVT::v2f64; break;
3973 case MVT::v4i32: NewVT = MVT::v2i64; break;
3974 case MVT::v8i16: NewVT = MVT::v4i32; break;
3975 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00003976 }
3977
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00003978 if (NewWidth == 2) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003979 if (VT.isInteger())
Evan Cheng7a831ce2007-12-15 03:00:47 +00003980 NewVT = MVT::v2i64;
3981 else
3982 NewVT = MVT::v2f64;
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00003983 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003984 unsigned Scale = NumElems / NewWidth;
3985 SmallVector<SDValue, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00003986 for (unsigned i = 0; i < NumElems; i += Scale) {
Rafael Espindola15684b22009-04-24 12:40:33 +00003987 unsigned StartIdx = ~0U;
3988 for (unsigned j = 0; j < Scale; ++j) {
3989 SDValue Elt = PermMask.getOperand(i+j);
3990 if (Elt.getOpcode() == ISD::UNDEF)
Evan Cheng14b32e12007-12-11 01:46:18 +00003991 continue;
Rafael Espindola15684b22009-04-24 12:40:33 +00003992 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
3993 if (StartIdx == ~0U)
Evan Cheng14b32e12007-12-11 01:46:18 +00003994 StartIdx = EltIdx - (EltIdx % Scale);
3995 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00003996 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003997 }
Rafael Espindola15684b22009-04-24 12:40:33 +00003998 if (StartIdx == ~0U)
3999 MaskVec.push_back(DAG.getUNDEF(MaskEltVT));
Evan Cheng14b32e12007-12-11 01:46:18 +00004000 else
Rafael Espindola15684b22009-04-24 12:40:33 +00004001 MaskVec.push_back(DAG.getConstant(StartIdx / Scale, MaskEltVT));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004002 }
4003
Dale Johannesenace16102009-02-03 19:33:06 +00004004 V1 = DAG.getNode(ISD::BIT_CONVERT, dl, NewVT, V1);
4005 V2 = DAG.getNode(ISD::BIT_CONVERT, dl, NewVT, V2);
Rafael Espindola15684b22009-04-24 12:40:33 +00004006 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, NewVT, V1, V2,
4007 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4008 &MaskVec[0], MaskVec.size()));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00004009}
4010
Evan Chengd880b972008-05-09 21:53:03 +00004011/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00004012///
Dan Gohman475871a2008-07-27 21:46:04 +00004013static SDValue getVZextMovL(MVT VT, MVT OpVT,
Rafael Espindola15684b22009-04-24 12:40:33 +00004014 SDValue SrcOp, SelectionDAG &DAG,
4015 const X86Subtarget *Subtarget, DebugLoc dl) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00004016 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
4017 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00004018 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00004019 LD = dyn_cast<LoadSDNode>(SrcOp);
4020 if (!LD) {
4021 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
4022 // instead.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004023 MVT EVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Evan Cheng7e2ff772008-05-08 00:57:18 +00004024 if ((EVT != MVT::i64 || Subtarget->is64Bit()) &&
4025 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
4026 SrcOp.getOperand(0).getOpcode() == ISD::BIT_CONVERT &&
4027 SrcOp.getOperand(0).getOperand(0).getValueType() == EVT) {
4028 // PR2108
4029 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
Dale Johannesenace16102009-02-03 19:33:06 +00004030 return DAG.getNode(ISD::BIT_CONVERT, dl, VT,
4031 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
4032 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
4033 OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00004034 SrcOp.getOperand(0)
4035 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00004036 }
4037 }
4038 }
4039
Dale Johannesenace16102009-02-03 19:33:06 +00004040 return DAG.getNode(ISD::BIT_CONVERT, dl, VT,
4041 DAG.getNode(X86ISD::VZEXT_MOVL, dl, OpVT,
Scott Michelfdc40a02009-02-17 22:15:04 +00004042 DAG.getNode(ISD::BIT_CONVERT, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00004043 OpVT, SrcOp)));
Evan Cheng7e2ff772008-05-08 00:57:18 +00004044}
4045
Evan Chengace3c172008-07-22 21:13:36 +00004046/// LowerVECTOR_SHUFFLE_4wide - Handle all 4 wide cases with a number of
4047/// shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00004048static SDValue
Rafael Espindola15684b22009-04-24 12:40:33 +00004049LowerVECTOR_SHUFFLE_4wide(SDValue V1, SDValue V2,
4050 SDValue PermMask, MVT VT, SelectionDAG &DAG,
4051 DebugLoc dl) {
4052 MVT MaskVT = PermMask.getValueType();
4053 MVT MaskEVT = MaskVT.getVectorElementType();
Evan Chengace3c172008-07-22 21:13:36 +00004054 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00004055 Locs.resize(4);
Rafael Espindola15684b22009-04-24 12:40:33 +00004056 SmallVector<SDValue, 8> Mask1(4, DAG.getUNDEF(MaskEVT));
Evan Chengace3c172008-07-22 21:13:36 +00004057 unsigned NumHi = 0;
4058 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00004059 for (unsigned i = 0; i != 4; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004060 SDValue Elt = PermMask.getOperand(i);
4061 if (Elt.getOpcode() == ISD::UNDEF) {
Evan Chengace3c172008-07-22 21:13:36 +00004062 Locs[i] = std::make_pair(-1, -1);
4063 } else {
Rafael Espindola15684b22009-04-24 12:40:33 +00004064 unsigned Val = cast<ConstantSDNode>(Elt)->getZExtValue();
4065 assert(Val < 8 && "Invalid VECTOR_SHUFFLE index!");
4066 if (Val < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00004067 Locs[i] = std::make_pair(0, NumLo);
Rafael Espindola15684b22009-04-24 12:40:33 +00004068 Mask1[NumLo] = Elt;
Evan Chengace3c172008-07-22 21:13:36 +00004069 NumLo++;
4070 } else {
4071 Locs[i] = std::make_pair(1, NumHi);
4072 if (2+NumHi < 4)
Rafael Espindola15684b22009-04-24 12:40:33 +00004073 Mask1[2+NumHi] = Elt;
Evan Chengace3c172008-07-22 21:13:36 +00004074 NumHi++;
4075 }
4076 }
4077 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004078
Evan Chengace3c172008-07-22 21:13:36 +00004079 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004080 // If no more than two elements come from either vector. This can be
4081 // implemented with two shuffles. First shuffle gather the elements.
4082 // The second shuffle, which takes the first shuffle as both of its
4083 // vector operands, put the elements into the right order.
Rafael Espindola15684b22009-04-24 12:40:33 +00004084 V1 = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2,
4085 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4086 &Mask1[0], Mask1.size()));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004087
Rafael Espindola15684b22009-04-24 12:40:33 +00004088 SmallVector<SDValue, 8> Mask2(4, DAG.getUNDEF(MaskEVT));
Evan Chengace3c172008-07-22 21:13:36 +00004089 for (unsigned i = 0; i != 4; ++i) {
4090 if (Locs[i].first == -1)
4091 continue;
4092 else {
4093 unsigned Idx = (i < 2) ? 0 : 4;
4094 Idx += Locs[i].first * 2 + Locs[i].second;
Rafael Espindola15684b22009-04-24 12:40:33 +00004095 Mask2[i] = DAG.getConstant(Idx, MaskEVT);
Evan Chengace3c172008-07-22 21:13:36 +00004096 }
4097 }
4098
Rafael Espindola15684b22009-04-24 12:40:33 +00004099 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V1,
4100 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4101 &Mask2[0], Mask2.size()));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004102 } else if (NumLo == 3 || NumHi == 3) {
4103 // Otherwise, we must have three elements from one vector, call it X, and
4104 // one element from the other, call it Y. First, use a shufps to build an
4105 // intermediate vector with the one element from Y and the element from X
4106 // that will be in the same half in the final destination (the indexes don't
4107 // matter). Then, use a shufps to build the final vector, taking the half
4108 // containing the element from Y from the intermediate, and the other half
4109 // from X.
4110 if (NumHi == 3) {
4111 // Normalize it so the 3 elements come from V1.
Rafael Espindola15684b22009-04-24 12:40:33 +00004112 PermMask = CommuteVectorShuffleMask(PermMask, DAG, dl);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004113 std::swap(V1, V2);
4114 }
4115
4116 // Find the element from V2.
4117 unsigned HiIndex;
4118 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004119 SDValue Elt = PermMask.getOperand(HiIndex);
4120 if (Elt.getOpcode() == ISD::UNDEF)
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004121 continue;
Rafael Espindola15684b22009-04-24 12:40:33 +00004122 unsigned Val = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004123 if (Val >= 4)
4124 break;
4125 }
4126
Rafael Espindola15684b22009-04-24 12:40:33 +00004127 Mask1[0] = PermMask.getOperand(HiIndex);
4128 Mask1[1] = DAG.getUNDEF(MaskEVT);
4129 Mask1[2] = PermMask.getOperand(HiIndex^1);
4130 Mask1[3] = DAG.getUNDEF(MaskEVT);
4131 V2 = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2,
4132 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT, &Mask1[0], 4));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004133
4134 if (HiIndex >= 2) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004135 Mask1[0] = PermMask.getOperand(0);
4136 Mask1[1] = PermMask.getOperand(1);
4137 Mask1[2] = DAG.getConstant(HiIndex & 1 ? 6 : 4, MaskEVT);
4138 Mask1[3] = DAG.getConstant(HiIndex & 1 ? 4 : 6, MaskEVT);
4139 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2,
4140 DAG.getNode(ISD::BUILD_VECTOR, dl,
4141 MaskVT, &Mask1[0], 4));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004142 } else {
Rafael Espindola15684b22009-04-24 12:40:33 +00004143 Mask1[0] = DAG.getConstant(HiIndex & 1 ? 2 : 0, MaskEVT);
4144 Mask1[1] = DAG.getConstant(HiIndex & 1 ? 0 : 2, MaskEVT);
4145 Mask1[2] = PermMask.getOperand(2);
4146 Mask1[3] = PermMask.getOperand(3);
4147 if (Mask1[2].getOpcode() != ISD::UNDEF)
4148 Mask1[2] =
4149 DAG.getConstant(cast<ConstantSDNode>(Mask1[2])->getZExtValue()+4,
4150 MaskEVT);
4151 if (Mask1[3].getOpcode() != ISD::UNDEF)
4152 Mask1[3] =
4153 DAG.getConstant(cast<ConstantSDNode>(Mask1[3])->getZExtValue()+4,
4154 MaskEVT);
4155 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V2, V1,
4156 DAG.getNode(ISD::BUILD_VECTOR, dl,
4157 MaskVT, &Mask1[0], 4));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00004158 }
Evan Chengace3c172008-07-22 21:13:36 +00004159 }
4160
4161 // Break it into (shuffle shuffle_hi, shuffle_lo).
4162 Locs.clear();
Rafael Espindola15684b22009-04-24 12:40:33 +00004163 SmallVector<SDValue,8> LoMask(4, DAG.getUNDEF(MaskEVT));
4164 SmallVector<SDValue,8> HiMask(4, DAG.getUNDEF(MaskEVT));
4165 SmallVector<SDValue,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00004166 unsigned MaskIdx = 0;
4167 unsigned LoIdx = 0;
4168 unsigned HiIdx = 2;
4169 for (unsigned i = 0; i != 4; ++i) {
4170 if (i == 2) {
4171 MaskPtr = &HiMask;
4172 MaskIdx = 1;
4173 LoIdx = 0;
4174 HiIdx = 2;
4175 }
Rafael Espindola15684b22009-04-24 12:40:33 +00004176 SDValue Elt = PermMask.getOperand(i);
4177 if (Elt.getOpcode() == ISD::UNDEF) {
Evan Chengace3c172008-07-22 21:13:36 +00004178 Locs[i] = std::make_pair(-1, -1);
Rafael Espindola15684b22009-04-24 12:40:33 +00004179 } else if (cast<ConstantSDNode>(Elt)->getZExtValue() < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00004180 Locs[i] = std::make_pair(MaskIdx, LoIdx);
Rafael Espindola15684b22009-04-24 12:40:33 +00004181 (*MaskPtr)[LoIdx] = Elt;
Evan Chengace3c172008-07-22 21:13:36 +00004182 LoIdx++;
4183 } else {
4184 Locs[i] = std::make_pair(MaskIdx, HiIdx);
Rafael Espindola15684b22009-04-24 12:40:33 +00004185 (*MaskPtr)[HiIdx] = Elt;
Evan Chengace3c172008-07-22 21:13:36 +00004186 HiIdx++;
4187 }
4188 }
4189
Rafael Espindola15684b22009-04-24 12:40:33 +00004190 SDValue LoShuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2,
4191 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4192 &LoMask[0], LoMask.size()));
4193 SDValue HiShuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2,
4194 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4195 &HiMask[0], HiMask.size()));
4196 SmallVector<SDValue, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00004197 for (unsigned i = 0; i != 4; ++i) {
4198 if (Locs[i].first == -1) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004199 MaskOps.push_back(DAG.getUNDEF(MaskEVT));
Evan Chengace3c172008-07-22 21:13:36 +00004200 } else {
4201 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
Rafael Espindola15684b22009-04-24 12:40:33 +00004202 MaskOps.push_back(DAG.getConstant(Idx, MaskEVT));
Evan Chengace3c172008-07-22 21:13:36 +00004203 }
4204 }
Rafael Espindola15684b22009-04-24 12:40:33 +00004205 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, LoShuffle, HiShuffle,
4206 DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4207 &MaskOps[0], MaskOps.size()));
Evan Chengace3c172008-07-22 21:13:36 +00004208}
4209
Dan Gohman475871a2008-07-27 21:46:04 +00004210SDValue
4211X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) {
4212 SDValue V1 = Op.getOperand(0);
4213 SDValue V2 = Op.getOperand(1);
Rafael Espindola15684b22009-04-24 12:40:33 +00004214 SDValue PermMask = Op.getOperand(2);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004215 MVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004216 DebugLoc dl = Op.getDebugLoc();
Rafael Espindola15684b22009-04-24 12:40:33 +00004217 unsigned NumElems = PermMask.getNumOperands();
Duncan Sands83ec4b62008-06-06 12:08:01 +00004218 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004219 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
4220 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00004221 bool V1IsSplat = false;
4222 bool V2IsSplat = false;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004223
Rafael Espindola15684b22009-04-24 12:40:33 +00004224 // FIXME: Check for legal shuffle and return?
4225
4226 if (isUndefShuffle(Op.getNode()))
4227 return DAG.getUNDEF(VT);
4228
4229 if (isZeroShuffle(Op.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00004230 return getZeroVector(VT, Subtarget->hasSSE2(), DAG, dl);
Evan Cheng213d2cf2007-05-17 18:45:50 +00004231
Rafael Espindola15684b22009-04-24 12:40:33 +00004232 if (isIdentityMask(PermMask.getNode()))
4233 return V1;
4234 else if (isIdentityMask(PermMask.getNode(), true))
4235 return V2;
Evan Cheng4dcc8a32008-09-25 23:35:16 +00004236
Rafael Espindola15684b22009-04-24 12:40:33 +00004237 // Canonicalize movddup shuffles.
4238 if (V2IsUndef && Subtarget->hasSSE2() &&
4239 VT.getSizeInBits() == 128 &&
4240 X86::isMOVDDUPMask(PermMask.getNode()))
4241 return CanonicalizeMovddup(Op, V1, PermMask, DAG, Subtarget->hasSSE3());
4242
4243 if (isSplatMask(PermMask.getNode())) {
4244 if (isMMX || NumElems < 4) return Op;
4245 // Promote it to a v4{if}32 splat.
4246 return PromoteSplat(Op, DAG, Subtarget->hasSSE2());
Evan Cheng0db9fe62006-04-25 20:13:52 +00004247 }
4248
Evan Cheng7a831ce2007-12-15 03:00:47 +00004249 // If the shuffle can be profitably rewritten as a narrower shuffle, then
4250 // do it!
4251 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004252 SDValue NewOp= RewriteAsNarrowerShuffle(V1, V2, VT, PermMask, DAG,
4253 *this, dl);
Gabor Greifba36cb52008-08-28 21:40:38 +00004254 if (NewOp.getNode())
Scott Michelfdc40a02009-02-17 22:15:04 +00004255 return DAG.getNode(ISD::BIT_CONVERT, dl, VT,
Dale Johannesenace16102009-02-03 19:33:06 +00004256 LowerVECTOR_SHUFFLE(NewOp, DAG));
Evan Cheng7a831ce2007-12-15 03:00:47 +00004257 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
4258 // FIXME: Figure out a cleaner way to do this.
4259 // Try to make use of movq to zero out the top part.
Gabor Greifba36cb52008-08-28 21:40:38 +00004260 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004261 SDValue NewOp = RewriteAsNarrowerShuffle(V1, V2, VT, PermMask,
4262 DAG, *this, dl);
Gabor Greifba36cb52008-08-28 21:40:38 +00004263 if (NewOp.getNode()) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004264 SDValue NewV1 = NewOp.getOperand(0);
4265 SDValue NewV2 = NewOp.getOperand(1);
4266 SDValue NewMask = NewOp.getOperand(2);
4267 if (isCommutedMOVL(NewMask.getNode(), true, false)) {
4268 NewOp = CommuteVectorShuffle(NewOp, NewV1, NewV2, NewMask, DAG);
4269 return getVZextMovL(VT, NewOp.getValueType(), NewV2, DAG, Subtarget,
4270 dl);
4271 }
Evan Cheng7a831ce2007-12-15 03:00:47 +00004272 }
Gabor Greifba36cb52008-08-28 21:40:38 +00004273 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004274 SDValue NewOp= RewriteAsNarrowerShuffle(V1, V2, VT, PermMask,
4275 DAG, *this, dl);
4276 if (NewOp.getNode() && X86::isMOVLMask(NewOp.getOperand(2).getNode()))
Evan Chengd880b972008-05-09 21:53:03 +00004277 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
Rafael Espindola15684b22009-04-24 12:40:33 +00004278 DAG, Subtarget, dl);
Evan Cheng7a831ce2007-12-15 03:00:47 +00004279 }
4280 }
Rafael Espindola15684b22009-04-24 12:40:33 +00004281
Evan Chengf26ffe92008-05-29 08:22:04 +00004282 // Check if this can be converted into a logical shift.
4283 bool isLeft = false;
4284 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00004285 SDValue ShVal;
Rafael Espindola15684b22009-04-24 12:40:33 +00004286 bool isShift = isVectorShift(Op, PermMask, DAG, isLeft, ShVal, ShAmt);
Evan Chengf26ffe92008-05-29 08:22:04 +00004287 if (isShift && ShVal.hasOneUse()) {
Scott Michelfdc40a02009-02-17 22:15:04 +00004288 // If the shifted value has multiple uses, it may be cheaper to use
Evan Chengf26ffe92008-05-29 08:22:04 +00004289 // v_set0 + movlhps or movhlps, etc.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004290 MVT EVT = VT.getVectorElementType();
4291 ShAmt *= EVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00004292 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00004293 }
Rafael Espindola15684b22009-04-24 12:40:33 +00004294
4295 if (X86::isMOVLMask(PermMask.getNode())) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00004296 if (V1IsUndef)
4297 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00004298 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Dale Johannesenace16102009-02-03 19:33:06 +00004299 return getVZextMovL(VT, VT, V2, DAG, Subtarget, dl);
Nate Begemanfb8ead02008-07-25 19:05:58 +00004300 if (!isMMX)
4301 return Op;
Evan Cheng7e2ff772008-05-08 00:57:18 +00004302 }
Rafael Espindola15684b22009-04-24 12:40:33 +00004303
4304 if (!isMMX && (X86::isMOVSHDUPMask(PermMask.getNode()) ||
4305 X86::isMOVSLDUPMask(PermMask.getNode()) ||
4306 X86::isMOVHLPSMask(PermMask.getNode()) ||
4307 X86::isMOVHPMask(PermMask.getNode()) ||
4308 X86::isMOVLPMask(PermMask.getNode())))
Evan Cheng9bbbb982006-10-25 20:48:19 +00004309 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004310
Rafael Espindola15684b22009-04-24 12:40:33 +00004311 if (ShouldXformToMOVHLPS(PermMask.getNode()) ||
4312 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), PermMask.getNode()))
4313 return CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004314
Evan Chengf26ffe92008-05-29 08:22:04 +00004315 if (isShift) {
4316 // No better options. Use a vshl / vsrl.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004317 MVT EVT = VT.getVectorElementType();
4318 ShAmt *= EVT.getSizeInBits();
Dale Johannesenace16102009-02-03 19:33:06 +00004319 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
Evan Chengf26ffe92008-05-29 08:22:04 +00004320 }
Rafael Espindola15684b22009-04-24 12:40:33 +00004321
Evan Cheng9eca5e82006-10-25 21:49:50 +00004322 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00004323 // FIXME: This should also accept a bitcast of a splat? Be careful, not
4324 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00004325 V1IsSplat = isSplatVector(V1.getNode());
4326 V2IsSplat = isSplatVector(V2.getNode());
Scott Michelfdc40a02009-02-17 22:15:04 +00004327
Chris Lattner8a594482007-11-25 00:24:49 +00004328 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00004329 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004330 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
Evan Cheng9bbbb982006-10-25 20:48:19 +00004331 std::swap(V1IsSplat, V2IsSplat);
4332 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00004333 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00004334 }
4335
Rafael Espindola15684b22009-04-24 12:40:33 +00004336 // FIXME: Figure out a cleaner way to do this.
4337 if (isCommutedMOVL(PermMask.getNode(), V2IsSplat, V2IsUndef)) {
4338 if (V2IsUndef) return V1;
4339 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
4340 if (V2IsSplat) {
4341 // V2 is a splat, so the mask may be malformed. That is, it may point
4342 // to any V2 element. The instruction selectior won't like this. Get
4343 // a corrected mask and commute to form a proper MOVS{S|D}.
4344 SDValue NewMask = getMOVLMask(NumElems, DAG, dl);
4345 if (NewMask.getNode() != PermMask.getNode())
4346 Op = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2, NewMask);
4347 }
4348 return Op;
Evan Chengd9b8e402006-10-16 06:36:00 +00004349 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004350
Rafael Espindola15684b22009-04-24 12:40:33 +00004351 if (X86::isUNPCKL_v_undef_Mask(PermMask.getNode()) ||
4352 X86::isUNPCKH_v_undef_Mask(PermMask.getNode()) ||
4353 X86::isUNPCKLMask(PermMask.getNode()) ||
4354 X86::isUNPCKHMask(PermMask.getNode()))
Evan Chengd9b8e402006-10-16 06:36:00 +00004355 return Op;
Evan Chenge1113032006-10-04 18:33:38 +00004356
Evan Cheng9bbbb982006-10-25 20:48:19 +00004357 if (V2IsSplat) {
4358 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00004359 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00004360 // new vector_shuffle with the corrected mask.
Rafael Espindola15684b22009-04-24 12:40:33 +00004361 SDValue NewMask = NormalizeMask(PermMask, DAG);
4362 if (NewMask.getNode() != PermMask.getNode()) {
4363 if (X86::isUNPCKLMask(NewMask.getNode(), true)) {
4364 SDValue NewMask = getUnpacklMask(NumElems, DAG, dl);
4365 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2, NewMask);
4366 } else if (X86::isUNPCKHMask(NewMask.getNode(), true)) {
4367 SDValue NewMask = getUnpackhMask(NumElems, DAG, dl);
4368 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1, V2, NewMask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004369 }
4370 }
4371 }
4372
Rafael Espindola15684b22009-04-24 12:40:33 +00004373 // Normalize the node to match x86 shuffle ops if needed
4374 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(PermMask.getNode()))
4375 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
4376
Evan Cheng9eca5e82006-10-25 21:49:50 +00004377 if (Commuted) {
4378 // Commute is back and try unpck* again.
Rafael Espindola15684b22009-04-24 12:40:33 +00004379 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
4380 if (X86::isUNPCKL_v_undef_Mask(PermMask.getNode()) ||
4381 X86::isUNPCKH_v_undef_Mask(PermMask.getNode()) ||
4382 X86::isUNPCKLMask(PermMask.getNode()) ||
4383 X86::isUNPCKHMask(PermMask.getNode()))
4384 return Op;
Evan Cheng9eca5e82006-10-25 21:49:50 +00004385 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004386
Nate Begemanb9a47b82009-02-23 08:49:38 +00004387 // FIXME: for mmx, bitcast v2i32 to v4i16 for shuffle.
Rafael Espindola15684b22009-04-24 12:40:33 +00004388 // Try PSHUF* first, then SHUFP*.
4389 // MMX doesn't have PSHUFD but it does have PSHUFW. While it's theoretically
4390 // possible to shuffle a v2i32 using PSHUFW, that's not yet implemented.
4391 if (isMMX && NumElems == 4 && X86::isPSHUFDMask(PermMask.getNode())) {
4392 if (V2.getOpcode() != ISD::UNDEF)
4393 return DAG.getNode(ISD::VECTOR_SHUFFLE, dl, VT, V1,
4394 DAG.getUNDEF(VT), PermMask);
Evan Cheng0c0f83f2008-04-05 00:30:36 +00004395 return Op;
Rafael Espindola15684b22009-04-24 12:40:33 +00004396 }
4397
4398 if (!isMMX) {
4399 if (Subtarget->hasSSE2() &&
4400 (X86::isPSHUFDMask(PermMask.getNode()) ||
4401 X86::isPSHUFHWMask(PermMask.getNode()) ||
4402 X86::isPSHUFLWMask(PermMask.getNode()))) {
4403 MVT RVT = VT;
4404 if (VT == MVT::v4f32) {
4405 RVT = MVT::v4i32;
4406 Op = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, RVT,
4407 DAG.getNode(ISD::BIT_CONVERT, dl, RVT, V1),
4408 DAG.getUNDEF(RVT), PermMask);
4409 } else if (V2.getOpcode() != ISD::UNDEF)
4410 Op = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, RVT, V1,
4411 DAG.getUNDEF(RVT), PermMask);
4412 if (RVT != VT)
4413 Op = DAG.getNode(ISD::BIT_CONVERT, dl, VT, Op);
4414 return Op;
4415 }
4416
4417 // Binary or unary shufps.
4418 if (X86::isSHUFPMask(PermMask.getNode()) ||
4419 (V2.getOpcode() == ISD::UNDEF && X86::isPSHUFDMask(PermMask.getNode())))
4420 return Op;
4421 }
4422
Evan Cheng14b32e12007-12-11 01:46:18 +00004423 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
4424 if (VT == MVT::v8i16) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004425 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(V1, V2, PermMask, DAG, *this, dl);
Gabor Greifba36cb52008-08-28 21:40:38 +00004426 if (NewOp.getNode())
Evan Cheng14b32e12007-12-11 01:46:18 +00004427 return NewOp;
4428 }
4429
Nate Begemanb9a47b82009-02-23 08:49:38 +00004430 if (VT == MVT::v16i8) {
Rafael Espindola15684b22009-04-24 12:40:33 +00004431 SDValue NewOp = LowerVECTOR_SHUFFLEv16i8(V1, V2, PermMask, DAG, *this, dl);
Nate Begemanb9a47b82009-02-23 08:49:38 +00004432 if (NewOp.getNode())
4433 return NewOp;
4434 }
4435
Evan Chengace3c172008-07-22 21:13:36 +00004436 // Handle all 4 wide cases with a number of shuffles except for MMX.
4437 if (NumElems == 4 && !isMMX)
Rafael Espindola15684b22009-04-24 12:40:33 +00004438 return LowerVECTOR_SHUFFLE_4wide(V1, V2, PermMask, VT, DAG, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004439
Dan Gohman475871a2008-07-27 21:46:04 +00004440 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004441}
4442
Dan Gohman475871a2008-07-27 21:46:04 +00004443SDValue
4444X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004445 SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004446 MVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004447 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00004448 if (VT.getSizeInBits() == 8) {
Dale Johannesenace16102009-02-03 19:33:06 +00004449 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004450 Op.getOperand(0), Op.getOperand(1));
Dale Johannesenace16102009-02-03 19:33:06 +00004451 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004452 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00004453 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004454 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00004455 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
4456 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
4457 if (Idx == 0)
Dale Johannesenace16102009-02-03 19:33:06 +00004458 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
4459 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
4460 DAG.getNode(ISD::BIT_CONVERT, dl,
4461 MVT::v4i32,
Evan Cheng52ceafa2009-01-02 05:29:08 +00004462 Op.getOperand(0)),
4463 Op.getOperand(1)));
Dale Johannesenace16102009-02-03 19:33:06 +00004464 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004465 Op.getOperand(0), Op.getOperand(1));
Dale Johannesenace16102009-02-03 19:33:06 +00004466 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004467 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00004468 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Evan Cheng62a3f152008-03-24 21:52:23 +00004469 } else if (VT == MVT::f32) {
4470 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
4471 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00004472 // result has a single use which is a store or a bitcast to i32. And in
4473 // the case of a store, it's not worth it if the index is a constant 0,
4474 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00004475 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00004476 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00004477 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00004478 if ((User->getOpcode() != ISD::STORE ||
4479 (isa<ConstantSDNode>(Op.getOperand(1)) &&
4480 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Dan Gohman171c11e2008-04-16 02:32:24 +00004481 (User->getOpcode() != ISD::BIT_CONVERT ||
4482 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00004483 return SDValue();
Dale Johannesenace16102009-02-03 19:33:06 +00004484 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Scott Michelfdc40a02009-02-17 22:15:04 +00004485 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v4i32,
Dale Johannesenace16102009-02-03 19:33:06 +00004486 Op.getOperand(0)),
4487 Op.getOperand(1));
4488 return DAG.getNode(ISD::BIT_CONVERT, dl, MVT::f32, Extract);
Mon P Wangf0fcdd82009-01-15 21:10:20 +00004489 } else if (VT == MVT::i32) {
4490 // ExtractPS works with constant index.
4491 if (isa<ConstantSDNode>(Op.getOperand(1)))
4492 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00004493 }
Dan Gohman475871a2008-07-27 21:46:04 +00004494 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004495}
4496
4497
Dan Gohman475871a2008-07-27 21:46:04 +00004498SDValue
4499X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004500 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00004501 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004502
Evan Cheng62a3f152008-03-24 21:52:23 +00004503 if (Subtarget->hasSSE41()) {
Dan Gohman475871a2008-07-27 21:46:04 +00004504 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00004505 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00004506 return Res;
4507 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00004508
Duncan Sands83ec4b62008-06-06 12:08:01 +00004509 MVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004510 DebugLoc dl = Op.getDebugLoc();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004511 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004512 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004513 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004514 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00004515 if (Idx == 0)
Dale Johannesenace16102009-02-03 19:33:06 +00004516 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i16,
4517 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32,
Scott Michelfdc40a02009-02-17 22:15:04 +00004518 DAG.getNode(ISD::BIT_CONVERT, dl,
Dale Johannesenace16102009-02-03 19:33:06 +00004519 MVT::v4i32, Vec),
Evan Cheng14b32e12007-12-11 01:46:18 +00004520 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004521 // Transform it so it match pextrw which produces a 32-bit result.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004522 MVT EVT = (MVT::SimpleValueType)(VT.getSimpleVT()+1);
Dale Johannesenace16102009-02-03 19:33:06 +00004523 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00004524 Op.getOperand(0), Op.getOperand(1));
Dale Johannesenace16102009-02-03 19:33:06 +00004525 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00004526 DAG.getValueType(VT));
Dale Johannesenace16102009-02-03 19:33:06 +00004527 return DAG.getNode(ISD::TRUNCATE, dl, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004528 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004529 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004530 if (Idx == 0)
4531 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004532 // SHUFPS the element to the lowest double word, then movss.
Rafael Espindola15684b22009-04-24 12:40:33 +00004533 MVT MaskVT = MVT::getIntVectorWithNumElements(4);
4534 SmallVector<SDValue, 8> IdxVec;
4535 IdxVec.
4536 push_back(DAG.getConstant(Idx, MaskVT.getVectorElementType()));
4537 IdxVec.
4538 push_back(DAG.getUNDEF(MaskVT.getVectorElementType()));
4539 IdxVec.
4540 push_back(DAG.getUNDEF(MaskVT.getVectorElementType()));
4541 IdxVec.
4542 push_back(DAG.getUNDEF(MaskVT.getVectorElementType()));
4543 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4544 &IdxVec[0], IdxVec.size());
4545 SDValue Vec = Op.getOperand(0);
4546 Vec = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, Vec.getValueType(),
4547 Vec, DAG.getUNDEF(Vec.getValueType()), Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00004548 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00004549 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00004550 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00004551 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
4552 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
4553 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004554 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004555 if (Idx == 0)
4556 return Op;
4557
4558 // UNPCKHPD the element to the lowest double word, then movsd.
4559 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
4560 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Rafael Espindola15684b22009-04-24 12:40:33 +00004561 MVT MaskVT = MVT::getIntVectorWithNumElements(2);
4562 SmallVector<SDValue, 8> IdxVec;
4563 IdxVec.push_back(DAG.getConstant(1, MaskVT.getVectorElementType()));
4564 IdxVec.
4565 push_back(DAG.getUNDEF(MaskVT.getVectorElementType()));
4566 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, dl, MaskVT,
4567 &IdxVec[0], IdxVec.size());
4568 SDValue Vec = Op.getOperand(0);
4569 Vec = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, Vec.getValueType(),
4570 Vec, DAG.getUNDEF(Vec.getValueType()),
4571 Mask);
Dale Johannesenace16102009-02-03 19:33:06 +00004572 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00004573 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004574 }
4575
Dan Gohman475871a2008-07-27 21:46:04 +00004576 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004577}
4578
Dan Gohman475871a2008-07-27 21:46:04 +00004579SDValue
4580X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op, SelectionDAG &DAG){
Duncan Sands83ec4b62008-06-06 12:08:01 +00004581 MVT VT = Op.getValueType();
4582 MVT EVT = VT.getVectorElementType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004583 DebugLoc dl = Op.getDebugLoc();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004584
Dan Gohman475871a2008-07-27 21:46:04 +00004585 SDValue N0 = Op.getOperand(0);
4586 SDValue N1 = Op.getOperand(1);
4587 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00004588
Dan Gohmanef521f12008-08-14 22:53:18 +00004589 if ((EVT.getSizeInBits() == 8 || EVT.getSizeInBits() == 16) &&
4590 isa<ConstantSDNode>(N2)) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004591 unsigned Opc = (EVT.getSizeInBits() == 8) ? X86ISD::PINSRB
Nate Begemanb9a47b82009-02-23 08:49:38 +00004592 : X86ISD::PINSRW;
Nate Begeman14d12ca2008-02-11 04:19:36 +00004593 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
4594 // argument.
4595 if (N1.getValueType() != MVT::i32)
Dale Johannesenace16102009-02-03 19:33:06 +00004596 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
Nate Begeman14d12ca2008-02-11 04:19:36 +00004597 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004598 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00004599 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
Dan Gohmanc0573b12008-08-14 22:43:26 +00004600 } else if (EVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00004601 // Bits [7:6] of the constant are the source select. This will always be
4602 // zero here. The DAG Combiner may combine an extract_elt index into these
4603 // bits. For example (insert (extract, 3), 2) could be matched by putting
4604 // the '3' into bits [7:6] of X86ISD::INSERTPS.
Scott Michelfdc40a02009-02-17 22:15:04 +00004605 // Bits [5:4] of the constant are the destination select. This is the
Nate Begeman14d12ca2008-02-11 04:19:36 +00004606 // value of the incoming immediate.
Scott Michelfdc40a02009-02-17 22:15:04 +00004607 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
Nate Begeman14d12ca2008-02-11 04:19:36 +00004608 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004609 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Dale Johannesenace16102009-02-03 19:33:06 +00004610 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
Mon P Wangf0fcdd82009-01-15 21:10:20 +00004611 } else if (EVT == MVT::i32) {
4612 // InsertPS works with constant index.
4613 if (isa<ConstantSDNode>(N2))
4614 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00004615 }
Dan Gohman475871a2008-07-27 21:46:04 +00004616 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004617}
4618
Dan Gohman475871a2008-07-27 21:46:04 +00004619SDValue
4620X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004621 MVT VT = Op.getValueType();
4622 MVT EVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004623
4624 if (Subtarget->hasSSE41())
4625 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
4626
Evan Cheng794405e2007-12-12 07:55:34 +00004627 if (EVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00004628 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00004629
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004630 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004631 SDValue N0 = Op.getOperand(0);
4632 SDValue N1 = Op.getOperand(1);
4633 SDValue N2 = Op.getOperand(2);
Evan Cheng794405e2007-12-12 07:55:34 +00004634
Duncan Sands83ec4b62008-06-06 12:08:01 +00004635 if (EVT.getSizeInBits() == 16) {
Evan Cheng794405e2007-12-12 07:55:34 +00004636 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
4637 // as its second argument.
Evan Cheng0db9fe62006-04-25 20:13:52 +00004638 if (N1.getValueType() != MVT::i32)
Dale Johannesenace16102009-02-03 19:33:06 +00004639 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004640 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004641 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Dale Johannesenace16102009-02-03 19:33:06 +00004642 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004643 }
Dan Gohman475871a2008-07-27 21:46:04 +00004644 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004645}
4646
Dan Gohman475871a2008-07-27 21:46:04 +00004647SDValue
4648X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004649 DebugLoc dl = Op.getDebugLoc();
Evan Cheng52672b82008-07-22 18:39:19 +00004650 if (Op.getValueType() == MVT::v2f32)
Dale Johannesenace16102009-02-03 19:33:06 +00004651 return DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2f32,
4652 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2i32,
4653 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::i32,
Evan Cheng52672b82008-07-22 18:39:19 +00004654 Op.getOperand(0))));
4655
Dale Johannesenace16102009-02-03 19:33:06 +00004656 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Op.getOperand(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00004657 MVT VT = MVT::v2i32;
4658 switch (Op.getValueType().getSimpleVT()) {
Evan Chengefec7512008-02-18 23:04:32 +00004659 default: break;
4660 case MVT::v16i8:
4661 case MVT::v8i16:
4662 VT = MVT::v4i32;
4663 break;
4664 }
Dale Johannesenace16102009-02-03 19:33:06 +00004665 return DAG.getNode(ISD::BIT_CONVERT, dl, Op.getValueType(),
4666 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004667}
4668
Bill Wendling056292f2008-09-16 21:48:12 +00004669// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
4670// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
4671// one of the above mentioned nodes. It has to be wrapped because otherwise
4672// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
4673// be used to form addressing mode. These wrapped nodes will be selected
4674// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00004675SDValue
4676X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004677 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Dale Johannesende064702009-02-06 21:50:26 +00004678 // FIXME there isn't really any debug info here, should come from the parent
4679 DebugLoc dl = CP->getDebugLoc();
Evan Cheng1606e8e2009-03-13 07:51:59 +00004680 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
4681 CP->getAlignment());
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004682 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004683 // With PIC, the address is actually $g + Offset.
4684 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
4685 !Subtarget->isPICStyleRIPRel()) {
Dale Johannesende064702009-02-06 21:50:26 +00004686 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004687 DAG.getNode(X86ISD::GlobalBaseReg,
4688 DebugLoc::getUnknownLoc(),
4689 getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004690 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004691 }
4692
4693 return Result;
4694}
4695
Dan Gohman475871a2008-07-27 21:46:04 +00004696SDValue
Dale Johannesen33c960f2009-02-04 20:06:27 +00004697X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
Dan Gohman6520e202008-10-18 02:06:02 +00004698 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00004699 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00004700 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_;
4701 bool ExtraLoadRequired =
4702 Subtarget->GVRequiresExtraLoad(GV, getTargetMachine(), false);
4703
4704 // Create the TargetGlobalAddress node, folding in the constant
4705 // offset if it is legal.
4706 SDValue Result;
Dan Gohman44013612008-10-21 03:38:42 +00004707 if (!IsPic && !ExtraLoadRequired && isInt32(Offset)) {
Dan Gohman6520e202008-10-18 02:06:02 +00004708 Result = DAG.getTargetGlobalAddress(GV, getPointerTy(), Offset);
4709 Offset = 0;
4710 } else
4711 Result = DAG.getTargetGlobalAddress(GV, getPointerTy(), 0);
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004712 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00004713
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004714 // With PIC, the address is actually $g + Offset.
Dan Gohman6520e202008-10-18 02:06:02 +00004715 if (IsPic && !Subtarget->isPICStyleRIPRel()) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00004716 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
4717 DAG.getNode(X86ISD::GlobalBaseReg, dl, getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004718 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004719 }
Scott Michelfdc40a02009-02-17 22:15:04 +00004720
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00004721 // For Darwin & Mingw32, external and weak symbols are indirect, so we want to
4722 // load the value at address GV, not the value of GV itself. This means that
4723 // the GlobalAddress must be in the base or index register of the address, not
4724 // the GV offset field. Platform check is inside GVRequiresExtraLoad() call
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004725 // The same applies for external symbols during PIC codegen
Dan Gohman6520e202008-10-18 02:06:02 +00004726 if (ExtraLoadRequired)
Dale Johannesen33c960f2009-02-04 20:06:27 +00004727 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
Dan Gohman3069b872008-02-07 18:41:25 +00004728 PseudoSourceValue::getGOT(), 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004729
Dan Gohman6520e202008-10-18 02:06:02 +00004730 // If there was a non-zero offset that we didn't fold, create an explicit
4731 // addition for it.
4732 if (Offset != 0)
Dale Johannesen33c960f2009-02-04 20:06:27 +00004733 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
Dan Gohman6520e202008-10-18 02:06:02 +00004734 DAG.getConstant(Offset, getPointerTy()));
4735
Evan Cheng0db9fe62006-04-25 20:13:52 +00004736 return Result;
4737}
4738
Evan Chengda43bcf2008-09-24 00:05:32 +00004739SDValue
4740X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) {
4741 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00004742 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004743 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00004744}
4745
Rafael Espindola2ee3db32009-04-17 14:35:58 +00004746static SDValue
4747GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
Rafael Espindola15f1b662009-04-24 12:59:40 +00004748 SDValue *InFlag, const MVT PtrVT, unsigned ReturnReg) {
Rafael Espindola2ee3db32009-04-17 14:35:58 +00004749 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
4750 DebugLoc dl = GA->getDebugLoc();
4751 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(),
4752 GA->getValueType(0),
4753 GA->getOffset());
4754 if (InFlag) {
4755 SDValue Ops[] = { Chain, TGA, *InFlag };
Rafael Espindola15f1b662009-04-24 12:59:40 +00004756 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 3);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00004757 } else {
4758 SDValue Ops[] = { Chain, TGA };
Rafael Espindola15f1b662009-04-24 12:59:40 +00004759 Chain = DAG.getNode(X86ISD::TLSADDR, dl, NodeTys, Ops, 2);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00004760 }
Rafael Espindola15f1b662009-04-24 12:59:40 +00004761 SDValue Flag = Chain.getValue(1);
4762 return DAG.getCopyFromReg(Chain, dl, ReturnReg, PtrVT, Flag);
Rafael Espindola2ee3db32009-04-17 14:35:58 +00004763}
4764
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004765// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00004766static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004767LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004768 const MVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00004769 SDValue InFlag;
Dale Johannesendd64c412009-02-04 00:33:20 +00004770 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
4771 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), dl, X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004772 DAG.getNode(X86ISD::GlobalBaseReg,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004773 DebugLoc::getUnknownLoc(),
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004774 PtrVT), InFlag);
4775 InFlag = Chain.getValue(1);
4776
Rafael Espindola15f1b662009-04-24 12:59:40 +00004777 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004778}
4779
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004780// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00004781static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004782LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004783 const MVT PtrVT) {
Rafael Espindola15f1b662009-04-24 12:59:40 +00004784 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NULL, PtrVT, X86::RAX);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004785}
4786
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004787// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
4788// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00004789static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00004790 const MVT PtrVT, TLSModel::Model model,
4791 bool is64Bit) {
Dale Johannesen33c960f2009-02-04 20:06:27 +00004792 DebugLoc dl = GA->getDebugLoc();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004793 // Get the Thread Pointer
Rafael Espindola094fad32009-04-08 21:14:34 +00004794 SDValue Base = DAG.getNode(X86ISD::SegmentBaseAddress,
4795 DebugLoc::getUnknownLoc(), PtrVT,
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00004796 DAG.getRegister(is64Bit? X86::FS : X86::GS,
4797 MVT::i32));
Rafael Espindola094fad32009-04-08 21:14:34 +00004798
4799 SDValue ThreadPointer = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Base,
4800 NULL, 0);
4801
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004802 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
4803 // exec)
Dan Gohman475871a2008-07-27 21:46:04 +00004804 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(),
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004805 GA->getValueType(0),
4806 GA->getOffset());
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004807 SDValue Offset = DAG.getNode(X86ISD::Wrapper, dl, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00004808
Rafael Espindola9a580232009-02-27 13:37:18 +00004809 if (model == TLSModel::InitialExec)
Dale Johannesen33c960f2009-02-04 20:06:27 +00004810 Offset = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Offset,
Dan Gohman3069b872008-02-07 18:41:25 +00004811 PseudoSourceValue::getGOT(), 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00004812
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004813 // The address of the thread local variable is the add of the thread
4814 // pointer with the offset of the variable.
Dale Johannesen33c960f2009-02-04 20:06:27 +00004815 return DAG.getNode(ISD::ADD, dl, PtrVT, ThreadPointer, Offset);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004816}
4817
Dan Gohman475871a2008-07-27 21:46:04 +00004818SDValue
4819X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) {
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004820 // TODO: implement the "local dynamic" model
Lauro Ramos Venancio2c5c1112007-04-21 20:56:26 +00004821 // TODO: implement the "initial exec"model for pic executables
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004822 assert(Subtarget->isTargetELF() &&
4823 "TLS not implemented for non-ELF targets");
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004824 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Rafael Espindola9a580232009-02-27 13:37:18 +00004825 GlobalValue *GV = GA->getGlobal();
4826 TLSModel::Model model =
4827 getTLSModel (GV, getTargetMachine().getRelocationModel());
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004828 if (Subtarget->is64Bit()) {
Rafael Espindola9a580232009-02-27 13:37:18 +00004829 switch (model) {
4830 case TLSModel::GeneralDynamic:
4831 case TLSModel::LocalDynamic: // not implemented
Rafael Espindola9a580232009-02-27 13:37:18 +00004832 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00004833
4834 case TLSModel::InitialExec:
4835 case TLSModel::LocalExec:
4836 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model, true);
Rafael Espindola9a580232009-02-27 13:37:18 +00004837 }
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004838 } else {
Rafael Espindola9a580232009-02-27 13:37:18 +00004839 switch (model) {
4840 case TLSModel::GeneralDynamic:
4841 case TLSModel::LocalDynamic: // not implemented
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004842 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
Rafael Espindola9a580232009-02-27 13:37:18 +00004843
4844 case TLSModel::InitialExec:
4845 case TLSModel::LocalExec:
Rafael Espindola7ff5bff2009-04-13 13:02:49 +00004846 return LowerToTLSExecModel(GA, DAG, getPointerTy(), model, false);
Rafael Espindola9a580232009-02-27 13:37:18 +00004847 }
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004848 }
Chris Lattner5867de12009-04-01 22:14:45 +00004849 assert(0 && "Unreachable");
4850 return SDValue();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004851}
4852
Dan Gohman475871a2008-07-27 21:46:04 +00004853SDValue
4854X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) {
Dale Johannesende064702009-02-06 21:50:26 +00004855 // FIXME there isn't really any debug info here
4856 DebugLoc dl = Op.getDebugLoc();
Bill Wendling056292f2008-09-16 21:48:12 +00004857 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
4858 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy());
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004859 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004860 // With PIC, the address is actually $g + Offset.
4861 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
4862 !Subtarget->isPICStyleRIPRel()) {
Dale Johannesende064702009-02-06 21:50:26 +00004863 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
Scott Michelfdc40a02009-02-17 22:15:04 +00004864 DAG.getNode(X86ISD::GlobalBaseReg,
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004865 DebugLoc::getUnknownLoc(),
4866 getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004867 Result);
4868 }
4869
4870 return Result;
4871}
4872
Dan Gohman475871a2008-07-27 21:46:04 +00004873SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) {
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004874 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Dale Johannesende064702009-02-06 21:50:26 +00004875 // FIXME there isn't really any debug into here
4876 DebugLoc dl = JT->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00004877 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy());
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004878 Result = DAG.getNode(X86ISD::Wrapper, dl, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004879 // With PIC, the address is actually $g + Offset.
4880 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
4881 !Subtarget->isPICStyleRIPRel()) {
Dale Johannesende064702009-02-06 21:50:26 +00004882 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesenb300d2a2009-02-07 00:55:49 +00004883 DAG.getNode(X86ISD::GlobalBaseReg,
4884 DebugLoc::getUnknownLoc(),
4885 getPointerTy()),
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004886 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004887 }
4888
4889 return Result;
4890}
4891
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004892/// LowerShift - Lower SRA_PARTS and friends, which return two i32 values and
Scott Michelfdc40a02009-02-17 22:15:04 +00004893/// take a 2 x i32 value to shift plus a shift amount.
Dan Gohman475871a2008-07-27 21:46:04 +00004894SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) {
Dan Gohman4c1fa612008-03-03 22:22:09 +00004895 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00004896 MVT VT = Op.getValueType();
4897 unsigned VTBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004898 DebugLoc dl = Op.getDebugLoc();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004899 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00004900 SDValue ShOpLo = Op.getOperand(0);
4901 SDValue ShOpHi = Op.getOperand(1);
4902 SDValue ShAmt = Op.getOperand(2);
4903 SDValue Tmp1 = isSRA ?
Scott Michelfdc40a02009-02-17 22:15:04 +00004904 DAG.getNode(ISD::SRA, dl, VT, ShOpHi,
Dale Johannesenace16102009-02-03 19:33:06 +00004905 DAG.getConstant(VTBits - 1, MVT::i8)) :
Dan Gohman4c1fa612008-03-03 22:22:09 +00004906 DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00004907
Dan Gohman475871a2008-07-27 21:46:04 +00004908 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004909 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00004910 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt);
4911 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004912 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00004913 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt);
4914 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, dl, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004915 }
Evan Chenge3413162006-01-09 18:33:28 +00004916
Dale Johannesenace16102009-02-03 19:33:06 +00004917 SDValue AndNode = DAG.getNode(ISD::AND, dl, MVT::i8, ShAmt,
Dan Gohman4c1fa612008-03-03 22:22:09 +00004918 DAG.getConstant(VTBits, MVT::i8));
Dale Johannesenace16102009-02-03 19:33:06 +00004919 SDValue Cond = DAG.getNode(X86ISD::CMP, dl, VT,
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004920 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00004921
Dan Gohman475871a2008-07-27 21:46:04 +00004922 SDValue Hi, Lo;
4923 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
4924 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
4925 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00004926
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004927 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dale Johannesenace16102009-02-03 19:33:06 +00004928 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
4929 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004930 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00004931 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
4932 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004933 }
4934
Dan Gohman475871a2008-07-27 21:46:04 +00004935 SDValue Ops[2] = { Lo, Hi };
Dale Johannesenace16102009-02-03 19:33:06 +00004936 return DAG.getMergeValues(Ops, 2, dl);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004937}
Evan Chenga3195e82006-01-12 22:54:21 +00004938
Dan Gohman475871a2008-07-27 21:46:04 +00004939SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004940 MVT SrcVT = Op.getOperand(0).getValueType();
Duncan Sands8e4eb092008-06-08 20:54:56 +00004941 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00004942 "Unknown SINT_TO_FP to lower!");
Scott Michelfdc40a02009-02-17 22:15:04 +00004943
Chris Lattnerb09916b2008-02-27 05:57:41 +00004944 // These are really Legal; caller falls through into that case.
4945 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00004946 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00004947 if (SrcVT == MVT::i64 && Op.getValueType() != MVT::f80 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00004948 Subtarget->is64Bit())
Dan Gohman475871a2008-07-27 21:46:04 +00004949 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00004950
Dale Johannesen6f38cb62009-02-07 19:59:05 +00004951 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00004952 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004953 MachineFunction &MF = DAG.getMachineFunction();
4954 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size);
Dan Gohman475871a2008-07-27 21:46:04 +00004955 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Dale Johannesenace16102009-02-03 19:33:06 +00004956 SDValue Chain = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0),
Bill Wendling105be5a2009-03-13 08:41:47 +00004957 StackSlot,
4958 PseudoSourceValue::getFixedStack(SSFI), 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004959
4960 // Build the FILD
Chris Lattner5a88b832007-02-25 07:10:00 +00004961 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00004962 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00004963 if (useSSE)
Chris Lattner5a88b832007-02-25 07:10:00 +00004964 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Flag);
4965 else
Dale Johannesen849f2142007-07-03 00:53:03 +00004966 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00004967 SmallVector<SDValue, 8> Ops;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004968 Ops.push_back(Chain);
4969 Ops.push_back(StackSlot);
4970 Ops.push_back(DAG.getValueType(SrcVT));
Dale Johannesenace16102009-02-03 19:33:06 +00004971 SDValue Result = DAG.getNode(useSSE ? X86ISD::FILD_FLAG : X86ISD::FILD, dl,
Chris Lattnerb09916b2008-02-27 05:57:41 +00004972 Tys, &Ops[0], Ops.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00004973
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00004974 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004975 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00004976 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004977
4978 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
4979 // shouldn't be necessary except that RFP cannot be live across
4980 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004981 MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004982 int SSFI = MF.getFrameInfo()->CreateStackObject(8, 8);
Dan Gohman475871a2008-07-27 21:46:04 +00004983 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Chris Lattner5a88b832007-02-25 07:10:00 +00004984 Tys = DAG.getVTList(MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00004985 SmallVector<SDValue, 8> Ops;
Evan Chenga3195e82006-01-12 22:54:21 +00004986 Ops.push_back(Chain);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004987 Ops.push_back(Result);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004988 Ops.push_back(StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004989 Ops.push_back(DAG.getValueType(Op.getValueType()));
4990 Ops.push_back(InFlag);
Dale Johannesenace16102009-02-03 19:33:06 +00004991 Chain = DAG.getNode(X86ISD::FST, dl, Tys, &Ops[0], Ops.size());
4992 Result = DAG.getLoad(Op.getValueType(), dl, Chain, StackSlot,
Dan Gohmana54cf172008-07-11 22:44:52 +00004993 PseudoSourceValue::getFixedStack(SSFI), 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004994 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004995
Evan Cheng0db9fe62006-04-25 20:13:52 +00004996 return Result;
4997}
4998
Bill Wendling8b8a6362009-01-17 03:56:04 +00004999// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
5000SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op, SelectionDAG &DAG) {
5001 // This algorithm is not obvious. Here it is in C code, more or less:
5002 /*
5003 double uint64_to_double( uint32_t hi, uint32_t lo ) {
5004 static const __m128i exp = { 0x4330000045300000ULL, 0 };
5005 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00005006
Bill Wendling8b8a6362009-01-17 03:56:04 +00005007 // Copy ints to xmm registers.
5008 __m128i xh = _mm_cvtsi32_si128( hi );
5009 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00005010
Bill Wendling8b8a6362009-01-17 03:56:04 +00005011 // Combine into low half of a single xmm register.
5012 __m128i x = _mm_unpacklo_epi32( xh, xl );
5013 __m128d d;
5014 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00005015
Bill Wendling8b8a6362009-01-17 03:56:04 +00005016 // Merge in appropriate exponents to give the integer bits the right
5017 // magnitude.
5018 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00005019
Bill Wendling8b8a6362009-01-17 03:56:04 +00005020 // Subtract away the biases to deal with the IEEE-754 double precision
5021 // implicit 1.
5022 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00005023
Bill Wendling8b8a6362009-01-17 03:56:04 +00005024 // All conversions up to here are exact. The correctly rounded result is
5025 // calculated using the current rounding mode using the following
5026 // horizontal add.
5027 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
5028 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
5029 // store doesn't really need to be here (except
5030 // maybe to zero the other double)
5031 return sd;
5032 }
5033 */
Dale Johannesen040225f2008-10-21 23:07:49 +00005034
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005035 DebugLoc dl = Op.getDebugLoc();
Dale Johannesenace16102009-02-03 19:33:06 +00005036
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005037 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00005038 std::vector<Constant*> CV0;
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005039 CV0.push_back(ConstantInt::get(APInt(32, 0x45300000)));
5040 CV0.push_back(ConstantInt::get(APInt(32, 0x43300000)));
5041 CV0.push_back(ConstantInt::get(APInt(32, 0)));
5042 CV0.push_back(ConstantInt::get(APInt(32, 0)));
5043 Constant *C0 = ConstantVector::get(CV0);
Evan Cheng1606e8e2009-03-13 07:51:59 +00005044 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005045
Bill Wendling8b8a6362009-01-17 03:56:04 +00005046 std::vector<Constant*> CV1;
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005047 CV1.push_back(ConstantFP::get(APFloat(APInt(64, 0x4530000000000000ULL))));
5048 CV1.push_back(ConstantFP::get(APFloat(APInt(64, 0x4330000000000000ULL))));
5049 Constant *C1 = ConstantVector::get(CV1);
Evan Cheng1606e8e2009-03-13 07:51:59 +00005050 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005051
Rafael Espindola15684b22009-04-24 12:40:33 +00005052 SmallVector<SDValue, 4> MaskVec;
5053 MaskVec.push_back(DAG.getConstant(0, MVT::i32));
5054 MaskVec.push_back(DAG.getConstant(4, MVT::i32));
5055 MaskVec.push_back(DAG.getConstant(1, MVT::i32));
5056 MaskVec.push_back(DAG.getConstant(5, MVT::i32));
5057 SDValue UnpcklMask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
5058 &MaskVec[0], MaskVec.size());
5059 SmallVector<SDValue, 4> MaskVec2;
5060 MaskVec2.push_back(DAG.getConstant(1, MVT::i32));
5061 MaskVec2.push_back(DAG.getConstant(0, MVT::i32));
5062 SDValue ShufMask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v2i32,
5063 &MaskVec2[0], MaskVec2.size());
5064
Dale Johannesenace16102009-02-03 19:33:06 +00005065 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
5066 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00005067 Op.getOperand(0),
5068 DAG.getIntPtrConstant(1)));
Dale Johannesenace16102009-02-03 19:33:06 +00005069 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
5070 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00005071 Op.getOperand(0),
5072 DAG.getIntPtrConstant(0)));
Rafael Espindola15684b22009-04-24 12:40:33 +00005073 SDValue Unpck1 = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v4i32,
5074 XR1, XR2, UnpcklMask);
Dale Johannesenace16102009-02-03 19:33:06 +00005075 SDValue CLod0 = DAG.getLoad(MVT::v4i32, dl, DAG.getEntryNode(), CPIdx0,
Bill Wendling8b8a6362009-01-17 03:56:04 +00005076 PseudoSourceValue::getConstantPool(), 0,
5077 false, 16);
Rafael Espindola15684b22009-04-24 12:40:33 +00005078 SDValue Unpck2 = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v4i32,
5079 Unpck1, CLod0, UnpcklMask);
Dale Johannesenace16102009-02-03 19:33:06 +00005080 SDValue XR2F = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2f64, Unpck2);
5081 SDValue CLod1 = DAG.getLoad(MVT::v2f64, dl, CLod0.getValue(1), CPIdx1,
Bill Wendling8b8a6362009-01-17 03:56:04 +00005082 PseudoSourceValue::getConstantPool(), 0,
5083 false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005084 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00005085
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005086 // Add the halves; easiest way is to swap them into another reg first.
Rafael Espindola15684b22009-04-24 12:40:33 +00005087 SDValue Shuf = DAG.getNode(ISD::VECTOR_SHUFFLE, dl, MVT::v2f64,
5088 Sub, Sub, ShufMask);
Dale Johannesenace16102009-02-03 19:33:06 +00005089 SDValue Add = DAG.getNode(ISD::FADD, dl, MVT::v2f64, Shuf, Sub);
5090 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Add,
Dale Johannesen1c15bf52008-10-21 20:50:01 +00005091 DAG.getIntPtrConstant(0));
5092}
5093
Bill Wendling8b8a6362009-01-17 03:56:04 +00005094// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
5095SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005096 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00005097 // FP constant to bias correct the final result.
5098 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
5099 MVT::f64);
5100
5101 // Load the 32-bit value into an XMM register.
Dale Johannesenace16102009-02-03 19:33:06 +00005102 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4i32,
5103 DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Bill Wendling8b8a6362009-01-17 03:56:04 +00005104 Op.getOperand(0),
5105 DAG.getIntPtrConstant(0)));
5106
Dale Johannesenace16102009-02-03 19:33:06 +00005107 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
5108 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2f64, Load),
Bill Wendling8b8a6362009-01-17 03:56:04 +00005109 DAG.getIntPtrConstant(0));
5110
5111 // Or the load with the bias.
Dale Johannesenace16102009-02-03 19:33:06 +00005112 SDValue Or = DAG.getNode(ISD::OR, dl, MVT::v2i64,
5113 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2i64,
5114 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Evan Cheng50c3dfe2009-01-19 08:19:57 +00005115 MVT::v2f64, Load)),
Dale Johannesenace16102009-02-03 19:33:06 +00005116 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2i64,
5117 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
Evan Cheng50c3dfe2009-01-19 08:19:57 +00005118 MVT::v2f64, Bias)));
Dale Johannesenace16102009-02-03 19:33:06 +00005119 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64,
5120 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2f64, Or),
Bill Wendling8b8a6362009-01-17 03:56:04 +00005121 DAG.getIntPtrConstant(0));
5122
5123 // Subtract the bias.
Dale Johannesenace16102009-02-03 19:33:06 +00005124 SDValue Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Or, Bias);
Bill Wendling8b8a6362009-01-17 03:56:04 +00005125
5126 // Handle final rounding.
Bill Wendling030939c2009-01-17 07:40:19 +00005127 MVT DestVT = Op.getValueType();
5128
5129 if (DestVT.bitsLT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00005130 return DAG.getNode(ISD::FP_ROUND, dl, DestVT, Sub,
Bill Wendling030939c2009-01-17 07:40:19 +00005131 DAG.getIntPtrConstant(0));
5132 } else if (DestVT.bitsGT(MVT::f64)) {
Dale Johannesenace16102009-02-03 19:33:06 +00005133 return DAG.getNode(ISD::FP_EXTEND, dl, DestVT, Sub);
Bill Wendling030939c2009-01-17 07:40:19 +00005134 }
5135
5136 // Handle final rounding.
5137 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00005138}
5139
5140SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op, SelectionDAG &DAG) {
Evan Chenga06ec9e2009-01-19 08:08:22 +00005141 SDValue N0 = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005142 DebugLoc dl = Op.getDebugLoc();
Bill Wendling8b8a6362009-01-17 03:56:04 +00005143
Evan Chenga06ec9e2009-01-19 08:08:22 +00005144 // Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't
5145 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
5146 // the optimization here.
5147 if (DAG.SignBitIsZero(N0))
Dale Johannesenace16102009-02-03 19:33:06 +00005148 return DAG.getNode(ISD::SINT_TO_FP, dl, Op.getValueType(), N0);
Evan Chenga06ec9e2009-01-19 08:08:22 +00005149
5150 MVT SrcVT = N0.getValueType();
Bill Wendling8b8a6362009-01-17 03:56:04 +00005151 if (SrcVT == MVT::i64) {
5152 // We only handle SSE2 f64 target here; caller can handle the rest.
5153 if (Op.getValueType() != MVT::f64 || !X86ScalarSSEf64)
5154 return SDValue();
Bill Wendling030939c2009-01-17 07:40:19 +00005155
Bill Wendling8b8a6362009-01-17 03:56:04 +00005156 return LowerUINT_TO_FP_i64(Op, DAG);
5157 } else if (SrcVT == MVT::i32) {
Bill Wendling8b8a6362009-01-17 03:56:04 +00005158 return LowerUINT_TO_FP_i32(Op, DAG);
5159 }
5160
5161 assert(0 && "Unknown UINT_TO_FP to lower!");
5162 return SDValue();
5163}
5164
Dan Gohman475871a2008-07-27 21:46:04 +00005165std::pair<SDValue,SDValue> X86TargetLowering::
5166FP_TO_SINTHelper(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005167 DebugLoc dl = Op.getDebugLoc();
Duncan Sands8e4eb092008-06-08 20:54:56 +00005168 assert(Op.getValueType().getSimpleVT() <= MVT::i64 &&
5169 Op.getValueType().getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00005170 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00005171
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00005172 // These are really Legal.
Scott Michelfdc40a02009-02-17 22:15:04 +00005173 if (Op.getValueType() == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00005174 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00005175 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00005176 if (Subtarget->is64Bit() &&
5177 Op.getValueType() == MVT::i64 &&
5178 Op.getOperand(0).getValueType() != MVT::f80)
Dan Gohman475871a2008-07-27 21:46:04 +00005179 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00005180
Evan Cheng87c89352007-10-15 20:11:21 +00005181 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
5182 // stack slot.
5183 MachineFunction &MF = DAG.getMachineFunction();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005184 unsigned MemSize = Op.getValueType().getSizeInBits()/8;
Evan Cheng87c89352007-10-15 20:11:21 +00005185 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize);
Dan Gohman475871a2008-07-27 21:46:04 +00005186 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Evan Cheng0db9fe62006-04-25 20:13:52 +00005187 unsigned Opc;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005188 switch (Op.getValueType().getSimpleVT()) {
Chris Lattner27a6c732007-11-24 07:07:01 +00005189 default: assert(0 && "Invalid FP_TO_SINT to lower!");
5190 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
5191 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
5192 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005193 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00005194
Dan Gohman475871a2008-07-27 21:46:04 +00005195 SDValue Chain = DAG.getEntryNode();
5196 SDValue Value = Op.getOperand(0);
Chris Lattner78631162008-01-16 06:24:21 +00005197 if (isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType())) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00005198 assert(Op.getValueType() == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Dale Johannesenace16102009-02-03 19:33:06 +00005199 Chain = DAG.getStore(Chain, dl, Value, StackSlot,
Dan Gohmana54cf172008-07-11 22:44:52 +00005200 PseudoSourceValue::getFixedStack(SSFI), 0);
Dale Johannesen849f2142007-07-03 00:53:03 +00005201 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00005202 SDValue Ops[] = {
Chris Lattner5a88b832007-02-25 07:10:00 +00005203 Chain, StackSlot, DAG.getValueType(Op.getOperand(0).getValueType())
5204 };
Dale Johannesenace16102009-02-03 19:33:06 +00005205 Value = DAG.getNode(X86ISD::FLD, dl, Tys, Ops, 3);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005206 Chain = Value.getValue(1);
5207 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize);
5208 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
5209 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00005210
Evan Cheng0db9fe62006-04-25 20:13:52 +00005211 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00005212 SDValue Ops[] = { Chain, Value, StackSlot };
Dale Johannesenace16102009-02-03 19:33:06 +00005213 SDValue FIST = DAG.getNode(Opc, dl, MVT::Other, Ops, 3);
Evan Chengd9558e02006-01-06 00:43:03 +00005214
Chris Lattner27a6c732007-11-24 07:07:01 +00005215 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005216}
5217
Dan Gohman475871a2008-07-27 21:46:04 +00005218SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) {
5219 std::pair<SDValue,SDValue> Vals = FP_TO_SINTHelper(Op, DAG);
5220 SDValue FIST = Vals.first, StackSlot = Vals.second;
Gabor Greifba36cb52008-08-28 21:40:38 +00005221 if (FIST.getNode() == 0) return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00005222
Chris Lattner27a6c732007-11-24 07:07:01 +00005223 // Load the result.
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005224 return DAG.getLoad(Op.getValueType(), Op.getDebugLoc(),
Dale Johannesenace16102009-02-03 19:33:06 +00005225 FIST, StackSlot, NULL, 0);
Chris Lattner27a6c732007-11-24 07:07:01 +00005226}
5227
Dan Gohman475871a2008-07-27 21:46:04 +00005228SDValue X86TargetLowering::LowerFABS(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005229 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005230 MVT VT = Op.getValueType();
5231 MVT EltVT = VT;
5232 if (VT.isVector())
5233 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005234 std::vector<Constant*> CV;
Dan Gohman20382522007-07-10 00:05:58 +00005235 if (EltVT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005236 Constant *C = ConstantFP::get(APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00005237 CV.push_back(C);
5238 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005239 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005240 Constant *C = ConstantFP::get(APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00005241 CV.push_back(C);
5242 CV.push_back(C);
5243 CV.push_back(C);
5244 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005245 }
Dan Gohmand3006222007-07-27 17:16:43 +00005246 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00005247 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005248 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005249 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005250 false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005251 return DAG.getNode(X86ISD::FAND, dl, VT, Op.getOperand(0), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005252}
5253
Dan Gohman475871a2008-07-27 21:46:04 +00005254SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005255 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005256 MVT VT = Op.getValueType();
5257 MVT EltVT = VT;
Evan Chengd4d01b72007-07-19 23:36:01 +00005258 unsigned EltNum = 1;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005259 if (VT.isVector()) {
5260 EltVT = VT.getVectorElementType();
5261 EltNum = VT.getVectorNumElements();
Evan Chengd4d01b72007-07-19 23:36:01 +00005262 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005263 std::vector<Constant*> CV;
Dan Gohman20382522007-07-10 00:05:58 +00005264 if (EltVT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005265 Constant *C = ConstantFP::get(APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00005266 CV.push_back(C);
5267 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005268 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005269 Constant *C = ConstantFP::get(APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00005270 CV.push_back(C);
5271 CV.push_back(C);
5272 CV.push_back(C);
5273 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005274 }
Dan Gohmand3006222007-07-27 17:16:43 +00005275 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00005276 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005277 SDValue Mask = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005278 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005279 false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005280 if (VT.isVector()) {
Dale Johannesenace16102009-02-03 19:33:06 +00005281 return DAG.getNode(ISD::BIT_CONVERT, dl, VT,
5282 DAG.getNode(ISD::XOR, dl, MVT::v2i64,
Scott Michelfdc40a02009-02-17 22:15:04 +00005283 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2i64,
Dale Johannesenace16102009-02-03 19:33:06 +00005284 Op.getOperand(0)),
5285 DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v2i64, Mask)));
Evan Chengd4d01b72007-07-19 23:36:01 +00005286 } else {
Dale Johannesenace16102009-02-03 19:33:06 +00005287 return DAG.getNode(X86ISD::FXOR, dl, VT, Op.getOperand(0), Mask);
Evan Chengd4d01b72007-07-19 23:36:01 +00005288 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005289}
5290
Dan Gohman475871a2008-07-27 21:46:04 +00005291SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) {
5292 SDValue Op0 = Op.getOperand(0);
5293 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005294 DebugLoc dl = Op.getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005295 MVT VT = Op.getValueType();
5296 MVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00005297
5298 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00005299 if (SrcVT.bitsLT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00005300 Op1 = DAG.getNode(ISD::FP_EXTEND, dl, VT, Op1);
Evan Cheng73d6cf12007-01-05 21:37:56 +00005301 SrcVT = VT;
5302 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00005303 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00005304 if (SrcVT.bitsGT(VT)) {
Dale Johannesenace16102009-02-03 19:33:06 +00005305 Op1 = DAG.getNode(ISD::FP_ROUND, dl, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00005306 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00005307 }
5308
5309 // At this point the operands and the result should have the same
5310 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00005311
Evan Cheng68c47cb2007-01-05 07:55:56 +00005312 // First get the sign bit of second operand.
5313 std::vector<Constant*> CV;
5314 if (SrcVT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005315 CV.push_back(ConstantFP::get(APFloat(APInt(64, 1ULL << 63))));
5316 CV.push_back(ConstantFP::get(APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00005317 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005318 CV.push_back(ConstantFP::get(APFloat(APInt(32, 1U << 31))));
5319 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5320 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5321 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00005322 }
Dan Gohmand3006222007-07-27 17:16:43 +00005323 Constant *C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00005324 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005325 SDValue Mask1 = DAG.getLoad(SrcVT, dl, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005326 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005327 false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005328 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00005329
5330 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00005331 if (SrcVT.bitsGT(VT)) {
Evan Cheng68c47cb2007-01-05 07:55:56 +00005332 // Op0 is MVT::f32, Op1 is MVT::f64.
Dale Johannesenace16102009-02-03 19:33:06 +00005333 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v2f64, SignBit);
5334 SignBit = DAG.getNode(X86ISD::FSRL, dl, MVT::v2f64, SignBit,
Evan Cheng68c47cb2007-01-05 07:55:56 +00005335 DAG.getConstant(32, MVT::i32));
Dale Johannesenace16102009-02-03 19:33:06 +00005336 SignBit = DAG.getNode(ISD::BIT_CONVERT, dl, MVT::v4f32, SignBit);
5337 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00005338 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00005339 }
5340
Evan Cheng73d6cf12007-01-05 21:37:56 +00005341 // Clear first operand sign bit.
5342 CV.clear();
5343 if (VT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005344 CV.push_back(ConstantFP::get(APFloat(APInt(64, ~(1ULL << 63)))));
5345 CV.push_back(ConstantFP::get(APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00005346 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005347 CV.push_back(ConstantFP::get(APFloat(APInt(32, ~(1U << 31)))));
5348 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5349 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5350 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00005351 }
Dan Gohmand3006222007-07-27 17:16:43 +00005352 C = ConstantVector::get(CV);
Evan Cheng1606e8e2009-03-13 07:51:59 +00005353 CPIdx = DAG.getConstantPool(C, getPointerTy(), 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005354 SDValue Mask2 = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005355 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005356 false, 16);
Dale Johannesenace16102009-02-03 19:33:06 +00005357 SDValue Val = DAG.getNode(X86ISD::FAND, dl, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00005358
5359 // Or the value with the sign bit.
Dale Johannesenace16102009-02-03 19:33:06 +00005360 return DAG.getNode(X86ISD::FOR, dl, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00005361}
5362
Dan Gohman076aee32009-03-04 19:44:21 +00005363/// Emit nodes that will be selected as "test Op0,Op0", or something
5364/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00005365SDValue X86TargetLowering::EmitTest(SDValue Op, unsigned X86CC,
5366 SelectionDAG &DAG) {
Dan Gohman076aee32009-03-04 19:44:21 +00005367 DebugLoc dl = Op.getDebugLoc();
5368
Dan Gohman31125812009-03-07 01:58:32 +00005369 // CF and OF aren't always set the way we want. Determine which
5370 // of these we need.
5371 bool NeedCF = false;
5372 bool NeedOF = false;
5373 switch (X86CC) {
5374 case X86::COND_A: case X86::COND_AE:
5375 case X86::COND_B: case X86::COND_BE:
5376 NeedCF = true;
5377 break;
5378 case X86::COND_G: case X86::COND_GE:
5379 case X86::COND_L: case X86::COND_LE:
5380 case X86::COND_O: case X86::COND_NO:
5381 NeedOF = true;
5382 break;
5383 default: break;
5384 }
5385
Dan Gohman076aee32009-03-04 19:44:21 +00005386 // See if we can use the EFLAGS value from the operand instead of
Dan Gohman31125812009-03-07 01:58:32 +00005387 // doing a separate TEST. TEST always sets OF and CF to 0, so unless
5388 // we prove that the arithmetic won't overflow, we can't use OF or CF.
5389 if (Op.getResNo() == 0 && !NeedOF && !NeedCF) {
Dan Gohman076aee32009-03-04 19:44:21 +00005390 unsigned Opcode = 0;
Dan Gohman51bb4742009-03-05 21:29:28 +00005391 unsigned NumOperands = 0;
Dan Gohman076aee32009-03-04 19:44:21 +00005392 switch (Op.getNode()->getOpcode()) {
5393 case ISD::ADD:
5394 // Due to an isel shortcoming, be conservative if this add is likely to
5395 // be selected as part of a load-modify-store instruction. When the root
5396 // node in a match is a store, isel doesn't know how to remap non-chain
5397 // non-flag uses of other nodes in the match, such as the ADD in this
5398 // case. This leads to the ADD being left around and reselected, with
5399 // the result being two adds in the output.
5400 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
5401 UE = Op.getNode()->use_end(); UI != UE; ++UI)
5402 if (UI->getOpcode() == ISD::STORE)
5403 goto default_case;
Dan Gohman076aee32009-03-04 19:44:21 +00005404 if (ConstantSDNode *C =
Dan Gohman4bfcf2a2009-03-05 19:32:48 +00005405 dyn_cast<ConstantSDNode>(Op.getNode()->getOperand(1))) {
5406 // An add of one will be selected as an INC.
Dan Gohman076aee32009-03-04 19:44:21 +00005407 if (C->getAPIntValue() == 1) {
5408 Opcode = X86ISD::INC;
Dan Gohman51bb4742009-03-05 21:29:28 +00005409 NumOperands = 1;
Dan Gohman076aee32009-03-04 19:44:21 +00005410 break;
5411 }
Dan Gohman4bfcf2a2009-03-05 19:32:48 +00005412 // An add of negative one (subtract of one) will be selected as a DEC.
5413 if (C->getAPIntValue().isAllOnesValue()) {
5414 Opcode = X86ISD::DEC;
Dan Gohman51bb4742009-03-05 21:29:28 +00005415 NumOperands = 1;
Dan Gohman4bfcf2a2009-03-05 19:32:48 +00005416 break;
5417 }
5418 }
Dan Gohman076aee32009-03-04 19:44:21 +00005419 // Otherwise use a regular EFLAGS-setting add.
5420 Opcode = X86ISD::ADD;
Dan Gohman51bb4742009-03-05 21:29:28 +00005421 NumOperands = 2;
Dan Gohman076aee32009-03-04 19:44:21 +00005422 break;
5423 case ISD::SUB:
5424 // Due to the ISEL shortcoming noted above, be conservative if this sub is
5425 // likely to be selected as part of a load-modify-store instruction.
5426 for (SDNode::use_iterator UI = Op.getNode()->use_begin(),
5427 UE = Op.getNode()->use_end(); UI != UE; ++UI)
5428 if (UI->getOpcode() == ISD::STORE)
5429 goto default_case;
Dan Gohman076aee32009-03-04 19:44:21 +00005430 // Otherwise use a regular EFLAGS-setting sub.
5431 Opcode = X86ISD::SUB;
Dan Gohman51bb4742009-03-05 21:29:28 +00005432 NumOperands = 2;
Dan Gohman076aee32009-03-04 19:44:21 +00005433 break;
5434 case X86ISD::ADD:
5435 case X86ISD::SUB:
5436 case X86ISD::INC:
5437 case X86ISD::DEC:
5438 return SDValue(Op.getNode(), 1);
5439 default:
5440 default_case:
5441 break;
5442 }
5443 if (Opcode != 0) {
Dan Gohmanfc166572009-04-09 23:54:40 +00005444 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
Dan Gohman076aee32009-03-04 19:44:21 +00005445 SmallVector<SDValue, 4> Ops;
Dan Gohman31125812009-03-07 01:58:32 +00005446 for (unsigned i = 0; i != NumOperands; ++i)
Dan Gohman076aee32009-03-04 19:44:21 +00005447 Ops.push_back(Op.getOperand(i));
Dan Gohmanfc166572009-04-09 23:54:40 +00005448 SDValue New = DAG.getNode(Opcode, dl, VTs, &Ops[0], NumOperands);
Dan Gohman076aee32009-03-04 19:44:21 +00005449 DAG.ReplaceAllUsesWith(Op, New);
5450 return SDValue(New.getNode(), 1);
5451 }
5452 }
5453
5454 // Otherwise just emit a CMP with 0, which is the TEST pattern.
5455 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op,
5456 DAG.getConstant(0, Op.getValueType()));
5457}
5458
5459/// Emit nodes that will be selected as "cmp Op0,Op1", or something
5460/// equivalent.
Dan Gohman31125812009-03-07 01:58:32 +00005461SDValue X86TargetLowering::EmitCmp(SDValue Op0, SDValue Op1, unsigned X86CC,
5462 SelectionDAG &DAG) {
Dan Gohman076aee32009-03-04 19:44:21 +00005463 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op1))
5464 if (C->getAPIntValue() == 0)
Dan Gohman31125812009-03-07 01:58:32 +00005465 return EmitTest(Op0, X86CC, DAG);
Dan Gohman076aee32009-03-04 19:44:21 +00005466
5467 DebugLoc dl = Op0.getDebugLoc();
5468 return DAG.getNode(X86ISD::CMP, dl, MVT::i32, Op0, Op1);
5469}
5470
Dan Gohman475871a2008-07-27 21:46:04 +00005471SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0488db92007-09-25 01:57:46 +00005472 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
Dan Gohman475871a2008-07-27 21:46:04 +00005473 SDValue Op0 = Op.getOperand(0);
5474 SDValue Op1 = Op.getOperand(1);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005475 DebugLoc dl = Op.getDebugLoc();
Chris Lattnere55484e2008-12-25 05:34:37 +00005476 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
Scott Michelfdc40a02009-02-17 22:15:04 +00005477
Dan Gohmane5af2d32009-01-29 01:59:02 +00005478 // Lower (X & (1 << N)) == 0 to BT(X, N).
5479 // Lower ((X >>u N) & 1) != 0 to BT(X, N).
5480 // Lower ((X >>s N) & 1) != 0 to BT(X, N).
Dan Gohman286575c2009-01-13 23:25:30 +00005481 if (Op0.getOpcode() == ISD::AND &&
5482 Op0.hasOneUse() &&
5483 Op1.getOpcode() == ISD::Constant &&
Dan Gohmane5af2d32009-01-29 01:59:02 +00005484 cast<ConstantSDNode>(Op1)->getZExtValue() == 0 &&
Chris Lattnere55484e2008-12-25 05:34:37 +00005485 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
Dan Gohmane5af2d32009-01-29 01:59:02 +00005486 SDValue LHS, RHS;
5487 if (Op0.getOperand(1).getOpcode() == ISD::SHL) {
5488 if (ConstantSDNode *Op010C =
5489 dyn_cast<ConstantSDNode>(Op0.getOperand(1).getOperand(0)))
5490 if (Op010C->getZExtValue() == 1) {
5491 LHS = Op0.getOperand(0);
5492 RHS = Op0.getOperand(1).getOperand(1);
5493 }
5494 } else if (Op0.getOperand(0).getOpcode() == ISD::SHL) {
5495 if (ConstantSDNode *Op000C =
5496 dyn_cast<ConstantSDNode>(Op0.getOperand(0).getOperand(0)))
5497 if (Op000C->getZExtValue() == 1) {
5498 LHS = Op0.getOperand(1);
5499 RHS = Op0.getOperand(0).getOperand(1);
5500 }
5501 } else if (Op0.getOperand(1).getOpcode() == ISD::Constant) {
5502 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op0.getOperand(1));
5503 SDValue AndLHS = Op0.getOperand(0);
5504 if (AndRHS->getZExtValue() == 1 && AndLHS.getOpcode() == ISD::SRL) {
5505 LHS = AndLHS.getOperand(0);
5506 RHS = AndLHS.getOperand(1);
5507 }
5508 }
Evan Cheng0488db92007-09-25 01:57:46 +00005509
Dan Gohmane5af2d32009-01-29 01:59:02 +00005510 if (LHS.getNode()) {
Chris Lattnere55484e2008-12-25 05:34:37 +00005511 // If LHS is i8, promote it to i16 with any_extend. There is no i8 BT
5512 // instruction. Since the shift amount is in-range-or-undefined, we know
5513 // that doing a bittest on the i16 value is ok. We extend to i32 because
5514 // the encoding for the i16 version is larger than the i32 version.
5515 if (LHS.getValueType() == MVT::i8)
Dale Johannesenace16102009-02-03 19:33:06 +00005516 LHS = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, LHS);
Chris Lattnere55484e2008-12-25 05:34:37 +00005517
5518 // If the operand types disagree, extend the shift amount to match. Since
5519 // BT ignores high bits (like shifts) we can use anyextend.
5520 if (LHS.getValueType() != RHS.getValueType())
Dale Johannesenace16102009-02-03 19:33:06 +00005521 RHS = DAG.getNode(ISD::ANY_EXTEND, dl, LHS.getValueType(), RHS);
Dan Gohmane5af2d32009-01-29 01:59:02 +00005522
Dale Johannesenace16102009-02-03 19:33:06 +00005523 SDValue BT = DAG.getNode(X86ISD::BT, dl, MVT::i32, LHS, RHS);
Dan Gohman653456c2009-01-07 00:15:08 +00005524 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
Dale Johannesenace16102009-02-03 19:33:06 +00005525 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattnere55484e2008-12-25 05:34:37 +00005526 DAG.getConstant(Cond, MVT::i8), BT);
5527 }
5528 }
5529
5530 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
5531 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00005532
Dan Gohman31125812009-03-07 01:58:32 +00005533 SDValue Cond = EmitCmp(Op0, Op1, X86CC, DAG);
Dale Johannesenace16102009-02-03 19:33:06 +00005534 return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Chris Lattner43287082008-12-24 00:11:37 +00005535 DAG.getConstant(X86CC, MVT::i8), Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00005536}
5537
Dan Gohman475871a2008-07-27 21:46:04 +00005538SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) {
5539 SDValue Cond;
5540 SDValue Op0 = Op.getOperand(0);
5541 SDValue Op1 = Op.getOperand(1);
5542 SDValue CC = Op.getOperand(2);
Nate Begeman30a0de92008-07-17 16:51:19 +00005543 MVT VT = Op.getValueType();
5544 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
5545 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005546 DebugLoc dl = Op.getDebugLoc();
Nate Begeman30a0de92008-07-17 16:51:19 +00005547
5548 if (isFP) {
5549 unsigned SSECC = 8;
Evan Chenge9d50352008-08-05 22:19:15 +00005550 MVT VT0 = Op0.getValueType();
5551 assert(VT0 == MVT::v4f32 || VT0 == MVT::v2f64);
5552 unsigned Opc = VT0 == MVT::v4f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00005553 bool Swap = false;
5554
5555 switch (SetCCOpcode) {
5556 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00005557 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00005558 case ISD::SETEQ: SSECC = 0; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00005559 case ISD::SETOGT:
Nate Begeman30a0de92008-07-17 16:51:19 +00005560 case ISD::SETGT: Swap = true; // Fallthrough
5561 case ISD::SETLT:
5562 case ISD::SETOLT: SSECC = 1; break;
5563 case ISD::SETOGE:
5564 case ISD::SETGE: Swap = true; // Fallthrough
5565 case ISD::SETLE:
5566 case ISD::SETOLE: SSECC = 2; break;
5567 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00005568 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00005569 case ISD::SETNE: SSECC = 4; break;
5570 case ISD::SETULE: Swap = true;
5571 case ISD::SETUGE: SSECC = 5; break;
5572 case ISD::SETULT: Swap = true;
5573 case ISD::SETUGT: SSECC = 6; break;
5574 case ISD::SETO: SSECC = 7; break;
5575 }
5576 if (Swap)
5577 std::swap(Op0, Op1);
5578
Nate Begemanfb8ead02008-07-25 19:05:58 +00005579 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00005580 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00005581 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00005582 SDValue UNORD, EQ;
Dale Johannesenace16102009-02-03 19:33:06 +00005583 UNORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
5584 EQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
5585 return DAG.getNode(ISD::OR, dl, VT, UNORD, EQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00005586 }
5587 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00005588 SDValue ORD, NEQ;
Dale Johannesenace16102009-02-03 19:33:06 +00005589 ORD = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
5590 NEQ = DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
5591 return DAG.getNode(ISD::AND, dl, VT, ORD, NEQ);
Nate Begemanfb8ead02008-07-25 19:05:58 +00005592 }
5593 assert(0 && "Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00005594 }
5595 // Handle all other FP comparisons here.
Dale Johannesenace16102009-02-03 19:33:06 +00005596 return DAG.getNode(Opc, dl, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
Nate Begeman30a0de92008-07-17 16:51:19 +00005597 }
Scott Michelfdc40a02009-02-17 22:15:04 +00005598
Nate Begeman30a0de92008-07-17 16:51:19 +00005599 // We are handling one of the integer comparisons here. Since SSE only has
5600 // GT and EQ comparisons for integer, swapping operands and multiple
5601 // operations may be required for some comparisons.
5602 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
5603 bool Swap = false, Invert = false, FlipSigns = false;
Scott Michelfdc40a02009-02-17 22:15:04 +00005604
Nate Begeman30a0de92008-07-17 16:51:19 +00005605 switch (VT.getSimpleVT()) {
5606 default: break;
5607 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
5608 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
5609 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
5610 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
5611 }
Scott Michelfdc40a02009-02-17 22:15:04 +00005612
Nate Begeman30a0de92008-07-17 16:51:19 +00005613 switch (SetCCOpcode) {
5614 default: break;
5615 case ISD::SETNE: Invert = true;
5616 case ISD::SETEQ: Opc = EQOpc; break;
5617 case ISD::SETLT: Swap = true;
5618 case ISD::SETGT: Opc = GTOpc; break;
5619 case ISD::SETGE: Swap = true;
5620 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
5621 case ISD::SETULT: Swap = true;
5622 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
5623 case ISD::SETUGE: Swap = true;
5624 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
5625 }
5626 if (Swap)
5627 std::swap(Op0, Op1);
Scott Michelfdc40a02009-02-17 22:15:04 +00005628
Nate Begeman30a0de92008-07-17 16:51:19 +00005629 // Since SSE has no unsigned integer comparisons, we need to flip the sign
5630 // bits of the inputs before performing those operations.
5631 if (FlipSigns) {
5632 MVT EltVT = VT.getVectorElementType();
Duncan Sandsb0d5cdd2009-02-01 18:06:53 +00005633 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()),
5634 EltVT);
Dan Gohman475871a2008-07-27 21:46:04 +00005635 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
Evan Chenga87008d2009-02-25 22:49:59 +00005636 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
5637 SignBits.size());
Dale Johannesenace16102009-02-03 19:33:06 +00005638 Op0 = DAG.getNode(ISD::XOR, dl, VT, Op0, SignVec);
5639 Op1 = DAG.getNode(ISD::XOR, dl, VT, Op1, SignVec);
Nate Begeman30a0de92008-07-17 16:51:19 +00005640 }
Scott Michelfdc40a02009-02-17 22:15:04 +00005641
Dale Johannesenace16102009-02-03 19:33:06 +00005642 SDValue Result = DAG.getNode(Opc, dl, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00005643
5644 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00005645 if (Invert)
Dale Johannesenace16102009-02-03 19:33:06 +00005646 Result = DAG.getNOT(dl, Result, VT);
Bob Wilson4c245462009-01-22 17:39:32 +00005647
Nate Begeman30a0de92008-07-17 16:51:19 +00005648 return Result;
5649}
Evan Cheng0488db92007-09-25 01:57:46 +00005650
Evan Cheng370e5342008-12-03 08:38:43 +00005651// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
Dan Gohman076aee32009-03-04 19:44:21 +00005652static bool isX86LogicalCmp(SDValue Op) {
5653 unsigned Opc = Op.getNode()->getOpcode();
5654 if (Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI)
5655 return true;
5656 if (Op.getResNo() == 1 &&
5657 (Opc == X86ISD::ADD ||
5658 Opc == X86ISD::SUB ||
5659 Opc == X86ISD::SMUL ||
5660 Opc == X86ISD::UMUL ||
5661 Opc == X86ISD::INC ||
5662 Opc == X86ISD::DEC))
5663 return true;
5664
5665 return false;
Evan Cheng370e5342008-12-03 08:38:43 +00005666}
5667
Dan Gohman475871a2008-07-27 21:46:04 +00005668SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) {
Evan Cheng734503b2006-09-11 02:19:56 +00005669 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00005670 SDValue Cond = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005671 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00005672 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00005673
Evan Cheng734503b2006-09-11 02:19:56 +00005674 if (Cond.getOpcode() == ISD::SETCC)
Evan Chenge5f62042007-09-29 00:00:36 +00005675 Cond = LowerSETCC(Cond, DAG);
Evan Cheng734503b2006-09-11 02:19:56 +00005676
Evan Cheng3f41d662007-10-08 22:16:29 +00005677 // If condition flag is set by a X86ISD::CMP, then use it as the condition
5678 // setting operand in place of the X86ISD::SETCC.
Evan Cheng734503b2006-09-11 02:19:56 +00005679 if (Cond.getOpcode() == X86ISD::SETCC) {
5680 CC = Cond.getOperand(0);
5681
Dan Gohman475871a2008-07-27 21:46:04 +00005682 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00005683 unsigned Opc = Cmp.getOpcode();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005684 MVT VT = Op.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00005685
Evan Cheng3f41d662007-10-08 22:16:29 +00005686 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005687 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00005688 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00005689 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Scott Michelfdc40a02009-02-17 22:15:04 +00005690
Chris Lattnerd1980a52009-03-12 06:52:53 +00005691 if ((isX86LogicalCmp(Cmp) && !IllegalFPCMov) ||
5692 Opc == X86ISD::BT) { // FIXME
Evan Cheng3f41d662007-10-08 22:16:29 +00005693 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00005694 addTest = false;
5695 }
5696 }
5697
5698 if (addTest) {
5699 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman31125812009-03-07 01:58:32 +00005700 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00005701 }
5702
Dan Gohmanfc166572009-04-09 23:54:40 +00005703 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00005704 SmallVector<SDValue, 4> Ops;
Evan Cheng0488db92007-09-25 01:57:46 +00005705 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
5706 // condition is true.
5707 Ops.push_back(Op.getOperand(2));
5708 Ops.push_back(Op.getOperand(1));
5709 Ops.push_back(CC);
5710 Ops.push_back(Cond);
Dan Gohmanfc166572009-04-09 23:54:40 +00005711 return DAG.getNode(X86ISD::CMOV, dl, VTs, &Ops[0], Ops.size());
Evan Cheng0488db92007-09-25 01:57:46 +00005712}
5713
Evan Cheng370e5342008-12-03 08:38:43 +00005714// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
5715// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
5716// from the AND / OR.
5717static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
5718 Opc = Op.getOpcode();
5719 if (Opc != ISD::OR && Opc != ISD::AND)
5720 return false;
5721 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
5722 Op.getOperand(0).hasOneUse() &&
5723 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
5724 Op.getOperand(1).hasOneUse());
5725}
5726
Evan Cheng961d6d42009-02-02 08:19:07 +00005727// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
5728// 1 and that the SETCC node has a single use.
Evan Cheng67ad9db2009-02-02 08:07:36 +00005729static bool isXor1OfSetCC(SDValue Op) {
5730 if (Op.getOpcode() != ISD::XOR)
5731 return false;
5732 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
5733 if (N1C && N1C->getAPIntValue() == 1) {
5734 return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
5735 Op.getOperand(0).hasOneUse();
5736 }
5737 return false;
5738}
5739
Dan Gohman475871a2008-07-27 21:46:04 +00005740SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) {
Evan Cheng734503b2006-09-11 02:19:56 +00005741 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00005742 SDValue Chain = Op.getOperand(0);
5743 SDValue Cond = Op.getOperand(1);
5744 SDValue Dest = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005745 DebugLoc dl = Op.getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00005746 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00005747
Evan Cheng0db9fe62006-04-25 20:13:52 +00005748 if (Cond.getOpcode() == ISD::SETCC)
Evan Chenge5f62042007-09-29 00:00:36 +00005749 Cond = LowerSETCC(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00005750#if 0
5751 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00005752 else if (Cond.getOpcode() == X86ISD::ADD ||
5753 Cond.getOpcode() == X86ISD::SUB ||
5754 Cond.getOpcode() == X86ISD::SMUL ||
5755 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00005756 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00005757#endif
Scott Michelfdc40a02009-02-17 22:15:04 +00005758
Evan Cheng3f41d662007-10-08 22:16:29 +00005759 // If condition flag is set by a X86ISD::CMP, then use it as the condition
5760 // setting operand in place of the X86ISD::SETCC.
Evan Cheng0db9fe62006-04-25 20:13:52 +00005761 if (Cond.getOpcode() == X86ISD::SETCC) {
Evan Cheng734503b2006-09-11 02:19:56 +00005762 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005763
Dan Gohman475871a2008-07-27 21:46:04 +00005764 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00005765 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00005766 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
Dan Gohman076aee32009-03-04 19:44:21 +00005767 if (isX86LogicalCmp(Cmp) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00005768 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00005769 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00005770 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00005771 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00005772 default: break;
5773 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00005774 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00005775 // These can only come from an arithmetic instruction with overflow,
5776 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00005777 Cond = Cond.getNode()->getOperand(1);
5778 addTest = false;
5779 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00005780 }
Evan Cheng0488db92007-09-25 01:57:46 +00005781 }
Evan Cheng370e5342008-12-03 08:38:43 +00005782 } else {
5783 unsigned CondOpc;
5784 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
5785 SDValue Cmp = Cond.getOperand(0).getOperand(1);
Evan Cheng370e5342008-12-03 08:38:43 +00005786 if (CondOpc == ISD::OR) {
5787 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
5788 // two branches instead of an explicit OR instruction with a
5789 // separate test.
5790 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00005791 isX86LogicalCmp(Cmp)) {
Evan Cheng370e5342008-12-03 08:38:43 +00005792 CC = Cond.getOperand(0).getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00005793 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00005794 Chain, Dest, CC, Cmp);
5795 CC = Cond.getOperand(1).getOperand(0);
5796 Cond = Cmp;
5797 addTest = false;
5798 }
5799 } else { // ISD::AND
5800 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
5801 // two branches instead of an explicit AND instruction with a
5802 // separate test. However, we only do this if this block doesn't
5803 // have a fall-through edge, because this requires an explicit
5804 // jmp when the condition is false.
5805 if (Cmp == Cond.getOperand(1).getOperand(1) &&
Dan Gohman076aee32009-03-04 19:44:21 +00005806 isX86LogicalCmp(Cmp) &&
Evan Cheng370e5342008-12-03 08:38:43 +00005807 Op.getNode()->hasOneUse()) {
5808 X86::CondCode CCode =
5809 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
5810 CCode = X86::GetOppositeBranchCondition(CCode);
5811 CC = DAG.getConstant(CCode, MVT::i8);
5812 SDValue User = SDValue(*Op.getNode()->use_begin(), 0);
5813 // Look for an unconditional branch following this conditional branch.
5814 // We need this because we need to reverse the successors in order
5815 // to implement FCMP_OEQ.
5816 if (User.getOpcode() == ISD::BR) {
5817 SDValue FalseBB = User.getOperand(1);
5818 SDValue NewBR =
5819 DAG.UpdateNodeOperands(User, User.getOperand(0), Dest);
5820 assert(NewBR == User);
5821 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00005822
Dale Johannesene4d209d2009-02-03 20:21:25 +00005823 Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Evan Cheng370e5342008-12-03 08:38:43 +00005824 Chain, Dest, CC, Cmp);
5825 X86::CondCode CCode =
5826 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
5827 CCode = X86::GetOppositeBranchCondition(CCode);
5828 CC = DAG.getConstant(CCode, MVT::i8);
5829 Cond = Cmp;
5830 addTest = false;
5831 }
5832 }
Dan Gohman279c22e2008-10-21 03:29:32 +00005833 }
Evan Cheng67ad9db2009-02-02 08:07:36 +00005834 } else if (Cond.hasOneUse() && isXor1OfSetCC(Cond)) {
5835 // Recognize for xorb (setcc), 1 patterns. The xor inverts the condition.
5836 // It should be transformed during dag combiner except when the condition
5837 // is set by a arithmetics with overflow node.
5838 X86::CondCode CCode =
5839 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
5840 CCode = X86::GetOppositeBranchCondition(CCode);
5841 CC = DAG.getConstant(CCode, MVT::i8);
5842 Cond = Cond.getOperand(0).getOperand(1);
5843 addTest = false;
Dan Gohman279c22e2008-10-21 03:29:32 +00005844 }
Evan Cheng0488db92007-09-25 01:57:46 +00005845 }
5846
5847 if (addTest) {
5848 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Dan Gohman31125812009-03-07 01:58:32 +00005849 Cond = EmitTest(Cond, X86::COND_NE, DAG);
Evan Cheng0488db92007-09-25 01:57:46 +00005850 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00005851 return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00005852 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00005853}
5854
Anton Korobeynikove060b532007-04-17 19:34:00 +00005855
5856// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
5857// Calls to _alloca is needed to probe the stack when allocating more than 4k
5858// bytes in one go. Touching the stack at 4K increments is necessary to ensure
5859// that the guard pages used by the OS virtual memory manager are allocated in
5860// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00005861SDValue
5862X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005863 SelectionDAG &DAG) {
Anton Korobeynikove060b532007-04-17 19:34:00 +00005864 assert(Subtarget->isTargetCygMing() &&
5865 "This should be used only on Cygwin/Mingw targets");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00005866 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005867
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005868 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00005869 SDValue Chain = Op.getOperand(0);
5870 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005871 // FIXME: Ensure alignment here
5872
Dan Gohman475871a2008-07-27 21:46:04 +00005873 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005874
Duncan Sands83ec4b62008-06-06 12:08:01 +00005875 MVT IntPtr = getPointerTy();
5876 MVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005877
Chris Lattnere563bbc2008-10-11 22:08:30 +00005878 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(0, true));
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005879
Dale Johannesendd64c412009-02-04 00:33:20 +00005880 Chain = DAG.getCopyToReg(Chain, dl, X86::EAX, Size, Flag);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005881 Flag = Chain.getValue(1);
5882
5883 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00005884 SDValue Ops[] = { Chain,
Bill Wendling056292f2008-09-16 21:48:12 +00005885 DAG.getTargetExternalSymbol("_alloca", IntPtr),
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005886 DAG.getRegister(X86::EAX, IntPtr),
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005887 DAG.getRegister(X86StackPtr, SPTy),
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005888 Flag };
Dale Johannesene4d209d2009-02-03 20:21:25 +00005889 Chain = DAG.getNode(X86ISD::CALL, dl, NodeTys, Ops, 5);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005890 Flag = Chain.getValue(1);
5891
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005892 Chain = DAG.getCALLSEQ_END(Chain,
Chris Lattnere563bbc2008-10-11 22:08:30 +00005893 DAG.getIntPtrConstant(0, true),
5894 DAG.getIntPtrConstant(0, true),
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005895 Flag);
5896
Dale Johannesendd64c412009-02-04 00:33:20 +00005897 Chain = DAG.getCopyFromReg(Chain, dl, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005898
Dan Gohman475871a2008-07-27 21:46:04 +00005899 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Dale Johannesene4d209d2009-02-03 20:21:25 +00005900 return DAG.getMergeValues(Ops1, 2, dl);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005901}
5902
Dan Gohman475871a2008-07-27 21:46:04 +00005903SDValue
Dale Johannesen0f502f62009-02-03 22:26:09 +00005904X86TargetLowering::EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
Bill Wendling6f287b22008-09-30 21:22:07 +00005905 SDValue Chain,
5906 SDValue Dst, SDValue Src,
5907 SDValue Size, unsigned Align,
5908 const Value *DstSV,
Bill Wendling6158d842008-10-01 00:59:58 +00005909 uint64_t DstSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00005910 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005911
Bill Wendling6f287b22008-09-30 21:22:07 +00005912 // If not DWORD aligned or size is more than the threshold, call the library.
5913 // The libc version is likely to be faster for these cases. It can use the
5914 // address value and run time information about the CPU.
Evan Cheng1887c1c2008-08-21 21:00:15 +00005915 if ((Align & 3) != 0 ||
Dan Gohman707e0182008-04-12 04:36:06 +00005916 !ConstantSize ||
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005917 ConstantSize->getZExtValue() >
5918 getSubtarget()->getMaxInlineSizeThreshold()) {
Dan Gohman475871a2008-07-27 21:46:04 +00005919 SDValue InFlag(0, 0);
Dan Gohman68d599d2008-04-01 20:38:36 +00005920
5921 // Check to see if there is a specialized entry-point for memory zeroing.
Dan Gohman707e0182008-04-12 04:36:06 +00005922 ConstantSDNode *V = dyn_cast<ConstantSDNode>(Src);
Bill Wendling6f287b22008-09-30 21:22:07 +00005923
Bill Wendling6158d842008-10-01 00:59:58 +00005924 if (const char *bzeroEntry = V &&
5925 V->isNullValue() ? Subtarget->getBZeroEntry() : 0) {
5926 MVT IntPtr = getPointerTy();
5927 const Type *IntPtrTy = TD->getIntPtrType();
Scott Michelfdc40a02009-02-17 22:15:04 +00005928 TargetLowering::ArgListTy Args;
Bill Wendling6158d842008-10-01 00:59:58 +00005929 TargetLowering::ArgListEntry Entry;
5930 Entry.Node = Dst;
5931 Entry.Ty = IntPtrTy;
5932 Args.push_back(Entry);
5933 Entry.Node = Size;
5934 Args.push_back(Entry);
5935 std::pair<SDValue,SDValue> CallResult =
Scott Michelfdc40a02009-02-17 22:15:04 +00005936 LowerCallTo(Chain, Type::VoidTy, false, false, false, false,
5937 CallingConv::C, false,
Dale Johannesen0f502f62009-02-03 22:26:09 +00005938 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args, DAG, dl);
Bill Wendling6158d842008-10-01 00:59:58 +00005939 return CallResult.second;
Dan Gohman68d599d2008-04-01 20:38:36 +00005940 }
5941
Dan Gohman707e0182008-04-12 04:36:06 +00005942 // Otherwise have the target-independent code call memset.
Dan Gohman475871a2008-07-27 21:46:04 +00005943 return SDValue();
Evan Cheng48090aa2006-03-21 23:01:21 +00005944 }
Evan Chengb9df0ca2006-03-22 02:53:00 +00005945
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005946 uint64_t SizeVal = ConstantSize->getZExtValue();
Dan Gohman475871a2008-07-27 21:46:04 +00005947 SDValue InFlag(0, 0);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005948 MVT AVT;
Dan Gohman475871a2008-07-27 21:46:04 +00005949 SDValue Count;
Dan Gohman707e0182008-04-12 04:36:06 +00005950 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Src);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005951 unsigned BytesLeft = 0;
5952 bool TwoRepStos = false;
5953 if (ValC) {
5954 unsigned ValReg;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005955 uint64_t Val = ValC->getZExtValue() & 255;
Evan Cheng5ced1d82006-04-06 23:23:56 +00005956
Evan Cheng0db9fe62006-04-25 20:13:52 +00005957 // If the value is a constant, then we can potentially use larger sets.
5958 switch (Align & 3) {
Evan Cheng1887c1c2008-08-21 21:00:15 +00005959 case 2: // WORD aligned
5960 AVT = MVT::i16;
5961 ValReg = X86::AX;
5962 Val = (Val << 8) | Val;
5963 break;
5964 case 0: // DWORD aligned
5965 AVT = MVT::i32;
5966 ValReg = X86::EAX;
5967 Val = (Val << 8) | Val;
5968 Val = (Val << 16) | Val;
5969 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned
5970 AVT = MVT::i64;
5971 ValReg = X86::RAX;
5972 Val = (Val << 32) | Val;
5973 }
5974 break;
5975 default: // Byte aligned
5976 AVT = MVT::i8;
5977 ValReg = X86::AL;
5978 Count = DAG.getIntPtrConstant(SizeVal);
5979 break;
Evan Cheng80d428c2006-04-19 22:48:17 +00005980 }
5981
Duncan Sands8e4eb092008-06-08 20:54:56 +00005982 if (AVT.bitsGT(MVT::i8)) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005983 unsigned UBytes = AVT.getSizeInBits() / 8;
Dan Gohman707e0182008-04-12 04:36:06 +00005984 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
5985 BytesLeft = SizeVal % UBytes;
Evan Cheng25ab6902006-09-08 06:48:29 +00005986 }
5987
Dale Johannesen0f502f62009-02-03 22:26:09 +00005988 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
Evan Cheng0db9fe62006-04-25 20:13:52 +00005989 InFlag);
5990 InFlag = Chain.getValue(1);
5991 } else {
5992 AVT = MVT::i8;
Dan Gohmanbcda2852008-04-16 01:32:32 +00005993 Count = DAG.getIntPtrConstant(SizeVal);
Dale Johannesen0f502f62009-02-03 22:26:09 +00005994 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005995 InFlag = Chain.getValue(1);
Evan Chengb9df0ca2006-03-22 02:53:00 +00005996 }
Evan Chengc78d3b42006-04-24 18:01:45 +00005997
Scott Michelfdc40a02009-02-17 22:15:04 +00005998 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
Dale Johannesen0f502f62009-02-03 22:26:09 +00005999 X86::ECX,
Evan Cheng25ab6902006-09-08 06:48:29 +00006000 Count, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006001 InFlag = Chain.getValue(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00006002 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
Dale Johannesen0f502f62009-02-03 22:26:09 +00006003 X86::EDI,
Dan Gohman707e0182008-04-12 04:36:06 +00006004 Dst, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006005 InFlag = Chain.getValue(1);
Evan Chenga0b3afb2006-03-27 07:00:16 +00006006
Chris Lattnerd96d0722007-02-25 06:40:16 +00006007 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00006008 SmallVector<SDValue, 8> Ops;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006009 Ops.push_back(Chain);
6010 Ops.push_back(DAG.getValueType(AVT));
6011 Ops.push_back(InFlag);
Dale Johannesen0f502f62009-02-03 22:26:09 +00006012 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, &Ops[0], Ops.size());
Evan Chengc78d3b42006-04-24 18:01:45 +00006013
Evan Cheng0db9fe62006-04-25 20:13:52 +00006014 if (TwoRepStos) {
6015 InFlag = Chain.getValue(1);
Dan Gohman707e0182008-04-12 04:36:06 +00006016 Count = Size;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006017 MVT CVT = Count.getValueType();
Dale Johannesen0f502f62009-02-03 22:26:09 +00006018 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
Evan Cheng25ab6902006-09-08 06:48:29 +00006019 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
Scott Michelfdc40a02009-02-17 22:15:04 +00006020 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
Dale Johannesen0f502f62009-02-03 22:26:09 +00006021 X86::ECX,
Evan Cheng25ab6902006-09-08 06:48:29 +00006022 Left, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006023 InFlag = Chain.getValue(1);
Chris Lattnerd96d0722007-02-25 06:40:16 +00006024 Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006025 Ops.clear();
6026 Ops.push_back(Chain);
6027 Ops.push_back(DAG.getValueType(MVT::i8));
6028 Ops.push_back(InFlag);
Dale Johannesen0f502f62009-02-03 22:26:09 +00006029 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, &Ops[0], Ops.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00006030 } else if (BytesLeft) {
Dan Gohman707e0182008-04-12 04:36:06 +00006031 // Handle the last 1 - 7 bytes.
6032 unsigned Offset = SizeVal - BytesLeft;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006033 MVT AddrVT = Dst.getValueType();
6034 MVT SizeVT = Size.getValueType();
Dan Gohman707e0182008-04-12 04:36:06 +00006035
Dale Johannesen0f502f62009-02-03 22:26:09 +00006036 Chain = DAG.getMemset(Chain, dl,
6037 DAG.getNode(ISD::ADD, dl, AddrVT, Dst,
Dan Gohman707e0182008-04-12 04:36:06 +00006038 DAG.getConstant(Offset, AddrVT)),
6039 Src,
6040 DAG.getConstant(BytesLeft, SizeVT),
Dan Gohman1f13c682008-04-28 17:15:20 +00006041 Align, DstSV, DstSVOff + Offset);
Evan Cheng386031a2006-03-24 07:29:27 +00006042 }
Evan Cheng11e15b32006-04-03 20:53:28 +00006043
Dan Gohman707e0182008-04-12 04:36:06 +00006044 // TODO: Use a Tokenfactor, as in memcpy, instead of a single chain.
Evan Cheng0db9fe62006-04-25 20:13:52 +00006045 return Chain;
6046}
Evan Cheng11e15b32006-04-03 20:53:28 +00006047
Dan Gohman475871a2008-07-27 21:46:04 +00006048SDValue
Dale Johannesen0f502f62009-02-03 22:26:09 +00006049X86TargetLowering::EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
Evan Cheng1887c1c2008-08-21 21:00:15 +00006050 SDValue Chain, SDValue Dst, SDValue Src,
6051 SDValue Size, unsigned Align,
6052 bool AlwaysInline,
6053 const Value *DstSV, uint64_t DstSVOff,
Scott Michelfdc40a02009-02-17 22:15:04 +00006054 const Value *SrcSV, uint64_t SrcSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00006055 // This requires the copy size to be a constant, preferrably
6056 // within a subtarget-specific limit.
6057 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
6058 if (!ConstantSize)
Dan Gohman475871a2008-07-27 21:46:04 +00006059 return SDValue();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006060 uint64_t SizeVal = ConstantSize->getZExtValue();
Dan Gohman707e0182008-04-12 04:36:06 +00006061 if (!AlwaysInline && SizeVal > getSubtarget()->getMaxInlineSizeThreshold())
Dan Gohman475871a2008-07-27 21:46:04 +00006062 return SDValue();
Dan Gohman707e0182008-04-12 04:36:06 +00006063
Evan Cheng1887c1c2008-08-21 21:00:15 +00006064 /// If not DWORD aligned, call the library.
6065 if ((Align & 3) != 0)
6066 return SDValue();
6067
6068 // DWORD aligned
6069 MVT AVT = MVT::i32;
6070 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) // QWORD aligned
Dan Gohman707e0182008-04-12 04:36:06 +00006071 AVT = MVT::i64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006072
Duncan Sands83ec4b62008-06-06 12:08:01 +00006073 unsigned UBytes = AVT.getSizeInBits() / 8;
Dan Gohman707e0182008-04-12 04:36:06 +00006074 unsigned CountVal = SizeVal / UBytes;
Dan Gohman475871a2008-07-27 21:46:04 +00006075 SDValue Count = DAG.getIntPtrConstant(CountVal);
Evan Cheng1887c1c2008-08-21 21:00:15 +00006076 unsigned BytesLeft = SizeVal % UBytes;
Evan Cheng25ab6902006-09-08 06:48:29 +00006077
Dan Gohman475871a2008-07-27 21:46:04 +00006078 SDValue InFlag(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +00006079 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
Dale Johannesen0f502f62009-02-03 22:26:09 +00006080 X86::ECX,
Evan Cheng25ab6902006-09-08 06:48:29 +00006081 Count, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006082 InFlag = Chain.getValue(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00006083 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
Dale Johannesen0f502f62009-02-03 22:26:09 +00006084 X86::EDI,
Dan Gohman707e0182008-04-12 04:36:06 +00006085 Dst, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006086 InFlag = Chain.getValue(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00006087 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RSI :
Dale Johannesen0f502f62009-02-03 22:26:09 +00006088 X86::ESI,
Dan Gohman707e0182008-04-12 04:36:06 +00006089 Src, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006090 InFlag = Chain.getValue(1);
6091
Chris Lattnerd96d0722007-02-25 06:40:16 +00006092 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00006093 SmallVector<SDValue, 8> Ops;
Evan Cheng0db9fe62006-04-25 20:13:52 +00006094 Ops.push_back(Chain);
6095 Ops.push_back(DAG.getValueType(AVT));
6096 Ops.push_back(InFlag);
Dale Johannesen0f502f62009-02-03 22:26:09 +00006097 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, &Ops[0], Ops.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00006098
Dan Gohman475871a2008-07-27 21:46:04 +00006099 SmallVector<SDValue, 4> Results;
Evan Cheng2749c722008-04-25 00:26:43 +00006100 Results.push_back(RepMovs);
Rafael Espindola068317b2007-09-28 12:53:01 +00006101 if (BytesLeft) {
Dan Gohman707e0182008-04-12 04:36:06 +00006102 // Handle the last 1 - 7 bytes.
6103 unsigned Offset = SizeVal - BytesLeft;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006104 MVT DstVT = Dst.getValueType();
6105 MVT SrcVT = Src.getValueType();
6106 MVT SizeVT = Size.getValueType();
Scott Michelfdc40a02009-02-17 22:15:04 +00006107 Results.push_back(DAG.getMemcpy(Chain, dl,
Dale Johannesen0f502f62009-02-03 22:26:09 +00006108 DAG.getNode(ISD::ADD, dl, DstVT, Dst,
Evan Cheng2749c722008-04-25 00:26:43 +00006109 DAG.getConstant(Offset, DstVT)),
Dale Johannesen0f502f62009-02-03 22:26:09 +00006110 DAG.getNode(ISD::ADD, dl, SrcVT, Src,
Evan Cheng2749c722008-04-25 00:26:43 +00006111 DAG.getConstant(Offset, SrcVT)),
Dan Gohman707e0182008-04-12 04:36:06 +00006112 DAG.getConstant(BytesLeft, SizeVT),
6113 Align, AlwaysInline,
Dan Gohman1f13c682008-04-28 17:15:20 +00006114 DstSV, DstSVOff + Offset,
6115 SrcSV, SrcSVOff + Offset));
Evan Chengb067a1e2006-03-31 19:22:53 +00006116 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006117
Scott Michelfdc40a02009-02-17 22:15:04 +00006118 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Dale Johannesen0f502f62009-02-03 22:26:09 +00006119 &Results[0], Results.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00006120}
6121
Dan Gohman475871a2008-07-27 21:46:04 +00006122SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) {
Dan Gohman69de1932008-02-06 22:27:42 +00006123 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006124 DebugLoc dl = Op.getDebugLoc();
Evan Cheng8b2794a2006-10-13 21:14:26 +00006125
Evan Cheng25ab6902006-09-08 06:48:29 +00006126 if (!Subtarget->is64Bit()) {
6127 // vastart just stores the address of the VarArgsFrameIndex slot into the
6128 // memory location argument.
Dan Gohman475871a2008-07-27 21:46:04 +00006129 SDValue FR = DAG.getFrameIndex(VarArgsFrameIndex, getPointerTy());
Dale Johannesene4d209d2009-02-03 20:21:25 +00006130 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1), SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00006131 }
6132
6133 // __va_list_tag:
6134 // gp_offset (0 - 6 * 8)
6135 // fp_offset (48 - 48 + 8 * 16)
6136 // overflow_arg_area (point to parameters coming in memory).
6137 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00006138 SmallVector<SDValue, 8> MemOps;
6139 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00006140 // Store gp_offset
Dale Johannesene4d209d2009-02-03 20:21:25 +00006141 SDValue Store = DAG.getStore(Op.getOperand(0), dl,
Evan Cheng786225a2006-10-05 23:01:46 +00006142 DAG.getConstant(VarArgsGPOffset, MVT::i32),
Dan Gohman69de1932008-02-06 22:27:42 +00006143 FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00006144 MemOps.push_back(Store);
6145
6146 // Store fp_offset
Scott Michelfdc40a02009-02-17 22:15:04 +00006147 FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00006148 FIN, DAG.getIntPtrConstant(4));
6149 Store = DAG.getStore(Op.getOperand(0), dl,
Evan Cheng786225a2006-10-05 23:01:46 +00006150 DAG.getConstant(VarArgsFPOffset, MVT::i32),
Dan Gohman69de1932008-02-06 22:27:42 +00006151 FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00006152 MemOps.push_back(Store);
6153
6154 // Store ptr to overflow_arg_area
Scott Michelfdc40a02009-02-17 22:15:04 +00006155 FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00006156 FIN, DAG.getIntPtrConstant(4));
Dan Gohman475871a2008-07-27 21:46:04 +00006157 SDValue OVFIN = DAG.getFrameIndex(VarArgsFrameIndex, getPointerTy());
Dale Johannesene4d209d2009-02-03 20:21:25 +00006158 Store = DAG.getStore(Op.getOperand(0), dl, OVFIN, FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00006159 MemOps.push_back(Store);
6160
6161 // Store ptr to reg_save_area.
Scott Michelfdc40a02009-02-17 22:15:04 +00006162 FIN = DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00006163 FIN, DAG.getIntPtrConstant(8));
Dan Gohman475871a2008-07-27 21:46:04 +00006164 SDValue RSFIN = DAG.getFrameIndex(RegSaveFrameIndex, getPointerTy());
Dale Johannesene4d209d2009-02-03 20:21:25 +00006165 Store = DAG.getStore(Op.getOperand(0), dl, RSFIN, FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00006166 MemOps.push_back(Store);
Scott Michelfdc40a02009-02-17 22:15:04 +00006167 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006168 &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00006169}
6170
Dan Gohman475871a2008-07-27 21:46:04 +00006171SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) {
Dan Gohman9018e832008-05-10 01:26:14 +00006172 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
6173 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_arg!");
Dan Gohman475871a2008-07-27 21:46:04 +00006174 SDValue Chain = Op.getOperand(0);
6175 SDValue SrcPtr = Op.getOperand(1);
6176 SDValue SrcSV = Op.getOperand(2);
Dan Gohman9018e832008-05-10 01:26:14 +00006177
6178 assert(0 && "VAArgInst is not yet implemented for x86-64!");
6179 abort();
Dan Gohman475871a2008-07-27 21:46:04 +00006180 return SDValue();
Dan Gohman9018e832008-05-10 01:26:14 +00006181}
6182
Dan Gohman475871a2008-07-27 21:46:04 +00006183SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) {
Evan Chengae642192007-03-02 23:16:35 +00006184 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00006185 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00006186 SDValue Chain = Op.getOperand(0);
6187 SDValue DstPtr = Op.getOperand(1);
6188 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00006189 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
6190 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006191 DebugLoc dl = Op.getDebugLoc();
Evan Chengae642192007-03-02 23:16:35 +00006192
Dale Johannesendd64c412009-02-04 00:33:20 +00006193 return DAG.getMemcpy(Chain, dl, DstPtr, SrcPtr,
Dan Gohman28269132008-04-18 20:55:41 +00006194 DAG.getIntPtrConstant(24), 8, false,
6195 DstSV, 0, SrcSV, 0);
Evan Chengae642192007-03-02 23:16:35 +00006196}
6197
Dan Gohman475871a2008-07-27 21:46:04 +00006198SDValue
6199X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) {
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006200 DebugLoc dl = Op.getDebugLoc();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00006201 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00006202 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00006203 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00006204 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00006205 case Intrinsic::x86_sse_comieq_ss:
6206 case Intrinsic::x86_sse_comilt_ss:
6207 case Intrinsic::x86_sse_comile_ss:
6208 case Intrinsic::x86_sse_comigt_ss:
6209 case Intrinsic::x86_sse_comige_ss:
6210 case Intrinsic::x86_sse_comineq_ss:
6211 case Intrinsic::x86_sse_ucomieq_ss:
6212 case Intrinsic::x86_sse_ucomilt_ss:
6213 case Intrinsic::x86_sse_ucomile_ss:
6214 case Intrinsic::x86_sse_ucomigt_ss:
6215 case Intrinsic::x86_sse_ucomige_ss:
6216 case Intrinsic::x86_sse_ucomineq_ss:
6217 case Intrinsic::x86_sse2_comieq_sd:
6218 case Intrinsic::x86_sse2_comilt_sd:
6219 case Intrinsic::x86_sse2_comile_sd:
6220 case Intrinsic::x86_sse2_comigt_sd:
6221 case Intrinsic::x86_sse2_comige_sd:
6222 case Intrinsic::x86_sse2_comineq_sd:
6223 case Intrinsic::x86_sse2_ucomieq_sd:
6224 case Intrinsic::x86_sse2_ucomilt_sd:
6225 case Intrinsic::x86_sse2_ucomile_sd:
6226 case Intrinsic::x86_sse2_ucomigt_sd:
6227 case Intrinsic::x86_sse2_ucomige_sd:
6228 case Intrinsic::x86_sse2_ucomineq_sd: {
6229 unsigned Opc = 0;
6230 ISD::CondCode CC = ISD::SETCC_INVALID;
6231 switch (IntNo) {
6232 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00006233 case Intrinsic::x86_sse_comieq_ss:
6234 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006235 Opc = X86ISD::COMI;
6236 CC = ISD::SETEQ;
6237 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00006238 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006239 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006240 Opc = X86ISD::COMI;
6241 CC = ISD::SETLT;
6242 break;
6243 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006244 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006245 Opc = X86ISD::COMI;
6246 CC = ISD::SETLE;
6247 break;
6248 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006249 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006250 Opc = X86ISD::COMI;
6251 CC = ISD::SETGT;
6252 break;
6253 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006254 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006255 Opc = X86ISD::COMI;
6256 CC = ISD::SETGE;
6257 break;
6258 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006259 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006260 Opc = X86ISD::COMI;
6261 CC = ISD::SETNE;
6262 break;
6263 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006264 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006265 Opc = X86ISD::UCOMI;
6266 CC = ISD::SETEQ;
6267 break;
6268 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006269 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006270 Opc = X86ISD::UCOMI;
6271 CC = ISD::SETLT;
6272 break;
6273 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006274 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006275 Opc = X86ISD::UCOMI;
6276 CC = ISD::SETLE;
6277 break;
6278 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006279 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006280 Opc = X86ISD::UCOMI;
6281 CC = ISD::SETGT;
6282 break;
6283 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00006284 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00006285 Opc = X86ISD::UCOMI;
6286 CC = ISD::SETGE;
6287 break;
6288 case Intrinsic::x86_sse_ucomineq_ss:
6289 case Intrinsic::x86_sse2_ucomineq_sd:
6290 Opc = X86ISD::UCOMI;
6291 CC = ISD::SETNE;
6292 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00006293 }
Evan Cheng734503b2006-09-11 02:19:56 +00006294
Dan Gohman475871a2008-07-27 21:46:04 +00006295 SDValue LHS = Op.getOperand(1);
6296 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00006297 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006298 SDValue Cond = DAG.getNode(Opc, dl, MVT::i32, LHS, RHS);
6299 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
Evan Cheng0ac3fc22008-08-17 19:22:34 +00006300 DAG.getConstant(X86CC, MVT::i8), Cond);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006301 return DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00006302 }
Evan Cheng5759f972008-05-04 09:15:50 +00006303
6304 // Fix vector shift instructions where the last operand is a non-immediate
6305 // i32 value.
6306 case Intrinsic::x86_sse2_pslli_w:
6307 case Intrinsic::x86_sse2_pslli_d:
6308 case Intrinsic::x86_sse2_pslli_q:
6309 case Intrinsic::x86_sse2_psrli_w:
6310 case Intrinsic::x86_sse2_psrli_d:
6311 case Intrinsic::x86_sse2_psrli_q:
6312 case Intrinsic::x86_sse2_psrai_w:
6313 case Intrinsic::x86_sse2_psrai_d:
6314 case Intrinsic::x86_mmx_pslli_w:
6315 case Intrinsic::x86_mmx_pslli_d:
6316 case Intrinsic::x86_mmx_pslli_q:
6317 case Intrinsic::x86_mmx_psrli_w:
6318 case Intrinsic::x86_mmx_psrli_d:
6319 case Intrinsic::x86_mmx_psrli_q:
6320 case Intrinsic::x86_mmx_psrai_w:
6321 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00006322 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00006323 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00006324 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00006325
6326 unsigned NewIntNo = 0;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006327 MVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00006328 switch (IntNo) {
6329 case Intrinsic::x86_sse2_pslli_w:
6330 NewIntNo = Intrinsic::x86_sse2_psll_w;
6331 break;
6332 case Intrinsic::x86_sse2_pslli_d:
6333 NewIntNo = Intrinsic::x86_sse2_psll_d;
6334 break;
6335 case Intrinsic::x86_sse2_pslli_q:
6336 NewIntNo = Intrinsic::x86_sse2_psll_q;
6337 break;
6338 case Intrinsic::x86_sse2_psrli_w:
6339 NewIntNo = Intrinsic::x86_sse2_psrl_w;
6340 break;
6341 case Intrinsic::x86_sse2_psrli_d:
6342 NewIntNo = Intrinsic::x86_sse2_psrl_d;
6343 break;
6344 case Intrinsic::x86_sse2_psrli_q:
6345 NewIntNo = Intrinsic::x86_sse2_psrl_q;
6346 break;
6347 case Intrinsic::x86_sse2_psrai_w:
6348 NewIntNo = Intrinsic::x86_sse2_psra_w;
6349 break;
6350 case Intrinsic::x86_sse2_psrai_d:
6351 NewIntNo = Intrinsic::x86_sse2_psra_d;
6352 break;
6353 default: {
6354 ShAmtVT = MVT::v2i32;
6355 switch (IntNo) {
6356 case Intrinsic::x86_mmx_pslli_w:
6357 NewIntNo = Intrinsic::x86_mmx_psll_w;
6358 break;
6359 case Intrinsic::x86_mmx_pslli_d:
6360 NewIntNo = Intrinsic::x86_mmx_psll_d;
6361 break;
6362 case Intrinsic::x86_mmx_pslli_q:
6363 NewIntNo = Intrinsic::x86_mmx_psll_q;
6364 break;
6365 case Intrinsic::x86_mmx_psrli_w:
6366 NewIntNo = Intrinsic::x86_mmx_psrl_w;
6367 break;
6368 case Intrinsic::x86_mmx_psrli_d:
6369 NewIntNo = Intrinsic::x86_mmx_psrl_d;
6370 break;
6371 case Intrinsic::x86_mmx_psrli_q:
6372 NewIntNo = Intrinsic::x86_mmx_psrl_q;
6373 break;
6374 case Intrinsic::x86_mmx_psrai_w:
6375 NewIntNo = Intrinsic::x86_mmx_psra_w;
6376 break;
6377 case Intrinsic::x86_mmx_psrai_d:
6378 NewIntNo = Intrinsic::x86_mmx_psra_d;
6379 break;
6380 default: abort(); // Can't reach here.
6381 }
6382 break;
6383 }
6384 }
Duncan Sands83ec4b62008-06-06 12:08:01 +00006385 MVT VT = Op.getValueType();
Dale Johannesene4d209d2009-02-03 20:21:25 +00006386 ShAmt = DAG.getNode(ISD::BIT_CONVERT, dl, VT,
6387 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, ShAmtVT, ShAmt));
6388 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Evan Cheng5759f972008-05-04 09:15:50 +00006389 DAG.getConstant(NewIntNo, MVT::i32),
6390 Op.getOperand(1), ShAmt);
6391 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00006392 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00006393}
Evan Cheng72261582005-12-20 06:22:03 +00006394
Dan Gohman475871a2008-07-27 21:46:04 +00006395SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) {
Bill Wendling64e87322009-01-16 19:25:27 +00006396 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006397 DebugLoc dl = Op.getDebugLoc();
Bill Wendling64e87322009-01-16 19:25:27 +00006398
6399 if (Depth > 0) {
6400 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
6401 SDValue Offset =
6402 DAG.getConstant(TD->getPointerSize(),
6403 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006404 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Scott Michelfdc40a02009-02-17 22:15:04 +00006405 DAG.getNode(ISD::ADD, dl, getPointerTy(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00006406 FrameAddr, Offset),
Bill Wendling64e87322009-01-16 19:25:27 +00006407 NULL, 0);
6408 }
6409
6410 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00006411 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Scott Michelfdc40a02009-02-17 22:15:04 +00006412 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00006413 RetAddrFI, NULL, 0);
Nate Begemanbcc5f362007-01-29 22:58:52 +00006414}
6415
Dan Gohman475871a2008-07-27 21:46:04 +00006416SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) {
Evan Cheng184793f2008-09-27 01:56:22 +00006417 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
6418 MFI->setFrameAddressIsTaken(true);
6419 MVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006420 DebugLoc dl = Op.getDebugLoc(); // FIXME probably not meaningful
Evan Cheng184793f2008-09-27 01:56:22 +00006421 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
6422 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
Dale Johannesendd64c412009-02-04 00:33:20 +00006423 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, VT);
Evan Cheng184793f2008-09-27 01:56:22 +00006424 while (Depth--)
Dale Johannesendd64c412009-02-04 00:33:20 +00006425 FrameAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), FrameAddr, NULL, 0);
Evan Cheng184793f2008-09-27 01:56:22 +00006426 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00006427}
6428
Dan Gohman475871a2008-07-27 21:46:04 +00006429SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Anton Korobeynikov260a6b82008-09-08 21:12:11 +00006430 SelectionDAG &DAG) {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00006431 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006432}
6433
Dan Gohman475871a2008-07-27 21:46:04 +00006434SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG)
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006435{
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006436 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00006437 SDValue Chain = Op.getOperand(0);
6438 SDValue Offset = Op.getOperand(1);
6439 SDValue Handler = Op.getOperand(2);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006440 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006441
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00006442 SDValue Frame = DAG.getRegister(Subtarget->is64Bit() ? X86::RBP : X86::EBP,
6443 getPointerTy());
6444 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006445
Dale Johannesene4d209d2009-02-03 20:21:25 +00006446 SDValue StoreAddr = DAG.getNode(ISD::SUB, dl, getPointerTy(), Frame,
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00006447 DAG.getIntPtrConstant(-TD->getPointerSize()));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006448 StoreAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(), StoreAddr, Offset);
6449 Chain = DAG.getStore(Chain, dl, Handler, StoreAddr, NULL, 0);
Dale Johannesendd64c412009-02-04 00:33:20 +00006450 Chain = DAG.getCopyToReg(Chain, dl, StoreAddrReg, StoreAddr);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00006451 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006452
Dale Johannesene4d209d2009-02-03 20:21:25 +00006453 return DAG.getNode(X86ISD::EH_RETURN, dl,
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00006454 MVT::Other,
6455 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006456}
6457
Dan Gohman475871a2008-07-27 21:46:04 +00006458SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Duncan Sandsb116fac2007-07-27 20:02:49 +00006459 SelectionDAG &DAG) {
Dan Gohman475871a2008-07-27 21:46:04 +00006460 SDValue Root = Op.getOperand(0);
6461 SDValue Trmp = Op.getOperand(1); // trampoline
6462 SDValue FPtr = Op.getOperand(2); // nested function
6463 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006464 DebugLoc dl = Op.getDebugLoc();
Duncan Sandsb116fac2007-07-27 20:02:49 +00006465
Dan Gohman69de1932008-02-06 22:27:42 +00006466 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00006467
Duncan Sands339e14f2008-01-16 22:55:25 +00006468 const X86InstrInfo *TII =
6469 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
6470
Duncan Sandsb116fac2007-07-27 20:02:49 +00006471 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006472 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00006473
6474 // Large code-model.
6475
6476 const unsigned char JMP64r = TII->getBaseOpcodeFor(X86::JMP64r);
6477 const unsigned char MOV64ri = TII->getBaseOpcodeFor(X86::MOV64ri);
6478
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00006479 const unsigned char N86R10 = RegInfo->getX86RegNum(X86::R10);
6480 const unsigned char N86R11 = RegInfo->getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00006481
6482 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
6483
6484 // Load the pointer to the nested function into R11.
6485 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00006486 SDValue Addr = Trmp;
Dale Johannesene4d209d2009-02-03 20:21:25 +00006487 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
6488 Addr, TrmpAddr, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00006489
Scott Michelfdc40a02009-02-17 22:15:04 +00006490 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006491 DAG.getConstant(2, MVT::i64));
6492 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr, TrmpAddr, 2, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00006493
6494 // Load the 'nest' parameter value into R10.
6495 // R10 is specified in X86CallingConv.td
6496 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
Scott Michelfdc40a02009-02-17 22:15:04 +00006497 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006498 DAG.getConstant(10, MVT::i64));
6499 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
6500 Addr, TrmpAddr, 10);
Duncan Sands339e14f2008-01-16 22:55:25 +00006501
Scott Michelfdc40a02009-02-17 22:15:04 +00006502 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006503 DAG.getConstant(12, MVT::i64));
6504 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr, TrmpAddr, 12, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00006505
6506 // Jump to the nested function.
6507 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
Scott Michelfdc40a02009-02-17 22:15:04 +00006508 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006509 DAG.getConstant(20, MVT::i64));
6510 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
6511 Addr, TrmpAddr, 20);
Duncan Sands339e14f2008-01-16 22:55:25 +00006512
6513 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
Scott Michelfdc40a02009-02-17 22:15:04 +00006514 Addr = DAG.getNode(ISD::ADD, dl, MVT::i64, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006515 DAG.getConstant(22, MVT::i64));
6516 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006517 TrmpAddr, 22);
Duncan Sands339e14f2008-01-16 22:55:25 +00006518
Dan Gohman475871a2008-07-27 21:46:04 +00006519 SDValue Ops[] =
Dale Johannesene4d209d2009-02-03 20:21:25 +00006520 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6) };
6521 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006522 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00006523 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00006524 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
6525 unsigned CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00006526 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006527
6528 switch (CC) {
6529 default:
6530 assert(0 && "Unsupported calling convention");
6531 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00006532 case CallingConv::X86_StdCall: {
6533 // Pass 'nest' parameter in ECX.
6534 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00006535 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006536
6537 // Check that ECX wasn't needed by an 'inreg' parameter.
6538 const FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00006539 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00006540
Chris Lattner58d74912008-03-12 17:45:29 +00006541 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00006542 unsigned InRegCount = 0;
6543 unsigned Idx = 1;
6544
6545 for (FunctionType::param_iterator I = FTy->param_begin(),
6546 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00006547 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00006548 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00006549 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006550
6551 if (InRegCount > 2) {
6552 cerr << "Nest register in use - reduce number of inreg parameters!\n";
6553 abort();
6554 }
6555 }
6556 break;
6557 }
6558 case CallingConv::X86_FastCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00006559 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00006560 // Pass 'nest' parameter in EAX.
6561 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00006562 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006563 break;
6564 }
6565
Dan Gohman475871a2008-07-27 21:46:04 +00006566 SDValue OutChains[4];
6567 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006568
Scott Michelfdc40a02009-02-17 22:15:04 +00006569 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006570 DAG.getConstant(10, MVT::i32));
6571 Disp = DAG.getNode(ISD::SUB, dl, MVT::i32, FPtr, Addr);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006572
Duncan Sands339e14f2008-01-16 22:55:25 +00006573 const unsigned char MOV32ri = TII->getBaseOpcodeFor(X86::MOV32ri);
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00006574 const unsigned char N86Reg = RegInfo->getX86RegNum(NestReg);
Scott Michelfdc40a02009-02-17 22:15:04 +00006575 OutChains[0] = DAG.getStore(Root, dl,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006576 DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Dan Gohman69de1932008-02-06 22:27:42 +00006577 Trmp, TrmpAddr, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006578
Scott Michelfdc40a02009-02-17 22:15:04 +00006579 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006580 DAG.getConstant(1, MVT::i32));
6581 OutChains[1] = DAG.getStore(Root, dl, Nest, Addr, TrmpAddr, 1, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006582
Duncan Sands339e14f2008-01-16 22:55:25 +00006583 const unsigned char JMP = TII->getBaseOpcodeFor(X86::JMP);
Scott Michelfdc40a02009-02-17 22:15:04 +00006584 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006585 DAG.getConstant(5, MVT::i32));
6586 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(JMP, MVT::i8), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006587 TrmpAddr, 5, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006588
Scott Michelfdc40a02009-02-17 22:15:04 +00006589 Addr = DAG.getNode(ISD::ADD, dl, MVT::i32, Trmp,
Dale Johannesene4d209d2009-02-03 20:21:25 +00006590 DAG.getConstant(6, MVT::i32));
6591 OutChains[3] = DAG.getStore(Root, dl, Disp, Addr, TrmpAddr, 6, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006592
Dan Gohman475871a2008-07-27 21:46:04 +00006593 SDValue Ops[] =
Dale Johannesene4d209d2009-02-03 20:21:25 +00006594 { Trmp, DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 4) };
6595 return DAG.getMergeValues(Ops, 2, dl);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006596 }
6597}
6598
Dan Gohman475871a2008-07-27 21:46:04 +00006599SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006600 /*
6601 The rounding mode is in bits 11:10 of FPSR, and has the following
6602 settings:
6603 00 Round to nearest
6604 01 Round to -inf
6605 10 Round to +inf
6606 11 Round to 0
6607
6608 FLT_ROUNDS, on the other hand, expects the following:
6609 -1 Undefined
6610 0 Round to 0
6611 1 Round to nearest
6612 2 Round to +inf
6613 3 Round to -inf
6614
6615 To perform the conversion, we do:
6616 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
6617 */
6618
6619 MachineFunction &MF = DAG.getMachineFunction();
6620 const TargetMachine &TM = MF.getTarget();
6621 const TargetFrameInfo &TFI = *TM.getFrameInfo();
6622 unsigned StackAlignment = TFI.getStackAlignment();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006623 MVT VT = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006624 DebugLoc dl = Op.getDebugLoc();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006625
6626 // Save FP Control Word to stack slot
6627 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment);
Dan Gohman475871a2008-07-27 21:46:04 +00006628 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006629
Dale Johannesene4d209d2009-02-03 20:21:25 +00006630 SDValue Chain = DAG.getNode(X86ISD::FNSTCW16m, dl, MVT::Other,
Evan Cheng8a186ae2008-09-24 23:26:36 +00006631 DAG.getEntryNode(), StackSlot);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006632
6633 // Load FP Control Word from stack slot
Dale Johannesene4d209d2009-02-03 20:21:25 +00006634 SDValue CWD = DAG.getLoad(MVT::i16, dl, Chain, StackSlot, NULL, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006635
6636 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00006637 SDValue CWD1 =
Dale Johannesene4d209d2009-02-03 20:21:25 +00006638 DAG.getNode(ISD::SRL, dl, MVT::i16,
6639 DAG.getNode(ISD::AND, dl, MVT::i16,
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006640 CWD, DAG.getConstant(0x800, MVT::i16)),
6641 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00006642 SDValue CWD2 =
Dale Johannesene4d209d2009-02-03 20:21:25 +00006643 DAG.getNode(ISD::SRL, dl, MVT::i16,
6644 DAG.getNode(ISD::AND, dl, MVT::i16,
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006645 CWD, DAG.getConstant(0x400, MVT::i16)),
6646 DAG.getConstant(9, MVT::i8));
6647
Dan Gohman475871a2008-07-27 21:46:04 +00006648 SDValue RetVal =
Dale Johannesene4d209d2009-02-03 20:21:25 +00006649 DAG.getNode(ISD::AND, dl, MVT::i16,
6650 DAG.getNode(ISD::ADD, dl, MVT::i16,
6651 DAG.getNode(ISD::OR, dl, MVT::i16, CWD1, CWD2),
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006652 DAG.getConstant(1, MVT::i16)),
6653 DAG.getConstant(3, MVT::i16));
6654
6655
Duncan Sands83ec4b62008-06-06 12:08:01 +00006656 return DAG.getNode((VT.getSizeInBits() < 16 ?
Dale Johannesenb300d2a2009-02-07 00:55:49 +00006657 ISD::TRUNCATE : ISD::ZERO_EXTEND), dl, VT, RetVal);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006658}
6659
Dan Gohman475871a2008-07-27 21:46:04 +00006660SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00006661 MVT VT = Op.getValueType();
6662 MVT OpVT = VT;
6663 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006664 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00006665
6666 Op = Op.getOperand(0);
6667 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00006668 // Zero extend to i32 since there is not an i8 bsr.
Evan Cheng18efe262007-12-14 02:13:44 +00006669 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00006670 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00006671 }
Evan Cheng18efe262007-12-14 02:13:44 +00006672
Evan Cheng152804e2007-12-14 08:30:15 +00006673 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
6674 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006675 Op = DAG.getNode(X86ISD::BSR, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00006676
6677 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Dan Gohman475871a2008-07-27 21:46:04 +00006678 SmallVector<SDValue, 4> Ops;
Evan Cheng152804e2007-12-14 08:30:15 +00006679 Ops.push_back(Op);
6680 Ops.push_back(DAG.getConstant(NumBits+NumBits-1, OpVT));
6681 Ops.push_back(DAG.getConstant(X86::COND_E, MVT::i8));
6682 Ops.push_back(Op.getValue(1));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006683 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, &Ops[0], 4);
Evan Cheng152804e2007-12-14 08:30:15 +00006684
6685 // Finally xor with NumBits-1.
Dale Johannesene4d209d2009-02-03 20:21:25 +00006686 Op = DAG.getNode(ISD::XOR, dl, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
Evan Cheng152804e2007-12-14 08:30:15 +00006687
Evan Cheng18efe262007-12-14 02:13:44 +00006688 if (VT == MVT::i8)
Dale Johannesene4d209d2009-02-03 20:21:25 +00006689 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00006690 return Op;
6691}
6692
Dan Gohman475871a2008-07-27 21:46:04 +00006693SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00006694 MVT VT = Op.getValueType();
6695 MVT OpVT = VT;
6696 unsigned NumBits = VT.getSizeInBits();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006697 DebugLoc dl = Op.getDebugLoc();
Evan Cheng18efe262007-12-14 02:13:44 +00006698
6699 Op = Op.getOperand(0);
6700 if (VT == MVT::i8) {
6701 OpVT = MVT::i32;
Dale Johannesene4d209d2009-02-03 20:21:25 +00006702 Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00006703 }
Evan Cheng152804e2007-12-14 08:30:15 +00006704
6705 // Issue a bsf (scan bits forward) which also sets EFLAGS.
6706 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006707 Op = DAG.getNode(X86ISD::BSF, dl, VTs, Op);
Evan Cheng152804e2007-12-14 08:30:15 +00006708
6709 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Dan Gohman475871a2008-07-27 21:46:04 +00006710 SmallVector<SDValue, 4> Ops;
Evan Cheng152804e2007-12-14 08:30:15 +00006711 Ops.push_back(Op);
6712 Ops.push_back(DAG.getConstant(NumBits, OpVT));
6713 Ops.push_back(DAG.getConstant(X86::COND_E, MVT::i8));
6714 Ops.push_back(Op.getValue(1));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006715 Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, &Ops[0], 4);
Evan Cheng152804e2007-12-14 08:30:15 +00006716
Evan Cheng18efe262007-12-14 02:13:44 +00006717 if (VT == MVT::i8)
Dale Johannesene4d209d2009-02-03 20:21:25 +00006718 Op = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, Op);
Evan Cheng18efe262007-12-14 02:13:44 +00006719 return Op;
6720}
6721
Mon P Wangaf9b9522008-12-18 21:42:19 +00006722SDValue X86TargetLowering::LowerMUL_V2I64(SDValue Op, SelectionDAG &DAG) {
6723 MVT VT = Op.getValueType();
6724 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006725 DebugLoc dl = Op.getDebugLoc();
Scott Michelfdc40a02009-02-17 22:15:04 +00006726
Mon P Wangaf9b9522008-12-18 21:42:19 +00006727 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
6728 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
6729 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
6730 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
6731 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
6732 //
6733 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
6734 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
6735 // return AloBlo + AloBhi + AhiBlo;
6736
6737 SDValue A = Op.getOperand(0);
6738 SDValue B = Op.getOperand(1);
Scott Michelfdc40a02009-02-17 22:15:04 +00006739
Dale Johannesene4d209d2009-02-03 20:21:25 +00006740 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006741 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
6742 A, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006743 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006744 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
6745 B, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006746 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006747 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
6748 A, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006749 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006750 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
6751 A, Bhi);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006752 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006753 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
6754 Ahi, B);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006755 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006756 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
6757 AloBhi, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006758 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT,
Mon P Wangaf9b9522008-12-18 21:42:19 +00006759 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
6760 AhiBlo, DAG.getConstant(32, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006761 SDValue Res = DAG.getNode(ISD::ADD, dl, VT, AloBlo, AloBhi);
6762 Res = DAG.getNode(ISD::ADD, dl, VT, Res, AhiBlo);
Mon P Wangaf9b9522008-12-18 21:42:19 +00006763 return Res;
6764}
6765
6766
Bill Wendling74c37652008-12-09 22:08:41 +00006767SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) {
6768 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
6769 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00006770 // looks for this combo and may remove the "setcc" instruction if the "setcc"
6771 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00006772 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00006773 SDValue LHS = N->getOperand(0);
6774 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00006775 unsigned BaseOp = 0;
6776 unsigned Cond = 0;
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006777 DebugLoc dl = Op.getDebugLoc();
Bill Wendling74c37652008-12-09 22:08:41 +00006778
6779 switch (Op.getOpcode()) {
6780 default: assert(0 && "Unknown ovf instruction!");
6781 case ISD::SADDO:
Dan Gohman076aee32009-03-04 19:44:21 +00006782 // A subtract of one will be selected as a INC. Note that INC doesn't
6783 // set CF, so we can't do this for UADDO.
6784 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op))
6785 if (C->getAPIntValue() == 1) {
6786 BaseOp = X86ISD::INC;
6787 Cond = X86::COND_O;
6788 break;
6789 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006790 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00006791 Cond = X86::COND_O;
6792 break;
6793 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006794 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00006795 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00006796 break;
6797 case ISD::SSUBO:
Dan Gohman076aee32009-03-04 19:44:21 +00006798 // A subtract of one will be selected as a DEC. Note that DEC doesn't
6799 // set CF, so we can't do this for USUBO.
6800 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op))
6801 if (C->getAPIntValue() == 1) {
6802 BaseOp = X86ISD::DEC;
6803 Cond = X86::COND_O;
6804 break;
6805 }
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006806 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00006807 Cond = X86::COND_O;
6808 break;
6809 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006810 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00006811 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00006812 break;
6813 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00006814 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00006815 Cond = X86::COND_O;
6816 break;
6817 case ISD::UMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00006818 BaseOp = X86ISD::UMUL;
Dan Gohman653456c2009-01-07 00:15:08 +00006819 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00006820 break;
6821 }
Bill Wendling3fafd932008-11-26 22:37:40 +00006822
Bill Wendling61edeb52008-12-02 01:06:39 +00006823 // Also sets EFLAGS.
6824 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006825 SDValue Sum = DAG.getNode(BaseOp, dl, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00006826
Bill Wendling61edeb52008-12-02 01:06:39 +00006827 SDValue SetCC =
Dale Johannesene4d209d2009-02-03 20:21:25 +00006828 DAG.getNode(X86ISD::SETCC, dl, N->getValueType(1),
Bill Wendlingbc5e15e2008-12-10 02:01:32 +00006829 DAG.getConstant(Cond, MVT::i32), SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00006830
Bill Wendling61edeb52008-12-02 01:06:39 +00006831 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
6832 return Sum;
Bill Wendling41ea7e72008-11-24 19:21:46 +00006833}
6834
Dan Gohman475871a2008-07-27 21:46:04 +00006835SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) {
Dan Gohmanfd4418f2008-06-25 16:07:49 +00006836 MVT T = Op.getValueType();
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006837 DebugLoc dl = Op.getDebugLoc();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +00006838 unsigned Reg = 0;
6839 unsigned size = 0;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006840 switch(T.getSimpleVT()) {
6841 default:
6842 assert(false && "Invalid value type!");
Andrew Lenharth26ed8692008-03-01 21:52:34 +00006843 case MVT::i8: Reg = X86::AL; size = 1; break;
6844 case MVT::i16: Reg = X86::AX; size = 2; break;
6845 case MVT::i32: Reg = X86::EAX; size = 4; break;
Scott Michelfdc40a02009-02-17 22:15:04 +00006846 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +00006847 assert(Subtarget->is64Bit() && "Node not type legal!");
6848 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00006849 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00006850 }
Dale Johannesendd64c412009-02-04 00:33:20 +00006851 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), dl, Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +00006852 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +00006853 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +00006854 Op.getOperand(1),
6855 Op.getOperand(3),
6856 DAG.getTargetConstant(size, MVT::i8),
6857 cpIn.getValue(1) };
Andrew Lenharth26ed8692008-03-01 21:52:34 +00006858 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006859 SDValue Result = DAG.getNode(X86ISD::LCMPXCHG_DAG, dl, Tys, Ops, 5);
Scott Michelfdc40a02009-02-17 22:15:04 +00006860 SDValue cpOut =
Dale Johannesendd64c412009-02-04 00:33:20 +00006861 DAG.getCopyFromReg(Result.getValue(0), dl, Reg, T, Result.getValue(1));
Andrew Lenharth26ed8692008-03-01 21:52:34 +00006862 return cpOut;
6863}
6864
Duncan Sands1607f052008-12-01 11:39:25 +00006865SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Gabor Greif327ef032008-08-28 23:19:51 +00006866 SelectionDAG &DAG) {
Duncan Sands1607f052008-12-01 11:39:25 +00006867 assert(Subtarget->is64Bit() && "Result not type legalized?");
Andrew Lenharthd19189e2008-03-05 01:15:49 +00006868 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Duncan Sands1607f052008-12-01 11:39:25 +00006869 SDValue TheChain = Op.getOperand(0);
Dale Johannesen6f38cb62009-02-07 19:59:05 +00006870 DebugLoc dl = Op.getDebugLoc();
Dale Johannesene4d209d2009-02-03 20:21:25 +00006871 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Dale Johannesendd64c412009-02-04 00:33:20 +00006872 SDValue rax = DAG.getCopyFromReg(rd, dl, X86::RAX, MVT::i64, rd.getValue(1));
6873 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), dl, X86::RDX, MVT::i64,
Duncan Sands1607f052008-12-01 11:39:25 +00006874 rax.getValue(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006875 SDValue Tmp = DAG.getNode(ISD::SHL, dl, MVT::i64, rdx,
Duncan Sands1607f052008-12-01 11:39:25 +00006876 DAG.getConstant(32, MVT::i8));
6877 SDValue Ops[] = {
Dale Johannesene4d209d2009-02-03 20:21:25 +00006878 DAG.getNode(ISD::OR, dl, MVT::i64, rax, Tmp),
Duncan Sands1607f052008-12-01 11:39:25 +00006879 rdx.getValue(1)
6880 };
Dale Johannesene4d209d2009-02-03 20:21:25 +00006881 return DAG.getMergeValues(Ops, 2, dl);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006882}
6883
Dale Johannesen71d1bf52008-09-29 22:25:26 +00006884SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) {
6885 SDNode *Node = Op.getNode();
Dale Johannesene4d209d2009-02-03 20:21:25 +00006886 DebugLoc dl = Node->getDebugLoc();
Dale Johannesen71d1bf52008-09-29 22:25:26 +00006887 MVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006888 SDValue negOp = DAG.getNode(ISD::SUB, dl, T,
Evan Cheng242b38b2009-02-23 09:03:22 +00006889 DAG.getConstant(0, T), Node->getOperand(2));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006890 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD, dl,
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006891 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +00006892 Node->getOperand(0),
6893 Node->getOperand(1), negOp,
6894 cast<AtomicSDNode>(Node)->getSrcValue(),
6895 cast<AtomicSDNode>(Node)->getAlignment());
Mon P Wang63307c32008-05-05 19:05:59 +00006896}
6897
Evan Cheng0db9fe62006-04-25 20:13:52 +00006898/// LowerOperation - Provide custom lowering hooks for some operations.
6899///
Dan Gohman475871a2008-07-27 21:46:04 +00006900SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006901 switch (Op.getOpcode()) {
6902 default: assert(0 && "Should not custom lower this!");
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006903 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
6904 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006905 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
6906 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
6907 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
6908 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
6909 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
6910 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
6911 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006912 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00006913 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006914 case ISD::SHL_PARTS:
6915 case ISD::SRA_PARTS:
6916 case ISD::SRL_PARTS: return LowerShift(Op, DAG);
6917 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006918 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006919 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
6920 case ISD::FABS: return LowerFABS(Op, DAG);
6921 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +00006922 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00006923 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +00006924 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00006925 case ISD::SELECT: return LowerSELECT(Op, DAG);
6926 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006927 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng32fe1032006-05-25 00:59:30 +00006928 case ISD::CALL: return LowerCALL(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006929 case ISD::RET: return LowerRET(Op, DAG);
Evan Cheng1bc78042006-04-26 01:20:17 +00006930 case ISD::FORMAL_ARGUMENTS: return LowerFORMAL_ARGUMENTS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006931 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +00006932 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +00006933 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006934 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00006935 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
6936 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006937 case ISD::FRAME_TO_ARGS_OFFSET:
6938 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00006939 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006940 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006941 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +00006942 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +00006943 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
6944 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Mon P Wangaf9b9522008-12-18 21:42:19 +00006945 case ISD::MUL: return LowerMUL_V2I64(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +00006946 case ISD::SADDO:
6947 case ISD::UADDO:
6948 case ISD::SSUBO:
6949 case ISD::USUBO:
6950 case ISD::SMULO:
6951 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +00006952 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006953 }
Chris Lattner27a6c732007-11-24 07:07:01 +00006954}
6955
Duncan Sands1607f052008-12-01 11:39:25 +00006956void X86TargetLowering::
6957ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
6958 SelectionDAG &DAG, unsigned NewOp) {
6959 MVT T = Node->getValueType(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006960 DebugLoc dl = Node->getDebugLoc();
Duncan Sands1607f052008-12-01 11:39:25 +00006961 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
6962
6963 SDValue Chain = Node->getOperand(0);
6964 SDValue In1 = Node->getOperand(1);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006965 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00006966 Node->getOperand(2), DAG.getIntPtrConstant(0));
Dale Johannesene4d209d2009-02-03 20:21:25 +00006967 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00006968 Node->getOperand(2), DAG.getIntPtrConstant(1));
6969 // This is a generalized SDNode, not an AtomicSDNode, so it doesn't
6970 // have a MemOperand. Pass the info through as a normal operand.
6971 SDValue LSI = DAG.getMemOperand(cast<MemSDNode>(Node)->getMemOperand());
6972 SDValue Ops[] = { Chain, In1, In2L, In2H, LSI };
6973 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
Dale Johannesene4d209d2009-02-03 20:21:25 +00006974 SDValue Result = DAG.getNode(NewOp, dl, Tys, Ops, 5);
Duncan Sands1607f052008-12-01 11:39:25 +00006975 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
Dale Johannesene4d209d2009-02-03 20:21:25 +00006976 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00006977 Results.push_back(Result.getValue(2));
6978}
6979
Duncan Sands126d9072008-07-04 11:47:58 +00006980/// ReplaceNodeResults - Replace a node with an illegal result type
6981/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +00006982void X86TargetLowering::ReplaceNodeResults(SDNode *N,
6983 SmallVectorImpl<SDValue>&Results,
6984 SelectionDAG &DAG) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00006985 DebugLoc dl = N->getDebugLoc();
Chris Lattner27a6c732007-11-24 07:07:01 +00006986 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +00006987 default:
Duncan Sands1607f052008-12-01 11:39:25 +00006988 assert(false && "Do not know how to custom type legalize this operation!");
6989 return;
6990 case ISD::FP_TO_SINT: {
6991 std::pair<SDValue,SDValue> Vals = FP_TO_SINTHelper(SDValue(N, 0), DAG);
6992 SDValue FIST = Vals.first, StackSlot = Vals.second;
6993 if (FIST.getNode() != 0) {
6994 MVT VT = N->getValueType(0);
6995 // Return a load from the stack slot.
Dale Johannesene4d209d2009-02-03 20:21:25 +00006996 Results.push_back(DAG.getLoad(VT, dl, FIST, StackSlot, NULL, 0));
Duncan Sands1607f052008-12-01 11:39:25 +00006997 }
6998 return;
6999 }
7000 case ISD::READCYCLECOUNTER: {
7001 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
7002 SDValue TheChain = N->getOperand(0);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007003 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, dl, Tys, &TheChain, 1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007004 SDValue eax = DAG.getCopyFromReg(rd, dl, X86::EAX, MVT::i32,
Dale Johannesendd64c412009-02-04 00:33:20 +00007005 rd.getValue(1));
7006 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), dl, X86::EDX, MVT::i32,
Duncan Sands1607f052008-12-01 11:39:25 +00007007 eax.getValue(2));
7008 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
7009 SDValue Ops[] = { eax, edx };
Dale Johannesene4d209d2009-02-03 20:21:25 +00007010 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Ops, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00007011 Results.push_back(edx.getValue(1));
7012 return;
7013 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007014 case ISD::ATOMIC_CMP_SWAP: {
Duncan Sands1607f052008-12-01 11:39:25 +00007015 MVT T = N->getValueType(0);
7016 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
7017 SDValue cpInL, cpInH;
Dale Johannesene4d209d2009-02-03 20:21:25 +00007018 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
Duncan Sands1607f052008-12-01 11:39:25 +00007019 DAG.getConstant(0, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00007020 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(2),
Duncan Sands1607f052008-12-01 11:39:25 +00007021 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00007022 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, X86::EAX, cpInL, SDValue());
7023 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, X86::EDX, cpInH,
Duncan Sands1607f052008-12-01 11:39:25 +00007024 cpInL.getValue(1));
7025 SDValue swapInL, swapInH;
Dale Johannesene4d209d2009-02-03 20:21:25 +00007026 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
Duncan Sands1607f052008-12-01 11:39:25 +00007027 DAG.getConstant(0, MVT::i32));
Dale Johannesene4d209d2009-02-03 20:21:25 +00007028 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, N->getOperand(3),
Duncan Sands1607f052008-12-01 11:39:25 +00007029 DAG.getConstant(1, MVT::i32));
Dale Johannesendd64c412009-02-04 00:33:20 +00007030 swapInL = DAG.getCopyToReg(cpInH.getValue(0), dl, X86::EBX, swapInL,
Duncan Sands1607f052008-12-01 11:39:25 +00007031 cpInH.getValue(1));
Dale Johannesendd64c412009-02-04 00:33:20 +00007032 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, X86::ECX, swapInH,
Duncan Sands1607f052008-12-01 11:39:25 +00007033 swapInL.getValue(1));
7034 SDValue Ops[] = { swapInH.getValue(0),
7035 N->getOperand(1),
7036 swapInH.getValue(1) };
7037 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007038 SDValue Result = DAG.getNode(X86ISD::LCMPXCHG8_DAG, dl, Tys, Ops, 3);
Dale Johannesendd64c412009-02-04 00:33:20 +00007039 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, X86::EAX,
7040 MVT::i32, Result.getValue(1));
7041 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, X86::EDX,
7042 MVT::i32, cpOutL.getValue(2));
Duncan Sands1607f052008-12-01 11:39:25 +00007043 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
Dale Johannesene4d209d2009-02-03 20:21:25 +00007044 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, OpsF, 2));
Duncan Sands1607f052008-12-01 11:39:25 +00007045 Results.push_back(cpOutH.getValue(1));
7046 return;
7047 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007048 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +00007049 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
7050 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007051 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +00007052 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
7053 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007054 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +00007055 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
7056 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007057 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +00007058 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
7059 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007060 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +00007061 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
7062 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007063 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +00007064 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
7065 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00007066 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +00007067 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
7068 return;
Chris Lattner27a6c732007-11-24 07:07:01 +00007069 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00007070}
7071
Evan Cheng72261582005-12-20 06:22:03 +00007072const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
7073 switch (Opcode) {
7074 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +00007075 case X86ISD::BSF: return "X86ISD::BSF";
7076 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +00007077 case X86ISD::SHLD: return "X86ISD::SHLD";
7078 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +00007079 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +00007080 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +00007081 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +00007082 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +00007083 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +00007084 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +00007085 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
7086 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
7087 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +00007088 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +00007089 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +00007090 case X86ISD::CALL: return "X86ISD::CALL";
7091 case X86ISD::TAILCALL: return "X86ISD::TAILCALL";
7092 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +00007093 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +00007094 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +00007095 case X86ISD::COMI: return "X86ISD::COMI";
7096 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +00007097 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Cheng72261582005-12-20 06:22:03 +00007098 case X86ISD::CMOV: return "X86ISD::CMOV";
7099 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +00007100 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +00007101 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
7102 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +00007103 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +00007104 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Nate Begeman14d12ca2008-02-11 04:19:36 +00007105 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +00007106 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +00007107 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
7108 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +00007109 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Nate Begemanb9a47b82009-02-23 08:49:38 +00007110 case X86ISD::PSHUFB: return "X86ISD::PSHUFB";
Evan Cheng8ca29322006-11-10 21:43:37 +00007111 case X86ISD::FMAX: return "X86ISD::FMAX";
7112 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +00007113 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
7114 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00007115 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
Rafael Espindola094fad32009-04-08 21:14:34 +00007116 case X86ISD::SegmentBaseAddress: return "X86ISD::SegmentBaseAddress";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00007117 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00007118 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00007119 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +00007120 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
7121 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007122 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
7123 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
7124 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
7125 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
7126 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
7127 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +00007128 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
7129 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +00007130 case X86ISD::VSHL: return "X86ISD::VSHL";
7131 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +00007132 case X86ISD::CMPPD: return "X86ISD::CMPPD";
7133 case X86ISD::CMPPS: return "X86ISD::CMPPS";
7134 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
7135 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
7136 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
7137 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
7138 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
7139 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
7140 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
7141 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +00007142 case X86ISD::ADD: return "X86ISD::ADD";
7143 case X86ISD::SUB: return "X86ISD::SUB";
Bill Wendlingd350e022008-12-12 21:15:41 +00007144 case X86ISD::SMUL: return "X86ISD::SMUL";
7145 case X86ISD::UMUL: return "X86ISD::UMUL";
Dan Gohman076aee32009-03-04 19:44:21 +00007146 case X86ISD::INC: return "X86ISD::INC";
7147 case X86ISD::DEC: return "X86ISD::DEC";
Evan Cheng73f24c92009-03-30 21:36:47 +00007148 case X86ISD::MUL_IMM: return "X86ISD::MUL_IMM";
Evan Cheng72261582005-12-20 06:22:03 +00007149 }
7150}
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007151
Chris Lattnerc9addb72007-03-30 23:15:24 +00007152// isLegalAddressingMode - Return true if the addressing mode represented
7153// by AM is legal for this target, for a load/store of the specified type.
Scott Michelfdc40a02009-02-17 22:15:04 +00007154bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
Chris Lattnerc9addb72007-03-30 23:15:24 +00007155 const Type *Ty) const {
7156 // X86 supports extremely general addressing modes.
Scott Michelfdc40a02009-02-17 22:15:04 +00007157
Chris Lattnerc9addb72007-03-30 23:15:24 +00007158 // X86 allows a sign-extended 32-bit immediate field as a displacement.
7159 if (AM.BaseOffs <= -(1LL << 32) || AM.BaseOffs >= (1LL << 32)-1)
7160 return false;
Scott Michelfdc40a02009-02-17 22:15:04 +00007161
Chris Lattnerc9addb72007-03-30 23:15:24 +00007162 if (AM.BaseGV) {
Evan Cheng52787842007-08-01 23:46:47 +00007163 // We can only fold this if we don't need an extra load.
Chris Lattnerc9addb72007-03-30 23:15:24 +00007164 if (Subtarget->GVRequiresExtraLoad(AM.BaseGV, getTargetMachine(), false))
7165 return false;
Dale Johannesen203af582008-12-05 21:47:27 +00007166 // If BaseGV requires a register, we cannot also have a BaseReg.
7167 if (Subtarget->GVRequiresRegister(AM.BaseGV, getTargetMachine(), false) &&
7168 AM.HasBaseReg)
7169 return false;
Evan Cheng52787842007-08-01 23:46:47 +00007170
7171 // X86-64 only supports addr of globals in small code model.
7172 if (Subtarget->is64Bit()) {
7173 if (getTargetMachine().getCodeModel() != CodeModel::Small)
7174 return false;
7175 // If lower 4G is not available, then we must use rip-relative addressing.
7176 if (AM.BaseOffs || AM.Scale > 1)
7177 return false;
7178 }
Chris Lattnerc9addb72007-03-30 23:15:24 +00007179 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007180
Chris Lattnerc9addb72007-03-30 23:15:24 +00007181 switch (AM.Scale) {
7182 case 0:
7183 case 1:
7184 case 2:
7185 case 4:
7186 case 8:
7187 // These scales always work.
7188 break;
7189 case 3:
7190 case 5:
7191 case 9:
7192 // These scales are formed with basereg+scalereg. Only accept if there is
7193 // no basereg yet.
7194 if (AM.HasBaseReg)
7195 return false;
7196 break;
7197 default: // Other stuff never works.
7198 return false;
7199 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007200
Chris Lattnerc9addb72007-03-30 23:15:24 +00007201 return true;
7202}
7203
7204
Evan Cheng2bd122c2007-10-26 01:56:11 +00007205bool X86TargetLowering::isTruncateFree(const Type *Ty1, const Type *Ty2) const {
7206 if (!Ty1->isInteger() || !Ty2->isInteger())
7207 return false;
Evan Chenge127a732007-10-29 07:57:50 +00007208 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
7209 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00007210 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +00007211 return false;
7212 return Subtarget->is64Bit() || NumBits1 < 64;
Evan Cheng2bd122c2007-10-26 01:56:11 +00007213}
7214
Duncan Sands83ec4b62008-06-06 12:08:01 +00007215bool X86TargetLowering::isTruncateFree(MVT VT1, MVT VT2) const {
7216 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +00007217 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00007218 unsigned NumBits1 = VT1.getSizeInBits();
7219 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00007220 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +00007221 return false;
7222 return Subtarget->is64Bit() || NumBits1 < 64;
7223}
Evan Cheng2bd122c2007-10-26 01:56:11 +00007224
Dan Gohman97121ba2009-04-08 00:15:30 +00007225bool X86TargetLowering::isZExtFree(const Type *Ty1, const Type *Ty2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00007226 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Dan Gohman97121ba2009-04-08 00:15:30 +00007227 return Ty1 == Type::Int32Ty && Ty2 == Type::Int64Ty && Subtarget->is64Bit();
7228}
7229
7230bool X86TargetLowering::isZExtFree(MVT VT1, MVT VT2) const {
Dan Gohman349ba492009-04-09 02:06:09 +00007231 // x86-64 implicitly zero-extends 32-bit results in 64-bit registers.
Dan Gohman97121ba2009-04-08 00:15:30 +00007232 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget->is64Bit();
7233}
7234
Evan Cheng60c07e12006-07-05 22:17:51 +00007235/// isShuffleMaskLegal - Targets can use this to indicate that they only
7236/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
7237/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
7238/// are assumed to be legal.
7239bool
Rafael Espindola15684b22009-04-24 12:40:33 +00007240X86TargetLowering::isShuffleMaskLegal(SDValue Mask, MVT VT) const {
Evan Cheng60c07e12006-07-05 22:17:51 +00007241 // Only do shuffles on 128-bit vector types for now.
Rafael Espindola15684b22009-04-24 12:40:33 +00007242 // FIXME: pshufb, blends
7243 if (VT.getSizeInBits() == 64) return false;
7244 return (Mask.getNode()->getNumOperands() <= 4 ||
7245 isIdentityMask(Mask.getNode()) ||
7246 isIdentityMask(Mask.getNode(), true) ||
7247 isSplatMask(Mask.getNode()) ||
7248 X86::isPSHUFHWMask(Mask.getNode()) ||
7249 X86::isPSHUFLWMask(Mask.getNode()) ||
7250 X86::isUNPCKLMask(Mask.getNode()) ||
7251 X86::isUNPCKHMask(Mask.getNode()) ||
7252 X86::isUNPCKL_v_undef_Mask(Mask.getNode()) ||
7253 X86::isUNPCKH_v_undef_Mask(Mask.getNode()));
Evan Cheng60c07e12006-07-05 22:17:51 +00007254}
7255
Dan Gohman7d8143f2008-04-09 20:09:42 +00007256bool
Rafael Espindola15684b22009-04-24 12:40:33 +00007257X86TargetLowering::isVectorClearMaskLegal(const std::vector<SDValue> &BVOps,
7258 MVT EVT, SelectionDAG &DAG) const {
7259 unsigned NumElts = BVOps.size();
7260 // Only do shuffles on 128-bit vector types for now.
7261 if (EVT.getSizeInBits() * NumElts == 64) return false;
7262 if (NumElts == 2) return true;
7263 if (NumElts == 4) {
7264 return (isMOVLMask(&BVOps[0], 4) ||
7265 isCommutedMOVL(&BVOps[0], 4, true) ||
7266 isSHUFPMask(&BVOps[0], 4) ||
7267 isCommutedSHUFP(&BVOps[0], 4));
Evan Cheng60c07e12006-07-05 22:17:51 +00007268 }
7269 return false;
7270}
7271
7272//===----------------------------------------------------------------------===//
7273// X86 Scheduler Hooks
7274//===----------------------------------------------------------------------===//
7275
Mon P Wang63307c32008-05-05 19:05:59 +00007276// private utility function
7277MachineBasicBlock *
7278X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
7279 MachineBasicBlock *MBB,
7280 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007281 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007282 unsigned LoadOpc,
7283 unsigned CXchgOpc,
7284 unsigned copyOpc,
7285 unsigned notOpc,
7286 unsigned EAXreg,
7287 TargetRegisterClass *RC,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00007288 bool invSrc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00007289 // For the atomic bitwise operator, we generate
7290 // thisMBB:
7291 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00007292 // ld t1 = [bitinstr.addr]
7293 // op t2 = t1, [bitinstr.val]
7294 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00007295 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
7296 // bz newMBB
7297 // fallthrough -->nextMBB
7298 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
7299 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007300 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00007301 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00007302
Mon P Wang63307c32008-05-05 19:05:59 +00007303 /// First build the CFG
7304 MachineFunction *F = MBB->getParent();
7305 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007306 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
7307 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
7308 F->insert(MBBIter, newMBB);
7309 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007310
Mon P Wang63307c32008-05-05 19:05:59 +00007311 // Move all successors to thisMBB to nextMBB
7312 nextMBB->transferSuccessors(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007313
Mon P Wang63307c32008-05-05 19:05:59 +00007314 // Update thisMBB to fall through to newMBB
7315 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007316
Mon P Wang63307c32008-05-05 19:05:59 +00007317 // newMBB jumps to itself and fall through to nextMBB
7318 newMBB->addSuccessor(nextMBB);
7319 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007320
Mon P Wang63307c32008-05-05 19:05:59 +00007321 // Insert instructions into newMBB based on incoming instruction
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007322 assert(bInstr->getNumOperands() < X86AddrNumOperands + 4 &&
7323 "unexpected number of operands");
Dale Johannesene4d209d2009-02-03 20:21:25 +00007324 DebugLoc dl = bInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00007325 MachineOperand& destOper = bInstr->getOperand(0);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007326 MachineOperand* argOpers[2 + X86AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00007327 int numArgs = bInstr->getNumOperands() - 1;
7328 for (int i=0; i < numArgs; ++i)
7329 argOpers[i] = &bInstr->getOperand(i+1);
7330
7331 // x86 address has 4 operands: base, index, scale, and displacement
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007332 int lastAddrIndx = X86AddrNumOperands - 1; // [0,3]
7333 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00007334
Dale Johannesen140be2d2008-08-19 18:47:28 +00007335 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007336 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00007337 for (int i=0; i <= lastAddrIndx; ++i)
7338 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007339
Dale Johannesen140be2d2008-08-19 18:47:28 +00007340 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007341 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00007342 MIB = BuildMI(newMBB, dl, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007343 }
Scott Michelfdc40a02009-02-17 22:15:04 +00007344 else
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007345 tt = t1;
7346
Dale Johannesen140be2d2008-08-19 18:47:28 +00007347 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +00007348 assert((argOpers[valArgIndx]->isReg() ||
7349 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00007350 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +00007351 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00007352 MIB = BuildMI(newMBB, dl, TII->get(regOpc), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00007353 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00007354 MIB = BuildMI(newMBB, dl, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007355 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +00007356 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007357
Dale Johannesene4d209d2009-02-03 20:21:25 +00007358 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +00007359 MIB.addReg(t1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007360
Dale Johannesene4d209d2009-02-03 20:21:25 +00007361 MIB = BuildMI(newMBB, dl, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +00007362 for (int i=0; i <= lastAddrIndx; ++i)
7363 (*MIB).addOperand(*argOpers[i]);
7364 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +00007365 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
7366 (*MIB).addMemOperand(*F, *bInstr->memoperands_begin());
7367
Dale Johannesene4d209d2009-02-03 20:21:25 +00007368 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), destOper.getReg());
Dale Johannesen140be2d2008-08-19 18:47:28 +00007369 MIB.addReg(EAXreg);
Scott Michelfdc40a02009-02-17 22:15:04 +00007370
Mon P Wang63307c32008-05-05 19:05:59 +00007371 // insert branch
Dale Johannesene4d209d2009-02-03 20:21:25 +00007372 BuildMI(newMBB, dl, TII->get(X86::JNE)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00007373
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007374 F->DeleteMachineInstr(bInstr); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00007375 return nextMBB;
7376}
7377
Dale Johannesen1b54c7f2008-10-03 19:41:08 +00007378// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +00007379MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007380X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
7381 MachineBasicBlock *MBB,
7382 unsigned regOpcL,
7383 unsigned regOpcH,
7384 unsigned immOpcL,
7385 unsigned immOpcH,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00007386 bool invSrc) const {
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007387 // For the atomic bitwise operator, we generate
7388 // thisMBB (instructions are in pairs, except cmpxchg8b)
7389 // ld t1,t2 = [bitinstr.addr]
7390 // newMBB:
7391 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
7392 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +00007393 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007394 // mov ECX, EBX <- t5, t6
7395 // mov EAX, EDX <- t1, t2
7396 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
7397 // mov t3, t4 <- EAX, EDX
7398 // bz newMBB
7399 // result in out1, out2
7400 // fallthrough -->nextMBB
7401
7402 const TargetRegisterClass *RC = X86::GR32RegisterClass;
7403 const unsigned LoadOpc = X86::MOV32rm;
7404 const unsigned copyOpc = X86::MOV32rr;
7405 const unsigned NotOpc = X86::NOT32r;
7406 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
7407 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
7408 MachineFunction::iterator MBBIter = MBB;
7409 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00007410
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007411 /// First build the CFG
7412 MachineFunction *F = MBB->getParent();
7413 MachineBasicBlock *thisMBB = MBB;
7414 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
7415 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
7416 F->insert(MBBIter, newMBB);
7417 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007418
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007419 // Move all successors to thisMBB to nextMBB
7420 nextMBB->transferSuccessors(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007421
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007422 // Update thisMBB to fall through to newMBB
7423 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007424
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007425 // newMBB jumps to itself and fall through to nextMBB
7426 newMBB->addSuccessor(nextMBB);
7427 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007428
Dale Johannesene4d209d2009-02-03 20:21:25 +00007429 DebugLoc dl = bInstr->getDebugLoc();
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007430 // Insert instructions into newMBB based on incoming instruction
7431 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007432 assert(bInstr->getNumOperands() < X86AddrNumOperands + 14 &&
7433 "unexpected number of operands");
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007434 MachineOperand& dest1Oper = bInstr->getOperand(0);
7435 MachineOperand& dest2Oper = bInstr->getOperand(1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007436 MachineOperand* argOpers[2 + X86AddrNumOperands];
7437 for (int i=0; i < 2 + X86AddrNumOperands; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007438 argOpers[i] = &bInstr->getOperand(i+2);
7439
7440 // x86 address has 4 operands: base, index, scale, and displacement
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007441 int lastAddrIndx = X86AddrNumOperands - 1; // [0,3]
Scott Michelfdc40a02009-02-17 22:15:04 +00007442
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007443 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007444 MachineInstrBuilder MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007445 for (int i=0; i <= lastAddrIndx; ++i)
7446 (*MIB).addOperand(*argOpers[i]);
7447 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007448 MIB = BuildMI(thisMBB, dl, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +00007449 // add 4 to displacement.
Rafael Espindola094fad32009-04-08 21:14:34 +00007450 for (int i=0; i <= lastAddrIndx-2; ++i)
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007451 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +00007452 MachineOperand newOp3 = *(argOpers[3]);
7453 if (newOp3.isImm())
7454 newOp3.setImm(newOp3.getImm()+4);
7455 else
7456 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007457 (*MIB).addOperand(newOp3);
Rafael Espindola094fad32009-04-08 21:14:34 +00007458 (*MIB).addOperand(*argOpers[lastAddrIndx]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007459
7460 // t3/4 are defined later, at the bottom of the loop
7461 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
7462 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007463 BuildMI(newMBB, dl, TII->get(X86::PHI), dest1Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007464 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007465 BuildMI(newMBB, dl, TII->get(X86::PHI), dest2Oper.getReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007466 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
7467
7468 unsigned tt1 = F->getRegInfo().createVirtualRegister(RC);
7469 unsigned tt2 = F->getRegInfo().createVirtualRegister(RC);
Scott Michelfdc40a02009-02-17 22:15:04 +00007470 if (invSrc) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00007471 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), tt1).addReg(t1);
7472 MIB = BuildMI(newMBB, dl, TII->get(NotOpc), tt2).addReg(t2);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007473 } else {
7474 tt1 = t1;
7475 tt2 = t2;
7476 }
7477
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007478 int valArgIndx = lastAddrIndx + 1;
7479 assert((argOpers[valArgIndx]->isReg() ||
7480 argOpers[valArgIndx]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007481 "invalid operand");
7482 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
7483 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007484 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00007485 MIB = BuildMI(newMBB, dl, TII->get(regOpcL), t5);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007486 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00007487 MIB = BuildMI(newMBB, dl, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +00007488 if (regOpcL != X86::MOV32rr)
7489 MIB.addReg(tt1);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007490 (*MIB).addOperand(*argOpers[valArgIndx]);
7491 assert(argOpers[valArgIndx + 1]->isReg() ==
7492 argOpers[valArgIndx]->isReg());
7493 assert(argOpers[valArgIndx + 1]->isImm() ==
7494 argOpers[valArgIndx]->isImm());
7495 if (argOpers[valArgIndx + 1]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00007496 MIB = BuildMI(newMBB, dl, TII->get(regOpcH), t6);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007497 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00007498 MIB = BuildMI(newMBB, dl, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +00007499 if (regOpcH != X86::MOV32rr)
7500 MIB.addReg(tt2);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007501 (*MIB).addOperand(*argOpers[valArgIndx + 1]);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007502
Dale Johannesene4d209d2009-02-03 20:21:25 +00007503 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), X86::EAX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007504 MIB.addReg(t1);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007505 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), X86::EDX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007506 MIB.addReg(t2);
7507
Dale Johannesene4d209d2009-02-03 20:21:25 +00007508 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), X86::EBX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007509 MIB.addReg(t5);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007510 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), X86::ECX);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007511 MIB.addReg(t6);
Scott Michelfdc40a02009-02-17 22:15:04 +00007512
Dale Johannesene4d209d2009-02-03 20:21:25 +00007513 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG8B));
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007514 for (int i=0; i <= lastAddrIndx; ++i)
7515 (*MIB).addOperand(*argOpers[i]);
7516
7517 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
7518 (*MIB).addMemOperand(*F, *bInstr->memoperands_begin());
7519
Dale Johannesene4d209d2009-02-03 20:21:25 +00007520 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), t3);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007521 MIB.addReg(X86::EAX);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007522 MIB = BuildMI(newMBB, dl, TII->get(copyOpc), t4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007523 MIB.addReg(X86::EDX);
Scott Michelfdc40a02009-02-17 22:15:04 +00007524
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007525 // insert branch
Dale Johannesene4d209d2009-02-03 20:21:25 +00007526 BuildMI(newMBB, dl, TII->get(X86::JNE)).addMBB(newMBB);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007527
7528 F->DeleteMachineInstr(bInstr); // The pseudo instruction is gone now.
7529 return nextMBB;
7530}
7531
7532// private utility function
7533MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +00007534X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
7535 MachineBasicBlock *MBB,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00007536 unsigned cmovOpc) const {
Mon P Wang63307c32008-05-05 19:05:59 +00007537 // For the atomic min/max operator, we generate
7538 // thisMBB:
7539 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00007540 // ld t1 = [min/max.addr]
Scott Michelfdc40a02009-02-17 22:15:04 +00007541 // mov t2 = [min/max.val]
Mon P Wang63307c32008-05-05 19:05:59 +00007542 // cmp t1, t2
7543 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +00007544 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00007545 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
7546 // bz newMBB
7547 // fallthrough -->nextMBB
7548 //
7549 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
7550 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007551 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00007552 ++MBBIter;
Scott Michelfdc40a02009-02-17 22:15:04 +00007553
Mon P Wang63307c32008-05-05 19:05:59 +00007554 /// First build the CFG
7555 MachineFunction *F = MBB->getParent();
7556 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007557 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
7558 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
7559 F->insert(MBBIter, newMBB);
7560 F->insert(MBBIter, nextMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007561
Mon P Wang63307c32008-05-05 19:05:59 +00007562 // Move all successors to thisMBB to nextMBB
7563 nextMBB->transferSuccessors(thisMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007564
Mon P Wang63307c32008-05-05 19:05:59 +00007565 // Update thisMBB to fall through to newMBB
7566 thisMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007567
Mon P Wang63307c32008-05-05 19:05:59 +00007568 // newMBB jumps to newMBB and fall through to nextMBB
7569 newMBB->addSuccessor(nextMBB);
7570 newMBB->addSuccessor(newMBB);
Scott Michelfdc40a02009-02-17 22:15:04 +00007571
Dale Johannesene4d209d2009-02-03 20:21:25 +00007572 DebugLoc dl = mInstr->getDebugLoc();
Mon P Wang63307c32008-05-05 19:05:59 +00007573 // Insert instructions into newMBB based on incoming instruction
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007574 assert(mInstr->getNumOperands() < X86AddrNumOperands + 4 &&
7575 "unexpected number of operands");
Mon P Wang63307c32008-05-05 19:05:59 +00007576 MachineOperand& destOper = mInstr->getOperand(0);
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007577 MachineOperand* argOpers[2 + X86AddrNumOperands];
Mon P Wang63307c32008-05-05 19:05:59 +00007578 int numArgs = mInstr->getNumOperands() - 1;
7579 for (int i=0; i < numArgs; ++i)
7580 argOpers[i] = &mInstr->getOperand(i+1);
Scott Michelfdc40a02009-02-17 22:15:04 +00007581
Mon P Wang63307c32008-05-05 19:05:59 +00007582 // x86 address has 4 operands: base, index, scale, and displacement
Rafael Espindolaa82dfca2009-03-27 15:26:30 +00007583 int lastAddrIndx = X86AddrNumOperands - 1; // [0,3]
7584 int valArgIndx = lastAddrIndx + 1;
Scott Michelfdc40a02009-02-17 22:15:04 +00007585
Mon P Wangab3e7472008-05-05 22:56:23 +00007586 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007587 MachineInstrBuilder MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00007588 for (int i=0; i <= lastAddrIndx; ++i)
7589 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +00007590
Mon P Wang63307c32008-05-05 19:05:59 +00007591 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +00007592 assert((argOpers[valArgIndx]->isReg() ||
7593 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00007594 "invalid operand");
Scott Michelfdc40a02009-02-17 22:15:04 +00007595
7596 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +00007597 if (argOpers[valArgIndx]->isReg())
Dale Johannesene4d209d2009-02-03 20:21:25 +00007598 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Scott Michelfdc40a02009-02-17 22:15:04 +00007599 else
Dale Johannesene4d209d2009-02-03 20:21:25 +00007600 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), t2);
Mon P Wang63307c32008-05-05 19:05:59 +00007601 (*MIB).addOperand(*argOpers[valArgIndx]);
7602
Dale Johannesene4d209d2009-02-03 20:21:25 +00007603 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), X86::EAX);
Mon P Wangab3e7472008-05-05 22:56:23 +00007604 MIB.addReg(t1);
7605
Dale Johannesene4d209d2009-02-03 20:21:25 +00007606 MIB = BuildMI(newMBB, dl, TII->get(X86::CMP32rr));
Mon P Wang63307c32008-05-05 19:05:59 +00007607 MIB.addReg(t1);
7608 MIB.addReg(t2);
7609
7610 // Generate movc
7611 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007612 MIB = BuildMI(newMBB, dl, TII->get(cmovOpc),t3);
Mon P Wang63307c32008-05-05 19:05:59 +00007613 MIB.addReg(t2);
7614 MIB.addReg(t1);
7615
7616 // Cmp and exchange if none has modified the memory location
Dale Johannesene4d209d2009-02-03 20:21:25 +00007617 MIB = BuildMI(newMBB, dl, TII->get(X86::LCMPXCHG32));
Mon P Wang63307c32008-05-05 19:05:59 +00007618 for (int i=0; i <= lastAddrIndx; ++i)
7619 (*MIB).addOperand(*argOpers[i]);
7620 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +00007621 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
7622 (*MIB).addMemOperand(*F, *mInstr->memoperands_begin());
Scott Michelfdc40a02009-02-17 22:15:04 +00007623
Dale Johannesene4d209d2009-02-03 20:21:25 +00007624 MIB = BuildMI(newMBB, dl, TII->get(X86::MOV32rr), destOper.getReg());
Mon P Wang63307c32008-05-05 19:05:59 +00007625 MIB.addReg(X86::EAX);
Scott Michelfdc40a02009-02-17 22:15:04 +00007626
Mon P Wang63307c32008-05-05 19:05:59 +00007627 // insert branch
Dale Johannesene4d209d2009-02-03 20:21:25 +00007628 BuildMI(newMBB, dl, TII->get(X86::JNE)).addMBB(newMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00007629
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007630 F->DeleteMachineInstr(mInstr); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00007631 return nextMBB;
7632}
7633
7634
Evan Cheng60c07e12006-07-05 22:17:51 +00007635MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +00007636X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohman1fdbc1d2009-02-07 16:15:20 +00007637 MachineBasicBlock *BB) const {
Dale Johannesene4d209d2009-02-03 20:21:25 +00007638 DebugLoc dl = MI->getDebugLoc();
Evan Chengc0f64ff2006-11-27 23:37:22 +00007639 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Evan Cheng60c07e12006-07-05 22:17:51 +00007640 switch (MI->getOpcode()) {
7641 default: assert(false && "Unexpected instr type to insert");
Mon P Wang9e5ecb82008-12-12 01:25:51 +00007642 case X86::CMOV_V1I64:
Evan Cheng60c07e12006-07-05 22:17:51 +00007643 case X86::CMOV_FR32:
7644 case X86::CMOV_FR64:
7645 case X86::CMOV_V4F32:
7646 case X86::CMOV_V2F64:
Evan Chenge5f62042007-09-29 00:00:36 +00007647 case X86::CMOV_V2I64: {
Evan Cheng60c07e12006-07-05 22:17:51 +00007648 // To "insert" a SELECT_CC instruction, we actually have to insert the
7649 // diamond control-flow pattern. The incoming instruction knows the
7650 // destination vreg to set, the condition code register to branch on, the
7651 // true/false values to select between, and a branch opcode to use.
7652 const BasicBlock *LLVM_BB = BB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007653 MachineFunction::iterator It = BB;
Evan Cheng60c07e12006-07-05 22:17:51 +00007654 ++It;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007655
Evan Cheng60c07e12006-07-05 22:17:51 +00007656 // thisMBB:
7657 // ...
7658 // TrueVal = ...
7659 // cmpTY ccX, r1, r2
7660 // bCC copy1MBB
7661 // fallthrough --> copy0MBB
7662 MachineBasicBlock *thisMBB = BB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007663 MachineFunction *F = BB->getParent();
7664 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
7665 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007666 unsigned Opc =
Chris Lattner7fbe9722006-10-20 17:42:20 +00007667 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
Dale Johannesene4d209d2009-02-03 20:21:25 +00007668 BuildMI(BB, dl, TII->get(Opc)).addMBB(sinkMBB);
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007669 F->insert(It, copy0MBB);
7670 F->insert(It, sinkMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00007671 // Update machine-CFG edges by transferring all successors of the current
Evan Cheng60c07e12006-07-05 22:17:51 +00007672 // block to the new block which will contain the Phi node for the select.
Mon P Wang63307c32008-05-05 19:05:59 +00007673 sinkMBB->transferSuccessors(BB);
7674
7675 // Add the true and fallthrough blocks as its successors.
Evan Cheng60c07e12006-07-05 22:17:51 +00007676 BB->addSuccessor(copy0MBB);
7677 BB->addSuccessor(sinkMBB);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007678
Evan Cheng60c07e12006-07-05 22:17:51 +00007679 // copy0MBB:
7680 // %FalseValue = ...
7681 // # fallthrough to sinkMBB
7682 BB = copy0MBB;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007683
Evan Cheng60c07e12006-07-05 22:17:51 +00007684 // Update machine-CFG edges
7685 BB->addSuccessor(sinkMBB);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007686
Evan Cheng60c07e12006-07-05 22:17:51 +00007687 // sinkMBB:
7688 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
7689 // ...
7690 BB = sinkMBB;
Dale Johannesene4d209d2009-02-03 20:21:25 +00007691 BuildMI(BB, dl, TII->get(X86::PHI), MI->getOperand(0).getReg())
Evan Cheng60c07e12006-07-05 22:17:51 +00007692 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
7693 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
7694
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007695 F->DeleteMachineInstr(MI); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +00007696 return BB;
7697 }
7698
Dale Johannesen849f2142007-07-03 00:53:03 +00007699 case X86::FP32_TO_INT16_IN_MEM:
7700 case X86::FP32_TO_INT32_IN_MEM:
7701 case X86::FP32_TO_INT64_IN_MEM:
7702 case X86::FP64_TO_INT16_IN_MEM:
7703 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +00007704 case X86::FP64_TO_INT64_IN_MEM:
7705 case X86::FP80_TO_INT16_IN_MEM:
7706 case X86::FP80_TO_INT32_IN_MEM:
7707 case X86::FP80_TO_INT64_IN_MEM: {
Evan Cheng60c07e12006-07-05 22:17:51 +00007708 // Change the floating point control register to use "round towards zero"
7709 // mode when truncating to an integer value.
7710 MachineFunction *F = BB->getParent();
7711 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2);
Dale Johannesene4d209d2009-02-03 20:21:25 +00007712 addFrameReference(BuildMI(BB, dl, TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007713
7714 // Load the old value of the high byte of the control word...
7715 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +00007716 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Scott Michelfdc40a02009-02-17 22:15:04 +00007717 addFrameReference(BuildMI(BB, dl, TII->get(X86::MOV16rm), OldCW),
Dale Johannesene4d209d2009-02-03 20:21:25 +00007718 CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007719
7720 // Set the high part to be round to zero...
Dale Johannesene4d209d2009-02-03 20:21:25 +00007721 addFrameReference(BuildMI(BB, dl, TII->get(X86::MOV16mi)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +00007722 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +00007723
7724 // Reload the modified control word now...
Dale Johannesene4d209d2009-02-03 20:21:25 +00007725 addFrameReference(BuildMI(BB, dl, TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007726
7727 // Restore the memory image of control word to original value
Dale Johannesene4d209d2009-02-03 20:21:25 +00007728 addFrameReference(BuildMI(BB, dl, TII->get(X86::MOV16mr)), CWFrameIdx)
Evan Chengc0f64ff2006-11-27 23:37:22 +00007729 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +00007730
7731 // Get the X86 opcode to use.
7732 unsigned Opc;
7733 switch (MI->getOpcode()) {
7734 default: assert(0 && "illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +00007735 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
7736 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
7737 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
7738 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
7739 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
7740 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +00007741 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
7742 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
7743 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +00007744 }
7745
7746 X86AddressMode AM;
7747 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +00007748 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +00007749 AM.BaseType = X86AddressMode::RegBase;
7750 AM.Base.Reg = Op.getReg();
7751 } else {
7752 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +00007753 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +00007754 }
7755 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +00007756 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +00007757 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +00007758 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +00007759 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +00007760 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +00007761 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +00007762 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +00007763 AM.GV = Op.getGlobal();
7764 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +00007765 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +00007766 }
Dale Johannesene4d209d2009-02-03 20:21:25 +00007767 addFullAddress(BuildMI(BB, dl, TII->get(Opc)), AM)
Rafael Espindola8ef2b892009-04-08 08:09:33 +00007768 .addReg(MI->getOperand(X86AddrNumOperands).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +00007769
7770 // Reload the original control word now.
Dale Johannesene4d209d2009-02-03 20:21:25 +00007771 addFrameReference(BuildMI(BB, dl, TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007772
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007773 F->DeleteMachineInstr(MI); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +00007774 return BB;
7775 }
Mon P Wang63307c32008-05-05 19:05:59 +00007776 case X86::ATOMAND32:
7777 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +00007778 X86::AND32ri, X86::MOV32rm,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007779 X86::LCMPXCHG32, X86::MOV32rr,
7780 X86::NOT32r, X86::EAX,
7781 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +00007782 case X86::ATOMOR32:
Scott Michelfdc40a02009-02-17 22:15:04 +00007783 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
7784 X86::OR32ri, X86::MOV32rm,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007785 X86::LCMPXCHG32, X86::MOV32rr,
7786 X86::NOT32r, X86::EAX,
7787 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +00007788 case X86::ATOMXOR32:
7789 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Scott Michelfdc40a02009-02-17 22:15:04 +00007790 X86::XOR32ri, X86::MOV32rm,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007791 X86::LCMPXCHG32, X86::MOV32rr,
7792 X86::NOT32r, X86::EAX,
7793 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007794 case X86::ATOMNAND32:
7795 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007796 X86::AND32ri, X86::MOV32rm,
7797 X86::LCMPXCHG32, X86::MOV32rr,
7798 X86::NOT32r, X86::EAX,
7799 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +00007800 case X86::ATOMMIN32:
7801 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
7802 case X86::ATOMMAX32:
7803 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
7804 case X86::ATOMUMIN32:
7805 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
7806 case X86::ATOMUMAX32:
7807 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +00007808
7809 case X86::ATOMAND16:
7810 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
7811 X86::AND16ri, X86::MOV16rm,
7812 X86::LCMPXCHG16, X86::MOV16rr,
7813 X86::NOT16r, X86::AX,
7814 X86::GR16RegisterClass);
7815 case X86::ATOMOR16:
Scott Michelfdc40a02009-02-17 22:15:04 +00007816 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007817 X86::OR16ri, X86::MOV16rm,
7818 X86::LCMPXCHG16, X86::MOV16rr,
7819 X86::NOT16r, X86::AX,
7820 X86::GR16RegisterClass);
7821 case X86::ATOMXOR16:
7822 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
7823 X86::XOR16ri, X86::MOV16rm,
7824 X86::LCMPXCHG16, X86::MOV16rr,
7825 X86::NOT16r, X86::AX,
7826 X86::GR16RegisterClass);
7827 case X86::ATOMNAND16:
7828 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
7829 X86::AND16ri, X86::MOV16rm,
7830 X86::LCMPXCHG16, X86::MOV16rr,
7831 X86::NOT16r, X86::AX,
7832 X86::GR16RegisterClass, true);
7833 case X86::ATOMMIN16:
7834 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
7835 case X86::ATOMMAX16:
7836 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
7837 case X86::ATOMUMIN16:
7838 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
7839 case X86::ATOMUMAX16:
7840 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
7841
7842 case X86::ATOMAND8:
7843 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
7844 X86::AND8ri, X86::MOV8rm,
7845 X86::LCMPXCHG8, X86::MOV8rr,
7846 X86::NOT8r, X86::AL,
7847 X86::GR8RegisterClass);
7848 case X86::ATOMOR8:
Scott Michelfdc40a02009-02-17 22:15:04 +00007849 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007850 X86::OR8ri, X86::MOV8rm,
7851 X86::LCMPXCHG8, X86::MOV8rr,
7852 X86::NOT8r, X86::AL,
7853 X86::GR8RegisterClass);
7854 case X86::ATOMXOR8:
7855 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
7856 X86::XOR8ri, X86::MOV8rm,
7857 X86::LCMPXCHG8, X86::MOV8rr,
7858 X86::NOT8r, X86::AL,
7859 X86::GR8RegisterClass);
7860 case X86::ATOMNAND8:
7861 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
7862 X86::AND8ri, X86::MOV8rm,
7863 X86::LCMPXCHG8, X86::MOV8rr,
7864 X86::NOT8r, X86::AL,
7865 X86::GR8RegisterClass, true);
7866 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007867 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +00007868 case X86::ATOMAND64:
7869 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +00007870 X86::AND64ri32, X86::MOV64rm,
Dale Johannesena99e3842008-08-20 00:48:50 +00007871 X86::LCMPXCHG64, X86::MOV64rr,
7872 X86::NOT64r, X86::RAX,
7873 X86::GR64RegisterClass);
7874 case X86::ATOMOR64:
Scott Michelfdc40a02009-02-17 22:15:04 +00007875 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
7876 X86::OR64ri32, X86::MOV64rm,
Dale Johannesena99e3842008-08-20 00:48:50 +00007877 X86::LCMPXCHG64, X86::MOV64rr,
7878 X86::NOT64r, X86::RAX,
7879 X86::GR64RegisterClass);
7880 case X86::ATOMXOR64:
7881 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
Scott Michelfdc40a02009-02-17 22:15:04 +00007882 X86::XOR64ri32, X86::MOV64rm,
Dale Johannesena99e3842008-08-20 00:48:50 +00007883 X86::LCMPXCHG64, X86::MOV64rr,
7884 X86::NOT64r, X86::RAX,
7885 X86::GR64RegisterClass);
7886 case X86::ATOMNAND64:
7887 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
7888 X86::AND64ri32, X86::MOV64rm,
7889 X86::LCMPXCHG64, X86::MOV64rr,
7890 X86::NOT64r, X86::RAX,
7891 X86::GR64RegisterClass, true);
7892 case X86::ATOMMIN64:
7893 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
7894 case X86::ATOMMAX64:
7895 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
7896 case X86::ATOMUMIN64:
7897 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
7898 case X86::ATOMUMAX64:
7899 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007900
7901 // This group does 64-bit operations on a 32-bit host.
7902 case X86::ATOMAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007903 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007904 X86::AND32rr, X86::AND32rr,
7905 X86::AND32ri, X86::AND32ri,
7906 false);
7907 case X86::ATOMOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007908 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007909 X86::OR32rr, X86::OR32rr,
7910 X86::OR32ri, X86::OR32ri,
7911 false);
7912 case X86::ATOMXOR6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007913 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007914 X86::XOR32rr, X86::XOR32rr,
7915 X86::XOR32ri, X86::XOR32ri,
7916 false);
7917 case X86::ATOMNAND6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007918 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007919 X86::AND32rr, X86::AND32rr,
7920 X86::AND32ri, X86::AND32ri,
7921 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007922 case X86::ATOMADD6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007923 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007924 X86::ADD32rr, X86::ADC32rr,
7925 X86::ADD32ri, X86::ADC32ri,
7926 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007927 case X86::ATOMSUB6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007928 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007929 X86::SUB32rr, X86::SBB32rr,
7930 X86::SUB32ri, X86::SBB32ri,
7931 false);
Dale Johannesen880ae362008-10-03 22:25:52 +00007932 case X86::ATOMSWAP6432:
Scott Michelfdc40a02009-02-17 22:15:04 +00007933 return EmitAtomicBit6432WithCustomInserter(MI, BB,
Dale Johannesen880ae362008-10-03 22:25:52 +00007934 X86::MOV32rr, X86::MOV32rr,
7935 X86::MOV32ri, X86::MOV32ri,
7936 false);
Evan Cheng60c07e12006-07-05 22:17:51 +00007937 }
7938}
7939
7940//===----------------------------------------------------------------------===//
7941// X86 Optimization Hooks
7942//===----------------------------------------------------------------------===//
7943
Dan Gohman475871a2008-07-27 21:46:04 +00007944void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +00007945 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00007946 APInt &KnownZero,
7947 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +00007948 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +00007949 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007950 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +00007951 assert((Opc >= ISD::BUILTIN_OP_END ||
7952 Opc == ISD::INTRINSIC_WO_CHAIN ||
7953 Opc == ISD::INTRINSIC_W_CHAIN ||
7954 Opc == ISD::INTRINSIC_VOID) &&
7955 "Should use MaskedValueIsZero if you don't know whether Op"
7956 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007957
Dan Gohmanf4f92f52008-02-13 23:07:24 +00007958 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007959 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +00007960 default: break;
Evan Cheng97d0e0e2009-02-02 09:15:04 +00007961 case X86ISD::ADD:
7962 case X86ISD::SUB:
7963 case X86ISD::SMUL:
7964 case X86ISD::UMUL:
Dan Gohman076aee32009-03-04 19:44:21 +00007965 case X86ISD::INC:
7966 case X86ISD::DEC:
Evan Cheng97d0e0e2009-02-02 09:15:04 +00007967 // These nodes' second result is a boolean.
7968 if (Op.getResNo() == 0)
7969 break;
7970 // Fallthrough
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007971 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00007972 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
7973 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +00007974 break;
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007975 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007976}
Chris Lattner259e97c2006-01-31 19:43:35 +00007977
Evan Cheng206ee9d2006-07-07 08:33:52 +00007978/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +00007979/// node is a GlobalAddress + offset.
7980bool X86TargetLowering::isGAPlusOffset(SDNode *N,
7981 GlobalValue* &GA, int64_t &Offset) const{
7982 if (N->getOpcode() == X86ISD::Wrapper) {
7983 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +00007984 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00007985 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +00007986 return true;
7987 }
Evan Cheng206ee9d2006-07-07 08:33:52 +00007988 }
Evan Chengad4196b2008-05-12 19:56:52 +00007989 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +00007990}
7991
Evan Chengad4196b2008-05-12 19:56:52 +00007992static bool isBaseAlignmentOfN(unsigned N, SDNode *Base,
7993 const TargetLowering &TLI) {
Evan Cheng206ee9d2006-07-07 08:33:52 +00007994 GlobalValue *GV;
Nick Lewycky916a9f02008-02-02 08:29:58 +00007995 int64_t Offset = 0;
Evan Chengad4196b2008-05-12 19:56:52 +00007996 if (TLI.isGAPlusOffset(Base, GV, Offset))
Evan Cheng7e2ff772008-05-08 00:57:18 +00007997 return (GV->getAlignment() >= N && (Offset % N) == 0);
Chris Lattnerba96fbc2008-01-26 20:07:42 +00007998 // DAG combine handles the stack object case.
Evan Cheng206ee9d2006-07-07 08:33:52 +00007999 return false;
8000}
8001
Rafael Espindola15684b22009-04-24 12:40:33 +00008002static bool EltsFromConsecutiveLoads(SDNode *N, SDValue PermMask,
Duncan Sands83ec4b62008-06-06 12:08:01 +00008003 unsigned NumElems, MVT EVT,
Evan Chengad4196b2008-05-12 19:56:52 +00008004 SDNode *&Base,
8005 SelectionDAG &DAG, MachineFrameInfo *MFI,
8006 const TargetLowering &TLI) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00008007 Base = NULL;
8008 for (unsigned i = 0; i < NumElems; ++i) {
Rafael Espindola15684b22009-04-24 12:40:33 +00008009 SDValue Idx = PermMask.getOperand(i);
8010 if (Idx.getOpcode() == ISD::UNDEF) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00008011 if (!Base)
8012 return false;
8013 continue;
8014 }
8015
Dan Gohman475871a2008-07-27 21:46:04 +00008016 SDValue Elt = DAG.getShuffleScalarElt(N, i);
Gabor Greifba36cb52008-08-28 21:40:38 +00008017 if (!Elt.getNode() ||
8018 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
Evan Cheng7e2ff772008-05-08 00:57:18 +00008019 return false;
8020 if (!Base) {
Gabor Greifba36cb52008-08-28 21:40:38 +00008021 Base = Elt.getNode();
Evan Cheng50d9e722008-05-10 06:46:49 +00008022 if (Base->getOpcode() == ISD::UNDEF)
8023 return false;
Evan Cheng7e2ff772008-05-08 00:57:18 +00008024 continue;
8025 }
8026 if (Elt.getOpcode() == ISD::UNDEF)
8027 continue;
8028
Gabor Greifba36cb52008-08-28 21:40:38 +00008029 if (!TLI.isConsecutiveLoad(Elt.getNode(), Base,
Duncan Sands83ec4b62008-06-06 12:08:01 +00008030 EVT.getSizeInBits()/8, i, MFI))
Evan Cheng7e2ff772008-05-08 00:57:18 +00008031 return false;
8032 }
8033 return true;
8034}
Evan Cheng206ee9d2006-07-07 08:33:52 +00008035
8036/// PerformShuffleCombine - Combine a vector_shuffle that is equal to
8037/// build_vector load1, load2, load3, load4, <0, 1, 2, 3> into a 128-bit load
8038/// if the load addresses are consecutive, non-overlapping, and in the right
Mon P Wang1e955802009-04-03 02:43:30 +00008039/// order. In the case of v2i64, it will see if it can rewrite the
8040/// shuffle to be an appropriate build vector so it can take advantage of
8041// performBuildVectorCombine.
Dan Gohman475871a2008-07-27 21:46:04 +00008042static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Rafael Espindola15684b22009-04-24 12:40:33 +00008043 const TargetLowering &TLI) {
Dale Johannesene4d209d2009-02-03 20:21:25 +00008044 DebugLoc dl = N->getDebugLoc();
Duncan Sands83ec4b62008-06-06 12:08:01 +00008045 MVT VT = N->getValueType(0);
8046 MVT EVT = VT.getVectorElementType();
Rafael Espindola15684b22009-04-24 12:40:33 +00008047 SDValue PermMask = N->getOperand(2);
8048 unsigned NumElems = PermMask.getNumOperands();
Mon P Wang1e955802009-04-03 02:43:30 +00008049
8050 // For x86-32 machines, if we see an insert and then a shuffle in a v2i64
8051 // where the upper half is 0, it is advantageous to rewrite it as a build
8052 // vector of (0, val) so it can use movq.
8053 if (VT == MVT::v2i64) {
8054 SDValue In[2];
8055 In[0] = N->getOperand(0);
8056 In[1] = N->getOperand(1);
Rafael Espindola15684b22009-04-24 12:40:33 +00008057 unsigned Idx0 =cast<ConstantSDNode>(PermMask.getOperand(0))->getZExtValue();
8058 unsigned Idx1 =cast<ConstantSDNode>(PermMask.getOperand(1))->getZExtValue();
8059 if (In[0].getValueType().getVectorNumElements() == NumElems &&
Mon P Wang1e955802009-04-03 02:43:30 +00008060 In[Idx0/2].getOpcode() == ISD::INSERT_VECTOR_ELT &&
8061 In[Idx1/2].getOpcode() == ISD::BUILD_VECTOR) {
8062 ConstantSDNode* InsertVecIdx =
8063 dyn_cast<ConstantSDNode>(In[Idx0/2].getOperand(2));
8064 if (InsertVecIdx &&
8065 InsertVecIdx->getZExtValue() == (Idx0 % 2) &&
8066 isZeroNode(In[Idx1/2].getOperand(Idx1 % 2))) {
8067 return DAG.getNode(ISD::BUILD_VECTOR, dl, VT,
8068 In[Idx0/2].getOperand(1),
8069 In[Idx1/2].getOperand(Idx1 % 2));
8070 }
8071 }
8072 }
8073
8074 // Try to combine a vector_shuffle into a 128-bit load.
8075 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Evan Cheng206ee9d2006-07-07 08:33:52 +00008076 SDNode *Base = NULL;
Evan Chengad4196b2008-05-12 19:56:52 +00008077 if (!EltsFromConsecutiveLoads(N, PermMask, NumElems, EVT, Base,
8078 DAG, MFI, TLI))
Dan Gohman475871a2008-07-27 21:46:04 +00008079 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +00008080
Dan Gohmand3006222007-07-27 17:16:43 +00008081 LoadSDNode *LD = cast<LoadSDNode>(Base);
Gabor Greifba36cb52008-08-28 21:40:38 +00008082 if (isBaseAlignmentOfN(16, Base->getOperand(1).getNode(), TLI))
Dale Johannesene4d209d2009-02-03 20:21:25 +00008083 return DAG.getLoad(VT, dl, LD->getChain(), LD->getBasePtr(),
Scott Michelfdc40a02009-02-17 22:15:04 +00008084 LD->getSrcValue(), LD->getSrcValueOffset(),
Dale Johannesene4d209d2009-02-03 20:21:25 +00008085 LD->isVolatile());
8086 return DAG.getLoad(VT, dl, LD->getChain(), LD->getBasePtr(),
8087 LD->getSrcValue(), LD->getSrcValueOffset(),
8088 LD->isVolatile(), LD->getAlignment());
Evan Cheng206ee9d2006-07-07 08:33:52 +00008089}
8090
Evan Cheng9bfa03c2008-05-12 23:04:07 +00008091/// PerformBuildVectorCombine - build_vector 0,(load i64 / f64) -> movq / movsd.
Dan Gohman475871a2008-07-27 21:46:04 +00008092static SDValue PerformBuildVectorCombine(SDNode *N, SelectionDAG &DAG,
Dan Gohmane5af2d32009-01-29 01:59:02 +00008093 TargetLowering::DAGCombinerInfo &DCI,
Evan Cheng8a186ae2008-09-24 23:26:36 +00008094 const X86Subtarget *Subtarget,
8095 const TargetLowering &TLI) {
Evan Chengf26ffe92008-05-29 08:22:04 +00008096 unsigned NumOps = N->getNumOperands();
Dale Johannesene4d209d2009-02-03 20:21:25 +00008097 DebugLoc dl = N->getDebugLoc();
Evan Chengf26ffe92008-05-29 08:22:04 +00008098
Evan Chengd880b972008-05-09 21:53:03 +00008099 // Ignore single operand BUILD_VECTOR.
Evan Chengf26ffe92008-05-29 08:22:04 +00008100 if (NumOps == 1)
Dan Gohman475871a2008-07-27 21:46:04 +00008101 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00008102
Duncan Sands83ec4b62008-06-06 12:08:01 +00008103 MVT VT = N->getValueType(0);
8104 MVT EVT = VT.getVectorElementType();
Evan Chengd880b972008-05-09 21:53:03 +00008105 if ((EVT != MVT::i64 && EVT != MVT::f64) || Subtarget->is64Bit())
8106 // We are looking for load i64 and zero extend. We want to transform
8107 // it before legalizer has a chance to expand it. Also look for i64
8108 // BUILD_PAIR bit casted to f64.
Dan Gohman475871a2008-07-27 21:46:04 +00008109 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00008110 // This must be an insertion into a zero vector.
Dan Gohman475871a2008-07-27 21:46:04 +00008111 SDValue HighElt = N->getOperand(1);
Evan Cheng25210da2008-05-10 00:58:41 +00008112 if (!isZeroNode(HighElt))
Dan Gohman475871a2008-07-27 21:46:04 +00008113 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00008114
8115 // Value must be a load.
Gabor Greifba36cb52008-08-28 21:40:38 +00008116 SDNode *Base = N->getOperand(0).getNode();
Evan Chengd880b972008-05-09 21:53:03 +00008117 if (!isa<LoadSDNode>(Base)) {
Evan Cheng9bfa03c2008-05-12 23:04:07 +00008118 if (Base->getOpcode() != ISD::BIT_CONVERT)
Dan Gohman475871a2008-07-27 21:46:04 +00008119 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00008120 Base = Base->getOperand(0).getNode();
Evan Cheng9bfa03c2008-05-12 23:04:07 +00008121 if (!isa<LoadSDNode>(Base))
Dan Gohman475871a2008-07-27 21:46:04 +00008122 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00008123 }
Evan Chengd880b972008-05-09 21:53:03 +00008124
8125 // Transform it into VZEXT_LOAD addr.
Evan Cheng9bfa03c2008-05-12 23:04:07 +00008126 LoadSDNode *LD = cast<LoadSDNode>(Base);
Scott Michelfdc40a02009-02-17 22:15:04 +00008127
Nate Begemanf7333bf2008-05-28 00:24:25 +00008128 // Load must not be an extload.
8129 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
Dan Gohman475871a2008-07-27 21:46:04 +00008130 return SDValue();
Mon P Wang7ad9b512009-01-30 07:07:40 +00008131
8132 // Load type should legal type so we don't have to legalize it.
8133 if (!TLI.isTypeLegal(VT))
8134 return SDValue();
8135
Evan Cheng8a186ae2008-09-24 23:26:36 +00008136 SDVTList Tys = DAG.getVTList(VT, MVT::Other);
8137 SDValue Ops[] = { LD->getChain(), LD->getBasePtr() };
Dale Johannesene4d209d2009-02-03 20:21:25 +00008138 SDValue ResNode = DAG.getNode(X86ISD::VZEXT_LOAD, dl, Tys, Ops, 2);
Dan Gohmane5af2d32009-01-29 01:59:02 +00008139 TargetLowering::TargetLoweringOpt TLO(DAG);
8140 TLO.CombineTo(SDValue(Base, 1), ResNode.getValue(1));
8141 DCI.CommitTargetLoweringOpt(TLO);
Evan Cheng8a186ae2008-09-24 23:26:36 +00008142 return ResNode;
Scott Michelfdc40a02009-02-17 22:15:04 +00008143}
Evan Chengd880b972008-05-09 21:53:03 +00008144
Chris Lattner83e6c992006-10-04 06:57:07 +00008145/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00008146static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner47b4ce82009-03-11 05:48:52 +00008147 const X86Subtarget *Subtarget) {
8148 DebugLoc DL = N->getDebugLoc();
Dan Gohman475871a2008-07-27 21:46:04 +00008149 SDValue Cond = N->getOperand(0);
Chris Lattner47b4ce82009-03-11 05:48:52 +00008150 // Get the LHS/RHS of the select.
8151 SDValue LHS = N->getOperand(1);
8152 SDValue RHS = N->getOperand(2);
8153
Chris Lattner83e6c992006-10-04 06:57:07 +00008154 // If we have SSE[12] support, try to form min/max nodes.
8155 if (Subtarget->hasSSE2() &&
Chris Lattner47b4ce82009-03-11 05:48:52 +00008156 (LHS.getValueType() == MVT::f32 || LHS.getValueType() == MVT::f64) &&
8157 Cond.getOpcode() == ISD::SETCC) {
8158 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008159
Chris Lattner47b4ce82009-03-11 05:48:52 +00008160 unsigned Opcode = 0;
8161 if (LHS == Cond.getOperand(0) && RHS == Cond.getOperand(1)) {
8162 switch (CC) {
8163 default: break;
8164 case ISD::SETOLE: // (X <= Y) ? X : Y -> min
8165 case ISD::SETULE:
8166 case ISD::SETLE:
8167 if (!UnsafeFPMath) break;
8168 // FALL THROUGH.
8169 case ISD::SETOLT: // (X olt/lt Y) ? X : Y -> min
8170 case ISD::SETLT:
8171 Opcode = X86ISD::FMIN;
8172 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008173
Chris Lattner47b4ce82009-03-11 05:48:52 +00008174 case ISD::SETOGT: // (X > Y) ? X : Y -> max
8175 case ISD::SETUGT:
8176 case ISD::SETGT:
8177 if (!UnsafeFPMath) break;
8178 // FALL THROUGH.
8179 case ISD::SETUGE: // (X uge/ge Y) ? X : Y -> max
8180 case ISD::SETGE:
8181 Opcode = X86ISD::FMAX;
8182 break;
Chris Lattner83e6c992006-10-04 06:57:07 +00008183 }
Chris Lattner47b4ce82009-03-11 05:48:52 +00008184 } else if (LHS == Cond.getOperand(1) && RHS == Cond.getOperand(0)) {
8185 switch (CC) {
8186 default: break;
8187 case ISD::SETOGT: // (X > Y) ? Y : X -> min
8188 case ISD::SETUGT:
8189 case ISD::SETGT:
8190 if (!UnsafeFPMath) break;
8191 // FALL THROUGH.
8192 case ISD::SETUGE: // (X uge/ge Y) ? Y : X -> min
8193 case ISD::SETGE:
8194 Opcode = X86ISD::FMIN;
8195 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008196
Chris Lattner47b4ce82009-03-11 05:48:52 +00008197 case ISD::SETOLE: // (X <= Y) ? Y : X -> max
8198 case ISD::SETULE:
8199 case ISD::SETLE:
8200 if (!UnsafeFPMath) break;
8201 // FALL THROUGH.
8202 case ISD::SETOLT: // (X olt/lt Y) ? Y : X -> max
8203 case ISD::SETLT:
8204 Opcode = X86ISD::FMAX;
8205 break;
8206 }
Chris Lattner83e6c992006-10-04 06:57:07 +00008207 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008208
Chris Lattner47b4ce82009-03-11 05:48:52 +00008209 if (Opcode)
8210 return DAG.getNode(Opcode, DL, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +00008211 }
Chris Lattner47b4ce82009-03-11 05:48:52 +00008212
Chris Lattnerd1980a52009-03-12 06:52:53 +00008213 // If this is a select between two integer constants, try to do some
8214 // optimizations.
Chris Lattnercee56e72009-03-13 05:53:31 +00008215 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(LHS)) {
8216 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(RHS))
Chris Lattnerd1980a52009-03-12 06:52:53 +00008217 // Don't do this for crazy integer types.
8218 if (DAG.getTargetLoweringInfo().isTypeLegal(LHS.getValueType())) {
8219 // If this is efficiently invertible, canonicalize the LHSC/RHSC values
Chris Lattnercee56e72009-03-13 05:53:31 +00008220 // so that TrueC (the true value) is larger than FalseC.
Chris Lattnerd1980a52009-03-12 06:52:53 +00008221 bool NeedsCondInvert = false;
8222
Chris Lattnercee56e72009-03-13 05:53:31 +00008223 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue()) &&
Chris Lattnerd1980a52009-03-12 06:52:53 +00008224 // Efficiently invertible.
8225 (Cond.getOpcode() == ISD::SETCC || // setcc -> invertible.
8226 (Cond.getOpcode() == ISD::XOR && // xor(X, C) -> invertible.
8227 isa<ConstantSDNode>(Cond.getOperand(1))))) {
8228 NeedsCondInvert = true;
Chris Lattnercee56e72009-03-13 05:53:31 +00008229 std::swap(TrueC, FalseC);
Chris Lattnerd1980a52009-03-12 06:52:53 +00008230 }
8231
8232 // Optimize C ? 8 : 0 -> zext(C) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +00008233 if (FalseC->getAPIntValue() == 0 &&
8234 TrueC->getAPIntValue().isPowerOf2()) {
Chris Lattnerd1980a52009-03-12 06:52:53 +00008235 if (NeedsCondInvert) // Invert the condition if needed.
8236 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
8237 DAG.getConstant(1, Cond.getValueType()));
8238
8239 // Zero extend the condition if needed.
8240 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, LHS.getValueType(), Cond);
8241
Chris Lattnercee56e72009-03-13 05:53:31 +00008242 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
Chris Lattnerd1980a52009-03-12 06:52:53 +00008243 return DAG.getNode(ISD::SHL, DL, LHS.getValueType(), Cond,
8244 DAG.getConstant(ShAmt, MVT::i8));
8245 }
Chris Lattner97a29a52009-03-13 05:22:11 +00008246
8247 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst.
Chris Lattnercee56e72009-03-13 05:53:31 +00008248 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
Chris Lattner97a29a52009-03-13 05:22:11 +00008249 if (NeedsCondInvert) // Invert the condition if needed.
8250 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
8251 DAG.getConstant(1, Cond.getValueType()));
8252
8253 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +00008254 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
8255 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +00008256 return DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
Chris Lattnercee56e72009-03-13 05:53:31 +00008257 SDValue(FalseC, 0));
Chris Lattner97a29a52009-03-13 05:22:11 +00008258 }
Chris Lattnercee56e72009-03-13 05:53:31 +00008259
8260 // Optimize cases that will turn into an LEA instruction. This requires
8261 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
8262 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
8263 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
8264 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
8265
8266 bool isFastMultiplier = false;
8267 if (Diff < 10) {
8268 switch ((unsigned char)Diff) {
8269 default: break;
8270 case 1: // result = add base, cond
8271 case 2: // result = lea base( , cond*2)
8272 case 3: // result = lea base(cond, cond*2)
8273 case 4: // result = lea base( , cond*4)
8274 case 5: // result = lea base(cond, cond*4)
8275 case 8: // result = lea base( , cond*8)
8276 case 9: // result = lea base(cond, cond*8)
8277 isFastMultiplier = true;
8278 break;
8279 }
8280 }
8281
8282 if (isFastMultiplier) {
8283 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
8284 if (NeedsCondInvert) // Invert the condition if needed.
8285 Cond = DAG.getNode(ISD::XOR, DL, Cond.getValueType(), Cond,
8286 DAG.getConstant(1, Cond.getValueType()));
8287
8288 // Zero extend the condition if needed.
8289 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
8290 Cond);
8291 // Scale the condition by the difference.
8292 if (Diff != 1)
8293 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
8294 DAG.getConstant(Diff, Cond.getValueType()));
8295
8296 // Add the base if non-zero.
8297 if (FalseC->getAPIntValue() != 0)
8298 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
8299 SDValue(FalseC, 0));
8300 return Cond;
8301 }
8302 }
Chris Lattnerd1980a52009-03-12 06:52:53 +00008303 }
8304 }
8305
Dan Gohman475871a2008-07-27 21:46:04 +00008306 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +00008307}
8308
Chris Lattnerd1980a52009-03-12 06:52:53 +00008309/// Optimize X86ISD::CMOV [LHS, RHS, CONDCODE (e.g. X86::COND_NE), CONDVAL]
8310static SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG,
8311 TargetLowering::DAGCombinerInfo &DCI) {
8312 DebugLoc DL = N->getDebugLoc();
8313
8314 // If the flag operand isn't dead, don't touch this CMOV.
8315 if (N->getNumValues() == 2 && !SDValue(N, 1).use_empty())
8316 return SDValue();
8317
8318 // If this is a select between two integer constants, try to do some
8319 // optimizations. Note that the operands are ordered the opposite of SELECT
8320 // operands.
8321 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(N->getOperand(1))) {
8322 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
8323 // Canonicalize the TrueC/FalseC values so that TrueC (the true value) is
8324 // larger than FalseC (the false value).
8325 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
8326
8327 if (TrueC->getAPIntValue().ult(FalseC->getAPIntValue())) {
8328 CC = X86::GetOppositeBranchCondition(CC);
8329 std::swap(TrueC, FalseC);
8330 }
8331
8332 // Optimize C ? 8 : 0 -> zext(setcc(C)) << 3. Likewise for any pow2/0.
Chris Lattnercee56e72009-03-13 05:53:31 +00008333 // This is efficient for any integer data type (including i8/i16) and
8334 // shift amount.
Chris Lattnerd1980a52009-03-12 06:52:53 +00008335 if (FalseC->getAPIntValue() == 0 && TrueC->getAPIntValue().isPowerOf2()) {
8336 SDValue Cond = N->getOperand(3);
8337 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
8338 DAG.getConstant(CC, MVT::i8), Cond);
8339
8340 // Zero extend the condition if needed.
8341 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, TrueC->getValueType(0), Cond);
8342
8343 unsigned ShAmt = TrueC->getAPIntValue().logBase2();
8344 Cond = DAG.getNode(ISD::SHL, DL, Cond.getValueType(), Cond,
8345 DAG.getConstant(ShAmt, MVT::i8));
8346 if (N->getNumValues() == 2) // Dead flag value?
8347 return DCI.CombineTo(N, Cond, SDValue());
8348 return Cond;
8349 }
Chris Lattnercee56e72009-03-13 05:53:31 +00008350
8351 // Optimize Cond ? cst+1 : cst -> zext(setcc(C)+cst. This is efficient
8352 // for any integer data type, including i8/i16.
Chris Lattner97a29a52009-03-13 05:22:11 +00008353 if (FalseC->getAPIntValue()+1 == TrueC->getAPIntValue()) {
8354 SDValue Cond = N->getOperand(3);
8355 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
8356 DAG.getConstant(CC, MVT::i8), Cond);
8357
8358 // Zero extend the condition if needed.
Chris Lattnercee56e72009-03-13 05:53:31 +00008359 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL,
8360 FalseC->getValueType(0), Cond);
Chris Lattner97a29a52009-03-13 05:22:11 +00008361 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
8362 SDValue(FalseC, 0));
Chris Lattnercee56e72009-03-13 05:53:31 +00008363
Chris Lattner97a29a52009-03-13 05:22:11 +00008364 if (N->getNumValues() == 2) // Dead flag value?
8365 return DCI.CombineTo(N, Cond, SDValue());
8366 return Cond;
8367 }
Chris Lattnercee56e72009-03-13 05:53:31 +00008368
8369 // Optimize cases that will turn into an LEA instruction. This requires
8370 // an i32 or i64 and an efficient multiplier (1, 2, 3, 4, 5, 8, 9).
8371 if (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i64) {
8372 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
8373 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
8374
8375 bool isFastMultiplier = false;
8376 if (Diff < 10) {
8377 switch ((unsigned char)Diff) {
8378 default: break;
8379 case 1: // result = add base, cond
8380 case 2: // result = lea base( , cond*2)
8381 case 3: // result = lea base(cond, cond*2)
8382 case 4: // result = lea base( , cond*4)
8383 case 5: // result = lea base(cond, cond*4)
8384 case 8: // result = lea base( , cond*8)
8385 case 9: // result = lea base(cond, cond*8)
8386 isFastMultiplier = true;
8387 break;
8388 }
8389 }
8390
8391 if (isFastMultiplier) {
8392 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
8393 SDValue Cond = N->getOperand(3);
8394 Cond = DAG.getNode(X86ISD::SETCC, DL, MVT::i8,
8395 DAG.getConstant(CC, MVT::i8), Cond);
8396 // Zero extend the condition if needed.
8397 Cond = DAG.getNode(ISD::ZERO_EXTEND, DL, FalseC->getValueType(0),
8398 Cond);
8399 // Scale the condition by the difference.
8400 if (Diff != 1)
8401 Cond = DAG.getNode(ISD::MUL, DL, Cond.getValueType(), Cond,
8402 DAG.getConstant(Diff, Cond.getValueType()));
8403
8404 // Add the base if non-zero.
8405 if (FalseC->getAPIntValue() != 0)
8406 Cond = DAG.getNode(ISD::ADD, DL, Cond.getValueType(), Cond,
8407 SDValue(FalseC, 0));
8408 if (N->getNumValues() == 2) // Dead flag value?
8409 return DCI.CombineTo(N, Cond, SDValue());
8410 return Cond;
8411 }
8412 }
Chris Lattnerd1980a52009-03-12 06:52:53 +00008413 }
8414 }
8415 return SDValue();
8416}
8417
8418
Evan Cheng0b0cd912009-03-28 05:57:29 +00008419/// PerformMulCombine - Optimize a single multiply with constant into two
8420/// in order to implement it with two cheaper instructions, e.g.
8421/// LEA + SHL, LEA + LEA.
8422static SDValue PerformMulCombine(SDNode *N, SelectionDAG &DAG,
8423 TargetLowering::DAGCombinerInfo &DCI) {
8424 if (DAG.getMachineFunction().
8425 getFunction()->hasFnAttr(Attribute::OptimizeForSize))
8426 return SDValue();
8427
8428 if (DCI.isBeforeLegalize() || DCI.isCalledByLegalizer())
8429 return SDValue();
8430
8431 MVT VT = N->getValueType(0);
8432 if (VT != MVT::i64)
8433 return SDValue();
8434
8435 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
8436 if (!C)
8437 return SDValue();
8438 uint64_t MulAmt = C->getZExtValue();
8439 if (isPowerOf2_64(MulAmt) || MulAmt == 3 || MulAmt == 5 || MulAmt == 9)
8440 return SDValue();
8441
8442 uint64_t MulAmt1 = 0;
8443 uint64_t MulAmt2 = 0;
8444 if ((MulAmt % 9) == 0) {
8445 MulAmt1 = 9;
8446 MulAmt2 = MulAmt / 9;
8447 } else if ((MulAmt % 5) == 0) {
8448 MulAmt1 = 5;
8449 MulAmt2 = MulAmt / 5;
8450 } else if ((MulAmt % 3) == 0) {
8451 MulAmt1 = 3;
8452 MulAmt2 = MulAmt / 3;
8453 }
8454 if (MulAmt2 &&
8455 (isPowerOf2_64(MulAmt2) || MulAmt2 == 3 || MulAmt2 == 5 || MulAmt2 == 9)){
8456 DebugLoc DL = N->getDebugLoc();
8457
8458 if (isPowerOf2_64(MulAmt2) &&
8459 !(N->hasOneUse() && N->use_begin()->getOpcode() == ISD::ADD))
8460 // If second multiplifer is pow2, issue it first. We want the multiply by
8461 // 3, 5, or 9 to be folded into the addressing mode unless the lone use
8462 // is an add.
8463 std::swap(MulAmt1, MulAmt2);
8464
8465 SDValue NewMul;
8466 if (isPowerOf2_64(MulAmt1))
8467 NewMul = DAG.getNode(ISD::SHL, DL, VT, N->getOperand(0),
8468 DAG.getConstant(Log2_64(MulAmt1), MVT::i8));
8469 else
Evan Cheng73f24c92009-03-30 21:36:47 +00008470 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0),
Evan Cheng0b0cd912009-03-28 05:57:29 +00008471 DAG.getConstant(MulAmt1, VT));
8472
8473 if (isPowerOf2_64(MulAmt2))
8474 NewMul = DAG.getNode(ISD::SHL, DL, VT, NewMul,
8475 DAG.getConstant(Log2_64(MulAmt2), MVT::i8));
8476 else
Evan Cheng73f24c92009-03-30 21:36:47 +00008477 NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, NewMul,
Evan Cheng0b0cd912009-03-28 05:57:29 +00008478 DAG.getConstant(MulAmt2, VT));
8479
8480 // Do not add new nodes to DAG combiner worklist.
8481 DCI.CombineTo(N, NewMul, false);
8482 }
8483 return SDValue();
8484}
8485
8486
Nate Begeman740ab032009-01-26 00:52:55 +00008487/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
8488/// when possible.
8489static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
8490 const X86Subtarget *Subtarget) {
8491 // On X86 with SSE2 support, we can transform this to a vector shift if
8492 // all elements are shifted by the same amount. We can't do this in legalize
8493 // because the a constant vector is typically transformed to a constant pool
8494 // so we have no knowledge of the shift amount.
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008495 if (!Subtarget->hasSSE2())
8496 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00008497
Nate Begeman740ab032009-01-26 00:52:55 +00008498 MVT VT = N->getValueType(0);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008499 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
8500 return SDValue();
Scott Michelfdc40a02009-02-17 22:15:04 +00008501
Mon P Wang3becd092009-01-28 08:12:05 +00008502 SDValue ShAmtOp = N->getOperand(1);
8503 MVT EltVT = VT.getVectorElementType();
Chris Lattner47b4ce82009-03-11 05:48:52 +00008504 DebugLoc DL = N->getDebugLoc();
Mon P Wang3becd092009-01-28 08:12:05 +00008505 SDValue BaseShAmt;
8506 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
8507 unsigned NumElts = VT.getVectorNumElements();
8508 unsigned i = 0;
8509 for (; i != NumElts; ++i) {
8510 SDValue Arg = ShAmtOp.getOperand(i);
8511 if (Arg.getOpcode() == ISD::UNDEF) continue;
8512 BaseShAmt = Arg;
8513 break;
8514 }
8515 for (; i != NumElts; ++i) {
8516 SDValue Arg = ShAmtOp.getOperand(i);
8517 if (Arg.getOpcode() == ISD::UNDEF) continue;
8518 if (Arg != BaseShAmt) {
8519 return SDValue();
8520 }
8521 }
8522 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
Rafael Espindola15684b22009-04-24 12:40:33 +00008523 isSplatMask(ShAmtOp.getOperand(2).getNode())) {
8524 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, ShAmtOp,
8525 DAG.getIntPtrConstant(0));
Mon P Wang3becd092009-01-28 08:12:05 +00008526 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008527 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +00008528
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008529 if (EltVT.bitsGT(MVT::i32))
Chris Lattner47b4ce82009-03-11 05:48:52 +00008530 BaseShAmt = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008531 else if (EltVT.bitsLT(MVT::i32))
Chris Lattner47b4ce82009-03-11 05:48:52 +00008532 BaseShAmt = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +00008533
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008534 // The shift amount is identical so we can do a vector shift.
8535 SDValue ValOp = N->getOperand(0);
8536 switch (N->getOpcode()) {
8537 default:
8538 assert(0 && "Unknown shift opcode!");
8539 break;
8540 case ISD::SHL:
8541 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008542 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008543 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
8544 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008545 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008546 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008547 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
8548 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008549 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008550 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008551 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
8552 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008553 break;
8554 case ISD::SRA:
8555 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008556 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008557 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
8558 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008559 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008560 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008561 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
8562 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008563 break;
8564 case ISD::SRL:
8565 if (VT == MVT::v2i64)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008566 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008567 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
8568 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008569 if (VT == MVT::v4i32)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008570 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008571 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
8572 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008573 if (VT == MVT::v8i16)
Chris Lattner47b4ce82009-03-11 05:48:52 +00008574 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00008575 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
8576 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00008577 break;
Nate Begeman740ab032009-01-26 00:52:55 +00008578 }
8579 return SDValue();
8580}
8581
Chris Lattner149a4e52008-02-22 02:09:43 +00008582/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00008583static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng536e6672009-03-12 05:59:15 +00008584 const X86Subtarget *Subtarget) {
Chris Lattner149a4e52008-02-22 02:09:43 +00008585 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
8586 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +00008587 // A preferable solution to the general problem is to figure out the right
8588 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng536e6672009-03-12 05:59:15 +00008589
8590 // Similarly, turn load->store of i64 into double load/stores in 32-bit mode.
Evan Cheng7e2ff772008-05-08 00:57:18 +00008591 StoreSDNode *St = cast<StoreSDNode>(N);
Evan Cheng536e6672009-03-12 05:59:15 +00008592 MVT VT = St->getValue().getValueType();
8593 if (VT.getSizeInBits() != 64)
8594 return SDValue();
8595
8596 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloat && Subtarget->hasSSE2();
8597 if ((VT.isVector() ||
8598 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) &&
Dale Johannesen079f2a62008-02-25 19:20:14 +00008599 isa<LoadSDNode>(St->getValue()) &&
8600 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
8601 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +00008602 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +00008603 LoadSDNode *Ld = 0;
8604 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +00008605 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +00008606 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +00008607 // Must be a store of a load. We currently handle two cases: the load
8608 // is a direct child, and it's under an intervening TokenFactor. It is
8609 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +00008610 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +00008611 Ld = cast<LoadSDNode>(St->getChain());
8612 else if (St->getValue().hasOneUse() &&
8613 ChainVal->getOpcode() == ISD::TokenFactor) {
8614 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +00008615 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +00008616 TokenFactorIndex = i;
8617 Ld = cast<LoadSDNode>(St->getValue());
8618 } else
8619 Ops.push_back(ChainVal->getOperand(i));
8620 }
8621 }
Dale Johannesen079f2a62008-02-25 19:20:14 +00008622
Evan Cheng536e6672009-03-12 05:59:15 +00008623 if (!Ld || !ISD::isNormalLoad(Ld))
8624 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +00008625
Evan Cheng536e6672009-03-12 05:59:15 +00008626 // If this is not the MMX case, i.e. we are just turning i64 load/store
8627 // into f64 load/store, avoid the transformation if there are multiple
8628 // uses of the loaded value.
8629 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
8630 return SDValue();
Dale Johannesen079f2a62008-02-25 19:20:14 +00008631
Evan Cheng536e6672009-03-12 05:59:15 +00008632 DebugLoc LdDL = Ld->getDebugLoc();
8633 DebugLoc StDL = N->getDebugLoc();
8634 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
8635 // Otherwise, if it's legal to use f64 SSE instructions, use f64 load/store
8636 // pair instead.
8637 if (Subtarget->is64Bit() || F64IsLegal) {
8638 MVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
8639 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(),
8640 Ld->getBasePtr(), Ld->getSrcValue(),
8641 Ld->getSrcValueOffset(), Ld->isVolatile(),
8642 Ld->getAlignment());
8643 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +00008644 if (TokenFactorIndex != -1) {
Evan Cheng536e6672009-03-12 05:59:15 +00008645 Ops.push_back(NewChain);
8646 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
Dale Johannesen079f2a62008-02-25 19:20:14 +00008647 Ops.size());
8648 }
Evan Cheng536e6672009-03-12 05:59:15 +00008649 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
Chris Lattner149a4e52008-02-22 02:09:43 +00008650 St->getSrcValue(), St->getSrcValueOffset(),
8651 St->isVolatile(), St->getAlignment());
8652 }
Evan Cheng536e6672009-03-12 05:59:15 +00008653
8654 // Otherwise, lower to two pairs of 32-bit loads / stores.
8655 SDValue LoAddr = Ld->getBasePtr();
8656 SDValue HiAddr = DAG.getNode(ISD::ADD, LdDL, MVT::i32, LoAddr,
8657 DAG.getConstant(4, MVT::i32));
8658
8659 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr,
8660 Ld->getSrcValue(), Ld->getSrcValueOffset(),
8661 Ld->isVolatile(), Ld->getAlignment());
8662 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr,
8663 Ld->getSrcValue(), Ld->getSrcValueOffset()+4,
8664 Ld->isVolatile(),
8665 MinAlign(Ld->getAlignment(), 4));
8666
8667 SDValue NewChain = LoLd.getValue(1);
8668 if (TokenFactorIndex != -1) {
8669 Ops.push_back(LoLd);
8670 Ops.push_back(HiLd);
8671 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0],
8672 Ops.size());
8673 }
8674
8675 LoAddr = St->getBasePtr();
8676 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
8677 DAG.getConstant(4, MVT::i32));
8678
8679 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
8680 St->getSrcValue(), St->getSrcValueOffset(),
8681 St->isVolatile(), St->getAlignment());
8682 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
8683 St->getSrcValue(),
8684 St->getSrcValueOffset() + 4,
8685 St->isVolatile(),
8686 MinAlign(St->getAlignment(), 4));
8687 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +00008688 }
Dan Gohman475871a2008-07-27 21:46:04 +00008689 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +00008690}
8691
Chris Lattner6cf73262008-01-25 06:14:17 +00008692/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
8693/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00008694static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +00008695 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
8696 // F[X]OR(0.0, x) -> x
8697 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +00008698 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
8699 if (C->getValueAPF().isPosZero())
8700 return N->getOperand(1);
8701 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
8702 if (C->getValueAPF().isPosZero())
8703 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +00008704 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +00008705}
8706
8707/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00008708static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +00008709 // FAND(0.0, x) -> 0.0
8710 // FAND(x, 0.0) -> 0.0
8711 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
8712 if (C->getValueAPF().isPosZero())
8713 return N->getOperand(0);
8714 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
8715 if (C->getValueAPF().isPosZero())
8716 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +00008717 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +00008718}
8719
Dan Gohmane5af2d32009-01-29 01:59:02 +00008720static SDValue PerformBTCombine(SDNode *N,
8721 SelectionDAG &DAG,
8722 TargetLowering::DAGCombinerInfo &DCI) {
8723 // BT ignores high bits in the bit index operand.
8724 SDValue Op1 = N->getOperand(1);
8725 if (Op1.hasOneUse()) {
8726 unsigned BitWidth = Op1.getValueSizeInBits();
8727 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth));
8728 APInt KnownZero, KnownOne;
8729 TargetLowering::TargetLoweringOpt TLO(DAG);
8730 TargetLowering &TLI = DAG.getTargetLoweringInfo();
8731 if (TLO.ShrinkDemandedConstant(Op1, DemandedMask) ||
8732 TLI.SimplifyDemandedBits(Op1, DemandedMask, KnownZero, KnownOne, TLO))
8733 DCI.CommitTargetLoweringOpt(TLO);
8734 }
8735 return SDValue();
8736}
Chris Lattner83e6c992006-10-04 06:57:07 +00008737
Dan Gohman475871a2008-07-27 21:46:04 +00008738SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +00008739 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +00008740 SelectionDAG &DAG = DCI.DAG;
8741 switch (N->getOpcode()) {
8742 default: break;
Evan Chengad4196b2008-05-12 19:56:52 +00008743 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, *this);
8744 case ISD::BUILD_VECTOR:
Dan Gohmane5af2d32009-01-29 01:59:02 +00008745 return PerformBuildVectorCombine(N, DAG, DCI, Subtarget, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +00008746 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Chris Lattnerd1980a52009-03-12 06:52:53 +00008747 case X86ISD::CMOV: return PerformCMOVCombine(N, DAG, DCI);
Evan Cheng0b0cd912009-03-28 05:57:29 +00008748 case ISD::MUL: return PerformMulCombine(N, DAG, DCI);
Nate Begeman740ab032009-01-26 00:52:55 +00008749 case ISD::SHL:
8750 case ISD::SRA:
8751 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +00008752 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Chris Lattner6cf73262008-01-25 06:14:17 +00008753 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +00008754 case X86ISD::FOR: return PerformFORCombine(N, DAG);
8755 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Dan Gohmane5af2d32009-01-29 01:59:02 +00008756 case X86ISD::BT: return PerformBTCombine(N, DAG, DCI);
Evan Cheng206ee9d2006-07-07 08:33:52 +00008757 }
8758
Dan Gohman475871a2008-07-27 21:46:04 +00008759 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +00008760}
8761
Evan Cheng60c07e12006-07-05 22:17:51 +00008762//===----------------------------------------------------------------------===//
8763// X86 Inline Assembly Support
8764//===----------------------------------------------------------------------===//
8765
Chris Lattnerf4dff842006-07-11 02:54:03 +00008766/// getConstraintType - Given a constraint letter, return the type of
8767/// constraint it is for this target.
8768X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +00008769X86TargetLowering::getConstraintType(const std::string &Constraint) const {
8770 if (Constraint.size() == 1) {
8771 switch (Constraint[0]) {
8772 case 'A':
Dale Johannesen330169f2008-11-13 21:52:36 +00008773 return C_Register;
Chris Lattnerfce84ac2008-03-11 19:06:29 +00008774 case 'f':
Chris Lattner4234f572007-03-25 02:14:49 +00008775 case 'r':
8776 case 'R':
8777 case 'l':
8778 case 'q':
8779 case 'Q':
8780 case 'x':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +00008781 case 'y':
Chris Lattner4234f572007-03-25 02:14:49 +00008782 case 'Y':
8783 return C_RegisterClass;
Dale Johannesen78e3e522009-02-12 20:58:09 +00008784 case 'e':
8785 case 'Z':
8786 return C_Other;
Chris Lattner4234f572007-03-25 02:14:49 +00008787 default:
8788 break;
8789 }
Chris Lattnerf4dff842006-07-11 02:54:03 +00008790 }
Chris Lattner4234f572007-03-25 02:14:49 +00008791 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +00008792}
8793
Dale Johannesenba2a0b92008-01-29 02:21:21 +00008794/// LowerXConstraint - try to replace an X constraint, which matches anything,
8795/// with another that has more specific requirements based on the type of the
8796/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +00008797const char *X86TargetLowering::
Duncan Sands83ec4b62008-06-06 12:08:01 +00008798LowerXConstraint(MVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +00008799 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
8800 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +00008801 if (ConstraintVT.isFloatingPoint()) {
Dale Johannesenba2a0b92008-01-29 02:21:21 +00008802 if (Subtarget->hasSSE2())
Chris Lattner5e764232008-04-26 23:02:14 +00008803 return "Y";
8804 if (Subtarget->hasSSE1())
8805 return "x";
8806 }
Scott Michelfdc40a02009-02-17 22:15:04 +00008807
Chris Lattner5e764232008-04-26 23:02:14 +00008808 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +00008809}
8810
Chris Lattner48884cd2007-08-25 00:47:38 +00008811/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
8812/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +00008813void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Chris Lattner48884cd2007-08-25 00:47:38 +00008814 char Constraint,
Evan Chengda43bcf2008-09-24 00:05:32 +00008815 bool hasMemory,
Dan Gohman475871a2008-07-27 21:46:04 +00008816 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +00008817 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00008818 SDValue Result(0, 0);
Scott Michelfdc40a02009-02-17 22:15:04 +00008819
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008820 switch (Constraint) {
8821 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +00008822 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +00008823 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008824 if (C->getZExtValue() <= 31) {
8825 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +00008826 break;
8827 }
Devang Patel84f7fd22007-03-17 00:13:28 +00008828 }
Chris Lattner48884cd2007-08-25 00:47:38 +00008829 return;
Evan Cheng364091e2008-09-22 23:57:37 +00008830 case 'J':
8831 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
8832 if (C->getZExtValue() <= 63) {
8833 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
8834 break;
8835 }
8836 }
8837 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +00008838 case 'N':
8839 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008840 if (C->getZExtValue() <= 255) {
8841 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +00008842 break;
8843 }
Chris Lattner188b9fe2007-03-25 01:57:35 +00008844 }
Chris Lattner48884cd2007-08-25 00:47:38 +00008845 return;
Dale Johannesen78e3e522009-02-12 20:58:09 +00008846 case 'e': {
8847 // 32-bit signed value
8848 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
8849 const ConstantInt *CI = C->getConstantIntValue();
8850 if (CI->isValueValidForType(Type::Int32Ty, C->getSExtValue())) {
8851 // Widen to 64 bits here to get it sign extended.
8852 Result = DAG.getTargetConstant(C->getSExtValue(), MVT::i64);
8853 break;
8854 }
8855 // FIXME gcc accepts some relocatable values here too, but only in certain
8856 // memory models; it's complicated.
8857 }
8858 return;
8859 }
8860 case 'Z': {
8861 // 32-bit unsigned value
8862 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
8863 const ConstantInt *CI = C->getConstantIntValue();
8864 if (CI->isValueValidForType(Type::Int32Ty, C->getZExtValue())) {
8865 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
8866 break;
8867 }
8868 }
8869 // FIXME gcc accepts some relocatable values here too, but only in certain
8870 // memory models; it's complicated.
8871 return;
8872 }
Chris Lattnerdc43a882007-05-03 16:52:29 +00008873 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008874 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +00008875 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dale Johannesen78e3e522009-02-12 20:58:09 +00008876 // Widen to 64 bits here to get it sign extended.
8877 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);
Chris Lattner48884cd2007-08-25 00:47:38 +00008878 break;
8879 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008880
Chris Lattnerdc43a882007-05-03 16:52:29 +00008881 // If we are in non-pic codegen mode, we allow the address of a global (with
8882 // an optional displacement) to be used with 'i'.
8883 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op);
8884 int64_t Offset = 0;
Scott Michelfdc40a02009-02-17 22:15:04 +00008885
Chris Lattnerdc43a882007-05-03 16:52:29 +00008886 // Match either (GA) or (GA+C)
8887 if (GA) {
8888 Offset = GA->getOffset();
8889 } else if (Op.getOpcode() == ISD::ADD) {
8890 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
8891 GA = dyn_cast<GlobalAddressSDNode>(Op.getOperand(0));
8892 if (C && GA) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008893 Offset = GA->getOffset()+C->getZExtValue();
Chris Lattnerdc43a882007-05-03 16:52:29 +00008894 } else {
8895 C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
8896 GA = dyn_cast<GlobalAddressSDNode>(Op.getOperand(0));
8897 if (C && GA)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008898 Offset = GA->getOffset()+C->getZExtValue();
Chris Lattnerdc43a882007-05-03 16:52:29 +00008899 else
8900 C = 0, GA = 0;
8901 }
8902 }
Scott Michelfdc40a02009-02-17 22:15:04 +00008903
Chris Lattnerdc43a882007-05-03 16:52:29 +00008904 if (GA) {
Scott Michelfdc40a02009-02-17 22:15:04 +00008905 if (hasMemory)
Dale Johannesen6f38cb62009-02-07 19:59:05 +00008906 Op = LowerGlobalAddress(GA->getGlobal(), Op.getDebugLoc(),
Dale Johannesen33c960f2009-02-04 20:06:27 +00008907 Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00008908 else
8909 Op = DAG.getTargetGlobalAddress(GA->getGlobal(), GA->getValueType(0),
8910 Offset);
Chris Lattner48884cd2007-08-25 00:47:38 +00008911 Result = Op;
8912 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008913 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008914
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008915 // Otherwise, not valid for this mode.
Chris Lattner48884cd2007-08-25 00:47:38 +00008916 return;
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008917 }
Chris Lattnerdc43a882007-05-03 16:52:29 +00008918 }
Scott Michelfdc40a02009-02-17 22:15:04 +00008919
Gabor Greifba36cb52008-08-28 21:40:38 +00008920 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +00008921 Ops.push_back(Result);
8922 return;
8923 }
Evan Chengda43bcf2008-09-24 00:05:32 +00008924 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, hasMemory,
8925 Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008926}
8927
Chris Lattner259e97c2006-01-31 19:43:35 +00008928std::vector<unsigned> X86TargetLowering::
Chris Lattner1efa40f2006-02-22 00:56:39 +00008929getRegClassForInlineAsmConstraint(const std::string &Constraint,
Duncan Sands83ec4b62008-06-06 12:08:01 +00008930 MVT VT) const {
Chris Lattner259e97c2006-01-31 19:43:35 +00008931 if (Constraint.size() == 1) {
8932 // FIXME: not handling fp-stack yet!
Chris Lattner259e97c2006-01-31 19:43:35 +00008933 switch (Constraint[0]) { // GCC X86 Constraint Letters
Chris Lattnerf4dff842006-07-11 02:54:03 +00008934 default: break; // Unknown constraint letter
Chris Lattner259e97c2006-01-31 19:43:35 +00008935 case 'q': // Q_REGS (GENERAL_REGS in 64-bit mode)
8936 case 'Q': // Q_REGS
Chris Lattner80a7ecc2006-05-06 00:29:37 +00008937 if (VT == MVT::i32)
8938 return make_vector<unsigned>(X86::EAX, X86::EDX, X86::ECX, X86::EBX, 0);
8939 else if (VT == MVT::i16)
8940 return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX, 0);
8941 else if (VT == MVT::i8)
Evan Cheng12914382007-08-13 23:27:11 +00008942 return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL, 0);
Chris Lattner03e6c702007-11-04 06:51:12 +00008943 else if (VT == MVT::i64)
8944 return make_vector<unsigned>(X86::RAX, X86::RDX, X86::RCX, X86::RBX, 0);
8945 break;
Chris Lattner259e97c2006-01-31 19:43:35 +00008946 }
8947 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008948
Chris Lattner1efa40f2006-02-22 00:56:39 +00008949 return std::vector<unsigned>();
Chris Lattner259e97c2006-01-31 19:43:35 +00008950}
Chris Lattnerf76d1802006-07-31 23:26:50 +00008951
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008952std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +00008953X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Duncan Sands83ec4b62008-06-06 12:08:01 +00008954 MVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +00008955 // First, see if this is a constraint that directly corresponds to an LLVM
8956 // register class.
8957 if (Constraint.size() == 1) {
8958 // GCC Constraint Letters
8959 switch (Constraint[0]) {
8960 default: break;
Chris Lattner0f65cad2007-04-09 05:49:22 +00008961 case 'r': // GENERAL_REGS
8962 case 'R': // LEGACY_REGS
8963 case 'l': // INDEX_REGS
Chris Lattner1fa71982008-10-17 18:15:05 +00008964 if (VT == MVT::i8)
Chris Lattner0f65cad2007-04-09 05:49:22 +00008965 return std::make_pair(0U, X86::GR8RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +00008966 if (VT == MVT::i16)
8967 return std::make_pair(0U, X86::GR16RegisterClass);
8968 if (VT == MVT::i32 || !Subtarget->is64Bit())
Scott Michelfdc40a02009-02-17 22:15:04 +00008969 return std::make_pair(0U, X86::GR32RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +00008970 return std::make_pair(0U, X86::GR64RegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +00008971 case 'f': // FP Stack registers.
8972 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
8973 // value to the correct fpstack register class.
8974 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
8975 return std::make_pair(0U, X86::RFP32RegisterClass);
8976 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
8977 return std::make_pair(0U, X86::RFP64RegisterClass);
8978 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +00008979 case 'y': // MMX_REGS if MMX allowed.
8980 if (!Subtarget->hasMMX()) break;
8981 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +00008982 case 'Y': // SSE_REGS if SSE2 allowed
8983 if (!Subtarget->hasSSE2()) break;
8984 // FALL THROUGH.
8985 case 'x': // SSE_REGS if SSE1 allowed
8986 if (!Subtarget->hasSSE1()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008987
8988 switch (VT.getSimpleVT()) {
Chris Lattner0f65cad2007-04-09 05:49:22 +00008989 default: break;
8990 // Scalar SSE types.
8991 case MVT::f32:
8992 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +00008993 return std::make_pair(0U, X86::FR32RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +00008994 case MVT::f64:
8995 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +00008996 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +00008997 // Vector types.
Chris Lattner0f65cad2007-04-09 05:49:22 +00008998 case MVT::v16i8:
8999 case MVT::v8i16:
9000 case MVT::v4i32:
9001 case MVT::v2i64:
9002 case MVT::v4f32:
9003 case MVT::v2f64:
9004 return std::make_pair(0U, X86::VR128RegisterClass);
9005 }
Chris Lattnerad043e82007-04-09 05:11:28 +00009006 break;
9007 }
9008 }
Scott Michelfdc40a02009-02-17 22:15:04 +00009009
Chris Lattnerf76d1802006-07-31 23:26:50 +00009010 // Use the default implementation in TargetLowering to convert the register
9011 // constraint into a member of a register class.
9012 std::pair<unsigned, const TargetRegisterClass*> Res;
9013 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +00009014
9015 // Not found as a standard register?
9016 if (Res.second == 0) {
9017 // GCC calls "st(0)" just plain "st".
9018 if (StringsEqualNoCase("{st}", Constraint)) {
9019 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +00009020 Res.second = X86::RFP80RegisterClass;
Chris Lattner1a60aa72006-10-31 19:42:44 +00009021 }
Dale Johannesen330169f2008-11-13 21:52:36 +00009022 // 'A' means EAX + EDX.
9023 if (Constraint == "A") {
9024 Res.first = X86::EAX;
9025 Res.second = X86::GRADRegisterClass;
9026 }
Chris Lattner1a60aa72006-10-31 19:42:44 +00009027 return Res;
9028 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00009029
Chris Lattnerf76d1802006-07-31 23:26:50 +00009030 // Otherwise, check to see if this is a register class of the wrong value
9031 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
9032 // turn into {ax},{dx}.
9033 if (Res.second->hasType(VT))
9034 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00009035
Chris Lattnerf76d1802006-07-31 23:26:50 +00009036 // All of the single-register GCC register classes map their values onto
9037 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
9038 // really want an 8-bit or 32-bit register, map to the appropriate register
9039 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +00009040 if (Res.second == X86::GR16RegisterClass) {
9041 if (VT == MVT::i8) {
9042 unsigned DestReg = 0;
9043 switch (Res.first) {
9044 default: break;
9045 case X86::AX: DestReg = X86::AL; break;
9046 case X86::DX: DestReg = X86::DL; break;
9047 case X86::CX: DestReg = X86::CL; break;
9048 case X86::BX: DestReg = X86::BL; break;
9049 }
9050 if (DestReg) {
9051 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +00009052 Res.second = X86::GR8RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +00009053 }
9054 } else if (VT == MVT::i32) {
9055 unsigned DestReg = 0;
9056 switch (Res.first) {
9057 default: break;
9058 case X86::AX: DestReg = X86::EAX; break;
9059 case X86::DX: DestReg = X86::EDX; break;
9060 case X86::CX: DestReg = X86::ECX; break;
9061 case X86::BX: DestReg = X86::EBX; break;
9062 case X86::SI: DestReg = X86::ESI; break;
9063 case X86::DI: DestReg = X86::EDI; break;
9064 case X86::BP: DestReg = X86::EBP; break;
9065 case X86::SP: DestReg = X86::ESP; break;
9066 }
9067 if (DestReg) {
9068 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +00009069 Res.second = X86::GR32RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +00009070 }
9071 } else if (VT == MVT::i64) {
9072 unsigned DestReg = 0;
9073 switch (Res.first) {
9074 default: break;
9075 case X86::AX: DestReg = X86::RAX; break;
9076 case X86::DX: DestReg = X86::RDX; break;
9077 case X86::CX: DestReg = X86::RCX; break;
9078 case X86::BX: DestReg = X86::RBX; break;
9079 case X86::SI: DestReg = X86::RSI; break;
9080 case X86::DI: DestReg = X86::RDI; break;
9081 case X86::BP: DestReg = X86::RBP; break;
9082 case X86::SP: DestReg = X86::RSP; break;
9083 }
9084 if (DestReg) {
9085 Res.first = DestReg;
Duncan Sands005e7982009-04-21 09:44:39 +00009086 Res.second = X86::GR64RegisterClass;
Chris Lattner6ba50a92008-08-26 06:19:02 +00009087 }
Chris Lattnerf76d1802006-07-31 23:26:50 +00009088 }
Chris Lattner6ba50a92008-08-26 06:19:02 +00009089 } else if (Res.second == X86::FR32RegisterClass ||
9090 Res.second == X86::FR64RegisterClass ||
9091 Res.second == X86::VR128RegisterClass) {
9092 // Handle references to XMM physical registers that got mapped into the
9093 // wrong class. This can happen with constraints like {xmm0} where the
9094 // target independent register mapper will just pick the first match it can
9095 // find, ignoring the required type.
9096 if (VT == MVT::f32)
9097 Res.second = X86::FR32RegisterClass;
9098 else if (VT == MVT::f64)
9099 Res.second = X86::FR64RegisterClass;
9100 else if (X86::VR128RegisterClass->hasType(VT))
9101 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +00009102 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00009103
Chris Lattnerf76d1802006-07-31 23:26:50 +00009104 return Res;
9105}
Mon P Wang0c397192008-10-30 08:01:45 +00009106
9107//===----------------------------------------------------------------------===//
9108// X86 Widen vector type
9109//===----------------------------------------------------------------------===//
9110
9111/// getWidenVectorType: given a vector type, returns the type to widen
9112/// to (e.g., v7i8 to v8i8). If the vector type is legal, it returns itself.
9113/// If there is no vector type that we want to widen to, returns MVT::Other
Mon P Wangf007a8b2008-11-06 05:31:54 +00009114/// When and where to widen is target dependent based on the cost of
Mon P Wang0c397192008-10-30 08:01:45 +00009115/// scalarizing vs using the wider vector type.
9116
Dan Gohmanc13cf132009-01-15 17:34:08 +00009117MVT X86TargetLowering::getWidenVectorType(MVT VT) const {
Mon P Wang0c397192008-10-30 08:01:45 +00009118 assert(VT.isVector());
9119 if (isTypeLegal(VT))
9120 return VT;
Scott Michelfdc40a02009-02-17 22:15:04 +00009121
Mon P Wang0c397192008-10-30 08:01:45 +00009122 // TODO: In computeRegisterProperty, we can compute the list of legal vector
9123 // type based on element type. This would speed up our search (though
9124 // it may not be worth it since the size of the list is relatively
9125 // small).
9126 MVT EltVT = VT.getVectorElementType();
9127 unsigned NElts = VT.getVectorNumElements();
Scott Michelfdc40a02009-02-17 22:15:04 +00009128
Mon P Wang0c397192008-10-30 08:01:45 +00009129 // On X86, it make sense to widen any vector wider than 1
9130 if (NElts <= 1)
9131 return MVT::Other;
Scott Michelfdc40a02009-02-17 22:15:04 +00009132
9133 for (unsigned nVT = MVT::FIRST_VECTOR_VALUETYPE;
Mon P Wang0c397192008-10-30 08:01:45 +00009134 nVT <= MVT::LAST_VECTOR_VALUETYPE; ++nVT) {
9135 MVT SVT = (MVT::SimpleValueType)nVT;
Scott Michelfdc40a02009-02-17 22:15:04 +00009136
9137 if (isTypeLegal(SVT) &&
9138 SVT.getVectorElementType() == EltVT &&
Mon P Wang0c397192008-10-30 08:01:45 +00009139 SVT.getVectorNumElements() > NElts)
9140 return SVT;
9141 }
9142 return MVT::Other;
9143}