blob: 6ec97e2db60ea5a4ac8f9d84bf87d0e0c6ced61b [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.
Dan Gohman475871a2008-07-27 21:46:04 +000048static SDValue getMOVLMask(unsigned NumElems, SelectionDAG &DAG);
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 }
83
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
Chris Lattnerddf89562008-01-17 19:59:44 +000093 // We don't accept any truncstore of integer registers.
94 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()) {
116 setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Expand);
Evan Cheng6892f282006-01-17 02:32:49 +0000117 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
Evan Cheng25ab6902006-09-08 06:48:29 +0000118 } else {
Dale Johannesen1c15bf52008-10-21 20:50:01 +0000119 if (X86ScalarSSEf64) {
120 // 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);
Dale Johannesen1c15bf52008-10-21 20:50:01 +0000125 } else
Evan Cheng25ab6902006-09-08 06:48:29 +0000126 setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
127 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000128
129 // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
130 // this operation.
131 setOperationAction(ISD::SINT_TO_FP , MVT::i1 , Promote);
132 setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote);
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000133 // SSE has no i16 to fp conversion, only i32
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000134 if (X86ScalarSSEf32) {
Evan Cheng02568ff2006-01-30 22:13:22 +0000135 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Promote);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000136 // f32 and f64 cases are Legal, f80 case is not
137 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
138 } else {
Evan Cheng5298bcc2006-02-17 07:01:52 +0000139 setOperationAction(ISD::SINT_TO_FP , MVT::i16 , Custom);
140 setOperationAction(ISD::SINT_TO_FP , MVT::i32 , Custom);
141 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000142
Dale Johannesen73328d12007-09-19 23:55:34 +0000143 // In 32-bit mode these are custom lowered. In 64-bit mode F32 and F64
144 // are Legal, f80 is custom lowered.
145 setOperationAction(ISD::FP_TO_SINT , MVT::i64 , Custom);
146 setOperationAction(ISD::SINT_TO_FP , MVT::i64 , Custom);
Evan Cheng6dab0532006-01-30 08:02:57 +0000147
Evan Cheng02568ff2006-01-30 22:13:22 +0000148 // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
149 // this operation.
150 setOperationAction(ISD::FP_TO_SINT , MVT::i1 , Promote);
151 setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
152
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000153 if (X86ScalarSSEf32) {
Evan Cheng02568ff2006-01-30 22:13:22 +0000154 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Promote);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000155 // f32 and f64 cases are Legal, f80 case is not
156 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000157 } else {
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000158 setOperationAction(ISD::FP_TO_SINT , MVT::i16 , Custom);
Evan Cheng02568ff2006-01-30 22:13:22 +0000159 setOperationAction(ISD::FP_TO_SINT , MVT::i32 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000160 }
161
162 // Handle FP_TO_UINT by promoting the destination to a larger signed
163 // conversion.
164 setOperationAction(ISD::FP_TO_UINT , MVT::i1 , Promote);
165 setOperationAction(ISD::FP_TO_UINT , MVT::i8 , Promote);
166 setOperationAction(ISD::FP_TO_UINT , MVT::i16 , Promote);
167
Evan Cheng25ab6902006-09-08 06:48:29 +0000168 if (Subtarget->is64Bit()) {
169 setOperationAction(ISD::FP_TO_UINT , MVT::i64 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000170 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
Evan Cheng25ab6902006-09-08 06:48:29 +0000171 } else {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000172 if (X86ScalarSSEf32 && !Subtarget->hasSSE3())
Evan Cheng25ab6902006-09-08 06:48:29 +0000173 // Expand FP_TO_UINT into a select.
174 // FIXME: We would like to use a Custom expander here eventually to do
175 // the optimal thing for SSE vs. the default expansion in the legalizer.
176 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Expand);
177 else
178 // With SSE3 we can use fisttpll to convert to a signed i64.
179 setOperationAction(ISD::FP_TO_UINT , MVT::i32 , Promote);
180 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000181
Chris Lattner399610a2006-12-05 18:22:22 +0000182 // TODO: when we have SSE, these could be more efficient, by using movd/movq.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000183 if (!X86ScalarSSEf64) {
Chris Lattnerf3597a12006-12-05 18:45:06 +0000184 setOperationAction(ISD::BIT_CONVERT , MVT::f32 , Expand);
185 setOperationAction(ISD::BIT_CONVERT , MVT::i32 , Expand);
186 }
Chris Lattner21f66852005-12-23 05:15:23 +0000187
Dan Gohmanb00ee212008-02-18 19:34:53 +0000188 // Scalar integer divide and remainder are lowered to use operations that
189 // produce two results, to match the available instructions. This exposes
190 // the two-result form to trivial CSE, which is able to combine x/y and x%y
191 // into a single instruction.
192 //
193 // Scalar integer multiply-high is also lowered to use two-result
194 // operations, to match the available instructions. However, plain multiply
195 // (low) operations are left as Legal, as there are single-result
196 // instructions for this in x86. Using the two-result multiply instructions
197 // when both high and low results are needed must be arranged by dagcombine.
Dan Gohman525178c2007-10-08 18:33:35 +0000198 setOperationAction(ISD::MULHS , MVT::i8 , Expand);
199 setOperationAction(ISD::MULHU , MVT::i8 , Expand);
200 setOperationAction(ISD::SDIV , MVT::i8 , Expand);
201 setOperationAction(ISD::UDIV , MVT::i8 , Expand);
202 setOperationAction(ISD::SREM , MVT::i8 , Expand);
203 setOperationAction(ISD::UREM , MVT::i8 , Expand);
Dan Gohman525178c2007-10-08 18:33:35 +0000204 setOperationAction(ISD::MULHS , MVT::i16 , Expand);
205 setOperationAction(ISD::MULHU , MVT::i16 , Expand);
206 setOperationAction(ISD::SDIV , MVT::i16 , Expand);
207 setOperationAction(ISD::UDIV , MVT::i16 , Expand);
208 setOperationAction(ISD::SREM , MVT::i16 , Expand);
209 setOperationAction(ISD::UREM , MVT::i16 , Expand);
Dan Gohman525178c2007-10-08 18:33:35 +0000210 setOperationAction(ISD::MULHS , MVT::i32 , Expand);
211 setOperationAction(ISD::MULHU , MVT::i32 , Expand);
212 setOperationAction(ISD::SDIV , MVT::i32 , Expand);
213 setOperationAction(ISD::UDIV , MVT::i32 , Expand);
214 setOperationAction(ISD::SREM , MVT::i32 , Expand);
215 setOperationAction(ISD::UREM , MVT::i32 , Expand);
Dan Gohman525178c2007-10-08 18:33:35 +0000216 setOperationAction(ISD::MULHS , MVT::i64 , Expand);
217 setOperationAction(ISD::MULHU , MVT::i64 , Expand);
218 setOperationAction(ISD::SDIV , MVT::i64 , Expand);
219 setOperationAction(ISD::UDIV , MVT::i64 , Expand);
220 setOperationAction(ISD::SREM , MVT::i64 , Expand);
221 setOperationAction(ISD::UREM , MVT::i64 , Expand);
Dan Gohmana37c9f72007-09-25 18:23:27 +0000222
Evan Chengc35497f2006-10-30 08:02:39 +0000223 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000224 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
Nate Begeman750ac1b2006-02-01 07:19:44 +0000225 setOperationAction(ISD::BR_CC , MVT::Other, Expand);
226 setOperationAction(ISD::SELECT_CC , MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000227 if (Subtarget->is64Bit())
Christopher Lambc59e5212007-08-10 21:48:46 +0000228 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal);
229 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal);
230 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000231 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
232 setOperationAction(ISD::FP_ROUND_INREG , MVT::f32 , Expand);
Chris Lattnerd1108222008-03-07 06:36:32 +0000233 setOperationAction(ISD::FREM , MVT::f32 , Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000234 setOperationAction(ISD::FREM , MVT::f64 , Expand);
Chris Lattnerd1108222008-03-07 06:36:32 +0000235 setOperationAction(ISD::FREM , MVT::f80 , Expand);
Dan Gohman1a024862008-01-31 00:41:03 +0000236 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +0000237
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000238 setOperationAction(ISD::CTPOP , MVT::i8 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000239 setOperationAction(ISD::CTTZ , MVT::i8 , Custom);
240 setOperationAction(ISD::CTLZ , MVT::i8 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000241 setOperationAction(ISD::CTPOP , MVT::i16 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000242 setOperationAction(ISD::CTTZ , MVT::i16 , Custom);
243 setOperationAction(ISD::CTLZ , MVT::i16 , Custom);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000244 setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000245 setOperationAction(ISD::CTTZ , MVT::i32 , Custom);
246 setOperationAction(ISD::CTLZ , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000247 if (Subtarget->is64Bit()) {
248 setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
Evan Cheng18efe262007-12-14 02:13:44 +0000249 setOperationAction(ISD::CTTZ , MVT::i64 , Custom);
250 setOperationAction(ISD::CTLZ , MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000251 }
252
Andrew Lenharthb873ff32005-11-20 21:41:10 +0000253 setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
Nate Begemand88fc032006-01-14 03:14:10 +0000254 setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
Nate Begeman35ef9132006-01-11 21:21:00 +0000255
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000256 // These should be promoted to a larger select which is supported.
257 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
258 setOperationAction(ISD::SELECT , MVT::i8 , Promote);
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000259 // X86 wants to expand cmov itself.
Evan Cheng5298bcc2006-02-17 07:01:52 +0000260 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
261 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
262 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
263 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000264 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000265 setOperationAction(ISD::SETCC , MVT::i8 , Custom);
266 setOperationAction(ISD::SETCC , MVT::i16 , Custom);
267 setOperationAction(ISD::SETCC , MVT::i32 , Custom);
268 setOperationAction(ISD::SETCC , MVT::f32 , Custom);
269 setOperationAction(ISD::SETCC , MVT::f64 , Custom);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000270 setOperationAction(ISD::SETCC , MVT::f80 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000271 if (Subtarget->is64Bit()) {
272 setOperationAction(ISD::SELECT , MVT::i64 , Custom);
273 setOperationAction(ISD::SETCC , MVT::i64 , Custom);
274 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000275 // X86 ret instruction may pop stack.
Evan Cheng5298bcc2006-02-17 07:01:52 +0000276 setOperationAction(ISD::RET , MVT::Other, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000277 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
Anton Korobeynikov2365f512007-07-14 14:06:15 +0000278
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000279 // Darwin ABI issue.
Evan Cheng7ccced62006-02-18 00:15:05 +0000280 setOperationAction(ISD::ConstantPool , MVT::i32 , Custom);
Nate Begeman37efe672006-04-22 18:53:45 +0000281 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
Evan Cheng5298bcc2006-02-17 07:01:52 +0000282 setOperationAction(ISD::GlobalAddress , MVT::i32 , Custom);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +0000283 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +0000284 if (Subtarget->is64Bit())
285 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
Bill Wendling056292f2008-09-16 21:48:12 +0000286 setOperationAction(ISD::ExternalSymbol , MVT::i32 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000287 if (Subtarget->is64Bit()) {
288 setOperationAction(ISD::ConstantPool , MVT::i64 , Custom);
289 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
290 setOperationAction(ISD::GlobalAddress , MVT::i64 , Custom);
Bill Wendling056292f2008-09-16 21:48:12 +0000291 setOperationAction(ISD::ExternalSymbol, MVT::i64 , Custom);
Evan Cheng25ab6902006-09-08 06:48:29 +0000292 }
Nate Begeman4c5dcf52006-02-17 00:03:04 +0000293 // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
Evan Cheng5298bcc2006-02-17 07:01:52 +0000294 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
295 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
296 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom);
Dan Gohman4c1fa612008-03-03 22:22:09 +0000297 if (Subtarget->is64Bit()) {
298 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
299 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
300 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
301 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000302
Evan Chengd2cde682008-03-10 19:38:10 +0000303 if (Subtarget->hasSSE1())
304 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
Evan Cheng27b7db52008-03-08 00:58:38 +0000305
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000306 if (!Subtarget->hasSSE2())
307 setOperationAction(ISD::MEMBARRIER , MVT::Other, Expand);
308
Mon P Wang63307c32008-05-05 19:05:59 +0000309 // Expand certain atomics
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000310 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i8, Custom);
311 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i16, Custom);
312 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom);
313 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom);
Bill Wendling5bf1b4e2008-08-20 00:28:16 +0000314
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000315 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i8, Custom);
316 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i16, Custom);
317 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom);
318 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
Andrew Lenharthd497d9f2008-02-16 14:46:26 +0000319
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000320 if (!Subtarget->is64Bit()) {
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000321 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i64, Custom);
322 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i64, Custom);
323 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i64, Custom);
324 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i64, Custom);
325 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i64, Custom);
326 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i64, Custom);
327 setOperationAction(ISD::ATOMIC_SWAP, MVT::i64, Custom);
Dale Johannesen48c1bc22008-10-02 18:53:47 +0000328 }
329
Dan Gohman7f460202008-06-30 20:59:49 +0000330 // Use the default ISD::DBG_STOPPOINT, ISD::DECLARE expansion.
331 setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand);
Evan Cheng3c992d22006-03-07 02:02:57 +0000332 // FIXME - use subtarget debug flags
Anton Korobeynikovab4022f2006-10-31 08:31:24 +0000333 if (!Subtarget->isTargetDarwin() &&
334 !Subtarget->isTargetELF() &&
Dan Gohman44066042008-07-01 00:05:16 +0000335 !Subtarget->isTargetCygMing()) {
336 setOperationAction(ISD::DBG_LABEL, MVT::Other, Expand);
337 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
338 }
Chris Lattnerf73bae12005-11-29 06:16:21 +0000339
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000340 setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
341 setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
342 setOperationAction(ISD::EXCEPTIONADDR, MVT::i32, Expand);
343 setOperationAction(ISD::EHSELECTION, MVT::i32, Expand);
344 if (Subtarget->is64Bit()) {
Anton Korobeynikovce3b4652007-05-02 19:53:33 +0000345 setExceptionPointerRegister(X86::RAX);
346 setExceptionSelectorRegister(X86::RDX);
347 } else {
348 setExceptionPointerRegister(X86::EAX);
349 setExceptionSelectorRegister(X86::EDX);
350 }
Anton Korobeynikov38252622007-09-03 00:36:06 +0000351 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i32, Custom);
Anton Korobeynikov260a6b82008-09-08 21:12:11 +0000352 setOperationAction(ISD::FRAME_TO_ARGS_OFFSET, MVT::i64, Custom);
353
Duncan Sandsf7331b32007-09-11 14:10:23 +0000354 setOperationAction(ISD::TRAMPOLINE, MVT::Other, Custom);
Duncan Sandsb116fac2007-07-27 20:02:49 +0000355
Chris Lattnerda68d302008-01-15 21:58:22 +0000356 setOperationAction(ISD::TRAP, MVT::Other, Legal);
Anton Korobeynikov66fac792008-01-15 07:02:33 +0000357
Nate Begemanacc398c2006-01-25 18:21:52 +0000358 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
359 setOperationAction(ISD::VASTART , MVT::Other, Custom);
Nate Begemanacc398c2006-01-25 18:21:52 +0000360 setOperationAction(ISD::VAEND , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000361 if (Subtarget->is64Bit()) {
362 setOperationAction(ISD::VAARG , MVT::Other, Custom);
Evan Chengae642192007-03-02 23:16:35 +0000363 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
Dan Gohman9018e832008-05-10 01:26:14 +0000364 } else {
365 setOperationAction(ISD::VAARG , MVT::Other, Expand);
Evan Chengae642192007-03-02 23:16:35 +0000366 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
Dan Gohman9018e832008-05-10 01:26:14 +0000367 }
Evan Chengae642192007-03-02 23:16:35 +0000368
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000369 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
Chris Lattnere1125522006-01-15 09:00:21 +0000370 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
Evan Cheng25ab6902006-09-08 06:48:29 +0000371 if (Subtarget->is64Bit())
372 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +0000373 if (Subtarget->isTargetCygMing())
374 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom);
375 else
376 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
Chris Lattnerb99329e2006-01-13 02:42:53 +0000377
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000378 if (X86ScalarSSEf64) {
379 // f32 and f64 use SSE.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000380 // Set up the FP register classes.
Evan Cheng5ee4ccc2006-01-12 08:27:59 +0000381 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
382 addRegisterClass(MVT::f64, X86::FR64RegisterClass);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000383
Evan Cheng223547a2006-01-31 22:28:30 +0000384 // Use ANDPD to simulate FABS.
385 setOperationAction(ISD::FABS , MVT::f64, Custom);
386 setOperationAction(ISD::FABS , MVT::f32, Custom);
387
388 // Use XORP to simulate FNEG.
389 setOperationAction(ISD::FNEG , MVT::f64, Custom);
390 setOperationAction(ISD::FNEG , MVT::f32, Custom);
391
Evan Cheng68c47cb2007-01-05 07:55:56 +0000392 // Use ANDPD and ORPD to simulate FCOPYSIGN.
393 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom);
394 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
395
Evan Chengd25e9e82006-02-02 00:28:23 +0000396 // We don't support sin/cos/fmod
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000397 setOperationAction(ISD::FSIN , MVT::f64, Expand);
398 setOperationAction(ISD::FCOS , MVT::f64, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000399 setOperationAction(ISD::FSIN , MVT::f32, Expand);
400 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000401
Chris Lattnera54aa942006-01-29 06:26:08 +0000402 // Expand FP immediates into loads from the stack, except for the special
403 // cases we handle.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000404 addLegalFPImmediate(APFloat(+0.0)); // xorpd
405 addLegalFPImmediate(APFloat(+0.0f)); // xorps
Dale Johannesen5411a392007-08-09 01:04:01 +0000406
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000407 // Floating truncations from f80 and extensions to f80 go through memory.
408 // If optimizing, we lie about this though and handle it in
409 // InstructionSelectPreprocess so that dagcombine2 can hack on these.
410 if (Fast) {
411 setConvertAction(MVT::f32, MVT::f80, Expand);
412 setConvertAction(MVT::f64, MVT::f80, Expand);
413 setConvertAction(MVT::f80, MVT::f32, Expand);
414 setConvertAction(MVT::f80, MVT::f64, Expand);
415 }
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000416 } else if (X86ScalarSSEf32) {
417 // Use SSE for f32, x87 for f64.
418 // Set up the FP register classes.
419 addRegisterClass(MVT::f32, X86::FR32RegisterClass);
420 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
421
422 // Use ANDPS to simulate FABS.
423 setOperationAction(ISD::FABS , MVT::f32, Custom);
424
425 // Use XORP to simulate FNEG.
426 setOperationAction(ISD::FNEG , MVT::f32, Custom);
427
428 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
429
430 // Use ANDPS and ORPS to simulate FCOPYSIGN.
431 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
432 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom);
433
434 // We don't support sin/cos/fmod
435 setOperationAction(ISD::FSIN , MVT::f32, Expand);
436 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000437
Nate Begemane1795842008-02-14 08:57:00 +0000438 // Special cases we handle for FP constants.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000439 addLegalFPImmediate(APFloat(+0.0f)); // xorps
440 addLegalFPImmediate(APFloat(+0.0)); // FLD0
441 addLegalFPImmediate(APFloat(+1.0)); // FLD1
442 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
443 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
444
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000445 // SSE <-> X87 conversions go through memory. If optimizing, we lie about
446 // this though and handle it in InstructionSelectPreprocess so that
447 // dagcombine2 can hack on these.
448 if (Fast) {
449 setConvertAction(MVT::f32, MVT::f64, Expand);
450 setConvertAction(MVT::f32, MVT::f80, Expand);
451 setConvertAction(MVT::f80, MVT::f32, Expand);
452 setConvertAction(MVT::f64, MVT::f32, Expand);
453 // And x87->x87 truncations also.
454 setConvertAction(MVT::f80, MVT::f64, Expand);
455 }
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000456
457 if (!UnsafeFPMath) {
458 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
459 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
460 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000461 } else {
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000462 // f32 and f64 in x87.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000463 // Set up the FP register classes.
Dale Johannesen849f2142007-07-03 00:53:03 +0000464 addRegisterClass(MVT::f64, X86::RFP64RegisterClass);
465 addRegisterClass(MVT::f32, X86::RFP32RegisterClass);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000466
Evan Cheng68c47cb2007-01-05 07:55:56 +0000467 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
Dale Johannesen849f2142007-07-03 00:53:03 +0000468 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
Evan Cheng68c47cb2007-01-05 07:55:56 +0000469 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
470 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
Dale Johannesen5411a392007-08-09 01:04:01 +0000471
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000472 // Floating truncations go through memory. If optimizing, we lie about
473 // this though and handle it in InstructionSelectPreprocess so that
474 // dagcombine2 can hack on these.
475 if (Fast) {
476 setConvertAction(MVT::f80, MVT::f32, Expand);
477 setConvertAction(MVT::f64, MVT::f32, Expand);
478 setConvertAction(MVT::f80, MVT::f64, Expand);
479 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000480
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000481 if (!UnsafeFPMath) {
482 setOperationAction(ISD::FSIN , MVT::f64 , Expand);
483 setOperationAction(ISD::FCOS , MVT::f64 , Expand);
484 }
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000485 addLegalFPImmediate(APFloat(+0.0)); // FLD0
486 addLegalFPImmediate(APFloat(+1.0)); // FLD1
487 addLegalFPImmediate(APFloat(-0.0)); // FLD0/FCHS
488 addLegalFPImmediate(APFloat(-1.0)); // FLD1/FCHS
Dale Johannesenf1fc3a82007-09-23 14:52:20 +0000489 addLegalFPImmediate(APFloat(+0.0f)); // FLD0
490 addLegalFPImmediate(APFloat(+1.0f)); // FLD1
491 addLegalFPImmediate(APFloat(-0.0f)); // FLD0/FCHS
492 addLegalFPImmediate(APFloat(-1.0f)); // FLD1/FCHS
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000493 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000494
Dale Johannesen59a58732007-08-05 18:49:15 +0000495 // Long double always uses X87.
496 addRegisterClass(MVT::f80, X86::RFP80RegisterClass);
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +0000497 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
498 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand);
Chris Lattner71d07a02008-01-27 06:19:31 +0000499 {
Dale Johannesen23a98552008-10-09 23:00:39 +0000500 bool ignored;
Chris Lattner71d07a02008-01-27 06:19:31 +0000501 APFloat TmpFlt(+0.0);
Dale Johannesen23a98552008-10-09 23:00:39 +0000502 TmpFlt.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
503 &ignored);
Chris Lattner71d07a02008-01-27 06:19:31 +0000504 addLegalFPImmediate(TmpFlt); // FLD0
505 TmpFlt.changeSign();
506 addLegalFPImmediate(TmpFlt); // FLD0/FCHS
507 APFloat TmpFlt2(+1.0);
Dale Johannesen23a98552008-10-09 23:00:39 +0000508 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,
509 &ignored);
Chris Lattner71d07a02008-01-27 06:19:31 +0000510 addLegalFPImmediate(TmpFlt2); // FLD1
511 TmpFlt2.changeSign();
512 addLegalFPImmediate(TmpFlt2); // FLD1/FCHS
513 }
514
Dale Johannesen2f429012007-09-26 21:10:55 +0000515 if (!UnsafeFPMath) {
516 setOperationAction(ISD::FSIN , MVT::f80 , Expand);
517 setOperationAction(ISD::FCOS , MVT::f80 , Expand);
518 }
Dale Johannesen59a58732007-08-05 18:49:15 +0000519
Dan Gohmanf96e4de2007-10-11 23:21:31 +0000520 // Always use a library call for pow.
521 setOperationAction(ISD::FPOW , MVT::f32 , Expand);
522 setOperationAction(ISD::FPOW , MVT::f64 , Expand);
523 setOperationAction(ISD::FPOW , MVT::f80 , Expand);
524
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000525 setOperationAction(ISD::FLOG, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000526 setOperationAction(ISD::FLOG2, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000527 setOperationAction(ISD::FLOG10, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000528 setOperationAction(ISD::FEXP, MVT::f80, Expand);
Dale Johannesen7794f2a2008-09-04 00:47:13 +0000529 setOperationAction(ISD::FEXP2, MVT::f80, Expand);
530
Mon P Wangf007a8b2008-11-06 05:31:54 +0000531 // First set operation action for all vector types to either promote
Mon P Wang0c397192008-10-30 08:01:45 +0000532 // (for widening) or expand (for scalarization). Then we will selectively
533 // turn on ones that can be effectively codegen'd.
Dan Gohmanfa0f77d2007-05-18 18:44:07 +0000534 for (unsigned VT = (unsigned)MVT::FIRST_VECTOR_VALUETYPE;
535 VT <= (unsigned)MVT::LAST_VECTOR_VALUETYPE; ++VT) {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000536 setOperationAction(ISD::ADD , (MVT::SimpleValueType)VT, Expand);
537 setOperationAction(ISD::SUB , (MVT::SimpleValueType)VT, Expand);
538 setOperationAction(ISD::FADD, (MVT::SimpleValueType)VT, Expand);
539 setOperationAction(ISD::FNEG, (MVT::SimpleValueType)VT, Expand);
540 setOperationAction(ISD::FSUB, (MVT::SimpleValueType)VT, Expand);
541 setOperationAction(ISD::MUL , (MVT::SimpleValueType)VT, Expand);
542 setOperationAction(ISD::FMUL, (MVT::SimpleValueType)VT, Expand);
543 setOperationAction(ISD::SDIV, (MVT::SimpleValueType)VT, Expand);
544 setOperationAction(ISD::UDIV, (MVT::SimpleValueType)VT, Expand);
545 setOperationAction(ISD::FDIV, (MVT::SimpleValueType)VT, Expand);
546 setOperationAction(ISD::SREM, (MVT::SimpleValueType)VT, Expand);
547 setOperationAction(ISD::UREM, (MVT::SimpleValueType)VT, Expand);
548 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Expand);
Gabor Greif327ef032008-08-28 23:19:51 +0000549 setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::SimpleValueType)VT, Expand);
550 setOperationAction(ISD::EXTRACT_VECTOR_ELT,(MVT::SimpleValueType)VT,Expand);
551 setOperationAction(ISD::INSERT_VECTOR_ELT,(MVT::SimpleValueType)VT, Expand);
Duncan Sands83ec4b62008-06-06 12:08:01 +0000552 setOperationAction(ISD::FABS, (MVT::SimpleValueType)VT, Expand);
553 setOperationAction(ISD::FSIN, (MVT::SimpleValueType)VT, Expand);
554 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand);
555 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand);
556 setOperationAction(ISD::FPOWI, (MVT::SimpleValueType)VT, Expand);
557 setOperationAction(ISD::FSQRT, (MVT::SimpleValueType)VT, Expand);
558 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand);
559 setOperationAction(ISD::SMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
560 setOperationAction(ISD::UMUL_LOHI, (MVT::SimpleValueType)VT, Expand);
561 setOperationAction(ISD::SDIVREM, (MVT::SimpleValueType)VT, Expand);
562 setOperationAction(ISD::UDIVREM, (MVT::SimpleValueType)VT, Expand);
563 setOperationAction(ISD::FPOW, (MVT::SimpleValueType)VT, Expand);
564 setOperationAction(ISD::CTPOP, (MVT::SimpleValueType)VT, Expand);
565 setOperationAction(ISD::CTTZ, (MVT::SimpleValueType)VT, Expand);
566 setOperationAction(ISD::CTLZ, (MVT::SimpleValueType)VT, Expand);
567 setOperationAction(ISD::SHL, (MVT::SimpleValueType)VT, Expand);
568 setOperationAction(ISD::SRA, (MVT::SimpleValueType)VT, Expand);
569 setOperationAction(ISD::SRL, (MVT::SimpleValueType)VT, Expand);
570 setOperationAction(ISD::ROTL, (MVT::SimpleValueType)VT, Expand);
571 setOperationAction(ISD::ROTR, (MVT::SimpleValueType)VT, Expand);
572 setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
573 setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand);
Dale Johannesenfb0e1322008-09-10 17:31:40 +0000574 setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand);
575 setOperationAction(ISD::FLOG2, (MVT::SimpleValueType)VT, Expand);
576 setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand);
577 setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
578 setOperationAction(ISD::FEXP2, (MVT::SimpleValueType)VT, Expand);
Evan Chengd30bf012006-03-01 01:11:20 +0000579 }
580
Mon P Wang3c81d352008-11-23 04:37:22 +0000581 if (!DisableMMX && Subtarget->hasMMX()) {
Evan Cheng470a6ad2006-02-22 02:26:30 +0000582 addRegisterClass(MVT::v8i8, X86::VR64RegisterClass);
583 addRegisterClass(MVT::v4i16, X86::VR64RegisterClass);
584 addRegisterClass(MVT::v2i32, X86::VR64RegisterClass);
Dale Johannesena68f9012008-06-24 22:01:44 +0000585 addRegisterClass(MVT::v2f32, X86::VR64RegisterClass);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000586 addRegisterClass(MVT::v1i64, X86::VR64RegisterClass);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000587
Evan Chengd30bf012006-03-01 01:11:20 +0000588 // FIXME: add MMX packed arithmetics
Bill Wendlingbc9bffa2007-03-07 05:43:18 +0000589
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000590 setOperationAction(ISD::ADD, MVT::v8i8, Legal);
591 setOperationAction(ISD::ADD, MVT::v4i16, Legal);
592 setOperationAction(ISD::ADD, MVT::v2i32, Legal);
Chris Lattner6c284d72007-04-12 04:14:49 +0000593 setOperationAction(ISD::ADD, MVT::v1i64, Legal);
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000594
Bill Wendlingc1fb0472007-03-10 09:57:05 +0000595 setOperationAction(ISD::SUB, MVT::v8i8, Legal);
596 setOperationAction(ISD::SUB, MVT::v4i16, Legal);
597 setOperationAction(ISD::SUB, MVT::v2i32, Legal);
Dale Johannesen8d26e592007-10-30 01:18:38 +0000598 setOperationAction(ISD::SUB, MVT::v1i64, Legal);
Bill Wendlingc1fb0472007-03-10 09:57:05 +0000599
Bill Wendling74027e92007-03-15 21:24:36 +0000600 setOperationAction(ISD::MULHS, MVT::v4i16, Legal);
601 setOperationAction(ISD::MUL, MVT::v4i16, Legal);
602
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000603 setOperationAction(ISD::AND, MVT::v8i8, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000604 AddPromotedToType (ISD::AND, MVT::v8i8, MVT::v1i64);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000605 setOperationAction(ISD::AND, MVT::v4i16, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000606 AddPromotedToType (ISD::AND, MVT::v4i16, MVT::v1i64);
607 setOperationAction(ISD::AND, MVT::v2i32, Promote);
608 AddPromotedToType (ISD::AND, MVT::v2i32, MVT::v1i64);
609 setOperationAction(ISD::AND, MVT::v1i64, Legal);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000610
611 setOperationAction(ISD::OR, MVT::v8i8, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000612 AddPromotedToType (ISD::OR, MVT::v8i8, MVT::v1i64);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000613 setOperationAction(ISD::OR, MVT::v4i16, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000614 AddPromotedToType (ISD::OR, MVT::v4i16, MVT::v1i64);
615 setOperationAction(ISD::OR, MVT::v2i32, Promote);
616 AddPromotedToType (ISD::OR, MVT::v2i32, MVT::v1i64);
617 setOperationAction(ISD::OR, MVT::v1i64, Legal);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000618
619 setOperationAction(ISD::XOR, MVT::v8i8, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000620 AddPromotedToType (ISD::XOR, MVT::v8i8, MVT::v1i64);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000621 setOperationAction(ISD::XOR, MVT::v4i16, Promote);
Bill Wendlingab5b49d2007-03-26 08:03:33 +0000622 AddPromotedToType (ISD::XOR, MVT::v4i16, MVT::v1i64);
623 setOperationAction(ISD::XOR, MVT::v2i32, Promote);
624 AddPromotedToType (ISD::XOR, MVT::v2i32, MVT::v1i64);
625 setOperationAction(ISD::XOR, MVT::v1i64, Legal);
Bill Wendling1b7a81d2007-03-16 09:44:46 +0000626
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000627 setOperationAction(ISD::LOAD, MVT::v8i8, Promote);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000628 AddPromotedToType (ISD::LOAD, MVT::v8i8, MVT::v1i64);
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000629 setOperationAction(ISD::LOAD, MVT::v4i16, Promote);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000630 AddPromotedToType (ISD::LOAD, MVT::v4i16, MVT::v1i64);
631 setOperationAction(ISD::LOAD, MVT::v2i32, Promote);
632 AddPromotedToType (ISD::LOAD, MVT::v2i32, MVT::v1i64);
Dale Johannesena68f9012008-06-24 22:01:44 +0000633 setOperationAction(ISD::LOAD, MVT::v2f32, Promote);
634 AddPromotedToType (ISD::LOAD, MVT::v2f32, MVT::v1i64);
Bill Wendlingeebc8a12007-03-26 07:53:08 +0000635 setOperationAction(ISD::LOAD, MVT::v1i64, Legal);
Bill Wendling2f88dcd2007-03-08 22:09:11 +0000636
Bill Wendlingccc44ad2007-03-27 20:22:40 +0000637 setOperationAction(ISD::BUILD_VECTOR, MVT::v8i8, Custom);
638 setOperationAction(ISD::BUILD_VECTOR, MVT::v4i16, Custom);
639 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i32, Custom);
Dale Johannesena68f9012008-06-24 22:01:44 +0000640 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f32, Custom);
Bill Wendlingccc44ad2007-03-27 20:22:40 +0000641 setOperationAction(ISD::BUILD_VECTOR, MVT::v1i64, Custom);
Bill Wendlinga348c562007-03-22 18:42:45 +0000642
643 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v8i8, Custom);
644 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4i16, Custom);
645 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i32, Custom);
Bill Wendlingccc44ad2007-03-27 20:22:40 +0000646 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v1i64, Custom);
Bill Wendling826f36f2007-03-28 00:57:11 +0000647
Evan Cheng52672b82008-07-22 18:39:19 +0000648 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f32, Custom);
Bill Wendling826f36f2007-03-28 00:57:11 +0000649 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i8, Custom);
650 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i16, Custom);
Bill Wendling2f9bb1a2007-04-24 21:16:55 +0000651 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v1i64, Custom);
Bill Wendling3180e202008-07-20 02:32:23 +0000652
653 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i16, Custom);
Mon P Wang9e5ecb82008-12-12 01:25:51 +0000654
655 setTruncStoreAction(MVT::v8i16, MVT::v8i8, Expand);
656 setOperationAction(ISD::TRUNCATE, MVT::v8i8, Expand);
657 setOperationAction(ISD::SELECT, MVT::v8i8, Promote);
658 setOperationAction(ISD::SELECT, MVT::v4i16, Promote);
659 setOperationAction(ISD::SELECT, MVT::v2i32, Promote);
660 setOperationAction(ISD::SELECT, MVT::v1i64, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000661 }
662
Evan Chenga88973f2006-03-22 19:22:18 +0000663 if (Subtarget->hasSSE1()) {
Evan Cheng470a6ad2006-02-22 02:26:30 +0000664 addRegisterClass(MVT::v4f32, X86::VR128RegisterClass);
665
Evan Cheng6bdb3f62006-10-27 18:49:08 +0000666 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
667 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
668 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
669 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
Dan Gohman20382522007-07-10 00:05:58 +0000670 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
671 setOperationAction(ISD::FNEG, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000672 setOperationAction(ISD::LOAD, MVT::v4f32, Legal);
673 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
674 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v4f32, Custom);
Evan Cheng11e15b32006-04-03 20:53:28 +0000675 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000676 setOperationAction(ISD::SELECT, MVT::v4f32, Custom);
Nate Begeman30a0de92008-07-17 16:51:19 +0000677 setOperationAction(ISD::VSETCC, MVT::v4f32, Custom);
Evan Cheng470a6ad2006-02-22 02:26:30 +0000678 }
679
Evan Chenga88973f2006-03-22 19:22:18 +0000680 if (Subtarget->hasSSE2()) {
Evan Cheng470a6ad2006-02-22 02:26:30 +0000681 addRegisterClass(MVT::v2f64, X86::VR128RegisterClass);
682 addRegisterClass(MVT::v16i8, X86::VR128RegisterClass);
683 addRegisterClass(MVT::v8i16, X86::VR128RegisterClass);
684 addRegisterClass(MVT::v4i32, X86::VR128RegisterClass);
685 addRegisterClass(MVT::v2i64, X86::VR128RegisterClass);
686
Evan Chengf7c378e2006-04-10 07:23:14 +0000687 setOperationAction(ISD::ADD, MVT::v16i8, Legal);
688 setOperationAction(ISD::ADD, MVT::v8i16, Legal);
689 setOperationAction(ISD::ADD, MVT::v4i32, Legal);
Evan Cheng37e88562007-03-12 22:58:52 +0000690 setOperationAction(ISD::ADD, MVT::v2i64, Legal);
Mon P Wangaf9b9522008-12-18 21:42:19 +0000691 setOperationAction(ISD::MUL, MVT::v2i64, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000692 setOperationAction(ISD::SUB, MVT::v16i8, Legal);
693 setOperationAction(ISD::SUB, MVT::v8i16, Legal);
694 setOperationAction(ISD::SUB, MVT::v4i32, Legal);
Evan Cheng37e88562007-03-12 22:58:52 +0000695 setOperationAction(ISD::SUB, MVT::v2i64, Legal);
Evan Chengf9989842006-04-13 05:10:25 +0000696 setOperationAction(ISD::MUL, MVT::v8i16, Legal);
Evan Cheng6bdb3f62006-10-27 18:49:08 +0000697 setOperationAction(ISD::FADD, MVT::v2f64, Legal);
698 setOperationAction(ISD::FSUB, MVT::v2f64, Legal);
699 setOperationAction(ISD::FMUL, MVT::v2f64, Legal);
700 setOperationAction(ISD::FDIV, MVT::v2f64, Legal);
Dan Gohman20382522007-07-10 00:05:58 +0000701 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal);
702 setOperationAction(ISD::FNEG, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000703
Nate Begeman30a0de92008-07-17 16:51:19 +0000704 setOperationAction(ISD::VSETCC, MVT::v2f64, Custom);
705 setOperationAction(ISD::VSETCC, MVT::v16i8, Custom);
706 setOperationAction(ISD::VSETCC, MVT::v8i16, Custom);
707 setOperationAction(ISD::VSETCC, MVT::v4i32, Custom);
Nate Begemanc2616e42008-05-12 20:34:32 +0000708
Evan Chengf7c378e2006-04-10 07:23:14 +0000709 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Custom);
710 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Custom);
Evan Chengb067a1e2006-03-31 19:22:53 +0000711 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
Evan Cheng5edb8d22006-04-17 22:04:06 +0000712 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
Evan Cheng5edb8d22006-04-17 22:04:06 +0000713 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
Evan Chengf7c378e2006-04-10 07:23:14 +0000714
Evan Cheng2c3ae372006-04-12 21:21:57 +0000715 // Custom lower build_vector, vector_shuffle, and extract_vector_elt.
Duncan Sands83ec4b62008-06-06 12:08:01 +0000716 for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; ++i) {
717 MVT VT = (MVT::SimpleValueType)i;
Nate Begeman844e0f92007-12-11 01:41:33 +0000718 // Do not attempt to custom lower non-power-of-2 vectors
Duncan Sands83ec4b62008-06-06 12:08:01 +0000719 if (!isPowerOf2_32(VT.getVectorNumElements()))
Nate Begeman844e0f92007-12-11 01:41:33 +0000720 continue;
Duncan Sands83ec4b62008-06-06 12:08:01 +0000721 setOperationAction(ISD::BUILD_VECTOR, VT, Custom);
722 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
723 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000724 }
725 setOperationAction(ISD::BUILD_VECTOR, MVT::v2f64, Custom);
726 setOperationAction(ISD::BUILD_VECTOR, MVT::v2i64, Custom);
727 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f64, Custom);
728 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000729 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000730 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000731 if (Subtarget->is64Bit()) {
732 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Custom);
Dale Johannesen25f1d082007-10-31 00:32:36 +0000733 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Custom);
Nate Begemancdd1eec2008-02-12 22:51:28 +0000734 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000735
Anton Korobeynikov12c49af2006-11-21 00:01:06 +0000736 // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64.
Evan Cheng2c3ae372006-04-12 21:21:57 +0000737 for (unsigned VT = (unsigned)MVT::v16i8; VT != (unsigned)MVT::v2i64; VT++) {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000738 setOperationAction(ISD::AND, (MVT::SimpleValueType)VT, Promote);
739 AddPromotedToType (ISD::AND, (MVT::SimpleValueType)VT, MVT::v2i64);
740 setOperationAction(ISD::OR, (MVT::SimpleValueType)VT, Promote);
741 AddPromotedToType (ISD::OR, (MVT::SimpleValueType)VT, MVT::v2i64);
742 setOperationAction(ISD::XOR, (MVT::SimpleValueType)VT, Promote);
743 AddPromotedToType (ISD::XOR, (MVT::SimpleValueType)VT, MVT::v2i64);
744 setOperationAction(ISD::LOAD, (MVT::SimpleValueType)VT, Promote);
745 AddPromotedToType (ISD::LOAD, (MVT::SimpleValueType)VT, MVT::v2i64);
746 setOperationAction(ISD::SELECT, (MVT::SimpleValueType)VT, Promote);
747 AddPromotedToType (ISD::SELECT, (MVT::SimpleValueType)VT, MVT::v2i64);
Evan Chengf7c378e2006-04-10 07:23:14 +0000748 }
Evan Cheng2c3ae372006-04-12 21:21:57 +0000749
Chris Lattnerddf89562008-01-17 19:59:44 +0000750 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
Chris Lattnerd43d00c2008-01-24 08:07:48 +0000751
Evan Cheng2c3ae372006-04-12 21:21:57 +0000752 // Custom lower v2i64 and v2f64 selects.
753 setOperationAction(ISD::LOAD, MVT::v2f64, Legal);
Evan Cheng91b740d2006-04-12 17:12:36 +0000754 setOperationAction(ISD::LOAD, MVT::v2i64, Legal);
Evan Chengf7c378e2006-04-10 07:23:14 +0000755 setOperationAction(ISD::SELECT, MVT::v2f64, Custom);
Evan Cheng2c3ae372006-04-12 21:21:57 +0000756 setOperationAction(ISD::SELECT, MVT::v2i64, Custom);
Nate Begemanc2616e42008-05-12 20:34:32 +0000757
Evan Cheng470a6ad2006-02-22 02:26:30 +0000758 }
Nate Begeman14d12ca2008-02-11 04:19:36 +0000759
760 if (Subtarget->hasSSE41()) {
761 // FIXME: Do we need to handle scalar-to-vector here?
762 setOperationAction(ISD::MUL, MVT::v4i32, Legal);
763
764 // i8 and i16 vectors are custom , because the source register and source
765 // source memory operand types are not the same width. f32 vectors are
766 // custom since the immediate controlling the insert encodes additional
767 // information.
768 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v16i8, Custom);
769 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v8i16, Custom);
Mon P Wangf0fcdd82009-01-15 21:10:20 +0000770 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4i32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000771 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f32, Custom);
772
773 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v16i8, Custom);
774 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v8i16, Custom);
Mon P Wangf0fcdd82009-01-15 21:10:20 +0000775 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom);
Evan Cheng62a3f152008-03-24 21:52:23 +0000776 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000777
778 if (Subtarget->is64Bit()) {
Nate Begemancdd1eec2008-02-12 22:51:28 +0000779 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Legal);
780 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2i64, Legal);
Nate Begeman14d12ca2008-02-11 04:19:36 +0000781 }
782 }
Evan Cheng470a6ad2006-02-22 02:26:30 +0000783
Nate Begeman30a0de92008-07-17 16:51:19 +0000784 if (Subtarget->hasSSE42()) {
785 setOperationAction(ISD::VSETCC, MVT::v2i64, Custom);
786 }
787
Evan Cheng6be2c582006-04-05 23:38:46 +0000788 // We want to custom lower some of our intrinsics.
789 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
790
Bill Wendling74c37652008-12-09 22:08:41 +0000791 // Add/Sub/Mul with overflow operations are custom lowered.
Bill Wendling41ea7e72008-11-24 19:21:46 +0000792 setOperationAction(ISD::SADDO, MVT::i32, Custom);
793 setOperationAction(ISD::SADDO, MVT::i64, Custom);
794 setOperationAction(ISD::UADDO, MVT::i32, Custom);
795 setOperationAction(ISD::UADDO, MVT::i64, Custom);
Bill Wendling74c37652008-12-09 22:08:41 +0000796 setOperationAction(ISD::SSUBO, MVT::i32, Custom);
797 setOperationAction(ISD::SSUBO, MVT::i64, Custom);
798 setOperationAction(ISD::USUBO, MVT::i32, Custom);
799 setOperationAction(ISD::USUBO, MVT::i64, Custom);
800 setOperationAction(ISD::SMULO, MVT::i32, Custom);
801 setOperationAction(ISD::SMULO, MVT::i64, Custom);
802 setOperationAction(ISD::UMULO, MVT::i32, Custom);
803 setOperationAction(ISD::UMULO, MVT::i64, Custom);
Bill Wendling41ea7e72008-11-24 19:21:46 +0000804
Evan Cheng206ee9d2006-07-07 08:33:52 +0000805 // We have target-specific dag combine patterns for the following nodes:
806 setTargetDAGCombine(ISD::VECTOR_SHUFFLE);
Evan Chengd880b972008-05-09 21:53:03 +0000807 setTargetDAGCombine(ISD::BUILD_VECTOR);
Chris Lattner83e6c992006-10-04 06:57:07 +0000808 setTargetDAGCombine(ISD::SELECT);
Nate Begeman740ab032009-01-26 00:52:55 +0000809 setTargetDAGCombine(ISD::SHL);
810 setTargetDAGCombine(ISD::SRA);
811 setTargetDAGCombine(ISD::SRL);
Chris Lattner149a4e52008-02-22 02:09:43 +0000812 setTargetDAGCombine(ISD::STORE);
Evan Cheng206ee9d2006-07-07 08:33:52 +0000813
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000814 computeRegisterProperties();
815
Evan Cheng87ed7162006-02-14 08:25:08 +0000816 // FIXME: These should be based on subtarget info. Plus, the values should
817 // be smaller when we are in optimizing for size mode.
Dan Gohman87060f52008-06-30 21:00:56 +0000818 maxStoresPerMemset = 16; // For @llvm.memset -> sequence of stores
819 maxStoresPerMemcpy = 16; // For @llvm.memcpy -> sequence of stores
820 maxStoresPerMemmove = 3; // For @llvm.memmove -> sequence of stores
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000821 allowUnalignedMemoryAccesses = true; // x86 supports it!
Evan Chengfb8075d2008-02-28 00:43:03 +0000822 setPrefLoopAlignment(16);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +0000823}
824
Scott Michel5b8f82e2008-03-10 15:42:14 +0000825
Duncan Sands5480c042009-01-01 15:52:00 +0000826MVT X86TargetLowering::getSetCCResultType(MVT VT) const {
Scott Michel5b8f82e2008-03-10 15:42:14 +0000827 return MVT::i8;
828}
829
830
Evan Cheng29286502008-01-23 23:17:41 +0000831/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
832/// the desired ByVal argument alignment.
833static void getMaxByValAlign(const Type *Ty, unsigned &MaxAlign) {
834 if (MaxAlign == 16)
835 return;
836 if (const VectorType *VTy = dyn_cast<VectorType>(Ty)) {
837 if (VTy->getBitWidth() == 128)
838 MaxAlign = 16;
Evan Cheng29286502008-01-23 23:17:41 +0000839 } else if (const ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
840 unsigned EltAlign = 0;
841 getMaxByValAlign(ATy->getElementType(), EltAlign);
842 if (EltAlign > MaxAlign)
843 MaxAlign = EltAlign;
844 } else if (const StructType *STy = dyn_cast<StructType>(Ty)) {
845 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
846 unsigned EltAlign = 0;
847 getMaxByValAlign(STy->getElementType(i), EltAlign);
848 if (EltAlign > MaxAlign)
849 MaxAlign = EltAlign;
850 if (MaxAlign == 16)
851 break;
852 }
853 }
854 return;
855}
856
857/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
858/// function arguments in the caller parameter area. For X86, aggregates
Dale Johannesen0c191872008-02-08 19:48:20 +0000859/// that contain SSE vectors are placed at 16-byte boundaries while the rest
860/// are at 4-byte boundaries.
Evan Cheng29286502008-01-23 23:17:41 +0000861unsigned X86TargetLowering::getByValTypeAlignment(const Type *Ty) const {
Evan Cheng1887c1c2008-08-21 21:00:15 +0000862 if (Subtarget->is64Bit()) {
863 // Max of 8 and alignment of type.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +0000864 unsigned TyAlign = TD->getABITypeAlignment(Ty);
Evan Cheng1887c1c2008-08-21 21:00:15 +0000865 if (TyAlign > 8)
866 return TyAlign;
867 return 8;
868 }
869
Evan Cheng29286502008-01-23 23:17:41 +0000870 unsigned Align = 4;
Dale Johannesen0c191872008-02-08 19:48:20 +0000871 if (Subtarget->hasSSE1())
872 getMaxByValAlign(Ty, Align);
Evan Cheng29286502008-01-23 23:17:41 +0000873 return Align;
874}
Chris Lattner2b02a442007-02-25 08:29:00 +0000875
Evan Chengf0df0312008-05-15 08:39:06 +0000876/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Cheng0ef8de32008-05-15 22:13:02 +0000877/// and store operations as a result of memset, memcpy, and memmove
878/// lowering. It returns MVT::iAny if SelectionDAG should be responsible for
Evan Chengf0df0312008-05-15 08:39:06 +0000879/// determining it.
Duncan Sands83ec4b62008-06-06 12:08:01 +0000880MVT
Evan Chengf0df0312008-05-15 08:39:06 +0000881X86TargetLowering::getOptimalMemOpType(uint64_t Size, unsigned Align,
882 bool isSrcConst, bool isSrcStr) const {
Chris Lattner4002a1b2008-10-28 05:49:35 +0000883 // FIXME: This turns off use of xmm stores for memset/memcpy on targets like
884 // linux. This is because the stack realignment code can't handle certain
885 // cases like PR2962. This should be removed when PR2962 is fixed.
886 if (Subtarget->getStackAlignment() >= 16) {
887 if ((isSrcConst || isSrcStr) && Subtarget->hasSSE2() && Size >= 16)
888 return MVT::v4i32;
889 if ((isSrcConst || isSrcStr) && Subtarget->hasSSE1() && Size >= 16)
890 return MVT::v4f32;
891 }
Evan Chengf0df0312008-05-15 08:39:06 +0000892 if (Subtarget->is64Bit() && Size >= 8)
893 return MVT::i64;
894 return MVT::i32;
895}
896
897
Evan Chengcc415862007-11-09 01:32:10 +0000898/// getPICJumpTableRelocaBase - Returns relocation base for the given PIC
899/// jumptable.
Dan Gohman475871a2008-07-27 21:46:04 +0000900SDValue X86TargetLowering::getPICJumpTableRelocBase(SDValue Table,
Evan Chengcc415862007-11-09 01:32:10 +0000901 SelectionDAG &DAG) const {
902 if (usesGlobalOffsetTable())
903 return DAG.getNode(ISD::GLOBAL_OFFSET_TABLE, getPointerTy());
904 if (!Subtarget->isPICStyleRIPRel())
905 return DAG.getNode(X86ISD::GlobalBaseReg, getPointerTy());
906 return Table;
907}
908
Chris Lattner2b02a442007-02-25 08:29:00 +0000909//===----------------------------------------------------------------------===//
910// Return Value Calling Convention Implementation
911//===----------------------------------------------------------------------===//
912
Chris Lattner59ed56b2007-02-28 04:55:35 +0000913#include "X86GenCallingConv.inc"
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000914
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000915/// LowerRET - Lower an ISD::RET node.
Dan Gohman475871a2008-07-27 21:46:04 +0000916SDValue X86TargetLowering::LowerRET(SDValue Op, SelectionDAG &DAG) {
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000917 assert((Op.getNumOperands() & 1) == 1 && "ISD::RET should have odd # args");
918
Chris Lattner9774c912007-02-27 05:28:59 +0000919 SmallVector<CCValAssign, 16> RVLocs;
920 unsigned CC = DAG.getMachineFunction().getFunction()->getCallingConv();
Chris Lattner52387be2007-06-19 00:13:10 +0000921 bool isVarArg = DAG.getMachineFunction().getFunction()->isVarArg();
922 CCState CCInfo(CC, isVarArg, getTargetMachine(), RVLocs);
Gabor Greifba36cb52008-08-28 21:40:38 +0000923 CCInfo.AnalyzeReturn(Op.getNode(), RetCC_X86);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000924
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000925 // If this is the first return lowered for this function, add the regs to the
926 // liveout set for the function.
Chris Lattner84bc5422007-12-31 04:13:23 +0000927 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
Chris Lattner9774c912007-02-27 05:28:59 +0000928 for (unsigned i = 0; i != RVLocs.size(); ++i)
929 if (RVLocs[i].isRegLoc())
Chris Lattner84bc5422007-12-31 04:13:23 +0000930 DAG.getMachineFunction().getRegInfo().addLiveOut(RVLocs[i].getLocReg());
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000931 }
Dan Gohman475871a2008-07-27 21:46:04 +0000932 SDValue Chain = Op.getOperand(0);
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000933
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000934 // Handle tail call return.
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +0000935 Chain = GetPossiblePreceedingTailCall(Chain, X86ISD::TAILCALL);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000936 if (Chain.getOpcode() == X86ISD::TAILCALL) {
Dan Gohman475871a2008-07-27 21:46:04 +0000937 SDValue TailCall = Chain;
938 SDValue TargetAddress = TailCall.getOperand(1);
939 SDValue StackAdjustment = TailCall.getOperand(2);
Chris Lattnerb4a6eaa2008-01-16 05:52:18 +0000940 assert(((TargetAddress.getOpcode() == ISD::Register &&
Arnold Schwaighofer290ae032008-09-22 14:50:07 +0000941 (cast<RegisterSDNode>(TargetAddress)->getReg() == X86::EAX ||
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000942 cast<RegisterSDNode>(TargetAddress)->getReg() == X86::R9)) ||
Bill Wendling056292f2008-09-16 21:48:12 +0000943 TargetAddress.getOpcode() == ISD::TargetExternalSymbol ||
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000944 TargetAddress.getOpcode() == ISD::TargetGlobalAddress) &&
945 "Expecting an global address, external symbol, or register");
Chris Lattnerb4a6eaa2008-01-16 05:52:18 +0000946 assert(StackAdjustment.getOpcode() == ISD::Constant &&
947 "Expecting a const value");
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000948
Dan Gohman475871a2008-07-27 21:46:04 +0000949 SmallVector<SDValue,8> Operands;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000950 Operands.push_back(Chain.getOperand(0));
951 Operands.push_back(TargetAddress);
952 Operands.push_back(StackAdjustment);
953 // Copy registers used by the call. Last operand is a flag so it is not
954 // copied.
Arnold Schwaighofer448175f2007-10-16 09:05:00 +0000955 for (unsigned i=3; i < TailCall.getNumOperands()-1; i++) {
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000956 Operands.push_back(Chain.getOperand(i));
957 }
Arnold Schwaighofer448175f2007-10-16 09:05:00 +0000958 return DAG.getNode(X86ISD::TC_RETURN, MVT::Other, &Operands[0],
959 Operands.size());
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000960 }
961
962 // Regular return.
Dan Gohman475871a2008-07-27 21:46:04 +0000963 SDValue Flag;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +0000964
Dan Gohman475871a2008-07-27 21:46:04 +0000965 SmallVector<SDValue, 6> RetOps;
Chris Lattner447ff682008-03-11 03:23:40 +0000966 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
967 // Operand #1 = Bytes To Pop
968 RetOps.push_back(DAG.getConstant(getBytesToPopOnReturn(), MVT::i16));
969
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000970 // Copy the result values into the output registers.
Chris Lattner8e6da152008-03-10 21:08:41 +0000971 for (unsigned i = 0; i != RVLocs.size(); ++i) {
972 CCValAssign &VA = RVLocs[i];
973 assert(VA.isRegLoc() && "Can only return in registers!");
Dan Gohman475871a2008-07-27 21:46:04 +0000974 SDValue ValToCopy = Op.getOperand(i*2+1);
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000975
Chris Lattner447ff682008-03-11 03:23:40 +0000976 // Returns in ST0/ST1 are handled specially: these are pushed as operands to
977 // the RET instruction and handled by the FP Stackifier.
978 if (RVLocs[i].getLocReg() == X86::ST0 ||
979 RVLocs[i].getLocReg() == X86::ST1) {
980 // If this is a copy from an xmm register to ST(0), use an FPExtend to
981 // change the value to the FP stack register class.
982 if (isScalarFPTypeInSSEReg(RVLocs[i].getValVT()))
983 ValToCopy = DAG.getNode(ISD::FP_EXTEND, MVT::f80, ValToCopy);
984 RetOps.push_back(ValToCopy);
985 // Don't emit a copytoreg.
986 continue;
987 }
Dale Johannesena68f9012008-06-24 22:01:44 +0000988
Chris Lattner8e6da152008-03-10 21:08:41 +0000989 Chain = DAG.getCopyToReg(Chain, VA.getLocReg(), ValToCopy, Flag);
Chris Lattner2a9bdd72007-02-25 09:12:39 +0000990 Flag = Chain.getValue(1);
991 }
Dan Gohman61a92132008-04-21 23:59:07 +0000992
993 // The x86-64 ABI for returning structs by value requires that we copy
994 // the sret argument into %rax for the return. We saved the argument into
995 // a virtual register in the entry block, so now we copy the value out
996 // and into %rax.
997 if (Subtarget->is64Bit() &&
998 DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
999 MachineFunction &MF = DAG.getMachineFunction();
1000 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1001 unsigned Reg = FuncInfo->getSRetReturnReg();
1002 if (!Reg) {
1003 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
1004 FuncInfo->setSRetReturnReg(Reg);
1005 }
Dan Gohman475871a2008-07-27 21:46:04 +00001006 SDValue Val = DAG.getCopyFromReg(Chain, Reg, getPointerTy());
Dan Gohman61a92132008-04-21 23:59:07 +00001007
1008 Chain = DAG.getCopyToReg(Chain, X86::RAX, Val, Flag);
1009 Flag = Chain.getValue(1);
1010 }
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001011
Chris Lattner447ff682008-03-11 03:23:40 +00001012 RetOps[0] = Chain; // Update chain.
1013
1014 // Add the flag if we have it.
Gabor Greifba36cb52008-08-28 21:40:38 +00001015 if (Flag.getNode())
Chris Lattner447ff682008-03-11 03:23:40 +00001016 RetOps.push_back(Flag);
1017
1018 return DAG.getNode(X86ISD::RET_FLAG, MVT::Other, &RetOps[0], RetOps.size());
Chris Lattner2a9bdd72007-02-25 09:12:39 +00001019}
1020
1021
Chris Lattner3085e152007-02-25 08:59:22 +00001022/// LowerCallResult - Lower the result values of an ISD::CALL into the
1023/// appropriate copies out of appropriate physical registers. This assumes that
1024/// Chain/InFlag are the input chain/flag to use, and that TheCall is the call
1025/// being lowered. The returns a SDNode with the same number of values as the
1026/// ISD::CALL.
1027SDNode *X86TargetLowering::
Dan Gohman095cc292008-09-13 01:54:27 +00001028LowerCallResult(SDValue Chain, SDValue InFlag, CallSDNode *TheCall,
Chris Lattner3085e152007-02-25 08:59:22 +00001029 unsigned CallingConv, SelectionDAG &DAG) {
Chris Lattnere32bbf62007-02-28 07:09:55 +00001030
1031 // Assign locations to each value returned by this call.
Chris Lattner9774c912007-02-27 05:28:59 +00001032 SmallVector<CCValAssign, 16> RVLocs;
Dan Gohman095cc292008-09-13 01:54:27 +00001033 bool isVarArg = TheCall->isVarArg();
Chris Lattner52387be2007-06-19 00:13:10 +00001034 CCState CCInfo(CallingConv, isVarArg, getTargetMachine(), RVLocs);
Chris Lattnere32bbf62007-02-28 07:09:55 +00001035 CCInfo.AnalyzeCallResult(TheCall, RetCC_X86);
1036
Dan Gohman475871a2008-07-27 21:46:04 +00001037 SmallVector<SDValue, 8> ResultVals;
Chris Lattner3085e152007-02-25 08:59:22 +00001038
1039 // Copy all of the result registers out of their specified physreg.
Chris Lattner8e6da152008-03-10 21:08:41 +00001040 for (unsigned i = 0; i != RVLocs.size(); ++i) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001041 MVT CopyVT = RVLocs[i].getValVT();
Chris Lattner8e6da152008-03-10 21:08:41 +00001042
1043 // If this is a call to a function that returns an fp value on the floating
1044 // point stack, but where we prefer to use the value in xmm registers, copy
1045 // it out as F80 and use a truncate to move it from fp stack reg to xmm reg.
Mon P Wang7e665102008-08-21 19:54:16 +00001046 if ((RVLocs[i].getLocReg() == X86::ST0 ||
1047 RVLocs[i].getLocReg() == X86::ST1) &&
Chris Lattner8e6da152008-03-10 21:08:41 +00001048 isScalarFPTypeInSSEReg(RVLocs[i].getValVT())) {
1049 CopyVT = MVT::f80;
Chris Lattner3085e152007-02-25 08:59:22 +00001050 }
Chris Lattner3085e152007-02-25 08:59:22 +00001051
Chris Lattner8e6da152008-03-10 21:08:41 +00001052 Chain = DAG.getCopyFromReg(Chain, RVLocs[i].getLocReg(),
1053 CopyVT, InFlag).getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00001054 SDValue Val = Chain.getValue(0);
Chris Lattner8e6da152008-03-10 21:08:41 +00001055 InFlag = Chain.getValue(2);
Chris Lattner112dedc2007-12-29 06:41:28 +00001056
Chris Lattner8e6da152008-03-10 21:08:41 +00001057 if (CopyVT != RVLocs[i].getValVT()) {
1058 // Round the F80 the right size, which also moves to the appropriate xmm
1059 // register.
1060 Val = DAG.getNode(ISD::FP_ROUND, RVLocs[i].getValVT(), Val,
1061 // This truncation won't change the value.
1062 DAG.getIntPtrConstant(1));
1063 }
Chris Lattnerd43d00c2008-01-24 08:07:48 +00001064
Chris Lattner8e6da152008-03-10 21:08:41 +00001065 ResultVals.push_back(Val);
Chris Lattner3085e152007-02-25 08:59:22 +00001066 }
Duncan Sands4bdcb612008-07-02 17:40:58 +00001067
Chris Lattner3085e152007-02-25 08:59:22 +00001068 // Merge everything together with a MERGE_VALUES node.
1069 ResultVals.push_back(Chain);
Duncan Sandsaaffa052008-12-01 11:41:29 +00001070 return DAG.getNode(ISD::MERGE_VALUES, TheCall->getVTList(), &ResultVals[0],
1071 ResultVals.size()).getNode();
Chris Lattner2b02a442007-02-25 08:29:00 +00001072}
1073
1074
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001075//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001076// C & StdCall & Fast Calling Convention implementation
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001077//===----------------------------------------------------------------------===//
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001078// StdCall calling convention seems to be standard for many Windows' API
1079// routines and around. It differs from C calling convention just a little:
1080// callee should clean up the stack, not caller. Symbols should be also
1081// decorated in some fancy way :) It doesn't support any vector arguments.
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001082// For info on fast calling convention see Fast Calling Convention (tail call)
1083// implementation LowerX86_32FastCCCallTo.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001084
Evan Cheng85e38002006-04-27 05:35:28 +00001085/// AddLiveIn - This helper function adds the specified physical register to the
1086/// MachineFunction as a live in value. It also creates a corresponding virtual
1087/// register for it.
1088static unsigned AddLiveIn(MachineFunction &MF, unsigned PReg,
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001089 const TargetRegisterClass *RC) {
Evan Cheng85e38002006-04-27 05:35:28 +00001090 assert(RC->contains(PReg) && "Not the correct regclass!");
Chris Lattner84bc5422007-12-31 04:13:23 +00001091 unsigned VReg = MF.getRegInfo().createVirtualRegister(RC);
1092 MF.getRegInfo().addLiveIn(PReg, VReg);
Evan Cheng85e38002006-04-27 05:35:28 +00001093 return VReg;
1094}
1095
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001096/// CallIsStructReturn - Determines whether a CALL node uses struct return
1097/// semantics.
Dan Gohman095cc292008-09-13 01:54:27 +00001098static bool CallIsStructReturn(CallSDNode *TheCall) {
1099 unsigned NumOps = TheCall->getNumArgs();
Gordon Henriksen86737662008-01-05 16:56:59 +00001100 if (!NumOps)
1101 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001102
Dan Gohman095cc292008-09-13 01:54:27 +00001103 return TheCall->getArgFlags(0).isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001104}
1105
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001106/// ArgsAreStructReturn - Determines whether a FORMAL_ARGUMENTS node uses struct
1107/// return semantics.
Dan Gohman475871a2008-07-27 21:46:04 +00001108static bool ArgsAreStructReturn(SDValue Op) {
Gabor Greifba36cb52008-08-28 21:40:38 +00001109 unsigned NumArgs = Op.getNode()->getNumValues() - 1;
Gordon Henriksen86737662008-01-05 16:56:59 +00001110 if (!NumArgs)
1111 return false;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001112
1113 return cast<ARG_FLAGSSDNode>(Op.getOperand(3))->getArgFlags().isSRet();
Gordon Henriksen86737662008-01-05 16:56:59 +00001114}
1115
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001116/// IsCalleePop - Determines whether a CALL or FORMAL_ARGUMENTS node requires
1117/// the callee to pop its own arguments. Callee pop is necessary to support tail
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001118/// calls.
Dan Gohman095cc292008-09-13 01:54:27 +00001119bool X86TargetLowering::IsCalleePop(bool IsVarArg, unsigned CallingConv) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001120 if (IsVarArg)
1121 return false;
1122
Dan Gohman095cc292008-09-13 01:54:27 +00001123 switch (CallingConv) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001124 default:
1125 return false;
1126 case CallingConv::X86_StdCall:
1127 return !Subtarget->is64Bit();
1128 case CallingConv::X86_FastCall:
1129 return !Subtarget->is64Bit();
1130 case CallingConv::Fast:
1131 return PerformTailCallOpt;
1132 }
1133}
1134
Dan Gohman095cc292008-09-13 01:54:27 +00001135/// CCAssignFnForNode - Selects the correct CCAssignFn for a the
1136/// given CallingConvention value.
1137CCAssignFn *X86TargetLowering::CCAssignFnForNode(unsigned CC) const {
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00001138 if (Subtarget->is64Bit()) {
Anton Korobeynikov1a979d92008-03-22 20:57:27 +00001139 if (Subtarget->isTargetWin64())
Anton Korobeynikov8f88cb02008-03-22 20:37:30 +00001140 return CC_X86_Win64_C;
Evan Chenge9ac9e62008-09-07 09:07:23 +00001141 else if (CC == CallingConv::Fast && PerformTailCallOpt)
1142 return CC_X86_64_TailCall;
1143 else
1144 return CC_X86_64_C;
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00001145 }
1146
Gordon Henriksen86737662008-01-05 16:56:59 +00001147 if (CC == CallingConv::X86_FastCall)
1148 return CC_X86_32_FastCall;
Evan Chengb188dd92008-09-10 18:25:29 +00001149 else if (CC == CallingConv::Fast)
1150 return CC_X86_32_FastCC;
Gordon Henriksen86737662008-01-05 16:56:59 +00001151 else
1152 return CC_X86_32_C;
1153}
1154
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001155/// NameDecorationForFORMAL_ARGUMENTS - Selects the appropriate decoration to
1156/// apply to a MachineFunction containing a given FORMAL_ARGUMENTS node.
Gordon Henriksen86737662008-01-05 16:56:59 +00001157NameDecorationStyle
Dan Gohman475871a2008-07-27 21:46:04 +00001158X86TargetLowering::NameDecorationForFORMAL_ARGUMENTS(SDValue Op) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001159 unsigned CC = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Gordon Henriksen86737662008-01-05 16:56:59 +00001160 if (CC == CallingConv::X86_FastCall)
1161 return FastCall;
1162 else if (CC == CallingConv::X86_StdCall)
1163 return StdCall;
1164 return None;
1165}
1166
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001167
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001168/// CallRequiresGOTInRegister - Check whether the call requires the GOT pointer
1169/// in a register before calling.
1170bool X86TargetLowering::CallRequiresGOTPtrInReg(bool Is64Bit, bool IsTailCall) {
1171 return !IsTailCall && !Is64Bit &&
1172 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1173 Subtarget->isPICStyleGOT();
1174}
1175
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001176/// CallRequiresFnAddressInReg - Check whether the call requires the function
1177/// address to be loaded in a register.
1178bool
1179X86TargetLowering::CallRequiresFnAddressInReg(bool Is64Bit, bool IsTailCall) {
1180 return !Is64Bit && IsTailCall &&
1181 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1182 Subtarget->isPICStyleGOT();
1183}
1184
Arnold Schwaighofer16a3e522008-02-26 17:50:59 +00001185/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
1186/// by "Src" to address "Dst" with size and alignment information specified by
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001187/// the specific parameter attribute. The copy will be passed as a byval
1188/// function parameter.
Dan Gohman475871a2008-07-27 21:46:04 +00001189static SDValue
1190CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Duncan Sands276dcbd2008-03-21 09:14:45 +00001191 ISD::ArgFlagsTy Flags, SelectionDAG &DAG) {
Dan Gohman475871a2008-07-27 21:46:04 +00001192 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
Dan Gohman707e0182008-04-12 04:36:06 +00001193 return DAG.getMemcpy(Chain, Dst, Src, SizeNode, Flags.getByValAlign(),
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001194 /*AlwaysInline=*/true, NULL, 0, NULL, 0);
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001195}
1196
Dan Gohman475871a2008-07-27 21:46:04 +00001197SDValue X86TargetLowering::LowerMemArgument(SDValue Op, SelectionDAG &DAG,
Rafael Espindola7effac52007-09-14 15:48:13 +00001198 const CCValAssign &VA,
1199 MachineFrameInfo *MFI,
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001200 unsigned CC,
Dan Gohman475871a2008-07-27 21:46:04 +00001201 SDValue Root, unsigned i) {
Rafael Espindola7effac52007-09-14 15:48:13 +00001202 // Create the nodes corresponding to a load from this parameter slot.
Duncan Sands276dcbd2008-03-21 09:14:45 +00001203 ISD::ArgFlagsTy Flags =
1204 cast<ARG_FLAGSSDNode>(Op.getOperand(3 + i))->getArgFlags();
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001205 bool AlwaysUseMutable = (CC==CallingConv::Fast) && PerformTailCallOpt;
Duncan Sands276dcbd2008-03-21 09:14:45 +00001206 bool isImmutable = !AlwaysUseMutable && !Flags.isByVal();
Evan Chenge70bb592008-01-10 02:24:25 +00001207
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001208 // FIXME: For now, all byval parameter objects are marked mutable. This can be
1209 // changed with more analysis.
1210 // In case of tail call optimization mark all arguments mutable. Since they
1211 // could be overwritten by lowering of arguments in case of a tail call.
Duncan Sands83ec4b62008-06-06 12:08:01 +00001212 int FI = MFI->CreateFixedObject(VA.getValVT().getSizeInBits()/8,
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001213 VA.getLocMemOffset(), isImmutable);
Dan Gohman475871a2008-07-27 21:46:04 +00001214 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
Duncan Sands276dcbd2008-03-21 09:14:45 +00001215 if (Flags.isByVal())
Rafael Espindola7effac52007-09-14 15:48:13 +00001216 return FIN;
Dan Gohman69de1932008-02-06 22:27:42 +00001217 return DAG.getLoad(VA.getValVT(), Root, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001218 PseudoSourceValue::getFixedStack(FI), 0);
Rafael Espindola7effac52007-09-14 15:48:13 +00001219}
1220
Dan Gohman475871a2008-07-27 21:46:04 +00001221SDValue
1222X86TargetLowering::LowerFORMAL_ARGUMENTS(SDValue Op, SelectionDAG &DAG) {
Evan Cheng1bc78042006-04-26 01:20:17 +00001223 MachineFunction &MF = DAG.getMachineFunction();
Gordon Henriksen86737662008-01-05 16:56:59 +00001224 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1225
1226 const Function* Fn = MF.getFunction();
1227 if (Fn->hasExternalLinkage() &&
1228 Subtarget->isTargetCygMing() &&
1229 Fn->getName() == "main")
1230 FuncInfo->setForceFramePointer(true);
1231
1232 // Decorate the function name.
1233 FuncInfo->setDecorationStyle(NameDecorationForFORMAL_ARGUMENTS(Op));
1234
Evan Cheng1bc78042006-04-26 01:20:17 +00001235 MachineFrameInfo *MFI = MF.getFrameInfo();
Dan Gohman475871a2008-07-27 21:46:04 +00001236 SDValue Root = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001237 bool isVarArg = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() != 0;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001238 unsigned CC = MF.getFunction()->getCallingConv();
Gordon Henriksen86737662008-01-05 16:56:59 +00001239 bool Is64Bit = Subtarget->is64Bit();
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001240 bool IsWin64 = Subtarget->isTargetWin64();
Gordon Henriksenae636f82008-01-03 16:47:34 +00001241
1242 assert(!(isVarArg && CC == CallingConv::Fast) &&
1243 "Var args not supported with calling convention fastcc");
1244
Chris Lattner638402b2007-02-28 07:00:42 +00001245 // Assign locations to all of the incoming arguments.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001246 SmallVector<CCValAssign, 16> ArgLocs;
Gordon Henriksenae636f82008-01-03 16:47:34 +00001247 CCState CCInfo(CC, isVarArg, getTargetMachine(), ArgLocs);
Dan Gohman095cc292008-09-13 01:54:27 +00001248 CCInfo.AnalyzeFormalArguments(Op.getNode(), CCAssignFnForNode(CC));
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001249
Dan Gohman475871a2008-07-27 21:46:04 +00001250 SmallVector<SDValue, 8> ArgValues;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001251 unsigned LastVal = ~0U;
1252 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1253 CCValAssign &VA = ArgLocs[i];
1254 // TODO: If an arg is passed in two places (e.g. reg and stack), skip later
1255 // places.
1256 assert(VA.getValNo() != LastVal &&
1257 "Don't support value assigned to multiple locs yet");
1258 LastVal = VA.getValNo();
1259
1260 if (VA.isRegLoc()) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001261 MVT RegVT = VA.getLocVT();
Devang Patel8a84e442009-01-05 17:31:22 +00001262 TargetRegisterClass *RC = NULL;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001263 if (RegVT == MVT::i32)
1264 RC = X86::GR32RegisterClass;
Gordon Henriksen86737662008-01-05 16:56:59 +00001265 else if (Is64Bit && RegVT == MVT::i64)
1266 RC = X86::GR64RegisterClass;
Dale Johannesene672af12008-02-05 20:46:33 +00001267 else if (RegVT == MVT::f32)
Gordon Henriksen86737662008-01-05 16:56:59 +00001268 RC = X86::FR32RegisterClass;
Dale Johannesene672af12008-02-05 20:46:33 +00001269 else if (RegVT == MVT::f64)
Gordon Henriksen86737662008-01-05 16:56:59 +00001270 RC = X86::FR64RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001271 else if (RegVT.isVector() && RegVT.getSizeInBits() == 128)
Evan Chengee472b12008-04-25 07:56:45 +00001272 RC = X86::VR128RegisterClass;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001273 else if (RegVT.isVector()) {
1274 assert(RegVT.getSizeInBits() == 64);
Evan Chengee472b12008-04-25 07:56:45 +00001275 if (!Is64Bit)
1276 RC = X86::VR64RegisterClass; // MMX values are passed in MMXs.
1277 else {
1278 // Darwin calling convention passes MMX values in either GPRs or
1279 // XMMs in x86-64. Other targets pass them in memory.
1280 if (RegVT != MVT::v1i64 && Subtarget->hasSSE2()) {
1281 RC = X86::VR128RegisterClass; // MMX values are passed in XMMs.
1282 RegVT = MVT::v2i64;
1283 } else {
1284 RC = X86::GR64RegisterClass; // v1i64 values are passed in GPRs.
1285 RegVT = MVT::i64;
1286 }
1287 }
1288 } else {
1289 assert(0 && "Unknown argument type!");
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001290 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001291
Chris Lattner82932a52007-03-02 05:12:29 +00001292 unsigned Reg = AddLiveIn(DAG.getMachineFunction(), VA.getLocReg(), RC);
Dan Gohman475871a2008-07-27 21:46:04 +00001293 SDValue ArgValue = DAG.getCopyFromReg(Root, Reg, RegVT);
Chris Lattnerf39f7712007-02-28 05:46:49 +00001294
1295 // If this is an 8 or 16-bit value, it is really passed promoted to 32
1296 // bits. Insert an assert[sz]ext to capture this, then truncate to the
1297 // right size.
1298 if (VA.getLocInfo() == CCValAssign::SExt)
1299 ArgValue = DAG.getNode(ISD::AssertSext, RegVT, ArgValue,
1300 DAG.getValueType(VA.getValVT()));
1301 else if (VA.getLocInfo() == CCValAssign::ZExt)
1302 ArgValue = DAG.getNode(ISD::AssertZext, RegVT, ArgValue,
1303 DAG.getValueType(VA.getValVT()));
1304
1305 if (VA.getLocInfo() != CCValAssign::Full)
1306 ArgValue = DAG.getNode(ISD::TRUNCATE, VA.getValVT(), ArgValue);
1307
Gordon Henriksen86737662008-01-05 16:56:59 +00001308 // Handle MMX values passed in GPRs.
Evan Cheng44c0fd12008-04-25 20:13:28 +00001309 if (Is64Bit && RegVT != VA.getLocVT()) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001310 if (RegVT.getSizeInBits() == 64 && RC == X86::GR64RegisterClass)
Evan Cheng44c0fd12008-04-25 20:13:28 +00001311 ArgValue = DAG.getNode(ISD::BIT_CONVERT, VA.getLocVT(), ArgValue);
1312 else if (RC == X86::VR128RegisterClass) {
1313 ArgValue = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i64, ArgValue,
1314 DAG.getConstant(0, MVT::i64));
1315 ArgValue = DAG.getNode(ISD::BIT_CONVERT, VA.getLocVT(), ArgValue);
1316 }
1317 }
Gordon Henriksen86737662008-01-05 16:56:59 +00001318
Chris Lattnerf39f7712007-02-28 05:46:49 +00001319 ArgValues.push_back(ArgValue);
1320 } else {
1321 assert(VA.isMemLoc());
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001322 ArgValues.push_back(LowerMemArgument(Op, DAG, VA, MFI, CC, Root, i));
Evan Cheng1bc78042006-04-26 01:20:17 +00001323 }
Evan Cheng1bc78042006-04-26 01:20:17 +00001324 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001325
Dan Gohman61a92132008-04-21 23:59:07 +00001326 // The x86-64 ABI for returning structs by value requires that we copy
1327 // the sret argument into %rax for the return. Save the argument into
1328 // a virtual register so that we can access it from the return points.
1329 if (Is64Bit && DAG.getMachineFunction().getFunction()->hasStructRetAttr()) {
1330 MachineFunction &MF = DAG.getMachineFunction();
1331 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1332 unsigned Reg = FuncInfo->getSRetReturnReg();
1333 if (!Reg) {
1334 Reg = MF.getRegInfo().createVirtualRegister(getRegClassFor(MVT::i64));
1335 FuncInfo->setSRetReturnReg(Reg);
1336 }
Dan Gohman475871a2008-07-27 21:46:04 +00001337 SDValue Copy = DAG.getCopyToReg(DAG.getEntryNode(), Reg, ArgValues[0]);
Dan Gohman61a92132008-04-21 23:59:07 +00001338 Root = DAG.getNode(ISD::TokenFactor, MVT::Other, Copy, Root);
1339 }
1340
Chris Lattnerf39f7712007-02-28 05:46:49 +00001341 unsigned StackSize = CCInfo.getNextStackOffset();
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001342 // align stack specially for tail calls
Evan Chenge9ac9e62008-09-07 09:07:23 +00001343 if (PerformTailCallOpt && CC == CallingConv::Fast)
Gordon Henriksenae636f82008-01-03 16:47:34 +00001344 StackSize = GetAlignedArgumentStackSize(StackSize, DAG);
Evan Cheng25caf632006-05-23 21:06:34 +00001345
Evan Cheng1bc78042006-04-26 01:20:17 +00001346 // If the function takes variable number of arguments, make a frame index for
1347 // the start of the first vararg value... for expansion of llvm.va_start.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001348 if (isVarArg) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001349 if (Is64Bit || CC != CallingConv::X86_FastCall) {
1350 VarArgsFrameIndex = MFI->CreateFixedObject(1, StackSize);
1351 }
1352 if (Is64Bit) {
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001353 unsigned TotalNumIntRegs = 0, TotalNumXMMRegs = 0;
1354
1355 // FIXME: We should really autogenerate these arrays
1356 static const unsigned GPR64ArgRegsWin64[] = {
1357 X86::RCX, X86::RDX, X86::R8, X86::R9
Gordon Henriksen86737662008-01-05 16:56:59 +00001358 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001359 static const unsigned XMMArgRegsWin64[] = {
1360 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3
1361 };
1362 static const unsigned GPR64ArgRegs64Bit[] = {
1363 X86::RDI, X86::RSI, X86::RDX, X86::RCX, X86::R8, X86::R9
1364 };
1365 static const unsigned XMMArgRegs64Bit[] = {
Gordon Henriksen86737662008-01-05 16:56:59 +00001366 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1367 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1368 };
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001369 const unsigned *GPR64ArgRegs, *XMMArgRegs;
1370
1371 if (IsWin64) {
1372 TotalNumIntRegs = 4; TotalNumXMMRegs = 4;
1373 GPR64ArgRegs = GPR64ArgRegsWin64;
1374 XMMArgRegs = XMMArgRegsWin64;
1375 } else {
1376 TotalNumIntRegs = 6; TotalNumXMMRegs = 8;
1377 GPR64ArgRegs = GPR64ArgRegs64Bit;
1378 XMMArgRegs = XMMArgRegs64Bit;
1379 }
1380 unsigned NumIntRegs = CCInfo.getFirstUnallocated(GPR64ArgRegs,
1381 TotalNumIntRegs);
1382 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs,
1383 TotalNumXMMRegs);
1384
Gordon Henriksen86737662008-01-05 16:56:59 +00001385 // For X86-64, if there are vararg parameters that are passed via
1386 // registers, then we must store them to their spots on the stack so they
1387 // may be loaded by deferencing the result of va_next.
1388 VarArgsGPOffset = NumIntRegs * 8;
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001389 VarArgsFPOffset = TotalNumIntRegs * 8 + NumXMMRegs * 16;
1390 RegSaveFrameIndex = MFI->CreateStackObject(TotalNumIntRegs * 8 +
1391 TotalNumXMMRegs * 16, 16);
1392
Gordon Henriksen86737662008-01-05 16:56:59 +00001393 // Store the integer parameter registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001394 SmallVector<SDValue, 8> MemOps;
1395 SDValue RSFIN = DAG.getFrameIndex(RegSaveFrameIndex, getPointerTy());
1396 SDValue FIN = DAG.getNode(ISD::ADD, getPointerTy(), RSFIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001397 DAG.getIntPtrConstant(VarArgsGPOffset));
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001398 for (; NumIntRegs != TotalNumIntRegs; ++NumIntRegs) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001399 unsigned VReg = AddLiveIn(MF, GPR64ArgRegs[NumIntRegs],
1400 X86::GR64RegisterClass);
Dan Gohman475871a2008-07-27 21:46:04 +00001401 SDValue Val = DAG.getCopyFromReg(Root, VReg, MVT::i64);
1402 SDValue Store =
Dan Gohman69de1932008-02-06 22:27:42 +00001403 DAG.getStore(Val.getValue(1), Val, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001404 PseudoSourceValue::getFixedStack(RegSaveFrameIndex), 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001405 MemOps.push_back(Store);
1406 FIN = DAG.getNode(ISD::ADD, getPointerTy(), FIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001407 DAG.getIntPtrConstant(8));
Gordon Henriksen86737662008-01-05 16:56:59 +00001408 }
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001409
Gordon Henriksen86737662008-01-05 16:56:59 +00001410 // Now store the XMM (fp + vector) parameter registers.
1411 FIN = DAG.getNode(ISD::ADD, getPointerTy(), RSFIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001412 DAG.getIntPtrConstant(VarArgsFPOffset));
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001413 for (; NumXMMRegs != TotalNumXMMRegs; ++NumXMMRegs) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001414 unsigned VReg = AddLiveIn(MF, XMMArgRegs[NumXMMRegs],
1415 X86::VR128RegisterClass);
Dan Gohman475871a2008-07-27 21:46:04 +00001416 SDValue Val = DAG.getCopyFromReg(Root, VReg, MVT::v4f32);
1417 SDValue Store =
Dan Gohman69de1932008-02-06 22:27:42 +00001418 DAG.getStore(Val.getValue(1), Val, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001419 PseudoSourceValue::getFixedStack(RegSaveFrameIndex), 0);
Gordon Henriksen86737662008-01-05 16:56:59 +00001420 MemOps.push_back(Store);
1421 FIN = DAG.getNode(ISD::ADD, getPointerTy(), FIN,
Chris Lattner0bd48932008-01-17 07:00:52 +00001422 DAG.getIntPtrConstant(16));
Gordon Henriksen86737662008-01-05 16:56:59 +00001423 }
1424 if (!MemOps.empty())
1425 Root = DAG.getNode(ISD::TokenFactor, MVT::Other,
1426 &MemOps[0], MemOps.size());
1427 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001428 }
Gordon Henriksen86737662008-01-05 16:56:59 +00001429
Gordon Henriksenae636f82008-01-03 16:47:34 +00001430 ArgValues.push_back(Root);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001431
Gordon Henriksen86737662008-01-05 16:56:59 +00001432 // Some CCs need callee pop.
Dan Gohman095cc292008-09-13 01:54:27 +00001433 if (IsCalleePop(isVarArg, CC)) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001434 BytesToPopOnReturn = StackSize; // Callee pops everything.
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001435 BytesCallerReserves = 0;
1436 } else {
Anton Korobeynikov1d9bacc2007-03-06 08:12:33 +00001437 BytesToPopOnReturn = 0; // Callee pops nothing.
Chris Lattnerf39f7712007-02-28 05:46:49 +00001438 // If this is an sret function, the return should pop the hidden pointer.
Evan Chengb188dd92008-09-10 18:25:29 +00001439 if (!Is64Bit && CC != CallingConv::Fast && ArgsAreStructReturn(Op))
Chris Lattnerf39f7712007-02-28 05:46:49 +00001440 BytesToPopOnReturn = 4;
Chris Lattnerf39f7712007-02-28 05:46:49 +00001441 BytesCallerReserves = StackSize;
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001442 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001443
Gordon Henriksen86737662008-01-05 16:56:59 +00001444 if (!Is64Bit) {
1445 RegSaveFrameIndex = 0xAAAAAAA; // RegSaveFrameIndex is X86-64 only.
1446 if (CC == CallingConv::X86_FastCall)
1447 VarArgsFrameIndex = 0xAAAAAAA; // fastcc functions can't have varargs.
1448 }
Evan Cheng25caf632006-05-23 21:06:34 +00001449
Anton Korobeynikova2780e12007-08-15 17:12:32 +00001450 FuncInfo->setBytesToPopOnReturn(BytesToPopOnReturn);
Evan Cheng1bc78042006-04-26 01:20:17 +00001451
Evan Cheng25caf632006-05-23 21:06:34 +00001452 // Return the new list of results.
Duncan Sandsaaffa052008-12-01 11:41:29 +00001453 return DAG.getNode(ISD::MERGE_VALUES, Op.getNode()->getVTList(),
1454 &ArgValues[0], ArgValues.size()).getValue(Op.getResNo());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001455}
1456
Dan Gohman475871a2008-07-27 21:46:04 +00001457SDValue
Dan Gohman095cc292008-09-13 01:54:27 +00001458X86TargetLowering::LowerMemOpCallTo(CallSDNode *TheCall, SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00001459 const SDValue &StackPtr,
Evan Chengdffbd832008-01-10 00:09:10 +00001460 const CCValAssign &VA,
Dan Gohman475871a2008-07-27 21:46:04 +00001461 SDValue Chain,
Dan Gohman095cc292008-09-13 01:54:27 +00001462 SDValue Arg, ISD::ArgFlagsTy Flags) {
Dan Gohman4fdad172008-02-07 16:28:05 +00001463 unsigned LocMemOffset = VA.getLocMemOffset();
Dan Gohman475871a2008-07-27 21:46:04 +00001464 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
Evan Chengdffbd832008-01-10 00:09:10 +00001465 PtrOff = DAG.getNode(ISD::ADD, getPointerTy(), StackPtr, PtrOff);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001466 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00001467 return CreateCopyOfByValArgument(Arg, PtrOff, Chain, Flags, DAG);
Evan Chengdffbd832008-01-10 00:09:10 +00001468 }
Dan Gohman4fdad172008-02-07 16:28:05 +00001469 return DAG.getStore(Chain, Arg, PtrOff,
Dan Gohman3069b872008-02-07 18:41:25 +00001470 PseudoSourceValue::getStack(), LocMemOffset);
Evan Chengdffbd832008-01-10 00:09:10 +00001471}
1472
Bill Wendling64e87322009-01-16 19:25:27 +00001473/// EmitTailCallLoadRetAddr - Emit a load of return address if tail call
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001474/// optimization is performed and it is required.
Dan Gohman475871a2008-07-27 21:46:04 +00001475SDValue
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001476X86TargetLowering::EmitTailCallLoadRetAddr(SelectionDAG &DAG,
Dan Gohman475871a2008-07-27 21:46:04 +00001477 SDValue &OutRetAddr,
1478 SDValue Chain,
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001479 bool IsTailCall,
1480 bool Is64Bit,
1481 int FPDiff) {
1482 if (!IsTailCall || FPDiff==0) return Chain;
1483
1484 // Adjust the Return address stack slot.
Duncan Sands83ec4b62008-06-06 12:08:01 +00001485 MVT VT = getPointerTy();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001486 OutRetAddr = getReturnAddressFrameIndex(DAG);
Bill Wendling64e87322009-01-16 19:25:27 +00001487
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001488 // Load the "old" Return address.
Bill Wendling64e87322009-01-16 19:25:27 +00001489 OutRetAddr = DAG.getLoad(VT, Chain, OutRetAddr, NULL, 0);
Gabor Greifba36cb52008-08-28 21:40:38 +00001490 return SDValue(OutRetAddr.getNode(), 1);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001491}
1492
1493/// EmitTailCallStoreRetAddr - Emit a store of the return adress if tail call
1494/// optimization is performed and it is required (FPDiff!=0).
Dan Gohman475871a2008-07-27 21:46:04 +00001495static SDValue
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001496EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF,
Dan Gohman475871a2008-07-27 21:46:04 +00001497 SDValue Chain, SDValue RetAddrFrIdx,
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001498 bool Is64Bit, int FPDiff) {
1499 // Store the return address to the appropriate stack slot.
1500 if (!FPDiff) return Chain;
1501 // Calculate the new stack slot for the return address.
1502 int SlotSize = Is64Bit ? 8 : 4;
1503 int NewReturnAddrFI =
1504 MF.getFrameInfo()->CreateFixedObject(SlotSize, FPDiff-SlotSize);
Duncan Sands83ec4b62008-06-06 12:08:01 +00001505 MVT VT = Is64Bit ? MVT::i64 : MVT::i32;
Dan Gohman475871a2008-07-27 21:46:04 +00001506 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewReturnAddrFI, VT);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001507 Chain = DAG.getStore(Chain, RetAddrFrIdx, NewRetAddrFrIdx,
Dan Gohmana54cf172008-07-11 22:44:52 +00001508 PseudoSourceValue::getFixedStack(NewReturnAddrFI), 0);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001509 return Chain;
1510}
1511
Dan Gohman475871a2008-07-27 21:46:04 +00001512SDValue X86TargetLowering::LowerCALL(SDValue Op, SelectionDAG &DAG) {
Gordon Henriksen86737662008-01-05 16:56:59 +00001513 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman095cc292008-09-13 01:54:27 +00001514 CallSDNode *TheCall = cast<CallSDNode>(Op.getNode());
1515 SDValue Chain = TheCall->getChain();
1516 unsigned CC = TheCall->getCallingConv();
1517 bool isVarArg = TheCall->isVarArg();
1518 bool IsTailCall = TheCall->isTailCall() &&
1519 CC == CallingConv::Fast && PerformTailCallOpt;
1520 SDValue Callee = TheCall->getCallee();
Gordon Henriksen86737662008-01-05 16:56:59 +00001521 bool Is64Bit = Subtarget->is64Bit();
Dan Gohman095cc292008-09-13 01:54:27 +00001522 bool IsStructRet = CallIsStructReturn(TheCall);
Gordon Henriksenae636f82008-01-03 16:47:34 +00001523
1524 assert(!(isVarArg && CC == CallingConv::Fast) &&
1525 "Var args not supported with calling convention fastcc");
1526
Chris Lattner638402b2007-02-28 07:00:42 +00001527 // Analyze operands of the call, assigning locations to each operand.
Chris Lattner423c5f42007-02-28 05:31:48 +00001528 SmallVector<CCValAssign, 16> ArgLocs;
Chris Lattner52387be2007-06-19 00:13:10 +00001529 CCState CCInfo(CC, isVarArg, getTargetMachine(), ArgLocs);
Dan Gohman095cc292008-09-13 01:54:27 +00001530 CCInfo.AnalyzeCallOperands(TheCall, CCAssignFnForNode(CC));
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001531
Chris Lattner423c5f42007-02-28 05:31:48 +00001532 // Get a count of how many bytes are to be pushed on the stack.
1533 unsigned NumBytes = CCInfo.getNextStackOffset();
Arnold Schwaighofer1fdc40f2008-09-11 20:28:43 +00001534 if (PerformTailCallOpt && CC == CallingConv::Fast)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001535 NumBytes = GetAlignedArgumentStackSize(NumBytes, DAG);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001536
Gordon Henriksen86737662008-01-05 16:56:59 +00001537 int FPDiff = 0;
1538 if (IsTailCall) {
1539 // Lower arguments at fp - stackoffset + fpdiff.
1540 unsigned NumBytesCallerPushed =
1541 MF.getInfo<X86MachineFunctionInfo>()->getBytesToPopOnReturn();
1542 FPDiff = NumBytesCallerPushed - NumBytes;
1543
1544 // Set the delta of movement of the returnaddr stackslot.
1545 // But only set if delta is greater than previous delta.
1546 if (FPDiff < (MF.getInfo<X86MachineFunctionInfo>()->getTCReturnAddrDelta()))
1547 MF.getInfo<X86MachineFunctionInfo>()->setTCReturnAddrDelta(FPDiff);
1548 }
1549
Chris Lattnere563bbc2008-10-11 22:08:30 +00001550 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, true));
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001551
Dan Gohman475871a2008-07-27 21:46:04 +00001552 SDValue RetAddrFrIdx;
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001553 // Load return adress for tail calls.
1554 Chain = EmitTailCallLoadRetAddr(DAG, RetAddrFrIdx, Chain, IsTailCall, Is64Bit,
1555 FPDiff);
Gordon Henriksen86737662008-01-05 16:56:59 +00001556
Dan Gohman475871a2008-07-27 21:46:04 +00001557 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
1558 SmallVector<SDValue, 8> MemOpChains;
1559 SDValue StackPtr;
Chris Lattner423c5f42007-02-28 05:31:48 +00001560
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001561 // Walk the register/memloc assignments, inserting copies/loads. In the case
1562 // of tail call optimization arguments are handle later.
Chris Lattner423c5f42007-02-28 05:31:48 +00001563 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1564 CCValAssign &VA = ArgLocs[i];
Dan Gohman095cc292008-09-13 01:54:27 +00001565 SDValue Arg = TheCall->getArg(i);
1566 ISD::ArgFlagsTy Flags = TheCall->getArgFlags(i);
1567 bool isByVal = Flags.isByVal();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001568
Chris Lattner423c5f42007-02-28 05:31:48 +00001569 // Promote the value if needed.
1570 switch (VA.getLocInfo()) {
1571 default: assert(0 && "Unknown loc info!");
1572 case CCValAssign::Full: break;
1573 case CCValAssign::SExt:
1574 Arg = DAG.getNode(ISD::SIGN_EXTEND, VA.getLocVT(), Arg);
1575 break;
1576 case CCValAssign::ZExt:
1577 Arg = DAG.getNode(ISD::ZERO_EXTEND, VA.getLocVT(), Arg);
1578 break;
1579 case CCValAssign::AExt:
1580 Arg = DAG.getNode(ISD::ANY_EXTEND, VA.getLocVT(), Arg);
1581 break;
Evan Cheng6b5783d2006-05-25 18:56:34 +00001582 }
Chris Lattner423c5f42007-02-28 05:31:48 +00001583
1584 if (VA.isRegLoc()) {
Evan Cheng10e86422008-04-25 19:11:04 +00001585 if (Is64Bit) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001586 MVT RegVT = VA.getLocVT();
1587 if (RegVT.isVector() && RegVT.getSizeInBits() == 64)
Evan Cheng10e86422008-04-25 19:11:04 +00001588 switch (VA.getLocReg()) {
1589 default:
1590 break;
1591 case X86::RDI: case X86::RSI: case X86::RDX: case X86::RCX:
1592 case X86::R8: {
1593 // Special case: passing MMX values in GPR registers.
1594 Arg = DAG.getNode(ISD::BIT_CONVERT, MVT::i64, Arg);
1595 break;
1596 }
1597 case X86::XMM0: case X86::XMM1: case X86::XMM2: case X86::XMM3:
1598 case X86::XMM4: case X86::XMM5: case X86::XMM6: case X86::XMM7: {
1599 // Special case: passing MMX values in XMM registers.
1600 Arg = DAG.getNode(ISD::BIT_CONVERT, MVT::i64, Arg);
1601 Arg = DAG.getNode(ISD::SCALAR_TO_VECTOR, MVT::v2i64, Arg);
1602 Arg = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v2i64,
1603 DAG.getNode(ISD::UNDEF, MVT::v2i64), Arg,
1604 getMOVLMask(2, DAG));
1605 break;
1606 }
1607 }
1608 }
Chris Lattner423c5f42007-02-28 05:31:48 +00001609 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
1610 } else {
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001611 if (!IsTailCall || (IsTailCall && isByVal)) {
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001612 assert(VA.isMemLoc());
Gabor Greifba36cb52008-08-28 21:40:38 +00001613 if (StackPtr.getNode() == 0)
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001614 StackPtr = DAG.getCopyFromReg(Chain, X86StackPtr, getPointerTy());
1615
Dan Gohman095cc292008-09-13 01:54:27 +00001616 MemOpChains.push_back(LowerMemOpCallTo(TheCall, DAG, StackPtr, VA,
1617 Chain, Arg, Flags));
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001618 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001619 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001620 }
Chris Lattnerc0bdf342007-02-28 05:39:26 +00001621
Evan Cheng32fe1032006-05-25 00:59:30 +00001622 if (!MemOpChains.empty())
Chris Lattnerbd564bf2006-08-08 02:23:42 +00001623 Chain = DAG.getNode(ISD::TokenFactor, MVT::Other,
1624 &MemOpChains[0], MemOpChains.size());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001625
Evan Cheng347d5f72006-04-28 21:29:37 +00001626 // Build a sequence of copy-to-reg nodes chained together with token chain
1627 // and flag operands which copy the outgoing args into registers.
Dan Gohman475871a2008-07-27 21:46:04 +00001628 SDValue InFlag;
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001629 // Tail call byval lowering might overwrite argument registers so in case of
1630 // tail call optimization the copies to registers are lowered later.
1631 if (!IsTailCall)
1632 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
1633 Chain = DAG.getCopyToReg(Chain, RegsToPass[i].first, RegsToPass[i].second,
1634 InFlag);
1635 InFlag = Chain.getValue(1);
1636 }
Gordon Henriksen86737662008-01-05 16:56:59 +00001637
Evan Chengf4684712007-02-21 21:18:14 +00001638 // ELF / PIC requires GOT in the EBX register before function calls via PLT
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001639 // GOT pointer.
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001640 if (CallRequiresGOTPtrInReg(Is64Bit, IsTailCall)) {
1641 Chain = DAG.getCopyToReg(Chain, X86::EBX,
1642 DAG.getNode(X86ISD::GlobalBaseReg, getPointerTy()),
1643 InFlag);
1644 InFlag = Chain.getValue(1);
1645 }
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001646 // If we are tail calling and generating PIC/GOT style code load the address
1647 // of the callee into ecx. The value in ecx is used as target of the tail
1648 // jump. This is done to circumvent the ebx/callee-saved problem for tail
1649 // calls on PIC/GOT architectures. Normally we would just put the address of
1650 // GOT into ebx and then call target@PLT. But for tail callss ebx would be
1651 // restored (since ebx is callee saved) before jumping to the target@PLT.
Arnold Schwaighofer258bb1b2008-02-26 22:21:54 +00001652 if (CallRequiresFnAddressInReg(Is64Bit, IsTailCall)) {
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001653 // Note: The actual moving to ecx is done further down.
1654 GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee);
Evan Chengda43bcf2008-09-24 00:05:32 +00001655 if (G && !G->getGlobal()->hasHiddenVisibility() &&
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001656 !G->getGlobal()->hasProtectedVisibility())
1657 Callee = LowerGlobalAddress(Callee, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00001658 else if (isa<ExternalSymbolSDNode>(Callee))
1659 Callee = LowerExternalSymbol(Callee,DAG);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00001660 }
Gordon Henriksenae636f82008-01-03 16:47:34 +00001661
Gordon Henriksen86737662008-01-05 16:56:59 +00001662 if (Is64Bit && isVarArg) {
1663 // From AMD64 ABI document:
1664 // For calls that may call functions that use varargs or stdargs
1665 // (prototype-less calls or calls to functions containing ellipsis (...) in
1666 // the declaration) %al is used as hidden argument to specify the number
1667 // of SSE registers used. The contents of %al do not need to match exactly
1668 // the number of registers, but must be an ubound on the number of SSE
1669 // registers used and is in the range 0 - 8 inclusive.
Anton Korobeynikov998a5bc2008-04-27 23:15:03 +00001670
1671 // FIXME: Verify this on Win64
Gordon Henriksen86737662008-01-05 16:56:59 +00001672 // Count the number of XMM registers allocated.
1673 static const unsigned XMMArgRegs[] = {
1674 X86::XMM0, X86::XMM1, X86::XMM2, X86::XMM3,
1675 X86::XMM4, X86::XMM5, X86::XMM6, X86::XMM7
1676 };
1677 unsigned NumXMMRegs = CCInfo.getFirstUnallocated(XMMArgRegs, 8);
1678
1679 Chain = DAG.getCopyToReg(Chain, X86::AL,
1680 DAG.getConstant(NumXMMRegs, MVT::i8), InFlag);
1681 InFlag = Chain.getValue(1);
1682 }
1683
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001684
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001685 // For tail calls lower the arguments to the 'real' stack slot.
Gordon Henriksen86737662008-01-05 16:56:59 +00001686 if (IsTailCall) {
Dan Gohman475871a2008-07-27 21:46:04 +00001687 SmallVector<SDValue, 8> MemOpChains2;
1688 SDValue FIN;
Gordon Henriksen86737662008-01-05 16:56:59 +00001689 int FI = 0;
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001690 // Do not flag preceeding copytoreg stuff together with the following stuff.
Dan Gohman475871a2008-07-27 21:46:04 +00001691 InFlag = SDValue();
Gordon Henriksen86737662008-01-05 16:56:59 +00001692 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1693 CCValAssign &VA = ArgLocs[i];
1694 if (!VA.isRegLoc()) {
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001695 assert(VA.isMemLoc());
Dan Gohman095cc292008-09-13 01:54:27 +00001696 SDValue Arg = TheCall->getArg(i);
1697 ISD::ArgFlagsTy Flags = TheCall->getArgFlags(i);
Gordon Henriksen86737662008-01-05 16:56:59 +00001698 // Create frame index.
1699 int32_t Offset = VA.getLocMemOffset()+FPDiff;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001700 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8;
Gordon Henriksen86737662008-01-05 16:56:59 +00001701 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset);
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001702 FIN = DAG.getFrameIndex(FI, getPointerTy());
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001703
Duncan Sands276dcbd2008-03-21 09:14:45 +00001704 if (Flags.isByVal()) {
Evan Cheng8e5712b2008-01-12 01:08:07 +00001705 // Copy relative to framepointer.
Dan Gohman475871a2008-07-27 21:46:04 +00001706 SDValue Source = DAG.getIntPtrConstant(VA.getLocMemOffset());
Gabor Greifba36cb52008-08-28 21:40:38 +00001707 if (StackPtr.getNode() == 0)
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001708 StackPtr = DAG.getCopyFromReg(Chain, X86StackPtr, getPointerTy());
1709 Source = DAG.getNode(ISD::ADD, getPointerTy(), StackPtr, Source);
1710
1711 MemOpChains2.push_back(CreateCopyOfByValArgument(Source, FIN, Chain,
Evan Cheng8e5712b2008-01-12 01:08:07 +00001712 Flags, DAG));
Gordon Henriksen86737662008-01-05 16:56:59 +00001713 } else {
Evan Cheng8e5712b2008-01-12 01:08:07 +00001714 // Store relative to framepointer.
Dan Gohman69de1932008-02-06 22:27:42 +00001715 MemOpChains2.push_back(
Arnold Schwaighofer865c6812008-02-26 09:19:59 +00001716 DAG.getStore(Chain, Arg, FIN,
Dan Gohmana54cf172008-07-11 22:44:52 +00001717 PseudoSourceValue::getFixedStack(FI), 0));
Arnold Schwaighoferc8ab8cd2008-01-11 16:49:42 +00001718 }
Gordon Henriksen86737662008-01-05 16:56:59 +00001719 }
1720 }
1721
1722 if (!MemOpChains2.empty())
1723 Chain = DAG.getNode(ISD::TokenFactor, MVT::Other,
Arnold Schwaighofer719eb022008-01-11 14:34:56 +00001724 &MemOpChains2[0], MemOpChains2.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001725
Arnold Schwaighofer30e62c02008-04-30 09:16:33 +00001726 // Copy arguments to their registers.
1727 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
1728 Chain = DAG.getCopyToReg(Chain, RegsToPass[i].first, RegsToPass[i].second,
1729 InFlag);
1730 InFlag = Chain.getValue(1);
1731 }
Dan Gohman475871a2008-07-27 21:46:04 +00001732 InFlag =SDValue();
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001733
Gordon Henriksen86737662008-01-05 16:56:59 +00001734 // Store the return address to the appropriate stack slot.
Arnold Schwaighofer4b5324a2008-04-12 18:11:06 +00001735 Chain = EmitTailCallStoreRetAddr(DAG, MF, Chain, RetAddrFrIdx, Is64Bit,
1736 FPDiff);
Gordon Henriksen86737662008-01-05 16:56:59 +00001737 }
1738
Evan Cheng32fe1032006-05-25 00:59:30 +00001739 // If the callee is a GlobalAddress node (quite common, every direct call is)
1740 // turn it into a TargetGlobalAddress node so that legalize doesn't hack it.
Anton Korobeynikova5986852006-11-20 10:46:14 +00001741 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00001742 // We should use extra load for direct calls to dllimported functions in
1743 // non-JIT mode.
Evan Cheng817a6a92008-07-16 01:34:02 +00001744 if (!Subtarget->GVRequiresExtraLoad(G->getGlobal(),
1745 getTargetMachine(), true))
Dan Gohman6520e202008-10-18 02:06:02 +00001746 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), getPointerTy(),
1747 G->getOffset());
Bill Wendling056292f2008-09-16 21:48:12 +00001748 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
1749 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), getPointerTy());
Gordon Henriksen86737662008-01-05 16:56:59 +00001750 } else if (IsTailCall) {
Arnold Schwaighofer290ae032008-09-22 14:50:07 +00001751 unsigned Opc = Is64Bit ? X86::R9 : X86::EAX;
Gordon Henriksen86737662008-01-05 16:56:59 +00001752
1753 Chain = DAG.getCopyToReg(Chain,
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001754 DAG.getRegister(Opc, getPointerTy()),
Gordon Henriksen86737662008-01-05 16:56:59 +00001755 Callee,InFlag);
1756 Callee = DAG.getRegister(Opc, getPointerTy());
1757 // Add register as live out.
1758 DAG.getMachineFunction().getRegInfo().addLiveOut(Opc);
Gordon Henriksenae636f82008-01-03 16:47:34 +00001759 }
1760
Chris Lattnerd96d0722007-02-25 06:40:16 +00001761 // Returns a chain & a flag for retval copy to use.
1762 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00001763 SmallVector<SDValue, 8> Ops;
Gordon Henriksen86737662008-01-05 16:56:59 +00001764
1765 if (IsTailCall) {
1766 Ops.push_back(Chain);
Chris Lattnere563bbc2008-10-11 22:08:30 +00001767 Ops.push_back(DAG.getIntPtrConstant(NumBytes, true));
1768 Ops.push_back(DAG.getIntPtrConstant(0, true));
Gabor Greifba36cb52008-08-28 21:40:38 +00001769 if (InFlag.getNode())
Gordon Henriksen86737662008-01-05 16:56:59 +00001770 Ops.push_back(InFlag);
1771 Chain = DAG.getNode(ISD::CALLSEQ_END, NodeTys, &Ops[0], Ops.size());
1772 InFlag = Chain.getValue(1);
1773
1774 // Returns a chain & a flag for retval copy to use.
1775 NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
1776 Ops.clear();
1777 }
1778
Nate Begeman4c5dcf52006-02-17 00:03:04 +00001779 Ops.push_back(Chain);
1780 Ops.push_back(Callee);
Evan Chengb69d1132006-06-14 18:17:40 +00001781
Gordon Henriksen86737662008-01-05 16:56:59 +00001782 if (IsTailCall)
1783 Ops.push_back(DAG.getConstant(FPDiff, MVT::i32));
Evan Chengf4684712007-02-21 21:18:14 +00001784
Gordon Henriksen86737662008-01-05 16:56:59 +00001785 // Add argument registers to the end of the list so that they are known live
1786 // into the call.
Evan Cheng9b449442008-01-07 23:08:23 +00001787 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
1788 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
1789 RegsToPass[i].second.getValueType()));
Gordon Henriksen86737662008-01-05 16:56:59 +00001790
Evan Cheng586ccac2008-03-18 23:36:35 +00001791 // Add an implicit use GOT pointer in EBX.
1792 if (!IsTailCall && !Is64Bit &&
1793 getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
1794 Subtarget->isPICStyleGOT())
1795 Ops.push_back(DAG.getRegister(X86::EBX, getPointerTy()));
1796
1797 // Add an implicit use of AL for x86 vararg functions.
1798 if (Is64Bit && isVarArg)
1799 Ops.push_back(DAG.getRegister(X86::AL, MVT::i8));
1800
Gabor Greifba36cb52008-08-28 21:40:38 +00001801 if (InFlag.getNode())
Evan Cheng347d5f72006-04-28 21:29:37 +00001802 Ops.push_back(InFlag);
Gordon Henriksenae636f82008-01-03 16:47:34 +00001803
Gordon Henriksen86737662008-01-05 16:56:59 +00001804 if (IsTailCall) {
Gabor Greifba36cb52008-08-28 21:40:38 +00001805 assert(InFlag.getNode() &&
Gordon Henriksen86737662008-01-05 16:56:59 +00001806 "Flag must be set. Depend on flag being set in LowerRET");
1807 Chain = DAG.getNode(X86ISD::TAILCALL,
Dan Gohman095cc292008-09-13 01:54:27 +00001808 TheCall->getVTList(), &Ops[0], Ops.size());
Gordon Henriksen86737662008-01-05 16:56:59 +00001809
Gabor Greifba36cb52008-08-28 21:40:38 +00001810 return SDValue(Chain.getNode(), Op.getResNo());
Gordon Henriksen86737662008-01-05 16:56:59 +00001811 }
1812
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001813 Chain = DAG.getNode(X86ISD::CALL, NodeTys, &Ops[0], Ops.size());
Evan Cheng347d5f72006-04-28 21:29:37 +00001814 InFlag = Chain.getValue(1);
Evan Chengd90eb7f2006-01-05 00:27:02 +00001815
Chris Lattner2d297092006-05-23 18:50:38 +00001816 // Create the CALLSEQ_END node.
Gordon Henriksen86737662008-01-05 16:56:59 +00001817 unsigned NumBytesForCalleeToPush;
Dan Gohman095cc292008-09-13 01:54:27 +00001818 if (IsCalleePop(isVarArg, CC))
Gordon Henriksen86737662008-01-05 16:56:59 +00001819 NumBytesForCalleeToPush = NumBytes; // Callee pops everything
Evan Chengb188dd92008-09-10 18:25:29 +00001820 else if (!Is64Bit && CC != CallingConv::Fast && IsStructRet)
Anton Korobeynikovb10308e2007-01-28 13:31:35 +00001821 // If this is is a call to a struct-return function, the callee
1822 // pops the hidden struct pointer, so we have to push it back.
1823 // This is common for Darwin/X86, Linux & Mingw32 targets.
Gordon Henriksenae636f82008-01-03 16:47:34 +00001824 NumBytesForCalleeToPush = 4;
Gordon Henriksen86737662008-01-05 16:56:59 +00001825 else
Gordon Henriksenae636f82008-01-03 16:47:34 +00001826 NumBytesForCalleeToPush = 0; // Callee pops nothing.
Gordon Henriksen86737662008-01-05 16:56:59 +00001827
Gordon Henriksenae636f82008-01-03 16:47:34 +00001828 // Returns a flag for retval copy to use.
Bill Wendling0f8d9c02007-11-13 00:44:25 +00001829 Chain = DAG.getCALLSEQ_END(Chain,
Chris Lattnere563bbc2008-10-11 22:08:30 +00001830 DAG.getIntPtrConstant(NumBytes, true),
1831 DAG.getIntPtrConstant(NumBytesForCalleeToPush,
1832 true),
Bill Wendling0f8d9c02007-11-13 00:44:25 +00001833 InFlag);
Chris Lattner3085e152007-02-25 08:59:22 +00001834 InFlag = Chain.getValue(1);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00001835
Chris Lattner3085e152007-02-25 08:59:22 +00001836 // Handle result values, copying them out of physregs into vregs that we
1837 // return.
Dan Gohman095cc292008-09-13 01:54:27 +00001838 return SDValue(LowerCallResult(Chain, InFlag, TheCall, CC, DAG),
Gabor Greif327ef032008-08-28 23:19:51 +00001839 Op.getResNo());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001840}
1841
Evan Cheng25ab6902006-09-08 06:48:29 +00001842
1843//===----------------------------------------------------------------------===//
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001844// Fast Calling Convention (tail call) implementation
1845//===----------------------------------------------------------------------===//
1846
1847// Like std call, callee cleans arguments, convention except that ECX is
1848// reserved for storing the tail called function address. Only 2 registers are
1849// free for argument passing (inreg). Tail call optimization is performed
1850// provided:
1851// * tailcallopt is enabled
1852// * caller/callee are fastcc
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001853// On X86_64 architecture with GOT-style position independent code only local
1854// (within module) calls are supported at the moment.
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00001855// To keep the stack aligned according to platform abi the function
1856// GetAlignedArgumentStackSize ensures that argument delta is always multiples
1857// of stack alignment. (Dynamic linkers need this - darwin's dyld for example)
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001858// If a tail called function callee has more arguments than the caller the
1859// caller needs to make sure that there is room to move the RETADDR to. This is
Arnold Schwaighofer48abc5c2007-10-12 21:30:57 +00001860// achieved by reserving an area the size of the argument delta right after the
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001861// original REtADDR, but before the saved framepointer or the spilled registers
1862// e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
1863// stack layout:
1864// arg1
1865// arg2
1866// RETADDR
1867// [ new RETADDR
1868// move area ]
1869// (possible EBP)
1870// ESI
1871// EDI
1872// local1 ..
1873
1874/// GetAlignedArgumentStackSize - Make the stack size align e.g 16n + 12 aligned
1875/// for a 16 byte align requirement.
1876unsigned X86TargetLowering::GetAlignedArgumentStackSize(unsigned StackSize,
1877 SelectionDAG& DAG) {
Evan Chenge9ac9e62008-09-07 09:07:23 +00001878 MachineFunction &MF = DAG.getMachineFunction();
1879 const TargetMachine &TM = MF.getTarget();
1880 const TargetFrameInfo &TFI = *TM.getFrameInfo();
1881 unsigned StackAlignment = TFI.getStackAlignment();
1882 uint64_t AlignMask = StackAlignment - 1;
1883 int64_t Offset = StackSize;
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001884 uint64_t SlotSize = TD->getPointerSize();
Evan Chenge9ac9e62008-09-07 09:07:23 +00001885 if ( (Offset & AlignMask) <= (StackAlignment - SlotSize) ) {
1886 // Number smaller than 12 so just add the difference.
1887 Offset += ((StackAlignment - SlotSize) - (Offset & AlignMask));
1888 } else {
1889 // Mask out lower bits, add stackalignment once plus the 12 bytes.
1890 Offset = ((~AlignMask) & Offset) + StackAlignment +
1891 (StackAlignment-SlotSize);
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001892 }
Evan Chenge9ac9e62008-09-07 09:07:23 +00001893 return Offset;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001894}
1895
1896/// IsEligibleForTailCallElimination - Check to see whether the next instruction
Evan Cheng9df7dc52007-11-02 01:26:22 +00001897/// following the call is a return. A function is eligible if caller/callee
1898/// calling conventions match, currently only fastcc supports tail calls, and
1899/// the function CALL is immediatly followed by a RET.
Dan Gohman095cc292008-09-13 01:54:27 +00001900bool X86TargetLowering::IsEligibleForTailCallOptimization(CallSDNode *TheCall,
Dan Gohman475871a2008-07-27 21:46:04 +00001901 SDValue Ret,
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001902 SelectionDAG& DAG) const {
Evan Cheng9df7dc52007-11-02 01:26:22 +00001903 if (!PerformTailCallOpt)
1904 return false;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001905
Dan Gohman095cc292008-09-13 01:54:27 +00001906 if (CheckTailCallReturnConstraints(TheCall, Ret)) {
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001907 MachineFunction &MF = DAG.getMachineFunction();
1908 unsigned CallerCC = MF.getFunction()->getCallingConv();
Dan Gohman095cc292008-09-13 01:54:27 +00001909 unsigned CalleeCC= TheCall->getCallingConv();
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001910 if (CalleeCC == CallingConv::Fast && CallerCC == CalleeCC) {
Dan Gohman095cc292008-09-13 01:54:27 +00001911 SDValue Callee = TheCall->getCallee();
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001912 // On x86/32Bit PIC/GOT tail calls are supported.
Evan Cheng9df7dc52007-11-02 01:26:22 +00001913 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ ||
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001914 !Subtarget->isPICStyleGOT()|| !Subtarget->is64Bit())
Evan Cheng9df7dc52007-11-02 01:26:22 +00001915 return true;
1916
Arnold Schwaighofera2a4b472008-02-26 10:21:54 +00001917 // Can only do local tail calls (in same module, hidden or protected) on
1918 // x86_64 PIC/GOT at the moment.
Gordon Henriksen86737662008-01-05 16:56:59 +00001919 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
1920 return G->getGlobal()->hasHiddenVisibility()
1921 || G->getGlobal()->hasProtectedVisibility();
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001922 }
1923 }
Evan Cheng9df7dc52007-11-02 01:26:22 +00001924
1925 return false;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00001926}
1927
Dan Gohman3df24e62008-09-03 23:12:08 +00001928FastISel *
1929X86TargetLowering::createFastISel(MachineFunction &mf,
Dan Gohmand57dd5f2008-09-23 21:53:34 +00001930 MachineModuleInfo *mmo,
Devang Patel83489bb2009-01-13 00:35:13 +00001931 DwarfWriter *dw,
Dan Gohman3df24e62008-09-03 23:12:08 +00001932 DenseMap<const Value *, unsigned> &vm,
1933 DenseMap<const BasicBlock *,
Dan Gohman0586d912008-09-10 20:11:02 +00001934 MachineBasicBlock *> &bm,
Dan Gohmandd5b58a2008-10-14 23:54:11 +00001935 DenseMap<const AllocaInst *, int> &am
1936#ifndef NDEBUG
1937 , SmallSet<Instruction*, 8> &cil
1938#endif
1939 ) {
Devang Patel83489bb2009-01-13 00:35:13 +00001940 return X86::createFastISel(mf, mmo, dw, vm, bm, am
Dan Gohmandd5b58a2008-10-14 23:54:11 +00001941#ifndef NDEBUG
1942 , cil
1943#endif
1944 );
Dan Gohmand9f3c482008-08-19 21:32:53 +00001945}
1946
1947
Chris Lattnerfcf1a3d2007-02-28 06:10:12 +00001948//===----------------------------------------------------------------------===//
1949// Other Lowering Hooks
1950//===----------------------------------------------------------------------===//
1951
1952
Dan Gohman475871a2008-07-27 21:46:04 +00001953SDValue X86TargetLowering::getReturnAddressFrameIndex(SelectionDAG &DAG) {
Anton Korobeynikova2780e12007-08-15 17:12:32 +00001954 MachineFunction &MF = DAG.getMachineFunction();
1955 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1956 int ReturnAddrIndex = FuncInfo->getRAIndex();
1957
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001958 if (ReturnAddrIndex == 0) {
1959 // Set up a frame object for the return address.
Bill Wendling64e87322009-01-16 19:25:27 +00001960 uint64_t SlotSize = TD->getPointerSize();
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00001961 ReturnAddrIndex = MF.getFrameInfo()->CreateFixedObject(SlotSize, -SlotSize);
Anton Korobeynikova2780e12007-08-15 17:12:32 +00001962 FuncInfo->setRAIndex(ReturnAddrIndex);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001963 }
1964
Evan Cheng25ab6902006-09-08 06:48:29 +00001965 return DAG.getFrameIndex(ReturnAddrIndex, getPointerTy());
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00001966}
1967
1968
Chris Lattner1c39d4c2008-12-24 23:53:05 +00001969/// TranslateX86CC - do a one to one translation of a ISD::CondCode to the X86
1970/// specific condition code, returning the condition code and the LHS/RHS of the
1971/// comparison to make.
1972static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
1973 SDValue &LHS, SDValue &RHS, SelectionDAG &DAG) {
Evan Chengd9558e02006-01-06 00:43:03 +00001974 if (!isFP) {
Chris Lattnerbfd68a72006-09-13 17:04:54 +00001975 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
1976 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) {
1977 // X > -1 -> X == 0, jump !sign.
1978 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00001979 return X86::COND_NS;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00001980 } else if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) {
1981 // X < 0 -> X == 0, jump on sign.
Chris Lattner1c39d4c2008-12-24 23:53:05 +00001982 return X86::COND_S;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001983 } else if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
Dan Gohman5f6913c2007-09-17 14:49:27 +00001984 // X < 1 -> X <= 0
1985 RHS = DAG.getConstant(0, RHS.getValueType());
Chris Lattner1c39d4c2008-12-24 23:53:05 +00001986 return X86::COND_LE;
Chris Lattnerbfd68a72006-09-13 17:04:54 +00001987 }
Chris Lattnerf9570512006-09-13 03:22:10 +00001988 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00001989
Evan Chengd9558e02006-01-06 00:43:03 +00001990 switch (SetCCOpcode) {
Chris Lattner4c78e022008-12-23 23:42:27 +00001991 default: assert(0 && "Invalid integer condition!");
Chris Lattner1c39d4c2008-12-24 23:53:05 +00001992 case ISD::SETEQ: return X86::COND_E;
1993 case ISD::SETGT: return X86::COND_G;
1994 case ISD::SETGE: return X86::COND_GE;
1995 case ISD::SETLT: return X86::COND_L;
1996 case ISD::SETLE: return X86::COND_LE;
1997 case ISD::SETNE: return X86::COND_NE;
1998 case ISD::SETULT: return X86::COND_B;
1999 case ISD::SETUGT: return X86::COND_A;
2000 case ISD::SETULE: return X86::COND_BE;
2001 case ISD::SETUGE: return X86::COND_AE;
Evan Chengd9558e02006-01-06 00:43:03 +00002002 }
Chris Lattner4c78e022008-12-23 23:42:27 +00002003 }
2004
2005 // First determine if it is required or is profitable to flip the operands.
Duncan Sands4047f4a2008-10-24 13:03:10 +00002006
Chris Lattner4c78e022008-12-23 23:42:27 +00002007 // If LHS is a foldable load, but RHS is not, flip the condition.
2008 if ((ISD::isNON_EXTLoad(LHS.getNode()) && LHS.hasOneUse()) &&
2009 !(ISD::isNON_EXTLoad(RHS.getNode()) && RHS.hasOneUse())) {
2010 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
2011 std::swap(LHS, RHS);
Evan Cheng4d46d0a2008-08-28 23:48:31 +00002012 }
2013
Chris Lattner4c78e022008-12-23 23:42:27 +00002014 switch (SetCCOpcode) {
2015 default: break;
2016 case ISD::SETOLT:
2017 case ISD::SETOLE:
2018 case ISD::SETUGT:
2019 case ISD::SETUGE:
2020 std::swap(LHS, RHS);
2021 break;
2022 }
2023
2024 // On a floating point condition, the flags are set as follows:
2025 // ZF PF CF op
2026 // 0 | 0 | 0 | X > Y
2027 // 0 | 0 | 1 | X < Y
2028 // 1 | 0 | 0 | X == Y
2029 // 1 | 1 | 1 | unordered
2030 switch (SetCCOpcode) {
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002031 default: assert(0 && "Condcode should be pre-legalized away");
Chris Lattner4c78e022008-12-23 23:42:27 +00002032 case ISD::SETUEQ:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002033 case ISD::SETEQ: return X86::COND_E;
Chris Lattner4c78e022008-12-23 23:42:27 +00002034 case ISD::SETOLT: // flipped
2035 case ISD::SETOGT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002036 case ISD::SETGT: return X86::COND_A;
Chris Lattner4c78e022008-12-23 23:42:27 +00002037 case ISD::SETOLE: // flipped
2038 case ISD::SETOGE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002039 case ISD::SETGE: return X86::COND_AE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002040 case ISD::SETUGT: // flipped
2041 case ISD::SETULT:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002042 case ISD::SETLT: return X86::COND_B;
Chris Lattner4c78e022008-12-23 23:42:27 +00002043 case ISD::SETUGE: // flipped
2044 case ISD::SETULE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002045 case ISD::SETLE: return X86::COND_BE;
Chris Lattner4c78e022008-12-23 23:42:27 +00002046 case ISD::SETONE:
Chris Lattner1c39d4c2008-12-24 23:53:05 +00002047 case ISD::SETNE: return X86::COND_NE;
2048 case ISD::SETUO: return X86::COND_P;
2049 case ISD::SETO: return X86::COND_NP;
Chris Lattner4c78e022008-12-23 23:42:27 +00002050 }
Evan Chengd9558e02006-01-06 00:43:03 +00002051}
2052
Evan Cheng4a460802006-01-11 00:33:36 +00002053/// hasFPCMov - is there a floating point cmov for the specific X86 condition
2054/// code. Current x86 isa includes the following FP cmov instructions:
Evan Chengaaca22c2006-01-10 20:26:56 +00002055/// fcmovb, fcomvbe, fcomve, fcmovu, fcmovae, fcmova, fcmovne, fcmovnu.
Evan Cheng4a460802006-01-11 00:33:36 +00002056static bool hasFPCMov(unsigned X86CC) {
Evan Chengaaca22c2006-01-10 20:26:56 +00002057 switch (X86CC) {
2058 default:
2059 return false;
Chris Lattner7fbe9722006-10-20 17:42:20 +00002060 case X86::COND_B:
2061 case X86::COND_BE:
2062 case X86::COND_E:
2063 case X86::COND_P:
2064 case X86::COND_A:
2065 case X86::COND_AE:
2066 case X86::COND_NE:
2067 case X86::COND_NP:
Evan Chengaaca22c2006-01-10 20:26:56 +00002068 return true;
2069 }
2070}
2071
Evan Cheng5ced1d82006-04-06 23:23:56 +00002072/// isUndefOrInRange - Op is either an undef node or a ConstantSDNode. Return
Evan Chengc5cdff22006-04-07 21:53:05 +00002073/// true if Op is undef or if its value falls within the specified range (L, H].
Dan Gohman475871a2008-07-27 21:46:04 +00002074static bool isUndefOrInRange(SDValue Op, unsigned Low, unsigned Hi) {
Evan Cheng5ced1d82006-04-06 23:23:56 +00002075 if (Op.getOpcode() == ISD::UNDEF)
2076 return true;
2077
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002078 unsigned Val = cast<ConstantSDNode>(Op)->getZExtValue();
Evan Chengc5cdff22006-04-07 21:53:05 +00002079 return (Val >= Low && Val < Hi);
2080}
2081
2082/// isUndefOrEqual - Op is either an undef node or a ConstantSDNode. Return
2083/// true if Op is undef or if its value equal to the specified value.
Dan Gohman475871a2008-07-27 21:46:04 +00002084static bool isUndefOrEqual(SDValue Op, unsigned Val) {
Evan Chengc5cdff22006-04-07 21:53:05 +00002085 if (Op.getOpcode() == ISD::UNDEF)
2086 return true;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002087 return cast<ConstantSDNode>(Op)->getZExtValue() == Val;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002088}
2089
Evan Cheng0188ecb2006-03-22 18:59:22 +00002090/// isPSHUFDMask - Return true if the specified VECTOR_SHUFFLE operand
2091/// specifies a shuffle of elements that is suitable for input to PSHUFD.
2092bool X86::isPSHUFDMask(SDNode *N) {
2093 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2094
Dan Gohman7f55fcb2007-08-02 21:17:01 +00002095 if (N->getNumOperands() != 2 && N->getNumOperands() != 4)
Evan Cheng0188ecb2006-03-22 18:59:22 +00002096 return false;
2097
2098 // Check if the value doesn't reference the second vector.
Evan Cheng506d3df2006-03-29 23:07:14 +00002099 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002100 SDValue Arg = N->getOperand(i);
Evan Chengef698ca2006-03-31 00:30:29 +00002101 if (Arg.getOpcode() == ISD::UNDEF) continue;
2102 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002103 if (cast<ConstantSDNode>(Arg)->getZExtValue() >= e)
Evan Cheng506d3df2006-03-29 23:07:14 +00002104 return false;
2105 }
2106
2107 return true;
2108}
2109
2110/// isPSHUFHWMask - Return true if the specified VECTOR_SHUFFLE operand
Evan Chengc21a0532006-04-05 01:47:37 +00002111/// specifies a shuffle of elements that is suitable for input to PSHUFHW.
Evan Cheng506d3df2006-03-29 23:07:14 +00002112bool X86::isPSHUFHWMask(SDNode *N) {
2113 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2114
2115 if (N->getNumOperands() != 8)
2116 return false;
2117
2118 // Lower quadword copied in order.
2119 for (unsigned i = 0; i != 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002120 SDValue Arg = N->getOperand(i);
Evan Chengef698ca2006-03-31 00:30:29 +00002121 if (Arg.getOpcode() == ISD::UNDEF) continue;
2122 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002123 if (cast<ConstantSDNode>(Arg)->getZExtValue() != i)
Evan Cheng506d3df2006-03-29 23:07:14 +00002124 return false;
2125 }
2126
2127 // Upper quadword shuffled.
2128 for (unsigned i = 4; i != 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002129 SDValue Arg = N->getOperand(i);
Evan Chengef698ca2006-03-31 00:30:29 +00002130 if (Arg.getOpcode() == ISD::UNDEF) continue;
2131 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002132 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng506d3df2006-03-29 23:07:14 +00002133 if (Val < 4 || Val > 7)
2134 return false;
2135 }
2136
2137 return true;
2138}
2139
2140/// isPSHUFLWMask - Return true if the specified VECTOR_SHUFFLE operand
Evan Chengc21a0532006-04-05 01:47:37 +00002141/// specifies a shuffle of elements that is suitable for input to PSHUFLW.
Evan Cheng506d3df2006-03-29 23:07:14 +00002142bool X86::isPSHUFLWMask(SDNode *N) {
2143 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2144
2145 if (N->getNumOperands() != 8)
2146 return false;
2147
2148 // Upper quadword copied in order.
Evan Chengc5cdff22006-04-07 21:53:05 +00002149 for (unsigned i = 4; i != 8; ++i)
2150 if (!isUndefOrEqual(N->getOperand(i), i))
Evan Cheng506d3df2006-03-29 23:07:14 +00002151 return false;
Evan Cheng506d3df2006-03-29 23:07:14 +00002152
2153 // Lower quadword shuffled.
Evan Chengc5cdff22006-04-07 21:53:05 +00002154 for (unsigned i = 0; i != 4; ++i)
2155 if (!isUndefOrInRange(N->getOperand(i), 0, 4))
Evan Cheng506d3df2006-03-29 23:07:14 +00002156 return false;
Evan Cheng0188ecb2006-03-22 18:59:22 +00002157
2158 return true;
2159}
2160
Evan Cheng14aed5e2006-03-24 01:18:28 +00002161/// isSHUFPMask - Return true if the specified VECTOR_SHUFFLE operand
2162/// specifies a shuffle of elements that is suitable for input to SHUFP*.
Dan Gohmane7852d02009-01-26 04:35:06 +00002163template<class SDOperand>
2164static bool isSHUFPMask(SDOperand *Elems, unsigned NumElems) {
Evan Cheng39623da2006-04-20 08:58:49 +00002165 if (NumElems != 2 && NumElems != 4) return false;
Evan Cheng14aed5e2006-03-24 01:18:28 +00002166
Evan Cheng39623da2006-04-20 08:58:49 +00002167 unsigned Half = NumElems / 2;
2168 for (unsigned i = 0; i < Half; ++i)
Chris Lattner5a88b832007-02-25 07:10:00 +00002169 if (!isUndefOrInRange(Elems[i], 0, NumElems))
Evan Cheng39623da2006-04-20 08:58:49 +00002170 return false;
2171 for (unsigned i = Half; i < NumElems; ++i)
Chris Lattner5a88b832007-02-25 07:10:00 +00002172 if (!isUndefOrInRange(Elems[i], NumElems, NumElems*2))
Evan Cheng39623da2006-04-20 08:58:49 +00002173 return false;
Evan Cheng14aed5e2006-03-24 01:18:28 +00002174
2175 return true;
2176}
2177
Evan Cheng39623da2006-04-20 08:58:49 +00002178bool X86::isSHUFPMask(SDNode *N) {
2179 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Chris Lattner5a88b832007-02-25 07:10:00 +00002180 return ::isSHUFPMask(N->op_begin(), N->getNumOperands());
Evan Cheng39623da2006-04-20 08:58:49 +00002181}
2182
Evan Cheng213d2cf2007-05-17 18:45:50 +00002183/// isCommutedSHUFP - Returns true if the shuffle mask is exactly
Evan Cheng39623da2006-04-20 08:58:49 +00002184/// the reverse of what x86 shuffles want. x86 shuffles requires the lower
2185/// half elements to come from vector 1 (which would equal the dest.) and
2186/// the upper half to come from vector 2.
Dan Gohmane7852d02009-01-26 04:35:06 +00002187template<class SDOperand>
2188static bool isCommutedSHUFP(SDOperand *Ops, unsigned NumOps) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002189 if (NumOps != 2 && NumOps != 4) return false;
Evan Cheng39623da2006-04-20 08:58:49 +00002190
Chris Lattner5a88b832007-02-25 07:10:00 +00002191 unsigned Half = NumOps / 2;
Evan Cheng39623da2006-04-20 08:58:49 +00002192 for (unsigned i = 0; i < Half; ++i)
Chris Lattner5a88b832007-02-25 07:10:00 +00002193 if (!isUndefOrInRange(Ops[i], NumOps, NumOps*2))
Evan Cheng39623da2006-04-20 08:58:49 +00002194 return false;
Chris Lattner5a88b832007-02-25 07:10:00 +00002195 for (unsigned i = Half; i < NumOps; ++i)
2196 if (!isUndefOrInRange(Ops[i], 0, NumOps))
Evan Cheng39623da2006-04-20 08:58:49 +00002197 return false;
2198 return true;
2199}
2200
2201static bool isCommutedSHUFP(SDNode *N) {
2202 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Chris Lattner5a88b832007-02-25 07:10:00 +00002203 return isCommutedSHUFP(N->op_begin(), N->getNumOperands());
Evan Cheng39623da2006-04-20 08:58:49 +00002204}
2205
Evan Cheng2c0dbd02006-03-24 02:58:06 +00002206/// isMOVHLPSMask - Return true if the specified VECTOR_SHUFFLE operand
2207/// specifies a shuffle of elements that is suitable for input to MOVHLPS.
2208bool X86::isMOVHLPSMask(SDNode *N) {
2209 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2210
Evan Cheng2064a2b2006-03-28 06:50:32 +00002211 if (N->getNumOperands() != 4)
Evan Cheng2c0dbd02006-03-24 02:58:06 +00002212 return false;
2213
Evan Cheng2064a2b2006-03-28 06:50:32 +00002214 // Expect bit0 == 6, bit1 == 7, bit2 == 2, bit3 == 3
Evan Chengc5cdff22006-04-07 21:53:05 +00002215 return isUndefOrEqual(N->getOperand(0), 6) &&
2216 isUndefOrEqual(N->getOperand(1), 7) &&
2217 isUndefOrEqual(N->getOperand(2), 2) &&
2218 isUndefOrEqual(N->getOperand(3), 3);
Evan Cheng2064a2b2006-03-28 06:50:32 +00002219}
2220
Evan Cheng6e56e2c2006-11-07 22:14:24 +00002221/// isMOVHLPS_v_undef_Mask - Special case of isMOVHLPSMask for canonical form
2222/// of vector_shuffle v, v, <2, 3, 2, 3>, i.e. vector_shuffle v, undef,
2223/// <2, 3, 2, 3>
2224bool X86::isMOVHLPS_v_undef_Mask(SDNode *N) {
2225 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2226
2227 if (N->getNumOperands() != 4)
2228 return false;
2229
2230 // Expect bit0 == 2, bit1 == 3, bit2 == 2, bit3 == 3
2231 return isUndefOrEqual(N->getOperand(0), 2) &&
2232 isUndefOrEqual(N->getOperand(1), 3) &&
2233 isUndefOrEqual(N->getOperand(2), 2) &&
2234 isUndefOrEqual(N->getOperand(3), 3);
2235}
2236
Evan Cheng5ced1d82006-04-06 23:23:56 +00002237/// isMOVLPMask - Return true if the specified VECTOR_SHUFFLE operand
2238/// specifies a shuffle of elements that is suitable for input to MOVLP{S|D}.
2239bool X86::isMOVLPMask(SDNode *N) {
2240 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2241
2242 unsigned NumElems = N->getNumOperands();
2243 if (NumElems != 2 && NumElems != 4)
2244 return false;
2245
Evan Chengc5cdff22006-04-07 21:53:05 +00002246 for (unsigned i = 0; i < NumElems/2; ++i)
2247 if (!isUndefOrEqual(N->getOperand(i), i + NumElems))
2248 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002249
Evan Chengc5cdff22006-04-07 21:53:05 +00002250 for (unsigned i = NumElems/2; i < NumElems; ++i)
2251 if (!isUndefOrEqual(N->getOperand(i), i))
2252 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002253
2254 return true;
2255}
2256
2257/// isMOVHPMask - Return true if the specified VECTOR_SHUFFLE operand
Evan Cheng533a0aa2006-04-19 20:35:22 +00002258/// specifies a shuffle of elements that is suitable for input to MOVHP{S|D}
2259/// and MOVLHPS.
Evan Cheng5ced1d82006-04-06 23:23:56 +00002260bool X86::isMOVHPMask(SDNode *N) {
2261 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2262
2263 unsigned NumElems = N->getNumOperands();
2264 if (NumElems != 2 && NumElems != 4)
2265 return false;
2266
Evan Chengc5cdff22006-04-07 21:53:05 +00002267 for (unsigned i = 0; i < NumElems/2; ++i)
2268 if (!isUndefOrEqual(N->getOperand(i), i))
2269 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002270
2271 for (unsigned i = 0; i < NumElems/2; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002272 SDValue Arg = N->getOperand(i + NumElems/2);
Evan Chengc5cdff22006-04-07 21:53:05 +00002273 if (!isUndefOrEqual(Arg, i + NumElems))
2274 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002275 }
2276
2277 return true;
2278}
2279
Evan Cheng0038e592006-03-28 00:39:58 +00002280/// isUNPCKLMask - Return true if the specified VECTOR_SHUFFLE operand
2281/// specifies a shuffle of elements that is suitable for input to UNPCKL.
Dan Gohmane7852d02009-01-26 04:35:06 +00002282template<class SDOperand>
2283bool static isUNPCKLMask(SDOperand *Elts, unsigned NumElts,
Chris Lattner5a88b832007-02-25 07:10:00 +00002284 bool V2IsSplat = false) {
2285 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng0038e592006-03-28 00:39:58 +00002286 return false;
2287
Chris Lattner5a88b832007-02-25 07:10:00 +00002288 for (unsigned i = 0, j = 0; i != NumElts; i += 2, ++j) {
Dan Gohman475871a2008-07-27 21:46:04 +00002289 SDValue BitI = Elts[i];
2290 SDValue BitI1 = Elts[i+1];
Evan Chengc5cdff22006-04-07 21:53:05 +00002291 if (!isUndefOrEqual(BitI, j))
2292 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00002293 if (V2IsSplat) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002294 if (isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002295 return false;
2296 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00002297 if (!isUndefOrEqual(BitI1, j + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002298 return false;
2299 }
Evan Cheng0038e592006-03-28 00:39:58 +00002300 }
2301
2302 return true;
2303}
2304
Evan Cheng39623da2006-04-20 08:58:49 +00002305bool X86::isUNPCKLMask(SDNode *N, bool V2IsSplat) {
2306 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Chris Lattner5a88b832007-02-25 07:10:00 +00002307 return ::isUNPCKLMask(N->op_begin(), N->getNumOperands(), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00002308}
2309
Evan Cheng4fcb9222006-03-28 02:43:26 +00002310/// isUNPCKHMask - Return true if the specified VECTOR_SHUFFLE operand
2311/// specifies a shuffle of elements that is suitable for input to UNPCKH.
Dan Gohmane7852d02009-01-26 04:35:06 +00002312template<class SDOperand>
2313bool static isUNPCKHMask(SDOperand *Elts, unsigned NumElts,
Chris Lattner5a88b832007-02-25 07:10:00 +00002314 bool V2IsSplat = false) {
2315 if (NumElts != 2 && NumElts != 4 && NumElts != 8 && NumElts != 16)
Evan Cheng4fcb9222006-03-28 02:43:26 +00002316 return false;
2317
Chris Lattner5a88b832007-02-25 07:10:00 +00002318 for (unsigned i = 0, j = 0; i != NumElts; i += 2, ++j) {
Dan Gohman475871a2008-07-27 21:46:04 +00002319 SDValue BitI = Elts[i];
2320 SDValue BitI1 = Elts[i+1];
Chris Lattner5a88b832007-02-25 07:10:00 +00002321 if (!isUndefOrEqual(BitI, j + NumElts/2))
Evan Chengc5cdff22006-04-07 21:53:05 +00002322 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00002323 if (V2IsSplat) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002324 if (isUndefOrEqual(BitI1, NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002325 return false;
2326 } else {
Chris Lattner5a88b832007-02-25 07:10:00 +00002327 if (!isUndefOrEqual(BitI1, j + NumElts/2 + NumElts))
Evan Cheng39623da2006-04-20 08:58:49 +00002328 return false;
2329 }
Evan Cheng4fcb9222006-03-28 02:43:26 +00002330 }
2331
2332 return true;
2333}
2334
Evan Cheng39623da2006-04-20 08:58:49 +00002335bool X86::isUNPCKHMask(SDNode *N, bool V2IsSplat) {
2336 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Chris Lattner5a88b832007-02-25 07:10:00 +00002337 return ::isUNPCKHMask(N->op_begin(), N->getNumOperands(), V2IsSplat);
Evan Cheng39623da2006-04-20 08:58:49 +00002338}
2339
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002340/// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
2341/// of vector_shuffle v, v, <0, 4, 1, 5>, i.e. vector_shuffle v, undef,
2342/// <0, 0, 1, 1>
2343bool X86::isUNPCKL_v_undef_Mask(SDNode *N) {
2344 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2345
2346 unsigned NumElems = N->getNumOperands();
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002347 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002348 return false;
2349
2350 for (unsigned i = 0, j = 0; i != NumElems; i += 2, ++j) {
Dan Gohman475871a2008-07-27 21:46:04 +00002351 SDValue BitI = N->getOperand(i);
2352 SDValue BitI1 = N->getOperand(i+1);
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002353
Evan Chengc5cdff22006-04-07 21:53:05 +00002354 if (!isUndefOrEqual(BitI, j))
2355 return false;
2356 if (!isUndefOrEqual(BitI1, j))
2357 return false;
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002358 }
2359
2360 return true;
2361}
2362
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002363/// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
2364/// of vector_shuffle v, v, <2, 6, 3, 7>, i.e. vector_shuffle v, undef,
2365/// <2, 2, 3, 3>
2366bool X86::isUNPCKH_v_undef_Mask(SDNode *N) {
2367 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2368
2369 unsigned NumElems = N->getNumOperands();
2370 if (NumElems != 2 && NumElems != 4 && NumElems != 8 && NumElems != 16)
2371 return false;
2372
2373 for (unsigned i = 0, j = NumElems / 2; i != NumElems; i += 2, ++j) {
Dan Gohman475871a2008-07-27 21:46:04 +00002374 SDValue BitI = N->getOperand(i);
2375 SDValue BitI1 = N->getOperand(i + 1);
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00002376
2377 if (!isUndefOrEqual(BitI, j))
2378 return false;
2379 if (!isUndefOrEqual(BitI1, j))
2380 return false;
2381 }
2382
2383 return true;
2384}
2385
Evan Cheng017dcc62006-04-21 01:05:10 +00002386/// isMOVLMask - Return true if the specified VECTOR_SHUFFLE operand
2387/// specifies a shuffle of elements that is suitable for input to MOVSS,
2388/// MOVSD, and MOVD, i.e. setting the lowest element.
Dan Gohmane7852d02009-01-26 04:35:06 +00002389template<class SDOperand>
2390static bool isMOVLMask(SDOperand *Elts, unsigned NumElts) {
Evan Cheng10762102007-12-06 22:14:22 +00002391 if (NumElts != 2 && NumElts != 4)
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002392 return false;
2393
Chris Lattner5a88b832007-02-25 07:10:00 +00002394 if (!isUndefOrEqual(Elts[0], NumElts))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002395 return false;
2396
Chris Lattner5a88b832007-02-25 07:10:00 +00002397 for (unsigned i = 1; i < NumElts; ++i) {
2398 if (!isUndefOrEqual(Elts[i], i))
Evan Chengd6d1cbd2006-04-11 00:19:04 +00002399 return false;
2400 }
2401
2402 return true;
2403}
Evan Cheng1d5a8cc2006-04-05 07:20:06 +00002404
Evan Cheng017dcc62006-04-21 01:05:10 +00002405bool X86::isMOVLMask(SDNode *N) {
Evan Cheng39623da2006-04-20 08:58:49 +00002406 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Chris Lattner5a88b832007-02-25 07:10:00 +00002407 return ::isMOVLMask(N->op_begin(), N->getNumOperands());
Evan Cheng39623da2006-04-20 08:58:49 +00002408}
2409
Evan Cheng017dcc62006-04-21 01:05:10 +00002410/// isCommutedMOVL - Returns true if the shuffle mask is except the reverse
2411/// of what x86 movss want. X86 movs requires the lowest element to be lowest
Evan Cheng39623da2006-04-20 08:58:49 +00002412/// element of vector 2 and the other elements to come from vector 1 in order.
Dan Gohmane7852d02009-01-26 04:35:06 +00002413template<class SDOperand>
2414static bool isCommutedMOVL(SDOperand *Ops, unsigned NumOps,
Chris Lattner5a88b832007-02-25 07:10:00 +00002415 bool V2IsSplat = false,
Evan Cheng8cf723d2006-09-08 01:50:06 +00002416 bool V2IsUndef = false) {
Chris Lattner5a88b832007-02-25 07:10:00 +00002417 if (NumOps != 2 && NumOps != 4 && NumOps != 8 && NumOps != 16)
Evan Cheng39623da2006-04-20 08:58:49 +00002418 return false;
2419
2420 if (!isUndefOrEqual(Ops[0], 0))
2421 return false;
2422
Chris Lattner5a88b832007-02-25 07:10:00 +00002423 for (unsigned i = 1; i < NumOps; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002424 SDValue Arg = Ops[i];
Chris Lattner5a88b832007-02-25 07:10:00 +00002425 if (!(isUndefOrEqual(Arg, i+NumOps) ||
2426 (V2IsUndef && isUndefOrInRange(Arg, NumOps, NumOps*2)) ||
2427 (V2IsSplat && isUndefOrEqual(Arg, NumOps))))
Evan Cheng8cf723d2006-09-08 01:50:06 +00002428 return false;
Evan Cheng39623da2006-04-20 08:58:49 +00002429 }
2430
2431 return true;
2432}
2433
Evan Cheng8cf723d2006-09-08 01:50:06 +00002434static bool isCommutedMOVL(SDNode *N, bool V2IsSplat = false,
2435 bool V2IsUndef = false) {
Evan Cheng39623da2006-04-20 08:58:49 +00002436 assert(N->getOpcode() == ISD::BUILD_VECTOR);
Chris Lattner5a88b832007-02-25 07:10:00 +00002437 return isCommutedMOVL(N->op_begin(), N->getNumOperands(),
2438 V2IsSplat, V2IsUndef);
Evan Cheng39623da2006-04-20 08:58:49 +00002439}
2440
Evan Chengd9539472006-04-14 21:59:03 +00002441/// isMOVSHDUPMask - Return true if the specified VECTOR_SHUFFLE operand
2442/// specifies a shuffle of elements that is suitable for input to MOVSHDUP.
2443bool X86::isMOVSHDUPMask(SDNode *N) {
2444 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2445
2446 if (N->getNumOperands() != 4)
2447 return false;
2448
2449 // Expect 1, 1, 3, 3
2450 for (unsigned i = 0; i < 2; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002451 SDValue Arg = N->getOperand(i);
Evan Chengd9539472006-04-14 21:59:03 +00002452 if (Arg.getOpcode() == ISD::UNDEF) continue;
2453 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002454 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Chengd9539472006-04-14 21:59:03 +00002455 if (Val != 1) return false;
2456 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002457
2458 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00002459 for (unsigned i = 2; i < 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002460 SDValue Arg = N->getOperand(i);
Evan Chengd9539472006-04-14 21:59:03 +00002461 if (Arg.getOpcode() == ISD::UNDEF) continue;
2462 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002463 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Chengd9539472006-04-14 21:59:03 +00002464 if (Val != 3) return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002465 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00002466 }
Evan Cheng39fc1452006-04-15 03:13:24 +00002467
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002468 // Don't use movshdup if it can be done with a shufps.
2469 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00002470}
2471
2472/// isMOVSLDUPMask - Return true if the specified VECTOR_SHUFFLE operand
2473/// specifies a shuffle of elements that is suitable for input to MOVSLDUP.
2474bool X86::isMOVSLDUPMask(SDNode *N) {
2475 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2476
2477 if (N->getNumOperands() != 4)
2478 return false;
2479
2480 // Expect 0, 0, 2, 2
2481 for (unsigned i = 0; i < 2; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002482 SDValue Arg = N->getOperand(i);
Evan Chengd9539472006-04-14 21:59:03 +00002483 if (Arg.getOpcode() == ISD::UNDEF) continue;
2484 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002485 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Chengd9539472006-04-14 21:59:03 +00002486 if (Val != 0) return false;
2487 }
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002488
2489 bool HasHi = false;
Evan Chengd9539472006-04-14 21:59:03 +00002490 for (unsigned i = 2; i < 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002491 SDValue Arg = N->getOperand(i);
Evan Chengd9539472006-04-14 21:59:03 +00002492 if (Arg.getOpcode() == ISD::UNDEF) continue;
2493 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002494 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Chengd9539472006-04-14 21:59:03 +00002495 if (Val != 2) return false;
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002496 HasHi = true;
Evan Chengd9539472006-04-14 21:59:03 +00002497 }
Evan Cheng39fc1452006-04-15 03:13:24 +00002498
Evan Cheng57ebe9f2006-04-15 05:37:34 +00002499 // Don't use movshdup if it can be done with a shufps.
2500 return HasHi;
Evan Chengd9539472006-04-14 21:59:03 +00002501}
2502
Evan Cheng49892af2007-06-19 00:02:56 +00002503/// isIdentityMask - Return true if the specified VECTOR_SHUFFLE operand
2504/// specifies a identity operation on the LHS or RHS.
2505static bool isIdentityMask(SDNode *N, bool RHS = false) {
2506 unsigned NumElems = N->getNumOperands();
2507 for (unsigned i = 0; i < NumElems; ++i)
2508 if (!isUndefOrEqual(N->getOperand(i), i + (RHS ? NumElems : 0)))
2509 return false;
2510 return true;
2511}
2512
Evan Chengb9df0ca2006-03-22 02:53:00 +00002513/// isSplatMask - Return true if the specified VECTOR_SHUFFLE operand specifies
2514/// a splat of a single element.
Evan Chengc575ca22006-04-17 20:43:08 +00002515static bool isSplatMask(SDNode *N) {
Evan Chengb9df0ca2006-03-22 02:53:00 +00002516 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2517
Evan Chengb9df0ca2006-03-22 02:53:00 +00002518 // This is a splat operation if each element of the permute is the same, and
2519 // if the value doesn't reference the second vector.
Evan Cheng94fe5eb2006-04-19 23:28:59 +00002520 unsigned NumElems = N->getNumOperands();
Dan Gohman475871a2008-07-27 21:46:04 +00002521 SDValue ElementBase;
Evan Cheng94fe5eb2006-04-19 23:28:59 +00002522 unsigned i = 0;
2523 for (; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002524 SDValue Elt = N->getOperand(i);
Reid Spencer3ed469c2006-11-02 20:25:50 +00002525 if (isa<ConstantSDNode>(Elt)) {
Evan Cheng94fe5eb2006-04-19 23:28:59 +00002526 ElementBase = Elt;
2527 break;
2528 }
2529 }
2530
Gabor Greifba36cb52008-08-28 21:40:38 +00002531 if (!ElementBase.getNode())
Evan Cheng94fe5eb2006-04-19 23:28:59 +00002532 return false;
2533
2534 for (; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002535 SDValue Arg = N->getOperand(i);
Evan Chengef698ca2006-03-31 00:30:29 +00002536 if (Arg.getOpcode() == ISD::UNDEF) continue;
2537 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Evan Cheng94fe5eb2006-04-19 23:28:59 +00002538 if (Arg != ElementBase) return false;
Evan Chengb9df0ca2006-03-22 02:53:00 +00002539 }
2540
2541 // Make sure it is a splat of the first vector operand.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002542 return cast<ConstantSDNode>(ElementBase)->getZExtValue() < NumElems;
Evan Chengb9df0ca2006-03-22 02:53:00 +00002543}
2544
Mon P Wang62c75ea2008-12-23 04:03:27 +00002545/// getSplatMaskEltNo - Given a splat mask, return the index to the element
2546/// we want to splat.
2547static SDValue getSplatMaskEltNo(SDNode *N) {
2548 assert(isSplatMask(N) && "Not a splat mask");
2549 unsigned NumElems = N->getNumOperands();
2550 SDValue ElementBase;
2551 unsigned i = 0;
2552 for (; i != NumElems; ++i) {
2553 SDValue Elt = N->getOperand(i);
2554 if (isa<ConstantSDNode>(Elt))
2555 return Elt;
2556 }
2557 assert(0 && " No splat value found!");
2558 return SDValue();
2559}
2560
2561
Evan Chengc575ca22006-04-17 20:43:08 +00002562/// isSplatMask - Return true if the specified VECTOR_SHUFFLE operand specifies
2563/// a splat of a single element and it's a 2 or 4 element mask.
2564bool X86::isSplatMask(SDNode *N) {
2565 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2566
Evan Cheng94fe5eb2006-04-19 23:28:59 +00002567 // We can only splat 64-bit, and 32-bit quantities with a single instruction.
Evan Chengc575ca22006-04-17 20:43:08 +00002568 if (N->getNumOperands() != 4 && N->getNumOperands() != 2)
2569 return false;
2570 return ::isSplatMask(N);
2571}
2572
Evan Chengf686d9b2006-10-27 21:08:32 +00002573/// isSplatLoMask - Return true if the specified VECTOR_SHUFFLE operand
2574/// specifies a splat of zero element.
2575bool X86::isSplatLoMask(SDNode *N) {
2576 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2577
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002578 for (unsigned i = 0, e = N->getNumOperands(); i < e; ++i)
Evan Chengf686d9b2006-10-27 21:08:32 +00002579 if (!isUndefOrEqual(N->getOperand(i), 0))
2580 return false;
2581 return true;
2582}
2583
Evan Cheng0b457f02008-09-25 20:50:48 +00002584/// isMOVDDUPMask - Return true if the specified VECTOR_SHUFFLE operand
2585/// specifies a shuffle of elements that is suitable for input to MOVDDUP.
2586bool X86::isMOVDDUPMask(SDNode *N) {
2587 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2588
2589 unsigned e = N->getNumOperands() / 2;
2590 for (unsigned i = 0; i < e; ++i)
2591 if (!isUndefOrEqual(N->getOperand(i), i))
2592 return false;
2593 for (unsigned i = 0; i < e; ++i)
2594 if (!isUndefOrEqual(N->getOperand(e+i), i))
2595 return false;
2596 return true;
2597}
2598
Evan Cheng63d33002006-03-22 08:01:21 +00002599/// getShuffleSHUFImmediate - Return the appropriate immediate to shuffle
2600/// the specified isShuffleMask VECTOR_SHUFFLE mask with PSHUF* and SHUFP*
2601/// instructions.
2602unsigned X86::getShuffleSHUFImmediate(SDNode *N) {
Evan Chengb9df0ca2006-03-22 02:53:00 +00002603 unsigned NumOperands = N->getNumOperands();
2604 unsigned Shift = (NumOperands == 4) ? 2 : 1;
2605 unsigned Mask = 0;
Evan Cheng36b27f32006-03-28 23:41:33 +00002606 for (unsigned i = 0; i < NumOperands; ++i) {
Evan Chengef698ca2006-03-31 00:30:29 +00002607 unsigned Val = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00002608 SDValue Arg = N->getOperand(NumOperands-i-1);
Evan Chengef698ca2006-03-31 00:30:29 +00002609 if (Arg.getOpcode() != ISD::UNDEF)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002610 Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng14aed5e2006-03-24 01:18:28 +00002611 if (Val >= NumOperands) Val -= NumOperands;
Evan Cheng63d33002006-03-22 08:01:21 +00002612 Mask |= Val;
Evan Cheng36b27f32006-03-28 23:41:33 +00002613 if (i != NumOperands - 1)
2614 Mask <<= Shift;
2615 }
Evan Cheng63d33002006-03-22 08:01:21 +00002616
2617 return Mask;
2618}
2619
Evan Cheng506d3df2006-03-29 23:07:14 +00002620/// getShufflePSHUFHWImmediate - Return the appropriate immediate to shuffle
2621/// the specified isShuffleMask VECTOR_SHUFFLE mask with PSHUFHW
2622/// instructions.
2623unsigned X86::getShufflePSHUFHWImmediate(SDNode *N) {
2624 unsigned Mask = 0;
2625 // 8 nodes, but we only care about the last 4.
2626 for (unsigned i = 7; i >= 4; --i) {
Evan Chengef698ca2006-03-31 00:30:29 +00002627 unsigned Val = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00002628 SDValue Arg = N->getOperand(i);
Evan Chengef698ca2006-03-31 00:30:29 +00002629 if (Arg.getOpcode() != ISD::UNDEF)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002630 Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng506d3df2006-03-29 23:07:14 +00002631 Mask |= (Val - 4);
2632 if (i != 4)
2633 Mask <<= 2;
2634 }
2635
2636 return Mask;
2637}
2638
2639/// getShufflePSHUFLWImmediate - Return the appropriate immediate to shuffle
2640/// the specified isShuffleMask VECTOR_SHUFFLE mask with PSHUFLW
2641/// instructions.
2642unsigned X86::getShufflePSHUFLWImmediate(SDNode *N) {
2643 unsigned Mask = 0;
2644 // 8 nodes, but we only care about the first 4.
2645 for (int i = 3; i >= 0; --i) {
Evan Chengef698ca2006-03-31 00:30:29 +00002646 unsigned Val = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00002647 SDValue Arg = N->getOperand(i);
Evan Chengef698ca2006-03-31 00:30:29 +00002648 if (Arg.getOpcode() != ISD::UNDEF)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002649 Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng506d3df2006-03-29 23:07:14 +00002650 Mask |= Val;
2651 if (i != 0)
2652 Mask <<= 2;
2653 }
2654
2655 return Mask;
2656}
2657
Evan Chengc21a0532006-04-05 01:47:37 +00002658/// isPSHUFHW_PSHUFLWMask - true if the specified VECTOR_SHUFFLE operand
2659/// specifies a 8 element shuffle that can be broken into a pair of
2660/// PSHUFHW and PSHUFLW.
2661static bool isPSHUFHW_PSHUFLWMask(SDNode *N) {
2662 assert(N->getOpcode() == ISD::BUILD_VECTOR);
2663
2664 if (N->getNumOperands() != 8)
2665 return false;
2666
2667 // Lower quadword shuffled.
2668 for (unsigned i = 0; i != 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002669 SDValue Arg = N->getOperand(i);
Evan Chengc21a0532006-04-05 01:47:37 +00002670 if (Arg.getOpcode() == ISD::UNDEF) continue;
2671 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002672 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00002673 if (Val >= 4)
Evan Chengc21a0532006-04-05 01:47:37 +00002674 return false;
2675 }
2676
2677 // Upper quadword shuffled.
2678 for (unsigned i = 4; i != 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002679 SDValue Arg = N->getOperand(i);
Evan Chengc21a0532006-04-05 01:47:37 +00002680 if (Arg.getOpcode() == ISD::UNDEF) continue;
2681 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002682 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Chengc21a0532006-04-05 01:47:37 +00002683 if (Val < 4 || Val > 7)
2684 return false;
2685 }
2686
2687 return true;
2688}
2689
Chris Lattner8a594482007-11-25 00:24:49 +00002690/// CommuteVectorShuffle - Swap vector_shuffle operands as well as
Evan Cheng5ced1d82006-04-06 23:23:56 +00002691/// values in ther permute mask.
Dan Gohman475871a2008-07-27 21:46:04 +00002692static SDValue CommuteVectorShuffle(SDValue Op, SDValue &V1,
2693 SDValue &V2, SDValue &Mask,
Evan Cheng9eca5e82006-10-25 21:49:50 +00002694 SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002695 MVT VT = Op.getValueType();
2696 MVT MaskVT = Mask.getValueType();
2697 MVT EltVT = MaskVT.getVectorElementType();
Evan Cheng5ced1d82006-04-06 23:23:56 +00002698 unsigned NumElems = Mask.getNumOperands();
Dan Gohman475871a2008-07-27 21:46:04 +00002699 SmallVector<SDValue, 8> MaskVec;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002700
2701 for (unsigned i = 0; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002702 SDValue Arg = Mask.getOperand(i);
Evan Cheng80d428c2006-04-19 22:48:17 +00002703 if (Arg.getOpcode() == ISD::UNDEF) {
2704 MaskVec.push_back(DAG.getNode(ISD::UNDEF, EltVT));
2705 continue;
2706 }
Evan Cheng5ced1d82006-04-06 23:23:56 +00002707 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002708 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng5ced1d82006-04-06 23:23:56 +00002709 if (Val < NumElems)
2710 MaskVec.push_back(DAG.getConstant(Val + NumElems, EltVT));
2711 else
2712 MaskVec.push_back(DAG.getConstant(Val - NumElems, EltVT));
2713 }
2714
Evan Cheng9eca5e82006-10-25 21:49:50 +00002715 std::swap(V1, V2);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002716 Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], NumElems);
Evan Cheng9eca5e82006-10-25 21:49:50 +00002717 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2, Mask);
Evan Cheng5ced1d82006-04-06 23:23:56 +00002718}
2719
Evan Cheng779ccea2007-12-07 21:30:01 +00002720/// CommuteVectorShuffleMask - Change values in a shuffle permute mask assuming
2721/// the two vector operands have swapped position.
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002722static
Dan Gohman475871a2008-07-27 21:46:04 +00002723SDValue CommuteVectorShuffleMask(SDValue Mask, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002724 MVT MaskVT = Mask.getValueType();
2725 MVT EltVT = MaskVT.getVectorElementType();
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002726 unsigned NumElems = Mask.getNumOperands();
Dan Gohman475871a2008-07-27 21:46:04 +00002727 SmallVector<SDValue, 8> MaskVec;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002728 for (unsigned i = 0; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002729 SDValue Arg = Mask.getOperand(i);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002730 if (Arg.getOpcode() == ISD::UNDEF) {
2731 MaskVec.push_back(DAG.getNode(ISD::UNDEF, EltVT));
2732 continue;
2733 }
2734 assert(isa<ConstantSDNode>(Arg) && "Invalid VECTOR_SHUFFLE mask!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002735 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng8a86c3f2007-12-07 08:07:39 +00002736 if (Val < NumElems)
2737 MaskVec.push_back(DAG.getConstant(Val + NumElems, EltVT));
2738 else
2739 MaskVec.push_back(DAG.getConstant(Val - NumElems, EltVT));
2740 }
2741 return DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], NumElems);
2742}
2743
2744
Evan Cheng533a0aa2006-04-19 20:35:22 +00002745/// ShouldXformToMOVHLPS - Return true if the node should be transformed to
2746/// match movhlps. The lower half elements should come from upper half of
2747/// V1 (and in order), and the upper half elements should come from the upper
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00002748/// half of V2 (and in order).
Evan Cheng533a0aa2006-04-19 20:35:22 +00002749static bool ShouldXformToMOVHLPS(SDNode *Mask) {
2750 unsigned NumElems = Mask->getNumOperands();
2751 if (NumElems != 4)
2752 return false;
2753 for (unsigned i = 0, e = 2; i != e; ++i)
2754 if (!isUndefOrEqual(Mask->getOperand(i), i+2))
2755 return false;
2756 for (unsigned i = 2; i != 4; ++i)
2757 if (!isUndefOrEqual(Mask->getOperand(i), i+4))
2758 return false;
2759 return true;
2760}
2761
Evan Cheng5ced1d82006-04-06 23:23:56 +00002762/// isScalarLoadToVector - Returns true if the node is a scalar load that
Evan Cheng7e2ff772008-05-08 00:57:18 +00002763/// is promoted to a vector. It also returns the LoadSDNode by reference if
2764/// required.
2765static bool isScalarLoadToVector(SDNode *N, LoadSDNode **LD = NULL) {
Evan Cheng0b457f02008-09-25 20:50:48 +00002766 if (N->getOpcode() != ISD::SCALAR_TO_VECTOR)
2767 return false;
2768 N = N->getOperand(0).getNode();
2769 if (!ISD::isNON_EXTLoad(N))
2770 return false;
2771 if (LD)
2772 *LD = cast<LoadSDNode>(N);
2773 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002774}
2775
Evan Cheng533a0aa2006-04-19 20:35:22 +00002776/// ShouldXformToMOVLP{S|D} - Return true if the node should be transformed to
2777/// match movlp{s|d}. The lower half elements should come from lower half of
2778/// V1 (and in order), and the upper half elements should come from the upper
2779/// half of V2 (and in order). And since V1 will become the source of the
2780/// MOVLP, it must be either a vector load or a scalar load to vector.
Evan Cheng23425f52006-10-09 21:39:25 +00002781static bool ShouldXformToMOVLP(SDNode *V1, SDNode *V2, SDNode *Mask) {
Evan Cheng466685d2006-10-09 20:57:25 +00002782 if (!ISD::isNON_EXTLoad(V1) && !isScalarLoadToVector(V1))
Evan Cheng533a0aa2006-04-19 20:35:22 +00002783 return false;
Evan Cheng23425f52006-10-09 21:39:25 +00002784 // Is V2 is a vector load, don't do this transformation. We will try to use
2785 // load folding shufps op.
2786 if (ISD::isNON_EXTLoad(V2))
2787 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002788
Evan Cheng533a0aa2006-04-19 20:35:22 +00002789 unsigned NumElems = Mask->getNumOperands();
2790 if (NumElems != 2 && NumElems != 4)
2791 return false;
2792 for (unsigned i = 0, e = NumElems/2; i != e; ++i)
2793 if (!isUndefOrEqual(Mask->getOperand(i), i))
2794 return false;
2795 for (unsigned i = NumElems/2; i != NumElems; ++i)
2796 if (!isUndefOrEqual(Mask->getOperand(i), i+NumElems))
2797 return false;
2798 return true;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002799}
2800
Evan Cheng39623da2006-04-20 08:58:49 +00002801/// isSplatVector - Returns true if N is a BUILD_VECTOR node whose elements are
2802/// all the same.
2803static bool isSplatVector(SDNode *N) {
2804 if (N->getOpcode() != ISD::BUILD_VECTOR)
2805 return false;
Evan Cheng5ced1d82006-04-06 23:23:56 +00002806
Dan Gohman475871a2008-07-27 21:46:04 +00002807 SDValue SplatValue = N->getOperand(0);
Evan Cheng39623da2006-04-20 08:58:49 +00002808 for (unsigned i = 1, e = N->getNumOperands(); i != e; ++i)
2809 if (N->getOperand(i) != SplatValue)
Evan Cheng5ced1d82006-04-06 23:23:56 +00002810 return false;
2811 return true;
2812}
2813
Evan Cheng8cf723d2006-09-08 01:50:06 +00002814/// isUndefShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
2815/// to an undef.
2816static bool isUndefShuffle(SDNode *N) {
Evan Cheng213d2cf2007-05-17 18:45:50 +00002817 if (N->getOpcode() != ISD::VECTOR_SHUFFLE)
Evan Cheng8cf723d2006-09-08 01:50:06 +00002818 return false;
2819
Dan Gohman475871a2008-07-27 21:46:04 +00002820 SDValue V1 = N->getOperand(0);
2821 SDValue V2 = N->getOperand(1);
2822 SDValue Mask = N->getOperand(2);
Evan Cheng8cf723d2006-09-08 01:50:06 +00002823 unsigned NumElems = Mask.getNumOperands();
2824 for (unsigned i = 0; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002825 SDValue Arg = Mask.getOperand(i);
Evan Cheng8cf723d2006-09-08 01:50:06 +00002826 if (Arg.getOpcode() != ISD::UNDEF) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002827 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng8cf723d2006-09-08 01:50:06 +00002828 if (Val < NumElems && V1.getOpcode() != ISD::UNDEF)
2829 return false;
2830 else if (Val >= NumElems && V2.getOpcode() != ISD::UNDEF)
2831 return false;
2832 }
2833 }
2834 return true;
2835}
2836
Evan Cheng213d2cf2007-05-17 18:45:50 +00002837/// isZeroNode - Returns true if Elt is a constant zero or a floating point
2838/// constant +0.0.
Dan Gohman475871a2008-07-27 21:46:04 +00002839static inline bool isZeroNode(SDValue Elt) {
Evan Cheng213d2cf2007-05-17 18:45:50 +00002840 return ((isa<ConstantSDNode>(Elt) &&
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002841 cast<ConstantSDNode>(Elt)->getZExtValue() == 0) ||
Evan Cheng213d2cf2007-05-17 18:45:50 +00002842 (isa<ConstantFPSDNode>(Elt) &&
Dale Johanneseneaf08942007-08-31 04:03:46 +00002843 cast<ConstantFPSDNode>(Elt)->getValueAPF().isPosZero()));
Evan Cheng213d2cf2007-05-17 18:45:50 +00002844}
2845
2846/// isZeroShuffle - Returns true if N is a VECTOR_SHUFFLE that can be resolved
2847/// to an zero vector.
2848static bool isZeroShuffle(SDNode *N) {
2849 if (N->getOpcode() != ISD::VECTOR_SHUFFLE)
2850 return false;
2851
Dan Gohman475871a2008-07-27 21:46:04 +00002852 SDValue V1 = N->getOperand(0);
2853 SDValue V2 = N->getOperand(1);
2854 SDValue Mask = N->getOperand(2);
Evan Cheng213d2cf2007-05-17 18:45:50 +00002855 unsigned NumElems = Mask.getNumOperands();
2856 for (unsigned i = 0; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002857 SDValue Arg = Mask.getOperand(i);
Chris Lattner8a594482007-11-25 00:24:49 +00002858 if (Arg.getOpcode() == ISD::UNDEF)
2859 continue;
2860
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002861 unsigned Idx = cast<ConstantSDNode>(Arg)->getZExtValue();
Chris Lattner8a594482007-11-25 00:24:49 +00002862 if (Idx < NumElems) {
Gabor Greifba36cb52008-08-28 21:40:38 +00002863 unsigned Opc = V1.getNode()->getOpcode();
2864 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V1.getNode()))
Chris Lattner8a594482007-11-25 00:24:49 +00002865 continue;
2866 if (Opc != ISD::BUILD_VECTOR ||
Gabor Greifba36cb52008-08-28 21:40:38 +00002867 !isZeroNode(V1.getNode()->getOperand(Idx)))
Chris Lattner8a594482007-11-25 00:24:49 +00002868 return false;
2869 } else if (Idx >= NumElems) {
Gabor Greifba36cb52008-08-28 21:40:38 +00002870 unsigned Opc = V2.getNode()->getOpcode();
2871 if (Opc == ISD::UNDEF || ISD::isBuildVectorAllZeros(V2.getNode()))
Chris Lattner8a594482007-11-25 00:24:49 +00002872 continue;
2873 if (Opc != ISD::BUILD_VECTOR ||
Gabor Greifba36cb52008-08-28 21:40:38 +00002874 !isZeroNode(V2.getNode()->getOperand(Idx - NumElems)))
Chris Lattner8a594482007-11-25 00:24:49 +00002875 return false;
Evan Cheng213d2cf2007-05-17 18:45:50 +00002876 }
2877 }
2878 return true;
2879}
2880
2881/// getZeroVector - Returns a vector of specified type with all zero elements.
2882///
Dan Gohman475871a2008-07-27 21:46:04 +00002883static SDValue getZeroVector(MVT VT, bool HasSSE2, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002884 assert(VT.isVector() && "Expected a vector type");
Chris Lattner8a594482007-11-25 00:24:49 +00002885
2886 // Always build zero vectors as <4 x i32> or <2 x i32> bitcasted to their dest
2887 // type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00002888 SDValue Vec;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002889 if (VT.getSizeInBits() == 64) { // MMX
Dan Gohman475871a2008-07-27 21:46:04 +00002890 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
Chris Lattner8a594482007-11-25 00:24:49 +00002891 Vec = DAG.getNode(ISD::BUILD_VECTOR, MVT::v2i32, Cst, Cst);
Evan Chengf0df0312008-05-15 08:39:06 +00002892 } else if (HasSSE2) { // SSE2
Dan Gohman475871a2008-07-27 21:46:04 +00002893 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
Chris Lattner8a594482007-11-25 00:24:49 +00002894 Vec = DAG.getNode(ISD::BUILD_VECTOR, MVT::v4i32, Cst, Cst, Cst, Cst);
Evan Chengf0df0312008-05-15 08:39:06 +00002895 } else { // SSE1
Dan Gohman475871a2008-07-27 21:46:04 +00002896 SDValue Cst = DAG.getTargetConstantFP(+0.0, MVT::f32);
Evan Chengf0df0312008-05-15 08:39:06 +00002897 Vec = DAG.getNode(ISD::BUILD_VECTOR, MVT::v4f32, Cst, Cst, Cst, Cst);
2898 }
Chris Lattner8a594482007-11-25 00:24:49 +00002899 return DAG.getNode(ISD::BIT_CONVERT, VT, Vec);
Evan Cheng213d2cf2007-05-17 18:45:50 +00002900}
2901
Chris Lattner8a594482007-11-25 00:24:49 +00002902/// getOnesVector - Returns a vector of specified type with all bits set.
2903///
Dan Gohman475871a2008-07-27 21:46:04 +00002904static SDValue getOnesVector(MVT VT, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002905 assert(VT.isVector() && "Expected a vector type");
Chris Lattner8a594482007-11-25 00:24:49 +00002906
2907 // Always build ones vectors as <4 x i32> or <2 x i32> bitcasted to their dest
2908 // type. This ensures they get CSE'd.
Dan Gohman475871a2008-07-27 21:46:04 +00002909 SDValue Cst = DAG.getTargetConstant(~0U, MVT::i32);
2910 SDValue Vec;
Duncan Sands83ec4b62008-06-06 12:08:01 +00002911 if (VT.getSizeInBits() == 64) // MMX
Chris Lattner8a594482007-11-25 00:24:49 +00002912 Vec = DAG.getNode(ISD::BUILD_VECTOR, MVT::v2i32, Cst, Cst);
2913 else // SSE
2914 Vec = DAG.getNode(ISD::BUILD_VECTOR, MVT::v4i32, Cst, Cst, Cst, Cst);
2915 return DAG.getNode(ISD::BIT_CONVERT, VT, Vec);
2916}
2917
2918
Evan Cheng39623da2006-04-20 08:58:49 +00002919/// NormalizeMask - V2 is a splat, modify the mask (if needed) so all elements
2920/// that point to V2 points to its first element.
Dan Gohman475871a2008-07-27 21:46:04 +00002921static SDValue NormalizeMask(SDValue Mask, SelectionDAG &DAG) {
Evan Cheng39623da2006-04-20 08:58:49 +00002922 assert(Mask.getOpcode() == ISD::BUILD_VECTOR);
2923
2924 bool Changed = false;
Dan Gohman475871a2008-07-27 21:46:04 +00002925 SmallVector<SDValue, 8> MaskVec;
Evan Cheng39623da2006-04-20 08:58:49 +00002926 unsigned NumElems = Mask.getNumOperands();
2927 for (unsigned i = 0; i != NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00002928 SDValue Arg = Mask.getOperand(i);
Evan Cheng39623da2006-04-20 08:58:49 +00002929 if (Arg.getOpcode() != ISD::UNDEF) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002930 unsigned Val = cast<ConstantSDNode>(Arg)->getZExtValue();
Evan Cheng39623da2006-04-20 08:58:49 +00002931 if (Val > NumElems) {
2932 Arg = DAG.getConstant(NumElems, Arg.getValueType());
2933 Changed = true;
2934 }
2935 }
2936 MaskVec.push_back(Arg);
2937 }
2938
2939 if (Changed)
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002940 Mask = DAG.getNode(ISD::BUILD_VECTOR, Mask.getValueType(),
2941 &MaskVec[0], MaskVec.size());
Evan Cheng39623da2006-04-20 08:58:49 +00002942 return Mask;
2943}
2944
Evan Cheng017dcc62006-04-21 01:05:10 +00002945/// getMOVLMask - Returns a vector_shuffle mask for an movs{s|d}, movd
2946/// operation of specified width.
Dan Gohman475871a2008-07-27 21:46:04 +00002947static SDValue getMOVLMask(unsigned NumElems, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002948 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
2949 MVT BaseVT = MaskVT.getVectorElementType();
Evan Cheng39623da2006-04-20 08:58:49 +00002950
Dan Gohman475871a2008-07-27 21:46:04 +00002951 SmallVector<SDValue, 8> MaskVec;
Evan Cheng39623da2006-04-20 08:58:49 +00002952 MaskVec.push_back(DAG.getConstant(NumElems, BaseVT));
2953 for (unsigned i = 1; i != NumElems; ++i)
2954 MaskVec.push_back(DAG.getConstant(i, BaseVT));
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002955 return DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], MaskVec.size());
Evan Cheng39623da2006-04-20 08:58:49 +00002956}
2957
Evan Chengc575ca22006-04-17 20:43:08 +00002958/// getUnpacklMask - Returns a vector_shuffle mask for an unpackl operation
2959/// of specified width.
Dan Gohman475871a2008-07-27 21:46:04 +00002960static SDValue getUnpacklMask(unsigned NumElems, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002961 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
2962 MVT BaseVT = MaskVT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00002963 SmallVector<SDValue, 8> MaskVec;
Evan Chengc575ca22006-04-17 20:43:08 +00002964 for (unsigned i = 0, e = NumElems/2; i != e; ++i) {
2965 MaskVec.push_back(DAG.getConstant(i, BaseVT));
2966 MaskVec.push_back(DAG.getConstant(i + NumElems, BaseVT));
2967 }
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002968 return DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], MaskVec.size());
Evan Chengc575ca22006-04-17 20:43:08 +00002969}
2970
Evan Cheng39623da2006-04-20 08:58:49 +00002971/// getUnpackhMask - Returns a vector_shuffle mask for an unpackh operation
2972/// of specified width.
Dan Gohman475871a2008-07-27 21:46:04 +00002973static SDValue getUnpackhMask(unsigned NumElems, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002974 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
2975 MVT BaseVT = MaskVT.getVectorElementType();
Evan Cheng39623da2006-04-20 08:58:49 +00002976 unsigned Half = NumElems/2;
Dan Gohman475871a2008-07-27 21:46:04 +00002977 SmallVector<SDValue, 8> MaskVec;
Evan Cheng39623da2006-04-20 08:58:49 +00002978 for (unsigned i = 0; i != Half; ++i) {
2979 MaskVec.push_back(DAG.getConstant(i + Half, BaseVT));
2980 MaskVec.push_back(DAG.getConstant(i + NumElems + Half, BaseVT));
2981 }
Chris Lattnerbd564bf2006-08-08 02:23:42 +00002982 return DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], MaskVec.size());
Evan Cheng39623da2006-04-20 08:58:49 +00002983}
2984
Chris Lattner62098042008-03-09 01:05:04 +00002985/// getSwapEltZeroMask - Returns a vector_shuffle mask for a shuffle that swaps
2986/// element #0 of a vector with the specified index, leaving the rest of the
2987/// elements in place.
Dan Gohman475871a2008-07-27 21:46:04 +00002988static SDValue getSwapEltZeroMask(unsigned NumElems, unsigned DestElt,
Chris Lattner62098042008-03-09 01:05:04 +00002989 SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002990 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
2991 MVT BaseVT = MaskVT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00002992 SmallVector<SDValue, 8> MaskVec;
Chris Lattner62098042008-03-09 01:05:04 +00002993 // Element #0 of the result gets the elt we are replacing.
2994 MaskVec.push_back(DAG.getConstant(DestElt, BaseVT));
2995 for (unsigned i = 1; i != NumElems; ++i)
2996 MaskVec.push_back(DAG.getConstant(i == DestElt ? 0 : i, BaseVT));
2997 return DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], MaskVec.size());
2998}
2999
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003000/// PromoteSplat - Promote a splat of v4f32, v8i16 or v16i8 to v4i32.
Dan Gohman475871a2008-07-27 21:46:04 +00003001static SDValue PromoteSplat(SDValue Op, SelectionDAG &DAG, bool HasSSE2) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003002 MVT PVT = HasSSE2 ? MVT::v4i32 : MVT::v4f32;
3003 MVT VT = Op.getValueType();
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003004 if (PVT == VT)
3005 return Op;
Dan Gohman475871a2008-07-27 21:46:04 +00003006 SDValue V1 = Op.getOperand(0);
3007 SDValue Mask = Op.getOperand(2);
Mon P Wang62c75ea2008-12-23 04:03:27 +00003008 unsigned MaskNumElems = Mask.getNumOperands();
3009 unsigned NumElems = MaskNumElems;
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003010 // Special handling of v4f32 -> v4i32.
3011 if (VT != MVT::v4f32) {
Mon P Wang62c75ea2008-12-23 04:03:27 +00003012 // Find which element we want to splat.
3013 SDNode* EltNoNode = getSplatMaskEltNo(Mask.getNode()).getNode();
3014 unsigned EltNo = cast<ConstantSDNode>(EltNoNode)->getZExtValue();
3015 // unpack elements to the correct location
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003016 while (NumElems > 4) {
Mon P Wang62c75ea2008-12-23 04:03:27 +00003017 if (EltNo < NumElems/2) {
3018 Mask = getUnpacklMask(MaskNumElems, DAG);
3019 } else {
3020 Mask = getUnpackhMask(MaskNumElems, DAG);
3021 EltNo -= NumElems/2;
3022 }
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003023 V1 = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V1, Mask);
3024 NumElems >>= 1;
3025 }
Mon P Wang62c75ea2008-12-23 04:03:27 +00003026 SDValue Cst = DAG.getConstant(EltNo, MVT::i32);
3027 Mask = DAG.getNode(ISD::BUILD_VECTOR, MVT::v4i32, Cst, Cst, Cst, Cst);
Evan Chengc575ca22006-04-17 20:43:08 +00003028 }
Evan Chengc575ca22006-04-17 20:43:08 +00003029
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003030 V1 = DAG.getNode(ISD::BIT_CONVERT, PVT, V1);
Dan Gohman475871a2008-07-27 21:46:04 +00003031 SDValue Shuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, PVT, V1,
Evan Cheng0c0f83f2008-04-05 00:30:36 +00003032 DAG.getNode(ISD::UNDEF, PVT), Mask);
Evan Chengc575ca22006-04-17 20:43:08 +00003033 return DAG.getNode(ISD::BIT_CONVERT, VT, Shuffle);
3034}
3035
Evan Cheng0b457f02008-09-25 20:50:48 +00003036/// isVectorLoad - Returns true if the node is a vector load, a scalar
3037/// load that's promoted to vector, or a load bitcasted.
3038static bool isVectorLoad(SDValue Op) {
3039 assert(Op.getValueType().isVector() && "Expected a vector type");
3040 if (Op.getOpcode() == ISD::SCALAR_TO_VECTOR ||
3041 Op.getOpcode() == ISD::BIT_CONVERT) {
3042 return isa<LoadSDNode>(Op.getOperand(0));
3043 }
3044 return isa<LoadSDNode>(Op);
3045}
3046
3047
3048/// CanonicalizeMovddup - Cannonicalize movddup shuffle to v2f64.
3049///
3050static SDValue CanonicalizeMovddup(SDValue Op, SDValue V1, SDValue Mask,
3051 SelectionDAG &DAG, bool HasSSE3) {
3052 // If we have sse3 and shuffle has more than one use or input is a load, then
3053 // use movddup. Otherwise, use movlhps.
3054 bool UseMovddup = HasSSE3 && (!Op.hasOneUse() || isVectorLoad(V1));
3055 MVT PVT = UseMovddup ? MVT::v2f64 : MVT::v4f32;
3056 MVT VT = Op.getValueType();
3057 if (VT == PVT)
3058 return Op;
3059 unsigned NumElems = PVT.getVectorNumElements();
3060 if (NumElems == 2) {
3061 SDValue Cst = DAG.getTargetConstant(0, MVT::i32);
3062 Mask = DAG.getNode(ISD::BUILD_VECTOR, MVT::v2i32, Cst, Cst);
3063 } else {
3064 assert(NumElems == 4);
3065 SDValue Cst0 = DAG.getTargetConstant(0, MVT::i32);
3066 SDValue Cst1 = DAG.getTargetConstant(1, MVT::i32);
3067 Mask = DAG.getNode(ISD::BUILD_VECTOR, MVT::v4i32, Cst0, Cst1, Cst0, Cst1);
3068 }
3069
3070 V1 = DAG.getNode(ISD::BIT_CONVERT, PVT, V1);
3071 SDValue Shuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, PVT, V1,
3072 DAG.getNode(ISD::UNDEF, PVT), Mask);
3073 return DAG.getNode(ISD::BIT_CONVERT, VT, Shuffle);
3074}
3075
Evan Chengba05f722006-04-21 23:03:30 +00003076/// getShuffleVectorZeroOrUndef - Return a vector_shuffle of the specified
Chris Lattner8a594482007-11-25 00:24:49 +00003077/// vector of zero or undef vector. This produces a shuffle where the low
3078/// element of V2 is swizzled into the zero/undef vector, landing at element
3079/// 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 +00003080static SDValue getShuffleVectorZeroOrUndef(SDValue V2, unsigned Idx,
Evan Chengf0df0312008-05-15 08:39:06 +00003081 bool isZero, bool HasSSE2,
3082 SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003083 MVT VT = V2.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00003084 SDValue V1 = isZero
Evan Chengf0df0312008-05-15 08:39:06 +00003085 ? getZeroVector(VT, HasSSE2, DAG) : DAG.getNode(ISD::UNDEF, VT);
Duncan Sands83ec4b62008-06-06 12:08:01 +00003086 unsigned NumElems = V2.getValueType().getVectorNumElements();
3087 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3088 MVT EVT = MaskVT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00003089 SmallVector<SDValue, 16> MaskVec;
Chris Lattner8a594482007-11-25 00:24:49 +00003090 for (unsigned i = 0; i != NumElems; ++i)
3091 if (i == Idx) // If this is the insertion idx, put the low elt of V2 here.
3092 MaskVec.push_back(DAG.getConstant(NumElems, EVT));
3093 else
3094 MaskVec.push_back(DAG.getConstant(i, EVT));
Dan Gohman475871a2008-07-27 21:46:04 +00003095 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00003096 &MaskVec[0], MaskVec.size());
Evan Chengba05f722006-04-21 23:03:30 +00003097 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2, Mask);
Evan Cheng017dcc62006-04-21 01:05:10 +00003098}
3099
Evan Chengf26ffe92008-05-29 08:22:04 +00003100/// getNumOfConsecutiveZeros - Return the number of elements in a result of
3101/// a shuffle that is zero.
3102static
Dan Gohman475871a2008-07-27 21:46:04 +00003103unsigned getNumOfConsecutiveZeros(SDValue Op, SDValue Mask,
Evan Chengf26ffe92008-05-29 08:22:04 +00003104 unsigned NumElems, bool Low,
3105 SelectionDAG &DAG) {
3106 unsigned NumZeros = 0;
3107 for (unsigned i = 0; i < NumElems; ++i) {
Evan Chengab262272008-06-25 20:52:59 +00003108 unsigned Index = Low ? i : NumElems-i-1;
Dan Gohman475871a2008-07-27 21:46:04 +00003109 SDValue Idx = Mask.getOperand(Index);
Evan Chengf26ffe92008-05-29 08:22:04 +00003110 if (Idx.getOpcode() == ISD::UNDEF) {
3111 ++NumZeros;
3112 continue;
3113 }
Gabor Greifba36cb52008-08-28 21:40:38 +00003114 SDValue Elt = DAG.getShuffleScalarElt(Op.getNode(), Index);
3115 if (Elt.getNode() && isZeroNode(Elt))
Evan Chengf26ffe92008-05-29 08:22:04 +00003116 ++NumZeros;
3117 else
3118 break;
3119 }
3120 return NumZeros;
3121}
3122
3123/// isVectorShift - Returns true if the shuffle can be implemented as a
3124/// logical left or right shift of a vector.
Dan Gohman475871a2008-07-27 21:46:04 +00003125static bool isVectorShift(SDValue Op, SDValue Mask, SelectionDAG &DAG,
3126 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
Evan Chengf26ffe92008-05-29 08:22:04 +00003127 unsigned NumElems = Mask.getNumOperands();
3128
3129 isLeft = true;
3130 unsigned NumZeros= getNumOfConsecutiveZeros(Op, Mask, NumElems, true, DAG);
3131 if (!NumZeros) {
3132 isLeft = false;
3133 NumZeros = getNumOfConsecutiveZeros(Op, Mask, NumElems, false, DAG);
3134 if (!NumZeros)
3135 return false;
3136 }
3137
3138 bool SeenV1 = false;
3139 bool SeenV2 = false;
3140 for (unsigned i = NumZeros; i < NumElems; ++i) {
3141 unsigned Val = isLeft ? (i - NumZeros) : i;
Dan Gohman475871a2008-07-27 21:46:04 +00003142 SDValue Idx = Mask.getOperand(isLeft ? i : (i - NumZeros));
Evan Chengf26ffe92008-05-29 08:22:04 +00003143 if (Idx.getOpcode() == ISD::UNDEF)
3144 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003145 unsigned Index = cast<ConstantSDNode>(Idx)->getZExtValue();
Evan Chengf26ffe92008-05-29 08:22:04 +00003146 if (Index < NumElems)
3147 SeenV1 = true;
3148 else {
3149 Index -= NumElems;
3150 SeenV2 = true;
3151 }
3152 if (Index != Val)
3153 return false;
3154 }
3155 if (SeenV1 && SeenV2)
3156 return false;
3157
3158 ShVal = SeenV1 ? Op.getOperand(0) : Op.getOperand(1);
3159 ShAmt = NumZeros;
3160 return true;
3161}
3162
3163
Evan Chengc78d3b42006-04-24 18:01:45 +00003164/// LowerBuildVectorv16i8 - Custom lower build_vector of v16i8.
3165///
Dan Gohman475871a2008-07-27 21:46:04 +00003166static SDValue LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00003167 unsigned NumNonZero, unsigned NumZero,
Evan Cheng25ab6902006-09-08 06:48:29 +00003168 SelectionDAG &DAG, TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00003169 if (NumNonZero > 8)
Dan Gohman475871a2008-07-27 21:46:04 +00003170 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00003171
Dan Gohman475871a2008-07-27 21:46:04 +00003172 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00003173 bool First = true;
3174 for (unsigned i = 0; i < 16; ++i) {
3175 bool ThisIsNonZero = (NonZeros & (1 << i)) != 0;
3176 if (ThisIsNonZero && First) {
3177 if (NumZero)
Evan Chengf0df0312008-05-15 08:39:06 +00003178 V = getZeroVector(MVT::v8i16, true, DAG);
Evan Chengc78d3b42006-04-24 18:01:45 +00003179 else
3180 V = DAG.getNode(ISD::UNDEF, MVT::v8i16);
3181 First = false;
3182 }
3183
3184 if ((i & 1) != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00003185 SDValue ThisElt(0, 0), LastElt(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00003186 bool LastIsNonZero = (NonZeros & (1 << (i-1))) != 0;
3187 if (LastIsNonZero) {
3188 LastElt = DAG.getNode(ISD::ZERO_EXTEND, MVT::i16, Op.getOperand(i-1));
3189 }
3190 if (ThisIsNonZero) {
3191 ThisElt = DAG.getNode(ISD::ZERO_EXTEND, MVT::i16, Op.getOperand(i));
3192 ThisElt = DAG.getNode(ISD::SHL, MVT::i16,
3193 ThisElt, DAG.getConstant(8, MVT::i8));
3194 if (LastIsNonZero)
3195 ThisElt = DAG.getNode(ISD::OR, MVT::i16, ThisElt, LastElt);
3196 } else
3197 ThisElt = LastElt;
3198
Gabor Greifba36cb52008-08-28 21:40:38 +00003199 if (ThisElt.getNode())
Evan Chengc78d3b42006-04-24 18:01:45 +00003200 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, MVT::v8i16, V, ThisElt,
Chris Lattner0bd48932008-01-17 07:00:52 +00003201 DAG.getIntPtrConstant(i/2));
Evan Chengc78d3b42006-04-24 18:01:45 +00003202 }
3203 }
3204
3205 return DAG.getNode(ISD::BIT_CONVERT, MVT::v16i8, V);
3206}
3207
Bill Wendlinga348c562007-03-22 18:42:45 +00003208/// LowerBuildVectorv8i16 - Custom lower build_vector of v8i16.
Evan Chengc78d3b42006-04-24 18:01:45 +00003209///
Dan Gohman475871a2008-07-27 21:46:04 +00003210static SDValue LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros,
Evan Chengc78d3b42006-04-24 18:01:45 +00003211 unsigned NumNonZero, unsigned NumZero,
Evan Cheng25ab6902006-09-08 06:48:29 +00003212 SelectionDAG &DAG, TargetLowering &TLI) {
Evan Chengc78d3b42006-04-24 18:01:45 +00003213 if (NumNonZero > 4)
Dan Gohman475871a2008-07-27 21:46:04 +00003214 return SDValue();
Evan Chengc78d3b42006-04-24 18:01:45 +00003215
Dan Gohman475871a2008-07-27 21:46:04 +00003216 SDValue V(0, 0);
Evan Chengc78d3b42006-04-24 18:01:45 +00003217 bool First = true;
3218 for (unsigned i = 0; i < 8; ++i) {
3219 bool isNonZero = (NonZeros & (1 << i)) != 0;
3220 if (isNonZero) {
3221 if (First) {
3222 if (NumZero)
Evan Chengf0df0312008-05-15 08:39:06 +00003223 V = getZeroVector(MVT::v8i16, true, DAG);
Evan Chengc78d3b42006-04-24 18:01:45 +00003224 else
3225 V = DAG.getNode(ISD::UNDEF, MVT::v8i16);
3226 First = false;
3227 }
3228 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, MVT::v8i16, V, Op.getOperand(i),
Chris Lattner0bd48932008-01-17 07:00:52 +00003229 DAG.getIntPtrConstant(i));
Evan Chengc78d3b42006-04-24 18:01:45 +00003230 }
3231 }
3232
3233 return V;
3234}
3235
Evan Chengf26ffe92008-05-29 08:22:04 +00003236/// getVShift - Return a vector logical shift node.
3237///
Dan Gohman475871a2008-07-27 21:46:04 +00003238static SDValue getVShift(bool isLeft, MVT VT, SDValue SrcOp,
Evan Chengf26ffe92008-05-29 08:22:04 +00003239 unsigned NumBits, SelectionDAG &DAG,
3240 const TargetLowering &TLI) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003241 bool isMMX = VT.getSizeInBits() == 64;
3242 MVT ShVT = isMMX ? MVT::v1i64 : MVT::v2i64;
Evan Chengf26ffe92008-05-29 08:22:04 +00003243 unsigned Opc = isLeft ? X86ISD::VSHL : X86ISD::VSRL;
3244 SrcOp = DAG.getNode(ISD::BIT_CONVERT, ShVT, SrcOp);
3245 return DAG.getNode(ISD::BIT_CONVERT, VT,
3246 DAG.getNode(Opc, ShVT, SrcOp,
Gabor Greif327ef032008-08-28 23:19:51 +00003247 DAG.getConstant(NumBits, TLI.getShiftAmountTy())));
Evan Chengf26ffe92008-05-29 08:22:04 +00003248}
3249
Dan Gohman475871a2008-07-27 21:46:04 +00003250SDValue
3251X86TargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) {
Chris Lattner8a594482007-11-25 00:24:49 +00003252 // All zero's are handled with pxor, all one's are handled with pcmpeqd.
Gabor Greif327ef032008-08-28 23:19:51 +00003253 if (ISD::isBuildVectorAllZeros(Op.getNode())
3254 || ISD::isBuildVectorAllOnes(Op.getNode())) {
Chris Lattner8a594482007-11-25 00:24:49 +00003255 // Canonicalize this to either <4 x i32> or <2 x i32> (SSE vs MMX) to
3256 // 1) ensure the zero vectors are CSE'd, and 2) ensure that i64 scalars are
3257 // eliminated on x86-32 hosts.
3258 if (Op.getValueType() == MVT::v4i32 || Op.getValueType() == MVT::v2i32)
3259 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003260
Gabor Greifba36cb52008-08-28 21:40:38 +00003261 if (ISD::isBuildVectorAllOnes(Op.getNode()))
Chris Lattner8a594482007-11-25 00:24:49 +00003262 return getOnesVector(Op.getValueType(), DAG);
Evan Chengf0df0312008-05-15 08:39:06 +00003263 return getZeroVector(Op.getValueType(), Subtarget->hasSSE2(), DAG);
Chris Lattner8a594482007-11-25 00:24:49 +00003264 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00003265
Duncan Sands83ec4b62008-06-06 12:08:01 +00003266 MVT VT = Op.getValueType();
3267 MVT EVT = VT.getVectorElementType();
3268 unsigned EVTBits = EVT.getSizeInBits();
Evan Cheng0db9fe62006-04-25 20:13:52 +00003269
3270 unsigned NumElems = Op.getNumOperands();
3271 unsigned NumZero = 0;
3272 unsigned NumNonZero = 0;
3273 unsigned NonZeros = 0;
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003274 bool IsAllConstants = true;
Dan Gohman475871a2008-07-27 21:46:04 +00003275 SmallSet<SDValue, 8> Values;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003276 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003277 SDValue Elt = Op.getOperand(i);
Evan Chengdb2d5242007-12-12 06:45:40 +00003278 if (Elt.getOpcode() == ISD::UNDEF)
3279 continue;
3280 Values.insert(Elt);
3281 if (Elt.getOpcode() != ISD::Constant &&
3282 Elt.getOpcode() != ISD::ConstantFP)
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003283 IsAllConstants = false;
Evan Chengdb2d5242007-12-12 06:45:40 +00003284 if (isZeroNode(Elt))
3285 NumZero++;
3286 else {
3287 NonZeros |= (1 << i);
3288 NumNonZero++;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003289 }
3290 }
3291
Dan Gohman7f321562007-06-25 16:23:39 +00003292 if (NumNonZero == 0) {
Chris Lattner8a594482007-11-25 00:24:49 +00003293 // All undef vector. Return an UNDEF. All zero vectors were handled above.
3294 return DAG.getNode(ISD::UNDEF, VT);
Dan Gohman7f321562007-06-25 16:23:39 +00003295 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00003296
Chris Lattner67f453a2008-03-09 05:42:06 +00003297 // Special case for single non-zero, non-undef, element.
Evan Chengdb2d5242007-12-12 06:45:40 +00003298 if (NumNonZero == 1 && NumElems <= 4) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00003299 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00003300 SDValue Item = Op.getOperand(Idx);
Chris Lattner19f79692008-03-08 22:59:52 +00003301
Chris Lattner62098042008-03-09 01:05:04 +00003302 // If this is an insertion of an i64 value on x86-32, and if the top bits of
3303 // the value are obviously zero, truncate the value to i32 and do the
3304 // insertion that way. Only do this if the value is non-constant or if the
3305 // value is a constant being inserted into element 0. It is cheaper to do
3306 // a constant pool load than it is to do a movd + shuffle.
3307 if (EVT == MVT::i64 && !Subtarget->is64Bit() &&
3308 (!IsAllConstants || Idx == 0)) {
3309 if (DAG.MaskedValueIsZero(Item, APInt::getBitsSet(64, 32, 64))) {
3310 // Handle MMX and SSE both.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003311 MVT VecVT = VT == MVT::v2i64 ? MVT::v4i32 : MVT::v2i32;
3312 unsigned VecElts = VT == MVT::v2i64 ? 4 : 2;
Chris Lattner62098042008-03-09 01:05:04 +00003313
3314 // Truncate the value (which may itself be a constant) to i32, and
3315 // convert it to a vector with movd (S2V+shuffle to zero extend).
3316 Item = DAG.getNode(ISD::TRUNCATE, MVT::i32, Item);
3317 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, VecVT, Item);
Evan Chengf0df0312008-05-15 08:39:06 +00003318 Item = getShuffleVectorZeroOrUndef(Item, 0, true,
3319 Subtarget->hasSSE2(), DAG);
Chris Lattner62098042008-03-09 01:05:04 +00003320
3321 // Now we have our 32-bit value zero extended in the low element of
3322 // a vector. If Idx != 0, swizzle it into place.
3323 if (Idx != 0) {
Dan Gohman475871a2008-07-27 21:46:04 +00003324 SDValue Ops[] = {
Chris Lattner62098042008-03-09 01:05:04 +00003325 Item, DAG.getNode(ISD::UNDEF, Item.getValueType()),
3326 getSwapEltZeroMask(VecElts, Idx, DAG)
3327 };
3328 Item = DAG.getNode(ISD::VECTOR_SHUFFLE, VecVT, Ops, 3);
3329 }
3330 return DAG.getNode(ISD::BIT_CONVERT, Op.getValueType(), Item);
3331 }
3332 }
3333
Chris Lattner19f79692008-03-08 22:59:52 +00003334 // If we have a constant or non-constant insertion into the low element of
3335 // a vector, we can do this with SCALAR_TO_VECTOR + shuffle of zero into
3336 // the rest of the elements. This will be matched as movd/movq/movss/movsd
3337 // depending on what the source datatype is. Because we can only get here
3338 // when NumElems <= 4, this only needs to handle i32/f32/i64/f64.
3339 if (Idx == 0 &&
3340 // Don't do this for i64 values on x86-32.
3341 (EVT != MVT::i64 || Subtarget->is64Bit())) {
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003342 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, VT, Item);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003343 // Turn it into a MOVL (i.e. movss, movsd, or movd) to a zero vector.
Evan Chengf0df0312008-05-15 08:39:06 +00003344 return getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
3345 Subtarget->hasSSE2(), DAG);
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003346 }
Evan Chengf26ffe92008-05-29 08:22:04 +00003347
3348 // Is it a vector logical left shift?
3349 if (NumElems == 2 && Idx == 1 &&
3350 isZeroNode(Op.getOperand(0)) && !isZeroNode(Op.getOperand(1))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003351 unsigned NumBits = VT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00003352 return getVShift(true, VT,
3353 DAG.getNode(ISD::SCALAR_TO_VECTOR, VT, Op.getOperand(1)),
3354 NumBits/2, DAG, *this);
3355 }
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003356
3357 if (IsAllConstants) // Otherwise, it's better to do a constpool load.
Dan Gohman475871a2008-07-27 21:46:04 +00003358 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00003359
Chris Lattner19f79692008-03-08 22:59:52 +00003360 // Otherwise, if this is a vector with i32 or f32 elements, and the element
3361 // is a non-constant being inserted into an element other than the low one,
3362 // we can't use a constant pool load. Instead, use SCALAR_TO_VECTOR (aka
3363 // movd/movss) to move this into the low element, then shuffle it into
3364 // place.
Evan Cheng0db9fe62006-04-25 20:13:52 +00003365 if (EVTBits == 32) {
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003366 Item = DAG.getNode(ISD::SCALAR_TO_VECTOR, VT, Item);
3367
Evan Cheng0db9fe62006-04-25 20:13:52 +00003368 // Turn it into a shuffle of zero and zero-extended scalar to vector.
Evan Chengf0df0312008-05-15 08:39:06 +00003369 Item = getShuffleVectorZeroOrUndef(Item, 0, NumZero > 0,
3370 Subtarget->hasSSE2(), DAG);
Duncan Sands83ec4b62008-06-06 12:08:01 +00003371 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3372 MVT MaskEVT = MaskVT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00003373 SmallVector<SDValue, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003374 for (unsigned i = 0; i < NumElems; i++)
3375 MaskVec.push_back(DAG.getConstant((i == Idx) ? 0 : 1, MaskEVT));
Dan Gohman475871a2008-07-27 21:46:04 +00003376 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
Chris Lattnerbd564bf2006-08-08 02:23:42 +00003377 &MaskVec[0], MaskVec.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00003378 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, Item,
3379 DAG.getNode(ISD::UNDEF, VT), Mask);
3380 }
3381 }
3382
Chris Lattner67f453a2008-03-09 05:42:06 +00003383 // Splat is obviously ok. Let legalizer expand it to a shuffle.
3384 if (Values.size() == 1)
Dan Gohman475871a2008-07-27 21:46:04 +00003385 return SDValue();
Chris Lattner67f453a2008-03-09 05:42:06 +00003386
Dan Gohmana3941172007-07-24 22:55:08 +00003387 // A vector full of immediates; various special cases are already
3388 // handled, so this is best done with a single constant-pool load.
Chris Lattnerc9517fb2008-03-08 22:48:29 +00003389 if (IsAllConstants)
Dan Gohman475871a2008-07-27 21:46:04 +00003390 return SDValue();
Dan Gohmana3941172007-07-24 22:55:08 +00003391
Bill Wendling2f9bb1a2007-04-24 21:16:55 +00003392 // Let legalizer expand 2-wide build_vectors.
Evan Cheng7e2ff772008-05-08 00:57:18 +00003393 if (EVTBits == 64) {
3394 if (NumNonZero == 1) {
3395 // One half is zero or undef.
3396 unsigned Idx = CountTrailingZeros_32(NonZeros);
Dan Gohman475871a2008-07-27 21:46:04 +00003397 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, VT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00003398 Op.getOperand(Idx));
Evan Chengf0df0312008-05-15 08:39:06 +00003399 return getShuffleVectorZeroOrUndef(V2, Idx, true,
3400 Subtarget->hasSSE2(), DAG);
Evan Cheng7e2ff772008-05-08 00:57:18 +00003401 }
Dan Gohman475871a2008-07-27 21:46:04 +00003402 return SDValue();
Evan Cheng7e2ff772008-05-08 00:57:18 +00003403 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00003404
3405 // If element VT is < 32 bits, convert it to inserts into a zero vector.
Bill Wendling826f36f2007-03-28 00:57:11 +00003406 if (EVTBits == 8 && NumElems == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00003407 SDValue V = LowerBuildVectorv16i8(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00003408 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00003409 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003410 }
3411
Bill Wendling826f36f2007-03-28 00:57:11 +00003412 if (EVTBits == 16 && NumElems == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00003413 SDValue V = LowerBuildVectorv8i16(Op, NonZeros,NumNonZero,NumZero, DAG,
Evan Cheng25ab6902006-09-08 06:48:29 +00003414 *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00003415 if (V.getNode()) return V;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003416 }
3417
3418 // If element VT is == 32 bits, turn it into a number of shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00003419 SmallVector<SDValue, 8> V;
Chris Lattner5a88b832007-02-25 07:10:00 +00003420 V.resize(NumElems);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003421 if (NumElems == 4 && NumZero > 0) {
3422 for (unsigned i = 0; i < 4; ++i) {
3423 bool isZero = !(NonZeros & (1 << i));
3424 if (isZero)
Evan Chengf0df0312008-05-15 08:39:06 +00003425 V[i] = getZeroVector(VT, Subtarget->hasSSE2(), DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003426 else
3427 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, VT, Op.getOperand(i));
3428 }
3429
3430 for (unsigned i = 0; i < 2; ++i) {
3431 switch ((NonZeros & (0x3 << i*2)) >> (i*2)) {
3432 default: break;
3433 case 0:
3434 V[i] = V[i*2]; // Must be a zero vector.
3435 break;
3436 case 1:
3437 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V[i*2+1], V[i*2],
3438 getMOVLMask(NumElems, DAG));
3439 break;
3440 case 2:
3441 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V[i*2], V[i*2+1],
3442 getMOVLMask(NumElems, DAG));
3443 break;
3444 case 3:
3445 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V[i*2], V[i*2+1],
3446 getUnpacklMask(NumElems, DAG));
3447 break;
3448 }
3449 }
3450
Duncan Sands83ec4b62008-06-06 12:08:01 +00003451 MVT MaskVT = MVT::getIntVectorWithNumElements(NumElems);
3452 MVT EVT = MaskVT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00003453 SmallVector<SDValue, 8> MaskVec;
Evan Cheng0db9fe62006-04-25 20:13:52 +00003454 bool Reverse = (NonZeros & 0x3) == 2;
3455 for (unsigned i = 0; i < 2; ++i)
3456 if (Reverse)
3457 MaskVec.push_back(DAG.getConstant(1-i, EVT));
3458 else
3459 MaskVec.push_back(DAG.getConstant(i, EVT));
3460 Reverse = ((NonZeros & (0x3 << 2)) >> 2) == 2;
3461 for (unsigned i = 0; i < 2; ++i)
3462 if (Reverse)
3463 MaskVec.push_back(DAG.getConstant(1-i+NumElems, EVT));
3464 else
3465 MaskVec.push_back(DAG.getConstant(i+NumElems, EVT));
Dan Gohman475871a2008-07-27 21:46:04 +00003466 SDValue ShufMask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
Chris Lattnere2199452006-08-11 17:38:39 +00003467 &MaskVec[0], MaskVec.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00003468 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V[0], V[1], ShufMask);
3469 }
3470
3471 if (Values.size() > 2) {
3472 // Expand into a number of unpckl*.
3473 // e.g. for v4f32
3474 // Step 1: unpcklps 0, 2 ==> X: <?, ?, 2, 0>
3475 // : unpcklps 1, 3 ==> Y: <?, ?, 3, 1>
3476 // Step 2: unpcklps X, Y ==> <3, 2, 1, 0>
Dan Gohman475871a2008-07-27 21:46:04 +00003477 SDValue UnpckMask = getUnpacklMask(NumElems, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00003478 for (unsigned i = 0; i < NumElems; ++i)
3479 V[i] = DAG.getNode(ISD::SCALAR_TO_VECTOR, VT, Op.getOperand(i));
3480 NumElems >>= 1;
3481 while (NumElems != 0) {
3482 for (unsigned i = 0; i < NumElems; ++i)
3483 V[i] = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V[i], V[i + NumElems],
3484 UnpckMask);
3485 NumElems >>= 1;
3486 }
3487 return V[0];
3488 }
3489
Dan Gohman475871a2008-07-27 21:46:04 +00003490 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00003491}
3492
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003493static
Dan Gohman475871a2008-07-27 21:46:04 +00003494SDValue LowerVECTOR_SHUFFLEv8i16(SDValue V1, SDValue V2,
Bill Wendlinge85dc492008-08-21 22:35:37 +00003495 SDValue PermMask, SelectionDAG &DAG,
3496 TargetLowering &TLI) {
Dan Gohman475871a2008-07-27 21:46:04 +00003497 SDValue NewV;
Duncan Sands83ec4b62008-06-06 12:08:01 +00003498 MVT MaskVT = MVT::getIntVectorWithNumElements(8);
3499 MVT MaskEVT = MaskVT.getVectorElementType();
3500 MVT PtrVT = TLI.getPointerTy();
Gabor Greifba36cb52008-08-28 21:40:38 +00003501 SmallVector<SDValue, 8> MaskElts(PermMask.getNode()->op_begin(),
3502 PermMask.getNode()->op_end());
Evan Cheng14b32e12007-12-11 01:46:18 +00003503
3504 // First record which half of which vector the low elements come from.
3505 SmallVector<unsigned, 4> LowQuad(4);
3506 for (unsigned i = 0; i < 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003507 SDValue Elt = MaskElts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003508 if (Elt.getOpcode() == ISD::UNDEF)
3509 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003510 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003511 int QuadIdx = EltIdx / 4;
3512 ++LowQuad[QuadIdx];
3513 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003514
Evan Cheng14b32e12007-12-11 01:46:18 +00003515 int BestLowQuad = -1;
3516 unsigned MaxQuad = 1;
3517 for (unsigned i = 0; i < 4; ++i) {
3518 if (LowQuad[i] > MaxQuad) {
3519 BestLowQuad = i;
3520 MaxQuad = LowQuad[i];
3521 }
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003522 }
3523
Evan Cheng14b32e12007-12-11 01:46:18 +00003524 // Record which half of which vector the high elements come from.
3525 SmallVector<unsigned, 4> HighQuad(4);
3526 for (unsigned i = 4; i < 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003527 SDValue Elt = MaskElts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003528 if (Elt.getOpcode() == ISD::UNDEF)
3529 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003530 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003531 int QuadIdx = EltIdx / 4;
3532 ++HighQuad[QuadIdx];
3533 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003534
Evan Cheng14b32e12007-12-11 01:46:18 +00003535 int BestHighQuad = -1;
3536 MaxQuad = 1;
3537 for (unsigned i = 0; i < 4; ++i) {
3538 if (HighQuad[i] > MaxQuad) {
3539 BestHighQuad = i;
3540 MaxQuad = HighQuad[i];
3541 }
3542 }
3543
3544 // If it's possible to sort parts of either half with PSHUF{H|L}W, then do it.
3545 if (BestLowQuad != -1 || BestHighQuad != -1) {
3546 // First sort the 4 chunks in order using shufpd.
Dan Gohman475871a2008-07-27 21:46:04 +00003547 SmallVector<SDValue, 8> MaskVec;
Bill Wendlinge85dc492008-08-21 22:35:37 +00003548
Evan Cheng14b32e12007-12-11 01:46:18 +00003549 if (BestLowQuad != -1)
3550 MaskVec.push_back(DAG.getConstant(BestLowQuad, MVT::i32));
3551 else
3552 MaskVec.push_back(DAG.getConstant(0, MVT::i32));
Bill Wendlinge85dc492008-08-21 22:35:37 +00003553
Evan Cheng14b32e12007-12-11 01:46:18 +00003554 if (BestHighQuad != -1)
3555 MaskVec.push_back(DAG.getConstant(BestHighQuad, MVT::i32));
3556 else
3557 MaskVec.push_back(DAG.getConstant(1, MVT::i32));
Bill Wendlinge85dc492008-08-21 22:35:37 +00003558
Dan Gohman475871a2008-07-27 21:46:04 +00003559 SDValue Mask= DAG.getNode(ISD::BUILD_VECTOR, MVT::v2i32, &MaskVec[0],2);
Evan Cheng14b32e12007-12-11 01:46:18 +00003560 NewV = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v2i64,
3561 DAG.getNode(ISD::BIT_CONVERT, MVT::v2i64, V1),
3562 DAG.getNode(ISD::BIT_CONVERT, MVT::v2i64, V2), Mask);
3563 NewV = DAG.getNode(ISD::BIT_CONVERT, MVT::v8i16, NewV);
3564
3565 // Now sort high and low parts separately.
3566 BitVector InOrder(8);
3567 if (BestLowQuad != -1) {
3568 // Sort lower half in order using PSHUFLW.
3569 MaskVec.clear();
3570 bool AnyOutOrder = false;
Bill Wendlinge85dc492008-08-21 22:35:37 +00003571
Evan Cheng14b32e12007-12-11 01:46:18 +00003572 for (unsigned i = 0; i != 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003573 SDValue Elt = MaskElts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003574 if (Elt.getOpcode() == ISD::UNDEF) {
3575 MaskVec.push_back(Elt);
3576 InOrder.set(i);
3577 } else {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003578 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003579 if (EltIdx != i)
3580 AnyOutOrder = true;
Bill Wendlinge85dc492008-08-21 22:35:37 +00003581
Evan Cheng14b32e12007-12-11 01:46:18 +00003582 MaskVec.push_back(DAG.getConstant(EltIdx % 4, MaskEVT));
Bill Wendlinge85dc492008-08-21 22:35:37 +00003583
Evan Cheng14b32e12007-12-11 01:46:18 +00003584 // If this element is in the right place after this shuffle, then
3585 // remember it.
3586 if ((int)(EltIdx / 4) == BestLowQuad)
3587 InOrder.set(i);
3588 }
3589 }
3590 if (AnyOutOrder) {
3591 for (unsigned i = 4; i != 8; ++i)
3592 MaskVec.push_back(DAG.getConstant(i, MaskEVT));
Dan Gohman475871a2008-07-27 21:46:04 +00003593 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], 8);
Evan Cheng14b32e12007-12-11 01:46:18 +00003594 NewV = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v8i16, NewV, NewV, Mask);
3595 }
3596 }
3597
3598 if (BestHighQuad != -1) {
3599 // Sort high half in order using PSHUFHW if possible.
3600 MaskVec.clear();
Bill Wendlinge85dc492008-08-21 22:35:37 +00003601
Evan Cheng14b32e12007-12-11 01:46:18 +00003602 for (unsigned i = 0; i != 4; ++i)
3603 MaskVec.push_back(DAG.getConstant(i, MaskEVT));
Bill Wendlinge85dc492008-08-21 22:35:37 +00003604
Evan Cheng14b32e12007-12-11 01:46:18 +00003605 bool AnyOutOrder = false;
3606 for (unsigned i = 4; i != 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003607 SDValue Elt = MaskElts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003608 if (Elt.getOpcode() == ISD::UNDEF) {
3609 MaskVec.push_back(Elt);
3610 InOrder.set(i);
3611 } else {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003612 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003613 if (EltIdx != i)
3614 AnyOutOrder = true;
Bill Wendlinge85dc492008-08-21 22:35:37 +00003615
Evan Cheng14b32e12007-12-11 01:46:18 +00003616 MaskVec.push_back(DAG.getConstant((EltIdx % 4) + 4, MaskEVT));
Bill Wendlinge85dc492008-08-21 22:35:37 +00003617
Evan Cheng14b32e12007-12-11 01:46:18 +00003618 // If this element is in the right place after this shuffle, then
3619 // remember it.
3620 if ((int)(EltIdx / 4) == BestHighQuad)
3621 InOrder.set(i);
3622 }
3623 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003624
Evan Cheng14b32e12007-12-11 01:46:18 +00003625 if (AnyOutOrder) {
Dan Gohman475871a2008-07-27 21:46:04 +00003626 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], 8);
Evan Cheng14b32e12007-12-11 01:46:18 +00003627 NewV = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v8i16, NewV, NewV, Mask);
3628 }
3629 }
3630
3631 // The other elements are put in the right place using pextrw and pinsrw.
3632 for (unsigned i = 0; i != 8; ++i) {
3633 if (InOrder[i])
3634 continue;
Dan Gohman475871a2008-07-27 21:46:04 +00003635 SDValue Elt = MaskElts[i];
Bill Wendlingae0218c2008-08-21 22:36:36 +00003636 if (Elt.getOpcode() == ISD::UNDEF)
3637 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003638 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Dan Gohman475871a2008-07-27 21:46:04 +00003639 SDValue ExtOp = (EltIdx < 8)
Evan Cheng14b32e12007-12-11 01:46:18 +00003640 ? DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i16, V1,
3641 DAG.getConstant(EltIdx, PtrVT))
3642 : DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i16, V2,
3643 DAG.getConstant(EltIdx - 8, PtrVT));
3644 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, MVT::v8i16, NewV, ExtOp,
3645 DAG.getConstant(i, PtrVT));
3646 }
Bill Wendlinge85dc492008-08-21 22:35:37 +00003647
Evan Cheng14b32e12007-12-11 01:46:18 +00003648 return NewV;
3649 }
3650
Bill Wendlinge85dc492008-08-21 22:35:37 +00003651 // PSHUF{H|L}W are not used. Lower into extracts and inserts but try to use as
3652 // few as possible. First, let's find out how many elements are already in the
3653 // right order.
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003654 unsigned V1InOrder = 0;
3655 unsigned V1FromV1 = 0;
3656 unsigned V2InOrder = 0;
3657 unsigned V2FromV2 = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00003658 SmallVector<SDValue, 8> V1Elts;
3659 SmallVector<SDValue, 8> V2Elts;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003660 for (unsigned i = 0; i < 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003661 SDValue Elt = MaskElts[i];
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003662 if (Elt.getOpcode() == ISD::UNDEF) {
Evan Cheng14b32e12007-12-11 01:46:18 +00003663 V1Elts.push_back(Elt);
3664 V2Elts.push_back(Elt);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003665 ++V1InOrder;
3666 ++V2InOrder;
Evan Cheng14b32e12007-12-11 01:46:18 +00003667 continue;
3668 }
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003669 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003670 if (EltIdx == i) {
3671 V1Elts.push_back(Elt);
3672 V2Elts.push_back(DAG.getConstant(i+8, MaskEVT));
3673 ++V1InOrder;
3674 } else if (EltIdx == i+8) {
3675 V1Elts.push_back(Elt);
3676 V2Elts.push_back(DAG.getConstant(i, MaskEVT));
3677 ++V2InOrder;
3678 } else if (EltIdx < 8) {
3679 V1Elts.push_back(Elt);
Mon P Wange91a0002009-01-28 23:11:14 +00003680 V2Elts.push_back(DAG.getConstant(EltIdx+8, MaskEVT));
Evan Cheng14b32e12007-12-11 01:46:18 +00003681 ++V1FromV1;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003682 } else {
Mon P Wang62c75ea2008-12-23 04:03:27 +00003683 V1Elts.push_back(Elt);
Evan Cheng14b32e12007-12-11 01:46:18 +00003684 V2Elts.push_back(DAG.getConstant(EltIdx-8, MaskEVT));
3685 ++V2FromV2;
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003686 }
3687 }
3688
3689 if (V2InOrder > V1InOrder) {
3690 PermMask = CommuteVectorShuffleMask(PermMask, DAG);
3691 std::swap(V1, V2);
3692 std::swap(V1Elts, V2Elts);
3693 std::swap(V1FromV1, V2FromV2);
3694 }
3695
Evan Cheng14b32e12007-12-11 01:46:18 +00003696 if ((V1FromV1 + V1InOrder) != 8) {
3697 // Some elements are from V2.
3698 if (V1FromV1) {
3699 // If there are elements that are from V1 but out of place,
3700 // then first sort them in place
Dan Gohman475871a2008-07-27 21:46:04 +00003701 SmallVector<SDValue, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00003702 for (unsigned i = 0; i < 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003703 SDValue Elt = V1Elts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003704 if (Elt.getOpcode() == ISD::UNDEF) {
3705 MaskVec.push_back(DAG.getNode(ISD::UNDEF, MaskEVT));
3706 continue;
3707 }
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003708 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003709 if (EltIdx >= 8)
3710 MaskVec.push_back(DAG.getNode(ISD::UNDEF, MaskEVT));
3711 else
3712 MaskVec.push_back(DAG.getConstant(EltIdx, MaskEVT));
3713 }
Dan Gohman475871a2008-07-27 21:46:04 +00003714 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &MaskVec[0], 8);
Evan Cheng14b32e12007-12-11 01:46:18 +00003715 V1 = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v8i16, V1, V1, Mask);
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003716 }
Evan Cheng14b32e12007-12-11 01:46:18 +00003717
3718 NewV = V1;
3719 for (unsigned i = 0; i < 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003720 SDValue Elt = V1Elts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003721 if (Elt.getOpcode() == ISD::UNDEF)
3722 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003723 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003724 if (EltIdx < 8)
3725 continue;
Dan Gohman475871a2008-07-27 21:46:04 +00003726 SDValue ExtOp = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i16, V2,
Evan Cheng14b32e12007-12-11 01:46:18 +00003727 DAG.getConstant(EltIdx - 8, PtrVT));
3728 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, MVT::v8i16, NewV, ExtOp,
3729 DAG.getConstant(i, PtrVT));
3730 }
3731 return NewV;
3732 } else {
3733 // All elements are from V1.
3734 NewV = V1;
3735 for (unsigned i = 0; i < 8; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003736 SDValue Elt = V1Elts[i];
Evan Cheng14b32e12007-12-11 01:46:18 +00003737 if (Elt.getOpcode() == ISD::UNDEF)
3738 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003739 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Dan Gohman475871a2008-07-27 21:46:04 +00003740 SDValue ExtOp = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i16, V1,
Evan Cheng14b32e12007-12-11 01:46:18 +00003741 DAG.getConstant(EltIdx, PtrVT));
3742 NewV = DAG.getNode(ISD::INSERT_VECTOR_ELT, MVT::v8i16, NewV, ExtOp,
3743 DAG.getConstant(i, PtrVT));
3744 }
3745 return NewV;
3746 }
3747}
3748
Evan Cheng7a831ce2007-12-15 03:00:47 +00003749/// RewriteAsNarrowerShuffle - Try rewriting v8i16 and v16i8 shuffles as 4 wide
3750/// ones, or rewriting v4i32 / v2f32 as 2 wide ones if possible. This can be
3751/// done when every pair / quad of shuffle mask elements point to elements in
3752/// the right sequence. e.g.
Evan Cheng14b32e12007-12-11 01:46:18 +00003753/// vector_shuffle <>, <>, < 3, 4, | 10, 11, | 0, 1, | 14, 15>
3754static
Dan Gohman475871a2008-07-27 21:46:04 +00003755SDValue RewriteAsNarrowerShuffle(SDValue V1, SDValue V2,
Duncan Sands83ec4b62008-06-06 12:08:01 +00003756 MVT VT,
Dan Gohman475871a2008-07-27 21:46:04 +00003757 SDValue PermMask, SelectionDAG &DAG,
Evan Cheng14b32e12007-12-11 01:46:18 +00003758 TargetLowering &TLI) {
3759 unsigned NumElems = PermMask.getNumOperands();
Evan Cheng7a831ce2007-12-15 03:00:47 +00003760 unsigned NewWidth = (NumElems == 4) ? 2 : 4;
Duncan Sands83ec4b62008-06-06 12:08:01 +00003761 MVT MaskVT = MVT::getIntVectorWithNumElements(NewWidth);
Duncan Sandsd038e042008-07-21 10:20:31 +00003762 MVT MaskEltVT = MaskVT.getVectorElementType();
Duncan Sands83ec4b62008-06-06 12:08:01 +00003763 MVT NewVT = MaskVT;
3764 switch (VT.getSimpleVT()) {
3765 default: assert(false && "Unexpected!");
Evan Cheng7a831ce2007-12-15 03:00:47 +00003766 case MVT::v4f32: NewVT = MVT::v2f64; break;
3767 case MVT::v4i32: NewVT = MVT::v2i64; break;
3768 case MVT::v8i16: NewVT = MVT::v4i32; break;
3769 case MVT::v16i8: NewVT = MVT::v4i32; break;
Evan Cheng7a831ce2007-12-15 03:00:47 +00003770 }
3771
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00003772 if (NewWidth == 2) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003773 if (VT.isInteger())
Evan Cheng7a831ce2007-12-15 03:00:47 +00003774 NewVT = MVT::v2i64;
3775 else
3776 NewVT = MVT::v2f64;
Anton Korobeynikov7c1c2612008-02-20 11:22:39 +00003777 }
Evan Cheng7a831ce2007-12-15 03:00:47 +00003778 unsigned Scale = NumElems / NewWidth;
Dan Gohman475871a2008-07-27 21:46:04 +00003779 SmallVector<SDValue, 8> MaskVec;
Evan Cheng14b32e12007-12-11 01:46:18 +00003780 for (unsigned i = 0; i < NumElems; i += Scale) {
3781 unsigned StartIdx = ~0U;
3782 for (unsigned j = 0; j < Scale; ++j) {
Dan Gohman475871a2008-07-27 21:46:04 +00003783 SDValue Elt = PermMask.getOperand(i+j);
Evan Cheng14b32e12007-12-11 01:46:18 +00003784 if (Elt.getOpcode() == ISD::UNDEF)
3785 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003786 unsigned EltIdx = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003787 if (StartIdx == ~0U)
3788 StartIdx = EltIdx - (EltIdx % Scale);
3789 if (EltIdx != StartIdx + j)
Dan Gohman475871a2008-07-27 21:46:04 +00003790 return SDValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00003791 }
3792 if (StartIdx == ~0U)
Duncan Sandsd038e042008-07-21 10:20:31 +00003793 MaskVec.push_back(DAG.getNode(ISD::UNDEF, MaskEltVT));
Evan Cheng14b32e12007-12-11 01:46:18 +00003794 else
Duncan Sandsd038e042008-07-21 10:20:31 +00003795 MaskVec.push_back(DAG.getConstant(StartIdx / Scale, MaskEltVT));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003796 }
3797
Evan Cheng7a831ce2007-12-15 03:00:47 +00003798 V1 = DAG.getNode(ISD::BIT_CONVERT, NewVT, V1);
3799 V2 = DAG.getNode(ISD::BIT_CONVERT, NewVT, V2);
3800 return DAG.getNode(ISD::VECTOR_SHUFFLE, NewVT, V1, V2,
3801 DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
3802 &MaskVec[0], MaskVec.size()));
Evan Cheng8a86c3f2007-12-07 08:07:39 +00003803}
3804
Evan Chengd880b972008-05-09 21:53:03 +00003805/// getVZextMovL - Return a zero-extending vector move low node.
Evan Cheng7e2ff772008-05-08 00:57:18 +00003806///
Dan Gohman475871a2008-07-27 21:46:04 +00003807static SDValue getVZextMovL(MVT VT, MVT OpVT,
3808 SDValue SrcOp, SelectionDAG &DAG,
Duncan Sands83ec4b62008-06-06 12:08:01 +00003809 const X86Subtarget *Subtarget) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00003810 if (VT == MVT::v2f64 || VT == MVT::v4f32) {
3811 LoadSDNode *LD = NULL;
Gabor Greifba36cb52008-08-28 21:40:38 +00003812 if (!isScalarLoadToVector(SrcOp.getNode(), &LD))
Evan Cheng7e2ff772008-05-08 00:57:18 +00003813 LD = dyn_cast<LoadSDNode>(SrcOp);
3814 if (!LD) {
3815 // movssrr and movsdrr do not clear top bits. Try to use movd, movq
3816 // instead.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003817 MVT EVT = (OpVT == MVT::v2f64) ? MVT::i64 : MVT::i32;
Evan Cheng7e2ff772008-05-08 00:57:18 +00003818 if ((EVT != MVT::i64 || Subtarget->is64Bit()) &&
3819 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR &&
3820 SrcOp.getOperand(0).getOpcode() == ISD::BIT_CONVERT &&
3821 SrcOp.getOperand(0).getOperand(0).getValueType() == EVT) {
3822 // PR2108
3823 OpVT = (OpVT == MVT::v2f64) ? MVT::v2i64 : MVT::v4i32;
3824 return DAG.getNode(ISD::BIT_CONVERT, VT,
Evan Chengd880b972008-05-09 21:53:03 +00003825 DAG.getNode(X86ISD::VZEXT_MOVL, OpVT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00003826 DAG.getNode(ISD::SCALAR_TO_VECTOR, OpVT,
Gabor Greif327ef032008-08-28 23:19:51 +00003827 SrcOp.getOperand(0)
3828 .getOperand(0))));
Evan Cheng7e2ff772008-05-08 00:57:18 +00003829 }
3830 }
3831 }
3832
3833 return DAG.getNode(ISD::BIT_CONVERT, VT,
Evan Chengd880b972008-05-09 21:53:03 +00003834 DAG.getNode(X86ISD::VZEXT_MOVL, OpVT,
Evan Cheng7e2ff772008-05-08 00:57:18 +00003835 DAG.getNode(ISD::BIT_CONVERT, OpVT, SrcOp)));
3836}
3837
Evan Chengace3c172008-07-22 21:13:36 +00003838/// LowerVECTOR_SHUFFLE_4wide - Handle all 4 wide cases with a number of
3839/// shuffles.
Dan Gohman475871a2008-07-27 21:46:04 +00003840static SDValue
3841LowerVECTOR_SHUFFLE_4wide(SDValue V1, SDValue V2,
3842 SDValue PermMask, MVT VT, SelectionDAG &DAG) {
Evan Chengace3c172008-07-22 21:13:36 +00003843 MVT MaskVT = PermMask.getValueType();
3844 MVT MaskEVT = MaskVT.getVectorElementType();
3845 SmallVector<std::pair<int, int>, 8> Locs;
Rafael Espindola833a9902008-08-28 18:32:53 +00003846 Locs.resize(4);
Dan Gohman475871a2008-07-27 21:46:04 +00003847 SmallVector<SDValue, 8> Mask1(4, DAG.getNode(ISD::UNDEF, MaskEVT));
Evan Chengace3c172008-07-22 21:13:36 +00003848 unsigned NumHi = 0;
3849 unsigned NumLo = 0;
Evan Chengace3c172008-07-22 21:13:36 +00003850 for (unsigned i = 0; i != 4; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00003851 SDValue Elt = PermMask.getOperand(i);
Evan Chengace3c172008-07-22 21:13:36 +00003852 if (Elt.getOpcode() == ISD::UNDEF) {
3853 Locs[i] = std::make_pair(-1, -1);
3854 } else {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003855 unsigned Val = cast<ConstantSDNode>(Elt)->getZExtValue();
Dan Gohmand0859942008-08-04 23:09:15 +00003856 assert(Val < 8 && "Invalid VECTOR_SHUFFLE index!");
Evan Chengace3c172008-07-22 21:13:36 +00003857 if (Val < 4) {
3858 Locs[i] = std::make_pair(0, NumLo);
3859 Mask1[NumLo] = Elt;
3860 NumLo++;
3861 } else {
3862 Locs[i] = std::make_pair(1, NumHi);
3863 if (2+NumHi < 4)
3864 Mask1[2+NumHi] = Elt;
3865 NumHi++;
3866 }
3867 }
3868 }
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003869
Evan Chengace3c172008-07-22 21:13:36 +00003870 if (NumLo <= 2 && NumHi <= 2) {
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003871 // If no more than two elements come from either vector. This can be
3872 // implemented with two shuffles. First shuffle gather the elements.
3873 // The second shuffle, which takes the first shuffle as both of its
3874 // vector operands, put the elements into the right order.
Evan Chengace3c172008-07-22 21:13:36 +00003875 V1 = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2,
3876 DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
3877 &Mask1[0], Mask1.size()));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003878
Dan Gohman475871a2008-07-27 21:46:04 +00003879 SmallVector<SDValue, 8> Mask2(4, DAG.getNode(ISD::UNDEF, MaskEVT));
Evan Chengace3c172008-07-22 21:13:36 +00003880 for (unsigned i = 0; i != 4; ++i) {
3881 if (Locs[i].first == -1)
3882 continue;
3883 else {
3884 unsigned Idx = (i < 2) ? 0 : 4;
3885 Idx += Locs[i].first * 2 + Locs[i].second;
3886 Mask2[i] = DAG.getConstant(Idx, MaskEVT);
3887 }
3888 }
3889
3890 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V1,
3891 DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
3892 &Mask2[0], Mask2.size()));
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003893 } else if (NumLo == 3 || NumHi == 3) {
3894 // Otherwise, we must have three elements from one vector, call it X, and
3895 // one element from the other, call it Y. First, use a shufps to build an
3896 // intermediate vector with the one element from Y and the element from X
3897 // that will be in the same half in the final destination (the indexes don't
3898 // matter). Then, use a shufps to build the final vector, taking the half
3899 // containing the element from Y from the intermediate, and the other half
3900 // from X.
3901 if (NumHi == 3) {
3902 // Normalize it so the 3 elements come from V1.
3903 PermMask = CommuteVectorShuffleMask(PermMask, DAG);
3904 std::swap(V1, V2);
3905 }
3906
3907 // Find the element from V2.
3908 unsigned HiIndex;
3909 for (HiIndex = 0; HiIndex < 3; ++HiIndex) {
Dan Gohman475871a2008-07-27 21:46:04 +00003910 SDValue Elt = PermMask.getOperand(HiIndex);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003911 if (Elt.getOpcode() == ISD::UNDEF)
3912 continue;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003913 unsigned Val = cast<ConstantSDNode>(Elt)->getZExtValue();
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003914 if (Val >= 4)
3915 break;
3916 }
3917
3918 Mask1[0] = PermMask.getOperand(HiIndex);
3919 Mask1[1] = DAG.getNode(ISD::UNDEF, MaskEVT);
3920 Mask1[2] = PermMask.getOperand(HiIndex^1);
3921 Mask1[3] = DAG.getNode(ISD::UNDEF, MaskEVT);
3922 V2 = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2,
3923 DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &Mask1[0], 4));
3924
3925 if (HiIndex >= 2) {
3926 Mask1[0] = PermMask.getOperand(0);
3927 Mask1[1] = PermMask.getOperand(1);
3928 Mask1[2] = DAG.getConstant(HiIndex & 1 ? 6 : 4, MaskEVT);
3929 Mask1[3] = DAG.getConstant(HiIndex & 1 ? 4 : 6, MaskEVT);
3930 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2,
3931 DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &Mask1[0], 4));
3932 } else {
3933 Mask1[0] = DAG.getConstant(HiIndex & 1 ? 2 : 0, MaskEVT);
3934 Mask1[1] = DAG.getConstant(HiIndex & 1 ? 0 : 2, MaskEVT);
3935 Mask1[2] = PermMask.getOperand(2);
3936 Mask1[3] = PermMask.getOperand(3);
3937 if (Mask1[2].getOpcode() != ISD::UNDEF)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003938 Mask1[2] =
3939 DAG.getConstant(cast<ConstantSDNode>(Mask1[2])->getZExtValue()+4,
3940 MaskEVT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003941 if (Mask1[3].getOpcode() != ISD::UNDEF)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003942 Mask1[3] =
3943 DAG.getConstant(cast<ConstantSDNode>(Mask1[3])->getZExtValue()+4,
3944 MaskEVT);
Evan Cheng5e6ebaf2008-07-23 00:22:17 +00003945 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V2, V1,
3946 DAG.getNode(ISD::BUILD_VECTOR, MaskVT, &Mask1[0], 4));
3947 }
Evan Chengace3c172008-07-22 21:13:36 +00003948 }
3949
3950 // Break it into (shuffle shuffle_hi, shuffle_lo).
3951 Locs.clear();
Dan Gohman475871a2008-07-27 21:46:04 +00003952 SmallVector<SDValue,8> LoMask(4, DAG.getNode(ISD::UNDEF, MaskEVT));
3953 SmallVector<SDValue,8> HiMask(4, DAG.getNode(ISD::UNDEF, MaskEVT));
3954 SmallVector<SDValue,8> *MaskPtr = &LoMask;
Evan Chengace3c172008-07-22 21:13:36 +00003955 unsigned MaskIdx = 0;
3956 unsigned LoIdx = 0;
3957 unsigned HiIdx = 2;
3958 for (unsigned i = 0; i != 4; ++i) {
3959 if (i == 2) {
3960 MaskPtr = &HiMask;
3961 MaskIdx = 1;
3962 LoIdx = 0;
3963 HiIdx = 2;
3964 }
Dan Gohman475871a2008-07-27 21:46:04 +00003965 SDValue Elt = PermMask.getOperand(i);
Evan Chengace3c172008-07-22 21:13:36 +00003966 if (Elt.getOpcode() == ISD::UNDEF) {
3967 Locs[i] = std::make_pair(-1, -1);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003968 } else if (cast<ConstantSDNode>(Elt)->getZExtValue() < 4) {
Evan Chengace3c172008-07-22 21:13:36 +00003969 Locs[i] = std::make_pair(MaskIdx, LoIdx);
3970 (*MaskPtr)[LoIdx] = Elt;
3971 LoIdx++;
3972 } else {
3973 Locs[i] = std::make_pair(MaskIdx, HiIdx);
3974 (*MaskPtr)[HiIdx] = Elt;
3975 HiIdx++;
3976 }
3977 }
3978
Dan Gohman475871a2008-07-27 21:46:04 +00003979 SDValue LoShuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2,
Evan Chengace3c172008-07-22 21:13:36 +00003980 DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
3981 &LoMask[0], LoMask.size()));
Dan Gohman475871a2008-07-27 21:46:04 +00003982 SDValue HiShuffle = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2,
Evan Chengace3c172008-07-22 21:13:36 +00003983 DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
3984 &HiMask[0], HiMask.size()));
Dan Gohman475871a2008-07-27 21:46:04 +00003985 SmallVector<SDValue, 8> MaskOps;
Evan Chengace3c172008-07-22 21:13:36 +00003986 for (unsigned i = 0; i != 4; ++i) {
3987 if (Locs[i].first == -1) {
3988 MaskOps.push_back(DAG.getNode(ISD::UNDEF, MaskEVT));
3989 } else {
3990 unsigned Idx = Locs[i].first * 4 + Locs[i].second;
3991 MaskOps.push_back(DAG.getConstant(Idx, MaskEVT));
3992 }
3993 }
3994 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, LoShuffle, HiShuffle,
3995 DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
3996 &MaskOps[0], MaskOps.size()));
3997}
3998
Dan Gohman475871a2008-07-27 21:46:04 +00003999SDValue
4000X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) {
4001 SDValue V1 = Op.getOperand(0);
4002 SDValue V2 = Op.getOperand(1);
4003 SDValue PermMask = Op.getOperand(2);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004004 MVT VT = Op.getValueType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004005 unsigned NumElems = PermMask.getNumOperands();
Duncan Sands83ec4b62008-06-06 12:08:01 +00004006 bool isMMX = VT.getSizeInBits() == 64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004007 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF;
4008 bool V2IsUndef = V2.getOpcode() == ISD::UNDEF;
Evan Chengd9b8e402006-10-16 06:36:00 +00004009 bool V1IsSplat = false;
4010 bool V2IsSplat = false;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004011
Gabor Greifba36cb52008-08-28 21:40:38 +00004012 if (isUndefShuffle(Op.getNode()))
Evan Cheng8cf723d2006-09-08 01:50:06 +00004013 return DAG.getNode(ISD::UNDEF, VT);
4014
Gabor Greifba36cb52008-08-28 21:40:38 +00004015 if (isZeroShuffle(Op.getNode()))
Evan Chengf0df0312008-05-15 08:39:06 +00004016 return getZeroVector(VT, Subtarget->hasSSE2(), DAG);
Evan Cheng213d2cf2007-05-17 18:45:50 +00004017
Gabor Greifba36cb52008-08-28 21:40:38 +00004018 if (isIdentityMask(PermMask.getNode()))
Evan Cheng49892af2007-06-19 00:02:56 +00004019 return V1;
Gabor Greifba36cb52008-08-28 21:40:38 +00004020 else if (isIdentityMask(PermMask.getNode(), true))
Evan Cheng49892af2007-06-19 00:02:56 +00004021 return V2;
4022
Evan Cheng4dcc8a32008-09-25 23:35:16 +00004023 // Canonicalize movddup shuffles.
4024 if (V2IsUndef && Subtarget->hasSSE2() &&
Evan Cheng882cdfd2008-10-06 21:13:08 +00004025 VT.getSizeInBits() == 128 &&
Evan Cheng4dcc8a32008-09-25 23:35:16 +00004026 X86::isMOVDDUPMask(PermMask.getNode()))
4027 return CanonicalizeMovddup(Op, V1, PermMask, DAG, Subtarget->hasSSE3());
4028
Gabor Greifba36cb52008-08-28 21:40:38 +00004029 if (isSplatMask(PermMask.getNode())) {
Evan Cheng0c0f83f2008-04-05 00:30:36 +00004030 if (isMMX || NumElems < 4) return Op;
4031 // Promote it to a v4{if}32 splat.
4032 return PromoteSplat(Op, DAG, Subtarget->hasSSE2());
Evan Cheng0db9fe62006-04-25 20:13:52 +00004033 }
4034
Evan Cheng7a831ce2007-12-15 03:00:47 +00004035 // If the shuffle can be profitably rewritten as a narrower shuffle, then
4036 // do it!
4037 if (VT == MVT::v8i16 || VT == MVT::v16i8) {
Dan Gohman475871a2008-07-27 21:46:04 +00004038 SDValue NewOp= RewriteAsNarrowerShuffle(V1, V2, VT, PermMask, DAG, *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004039 if (NewOp.getNode())
Evan Cheng7a831ce2007-12-15 03:00:47 +00004040 return DAG.getNode(ISD::BIT_CONVERT, VT, LowerVECTOR_SHUFFLE(NewOp, DAG));
4041 } else if ((VT == MVT::v4i32 || (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
4042 // FIXME: Figure out a cleaner way to do this.
4043 // Try to make use of movq to zero out the top part.
Gabor Greifba36cb52008-08-28 21:40:38 +00004044 if (ISD::isBuildVectorAllZeros(V2.getNode())) {
Dan Gohman475871a2008-07-27 21:46:04 +00004045 SDValue NewOp = RewriteAsNarrowerShuffle(V1, V2, VT, PermMask,
Evan Cheng7e2ff772008-05-08 00:57:18 +00004046 DAG, *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004047 if (NewOp.getNode()) {
Dan Gohman475871a2008-07-27 21:46:04 +00004048 SDValue NewV1 = NewOp.getOperand(0);
4049 SDValue NewV2 = NewOp.getOperand(1);
4050 SDValue NewMask = NewOp.getOperand(2);
Gabor Greifba36cb52008-08-28 21:40:38 +00004051 if (isCommutedMOVL(NewMask.getNode(), true, false)) {
Evan Cheng7a831ce2007-12-15 03:00:47 +00004052 NewOp = CommuteVectorShuffle(NewOp, NewV1, NewV2, NewMask, DAG);
Evan Chengd880b972008-05-09 21:53:03 +00004053 return getVZextMovL(VT, NewOp.getValueType(), NewV2, DAG, Subtarget);
Evan Cheng7a831ce2007-12-15 03:00:47 +00004054 }
4055 }
Gabor Greifba36cb52008-08-28 21:40:38 +00004056 } else if (ISD::isBuildVectorAllZeros(V1.getNode())) {
Dan Gohman475871a2008-07-27 21:46:04 +00004057 SDValue NewOp= RewriteAsNarrowerShuffle(V1, V2, VT, PermMask,
Evan Cheng7e2ff772008-05-08 00:57:18 +00004058 DAG, *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004059 if (NewOp.getNode() && X86::isMOVLMask(NewOp.getOperand(2).getNode()))
Evan Chengd880b972008-05-09 21:53:03 +00004060 return getVZextMovL(VT, NewOp.getValueType(), NewOp.getOperand(1),
Evan Cheng7e2ff772008-05-08 00:57:18 +00004061 DAG, Subtarget);
Evan Cheng7a831ce2007-12-15 03:00:47 +00004062 }
4063 }
4064
Evan Chengf26ffe92008-05-29 08:22:04 +00004065 // Check if this can be converted into a logical shift.
4066 bool isLeft = false;
4067 unsigned ShAmt = 0;
Dan Gohman475871a2008-07-27 21:46:04 +00004068 SDValue ShVal;
Evan Chengf26ffe92008-05-29 08:22:04 +00004069 bool isShift = isVectorShift(Op, PermMask, DAG, isLeft, ShVal, ShAmt);
4070 if (isShift && ShVal.hasOneUse()) {
4071 // If the shifted value has multiple uses, it may be cheaper to use
4072 // v_set0 + movlhps or movhlps, etc.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004073 MVT EVT = VT.getVectorElementType();
4074 ShAmt *= EVT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00004075 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this);
4076 }
4077
Gabor Greifba36cb52008-08-28 21:40:38 +00004078 if (X86::isMOVLMask(PermMask.getNode())) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00004079 if (V1IsUndef)
4080 return V2;
Gabor Greifba36cb52008-08-28 21:40:38 +00004081 if (ISD::isBuildVectorAllZeros(V1.getNode()))
Evan Chengd880b972008-05-09 21:53:03 +00004082 return getVZextMovL(VT, VT, V2, DAG, Subtarget);
Nate Begemanfb8ead02008-07-25 19:05:58 +00004083 if (!isMMX)
4084 return Op;
Evan Cheng7e2ff772008-05-08 00:57:18 +00004085 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00004086
Gabor Greifba36cb52008-08-28 21:40:38 +00004087 if (!isMMX && (X86::isMOVSHDUPMask(PermMask.getNode()) ||
4088 X86::isMOVSLDUPMask(PermMask.getNode()) ||
4089 X86::isMOVHLPSMask(PermMask.getNode()) ||
4090 X86::isMOVHPMask(PermMask.getNode()) ||
4091 X86::isMOVLPMask(PermMask.getNode())))
Evan Cheng9bbbb982006-10-25 20:48:19 +00004092 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004093
Gabor Greifba36cb52008-08-28 21:40:38 +00004094 if (ShouldXformToMOVHLPS(PermMask.getNode()) ||
4095 ShouldXformToMOVLP(V1.getNode(), V2.getNode(), PermMask.getNode()))
Evan Cheng9eca5e82006-10-25 21:49:50 +00004096 return CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004097
Evan Chengf26ffe92008-05-29 08:22:04 +00004098 if (isShift) {
4099 // No better options. Use a vshl / vsrl.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004100 MVT EVT = VT.getVectorElementType();
4101 ShAmt *= EVT.getSizeInBits();
Evan Chengf26ffe92008-05-29 08:22:04 +00004102 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this);
4103 }
4104
Evan Cheng9eca5e82006-10-25 21:49:50 +00004105 bool Commuted = false;
Chris Lattner8a594482007-11-25 00:24:49 +00004106 // FIXME: This should also accept a bitcast of a splat? Be careful, not
4107 // 1,1,1,1 -> v8i16 though.
Gabor Greifba36cb52008-08-28 21:40:38 +00004108 V1IsSplat = isSplatVector(V1.getNode());
4109 V2IsSplat = isSplatVector(V2.getNode());
Chris Lattner8a594482007-11-25 00:24:49 +00004110
4111 // Canonicalize the splat or undef, if present, to be on the RHS.
Evan Cheng9bbbb982006-10-25 20:48:19 +00004112 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) {
Evan Cheng9eca5e82006-10-25 21:49:50 +00004113 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
Evan Cheng9bbbb982006-10-25 20:48:19 +00004114 std::swap(V1IsSplat, V2IsSplat);
4115 std::swap(V1IsUndef, V2IsUndef);
Evan Cheng9eca5e82006-10-25 21:49:50 +00004116 Commuted = true;
Evan Cheng9bbbb982006-10-25 20:48:19 +00004117 }
4118
Evan Cheng7a831ce2007-12-15 03:00:47 +00004119 // FIXME: Figure out a cleaner way to do this.
Gabor Greifba36cb52008-08-28 21:40:38 +00004120 if (isCommutedMOVL(PermMask.getNode(), V2IsSplat, V2IsUndef)) {
Evan Cheng9bbbb982006-10-25 20:48:19 +00004121 if (V2IsUndef) return V1;
Evan Cheng9eca5e82006-10-25 21:49:50 +00004122 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
Evan Cheng9bbbb982006-10-25 20:48:19 +00004123 if (V2IsSplat) {
4124 // V2 is a splat, so the mask may be malformed. That is, it may point
4125 // to any V2 element. The instruction selectior won't like this. Get
4126 // a corrected mask and commute to form a proper MOVS{S|D}.
Dan Gohman475871a2008-07-27 21:46:04 +00004127 SDValue NewMask = getMOVLMask(NumElems, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00004128 if (NewMask.getNode() != PermMask.getNode())
Evan Cheng9bbbb982006-10-25 20:48:19 +00004129 Op = DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2, NewMask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004130 }
Evan Cheng9bbbb982006-10-25 20:48:19 +00004131 return Op;
Evan Chengd9b8e402006-10-16 06:36:00 +00004132 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004133
Gabor Greifba36cb52008-08-28 21:40:38 +00004134 if (X86::isUNPCKL_v_undef_Mask(PermMask.getNode()) ||
4135 X86::isUNPCKH_v_undef_Mask(PermMask.getNode()) ||
4136 X86::isUNPCKLMask(PermMask.getNode()) ||
4137 X86::isUNPCKHMask(PermMask.getNode()))
Evan Chengd9b8e402006-10-16 06:36:00 +00004138 return Op;
Evan Chenge1113032006-10-04 18:33:38 +00004139
Evan Cheng9bbbb982006-10-25 20:48:19 +00004140 if (V2IsSplat) {
4141 // Normalize mask so all entries that point to V2 points to its first
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00004142 // element then try to match unpck{h|l} again. If match, return a
Evan Cheng9bbbb982006-10-25 20:48:19 +00004143 // new vector_shuffle with the corrected mask.
Dan Gohman475871a2008-07-27 21:46:04 +00004144 SDValue NewMask = NormalizeMask(PermMask, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00004145 if (NewMask.getNode() != PermMask.getNode()) {
4146 if (X86::isUNPCKLMask(PermMask.getNode(), true)) {
Dan Gohman475871a2008-07-27 21:46:04 +00004147 SDValue NewMask = getUnpacklMask(NumElems, DAG);
Evan Cheng9bbbb982006-10-25 20:48:19 +00004148 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2, NewMask);
Gabor Greifba36cb52008-08-28 21:40:38 +00004149 } else if (X86::isUNPCKHMask(PermMask.getNode(), true)) {
Dan Gohman475871a2008-07-27 21:46:04 +00004150 SDValue NewMask = getUnpackhMask(NumElems, DAG);
Evan Cheng9bbbb982006-10-25 20:48:19 +00004151 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1, V2, NewMask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004152 }
4153 }
4154 }
4155
4156 // Normalize the node to match x86 shuffle ops if needed
Gabor Greifba36cb52008-08-28 21:40:38 +00004157 if (V2.getOpcode() != ISD::UNDEF && isCommutedSHUFP(PermMask.getNode()))
Evan Cheng9eca5e82006-10-25 21:49:50 +00004158 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
4159
4160 if (Commuted) {
4161 // Commute is back and try unpck* again.
4162 Op = CommuteVectorShuffle(Op, V1, V2, PermMask, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00004163 if (X86::isUNPCKL_v_undef_Mask(PermMask.getNode()) ||
4164 X86::isUNPCKH_v_undef_Mask(PermMask.getNode()) ||
4165 X86::isUNPCKLMask(PermMask.getNode()) ||
4166 X86::isUNPCKHMask(PermMask.getNode()))
Evan Cheng9eca5e82006-10-25 21:49:50 +00004167 return Op;
4168 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00004169
Evan Cheng0c0f83f2008-04-05 00:30:36 +00004170 // Try PSHUF* first, then SHUFP*.
4171 // MMX doesn't have PSHUFD but it does have PSHUFW. While it's theoretically
4172 // possible to shuffle a v2i32 using PSHUFW, that's not yet implemented.
Gabor Greifba36cb52008-08-28 21:40:38 +00004173 if (isMMX && NumElems == 4 && X86::isPSHUFDMask(PermMask.getNode())) {
Evan Cheng0c0f83f2008-04-05 00:30:36 +00004174 if (V2.getOpcode() != ISD::UNDEF)
4175 return DAG.getNode(ISD::VECTOR_SHUFFLE, VT, V1,
4176 DAG.getNode(ISD::UNDEF, VT), PermMask);
4177 return Op;
4178 }
4179
4180 if (!isMMX) {
4181 if (Subtarget->hasSSE2() &&
Gabor Greifba36cb52008-08-28 21:40:38 +00004182 (X86::isPSHUFDMask(PermMask.getNode()) ||
4183 X86::isPSHUFHWMask(PermMask.getNode()) ||
4184 X86::isPSHUFLWMask(PermMask.getNode()))) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004185 MVT RVT = VT;
Evan Cheng0c0f83f2008-04-05 00:30:36 +00004186 if (VT == MVT::v4f32) {
4187 RVT = MVT::v4i32;
4188 Op = DAG.getNode(ISD::VECTOR_SHUFFLE, RVT,
4189 DAG.getNode(ISD::BIT_CONVERT, RVT, V1),
4190 DAG.getNode(ISD::UNDEF, RVT), PermMask);
4191 } else if (V2.getOpcode() != ISD::UNDEF)
4192 Op = DAG.getNode(ISD::VECTOR_SHUFFLE, RVT, V1,
4193 DAG.getNode(ISD::UNDEF, RVT), PermMask);
4194 if (RVT != VT)
4195 Op = DAG.getNode(ISD::BIT_CONVERT, VT, Op);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004196 return Op;
4197 }
4198
Evan Cheng0c0f83f2008-04-05 00:30:36 +00004199 // Binary or unary shufps.
Gabor Greifba36cb52008-08-28 21:40:38 +00004200 if (X86::isSHUFPMask(PermMask.getNode()) ||
4201 (V2.getOpcode() == ISD::UNDEF && X86::isPSHUFDMask(PermMask.getNode())))
Evan Cheng0db9fe62006-04-25 20:13:52 +00004202 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004203 }
4204
Evan Cheng14b32e12007-12-11 01:46:18 +00004205 // Handle v8i16 specifically since SSE can do byte extraction and insertion.
4206 if (VT == MVT::v8i16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004207 SDValue NewOp = LowerVECTOR_SHUFFLEv8i16(V1, V2, PermMask, DAG, *this);
Gabor Greifba36cb52008-08-28 21:40:38 +00004208 if (NewOp.getNode())
Evan Cheng14b32e12007-12-11 01:46:18 +00004209 return NewOp;
4210 }
4211
Evan Chengace3c172008-07-22 21:13:36 +00004212 // Handle all 4 wide cases with a number of shuffles except for MMX.
4213 if (NumElems == 4 && !isMMX)
4214 return LowerVECTOR_SHUFFLE_4wide(V1, V2, PermMask, VT, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004215
Dan Gohman475871a2008-07-27 21:46:04 +00004216 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004217}
4218
Dan Gohman475871a2008-07-27 21:46:04 +00004219SDValue
4220X86TargetLowering::LowerEXTRACT_VECTOR_ELT_SSE4(SDValue Op,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004221 SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004222 MVT VT = Op.getValueType();
4223 if (VT.getSizeInBits() == 8) {
Dan Gohman475871a2008-07-27 21:46:04 +00004224 SDValue Extract = DAG.getNode(X86ISD::PEXTRB, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004225 Op.getOperand(0), Op.getOperand(1));
Dan Gohman475871a2008-07-27 21:46:04 +00004226 SDValue Assert = DAG.getNode(ISD::AssertZext, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004227 DAG.getValueType(VT));
4228 return DAG.getNode(ISD::TRUNCATE, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004229 } else if (VT.getSizeInBits() == 16) {
Evan Cheng52ceafa2009-01-02 05:29:08 +00004230 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
4231 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
4232 if (Idx == 0)
4233 return DAG.getNode(ISD::TRUNCATE, MVT::i16,
4234 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i32,
4235 DAG.getNode(ISD::BIT_CONVERT, MVT::v4i32,
4236 Op.getOperand(0)),
4237 Op.getOperand(1)));
Dan Gohman475871a2008-07-27 21:46:04 +00004238 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, MVT::i32,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004239 Op.getOperand(0), Op.getOperand(1));
Dan Gohman475871a2008-07-27 21:46:04 +00004240 SDValue Assert = DAG.getNode(ISD::AssertZext, MVT::i32, Extract,
Nate Begeman14d12ca2008-02-11 04:19:36 +00004241 DAG.getValueType(VT));
4242 return DAG.getNode(ISD::TRUNCATE, VT, Assert);
Evan Cheng62a3f152008-03-24 21:52:23 +00004243 } else if (VT == MVT::f32) {
4244 // EXTRACTPS outputs to a GPR32 register which will require a movd to copy
4245 // the result back to FR32 register. It's only worth matching if the
Dan Gohmand17cfbe2008-10-31 00:57:24 +00004246 // result has a single use which is a store or a bitcast to i32. And in
4247 // the case of a store, it's not worth it if the index is a constant 0,
4248 // because a MOVSSmr can be used instead, which is smaller and faster.
Evan Cheng62a3f152008-03-24 21:52:23 +00004249 if (!Op.hasOneUse())
Dan Gohman475871a2008-07-27 21:46:04 +00004250 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00004251 SDNode *User = *Op.getNode()->use_begin();
Dan Gohmand17cfbe2008-10-31 00:57:24 +00004252 if ((User->getOpcode() != ISD::STORE ||
4253 (isa<ConstantSDNode>(Op.getOperand(1)) &&
4254 cast<ConstantSDNode>(Op.getOperand(1))->isNullValue())) &&
Dan Gohman171c11e2008-04-16 02:32:24 +00004255 (User->getOpcode() != ISD::BIT_CONVERT ||
4256 User->getValueType(0) != MVT::i32))
Dan Gohman475871a2008-07-27 21:46:04 +00004257 return SDValue();
4258 SDValue Extract = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i32,
Evan Cheng62a3f152008-03-24 21:52:23 +00004259 DAG.getNode(ISD::BIT_CONVERT, MVT::v4i32, Op.getOperand(0)),
4260 Op.getOperand(1));
4261 return DAG.getNode(ISD::BIT_CONVERT, MVT::f32, Extract);
Mon P Wangf0fcdd82009-01-15 21:10:20 +00004262 } else if (VT == MVT::i32) {
4263 // ExtractPS works with constant index.
4264 if (isa<ConstantSDNode>(Op.getOperand(1)))
4265 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00004266 }
Dan Gohman475871a2008-07-27 21:46:04 +00004267 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004268}
4269
4270
Dan Gohman475871a2008-07-27 21:46:04 +00004271SDValue
4272X86TargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004273 if (!isa<ConstantSDNode>(Op.getOperand(1)))
Dan Gohman475871a2008-07-27 21:46:04 +00004274 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004275
Evan Cheng62a3f152008-03-24 21:52:23 +00004276 if (Subtarget->hasSSE41()) {
Dan Gohman475871a2008-07-27 21:46:04 +00004277 SDValue Res = LowerEXTRACT_VECTOR_ELT_SSE4(Op, DAG);
Gabor Greifba36cb52008-08-28 21:40:38 +00004278 if (Res.getNode())
Evan Cheng62a3f152008-03-24 21:52:23 +00004279 return Res;
4280 }
Nate Begeman14d12ca2008-02-11 04:19:36 +00004281
Duncan Sands83ec4b62008-06-06 12:08:01 +00004282 MVT VT = Op.getValueType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004283 // TODO: handle v16i8.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004284 if (VT.getSizeInBits() == 16) {
Dan Gohman475871a2008-07-27 21:46:04 +00004285 SDValue Vec = Op.getOperand(0);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004286 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng14b32e12007-12-11 01:46:18 +00004287 if (Idx == 0)
4288 return DAG.getNode(ISD::TRUNCATE, MVT::i16,
4289 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::i32,
4290 DAG.getNode(ISD::BIT_CONVERT, MVT::v4i32, Vec),
4291 Op.getOperand(1)));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004292 // Transform it so it match pextrw which produces a 32-bit result.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004293 MVT EVT = (MVT::SimpleValueType)(VT.getSimpleVT()+1);
Dan Gohman475871a2008-07-27 21:46:04 +00004294 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, EVT,
Evan Cheng0db9fe62006-04-25 20:13:52 +00004295 Op.getOperand(0), Op.getOperand(1));
Dan Gohman475871a2008-07-27 21:46:04 +00004296 SDValue Assert = DAG.getNode(ISD::AssertZext, EVT, Extract,
Evan Cheng0db9fe62006-04-25 20:13:52 +00004297 DAG.getValueType(VT));
4298 return DAG.getNode(ISD::TRUNCATE, VT, Assert);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004299 } else if (VT.getSizeInBits() == 32) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004300 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004301 if (Idx == 0)
4302 return Op;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004303 // SHUFPS the element to the lowest double word, then movss.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004304 MVT MaskVT = MVT::getIntVectorWithNumElements(4);
Dan Gohman475871a2008-07-27 21:46:04 +00004305 SmallVector<SDValue, 8> IdxVec;
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00004306 IdxVec.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004307 push_back(DAG.getConstant(Idx, MaskVT.getVectorElementType()));
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00004308 IdxVec.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004309 push_back(DAG.getNode(ISD::UNDEF, MaskVT.getVectorElementType()));
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00004310 IdxVec.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004311 push_back(DAG.getNode(ISD::UNDEF, MaskVT.getVectorElementType()));
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00004312 IdxVec.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004313 push_back(DAG.getNode(ISD::UNDEF, MaskVT.getVectorElementType()));
Dan Gohman475871a2008-07-27 21:46:04 +00004314 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
Chris Lattnere2199452006-08-11 17:38:39 +00004315 &IdxVec[0], IdxVec.size());
Dan Gohman475871a2008-07-27 21:46:04 +00004316 SDValue Vec = Op.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004317 Vec = DAG.getNode(ISD::VECTOR_SHUFFLE, Vec.getValueType(),
Evan Cheng6e56e2c2006-11-07 22:14:24 +00004318 Vec, DAG.getNode(ISD::UNDEF, Vec.getValueType()), Mask);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004319 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00004320 DAG.getIntPtrConstant(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00004321 } else if (VT.getSizeInBits() == 64) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00004322 // FIXME: .td only matches this for <2 x f64>, not <2 x i64> on 32b
4323 // FIXME: seems like this should be unnecessary if mov{h,l}pd were taught
4324 // to match extract_elt for f64.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004325 unsigned Idx = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004326 if (Idx == 0)
4327 return Op;
4328
4329 // UNPCKHPD the element to the lowest double word, then movsd.
4330 // Note if the lower 64 bits of the result of the UNPCKHPD is then stored
4331 // to a f64mem, the whole operation is folded into a single MOVHPDmr.
Duncan Sandsd038e042008-07-21 10:20:31 +00004332 MVT MaskVT = MVT::getIntVectorWithNumElements(2);
Dan Gohman475871a2008-07-27 21:46:04 +00004333 SmallVector<SDValue, 8> IdxVec;
Duncan Sands83ec4b62008-06-06 12:08:01 +00004334 IdxVec.push_back(DAG.getConstant(1, MaskVT.getVectorElementType()));
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00004335 IdxVec.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004336 push_back(DAG.getNode(ISD::UNDEF, MaskVT.getVectorElementType()));
Dan Gohman475871a2008-07-27 21:46:04 +00004337 SDValue Mask = DAG.getNode(ISD::BUILD_VECTOR, MaskVT,
Chris Lattnere2199452006-08-11 17:38:39 +00004338 &IdxVec[0], IdxVec.size());
Dan Gohman475871a2008-07-27 21:46:04 +00004339 SDValue Vec = Op.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004340 Vec = DAG.getNode(ISD::VECTOR_SHUFFLE, Vec.getValueType(),
4341 Vec, DAG.getNode(ISD::UNDEF, Vec.getValueType()), Mask);
4342 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, VT, Vec,
Chris Lattner0bd48932008-01-17 07:00:52 +00004343 DAG.getIntPtrConstant(0));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004344 }
4345
Dan Gohman475871a2008-07-27 21:46:04 +00004346 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004347}
4348
Dan Gohman475871a2008-07-27 21:46:04 +00004349SDValue
4350X86TargetLowering::LowerINSERT_VECTOR_ELT_SSE4(SDValue Op, SelectionDAG &DAG){
Duncan Sands83ec4b62008-06-06 12:08:01 +00004351 MVT VT = Op.getValueType();
4352 MVT EVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004353
Dan Gohman475871a2008-07-27 21:46:04 +00004354 SDValue N0 = Op.getOperand(0);
4355 SDValue N1 = Op.getOperand(1);
4356 SDValue N2 = Op.getOperand(2);
Nate Begeman14d12ca2008-02-11 04:19:36 +00004357
Dan Gohmanef521f12008-08-14 22:53:18 +00004358 if ((EVT.getSizeInBits() == 8 || EVT.getSizeInBits() == 16) &&
4359 isa<ConstantSDNode>(N2)) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004360 unsigned Opc = (EVT.getSizeInBits() == 8) ? X86ISD::PINSRB
Nate Begeman14d12ca2008-02-11 04:19:36 +00004361 : X86ISD::PINSRW;
4362 // Transform it so it match pinsr{b,w} which expects a GR32 as its second
4363 // argument.
4364 if (N1.getValueType() != MVT::i32)
4365 N1 = DAG.getNode(ISD::ANY_EXTEND, MVT::i32, N1);
4366 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004367 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Nate Begeman14d12ca2008-02-11 04:19:36 +00004368 return DAG.getNode(Opc, VT, N0, N1, N2);
Dan Gohmanc0573b12008-08-14 22:43:26 +00004369 } else if (EVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
Nate Begeman14d12ca2008-02-11 04:19:36 +00004370 // Bits [7:6] of the constant are the source select. This will always be
4371 // zero here. The DAG Combiner may combine an extract_elt index into these
4372 // bits. For example (insert (extract, 3), 2) could be matched by putting
4373 // the '3' into bits [7:6] of X86ISD::INSERTPS.
4374 // Bits [5:4] of the constant are the destination select. This is the
4375 // value of the incoming immediate.
4376 // Bits [3:0] of the constant are the zero mask. The DAG Combiner may
4377 // combine either bitwise AND or insert of float 0.0 to set these bits.
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004378 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
Nate Begeman14d12ca2008-02-11 04:19:36 +00004379 return DAG.getNode(X86ISD::INSERTPS, VT, N0, N1, N2);
Mon P Wangf0fcdd82009-01-15 21:10:20 +00004380 } else if (EVT == MVT::i32) {
4381 // InsertPS works with constant index.
4382 if (isa<ConstantSDNode>(N2))
4383 return Op;
Nate Begeman14d12ca2008-02-11 04:19:36 +00004384 }
Dan Gohman475871a2008-07-27 21:46:04 +00004385 return SDValue();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004386}
4387
Dan Gohman475871a2008-07-27 21:46:04 +00004388SDValue
4389X86TargetLowering::LowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004390 MVT VT = Op.getValueType();
4391 MVT EVT = VT.getVectorElementType();
Nate Begeman14d12ca2008-02-11 04:19:36 +00004392
4393 if (Subtarget->hasSSE41())
4394 return LowerINSERT_VECTOR_ELT_SSE4(Op, DAG);
4395
Evan Cheng794405e2007-12-12 07:55:34 +00004396 if (EVT == MVT::i8)
Dan Gohman475871a2008-07-27 21:46:04 +00004397 return SDValue();
Evan Cheng794405e2007-12-12 07:55:34 +00004398
Dan Gohman475871a2008-07-27 21:46:04 +00004399 SDValue N0 = Op.getOperand(0);
4400 SDValue N1 = Op.getOperand(1);
4401 SDValue N2 = Op.getOperand(2);
Evan Cheng794405e2007-12-12 07:55:34 +00004402
Duncan Sands83ec4b62008-06-06 12:08:01 +00004403 if (EVT.getSizeInBits() == 16) {
Evan Cheng794405e2007-12-12 07:55:34 +00004404 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
4405 // as its second argument.
Evan Cheng0db9fe62006-04-25 20:13:52 +00004406 if (N1.getValueType() != MVT::i32)
4407 N1 = DAG.getNode(ISD::ANY_EXTEND, MVT::i32, N1);
4408 if (N2.getValueType() != MVT::i32)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004409 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
Evan Cheng0db9fe62006-04-25 20:13:52 +00004410 return DAG.getNode(X86ISD::PINSRW, VT, N0, N1, N2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004411 }
Dan Gohman475871a2008-07-27 21:46:04 +00004412 return SDValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004413}
4414
Dan Gohman475871a2008-07-27 21:46:04 +00004415SDValue
4416X86TargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) {
Evan Cheng52672b82008-07-22 18:39:19 +00004417 if (Op.getValueType() == MVT::v2f32)
4418 return DAG.getNode(ISD::BIT_CONVERT, MVT::v2f32,
4419 DAG.getNode(ISD::SCALAR_TO_VECTOR, MVT::v2i32,
4420 DAG.getNode(ISD::BIT_CONVERT, MVT::i32,
4421 Op.getOperand(0))));
4422
Dan Gohman475871a2008-07-27 21:46:04 +00004423 SDValue AnyExt = DAG.getNode(ISD::ANY_EXTEND, MVT::i32, Op.getOperand(0));
Duncan Sands83ec4b62008-06-06 12:08:01 +00004424 MVT VT = MVT::v2i32;
4425 switch (Op.getValueType().getSimpleVT()) {
Evan Chengefec7512008-02-18 23:04:32 +00004426 default: break;
4427 case MVT::v16i8:
4428 case MVT::v8i16:
4429 VT = MVT::v4i32;
4430 break;
4431 }
4432 return DAG.getNode(ISD::BIT_CONVERT, Op.getValueType(),
4433 DAG.getNode(ISD::SCALAR_TO_VECTOR, VT, AnyExt));
Evan Cheng0db9fe62006-04-25 20:13:52 +00004434}
4435
Bill Wendling056292f2008-09-16 21:48:12 +00004436// ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
4437// their target countpart wrapped in the X86ISD::Wrapper node. Suppose N is
4438// one of the above mentioned nodes. It has to be wrapped because otherwise
4439// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
4440// be used to form addressing mode. These wrapped nodes will be selected
4441// into MOV32ri.
Dan Gohman475871a2008-07-27 21:46:04 +00004442SDValue
4443X86TargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004444 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00004445 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(),
Evan Chengd0ff02c2006-11-29 23:19:46 +00004446 getPointerTy(),
4447 CP->getAlignment());
Evan Cheng19f2ffc2006-12-05 04:01:03 +00004448 Result = DAG.getNode(X86ISD::Wrapper, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004449 // With PIC, the address is actually $g + Offset.
4450 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
4451 !Subtarget->isPICStyleRIPRel()) {
4452 Result = DAG.getNode(ISD::ADD, getPointerTy(),
4453 DAG.getNode(X86ISD::GlobalBaseReg, getPointerTy()),
4454 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004455 }
4456
4457 return Result;
4458}
4459
Dan Gohman475871a2008-07-27 21:46:04 +00004460SDValue
Evan Chengda43bcf2008-09-24 00:05:32 +00004461X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV,
Dan Gohman6520e202008-10-18 02:06:02 +00004462 int64_t Offset,
Evan Chengda43bcf2008-09-24 00:05:32 +00004463 SelectionDAG &DAG) const {
Dan Gohman6520e202008-10-18 02:06:02 +00004464 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_;
4465 bool ExtraLoadRequired =
4466 Subtarget->GVRequiresExtraLoad(GV, getTargetMachine(), false);
4467
4468 // Create the TargetGlobalAddress node, folding in the constant
4469 // offset if it is legal.
4470 SDValue Result;
Dan Gohman44013612008-10-21 03:38:42 +00004471 if (!IsPic && !ExtraLoadRequired && isInt32(Offset)) {
Dan Gohman6520e202008-10-18 02:06:02 +00004472 Result = DAG.getTargetGlobalAddress(GV, getPointerTy(), Offset);
4473 Offset = 0;
4474 } else
4475 Result = DAG.getTargetGlobalAddress(GV, getPointerTy(), 0);
Evan Cheng19f2ffc2006-12-05 04:01:03 +00004476 Result = DAG.getNode(X86ISD::Wrapper, getPointerTy(), Result);
Dan Gohman6520e202008-10-18 02:06:02 +00004477
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004478 // With PIC, the address is actually $g + Offset.
Dan Gohman6520e202008-10-18 02:06:02 +00004479 if (IsPic && !Subtarget->isPICStyleRIPRel()) {
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004480 Result = DAG.getNode(ISD::ADD, getPointerTy(),
4481 DAG.getNode(X86ISD::GlobalBaseReg, getPointerTy()),
4482 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004483 }
Anton Korobeynikov2b2bc682006-12-22 22:29:05 +00004484
4485 // For Darwin & Mingw32, external and weak symbols are indirect, so we want to
4486 // load the value at address GV, not the value of GV itself. This means that
4487 // the GlobalAddress must be in the base or index register of the address, not
4488 // the GV offset field. Platform check is inside GVRequiresExtraLoad() call
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004489 // The same applies for external symbols during PIC codegen
Dan Gohman6520e202008-10-18 02:06:02 +00004490 if (ExtraLoadRequired)
Dan Gohman69de1932008-02-06 22:27:42 +00004491 Result = DAG.getLoad(getPointerTy(), DAG.getEntryNode(), Result,
Dan Gohman3069b872008-02-07 18:41:25 +00004492 PseudoSourceValue::getGOT(), 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004493
Dan Gohman6520e202008-10-18 02:06:02 +00004494 // If there was a non-zero offset that we didn't fold, create an explicit
4495 // addition for it.
4496 if (Offset != 0)
4497 Result = DAG.getNode(ISD::ADD, getPointerTy(), Result,
4498 DAG.getConstant(Offset, getPointerTy()));
4499
Evan Cheng0db9fe62006-04-25 20:13:52 +00004500 return Result;
4501}
4502
Evan Chengda43bcf2008-09-24 00:05:32 +00004503SDValue
4504X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) {
4505 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00004506 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
4507 return LowerGlobalAddress(GV, Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00004508}
4509
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004510// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 32 bit
Dan Gohman475871a2008-07-27 21:46:04 +00004511static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004512LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004513 const MVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00004514 SDValue InFlag;
4515 SDValue Chain = DAG.getCopyToReg(DAG.getEntryNode(), X86::EBX,
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004516 DAG.getNode(X86ISD::GlobalBaseReg,
4517 PtrVT), InFlag);
4518 InFlag = Chain.getValue(1);
4519
4520 // emit leal symbol@TLSGD(,%ebx,1), %eax
4521 SDVTList NodeTys = DAG.getVTList(PtrVT, MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00004522 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(),
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004523 GA->getValueType(0),
4524 GA->getOffset());
Dan Gohman475871a2008-07-27 21:46:04 +00004525 SDValue Ops[] = { Chain, TGA, InFlag };
4526 SDValue Result = DAG.getNode(X86ISD::TLSADDR, NodeTys, Ops, 3);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004527 InFlag = Result.getValue(2);
4528 Chain = Result.getValue(1);
4529
4530 // call ___tls_get_addr. This function receives its argument in
4531 // the register EAX.
4532 Chain = DAG.getCopyToReg(Chain, X86::EAX, Result, InFlag);
4533 InFlag = Chain.getValue(1);
4534
4535 NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00004536 SDValue Ops1[] = { Chain,
Bill Wendling056292f2008-09-16 21:48:12 +00004537 DAG.getTargetExternalSymbol("___tls_get_addr",
4538 PtrVT),
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004539 DAG.getRegister(X86::EAX, PtrVT),
4540 DAG.getRegister(X86::EBX, PtrVT),
4541 InFlag };
4542 Chain = DAG.getNode(X86ISD::CALL, NodeTys, Ops1, 5);
4543 InFlag = Chain.getValue(1);
4544
4545 return DAG.getCopyFromReg(Chain, X86::EAX, PtrVT, InFlag);
4546}
4547
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004548// Lower ISD::GlobalTLSAddress using the "general dynamic" model, 64 bit
Dan Gohman475871a2008-07-27 21:46:04 +00004549static SDValue
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004550LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004551 const MVT PtrVT) {
Dan Gohman475871a2008-07-27 21:46:04 +00004552 SDValue InFlag, Chain;
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004553
4554 // emit leaq symbol@TLSGD(%rip), %rdi
4555 SDVTList NodeTys = DAG.getVTList(PtrVT, MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00004556 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(),
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004557 GA->getValueType(0),
4558 GA->getOffset());
Dan Gohman475871a2008-07-27 21:46:04 +00004559 SDValue Ops[] = { DAG.getEntryNode(), TGA};
4560 SDValue Result = DAG.getNode(X86ISD::TLSADDR, NodeTys, Ops, 2);
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004561 Chain = Result.getValue(1);
4562 InFlag = Result.getValue(2);
4563
Anton Korobeynikovd97f2952008-08-16 12:58:29 +00004564 // call __tls_get_addr. This function receives its argument in
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004565 // the register RDI.
4566 Chain = DAG.getCopyToReg(Chain, X86::RDI, Result, InFlag);
4567 InFlag = Chain.getValue(1);
4568
4569 NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00004570 SDValue Ops1[] = { Chain,
Bill Wendling056292f2008-09-16 21:48:12 +00004571 DAG.getTargetExternalSymbol("__tls_get_addr",
4572 PtrVT),
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004573 DAG.getRegister(X86::RDI, PtrVT),
4574 InFlag };
4575 Chain = DAG.getNode(X86ISD::CALL, NodeTys, Ops1, 4);
4576 InFlag = Chain.getValue(1);
4577
4578 return DAG.getCopyFromReg(Chain, X86::RAX, PtrVT, InFlag);
4579}
4580
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004581// Lower ISD::GlobalTLSAddress using the "initial exec" (for no-pic) or
4582// "local exec" model.
Dan Gohman475871a2008-07-27 21:46:04 +00004583static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004584 const MVT PtrVT) {
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004585 // Get the Thread Pointer
Dan Gohman475871a2008-07-27 21:46:04 +00004586 SDValue ThreadPointer = DAG.getNode(X86ISD::THREAD_POINTER, PtrVT);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004587 // emit "addl x@ntpoff,%eax" (local exec) or "addl x@indntpoff,%eax" (initial
4588 // exec)
Dan Gohman475871a2008-07-27 21:46:04 +00004589 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(),
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004590 GA->getValueType(0),
4591 GA->getOffset());
Dan Gohman475871a2008-07-27 21:46:04 +00004592 SDValue Offset = DAG.getNode(X86ISD::Wrapper, PtrVT, TGA);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00004593
4594 if (GA->getGlobal()->isDeclaration()) // initial exec TLS model
Dan Gohman69de1932008-02-06 22:27:42 +00004595 Offset = DAG.getLoad(PtrVT, DAG.getEntryNode(), Offset,
Dan Gohman3069b872008-02-07 18:41:25 +00004596 PseudoSourceValue::getGOT(), 0);
Lauro Ramos Venancio7d2cc2b2007-04-22 22:50:52 +00004597
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004598 // The address of the thread local variable is the add of the thread
4599 // pointer with the offset of the variable.
4600 return DAG.getNode(ISD::ADD, PtrVT, ThreadPointer, Offset);
4601}
4602
Dan Gohman475871a2008-07-27 21:46:04 +00004603SDValue
4604X86TargetLowering::LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) {
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004605 // TODO: implement the "local dynamic" model
Lauro Ramos Venancio2c5c1112007-04-21 20:56:26 +00004606 // TODO: implement the "initial exec"model for pic executables
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004607 assert(Subtarget->isTargetELF() &&
4608 "TLS not implemented for non-ELF targets");
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004609 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
4610 // If the relocation model is PIC, use the "General Dynamic" TLS Model,
4611 // otherwise use the "Local Exec"TLS Model
Anton Korobeynikov6625eff2008-05-04 21:36:32 +00004612 if (Subtarget->is64Bit()) {
4613 return LowerToTLSGeneralDynamicModel64(GA, DAG, getPointerTy());
4614 } else {
4615 if (getTargetMachine().getRelocationModel() == Reloc::PIC_)
4616 return LowerToTLSGeneralDynamicModel32(GA, DAG, getPointerTy());
4617 else
4618 return LowerToTLSExecModel(GA, DAG, getPointerTy());
4619 }
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004620}
4621
Dan Gohman475871a2008-07-27 21:46:04 +00004622SDValue
4623X86TargetLowering::LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) {
Bill Wendling056292f2008-09-16 21:48:12 +00004624 const char *Sym = cast<ExternalSymbolSDNode>(Op)->getSymbol();
4625 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy());
Evan Cheng19f2ffc2006-12-05 04:01:03 +00004626 Result = DAG.getNode(X86ISD::Wrapper, getPointerTy(), Result);
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004627 // With PIC, the address is actually $g + Offset.
4628 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
4629 !Subtarget->isPICStyleRIPRel()) {
4630 Result = DAG.getNode(ISD::ADD, getPointerTy(),
4631 DAG.getNode(X86ISD::GlobalBaseReg, getPointerTy()),
4632 Result);
4633 }
4634
4635 return Result;
4636}
4637
Dan Gohman475871a2008-07-27 21:46:04 +00004638SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) {
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004639 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Dan Gohman475871a2008-07-27 21:46:04 +00004640 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy());
Anton Korobeynikov7f705592007-01-12 19:20:47 +00004641 Result = DAG.getNode(X86ISD::Wrapper, getPointerTy(), Result);
4642 // With PIC, the address is actually $g + Offset.
4643 if (getTargetMachine().getRelocationModel() == Reloc::PIC_ &&
4644 !Subtarget->isPICStyleRIPRel()) {
4645 Result = DAG.getNode(ISD::ADD, getPointerTy(),
4646 DAG.getNode(X86ISD::GlobalBaseReg, getPointerTy()),
4647 Result);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004648 }
4649
4650 return Result;
4651}
4652
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004653/// LowerShift - Lower SRA_PARTS and friends, which return two i32 values and
4654/// take a 2 x i32 value to shift plus a shift amount.
Dan Gohman475871a2008-07-27 21:46:04 +00004655SDValue X86TargetLowering::LowerShift(SDValue Op, SelectionDAG &DAG) {
Dan Gohman4c1fa612008-03-03 22:22:09 +00004656 assert(Op.getNumOperands() == 3 && "Not a double-shift!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00004657 MVT VT = Op.getValueType();
4658 unsigned VTBits = VT.getSizeInBits();
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004659 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
Dan Gohman475871a2008-07-27 21:46:04 +00004660 SDValue ShOpLo = Op.getOperand(0);
4661 SDValue ShOpHi = Op.getOperand(1);
4662 SDValue ShAmt = Op.getOperand(2);
4663 SDValue Tmp1 = isSRA ?
Dan Gohman4c1fa612008-03-03 22:22:09 +00004664 DAG.getNode(ISD::SRA, VT, ShOpHi, DAG.getConstant(VTBits - 1, MVT::i8)) :
4665 DAG.getConstant(0, VT);
Evan Chenge3413162006-01-09 18:33:28 +00004666
Dan Gohman475871a2008-07-27 21:46:04 +00004667 SDValue Tmp2, Tmp3;
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004668 if (Op.getOpcode() == ISD::SHL_PARTS) {
Dan Gohman4c1fa612008-03-03 22:22:09 +00004669 Tmp2 = DAG.getNode(X86ISD::SHLD, VT, ShOpHi, ShOpLo, ShAmt);
4670 Tmp3 = DAG.getNode(ISD::SHL, VT, ShOpLo, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004671 } else {
Dan Gohman4c1fa612008-03-03 22:22:09 +00004672 Tmp2 = DAG.getNode(X86ISD::SHRD, VT, ShOpLo, ShOpHi, ShAmt);
4673 Tmp3 = DAG.getNode(isSRA ? ISD::SRA : ISD::SRL, VT, ShOpHi, ShAmt);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004674 }
Evan Chenge3413162006-01-09 18:33:28 +00004675
Dan Gohman475871a2008-07-27 21:46:04 +00004676 SDValue AndNode = DAG.getNode(ISD::AND, MVT::i8, ShAmt,
Dan Gohman4c1fa612008-03-03 22:22:09 +00004677 DAG.getConstant(VTBits, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00004678 SDValue Cond = DAG.getNode(X86ISD::CMP, VT,
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004679 AndNode, DAG.getConstant(0, MVT::i8));
Evan Chenge3413162006-01-09 18:33:28 +00004680
Dan Gohman475871a2008-07-27 21:46:04 +00004681 SDValue Hi, Lo;
4682 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
4683 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
4684 SDValue Ops1[4] = { Tmp3, Tmp1, CC, Cond };
Duncan Sandsf9516202008-06-30 10:19:09 +00004685
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004686 if (Op.getOpcode() == ISD::SHL_PARTS) {
Duncan Sandsf9516202008-06-30 10:19:09 +00004687 Hi = DAG.getNode(X86ISD::CMOV, VT, Ops0, 4);
4688 Lo = DAG.getNode(X86ISD::CMOV, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004689 } else {
Duncan Sandsf9516202008-06-30 10:19:09 +00004690 Lo = DAG.getNode(X86ISD::CMOV, VT, Ops0, 4);
4691 Hi = DAG.getNode(X86ISD::CMOV, VT, Ops1, 4);
Chris Lattner2ff75ee2007-10-17 06:02:13 +00004692 }
4693
Dan Gohman475871a2008-07-27 21:46:04 +00004694 SDValue Ops[2] = { Lo, Hi };
Duncan Sands4bdcb612008-07-02 17:40:58 +00004695 return DAG.getMergeValues(Ops, 2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004696}
Evan Chenga3195e82006-01-12 22:54:21 +00004697
Dan Gohman475871a2008-07-27 21:46:04 +00004698SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004699 MVT SrcVT = Op.getOperand(0).getValueType();
Duncan Sands8e4eb092008-06-08 20:54:56 +00004700 assert(SrcVT.getSimpleVT() <= MVT::i64 && SrcVT.getSimpleVT() >= MVT::i16 &&
Chris Lattnerb09916b2008-02-27 05:57:41 +00004701 "Unknown SINT_TO_FP to lower!");
4702
4703 // These are really Legal; caller falls through into that case.
4704 if (SrcVT == MVT::i32 && isScalarFPTypeInSSEReg(Op.getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00004705 return SDValue();
Chris Lattnerb09916b2008-02-27 05:57:41 +00004706 if (SrcVT == MVT::i64 && Op.getValueType() != MVT::f80 &&
4707 Subtarget->is64Bit())
Dan Gohman475871a2008-07-27 21:46:04 +00004708 return SDValue();
Chris Lattnerb09916b2008-02-27 05:57:41 +00004709
Duncan Sands83ec4b62008-06-06 12:08:01 +00004710 unsigned Size = SrcVT.getSizeInBits()/8;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004711 MachineFunction &MF = DAG.getMachineFunction();
4712 int SSFI = MF.getFrameInfo()->CreateStackObject(Size, Size);
Dan Gohman475871a2008-07-27 21:46:04 +00004713 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
4714 SDValue Chain = DAG.getStore(DAG.getEntryNode(), Op.getOperand(0),
Dan Gohman69de1932008-02-06 22:27:42 +00004715 StackSlot,
Dan Gohmana54cf172008-07-11 22:44:52 +00004716 PseudoSourceValue::getFixedStack(SSFI), 0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004717
4718 // Build the FILD
Chris Lattner5a88b832007-02-25 07:10:00 +00004719 SDVTList Tys;
Chris Lattner78631162008-01-16 06:24:21 +00004720 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00004721 if (useSSE)
Chris Lattner5a88b832007-02-25 07:10:00 +00004722 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Flag);
4723 else
Dale Johannesen849f2142007-07-03 00:53:03 +00004724 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00004725 SmallVector<SDValue, 8> Ops;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004726 Ops.push_back(Chain);
4727 Ops.push_back(StackSlot);
4728 Ops.push_back(DAG.getValueType(SrcVT));
Dan Gohman475871a2008-07-27 21:46:04 +00004729 SDValue Result = DAG.getNode(useSSE ? X86ISD::FILD_FLAG : X86ISD::FILD,
Chris Lattnerb09916b2008-02-27 05:57:41 +00004730 Tys, &Ops[0], Ops.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00004731
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00004732 if (useSSE) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004733 Chain = Result.getValue(1);
Dan Gohman475871a2008-07-27 21:46:04 +00004734 SDValue InFlag = Result.getValue(2);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004735
4736 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
4737 // shouldn't be necessary except that RFP cannot be live across
4738 // multiple blocks. When stackifier is fixed, they can be uncoupled.
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004739 MachineFunction &MF = DAG.getMachineFunction();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004740 int SSFI = MF.getFrameInfo()->CreateStackObject(8, 8);
Dan Gohman475871a2008-07-27 21:46:04 +00004741 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Chris Lattner5a88b832007-02-25 07:10:00 +00004742 Tys = DAG.getVTList(MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00004743 SmallVector<SDValue, 8> Ops;
Evan Chenga3195e82006-01-12 22:54:21 +00004744 Ops.push_back(Chain);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004745 Ops.push_back(Result);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004746 Ops.push_back(StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004747 Ops.push_back(DAG.getValueType(Op.getValueType()));
4748 Ops.push_back(InFlag);
Chris Lattnerbd564bf2006-08-08 02:23:42 +00004749 Chain = DAG.getNode(X86ISD::FST, Tys, &Ops[0], Ops.size());
Dan Gohman69de1932008-02-06 22:27:42 +00004750 Result = DAG.getLoad(Op.getValueType(), Chain, StackSlot,
Dan Gohmana54cf172008-07-11 22:44:52 +00004751 PseudoSourceValue::getFixedStack(SSFI), 0);
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004752 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004753
Evan Cheng0db9fe62006-04-25 20:13:52 +00004754 return Result;
4755}
4756
Bill Wendling8b8a6362009-01-17 03:56:04 +00004757// LowerUINT_TO_FP_i64 - 64-bit unsigned integer to double expansion.
4758SDValue X86TargetLowering::LowerUINT_TO_FP_i64(SDValue Op, SelectionDAG &DAG) {
4759 // This algorithm is not obvious. Here it is in C code, more or less:
4760 /*
4761 double uint64_to_double( uint32_t hi, uint32_t lo ) {
4762 static const __m128i exp = { 0x4330000045300000ULL, 0 };
4763 static const __m128d bias = { 0x1.0p84, 0x1.0p52 };
Dale Johannesen040225f2008-10-21 23:07:49 +00004764
Bill Wendling8b8a6362009-01-17 03:56:04 +00004765 // Copy ints to xmm registers.
4766 __m128i xh = _mm_cvtsi32_si128( hi );
4767 __m128i xl = _mm_cvtsi32_si128( lo );
Dale Johannesen040225f2008-10-21 23:07:49 +00004768
Bill Wendling8b8a6362009-01-17 03:56:04 +00004769 // Combine into low half of a single xmm register.
4770 __m128i x = _mm_unpacklo_epi32( xh, xl );
4771 __m128d d;
4772 double sd;
Dale Johannesen040225f2008-10-21 23:07:49 +00004773
Bill Wendling8b8a6362009-01-17 03:56:04 +00004774 // Merge in appropriate exponents to give the integer bits the right
4775 // magnitude.
4776 x = _mm_unpacklo_epi32( x, exp );
Dale Johannesen040225f2008-10-21 23:07:49 +00004777
Bill Wendling8b8a6362009-01-17 03:56:04 +00004778 // Subtract away the biases to deal with the IEEE-754 double precision
4779 // implicit 1.
4780 d = _mm_sub_pd( (__m128d) x, bias );
Dale Johannesen040225f2008-10-21 23:07:49 +00004781
Bill Wendling8b8a6362009-01-17 03:56:04 +00004782 // All conversions up to here are exact. The correctly rounded result is
4783 // calculated using the current rounding mode using the following
4784 // horizontal add.
4785 d = _mm_add_sd( d, _mm_unpackhi_pd( d, d ) );
4786 _mm_store_sd( &sd, d ); // Because we are returning doubles in XMM, this
4787 // store doesn't really need to be here (except
4788 // maybe to zero the other double)
4789 return sd;
4790 }
4791 */
Dale Johannesen040225f2008-10-21 23:07:49 +00004792
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004793 // Build some magic constants.
Bill Wendling8b8a6362009-01-17 03:56:04 +00004794 std::vector<Constant*> CV0;
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004795 CV0.push_back(ConstantInt::get(APInt(32, 0x45300000)));
4796 CV0.push_back(ConstantInt::get(APInt(32, 0x43300000)));
4797 CV0.push_back(ConstantInt::get(APInt(32, 0)));
4798 CV0.push_back(ConstantInt::get(APInt(32, 0)));
4799 Constant *C0 = ConstantVector::get(CV0);
4800 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 4);
4801
Bill Wendling8b8a6362009-01-17 03:56:04 +00004802 std::vector<Constant*> CV1;
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004803 CV1.push_back(ConstantFP::get(APFloat(APInt(64, 0x4530000000000000ULL))));
4804 CV1.push_back(ConstantFP::get(APFloat(APInt(64, 0x4330000000000000ULL))));
4805 Constant *C1 = ConstantVector::get(CV1);
4806 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 4);
4807
4808 SmallVector<SDValue, 4> MaskVec;
4809 MaskVec.push_back(DAG.getConstant(0, MVT::i32));
4810 MaskVec.push_back(DAG.getConstant(4, MVT::i32));
4811 MaskVec.push_back(DAG.getConstant(1, MVT::i32));
4812 MaskVec.push_back(DAG.getConstant(5, MVT::i32));
4813 SDValue UnpcklMask = DAG.getNode(ISD::BUILD_VECTOR, MVT::v4i32, &MaskVec[0],
4814 MaskVec.size());
4815 SmallVector<SDValue, 4> MaskVec2;
Duncan Sands6b6aeb32008-10-22 11:24:12 +00004816 MaskVec2.push_back(DAG.getConstant(1, MVT::i32));
4817 MaskVec2.push_back(DAG.getConstant(0, MVT::i32));
4818 SDValue ShufMask = DAG.getNode(ISD::BUILD_VECTOR, MVT::v2i32, &MaskVec2[0],
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004819 MaskVec2.size());
4820
4821 SDValue XR1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, MVT::v4i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00004822 DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32,
4823 Op.getOperand(0),
4824 DAG.getIntPtrConstant(1)));
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004825 SDValue XR2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, MVT::v4i32,
Duncan Sands6b6aeb32008-10-22 11:24:12 +00004826 DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32,
4827 Op.getOperand(0),
4828 DAG.getIntPtrConstant(0)));
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004829 SDValue Unpck1 = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v4i32,
4830 XR1, XR2, UnpcklMask);
4831 SDValue CLod0 = DAG.getLoad(MVT::v4i32, DAG.getEntryNode(), CPIdx0,
Bill Wendling8b8a6362009-01-17 03:56:04 +00004832 PseudoSourceValue::getConstantPool(), 0,
4833 false, 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004834 SDValue Unpck2 = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v4i32,
Bill Wendling8b8a6362009-01-17 03:56:04 +00004835 Unpck1, CLod0, UnpcklMask);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004836 SDValue XR2F = DAG.getNode(ISD::BIT_CONVERT, MVT::v2f64, Unpck2);
4837 SDValue CLod1 = DAG.getLoad(MVT::v2f64, CLod0.getValue(1), CPIdx1,
Bill Wendling8b8a6362009-01-17 03:56:04 +00004838 PseudoSourceValue::getConstantPool(), 0,
4839 false, 16);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004840 SDValue Sub = DAG.getNode(ISD::FSUB, MVT::v2f64, XR2F, CLod1);
Bill Wendling8b8a6362009-01-17 03:56:04 +00004841
Dale Johannesen1c15bf52008-10-21 20:50:01 +00004842 // Add the halves; easiest way is to swap them into another reg first.
4843 SDValue Shuf = DAG.getNode(ISD::VECTOR_SHUFFLE, MVT::v2f64,
4844 Sub, Sub, ShufMask);
4845 SDValue Add = DAG.getNode(ISD::FADD, MVT::v2f64, Shuf, Sub);
4846 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::f64, Add,
4847 DAG.getIntPtrConstant(0));
4848}
4849
Bill Wendling8b8a6362009-01-17 03:56:04 +00004850// LowerUINT_TO_FP_i32 - 32-bit unsigned integer to float expansion.
4851SDValue X86TargetLowering::LowerUINT_TO_FP_i32(SDValue Op, SelectionDAG &DAG) {
4852 // FP constant to bias correct the final result.
4853 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),
4854 MVT::f64);
4855
4856 // Load the 32-bit value into an XMM register.
4857 SDValue Load = DAG.getNode(ISD::SCALAR_TO_VECTOR, MVT::v4i32,
4858 DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32,
4859 Op.getOperand(0),
4860 DAG.getIntPtrConstant(0)));
4861
4862 Load = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::f64,
4863 DAG.getNode(ISD::BIT_CONVERT, MVT::v2f64, Load),
4864 DAG.getIntPtrConstant(0));
4865
4866 // Or the load with the bias.
4867 SDValue Or = DAG.getNode(ISD::OR, MVT::v2i64,
4868 DAG.getNode(ISD::BIT_CONVERT, MVT::v2i64,
4869 DAG.getNode(ISD::SCALAR_TO_VECTOR,
Evan Cheng50c3dfe2009-01-19 08:19:57 +00004870 MVT::v2f64, Load)),
Bill Wendling8b8a6362009-01-17 03:56:04 +00004871 DAG.getNode(ISD::BIT_CONVERT, MVT::v2i64,
4872 DAG.getNode(ISD::SCALAR_TO_VECTOR,
Evan Cheng50c3dfe2009-01-19 08:19:57 +00004873 MVT::v2f64, Bias)));
Bill Wendling8b8a6362009-01-17 03:56:04 +00004874 Or = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::f64,
4875 DAG.getNode(ISD::BIT_CONVERT, MVT::v2f64, Or),
4876 DAG.getIntPtrConstant(0));
4877
4878 // Subtract the bias.
4879 SDValue Sub = DAG.getNode(ISD::FSUB, MVT::f64, Or, Bias);
4880
4881 // Handle final rounding.
Bill Wendling030939c2009-01-17 07:40:19 +00004882 MVT DestVT = Op.getValueType();
4883
4884 if (DestVT.bitsLT(MVT::f64)) {
4885 return DAG.getNode(ISD::FP_ROUND, DestVT, Sub,
4886 DAG.getIntPtrConstant(0));
4887 } else if (DestVT.bitsGT(MVT::f64)) {
4888 return DAG.getNode(ISD::FP_EXTEND, DestVT, Sub);
4889 }
4890
4891 // Handle final rounding.
4892 return Sub;
Bill Wendling8b8a6362009-01-17 03:56:04 +00004893}
4894
4895SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op, SelectionDAG &DAG) {
Evan Chenga06ec9e2009-01-19 08:08:22 +00004896 SDValue N0 = Op.getOperand(0);
Bill Wendling8b8a6362009-01-17 03:56:04 +00004897
Evan Chenga06ec9e2009-01-19 08:08:22 +00004898 // Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't
4899 // optimize it to a SINT_TO_FP when the sign bit is known zero. Perform
4900 // the optimization here.
4901 if (DAG.SignBitIsZero(N0))
4902 return DAG.getNode(ISD::SINT_TO_FP, Op.getValueType(), N0);
4903
4904 MVT SrcVT = N0.getValueType();
Bill Wendling8b8a6362009-01-17 03:56:04 +00004905 if (SrcVT == MVT::i64) {
4906 // We only handle SSE2 f64 target here; caller can handle the rest.
4907 if (Op.getValueType() != MVT::f64 || !X86ScalarSSEf64)
4908 return SDValue();
Bill Wendling030939c2009-01-17 07:40:19 +00004909
Bill Wendling8b8a6362009-01-17 03:56:04 +00004910 return LowerUINT_TO_FP_i64(Op, DAG);
4911 } else if (SrcVT == MVT::i32) {
Bill Wendling8b8a6362009-01-17 03:56:04 +00004912 return LowerUINT_TO_FP_i32(Op, DAG);
4913 }
4914
4915 assert(0 && "Unknown UINT_TO_FP to lower!");
4916 return SDValue();
4917}
4918
Dan Gohman475871a2008-07-27 21:46:04 +00004919std::pair<SDValue,SDValue> X86TargetLowering::
4920FP_TO_SINTHelper(SDValue Op, SelectionDAG &DAG) {
Duncan Sands8e4eb092008-06-08 20:54:56 +00004921 assert(Op.getValueType().getSimpleVT() <= MVT::i64 &&
4922 Op.getValueType().getSimpleVT() >= MVT::i16 &&
Evan Cheng0db9fe62006-04-25 20:13:52 +00004923 "Unknown FP_TO_SINT to lower!");
Evan Cheng0db9fe62006-04-25 20:13:52 +00004924
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00004925 // These are really Legal.
Dale Johannesenf1fc3a82007-09-23 14:52:20 +00004926 if (Op.getValueType() == MVT::i32 &&
Chris Lattner78631162008-01-16 06:24:21 +00004927 isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType()))
Dan Gohman475871a2008-07-27 21:46:04 +00004928 return std::make_pair(SDValue(), SDValue());
Dale Johannesen73328d12007-09-19 23:55:34 +00004929 if (Subtarget->is64Bit() &&
4930 Op.getValueType() == MVT::i64 &&
4931 Op.getOperand(0).getValueType() != MVT::f80)
Dan Gohman475871a2008-07-27 21:46:04 +00004932 return std::make_pair(SDValue(), SDValue());
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00004933
Evan Cheng87c89352007-10-15 20:11:21 +00004934 // We lower FP->sint64 into FISTP64, followed by a load, all to a temporary
4935 // stack slot.
4936 MachineFunction &MF = DAG.getMachineFunction();
Duncan Sands83ec4b62008-06-06 12:08:01 +00004937 unsigned MemSize = Op.getValueType().getSizeInBits()/8;
Evan Cheng87c89352007-10-15 20:11:21 +00004938 int SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize);
Dan Gohman475871a2008-07-27 21:46:04 +00004939 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Evan Cheng0db9fe62006-04-25 20:13:52 +00004940 unsigned Opc;
Duncan Sands83ec4b62008-06-06 12:08:01 +00004941 switch (Op.getValueType().getSimpleVT()) {
Chris Lattner27a6c732007-11-24 07:07:01 +00004942 default: assert(0 && "Invalid FP_TO_SINT to lower!");
4943 case MVT::i16: Opc = X86ISD::FP_TO_INT16_IN_MEM; break;
4944 case MVT::i32: Opc = X86ISD::FP_TO_INT32_IN_MEM; break;
4945 case MVT::i64: Opc = X86ISD::FP_TO_INT64_IN_MEM; break;
Evan Cheng0db9fe62006-04-25 20:13:52 +00004946 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004947
Dan Gohman475871a2008-07-27 21:46:04 +00004948 SDValue Chain = DAG.getEntryNode();
4949 SDValue Value = Op.getOperand(0);
Chris Lattner78631162008-01-16 06:24:21 +00004950 if (isScalarFPTypeInSSEReg(Op.getOperand(0).getValueType())) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00004951 assert(Op.getValueType() == MVT::i64 && "Invalid FP_TO_SINT to lower!");
Dan Gohman69de1932008-02-06 22:27:42 +00004952 Chain = DAG.getStore(Chain, Value, StackSlot,
Dan Gohmana54cf172008-07-11 22:44:52 +00004953 PseudoSourceValue::getFixedStack(SSFI), 0);
Dale Johannesen849f2142007-07-03 00:53:03 +00004954 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00004955 SDValue Ops[] = {
Chris Lattner5a88b832007-02-25 07:10:00 +00004956 Chain, StackSlot, DAG.getValueType(Op.getOperand(0).getValueType())
4957 };
4958 Value = DAG.getNode(X86ISD::FLD, Tys, Ops, 3);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004959 Chain = Value.getValue(1);
4960 SSFI = MF.getFrameInfo()->CreateStackObject(MemSize, MemSize);
4961 StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
4962 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00004963
Evan Cheng0db9fe62006-04-25 20:13:52 +00004964 // Build the FP_TO_INT*_IN_MEM
Dan Gohman475871a2008-07-27 21:46:04 +00004965 SDValue Ops[] = { Chain, Value, StackSlot };
4966 SDValue FIST = DAG.getNode(Opc, MVT::Other, Ops, 3);
Evan Chengd9558e02006-01-06 00:43:03 +00004967
Chris Lattner27a6c732007-11-24 07:07:01 +00004968 return std::make_pair(FIST, StackSlot);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004969}
4970
Dan Gohman475871a2008-07-27 21:46:04 +00004971SDValue X86TargetLowering::LowerFP_TO_SINT(SDValue Op, SelectionDAG &DAG) {
4972 std::pair<SDValue,SDValue> Vals = FP_TO_SINTHelper(Op, DAG);
4973 SDValue FIST = Vals.first, StackSlot = Vals.second;
Gabor Greifba36cb52008-08-28 21:40:38 +00004974 if (FIST.getNode() == 0) return SDValue();
Chris Lattner27a6c732007-11-24 07:07:01 +00004975
4976 // Load the result.
4977 return DAG.getLoad(Op.getValueType(), FIST, StackSlot, NULL, 0);
4978}
4979
Dan Gohman475871a2008-07-27 21:46:04 +00004980SDValue X86TargetLowering::LowerFABS(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004981 MVT VT = Op.getValueType();
4982 MVT EltVT = VT;
4983 if (VT.isVector())
4984 EltVT = VT.getVectorElementType();
Evan Cheng0db9fe62006-04-25 20:13:52 +00004985 std::vector<Constant*> CV;
Dan Gohman20382522007-07-10 00:05:58 +00004986 if (EltVT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00004987 Constant *C = ConstantFP::get(APFloat(APInt(64, ~(1ULL << 63))));
Dan Gohman20382522007-07-10 00:05:58 +00004988 CV.push_back(C);
4989 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004990 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00004991 Constant *C = ConstantFP::get(APFloat(APInt(32, ~(1U << 31))));
Dan Gohman20382522007-07-10 00:05:58 +00004992 CV.push_back(C);
4993 CV.push_back(C);
4994 CV.push_back(C);
4995 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00004996 }
Dan Gohmand3006222007-07-27 17:16:43 +00004997 Constant *C = ConstantVector::get(CV);
Dan Gohman475871a2008-07-27 21:46:04 +00004998 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 4);
4999 SDValue Mask = DAG.getLoad(VT, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005000 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005001 false, 16);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005002 return DAG.getNode(X86ISD::FAND, VT, Op.getOperand(0), Mask);
5003}
5004
Dan Gohman475871a2008-07-27 21:46:04 +00005005SDValue X86TargetLowering::LowerFNEG(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005006 MVT VT = Op.getValueType();
5007 MVT EltVT = VT;
Evan Chengd4d01b72007-07-19 23:36:01 +00005008 unsigned EltNum = 1;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005009 if (VT.isVector()) {
5010 EltVT = VT.getVectorElementType();
5011 EltNum = VT.getVectorNumElements();
Evan Chengd4d01b72007-07-19 23:36:01 +00005012 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005013 std::vector<Constant*> CV;
Dan Gohman20382522007-07-10 00:05:58 +00005014 if (EltVT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005015 Constant *C = ConstantFP::get(APFloat(APInt(64, 1ULL << 63)));
Dan Gohman20382522007-07-10 00:05:58 +00005016 CV.push_back(C);
5017 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005018 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005019 Constant *C = ConstantFP::get(APFloat(APInt(32, 1U << 31)));
Dan Gohman20382522007-07-10 00:05:58 +00005020 CV.push_back(C);
5021 CV.push_back(C);
5022 CV.push_back(C);
5023 CV.push_back(C);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005024 }
Dan Gohmand3006222007-07-27 17:16:43 +00005025 Constant *C = ConstantVector::get(CV);
Dan Gohman475871a2008-07-27 21:46:04 +00005026 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 4);
5027 SDValue Mask = DAG.getLoad(VT, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005028 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005029 false, 16);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005030 if (VT.isVector()) {
Evan Chengd4d01b72007-07-19 23:36:01 +00005031 return DAG.getNode(ISD::BIT_CONVERT, VT,
5032 DAG.getNode(ISD::XOR, MVT::v2i64,
5033 DAG.getNode(ISD::BIT_CONVERT, MVT::v2i64, Op.getOperand(0)),
5034 DAG.getNode(ISD::BIT_CONVERT, MVT::v2i64, Mask)));
5035 } else {
Evan Chengd4d01b72007-07-19 23:36:01 +00005036 return DAG.getNode(X86ISD::FXOR, VT, Op.getOperand(0), Mask);
5037 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005038}
5039
Dan Gohman475871a2008-07-27 21:46:04 +00005040SDValue X86TargetLowering::LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) {
5041 SDValue Op0 = Op.getOperand(0);
5042 SDValue Op1 = Op.getOperand(1);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005043 MVT VT = Op.getValueType();
5044 MVT SrcVT = Op1.getValueType();
Evan Cheng73d6cf12007-01-05 21:37:56 +00005045
5046 // If second operand is smaller, extend it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00005047 if (SrcVT.bitsLT(VT)) {
Evan Cheng73d6cf12007-01-05 21:37:56 +00005048 Op1 = DAG.getNode(ISD::FP_EXTEND, VT, Op1);
5049 SrcVT = VT;
5050 }
Dale Johannesen61c7ef32007-10-21 01:07:44 +00005051 // And if it is bigger, shrink it first.
Duncan Sands8e4eb092008-06-08 20:54:56 +00005052 if (SrcVT.bitsGT(VT)) {
Chris Lattner0bd48932008-01-17 07:00:52 +00005053 Op1 = DAG.getNode(ISD::FP_ROUND, VT, Op1, DAG.getIntPtrConstant(1));
Dale Johannesen61c7ef32007-10-21 01:07:44 +00005054 SrcVT = VT;
Dale Johannesen61c7ef32007-10-21 01:07:44 +00005055 }
5056
5057 // At this point the operands and the result should have the same
5058 // type, and that won't be f80 since that is not custom lowered.
Evan Cheng73d6cf12007-01-05 21:37:56 +00005059
Evan Cheng68c47cb2007-01-05 07:55:56 +00005060 // First get the sign bit of second operand.
5061 std::vector<Constant*> CV;
5062 if (SrcVT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005063 CV.push_back(ConstantFP::get(APFloat(APInt(64, 1ULL << 63))));
5064 CV.push_back(ConstantFP::get(APFloat(APInt(64, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00005065 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005066 CV.push_back(ConstantFP::get(APFloat(APInt(32, 1U << 31))));
5067 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5068 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5069 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
Evan Cheng68c47cb2007-01-05 07:55:56 +00005070 }
Dan Gohmand3006222007-07-27 17:16:43 +00005071 Constant *C = ConstantVector::get(CV);
Dan Gohman475871a2008-07-27 21:46:04 +00005072 SDValue CPIdx = DAG.getConstantPool(C, getPointerTy(), 4);
5073 SDValue Mask1 = DAG.getLoad(SrcVT, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005074 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005075 false, 16);
Dan Gohman475871a2008-07-27 21:46:04 +00005076 SDValue SignBit = DAG.getNode(X86ISD::FAND, SrcVT, Op1, Mask1);
Evan Cheng68c47cb2007-01-05 07:55:56 +00005077
5078 // Shift sign bit right or left if the two operands have different types.
Duncan Sands8e4eb092008-06-08 20:54:56 +00005079 if (SrcVT.bitsGT(VT)) {
Evan Cheng68c47cb2007-01-05 07:55:56 +00005080 // Op0 is MVT::f32, Op1 is MVT::f64.
5081 SignBit = DAG.getNode(ISD::SCALAR_TO_VECTOR, MVT::v2f64, SignBit);
5082 SignBit = DAG.getNode(X86ISD::FSRL, MVT::v2f64, SignBit,
5083 DAG.getConstant(32, MVT::i32));
5084 SignBit = DAG.getNode(ISD::BIT_CONVERT, MVT::v4f32, SignBit);
5085 SignBit = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, MVT::f32, SignBit,
Chris Lattner0bd48932008-01-17 07:00:52 +00005086 DAG.getIntPtrConstant(0));
Evan Cheng68c47cb2007-01-05 07:55:56 +00005087 }
5088
Evan Cheng73d6cf12007-01-05 21:37:56 +00005089 // Clear first operand sign bit.
5090 CV.clear();
5091 if (VT == MVT::f64) {
Chris Lattner02a260a2008-04-20 00:41:09 +00005092 CV.push_back(ConstantFP::get(APFloat(APInt(64, ~(1ULL << 63)))));
5093 CV.push_back(ConstantFP::get(APFloat(APInt(64, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00005094 } else {
Chris Lattner02a260a2008-04-20 00:41:09 +00005095 CV.push_back(ConstantFP::get(APFloat(APInt(32, ~(1U << 31)))));
5096 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5097 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
5098 CV.push_back(ConstantFP::get(APFloat(APInt(32, 0))));
Evan Cheng73d6cf12007-01-05 21:37:56 +00005099 }
Dan Gohmand3006222007-07-27 17:16:43 +00005100 C = ConstantVector::get(CV);
5101 CPIdx = DAG.getConstantPool(C, getPointerTy(), 4);
Dan Gohman475871a2008-07-27 21:46:04 +00005102 SDValue Mask2 = DAG.getLoad(VT, DAG.getEntryNode(), CPIdx,
Dan Gohman3069b872008-02-07 18:41:25 +00005103 PseudoSourceValue::getConstantPool(), 0,
Dan Gohmand3006222007-07-27 17:16:43 +00005104 false, 16);
Dan Gohman475871a2008-07-27 21:46:04 +00005105 SDValue Val = DAG.getNode(X86ISD::FAND, VT, Op0, Mask2);
Evan Cheng73d6cf12007-01-05 21:37:56 +00005106
5107 // Or the value with the sign bit.
5108 return DAG.getNode(X86ISD::FOR, VT, Val, SignBit);
Evan Cheng68c47cb2007-01-05 07:55:56 +00005109}
5110
Dan Gohman475871a2008-07-27 21:46:04 +00005111SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0488db92007-09-25 01:57:46 +00005112 assert(Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer");
Dan Gohman475871a2008-07-27 21:46:04 +00005113 SDValue Op0 = Op.getOperand(0);
5114 SDValue Op1 = Op.getOperand(1);
Chris Lattnere55484e2008-12-25 05:34:37 +00005115 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
5116
5117 // Lower (X & (1 << N)) == 0 to BT.
5118 // Lower ((X >>u N) & 1) != 0 to BT.
5119 // Lower ((X >>s N) & 1) != 0 to BT.
Dan Gohman286575c2009-01-13 23:25:30 +00005120 if (Op0.getOpcode() == ISD::AND &&
5121 Op0.hasOneUse() &&
5122 Op1.getOpcode() == ISD::Constant &&
Chris Lattnere55484e2008-12-25 05:34:37 +00005123 Op0.getOperand(1).getOpcode() == ISD::Constant &&
5124 (CC == ISD::SETEQ || CC == ISD::SETNE)) {
5125 ConstantSDNode *AndRHS = cast<ConstantSDNode>(Op0.getOperand(1));
5126 ConstantSDNode *CmpRHS = cast<ConstantSDNode>(Op1);
5127 SDValue AndLHS = Op0.getOperand(0);
5128 if (CmpRHS->getZExtValue() == 0 && AndRHS->getZExtValue() == 1 &&
5129 AndLHS.getOpcode() == ISD::SRL) {
5130 SDValue LHS = AndLHS.getOperand(0);
5131 SDValue RHS = AndLHS.getOperand(1);
Evan Cheng0488db92007-09-25 01:57:46 +00005132
Chris Lattnere55484e2008-12-25 05:34:37 +00005133 // If LHS is i8, promote it to i16 with any_extend. There is no i8 BT
5134 // instruction. Since the shift amount is in-range-or-undefined, we know
5135 // that doing a bittest on the i16 value is ok. We extend to i32 because
5136 // the encoding for the i16 version is larger than the i32 version.
5137 if (LHS.getValueType() == MVT::i8)
5138 LHS = DAG.getNode(ISD::ANY_EXTEND, MVT::i32, LHS);
5139
5140 // If the operand types disagree, extend the shift amount to match. Since
5141 // BT ignores high bits (like shifts) we can use anyextend.
5142 if (LHS.getValueType() != RHS.getValueType())
5143 RHS = DAG.getNode(ISD::ANY_EXTEND, LHS.getValueType(), RHS);
5144
5145 SDValue BT = DAG.getNode(X86ISD::BT, MVT::i32, LHS, RHS);
Dan Gohman653456c2009-01-07 00:15:08 +00005146 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B;
Chris Lattnere55484e2008-12-25 05:34:37 +00005147 return DAG.getNode(X86ISD::SETCC, MVT::i8,
5148 DAG.getConstant(Cond, MVT::i8), BT);
5149 }
5150 }
5151
5152 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
5153 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
Chris Lattner43287082008-12-24 00:11:37 +00005154
Chris Lattnere55484e2008-12-25 05:34:37 +00005155 SDValue Cond = DAG.getNode(X86ISD::CMP, MVT::i32, Op0, Op1);
Chris Lattner43287082008-12-24 00:11:37 +00005156 return DAG.getNode(X86ISD::SETCC, MVT::i8,
5157 DAG.getConstant(X86CC, MVT::i8), Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00005158}
5159
Dan Gohman475871a2008-07-27 21:46:04 +00005160SDValue X86TargetLowering::LowerVSETCC(SDValue Op, SelectionDAG &DAG) {
5161 SDValue Cond;
5162 SDValue Op0 = Op.getOperand(0);
5163 SDValue Op1 = Op.getOperand(1);
5164 SDValue CC = Op.getOperand(2);
Nate Begeman30a0de92008-07-17 16:51:19 +00005165 MVT VT = Op.getValueType();
5166 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
5167 bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
5168
5169 if (isFP) {
5170 unsigned SSECC = 8;
Evan Chenge9d50352008-08-05 22:19:15 +00005171 MVT VT0 = Op0.getValueType();
5172 assert(VT0 == MVT::v4f32 || VT0 == MVT::v2f64);
5173 unsigned Opc = VT0 == MVT::v4f32 ? X86ISD::CMPPS : X86ISD::CMPPD;
Nate Begeman30a0de92008-07-17 16:51:19 +00005174 bool Swap = false;
5175
5176 switch (SetCCOpcode) {
5177 default: break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00005178 case ISD::SETOEQ:
Nate Begeman30a0de92008-07-17 16:51:19 +00005179 case ISD::SETEQ: SSECC = 0; break;
5180 case ISD::SETOGT:
5181 case ISD::SETGT: Swap = true; // Fallthrough
5182 case ISD::SETLT:
5183 case ISD::SETOLT: SSECC = 1; break;
5184 case ISD::SETOGE:
5185 case ISD::SETGE: Swap = true; // Fallthrough
5186 case ISD::SETLE:
5187 case ISD::SETOLE: SSECC = 2; break;
5188 case ISD::SETUO: SSECC = 3; break;
Nate Begemanfb8ead02008-07-25 19:05:58 +00005189 case ISD::SETUNE:
Nate Begeman30a0de92008-07-17 16:51:19 +00005190 case ISD::SETNE: SSECC = 4; break;
5191 case ISD::SETULE: Swap = true;
5192 case ISD::SETUGE: SSECC = 5; break;
5193 case ISD::SETULT: Swap = true;
5194 case ISD::SETUGT: SSECC = 6; break;
5195 case ISD::SETO: SSECC = 7; break;
5196 }
5197 if (Swap)
5198 std::swap(Op0, Op1);
5199
Nate Begemanfb8ead02008-07-25 19:05:58 +00005200 // In the two special cases we can't handle, emit two comparisons.
Nate Begeman30a0de92008-07-17 16:51:19 +00005201 if (SSECC == 8) {
Nate Begemanfb8ead02008-07-25 19:05:58 +00005202 if (SetCCOpcode == ISD::SETUEQ) {
Dan Gohman475871a2008-07-27 21:46:04 +00005203 SDValue UNORD, EQ;
Nate Begemanfb8ead02008-07-25 19:05:58 +00005204 UNORD = DAG.getNode(Opc, VT, Op0, Op1, DAG.getConstant(3, MVT::i8));
5205 EQ = DAG.getNode(Opc, VT, Op0, Op1, DAG.getConstant(0, MVT::i8));
5206 return DAG.getNode(ISD::OR, VT, UNORD, EQ);
5207 }
5208 else if (SetCCOpcode == ISD::SETONE) {
Dan Gohman475871a2008-07-27 21:46:04 +00005209 SDValue ORD, NEQ;
Nate Begemanfb8ead02008-07-25 19:05:58 +00005210 ORD = DAG.getNode(Opc, VT, Op0, Op1, DAG.getConstant(7, MVT::i8));
5211 NEQ = DAG.getNode(Opc, VT, Op0, Op1, DAG.getConstant(4, MVT::i8));
5212 return DAG.getNode(ISD::AND, VT, ORD, NEQ);
5213 }
5214 assert(0 && "Illegal FP comparison");
Nate Begeman30a0de92008-07-17 16:51:19 +00005215 }
5216 // Handle all other FP comparisons here.
5217 return DAG.getNode(Opc, VT, Op0, Op1, DAG.getConstant(SSECC, MVT::i8));
5218 }
5219
5220 // We are handling one of the integer comparisons here. Since SSE only has
5221 // GT and EQ comparisons for integer, swapping operands and multiple
5222 // operations may be required for some comparisons.
5223 unsigned Opc = 0, EQOpc = 0, GTOpc = 0;
5224 bool Swap = false, Invert = false, FlipSigns = false;
5225
5226 switch (VT.getSimpleVT()) {
5227 default: break;
5228 case MVT::v16i8: EQOpc = X86ISD::PCMPEQB; GTOpc = X86ISD::PCMPGTB; break;
5229 case MVT::v8i16: EQOpc = X86ISD::PCMPEQW; GTOpc = X86ISD::PCMPGTW; break;
5230 case MVT::v4i32: EQOpc = X86ISD::PCMPEQD; GTOpc = X86ISD::PCMPGTD; break;
5231 case MVT::v2i64: EQOpc = X86ISD::PCMPEQQ; GTOpc = X86ISD::PCMPGTQ; break;
5232 }
5233
5234 switch (SetCCOpcode) {
5235 default: break;
5236 case ISD::SETNE: Invert = true;
5237 case ISD::SETEQ: Opc = EQOpc; break;
5238 case ISD::SETLT: Swap = true;
5239 case ISD::SETGT: Opc = GTOpc; break;
5240 case ISD::SETGE: Swap = true;
5241 case ISD::SETLE: Opc = GTOpc; Invert = true; break;
5242 case ISD::SETULT: Swap = true;
5243 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break;
5244 case ISD::SETUGE: Swap = true;
5245 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break;
5246 }
5247 if (Swap)
5248 std::swap(Op0, Op1);
5249
5250 // Since SSE has no unsigned integer comparisons, we need to flip the sign
5251 // bits of the inputs before performing those operations.
5252 if (FlipSigns) {
5253 MVT EltVT = VT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00005254 SDValue SignBit = DAG.getConstant(EltVT.getIntegerVTSignBit(), EltVT);
5255 std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
5256 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, VT, &SignBits[0],
Nate Begeman30a0de92008-07-17 16:51:19 +00005257 SignBits.size());
5258 Op0 = DAG.getNode(ISD::XOR, VT, Op0, SignVec);
5259 Op1 = DAG.getNode(ISD::XOR, VT, Op1, SignVec);
5260 }
5261
Dan Gohman475871a2008-07-27 21:46:04 +00005262 SDValue Result = DAG.getNode(Opc, VT, Op0, Op1);
Nate Begeman30a0de92008-07-17 16:51:19 +00005263
5264 // If the logical-not of the result is required, perform that now.
Bob Wilson4c245462009-01-22 17:39:32 +00005265 if (Invert)
5266 Result = DAG.getNOT(Result, VT);
5267
Nate Begeman30a0de92008-07-17 16:51:19 +00005268 return Result;
5269}
Evan Cheng0488db92007-09-25 01:57:46 +00005270
Evan Cheng370e5342008-12-03 08:38:43 +00005271// isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
5272static bool isX86LogicalCmp(unsigned Opc) {
5273 return Opc == X86ISD::CMP || Opc == X86ISD::COMI || Opc == X86ISD::UCOMI;
5274}
5275
Dan Gohman475871a2008-07-27 21:46:04 +00005276SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) {
Evan Cheng734503b2006-09-11 02:19:56 +00005277 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00005278 SDValue Cond = Op.getOperand(0);
5279 SDValue CC;
Evan Cheng9bba8942006-01-26 02:13:10 +00005280
Evan Cheng734503b2006-09-11 02:19:56 +00005281 if (Cond.getOpcode() == ISD::SETCC)
Evan Chenge5f62042007-09-29 00:00:36 +00005282 Cond = LowerSETCC(Cond, DAG);
Evan Cheng734503b2006-09-11 02:19:56 +00005283
Evan Cheng3f41d662007-10-08 22:16:29 +00005284 // If condition flag is set by a X86ISD::CMP, then use it as the condition
5285 // setting operand in place of the X86ISD::SETCC.
Evan Cheng734503b2006-09-11 02:19:56 +00005286 if (Cond.getOpcode() == X86ISD::SETCC) {
5287 CC = Cond.getOperand(0);
5288
Dan Gohman475871a2008-07-27 21:46:04 +00005289 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00005290 unsigned Opc = Cmp.getOpcode();
Duncan Sands83ec4b62008-06-06 12:08:01 +00005291 MVT VT = Op.getValueType();
Chris Lattner1956d152008-01-16 06:19:45 +00005292
Evan Cheng3f41d662007-10-08 22:16:29 +00005293 bool IllegalFPCMov = false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005294 if (VT.isFloatingPoint() && !VT.isVector() &&
Chris Lattner78631162008-01-16 06:24:21 +00005295 !isScalarFPTypeInSSEReg(VT)) // FPStack?
Dan Gohman7810bfe2008-09-26 21:54:37 +00005296 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue());
Chris Lattner1956d152008-01-16 06:19:45 +00005297
Evan Cheng370e5342008-12-03 08:38:43 +00005298 if (isX86LogicalCmp(Opc) && !IllegalFPCMov) {
Evan Cheng3f41d662007-10-08 22:16:29 +00005299 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00005300 addTest = false;
5301 }
5302 }
5303
5304 if (addTest) {
5305 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Cheng3f41d662007-10-08 22:16:29 +00005306 Cond= DAG.getNode(X86ISD::CMP, MVT::i32, Cond, DAG.getConstant(0, MVT::i8));
Evan Cheng0488db92007-09-25 01:57:46 +00005307 }
5308
Duncan Sands83ec4b62008-06-06 12:08:01 +00005309 const MVT *VTs = DAG.getNodeValueTypes(Op.getValueType(),
Evan Cheng0488db92007-09-25 01:57:46 +00005310 MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00005311 SmallVector<SDValue, 4> Ops;
Evan Cheng0488db92007-09-25 01:57:46 +00005312 // X86ISD::CMOV means set the result (which is operand 1) to the RHS if
5313 // condition is true.
5314 Ops.push_back(Op.getOperand(2));
5315 Ops.push_back(Op.getOperand(1));
5316 Ops.push_back(CC);
5317 Ops.push_back(Cond);
Evan Chenge5f62042007-09-29 00:00:36 +00005318 return DAG.getNode(X86ISD::CMOV, VTs, 2, &Ops[0], Ops.size());
Evan Cheng0488db92007-09-25 01:57:46 +00005319}
5320
Evan Cheng370e5342008-12-03 08:38:43 +00005321// isAndOrOfSingleUseSetCCs - Return true if node is an ISD::AND or
5322// ISD::OR of two X86ISD::SETCC nodes each of which has no other use apart
5323// from the AND / OR.
5324static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
5325 Opc = Op.getOpcode();
5326 if (Opc != ISD::OR && Opc != ISD::AND)
5327 return false;
5328 return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
5329 Op.getOperand(0).hasOneUse() &&
5330 Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
5331 Op.getOperand(1).hasOneUse());
5332}
5333
Dan Gohman475871a2008-07-27 21:46:04 +00005334SDValue X86TargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) {
Evan Cheng734503b2006-09-11 02:19:56 +00005335 bool addTest = true;
Dan Gohman475871a2008-07-27 21:46:04 +00005336 SDValue Chain = Op.getOperand(0);
5337 SDValue Cond = Op.getOperand(1);
5338 SDValue Dest = Op.getOperand(2);
5339 SDValue CC;
Evan Cheng734503b2006-09-11 02:19:56 +00005340
Evan Cheng0db9fe62006-04-25 20:13:52 +00005341 if (Cond.getOpcode() == ISD::SETCC)
Evan Chenge5f62042007-09-29 00:00:36 +00005342 Cond = LowerSETCC(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00005343#if 0
5344 // FIXME: LowerXALUO doesn't handle these!!
Bill Wendlingd350e022008-12-12 21:15:41 +00005345 else if (Cond.getOpcode() == X86ISD::ADD ||
5346 Cond.getOpcode() == X86ISD::SUB ||
5347 Cond.getOpcode() == X86ISD::SMUL ||
5348 Cond.getOpcode() == X86ISD::UMUL)
Bill Wendling74c37652008-12-09 22:08:41 +00005349 Cond = LowerXALUO(Cond, DAG);
Chris Lattnere55484e2008-12-25 05:34:37 +00005350#endif
5351
Evan Cheng3f41d662007-10-08 22:16:29 +00005352 // If condition flag is set by a X86ISD::CMP, then use it as the condition
5353 // setting operand in place of the X86ISD::SETCC.
Evan Cheng0db9fe62006-04-25 20:13:52 +00005354 if (Cond.getOpcode() == X86ISD::SETCC) {
Evan Cheng734503b2006-09-11 02:19:56 +00005355 CC = Cond.getOperand(0);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005356
Dan Gohman475871a2008-07-27 21:46:04 +00005357 SDValue Cmp = Cond.getOperand(1);
Evan Cheng734503b2006-09-11 02:19:56 +00005358 unsigned Opc = Cmp.getOpcode();
Chris Lattnere55484e2008-12-25 05:34:37 +00005359 // FIXME: WHY THE SPECIAL CASING OF LogicalCmp??
5360 if (isX86LogicalCmp(Opc) || Opc == X86ISD::BT) {
Evan Cheng3f41d662007-10-08 22:16:29 +00005361 Cond = Cmp;
Evan Cheng0488db92007-09-25 01:57:46 +00005362 addTest = false;
Bill Wendling61edeb52008-12-02 01:06:39 +00005363 } else {
Evan Cheng370e5342008-12-03 08:38:43 +00005364 switch (cast<ConstantSDNode>(CC)->getZExtValue()) {
Bill Wendling0ea25cb2008-12-03 08:32:02 +00005365 default: break;
5366 case X86::COND_O:
Dan Gohman653456c2009-01-07 00:15:08 +00005367 case X86::COND_B:
Chris Lattnere55484e2008-12-25 05:34:37 +00005368 // These can only come from an arithmetic instruction with overflow,
5369 // e.g. SADDO, UADDO.
Bill Wendling0ea25cb2008-12-03 08:32:02 +00005370 Cond = Cond.getNode()->getOperand(1);
5371 addTest = false;
5372 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00005373 }
Evan Cheng0488db92007-09-25 01:57:46 +00005374 }
Evan Cheng370e5342008-12-03 08:38:43 +00005375 } else {
5376 unsigned CondOpc;
5377 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) {
5378 SDValue Cmp = Cond.getOperand(0).getOperand(1);
5379 unsigned Opc = Cmp.getOpcode();
5380 if (CondOpc == ISD::OR) {
5381 // Also, recognize the pattern generated by an FCMP_UNE. We can emit
5382 // two branches instead of an explicit OR instruction with a
5383 // separate test.
5384 if (Cmp == Cond.getOperand(1).getOperand(1) &&
5385 isX86LogicalCmp(Opc)) {
5386 CC = Cond.getOperand(0).getOperand(0);
5387 Chain = DAG.getNode(X86ISD::BRCOND, Op.getValueType(),
5388 Chain, Dest, CC, Cmp);
5389 CC = Cond.getOperand(1).getOperand(0);
5390 Cond = Cmp;
5391 addTest = false;
5392 }
5393 } else { // ISD::AND
5394 // Also, recognize the pattern generated by an FCMP_OEQ. We can emit
5395 // two branches instead of an explicit AND instruction with a
5396 // separate test. However, we only do this if this block doesn't
5397 // have a fall-through edge, because this requires an explicit
5398 // jmp when the condition is false.
5399 if (Cmp == Cond.getOperand(1).getOperand(1) &&
5400 isX86LogicalCmp(Opc) &&
5401 Op.getNode()->hasOneUse()) {
5402 X86::CondCode CCode =
5403 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
5404 CCode = X86::GetOppositeBranchCondition(CCode);
5405 CC = DAG.getConstant(CCode, MVT::i8);
5406 SDValue User = SDValue(*Op.getNode()->use_begin(), 0);
5407 // Look for an unconditional branch following this conditional branch.
5408 // We need this because we need to reverse the successors in order
5409 // to implement FCMP_OEQ.
5410 if (User.getOpcode() == ISD::BR) {
5411 SDValue FalseBB = User.getOperand(1);
5412 SDValue NewBR =
5413 DAG.UpdateNodeOperands(User, User.getOperand(0), Dest);
5414 assert(NewBR == User);
5415 Dest = FalseBB;
Dan Gohman279c22e2008-10-21 03:29:32 +00005416
Evan Cheng370e5342008-12-03 08:38:43 +00005417 Chain = DAG.getNode(X86ISD::BRCOND, Op.getValueType(),
5418 Chain, Dest, CC, Cmp);
5419 X86::CondCode CCode =
5420 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
5421 CCode = X86::GetOppositeBranchCondition(CCode);
5422 CC = DAG.getConstant(CCode, MVT::i8);
5423 Cond = Cmp;
5424 addTest = false;
5425 }
5426 }
Dan Gohman279c22e2008-10-21 03:29:32 +00005427 }
5428 }
Evan Cheng0488db92007-09-25 01:57:46 +00005429 }
5430
5431 if (addTest) {
5432 CC = DAG.getConstant(X86::COND_NE, MVT::i8);
Evan Chenge5f62042007-09-29 00:00:36 +00005433 Cond= DAG.getNode(X86ISD::CMP, MVT::i32, Cond, DAG.getConstant(0, MVT::i8));
Evan Cheng0488db92007-09-25 01:57:46 +00005434 }
Evan Chenge5f62042007-09-29 00:00:36 +00005435 return DAG.getNode(X86ISD::BRCOND, Op.getValueType(),
Dan Gohman279c22e2008-10-21 03:29:32 +00005436 Chain, Dest, CC, Cond);
Evan Cheng0488db92007-09-25 01:57:46 +00005437}
5438
Anton Korobeynikove060b532007-04-17 19:34:00 +00005439
5440// Lower dynamic stack allocation to _alloca call for Cygwin/Mingw targets.
5441// Calls to _alloca is needed to probe the stack when allocating more than 4k
5442// bytes in one go. Touching the stack at 4K increments is necessary to ensure
5443// that the guard pages used by the OS virtual memory manager are allocated in
5444// correct sequence.
Dan Gohman475871a2008-07-27 21:46:04 +00005445SDValue
5446X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005447 SelectionDAG &DAG) {
Anton Korobeynikove060b532007-04-17 19:34:00 +00005448 assert(Subtarget->isTargetCygMing() &&
5449 "This should be used only on Cygwin/Mingw targets");
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005450
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005451 // Get the inputs.
Dan Gohman475871a2008-07-27 21:46:04 +00005452 SDValue Chain = Op.getOperand(0);
5453 SDValue Size = Op.getOperand(1);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005454 // FIXME: Ensure alignment here
5455
Dan Gohman475871a2008-07-27 21:46:04 +00005456 SDValue Flag;
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005457
Duncan Sands83ec4b62008-06-06 12:08:01 +00005458 MVT IntPtr = getPointerTy();
5459 MVT SPTy = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005460
Chris Lattnere563bbc2008-10-11 22:08:30 +00005461 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(0, true));
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005462
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005463 Chain = DAG.getCopyToReg(Chain, X86::EAX, Size, Flag);
5464 Flag = Chain.getValue(1);
5465
5466 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00005467 SDValue Ops[] = { Chain,
Bill Wendling056292f2008-09-16 21:48:12 +00005468 DAG.getTargetExternalSymbol("_alloca", IntPtr),
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005469 DAG.getRegister(X86::EAX, IntPtr),
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005470 DAG.getRegister(X86StackPtr, SPTy),
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005471 Flag };
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005472 Chain = DAG.getNode(X86ISD::CALL, NodeTys, Ops, 5);
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005473 Flag = Chain.getValue(1);
5474
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005475 Chain = DAG.getCALLSEQ_END(Chain,
Chris Lattnere563bbc2008-10-11 22:08:30 +00005476 DAG.getIntPtrConstant(0, true),
5477 DAG.getIntPtrConstant(0, true),
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005478 Flag);
5479
Anton Korobeynikov4304bcc2007-07-05 20:36:08 +00005480 Chain = DAG.getCopyFromReg(Chain, X86StackPtr, SPTy).getValue(1);
Anton Korobeynikov096b4612008-06-11 20:16:42 +00005481
Dan Gohman475871a2008-07-27 21:46:04 +00005482 SDValue Ops1[2] = { Chain.getValue(0), Chain };
Duncan Sands4bdcb612008-07-02 17:40:58 +00005483 return DAG.getMergeValues(Ops1, 2);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00005484}
5485
Dan Gohman475871a2008-07-27 21:46:04 +00005486SDValue
Dan Gohman707e0182008-04-12 04:36:06 +00005487X86TargetLowering::EmitTargetCodeForMemset(SelectionDAG &DAG,
Bill Wendling6f287b22008-09-30 21:22:07 +00005488 SDValue Chain,
5489 SDValue Dst, SDValue Src,
5490 SDValue Size, unsigned Align,
5491 const Value *DstSV,
Bill Wendling6158d842008-10-01 00:59:58 +00005492 uint64_t DstSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00005493 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005494
Bill Wendling6f287b22008-09-30 21:22:07 +00005495 // If not DWORD aligned or size is more than the threshold, call the library.
5496 // The libc version is likely to be faster for these cases. It can use the
5497 // address value and run time information about the CPU.
Evan Cheng1887c1c2008-08-21 21:00:15 +00005498 if ((Align & 3) != 0 ||
Dan Gohman707e0182008-04-12 04:36:06 +00005499 !ConstantSize ||
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005500 ConstantSize->getZExtValue() >
5501 getSubtarget()->getMaxInlineSizeThreshold()) {
Dan Gohman475871a2008-07-27 21:46:04 +00005502 SDValue InFlag(0, 0);
Dan Gohman68d599d2008-04-01 20:38:36 +00005503
5504 // Check to see if there is a specialized entry-point for memory zeroing.
Dan Gohman707e0182008-04-12 04:36:06 +00005505 ConstantSDNode *V = dyn_cast<ConstantSDNode>(Src);
Bill Wendling6f287b22008-09-30 21:22:07 +00005506
Bill Wendling6158d842008-10-01 00:59:58 +00005507 if (const char *bzeroEntry = V &&
5508 V->isNullValue() ? Subtarget->getBZeroEntry() : 0) {
5509 MVT IntPtr = getPointerTy();
5510 const Type *IntPtrTy = TD->getIntPtrType();
5511 TargetLowering::ArgListTy Args;
5512 TargetLowering::ArgListEntry Entry;
5513 Entry.Node = Dst;
5514 Entry.Ty = IntPtrTy;
5515 Args.push_back(Entry);
5516 Entry.Node = Size;
5517 Args.push_back(Entry);
5518 std::pair<SDValue,SDValue> CallResult =
5519 LowerCallTo(Chain, Type::VoidTy, false, false, false, false,
5520 CallingConv::C, false,
5521 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args, DAG);
5522 return CallResult.second;
Dan Gohman68d599d2008-04-01 20:38:36 +00005523 }
5524
Dan Gohman707e0182008-04-12 04:36:06 +00005525 // Otherwise have the target-independent code call memset.
Dan Gohman475871a2008-07-27 21:46:04 +00005526 return SDValue();
Evan Cheng48090aa2006-03-21 23:01:21 +00005527 }
Evan Chengb9df0ca2006-03-22 02:53:00 +00005528
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005529 uint64_t SizeVal = ConstantSize->getZExtValue();
Dan Gohman475871a2008-07-27 21:46:04 +00005530 SDValue InFlag(0, 0);
Duncan Sands83ec4b62008-06-06 12:08:01 +00005531 MVT AVT;
Dan Gohman475871a2008-07-27 21:46:04 +00005532 SDValue Count;
Dan Gohman707e0182008-04-12 04:36:06 +00005533 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Src);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005534 unsigned BytesLeft = 0;
5535 bool TwoRepStos = false;
5536 if (ValC) {
5537 unsigned ValReg;
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005538 uint64_t Val = ValC->getZExtValue() & 255;
Evan Cheng5ced1d82006-04-06 23:23:56 +00005539
Evan Cheng0db9fe62006-04-25 20:13:52 +00005540 // If the value is a constant, then we can potentially use larger sets.
5541 switch (Align & 3) {
Evan Cheng1887c1c2008-08-21 21:00:15 +00005542 case 2: // WORD aligned
5543 AVT = MVT::i16;
5544 ValReg = X86::AX;
5545 Val = (Val << 8) | Val;
5546 break;
5547 case 0: // DWORD aligned
5548 AVT = MVT::i32;
5549 ValReg = X86::EAX;
5550 Val = (Val << 8) | Val;
5551 Val = (Val << 16) | Val;
5552 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned
5553 AVT = MVT::i64;
5554 ValReg = X86::RAX;
5555 Val = (Val << 32) | Val;
5556 }
5557 break;
5558 default: // Byte aligned
5559 AVT = MVT::i8;
5560 ValReg = X86::AL;
5561 Count = DAG.getIntPtrConstant(SizeVal);
5562 break;
Evan Cheng80d428c2006-04-19 22:48:17 +00005563 }
5564
Duncan Sands8e4eb092008-06-08 20:54:56 +00005565 if (AVT.bitsGT(MVT::i8)) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00005566 unsigned UBytes = AVT.getSizeInBits() / 8;
Dan Gohman707e0182008-04-12 04:36:06 +00005567 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
5568 BytesLeft = SizeVal % UBytes;
Evan Cheng25ab6902006-09-08 06:48:29 +00005569 }
5570
Evan Cheng0db9fe62006-04-25 20:13:52 +00005571 Chain = DAG.getCopyToReg(Chain, ValReg, DAG.getConstant(Val, AVT),
5572 InFlag);
5573 InFlag = Chain.getValue(1);
5574 } else {
5575 AVT = MVT::i8;
Dan Gohmanbcda2852008-04-16 01:32:32 +00005576 Count = DAG.getIntPtrConstant(SizeVal);
Dan Gohman707e0182008-04-12 04:36:06 +00005577 Chain = DAG.getCopyToReg(Chain, X86::AL, Src, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005578 InFlag = Chain.getValue(1);
Evan Chengb9df0ca2006-03-22 02:53:00 +00005579 }
Evan Chengc78d3b42006-04-24 18:01:45 +00005580
Evan Cheng25ab6902006-09-08 06:48:29 +00005581 Chain = DAG.getCopyToReg(Chain, Subtarget->is64Bit() ? X86::RCX : X86::ECX,
5582 Count, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005583 InFlag = Chain.getValue(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00005584 Chain = DAG.getCopyToReg(Chain, Subtarget->is64Bit() ? X86::RDI : X86::EDI,
Dan Gohman707e0182008-04-12 04:36:06 +00005585 Dst, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005586 InFlag = Chain.getValue(1);
Evan Chenga0b3afb2006-03-27 07:00:16 +00005587
Chris Lattnerd96d0722007-02-25 06:40:16 +00005588 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00005589 SmallVector<SDValue, 8> Ops;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005590 Ops.push_back(Chain);
5591 Ops.push_back(DAG.getValueType(AVT));
5592 Ops.push_back(InFlag);
Evan Cheng311ace02006-08-11 07:35:45 +00005593 Chain = DAG.getNode(X86ISD::REP_STOS, Tys, &Ops[0], Ops.size());
Evan Chengc78d3b42006-04-24 18:01:45 +00005594
Evan Cheng0db9fe62006-04-25 20:13:52 +00005595 if (TwoRepStos) {
5596 InFlag = Chain.getValue(1);
Dan Gohman707e0182008-04-12 04:36:06 +00005597 Count = Size;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005598 MVT CVT = Count.getValueType();
Dan Gohman475871a2008-07-27 21:46:04 +00005599 SDValue Left = DAG.getNode(ISD::AND, CVT, Count,
Evan Cheng25ab6902006-09-08 06:48:29 +00005600 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
5601 Chain = DAG.getCopyToReg(Chain, (CVT == MVT::i64) ? X86::RCX : X86::ECX,
5602 Left, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005603 InFlag = Chain.getValue(1);
Chris Lattnerd96d0722007-02-25 06:40:16 +00005604 Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005605 Ops.clear();
5606 Ops.push_back(Chain);
5607 Ops.push_back(DAG.getValueType(MVT::i8));
5608 Ops.push_back(InFlag);
Evan Cheng311ace02006-08-11 07:35:45 +00005609 Chain = DAG.getNode(X86ISD::REP_STOS, Tys, &Ops[0], Ops.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00005610 } else if (BytesLeft) {
Dan Gohman707e0182008-04-12 04:36:06 +00005611 // Handle the last 1 - 7 bytes.
5612 unsigned Offset = SizeVal - BytesLeft;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005613 MVT AddrVT = Dst.getValueType();
5614 MVT SizeVT = Size.getValueType();
Dan Gohman707e0182008-04-12 04:36:06 +00005615
5616 Chain = DAG.getMemset(Chain,
5617 DAG.getNode(ISD::ADD, AddrVT, Dst,
5618 DAG.getConstant(Offset, AddrVT)),
5619 Src,
5620 DAG.getConstant(BytesLeft, SizeVT),
Dan Gohman1f13c682008-04-28 17:15:20 +00005621 Align, DstSV, DstSVOff + Offset);
Evan Cheng386031a2006-03-24 07:29:27 +00005622 }
Evan Cheng11e15b32006-04-03 20:53:28 +00005623
Dan Gohman707e0182008-04-12 04:36:06 +00005624 // TODO: Use a Tokenfactor, as in memcpy, instead of a single chain.
Evan Cheng0db9fe62006-04-25 20:13:52 +00005625 return Chain;
5626}
Evan Cheng11e15b32006-04-03 20:53:28 +00005627
Dan Gohman475871a2008-07-27 21:46:04 +00005628SDValue
Dan Gohman707e0182008-04-12 04:36:06 +00005629X86TargetLowering::EmitTargetCodeForMemcpy(SelectionDAG &DAG,
Evan Cheng1887c1c2008-08-21 21:00:15 +00005630 SDValue Chain, SDValue Dst, SDValue Src,
5631 SDValue Size, unsigned Align,
5632 bool AlwaysInline,
5633 const Value *DstSV, uint64_t DstSVOff,
5634 const Value *SrcSV, uint64_t SrcSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00005635 // This requires the copy size to be a constant, preferrably
5636 // within a subtarget-specific limit.
5637 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
5638 if (!ConstantSize)
Dan Gohman475871a2008-07-27 21:46:04 +00005639 return SDValue();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005640 uint64_t SizeVal = ConstantSize->getZExtValue();
Dan Gohman707e0182008-04-12 04:36:06 +00005641 if (!AlwaysInline && SizeVal > getSubtarget()->getMaxInlineSizeThreshold())
Dan Gohman475871a2008-07-27 21:46:04 +00005642 return SDValue();
Dan Gohman707e0182008-04-12 04:36:06 +00005643
Evan Cheng1887c1c2008-08-21 21:00:15 +00005644 /// If not DWORD aligned, call the library.
5645 if ((Align & 3) != 0)
5646 return SDValue();
5647
5648 // DWORD aligned
5649 MVT AVT = MVT::i32;
5650 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) // QWORD aligned
Dan Gohman707e0182008-04-12 04:36:06 +00005651 AVT = MVT::i64;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005652
Duncan Sands83ec4b62008-06-06 12:08:01 +00005653 unsigned UBytes = AVT.getSizeInBits() / 8;
Dan Gohman707e0182008-04-12 04:36:06 +00005654 unsigned CountVal = SizeVal / UBytes;
Dan Gohman475871a2008-07-27 21:46:04 +00005655 SDValue Count = DAG.getIntPtrConstant(CountVal);
Evan Cheng1887c1c2008-08-21 21:00:15 +00005656 unsigned BytesLeft = SizeVal % UBytes;
Evan Cheng25ab6902006-09-08 06:48:29 +00005657
Dan Gohman475871a2008-07-27 21:46:04 +00005658 SDValue InFlag(0, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00005659 Chain = DAG.getCopyToReg(Chain, Subtarget->is64Bit() ? X86::RCX : X86::ECX,
5660 Count, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005661 InFlag = Chain.getValue(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00005662 Chain = DAG.getCopyToReg(Chain, Subtarget->is64Bit() ? X86::RDI : X86::EDI,
Dan Gohman707e0182008-04-12 04:36:06 +00005663 Dst, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005664 InFlag = Chain.getValue(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00005665 Chain = DAG.getCopyToReg(Chain, Subtarget->is64Bit() ? X86::RSI : X86::ESI,
Dan Gohman707e0182008-04-12 04:36:06 +00005666 Src, InFlag);
Evan Cheng0db9fe62006-04-25 20:13:52 +00005667 InFlag = Chain.getValue(1);
5668
Chris Lattnerd96d0722007-02-25 06:40:16 +00005669 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00005670 SmallVector<SDValue, 8> Ops;
Evan Cheng0db9fe62006-04-25 20:13:52 +00005671 Ops.push_back(Chain);
5672 Ops.push_back(DAG.getValueType(AVT));
5673 Ops.push_back(InFlag);
Dan Gohman475871a2008-07-27 21:46:04 +00005674 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, Tys, &Ops[0], Ops.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00005675
Dan Gohman475871a2008-07-27 21:46:04 +00005676 SmallVector<SDValue, 4> Results;
Evan Cheng2749c722008-04-25 00:26:43 +00005677 Results.push_back(RepMovs);
Rafael Espindola068317b2007-09-28 12:53:01 +00005678 if (BytesLeft) {
Dan Gohman707e0182008-04-12 04:36:06 +00005679 // Handle the last 1 - 7 bytes.
5680 unsigned Offset = SizeVal - BytesLeft;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005681 MVT DstVT = Dst.getValueType();
5682 MVT SrcVT = Src.getValueType();
5683 MVT SizeVT = Size.getValueType();
Evan Cheng2749c722008-04-25 00:26:43 +00005684 Results.push_back(DAG.getMemcpy(Chain,
Dan Gohman707e0182008-04-12 04:36:06 +00005685 DAG.getNode(ISD::ADD, DstVT, Dst,
Evan Cheng2749c722008-04-25 00:26:43 +00005686 DAG.getConstant(Offset, DstVT)),
Dan Gohman707e0182008-04-12 04:36:06 +00005687 DAG.getNode(ISD::ADD, SrcVT, Src,
Evan Cheng2749c722008-04-25 00:26:43 +00005688 DAG.getConstant(Offset, SrcVT)),
Dan Gohman707e0182008-04-12 04:36:06 +00005689 DAG.getConstant(BytesLeft, SizeVT),
5690 Align, AlwaysInline,
Dan Gohman1f13c682008-04-28 17:15:20 +00005691 DstSV, DstSVOff + Offset,
5692 SrcSV, SrcSVOff + Offset));
Evan Chengb067a1e2006-03-31 19:22:53 +00005693 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00005694
Dan Gohman707e0182008-04-12 04:36:06 +00005695 return DAG.getNode(ISD::TokenFactor, MVT::Other, &Results[0], Results.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00005696}
5697
Dan Gohman475871a2008-07-27 21:46:04 +00005698SDValue X86TargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) {
Dan Gohman69de1932008-02-06 22:27:42 +00005699 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Evan Cheng8b2794a2006-10-13 21:14:26 +00005700
Evan Cheng25ab6902006-09-08 06:48:29 +00005701 if (!Subtarget->is64Bit()) {
5702 // vastart just stores the address of the VarArgsFrameIndex slot into the
5703 // memory location argument.
Dan Gohman475871a2008-07-27 21:46:04 +00005704 SDValue FR = DAG.getFrameIndex(VarArgsFrameIndex, getPointerTy());
Dan Gohman69de1932008-02-06 22:27:42 +00005705 return DAG.getStore(Op.getOperand(0), FR,Op.getOperand(1), SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00005706 }
5707
5708 // __va_list_tag:
5709 // gp_offset (0 - 6 * 8)
5710 // fp_offset (48 - 48 + 8 * 16)
5711 // overflow_arg_area (point to parameters coming in memory).
5712 // reg_save_area
Dan Gohman475871a2008-07-27 21:46:04 +00005713 SmallVector<SDValue, 8> MemOps;
5714 SDValue FIN = Op.getOperand(1);
Evan Cheng25ab6902006-09-08 06:48:29 +00005715 // Store gp_offset
Dan Gohman475871a2008-07-27 21:46:04 +00005716 SDValue Store = DAG.getStore(Op.getOperand(0),
Evan Cheng786225a2006-10-05 23:01:46 +00005717 DAG.getConstant(VarArgsGPOffset, MVT::i32),
Dan Gohman69de1932008-02-06 22:27:42 +00005718 FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00005719 MemOps.push_back(Store);
5720
5721 // Store fp_offset
Chris Lattner0bd48932008-01-17 07:00:52 +00005722 FIN = DAG.getNode(ISD::ADD, getPointerTy(), FIN, DAG.getIntPtrConstant(4));
Evan Cheng786225a2006-10-05 23:01:46 +00005723 Store = DAG.getStore(Op.getOperand(0),
5724 DAG.getConstant(VarArgsFPOffset, MVT::i32),
Dan Gohman69de1932008-02-06 22:27:42 +00005725 FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00005726 MemOps.push_back(Store);
5727
5728 // Store ptr to overflow_arg_area
Chris Lattner0bd48932008-01-17 07:00:52 +00005729 FIN = DAG.getNode(ISD::ADD, getPointerTy(), FIN, DAG.getIntPtrConstant(4));
Dan Gohman475871a2008-07-27 21:46:04 +00005730 SDValue OVFIN = DAG.getFrameIndex(VarArgsFrameIndex, getPointerTy());
Dan Gohman69de1932008-02-06 22:27:42 +00005731 Store = DAG.getStore(Op.getOperand(0), OVFIN, FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00005732 MemOps.push_back(Store);
5733
5734 // Store ptr to reg_save_area.
Chris Lattner0bd48932008-01-17 07:00:52 +00005735 FIN = DAG.getNode(ISD::ADD, getPointerTy(), FIN, DAG.getIntPtrConstant(8));
Dan Gohman475871a2008-07-27 21:46:04 +00005736 SDValue RSFIN = DAG.getFrameIndex(RegSaveFrameIndex, getPointerTy());
Dan Gohman69de1932008-02-06 22:27:42 +00005737 Store = DAG.getStore(Op.getOperand(0), RSFIN, FIN, SV, 0);
Evan Cheng25ab6902006-09-08 06:48:29 +00005738 MemOps.push_back(Store);
5739 return DAG.getNode(ISD::TokenFactor, MVT::Other, &MemOps[0], MemOps.size());
Evan Cheng0db9fe62006-04-25 20:13:52 +00005740}
5741
Dan Gohman475871a2008-07-27 21:46:04 +00005742SDValue X86TargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG) {
Dan Gohman9018e832008-05-10 01:26:14 +00005743 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
5744 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_arg!");
Dan Gohman475871a2008-07-27 21:46:04 +00005745 SDValue Chain = Op.getOperand(0);
5746 SDValue SrcPtr = Op.getOperand(1);
5747 SDValue SrcSV = Op.getOperand(2);
Dan Gohman9018e832008-05-10 01:26:14 +00005748
5749 assert(0 && "VAArgInst is not yet implemented for x86-64!");
5750 abort();
Dan Gohman475871a2008-07-27 21:46:04 +00005751 return SDValue();
Dan Gohman9018e832008-05-10 01:26:14 +00005752}
5753
Dan Gohman475871a2008-07-27 21:46:04 +00005754SDValue X86TargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG) {
Evan Chengae642192007-03-02 23:16:35 +00005755 // X86-64 va_list is a struct { i32, i32, i8*, i8* }.
Dan Gohman28269132008-04-18 20:55:41 +00005756 assert(Subtarget->is64Bit() && "This code only handles 64-bit va_copy!");
Dan Gohman475871a2008-07-27 21:46:04 +00005757 SDValue Chain = Op.getOperand(0);
5758 SDValue DstPtr = Op.getOperand(1);
5759 SDValue SrcPtr = Op.getOperand(2);
Dan Gohman69de1932008-02-06 22:27:42 +00005760 const Value *DstSV = cast<SrcValueSDNode>(Op.getOperand(3))->getValue();
5761 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Evan Chengae642192007-03-02 23:16:35 +00005762
Dan Gohman28269132008-04-18 20:55:41 +00005763 return DAG.getMemcpy(Chain, DstPtr, SrcPtr,
5764 DAG.getIntPtrConstant(24), 8, false,
5765 DstSV, 0, SrcSV, 0);
Evan Chengae642192007-03-02 23:16:35 +00005766}
5767
Dan Gohman475871a2008-07-27 21:46:04 +00005768SDValue
5769X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005770 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Evan Cheng0db9fe62006-04-25 20:13:52 +00005771 switch (IntNo) {
Dan Gohman475871a2008-07-27 21:46:04 +00005772 default: return SDValue(); // Don't custom lower most intrinsics.
Evan Cheng5759f972008-05-04 09:15:50 +00005773 // Comparison intrinsics.
Evan Cheng0db9fe62006-04-25 20:13:52 +00005774 case Intrinsic::x86_sse_comieq_ss:
5775 case Intrinsic::x86_sse_comilt_ss:
5776 case Intrinsic::x86_sse_comile_ss:
5777 case Intrinsic::x86_sse_comigt_ss:
5778 case Intrinsic::x86_sse_comige_ss:
5779 case Intrinsic::x86_sse_comineq_ss:
5780 case Intrinsic::x86_sse_ucomieq_ss:
5781 case Intrinsic::x86_sse_ucomilt_ss:
5782 case Intrinsic::x86_sse_ucomile_ss:
5783 case Intrinsic::x86_sse_ucomigt_ss:
5784 case Intrinsic::x86_sse_ucomige_ss:
5785 case Intrinsic::x86_sse_ucomineq_ss:
5786 case Intrinsic::x86_sse2_comieq_sd:
5787 case Intrinsic::x86_sse2_comilt_sd:
5788 case Intrinsic::x86_sse2_comile_sd:
5789 case Intrinsic::x86_sse2_comigt_sd:
5790 case Intrinsic::x86_sse2_comige_sd:
5791 case Intrinsic::x86_sse2_comineq_sd:
5792 case Intrinsic::x86_sse2_ucomieq_sd:
5793 case Intrinsic::x86_sse2_ucomilt_sd:
5794 case Intrinsic::x86_sse2_ucomile_sd:
5795 case Intrinsic::x86_sse2_ucomigt_sd:
5796 case Intrinsic::x86_sse2_ucomige_sd:
5797 case Intrinsic::x86_sse2_ucomineq_sd: {
5798 unsigned Opc = 0;
5799 ISD::CondCode CC = ISD::SETCC_INVALID;
5800 switch (IntNo) {
5801 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00005802 case Intrinsic::x86_sse_comieq_ss:
5803 case Intrinsic::x86_sse2_comieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005804 Opc = X86ISD::COMI;
5805 CC = ISD::SETEQ;
5806 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00005807 case Intrinsic::x86_sse_comilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005808 case Intrinsic::x86_sse2_comilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005809 Opc = X86ISD::COMI;
5810 CC = ISD::SETLT;
5811 break;
5812 case Intrinsic::x86_sse_comile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005813 case Intrinsic::x86_sse2_comile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005814 Opc = X86ISD::COMI;
5815 CC = ISD::SETLE;
5816 break;
5817 case Intrinsic::x86_sse_comigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005818 case Intrinsic::x86_sse2_comigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005819 Opc = X86ISD::COMI;
5820 CC = ISD::SETGT;
5821 break;
5822 case Intrinsic::x86_sse_comige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005823 case Intrinsic::x86_sse2_comige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005824 Opc = X86ISD::COMI;
5825 CC = ISD::SETGE;
5826 break;
5827 case Intrinsic::x86_sse_comineq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005828 case Intrinsic::x86_sse2_comineq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005829 Opc = X86ISD::COMI;
5830 CC = ISD::SETNE;
5831 break;
5832 case Intrinsic::x86_sse_ucomieq_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005833 case Intrinsic::x86_sse2_ucomieq_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005834 Opc = X86ISD::UCOMI;
5835 CC = ISD::SETEQ;
5836 break;
5837 case Intrinsic::x86_sse_ucomilt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005838 case Intrinsic::x86_sse2_ucomilt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005839 Opc = X86ISD::UCOMI;
5840 CC = ISD::SETLT;
5841 break;
5842 case Intrinsic::x86_sse_ucomile_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005843 case Intrinsic::x86_sse2_ucomile_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005844 Opc = X86ISD::UCOMI;
5845 CC = ISD::SETLE;
5846 break;
5847 case Intrinsic::x86_sse_ucomigt_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005848 case Intrinsic::x86_sse2_ucomigt_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005849 Opc = X86ISD::UCOMI;
5850 CC = ISD::SETGT;
5851 break;
5852 case Intrinsic::x86_sse_ucomige_ss:
Evan Cheng6be2c582006-04-05 23:38:46 +00005853 case Intrinsic::x86_sse2_ucomige_sd:
Evan Cheng0db9fe62006-04-25 20:13:52 +00005854 Opc = X86ISD::UCOMI;
5855 CC = ISD::SETGE;
5856 break;
5857 case Intrinsic::x86_sse_ucomineq_ss:
5858 case Intrinsic::x86_sse2_ucomineq_sd:
5859 Opc = X86ISD::UCOMI;
5860 CC = ISD::SETNE;
5861 break;
Evan Cheng6be2c582006-04-05 23:38:46 +00005862 }
Evan Cheng734503b2006-09-11 02:19:56 +00005863
Dan Gohman475871a2008-07-27 21:46:04 +00005864 SDValue LHS = Op.getOperand(1);
5865 SDValue RHS = Op.getOperand(2);
Chris Lattner1c39d4c2008-12-24 23:53:05 +00005866 unsigned X86CC = TranslateX86CC(CC, true, LHS, RHS, DAG);
Dan Gohman475871a2008-07-27 21:46:04 +00005867 SDValue Cond = DAG.getNode(Opc, MVT::i32, LHS, RHS);
5868 SDValue SetCC = DAG.getNode(X86ISD::SETCC, MVT::i8,
Evan Cheng0ac3fc22008-08-17 19:22:34 +00005869 DAG.getConstant(X86CC, MVT::i8), Cond);
5870 return DAG.getNode(ISD::ZERO_EXTEND, MVT::i32, SetCC);
Evan Cheng6be2c582006-04-05 23:38:46 +00005871 }
Evan Cheng5759f972008-05-04 09:15:50 +00005872
5873 // Fix vector shift instructions where the last operand is a non-immediate
5874 // i32 value.
5875 case Intrinsic::x86_sse2_pslli_w:
5876 case Intrinsic::x86_sse2_pslli_d:
5877 case Intrinsic::x86_sse2_pslli_q:
5878 case Intrinsic::x86_sse2_psrli_w:
5879 case Intrinsic::x86_sse2_psrli_d:
5880 case Intrinsic::x86_sse2_psrli_q:
5881 case Intrinsic::x86_sse2_psrai_w:
5882 case Intrinsic::x86_sse2_psrai_d:
5883 case Intrinsic::x86_mmx_pslli_w:
5884 case Intrinsic::x86_mmx_pslli_d:
5885 case Intrinsic::x86_mmx_pslli_q:
5886 case Intrinsic::x86_mmx_psrli_w:
5887 case Intrinsic::x86_mmx_psrli_d:
5888 case Intrinsic::x86_mmx_psrli_q:
5889 case Intrinsic::x86_mmx_psrai_w:
5890 case Intrinsic::x86_mmx_psrai_d: {
Dan Gohman475871a2008-07-27 21:46:04 +00005891 SDValue ShAmt = Op.getOperand(2);
Evan Cheng5759f972008-05-04 09:15:50 +00005892 if (isa<ConstantSDNode>(ShAmt))
Dan Gohman475871a2008-07-27 21:46:04 +00005893 return SDValue();
Evan Cheng5759f972008-05-04 09:15:50 +00005894
5895 unsigned NewIntNo = 0;
Duncan Sands83ec4b62008-06-06 12:08:01 +00005896 MVT ShAmtVT = MVT::v4i32;
Evan Cheng5759f972008-05-04 09:15:50 +00005897 switch (IntNo) {
5898 case Intrinsic::x86_sse2_pslli_w:
5899 NewIntNo = Intrinsic::x86_sse2_psll_w;
5900 break;
5901 case Intrinsic::x86_sse2_pslli_d:
5902 NewIntNo = Intrinsic::x86_sse2_psll_d;
5903 break;
5904 case Intrinsic::x86_sse2_pslli_q:
5905 NewIntNo = Intrinsic::x86_sse2_psll_q;
5906 break;
5907 case Intrinsic::x86_sse2_psrli_w:
5908 NewIntNo = Intrinsic::x86_sse2_psrl_w;
5909 break;
5910 case Intrinsic::x86_sse2_psrli_d:
5911 NewIntNo = Intrinsic::x86_sse2_psrl_d;
5912 break;
5913 case Intrinsic::x86_sse2_psrli_q:
5914 NewIntNo = Intrinsic::x86_sse2_psrl_q;
5915 break;
5916 case Intrinsic::x86_sse2_psrai_w:
5917 NewIntNo = Intrinsic::x86_sse2_psra_w;
5918 break;
5919 case Intrinsic::x86_sse2_psrai_d:
5920 NewIntNo = Intrinsic::x86_sse2_psra_d;
5921 break;
5922 default: {
5923 ShAmtVT = MVT::v2i32;
5924 switch (IntNo) {
5925 case Intrinsic::x86_mmx_pslli_w:
5926 NewIntNo = Intrinsic::x86_mmx_psll_w;
5927 break;
5928 case Intrinsic::x86_mmx_pslli_d:
5929 NewIntNo = Intrinsic::x86_mmx_psll_d;
5930 break;
5931 case Intrinsic::x86_mmx_pslli_q:
5932 NewIntNo = Intrinsic::x86_mmx_psll_q;
5933 break;
5934 case Intrinsic::x86_mmx_psrli_w:
5935 NewIntNo = Intrinsic::x86_mmx_psrl_w;
5936 break;
5937 case Intrinsic::x86_mmx_psrli_d:
5938 NewIntNo = Intrinsic::x86_mmx_psrl_d;
5939 break;
5940 case Intrinsic::x86_mmx_psrli_q:
5941 NewIntNo = Intrinsic::x86_mmx_psrl_q;
5942 break;
5943 case Intrinsic::x86_mmx_psrai_w:
5944 NewIntNo = Intrinsic::x86_mmx_psra_w;
5945 break;
5946 case Intrinsic::x86_mmx_psrai_d:
5947 NewIntNo = Intrinsic::x86_mmx_psra_d;
5948 break;
5949 default: abort(); // Can't reach here.
5950 }
5951 break;
5952 }
5953 }
Duncan Sands83ec4b62008-06-06 12:08:01 +00005954 MVT VT = Op.getValueType();
Evan Cheng5759f972008-05-04 09:15:50 +00005955 ShAmt = DAG.getNode(ISD::BIT_CONVERT, VT,
5956 DAG.getNode(ISD::SCALAR_TO_VECTOR, ShAmtVT, ShAmt));
5957 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
5958 DAG.getConstant(NewIntNo, MVT::i32),
5959 Op.getOperand(1), ShAmt);
5960 }
Evan Cheng38bcbaf2005-12-23 07:31:11 +00005961 }
Chris Lattnerdbdbf0c2005-11-15 00:40:23 +00005962}
Evan Cheng72261582005-12-20 06:22:03 +00005963
Dan Gohman475871a2008-07-27 21:46:04 +00005964SDValue X86TargetLowering::LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) {
Bill Wendling64e87322009-01-16 19:25:27 +00005965 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
5966
5967 if (Depth > 0) {
5968 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
5969 SDValue Offset =
5970 DAG.getConstant(TD->getPointerSize(),
5971 Subtarget->is64Bit() ? MVT::i64 : MVT::i32);
5972 return DAG.getLoad(getPointerTy(), DAG.getEntryNode(),
5973 DAG.getNode(ISD::ADD, getPointerTy(), FrameAddr, Offset),
5974 NULL, 0);
5975 }
5976
5977 // Just load the return address.
Dan Gohman475871a2008-07-27 21:46:04 +00005978 SDValue RetAddrFI = getReturnAddressFrameIndex(DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00005979 return DAG.getLoad(getPointerTy(), DAG.getEntryNode(), RetAddrFI, NULL, 0);
5980}
5981
Dan Gohman475871a2008-07-27 21:46:04 +00005982SDValue X86TargetLowering::LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) {
Evan Cheng184793f2008-09-27 01:56:22 +00005983 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
5984 MFI->setFrameAddressIsTaken(true);
5985 MVT VT = Op.getValueType();
5986 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
5987 unsigned FrameReg = Subtarget->is64Bit() ? X86::RBP : X86::EBP;
5988 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), FrameReg, VT);
5989 while (Depth--)
5990 FrameAddr = DAG.getLoad(VT, DAG.getEntryNode(), FrameAddr, NULL, 0);
5991 return FrameAddr;
Nate Begemanbcc5f362007-01-29 22:58:52 +00005992}
5993
Dan Gohman475871a2008-07-27 21:46:04 +00005994SDValue X86TargetLowering::LowerFRAME_TO_ARGS_OFFSET(SDValue Op,
Anton Korobeynikov260a6b82008-09-08 21:12:11 +00005995 SelectionDAG &DAG) {
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00005996 return DAG.getIntPtrConstant(2*TD->getPointerSize());
Anton Korobeynikov2365f512007-07-14 14:06:15 +00005997}
5998
Dan Gohman475871a2008-07-27 21:46:04 +00005999SDValue X86TargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG)
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006000{
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006001 MachineFunction &MF = DAG.getMachineFunction();
Dan Gohman475871a2008-07-27 21:46:04 +00006002 SDValue Chain = Op.getOperand(0);
6003 SDValue Offset = Op.getOperand(1);
6004 SDValue Handler = Op.getOperand(2);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006005
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00006006 SDValue Frame = DAG.getRegister(Subtarget->is64Bit() ? X86::RBP : X86::EBP,
6007 getPointerTy());
6008 unsigned StoreAddrReg = (Subtarget->is64Bit() ? X86::RCX : X86::ECX);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006009
Dan Gohman475871a2008-07-27 21:46:04 +00006010 SDValue StoreAddr = DAG.getNode(ISD::SUB, getPointerTy(), Frame,
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00006011 DAG.getIntPtrConstant(-TD->getPointerSize()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006012 StoreAddr = DAG.getNode(ISD::ADD, getPointerTy(), StoreAddr, Offset);
6013 Chain = DAG.getStore(Chain, Handler, StoreAddr, NULL, 0);
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00006014 Chain = DAG.getCopyToReg(Chain, StoreAddrReg, StoreAddr);
6015 MF.getRegInfo().addLiveOut(StoreAddrReg);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006016
Anton Korobeynikovb84c1672008-09-08 21:12:47 +00006017 return DAG.getNode(X86ISD::EH_RETURN,
6018 MVT::Other,
6019 Chain, DAG.getRegister(StoreAddrReg, getPointerTy()));
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006020}
6021
Dan Gohman475871a2008-07-27 21:46:04 +00006022SDValue X86TargetLowering::LowerTRAMPOLINE(SDValue Op,
Duncan Sandsb116fac2007-07-27 20:02:49 +00006023 SelectionDAG &DAG) {
Dan Gohman475871a2008-07-27 21:46:04 +00006024 SDValue Root = Op.getOperand(0);
6025 SDValue Trmp = Op.getOperand(1); // trampoline
6026 SDValue FPtr = Op.getOperand(2); // nested function
6027 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Duncan Sandsb116fac2007-07-27 20:02:49 +00006028
Dan Gohman69de1932008-02-06 22:27:42 +00006029 const Value *TrmpAddr = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
Duncan Sandsb116fac2007-07-27 20:02:49 +00006030
Duncan Sands339e14f2008-01-16 22:55:25 +00006031 const X86InstrInfo *TII =
6032 ((X86TargetMachine&)getTargetMachine()).getInstrInfo();
6033
Duncan Sandsb116fac2007-07-27 20:02:49 +00006034 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00006035 SDValue OutChains[6];
Duncan Sands339e14f2008-01-16 22:55:25 +00006036
6037 // Large code-model.
6038
6039 const unsigned char JMP64r = TII->getBaseOpcodeFor(X86::JMP64r);
6040 const unsigned char MOV64ri = TII->getBaseOpcodeFor(X86::MOV64ri);
6041
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00006042 const unsigned char N86R10 = RegInfo->getX86RegNum(X86::R10);
6043 const unsigned char N86R11 = RegInfo->getX86RegNum(X86::R11);
Duncan Sands339e14f2008-01-16 22:55:25 +00006044
6045 const unsigned char REX_WB = 0x40 | 0x08 | 0x01; // REX prefix
6046
6047 // Load the pointer to the nested function into R11.
6048 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11
Dan Gohman475871a2008-07-27 21:46:04 +00006049 SDValue Addr = Trmp;
Duncan Sands339e14f2008-01-16 22:55:25 +00006050 OutChains[0] = DAG.getStore(Root, DAG.getConstant(OpCode, MVT::i16), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006051 TrmpAddr, 0);
Duncan Sands339e14f2008-01-16 22:55:25 +00006052
6053 Addr = DAG.getNode(ISD::ADD, MVT::i64, Trmp, DAG.getConstant(2, MVT::i64));
Dan Gohman69de1932008-02-06 22:27:42 +00006054 OutChains[1] = DAG.getStore(Root, FPtr, Addr, TrmpAddr, 2, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00006055
6056 // Load the 'nest' parameter value into R10.
6057 // R10 is specified in X86CallingConv.td
6058 OpCode = ((MOV64ri | N86R10) << 8) | REX_WB; // movabsq r10
6059 Addr = DAG.getNode(ISD::ADD, MVT::i64, Trmp, DAG.getConstant(10, MVT::i64));
6060 OutChains[2] = DAG.getStore(Root, DAG.getConstant(OpCode, MVT::i16), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006061 TrmpAddr, 10);
Duncan Sands339e14f2008-01-16 22:55:25 +00006062
6063 Addr = DAG.getNode(ISD::ADD, MVT::i64, Trmp, DAG.getConstant(12, MVT::i64));
Dan Gohman69de1932008-02-06 22:27:42 +00006064 OutChains[3] = DAG.getStore(Root, Nest, Addr, TrmpAddr, 12, false, 2);
Duncan Sands339e14f2008-01-16 22:55:25 +00006065
6066 // Jump to the nested function.
6067 OpCode = (JMP64r << 8) | REX_WB; // jmpq *...
6068 Addr = DAG.getNode(ISD::ADD, MVT::i64, Trmp, DAG.getConstant(20, MVT::i64));
6069 OutChains[4] = DAG.getStore(Root, DAG.getConstant(OpCode, MVT::i16), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006070 TrmpAddr, 20);
Duncan Sands339e14f2008-01-16 22:55:25 +00006071
6072 unsigned char ModRM = N86R11 | (4 << 3) | (3 << 6); // ...r11
6073 Addr = DAG.getNode(ISD::ADD, MVT::i64, Trmp, DAG.getConstant(22, MVT::i64));
6074 OutChains[5] = DAG.getStore(Root, DAG.getConstant(ModRM, MVT::i8), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006075 TrmpAddr, 22);
Duncan Sands339e14f2008-01-16 22:55:25 +00006076
Dan Gohman475871a2008-07-27 21:46:04 +00006077 SDValue Ops[] =
Duncan Sands339e14f2008-01-16 22:55:25 +00006078 { Trmp, DAG.getNode(ISD::TokenFactor, MVT::Other, OutChains, 6) };
Duncan Sands4bdcb612008-07-02 17:40:58 +00006079 return DAG.getMergeValues(Ops, 2);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006080 } else {
Dan Gohmanbbfb9c52008-01-31 01:01:48 +00006081 const Function *Func =
Duncan Sandsb116fac2007-07-27 20:02:49 +00006082 cast<Function>(cast<SrcValueSDNode>(Op.getOperand(5))->getValue());
6083 unsigned CC = Func->getCallingConv();
Duncan Sandsee465742007-08-29 19:01:20 +00006084 unsigned NestReg;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006085
6086 switch (CC) {
6087 default:
6088 assert(0 && "Unsupported calling convention");
6089 case CallingConv::C:
Duncan Sandsb116fac2007-07-27 20:02:49 +00006090 case CallingConv::X86_StdCall: {
6091 // Pass 'nest' parameter in ECX.
6092 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00006093 NestReg = X86::ECX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006094
6095 // Check that ECX wasn't needed by an 'inreg' parameter.
6096 const FunctionType *FTy = Func->getFunctionType();
Devang Patel05988662008-09-25 21:00:45 +00006097 const AttrListPtr &Attrs = Func->getAttributes();
Duncan Sandsb116fac2007-07-27 20:02:49 +00006098
Chris Lattner58d74912008-03-12 17:45:29 +00006099 if (!Attrs.isEmpty() && !Func->isVarArg()) {
Duncan Sandsb116fac2007-07-27 20:02:49 +00006100 unsigned InRegCount = 0;
6101 unsigned Idx = 1;
6102
6103 for (FunctionType::param_iterator I = FTy->param_begin(),
6104 E = FTy->param_end(); I != E; ++I, ++Idx)
Devang Patel05988662008-09-25 21:00:45 +00006105 if (Attrs.paramHasAttr(Idx, Attribute::InReg))
Duncan Sandsb116fac2007-07-27 20:02:49 +00006106 // FIXME: should only count parameters that are lowered to integers.
Anton Korobeynikovbff66b02008-09-09 18:22:57 +00006107 InRegCount += (TD->getTypeSizeInBits(*I) + 31) / 32;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006108
6109 if (InRegCount > 2) {
6110 cerr << "Nest register in use - reduce number of inreg parameters!\n";
6111 abort();
6112 }
6113 }
6114 break;
6115 }
6116 case CallingConv::X86_FastCall:
Duncan Sandsbf53c292008-09-10 13:22:10 +00006117 case CallingConv::Fast:
Duncan Sandsb116fac2007-07-27 20:02:49 +00006118 // Pass 'nest' parameter in EAX.
6119 // Must be kept in sync with X86CallingConv.td
Duncan Sandsee465742007-08-29 19:01:20 +00006120 NestReg = X86::EAX;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006121 break;
6122 }
6123
Dan Gohman475871a2008-07-27 21:46:04 +00006124 SDValue OutChains[4];
6125 SDValue Addr, Disp;
Duncan Sandsb116fac2007-07-27 20:02:49 +00006126
6127 Addr = DAG.getNode(ISD::ADD, MVT::i32, Trmp, DAG.getConstant(10, MVT::i32));
6128 Disp = DAG.getNode(ISD::SUB, MVT::i32, FPtr, Addr);
6129
Duncan Sands339e14f2008-01-16 22:55:25 +00006130 const unsigned char MOV32ri = TII->getBaseOpcodeFor(X86::MOV32ri);
Dan Gohmanc9f5f3f2008-05-14 01:58:56 +00006131 const unsigned char N86Reg = RegInfo->getX86RegNum(NestReg);
Duncan Sandsee465742007-08-29 19:01:20 +00006132 OutChains[0] = DAG.getStore(Root, DAG.getConstant(MOV32ri|N86Reg, MVT::i8),
Dan Gohman69de1932008-02-06 22:27:42 +00006133 Trmp, TrmpAddr, 0);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006134
6135 Addr = DAG.getNode(ISD::ADD, MVT::i32, Trmp, DAG.getConstant(1, MVT::i32));
Dan Gohman69de1932008-02-06 22:27:42 +00006136 OutChains[1] = DAG.getStore(Root, Nest, Addr, TrmpAddr, 1, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006137
Duncan Sands339e14f2008-01-16 22:55:25 +00006138 const unsigned char JMP = TII->getBaseOpcodeFor(X86::JMP);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006139 Addr = DAG.getNode(ISD::ADD, MVT::i32, Trmp, DAG.getConstant(5, MVT::i32));
6140 OutChains[2] = DAG.getStore(Root, DAG.getConstant(JMP, MVT::i8), Addr,
Dan Gohman69de1932008-02-06 22:27:42 +00006141 TrmpAddr, 5, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006142
6143 Addr = DAG.getNode(ISD::ADD, MVT::i32, Trmp, DAG.getConstant(6, MVT::i32));
Dan Gohman69de1932008-02-06 22:27:42 +00006144 OutChains[3] = DAG.getStore(Root, Disp, Addr, TrmpAddr, 6, false, 1);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006145
Dan Gohman475871a2008-07-27 21:46:04 +00006146 SDValue Ops[] =
Duncan Sandsf7331b32007-09-11 14:10:23 +00006147 { Trmp, DAG.getNode(ISD::TokenFactor, MVT::Other, OutChains, 4) };
Duncan Sands4bdcb612008-07-02 17:40:58 +00006148 return DAG.getMergeValues(Ops, 2);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006149 }
6150}
6151
Dan Gohman475871a2008-07-27 21:46:04 +00006152SDValue X86TargetLowering::LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) {
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006153 /*
6154 The rounding mode is in bits 11:10 of FPSR, and has the following
6155 settings:
6156 00 Round to nearest
6157 01 Round to -inf
6158 10 Round to +inf
6159 11 Round to 0
6160
6161 FLT_ROUNDS, on the other hand, expects the following:
6162 -1 Undefined
6163 0 Round to 0
6164 1 Round to nearest
6165 2 Round to +inf
6166 3 Round to -inf
6167
6168 To perform the conversion, we do:
6169 (((((FPSR & 0x800) >> 11) | ((FPSR & 0x400) >> 9)) + 1) & 3)
6170 */
6171
6172 MachineFunction &MF = DAG.getMachineFunction();
6173 const TargetMachine &TM = MF.getTarget();
6174 const TargetFrameInfo &TFI = *TM.getFrameInfo();
6175 unsigned StackAlignment = TFI.getStackAlignment();
Duncan Sands83ec4b62008-06-06 12:08:01 +00006176 MVT VT = Op.getValueType();
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006177
6178 // Save FP Control Word to stack slot
6179 int SSFI = MF.getFrameInfo()->CreateStackObject(2, StackAlignment);
Dan Gohman475871a2008-07-27 21:46:04 +00006180 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy());
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006181
Dan Gohman475871a2008-07-27 21:46:04 +00006182 SDValue Chain = DAG.getNode(X86ISD::FNSTCW16m, MVT::Other,
Evan Cheng8a186ae2008-09-24 23:26:36 +00006183 DAG.getEntryNode(), StackSlot);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006184
6185 // Load FP Control Word from stack slot
Dan Gohman475871a2008-07-27 21:46:04 +00006186 SDValue CWD = DAG.getLoad(MVT::i16, Chain, StackSlot, NULL, 0);
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006187
6188 // Transform as necessary
Dan Gohman475871a2008-07-27 21:46:04 +00006189 SDValue CWD1 =
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006190 DAG.getNode(ISD::SRL, MVT::i16,
6191 DAG.getNode(ISD::AND, MVT::i16,
6192 CWD, DAG.getConstant(0x800, MVT::i16)),
6193 DAG.getConstant(11, MVT::i8));
Dan Gohman475871a2008-07-27 21:46:04 +00006194 SDValue CWD2 =
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006195 DAG.getNode(ISD::SRL, MVT::i16,
6196 DAG.getNode(ISD::AND, MVT::i16,
6197 CWD, DAG.getConstant(0x400, MVT::i16)),
6198 DAG.getConstant(9, MVT::i8));
6199
Dan Gohman475871a2008-07-27 21:46:04 +00006200 SDValue RetVal =
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006201 DAG.getNode(ISD::AND, MVT::i16,
6202 DAG.getNode(ISD::ADD, MVT::i16,
6203 DAG.getNode(ISD::OR, MVT::i16, CWD1, CWD2),
6204 DAG.getConstant(1, MVT::i16)),
6205 DAG.getConstant(3, MVT::i16));
6206
6207
Duncan Sands83ec4b62008-06-06 12:08:01 +00006208 return DAG.getNode((VT.getSizeInBits() < 16 ?
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006209 ISD::TRUNCATE : ISD::ZERO_EXTEND), VT, RetVal);
6210}
6211
Dan Gohman475871a2008-07-27 21:46:04 +00006212SDValue X86TargetLowering::LowerCTLZ(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00006213 MVT VT = Op.getValueType();
6214 MVT OpVT = VT;
6215 unsigned NumBits = VT.getSizeInBits();
Evan Cheng18efe262007-12-14 02:13:44 +00006216
6217 Op = Op.getOperand(0);
6218 if (VT == MVT::i8) {
Evan Cheng152804e2007-12-14 08:30:15 +00006219 // Zero extend to i32 since there is not an i8 bsr.
Evan Cheng18efe262007-12-14 02:13:44 +00006220 OpVT = MVT::i32;
6221 Op = DAG.getNode(ISD::ZERO_EXTEND, OpVT, Op);
6222 }
Evan Cheng18efe262007-12-14 02:13:44 +00006223
Evan Cheng152804e2007-12-14 08:30:15 +00006224 // Issue a bsr (scan bits in reverse) which also sets EFLAGS.
6225 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
6226 Op = DAG.getNode(X86ISD::BSR, VTs, Op);
6227
6228 // If src is zero (i.e. bsr sets ZF), returns NumBits.
Dan Gohman475871a2008-07-27 21:46:04 +00006229 SmallVector<SDValue, 4> Ops;
Evan Cheng152804e2007-12-14 08:30:15 +00006230 Ops.push_back(Op);
6231 Ops.push_back(DAG.getConstant(NumBits+NumBits-1, OpVT));
6232 Ops.push_back(DAG.getConstant(X86::COND_E, MVT::i8));
6233 Ops.push_back(Op.getValue(1));
6234 Op = DAG.getNode(X86ISD::CMOV, OpVT, &Ops[0], 4);
6235
6236 // Finally xor with NumBits-1.
6237 Op = DAG.getNode(ISD::XOR, OpVT, Op, DAG.getConstant(NumBits-1, OpVT));
6238
Evan Cheng18efe262007-12-14 02:13:44 +00006239 if (VT == MVT::i8)
6240 Op = DAG.getNode(ISD::TRUNCATE, MVT::i8, Op);
6241 return Op;
6242}
6243
Dan Gohman475871a2008-07-27 21:46:04 +00006244SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00006245 MVT VT = Op.getValueType();
6246 MVT OpVT = VT;
6247 unsigned NumBits = VT.getSizeInBits();
Evan Cheng18efe262007-12-14 02:13:44 +00006248
6249 Op = Op.getOperand(0);
6250 if (VT == MVT::i8) {
6251 OpVT = MVT::i32;
6252 Op = DAG.getNode(ISD::ZERO_EXTEND, OpVT, Op);
6253 }
Evan Cheng152804e2007-12-14 08:30:15 +00006254
6255 // Issue a bsf (scan bits forward) which also sets EFLAGS.
6256 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
6257 Op = DAG.getNode(X86ISD::BSF, VTs, Op);
6258
6259 // If src is zero (i.e. bsf sets ZF), returns NumBits.
Dan Gohman475871a2008-07-27 21:46:04 +00006260 SmallVector<SDValue, 4> Ops;
Evan Cheng152804e2007-12-14 08:30:15 +00006261 Ops.push_back(Op);
6262 Ops.push_back(DAG.getConstant(NumBits, OpVT));
6263 Ops.push_back(DAG.getConstant(X86::COND_E, MVT::i8));
6264 Ops.push_back(Op.getValue(1));
6265 Op = DAG.getNode(X86ISD::CMOV, OpVT, &Ops[0], 4);
6266
Evan Cheng18efe262007-12-14 02:13:44 +00006267 if (VT == MVT::i8)
6268 Op = DAG.getNode(ISD::TRUNCATE, MVT::i8, Op);
6269 return Op;
6270}
6271
Mon P Wangaf9b9522008-12-18 21:42:19 +00006272SDValue X86TargetLowering::LowerMUL_V2I64(SDValue Op, SelectionDAG &DAG) {
6273 MVT VT = Op.getValueType();
6274 assert(VT == MVT::v2i64 && "Only know how to lower V2I64 multiply");
6275
6276 // ulong2 Ahi = __builtin_ia32_psrlqi128( a, 32);
6277 // ulong2 Bhi = __builtin_ia32_psrlqi128( b, 32);
6278 // ulong2 AloBlo = __builtin_ia32_pmuludq128( a, b );
6279 // ulong2 AloBhi = __builtin_ia32_pmuludq128( a, Bhi );
6280 // ulong2 AhiBlo = __builtin_ia32_pmuludq128( Ahi, b );
6281 //
6282 // AloBhi = __builtin_ia32_psllqi128( AloBhi, 32 );
6283 // AhiBlo = __builtin_ia32_psllqi128( AhiBlo, 32 );
6284 // return AloBlo + AloBhi + AhiBlo;
6285
6286 SDValue A = Op.getOperand(0);
6287 SDValue B = Op.getOperand(1);
6288
6289 SDValue Ahi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6290 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
6291 A, DAG.getConstant(32, MVT::i32));
6292 SDValue Bhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6293 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
6294 B, DAG.getConstant(32, MVT::i32));
6295 SDValue AloBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6296 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
6297 A, B);
6298 SDValue AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6299 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
6300 A, Bhi);
6301 SDValue AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6302 DAG.getConstant(Intrinsic::x86_sse2_pmulu_dq, MVT::i32),
6303 Ahi, B);
6304 AloBhi = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6305 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
6306 AloBhi, DAG.getConstant(32, MVT::i32));
6307 AhiBlo = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
6308 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
6309 AhiBlo, DAG.getConstant(32, MVT::i32));
6310 SDValue Res = DAG.getNode(ISD::ADD, VT, AloBlo, AloBhi);
6311 Res = DAG.getNode(ISD::ADD, VT, Res, AhiBlo);
6312 return Res;
6313}
6314
6315
Bill Wendling74c37652008-12-09 22:08:41 +00006316SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) {
6317 // Lower the "add/sub/mul with overflow" instruction into a regular ins plus
6318 // a "setcc" instruction that checks the overflow flag. The "brcond" lowering
Bill Wendling61edeb52008-12-02 01:06:39 +00006319 // looks for this combo and may remove the "setcc" instruction if the "setcc"
6320 // has only one use.
Bill Wendling3fafd932008-11-26 22:37:40 +00006321 SDNode *N = Op.getNode();
Bill Wendling61edeb52008-12-02 01:06:39 +00006322 SDValue LHS = N->getOperand(0);
6323 SDValue RHS = N->getOperand(1);
Bill Wendling74c37652008-12-09 22:08:41 +00006324 unsigned BaseOp = 0;
6325 unsigned Cond = 0;
6326
6327 switch (Op.getOpcode()) {
6328 default: assert(0 && "Unknown ovf instruction!");
6329 case ISD::SADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006330 BaseOp = X86ISD::ADD;
Bill Wendling74c37652008-12-09 22:08:41 +00006331 Cond = X86::COND_O;
6332 break;
6333 case ISD::UADDO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006334 BaseOp = X86ISD::ADD;
Dan Gohman653456c2009-01-07 00:15:08 +00006335 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00006336 break;
6337 case ISD::SSUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006338 BaseOp = X86ISD::SUB;
Bill Wendling74c37652008-12-09 22:08:41 +00006339 Cond = X86::COND_O;
6340 break;
6341 case ISD::USUBO:
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006342 BaseOp = X86ISD::SUB;
Dan Gohman653456c2009-01-07 00:15:08 +00006343 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00006344 break;
6345 case ISD::SMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00006346 BaseOp = X86ISD::SMUL;
Bill Wendling74c37652008-12-09 22:08:41 +00006347 Cond = X86::COND_O;
6348 break;
6349 case ISD::UMULO:
Bill Wendlingd350e022008-12-12 21:15:41 +00006350 BaseOp = X86ISD::UMUL;
Dan Gohman653456c2009-01-07 00:15:08 +00006351 Cond = X86::COND_B;
Bill Wendling74c37652008-12-09 22:08:41 +00006352 break;
6353 }
Bill Wendling3fafd932008-11-26 22:37:40 +00006354
Bill Wendling61edeb52008-12-02 01:06:39 +00006355 // Also sets EFLAGS.
6356 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
Bill Wendling74c37652008-12-09 22:08:41 +00006357 SDValue Sum = DAG.getNode(BaseOp, VTs, LHS, RHS);
Bill Wendling3fafd932008-11-26 22:37:40 +00006358
Bill Wendling61edeb52008-12-02 01:06:39 +00006359 SDValue SetCC =
6360 DAG.getNode(X86ISD::SETCC, N->getValueType(1),
Bill Wendlingbc5e15e2008-12-10 02:01:32 +00006361 DAG.getConstant(Cond, MVT::i32), SDValue(Sum.getNode(), 1));
Bill Wendling3fafd932008-11-26 22:37:40 +00006362
Bill Wendling61edeb52008-12-02 01:06:39 +00006363 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
6364 return Sum;
Bill Wendling41ea7e72008-11-24 19:21:46 +00006365}
6366
Dan Gohman475871a2008-07-27 21:46:04 +00006367SDValue X86TargetLowering::LowerCMP_SWAP(SDValue Op, SelectionDAG &DAG) {
Dan Gohmanfd4418f2008-06-25 16:07:49 +00006368 MVT T = Op.getValueType();
Andrew Lenhartha76e2f02008-03-04 21:13:33 +00006369 unsigned Reg = 0;
6370 unsigned size = 0;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006371 switch(T.getSimpleVT()) {
6372 default:
6373 assert(false && "Invalid value type!");
Andrew Lenharth26ed8692008-03-01 21:52:34 +00006374 case MVT::i8: Reg = X86::AL; size = 1; break;
6375 case MVT::i16: Reg = X86::AX; size = 2; break;
6376 case MVT::i32: Reg = X86::EAX; size = 4; break;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00006377 case MVT::i64:
Duncan Sands1607f052008-12-01 11:39:25 +00006378 assert(Subtarget->is64Bit() && "Node not type legal!");
6379 Reg = X86::RAX; size = 8;
Andrew Lenharthd19189e2008-03-05 01:15:49 +00006380 break;
Bill Wendling61edeb52008-12-02 01:06:39 +00006381 }
Dan Gohman475871a2008-07-27 21:46:04 +00006382 SDValue cpIn = DAG.getCopyToReg(Op.getOperand(0), Reg,
Dale Johannesend18a4622008-09-11 03:12:59 +00006383 Op.getOperand(2), SDValue());
Dan Gohman475871a2008-07-27 21:46:04 +00006384 SDValue Ops[] = { cpIn.getValue(0),
Evan Cheng8a186ae2008-09-24 23:26:36 +00006385 Op.getOperand(1),
6386 Op.getOperand(3),
6387 DAG.getTargetConstant(size, MVT::i8),
6388 cpIn.getValue(1) };
Andrew Lenharth26ed8692008-03-01 21:52:34 +00006389 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Dan Gohman475871a2008-07-27 21:46:04 +00006390 SDValue Result = DAG.getNode(X86ISD::LCMPXCHG_DAG, Tys, Ops, 5);
6391 SDValue cpOut =
Andrew Lenharth26ed8692008-03-01 21:52:34 +00006392 DAG.getCopyFromReg(Result.getValue(0), Reg, T, Result.getValue(1));
6393 return cpOut;
6394}
6395
Duncan Sands1607f052008-12-01 11:39:25 +00006396SDValue X86TargetLowering::LowerREADCYCLECOUNTER(SDValue Op,
Gabor Greif327ef032008-08-28 23:19:51 +00006397 SelectionDAG &DAG) {
Duncan Sands1607f052008-12-01 11:39:25 +00006398 assert(Subtarget->is64Bit() && "Result not type legalized?");
Andrew Lenharthd19189e2008-03-05 01:15:49 +00006399 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
Duncan Sands1607f052008-12-01 11:39:25 +00006400 SDValue TheChain = Op.getOperand(0);
6401 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, Tys, &TheChain, 1);
6402 SDValue rax = DAG.getCopyFromReg(rd, X86::RAX, MVT::i64, rd.getValue(1));
6403 SDValue rdx = DAG.getCopyFromReg(rax.getValue(1), X86::RDX, MVT::i64,
6404 rax.getValue(2));
6405 SDValue Tmp = DAG.getNode(ISD::SHL, MVT::i64, rdx,
6406 DAG.getConstant(32, MVT::i8));
6407 SDValue Ops[] = {
6408 DAG.getNode(ISD::OR, MVT::i64, rax, Tmp),
6409 rdx.getValue(1)
6410 };
6411 return DAG.getMergeValues(Ops, 2);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006412}
6413
Dale Johannesen71d1bf52008-09-29 22:25:26 +00006414SDValue X86TargetLowering::LowerLOAD_SUB(SDValue Op, SelectionDAG &DAG) {
6415 SDNode *Node = Op.getNode();
6416 MVT T = Node->getValueType(0);
Dan Gohman475871a2008-07-27 21:46:04 +00006417 SDValue negOp = DAG.getNode(ISD::SUB, T,
Dale Johannesen71d1bf52008-09-29 22:25:26 +00006418 DAG.getConstant(0, T), Node->getOperand(2));
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006419 return DAG.getAtomic(ISD::ATOMIC_LOAD_ADD,
6420 cast<AtomicSDNode>(Node)->getMemoryVT(),
Dale Johannesen71d1bf52008-09-29 22:25:26 +00006421 Node->getOperand(0),
6422 Node->getOperand(1), negOp,
6423 cast<AtomicSDNode>(Node)->getSrcValue(),
6424 cast<AtomicSDNode>(Node)->getAlignment());
Mon P Wang63307c32008-05-05 19:05:59 +00006425}
6426
Evan Cheng0db9fe62006-04-25 20:13:52 +00006427/// LowerOperation - Provide custom lowering hooks for some operations.
6428///
Dan Gohman475871a2008-07-27 21:46:04 +00006429SDValue X86TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) {
Evan Cheng0db9fe62006-04-25 20:13:52 +00006430 switch (Op.getOpcode()) {
6431 default: assert(0 && "Should not custom lower this!");
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006432 case ISD::ATOMIC_CMP_SWAP: return LowerCMP_SWAP(Op,DAG);
6433 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006434 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
6435 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
6436 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
6437 case ISD::INSERT_VECTOR_ELT: return LowerINSERT_VECTOR_ELT(Op, DAG);
6438 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
6439 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
6440 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006441 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Bill Wendling056292f2008-09-16 21:48:12 +00006442 case ISD::ExternalSymbol: return LowerExternalSymbol(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006443 case ISD::SHL_PARTS:
6444 case ISD::SRA_PARTS:
6445 case ISD::SRL_PARTS: return LowerShift(Op, DAG);
6446 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
Dale Johannesen1c15bf52008-10-21 20:50:01 +00006447 case ISD::UINT_TO_FP: return LowerUINT_TO_FP(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006448 case ISD::FP_TO_SINT: return LowerFP_TO_SINT(Op, DAG);
6449 case ISD::FABS: return LowerFABS(Op, DAG);
6450 case ISD::FNEG: return LowerFNEG(Op, DAG);
Evan Cheng68c47cb2007-01-05 07:55:56 +00006451 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00006452 case ISD::SETCC: return LowerSETCC(Op, DAG);
Nate Begeman30a0de92008-07-17 16:51:19 +00006453 case ISD::VSETCC: return LowerVSETCC(Op, DAG);
Evan Chenge5f62042007-09-29 00:00:36 +00006454 case ISD::SELECT: return LowerSELECT(Op, DAG);
6455 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006456 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Evan Cheng32fe1032006-05-25 00:59:30 +00006457 case ISD::CALL: return LowerCALL(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006458 case ISD::RET: return LowerRET(Op, DAG);
Evan Cheng1bc78042006-04-26 01:20:17 +00006459 case ISD::FORMAL_ARGUMENTS: return LowerFORMAL_ARGUMENTS(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006460 case ISD::VASTART: return LowerVASTART(Op, DAG);
Dan Gohman9018e832008-05-10 01:26:14 +00006461 case ISD::VAARG: return LowerVAARG(Op, DAG);
Evan Chengae642192007-03-02 23:16:35 +00006462 case ISD::VACOPY: return LowerVACOPY(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006463 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
Nate Begemanbcc5f362007-01-29 22:58:52 +00006464 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
6465 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006466 case ISD::FRAME_TO_ARGS_OFFSET:
6467 return LowerFRAME_TO_ARGS_OFFSET(Op, DAG);
Anton Korobeynikov57fc00d2007-04-17 09:20:00 +00006468 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006469 case ISD::EH_RETURN: return LowerEH_RETURN(Op, DAG);
Duncan Sandsb116fac2007-07-27 20:02:49 +00006470 case ISD::TRAMPOLINE: return LowerTRAMPOLINE(Op, DAG);
Dan Gohman1a024862008-01-31 00:41:03 +00006471 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Evan Cheng18efe262007-12-14 02:13:44 +00006472 case ISD::CTLZ: return LowerCTLZ(Op, DAG);
6473 case ISD::CTTZ: return LowerCTTZ(Op, DAG);
Mon P Wangaf9b9522008-12-18 21:42:19 +00006474 case ISD::MUL: return LowerMUL_V2I64(Op, DAG);
Bill Wendling74c37652008-12-09 22:08:41 +00006475 case ISD::SADDO:
6476 case ISD::UADDO:
6477 case ISD::SSUBO:
6478 case ISD::USUBO:
6479 case ISD::SMULO:
6480 case ISD::UMULO: return LowerXALUO(Op, DAG);
Duncan Sands1607f052008-12-01 11:39:25 +00006481 case ISD::READCYCLECOUNTER: return LowerREADCYCLECOUNTER(Op, DAG);
Evan Cheng0db9fe62006-04-25 20:13:52 +00006482 }
Chris Lattner27a6c732007-11-24 07:07:01 +00006483}
6484
Duncan Sands1607f052008-12-01 11:39:25 +00006485void X86TargetLowering::
6486ReplaceATOMIC_BINARY_64(SDNode *Node, SmallVectorImpl<SDValue>&Results,
6487 SelectionDAG &DAG, unsigned NewOp) {
6488 MVT T = Node->getValueType(0);
6489 assert (T == MVT::i64 && "Only know how to expand i64 atomics");
6490
6491 SDValue Chain = Node->getOperand(0);
6492 SDValue In1 = Node->getOperand(1);
6493 SDValue In2L = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32,
6494 Node->getOperand(2), DAG.getIntPtrConstant(0));
6495 SDValue In2H = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32,
6496 Node->getOperand(2), DAG.getIntPtrConstant(1));
6497 // This is a generalized SDNode, not an AtomicSDNode, so it doesn't
6498 // have a MemOperand. Pass the info through as a normal operand.
6499 SDValue LSI = DAG.getMemOperand(cast<MemSDNode>(Node)->getMemOperand());
6500 SDValue Ops[] = { Chain, In1, In2L, In2H, LSI };
6501 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
6502 SDValue Result = DAG.getNode(NewOp, Tys, Ops, 5);
6503 SDValue OpsF[] = { Result.getValue(0), Result.getValue(1)};
6504 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, MVT::i64, OpsF, 2));
6505 Results.push_back(Result.getValue(2));
6506}
6507
Duncan Sands126d9072008-07-04 11:47:58 +00006508/// ReplaceNodeResults - Replace a node with an illegal result type
6509/// with a new node built out of custom code.
Duncan Sands1607f052008-12-01 11:39:25 +00006510void X86TargetLowering::ReplaceNodeResults(SDNode *N,
6511 SmallVectorImpl<SDValue>&Results,
6512 SelectionDAG &DAG) {
Chris Lattner27a6c732007-11-24 07:07:01 +00006513 switch (N->getOpcode()) {
Duncan Sandsed294c42008-10-20 15:56:33 +00006514 default:
Duncan Sands1607f052008-12-01 11:39:25 +00006515 assert(false && "Do not know how to custom type legalize this operation!");
6516 return;
6517 case ISD::FP_TO_SINT: {
6518 std::pair<SDValue,SDValue> Vals = FP_TO_SINTHelper(SDValue(N, 0), DAG);
6519 SDValue FIST = Vals.first, StackSlot = Vals.second;
6520 if (FIST.getNode() != 0) {
6521 MVT VT = N->getValueType(0);
6522 // Return a load from the stack slot.
6523 Results.push_back(DAG.getLoad(VT, FIST, StackSlot, NULL, 0));
6524 }
6525 return;
6526 }
6527 case ISD::READCYCLECOUNTER: {
6528 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
6529 SDValue TheChain = N->getOperand(0);
6530 SDValue rd = DAG.getNode(X86ISD::RDTSC_DAG, Tys, &TheChain, 1);
6531 SDValue eax = DAG.getCopyFromReg(rd, X86::EAX, MVT::i32, rd.getValue(1));
6532 SDValue edx = DAG.getCopyFromReg(eax.getValue(1), X86::EDX, MVT::i32,
6533 eax.getValue(2));
6534 // Use a buildpair to merge the two 32-bit values into a 64-bit one.
6535 SDValue Ops[] = { eax, edx };
6536 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, MVT::i64, Ops, 2));
6537 Results.push_back(edx.getValue(1));
6538 return;
6539 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006540 case ISD::ATOMIC_CMP_SWAP: {
Duncan Sands1607f052008-12-01 11:39:25 +00006541 MVT T = N->getValueType(0);
6542 assert (T == MVT::i64 && "Only know how to expand i64 Cmp and Swap");
6543 SDValue cpInL, cpInH;
6544 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32, N->getOperand(2),
6545 DAG.getConstant(0, MVT::i32));
6546 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32, N->getOperand(2),
6547 DAG.getConstant(1, MVT::i32));
6548 cpInL = DAG.getCopyToReg(N->getOperand(0), X86::EAX, cpInL, SDValue());
6549 cpInH = DAG.getCopyToReg(cpInL.getValue(0), X86::EDX, cpInH,
6550 cpInL.getValue(1));
6551 SDValue swapInL, swapInH;
6552 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32, N->getOperand(3),
6553 DAG.getConstant(0, MVT::i32));
6554 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32, N->getOperand(3),
6555 DAG.getConstant(1, MVT::i32));
6556 swapInL = DAG.getCopyToReg(cpInH.getValue(0), X86::EBX, swapInL,
6557 cpInH.getValue(1));
6558 swapInH = DAG.getCopyToReg(swapInL.getValue(0), X86::ECX, swapInH,
6559 swapInL.getValue(1));
6560 SDValue Ops[] = { swapInH.getValue(0),
6561 N->getOperand(1),
6562 swapInH.getValue(1) };
6563 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Flag);
6564 SDValue Result = DAG.getNode(X86ISD::LCMPXCHG8_DAG, Tys, Ops, 3);
6565 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), X86::EAX, MVT::i32,
6566 Result.getValue(1));
6567 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), X86::EDX, MVT::i32,
6568 cpOutL.getValue(2));
6569 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)};
6570 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, MVT::i64, OpsF, 2));
6571 Results.push_back(cpOutH.getValue(1));
6572 return;
6573 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006574 case ISD::ATOMIC_LOAD_ADD:
Duncan Sands1607f052008-12-01 11:39:25 +00006575 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMADD64_DAG);
6576 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006577 case ISD::ATOMIC_LOAD_AND:
Duncan Sands1607f052008-12-01 11:39:25 +00006578 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMAND64_DAG);
6579 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006580 case ISD::ATOMIC_LOAD_NAND:
Duncan Sands1607f052008-12-01 11:39:25 +00006581 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMNAND64_DAG);
6582 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006583 case ISD::ATOMIC_LOAD_OR:
Duncan Sands1607f052008-12-01 11:39:25 +00006584 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMOR64_DAG);
6585 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006586 case ISD::ATOMIC_LOAD_SUB:
Duncan Sands1607f052008-12-01 11:39:25 +00006587 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSUB64_DAG);
6588 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006589 case ISD::ATOMIC_LOAD_XOR:
Duncan Sands1607f052008-12-01 11:39:25 +00006590 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMXOR64_DAG);
6591 return;
Dan Gohman0b1d4a72008-12-23 21:37:04 +00006592 case ISD::ATOMIC_SWAP:
Duncan Sands1607f052008-12-01 11:39:25 +00006593 ReplaceATOMIC_BINARY_64(N, Results, DAG, X86ISD::ATOMSWAP64_DAG);
6594 return;
Chris Lattner27a6c732007-11-24 07:07:01 +00006595 }
Evan Cheng0db9fe62006-04-25 20:13:52 +00006596}
6597
Evan Cheng72261582005-12-20 06:22:03 +00006598const char *X86TargetLowering::getTargetNodeName(unsigned Opcode) const {
6599 switch (Opcode) {
6600 default: return NULL;
Evan Cheng18efe262007-12-14 02:13:44 +00006601 case X86ISD::BSF: return "X86ISD::BSF";
6602 case X86ISD::BSR: return "X86ISD::BSR";
Evan Chenge3413162006-01-09 18:33:28 +00006603 case X86ISD::SHLD: return "X86ISD::SHLD";
6604 case X86ISD::SHRD: return "X86ISD::SHRD";
Evan Chengef6ffb12006-01-31 03:14:29 +00006605 case X86ISD::FAND: return "X86ISD::FAND";
Evan Cheng68c47cb2007-01-05 07:55:56 +00006606 case X86ISD::FOR: return "X86ISD::FOR";
Evan Cheng223547a2006-01-31 22:28:30 +00006607 case X86ISD::FXOR: return "X86ISD::FXOR";
Evan Cheng68c47cb2007-01-05 07:55:56 +00006608 case X86ISD::FSRL: return "X86ISD::FSRL";
Evan Chenga3195e82006-01-12 22:54:21 +00006609 case X86ISD::FILD: return "X86ISD::FILD";
Evan Chenge3de85b2006-02-04 02:20:30 +00006610 case X86ISD::FILD_FLAG: return "X86ISD::FILD_FLAG";
Evan Cheng72261582005-12-20 06:22:03 +00006611 case X86ISD::FP_TO_INT16_IN_MEM: return "X86ISD::FP_TO_INT16_IN_MEM";
6612 case X86ISD::FP_TO_INT32_IN_MEM: return "X86ISD::FP_TO_INT32_IN_MEM";
6613 case X86ISD::FP_TO_INT64_IN_MEM: return "X86ISD::FP_TO_INT64_IN_MEM";
Evan Chengb077b842005-12-21 02:39:21 +00006614 case X86ISD::FLD: return "X86ISD::FLD";
Evan Chengd90eb7f2006-01-05 00:27:02 +00006615 case X86ISD::FST: return "X86ISD::FST";
Evan Cheng72261582005-12-20 06:22:03 +00006616 case X86ISD::CALL: return "X86ISD::CALL";
6617 case X86ISD::TAILCALL: return "X86ISD::TAILCALL";
6618 case X86ISD::RDTSC_DAG: return "X86ISD::RDTSC_DAG";
Dan Gohmanc7a37d42008-12-23 22:45:23 +00006619 case X86ISD::BT: return "X86ISD::BT";
Evan Cheng72261582005-12-20 06:22:03 +00006620 case X86ISD::CMP: return "X86ISD::CMP";
Evan Cheng6be2c582006-04-05 23:38:46 +00006621 case X86ISD::COMI: return "X86ISD::COMI";
6622 case X86ISD::UCOMI: return "X86ISD::UCOMI";
Evan Chengd5781fc2005-12-21 20:21:51 +00006623 case X86ISD::SETCC: return "X86ISD::SETCC";
Evan Cheng72261582005-12-20 06:22:03 +00006624 case X86ISD::CMOV: return "X86ISD::CMOV";
6625 case X86ISD::BRCOND: return "X86ISD::BRCOND";
Evan Chengb077b842005-12-21 02:39:21 +00006626 case X86ISD::RET_FLAG: return "X86ISD::RET_FLAG";
Evan Cheng8df346b2006-03-04 01:12:00 +00006627 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";
6628 case X86ISD::REP_MOVS: return "X86ISD::REP_MOVS";
Evan Cheng7ccced62006-02-18 00:15:05 +00006629 case X86ISD::GlobalBaseReg: return "X86ISD::GlobalBaseReg";
Evan Cheng020d2e82006-02-23 20:41:18 +00006630 case X86ISD::Wrapper: return "X86ISD::Wrapper";
Nate Begeman14d12ca2008-02-11 04:19:36 +00006631 case X86ISD::PEXTRB: return "X86ISD::PEXTRB";
Evan Chengb067a1e2006-03-31 19:22:53 +00006632 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
Nate Begeman14d12ca2008-02-11 04:19:36 +00006633 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
6634 case X86ISD::PINSRB: return "X86ISD::PINSRB";
Evan Cheng653159f2006-03-31 21:55:24 +00006635 case X86ISD::PINSRW: return "X86ISD::PINSRW";
Evan Cheng8ca29322006-11-10 21:43:37 +00006636 case X86ISD::FMAX: return "X86ISD::FMAX";
6637 case X86ISD::FMIN: return "X86ISD::FMIN";
Dan Gohman20382522007-07-10 00:05:58 +00006638 case X86ISD::FRSQRT: return "X86ISD::FRSQRT";
6639 case X86ISD::FRCP: return "X86ISD::FRCP";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00006640 case X86ISD::TLSADDR: return "X86ISD::TLSADDR";
6641 case X86ISD::THREAD_POINTER: return "X86ISD::THREAD_POINTER";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00006642 case X86ISD::EH_RETURN: return "X86ISD::EH_RETURN";
Arnold Schwaighoferc85e1712007-10-11 19:40:01 +00006643 case X86ISD::TC_RETURN: return "X86ISD::TC_RETURN";
Anton Korobeynikov45b22fa2007-11-16 01:31:51 +00006644 case X86ISD::FNSTCW16m: return "X86ISD::FNSTCW16m";
Evan Cheng7e2ff772008-05-08 00:57:18 +00006645 case X86ISD::LCMPXCHG_DAG: return "X86ISD::LCMPXCHG_DAG";
6646 case X86ISD::LCMPXCHG8_DAG: return "X86ISD::LCMPXCHG8_DAG";
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006647 case X86ISD::ATOMADD64_DAG: return "X86ISD::ATOMADD64_DAG";
6648 case X86ISD::ATOMSUB64_DAG: return "X86ISD::ATOMSUB64_DAG";
6649 case X86ISD::ATOMOR64_DAG: return "X86ISD::ATOMOR64_DAG";
6650 case X86ISD::ATOMXOR64_DAG: return "X86ISD::ATOMXOR64_DAG";
6651 case X86ISD::ATOMAND64_DAG: return "X86ISD::ATOMAND64_DAG";
6652 case X86ISD::ATOMNAND64_DAG: return "X86ISD::ATOMNAND64_DAG";
Evan Chengd880b972008-05-09 21:53:03 +00006653 case X86ISD::VZEXT_MOVL: return "X86ISD::VZEXT_MOVL";
6654 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
Evan Chengf26ffe92008-05-29 08:22:04 +00006655 case X86ISD::VSHL: return "X86ISD::VSHL";
6656 case X86ISD::VSRL: return "X86ISD::VSRL";
Nate Begeman30a0de92008-07-17 16:51:19 +00006657 case X86ISD::CMPPD: return "X86ISD::CMPPD";
6658 case X86ISD::CMPPS: return "X86ISD::CMPPS";
6659 case X86ISD::PCMPEQB: return "X86ISD::PCMPEQB";
6660 case X86ISD::PCMPEQW: return "X86ISD::PCMPEQW";
6661 case X86ISD::PCMPEQD: return "X86ISD::PCMPEQD";
6662 case X86ISD::PCMPEQQ: return "X86ISD::PCMPEQQ";
6663 case X86ISD::PCMPGTB: return "X86ISD::PCMPGTB";
6664 case X86ISD::PCMPGTW: return "X86ISD::PCMPGTW";
6665 case X86ISD::PCMPGTD: return "X86ISD::PCMPGTD";
6666 case X86ISD::PCMPGTQ: return "X86ISD::PCMPGTQ";
Bill Wendlingab55ebd2008-12-12 00:56:36 +00006667 case X86ISD::ADD: return "X86ISD::ADD";
6668 case X86ISD::SUB: return "X86ISD::SUB";
Bill Wendlingd350e022008-12-12 21:15:41 +00006669 case X86ISD::SMUL: return "X86ISD::SMUL";
6670 case X86ISD::UMUL: return "X86ISD::UMUL";
Evan Cheng72261582005-12-20 06:22:03 +00006671 }
6672}
Evan Cheng3a03ebb2005-12-21 23:05:39 +00006673
Chris Lattnerc9addb72007-03-30 23:15:24 +00006674// isLegalAddressingMode - Return true if the addressing mode represented
6675// by AM is legal for this target, for a load/store of the specified type.
6676bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM,
6677 const Type *Ty) const {
6678 // X86 supports extremely general addressing modes.
6679
6680 // X86 allows a sign-extended 32-bit immediate field as a displacement.
6681 if (AM.BaseOffs <= -(1LL << 32) || AM.BaseOffs >= (1LL << 32)-1)
6682 return false;
6683
6684 if (AM.BaseGV) {
Evan Cheng52787842007-08-01 23:46:47 +00006685 // We can only fold this if we don't need an extra load.
Chris Lattnerc9addb72007-03-30 23:15:24 +00006686 if (Subtarget->GVRequiresExtraLoad(AM.BaseGV, getTargetMachine(), false))
6687 return false;
Dale Johannesen203af582008-12-05 21:47:27 +00006688 // If BaseGV requires a register, we cannot also have a BaseReg.
6689 if (Subtarget->GVRequiresRegister(AM.BaseGV, getTargetMachine(), false) &&
6690 AM.HasBaseReg)
6691 return false;
Evan Cheng52787842007-08-01 23:46:47 +00006692
6693 // X86-64 only supports addr of globals in small code model.
6694 if (Subtarget->is64Bit()) {
6695 if (getTargetMachine().getCodeModel() != CodeModel::Small)
6696 return false;
6697 // If lower 4G is not available, then we must use rip-relative addressing.
6698 if (AM.BaseOffs || AM.Scale > 1)
6699 return false;
6700 }
Chris Lattnerc9addb72007-03-30 23:15:24 +00006701 }
6702
6703 switch (AM.Scale) {
6704 case 0:
6705 case 1:
6706 case 2:
6707 case 4:
6708 case 8:
6709 // These scales always work.
6710 break;
6711 case 3:
6712 case 5:
6713 case 9:
6714 // These scales are formed with basereg+scalereg. Only accept if there is
6715 // no basereg yet.
6716 if (AM.HasBaseReg)
6717 return false;
6718 break;
6719 default: // Other stuff never works.
6720 return false;
6721 }
6722
6723 return true;
6724}
6725
6726
Evan Cheng2bd122c2007-10-26 01:56:11 +00006727bool X86TargetLowering::isTruncateFree(const Type *Ty1, const Type *Ty2) const {
6728 if (!Ty1->isInteger() || !Ty2->isInteger())
6729 return false;
Evan Chenge127a732007-10-29 07:57:50 +00006730 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
6731 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00006732 if (NumBits1 <= NumBits2)
Evan Chenge127a732007-10-29 07:57:50 +00006733 return false;
6734 return Subtarget->is64Bit() || NumBits1 < 64;
Evan Cheng2bd122c2007-10-26 01:56:11 +00006735}
6736
Duncan Sands83ec4b62008-06-06 12:08:01 +00006737bool X86TargetLowering::isTruncateFree(MVT VT1, MVT VT2) const {
6738 if (!VT1.isInteger() || !VT2.isInteger())
Evan Cheng3c3ddb32007-10-29 19:58:20 +00006739 return false;
Duncan Sands83ec4b62008-06-06 12:08:01 +00006740 unsigned NumBits1 = VT1.getSizeInBits();
6741 unsigned NumBits2 = VT2.getSizeInBits();
Evan Cheng260e07e2008-03-20 02:18:41 +00006742 if (NumBits1 <= NumBits2)
Evan Cheng3c3ddb32007-10-29 19:58:20 +00006743 return false;
6744 return Subtarget->is64Bit() || NumBits1 < 64;
6745}
Evan Cheng2bd122c2007-10-26 01:56:11 +00006746
Evan Cheng60c07e12006-07-05 22:17:51 +00006747/// isShuffleMaskLegal - Targets can use this to indicate that they only
6748/// support *some* VECTOR_SHUFFLE operations, those with specific masks.
6749/// By default, if a target supports the VECTOR_SHUFFLE node, all mask values
6750/// are assumed to be legal.
6751bool
Dan Gohman475871a2008-07-27 21:46:04 +00006752X86TargetLowering::isShuffleMaskLegal(SDValue Mask, MVT VT) const {
Evan Cheng60c07e12006-07-05 22:17:51 +00006753 // Only do shuffles on 128-bit vector types for now.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006754 if (VT.getSizeInBits() == 64) return false;
Gabor Greifba36cb52008-08-28 21:40:38 +00006755 return (Mask.getNode()->getNumOperands() <= 4 ||
6756 isIdentityMask(Mask.getNode()) ||
6757 isIdentityMask(Mask.getNode(), true) ||
6758 isSplatMask(Mask.getNode()) ||
6759 isPSHUFHW_PSHUFLWMask(Mask.getNode()) ||
6760 X86::isUNPCKLMask(Mask.getNode()) ||
6761 X86::isUNPCKHMask(Mask.getNode()) ||
6762 X86::isUNPCKL_v_undef_Mask(Mask.getNode()) ||
6763 X86::isUNPCKH_v_undef_Mask(Mask.getNode()));
Evan Cheng60c07e12006-07-05 22:17:51 +00006764}
6765
Dan Gohman7d8143f2008-04-09 20:09:42 +00006766bool
Dan Gohman475871a2008-07-27 21:46:04 +00006767X86TargetLowering::isVectorClearMaskLegal(const std::vector<SDValue> &BVOps,
Duncan Sands83ec4b62008-06-06 12:08:01 +00006768 MVT EVT, SelectionDAG &DAG) const {
Evan Cheng60c07e12006-07-05 22:17:51 +00006769 unsigned NumElts = BVOps.size();
6770 // Only do shuffles on 128-bit vector types for now.
Duncan Sands83ec4b62008-06-06 12:08:01 +00006771 if (EVT.getSizeInBits() * NumElts == 64) return false;
Evan Cheng60c07e12006-07-05 22:17:51 +00006772 if (NumElts == 2) return true;
6773 if (NumElts == 4) {
Chris Lattner5a88b832007-02-25 07:10:00 +00006774 return (isMOVLMask(&BVOps[0], 4) ||
6775 isCommutedMOVL(&BVOps[0], 4, true) ||
6776 isSHUFPMask(&BVOps[0], 4) ||
6777 isCommutedSHUFP(&BVOps[0], 4));
Evan Cheng60c07e12006-07-05 22:17:51 +00006778 }
6779 return false;
6780}
6781
6782//===----------------------------------------------------------------------===//
6783// X86 Scheduler Hooks
6784//===----------------------------------------------------------------------===//
6785
Mon P Wang63307c32008-05-05 19:05:59 +00006786// private utility function
6787MachineBasicBlock *
6788X86TargetLowering::EmitAtomicBitwiseWithCustomInserter(MachineInstr *bInstr,
6789 MachineBasicBlock *MBB,
6790 unsigned regOpc,
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006791 unsigned immOpc,
Dale Johannesen140be2d2008-08-19 18:47:28 +00006792 unsigned LoadOpc,
6793 unsigned CXchgOpc,
6794 unsigned copyOpc,
6795 unsigned notOpc,
6796 unsigned EAXreg,
6797 TargetRegisterClass *RC,
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006798 bool invSrc) {
Mon P Wang63307c32008-05-05 19:05:59 +00006799 // For the atomic bitwise operator, we generate
6800 // thisMBB:
6801 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00006802 // ld t1 = [bitinstr.addr]
6803 // op t2 = t1, [bitinstr.val]
6804 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00006805 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
6806 // bz newMBB
6807 // fallthrough -->nextMBB
6808 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
6809 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00006810 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00006811 ++MBBIter;
6812
6813 /// First build the CFG
6814 MachineFunction *F = MBB->getParent();
6815 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00006816 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
6817 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
6818 F->insert(MBBIter, newMBB);
6819 F->insert(MBBIter, nextMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00006820
6821 // Move all successors to thisMBB to nextMBB
6822 nextMBB->transferSuccessors(thisMBB);
6823
6824 // Update thisMBB to fall through to newMBB
6825 thisMBB->addSuccessor(newMBB);
6826
6827 // newMBB jumps to itself and fall through to nextMBB
6828 newMBB->addSuccessor(nextMBB);
6829 newMBB->addSuccessor(newMBB);
6830
6831 // Insert instructions into newMBB based on incoming instruction
6832 assert(bInstr->getNumOperands() < 8 && "unexpected number of operands");
6833 MachineOperand& destOper = bInstr->getOperand(0);
6834 MachineOperand* argOpers[6];
6835 int numArgs = bInstr->getNumOperands() - 1;
6836 for (int i=0; i < numArgs; ++i)
6837 argOpers[i] = &bInstr->getOperand(i+1);
6838
6839 // x86 address has 4 operands: base, index, scale, and displacement
6840 int lastAddrIndx = 3; // [0,3]
6841 int valArgIndx = 4;
6842
Dale Johannesen140be2d2008-08-19 18:47:28 +00006843 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
6844 MachineInstrBuilder MIB = BuildMI(newMBB, TII->get(LoadOpc), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00006845 for (int i=0; i <= lastAddrIndx; ++i)
6846 (*MIB).addOperand(*argOpers[i]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006847
Dale Johannesen140be2d2008-08-19 18:47:28 +00006848 unsigned tt = F->getRegInfo().createVirtualRegister(RC);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006849 if (invSrc) {
Dale Johannesen140be2d2008-08-19 18:47:28 +00006850 MIB = BuildMI(newMBB, TII->get(notOpc), tt).addReg(t1);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006851 }
6852 else
6853 tt = t1;
6854
Dale Johannesen140be2d2008-08-19 18:47:28 +00006855 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +00006856 assert((argOpers[valArgIndx]->isReg() ||
6857 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00006858 "invalid operand");
Dan Gohmand735b802008-10-03 15:45:36 +00006859 if (argOpers[valArgIndx]->isReg())
Mon P Wang63307c32008-05-05 19:05:59 +00006860 MIB = BuildMI(newMBB, TII->get(regOpc), t2);
6861 else
6862 MIB = BuildMI(newMBB, TII->get(immOpc), t2);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006863 MIB.addReg(tt);
Mon P Wang63307c32008-05-05 19:05:59 +00006864 (*MIB).addOperand(*argOpers[valArgIndx]);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00006865
Dale Johannesen140be2d2008-08-19 18:47:28 +00006866 MIB = BuildMI(newMBB, TII->get(copyOpc), EAXreg);
Mon P Wangab3e7472008-05-05 22:56:23 +00006867 MIB.addReg(t1);
6868
Dale Johannesen140be2d2008-08-19 18:47:28 +00006869 MIB = BuildMI(newMBB, TII->get(CXchgOpc));
Mon P Wang63307c32008-05-05 19:05:59 +00006870 for (int i=0; i <= lastAddrIndx; ++i)
6871 (*MIB).addOperand(*argOpers[i]);
6872 MIB.addReg(t2);
Mon P Wangf5952662008-07-17 04:54:06 +00006873 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
6874 (*MIB).addMemOperand(*F, *bInstr->memoperands_begin());
6875
Dale Johannesen140be2d2008-08-19 18:47:28 +00006876 MIB = BuildMI(newMBB, TII->get(copyOpc), destOper.getReg());
6877 MIB.addReg(EAXreg);
Mon P Wang63307c32008-05-05 19:05:59 +00006878
6879 // insert branch
6880 BuildMI(newMBB, TII->get(X86::JNE)).addMBB(newMBB);
6881
Dan Gohman8e5f2c62008-07-07 23:14:23 +00006882 F->DeleteMachineInstr(bInstr); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00006883 return nextMBB;
6884}
6885
Dale Johannesen1b54c7f2008-10-03 19:41:08 +00006886// private utility function: 64 bit atomics on 32 bit host.
Mon P Wang63307c32008-05-05 19:05:59 +00006887MachineBasicBlock *
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006888X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
6889 MachineBasicBlock *MBB,
6890 unsigned regOpcL,
6891 unsigned regOpcH,
6892 unsigned immOpcL,
6893 unsigned immOpcH,
6894 bool invSrc) {
6895 // For the atomic bitwise operator, we generate
6896 // thisMBB (instructions are in pairs, except cmpxchg8b)
6897 // ld t1,t2 = [bitinstr.addr]
6898 // newMBB:
6899 // out1, out2 = phi (thisMBB, t1/t2) (newMBB, t3/t4)
6900 // op t5, t6 <- out1, out2, [bitinstr.val]
Dale Johannesen880ae362008-10-03 22:25:52 +00006901 // (for SWAP, substitute: mov t5, t6 <- [bitinstr.val])
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006902 // mov ECX, EBX <- t5, t6
6903 // mov EAX, EDX <- t1, t2
6904 // cmpxchg8b [bitinstr.addr] [EAX, EDX, EBX, ECX implicit]
6905 // mov t3, t4 <- EAX, EDX
6906 // bz newMBB
6907 // result in out1, out2
6908 // fallthrough -->nextMBB
6909
6910 const TargetRegisterClass *RC = X86::GR32RegisterClass;
6911 const unsigned LoadOpc = X86::MOV32rm;
6912 const unsigned copyOpc = X86::MOV32rr;
6913 const unsigned NotOpc = X86::NOT32r;
6914 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
6915 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
6916 MachineFunction::iterator MBBIter = MBB;
6917 ++MBBIter;
6918
6919 /// First build the CFG
6920 MachineFunction *F = MBB->getParent();
6921 MachineBasicBlock *thisMBB = MBB;
6922 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
6923 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
6924 F->insert(MBBIter, newMBB);
6925 F->insert(MBBIter, nextMBB);
6926
6927 // Move all successors to thisMBB to nextMBB
6928 nextMBB->transferSuccessors(thisMBB);
6929
6930 // Update thisMBB to fall through to newMBB
6931 thisMBB->addSuccessor(newMBB);
6932
6933 // newMBB jumps to itself and fall through to nextMBB
6934 newMBB->addSuccessor(nextMBB);
6935 newMBB->addSuccessor(newMBB);
6936
6937 // Insert instructions into newMBB based on incoming instruction
6938 // There are 8 "real" operands plus 9 implicit def/uses, ignored here.
6939 assert(bInstr->getNumOperands() < 18 && "unexpected number of operands");
6940 MachineOperand& dest1Oper = bInstr->getOperand(0);
6941 MachineOperand& dest2Oper = bInstr->getOperand(1);
6942 MachineOperand* argOpers[6];
6943 for (int i=0; i < 6; ++i)
6944 argOpers[i] = &bInstr->getOperand(i+2);
6945
6946 // x86 address has 4 operands: base, index, scale, and displacement
6947 int lastAddrIndx = 3; // [0,3]
6948
6949 unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
6950 MachineInstrBuilder MIB = BuildMI(thisMBB, TII->get(LoadOpc), t1);
6951 for (int i=0; i <= lastAddrIndx; ++i)
6952 (*MIB).addOperand(*argOpers[i]);
6953 unsigned t2 = F->getRegInfo().createVirtualRegister(RC);
6954 MIB = BuildMI(thisMBB, TII->get(LoadOpc), t2);
Dale Johannesen880ae362008-10-03 22:25:52 +00006955 // add 4 to displacement.
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006956 for (int i=0; i <= lastAddrIndx-1; ++i)
6957 (*MIB).addOperand(*argOpers[i]);
Dale Johannesen880ae362008-10-03 22:25:52 +00006958 MachineOperand newOp3 = *(argOpers[3]);
6959 if (newOp3.isImm())
6960 newOp3.setImm(newOp3.getImm()+4);
6961 else
6962 newOp3.setOffset(newOp3.getOffset()+4);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006963 (*MIB).addOperand(newOp3);
6964
6965 // t3/4 are defined later, at the bottom of the loop
6966 unsigned t3 = F->getRegInfo().createVirtualRegister(RC);
6967 unsigned t4 = F->getRegInfo().createVirtualRegister(RC);
6968 BuildMI(newMBB, TII->get(X86::PHI), dest1Oper.getReg())
6969 .addReg(t1).addMBB(thisMBB).addReg(t3).addMBB(newMBB);
6970 BuildMI(newMBB, TII->get(X86::PHI), dest2Oper.getReg())
6971 .addReg(t2).addMBB(thisMBB).addReg(t4).addMBB(newMBB);
6972
6973 unsigned tt1 = F->getRegInfo().createVirtualRegister(RC);
6974 unsigned tt2 = F->getRegInfo().createVirtualRegister(RC);
6975 if (invSrc) {
6976 MIB = BuildMI(newMBB, TII->get(NotOpc), tt1).addReg(t1);
6977 MIB = BuildMI(newMBB, TII->get(NotOpc), tt2).addReg(t2);
6978 } else {
6979 tt1 = t1;
6980 tt2 = t2;
6981 }
6982
Dan Gohmand735b802008-10-03 15:45:36 +00006983 assert((argOpers[4]->isReg() || argOpers[4]->isImm()) &&
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006984 "invalid operand");
6985 unsigned t5 = F->getRegInfo().createVirtualRegister(RC);
6986 unsigned t6 = F->getRegInfo().createVirtualRegister(RC);
Dan Gohmand735b802008-10-03 15:45:36 +00006987 if (argOpers[4]->isReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006988 MIB = BuildMI(newMBB, TII->get(regOpcL), t5);
6989 else
6990 MIB = BuildMI(newMBB, TII->get(immOpcL), t5);
Dale Johannesen880ae362008-10-03 22:25:52 +00006991 if (regOpcL != X86::MOV32rr)
6992 MIB.addReg(tt1);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006993 (*MIB).addOperand(*argOpers[4]);
Dan Gohmand735b802008-10-03 15:45:36 +00006994 assert(argOpers[5]->isReg() == argOpers[4]->isReg());
6995 assert(argOpers[5]->isImm() == argOpers[4]->isImm());
6996 if (argOpers[5]->isReg())
Dale Johannesen48c1bc22008-10-02 18:53:47 +00006997 MIB = BuildMI(newMBB, TII->get(regOpcH), t6);
6998 else
6999 MIB = BuildMI(newMBB, TII->get(immOpcH), t6);
Dale Johannesen880ae362008-10-03 22:25:52 +00007000 if (regOpcH != X86::MOV32rr)
7001 MIB.addReg(tt2);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007002 (*MIB).addOperand(*argOpers[5]);
7003
7004 MIB = BuildMI(newMBB, TII->get(copyOpc), X86::EAX);
7005 MIB.addReg(t1);
7006 MIB = BuildMI(newMBB, TII->get(copyOpc), X86::EDX);
7007 MIB.addReg(t2);
7008
7009 MIB = BuildMI(newMBB, TII->get(copyOpc), X86::EBX);
7010 MIB.addReg(t5);
7011 MIB = BuildMI(newMBB, TII->get(copyOpc), X86::ECX);
7012 MIB.addReg(t6);
7013
7014 MIB = BuildMI(newMBB, TII->get(X86::LCMPXCHG8B));
7015 for (int i=0; i <= lastAddrIndx; ++i)
7016 (*MIB).addOperand(*argOpers[i]);
7017
7018 assert(bInstr->hasOneMemOperand() && "Unexpected number of memoperand");
7019 (*MIB).addMemOperand(*F, *bInstr->memoperands_begin());
7020
7021 MIB = BuildMI(newMBB, TII->get(copyOpc), t3);
7022 MIB.addReg(X86::EAX);
7023 MIB = BuildMI(newMBB, TII->get(copyOpc), t4);
7024 MIB.addReg(X86::EDX);
7025
7026 // insert branch
7027 BuildMI(newMBB, TII->get(X86::JNE)).addMBB(newMBB);
7028
7029 F->DeleteMachineInstr(bInstr); // The pseudo instruction is gone now.
7030 return nextMBB;
7031}
7032
7033// private utility function
7034MachineBasicBlock *
Mon P Wang63307c32008-05-05 19:05:59 +00007035X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
7036 MachineBasicBlock *MBB,
7037 unsigned cmovOpc) {
7038 // For the atomic min/max operator, we generate
7039 // thisMBB:
7040 // newMBB:
Mon P Wangab3e7472008-05-05 22:56:23 +00007041 // ld t1 = [min/max.addr]
Mon P Wang63307c32008-05-05 19:05:59 +00007042 // mov t2 = [min/max.val]
7043 // cmp t1, t2
7044 // cmov[cond] t2 = t1
Mon P Wangab3e7472008-05-05 22:56:23 +00007045 // mov EAX = t1
Mon P Wang63307c32008-05-05 19:05:59 +00007046 // lcs dest = [bitinstr.addr], t2 [EAX is implicit]
7047 // bz newMBB
7048 // fallthrough -->nextMBB
7049 //
7050 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
7051 const BasicBlock *LLVM_BB = MBB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007052 MachineFunction::iterator MBBIter = MBB;
Mon P Wang63307c32008-05-05 19:05:59 +00007053 ++MBBIter;
7054
7055 /// First build the CFG
7056 MachineFunction *F = MBB->getParent();
7057 MachineBasicBlock *thisMBB = MBB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007058 MachineBasicBlock *newMBB = F->CreateMachineBasicBlock(LLVM_BB);
7059 MachineBasicBlock *nextMBB = F->CreateMachineBasicBlock(LLVM_BB);
7060 F->insert(MBBIter, newMBB);
7061 F->insert(MBBIter, nextMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00007062
7063 // Move all successors to thisMBB to nextMBB
7064 nextMBB->transferSuccessors(thisMBB);
7065
7066 // Update thisMBB to fall through to newMBB
7067 thisMBB->addSuccessor(newMBB);
7068
7069 // newMBB jumps to newMBB and fall through to nextMBB
7070 newMBB->addSuccessor(nextMBB);
7071 newMBB->addSuccessor(newMBB);
7072
7073 // Insert instructions into newMBB based on incoming instruction
7074 assert(mInstr->getNumOperands() < 8 && "unexpected number of operands");
7075 MachineOperand& destOper = mInstr->getOperand(0);
7076 MachineOperand* argOpers[6];
7077 int numArgs = mInstr->getNumOperands() - 1;
7078 for (int i=0; i < numArgs; ++i)
7079 argOpers[i] = &mInstr->getOperand(i+1);
7080
7081 // x86 address has 4 operands: base, index, scale, and displacement
7082 int lastAddrIndx = 3; // [0,3]
7083 int valArgIndx = 4;
7084
Mon P Wangab3e7472008-05-05 22:56:23 +00007085 unsigned t1 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
7086 MachineInstrBuilder MIB = BuildMI(newMBB, TII->get(X86::MOV32rm), t1);
Mon P Wang63307c32008-05-05 19:05:59 +00007087 for (int i=0; i <= lastAddrIndx; ++i)
7088 (*MIB).addOperand(*argOpers[i]);
Mon P Wangab3e7472008-05-05 22:56:23 +00007089
Mon P Wang63307c32008-05-05 19:05:59 +00007090 // We only support register and immediate values
Dan Gohmand735b802008-10-03 15:45:36 +00007091 assert((argOpers[valArgIndx]->isReg() ||
7092 argOpers[valArgIndx]->isImm()) &&
Dan Gohman014278e2008-09-13 17:58:21 +00007093 "invalid operand");
Mon P Wang63307c32008-05-05 19:05:59 +00007094
7095 unsigned t2 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
Dan Gohmand735b802008-10-03 15:45:36 +00007096 if (argOpers[valArgIndx]->isReg())
Mon P Wang63307c32008-05-05 19:05:59 +00007097 MIB = BuildMI(newMBB, TII->get(X86::MOV32rr), t2);
7098 else
7099 MIB = BuildMI(newMBB, TII->get(X86::MOV32rr), t2);
7100 (*MIB).addOperand(*argOpers[valArgIndx]);
7101
Mon P Wangab3e7472008-05-05 22:56:23 +00007102 MIB = BuildMI(newMBB, TII->get(X86::MOV32rr), X86::EAX);
7103 MIB.addReg(t1);
7104
Mon P Wang63307c32008-05-05 19:05:59 +00007105 MIB = BuildMI(newMBB, TII->get(X86::CMP32rr));
7106 MIB.addReg(t1);
7107 MIB.addReg(t2);
7108
7109 // Generate movc
7110 unsigned t3 = F->getRegInfo().createVirtualRegister(X86::GR32RegisterClass);
7111 MIB = BuildMI(newMBB, TII->get(cmovOpc),t3);
7112 MIB.addReg(t2);
7113 MIB.addReg(t1);
7114
7115 // Cmp and exchange if none has modified the memory location
7116 MIB = BuildMI(newMBB, TII->get(X86::LCMPXCHG32));
7117 for (int i=0; i <= lastAddrIndx; ++i)
7118 (*MIB).addOperand(*argOpers[i]);
7119 MIB.addReg(t3);
Mon P Wangf5952662008-07-17 04:54:06 +00007120 assert(mInstr->hasOneMemOperand() && "Unexpected number of memoperand");
7121 (*MIB).addMemOperand(*F, *mInstr->memoperands_begin());
Mon P Wang63307c32008-05-05 19:05:59 +00007122
7123 MIB = BuildMI(newMBB, TII->get(X86::MOV32rr), destOper.getReg());
7124 MIB.addReg(X86::EAX);
7125
7126 // insert branch
7127 BuildMI(newMBB, TII->get(X86::JNE)).addMBB(newMBB);
7128
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007129 F->DeleteMachineInstr(mInstr); // The pseudo instruction is gone now.
Mon P Wang63307c32008-05-05 19:05:59 +00007130 return nextMBB;
7131}
7132
7133
Evan Cheng60c07e12006-07-05 22:17:51 +00007134MachineBasicBlock *
Evan Chengff9b3732008-01-30 18:18:23 +00007135X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
7136 MachineBasicBlock *BB) {
Evan Chengc0f64ff2006-11-27 23:37:22 +00007137 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
Evan Cheng60c07e12006-07-05 22:17:51 +00007138 switch (MI->getOpcode()) {
7139 default: assert(false && "Unexpected instr type to insert");
Mon P Wang9e5ecb82008-12-12 01:25:51 +00007140 case X86::CMOV_V1I64:
Evan Cheng60c07e12006-07-05 22:17:51 +00007141 case X86::CMOV_FR32:
7142 case X86::CMOV_FR64:
7143 case X86::CMOV_V4F32:
7144 case X86::CMOV_V2F64:
Evan Chenge5f62042007-09-29 00:00:36 +00007145 case X86::CMOV_V2I64: {
Evan Cheng60c07e12006-07-05 22:17:51 +00007146 // To "insert" a SELECT_CC instruction, we actually have to insert the
7147 // diamond control-flow pattern. The incoming instruction knows the
7148 // destination vreg to set, the condition code register to branch on, the
7149 // true/false values to select between, and a branch opcode to use.
7150 const BasicBlock *LLVM_BB = BB->getBasicBlock();
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007151 MachineFunction::iterator It = BB;
Evan Cheng60c07e12006-07-05 22:17:51 +00007152 ++It;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007153
Evan Cheng60c07e12006-07-05 22:17:51 +00007154 // thisMBB:
7155 // ...
7156 // TrueVal = ...
7157 // cmpTY ccX, r1, r2
7158 // bCC copy1MBB
7159 // fallthrough --> copy0MBB
7160 MachineBasicBlock *thisMBB = BB;
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007161 MachineFunction *F = BB->getParent();
7162 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
7163 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007164 unsigned Opc =
Chris Lattner7fbe9722006-10-20 17:42:20 +00007165 X86::GetCondBranchFromCond((X86::CondCode)MI->getOperand(3).getImm());
Evan Chengc0f64ff2006-11-27 23:37:22 +00007166 BuildMI(BB, TII->get(Opc)).addMBB(sinkMBB);
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007167 F->insert(It, copy0MBB);
7168 F->insert(It, sinkMBB);
Mon P Wang63307c32008-05-05 19:05:59 +00007169 // Update machine-CFG edges by transferring all successors of the current
Evan Cheng60c07e12006-07-05 22:17:51 +00007170 // block to the new block which will contain the Phi node for the select.
Mon P Wang63307c32008-05-05 19:05:59 +00007171 sinkMBB->transferSuccessors(BB);
7172
7173 // Add the true and fallthrough blocks as its successors.
Evan Cheng60c07e12006-07-05 22:17:51 +00007174 BB->addSuccessor(copy0MBB);
7175 BB->addSuccessor(sinkMBB);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007176
Evan Cheng60c07e12006-07-05 22:17:51 +00007177 // copy0MBB:
7178 // %FalseValue = ...
7179 // # fallthrough to sinkMBB
7180 BB = copy0MBB;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007181
Evan Cheng60c07e12006-07-05 22:17:51 +00007182 // Update machine-CFG edges
7183 BB->addSuccessor(sinkMBB);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007184
Evan Cheng60c07e12006-07-05 22:17:51 +00007185 // sinkMBB:
7186 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
7187 // ...
7188 BB = sinkMBB;
Evan Chengc0f64ff2006-11-27 23:37:22 +00007189 BuildMI(BB, TII->get(X86::PHI), MI->getOperand(0).getReg())
Evan Cheng60c07e12006-07-05 22:17:51 +00007190 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB)
7191 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
7192
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007193 F->DeleteMachineInstr(MI); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +00007194 return BB;
7195 }
7196
Dale Johannesen849f2142007-07-03 00:53:03 +00007197 case X86::FP32_TO_INT16_IN_MEM:
7198 case X86::FP32_TO_INT32_IN_MEM:
7199 case X86::FP32_TO_INT64_IN_MEM:
7200 case X86::FP64_TO_INT16_IN_MEM:
7201 case X86::FP64_TO_INT32_IN_MEM:
Dale Johannesena996d522007-08-07 01:17:37 +00007202 case X86::FP64_TO_INT64_IN_MEM:
7203 case X86::FP80_TO_INT16_IN_MEM:
7204 case X86::FP80_TO_INT32_IN_MEM:
7205 case X86::FP80_TO_INT64_IN_MEM: {
Evan Cheng60c07e12006-07-05 22:17:51 +00007206 // Change the floating point control register to use "round towards zero"
7207 // mode when truncating to an integer value.
7208 MachineFunction *F = BB->getParent();
7209 int CWFrameIdx = F->getFrameInfo()->CreateStackObject(2, 2);
Evan Chengc0f64ff2006-11-27 23:37:22 +00007210 addFrameReference(BuildMI(BB, TII->get(X86::FNSTCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007211
7212 // Load the old value of the high byte of the control word...
7213 unsigned OldCW =
Chris Lattner84bc5422007-12-31 04:13:23 +00007214 F->getRegInfo().createVirtualRegister(X86::GR16RegisterClass);
Evan Chengc0f64ff2006-11-27 23:37:22 +00007215 addFrameReference(BuildMI(BB, TII->get(X86::MOV16rm), OldCW), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007216
7217 // Set the high part to be round to zero...
Evan Chengc0f64ff2006-11-27 23:37:22 +00007218 addFrameReference(BuildMI(BB, TII->get(X86::MOV16mi)), CWFrameIdx)
7219 .addImm(0xC7F);
Evan Cheng60c07e12006-07-05 22:17:51 +00007220
7221 // Reload the modified control word now...
Evan Chengc0f64ff2006-11-27 23:37:22 +00007222 addFrameReference(BuildMI(BB, TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007223
7224 // Restore the memory image of control word to original value
Evan Chengc0f64ff2006-11-27 23:37:22 +00007225 addFrameReference(BuildMI(BB, TII->get(X86::MOV16mr)), CWFrameIdx)
7226 .addReg(OldCW);
Evan Cheng60c07e12006-07-05 22:17:51 +00007227
7228 // Get the X86 opcode to use.
7229 unsigned Opc;
7230 switch (MI->getOpcode()) {
7231 default: assert(0 && "illegal opcode!");
Dale Johannesene377d4d2007-07-04 21:07:47 +00007232 case X86::FP32_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m32; break;
7233 case X86::FP32_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m32; break;
7234 case X86::FP32_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m32; break;
7235 case X86::FP64_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m64; break;
7236 case X86::FP64_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m64; break;
7237 case X86::FP64_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m64; break;
Dale Johannesena996d522007-08-07 01:17:37 +00007238 case X86::FP80_TO_INT16_IN_MEM: Opc = X86::IST_Fp16m80; break;
7239 case X86::FP80_TO_INT32_IN_MEM: Opc = X86::IST_Fp32m80; break;
7240 case X86::FP80_TO_INT64_IN_MEM: Opc = X86::IST_Fp64m80; break;
Evan Cheng60c07e12006-07-05 22:17:51 +00007241 }
7242
7243 X86AddressMode AM;
7244 MachineOperand &Op = MI->getOperand(0);
Dan Gohmand735b802008-10-03 15:45:36 +00007245 if (Op.isReg()) {
Evan Cheng60c07e12006-07-05 22:17:51 +00007246 AM.BaseType = X86AddressMode::RegBase;
7247 AM.Base.Reg = Op.getReg();
7248 } else {
7249 AM.BaseType = X86AddressMode::FrameIndexBase;
Chris Lattner8aa797a2007-12-30 23:10:15 +00007250 AM.Base.FrameIndex = Op.getIndex();
Evan Cheng60c07e12006-07-05 22:17:51 +00007251 }
7252 Op = MI->getOperand(1);
Dan Gohmand735b802008-10-03 15:45:36 +00007253 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +00007254 AM.Scale = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +00007255 Op = MI->getOperand(2);
Dan Gohmand735b802008-10-03 15:45:36 +00007256 if (Op.isImm())
Chris Lattner7fbe9722006-10-20 17:42:20 +00007257 AM.IndexReg = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +00007258 Op = MI->getOperand(3);
Dan Gohmand735b802008-10-03 15:45:36 +00007259 if (Op.isGlobal()) {
Evan Cheng60c07e12006-07-05 22:17:51 +00007260 AM.GV = Op.getGlobal();
7261 } else {
Chris Lattner7fbe9722006-10-20 17:42:20 +00007262 AM.Disp = Op.getImm();
Evan Cheng60c07e12006-07-05 22:17:51 +00007263 }
Evan Chengc0f64ff2006-11-27 23:37:22 +00007264 addFullAddress(BuildMI(BB, TII->get(Opc)), AM)
7265 .addReg(MI->getOperand(4).getReg());
Evan Cheng60c07e12006-07-05 22:17:51 +00007266
7267 // Reload the original control word now.
Evan Chengc0f64ff2006-11-27 23:37:22 +00007268 addFrameReference(BuildMI(BB, TII->get(X86::FLDCW16m)), CWFrameIdx);
Evan Cheng60c07e12006-07-05 22:17:51 +00007269
Dan Gohman8e5f2c62008-07-07 23:14:23 +00007270 F->DeleteMachineInstr(MI); // The pseudo instruction is gone now.
Evan Cheng60c07e12006-07-05 22:17:51 +00007271 return BB;
7272 }
Mon P Wang63307c32008-05-05 19:05:59 +00007273 case X86::ATOMAND32:
7274 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007275 X86::AND32ri, X86::MOV32rm,
7276 X86::LCMPXCHG32, X86::MOV32rr,
7277 X86::NOT32r, X86::EAX,
7278 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +00007279 case X86::ATOMOR32:
7280 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007281 X86::OR32ri, X86::MOV32rm,
7282 X86::LCMPXCHG32, X86::MOV32rr,
7283 X86::NOT32r, X86::EAX,
7284 X86::GR32RegisterClass);
Mon P Wang63307c32008-05-05 19:05:59 +00007285 case X86::ATOMXOR32:
7286 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007287 X86::XOR32ri, X86::MOV32rm,
7288 X86::LCMPXCHG32, X86::MOV32rr,
7289 X86::NOT32r, X86::EAX,
7290 X86::GR32RegisterClass);
Andrew Lenharth507a58a2008-06-14 05:48:15 +00007291 case X86::ATOMNAND32:
7292 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND32rr,
Dale Johannesen140be2d2008-08-19 18:47:28 +00007293 X86::AND32ri, X86::MOV32rm,
7294 X86::LCMPXCHG32, X86::MOV32rr,
7295 X86::NOT32r, X86::EAX,
7296 X86::GR32RegisterClass, true);
Mon P Wang63307c32008-05-05 19:05:59 +00007297 case X86::ATOMMIN32:
7298 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL32rr);
7299 case X86::ATOMMAX32:
7300 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG32rr);
7301 case X86::ATOMUMIN32:
7302 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB32rr);
7303 case X86::ATOMUMAX32:
7304 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA32rr);
Dale Johannesen140be2d2008-08-19 18:47:28 +00007305
7306 case X86::ATOMAND16:
7307 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
7308 X86::AND16ri, X86::MOV16rm,
7309 X86::LCMPXCHG16, X86::MOV16rr,
7310 X86::NOT16r, X86::AX,
7311 X86::GR16RegisterClass);
7312 case X86::ATOMOR16:
7313 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR16rr,
7314 X86::OR16ri, X86::MOV16rm,
7315 X86::LCMPXCHG16, X86::MOV16rr,
7316 X86::NOT16r, X86::AX,
7317 X86::GR16RegisterClass);
7318 case X86::ATOMXOR16:
7319 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR16rr,
7320 X86::XOR16ri, X86::MOV16rm,
7321 X86::LCMPXCHG16, X86::MOV16rr,
7322 X86::NOT16r, X86::AX,
7323 X86::GR16RegisterClass);
7324 case X86::ATOMNAND16:
7325 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND16rr,
7326 X86::AND16ri, X86::MOV16rm,
7327 X86::LCMPXCHG16, X86::MOV16rr,
7328 X86::NOT16r, X86::AX,
7329 X86::GR16RegisterClass, true);
7330 case X86::ATOMMIN16:
7331 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL16rr);
7332 case X86::ATOMMAX16:
7333 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG16rr);
7334 case X86::ATOMUMIN16:
7335 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB16rr);
7336 case X86::ATOMUMAX16:
7337 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA16rr);
7338
7339 case X86::ATOMAND8:
7340 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
7341 X86::AND8ri, X86::MOV8rm,
7342 X86::LCMPXCHG8, X86::MOV8rr,
7343 X86::NOT8r, X86::AL,
7344 X86::GR8RegisterClass);
7345 case X86::ATOMOR8:
7346 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR8rr,
7347 X86::OR8ri, X86::MOV8rm,
7348 X86::LCMPXCHG8, X86::MOV8rr,
7349 X86::NOT8r, X86::AL,
7350 X86::GR8RegisterClass);
7351 case X86::ATOMXOR8:
7352 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR8rr,
7353 X86::XOR8ri, X86::MOV8rm,
7354 X86::LCMPXCHG8, X86::MOV8rr,
7355 X86::NOT8r, X86::AL,
7356 X86::GR8RegisterClass);
7357 case X86::ATOMNAND8:
7358 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND8rr,
7359 X86::AND8ri, X86::MOV8rm,
7360 X86::LCMPXCHG8, X86::MOV8rr,
7361 X86::NOT8r, X86::AL,
7362 X86::GR8RegisterClass, true);
7363 // FIXME: There are no CMOV8 instructions; MIN/MAX need some other way.
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007364 // This group is for 64-bit host.
Dale Johannesena99e3842008-08-20 00:48:50 +00007365 case X86::ATOMAND64:
7366 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
7367 X86::AND64ri32, X86::MOV64rm,
7368 X86::LCMPXCHG64, X86::MOV64rr,
7369 X86::NOT64r, X86::RAX,
7370 X86::GR64RegisterClass);
7371 case X86::ATOMOR64:
7372 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::OR64rr,
7373 X86::OR64ri32, X86::MOV64rm,
7374 X86::LCMPXCHG64, X86::MOV64rr,
7375 X86::NOT64r, X86::RAX,
7376 X86::GR64RegisterClass);
7377 case X86::ATOMXOR64:
7378 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::XOR64rr,
7379 X86::XOR64ri32, X86::MOV64rm,
7380 X86::LCMPXCHG64, X86::MOV64rr,
7381 X86::NOT64r, X86::RAX,
7382 X86::GR64RegisterClass);
7383 case X86::ATOMNAND64:
7384 return EmitAtomicBitwiseWithCustomInserter(MI, BB, X86::AND64rr,
7385 X86::AND64ri32, X86::MOV64rm,
7386 X86::LCMPXCHG64, X86::MOV64rr,
7387 X86::NOT64r, X86::RAX,
7388 X86::GR64RegisterClass, true);
7389 case X86::ATOMMIN64:
7390 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVL64rr);
7391 case X86::ATOMMAX64:
7392 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVG64rr);
7393 case X86::ATOMUMIN64:
7394 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVB64rr);
7395 case X86::ATOMUMAX64:
7396 return EmitAtomicMinMaxWithCustomInserter(MI, BB, X86::CMOVA64rr);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007397
7398 // This group does 64-bit operations on a 32-bit host.
7399 case X86::ATOMAND6432:
7400 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7401 X86::AND32rr, X86::AND32rr,
7402 X86::AND32ri, X86::AND32ri,
7403 false);
7404 case X86::ATOMOR6432:
7405 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7406 X86::OR32rr, X86::OR32rr,
7407 X86::OR32ri, X86::OR32ri,
7408 false);
7409 case X86::ATOMXOR6432:
7410 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7411 X86::XOR32rr, X86::XOR32rr,
7412 X86::XOR32ri, X86::XOR32ri,
7413 false);
7414 case X86::ATOMNAND6432:
7415 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7416 X86::AND32rr, X86::AND32rr,
7417 X86::AND32ri, X86::AND32ri,
7418 true);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007419 case X86::ATOMADD6432:
7420 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7421 X86::ADD32rr, X86::ADC32rr,
7422 X86::ADD32ri, X86::ADC32ri,
7423 false);
Dale Johannesen48c1bc22008-10-02 18:53:47 +00007424 case X86::ATOMSUB6432:
7425 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7426 X86::SUB32rr, X86::SBB32rr,
7427 X86::SUB32ri, X86::SBB32ri,
7428 false);
Dale Johannesen880ae362008-10-03 22:25:52 +00007429 case X86::ATOMSWAP6432:
7430 return EmitAtomicBit6432WithCustomInserter(MI, BB,
7431 X86::MOV32rr, X86::MOV32rr,
7432 X86::MOV32ri, X86::MOV32ri,
7433 false);
Evan Cheng60c07e12006-07-05 22:17:51 +00007434 }
7435}
7436
7437//===----------------------------------------------------------------------===//
7438// X86 Optimization Hooks
7439//===----------------------------------------------------------------------===//
7440
Dan Gohman475871a2008-07-27 21:46:04 +00007441void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op,
Dan Gohman977a76f2008-02-13 22:28:48 +00007442 const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00007443 APInt &KnownZero,
7444 APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +00007445 const SelectionDAG &DAG,
Nate Begeman368e18d2006-02-16 21:11:51 +00007446 unsigned Depth) const {
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007447 unsigned Opc = Op.getOpcode();
Evan Cheng865f0602006-04-05 06:11:20 +00007448 assert((Opc >= ISD::BUILTIN_OP_END ||
7449 Opc == ISD::INTRINSIC_WO_CHAIN ||
7450 Opc == ISD::INTRINSIC_W_CHAIN ||
7451 Opc == ISD::INTRINSIC_VOID) &&
7452 "Should use MaskedValueIsZero if you don't know whether Op"
7453 " is a target node!");
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007454
Dan Gohmanf4f92f52008-02-13 23:07:24 +00007455 KnownZero = KnownOne = APInt(Mask.getBitWidth(), 0); // Don't know anything.
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007456 switch (Opc) {
Evan Cheng865f0602006-04-05 06:11:20 +00007457 default: break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007458 case X86ISD::SETCC:
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00007459 KnownZero |= APInt::getHighBitsSet(Mask.getBitWidth(),
7460 Mask.getBitWidth() - 1);
Nate Begeman368e18d2006-02-16 21:11:51 +00007461 break;
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007462 }
Evan Cheng3a03ebb2005-12-21 23:05:39 +00007463}
Chris Lattner259e97c2006-01-31 19:43:35 +00007464
Evan Cheng206ee9d2006-07-07 08:33:52 +00007465/// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
Evan Chengad4196b2008-05-12 19:56:52 +00007466/// node is a GlobalAddress + offset.
7467bool X86TargetLowering::isGAPlusOffset(SDNode *N,
7468 GlobalValue* &GA, int64_t &Offset) const{
7469 if (N->getOpcode() == X86ISD::Wrapper) {
7470 if (isa<GlobalAddressSDNode>(N->getOperand(0))) {
Evan Cheng206ee9d2006-07-07 08:33:52 +00007471 GA = cast<GlobalAddressSDNode>(N->getOperand(0))->getGlobal();
Dan Gohman6520e202008-10-18 02:06:02 +00007472 Offset = cast<GlobalAddressSDNode>(N->getOperand(0))->getOffset();
Evan Cheng206ee9d2006-07-07 08:33:52 +00007473 return true;
7474 }
Evan Cheng206ee9d2006-07-07 08:33:52 +00007475 }
Evan Chengad4196b2008-05-12 19:56:52 +00007476 return TargetLowering::isGAPlusOffset(N, GA, Offset);
Evan Cheng206ee9d2006-07-07 08:33:52 +00007477}
7478
Evan Chengad4196b2008-05-12 19:56:52 +00007479static bool isBaseAlignmentOfN(unsigned N, SDNode *Base,
7480 const TargetLowering &TLI) {
Evan Cheng206ee9d2006-07-07 08:33:52 +00007481 GlobalValue *GV;
Nick Lewycky916a9f02008-02-02 08:29:58 +00007482 int64_t Offset = 0;
Evan Chengad4196b2008-05-12 19:56:52 +00007483 if (TLI.isGAPlusOffset(Base, GV, Offset))
Evan Cheng7e2ff772008-05-08 00:57:18 +00007484 return (GV->getAlignment() >= N && (Offset % N) == 0);
Chris Lattnerba96fbc2008-01-26 20:07:42 +00007485 // DAG combine handles the stack object case.
Evan Cheng206ee9d2006-07-07 08:33:52 +00007486 return false;
7487}
7488
Dan Gohman475871a2008-07-27 21:46:04 +00007489static bool EltsFromConsecutiveLoads(SDNode *N, SDValue PermMask,
Duncan Sands83ec4b62008-06-06 12:08:01 +00007490 unsigned NumElems, MVT EVT,
Evan Chengad4196b2008-05-12 19:56:52 +00007491 SDNode *&Base,
7492 SelectionDAG &DAG, MachineFrameInfo *MFI,
7493 const TargetLowering &TLI) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00007494 Base = NULL;
7495 for (unsigned i = 0; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +00007496 SDValue Idx = PermMask.getOperand(i);
Evan Cheng7e2ff772008-05-08 00:57:18 +00007497 if (Idx.getOpcode() == ISD::UNDEF) {
7498 if (!Base)
7499 return false;
7500 continue;
7501 }
7502
Dan Gohman475871a2008-07-27 21:46:04 +00007503 SDValue Elt = DAG.getShuffleScalarElt(N, i);
Gabor Greifba36cb52008-08-28 21:40:38 +00007504 if (!Elt.getNode() ||
7505 (Elt.getOpcode() != ISD::UNDEF && !ISD::isNON_EXTLoad(Elt.getNode())))
Evan Cheng7e2ff772008-05-08 00:57:18 +00007506 return false;
7507 if (!Base) {
Gabor Greifba36cb52008-08-28 21:40:38 +00007508 Base = Elt.getNode();
Evan Cheng50d9e722008-05-10 06:46:49 +00007509 if (Base->getOpcode() == ISD::UNDEF)
7510 return false;
Evan Cheng7e2ff772008-05-08 00:57:18 +00007511 continue;
7512 }
7513 if (Elt.getOpcode() == ISD::UNDEF)
7514 continue;
7515
Gabor Greifba36cb52008-08-28 21:40:38 +00007516 if (!TLI.isConsecutiveLoad(Elt.getNode(), Base,
Duncan Sands83ec4b62008-06-06 12:08:01 +00007517 EVT.getSizeInBits()/8, i, MFI))
Evan Cheng7e2ff772008-05-08 00:57:18 +00007518 return false;
7519 }
7520 return true;
7521}
Evan Cheng206ee9d2006-07-07 08:33:52 +00007522
7523/// PerformShuffleCombine - Combine a vector_shuffle that is equal to
7524/// build_vector load1, load2, load3, load4, <0, 1, 2, 3> into a 128-bit load
7525/// if the load addresses are consecutive, non-overlapping, and in the right
7526/// order.
Dan Gohman475871a2008-07-27 21:46:04 +00007527static SDValue PerformShuffleCombine(SDNode *N, SelectionDAG &DAG,
Evan Chengad4196b2008-05-12 19:56:52 +00007528 const TargetLowering &TLI) {
Evan Cheng7e2ff772008-05-08 00:57:18 +00007529 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
Duncan Sands83ec4b62008-06-06 12:08:01 +00007530 MVT VT = N->getValueType(0);
7531 MVT EVT = VT.getVectorElementType();
Dan Gohman475871a2008-07-27 21:46:04 +00007532 SDValue PermMask = N->getOperand(2);
Evan Cheng71f489d2008-05-05 22:12:23 +00007533 unsigned NumElems = PermMask.getNumOperands();
Evan Cheng206ee9d2006-07-07 08:33:52 +00007534 SDNode *Base = NULL;
Evan Chengad4196b2008-05-12 19:56:52 +00007535 if (!EltsFromConsecutiveLoads(N, PermMask, NumElems, EVT, Base,
7536 DAG, MFI, TLI))
Dan Gohman475871a2008-07-27 21:46:04 +00007537 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +00007538
Dan Gohmand3006222007-07-27 17:16:43 +00007539 LoadSDNode *LD = cast<LoadSDNode>(Base);
Gabor Greifba36cb52008-08-28 21:40:38 +00007540 if (isBaseAlignmentOfN(16, Base->getOperand(1).getNode(), TLI))
Evan Cheng466685d2006-10-09 20:57:25 +00007541 return DAG.getLoad(VT, LD->getChain(), LD->getBasePtr(), LD->getSrcValue(),
Dan Gohmand3006222007-07-27 17:16:43 +00007542 LD->getSrcValueOffset(), LD->isVolatile());
Evan Cheng71f489d2008-05-05 22:12:23 +00007543 return DAG.getLoad(VT, LD->getChain(), LD->getBasePtr(), LD->getSrcValue(),
7544 LD->getSrcValueOffset(), LD->isVolatile(),
7545 LD->getAlignment());
Evan Cheng206ee9d2006-07-07 08:33:52 +00007546}
7547
Evan Cheng9bfa03c2008-05-12 23:04:07 +00007548/// PerformBuildVectorCombine - build_vector 0,(load i64 / f64) -> movq / movsd.
Dan Gohman475871a2008-07-27 21:46:04 +00007549static SDValue PerformBuildVectorCombine(SDNode *N, SelectionDAG &DAG,
Evan Cheng8a186ae2008-09-24 23:26:36 +00007550 const X86Subtarget *Subtarget,
7551 const TargetLowering &TLI) {
Evan Chengf26ffe92008-05-29 08:22:04 +00007552 unsigned NumOps = N->getNumOperands();
7553
Evan Chengd880b972008-05-09 21:53:03 +00007554 // Ignore single operand BUILD_VECTOR.
Evan Chengf26ffe92008-05-29 08:22:04 +00007555 if (NumOps == 1)
Dan Gohman475871a2008-07-27 21:46:04 +00007556 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00007557
Duncan Sands83ec4b62008-06-06 12:08:01 +00007558 MVT VT = N->getValueType(0);
7559 MVT EVT = VT.getVectorElementType();
Evan Chengd880b972008-05-09 21:53:03 +00007560 if ((EVT != MVT::i64 && EVT != MVT::f64) || Subtarget->is64Bit())
7561 // We are looking for load i64 and zero extend. We want to transform
7562 // it before legalizer has a chance to expand it. Also look for i64
7563 // BUILD_PAIR bit casted to f64.
Dan Gohman475871a2008-07-27 21:46:04 +00007564 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00007565 // This must be an insertion into a zero vector.
Dan Gohman475871a2008-07-27 21:46:04 +00007566 SDValue HighElt = N->getOperand(1);
Evan Cheng25210da2008-05-10 00:58:41 +00007567 if (!isZeroNode(HighElt))
Dan Gohman475871a2008-07-27 21:46:04 +00007568 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00007569
7570 // Value must be a load.
Gabor Greifba36cb52008-08-28 21:40:38 +00007571 SDNode *Base = N->getOperand(0).getNode();
Evan Chengd880b972008-05-09 21:53:03 +00007572 if (!isa<LoadSDNode>(Base)) {
Evan Cheng9bfa03c2008-05-12 23:04:07 +00007573 if (Base->getOpcode() != ISD::BIT_CONVERT)
Dan Gohman475871a2008-07-27 21:46:04 +00007574 return SDValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00007575 Base = Base->getOperand(0).getNode();
Evan Cheng9bfa03c2008-05-12 23:04:07 +00007576 if (!isa<LoadSDNode>(Base))
Dan Gohman475871a2008-07-27 21:46:04 +00007577 return SDValue();
Evan Chengd880b972008-05-09 21:53:03 +00007578 }
Evan Chengd880b972008-05-09 21:53:03 +00007579
7580 // Transform it into VZEXT_LOAD addr.
Evan Cheng9bfa03c2008-05-12 23:04:07 +00007581 LoadSDNode *LD = cast<LoadSDNode>(Base);
Nate Begemanf7333bf2008-05-28 00:24:25 +00007582
7583 // Load must not be an extload.
7584 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
Dan Gohman475871a2008-07-27 21:46:04 +00007585 return SDValue();
Nate Begemanf7333bf2008-05-28 00:24:25 +00007586
Evan Cheng8a186ae2008-09-24 23:26:36 +00007587 SDVTList Tys = DAG.getVTList(VT, MVT::Other);
7588 SDValue Ops[] = { LD->getChain(), LD->getBasePtr() };
7589 SDValue ResNode = DAG.getNode(X86ISD::VZEXT_LOAD, Tys, Ops, 2);
7590 DAG.ReplaceAllUsesOfValueWith(SDValue(Base, 1), ResNode.getValue(1));
7591 return ResNode;
Evan Chengd880b972008-05-09 21:53:03 +00007592}
7593
Chris Lattner83e6c992006-10-04 06:57:07 +00007594/// PerformSELECTCombine - Do target-specific dag combines on SELECT nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00007595static SDValue PerformSELECTCombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner83e6c992006-10-04 06:57:07 +00007596 const X86Subtarget *Subtarget) {
Dan Gohman475871a2008-07-27 21:46:04 +00007597 SDValue Cond = N->getOperand(0);
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007598
Chris Lattner83e6c992006-10-04 06:57:07 +00007599 // If we have SSE[12] support, try to form min/max nodes.
7600 if (Subtarget->hasSSE2() &&
7601 (N->getValueType(0) == MVT::f32 || N->getValueType(0) == MVT::f64)) {
7602 if (Cond.getOpcode() == ISD::SETCC) {
7603 // Get the LHS/RHS of the select.
Dan Gohman475871a2008-07-27 21:46:04 +00007604 SDValue LHS = N->getOperand(1);
7605 SDValue RHS = N->getOperand(2);
Chris Lattner83e6c992006-10-04 06:57:07 +00007606 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get();
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007607
Evan Cheng8ca29322006-11-10 21:43:37 +00007608 unsigned Opcode = 0;
Chris Lattner83e6c992006-10-04 06:57:07 +00007609 if (LHS == Cond.getOperand(0) && RHS == Cond.getOperand(1)) {
Chris Lattner1907a7b2006-10-05 04:11:26 +00007610 switch (CC) {
7611 default: break;
7612 case ISD::SETOLE: // (X <= Y) ? X : Y -> min
7613 case ISD::SETULE:
7614 case ISD::SETLE:
7615 if (!UnsafeFPMath) break;
7616 // FALL THROUGH.
7617 case ISD::SETOLT: // (X olt/lt Y) ? X : Y -> min
7618 case ISD::SETLT:
Evan Cheng8ca29322006-11-10 21:43:37 +00007619 Opcode = X86ISD::FMIN;
Chris Lattner1907a7b2006-10-05 04:11:26 +00007620 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007621
Chris Lattner1907a7b2006-10-05 04:11:26 +00007622 case ISD::SETOGT: // (X > Y) ? X : Y -> max
7623 case ISD::SETUGT:
7624 case ISD::SETGT:
7625 if (!UnsafeFPMath) break;
7626 // FALL THROUGH.
7627 case ISD::SETUGE: // (X uge/ge Y) ? X : Y -> max
7628 case ISD::SETGE:
Evan Cheng8ca29322006-11-10 21:43:37 +00007629 Opcode = X86ISD::FMAX;
Chris Lattner1907a7b2006-10-05 04:11:26 +00007630 break;
7631 }
Chris Lattner83e6c992006-10-04 06:57:07 +00007632 } else if (LHS == Cond.getOperand(1) && RHS == Cond.getOperand(0)) {
Chris Lattner1907a7b2006-10-05 04:11:26 +00007633 switch (CC) {
7634 default: break;
7635 case ISD::SETOGT: // (X > Y) ? Y : X -> min
7636 case ISD::SETUGT:
7637 case ISD::SETGT:
7638 if (!UnsafeFPMath) break;
7639 // FALL THROUGH.
7640 case ISD::SETUGE: // (X uge/ge Y) ? Y : X -> min
7641 case ISD::SETGE:
Evan Cheng8ca29322006-11-10 21:43:37 +00007642 Opcode = X86ISD::FMIN;
Chris Lattner1907a7b2006-10-05 04:11:26 +00007643 break;
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007644
Chris Lattner1907a7b2006-10-05 04:11:26 +00007645 case ISD::SETOLE: // (X <= Y) ? Y : X -> max
7646 case ISD::SETULE:
7647 case ISD::SETLE:
7648 if (!UnsafeFPMath) break;
7649 // FALL THROUGH.
7650 case ISD::SETOLT: // (X olt/lt Y) ? Y : X -> max
7651 case ISD::SETLT:
Evan Cheng8ca29322006-11-10 21:43:37 +00007652 Opcode = X86ISD::FMAX;
Chris Lattner1907a7b2006-10-05 04:11:26 +00007653 break;
7654 }
Chris Lattner83e6c992006-10-04 06:57:07 +00007655 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007656
Evan Cheng8ca29322006-11-10 21:43:37 +00007657 if (Opcode)
7658 return DAG.getNode(Opcode, N->getValueType(0), LHS, RHS);
Chris Lattner83e6c992006-10-04 06:57:07 +00007659 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007660
Chris Lattner83e6c992006-10-04 06:57:07 +00007661 }
7662
Dan Gohman475871a2008-07-27 21:46:04 +00007663 return SDValue();
Chris Lattner83e6c992006-10-04 06:57:07 +00007664}
7665
Nate Begeman740ab032009-01-26 00:52:55 +00007666/// PerformShiftCombine - Transforms vector shift nodes to use vector shifts
7667/// when possible.
7668static SDValue PerformShiftCombine(SDNode* N, SelectionDAG &DAG,
7669 const X86Subtarget *Subtarget) {
7670 // On X86 with SSE2 support, we can transform this to a vector shift if
7671 // all elements are shifted by the same amount. We can't do this in legalize
7672 // because the a constant vector is typically transformed to a constant pool
7673 // so we have no knowledge of the shift amount.
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007674 if (!Subtarget->hasSSE2())
7675 return SDValue();
7676
Nate Begeman740ab032009-01-26 00:52:55 +00007677 MVT VT = N->getValueType(0);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007678 if (VT != MVT::v2i64 && VT != MVT::v4i32 && VT != MVT::v8i16)
7679 return SDValue();
7680
Mon P Wang3becd092009-01-28 08:12:05 +00007681 SDValue ShAmtOp = N->getOperand(1);
7682 MVT EltVT = VT.getVectorElementType();
7683 SDValue BaseShAmt;
7684 if (ShAmtOp.getOpcode() == ISD::BUILD_VECTOR) {
7685 unsigned NumElts = VT.getVectorNumElements();
7686 unsigned i = 0;
7687 for (; i != NumElts; ++i) {
7688 SDValue Arg = ShAmtOp.getOperand(i);
7689 if (Arg.getOpcode() == ISD::UNDEF) continue;
7690 BaseShAmt = Arg;
7691 break;
7692 }
7693 for (; i != NumElts; ++i) {
7694 SDValue Arg = ShAmtOp.getOperand(i);
7695 if (Arg.getOpcode() == ISD::UNDEF) continue;
7696 if (Arg != BaseShAmt) {
7697 return SDValue();
7698 }
7699 }
7700 } else if (ShAmtOp.getOpcode() == ISD::VECTOR_SHUFFLE &&
7701 isSplatMask(ShAmtOp.getOperand(2).getNode())) {
7702 BaseShAmt = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, EltVT, ShAmtOp,
7703 DAG.getIntPtrConstant(0));
7704 } else
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007705 return SDValue();
Nate Begeman740ab032009-01-26 00:52:55 +00007706
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007707 if (EltVT.bitsGT(MVT::i32))
7708 BaseShAmt = DAG.getNode(ISD::TRUNCATE, MVT::i32, BaseShAmt);
7709 else if (EltVT.bitsLT(MVT::i32))
7710 BaseShAmt = DAG.getNode(ISD::ANY_EXTEND, MVT::i32, BaseShAmt);
Nate Begeman740ab032009-01-26 00:52:55 +00007711
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007712 // The shift amount is identical so we can do a vector shift.
7713 SDValue ValOp = N->getOperand(0);
7714 switch (N->getOpcode()) {
7715 default:
7716 assert(0 && "Unknown shift opcode!");
7717 break;
7718 case ISD::SHL:
7719 if (VT == MVT::v2i64)
7720 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007721 DAG.getConstant(Intrinsic::x86_sse2_pslli_q, MVT::i32),
7722 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007723 if (VT == MVT::v4i32)
7724 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007725 DAG.getConstant(Intrinsic::x86_sse2_pslli_d, MVT::i32),
7726 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007727 if (VT == MVT::v8i16)
7728 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007729 DAG.getConstant(Intrinsic::x86_sse2_pslli_w, MVT::i32),
7730 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007731 break;
7732 case ISD::SRA:
7733 if (VT == MVT::v4i32)
7734 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007735 DAG.getConstant(Intrinsic::x86_sse2_psrai_d, MVT::i32),
7736 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007737 if (VT == MVT::v8i16)
7738 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007739 DAG.getConstant(Intrinsic::x86_sse2_psrai_w, MVT::i32),
7740 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007741 break;
7742 case ISD::SRL:
7743 if (VT == MVT::v2i64)
7744 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007745 DAG.getConstant(Intrinsic::x86_sse2_psrli_q, MVT::i32),
7746 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007747 if (VT == MVT::v4i32)
7748 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007749 DAG.getConstant(Intrinsic::x86_sse2_psrli_d, MVT::i32),
7750 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007751 if (VT == MVT::v8i16)
7752 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, VT,
Nate Begeman740ab032009-01-26 00:52:55 +00007753 DAG.getConstant(Intrinsic::x86_sse2_psrli_w, MVT::i32),
7754 ValOp, BaseShAmt);
Nate Begemanc2fd67f2009-01-26 03:15:31 +00007755 break;
Nate Begeman740ab032009-01-26 00:52:55 +00007756 }
7757 return SDValue();
7758}
7759
Chris Lattner149a4e52008-02-22 02:09:43 +00007760/// PerformSTORECombine - Do target-specific dag combines on STORE nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00007761static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
Chris Lattner149a4e52008-02-22 02:09:43 +00007762 const X86Subtarget *Subtarget) {
7763 // Turn load->store of MMX types into GPR load/stores. This avoids clobbering
7764 // the FP state in cases where an emms may be missing.
Dale Johannesen079f2a62008-02-25 19:20:14 +00007765 // A preferable solution to the general problem is to figure out the right
7766 // places to insert EMMS. This qualifies as a quick hack.
Evan Cheng7e2ff772008-05-08 00:57:18 +00007767 StoreSDNode *St = cast<StoreSDNode>(N);
Duncan Sands83ec4b62008-06-06 12:08:01 +00007768 if (St->getValue().getValueType().isVector() &&
7769 St->getValue().getValueType().getSizeInBits() == 64 &&
Dale Johannesen079f2a62008-02-25 19:20:14 +00007770 isa<LoadSDNode>(St->getValue()) &&
7771 !cast<LoadSDNode>(St->getValue())->isVolatile() &&
7772 St->getChain().hasOneUse() && !St->isVolatile()) {
Gabor Greifba36cb52008-08-28 21:40:38 +00007773 SDNode* LdVal = St->getValue().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +00007774 LoadSDNode *Ld = 0;
7775 int TokenFactorIndex = -1;
Dan Gohman475871a2008-07-27 21:46:04 +00007776 SmallVector<SDValue, 8> Ops;
Gabor Greifba36cb52008-08-28 21:40:38 +00007777 SDNode* ChainVal = St->getChain().getNode();
Dale Johannesen079f2a62008-02-25 19:20:14 +00007778 // Must be a store of a load. We currently handle two cases: the load
7779 // is a direct child, and it's under an intervening TokenFactor. It is
7780 // possible to dig deeper under nested TokenFactors.
Dale Johannesen14e2ea92008-02-25 22:29:22 +00007781 if (ChainVal == LdVal)
Dale Johannesen079f2a62008-02-25 19:20:14 +00007782 Ld = cast<LoadSDNode>(St->getChain());
7783 else if (St->getValue().hasOneUse() &&
7784 ChainVal->getOpcode() == ISD::TokenFactor) {
7785 for (unsigned i=0, e = ChainVal->getNumOperands(); i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +00007786 if (ChainVal->getOperand(i).getNode() == LdVal) {
Dale Johannesen079f2a62008-02-25 19:20:14 +00007787 TokenFactorIndex = i;
7788 Ld = cast<LoadSDNode>(St->getValue());
7789 } else
7790 Ops.push_back(ChainVal->getOperand(i));
7791 }
7792 }
7793 if (Ld) {
7794 // If we are a 64-bit capable x86, lower to a single movq load/store pair.
7795 if (Subtarget->is64Bit()) {
Dan Gohman475871a2008-07-27 21:46:04 +00007796 SDValue NewLd = DAG.getLoad(MVT::i64, Ld->getChain(),
Dale Johannesen079f2a62008-02-25 19:20:14 +00007797 Ld->getBasePtr(), Ld->getSrcValue(),
7798 Ld->getSrcValueOffset(), Ld->isVolatile(),
7799 Ld->getAlignment());
Dan Gohman475871a2008-07-27 21:46:04 +00007800 SDValue NewChain = NewLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +00007801 if (TokenFactorIndex != -1) {
Dan Gohmand4a2ad32008-03-28 23:45:16 +00007802 Ops.push_back(NewChain);
Dale Johannesen079f2a62008-02-25 19:20:14 +00007803 NewChain = DAG.getNode(ISD::TokenFactor, MVT::Other, &Ops[0],
7804 Ops.size());
7805 }
7806 return DAG.getStore(NewChain, NewLd, St->getBasePtr(),
7807 St->getSrcValue(), St->getSrcValueOffset(),
7808 St->isVolatile(), St->getAlignment());
7809 }
7810
7811 // Otherwise, lower to two 32-bit copies.
Dan Gohman475871a2008-07-27 21:46:04 +00007812 SDValue LoAddr = Ld->getBasePtr();
7813 SDValue HiAddr = DAG.getNode(ISD::ADD, MVT::i32, LoAddr,
Duncan Sands83ec4b62008-06-06 12:08:01 +00007814 DAG.getConstant(4, MVT::i32));
Dale Johannesen079f2a62008-02-25 19:20:14 +00007815
Dan Gohman475871a2008-07-27 21:46:04 +00007816 SDValue LoLd = DAG.getLoad(MVT::i32, Ld->getChain(), LoAddr,
Dale Johannesen079f2a62008-02-25 19:20:14 +00007817 Ld->getSrcValue(), Ld->getSrcValueOffset(),
7818 Ld->isVolatile(), Ld->getAlignment());
Dan Gohman475871a2008-07-27 21:46:04 +00007819 SDValue HiLd = DAG.getLoad(MVT::i32, Ld->getChain(), HiAddr,
Dale Johannesen079f2a62008-02-25 19:20:14 +00007820 Ld->getSrcValue(), Ld->getSrcValueOffset()+4,
7821 Ld->isVolatile(),
7822 MinAlign(Ld->getAlignment(), 4));
7823
Dan Gohman475871a2008-07-27 21:46:04 +00007824 SDValue NewChain = LoLd.getValue(1);
Dale Johannesen079f2a62008-02-25 19:20:14 +00007825 if (TokenFactorIndex != -1) {
7826 Ops.push_back(LoLd);
7827 Ops.push_back(HiLd);
7828 NewChain = DAG.getNode(ISD::TokenFactor, MVT::Other, &Ops[0],
7829 Ops.size());
7830 }
7831
7832 LoAddr = St->getBasePtr();
7833 HiAddr = DAG.getNode(ISD::ADD, MVT::i32, LoAddr,
Duncan Sands83ec4b62008-06-06 12:08:01 +00007834 DAG.getConstant(4, MVT::i32));
Dale Johannesen079f2a62008-02-25 19:20:14 +00007835
Dan Gohman475871a2008-07-27 21:46:04 +00007836 SDValue LoSt = DAG.getStore(NewChain, LoLd, LoAddr,
Chris Lattner149a4e52008-02-22 02:09:43 +00007837 St->getSrcValue(), St->getSrcValueOffset(),
7838 St->isVolatile(), St->getAlignment());
Dan Gohman475871a2008-07-27 21:46:04 +00007839 SDValue HiSt = DAG.getStore(NewChain, HiLd, HiAddr,
Gabor Greif327ef032008-08-28 23:19:51 +00007840 St->getSrcValue(),
7841 St->getSrcValueOffset() + 4,
Dale Johannesen079f2a62008-02-25 19:20:14 +00007842 St->isVolatile(),
7843 MinAlign(St->getAlignment(), 4));
7844 return DAG.getNode(ISD::TokenFactor, MVT::Other, LoSt, HiSt);
Chris Lattner149a4e52008-02-22 02:09:43 +00007845 }
Chris Lattner149a4e52008-02-22 02:09:43 +00007846 }
Dan Gohman475871a2008-07-27 21:46:04 +00007847 return SDValue();
Chris Lattner149a4e52008-02-22 02:09:43 +00007848}
7849
Chris Lattner6cf73262008-01-25 06:14:17 +00007850/// PerformFORCombine - Do target-specific dag combines on X86ISD::FOR and
7851/// X86ISD::FXOR nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00007852static SDValue PerformFORCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattner6cf73262008-01-25 06:14:17 +00007853 assert(N->getOpcode() == X86ISD::FOR || N->getOpcode() == X86ISD::FXOR);
7854 // F[X]OR(0.0, x) -> x
7855 // F[X]OR(x, 0.0) -> x
Chris Lattneraf723b92008-01-25 05:46:26 +00007856 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
7857 if (C->getValueAPF().isPosZero())
7858 return N->getOperand(1);
7859 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
7860 if (C->getValueAPF().isPosZero())
7861 return N->getOperand(0);
Dan Gohman475871a2008-07-27 21:46:04 +00007862 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +00007863}
7864
7865/// PerformFANDCombine - Do target-specific dag combines on X86ISD::FAND nodes.
Dan Gohman475871a2008-07-27 21:46:04 +00007866static SDValue PerformFANDCombine(SDNode *N, SelectionDAG &DAG) {
Chris Lattneraf723b92008-01-25 05:46:26 +00007867 // FAND(0.0, x) -> 0.0
7868 // FAND(x, 0.0) -> 0.0
7869 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(0)))
7870 if (C->getValueAPF().isPosZero())
7871 return N->getOperand(0);
7872 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(N->getOperand(1)))
7873 if (C->getValueAPF().isPosZero())
7874 return N->getOperand(1);
Dan Gohman475871a2008-07-27 21:46:04 +00007875 return SDValue();
Chris Lattneraf723b92008-01-25 05:46:26 +00007876}
7877
Chris Lattner83e6c992006-10-04 06:57:07 +00007878
Dan Gohman475871a2008-07-27 21:46:04 +00007879SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,
Evan Cheng9dd93b32008-11-05 06:03:38 +00007880 DAGCombinerInfo &DCI) const {
Evan Cheng206ee9d2006-07-07 08:33:52 +00007881 SelectionDAG &DAG = DCI.DAG;
7882 switch (N->getOpcode()) {
7883 default: break;
Evan Chengad4196b2008-05-12 19:56:52 +00007884 case ISD::VECTOR_SHUFFLE: return PerformShuffleCombine(N, DAG, *this);
7885 case ISD::BUILD_VECTOR:
7886 return PerformBuildVectorCombine(N, DAG, Subtarget, *this);
Chris Lattneraf723b92008-01-25 05:46:26 +00007887 case ISD::SELECT: return PerformSELECTCombine(N, DAG, Subtarget);
Nate Begeman740ab032009-01-26 00:52:55 +00007888 case ISD::SHL:
7889 case ISD::SRA:
7890 case ISD::SRL: return PerformShiftCombine(N, DAG, Subtarget);
Evan Cheng7e2ff772008-05-08 00:57:18 +00007891 case ISD::STORE: return PerformSTORECombine(N, DAG, Subtarget);
Chris Lattner6cf73262008-01-25 06:14:17 +00007892 case X86ISD::FXOR:
Chris Lattneraf723b92008-01-25 05:46:26 +00007893 case X86ISD::FOR: return PerformFORCombine(N, DAG);
7894 case X86ISD::FAND: return PerformFANDCombine(N, DAG);
Evan Cheng206ee9d2006-07-07 08:33:52 +00007895 }
7896
Dan Gohman475871a2008-07-27 21:46:04 +00007897 return SDValue();
Evan Cheng206ee9d2006-07-07 08:33:52 +00007898}
7899
Evan Cheng60c07e12006-07-05 22:17:51 +00007900//===----------------------------------------------------------------------===//
7901// X86 Inline Assembly Support
7902//===----------------------------------------------------------------------===//
7903
Chris Lattnerf4dff842006-07-11 02:54:03 +00007904/// getConstraintType - Given a constraint letter, return the type of
7905/// constraint it is for this target.
7906X86TargetLowering::ConstraintType
Chris Lattner4234f572007-03-25 02:14:49 +00007907X86TargetLowering::getConstraintType(const std::string &Constraint) const {
7908 if (Constraint.size() == 1) {
7909 switch (Constraint[0]) {
7910 case 'A':
Dale Johannesen330169f2008-11-13 21:52:36 +00007911 return C_Register;
Chris Lattnerfce84ac2008-03-11 19:06:29 +00007912 case 'f':
Chris Lattner4234f572007-03-25 02:14:49 +00007913 case 'r':
7914 case 'R':
7915 case 'l':
7916 case 'q':
7917 case 'Q':
7918 case 'x':
Dale Johannesen2ffbcac2008-04-01 00:57:48 +00007919 case 'y':
Chris Lattner4234f572007-03-25 02:14:49 +00007920 case 'Y':
7921 return C_RegisterClass;
7922 default:
7923 break;
7924 }
Chris Lattnerf4dff842006-07-11 02:54:03 +00007925 }
Chris Lattner4234f572007-03-25 02:14:49 +00007926 return TargetLowering::getConstraintType(Constraint);
Chris Lattnerf4dff842006-07-11 02:54:03 +00007927}
7928
Dale Johannesenba2a0b92008-01-29 02:21:21 +00007929/// LowerXConstraint - try to replace an X constraint, which matches anything,
7930/// with another that has more specific requirements based on the type of the
7931/// corresponding operand.
Chris Lattner5e764232008-04-26 23:02:14 +00007932const char *X86TargetLowering::
Duncan Sands83ec4b62008-06-06 12:08:01 +00007933LowerXConstraint(MVT ConstraintVT) const {
Chris Lattner5e764232008-04-26 23:02:14 +00007934 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
7935 // 'f' like normal targets.
Duncan Sands83ec4b62008-06-06 12:08:01 +00007936 if (ConstraintVT.isFloatingPoint()) {
Dale Johannesenba2a0b92008-01-29 02:21:21 +00007937 if (Subtarget->hasSSE2())
Chris Lattner5e764232008-04-26 23:02:14 +00007938 return "Y";
7939 if (Subtarget->hasSSE1())
7940 return "x";
7941 }
7942
7943 return TargetLowering::LowerXConstraint(ConstraintVT);
Dale Johannesenba2a0b92008-01-29 02:21:21 +00007944}
7945
Chris Lattner48884cd2007-08-25 00:47:38 +00007946/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
7947/// vector. If it is invalid, don't add anything to Ops.
Dan Gohman475871a2008-07-27 21:46:04 +00007948void X86TargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Chris Lattner48884cd2007-08-25 00:47:38 +00007949 char Constraint,
Evan Chengda43bcf2008-09-24 00:05:32 +00007950 bool hasMemory,
Dan Gohman475871a2008-07-27 21:46:04 +00007951 std::vector<SDValue>&Ops,
Chris Lattner5e764232008-04-26 23:02:14 +00007952 SelectionDAG &DAG) const {
Dan Gohman475871a2008-07-27 21:46:04 +00007953 SDValue Result(0, 0);
Chris Lattner48884cd2007-08-25 00:47:38 +00007954
Chris Lattner22aaf1d2006-10-31 20:13:11 +00007955 switch (Constraint) {
7956 default: break;
Devang Patel84f7fd22007-03-17 00:13:28 +00007957 case 'I':
Chris Lattner188b9fe2007-03-25 01:57:35 +00007958 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00007959 if (C->getZExtValue() <= 31) {
7960 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +00007961 break;
7962 }
Devang Patel84f7fd22007-03-17 00:13:28 +00007963 }
Chris Lattner48884cd2007-08-25 00:47:38 +00007964 return;
Evan Cheng364091e2008-09-22 23:57:37 +00007965 case 'J':
7966 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
7967 if (C->getZExtValue() <= 63) {
7968 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
7969 break;
7970 }
7971 }
7972 return;
Chris Lattner188b9fe2007-03-25 01:57:35 +00007973 case 'N':
7974 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00007975 if (C->getZExtValue() <= 255) {
7976 Result = DAG.getTargetConstant(C->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +00007977 break;
7978 }
Chris Lattner188b9fe2007-03-25 01:57:35 +00007979 }
Chris Lattner48884cd2007-08-25 00:47:38 +00007980 return;
Chris Lattnerdc43a882007-05-03 16:52:29 +00007981 case 'i': {
Chris Lattner22aaf1d2006-10-31 20:13:11 +00007982 // Literal immediates are always ok.
Chris Lattner48884cd2007-08-25 00:47:38 +00007983 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00007984 Result = DAG.getTargetConstant(CST->getZExtValue(), Op.getValueType());
Chris Lattner48884cd2007-08-25 00:47:38 +00007985 break;
7986 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00007987
Chris Lattnerdc43a882007-05-03 16:52:29 +00007988 // If we are in non-pic codegen mode, we allow the address of a global (with
7989 // an optional displacement) to be used with 'i'.
7990 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op);
7991 int64_t Offset = 0;
7992
7993 // Match either (GA) or (GA+C)
7994 if (GA) {
7995 Offset = GA->getOffset();
7996 } else if (Op.getOpcode() == ISD::ADD) {
7997 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
7998 GA = dyn_cast<GlobalAddressSDNode>(Op.getOperand(0));
7999 if (C && GA) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008000 Offset = GA->getOffset()+C->getZExtValue();
Chris Lattnerdc43a882007-05-03 16:52:29 +00008001 } else {
8002 C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
8003 GA = dyn_cast<GlobalAddressSDNode>(Op.getOperand(0));
8004 if (C && GA)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00008005 Offset = GA->getOffset()+C->getZExtValue();
Chris Lattnerdc43a882007-05-03 16:52:29 +00008006 else
8007 C = 0, GA = 0;
8008 }
8009 }
8010
8011 if (GA) {
Evan Chengda43bcf2008-09-24 00:05:32 +00008012 if (hasMemory)
Dan Gohman6520e202008-10-18 02:06:02 +00008013 Op = LowerGlobalAddress(GA->getGlobal(), Offset, DAG);
Evan Chengda43bcf2008-09-24 00:05:32 +00008014 else
8015 Op = DAG.getTargetGlobalAddress(GA->getGlobal(), GA->getValueType(0),
8016 Offset);
Chris Lattner48884cd2007-08-25 00:47:38 +00008017 Result = Op;
8018 break;
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008019 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008020
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008021 // Otherwise, not valid for this mode.
Chris Lattner48884cd2007-08-25 00:47:38 +00008022 return;
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008023 }
Chris Lattnerdc43a882007-05-03 16:52:29 +00008024 }
Chris Lattner48884cd2007-08-25 00:47:38 +00008025
Gabor Greifba36cb52008-08-28 21:40:38 +00008026 if (Result.getNode()) {
Chris Lattner48884cd2007-08-25 00:47:38 +00008027 Ops.push_back(Result);
8028 return;
8029 }
Evan Chengda43bcf2008-09-24 00:05:32 +00008030 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, hasMemory,
8031 Ops, DAG);
Chris Lattner22aaf1d2006-10-31 20:13:11 +00008032}
8033
Chris Lattner259e97c2006-01-31 19:43:35 +00008034std::vector<unsigned> X86TargetLowering::
Chris Lattner1efa40f2006-02-22 00:56:39 +00008035getRegClassForInlineAsmConstraint(const std::string &Constraint,
Duncan Sands83ec4b62008-06-06 12:08:01 +00008036 MVT VT) const {
Chris Lattner259e97c2006-01-31 19:43:35 +00008037 if (Constraint.size() == 1) {
8038 // FIXME: not handling fp-stack yet!
Chris Lattner259e97c2006-01-31 19:43:35 +00008039 switch (Constraint[0]) { // GCC X86 Constraint Letters
Chris Lattnerf4dff842006-07-11 02:54:03 +00008040 default: break; // Unknown constraint letter
Chris Lattner259e97c2006-01-31 19:43:35 +00008041 case 'q': // Q_REGS (GENERAL_REGS in 64-bit mode)
8042 case 'Q': // Q_REGS
Chris Lattner80a7ecc2006-05-06 00:29:37 +00008043 if (VT == MVT::i32)
8044 return make_vector<unsigned>(X86::EAX, X86::EDX, X86::ECX, X86::EBX, 0);
8045 else if (VT == MVT::i16)
8046 return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX, 0);
8047 else if (VT == MVT::i8)
Evan Cheng12914382007-08-13 23:27:11 +00008048 return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL, 0);
Chris Lattner03e6c702007-11-04 06:51:12 +00008049 else if (VT == MVT::i64)
8050 return make_vector<unsigned>(X86::RAX, X86::RDX, X86::RCX, X86::RBX, 0);
8051 break;
Chris Lattner259e97c2006-01-31 19:43:35 +00008052 }
8053 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008054
Chris Lattner1efa40f2006-02-22 00:56:39 +00008055 return std::vector<unsigned>();
Chris Lattner259e97c2006-01-31 19:43:35 +00008056}
Chris Lattnerf76d1802006-07-31 23:26:50 +00008057
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008058std::pair<unsigned, const TargetRegisterClass*>
Chris Lattnerf76d1802006-07-31 23:26:50 +00008059X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
Duncan Sands83ec4b62008-06-06 12:08:01 +00008060 MVT VT) const {
Chris Lattnerad043e82007-04-09 05:11:28 +00008061 // First, see if this is a constraint that directly corresponds to an LLVM
8062 // register class.
8063 if (Constraint.size() == 1) {
8064 // GCC Constraint Letters
8065 switch (Constraint[0]) {
8066 default: break;
Chris Lattner0f65cad2007-04-09 05:49:22 +00008067 case 'r': // GENERAL_REGS
8068 case 'R': // LEGACY_REGS
8069 case 'l': // INDEX_REGS
Chris Lattner1fa71982008-10-17 18:15:05 +00008070 if (VT == MVT::i8)
Chris Lattner0f65cad2007-04-09 05:49:22 +00008071 return std::make_pair(0U, X86::GR8RegisterClass);
Chris Lattner1fa71982008-10-17 18:15:05 +00008072 if (VT == MVT::i16)
8073 return std::make_pair(0U, X86::GR16RegisterClass);
8074 if (VT == MVT::i32 || !Subtarget->is64Bit())
8075 return std::make_pair(0U, X86::GR32RegisterClass);
8076 return std::make_pair(0U, X86::GR64RegisterClass);
Chris Lattnerfce84ac2008-03-11 19:06:29 +00008077 case 'f': // FP Stack registers.
8078 // If SSE is enabled for this VT, use f80 to ensure the isel moves the
8079 // value to the correct fpstack register class.
8080 if (VT == MVT::f32 && !isScalarFPTypeInSSEReg(VT))
8081 return std::make_pair(0U, X86::RFP32RegisterClass);
8082 if (VT == MVT::f64 && !isScalarFPTypeInSSEReg(VT))
8083 return std::make_pair(0U, X86::RFP64RegisterClass);
8084 return std::make_pair(0U, X86::RFP80RegisterClass);
Chris Lattner6c284d72007-04-12 04:14:49 +00008085 case 'y': // MMX_REGS if MMX allowed.
8086 if (!Subtarget->hasMMX()) break;
8087 return std::make_pair(0U, X86::VR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +00008088 case 'Y': // SSE_REGS if SSE2 allowed
8089 if (!Subtarget->hasSSE2()) break;
8090 // FALL THROUGH.
8091 case 'x': // SSE_REGS if SSE1 allowed
8092 if (!Subtarget->hasSSE1()) break;
Duncan Sands83ec4b62008-06-06 12:08:01 +00008093
8094 switch (VT.getSimpleVT()) {
Chris Lattner0f65cad2007-04-09 05:49:22 +00008095 default: break;
8096 // Scalar SSE types.
8097 case MVT::f32:
8098 case MVT::i32:
Chris Lattnerad043e82007-04-09 05:11:28 +00008099 return std::make_pair(0U, X86::FR32RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +00008100 case MVT::f64:
8101 case MVT::i64:
Chris Lattnerad043e82007-04-09 05:11:28 +00008102 return std::make_pair(0U, X86::FR64RegisterClass);
Chris Lattner0f65cad2007-04-09 05:49:22 +00008103 // Vector types.
Chris Lattner0f65cad2007-04-09 05:49:22 +00008104 case MVT::v16i8:
8105 case MVT::v8i16:
8106 case MVT::v4i32:
8107 case MVT::v2i64:
8108 case MVT::v4f32:
8109 case MVT::v2f64:
8110 return std::make_pair(0U, X86::VR128RegisterClass);
8111 }
Chris Lattnerad043e82007-04-09 05:11:28 +00008112 break;
8113 }
8114 }
8115
Chris Lattnerf76d1802006-07-31 23:26:50 +00008116 // Use the default implementation in TargetLowering to convert the register
8117 // constraint into a member of a register class.
8118 std::pair<unsigned, const TargetRegisterClass*> Res;
8119 Res = TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
Chris Lattner1a60aa72006-10-31 19:42:44 +00008120
8121 // Not found as a standard register?
8122 if (Res.second == 0) {
8123 // GCC calls "st(0)" just plain "st".
8124 if (StringsEqualNoCase("{st}", Constraint)) {
8125 Res.first = X86::ST0;
Chris Lattner9b4baf12007-09-24 05:27:37 +00008126 Res.second = X86::RFP80RegisterClass;
Chris Lattner1a60aa72006-10-31 19:42:44 +00008127 }
Dale Johannesen330169f2008-11-13 21:52:36 +00008128 // 'A' means EAX + EDX.
8129 if (Constraint == "A") {
8130 Res.first = X86::EAX;
8131 Res.second = X86::GRADRegisterClass;
8132 }
Chris Lattner1a60aa72006-10-31 19:42:44 +00008133 return Res;
8134 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008135
Chris Lattnerf76d1802006-07-31 23:26:50 +00008136 // Otherwise, check to see if this is a register class of the wrong value
8137 // type. For example, we want to map "{ax},i32" -> {eax}, we don't want it to
8138 // turn into {ax},{dx}.
8139 if (Res.second->hasType(VT))
8140 return Res; // Correct type already, nothing to do.
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008141
Chris Lattnerf76d1802006-07-31 23:26:50 +00008142 // All of the single-register GCC register classes map their values onto
8143 // 16-bit register pieces "ax","dx","cx","bx","si","di","bp","sp". If we
8144 // really want an 8-bit or 32-bit register, map to the appropriate register
8145 // class and return the appropriate register.
Chris Lattner6ba50a92008-08-26 06:19:02 +00008146 if (Res.second == X86::GR16RegisterClass) {
8147 if (VT == MVT::i8) {
8148 unsigned DestReg = 0;
8149 switch (Res.first) {
8150 default: break;
8151 case X86::AX: DestReg = X86::AL; break;
8152 case X86::DX: DestReg = X86::DL; break;
8153 case X86::CX: DestReg = X86::CL; break;
8154 case X86::BX: DestReg = X86::BL; break;
8155 }
8156 if (DestReg) {
8157 Res.first = DestReg;
8158 Res.second = Res.second = X86::GR8RegisterClass;
8159 }
8160 } else if (VT == MVT::i32) {
8161 unsigned DestReg = 0;
8162 switch (Res.first) {
8163 default: break;
8164 case X86::AX: DestReg = X86::EAX; break;
8165 case X86::DX: DestReg = X86::EDX; break;
8166 case X86::CX: DestReg = X86::ECX; break;
8167 case X86::BX: DestReg = X86::EBX; break;
8168 case X86::SI: DestReg = X86::ESI; break;
8169 case X86::DI: DestReg = X86::EDI; break;
8170 case X86::BP: DestReg = X86::EBP; break;
8171 case X86::SP: DestReg = X86::ESP; break;
8172 }
8173 if (DestReg) {
8174 Res.first = DestReg;
8175 Res.second = Res.second = X86::GR32RegisterClass;
8176 }
8177 } else if (VT == MVT::i64) {
8178 unsigned DestReg = 0;
8179 switch (Res.first) {
8180 default: break;
8181 case X86::AX: DestReg = X86::RAX; break;
8182 case X86::DX: DestReg = X86::RDX; break;
8183 case X86::CX: DestReg = X86::RCX; break;
8184 case X86::BX: DestReg = X86::RBX; break;
8185 case X86::SI: DestReg = X86::RSI; break;
8186 case X86::DI: DestReg = X86::RDI; break;
8187 case X86::BP: DestReg = X86::RBP; break;
8188 case X86::SP: DestReg = X86::RSP; break;
8189 }
8190 if (DestReg) {
8191 Res.first = DestReg;
8192 Res.second = Res.second = X86::GR64RegisterClass;
8193 }
Chris Lattnerf76d1802006-07-31 23:26:50 +00008194 }
Chris Lattner6ba50a92008-08-26 06:19:02 +00008195 } else if (Res.second == X86::FR32RegisterClass ||
8196 Res.second == X86::FR64RegisterClass ||
8197 Res.second == X86::VR128RegisterClass) {
8198 // Handle references to XMM physical registers that got mapped into the
8199 // wrong class. This can happen with constraints like {xmm0} where the
8200 // target independent register mapper will just pick the first match it can
8201 // find, ignoring the required type.
8202 if (VT == MVT::f32)
8203 Res.second = X86::FR32RegisterClass;
8204 else if (VT == MVT::f64)
8205 Res.second = X86::FR64RegisterClass;
8206 else if (X86::VR128RegisterClass->hasType(VT))
8207 Res.second = X86::VR128RegisterClass;
Chris Lattnerf76d1802006-07-31 23:26:50 +00008208 }
Anton Korobeynikov12c49af2006-11-21 00:01:06 +00008209
Chris Lattnerf76d1802006-07-31 23:26:50 +00008210 return Res;
8211}
Mon P Wang0c397192008-10-30 08:01:45 +00008212
8213//===----------------------------------------------------------------------===//
8214// X86 Widen vector type
8215//===----------------------------------------------------------------------===//
8216
8217/// getWidenVectorType: given a vector type, returns the type to widen
8218/// to (e.g., v7i8 to v8i8). If the vector type is legal, it returns itself.
8219/// If there is no vector type that we want to widen to, returns MVT::Other
Mon P Wangf007a8b2008-11-06 05:31:54 +00008220/// When and where to widen is target dependent based on the cost of
Mon P Wang0c397192008-10-30 08:01:45 +00008221/// scalarizing vs using the wider vector type.
8222
Dan Gohmanc13cf132009-01-15 17:34:08 +00008223MVT X86TargetLowering::getWidenVectorType(MVT VT) const {
Mon P Wang0c397192008-10-30 08:01:45 +00008224 assert(VT.isVector());
8225 if (isTypeLegal(VT))
8226 return VT;
8227
8228 // TODO: In computeRegisterProperty, we can compute the list of legal vector
8229 // type based on element type. This would speed up our search (though
8230 // it may not be worth it since the size of the list is relatively
8231 // small).
8232 MVT EltVT = VT.getVectorElementType();
8233 unsigned NElts = VT.getVectorNumElements();
8234
8235 // On X86, it make sense to widen any vector wider than 1
8236 if (NElts <= 1)
8237 return MVT::Other;
8238
8239 for (unsigned nVT = MVT::FIRST_VECTOR_VALUETYPE;
8240 nVT <= MVT::LAST_VECTOR_VALUETYPE; ++nVT) {
8241 MVT SVT = (MVT::SimpleValueType)nVT;
8242
8243 if (isTypeLegal(SVT) &&
8244 SVT.getVectorElementType() == EltVT &&
8245 SVT.getVectorNumElements() > NElts)
8246 return SVT;
8247 }
8248 return MVT::Other;
8249}