blob: 65a3e07b044137640b520c113a31d879abe9a10c [file] [log] [blame]
Chris Lattnerc3aae252005-01-07 07:46:32 +00001//===-- SelectionDAG.cpp - Implement the SelectionDAG data structures -----===//
Misha Brukmanedf128a2005-04-21 22:36:52 +00002//
John Criswellb576c942003-10-20 19:43:21 +00003// 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.
Misha Brukmanedf128a2005-04-21 22:36:52 +00007//
John Criswellb576c942003-10-20 19:43:21 +00008//===----------------------------------------------------------------------===//
Chris Lattner78ec3112003-08-11 14:57:33 +00009//
Chris Lattnerc3aae252005-01-07 07:46:32 +000010// This implements the SelectionDAG class.
Chris Lattner78ec3112003-08-11 14:57:33 +000011//
12//===----------------------------------------------------------------------===//
Chris Lattner78ec3112003-08-11 14:57:33 +000013#include "llvm/CodeGen/SelectionDAG.h"
Chris Lattnerc3aae252005-01-07 07:46:32 +000014#include "llvm/Constants.h"
Evan Cheng0ff39b32008-06-30 07:31:25 +000015#include "llvm/Analysis/ValueTracking.h"
Anton Korobeynikov4d86e2a2008-03-11 22:38:53 +000016#include "llvm/GlobalAlias.h"
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +000017#include "llvm/GlobalVariable.h"
Chris Lattner70a248d2006-03-27 06:45:25 +000018#include "llvm/Intrinsics.h"
Christopher Lamb95c218a2007-04-22 23:15:30 +000019#include "llvm/DerivedTypes.h"
Chris Lattnerc3aae252005-01-07 07:46:32 +000020#include "llvm/Assembly/Writer.h"
Dan Gohman707e0182008-04-12 04:36:06 +000021#include "llvm/CallingConv.h"
Chris Lattnerc3aae252005-01-07 07:46:32 +000022#include "llvm/CodeGen/MachineBasicBlock.h"
Evan Chengd6594ae2006-09-12 21:00:35 +000023#include "llvm/CodeGen/MachineConstantPool.h"
Chris Lattner37ce9df2007-10-15 17:47:20 +000024#include "llvm/CodeGen/MachineFrameInfo.h"
Evan Chenga844bde2008-02-02 04:07:54 +000025#include "llvm/CodeGen/MachineModuleInfo.h"
Devang Patelbb8c5952009-01-13 21:25:00 +000026#include "llvm/CodeGen/DwarfWriter.h"
Dan Gohman69de1932008-02-06 22:27:42 +000027#include "llvm/CodeGen/PseudoSourceValue.h"
Dan Gohman6f0d0242008-02-10 18:45:23 +000028#include "llvm/Target/TargetRegisterInfo.h"
Christopher Lamb95c218a2007-04-22 23:15:30 +000029#include "llvm/Target/TargetData.h"
Chris Lattnerb48da392005-01-23 04:39:44 +000030#include "llvm/Target/TargetLowering.h"
Chris Lattnerf3e133a2005-08-16 18:33:07 +000031#include "llvm/Target/TargetInstrInfo.h"
32#include "llvm/Target/TargetMachine.h"
Bill Wendling6f287b22008-09-30 21:22:07 +000033#include "llvm/Support/CommandLine.h"
Chris Lattner944fac72008-08-23 22:23:09 +000034#include "llvm/Support/MathExtras.h"
35#include "llvm/Support/raw_ostream.h"
Chris Lattner012f2412006-02-17 21:58:01 +000036#include "llvm/ADT/SetVector.h"
Chris Lattnerd48c5e82007-02-04 00:24:41 +000037#include "llvm/ADT/SmallPtrSet.h"
Duncan Sandsaf47b112007-10-16 09:56:48 +000038#include "llvm/ADT/SmallSet.h"
Chris Lattner190a4182006-08-04 17:45:20 +000039#include "llvm/ADT/SmallVector.h"
Evan Cheng115c0362005-12-19 23:11:49 +000040#include "llvm/ADT/StringExtras.h"
Jeff Cohenfd161e92005-01-09 20:41:56 +000041#include <algorithm>
Jeff Cohen97af7512006-12-02 02:22:01 +000042#include <cmath>
Chris Lattnere25738c2004-06-02 04:28:06 +000043using namespace llvm;
Brian Gaeked0fde302003-11-11 22:41:34 +000044
Chris Lattner0b3e5252006-08-15 19:11:05 +000045/// makeVTList - Return an instance of the SDVTList struct initialized with the
46/// specified members.
Duncan Sands83ec4b62008-06-06 12:08:01 +000047static SDVTList makeVTList(const MVT *VTs, unsigned NumVTs) {
Chris Lattner0b3e5252006-08-15 19:11:05 +000048 SDVTList Res = {VTs, NumVTs};
49 return Res;
50}
51
Duncan Sands83ec4b62008-06-06 12:08:01 +000052static const fltSemantics *MVTToAPFloatSemantics(MVT VT) {
53 switch (VT.getSimpleVT()) {
Chris Lattnerec4a5672008-03-05 06:48:13 +000054 default: assert(0 && "Unknown FP format");
55 case MVT::f32: return &APFloat::IEEEsingle;
56 case MVT::f64: return &APFloat::IEEEdouble;
57 case MVT::f80: return &APFloat::x87DoubleExtended;
58 case MVT::f128: return &APFloat::IEEEquad;
59 case MVT::ppcf128: return &APFloat::PPCDoubleDouble;
60 }
61}
62
Chris Lattnerf8dc0612008-02-03 06:49:24 +000063SelectionDAG::DAGUpdateListener::~DAGUpdateListener() {}
64
Jim Laskey58b968b2005-08-17 20:08:02 +000065//===----------------------------------------------------------------------===//
66// ConstantFPSDNode Class
67//===----------------------------------------------------------------------===//
68
69/// isExactlyValue - We don't rely on operator== working on double values, as
70/// it returns true for things that are clearly not equal, like -0.0 and 0.0.
71/// As such, this method can be used to do an exact bit-for-bit comparison of
72/// two floating point values.
Dale Johannesene6c17422007-08-26 01:18:27 +000073bool ConstantFPSDNode::isExactlyValue(const APFloat& V) const {
Dan Gohman4fbd7962008-09-12 18:08:03 +000074 return getValueAPF().bitwiseIsEqual(V);
Jim Laskey58b968b2005-08-17 20:08:02 +000075}
76
Duncan Sands83ec4b62008-06-06 12:08:01 +000077bool ConstantFPSDNode::isValueValidForType(MVT VT,
Dale Johannesenf04afdb2007-08-30 00:23:21 +000078 const APFloat& Val) {
Duncan Sands83ec4b62008-06-06 12:08:01 +000079 assert(VT.isFloatingPoint() && "Can only convert between FP types");
Chris Lattnerec4a5672008-03-05 06:48:13 +000080
Dale Johannesen9dd2ce42008-04-20 18:23:46 +000081 // PPC long double cannot be converted to any other type.
82 if (VT == MVT::ppcf128 ||
83 &Val.getSemantics() == &APFloat::PPCDoubleDouble)
Chris Lattnerec4a5672008-03-05 06:48:13 +000084 return false;
85
Dale Johannesenf04afdb2007-08-30 00:23:21 +000086 // convert modifies in place, so make a copy.
87 APFloat Val2 = APFloat(Val);
Dale Johannesen23a98552008-10-09 23:00:39 +000088 bool losesInfo;
89 (void) Val2.convert(*MVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven,
90 &losesInfo);
91 return !losesInfo;
Dale Johannesenf04afdb2007-08-30 00:23:21 +000092}
93
Jim Laskey58b968b2005-08-17 20:08:02 +000094//===----------------------------------------------------------------------===//
Chris Lattner61d43992006-03-25 22:57:01 +000095// ISD Namespace
Jim Laskey58b968b2005-08-17 20:08:02 +000096//===----------------------------------------------------------------------===//
Chris Lattner5cdcc582005-01-09 20:52:51 +000097
Evan Chenga8df1662006-03-27 06:58:47 +000098/// isBuildVectorAllOnes - Return true if the specified node is a
Chris Lattner61d43992006-03-25 22:57:01 +000099/// BUILD_VECTOR where all of the elements are ~0 or undef.
Evan Chenga8df1662006-03-27 06:58:47 +0000100bool ISD::isBuildVectorAllOnes(const SDNode *N) {
Chris Lattner547a16f2006-04-15 23:38:00 +0000101 // Look through a bit convert.
102 if (N->getOpcode() == ISD::BIT_CONVERT)
Gabor Greifba36cb52008-08-28 21:40:38 +0000103 N = N->getOperand(0).getNode();
Chris Lattner547a16f2006-04-15 23:38:00 +0000104
Evan Chenga8df1662006-03-27 06:58:47 +0000105 if (N->getOpcode() != ISD::BUILD_VECTOR) return false;
Chris Lattner61d43992006-03-25 22:57:01 +0000106
107 unsigned i = 0, e = N->getNumOperands();
108
109 // Skip over all of the undef values.
110 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
111 ++i;
112
113 // Do not accept an all-undef vector.
114 if (i == e) return false;
115
116 // Do not accept build_vectors that aren't all constants or which have non-~0
117 // elements.
Dan Gohman475871a2008-07-27 21:46:04 +0000118 SDValue NotZero = N->getOperand(i);
Evan Chenga8df1662006-03-27 06:58:47 +0000119 if (isa<ConstantSDNode>(NotZero)) {
120 if (!cast<ConstantSDNode>(NotZero)->isAllOnesValue())
121 return false;
122 } else if (isa<ConstantFPSDNode>(NotZero)) {
Dan Gohman6c231502008-02-29 01:47:35 +0000123 if (!cast<ConstantFPSDNode>(NotZero)->getValueAPF().
Dale Johannesen23a98552008-10-09 23:00:39 +0000124 bitcastToAPInt().isAllOnesValue())
Dan Gohman6c231502008-02-29 01:47:35 +0000125 return false;
Evan Chenga8df1662006-03-27 06:58:47 +0000126 } else
Chris Lattner61d43992006-03-25 22:57:01 +0000127 return false;
128
129 // Okay, we have at least one ~0 value, check to see if the rest match or are
130 // undefs.
Chris Lattner61d43992006-03-25 22:57:01 +0000131 for (++i; i != e; ++i)
132 if (N->getOperand(i) != NotZero &&
133 N->getOperand(i).getOpcode() != ISD::UNDEF)
134 return false;
135 return true;
136}
137
138
Evan Cheng4a147842006-03-26 09:50:58 +0000139/// isBuildVectorAllZeros - Return true if the specified node is a
140/// BUILD_VECTOR where all of the elements are 0 or undef.
141bool ISD::isBuildVectorAllZeros(const SDNode *N) {
Chris Lattner547a16f2006-04-15 23:38:00 +0000142 // Look through a bit convert.
143 if (N->getOpcode() == ISD::BIT_CONVERT)
Gabor Greifba36cb52008-08-28 21:40:38 +0000144 N = N->getOperand(0).getNode();
Chris Lattner547a16f2006-04-15 23:38:00 +0000145
Evan Cheng4a147842006-03-26 09:50:58 +0000146 if (N->getOpcode() != ISD::BUILD_VECTOR) return false;
Evan Chenga8df1662006-03-27 06:58:47 +0000147
148 unsigned i = 0, e = N->getNumOperands();
149
150 // Skip over all of the undef values.
151 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
152 ++i;
153
154 // Do not accept an all-undef vector.
155 if (i == e) return false;
156
157 // Do not accept build_vectors that aren't all constants or which have non-~0
158 // elements.
Dan Gohman475871a2008-07-27 21:46:04 +0000159 SDValue Zero = N->getOperand(i);
Evan Chenga8df1662006-03-27 06:58:47 +0000160 if (isa<ConstantSDNode>(Zero)) {
161 if (!cast<ConstantSDNode>(Zero)->isNullValue())
162 return false;
163 } else if (isa<ConstantFPSDNode>(Zero)) {
Dale Johanneseneaf08942007-08-31 04:03:46 +0000164 if (!cast<ConstantFPSDNode>(Zero)->getValueAPF().isPosZero())
Evan Chenga8df1662006-03-27 06:58:47 +0000165 return false;
166 } else
167 return false;
168
169 // Okay, we have at least one ~0 value, check to see if the rest match or are
170 // undefs.
171 for (++i; i != e; ++i)
172 if (N->getOperand(i) != Zero &&
173 N->getOperand(i).getOpcode() != ISD::UNDEF)
174 return false;
175 return true;
Evan Cheng4a147842006-03-26 09:50:58 +0000176}
177
Evan Chengefec7512008-02-18 23:04:32 +0000178/// isScalarToVector - Return true if the specified node is a
179/// ISD::SCALAR_TO_VECTOR node or a BUILD_VECTOR node where only the low
180/// element is not an undef.
181bool ISD::isScalarToVector(const SDNode *N) {
182 if (N->getOpcode() == ISD::SCALAR_TO_VECTOR)
183 return true;
184
185 if (N->getOpcode() != ISD::BUILD_VECTOR)
186 return false;
187 if (N->getOperand(0).getOpcode() == ISD::UNDEF)
188 return false;
189 unsigned NumElems = N->getNumOperands();
190 for (unsigned i = 1; i < NumElems; ++i) {
Dan Gohman475871a2008-07-27 21:46:04 +0000191 SDValue V = N->getOperand(i);
Evan Chengefec7512008-02-18 23:04:32 +0000192 if (V.getOpcode() != ISD::UNDEF)
193 return false;
194 }
195 return true;
196}
197
198
Evan Chengbb81d972008-01-31 09:59:15 +0000199/// isDebugLabel - Return true if the specified node represents a debug
Dan Gohman44066042008-07-01 00:05:16 +0000200/// label (i.e. ISD::DBG_LABEL or TargetInstrInfo::DBG_LABEL node).
Evan Chengbb81d972008-01-31 09:59:15 +0000201bool ISD::isDebugLabel(const SDNode *N) {
Dan Gohman475871a2008-07-27 21:46:04 +0000202 SDValue Zero;
Dan Gohman44066042008-07-01 00:05:16 +0000203 if (N->getOpcode() == ISD::DBG_LABEL)
204 return true;
Dan Gohmane8be6c62008-07-17 19:10:17 +0000205 if (N->isMachineOpcode() &&
206 N->getMachineOpcode() == TargetInstrInfo::DBG_LABEL)
Dan Gohman44066042008-07-01 00:05:16 +0000207 return true;
208 return false;
Evan Chengbb81d972008-01-31 09:59:15 +0000209}
210
Chris Lattnerc3aae252005-01-07 07:46:32 +0000211/// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)
212/// when given the operation for (X op Y).
213ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) {
214 // To perform this operation, we just need to swap the L and G bits of the
215 // operation.
216 unsigned OldL = (Operation >> 2) & 1;
217 unsigned OldG = (Operation >> 1) & 1;
218 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits
219 (OldL << 1) | // New G bit
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000220 (OldG << 2)); // New L bit.
Chris Lattnerc3aae252005-01-07 07:46:32 +0000221}
222
223/// getSetCCInverse - Return the operation corresponding to !(X op Y), where
224/// 'op' is a valid SetCC operation.
225ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) {
226 unsigned Operation = Op;
227 if (isInteger)
228 Operation ^= 7; // Flip L, G, E bits, but not U.
229 else
230 Operation ^= 15; // Flip all of the condition bits.
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000231
Chris Lattnerc3aae252005-01-07 07:46:32 +0000232 if (Operation > ISD::SETTRUE2)
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000233 Operation &= ~8; // Don't let N and U bits get set.
234
Chris Lattnerc3aae252005-01-07 07:46:32 +0000235 return ISD::CondCode(Operation);
236}
237
238
239/// isSignedOp - For an integer comparison, return 1 if the comparison is a
240/// signed operation and 2 if the result is an unsigned comparison. Return zero
241/// if the operation does not depend on the sign of the input (setne and seteq).
242static int isSignedOp(ISD::CondCode Opcode) {
243 switch (Opcode) {
244 default: assert(0 && "Illegal integer setcc operation!");
245 case ISD::SETEQ:
246 case ISD::SETNE: return 0;
247 case ISD::SETLT:
248 case ISD::SETLE:
249 case ISD::SETGT:
250 case ISD::SETGE: return 1;
251 case ISD::SETULT:
252 case ISD::SETULE:
253 case ISD::SETUGT:
254 case ISD::SETUGE: return 2;
255 }
256}
257
258/// getSetCCOrOperation - Return the result of a logical OR between different
259/// comparisons of identical values: ((X op1 Y) | (X op2 Y)). This function
260/// returns SETCC_INVALID if it is not possible to represent the resultant
261/// comparison.
262ISD::CondCode ISD::getSetCCOrOperation(ISD::CondCode Op1, ISD::CondCode Op2,
263 bool isInteger) {
264 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
265 // Cannot fold a signed integer setcc with an unsigned integer setcc.
266 return ISD::SETCC_INVALID;
Misha Brukmanedf128a2005-04-21 22:36:52 +0000267
Chris Lattnerc3aae252005-01-07 07:46:32 +0000268 unsigned Op = Op1 | Op2; // Combine all of the condition bits.
Misha Brukmanedf128a2005-04-21 22:36:52 +0000269
Chris Lattnerc3aae252005-01-07 07:46:32 +0000270 // If the N and U bits get set then the resultant comparison DOES suddenly
271 // care about orderedness, and is true when ordered.
272 if (Op > ISD::SETTRUE2)
Chris Lattnere41102b2006-05-12 17:03:46 +0000273 Op &= ~16; // Clear the U bit if the N bit is set.
274
275 // Canonicalize illegal integer setcc's.
276 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
277 Op = ISD::SETNE;
278
Chris Lattnerc3aae252005-01-07 07:46:32 +0000279 return ISD::CondCode(Op);
280}
281
282/// getSetCCAndOperation - Return the result of a logical AND between different
283/// comparisons of identical values: ((X op1 Y) & (X op2 Y)). This
284/// function returns zero if it is not possible to represent the resultant
285/// comparison.
286ISD::CondCode ISD::getSetCCAndOperation(ISD::CondCode Op1, ISD::CondCode Op2,
287 bool isInteger) {
288 if (isInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
289 // Cannot fold a signed setcc with an unsigned setcc.
Misha Brukmanedf128a2005-04-21 22:36:52 +0000290 return ISD::SETCC_INVALID;
Chris Lattnerc3aae252005-01-07 07:46:32 +0000291
292 // Combine all of the condition bits.
Chris Lattnera83385f2006-04-27 05:01:07 +0000293 ISD::CondCode Result = ISD::CondCode(Op1 & Op2);
294
295 // Canonicalize illegal integer setcc's.
296 if (isInteger) {
297 switch (Result) {
298 default: break;
Chris Lattner883a52d2006-06-28 18:29:47 +0000299 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
Dan Gohmand64a78c2008-05-14 18:17:09 +0000300 case ISD::SETOEQ: // SETEQ & SETU[LG]E
Chris Lattner883a52d2006-06-28 18:29:47 +0000301 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
302 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
303 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
Chris Lattnera83385f2006-04-27 05:01:07 +0000304 }
305 }
306
307 return Result;
Chris Lattnerc3aae252005-01-07 07:46:32 +0000308}
309
Chris Lattnerb48da392005-01-23 04:39:44 +0000310const TargetMachine &SelectionDAG::getTarget() const {
Dan Gohman6448d912008-09-04 15:39:15 +0000311 return MF->getTarget();
Chris Lattnerb48da392005-01-23 04:39:44 +0000312}
313
Jim Laskey58b968b2005-08-17 20:08:02 +0000314//===----------------------------------------------------------------------===//
Jim Laskey583bd472006-10-27 23:46:08 +0000315// SDNode Profile Support
316//===----------------------------------------------------------------------===//
317
Jim Laskeydef69b92006-10-27 23:52:51 +0000318/// AddNodeIDOpcode - Add the node opcode to the NodeID data.
319///
Jim Laskey583bd472006-10-27 23:46:08 +0000320static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) {
321 ID.AddInteger(OpC);
322}
323
324/// AddNodeIDValueTypes - Value type lists are intern'd so we can represent them
325/// solely with their pointer.
Dan Gohman844731a2008-05-13 00:00:25 +0000326static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
Jim Laskey583bd472006-10-27 23:46:08 +0000327 ID.AddPointer(VTList.VTs);
328}
329
Jim Laskeydef69b92006-10-27 23:52:51 +0000330/// AddNodeIDOperands - Various routines for adding operands to the NodeID data.
331///
Jim Laskey583bd472006-10-27 23:46:08 +0000332static void AddNodeIDOperands(FoldingSetNodeID &ID,
Dan Gohman475871a2008-07-27 21:46:04 +0000333 const SDValue *Ops, unsigned NumOps) {
Chris Lattner63e3f142007-02-04 07:28:00 +0000334 for (; NumOps; --NumOps, ++Ops) {
Gabor Greifba36cb52008-08-28 21:40:38 +0000335 ID.AddPointer(Ops->getNode());
Gabor Greif99a6cb92008-08-26 22:36:50 +0000336 ID.AddInteger(Ops->getResNo());
Chris Lattner63e3f142007-02-04 07:28:00 +0000337 }
Jim Laskey583bd472006-10-27 23:46:08 +0000338}
339
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000340/// AddNodeIDOperands - Various routines for adding operands to the NodeID data.
341///
342static void AddNodeIDOperands(FoldingSetNodeID &ID,
343 const SDUse *Ops, unsigned NumOps) {
344 for (; NumOps; --NumOps, ++Ops) {
Dan Gohman475871a2008-07-27 21:46:04 +0000345 ID.AddPointer(Ops->getVal());
Gabor Greif99a6cb92008-08-26 22:36:50 +0000346 ID.AddInteger(Ops->getSDValue().getResNo());
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000347 }
348}
349
Jim Laskey583bd472006-10-27 23:46:08 +0000350static void AddNodeIDNode(FoldingSetNodeID &ID,
351 unsigned short OpC, SDVTList VTList,
Dan Gohman475871a2008-07-27 21:46:04 +0000352 const SDValue *OpList, unsigned N) {
Jim Laskey583bd472006-10-27 23:46:08 +0000353 AddNodeIDOpcode(ID, OpC);
354 AddNodeIDValueTypes(ID, VTList);
355 AddNodeIDOperands(ID, OpList, N);
356}
357
Duncan Sands0dc40452008-10-27 15:30:53 +0000358/// AddNodeIDCustom - If this is an SDNode with special info, add this info to
359/// the NodeID data.
360static void AddNodeIDCustom(FoldingSetNodeID &ID, const SDNode *N) {
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000361 switch (N->getOpcode()) {
362 default: break; // Normal nodes don't need extra info.
Duncan Sands276dcbd2008-03-21 09:14:45 +0000363 case ISD::ARG_FLAGS:
364 ID.AddInteger(cast<ARG_FLAGSSDNode>(N)->getArgFlags().getRawBits());
365 break;
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000366 case ISD::TargetConstant:
367 case ISD::Constant:
Dan Gohman4fbd7962008-09-12 18:08:03 +0000368 ID.AddPointer(cast<ConstantSDNode>(N)->getConstantIntValue());
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000369 break;
370 case ISD::TargetConstantFP:
Dale Johanneseneaf08942007-08-31 04:03:46 +0000371 case ISD::ConstantFP: {
Dan Gohman4fbd7962008-09-12 18:08:03 +0000372 ID.AddPointer(cast<ConstantFPSDNode>(N)->getConstantFPValue());
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000373 break;
Dale Johanneseneaf08942007-08-31 04:03:46 +0000374 }
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000375 case ISD::TargetGlobalAddress:
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +0000376 case ISD::GlobalAddress:
377 case ISD::TargetGlobalTLSAddress:
378 case ISD::GlobalTLSAddress: {
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000379 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N);
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000380 ID.AddPointer(GA->getGlobal());
381 ID.AddInteger(GA->getOffset());
382 break;
383 }
384 case ISD::BasicBlock:
385 ID.AddPointer(cast<BasicBlockSDNode>(N)->getBasicBlock());
386 break;
387 case ISD::Register:
388 ID.AddInteger(cast<RegisterSDNode>(N)->getReg());
389 break;
Dan Gohman7f460202008-06-30 20:59:49 +0000390 case ISD::DBG_STOPPOINT: {
391 const DbgStopPointSDNode *DSP = cast<DbgStopPointSDNode>(N);
392 ID.AddInteger(DSP->getLine());
393 ID.AddInteger(DSP->getColumn());
394 ID.AddPointer(DSP->getCompileUnit());
395 break;
396 }
Dan Gohman69de1932008-02-06 22:27:42 +0000397 case ISD::SRCVALUE:
398 ID.AddPointer(cast<SrcValueSDNode>(N)->getValue());
399 break;
400 case ISD::MEMOPERAND: {
Dan Gohman36b5c132008-04-07 19:35:22 +0000401 const MachineMemOperand &MO = cast<MemOperandSDNode>(N)->MO;
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000402 MO.Profile(ID);
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000403 break;
404 }
405 case ISD::FrameIndex:
406 case ISD::TargetFrameIndex:
407 ID.AddInteger(cast<FrameIndexSDNode>(N)->getIndex());
408 break;
409 case ISD::JumpTable:
410 case ISD::TargetJumpTable:
411 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex());
412 break;
413 case ISD::ConstantPool:
414 case ISD::TargetConstantPool: {
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000415 const ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(N);
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000416 ID.AddInteger(CP->getAlignment());
417 ID.AddInteger(CP->getOffset());
418 if (CP->isMachineConstantPoolEntry())
419 CP->getMachineCPVal()->AddSelectionDAGCSEId(ID);
420 else
421 ID.AddPointer(CP->getConstVal());
422 break;
423 }
Dan Gohman5eb0cec2008-09-15 19:46:03 +0000424 case ISD::CALL: {
425 const CallSDNode *Call = cast<CallSDNode>(N);
426 ID.AddInteger(Call->getCallingConv());
427 ID.AddInteger(Call->isVarArg());
428 break;
429 }
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000430 case ISD::LOAD: {
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000431 const LoadSDNode *LD = cast<LoadSDNode>(N);
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000432 ID.AddInteger(LD->getAddressingMode());
433 ID.AddInteger(LD->getExtensionType());
Duncan Sands3b3adbb2008-06-06 12:49:32 +0000434 ID.AddInteger(LD->getMemoryVT().getRawBits());
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000435 ID.AddInteger(LD->getRawFlags());
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000436 break;
437 }
438 case ISD::STORE: {
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000439 const StoreSDNode *ST = cast<StoreSDNode>(N);
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000440 ID.AddInteger(ST->getAddressingMode());
441 ID.AddInteger(ST->isTruncatingStore());
Duncan Sands3b3adbb2008-06-06 12:49:32 +0000442 ID.AddInteger(ST->getMemoryVT().getRawBits());
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000443 ID.AddInteger(ST->getRawFlags());
Dale Johannesen2041a0e2007-03-30 21:38:07 +0000444 break;
445 }
Dan Gohman0b1d4a72008-12-23 21:37:04 +0000446 case ISD::ATOMIC_CMP_SWAP:
447 case ISD::ATOMIC_SWAP:
448 case ISD::ATOMIC_LOAD_ADD:
449 case ISD::ATOMIC_LOAD_SUB:
450 case ISD::ATOMIC_LOAD_AND:
451 case ISD::ATOMIC_LOAD_OR:
452 case ISD::ATOMIC_LOAD_XOR:
453 case ISD::ATOMIC_LOAD_NAND:
454 case ISD::ATOMIC_LOAD_MIN:
455 case ISD::ATOMIC_LOAD_MAX:
456 case ISD::ATOMIC_LOAD_UMIN:
457 case ISD::ATOMIC_LOAD_UMAX: {
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000458 const AtomicSDNode *AT = cast<AtomicSDNode>(N);
459 ID.AddInteger(AT->getRawFlags());
Mon P Wang28873102008-06-25 08:15:39 +0000460 break;
Jim Laskey583bd472006-10-27 23:46:08 +0000461 }
Mon P Wang28873102008-06-25 08:15:39 +0000462 } // end switch (N->getOpcode())
Jim Laskey583bd472006-10-27 23:46:08 +0000463}
464
Duncan Sands0dc40452008-10-27 15:30:53 +0000465/// AddNodeIDNode - Generic routine for adding a nodes info to the NodeID
466/// data.
467static void AddNodeIDNode(FoldingSetNodeID &ID, const SDNode *N) {
468 AddNodeIDOpcode(ID, N->getOpcode());
469 // Add the return value info.
470 AddNodeIDValueTypes(ID, N->getVTList());
471 // Add the operand info.
472 AddNodeIDOperands(ID, N->op_begin(), N->getNumOperands());
473
474 // Handle SDNode leafs with special info.
475 AddNodeIDCustom(ID, N);
476}
477
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000478/// encodeMemSDNodeFlags - Generic routine for computing a value for use in
479/// the CSE map that carries both alignment and volatility information.
480///
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000481static inline unsigned
482encodeMemSDNodeFlags(bool isVolatile, unsigned Alignment) {
Dan Gohmanb8d2f552008-08-20 15:58:01 +0000483 return isVolatile | ((Log2_32(Alignment) + 1) << 1);
484}
485
Jim Laskey583bd472006-10-27 23:46:08 +0000486//===----------------------------------------------------------------------===//
Jim Laskey58b968b2005-08-17 20:08:02 +0000487// SelectionDAG Class
488//===----------------------------------------------------------------------===//
Chris Lattnerb48da392005-01-23 04:39:44 +0000489
Duncan Sands0dc40452008-10-27 15:30:53 +0000490/// doNotCSE - Return true if CSE should not be performed for this node.
491static bool doNotCSE(SDNode *N) {
492 if (N->getValueType(0) == MVT::Flag)
493 return true; // Never CSE anything that produces a flag.
494
495 switch (N->getOpcode()) {
496 default: break;
497 case ISD::HANDLENODE:
498 case ISD::DBG_LABEL:
499 case ISD::DBG_STOPPOINT:
500 case ISD::EH_LABEL:
501 case ISD::DECLARE:
502 return true; // Never CSE these nodes.
503 }
504
505 // Check that remaining values produced are not flags.
506 for (unsigned i = 1, e = N->getNumValues(); i != e; ++i)
507 if (N->getValueType(i) == MVT::Flag)
508 return true; // Never CSE anything that produces a flag.
509
510 return false;
511}
512
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000513/// RemoveDeadNodes - This method deletes all unreachable nodes in the
Chris Lattner190a4182006-08-04 17:45:20 +0000514/// SelectionDAG.
515void SelectionDAG::RemoveDeadNodes() {
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000516 // Create a dummy node (which is not added to allnodes), that adds a reference
517 // to the root node, preventing it from being deleted.
Chris Lattner95038592005-10-05 06:35:28 +0000518 HandleSDNode Dummy(getRoot());
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000519
Chris Lattner190a4182006-08-04 17:45:20 +0000520 SmallVector<SDNode*, 128> DeadNodes;
Chris Lattnerf469cb62005-11-08 18:52:27 +0000521
Chris Lattner190a4182006-08-04 17:45:20 +0000522 // Add all obviously-dead nodes to the DeadNodes worklist.
Chris Lattnerde202b32005-11-09 23:47:37 +0000523 for (allnodes_iterator I = allnodes_begin(), E = allnodes_end(); I != E; ++I)
Chris Lattner190a4182006-08-04 17:45:20 +0000524 if (I->use_empty())
525 DeadNodes.push_back(I);
526
Dan Gohman0fe9c6e2008-07-07 20:57:48 +0000527 RemoveDeadNodes(DeadNodes);
528
529 // If the root changed (e.g. it was a dead load, update the root).
530 setRoot(Dummy.getValue());
531}
532
533/// RemoveDeadNodes - This method deletes the unreachable nodes in the
534/// given list, and any nodes that become unreachable as a result.
535void SelectionDAG::RemoveDeadNodes(SmallVectorImpl<SDNode *> &DeadNodes,
536 DAGUpdateListener *UpdateListener) {
537
Chris Lattner190a4182006-08-04 17:45:20 +0000538 // Process the worklist, deleting the nodes and adding their uses to the
539 // worklist.
540 while (!DeadNodes.empty()) {
541 SDNode *N = DeadNodes.back();
542 DeadNodes.pop_back();
543
Dan Gohman0fe9c6e2008-07-07 20:57:48 +0000544 if (UpdateListener)
545 UpdateListener->NodeDeleted(N, 0);
546
Chris Lattner190a4182006-08-04 17:45:20 +0000547 // Take the node out of the appropriate CSE map.
548 RemoveNodeFromCSEMaps(N);
549
550 // Next, brutally remove the operand list. This is safe to do, as there are
551 // no cycles in the graph.
552 for (SDNode::op_iterator I = N->op_begin(), E = N->op_end(); I != E; ++I) {
Roman Levenstein9cac5252008-04-16 16:15:27 +0000553 SDNode *Operand = I->getVal();
Roman Levensteindc1adac2008-04-07 10:06:32 +0000554 Operand->removeUser(std::distance(N->op_begin(), I), N);
Chris Lattner190a4182006-08-04 17:45:20 +0000555
556 // Now that we removed this operand, see if there are no uses of it left.
557 if (Operand->use_empty())
558 DeadNodes.push_back(Operand);
Chris Lattnerf469cb62005-11-08 18:52:27 +0000559 }
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000560
561 if (N->OperandsNeedDelete)
Chris Lattner63e3f142007-02-04 07:28:00 +0000562 delete[] N->OperandList;
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000563
Chris Lattner190a4182006-08-04 17:45:20 +0000564 N->OperandList = 0;
565 N->NumOperands = 0;
566
567 // Finally, remove N itself.
Dan Gohman11467282008-08-26 01:44:34 +0000568 NodeAllocator.Deallocate(AllNodes.remove(N));
Chris Lattnerf469cb62005-11-08 18:52:27 +0000569 }
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000570}
571
Chris Lattnerf8dc0612008-02-03 06:49:24 +0000572void SelectionDAG::RemoveDeadNode(SDNode *N, DAGUpdateListener *UpdateListener){
Dan Gohmane8be6c62008-07-17 19:10:17 +0000573 SmallVector<SDNode*, 16> DeadNodes(1, N);
Dan Gohman0fe9c6e2008-07-07 20:57:48 +0000574 RemoveDeadNodes(DeadNodes, UpdateListener);
Evan Cheng130a6472006-10-12 20:34:05 +0000575}
576
Chris Lattnerc26aefa2005-08-29 21:59:31 +0000577void SelectionDAG::DeleteNode(SDNode *N) {
578 assert(N->use_empty() && "Cannot delete a node that is not dead!");
579
580 // First take this out of the appropriate CSE map.
581 RemoveNodeFromCSEMaps(N);
582
Chris Lattner1e111c72005-09-07 05:37:01 +0000583 // Finally, remove uses due to operands of this node, remove from the
584 // AllNodes list, and delete the node.
585 DeleteNodeNotInCSEMaps(N);
586}
587
588void SelectionDAG::DeleteNodeNotInCSEMaps(SDNode *N) {
Dan Gohmanf06c8352008-09-30 18:30:35 +0000589 // Drop all of the operands and decrement used node's use counts.
Chris Lattner65113b22005-11-08 22:07:03 +0000590 for (SDNode::op_iterator I = N->op_begin(), E = N->op_end(); I != E; ++I)
Roman Levenstein9cac5252008-04-16 16:15:27 +0000591 I->getVal()->removeUser(std::distance(N->op_begin(), I), N);
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000592
593 if (N->OperandsNeedDelete) {
Chris Lattner63e3f142007-02-04 07:28:00 +0000594 delete[] N->OperandList;
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000595 N->OperandList = 0;
596 }
Chris Lattnerc26aefa2005-08-29 21:59:31 +0000597
Dan Gohman11467282008-08-26 01:44:34 +0000598 assert(N != AllNodes.begin());
599 NodeAllocator.Deallocate(AllNodes.remove(N));
Chris Lattnerc26aefa2005-08-29 21:59:31 +0000600}
601
Chris Lattner149c58c2005-08-16 18:17:10 +0000602/// RemoveNodeFromCSEMaps - Take the specified node out of the CSE map that
603/// correspond to it. This is useful when we're about to delete or repurpose
604/// the node. We don't want future request for structurally identical nodes
605/// to return N anymore.
Dan Gohman095cc292008-09-13 01:54:27 +0000606bool SelectionDAG::RemoveNodeFromCSEMaps(SDNode *N) {
Chris Lattner6621e3b2005-09-02 19:15:44 +0000607 bool Erased = false;
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000608 switch (N->getOpcode()) {
Dan Gohmanf350b272008-08-23 02:25:05 +0000609 case ISD::EntryToken:
610 assert(0 && "EntryToken should not be in CSEMaps!");
Dan Gohman095cc292008-09-13 01:54:27 +0000611 return false;
612 case ISD::HANDLENODE: return false; // noop.
Chris Lattner7cf7e3f2005-08-09 20:20:18 +0000613 case ISD::CONDCODE:
614 assert(CondCodeNodes[cast<CondCodeSDNode>(N)->get()] &&
615 "Cond code doesn't exist!");
Chris Lattner6621e3b2005-09-02 19:15:44 +0000616 Erased = CondCodeNodes[cast<CondCodeSDNode>(N)->get()] != 0;
Chris Lattner7cf7e3f2005-08-09 20:20:18 +0000617 CondCodeNodes[cast<CondCodeSDNode>(N)->get()] = 0;
618 break;
Bill Wendling056292f2008-09-16 21:48:12 +0000619 case ISD::ExternalSymbol:
620 Erased = ExternalSymbols.erase(cast<ExternalSymbolSDNode>(N)->getSymbol());
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000621 break;
Bill Wendling056292f2008-09-16 21:48:12 +0000622 case ISD::TargetExternalSymbol:
623 Erased =
624 TargetExternalSymbols.erase(cast<ExternalSymbolSDNode>(N)->getSymbol());
Andrew Lenharth2a2de662005-10-23 03:40:17 +0000625 break;
Duncan Sandsf411b832007-10-17 13:49:58 +0000626 case ISD::VALUETYPE: {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000627 MVT VT = cast<VTSDNode>(N)->getVT();
628 if (VT.isExtended()) {
Duncan Sandsf411b832007-10-17 13:49:58 +0000629 Erased = ExtendedValueTypeNodes.erase(VT);
630 } else {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000631 Erased = ValueTypeNodes[VT.getSimpleVT()] != 0;
632 ValueTypeNodes[VT.getSimpleVT()] = 0;
Duncan Sandsf411b832007-10-17 13:49:58 +0000633 }
Chris Lattner15e4b012005-07-10 00:07:11 +0000634 break;
Duncan Sandsf411b832007-10-17 13:49:58 +0000635 }
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000636 default:
Chris Lattner4a283e92006-08-11 18:38:11 +0000637 // Remove it from the CSE Map.
638 Erased = CSEMap.RemoveNode(N);
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000639 break;
640 }
Chris Lattner6621e3b2005-09-02 19:15:44 +0000641#ifndef NDEBUG
642 // Verify that the node was actually in one of the CSE maps, unless it has a
643 // flag result (which cannot be CSE'd) or is one of the special cases that are
644 // not subject to CSE.
645 if (!Erased && N->getValueType(N->getNumValues()-1) != MVT::Flag &&
Duncan Sands0dc40452008-10-27 15:30:53 +0000646 !N->isMachineOpcode() && !doNotCSE(N)) {
Dan Gohmanb5bec2b2007-06-19 14:13:56 +0000647 N->dump(this);
Bill Wendling832171c2006-12-07 20:04:42 +0000648 cerr << "\n";
Chris Lattner6621e3b2005-09-02 19:15:44 +0000649 assert(0 && "Node is not in map!");
650 }
651#endif
Dan Gohman095cc292008-09-13 01:54:27 +0000652 return Erased;
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000653}
654
Chris Lattner8b8749f2005-08-17 19:00:20 +0000655/// AddNonLeafNodeToCSEMaps - Add the specified node back to the CSE maps. It
656/// has been taken out and modified in some way. If the specified node already
657/// exists in the CSE maps, do not modify the maps, but return the existing node
658/// instead. If it doesn't exist, add it and return null.
659///
660SDNode *SelectionDAG::AddNonLeafNodeToCSEMaps(SDNode *N) {
661 assert(N->getNumOperands() && "This is a leaf node!");
Evan Cheng71e86852008-07-08 20:06:39 +0000662
Duncan Sands0dc40452008-10-27 15:30:53 +0000663 if (doNotCSE(N))
664 return 0;
Evan Cheng71e86852008-07-08 20:06:39 +0000665
Chris Lattnera5682852006-08-07 23:03:03 +0000666 SDNode *New = CSEMap.GetOrInsertNode(N);
667 if (New != N) return New; // Node already existed.
Chris Lattner8b8749f2005-08-17 19:00:20 +0000668 return 0;
Chris Lattner8b8749f2005-08-17 19:00:20 +0000669}
670
Chris Lattnerdf6eb302006-01-28 09:32:45 +0000671/// FindModifiedNodeSlot - Find a slot for the specified node if its operands
672/// were replaced with those specified. If this node is never memoized,
673/// return null, otherwise return a pointer to the slot it would take. If a
674/// node already exists with these operands, the slot will be non-null.
Dan Gohman475871a2008-07-27 21:46:04 +0000675SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N, SDValue Op,
Chris Lattnera5682852006-08-07 23:03:03 +0000676 void *&InsertPos) {
Duncan Sands0dc40452008-10-27 15:30:53 +0000677 if (doNotCSE(N))
678 return 0;
Evan Cheng71e86852008-07-08 20:06:39 +0000679
Dan Gohman475871a2008-07-27 21:46:04 +0000680 SDValue Ops[] = { Op };
Jim Laskey583bd472006-10-27 23:46:08 +0000681 FoldingSetNodeID ID;
Chris Lattner63e3f142007-02-04 07:28:00 +0000682 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, 1);
Duncan Sands0dc40452008-10-27 15:30:53 +0000683 AddNodeIDCustom(ID, N);
Chris Lattnera5682852006-08-07 23:03:03 +0000684 return CSEMap.FindNodeOrInsertPos(ID, InsertPos);
Chris Lattnerdf6eb302006-01-28 09:32:45 +0000685}
686
687/// FindModifiedNodeSlot - Find a slot for the specified node if its operands
688/// were replaced with those specified. If this node is never memoized,
689/// return null, otherwise return a pointer to the slot it would take. If a
690/// node already exists with these operands, the slot will be non-null.
Chris Lattnera5682852006-08-07 23:03:03 +0000691SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N,
Dan Gohman475871a2008-07-27 21:46:04 +0000692 SDValue Op1, SDValue Op2,
Chris Lattnera5682852006-08-07 23:03:03 +0000693 void *&InsertPos) {
Duncan Sands0dc40452008-10-27 15:30:53 +0000694 if (doNotCSE(N))
695 return 0;
696
Dan Gohman475871a2008-07-27 21:46:04 +0000697 SDValue Ops[] = { Op1, Op2 };
Jim Laskey583bd472006-10-27 23:46:08 +0000698 FoldingSetNodeID ID;
Chris Lattner63e3f142007-02-04 07:28:00 +0000699 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, 2);
Duncan Sands0dc40452008-10-27 15:30:53 +0000700 AddNodeIDCustom(ID, N);
Chris Lattnera5682852006-08-07 23:03:03 +0000701 return CSEMap.FindNodeOrInsertPos(ID, InsertPos);
702}
703
704
705/// FindModifiedNodeSlot - Find a slot for the specified node if its operands
706/// were replaced with those specified. If this node is never memoized,
707/// return null, otherwise return a pointer to the slot it would take. If a
708/// node already exists with these operands, the slot will be non-null.
709SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N,
Dan Gohman475871a2008-07-27 21:46:04 +0000710 const SDValue *Ops,unsigned NumOps,
Chris Lattnera5682852006-08-07 23:03:03 +0000711 void *&InsertPos) {
Duncan Sands0dc40452008-10-27 15:30:53 +0000712 if (doNotCSE(N))
713 return 0;
Evan Cheng71e86852008-07-08 20:06:39 +0000714
Jim Laskey583bd472006-10-27 23:46:08 +0000715 FoldingSetNodeID ID;
Dan Gohman575e2f42007-06-04 15:49:41 +0000716 AddNodeIDNode(ID, N->getOpcode(), N->getVTList(), Ops, NumOps);
Duncan Sands0dc40452008-10-27 15:30:53 +0000717 AddNodeIDCustom(ID, N);
Chris Lattnera5682852006-08-07 23:03:03 +0000718 return CSEMap.FindNodeOrInsertPos(ID, InsertPos);
Chris Lattnerdf6eb302006-01-28 09:32:45 +0000719}
Chris Lattner8b8749f2005-08-17 19:00:20 +0000720
Duncan Sandsd038e042008-07-21 10:20:31 +0000721/// VerifyNode - Sanity check the given node. Aborts if it is invalid.
722void SelectionDAG::VerifyNode(SDNode *N) {
723 switch (N->getOpcode()) {
724 default:
725 break;
Duncan Sandsd22ec5f2008-10-29 14:22:20 +0000726 case ISD::BUILD_PAIR: {
727 MVT VT = N->getValueType(0);
728 assert(N->getNumValues() == 1 && "Too many results!");
729 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) &&
730 "Wrong return type!");
731 assert(N->getNumOperands() == 2 && "Wrong number of operands!");
732 assert(N->getOperand(0).getValueType() == N->getOperand(1).getValueType() &&
733 "Mismatched operand types!");
734 assert(N->getOperand(0).getValueType().isInteger() == VT.isInteger() &&
735 "Wrong operand type!");
736 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
737 "Wrong return type size");
738 break;
739 }
Duncan Sandsd038e042008-07-21 10:20:31 +0000740 case ISD::BUILD_VECTOR: {
Duncan Sandsd22ec5f2008-10-29 14:22:20 +0000741 assert(N->getNumValues() == 1 && "Too many results!");
742 assert(N->getValueType(0).isVector() && "Wrong return type!");
Duncan Sandsd038e042008-07-21 10:20:31 +0000743 assert(N->getNumOperands() == N->getValueType(0).getVectorNumElements() &&
Duncan Sandsd22ec5f2008-10-29 14:22:20 +0000744 "Wrong number of operands!");
Duncan Sands0954aef2008-10-22 09:00:33 +0000745 // FIXME: Change vector_shuffle to a variadic node with mask elements being
746 // operands of the node. Currently the mask is a BUILD_VECTOR passed as an
747 // operand, and it is not always possible to legalize it. Turning off the
748 // following checks at least makes it possible to legalize most of the time.
749// MVT EltVT = N->getValueType(0).getVectorElementType();
750// for (SDNode::op_iterator I = N->op_begin(), E = N->op_end(); I != E; ++I)
751// assert(I->getSDValue().getValueType() == EltVT &&
Duncan Sandsd22ec5f2008-10-29 14:22:20 +0000752// "Wrong operand type!");
Duncan Sandsd038e042008-07-21 10:20:31 +0000753 break;
754 }
755 }
756}
757
Dan Gohman9c6e70e2008-07-08 23:46:32 +0000758/// getMVTAlignment - Compute the default alignment value for the
759/// given type.
760///
761unsigned SelectionDAG::getMVTAlignment(MVT VT) const {
762 const Type *Ty = VT == MVT::iPTR ?
763 PointerType::get(Type::Int8Ty, 0) :
764 VT.getTypeForMVT();
765
766 return TLI.getTargetData()->getABITypeAlignment(Ty);
767}
Chris Lattner0e12e6e2005-01-07 21:09:16 +0000768
Dan Gohman7c3234c2008-08-27 23:52:12 +0000769SelectionDAG::SelectionDAG(TargetLowering &tli, FunctionLoweringInfo &fli)
770 : TLI(tli), FLI(fli),
771 EntryNode(ISD::EntryToken, getVTList(MVT::Other)),
Dan Gohmanf350b272008-08-23 02:25:05 +0000772 Root(getEntryNode()) {
773 AllNodes.push_back(&EntryNode);
Dan Gohman6f179662008-08-23 00:50:30 +0000774}
775
Devang Patel6e7a1612009-01-09 19:11:50 +0000776void SelectionDAG::init(MachineFunction &mf, MachineModuleInfo *mmi,
777 DwarfWriter *dw) {
Dan Gohman7c3234c2008-08-27 23:52:12 +0000778 MF = &mf;
779 MMI = mmi;
Devang Patel6e7a1612009-01-09 19:11:50 +0000780 DW = dw;
Dan Gohman7c3234c2008-08-27 23:52:12 +0000781}
782
Chris Lattner78ec3112003-08-11 14:57:33 +0000783SelectionDAG::~SelectionDAG() {
Dan Gohmanf350b272008-08-23 02:25:05 +0000784 allnodes_clear();
785}
786
787void SelectionDAG::allnodes_clear() {
Dan Gohman11467282008-08-26 01:44:34 +0000788 assert(&*AllNodes.begin() == &EntryNode);
789 AllNodes.remove(AllNodes.begin());
Chris Lattnerde202b32005-11-09 23:47:37 +0000790 while (!AllNodes.empty()) {
Dan Gohmanfed90b62008-07-28 21:51:04 +0000791 SDNode *N = AllNodes.remove(AllNodes.begin());
Chris Lattner213a16c2006-08-14 22:19:25 +0000792 N->SetNextInBucket(0);
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000793
794 if (N->OperandsNeedDelete) {
Chris Lattner63e3f142007-02-04 07:28:00 +0000795 delete [] N->OperandList;
Bill Wendlinga1dc6022008-10-19 20:51:12 +0000796 N->OperandList = 0;
797 }
798
Dan Gohman11467282008-08-26 01:44:34 +0000799 NodeAllocator.Deallocate(N);
Chris Lattner65113b22005-11-08 22:07:03 +0000800 }
Chris Lattner78ec3112003-08-11 14:57:33 +0000801}
802
Dan Gohman7c3234c2008-08-27 23:52:12 +0000803void SelectionDAG::clear() {
Dan Gohmanf350b272008-08-23 02:25:05 +0000804 allnodes_clear();
805 OperandAllocator.Reset();
806 CSEMap.clear();
807
808 ExtendedValueTypeNodes.clear();
Bill Wendling056292f2008-09-16 21:48:12 +0000809 ExternalSymbols.clear();
810 TargetExternalSymbols.clear();
Dan Gohmanf350b272008-08-23 02:25:05 +0000811 std::fill(CondCodeNodes.begin(), CondCodeNodes.end(),
812 static_cast<CondCodeSDNode*>(0));
813 std::fill(ValueTypeNodes.begin(), ValueTypeNodes.end(),
814 static_cast<SDNode*>(0));
815
816 EntryNode.Uses = 0;
817 AllNodes.push_back(&EntryNode);
818 Root = getEntryNode();
819}
820
Dan Gohman475871a2008-07-27 21:46:04 +0000821SDValue SelectionDAG::getZeroExtendInReg(SDValue Op, MVT VT) {
Chris Lattner51679c42005-04-13 19:41:05 +0000822 if (Op.getValueType() == VT) return Op;
Dan Gohman6c231502008-02-29 01:47:35 +0000823 APInt Imm = APInt::getLowBitsSet(Op.getValueSizeInBits(),
Duncan Sands83ec4b62008-06-06 12:08:01 +0000824 VT.getSizeInBits());
Chris Lattner0f2287b2005-04-13 02:38:18 +0000825 return getNode(ISD::AND, Op.getValueType(), Op,
826 getConstant(Imm, Op.getValueType()));
827}
828
Dan Gohman475871a2008-07-27 21:46:04 +0000829SDValue SelectionDAG::getConstant(uint64_t Val, MVT VT, bool isT) {
Evan Cheng0ff39b32008-06-30 07:31:25 +0000830 MVT EltVT = VT.isVector() ? VT.getVectorElementType() : VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +0000831 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT);
Dan Gohman6394b092008-02-08 22:59:30 +0000832}
833
Dan Gohman475871a2008-07-27 21:46:04 +0000834SDValue SelectionDAG::getConstant(const APInt &Val, MVT VT, bool isT) {
Dan Gohman4fbd7962008-09-12 18:08:03 +0000835 return getConstant(*ConstantInt::get(Val), VT, isT);
836}
837
838SDValue SelectionDAG::getConstant(const ConstantInt &Val, MVT VT, bool isT) {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000839 assert(VT.isInteger() && "Cannot create FP integer constant!");
Dan Gohman89081322007-12-12 22:21:26 +0000840
Evan Cheng0ff39b32008-06-30 07:31:25 +0000841 MVT EltVT = VT.isVector() ? VT.getVectorElementType() : VT;
Duncan Sands83ec4b62008-06-06 12:08:01 +0000842 assert(Val.getBitWidth() == EltVT.getSizeInBits() &&
Dan Gohman6394b092008-02-08 22:59:30 +0000843 "APInt size does not match type size!");
Chris Lattner61b09412006-08-11 21:01:22 +0000844
845 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant;
Jim Laskey583bd472006-10-27 23:46:08 +0000846 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000847 AddNodeIDNode(ID, Opc, getVTList(EltVT), 0, 0);
Dan Gohman4fbd7962008-09-12 18:08:03 +0000848 ID.AddPointer(&Val);
Chris Lattner61b09412006-08-11 21:01:22 +0000849 void *IP = 0;
Dan Gohman89081322007-12-12 22:21:26 +0000850 SDNode *N = NULL;
851 if ((N = CSEMap.FindNodeOrInsertPos(ID, IP)))
Duncan Sands83ec4b62008-06-06 12:08:01 +0000852 if (!VT.isVector())
Dan Gohman475871a2008-07-27 21:46:04 +0000853 return SDValue(N, 0);
Dan Gohman89081322007-12-12 22:21:26 +0000854 if (!N) {
Dan Gohmanfed90b62008-07-28 21:51:04 +0000855 N = NodeAllocator.Allocate<ConstantSDNode>();
Dan Gohman4fbd7962008-09-12 18:08:03 +0000856 new (N) ConstantSDNode(isT, &Val, EltVT);
Dan Gohman89081322007-12-12 22:21:26 +0000857 CSEMap.InsertNode(N, IP);
858 AllNodes.push_back(N);
859 }
860
Dan Gohman475871a2008-07-27 21:46:04 +0000861 SDValue Result(N, 0);
Duncan Sands83ec4b62008-06-06 12:08:01 +0000862 if (VT.isVector()) {
Dan Gohman475871a2008-07-27 21:46:04 +0000863 SmallVector<SDValue, 8> Ops;
Duncan Sands83ec4b62008-06-06 12:08:01 +0000864 Ops.assign(VT.getVectorNumElements(), Result);
Dan Gohman89081322007-12-12 22:21:26 +0000865 Result = getNode(ISD::BUILD_VECTOR, VT, &Ops[0], Ops.size());
866 }
867 return Result;
Chris Lattner78ec3112003-08-11 14:57:33 +0000868}
869
Dan Gohman475871a2008-07-27 21:46:04 +0000870SDValue SelectionDAG::getIntPtrConstant(uint64_t Val, bool isTarget) {
Chris Lattner0bd48932008-01-17 07:00:52 +0000871 return getConstant(Val, TLI.getPointerTy(), isTarget);
872}
873
874
Dan Gohman475871a2008-07-27 21:46:04 +0000875SDValue SelectionDAG::getConstantFP(const APFloat& V, MVT VT, bool isTarget) {
Dan Gohman4fbd7962008-09-12 18:08:03 +0000876 return getConstantFP(*ConstantFP::get(V), VT, isTarget);
877}
878
879SDValue SelectionDAG::getConstantFP(const ConstantFP& V, MVT VT, bool isTarget){
Duncan Sands83ec4b62008-06-06 12:08:01 +0000880 assert(VT.isFloatingPoint() && "Cannot create integer FP constant!");
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000881
Duncan Sands83ec4b62008-06-06 12:08:01 +0000882 MVT EltVT =
883 VT.isVector() ? VT.getVectorElementType() : VT;
Chris Lattnerc3aae252005-01-07 07:46:32 +0000884
Chris Lattnerd8658612005-02-17 20:17:32 +0000885 // Do the map lookup using the actual bit pattern for the floating point
886 // value, so that we don't have problems with 0.0 comparing equal to -0.0, and
887 // we don't have issues with SNANs.
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000888 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP;
Jim Laskey583bd472006-10-27 23:46:08 +0000889 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000890 AddNodeIDNode(ID, Opc, getVTList(EltVT), 0, 0);
Dan Gohman4fbd7962008-09-12 18:08:03 +0000891 ID.AddPointer(&V);
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000892 void *IP = 0;
Evan Chengc908dcd2007-06-29 21:36:04 +0000893 SDNode *N = NULL;
894 if ((N = CSEMap.FindNodeOrInsertPos(ID, IP)))
Duncan Sands83ec4b62008-06-06 12:08:01 +0000895 if (!VT.isVector())
Dan Gohman475871a2008-07-27 21:46:04 +0000896 return SDValue(N, 0);
Evan Chengc908dcd2007-06-29 21:36:04 +0000897 if (!N) {
Dan Gohmanfed90b62008-07-28 21:51:04 +0000898 N = NodeAllocator.Allocate<ConstantFPSDNode>();
Dan Gohman4fbd7962008-09-12 18:08:03 +0000899 new (N) ConstantFPSDNode(isTarget, &V, EltVT);
Evan Chengc908dcd2007-06-29 21:36:04 +0000900 CSEMap.InsertNode(N, IP);
901 AllNodes.push_back(N);
902 }
903
Dan Gohman475871a2008-07-27 21:46:04 +0000904 SDValue Result(N, 0);
Duncan Sands83ec4b62008-06-06 12:08:01 +0000905 if (VT.isVector()) {
Dan Gohman475871a2008-07-27 21:46:04 +0000906 SmallVector<SDValue, 8> Ops;
Duncan Sands83ec4b62008-06-06 12:08:01 +0000907 Ops.assign(VT.getVectorNumElements(), Result);
Dan Gohman7f321562007-06-25 16:23:39 +0000908 Result = getNode(ISD::BUILD_VECTOR, VT, &Ops[0], Ops.size());
909 }
910 return Result;
Chris Lattnerc3aae252005-01-07 07:46:32 +0000911}
912
Dan Gohman475871a2008-07-27 21:46:04 +0000913SDValue SelectionDAG::getConstantFP(double Val, MVT VT, bool isTarget) {
Duncan Sands83ec4b62008-06-06 12:08:01 +0000914 MVT EltVT =
915 VT.isVector() ? VT.getVectorElementType() : VT;
Dale Johannesenf04afdb2007-08-30 00:23:21 +0000916 if (EltVT==MVT::f32)
917 return getConstantFP(APFloat((float)Val), VT, isTarget);
918 else
919 return getConstantFP(APFloat(Val), VT, isTarget);
920}
921
Dan Gohman475871a2008-07-27 21:46:04 +0000922SDValue SelectionDAG::getGlobalAddress(const GlobalValue *GV,
Dan Gohman6520e202008-10-18 02:06:02 +0000923 MVT VT, int64_t Offset,
Dan Gohman475871a2008-07-27 21:46:04 +0000924 bool isTargetGA) {
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +0000925 unsigned Opc;
Anton Korobeynikov4d86e2a2008-03-11 22:38:53 +0000926
Dan Gohman6520e202008-10-18 02:06:02 +0000927 // Truncate (with sign-extension) the offset value to the pointer size.
Dan Gohman44013612008-10-21 03:38:42 +0000928 unsigned BitWidth = TLI.getPointerTy().getSizeInBits();
Dan Gohman6520e202008-10-18 02:06:02 +0000929 if (BitWidth < 64)
930 Offset = (Offset << (64 - BitWidth) >> (64 - BitWidth));
931
Anton Korobeynikov4d86e2a2008-03-11 22:38:53 +0000932 const GlobalVariable *GVar = dyn_cast<GlobalVariable>(GV);
933 if (!GVar) {
Anton Korobeynikovc73ede02008-03-22 07:53:40 +0000934 // If GV is an alias then use the aliasee for determining thread-localness.
Anton Korobeynikov4d86e2a2008-03-11 22:38:53 +0000935 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
Anton Korobeynikov19e861a2008-09-09 20:05:04 +0000936 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false));
Anton Korobeynikov4d86e2a2008-03-11 22:38:53 +0000937 }
938
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +0000939 if (GVar && GVar->isThreadLocal())
940 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress;
941 else
942 Opc = isTargetGA ? ISD::TargetGlobalAddress : ISD::GlobalAddress;
Anton Korobeynikov4d86e2a2008-03-11 22:38:53 +0000943
Jim Laskey583bd472006-10-27 23:46:08 +0000944 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000945 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0);
Chris Lattner61b09412006-08-11 21:01:22 +0000946 ID.AddPointer(GV);
947 ID.AddInteger(Offset);
948 void *IP = 0;
949 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +0000950 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +0000951 SDNode *N = NodeAllocator.Allocate<GlobalAddressSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +0000952 new (N) GlobalAddressSDNode(isTargetGA, GV, VT, Offset);
Chris Lattner61b09412006-08-11 21:01:22 +0000953 CSEMap.InsertNode(N, IP);
Chris Lattnerc3aae252005-01-07 07:46:32 +0000954 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +0000955 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +0000956}
957
Dan Gohman475871a2008-07-27 21:46:04 +0000958SDValue SelectionDAG::getFrameIndex(int FI, MVT VT, bool isTarget) {
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000959 unsigned Opc = isTarget ? ISD::TargetFrameIndex : ISD::FrameIndex;
Jim Laskey583bd472006-10-27 23:46:08 +0000960 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000961 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0);
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000962 ID.AddInteger(FI);
963 void *IP = 0;
964 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +0000965 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +0000966 SDNode *N = NodeAllocator.Allocate<FrameIndexSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +0000967 new (N) FrameIndexSDNode(FI, VT, isTarget);
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000968 CSEMap.InsertNode(N, IP);
Chris Lattnerafb2dd42005-08-25 00:43:01 +0000969 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +0000970 return SDValue(N, 0);
Chris Lattnerafb2dd42005-08-25 00:43:01 +0000971}
972
Dan Gohman475871a2008-07-27 21:46:04 +0000973SDValue SelectionDAG::getJumpTable(int JTI, MVT VT, bool isTarget){
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000974 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable;
Jim Laskey583bd472006-10-27 23:46:08 +0000975 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000976 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0);
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000977 ID.AddInteger(JTI);
978 void *IP = 0;
979 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +0000980 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +0000981 SDNode *N = NodeAllocator.Allocate<JumpTableSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +0000982 new (N) JumpTableSDNode(JTI, VT, isTarget);
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000983 CSEMap.InsertNode(N, IP);
Nate Begeman37efe672006-04-22 18:53:45 +0000984 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +0000985 return SDValue(N, 0);
Nate Begeman37efe672006-04-22 18:53:45 +0000986}
987
Dan Gohman475871a2008-07-27 21:46:04 +0000988SDValue SelectionDAG::getConstantPool(Constant *C, MVT VT,
989 unsigned Alignment, int Offset,
990 bool isTarget) {
Dan Gohman50284d82008-09-16 22:05:41 +0000991 if (Alignment == 0)
992 Alignment =
993 TLI.getTargetData()->getPreferredTypeAlignmentShift(C->getType());
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000994 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
Jim Laskey583bd472006-10-27 23:46:08 +0000995 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +0000996 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0);
Chris Lattnerc9f8f412006-08-11 21:55:30 +0000997 ID.AddInteger(Alignment);
998 ID.AddInteger(Offset);
Chris Lattner130fc132006-08-14 20:12:44 +0000999 ID.AddPointer(C);
Chris Lattnerc9f8f412006-08-11 21:55:30 +00001000 void *IP = 0;
1001 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001002 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001003 SDNode *N = NodeAllocator.Allocate<ConstantPoolSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001004 new (N) ConstantPoolSDNode(isTarget, C, VT, Offset, Alignment);
Chris Lattnerc9f8f412006-08-11 21:55:30 +00001005 CSEMap.InsertNode(N, IP);
Chris Lattner4025a9c2005-08-25 05:03:06 +00001006 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001007 return SDValue(N, 0);
Chris Lattner4025a9c2005-08-25 05:03:06 +00001008}
1009
Chris Lattnerc3aae252005-01-07 07:46:32 +00001010
Dan Gohman475871a2008-07-27 21:46:04 +00001011SDValue SelectionDAG::getConstantPool(MachineConstantPoolValue *C, MVT VT,
1012 unsigned Alignment, int Offset,
1013 bool isTarget) {
Dan Gohman50284d82008-09-16 22:05:41 +00001014 if (Alignment == 0)
1015 Alignment =
1016 TLI.getTargetData()->getPreferredTypeAlignmentShift(C->getType());
Evan Chengd6594ae2006-09-12 21:00:35 +00001017 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
Jim Laskey583bd472006-10-27 23:46:08 +00001018 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00001019 AddNodeIDNode(ID, Opc, getVTList(VT), 0, 0);
Evan Chengd6594ae2006-09-12 21:00:35 +00001020 ID.AddInteger(Alignment);
1021 ID.AddInteger(Offset);
Jim Laskey583bd472006-10-27 23:46:08 +00001022 C->AddSelectionDAGCSEId(ID);
Evan Chengd6594ae2006-09-12 21:00:35 +00001023 void *IP = 0;
1024 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001025 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001026 SDNode *N = NodeAllocator.Allocate<ConstantPoolSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001027 new (N) ConstantPoolSDNode(isTarget, C, VT, Offset, Alignment);
Evan Chengd6594ae2006-09-12 21:00:35 +00001028 CSEMap.InsertNode(N, IP);
1029 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001030 return SDValue(N, 0);
Evan Chengd6594ae2006-09-12 21:00:35 +00001031}
1032
1033
Dan Gohman475871a2008-07-27 21:46:04 +00001034SDValue SelectionDAG::getBasicBlock(MachineBasicBlock *MBB) {
Jim Laskey583bd472006-10-27 23:46:08 +00001035 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00001036 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), 0, 0);
Chris Lattner61b09412006-08-11 21:01:22 +00001037 ID.AddPointer(MBB);
1038 void *IP = 0;
1039 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001040 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001041 SDNode *N = NodeAllocator.Allocate<BasicBlockSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001042 new (N) BasicBlockSDNode(MBB);
Chris Lattner61b09412006-08-11 21:01:22 +00001043 CSEMap.InsertNode(N, IP);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001044 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001045 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001046}
1047
Dan Gohman475871a2008-07-27 21:46:04 +00001048SDValue SelectionDAG::getArgFlags(ISD::ArgFlagsTy Flags) {
Duncan Sands276dcbd2008-03-21 09:14:45 +00001049 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00001050 AddNodeIDNode(ID, ISD::ARG_FLAGS, getVTList(MVT::Other), 0, 0);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001051 ID.AddInteger(Flags.getRawBits());
1052 void *IP = 0;
1053 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001054 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001055 SDNode *N = NodeAllocator.Allocate<ARG_FLAGSSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001056 new (N) ARG_FLAGSSDNode(Flags);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001057 CSEMap.InsertNode(N, IP);
1058 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001059 return SDValue(N, 0);
Duncan Sands276dcbd2008-03-21 09:14:45 +00001060}
1061
Dan Gohman475871a2008-07-27 21:46:04 +00001062SDValue SelectionDAG::getValueType(MVT VT) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001063 if (VT.isSimple() && (unsigned)VT.getSimpleVT() >= ValueTypeNodes.size())
1064 ValueTypeNodes.resize(VT.getSimpleVT()+1);
Chris Lattner15e4b012005-07-10 00:07:11 +00001065
Duncan Sands83ec4b62008-06-06 12:08:01 +00001066 SDNode *&N = VT.isExtended() ?
1067 ExtendedValueTypeNodes[VT] : ValueTypeNodes[VT.getSimpleVT()];
Duncan Sandsf411b832007-10-17 13:49:58 +00001068
Dan Gohman475871a2008-07-27 21:46:04 +00001069 if (N) return SDValue(N, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001070 N = NodeAllocator.Allocate<VTSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001071 new (N) VTSDNode(VT);
Duncan Sandsf411b832007-10-17 13:49:58 +00001072 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001073 return SDValue(N, 0);
Chris Lattner15e4b012005-07-10 00:07:11 +00001074}
1075
Bill Wendling056292f2008-09-16 21:48:12 +00001076SDValue SelectionDAG::getExternalSymbol(const char *Sym, MVT VT) {
1077 SDNode *&N = ExternalSymbols[Sym];
Dan Gohman475871a2008-07-27 21:46:04 +00001078 if (N) return SDValue(N, 0);
Bill Wendling056292f2008-09-16 21:48:12 +00001079 N = NodeAllocator.Allocate<ExternalSymbolSDNode>();
1080 new (N) ExternalSymbolSDNode(false, Sym, VT);
Andrew Lenharth2a2de662005-10-23 03:40:17 +00001081 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001082 return SDValue(N, 0);
Andrew Lenharth2a2de662005-10-23 03:40:17 +00001083}
1084
Bill Wendling056292f2008-09-16 21:48:12 +00001085SDValue SelectionDAG::getTargetExternalSymbol(const char *Sym, MVT VT) {
1086 SDNode *&N = TargetExternalSymbols[Sym];
Dan Gohman475871a2008-07-27 21:46:04 +00001087 if (N) return SDValue(N, 0);
Bill Wendling056292f2008-09-16 21:48:12 +00001088 N = NodeAllocator.Allocate<ExternalSymbolSDNode>();
1089 new (N) ExternalSymbolSDNode(true, Sym, VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001090 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001091 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001092}
1093
Dan Gohman475871a2008-07-27 21:46:04 +00001094SDValue SelectionDAG::getCondCode(ISD::CondCode Cond) {
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00001095 if ((unsigned)Cond >= CondCodeNodes.size())
1096 CondCodeNodes.resize(Cond+1);
Duncan Sands83ec4b62008-06-06 12:08:01 +00001097
Chris Lattner079a27a2005-08-09 20:40:02 +00001098 if (CondCodeNodes[Cond] == 0) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00001099 CondCodeSDNode *N = NodeAllocator.Allocate<CondCodeSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001100 new (N) CondCodeSDNode(Cond);
1101 CondCodeNodes[Cond] = N;
1102 AllNodes.push_back(N);
Chris Lattner079a27a2005-08-09 20:40:02 +00001103 }
Dan Gohman475871a2008-07-27 21:46:04 +00001104 return SDValue(CondCodeNodes[Cond], 0);
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00001105}
1106
Mon P Wang77cdf302008-11-10 20:54:11 +00001107SDValue SelectionDAG::getConvertRndSat(MVT VT, SDValue Val, SDValue DTy,
1108 SDValue STy, SDValue Rnd, SDValue Sat,
1109 ISD::CvtCode Code) {
Mon P Wang6db08c42008-12-11 03:30:13 +00001110 // If the src and dest types are the same, no conversion is necessary.
1111 if (DTy == STy)
1112 return Val;
1113
Mon P Wang77cdf302008-11-10 20:54:11 +00001114 FoldingSetNodeID ID;
1115 void* IP = 0;
1116 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
1117 return SDValue(E, 0);
1118 CvtRndSatSDNode *N = NodeAllocator.Allocate<CvtRndSatSDNode>();
1119 SDValue Ops[] = { Val, DTy, STy, Rnd, Sat };
1120 new (N) CvtRndSatSDNode(VT, Ops, 5, Code);
1121 CSEMap.InsertNode(N, IP);
1122 AllNodes.push_back(N);
1123 return SDValue(N, 0);
1124}
1125
Dan Gohman475871a2008-07-27 21:46:04 +00001126SDValue SelectionDAG::getRegister(unsigned RegNo, MVT VT) {
Jim Laskey583bd472006-10-27 23:46:08 +00001127 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00001128 AddNodeIDNode(ID, ISD::Register, getVTList(VT), 0, 0);
Chris Lattner61b09412006-08-11 21:01:22 +00001129 ID.AddInteger(RegNo);
1130 void *IP = 0;
1131 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001132 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001133 SDNode *N = NodeAllocator.Allocate<RegisterSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001134 new (N) RegisterSDNode(RegNo, VT);
Chris Lattner61b09412006-08-11 21:01:22 +00001135 CSEMap.InsertNode(N, IP);
1136 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001137 return SDValue(N, 0);
Chris Lattner61b09412006-08-11 21:01:22 +00001138}
1139
Dan Gohman475871a2008-07-27 21:46:04 +00001140SDValue SelectionDAG::getDbgStopPoint(SDValue Root,
Devang Patel83489bb2009-01-13 00:35:13 +00001141 unsigned Line, unsigned Col,
1142 Value *CU) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00001143 SDNode *N = NodeAllocator.Allocate<DbgStopPointSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001144 new (N) DbgStopPointSDNode(Root, Line, Col, CU);
Dan Gohman7f460202008-06-30 20:59:49 +00001145 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001146 return SDValue(N, 0);
Dan Gohman7f460202008-06-30 20:59:49 +00001147}
1148
Dan Gohman475871a2008-07-27 21:46:04 +00001149SDValue SelectionDAG::getLabel(unsigned Opcode,
1150 SDValue Root,
1151 unsigned LabelID) {
Dan Gohman44066042008-07-01 00:05:16 +00001152 FoldingSetNodeID ID;
Dan Gohman475871a2008-07-27 21:46:04 +00001153 SDValue Ops[] = { Root };
Dan Gohman44066042008-07-01 00:05:16 +00001154 AddNodeIDNode(ID, Opcode, getVTList(MVT::Other), &Ops[0], 1);
1155 ID.AddInteger(LabelID);
1156 void *IP = 0;
1157 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001158 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00001159 SDNode *N = NodeAllocator.Allocate<LabelSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001160 new (N) LabelSDNode(Opcode, Root, LabelID);
Dan Gohman44066042008-07-01 00:05:16 +00001161 CSEMap.InsertNode(N, IP);
1162 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001163 return SDValue(N, 0);
Dan Gohman44066042008-07-01 00:05:16 +00001164}
1165
Dan Gohman475871a2008-07-27 21:46:04 +00001166SDValue SelectionDAG::getSrcValue(const Value *V) {
Chris Lattner61b09412006-08-11 21:01:22 +00001167 assert((!V || isa<PointerType>(V->getType())) &&
1168 "SrcValue is not a pointer?");
1169
Jim Laskey583bd472006-10-27 23:46:08 +00001170 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00001171 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), 0, 0);
Chris Lattner61b09412006-08-11 21:01:22 +00001172 ID.AddPointer(V);
Dan Gohman69de1932008-02-06 22:27:42 +00001173
Chris Lattner61b09412006-08-11 21:01:22 +00001174 void *IP = 0;
1175 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001176 return SDValue(E, 0);
Dan Gohman69de1932008-02-06 22:27:42 +00001177
Dan Gohmanfed90b62008-07-28 21:51:04 +00001178 SDNode *N = NodeAllocator.Allocate<SrcValueSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001179 new (N) SrcValueSDNode(V);
Dan Gohman69de1932008-02-06 22:27:42 +00001180 CSEMap.InsertNode(N, IP);
1181 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001182 return SDValue(N, 0);
Dan Gohman69de1932008-02-06 22:27:42 +00001183}
1184
Dan Gohman475871a2008-07-27 21:46:04 +00001185SDValue SelectionDAG::getMemOperand(const MachineMemOperand &MO) {
Evan Cheng24ac4082008-11-24 07:09:49 +00001186#ifndef NDEBUG
Dan Gohman69de1932008-02-06 22:27:42 +00001187 const Value *v = MO.getValue();
1188 assert((!v || isa<PointerType>(v->getType())) &&
1189 "SrcValue is not a pointer?");
Evan Cheng24ac4082008-11-24 07:09:49 +00001190#endif
Dan Gohman69de1932008-02-06 22:27:42 +00001191
1192 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00001193 AddNodeIDNode(ID, ISD::MEMOPERAND, getVTList(MVT::Other), 0, 0);
Dan Gohmanb8d2f552008-08-20 15:58:01 +00001194 MO.Profile(ID);
Dan Gohman69de1932008-02-06 22:27:42 +00001195
1196 void *IP = 0;
1197 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00001198 return SDValue(E, 0);
Dan Gohman69de1932008-02-06 22:27:42 +00001199
Dan Gohmanfed90b62008-07-28 21:51:04 +00001200 SDNode *N = NodeAllocator.Allocate<MemOperandSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00001201 new (N) MemOperandSDNode(MO);
Chris Lattner61b09412006-08-11 21:01:22 +00001202 CSEMap.InsertNode(N, IP);
1203 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00001204 return SDValue(N, 0);
Chris Lattnerd5d0f9b2005-08-16 21:55:35 +00001205}
1206
Chris Lattner37ce9df2007-10-15 17:47:20 +00001207/// CreateStackTemporary - Create a stack temporary, suitable for holding the
1208/// specified value type.
Dan Gohman475871a2008-07-27 21:46:04 +00001209SDValue SelectionDAG::CreateStackTemporary(MVT VT, unsigned minAlign) {
Chris Lattner37ce9df2007-10-15 17:47:20 +00001210 MachineFrameInfo *FrameInfo = getMachineFunction().getFrameInfo();
Duncan Sands9304f2c2008-12-04 18:08:40 +00001211 unsigned ByteSize = VT.getStoreSizeInBits()/8;
Duncan Sands83ec4b62008-06-06 12:08:01 +00001212 const Type *Ty = VT.getTypeForMVT();
Mon P Wang364d73d2008-07-05 20:40:31 +00001213 unsigned StackAlign =
1214 std::max((unsigned)TLI.getTargetData()->getPrefTypeAlignment(Ty), minAlign);
1215
Chris Lattner37ce9df2007-10-15 17:47:20 +00001216 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign);
1217 return getFrameIndex(FrameIdx, TLI.getPointerTy());
1218}
1219
Duncan Sands47d9dcc2008-12-09 21:33:20 +00001220/// CreateStackTemporary - Create a stack temporary suitable for holding
1221/// either of the specified value types.
1222SDValue SelectionDAG::CreateStackTemporary(MVT VT1, MVT VT2) {
1223 unsigned Bytes = std::max(VT1.getStoreSizeInBits(),
1224 VT2.getStoreSizeInBits())/8;
1225 const Type *Ty1 = VT1.getTypeForMVT();
1226 const Type *Ty2 = VT2.getTypeForMVT();
1227 const TargetData *TD = TLI.getTargetData();
1228 unsigned Align = std::max(TD->getPrefTypeAlignment(Ty1),
1229 TD->getPrefTypeAlignment(Ty2));
1230
1231 MachineFrameInfo *FrameInfo = getMachineFunction().getFrameInfo();
1232 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align);
1233 return getFrameIndex(FrameIdx, TLI.getPointerTy());
1234}
1235
Dan Gohman475871a2008-07-27 21:46:04 +00001236SDValue SelectionDAG::FoldSetCC(MVT VT, SDValue N1,
1237 SDValue N2, ISD::CondCode Cond) {
Chris Lattnerc3aae252005-01-07 07:46:32 +00001238 // These setcc operations always fold.
1239 switch (Cond) {
1240 default: break;
1241 case ISD::SETFALSE:
Chris Lattnerf30b73b2005-01-18 02:52:03 +00001242 case ISD::SETFALSE2: return getConstant(0, VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001243 case ISD::SETTRUE:
Chris Lattnerf30b73b2005-01-18 02:52:03 +00001244 case ISD::SETTRUE2: return getConstant(1, VT);
Chris Lattnera83385f2006-04-27 05:01:07 +00001245
1246 case ISD::SETOEQ:
1247 case ISD::SETOGT:
1248 case ISD::SETOGE:
1249 case ISD::SETOLT:
1250 case ISD::SETOLE:
1251 case ISD::SETONE:
1252 case ISD::SETO:
1253 case ISD::SETUO:
1254 case ISD::SETUEQ:
1255 case ISD::SETUNE:
Duncan Sands83ec4b62008-06-06 12:08:01 +00001256 assert(!N1.getValueType().isInteger() && "Illegal setcc for integer!");
Chris Lattnera83385f2006-04-27 05:01:07 +00001257 break;
Chris Lattnerc3aae252005-01-07 07:46:32 +00001258 }
Chris Lattner51dabfb2006-10-14 00:41:01 +00001259
Gabor Greifba36cb52008-08-28 21:40:38 +00001260 if (ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode())) {
Dan Gohman6c231502008-02-29 01:47:35 +00001261 const APInt &C2 = N2C->getAPIntValue();
Gabor Greifba36cb52008-08-28 21:40:38 +00001262 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
Dan Gohman6c231502008-02-29 01:47:35 +00001263 const APInt &C1 = N1C->getAPIntValue();
Chris Lattner51dabfb2006-10-14 00:41:01 +00001264
Chris Lattnerc3aae252005-01-07 07:46:32 +00001265 switch (Cond) {
1266 default: assert(0 && "Unknown integer setcc!");
Chris Lattnerf30b73b2005-01-18 02:52:03 +00001267 case ISD::SETEQ: return getConstant(C1 == C2, VT);
1268 case ISD::SETNE: return getConstant(C1 != C2, VT);
Dan Gohman6c231502008-02-29 01:47:35 +00001269 case ISD::SETULT: return getConstant(C1.ult(C2), VT);
1270 case ISD::SETUGT: return getConstant(C1.ugt(C2), VT);
1271 case ISD::SETULE: return getConstant(C1.ule(C2), VT);
1272 case ISD::SETUGE: return getConstant(C1.uge(C2), VT);
1273 case ISD::SETLT: return getConstant(C1.slt(C2), VT);
1274 case ISD::SETGT: return getConstant(C1.sgt(C2), VT);
1275 case ISD::SETLE: return getConstant(C1.sle(C2), VT);
1276 case ISD::SETGE: return getConstant(C1.sge(C2), VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001277 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00001278 }
Chris Lattner67255a12005-04-07 18:14:58 +00001279 }
Gabor Greifba36cb52008-08-28 21:40:38 +00001280 if (ConstantFPSDNode *N1C = dyn_cast<ConstantFPSDNode>(N1.getNode())) {
1281 if (ConstantFPSDNode *N2C = dyn_cast<ConstantFPSDNode>(N2.getNode())) {
Dale Johannesen5927d8e2007-10-14 01:56:47 +00001282 // No compile time operations on this type yet.
1283 if (N1C->getValueType(0) == MVT::ppcf128)
Dan Gohman475871a2008-07-27 21:46:04 +00001284 return SDValue();
Dale Johanneseneaf08942007-08-31 04:03:46 +00001285
1286 APFloat::cmpResult R = N1C->getValueAPF().compare(N2C->getValueAPF());
Chris Lattnerc3aae252005-01-07 07:46:32 +00001287 switch (Cond) {
Dale Johanneseneaf08942007-08-31 04:03:46 +00001288 default: break;
Dale Johannesenee847682007-08-31 17:03:33 +00001289 case ISD::SETEQ: if (R==APFloat::cmpUnordered)
1290 return getNode(ISD::UNDEF, VT);
1291 // fall through
1292 case ISD::SETOEQ: return getConstant(R==APFloat::cmpEqual, VT);
1293 case ISD::SETNE: if (R==APFloat::cmpUnordered)
1294 return getNode(ISD::UNDEF, VT);
1295 // fall through
1296 case ISD::SETONE: return getConstant(R==APFloat::cmpGreaterThan ||
Dale Johanneseneaf08942007-08-31 04:03:46 +00001297 R==APFloat::cmpLessThan, VT);
Dale Johannesenee847682007-08-31 17:03:33 +00001298 case ISD::SETLT: if (R==APFloat::cmpUnordered)
1299 return getNode(ISD::UNDEF, VT);
1300 // fall through
1301 case ISD::SETOLT: return getConstant(R==APFloat::cmpLessThan, VT);
1302 case ISD::SETGT: if (R==APFloat::cmpUnordered)
1303 return getNode(ISD::UNDEF, VT);
1304 // fall through
1305 case ISD::SETOGT: return getConstant(R==APFloat::cmpGreaterThan, VT);
1306 case ISD::SETLE: if (R==APFloat::cmpUnordered)
1307 return getNode(ISD::UNDEF, VT);
1308 // fall through
1309 case ISD::SETOLE: return getConstant(R==APFloat::cmpLessThan ||
Dale Johanneseneaf08942007-08-31 04:03:46 +00001310 R==APFloat::cmpEqual, VT);
Dale Johannesenee847682007-08-31 17:03:33 +00001311 case ISD::SETGE: if (R==APFloat::cmpUnordered)
1312 return getNode(ISD::UNDEF, VT);
1313 // fall through
1314 case ISD::SETOGE: return getConstant(R==APFloat::cmpGreaterThan ||
Dale Johanneseneaf08942007-08-31 04:03:46 +00001315 R==APFloat::cmpEqual, VT);
1316 case ISD::SETO: return getConstant(R!=APFloat::cmpUnordered, VT);
1317 case ISD::SETUO: return getConstant(R==APFloat::cmpUnordered, VT);
1318 case ISD::SETUEQ: return getConstant(R==APFloat::cmpUnordered ||
1319 R==APFloat::cmpEqual, VT);
1320 case ISD::SETUNE: return getConstant(R!=APFloat::cmpEqual, VT);
1321 case ISD::SETULT: return getConstant(R==APFloat::cmpUnordered ||
1322 R==APFloat::cmpLessThan, VT);
1323 case ISD::SETUGT: return getConstant(R==APFloat::cmpGreaterThan ||
1324 R==APFloat::cmpUnordered, VT);
1325 case ISD::SETULE: return getConstant(R!=APFloat::cmpGreaterThan, VT);
1326 case ISD::SETUGE: return getConstant(R!=APFloat::cmpLessThan, VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00001327 }
1328 } else {
1329 // Ensure that the constant occurs on the RHS.
Chris Lattnerbd8625b2005-08-09 23:09:05 +00001330 return getSetCC(VT, N2, N1, ISD::getSetCCSwappedOperands(Cond));
Chris Lattnerc3aae252005-01-07 07:46:32 +00001331 }
Anton Korobeynikov4c71dfe2008-02-20 11:10:28 +00001332 }
1333
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00001334 // Could not fold it.
Dan Gohman475871a2008-07-27 21:46:04 +00001335 return SDValue();
Chris Lattnerc3aae252005-01-07 07:46:32 +00001336}
1337
Dan Gohman2e68b6f2008-02-25 21:11:39 +00001338/// SignBitIsZero - Return true if the sign bit of Op is known to be zero. We
1339/// use this predicate to simplify operations downstream.
Dan Gohman475871a2008-07-27 21:46:04 +00001340bool SelectionDAG::SignBitIsZero(SDValue Op, unsigned Depth) const {
Dan Gohman2e68b6f2008-02-25 21:11:39 +00001341 unsigned BitWidth = Op.getValueSizeInBits();
1342 return MaskedValueIsZero(Op, APInt::getSignBit(BitWidth), Depth);
1343}
1344
Dan Gohmanea859be2007-06-22 14:59:07 +00001345/// MaskedValueIsZero - Return true if 'V & Mask' is known to be zero. We use
1346/// this predicate to simplify operations downstream. Mask is known to be zero
1347/// for bits that V cannot have.
Dan Gohman475871a2008-07-27 21:46:04 +00001348bool SelectionDAG::MaskedValueIsZero(SDValue Op, const APInt &Mask,
Dan Gohmanea859be2007-06-22 14:59:07 +00001349 unsigned Depth) const {
Dan Gohman2e68b6f2008-02-25 21:11:39 +00001350 APInt KnownZero, KnownOne;
Dan Gohmanea859be2007-06-22 14:59:07 +00001351 ComputeMaskedBits(Op, Mask, KnownZero, KnownOne, Depth);
1352 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1353 return (KnownZero & Mask) == Mask;
1354}
1355
1356/// ComputeMaskedBits - Determine which of the bits specified in Mask are
1357/// known to be either zero or one and return them in the KnownZero/KnownOne
1358/// bitsets. This code only analyzes bits in Mask, in order to short-circuit
1359/// processing.
Dan Gohman475871a2008-07-27 21:46:04 +00001360void SelectionDAG::ComputeMaskedBits(SDValue Op, const APInt &Mask,
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001361 APInt &KnownZero, APInt &KnownOne,
Dan Gohmanea859be2007-06-22 14:59:07 +00001362 unsigned Depth) const {
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001363 unsigned BitWidth = Mask.getBitWidth();
Duncan Sands83ec4b62008-06-06 12:08:01 +00001364 assert(BitWidth == Op.getValueType().getSizeInBits() &&
Dan Gohmand9fe41c2008-02-13 23:13:32 +00001365 "Mask size mismatches value type size!");
1366
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001367 KnownZero = KnownOne = APInt(BitWidth, 0); // Don't know anything.
Dan Gohmanea859be2007-06-22 14:59:07 +00001368 if (Depth == 6 || Mask == 0)
1369 return; // Limit search depth.
1370
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001371 APInt KnownZero2, KnownOne2;
Dan Gohmanea859be2007-06-22 14:59:07 +00001372
1373 switch (Op.getOpcode()) {
1374 case ISD::Constant:
1375 // We know all of the bits for a constant!
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001376 KnownOne = cast<ConstantSDNode>(Op)->getAPIntValue() & Mask;
Dan Gohmanea859be2007-06-22 14:59:07 +00001377 KnownZero = ~KnownOne & Mask;
1378 return;
1379 case ISD::AND:
1380 // If either the LHS or the RHS are Zero, the result is zero.
1381 ComputeMaskedBits(Op.getOperand(1), Mask, KnownZero, KnownOne, Depth+1);
Dan Gohman977a76f2008-02-13 22:28:48 +00001382 ComputeMaskedBits(Op.getOperand(0), Mask & ~KnownZero,
1383 KnownZero2, KnownOne2, Depth+1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001384 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1385 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1386
1387 // Output known-1 bits are only known if set in both the LHS & RHS.
1388 KnownOne &= KnownOne2;
1389 // Output known-0 are known to be clear if zero in either the LHS | RHS.
1390 KnownZero |= KnownZero2;
1391 return;
1392 case ISD::OR:
1393 ComputeMaskedBits(Op.getOperand(1), Mask, KnownZero, KnownOne, Depth+1);
Dan Gohman977a76f2008-02-13 22:28:48 +00001394 ComputeMaskedBits(Op.getOperand(0), Mask & ~KnownOne,
1395 KnownZero2, KnownOne2, Depth+1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001396 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1397 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1398
1399 // Output known-0 bits are only known if clear in both the LHS & RHS.
1400 KnownZero &= KnownZero2;
1401 // Output known-1 are known to be set if set in either the LHS | RHS.
1402 KnownOne |= KnownOne2;
1403 return;
1404 case ISD::XOR: {
1405 ComputeMaskedBits(Op.getOperand(1), Mask, KnownZero, KnownOne, Depth+1);
1406 ComputeMaskedBits(Op.getOperand(0), Mask, KnownZero2, KnownOne2, Depth+1);
1407 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1408 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1409
1410 // Output known-0 bits are known if clear or set in both the LHS & RHS.
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001411 APInt KnownZeroOut = (KnownZero & KnownZero2) | (KnownOne & KnownOne2);
Dan Gohmanea859be2007-06-22 14:59:07 +00001412 // Output known-1 are known to be set if set in only one of the LHS, RHS.
1413 KnownOne = (KnownZero & KnownOne2) | (KnownOne & KnownZero2);
1414 KnownZero = KnownZeroOut;
1415 return;
1416 }
Dan Gohman23e8b712008-04-28 17:02:21 +00001417 case ISD::MUL: {
1418 APInt Mask2 = APInt::getAllOnesValue(BitWidth);
1419 ComputeMaskedBits(Op.getOperand(1), Mask2, KnownZero, KnownOne, Depth+1);
1420 ComputeMaskedBits(Op.getOperand(0), Mask2, KnownZero2, KnownOne2, Depth+1);
1421 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1422 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1423
1424 // If low bits are zero in either operand, output low known-0 bits.
1425 // Also compute a conserative estimate for high known-0 bits.
1426 // More trickiness is possible, but this is sufficient for the
1427 // interesting case of alignment computation.
1428 KnownOne.clear();
1429 unsigned TrailZ = KnownZero.countTrailingOnes() +
1430 KnownZero2.countTrailingOnes();
1431 unsigned LeadZ = std::max(KnownZero.countLeadingOnes() +
Dan Gohman42ac9292008-05-07 00:35:55 +00001432 KnownZero2.countLeadingOnes(),
1433 BitWidth) - BitWidth;
Dan Gohman23e8b712008-04-28 17:02:21 +00001434
1435 TrailZ = std::min(TrailZ, BitWidth);
1436 LeadZ = std::min(LeadZ, BitWidth);
1437 KnownZero = APInt::getLowBitsSet(BitWidth, TrailZ) |
1438 APInt::getHighBitsSet(BitWidth, LeadZ);
1439 KnownZero &= Mask;
1440 return;
1441 }
1442 case ISD::UDIV: {
1443 // For the purposes of computing leading zeros we can conservatively
1444 // treat a udiv as a logical right shift by the power of 2 known to
Dan Gohman1d9cd502008-05-02 21:30:02 +00001445 // be less than the denominator.
Dan Gohman23e8b712008-04-28 17:02:21 +00001446 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
1447 ComputeMaskedBits(Op.getOperand(0),
1448 AllOnes, KnownZero2, KnownOne2, Depth+1);
1449 unsigned LeadZ = KnownZero2.countLeadingOnes();
1450
1451 KnownOne2.clear();
1452 KnownZero2.clear();
1453 ComputeMaskedBits(Op.getOperand(1),
1454 AllOnes, KnownZero2, KnownOne2, Depth+1);
Dan Gohman1d9cd502008-05-02 21:30:02 +00001455 unsigned RHSUnknownLeadingOnes = KnownOne2.countLeadingZeros();
1456 if (RHSUnknownLeadingOnes != BitWidth)
1457 LeadZ = std::min(BitWidth,
1458 LeadZ + BitWidth - RHSUnknownLeadingOnes - 1);
Dan Gohman23e8b712008-04-28 17:02:21 +00001459
1460 KnownZero = APInt::getHighBitsSet(BitWidth, LeadZ) & Mask;
1461 return;
1462 }
Dan Gohmanea859be2007-06-22 14:59:07 +00001463 case ISD::SELECT:
1464 ComputeMaskedBits(Op.getOperand(2), Mask, KnownZero, KnownOne, Depth+1);
1465 ComputeMaskedBits(Op.getOperand(1), Mask, KnownZero2, KnownOne2, Depth+1);
1466 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1467 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1468
1469 // Only known if known in both the LHS and RHS.
1470 KnownOne &= KnownOne2;
1471 KnownZero &= KnownZero2;
1472 return;
1473 case ISD::SELECT_CC:
1474 ComputeMaskedBits(Op.getOperand(3), Mask, KnownZero, KnownOne, Depth+1);
1475 ComputeMaskedBits(Op.getOperand(2), Mask, KnownZero2, KnownOne2, Depth+1);
1476 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1477 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1478
1479 // Only known if known in both the LHS and RHS.
1480 KnownOne &= KnownOne2;
1481 KnownZero &= KnownZero2;
1482 return;
Bill Wendling253174b2008-11-22 07:24:01 +00001483 case ISD::SADDO:
1484 case ISD::UADDO:
Bill Wendling74c37652008-12-09 22:08:41 +00001485 case ISD::SSUBO:
1486 case ISD::USUBO:
1487 case ISD::SMULO:
1488 case ISD::UMULO:
Bill Wendling253174b2008-11-22 07:24:01 +00001489 if (Op.getResNo() != 1)
1490 return;
Duncan Sands03228082008-11-23 15:47:28 +00001491 // The boolean result conforms to getBooleanContents. Fall through.
Dan Gohmanea859be2007-06-22 14:59:07 +00001492 case ISD::SETCC:
1493 // If we know the result of a setcc has the top bits zero, use this info.
Duncan Sands03228082008-11-23 15:47:28 +00001494 if (TLI.getBooleanContents() == TargetLowering::ZeroOrOneBooleanContent &&
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001495 BitWidth > 1)
1496 KnownZero |= APInt::getHighBitsSet(BitWidth, BitWidth - 1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001497 return;
1498 case ISD::SHL:
1499 // (shl X, C1) & C2 == 0 iff (X & C2 >>u C1) == 0
1500 if (ConstantSDNode *SA = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001501 unsigned ShAmt = SA->getZExtValue();
Dan Gohmand4cf9922008-02-26 18:50:50 +00001502
1503 // If the shift count is an invalid immediate, don't do anything.
1504 if (ShAmt >= BitWidth)
1505 return;
1506
1507 ComputeMaskedBits(Op.getOperand(0), Mask.lshr(ShAmt),
Dan Gohmanea859be2007-06-22 14:59:07 +00001508 KnownZero, KnownOne, Depth+1);
1509 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
Dan Gohmand4cf9922008-02-26 18:50:50 +00001510 KnownZero <<= ShAmt;
1511 KnownOne <<= ShAmt;
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001512 // low bits known zero.
Dan Gohmand4cf9922008-02-26 18:50:50 +00001513 KnownZero |= APInt::getLowBitsSet(BitWidth, ShAmt);
Dan Gohmanea859be2007-06-22 14:59:07 +00001514 }
1515 return;
1516 case ISD::SRL:
1517 // (ushr X, C1) & C2 == 0 iff (-1 >> C1) & C2 == 0
1518 if (ConstantSDNode *SA = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001519 unsigned ShAmt = SA->getZExtValue();
Dan Gohmanea859be2007-06-22 14:59:07 +00001520
Dan Gohmand4cf9922008-02-26 18:50:50 +00001521 // If the shift count is an invalid immediate, don't do anything.
1522 if (ShAmt >= BitWidth)
1523 return;
1524
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001525 ComputeMaskedBits(Op.getOperand(0), (Mask << ShAmt),
Dan Gohmanea859be2007-06-22 14:59:07 +00001526 KnownZero, KnownOne, Depth+1);
1527 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001528 KnownZero = KnownZero.lshr(ShAmt);
1529 KnownOne = KnownOne.lshr(ShAmt);
Dan Gohmanea859be2007-06-22 14:59:07 +00001530
Dan Gohman72d2fd52008-02-13 22:43:25 +00001531 APInt HighBits = APInt::getHighBitsSet(BitWidth, ShAmt) & Mask;
Dan Gohmanea859be2007-06-22 14:59:07 +00001532 KnownZero |= HighBits; // High bits known zero.
1533 }
1534 return;
1535 case ISD::SRA:
1536 if (ConstantSDNode *SA = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001537 unsigned ShAmt = SA->getZExtValue();
Dan Gohmanea859be2007-06-22 14:59:07 +00001538
Dan Gohmand4cf9922008-02-26 18:50:50 +00001539 // If the shift count is an invalid immediate, don't do anything.
1540 if (ShAmt >= BitWidth)
1541 return;
1542
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001543 APInt InDemandedMask = (Mask << ShAmt);
Dan Gohmanea859be2007-06-22 14:59:07 +00001544 // If any of the demanded bits are produced by the sign extension, we also
1545 // demand the input sign bit.
Dan Gohman72d2fd52008-02-13 22:43:25 +00001546 APInt HighBits = APInt::getHighBitsSet(BitWidth, ShAmt) & Mask;
1547 if (HighBits.getBoolValue())
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001548 InDemandedMask |= APInt::getSignBit(BitWidth);
Dan Gohmanea859be2007-06-22 14:59:07 +00001549
1550 ComputeMaskedBits(Op.getOperand(0), InDemandedMask, KnownZero, KnownOne,
1551 Depth+1);
1552 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001553 KnownZero = KnownZero.lshr(ShAmt);
1554 KnownOne = KnownOne.lshr(ShAmt);
Dan Gohmanea859be2007-06-22 14:59:07 +00001555
1556 // Handle the sign bits.
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001557 APInt SignBit = APInt::getSignBit(BitWidth);
1558 SignBit = SignBit.lshr(ShAmt); // Adjust to where it is now in the mask.
Dan Gohmanea859be2007-06-22 14:59:07 +00001559
Dan Gohmanca93a432008-02-20 16:30:17 +00001560 if (KnownZero.intersects(SignBit)) {
Dan Gohmanea859be2007-06-22 14:59:07 +00001561 KnownZero |= HighBits; // New bits are known zero.
Dan Gohmanca93a432008-02-20 16:30:17 +00001562 } else if (KnownOne.intersects(SignBit)) {
Dan Gohmanea859be2007-06-22 14:59:07 +00001563 KnownOne |= HighBits; // New bits are known one.
1564 }
1565 }
1566 return;
1567 case ISD::SIGN_EXTEND_INREG: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001568 MVT EVT = cast<VTSDNode>(Op.getOperand(1))->getVT();
1569 unsigned EBits = EVT.getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001570
1571 // Sign extension. Compute the demanded bits in the result that are not
1572 // present in the input.
Dan Gohman977a76f2008-02-13 22:28:48 +00001573 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits) & Mask;
Dan Gohmanea859be2007-06-22 14:59:07 +00001574
Dan Gohman977a76f2008-02-13 22:28:48 +00001575 APInt InSignBit = APInt::getSignBit(EBits);
1576 APInt InputDemandedBits = Mask & APInt::getLowBitsSet(BitWidth, EBits);
Dan Gohmanea859be2007-06-22 14:59:07 +00001577
1578 // If the sign extended bits are demanded, we know that the sign
1579 // bit is demanded.
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001580 InSignBit.zext(BitWidth);
Dan Gohman977a76f2008-02-13 22:28:48 +00001581 if (NewBits.getBoolValue())
Dan Gohmanea859be2007-06-22 14:59:07 +00001582 InputDemandedBits |= InSignBit;
1583
1584 ComputeMaskedBits(Op.getOperand(0), InputDemandedBits,
1585 KnownZero, KnownOne, Depth+1);
1586 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
1587
1588 // If the sign bit of the input is known set or clear, then we know the
1589 // top bits of the result.
Dan Gohmanca93a432008-02-20 16:30:17 +00001590 if (KnownZero.intersects(InSignBit)) { // Input sign bit known clear
Dan Gohmanea859be2007-06-22 14:59:07 +00001591 KnownZero |= NewBits;
1592 KnownOne &= ~NewBits;
Dan Gohmanca93a432008-02-20 16:30:17 +00001593 } else if (KnownOne.intersects(InSignBit)) { // Input sign bit known set
Dan Gohmanea859be2007-06-22 14:59:07 +00001594 KnownOne |= NewBits;
1595 KnownZero &= ~NewBits;
1596 } else { // Input sign bit unknown
1597 KnownZero &= ~NewBits;
1598 KnownOne &= ~NewBits;
1599 }
1600 return;
1601 }
1602 case ISD::CTTZ:
1603 case ISD::CTLZ:
1604 case ISD::CTPOP: {
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001605 unsigned LowBits = Log2_32(BitWidth)+1;
1606 KnownZero = APInt::getHighBitsSet(BitWidth, BitWidth - LowBits);
Dan Gohman317adcc2008-06-21 22:02:15 +00001607 KnownOne.clear();
Dan Gohmanea859be2007-06-22 14:59:07 +00001608 return;
1609 }
1610 case ISD::LOAD: {
Gabor Greifba36cb52008-08-28 21:40:38 +00001611 if (ISD::isZEXTLoad(Op.getNode())) {
Dan Gohmanea859be2007-06-22 14:59:07 +00001612 LoadSDNode *LD = cast<LoadSDNode>(Op);
Duncan Sands83ec4b62008-06-06 12:08:01 +00001613 MVT VT = LD->getMemoryVT();
1614 unsigned MemBits = VT.getSizeInBits();
Dan Gohman977a76f2008-02-13 22:28:48 +00001615 KnownZero |= APInt::getHighBitsSet(BitWidth, BitWidth - MemBits) & Mask;
Dan Gohmanea859be2007-06-22 14:59:07 +00001616 }
1617 return;
1618 }
1619 case ISD::ZERO_EXTEND: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001620 MVT InVT = Op.getOperand(0).getValueType();
1621 unsigned InBits = InVT.getSizeInBits();
Dan Gohman977a76f2008-02-13 22:28:48 +00001622 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - InBits) & Mask;
1623 APInt InMask = Mask;
1624 InMask.trunc(InBits);
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001625 KnownZero.trunc(InBits);
1626 KnownOne.trunc(InBits);
Dan Gohman977a76f2008-02-13 22:28:48 +00001627 ComputeMaskedBits(Op.getOperand(0), InMask, KnownZero, KnownOne, Depth+1);
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001628 KnownZero.zext(BitWidth);
1629 KnownOne.zext(BitWidth);
1630 KnownZero |= NewBits;
Dan Gohmanea859be2007-06-22 14:59:07 +00001631 return;
1632 }
1633 case ISD::SIGN_EXTEND: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001634 MVT InVT = Op.getOperand(0).getValueType();
1635 unsigned InBits = InVT.getSizeInBits();
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001636 APInt InSignBit = APInt::getSignBit(InBits);
Dan Gohman977a76f2008-02-13 22:28:48 +00001637 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - InBits) & Mask;
1638 APInt InMask = Mask;
1639 InMask.trunc(InBits);
Dan Gohmanea859be2007-06-22 14:59:07 +00001640
1641 // If any of the sign extended bits are demanded, we know that the sign
Dan Gohman977a76f2008-02-13 22:28:48 +00001642 // bit is demanded. Temporarily set this bit in the mask for our callee.
1643 if (NewBits.getBoolValue())
1644 InMask |= InSignBit;
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001645
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001646 KnownZero.trunc(InBits);
1647 KnownOne.trunc(InBits);
Dan Gohman977a76f2008-02-13 22:28:48 +00001648 ComputeMaskedBits(Op.getOperand(0), InMask, KnownZero, KnownOne, Depth+1);
1649
1650 // Note if the sign bit is known to be zero or one.
1651 bool SignBitKnownZero = KnownZero.isNegative();
1652 bool SignBitKnownOne = KnownOne.isNegative();
1653 assert(!(SignBitKnownZero && SignBitKnownOne) &&
1654 "Sign bit can't be known to be both zero and one!");
1655
1656 // If the sign bit wasn't actually demanded by our caller, we don't
1657 // want it set in the KnownZero and KnownOne result values. Reset the
1658 // mask and reapply it to the result values.
1659 InMask = Mask;
1660 InMask.trunc(InBits);
1661 KnownZero &= InMask;
1662 KnownOne &= InMask;
1663
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001664 KnownZero.zext(BitWidth);
1665 KnownOne.zext(BitWidth);
1666
Dan Gohman977a76f2008-02-13 22:28:48 +00001667 // If the sign bit is known zero or one, the top bits match.
1668 if (SignBitKnownZero)
Dan Gohmanea859be2007-06-22 14:59:07 +00001669 KnownZero |= NewBits;
Dan Gohman977a76f2008-02-13 22:28:48 +00001670 else if (SignBitKnownOne)
Dan Gohmanea859be2007-06-22 14:59:07 +00001671 KnownOne |= NewBits;
Dan Gohmanea859be2007-06-22 14:59:07 +00001672 return;
1673 }
1674 case ISD::ANY_EXTEND: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001675 MVT InVT = Op.getOperand(0).getValueType();
1676 unsigned InBits = InVT.getSizeInBits();
Dan Gohman977a76f2008-02-13 22:28:48 +00001677 APInt InMask = Mask;
1678 InMask.trunc(InBits);
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001679 KnownZero.trunc(InBits);
1680 KnownOne.trunc(InBits);
Dan Gohman977a76f2008-02-13 22:28:48 +00001681 ComputeMaskedBits(Op.getOperand(0), InMask, KnownZero, KnownOne, Depth+1);
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001682 KnownZero.zext(BitWidth);
1683 KnownOne.zext(BitWidth);
Dan Gohmanea859be2007-06-22 14:59:07 +00001684 return;
1685 }
1686 case ISD::TRUNCATE: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001687 MVT InVT = Op.getOperand(0).getValueType();
1688 unsigned InBits = InVT.getSizeInBits();
Dan Gohman977a76f2008-02-13 22:28:48 +00001689 APInt InMask = Mask;
1690 InMask.zext(InBits);
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001691 KnownZero.zext(InBits);
1692 KnownOne.zext(InBits);
Dan Gohman977a76f2008-02-13 22:28:48 +00001693 ComputeMaskedBits(Op.getOperand(0), InMask, KnownZero, KnownOne, Depth+1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001694 assert((KnownZero & KnownOne) == 0 && "Bits known to be one AND zero?");
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001695 KnownZero.trunc(BitWidth);
1696 KnownOne.trunc(BitWidth);
Dan Gohmanea859be2007-06-22 14:59:07 +00001697 break;
1698 }
1699 case ISD::AssertZext: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00001700 MVT VT = cast<VTSDNode>(Op.getOperand(1))->getVT();
1701 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits());
Dan Gohmanea859be2007-06-22 14:59:07 +00001702 ComputeMaskedBits(Op.getOperand(0), Mask & InMask, KnownZero,
1703 KnownOne, Depth+1);
1704 KnownZero |= (~InMask) & Mask;
1705 return;
1706 }
Chris Lattnerd268a492007-12-22 21:26:52 +00001707 case ISD::FGETSIGN:
1708 // All bits are zero except the low bit.
Dan Gohmanfd29e0e2008-02-13 00:35:47 +00001709 KnownZero = APInt::getHighBitsSet(BitWidth, BitWidth - 1);
Chris Lattnerd268a492007-12-22 21:26:52 +00001710 return;
1711
Dan Gohman23e8b712008-04-28 17:02:21 +00001712 case ISD::SUB: {
1713 if (ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(Op.getOperand(0))) {
1714 // We know that the top bits of C-X are clear if X contains less bits
1715 // than C (i.e. no wrap-around can happen). For example, 20-X is
1716 // positive if we can prove that X is >= 0 and < 16.
1717 if (CLHS->getAPIntValue().isNonNegative()) {
1718 unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros();
1719 // NLZ can't be BitWidth with no sign bit
1720 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
1721 ComputeMaskedBits(Op.getOperand(1), MaskV, KnownZero2, KnownOne2,
1722 Depth+1);
1723
1724 // If all of the MaskV bits are known to be zero, then we know the
1725 // output top bits are zero, because we now know that the output is
1726 // from [0-C].
1727 if ((KnownZero2 & MaskV) == MaskV) {
1728 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros();
1729 // Top bits known zero.
1730 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask;
1731 }
1732 }
1733 }
1734 }
1735 // fall through
Dan Gohmanea859be2007-06-22 14:59:07 +00001736 case ISD::ADD: {
Dan Gohmanea859be2007-06-22 14:59:07 +00001737 // Output known-0 bits are known if clear or set in both the low clear bits
1738 // common to both LHS & RHS. For example, 8+(X<<3) is known to have the
1739 // low 3 bits clear.
Dan Gohman23e8b712008-04-28 17:02:21 +00001740 APInt Mask2 = APInt::getLowBitsSet(BitWidth, Mask.countTrailingOnes());
1741 ComputeMaskedBits(Op.getOperand(0), Mask2, KnownZero2, KnownOne2, Depth+1);
1742 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1743 unsigned KnownZeroOut = KnownZero2.countTrailingOnes();
1744
1745 ComputeMaskedBits(Op.getOperand(1), Mask2, KnownZero2, KnownOne2, Depth+1);
1746 assert((KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero?");
1747 KnownZeroOut = std::min(KnownZeroOut,
1748 KnownZero2.countTrailingOnes());
1749
1750 KnownZero |= APInt::getLowBitsSet(BitWidth, KnownZeroOut);
Dan Gohmanea859be2007-06-22 14:59:07 +00001751 return;
1752 }
Dan Gohman23e8b712008-04-28 17:02:21 +00001753 case ISD::SREM:
1754 if (ConstantSDNode *Rem = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohman9b44c1f2008-07-03 00:52:03 +00001755 const APInt &RA = Rem->getAPIntValue();
Dan Gohman23e8b712008-04-28 17:02:21 +00001756 if (RA.isPowerOf2() || (-RA).isPowerOf2()) {
Dan Gohman23e1df82008-05-06 00:51:48 +00001757 APInt LowBits = RA.isStrictlyPositive() ? (RA - 1) : ~RA;
Dan Gohman23e8b712008-04-28 17:02:21 +00001758 APInt Mask2 = LowBits | APInt::getSignBit(BitWidth);
1759 ComputeMaskedBits(Op.getOperand(0), Mask2,KnownZero2,KnownOne2,Depth+1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001760
Dan Gohmana60832b2008-08-13 23:12:35 +00001761 // If the sign bit of the first operand is zero, the sign bit of
1762 // the result is zero. If the first operand has no one bits below
1763 // the second operand's single 1 bit, its sign will be zero.
Dan Gohman23e8b712008-04-28 17:02:21 +00001764 if (KnownZero2[BitWidth-1] || ((KnownZero2 & LowBits) == LowBits))
1765 KnownZero2 |= ~LowBits;
Dan Gohmanea859be2007-06-22 14:59:07 +00001766
Dan Gohman23e8b712008-04-28 17:02:21 +00001767 KnownZero |= KnownZero2 & Mask;
Dan Gohman23e8b712008-04-28 17:02:21 +00001768
1769 assert((KnownZero & KnownOne) == 0&&"Bits known to be one AND zero?");
Dan Gohmanea859be2007-06-22 14:59:07 +00001770 }
1771 }
1772 return;
Dan Gohman23e8b712008-04-28 17:02:21 +00001773 case ISD::UREM: {
1774 if (ConstantSDNode *Rem = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohman9b44c1f2008-07-03 00:52:03 +00001775 const APInt &RA = Rem->getAPIntValue();
Dan Gohman23e1df82008-05-06 00:51:48 +00001776 if (RA.isPowerOf2()) {
1777 APInt LowBits = (RA - 1);
Dan Gohman23e8b712008-04-28 17:02:21 +00001778 APInt Mask2 = LowBits & Mask;
1779 KnownZero |= ~LowBits & Mask;
1780 ComputeMaskedBits(Op.getOperand(0), Mask2, KnownZero, KnownOne,Depth+1);
1781 assert((KnownZero & KnownOne) == 0&&"Bits known to be one AND zero?");
1782 break;
1783 }
1784 }
1785
1786 // Since the result is less than or equal to either operand, any leading
1787 // zero bits in either operand must also exist in the result.
1788 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
1789 ComputeMaskedBits(Op.getOperand(0), AllOnes, KnownZero, KnownOne,
1790 Depth+1);
1791 ComputeMaskedBits(Op.getOperand(1), AllOnes, KnownZero2, KnownOne2,
1792 Depth+1);
1793
1794 uint32_t Leaders = std::max(KnownZero.countLeadingOnes(),
1795 KnownZero2.countLeadingOnes());
1796 KnownOne.clear();
1797 KnownZero = APInt::getHighBitsSet(BitWidth, Leaders) & Mask;
1798 return;
Dan Gohmanea859be2007-06-22 14:59:07 +00001799 }
1800 default:
1801 // Allow the target to implement this method for its nodes.
1802 if (Op.getOpcode() >= ISD::BUILTIN_OP_END) {
1803 case ISD::INTRINSIC_WO_CHAIN:
1804 case ISD::INTRINSIC_W_CHAIN:
1805 case ISD::INTRINSIC_VOID:
1806 TLI.computeMaskedBitsForTargetNode(Op, Mask, KnownZero, KnownOne, *this);
1807 }
1808 return;
1809 }
1810}
1811
1812/// ComputeNumSignBits - Return the number of times the sign bit of the
1813/// register is replicated into the other bits. We know that at least 1 bit
1814/// is always equal to the sign bit (itself), but other cases can give us
1815/// information. For example, immediately after an "SRA X, 2", we know that
1816/// the top 3 bits are all equal to each other, so we return 3.
Dan Gohman475871a2008-07-27 21:46:04 +00001817unsigned SelectionDAG::ComputeNumSignBits(SDValue Op, unsigned Depth) const{
Duncan Sands83ec4b62008-06-06 12:08:01 +00001818 MVT VT = Op.getValueType();
1819 assert(VT.isInteger() && "Invalid VT!");
1820 unsigned VTBits = VT.getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001821 unsigned Tmp, Tmp2;
Dan Gohmana332f172008-05-23 02:28:01 +00001822 unsigned FirstAnswer = 1;
Dan Gohmanea859be2007-06-22 14:59:07 +00001823
1824 if (Depth == 6)
1825 return 1; // Limit search depth.
1826
1827 switch (Op.getOpcode()) {
1828 default: break;
1829 case ISD::AssertSext:
Duncan Sands83ec4b62008-06-06 12:08:01 +00001830 Tmp = cast<VTSDNode>(Op.getOperand(1))->getVT().getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001831 return VTBits-Tmp+1;
1832 case ISD::AssertZext:
Duncan Sands83ec4b62008-06-06 12:08:01 +00001833 Tmp = cast<VTSDNode>(Op.getOperand(1))->getVT().getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001834 return VTBits-Tmp;
1835
1836 case ISD::Constant: {
Dan Gohmanbb271ff2008-03-03 23:35:36 +00001837 const APInt &Val = cast<ConstantSDNode>(Op)->getAPIntValue();
1838 // If negative, return # leading ones.
1839 if (Val.isNegative())
1840 return Val.countLeadingOnes();
Dan Gohmanea859be2007-06-22 14:59:07 +00001841
Dan Gohmanbb271ff2008-03-03 23:35:36 +00001842 // Return # leading zeros.
1843 return Val.countLeadingZeros();
Dan Gohmanea859be2007-06-22 14:59:07 +00001844 }
1845
1846 case ISD::SIGN_EXTEND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00001847 Tmp = VTBits-Op.getOperand(0).getValueType().getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001848 return ComputeNumSignBits(Op.getOperand(0), Depth+1) + Tmp;
1849
1850 case ISD::SIGN_EXTEND_INREG:
1851 // Max of the input and what this extends.
Duncan Sands83ec4b62008-06-06 12:08:01 +00001852 Tmp = cast<VTSDNode>(Op.getOperand(1))->getVT().getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001853 Tmp = VTBits-Tmp+1;
1854
1855 Tmp2 = ComputeNumSignBits(Op.getOperand(0), Depth+1);
1856 return std::max(Tmp, Tmp2);
1857
1858 case ISD::SRA:
1859 Tmp = ComputeNumSignBits(Op.getOperand(0), Depth+1);
1860 // SRA X, C -> adds C sign bits.
1861 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001862 Tmp += C->getZExtValue();
Dan Gohmanea859be2007-06-22 14:59:07 +00001863 if (Tmp > VTBits) Tmp = VTBits;
1864 }
1865 return Tmp;
1866 case ISD::SHL:
1867 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
1868 // shl destroys sign bits.
1869 Tmp = ComputeNumSignBits(Op.getOperand(0), Depth+1);
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001870 if (C->getZExtValue() >= VTBits || // Bad shift.
1871 C->getZExtValue() >= Tmp) break; // Shifted all sign bits out.
1872 return Tmp - C->getZExtValue();
Dan Gohmanea859be2007-06-22 14:59:07 +00001873 }
1874 break;
1875 case ISD::AND:
1876 case ISD::OR:
1877 case ISD::XOR: // NOT is handled here.
Dan Gohmana332f172008-05-23 02:28:01 +00001878 // Logical binary ops preserve the number of sign bits at the worst.
Dan Gohmanea859be2007-06-22 14:59:07 +00001879 Tmp = ComputeNumSignBits(Op.getOperand(0), Depth+1);
Dan Gohmana332f172008-05-23 02:28:01 +00001880 if (Tmp != 1) {
1881 Tmp2 = ComputeNumSignBits(Op.getOperand(1), Depth+1);
1882 FirstAnswer = std::min(Tmp, Tmp2);
1883 // We computed what we know about the sign bits as our first
1884 // answer. Now proceed to the generic code that uses
1885 // ComputeMaskedBits, and pick whichever answer is better.
1886 }
1887 break;
Dan Gohmanea859be2007-06-22 14:59:07 +00001888
1889 case ISD::SELECT:
Dan Gohmanc84941b2008-05-20 20:59:51 +00001890 Tmp = ComputeNumSignBits(Op.getOperand(1), Depth+1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001891 if (Tmp == 1) return 1; // Early out.
Dan Gohmanc84941b2008-05-20 20:59:51 +00001892 Tmp2 = ComputeNumSignBits(Op.getOperand(2), Depth+1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001893 return std::min(Tmp, Tmp2);
Bill Wendling253174b2008-11-22 07:24:01 +00001894
1895 case ISD::SADDO:
1896 case ISD::UADDO:
Bill Wendling74c37652008-12-09 22:08:41 +00001897 case ISD::SSUBO:
1898 case ISD::USUBO:
1899 case ISD::SMULO:
1900 case ISD::UMULO:
Bill Wendling253174b2008-11-22 07:24:01 +00001901 if (Op.getResNo() != 1)
1902 break;
Duncan Sands03228082008-11-23 15:47:28 +00001903 // The boolean result conforms to getBooleanContents. Fall through.
Dan Gohmanea859be2007-06-22 14:59:07 +00001904 case ISD::SETCC:
1905 // If setcc returns 0/-1, all bits are sign bits.
Duncan Sands03228082008-11-23 15:47:28 +00001906 if (TLI.getBooleanContents() ==
1907 TargetLowering::ZeroOrNegativeOneBooleanContent)
Dan Gohmanea859be2007-06-22 14:59:07 +00001908 return VTBits;
1909 break;
1910 case ISD::ROTL:
1911 case ISD::ROTR:
1912 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00001913 unsigned RotAmt = C->getZExtValue() & (VTBits-1);
Dan Gohmanea859be2007-06-22 14:59:07 +00001914
1915 // Handle rotate right by N like a rotate left by 32-N.
1916 if (Op.getOpcode() == ISD::ROTR)
1917 RotAmt = (VTBits-RotAmt) & (VTBits-1);
1918
1919 // If we aren't rotating out all of the known-in sign bits, return the
1920 // number that are left. This handles rotl(sext(x), 1) for example.
1921 Tmp = ComputeNumSignBits(Op.getOperand(0), Depth+1);
1922 if (Tmp > RotAmt+1) return Tmp-RotAmt;
1923 }
1924 break;
1925 case ISD::ADD:
1926 // Add can have at most one carry bit. Thus we know that the output
1927 // is, at worst, one more bit than the inputs.
1928 Tmp = ComputeNumSignBits(Op.getOperand(0), Depth+1);
1929 if (Tmp == 1) return 1; // Early out.
1930
1931 // Special case decrementing a value (ADD X, -1):
1932 if (ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(Op.getOperand(0)))
1933 if (CRHS->isAllOnesValue()) {
Dan Gohmanb3564aa2008-02-27 01:23:58 +00001934 APInt KnownZero, KnownOne;
1935 APInt Mask = APInt::getAllOnesValue(VTBits);
Dan Gohmanea859be2007-06-22 14:59:07 +00001936 ComputeMaskedBits(Op.getOperand(0), Mask, KnownZero, KnownOne, Depth+1);
1937
1938 // If the input is known to be 0 or 1, the output is 0/-1, which is all
1939 // sign bits set.
Dan Gohmanb3564aa2008-02-27 01:23:58 +00001940 if ((KnownZero | APInt(VTBits, 1)) == Mask)
Dan Gohmanea859be2007-06-22 14:59:07 +00001941 return VTBits;
1942
1943 // If we are subtracting one from a positive number, there is no carry
1944 // out of the result.
Dan Gohmanb3564aa2008-02-27 01:23:58 +00001945 if (KnownZero.isNegative())
Dan Gohmanea859be2007-06-22 14:59:07 +00001946 return Tmp;
1947 }
1948
1949 Tmp2 = ComputeNumSignBits(Op.getOperand(1), Depth+1);
1950 if (Tmp2 == 1) return 1;
1951 return std::min(Tmp, Tmp2)-1;
1952 break;
1953
1954 case ISD::SUB:
1955 Tmp2 = ComputeNumSignBits(Op.getOperand(1), Depth+1);
1956 if (Tmp2 == 1) return 1;
1957
1958 // Handle NEG.
1959 if (ConstantSDNode *CLHS = dyn_cast<ConstantSDNode>(Op.getOperand(0)))
Dan Gohman002e5d02008-03-13 22:13:53 +00001960 if (CLHS->isNullValue()) {
Dan Gohmanb3564aa2008-02-27 01:23:58 +00001961 APInt KnownZero, KnownOne;
1962 APInt Mask = APInt::getAllOnesValue(VTBits);
Dan Gohmanea859be2007-06-22 14:59:07 +00001963 ComputeMaskedBits(Op.getOperand(1), Mask, KnownZero, KnownOne, Depth+1);
1964 // If the input is known to be 0 or 1, the output is 0/-1, which is all
1965 // sign bits set.
Dan Gohmanb3564aa2008-02-27 01:23:58 +00001966 if ((KnownZero | APInt(VTBits, 1)) == Mask)
Dan Gohmanea859be2007-06-22 14:59:07 +00001967 return VTBits;
1968
1969 // If the input is known to be positive (the sign bit is known clear),
1970 // the output of the NEG has the same number of sign bits as the input.
Dan Gohmanb3564aa2008-02-27 01:23:58 +00001971 if (KnownZero.isNegative())
Dan Gohmanea859be2007-06-22 14:59:07 +00001972 return Tmp2;
1973
1974 // Otherwise, we treat this like a SUB.
1975 }
1976
1977 // Sub can have at most one carry bit. Thus we know that the output
1978 // is, at worst, one more bit than the inputs.
1979 Tmp = ComputeNumSignBits(Op.getOperand(0), Depth+1);
1980 if (Tmp == 1) return 1; // Early out.
1981 return std::min(Tmp, Tmp2)-1;
1982 break;
1983 case ISD::TRUNCATE:
1984 // FIXME: it's tricky to do anything useful for this, but it is an important
1985 // case for targets like X86.
1986 break;
1987 }
1988
1989 // Handle LOADX separately here. EXTLOAD case will fallthrough.
1990 if (Op.getOpcode() == ISD::LOAD) {
1991 LoadSDNode *LD = cast<LoadSDNode>(Op);
1992 unsigned ExtType = LD->getExtensionType();
1993 switch (ExtType) {
1994 default: break;
1995 case ISD::SEXTLOAD: // '17' bits known
Duncan Sands83ec4b62008-06-06 12:08:01 +00001996 Tmp = LD->getMemoryVT().getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00001997 return VTBits-Tmp+1;
1998 case ISD::ZEXTLOAD: // '16' bits known
Duncan Sands83ec4b62008-06-06 12:08:01 +00001999 Tmp = LD->getMemoryVT().getSizeInBits();
Dan Gohmanea859be2007-06-22 14:59:07 +00002000 return VTBits-Tmp;
2001 }
2002 }
2003
2004 // Allow the target to implement this method for its nodes.
2005 if (Op.getOpcode() >= ISD::BUILTIN_OP_END ||
2006 Op.getOpcode() == ISD::INTRINSIC_WO_CHAIN ||
2007 Op.getOpcode() == ISD::INTRINSIC_W_CHAIN ||
2008 Op.getOpcode() == ISD::INTRINSIC_VOID) {
2009 unsigned NumBits = TLI.ComputeNumSignBitsForTargetNode(Op, Depth);
Dan Gohmana332f172008-05-23 02:28:01 +00002010 if (NumBits > 1) FirstAnswer = std::max(FirstAnswer, NumBits);
Dan Gohmanea859be2007-06-22 14:59:07 +00002011 }
2012
2013 // Finally, if we can prove that the top bits of the result are 0's or 1's,
2014 // use this information.
Dan Gohmanb3564aa2008-02-27 01:23:58 +00002015 APInt KnownZero, KnownOne;
2016 APInt Mask = APInt::getAllOnesValue(VTBits);
Dan Gohmanea859be2007-06-22 14:59:07 +00002017 ComputeMaskedBits(Op, Mask, KnownZero, KnownOne, Depth);
2018
Dan Gohmanb3564aa2008-02-27 01:23:58 +00002019 if (KnownZero.isNegative()) { // sign bit is 0
Dan Gohmanea859be2007-06-22 14:59:07 +00002020 Mask = KnownZero;
Dan Gohmanb3564aa2008-02-27 01:23:58 +00002021 } else if (KnownOne.isNegative()) { // sign bit is 1;
Dan Gohmanea859be2007-06-22 14:59:07 +00002022 Mask = KnownOne;
2023 } else {
2024 // Nothing known.
Dan Gohmana332f172008-05-23 02:28:01 +00002025 return FirstAnswer;
Dan Gohmanea859be2007-06-22 14:59:07 +00002026 }
2027
2028 // Okay, we know that the sign bit in Mask is set. Use CLZ to determine
2029 // the number of identical bits in the top of the input value.
Dan Gohmanb3564aa2008-02-27 01:23:58 +00002030 Mask = ~Mask;
2031 Mask <<= Mask.getBitWidth()-VTBits;
Dan Gohmanea859be2007-06-22 14:59:07 +00002032 // Return # leading zeros. We use 'min' here in case Val was zero before
2033 // shifting. We don't want to return '64' as for an i32 "0".
Dan Gohmana332f172008-05-23 02:28:01 +00002034 return std::max(FirstAnswer, std::min(VTBits, Mask.countLeadingZeros()));
Dan Gohmanea859be2007-06-22 14:59:07 +00002035}
2036
Chris Lattner51dabfb2006-10-14 00:41:01 +00002037
Dan Gohman475871a2008-07-27 21:46:04 +00002038bool SelectionDAG::isVerifiedDebugInfoDesc(SDValue Op) const {
Evan Chenga844bde2008-02-02 04:07:54 +00002039 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op);
2040 if (!GA) return false;
Dan Gohman6520e202008-10-18 02:06:02 +00002041 if (GA->getOffset() != 0) return false;
Evan Chenga844bde2008-02-02 04:07:54 +00002042 GlobalVariable *GV = dyn_cast<GlobalVariable>(GA->getGlobal());
2043 if (!GV) return false;
Devang Patelbb8c5952009-01-13 21:25:00 +00002044 DwarfWriter *DW = getDwarfWriter();
2045 return DW && DW->hasDebugInfo();
Evan Chenga844bde2008-02-02 04:07:54 +00002046}
2047
2048
Evan Cheng77f0b7a2008-05-13 08:35:03 +00002049/// getShuffleScalarElt - Returns the scalar element that will make up the ith
2050/// element of the result of the vector shuffle.
Dan Gohman475871a2008-07-27 21:46:04 +00002051SDValue SelectionDAG::getShuffleScalarElt(const SDNode *N, unsigned i) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002052 MVT VT = N->getValueType(0);
Dan Gohman475871a2008-07-27 21:46:04 +00002053 SDValue PermMask = N->getOperand(2);
2054 SDValue Idx = PermMask.getOperand(i);
Evan Chengab262272008-06-25 20:52:59 +00002055 if (Idx.getOpcode() == ISD::UNDEF)
2056 return getNode(ISD::UNDEF, VT.getVectorElementType());
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002057 unsigned Index = cast<ConstantSDNode>(Idx)->getZExtValue();
Evan Cheng77f0b7a2008-05-13 08:35:03 +00002058 unsigned NumElems = PermMask.getNumOperands();
Dan Gohman475871a2008-07-27 21:46:04 +00002059 SDValue V = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1);
Evan Chengab262272008-06-25 20:52:59 +00002060 Index %= NumElems;
Evan Chengf26ffe92008-05-29 08:22:04 +00002061
2062 if (V.getOpcode() == ISD::BIT_CONVERT) {
2063 V = V.getOperand(0);
Mon P Wange9f10152008-12-09 05:46:39 +00002064 MVT VVT = V.getValueType();
2065 if (!VVT.isVector() || VVT.getVectorNumElements() != NumElems)
Dan Gohman475871a2008-07-27 21:46:04 +00002066 return SDValue();
Evan Cheng77f0b7a2008-05-13 08:35:03 +00002067 }
Evan Chengf26ffe92008-05-29 08:22:04 +00002068 if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
Evan Chengab262272008-06-25 20:52:59 +00002069 return (Index == 0) ? V.getOperand(0)
Duncan Sands83ec4b62008-06-06 12:08:01 +00002070 : getNode(ISD::UNDEF, VT.getVectorElementType());
Evan Chengf26ffe92008-05-29 08:22:04 +00002071 if (V.getOpcode() == ISD::BUILD_VECTOR)
Evan Chengab262272008-06-25 20:52:59 +00002072 return V.getOperand(Index);
2073 if (V.getOpcode() == ISD::VECTOR_SHUFFLE)
Gabor Greifba36cb52008-08-28 21:40:38 +00002074 return getShuffleScalarElt(V.getNode(), Index);
Dan Gohman475871a2008-07-27 21:46:04 +00002075 return SDValue();
Evan Cheng77f0b7a2008-05-13 08:35:03 +00002076}
2077
2078
Chris Lattnerc3aae252005-01-07 07:46:32 +00002079/// getNode - Gets or creates the specified node.
Chris Lattner78ec3112003-08-11 14:57:33 +00002080///
Dan Gohman475871a2008-07-27 21:46:04 +00002081SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT) {
Jim Laskey583bd472006-10-27 23:46:08 +00002082 FoldingSetNodeID ID;
Dan Gohman6d9cdd52008-07-07 18:26:29 +00002083 AddNodeIDNode(ID, Opcode, getVTList(VT), 0, 0);
Chris Lattner4a283e92006-08-11 18:38:11 +00002084 void *IP = 0;
2085 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00002086 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00002087 SDNode *N = NodeAllocator.Allocate<SDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002088 new (N) SDNode(Opcode, SDNode::getSDVTList(VT));
Chris Lattner4a283e92006-08-11 18:38:11 +00002089 CSEMap.InsertNode(N, IP);
2090
2091 AllNodes.push_back(N);
Duncan Sandsd038e042008-07-21 10:20:31 +00002092#ifndef NDEBUG
2093 VerifyNode(N);
2094#endif
Dan Gohman475871a2008-07-27 21:46:04 +00002095 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002096}
2097
Dan Gohman475871a2008-07-27 21:46:04 +00002098SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT, SDValue Operand) {
Chris Lattner94683772005-12-23 05:30:37 +00002099 // Constant fold unary operations with an integer constant operand.
Gabor Greifba36cb52008-08-28 21:40:38 +00002100 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Operand.getNode())) {
Dan Gohman6c231502008-02-29 01:47:35 +00002101 const APInt &Val = C->getAPIntValue();
Duncan Sands83ec4b62008-06-06 12:08:01 +00002102 unsigned BitWidth = VT.getSizeInBits();
Chris Lattnerc3aae252005-01-07 07:46:32 +00002103 switch (Opcode) {
2104 default: break;
Evan Chengeb49c4e2008-03-06 17:42:34 +00002105 case ISD::SIGN_EXTEND:
2106 return getConstant(APInt(Val).sextOrTrunc(BitWidth), VT);
Chris Lattner4ed11b42005-09-02 00:17:32 +00002107 case ISD::ANY_EXTEND:
Dan Gohman6c231502008-02-29 01:47:35 +00002108 case ISD::ZERO_EXTEND:
Evan Chengeb49c4e2008-03-06 17:42:34 +00002109 case ISD::TRUNCATE:
2110 return getConstant(APInt(Val).zextOrTrunc(BitWidth), VT);
Dale Johannesen73328d12007-09-19 23:55:34 +00002111 case ISD::UINT_TO_FP:
2112 case ISD::SINT_TO_FP: {
2113 const uint64_t zero[] = {0, 0};
Dale Johannesendb44bf82007-10-16 23:38:29 +00002114 // No compile time operations on this type.
2115 if (VT==MVT::ppcf128)
2116 break;
Dan Gohman6c231502008-02-29 01:47:35 +00002117 APFloat apf = APFloat(APInt(BitWidth, 2, zero));
2118 (void)apf.convertFromAPInt(Val,
2119 Opcode==ISD::SINT_TO_FP,
2120 APFloat::rmNearestTiesToEven);
Dale Johannesen73328d12007-09-19 23:55:34 +00002121 return getConstantFP(apf, VT);
2122 }
Chris Lattner94683772005-12-23 05:30:37 +00002123 case ISD::BIT_CONVERT:
Chris Lattnere8a30fd2006-03-24 02:20:47 +00002124 if (VT == MVT::f32 && C->getValueType(0) == MVT::i32)
Dan Gohman6c231502008-02-29 01:47:35 +00002125 return getConstantFP(Val.bitsToFloat(), VT);
Chris Lattnere8a30fd2006-03-24 02:20:47 +00002126 else if (VT == MVT::f64 && C->getValueType(0) == MVT::i64)
Dan Gohman6c231502008-02-29 01:47:35 +00002127 return getConstantFP(Val.bitsToDouble(), VT);
Chris Lattner94683772005-12-23 05:30:37 +00002128 break;
Nate Begeman1b5db7a2006-01-16 08:07:10 +00002129 case ISD::BSWAP:
Dan Gohman6c231502008-02-29 01:47:35 +00002130 return getConstant(Val.byteSwap(), VT);
Nate Begeman1b5db7a2006-01-16 08:07:10 +00002131 case ISD::CTPOP:
Dan Gohman6c231502008-02-29 01:47:35 +00002132 return getConstant(Val.countPopulation(), VT);
Nate Begeman1b5db7a2006-01-16 08:07:10 +00002133 case ISD::CTLZ:
Dan Gohman6c231502008-02-29 01:47:35 +00002134 return getConstant(Val.countLeadingZeros(), VT);
Nate Begeman1b5db7a2006-01-16 08:07:10 +00002135 case ISD::CTTZ:
Dan Gohman6c231502008-02-29 01:47:35 +00002136 return getConstant(Val.countTrailingZeros(), VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002137 }
2138 }
2139
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002140 // Constant fold unary operations with a floating point constant operand.
Gabor Greifba36cb52008-08-28 21:40:38 +00002141 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(Operand.getNode())) {
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002142 APFloat V = C->getValueAPF(); // make copy
Chris Lattner0bd48932008-01-17 07:00:52 +00002143 if (VT != MVT::ppcf128 && Operand.getValueType() != MVT::ppcf128) {
Dale Johannesendb44bf82007-10-16 23:38:29 +00002144 switch (Opcode) {
2145 case ISD::FNEG:
2146 V.changeSign();
2147 return getConstantFP(V, VT);
2148 case ISD::FABS:
2149 V.clearSign();
2150 return getConstantFP(V, VT);
2151 case ISD::FP_ROUND:
Dale Johannesen23a98552008-10-09 23:00:39 +00002152 case ISD::FP_EXTEND: {
2153 bool ignored;
Dale Johannesendb44bf82007-10-16 23:38:29 +00002154 // This can return overflow, underflow, or inexact; we don't care.
2155 // FIXME need to be more flexible about rounding mode.
Chris Lattnerec4a5672008-03-05 06:48:13 +00002156 (void)V.convert(*MVTToAPFloatSemantics(VT),
Dale Johannesen23a98552008-10-09 23:00:39 +00002157 APFloat::rmNearestTiesToEven, &ignored);
Dale Johannesendb44bf82007-10-16 23:38:29 +00002158 return getConstantFP(V, VT);
Dale Johannesen23a98552008-10-09 23:00:39 +00002159 }
Dale Johannesendb44bf82007-10-16 23:38:29 +00002160 case ISD::FP_TO_SINT:
2161 case ISD::FP_TO_UINT: {
2162 integerPart x;
Dale Johannesen23a98552008-10-09 23:00:39 +00002163 bool ignored;
Dale Johannesendb44bf82007-10-16 23:38:29 +00002164 assert(integerPartWidth >= 64);
2165 // FIXME need to be more flexible about rounding mode.
2166 APFloat::opStatus s = V.convertToInteger(&x, 64U,
2167 Opcode==ISD::FP_TO_SINT,
Dale Johannesen23a98552008-10-09 23:00:39 +00002168 APFloat::rmTowardZero, &ignored);
Dale Johannesendb44bf82007-10-16 23:38:29 +00002169 if (s==APFloat::opInvalidOp) // inexact is OK, in fact usual
2170 break;
2171 return getConstant(x, VT);
2172 }
2173 case ISD::BIT_CONVERT:
2174 if (VT == MVT::i32 && C->getValueType(0) == MVT::f32)
Dale Johannesen23a98552008-10-09 23:00:39 +00002175 return getConstant((uint32_t)V.bitcastToAPInt().getZExtValue(), VT);
Dale Johannesendb44bf82007-10-16 23:38:29 +00002176 else if (VT == MVT::i64 && C->getValueType(0) == MVT::f64)
Dale Johannesen23a98552008-10-09 23:00:39 +00002177 return getConstant(V.bitcastToAPInt().getZExtValue(), VT);
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002178 break;
Dale Johannesendb44bf82007-10-16 23:38:29 +00002179 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002180 }
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002181 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002182
Gabor Greifba36cb52008-08-28 21:40:38 +00002183 unsigned OpOpcode = Operand.getNode()->getOpcode();
Chris Lattnerc3aae252005-01-07 07:46:32 +00002184 switch (Opcode) {
Chris Lattnera93ec3e2005-01-21 18:01:22 +00002185 case ISD::TokenFactor:
Duncan Sandsaaffa052008-12-01 11:41:29 +00002186 case ISD::MERGE_VALUES:
Dan Gohman7f8613e2008-08-14 20:04:46 +00002187 case ISD::CONCAT_VECTORS:
Duncan Sandsaaffa052008-12-01 11:41:29 +00002188 return Operand; // Factor, merge or concat of one node? No need.
Chris Lattner0bd48932008-01-17 07:00:52 +00002189 case ISD::FP_ROUND: assert(0 && "Invalid method to make FP_ROUND node");
Chris Lattnerff33cc42007-04-09 05:23:13 +00002190 case ISD::FP_EXTEND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002191 assert(VT.isFloatingPoint() &&
2192 Operand.getValueType().isFloatingPoint() && "Invalid FP cast!");
Chris Lattner7e2e0332008-01-16 17:59:31 +00002193 if (Operand.getValueType() == VT) return Operand; // noop conversion.
Chris Lattner5d03f212008-03-11 06:21:08 +00002194 if (Operand.getOpcode() == ISD::UNDEF)
2195 return getNode(ISD::UNDEF, VT);
Chris Lattnerff33cc42007-04-09 05:23:13 +00002196 break;
Chris Lattner5d03f212008-03-11 06:21:08 +00002197 case ISD::SIGN_EXTEND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002198 assert(VT.isInteger() && Operand.getValueType().isInteger() &&
Chris Lattnerff33cc42007-04-09 05:23:13 +00002199 "Invalid SIGN_EXTEND!");
Chris Lattnerc3aae252005-01-07 07:46:32 +00002200 if (Operand.getValueType() == VT) return Operand; // noop extension
Duncan Sands8e4eb092008-06-08 20:54:56 +00002201 assert(Operand.getValueType().bitsLT(VT)
Duncan Sandsaf47b112007-10-16 09:56:48 +00002202 && "Invalid sext node, dst < src!");
Chris Lattnerc3aae252005-01-07 07:46:32 +00002203 if (OpOpcode == ISD::SIGN_EXTEND || OpOpcode == ISD::ZERO_EXTEND)
Gabor Greifba36cb52008-08-28 21:40:38 +00002204 return getNode(OpOpcode, VT, Operand.getNode()->getOperand(0));
Chris Lattnerc3aae252005-01-07 07:46:32 +00002205 break;
2206 case ISD::ZERO_EXTEND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002207 assert(VT.isInteger() && Operand.getValueType().isInteger() &&
Chris Lattnerff33cc42007-04-09 05:23:13 +00002208 "Invalid ZERO_EXTEND!");
Chris Lattnerc3aae252005-01-07 07:46:32 +00002209 if (Operand.getValueType() == VT) return Operand; // noop extension
Duncan Sands8e4eb092008-06-08 20:54:56 +00002210 assert(Operand.getValueType().bitsLT(VT)
Duncan Sandsaf47b112007-10-16 09:56:48 +00002211 && "Invalid zext node, dst < src!");
Chris Lattner5a6bace2005-04-07 19:43:53 +00002212 if (OpOpcode == ISD::ZERO_EXTEND) // (zext (zext x)) -> (zext x)
Gabor Greifba36cb52008-08-28 21:40:38 +00002213 return getNode(ISD::ZERO_EXTEND, VT, Operand.getNode()->getOperand(0));
Chris Lattnerc3aae252005-01-07 07:46:32 +00002214 break;
Chris Lattner4ed11b42005-09-02 00:17:32 +00002215 case ISD::ANY_EXTEND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002216 assert(VT.isInteger() && Operand.getValueType().isInteger() &&
Chris Lattnerff33cc42007-04-09 05:23:13 +00002217 "Invalid ANY_EXTEND!");
Chris Lattner4ed11b42005-09-02 00:17:32 +00002218 if (Operand.getValueType() == VT) return Operand; // noop extension
Duncan Sands8e4eb092008-06-08 20:54:56 +00002219 assert(Operand.getValueType().bitsLT(VT)
Duncan Sandsaf47b112007-10-16 09:56:48 +00002220 && "Invalid anyext node, dst < src!");
Chris Lattner4ed11b42005-09-02 00:17:32 +00002221 if (OpOpcode == ISD::ZERO_EXTEND || OpOpcode == ISD::SIGN_EXTEND)
2222 // (ext (zext x)) -> (zext x) and (ext (sext x)) -> (sext x)
Gabor Greifba36cb52008-08-28 21:40:38 +00002223 return getNode(OpOpcode, VT, Operand.getNode()->getOperand(0));
Chris Lattner4ed11b42005-09-02 00:17:32 +00002224 break;
Chris Lattnerc3aae252005-01-07 07:46:32 +00002225 case ISD::TRUNCATE:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002226 assert(VT.isInteger() && Operand.getValueType().isInteger() &&
Chris Lattnerff33cc42007-04-09 05:23:13 +00002227 "Invalid TRUNCATE!");
Chris Lattnerc3aae252005-01-07 07:46:32 +00002228 if (Operand.getValueType() == VT) return Operand; // noop truncate
Duncan Sands8e4eb092008-06-08 20:54:56 +00002229 assert(Operand.getValueType().bitsGT(VT)
Duncan Sandsaf47b112007-10-16 09:56:48 +00002230 && "Invalid truncate node, src < dst!");
Chris Lattnerc3aae252005-01-07 07:46:32 +00002231 if (OpOpcode == ISD::TRUNCATE)
Gabor Greifba36cb52008-08-28 21:40:38 +00002232 return getNode(ISD::TRUNCATE, VT, Operand.getNode()->getOperand(0));
Chris Lattner4ed11b42005-09-02 00:17:32 +00002233 else if (OpOpcode == ISD::ZERO_EXTEND || OpOpcode == ISD::SIGN_EXTEND ||
2234 OpOpcode == ISD::ANY_EXTEND) {
Chris Lattnerfd8c39b2005-01-07 21:56:24 +00002235 // If the source is smaller than the dest, we still need an extend.
Gabor Greifba36cb52008-08-28 21:40:38 +00002236 if (Operand.getNode()->getOperand(0).getValueType().bitsLT(VT))
2237 return getNode(OpOpcode, VT, Operand.getNode()->getOperand(0));
2238 else if (Operand.getNode()->getOperand(0).getValueType().bitsGT(VT))
2239 return getNode(ISD::TRUNCATE, VT, Operand.getNode()->getOperand(0));
Chris Lattnerfd8c39b2005-01-07 21:56:24 +00002240 else
Gabor Greifba36cb52008-08-28 21:40:38 +00002241 return Operand.getNode()->getOperand(0);
Chris Lattnerfd8c39b2005-01-07 21:56:24 +00002242 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002243 break;
Chris Lattner35481892005-12-23 00:16:34 +00002244 case ISD::BIT_CONVERT:
2245 // Basic sanity checking.
Duncan Sands83ec4b62008-06-06 12:08:01 +00002246 assert(VT.getSizeInBits() == Operand.getValueType().getSizeInBits()
Reid Spencera07d5b92006-11-11 20:07:59 +00002247 && "Cannot BIT_CONVERT between types of different sizes!");
Chris Lattner35481892005-12-23 00:16:34 +00002248 if (VT == Operand.getValueType()) return Operand; // noop conversion.
Chris Lattnerc8547d82005-12-23 05:37:50 +00002249 if (OpOpcode == ISD::BIT_CONVERT) // bitconv(bitconv(x)) -> bitconv(x)
2250 return getNode(ISD::BIT_CONVERT, VT, Operand.getOperand(0));
Chris Lattner08da55e2006-04-04 01:02:22 +00002251 if (OpOpcode == ISD::UNDEF)
2252 return getNode(ISD::UNDEF, VT);
Chris Lattner35481892005-12-23 00:16:34 +00002253 break;
Chris Lattnerce872152006-03-19 06:31:19 +00002254 case ISD::SCALAR_TO_VECTOR:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002255 assert(VT.isVector() && !Operand.getValueType().isVector() &&
2256 VT.getVectorElementType() == Operand.getValueType() &&
Chris Lattnerce872152006-03-19 06:31:19 +00002257 "Illegal SCALAR_TO_VECTOR node!");
Chris Lattnerf3ba4342008-03-08 23:43:36 +00002258 if (OpOpcode == ISD::UNDEF)
2259 return getNode(ISD::UNDEF, VT);
2260 // scalar_to_vector(extract_vector_elt V, 0) -> V, top bits are undefined.
2261 if (OpOpcode == ISD::EXTRACT_VECTOR_ELT &&
2262 isa<ConstantSDNode>(Operand.getOperand(1)) &&
2263 Operand.getConstantOperandVal(1) == 0 &&
2264 Operand.getOperand(0).getValueType() == VT)
2265 return Operand.getOperand(0);
Chris Lattnerce872152006-03-19 06:31:19 +00002266 break;
Chris Lattner485df9b2005-04-09 03:02:46 +00002267 case ISD::FNEG:
Chris Lattner01b3d732005-09-28 22:28:18 +00002268 if (OpOpcode == ISD::FSUB) // -(X-Y) -> (Y-X)
Gabor Greifba36cb52008-08-28 21:40:38 +00002269 return getNode(ISD::FSUB, VT, Operand.getNode()->getOperand(1),
2270 Operand.getNode()->getOperand(0));
Chris Lattner485df9b2005-04-09 03:02:46 +00002271 if (OpOpcode == ISD::FNEG) // --X -> X
Gabor Greifba36cb52008-08-28 21:40:38 +00002272 return Operand.getNode()->getOperand(0);
Chris Lattner485df9b2005-04-09 03:02:46 +00002273 break;
2274 case ISD::FABS:
2275 if (OpOpcode == ISD::FNEG) // abs(-X) -> abs(X)
Gabor Greifba36cb52008-08-28 21:40:38 +00002276 return getNode(ISD::FABS, VT, Operand.getNode()->getOperand(0));
Chris Lattner485df9b2005-04-09 03:02:46 +00002277 break;
Chris Lattnerc3aae252005-01-07 07:46:32 +00002278 }
2279
Chris Lattner43247a12005-08-25 19:12:10 +00002280 SDNode *N;
Chris Lattner0b3e5252006-08-15 19:11:05 +00002281 SDVTList VTs = getVTList(VT);
Chris Lattner43247a12005-08-25 19:12:10 +00002282 if (VT != MVT::Flag) { // Don't CSE flag producing nodes
Jim Laskey583bd472006-10-27 23:46:08 +00002283 FoldingSetNodeID ID;
Dan Gohman475871a2008-07-27 21:46:04 +00002284 SDValue Ops[1] = { Operand };
Chris Lattner63e3f142007-02-04 07:28:00 +00002285 AddNodeIDNode(ID, Opcode, VTs, Ops, 1);
Chris Lattnera5682852006-08-07 23:03:03 +00002286 void *IP = 0;
2287 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00002288 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00002289 N = NodeAllocator.Allocate<UnarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002290 new (N) UnarySDNode(Opcode, VTs, Operand);
Chris Lattnera5682852006-08-07 23:03:03 +00002291 CSEMap.InsertNode(N, IP);
Chris Lattner43247a12005-08-25 19:12:10 +00002292 } else {
Dan Gohmanfed90b62008-07-28 21:51:04 +00002293 N = NodeAllocator.Allocate<UnarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002294 new (N) UnarySDNode(Opcode, VTs, Operand);
Chris Lattner43247a12005-08-25 19:12:10 +00002295 }
Duncan Sandsd038e042008-07-21 10:20:31 +00002296
Chris Lattnerc3aae252005-01-07 07:46:32 +00002297 AllNodes.push_back(N);
Duncan Sandsd038e042008-07-21 10:20:31 +00002298#ifndef NDEBUG
2299 VerifyNode(N);
2300#endif
Dan Gohman475871a2008-07-27 21:46:04 +00002301 return SDValue(N, 0);
Chris Lattner78ec3112003-08-11 14:57:33 +00002302}
2303
Bill Wendling688d1c42008-09-24 10:16:24 +00002304SDValue SelectionDAG::FoldConstantArithmetic(unsigned Opcode,
2305 MVT VT,
2306 ConstantSDNode *Cst1,
2307 ConstantSDNode *Cst2) {
2308 const APInt &C1 = Cst1->getAPIntValue(), &C2 = Cst2->getAPIntValue();
2309
2310 switch (Opcode) {
2311 case ISD::ADD: return getConstant(C1 + C2, VT);
2312 case ISD::SUB: return getConstant(C1 - C2, VT);
2313 case ISD::MUL: return getConstant(C1 * C2, VT);
2314 case ISD::UDIV:
2315 if (C2.getBoolValue()) return getConstant(C1.udiv(C2), VT);
2316 break;
2317 case ISD::UREM:
2318 if (C2.getBoolValue()) return getConstant(C1.urem(C2), VT);
2319 break;
2320 case ISD::SDIV:
2321 if (C2.getBoolValue()) return getConstant(C1.sdiv(C2), VT);
2322 break;
2323 case ISD::SREM:
2324 if (C2.getBoolValue()) return getConstant(C1.srem(C2), VT);
2325 break;
2326 case ISD::AND: return getConstant(C1 & C2, VT);
2327 case ISD::OR: return getConstant(C1 | C2, VT);
2328 case ISD::XOR: return getConstant(C1 ^ C2, VT);
2329 case ISD::SHL: return getConstant(C1 << C2, VT);
2330 case ISD::SRL: return getConstant(C1.lshr(C2), VT);
2331 case ISD::SRA: return getConstant(C1.ashr(C2), VT);
2332 case ISD::ROTL: return getConstant(C1.rotl(C2), VT);
2333 case ISD::ROTR: return getConstant(C1.rotr(C2), VT);
2334 default: break;
2335 }
2336
2337 return SDValue();
2338}
2339
Dan Gohman475871a2008-07-27 21:46:04 +00002340SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT,
2341 SDValue N1, SDValue N2) {
Gabor Greifba36cb52008-08-28 21:40:38 +00002342 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode());
2343 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
Chris Lattner76365122005-01-16 02:23:22 +00002344 switch (Opcode) {
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002345 default: break;
Chris Lattner39908e02005-01-19 18:01:40 +00002346 case ISD::TokenFactor:
2347 assert(VT == MVT::Other && N1.getValueType() == MVT::Other &&
2348 N2.getValueType() == MVT::Other && "Invalid token factor!");
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002349 // Fold trivial token factors.
2350 if (N1.getOpcode() == ISD::EntryToken) return N2;
2351 if (N2.getOpcode() == ISD::EntryToken) return N1;
Dan Gohman38ac0622008-10-01 15:11:19 +00002352 if (N1 == N2) return N1;
Chris Lattner39908e02005-01-19 18:01:40 +00002353 break;
Dan Gohman7f8613e2008-08-14 20:04:46 +00002354 case ISD::CONCAT_VECTORS:
2355 // A CONCAT_VECTOR with all operands BUILD_VECTOR can be simplified to
2356 // one big BUILD_VECTOR.
2357 if (N1.getOpcode() == ISD::BUILD_VECTOR &&
2358 N2.getOpcode() == ISD::BUILD_VECTOR) {
Gabor Greifba36cb52008-08-28 21:40:38 +00002359 SmallVector<SDValue, 16> Elts(N1.getNode()->op_begin(), N1.getNode()->op_end());
2360 Elts.insert(Elts.end(), N2.getNode()->op_begin(), N2.getNode()->op_end());
Dan Gohman7f8613e2008-08-14 20:04:46 +00002361 return getNode(ISD::BUILD_VECTOR, VT, &Elts[0], Elts.size());
2362 }
2363 break;
Chris Lattner76365122005-01-16 02:23:22 +00002364 case ISD::AND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002365 assert(VT.isInteger() && N1.getValueType() == N2.getValueType() &&
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002366 N1.getValueType() == VT && "Binary operator types must match!");
2367 // (X & 0) -> 0. This commonly occurs when legalizing i64 values, so it's
2368 // worth handling here.
Dan Gohman002e5d02008-03-13 22:13:53 +00002369 if (N2C && N2C->isNullValue())
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002370 return N2;
Chris Lattner9967c152008-01-26 01:05:42 +00002371 if (N2C && N2C->isAllOnesValue()) // X & -1 -> X
2372 return N1;
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002373 break;
Chris Lattner76365122005-01-16 02:23:22 +00002374 case ISD::OR:
2375 case ISD::XOR:
Dan Gohman33b625b2008-06-02 22:27:05 +00002376 case ISD::ADD:
2377 case ISD::SUB:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002378 assert(VT.isInteger() && N1.getValueType() == N2.getValueType() &&
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002379 N1.getValueType() == VT && "Binary operator types must match!");
Dan Gohman33b625b2008-06-02 22:27:05 +00002380 // (X ^|+- 0) -> X. This commonly occurs when legalizing i64 values, so
2381 // it's worth handling here.
Dan Gohman002e5d02008-03-13 22:13:53 +00002382 if (N2C && N2C->isNullValue())
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002383 return N1;
2384 break;
Chris Lattner76365122005-01-16 02:23:22 +00002385 case ISD::UDIV:
2386 case ISD::UREM:
Chris Lattnere5eb6f82005-05-15 05:39:08 +00002387 case ISD::MULHU:
2388 case ISD::MULHS:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002389 assert(VT.isInteger() && "This operator does not apply to FP types!");
Chris Lattner76365122005-01-16 02:23:22 +00002390 // fall through
Chris Lattner76365122005-01-16 02:23:22 +00002391 case ISD::MUL:
2392 case ISD::SDIV:
2393 case ISD::SREM:
Chris Lattner01b3d732005-09-28 22:28:18 +00002394 case ISD::FADD:
2395 case ISD::FSUB:
2396 case ISD::FMUL:
2397 case ISD::FDIV:
2398 case ISD::FREM:
Chris Lattner76365122005-01-16 02:23:22 +00002399 assert(N1.getValueType() == N2.getValueType() &&
2400 N1.getValueType() == VT && "Binary operator types must match!");
2401 break;
Chris Lattnera09f8482006-03-05 05:09:38 +00002402 case ISD::FCOPYSIGN: // N1 and result must match. N1/N2 need not match.
2403 assert(N1.getValueType() == VT &&
Duncan Sands83ec4b62008-06-06 12:08:01 +00002404 N1.getValueType().isFloatingPoint() &&
2405 N2.getValueType().isFloatingPoint() &&
Chris Lattnera09f8482006-03-05 05:09:38 +00002406 "Invalid FCOPYSIGN!");
2407 break;
Chris Lattner76365122005-01-16 02:23:22 +00002408 case ISD::SHL:
2409 case ISD::SRA:
2410 case ISD::SRL:
Nate Begeman35ef9132006-01-11 21:21:00 +00002411 case ISD::ROTL:
2412 case ISD::ROTR:
Chris Lattner76365122005-01-16 02:23:22 +00002413 assert(VT == N1.getValueType() &&
2414 "Shift operators return type must be the same as their first arg");
Duncan Sands83ec4b62008-06-06 12:08:01 +00002415 assert(VT.isInteger() && N2.getValueType().isInteger() &&
Chris Lattner349db172008-07-02 17:01:57 +00002416 "Shifts only work on integers");
Mon P Wange9f10152008-12-09 05:46:39 +00002417 assert((N2.getValueType() == TLI.getShiftAmountTy() ||
2418 (N2.getValueType().isVector() && N2.getValueType().isInteger())) &&
Duncan Sands3d0f5af2008-10-30 20:26:50 +00002419 "Wrong type for shift amount");
Chris Lattner349db172008-07-02 17:01:57 +00002420
2421 // Always fold shifts of i1 values so the code generator doesn't need to
2422 // handle them. Since we know the size of the shift has to be less than the
2423 // size of the value, the shift/rotate count is guaranteed to be zero.
2424 if (VT == MVT::i1)
2425 return N1;
Chris Lattner76365122005-01-16 02:23:22 +00002426 break;
Chris Lattner15e4b012005-07-10 00:07:11 +00002427 case ISD::FP_ROUND_INREG: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002428 MVT EVT = cast<VTSDNode>(N2)->getVT();
Chris Lattner15e4b012005-07-10 00:07:11 +00002429 assert(VT == N1.getValueType() && "Not an inreg round!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00002430 assert(VT.isFloatingPoint() && EVT.isFloatingPoint() &&
Chris Lattner15e4b012005-07-10 00:07:11 +00002431 "Cannot FP_ROUND_INREG integer types");
Duncan Sands8e4eb092008-06-08 20:54:56 +00002432 assert(EVT.bitsLE(VT) && "Not rounding down!");
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002433 if (cast<VTSDNode>(N2)->getVT() == VT) return N1; // Not actually rounding.
Chris Lattner15e4b012005-07-10 00:07:11 +00002434 break;
2435 }
Chris Lattner0bd48932008-01-17 07:00:52 +00002436 case ISD::FP_ROUND:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002437 assert(VT.isFloatingPoint() &&
2438 N1.getValueType().isFloatingPoint() &&
Duncan Sands8e4eb092008-06-08 20:54:56 +00002439 VT.bitsLE(N1.getValueType()) &&
Chris Lattner0bd48932008-01-17 07:00:52 +00002440 isa<ConstantSDNode>(N2) && "Invalid FP_ROUND!");
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002441 if (N1.getValueType() == VT) return N1; // noop conversion.
Chris Lattner0bd48932008-01-17 07:00:52 +00002442 break;
Nate Begeman56eb8682005-08-30 02:44:00 +00002443 case ISD::AssertSext:
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002444 case ISD::AssertZext: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002445 MVT EVT = cast<VTSDNode>(N2)->getVT();
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002446 assert(VT == N1.getValueType() && "Not an inreg extend!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00002447 assert(VT.isInteger() && EVT.isInteger() &&
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002448 "Cannot *_EXTEND_INREG FP types");
Duncan Sands8e4eb092008-06-08 20:54:56 +00002449 assert(EVT.bitsLE(VT) && "Not extending!");
Duncan Sandsd885dbd2008-02-10 10:08:52 +00002450 if (VT == EVT) return N1; // noop assertion.
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002451 break;
2452 }
Chris Lattner15e4b012005-07-10 00:07:11 +00002453 case ISD::SIGN_EXTEND_INREG: {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002454 MVT EVT = cast<VTSDNode>(N2)->getVT();
Chris Lattner15e4b012005-07-10 00:07:11 +00002455 assert(VT == N1.getValueType() && "Not an inreg extend!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00002456 assert(VT.isInteger() && EVT.isInteger() &&
Chris Lattner15e4b012005-07-10 00:07:11 +00002457 "Cannot *_EXTEND_INREG FP types");
Duncan Sands8e4eb092008-06-08 20:54:56 +00002458 assert(EVT.bitsLE(VT) && "Not extending!");
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002459 if (EVT == VT) return N1; // Not actually extending
Chris Lattner15e4b012005-07-10 00:07:11 +00002460
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002461 if (N1C) {
Dan Gohman6c231502008-02-29 01:47:35 +00002462 APInt Val = N1C->getAPIntValue();
Duncan Sands83ec4b62008-06-06 12:08:01 +00002463 unsigned FromBits = cast<VTSDNode>(N2)->getVT().getSizeInBits();
Dan Gohman6c231502008-02-29 01:47:35 +00002464 Val <<= Val.getBitWidth()-FromBits;
Evan Cheng433f6f62008-03-06 08:20:51 +00002465 Val = Val.ashr(Val.getBitWidth()-FromBits);
Chris Lattnerb9ebacd2006-05-06 23:05:41 +00002466 return getConstant(Val, VT);
2467 }
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002468 break;
2469 }
2470 case ISD::EXTRACT_VECTOR_ELT:
Chris Lattnerf3ba4342008-03-08 23:43:36 +00002471 // EXTRACT_VECTOR_ELT of an UNDEF is an UNDEF.
2472 if (N1.getOpcode() == ISD::UNDEF)
2473 return getNode(ISD::UNDEF, VT);
2474
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002475 // EXTRACT_VECTOR_ELT of CONCAT_VECTORS is often formed while lowering is
2476 // expanding copies of large vectors from registers.
Dan Gohman6ab64222008-08-13 21:51:37 +00002477 if (N2C &&
2478 N1.getOpcode() == ISD::CONCAT_VECTORS &&
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002479 N1.getNumOperands() > 0) {
2480 unsigned Factor =
Duncan Sands83ec4b62008-06-06 12:08:01 +00002481 N1.getOperand(0).getValueType().getVectorNumElements();
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002482 return getNode(ISD::EXTRACT_VECTOR_ELT, VT,
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002483 N1.getOperand(N2C->getZExtValue() / Factor),
2484 getConstant(N2C->getZExtValue() % Factor,
2485 N2.getValueType()));
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002486 }
2487
2488 // EXTRACT_VECTOR_ELT of BUILD_VECTOR is often formed while lowering is
2489 // expanding large vector constants.
Dan Gohman6ab64222008-08-13 21:51:37 +00002490 if (N2C && N1.getOpcode() == ISD::BUILD_VECTOR)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002491 return N1.getOperand(N2C->getZExtValue());
Chris Lattnerf3ba4342008-03-08 23:43:36 +00002492
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002493 // EXTRACT_VECTOR_ELT of INSERT_VECTOR_ELT is often formed when vector
2494 // operations are lowered to scalars.
Dan Gohman6ab64222008-08-13 21:51:37 +00002495 if (N1.getOpcode() == ISD::INSERT_VECTOR_ELT) {
2496 if (N1.getOperand(2) == N2)
2497 return N1.getOperand(1);
2498 else
2499 return getNode(ISD::EXTRACT_VECTOR_ELT, VT, N1.getOperand(0), N2);
2500 }
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002501 break;
2502 case ISD::EXTRACT_ELEMENT:
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002503 assert(N2C && (unsigned)N2C->getZExtValue() < 2 && "Bad EXTRACT_ELEMENT!");
Duncan Sands041cde22008-06-25 20:24:48 +00002504 assert(!N1.getValueType().isVector() && !VT.isVector() &&
2505 (N1.getValueType().isInteger() == VT.isInteger()) &&
2506 "Wrong types for EXTRACT_ELEMENT!");
Duncan Sands25eb0432008-03-12 20:30:08 +00002507
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002508 // EXTRACT_ELEMENT of BUILD_PAIR is often formed while legalize is expanding
2509 // 64-bit integers into 32-bit parts. Instead of building the extract of
2510 // the BUILD_PAIR, only to have legalize rip it apart, just do it now.
2511 if (N1.getOpcode() == ISD::BUILD_PAIR)
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002512 return N1.getOperand(N2C->getZExtValue());
Duncan Sands25eb0432008-03-12 20:30:08 +00002513
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002514 // EXTRACT_ELEMENT of a constant int is also very common.
2515 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N1)) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002516 unsigned ElementSize = VT.getSizeInBits();
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002517 unsigned Shift = ElementSize * N2C->getZExtValue();
Dan Gohman4c931fc2008-03-24 16:38:05 +00002518 APInt ShiftedVal = C->getAPIntValue().lshr(Shift);
2519 return getConstant(ShiftedVal.trunc(ElementSize), VT);
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002520 }
2521 break;
Duncan Sandsf83b1f62008-02-20 17:38:09 +00002522 case ISD::EXTRACT_SUBVECTOR:
2523 if (N1.getValueType() == VT) // Trivial extraction.
2524 return N1;
2525 break;
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002526 }
2527
2528 if (N1C) {
Chris Lattnerc3aae252005-01-07 07:46:32 +00002529 if (N2C) {
Bill Wendling688d1c42008-09-24 10:16:24 +00002530 SDValue SV = FoldConstantArithmetic(Opcode, VT, N1C, N2C);
2531 if (SV.getNode()) return SV;
Chris Lattnerc3aae252005-01-07 07:46:32 +00002532 } else { // Cannonicalize constant to RHS if commutative
2533 if (isCommutativeBinOp(Opcode)) {
2534 std::swap(N1C, N2C);
2535 std::swap(N1, N2);
2536 }
2537 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002538 }
2539
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002540 // Constant fold FP operations.
Gabor Greifba36cb52008-08-28 21:40:38 +00002541 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode());
2542 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2.getNode());
Chris Lattner15e4b012005-07-10 00:07:11 +00002543 if (N1CFP) {
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002544 if (!N2CFP && isCommutativeBinOp(Opcode)) {
2545 // Cannonicalize constant to RHS if commutative
2546 std::swap(N1CFP, N2CFP);
2547 std::swap(N1, N2);
2548 } else if (N2CFP && VT != MVT::ppcf128) {
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002549 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF();
2550 APFloat::opStatus s;
Chris Lattnerc3aae252005-01-07 07:46:32 +00002551 switch (Opcode) {
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002552 case ISD::FADD:
2553 s = V1.add(V2, APFloat::rmNearestTiesToEven);
Chris Lattner8e1f7ac2008-01-22 19:09:33 +00002554 if (s != APFloat::opInvalidOp)
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002555 return getConstantFP(V1, VT);
2556 break;
2557 case ISD::FSUB:
2558 s = V1.subtract(V2, APFloat::rmNearestTiesToEven);
2559 if (s!=APFloat::opInvalidOp)
2560 return getConstantFP(V1, VT);
2561 break;
2562 case ISD::FMUL:
2563 s = V1.multiply(V2, APFloat::rmNearestTiesToEven);
2564 if (s!=APFloat::opInvalidOp)
2565 return getConstantFP(V1, VT);
2566 break;
Chris Lattner01b3d732005-09-28 22:28:18 +00002567 case ISD::FDIV:
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002568 s = V1.divide(V2, APFloat::rmNearestTiesToEven);
2569 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero)
2570 return getConstantFP(V1, VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002571 break;
Chris Lattner01b3d732005-09-28 22:28:18 +00002572 case ISD::FREM :
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002573 s = V1.mod(V2, APFloat::rmNearestTiesToEven);
2574 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero)
2575 return getConstantFP(V1, VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002576 break;
Dale Johannesenc4dd3c32007-08-31 23:34:27 +00002577 case ISD::FCOPYSIGN:
2578 V1.copySign(V2);
2579 return getConstantFP(V1, VT);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002580 default: break;
2581 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002582 }
Chris Lattner15e4b012005-07-10 00:07:11 +00002583 }
Chris Lattner62b57722006-04-20 05:39:12 +00002584
2585 // Canonicalize an UNDEF to the RHS, even over a constant.
2586 if (N1.getOpcode() == ISD::UNDEF) {
2587 if (isCommutativeBinOp(Opcode)) {
2588 std::swap(N1, N2);
2589 } else {
2590 switch (Opcode) {
2591 case ISD::FP_ROUND_INREG:
2592 case ISD::SIGN_EXTEND_INREG:
2593 case ISD::SUB:
2594 case ISD::FSUB:
2595 case ISD::FDIV:
2596 case ISD::FREM:
Chris Lattner2cfd6742006-05-08 17:29:49 +00002597 case ISD::SRA:
Chris Lattner62b57722006-04-20 05:39:12 +00002598 return N1; // fold op(undef, arg2) -> undef
2599 case ISD::UDIV:
2600 case ISD::SDIV:
2601 case ISD::UREM:
2602 case ISD::SREM:
Chris Lattner2cfd6742006-05-08 17:29:49 +00002603 case ISD::SRL:
2604 case ISD::SHL:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002605 if (!VT.isVector())
Chris Lattner964dd862007-04-25 00:00:45 +00002606 return getConstant(0, VT); // fold op(undef, arg2) -> 0
2607 // For vectors, we can't easily build an all zero vector, just return
2608 // the LHS.
2609 return N2;
Chris Lattner62b57722006-04-20 05:39:12 +00002610 }
2611 }
2612 }
2613
Chris Lattnerb9ebacd2006-05-06 23:05:41 +00002614 // Fold a bunch of operators when the RHS is undef.
Chris Lattner62b57722006-04-20 05:39:12 +00002615 if (N2.getOpcode() == ISD::UNDEF) {
2616 switch (Opcode) {
Evan Cheng26471c42008-03-25 20:08:07 +00002617 case ISD::XOR:
2618 if (N1.getOpcode() == ISD::UNDEF)
2619 // Handle undef ^ undef -> 0 special case. This is a common
2620 // idiom (misuse).
2621 return getConstant(0, VT);
2622 // fallthrough
Chris Lattner62b57722006-04-20 05:39:12 +00002623 case ISD::ADD:
Chris Lattner175415e2007-03-04 20:01:46 +00002624 case ISD::ADDC:
2625 case ISD::ADDE:
Chris Lattner62b57722006-04-20 05:39:12 +00002626 case ISD::SUB:
2627 case ISD::FADD:
2628 case ISD::FSUB:
2629 case ISD::FMUL:
2630 case ISD::FDIV:
2631 case ISD::FREM:
2632 case ISD::UDIV:
2633 case ISD::SDIV:
2634 case ISD::UREM:
2635 case ISD::SREM:
Chris Lattner62b57722006-04-20 05:39:12 +00002636 return N2; // fold op(arg1, undef) -> undef
2637 case ISD::MUL:
2638 case ISD::AND:
Chris Lattner2cfd6742006-05-08 17:29:49 +00002639 case ISD::SRL:
2640 case ISD::SHL:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002641 if (!VT.isVector())
Chris Lattner964dd862007-04-25 00:00:45 +00002642 return getConstant(0, VT); // fold op(arg1, undef) -> 0
2643 // For vectors, we can't easily build an all zero vector, just return
2644 // the LHS.
2645 return N1;
Chris Lattner62b57722006-04-20 05:39:12 +00002646 case ISD::OR:
Duncan Sands83ec4b62008-06-06 12:08:01 +00002647 if (!VT.isVector())
2648 return getConstant(VT.getIntegerVTBitMask(), VT);
Chris Lattner964dd862007-04-25 00:00:45 +00002649 // For vectors, we can't easily build an all one vector, just return
2650 // the LHS.
2651 return N1;
Chris Lattner2cfd6742006-05-08 17:29:49 +00002652 case ISD::SRA:
2653 return N1;
Chris Lattner62b57722006-04-20 05:39:12 +00002654 }
2655 }
Chris Lattner15e4b012005-07-10 00:07:11 +00002656
Chris Lattner27e9b412005-05-11 18:57:39 +00002657 // Memoize this node if possible.
2658 SDNode *N;
Chris Lattner0b3e5252006-08-15 19:11:05 +00002659 SDVTList VTs = getVTList(VT);
Chris Lattner70814bc2006-01-29 07:58:15 +00002660 if (VT != MVT::Flag) {
Dan Gohman475871a2008-07-27 21:46:04 +00002661 SDValue Ops[] = { N1, N2 };
Jim Laskey583bd472006-10-27 23:46:08 +00002662 FoldingSetNodeID ID;
Chris Lattner63e3f142007-02-04 07:28:00 +00002663 AddNodeIDNode(ID, Opcode, VTs, Ops, 2);
Chris Lattnera5682852006-08-07 23:03:03 +00002664 void *IP = 0;
2665 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00002666 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00002667 N = NodeAllocator.Allocate<BinarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002668 new (N) BinarySDNode(Opcode, VTs, N1, N2);
Chris Lattnera5682852006-08-07 23:03:03 +00002669 CSEMap.InsertNode(N, IP);
Chris Lattner27e9b412005-05-11 18:57:39 +00002670 } else {
Dan Gohmanfed90b62008-07-28 21:51:04 +00002671 N = NodeAllocator.Allocate<BinarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002672 new (N) BinarySDNode(Opcode, VTs, N1, N2);
Chris Lattner27e9b412005-05-11 18:57:39 +00002673 }
2674
Chris Lattnerc3aae252005-01-07 07:46:32 +00002675 AllNodes.push_back(N);
Duncan Sandsd038e042008-07-21 10:20:31 +00002676#ifndef NDEBUG
2677 VerifyNode(N);
2678#endif
Dan Gohman475871a2008-07-27 21:46:04 +00002679 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002680}
2681
Dan Gohman475871a2008-07-27 21:46:04 +00002682SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT,
2683 SDValue N1, SDValue N2, SDValue N3) {
Chris Lattnerc3aae252005-01-07 07:46:32 +00002684 // Perform various simplifications.
Gabor Greifba36cb52008-08-28 21:40:38 +00002685 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode());
2686 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2.getNode());
Chris Lattnerc3aae252005-01-07 07:46:32 +00002687 switch (Opcode) {
Dan Gohman7f8613e2008-08-14 20:04:46 +00002688 case ISD::CONCAT_VECTORS:
2689 // A CONCAT_VECTOR with all operands BUILD_VECTOR can be simplified to
2690 // one big BUILD_VECTOR.
2691 if (N1.getOpcode() == ISD::BUILD_VECTOR &&
2692 N2.getOpcode() == ISD::BUILD_VECTOR &&
2693 N3.getOpcode() == ISD::BUILD_VECTOR) {
Gabor Greifba36cb52008-08-28 21:40:38 +00002694 SmallVector<SDValue, 16> Elts(N1.getNode()->op_begin(), N1.getNode()->op_end());
2695 Elts.insert(Elts.end(), N2.getNode()->op_begin(), N2.getNode()->op_end());
2696 Elts.insert(Elts.end(), N3.getNode()->op_begin(), N3.getNode()->op_end());
Dan Gohman7f8613e2008-08-14 20:04:46 +00002697 return getNode(ISD::BUILD_VECTOR, VT, &Elts[0], Elts.size());
2698 }
2699 break;
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00002700 case ISD::SETCC: {
Chris Lattner51dabfb2006-10-14 00:41:01 +00002701 // Use FoldSetCC to simplify SETCC's.
Dan Gohman475871a2008-07-27 21:46:04 +00002702 SDValue Simp = FoldSetCC(VT, N1, N2, cast<CondCodeSDNode>(N3)->get());
Gabor Greifba36cb52008-08-28 21:40:38 +00002703 if (Simp.getNode()) return Simp;
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00002704 break;
2705 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002706 case ISD::SELECT:
Anton Korobeynikov4c71dfe2008-02-20 11:10:28 +00002707 if (N1C) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002708 if (N1C->getZExtValue())
Chris Lattnerc3aae252005-01-07 07:46:32 +00002709 return N2; // select true, X, Y -> X
Misha Brukmanedf128a2005-04-21 22:36:52 +00002710 else
Chris Lattnerc3aae252005-01-07 07:46:32 +00002711 return N3; // select false, X, Y -> Y
Anton Korobeynikov4c71dfe2008-02-20 11:10:28 +00002712 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002713
2714 if (N2 == N3) return N2; // select C, X, X -> X
Chris Lattnerc3aae252005-01-07 07:46:32 +00002715 break;
Chris Lattner5351e9b2005-01-07 22:49:57 +00002716 case ISD::BRCOND:
Anton Korobeynikov4c71dfe2008-02-20 11:10:28 +00002717 if (N2C) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002718 if (N2C->getZExtValue()) // Unconditional branch
Chris Lattner5351e9b2005-01-07 22:49:57 +00002719 return getNode(ISD::BR, MVT::Other, N1, N3);
2720 else
2721 return N1; // Never-taken branch
Anton Korobeynikov4c71dfe2008-02-20 11:10:28 +00002722 }
Chris Lattner7c68ec62005-01-07 23:32:00 +00002723 break;
Chris Lattnerfb194b92006-03-19 23:56:04 +00002724 case ISD::VECTOR_SHUFFLE:
Mon P Wangaeb06d22008-11-10 04:46:22 +00002725 assert(N1.getValueType() == N2.getValueType() &&
2726 N1.getValueType().isVector() &&
Duncan Sands83ec4b62008-06-06 12:08:01 +00002727 VT.isVector() && N3.getValueType().isVector() &&
Chris Lattnerfb194b92006-03-19 23:56:04 +00002728 N3.getOpcode() == ISD::BUILD_VECTOR &&
Duncan Sands83ec4b62008-06-06 12:08:01 +00002729 VT.getVectorNumElements() == N3.getNumOperands() &&
Chris Lattnerfb194b92006-03-19 23:56:04 +00002730 "Illegal VECTOR_SHUFFLE node!");
2731 break;
Dan Gohman7f321562007-06-25 16:23:39 +00002732 case ISD::BIT_CONVERT:
2733 // Fold bit_convert nodes from a type to themselves.
2734 if (N1.getValueType() == VT)
2735 return N1;
Chris Lattner4829b1c2007-04-12 05:58:43 +00002736 break;
Chris Lattnerc3aae252005-01-07 07:46:32 +00002737 }
2738
Chris Lattner43247a12005-08-25 19:12:10 +00002739 // Memoize node if it doesn't produce a flag.
2740 SDNode *N;
Chris Lattner0b3e5252006-08-15 19:11:05 +00002741 SDVTList VTs = getVTList(VT);
Chris Lattner43247a12005-08-25 19:12:10 +00002742 if (VT != MVT::Flag) {
Dan Gohman475871a2008-07-27 21:46:04 +00002743 SDValue Ops[] = { N1, N2, N3 };
Jim Laskey583bd472006-10-27 23:46:08 +00002744 FoldingSetNodeID ID;
Chris Lattner63e3f142007-02-04 07:28:00 +00002745 AddNodeIDNode(ID, Opcode, VTs, Ops, 3);
Chris Lattnera5682852006-08-07 23:03:03 +00002746 void *IP = 0;
2747 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00002748 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00002749 N = NodeAllocator.Allocate<TernarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002750 new (N) TernarySDNode(Opcode, VTs, N1, N2, N3);
Chris Lattnera5682852006-08-07 23:03:03 +00002751 CSEMap.InsertNode(N, IP);
Chris Lattner43247a12005-08-25 19:12:10 +00002752 } else {
Dan Gohmanfed90b62008-07-28 21:51:04 +00002753 N = NodeAllocator.Allocate<TernarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00002754 new (N) TernarySDNode(Opcode, VTs, N1, N2, N3);
Chris Lattner43247a12005-08-25 19:12:10 +00002755 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00002756 AllNodes.push_back(N);
Duncan Sandsd038e042008-07-21 10:20:31 +00002757#ifndef NDEBUG
2758 VerifyNode(N);
2759#endif
Dan Gohman475871a2008-07-27 21:46:04 +00002760 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +00002761}
2762
Dan Gohman475871a2008-07-27 21:46:04 +00002763SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT,
2764 SDValue N1, SDValue N2, SDValue N3,
2765 SDValue N4) {
2766 SDValue Ops[] = { N1, N2, N3, N4 };
Chris Lattnerf06f35e2006-08-08 01:09:31 +00002767 return getNode(Opcode, VT, Ops, 4);
Andrew Lenharth2d86ea22005-04-27 20:10:01 +00002768}
2769
Dan Gohman475871a2008-07-27 21:46:04 +00002770SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT,
2771 SDValue N1, SDValue N2, SDValue N3,
2772 SDValue N4, SDValue N5) {
2773 SDValue Ops[] = { N1, N2, N3, N4, N5 };
Chris Lattnerf06f35e2006-08-08 01:09:31 +00002774 return getNode(Opcode, VT, Ops, 5);
Chris Lattner9fadb4c2005-07-10 00:29:18 +00002775}
2776
Dan Gohman707e0182008-04-12 04:36:06 +00002777/// getMemsetValue - Vectorized representation of the memset value
2778/// operand.
Dan Gohman475871a2008-07-27 21:46:04 +00002779static SDValue getMemsetValue(SDValue Value, MVT VT, SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002780 unsigned NumBits = VT.isVector() ?
2781 VT.getVectorElementType().getSizeInBits() : VT.getSizeInBits();
Dan Gohman707e0182008-04-12 04:36:06 +00002782 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Value)) {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002783 APInt Val = APInt(NumBits, C->getZExtValue() & 255);
Dan Gohman707e0182008-04-12 04:36:06 +00002784 unsigned Shift = 8;
Evan Chengf0df0312008-05-15 08:39:06 +00002785 for (unsigned i = NumBits; i > 8; i >>= 1) {
Dan Gohman707e0182008-04-12 04:36:06 +00002786 Val = (Val << Shift) | Val;
2787 Shift <<= 1;
Dan Gohman707e0182008-04-12 04:36:06 +00002788 }
Duncan Sands83ec4b62008-06-06 12:08:01 +00002789 if (VT.isInteger())
Evan Chengf0df0312008-05-15 08:39:06 +00002790 return DAG.getConstant(Val, VT);
2791 return DAG.getConstantFP(APFloat(Val), VT);
Dan Gohman707e0182008-04-12 04:36:06 +00002792 }
Evan Chengf0df0312008-05-15 08:39:06 +00002793
Duncan Sands3d0f5af2008-10-30 20:26:50 +00002794 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Evan Chengf0df0312008-05-15 08:39:06 +00002795 Value = DAG.getNode(ISD::ZERO_EXTEND, VT, Value);
2796 unsigned Shift = 8;
2797 for (unsigned i = NumBits; i > 8; i >>= 1) {
2798 Value = DAG.getNode(ISD::OR, VT,
2799 DAG.getNode(ISD::SHL, VT, Value,
Duncan Sands3d0f5af2008-10-30 20:26:50 +00002800 DAG.getConstant(Shift,
2801 TLI.getShiftAmountTy())),
2802 Value);
Evan Chengf0df0312008-05-15 08:39:06 +00002803 Shift <<= 1;
2804 }
2805
2806 return Value;
Rafael Espindola5c0d6ed2007-10-19 10:41:11 +00002807}
2808
Dan Gohman707e0182008-04-12 04:36:06 +00002809/// getMemsetStringVal - Similar to getMemsetValue. Except this is only
2810/// used when a memcpy is turned into a memset when the source is a constant
2811/// string ptr.
Dan Gohman475871a2008-07-27 21:46:04 +00002812static SDValue getMemsetStringVal(MVT VT, SelectionDAG &DAG,
Dan Gohman707e0182008-04-12 04:36:06 +00002813 const TargetLowering &TLI,
2814 std::string &Str, unsigned Offset) {
Evan Cheng0ff39b32008-06-30 07:31:25 +00002815 // Handle vector with all elements zero.
2816 if (Str.empty()) {
2817 if (VT.isInteger())
2818 return DAG.getConstant(0, VT);
2819 unsigned NumElts = VT.getVectorNumElements();
2820 MVT EltVT = (VT.getVectorElementType() == MVT::f32) ? MVT::i32 : MVT::i64;
2821 return DAG.getNode(ISD::BIT_CONVERT, VT,
2822 DAG.getConstant(0, MVT::getVectorVT(EltVT, NumElts)));
2823 }
2824
Duncan Sands83ec4b62008-06-06 12:08:01 +00002825 assert(!VT.isVector() && "Can't handle vector type here!");
2826 unsigned NumBits = VT.getSizeInBits();
Evan Chengf0df0312008-05-15 08:39:06 +00002827 unsigned MSB = NumBits / 8;
Dan Gohman707e0182008-04-12 04:36:06 +00002828 uint64_t Val = 0;
Dan Gohman707e0182008-04-12 04:36:06 +00002829 if (TLI.isLittleEndian())
2830 Offset = Offset + MSB - 1;
2831 for (unsigned i = 0; i != MSB; ++i) {
2832 Val = (Val << 8) | (unsigned char)Str[Offset];
2833 Offset += TLI.isLittleEndian() ? -1 : 1;
2834 }
2835 return DAG.getConstant(Val, VT);
Rafael Espindola5c0d6ed2007-10-19 10:41:11 +00002836}
2837
Dan Gohman707e0182008-04-12 04:36:06 +00002838/// getMemBasePlusOffset - Returns base and offset node for the
Evan Chengf0df0312008-05-15 08:39:06 +00002839///
Dan Gohman475871a2008-07-27 21:46:04 +00002840static SDValue getMemBasePlusOffset(SDValue Base, unsigned Offset,
Dan Gohman707e0182008-04-12 04:36:06 +00002841 SelectionDAG &DAG) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002842 MVT VT = Base.getValueType();
Dan Gohman707e0182008-04-12 04:36:06 +00002843 return DAG.getNode(ISD::ADD, VT, Base, DAG.getConstant(Offset, VT));
2844}
2845
Evan Chengf0df0312008-05-15 08:39:06 +00002846/// isMemSrcFromString - Returns true if memcpy source is a string constant.
2847///
Dan Gohman475871a2008-07-27 21:46:04 +00002848static bool isMemSrcFromString(SDValue Src, std::string &Str) {
Evan Chengf0df0312008-05-15 08:39:06 +00002849 unsigned SrcDelta = 0;
2850 GlobalAddressSDNode *G = NULL;
2851 if (Src.getOpcode() == ISD::GlobalAddress)
2852 G = cast<GlobalAddressSDNode>(Src);
2853 else if (Src.getOpcode() == ISD::ADD &&
2854 Src.getOperand(0).getOpcode() == ISD::GlobalAddress &&
2855 Src.getOperand(1).getOpcode() == ISD::Constant) {
2856 G = cast<GlobalAddressSDNode>(Src.getOperand(0));
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00002857 SrcDelta = cast<ConstantSDNode>(Src.getOperand(1))->getZExtValue();
Evan Chengf0df0312008-05-15 08:39:06 +00002858 }
2859 if (!G)
2860 return false;
Dan Gohman707e0182008-04-12 04:36:06 +00002861
Evan Chengf0df0312008-05-15 08:39:06 +00002862 GlobalVariable *GV = dyn_cast<GlobalVariable>(G->getGlobal());
Evan Cheng0ff39b32008-06-30 07:31:25 +00002863 if (GV && GetConstantStringInfo(GV, Str, SrcDelta, false))
2864 return true;
Dan Gohman707e0182008-04-12 04:36:06 +00002865
Evan Chengf0df0312008-05-15 08:39:06 +00002866 return false;
2867}
Dan Gohman707e0182008-04-12 04:36:06 +00002868
Evan Chengf0df0312008-05-15 08:39:06 +00002869/// MeetsMaxMemopRequirement - Determines if the number of memory ops required
2870/// to replace the memset / memcpy is below the threshold. It also returns the
2871/// types of the sequence of memory ops to perform memset / memcpy.
2872static
Duncan Sands83ec4b62008-06-06 12:08:01 +00002873bool MeetsMaxMemopRequirement(std::vector<MVT> &MemOps,
Dan Gohman475871a2008-07-27 21:46:04 +00002874 SDValue Dst, SDValue Src,
Evan Chengf0df0312008-05-15 08:39:06 +00002875 unsigned Limit, uint64_t Size, unsigned &Align,
Evan Cheng0ff39b32008-06-30 07:31:25 +00002876 std::string &Str, bool &isSrcStr,
Evan Chengf0df0312008-05-15 08:39:06 +00002877 SelectionDAG &DAG,
2878 const TargetLowering &TLI) {
Evan Cheng0ff39b32008-06-30 07:31:25 +00002879 isSrcStr = isMemSrcFromString(Src, Str);
Evan Chengf0df0312008-05-15 08:39:06 +00002880 bool isSrcConst = isa<ConstantSDNode>(Src);
Evan Cheng0ff39b32008-06-30 07:31:25 +00002881 bool AllowUnalign = TLI.allowsUnalignedMemoryAccesses();
Chris Lattner7fe5e182008-10-28 07:10:51 +00002882 MVT VT = TLI.getOptimalMemOpType(Size, Align, isSrcConst, isSrcStr);
Evan Chengf0df0312008-05-15 08:39:06 +00002883 if (VT != MVT::iAny) {
2884 unsigned NewAlign = (unsigned)
Duncan Sands83ec4b62008-06-06 12:08:01 +00002885 TLI.getTargetData()->getABITypeAlignment(VT.getTypeForMVT());
Evan Chengf0df0312008-05-15 08:39:06 +00002886 // If source is a string constant, this will require an unaligned load.
2887 if (NewAlign > Align && (isSrcConst || AllowUnalign)) {
2888 if (Dst.getOpcode() != ISD::FrameIndex) {
2889 // Can't change destination alignment. It requires a unaligned store.
2890 if (AllowUnalign)
2891 VT = MVT::iAny;
2892 } else {
2893 int FI = cast<FrameIndexSDNode>(Dst)->getIndex();
2894 MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
2895 if (MFI->isFixedObjectIndex(FI)) {
2896 // Can't change destination alignment. It requires a unaligned store.
2897 if (AllowUnalign)
2898 VT = MVT::iAny;
2899 } else {
Evan Chengfb4db312008-06-04 23:37:54 +00002900 // Give the stack frame object a larger alignment if needed.
2901 if (MFI->getObjectAlignment(FI) < NewAlign)
2902 MFI->setObjectAlignment(FI, NewAlign);
Evan Chengf0df0312008-05-15 08:39:06 +00002903 Align = NewAlign;
2904 }
2905 }
2906 }
2907 }
2908
2909 if (VT == MVT::iAny) {
2910 if (AllowUnalign) {
2911 VT = MVT::i64;
2912 } else {
2913 switch (Align & 7) {
2914 case 0: VT = MVT::i64; break;
2915 case 4: VT = MVT::i32; break;
2916 case 2: VT = MVT::i16; break;
2917 default: VT = MVT::i8; break;
2918 }
2919 }
2920
Duncan Sands83ec4b62008-06-06 12:08:01 +00002921 MVT LVT = MVT::i64;
Evan Chengf0df0312008-05-15 08:39:06 +00002922 while (!TLI.isTypeLegal(LVT))
Duncan Sands83ec4b62008-06-06 12:08:01 +00002923 LVT = (MVT::SimpleValueType)(LVT.getSimpleVT() - 1);
2924 assert(LVT.isInteger());
Evan Chengf0df0312008-05-15 08:39:06 +00002925
Duncan Sands8e4eb092008-06-08 20:54:56 +00002926 if (VT.bitsGT(LVT))
Evan Chengf0df0312008-05-15 08:39:06 +00002927 VT = LVT;
2928 }
Dan Gohman707e0182008-04-12 04:36:06 +00002929
2930 unsigned NumMemOps = 0;
2931 while (Size != 0) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002932 unsigned VTSize = VT.getSizeInBits() / 8;
Dan Gohman707e0182008-04-12 04:36:06 +00002933 while (VTSize > Size) {
Evan Chengf0df0312008-05-15 08:39:06 +00002934 // For now, only use non-vector load / store's for the left-over pieces.
Duncan Sands83ec4b62008-06-06 12:08:01 +00002935 if (VT.isVector()) {
Evan Chengf0df0312008-05-15 08:39:06 +00002936 VT = MVT::i64;
2937 while (!TLI.isTypeLegal(VT))
Duncan Sands83ec4b62008-06-06 12:08:01 +00002938 VT = (MVT::SimpleValueType)(VT.getSimpleVT() - 1);
2939 VTSize = VT.getSizeInBits() / 8;
Evan Chengf0df0312008-05-15 08:39:06 +00002940 } else {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002941 VT = (MVT::SimpleValueType)(VT.getSimpleVT() - 1);
Evan Chengf0df0312008-05-15 08:39:06 +00002942 VTSize >>= 1;
2943 }
Dan Gohman707e0182008-04-12 04:36:06 +00002944 }
Dan Gohman707e0182008-04-12 04:36:06 +00002945
2946 if (++NumMemOps > Limit)
2947 return false;
2948 MemOps.push_back(VT);
2949 Size -= VTSize;
2950 }
2951
2952 return true;
2953}
2954
Dan Gohman475871a2008-07-27 21:46:04 +00002955static SDValue getMemcpyLoadsAndStores(SelectionDAG &DAG,
2956 SDValue Chain, SDValue Dst,
2957 SDValue Src, uint64_t Size,
Evan Chengf0df0312008-05-15 08:39:06 +00002958 unsigned Align, bool AlwaysInline,
Dan Gohman1f13c682008-04-28 17:15:20 +00002959 const Value *DstSV, uint64_t DstSVOff,
2960 const Value *SrcSV, uint64_t SrcSVOff){
Dan Gohman707e0182008-04-12 04:36:06 +00002961 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
2962
Dan Gohman21323f32008-05-29 19:42:22 +00002963 // Expand memcpy to a series of load and store ops if the size operand falls
2964 // below a certain threshold.
Duncan Sands83ec4b62008-06-06 12:08:01 +00002965 std::vector<MVT> MemOps;
Dan Gohmanca0a5d92008-10-03 17:56:45 +00002966 uint64_t Limit = -1ULL;
Dan Gohman707e0182008-04-12 04:36:06 +00002967 if (!AlwaysInline)
2968 Limit = TLI.getMaxStoresPerMemcpy();
Evan Chengf0df0312008-05-15 08:39:06 +00002969 unsigned DstAlign = Align; // Destination alignment can change.
Evan Cheng0ff39b32008-06-30 07:31:25 +00002970 std::string Str;
2971 bool CopyFromStr;
Evan Chengf0df0312008-05-15 08:39:06 +00002972 if (!MeetsMaxMemopRequirement(MemOps, Dst, Src, Limit, Size, DstAlign,
Evan Cheng0ff39b32008-06-30 07:31:25 +00002973 Str, CopyFromStr, DAG, TLI))
Dan Gohman475871a2008-07-27 21:46:04 +00002974 return SDValue();
Dan Gohman707e0182008-04-12 04:36:06 +00002975
Dan Gohman707e0182008-04-12 04:36:06 +00002976
Evan Cheng0ff39b32008-06-30 07:31:25 +00002977 bool isZeroStr = CopyFromStr && Str.empty();
Dan Gohman475871a2008-07-27 21:46:04 +00002978 SmallVector<SDValue, 8> OutChains;
Evan Chengf0df0312008-05-15 08:39:06 +00002979 unsigned NumMemOps = MemOps.size();
Evan Cheng0ff39b32008-06-30 07:31:25 +00002980 uint64_t SrcOff = 0, DstOff = 0;
Dan Gohman707e0182008-04-12 04:36:06 +00002981 for (unsigned i = 0; i < NumMemOps; i++) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00002982 MVT VT = MemOps[i];
2983 unsigned VTSize = VT.getSizeInBits() / 8;
Dan Gohman475871a2008-07-27 21:46:04 +00002984 SDValue Value, Store;
Dan Gohman707e0182008-04-12 04:36:06 +00002985
Evan Cheng0ff39b32008-06-30 07:31:25 +00002986 if (CopyFromStr && (isZeroStr || !VT.isVector())) {
Evan Chengf0df0312008-05-15 08:39:06 +00002987 // It's unlikely a store of a vector immediate can be done in a single
2988 // instruction. It would require a load from a constantpool first.
Evan Cheng0ff39b32008-06-30 07:31:25 +00002989 // We also handle store a vector with all zero's.
2990 // FIXME: Handle other cases where store of vector immediate is done in
2991 // a single instruction.
Dan Gohman707e0182008-04-12 04:36:06 +00002992 Value = getMemsetStringVal(VT, DAG, TLI, Str, SrcOff);
Evan Chengf0df0312008-05-15 08:39:06 +00002993 Store = DAG.getStore(Chain, Value,
2994 getMemBasePlusOffset(Dst, DstOff, DAG),
Evan Cheng1afe5c32008-07-09 06:38:06 +00002995 DstSV, DstSVOff + DstOff, false, DstAlign);
Dan Gohman707e0182008-04-12 04:36:06 +00002996 } else {
2997 Value = DAG.getLoad(VT, Chain,
2998 getMemBasePlusOffset(Src, SrcOff, DAG),
Dan Gohman1f13c682008-04-28 17:15:20 +00002999 SrcSV, SrcSVOff + SrcOff, false, Align);
Evan Chengf0df0312008-05-15 08:39:06 +00003000 Store = DAG.getStore(Chain, Value,
3001 getMemBasePlusOffset(Dst, DstOff, DAG),
3002 DstSV, DstSVOff + DstOff, false, DstAlign);
Dan Gohman707e0182008-04-12 04:36:06 +00003003 }
3004 OutChains.push_back(Store);
3005 SrcOff += VTSize;
3006 DstOff += VTSize;
3007 }
3008
3009 return DAG.getNode(ISD::TokenFactor, MVT::Other,
3010 &OutChains[0], OutChains.size());
3011}
3012
Dan Gohman475871a2008-07-27 21:46:04 +00003013static SDValue getMemmoveLoadsAndStores(SelectionDAG &DAG,
3014 SDValue Chain, SDValue Dst,
3015 SDValue Src, uint64_t Size,
Dan Gohman21323f32008-05-29 19:42:22 +00003016 unsigned Align, bool AlwaysInline,
3017 const Value *DstSV, uint64_t DstSVOff,
3018 const Value *SrcSV, uint64_t SrcSVOff){
3019 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
3020
3021 // Expand memmove to a series of load and store ops if the size operand falls
3022 // below a certain threshold.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003023 std::vector<MVT> MemOps;
Dan Gohmanca0a5d92008-10-03 17:56:45 +00003024 uint64_t Limit = -1ULL;
Dan Gohman21323f32008-05-29 19:42:22 +00003025 if (!AlwaysInline)
3026 Limit = TLI.getMaxStoresPerMemmove();
3027 unsigned DstAlign = Align; // Destination alignment can change.
Evan Cheng0ff39b32008-06-30 07:31:25 +00003028 std::string Str;
3029 bool CopyFromStr;
Dan Gohman21323f32008-05-29 19:42:22 +00003030 if (!MeetsMaxMemopRequirement(MemOps, Dst, Src, Limit, Size, DstAlign,
Evan Cheng0ff39b32008-06-30 07:31:25 +00003031 Str, CopyFromStr, DAG, TLI))
Dan Gohman475871a2008-07-27 21:46:04 +00003032 return SDValue();
Dan Gohman21323f32008-05-29 19:42:22 +00003033
Dan Gohman21323f32008-05-29 19:42:22 +00003034 uint64_t SrcOff = 0, DstOff = 0;
3035
Dan Gohman475871a2008-07-27 21:46:04 +00003036 SmallVector<SDValue, 8> LoadValues;
3037 SmallVector<SDValue, 8> LoadChains;
3038 SmallVector<SDValue, 8> OutChains;
Dan Gohman21323f32008-05-29 19:42:22 +00003039 unsigned NumMemOps = MemOps.size();
3040 for (unsigned i = 0; i < NumMemOps; i++) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003041 MVT VT = MemOps[i];
3042 unsigned VTSize = VT.getSizeInBits() / 8;
Dan Gohman475871a2008-07-27 21:46:04 +00003043 SDValue Value, Store;
Dan Gohman21323f32008-05-29 19:42:22 +00003044
3045 Value = DAG.getLoad(VT, Chain,
3046 getMemBasePlusOffset(Src, SrcOff, DAG),
3047 SrcSV, SrcSVOff + SrcOff, false, Align);
3048 LoadValues.push_back(Value);
3049 LoadChains.push_back(Value.getValue(1));
3050 SrcOff += VTSize;
3051 }
3052 Chain = DAG.getNode(ISD::TokenFactor, MVT::Other,
3053 &LoadChains[0], LoadChains.size());
3054 OutChains.clear();
3055 for (unsigned i = 0; i < NumMemOps; i++) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003056 MVT VT = MemOps[i];
3057 unsigned VTSize = VT.getSizeInBits() / 8;
Dan Gohman475871a2008-07-27 21:46:04 +00003058 SDValue Value, Store;
Dan Gohman21323f32008-05-29 19:42:22 +00003059
3060 Store = DAG.getStore(Chain, LoadValues[i],
3061 getMemBasePlusOffset(Dst, DstOff, DAG),
3062 DstSV, DstSVOff + DstOff, false, DstAlign);
3063 OutChains.push_back(Store);
3064 DstOff += VTSize;
3065 }
3066
3067 return DAG.getNode(ISD::TokenFactor, MVT::Other,
3068 &OutChains[0], OutChains.size());
3069}
3070
Dan Gohman475871a2008-07-27 21:46:04 +00003071static SDValue getMemsetStores(SelectionDAG &DAG,
3072 SDValue Chain, SDValue Dst,
3073 SDValue Src, uint64_t Size,
Dan Gohman707e0182008-04-12 04:36:06 +00003074 unsigned Align,
Dan Gohman1f13c682008-04-28 17:15:20 +00003075 const Value *DstSV, uint64_t DstSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00003076 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
3077
3078 // Expand memset to a series of load/store ops if the size operand
3079 // falls below a certain threshold.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003080 std::vector<MVT> MemOps;
Evan Cheng0ff39b32008-06-30 07:31:25 +00003081 std::string Str;
3082 bool CopyFromStr;
Evan Chengf0df0312008-05-15 08:39:06 +00003083 if (!MeetsMaxMemopRequirement(MemOps, Dst, Src, TLI.getMaxStoresPerMemset(),
Evan Cheng0ff39b32008-06-30 07:31:25 +00003084 Size, Align, Str, CopyFromStr, DAG, TLI))
Dan Gohman475871a2008-07-27 21:46:04 +00003085 return SDValue();
Dan Gohman707e0182008-04-12 04:36:06 +00003086
Dan Gohman475871a2008-07-27 21:46:04 +00003087 SmallVector<SDValue, 8> OutChains;
Dan Gohman1f13c682008-04-28 17:15:20 +00003088 uint64_t DstOff = 0;
Dan Gohman707e0182008-04-12 04:36:06 +00003089
3090 unsigned NumMemOps = MemOps.size();
3091 for (unsigned i = 0; i < NumMemOps; i++) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003092 MVT VT = MemOps[i];
3093 unsigned VTSize = VT.getSizeInBits() / 8;
Dan Gohman475871a2008-07-27 21:46:04 +00003094 SDValue Value = getMemsetValue(Src, VT, DAG);
3095 SDValue Store = DAG.getStore(Chain, Value,
Chris Lattner7fe5e182008-10-28 07:10:51 +00003096 getMemBasePlusOffset(Dst, DstOff, DAG),
3097 DstSV, DstSVOff + DstOff);
Dan Gohman707e0182008-04-12 04:36:06 +00003098 OutChains.push_back(Store);
3099 DstOff += VTSize;
3100 }
3101
3102 return DAG.getNode(ISD::TokenFactor, MVT::Other,
3103 &OutChains[0], OutChains.size());
3104}
3105
Dan Gohman475871a2008-07-27 21:46:04 +00003106SDValue SelectionDAG::getMemcpy(SDValue Chain, SDValue Dst,
3107 SDValue Src, SDValue Size,
3108 unsigned Align, bool AlwaysInline,
3109 const Value *DstSV, uint64_t DstSVOff,
3110 const Value *SrcSV, uint64_t SrcSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00003111
3112 // Check to see if we should lower the memcpy to loads and stores first.
3113 // For cases within the target-specified limits, this is the best choice.
3114 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
3115 if (ConstantSize) {
3116 // Memcpy with size zero? Just return the original chain.
3117 if (ConstantSize->isNullValue())
3118 return Chain;
3119
Dan Gohman475871a2008-07-27 21:46:04 +00003120 SDValue Result =
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003121 getMemcpyLoadsAndStores(*this, Chain, Dst, Src,
3122 ConstantSize->getZExtValue(),
Dan Gohman1f13c682008-04-28 17:15:20 +00003123 Align, false, DstSV, DstSVOff, SrcSV, SrcSVOff);
Gabor Greifba36cb52008-08-28 21:40:38 +00003124 if (Result.getNode())
Dan Gohman707e0182008-04-12 04:36:06 +00003125 return Result;
3126 }
3127
3128 // Then check to see if we should lower the memcpy with target-specific
3129 // code. If the target chooses to do this, this is the next best.
Dan Gohman475871a2008-07-27 21:46:04 +00003130 SDValue Result =
Dan Gohman707e0182008-04-12 04:36:06 +00003131 TLI.EmitTargetCodeForMemcpy(*this, Chain, Dst, Src, Size, Align,
3132 AlwaysInline,
Dan Gohman1f13c682008-04-28 17:15:20 +00003133 DstSV, DstSVOff, SrcSV, SrcSVOff);
Gabor Greifba36cb52008-08-28 21:40:38 +00003134 if (Result.getNode())
Dan Gohman707e0182008-04-12 04:36:06 +00003135 return Result;
3136
3137 // If we really need inline code and the target declined to provide it,
3138 // use a (potentially long) sequence of loads and stores.
3139 if (AlwaysInline) {
3140 assert(ConstantSize && "AlwaysInline requires a constant size!");
3141 return getMemcpyLoadsAndStores(*this, Chain, Dst, Src,
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003142 ConstantSize->getZExtValue(), Align, true,
Dan Gohman1f13c682008-04-28 17:15:20 +00003143 DstSV, DstSVOff, SrcSV, SrcSVOff);
Dan Gohman707e0182008-04-12 04:36:06 +00003144 }
3145
3146 // Emit a library call.
3147 TargetLowering::ArgListTy Args;
3148 TargetLowering::ArgListEntry Entry;
3149 Entry.Ty = TLI.getTargetData()->getIntPtrType();
3150 Entry.Node = Dst; Args.push_back(Entry);
3151 Entry.Node = Src; Args.push_back(Entry);
3152 Entry.Node = Size; Args.push_back(Entry);
Dan Gohman475871a2008-07-27 21:46:04 +00003153 std::pair<SDValue,SDValue> CallResult =
Dan Gohman707e0182008-04-12 04:36:06 +00003154 TLI.LowerCallTo(Chain, Type::VoidTy,
Dale Johannesen86098bd2008-09-26 19:31:26 +00003155 false, false, false, false, CallingConv::C, false,
Bill Wendling056292f2008-09-16 21:48:12 +00003156 getExternalSymbol("memcpy", TLI.getPointerTy()),
Dan Gohman707e0182008-04-12 04:36:06 +00003157 Args, *this);
3158 return CallResult.second;
3159}
3160
Dan Gohman475871a2008-07-27 21:46:04 +00003161SDValue SelectionDAG::getMemmove(SDValue Chain, SDValue Dst,
3162 SDValue Src, SDValue Size,
3163 unsigned Align,
3164 const Value *DstSV, uint64_t DstSVOff,
3165 const Value *SrcSV, uint64_t SrcSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00003166
Dan Gohman21323f32008-05-29 19:42:22 +00003167 // Check to see if we should lower the memmove to loads and stores first.
3168 // For cases within the target-specified limits, this is the best choice.
3169 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
3170 if (ConstantSize) {
3171 // Memmove with size zero? Just return the original chain.
3172 if (ConstantSize->isNullValue())
3173 return Chain;
3174
Dan Gohman475871a2008-07-27 21:46:04 +00003175 SDValue Result =
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003176 getMemmoveLoadsAndStores(*this, Chain, Dst, Src,
3177 ConstantSize->getZExtValue(),
Dan Gohman21323f32008-05-29 19:42:22 +00003178 Align, false, DstSV, DstSVOff, SrcSV, SrcSVOff);
Gabor Greifba36cb52008-08-28 21:40:38 +00003179 if (Result.getNode())
Dan Gohman21323f32008-05-29 19:42:22 +00003180 return Result;
3181 }
Dan Gohman707e0182008-04-12 04:36:06 +00003182
3183 // Then check to see if we should lower the memmove with target-specific
3184 // code. If the target chooses to do this, this is the next best.
Dan Gohman475871a2008-07-27 21:46:04 +00003185 SDValue Result =
Dan Gohman707e0182008-04-12 04:36:06 +00003186 TLI.EmitTargetCodeForMemmove(*this, Chain, Dst, Src, Size, Align,
Dan Gohman1f13c682008-04-28 17:15:20 +00003187 DstSV, DstSVOff, SrcSV, SrcSVOff);
Gabor Greifba36cb52008-08-28 21:40:38 +00003188 if (Result.getNode())
Dan Gohman707e0182008-04-12 04:36:06 +00003189 return Result;
3190
3191 // Emit a library call.
3192 TargetLowering::ArgListTy Args;
3193 TargetLowering::ArgListEntry Entry;
3194 Entry.Ty = TLI.getTargetData()->getIntPtrType();
3195 Entry.Node = Dst; Args.push_back(Entry);
3196 Entry.Node = Src; Args.push_back(Entry);
3197 Entry.Node = Size; Args.push_back(Entry);
Dan Gohman475871a2008-07-27 21:46:04 +00003198 std::pair<SDValue,SDValue> CallResult =
Dan Gohman707e0182008-04-12 04:36:06 +00003199 TLI.LowerCallTo(Chain, Type::VoidTy,
Dale Johannesen86098bd2008-09-26 19:31:26 +00003200 false, false, false, false, CallingConv::C, false,
Bill Wendling056292f2008-09-16 21:48:12 +00003201 getExternalSymbol("memmove", TLI.getPointerTy()),
Dan Gohman707e0182008-04-12 04:36:06 +00003202 Args, *this);
3203 return CallResult.second;
3204}
3205
Dan Gohman475871a2008-07-27 21:46:04 +00003206SDValue SelectionDAG::getMemset(SDValue Chain, SDValue Dst,
3207 SDValue Src, SDValue Size,
3208 unsigned Align,
3209 const Value *DstSV, uint64_t DstSVOff) {
Dan Gohman707e0182008-04-12 04:36:06 +00003210
3211 // Check to see if we should lower the memset to stores first.
3212 // For cases within the target-specified limits, this is the best choice.
3213 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
3214 if (ConstantSize) {
3215 // Memset with size zero? Just return the original chain.
3216 if (ConstantSize->isNullValue())
3217 return Chain;
3218
Dan Gohman475871a2008-07-27 21:46:04 +00003219 SDValue Result =
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00003220 getMemsetStores(*this, Chain, Dst, Src, ConstantSize->getZExtValue(),
3221 Align, DstSV, DstSVOff);
Gabor Greifba36cb52008-08-28 21:40:38 +00003222 if (Result.getNode())
Dan Gohman707e0182008-04-12 04:36:06 +00003223 return Result;
3224 }
3225
3226 // Then check to see if we should lower the memset with target-specific
3227 // code. If the target chooses to do this, this is the next best.
Dan Gohman475871a2008-07-27 21:46:04 +00003228 SDValue Result =
Dan Gohman707e0182008-04-12 04:36:06 +00003229 TLI.EmitTargetCodeForMemset(*this, Chain, Dst, Src, Size, Align,
Bill Wendling6158d842008-10-01 00:59:58 +00003230 DstSV, DstSVOff);
Gabor Greifba36cb52008-08-28 21:40:38 +00003231 if (Result.getNode())
Dan Gohman707e0182008-04-12 04:36:06 +00003232 return Result;
3233
3234 // Emit a library call.
3235 const Type *IntPtrTy = TLI.getTargetData()->getIntPtrType();
3236 TargetLowering::ArgListTy Args;
3237 TargetLowering::ArgListEntry Entry;
3238 Entry.Node = Dst; Entry.Ty = IntPtrTy;
3239 Args.push_back(Entry);
3240 // Extend or truncate the argument to be an i32 value for the call.
Duncan Sands8e4eb092008-06-08 20:54:56 +00003241 if (Src.getValueType().bitsGT(MVT::i32))
Dan Gohman707e0182008-04-12 04:36:06 +00003242 Src = getNode(ISD::TRUNCATE, MVT::i32, Src);
3243 else
3244 Src = getNode(ISD::ZERO_EXTEND, MVT::i32, Src);
3245 Entry.Node = Src; Entry.Ty = Type::Int32Ty; Entry.isSExt = true;
3246 Args.push_back(Entry);
3247 Entry.Node = Size; Entry.Ty = IntPtrTy; Entry.isSExt = false;
3248 Args.push_back(Entry);
Dan Gohman475871a2008-07-27 21:46:04 +00003249 std::pair<SDValue,SDValue> CallResult =
Dan Gohman707e0182008-04-12 04:36:06 +00003250 TLI.LowerCallTo(Chain, Type::VoidTy,
Dale Johannesen86098bd2008-09-26 19:31:26 +00003251 false, false, false, false, CallingConv::C, false,
Bill Wendling056292f2008-09-16 21:48:12 +00003252 getExternalSymbol("memset", TLI.getPointerTy()),
Dan Gohman707e0182008-04-12 04:36:06 +00003253 Args, *this);
3254 return CallResult.second;
Rafael Espindola5c0d6ed2007-10-19 10:41:11 +00003255}
3256
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003257SDValue SelectionDAG::getAtomic(unsigned Opcode, MVT MemVT,
3258 SDValue Chain,
Dan Gohman475871a2008-07-27 21:46:04 +00003259 SDValue Ptr, SDValue Cmp,
3260 SDValue Swp, const Value* PtrVal,
3261 unsigned Alignment) {
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003262 assert(Opcode == ISD::ATOMIC_CMP_SWAP && "Invalid Atomic Op");
Andrew Lenharthc1c7bd62008-02-21 16:11:38 +00003263 assert(Cmp.getValueType() == Swp.getValueType() && "Invalid Atomic Op Types");
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003264
3265 MVT VT = Cmp.getValueType();
3266
3267 if (Alignment == 0) // Ensure that codegen never sees alignment 0
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003268 Alignment = getMVTAlignment(MemVT);
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003269
3270 SDVTList VTs = getVTList(VT, MVT::Other);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003271 FoldingSetNodeID ID;
Dan Gohman475871a2008-07-27 21:46:04 +00003272 SDValue Ops[] = {Chain, Ptr, Cmp, Swp};
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003273 AddNodeIDNode(ID, Opcode, VTs, Ops, 4);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003274 void* IP = 0;
3275 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003276 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003277 SDNode* N = NodeAllocator.Allocate<AtomicSDNode>();
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003278 new (N) AtomicSDNode(Opcode, VTs, MemVT,
3279 Chain, Ptr, Cmp, Swp, PtrVal, Alignment);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003280 CSEMap.InsertNode(N, IP);
3281 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00003282 return SDValue(N, 0);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003283}
3284
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003285SDValue SelectionDAG::getAtomic(unsigned Opcode, MVT MemVT,
3286 SDValue Chain,
Dan Gohman475871a2008-07-27 21:46:04 +00003287 SDValue Ptr, SDValue Val,
3288 const Value* PtrVal,
3289 unsigned Alignment) {
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003290 assert((Opcode == ISD::ATOMIC_LOAD_ADD ||
3291 Opcode == ISD::ATOMIC_LOAD_SUB ||
3292 Opcode == ISD::ATOMIC_LOAD_AND ||
3293 Opcode == ISD::ATOMIC_LOAD_OR ||
3294 Opcode == ISD::ATOMIC_LOAD_XOR ||
3295 Opcode == ISD::ATOMIC_LOAD_NAND ||
3296 Opcode == ISD::ATOMIC_LOAD_MIN ||
3297 Opcode == ISD::ATOMIC_LOAD_MAX ||
3298 Opcode == ISD::ATOMIC_LOAD_UMIN ||
3299 Opcode == ISD::ATOMIC_LOAD_UMAX ||
3300 Opcode == ISD::ATOMIC_SWAP) &&
3301 "Invalid Atomic Op");
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003302
3303 MVT VT = Val.getValueType();
3304
3305 if (Alignment == 0) // Ensure that codegen never sees alignment 0
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003306 Alignment = getMVTAlignment(MemVT);
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003307
3308 SDVTList VTs = getVTList(VT, MVT::Other);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003309 FoldingSetNodeID ID;
Dan Gohman475871a2008-07-27 21:46:04 +00003310 SDValue Ops[] = {Chain, Ptr, Val};
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003311 AddNodeIDNode(ID, Opcode, VTs, Ops, 3);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003312 void* IP = 0;
3313 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003314 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003315 SDNode* N = NodeAllocator.Allocate<AtomicSDNode>();
Dan Gohman0b1d4a72008-12-23 21:37:04 +00003316 new (N) AtomicSDNode(Opcode, VTs, MemVT,
3317 Chain, Ptr, Val, PtrVal, Alignment);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003318 CSEMap.InsertNode(N, IP);
3319 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00003320 return SDValue(N, 0);
Andrew Lenharthab0b9492008-02-21 06:45:13 +00003321}
3322
Duncan Sands4bdcb612008-07-02 17:40:58 +00003323/// getMergeValues - Create a MERGE_VALUES node from the given operands.
3324/// Allowed to return something different (and simpler) if Simplify is true.
Duncan Sandsaaffa052008-12-01 11:41:29 +00003325SDValue SelectionDAG::getMergeValues(const SDValue *Ops, unsigned NumOps) {
3326 if (NumOps == 1)
Duncan Sands4bdcb612008-07-02 17:40:58 +00003327 return Ops[0];
3328
3329 SmallVector<MVT, 4> VTs;
3330 VTs.reserve(NumOps);
3331 for (unsigned i = 0; i < NumOps; ++i)
3332 VTs.push_back(Ops[i].getValueType());
3333 return getNode(ISD::MERGE_VALUES, getVTList(&VTs[0], NumOps), Ops, NumOps);
3334}
3335
Dan Gohman475871a2008-07-27 21:46:04 +00003336SDValue
Mon P Wangc4d10212008-10-17 18:22:58 +00003337SelectionDAG::getMemIntrinsicNode(unsigned Opcode,
3338 const MVT *VTs, unsigned NumVTs,
3339 const SDValue *Ops, unsigned NumOps,
3340 MVT MemVT, const Value *srcValue, int SVOff,
3341 unsigned Align, bool Vol,
3342 bool ReadMem, bool WriteMem) {
3343 return getMemIntrinsicNode(Opcode, makeVTList(VTs, NumVTs), Ops, NumOps,
3344 MemVT, srcValue, SVOff, Align, Vol,
3345 ReadMem, WriteMem);
3346}
3347
3348SDValue
3349SelectionDAG::getMemIntrinsicNode(unsigned Opcode, SDVTList VTList,
3350 const SDValue *Ops, unsigned NumOps,
3351 MVT MemVT, const Value *srcValue, int SVOff,
3352 unsigned Align, bool Vol,
3353 bool ReadMem, bool WriteMem) {
3354 // Memoize the node unless it returns a flag.
3355 MemIntrinsicSDNode *N;
3356 if (VTList.VTs[VTList.NumVTs-1] != MVT::Flag) {
3357 FoldingSetNodeID ID;
3358 AddNodeIDNode(ID, Opcode, VTList, Ops, NumOps);
3359 void *IP = 0;
3360 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
3361 return SDValue(E, 0);
3362
3363 N = NodeAllocator.Allocate<MemIntrinsicSDNode>();
3364 new (N) MemIntrinsicSDNode(Opcode, VTList, Ops, NumOps, MemVT,
3365 srcValue, SVOff, Align, Vol, ReadMem, WriteMem);
3366 CSEMap.InsertNode(N, IP);
3367 } else {
3368 N = NodeAllocator.Allocate<MemIntrinsicSDNode>();
3369 new (N) MemIntrinsicSDNode(Opcode, VTList, Ops, NumOps, MemVT,
3370 srcValue, SVOff, Align, Vol, ReadMem, WriteMem);
3371 }
3372 AllNodes.push_back(N);
3373 return SDValue(N, 0);
3374}
3375
3376SDValue
Dan Gohman095cc292008-09-13 01:54:27 +00003377SelectionDAG::getCall(unsigned CallingConv, bool IsVarArgs, bool IsTailCall,
Dale Johannesen86098bd2008-09-26 19:31:26 +00003378 bool IsInreg, SDVTList VTs,
Dan Gohman095cc292008-09-13 01:54:27 +00003379 const SDValue *Operands, unsigned NumOperands) {
Dan Gohman5eb0cec2008-09-15 19:46:03 +00003380 // Do not include isTailCall in the folding set profile.
3381 FoldingSetNodeID ID;
3382 AddNodeIDNode(ID, ISD::CALL, VTs, Operands, NumOperands);
3383 ID.AddInteger(CallingConv);
3384 ID.AddInteger(IsVarArgs);
3385 void *IP = 0;
3386 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP)) {
3387 // Instead of including isTailCall in the folding set, we just
3388 // set the flag of the existing node.
3389 if (!IsTailCall)
3390 cast<CallSDNode>(E)->setNotTailCall();
3391 return SDValue(E, 0);
3392 }
Dan Gohman095cc292008-09-13 01:54:27 +00003393 SDNode *N = NodeAllocator.Allocate<CallSDNode>();
Dale Johannesen86098bd2008-09-26 19:31:26 +00003394 new (N) CallSDNode(CallingConv, IsVarArgs, IsTailCall, IsInreg,
Dan Gohman095cc292008-09-13 01:54:27 +00003395 VTs, Operands, NumOperands);
Dan Gohman5eb0cec2008-09-15 19:46:03 +00003396 CSEMap.InsertNode(N, IP);
Dan Gohman095cc292008-09-13 01:54:27 +00003397 AllNodes.push_back(N);
3398 return SDValue(N, 0);
3399}
3400
3401SDValue
Duncan Sandse10efce2008-03-28 09:45:24 +00003402SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
Dan Gohman475871a2008-07-27 21:46:04 +00003403 MVT VT, SDValue Chain,
3404 SDValue Ptr, SDValue Offset,
Duncan Sands83ec4b62008-06-06 12:08:01 +00003405 const Value *SV, int SVOffset, MVT EVT,
Duncan Sandse10efce2008-03-28 09:45:24 +00003406 bool isVolatile, unsigned Alignment) {
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003407 if (Alignment == 0) // Ensure that codegen never sees alignment 0
3408 Alignment = getMVTAlignment(VT);
Evan Cheng466685d2006-10-09 20:57:25 +00003409
Duncan Sands14ea39c2008-03-27 20:23:40 +00003410 if (VT == EVT) {
3411 ExtType = ISD::NON_EXTLOAD;
3412 } else if (ExtType == ISD::NON_EXTLOAD) {
3413 assert(VT == EVT && "Non-extending load from different memory type!");
3414 } else {
3415 // Extending load.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003416 if (VT.isVector())
Dan Gohman7f8613e2008-08-14 20:04:46 +00003417 assert(EVT.getVectorNumElements() == VT.getVectorNumElements() &&
3418 "Invalid vector extload!");
Duncan Sands14ea39c2008-03-27 20:23:40 +00003419 else
Duncan Sands8e4eb092008-06-08 20:54:56 +00003420 assert(EVT.bitsLT(VT) &&
Duncan Sands14ea39c2008-03-27 20:23:40 +00003421 "Should only be an extending load, not truncating!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00003422 assert((ExtType == ISD::EXTLOAD || VT.isInteger()) &&
Duncan Sands14ea39c2008-03-27 20:23:40 +00003423 "Cannot sign/zero extend a FP/Vector load!");
Duncan Sands83ec4b62008-06-06 12:08:01 +00003424 assert(VT.isInteger() == EVT.isInteger() &&
Duncan Sands14ea39c2008-03-27 20:23:40 +00003425 "Cannot convert from FP to Int or Int -> FP!");
Dan Gohman575e2f42007-06-04 15:49:41 +00003426 }
Duncan Sands14ea39c2008-03-27 20:23:40 +00003427
3428 bool Indexed = AM != ISD::UNINDEXED;
Duncan Sands43e2a032008-05-27 11:50:51 +00003429 assert((Indexed || Offset.getOpcode() == ISD::UNDEF) &&
Duncan Sands14ea39c2008-03-27 20:23:40 +00003430 "Unindexed load with an offset!");
3431
3432 SDVTList VTs = Indexed ?
3433 getVTList(VT, Ptr.getValueType(), MVT::Other) : getVTList(VT, MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00003434 SDValue Ops[] = { Chain, Ptr, Offset };
Jim Laskey583bd472006-10-27 23:46:08 +00003435 FoldingSetNodeID ID;
Chris Lattner63e3f142007-02-04 07:28:00 +00003436 AddNodeIDNode(ID, ISD::LOAD, VTs, Ops, 3);
Duncan Sands14ea39c2008-03-27 20:23:40 +00003437 ID.AddInteger(AM);
Evan Cheng466685d2006-10-09 20:57:25 +00003438 ID.AddInteger(ExtType);
Duncan Sands3b3adbb2008-06-06 12:49:32 +00003439 ID.AddInteger(EVT.getRawBits());
Dan Gohmanb8d2f552008-08-20 15:58:01 +00003440 ID.AddInteger(encodeMemSDNodeFlags(isVolatile, Alignment));
Evan Cheng466685d2006-10-09 20:57:25 +00003441 void *IP = 0;
3442 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003443 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003444 SDNode *N = NodeAllocator.Allocate<LoadSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003445 new (N) LoadSDNode(Ops, VTs, AM, ExtType, EVT, SV, SVOffset,
3446 Alignment, isVolatile);
Chris Lattnera5682852006-08-07 23:03:03 +00003447 CSEMap.InsertNode(N, IP);
Evan Cheng7038daf2005-12-10 00:37:58 +00003448 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00003449 return SDValue(N, 0);
Evan Cheng7038daf2005-12-10 00:37:58 +00003450}
3451
Dan Gohman475871a2008-07-27 21:46:04 +00003452SDValue SelectionDAG::getLoad(MVT VT,
3453 SDValue Chain, SDValue Ptr,
3454 const Value *SV, int SVOffset,
3455 bool isVolatile, unsigned Alignment) {
3456 SDValue Undef = getNode(ISD::UNDEF, Ptr.getValueType());
Duncan Sandse10efce2008-03-28 09:45:24 +00003457 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, Chain, Ptr, Undef,
3458 SV, SVOffset, VT, isVolatile, Alignment);
Duncan Sands14ea39c2008-03-27 20:23:40 +00003459}
3460
Dan Gohman475871a2008-07-27 21:46:04 +00003461SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, MVT VT,
3462 SDValue Chain, SDValue Ptr,
3463 const Value *SV,
3464 int SVOffset, MVT EVT,
3465 bool isVolatile, unsigned Alignment) {
3466 SDValue Undef = getNode(ISD::UNDEF, Ptr.getValueType());
Duncan Sandse10efce2008-03-28 09:45:24 +00003467 return getLoad(ISD::UNINDEXED, ExtType, VT, Chain, Ptr, Undef,
3468 SV, SVOffset, EVT, isVolatile, Alignment);
Duncan Sands14ea39c2008-03-27 20:23:40 +00003469}
3470
Dan Gohman475871a2008-07-27 21:46:04 +00003471SDValue
3472SelectionDAG::getIndexedLoad(SDValue OrigLoad, SDValue Base,
3473 SDValue Offset, ISD::MemIndexedMode AM) {
Evan Cheng2caccca2006-10-17 21:14:32 +00003474 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad);
Evan Cheng5270cf12006-10-26 21:53:40 +00003475 assert(LD->getOffset().getOpcode() == ISD::UNDEF &&
3476 "Load is already a indexed load!");
Duncan Sandse10efce2008-03-28 09:45:24 +00003477 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(),
3478 LD->getChain(), Base, Offset, LD->getSrcValue(),
3479 LD->getSrcValueOffset(), LD->getMemoryVT(),
3480 LD->isVolatile(), LD->getAlignment());
Evan Cheng2caccca2006-10-17 21:14:32 +00003481}
3482
Dan Gohman475871a2008-07-27 21:46:04 +00003483SDValue SelectionDAG::getStore(SDValue Chain, SDValue Val,
3484 SDValue Ptr, const Value *SV, int SVOffset,
3485 bool isVolatile, unsigned Alignment) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003486 MVT VT = Val.getValueType();
Evan Cheng8b2794a2006-10-13 21:14:26 +00003487
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003488 if (Alignment == 0) // Ensure that codegen never sees alignment 0
3489 Alignment = getMVTAlignment(VT);
3490
Evan Chengad071e12006-10-05 22:57:11 +00003491 SDVTList VTs = getVTList(MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00003492 SDValue Undef = getNode(ISD::UNDEF, Ptr.getValueType());
3493 SDValue Ops[] = { Chain, Val, Ptr, Undef };
Jim Laskey583bd472006-10-27 23:46:08 +00003494 FoldingSetNodeID ID;
3495 AddNodeIDNode(ID, ISD::STORE, VTs, Ops, 4);
Evan Cheng8b2794a2006-10-13 21:14:26 +00003496 ID.AddInteger(ISD::UNINDEXED);
3497 ID.AddInteger(false);
Duncan Sands3b3adbb2008-06-06 12:49:32 +00003498 ID.AddInteger(VT.getRawBits());
Dan Gohmanb8d2f552008-08-20 15:58:01 +00003499 ID.AddInteger(encodeMemSDNodeFlags(isVolatile, Alignment));
Evan Chengad071e12006-10-05 22:57:11 +00003500 void *IP = 0;
3501 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003502 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003503 SDNode *N = NodeAllocator.Allocate<StoreSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003504 new (N) StoreSDNode(Ops, VTs, ISD::UNINDEXED, false,
3505 VT, SV, SVOffset, Alignment, isVolatile);
Evan Cheng8b2794a2006-10-13 21:14:26 +00003506 CSEMap.InsertNode(N, IP);
3507 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00003508 return SDValue(N, 0);
Evan Cheng8b2794a2006-10-13 21:14:26 +00003509}
3510
Dan Gohman475871a2008-07-27 21:46:04 +00003511SDValue SelectionDAG::getTruncStore(SDValue Chain, SDValue Val,
3512 SDValue Ptr, const Value *SV,
3513 int SVOffset, MVT SVT,
3514 bool isVolatile, unsigned Alignment) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00003515 MVT VT = Val.getValueType();
Duncan Sandsba3b1d12007-10-30 12:40:58 +00003516
3517 if (VT == SVT)
3518 return getStore(Chain, Val, Ptr, SV, SVOffset, isVolatile, Alignment);
Evan Cheng8b2794a2006-10-13 21:14:26 +00003519
Duncan Sands8e4eb092008-06-08 20:54:56 +00003520 assert(VT.bitsGT(SVT) && "Not a truncation?");
Duncan Sands83ec4b62008-06-06 12:08:01 +00003521 assert(VT.isInteger() == SVT.isInteger() &&
Evan Cheng8b2794a2006-10-13 21:14:26 +00003522 "Can't do FP-INT conversion!");
3523
Dan Gohman9c6e70e2008-07-08 23:46:32 +00003524 if (Alignment == 0) // Ensure that codegen never sees alignment 0
3525 Alignment = getMVTAlignment(VT);
3526
Evan Cheng8b2794a2006-10-13 21:14:26 +00003527 SDVTList VTs = getVTList(MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00003528 SDValue Undef = getNode(ISD::UNDEF, Ptr.getValueType());
3529 SDValue Ops[] = { Chain, Val, Ptr, Undef };
Jim Laskey583bd472006-10-27 23:46:08 +00003530 FoldingSetNodeID ID;
3531 AddNodeIDNode(ID, ISD::STORE, VTs, Ops, 4);
Evan Cheng8b2794a2006-10-13 21:14:26 +00003532 ID.AddInteger(ISD::UNINDEXED);
Duncan Sandsba3b1d12007-10-30 12:40:58 +00003533 ID.AddInteger(1);
Duncan Sands3b3adbb2008-06-06 12:49:32 +00003534 ID.AddInteger(SVT.getRawBits());
Dan Gohmanb8d2f552008-08-20 15:58:01 +00003535 ID.AddInteger(encodeMemSDNodeFlags(isVolatile, Alignment));
Evan Cheng8b2794a2006-10-13 21:14:26 +00003536 void *IP = 0;
3537 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003538 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003539 SDNode *N = NodeAllocator.Allocate<StoreSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003540 new (N) StoreSDNode(Ops, VTs, ISD::UNINDEXED, true,
3541 SVT, SV, SVOffset, Alignment, isVolatile);
Evan Chengad071e12006-10-05 22:57:11 +00003542 CSEMap.InsertNode(N, IP);
3543 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00003544 return SDValue(N, 0);
Evan Chengad071e12006-10-05 22:57:11 +00003545}
3546
Dan Gohman475871a2008-07-27 21:46:04 +00003547SDValue
3548SelectionDAG::getIndexedStore(SDValue OrigStore, SDValue Base,
3549 SDValue Offset, ISD::MemIndexedMode AM) {
Evan Cheng9109fb12006-11-05 09:30:09 +00003550 StoreSDNode *ST = cast<StoreSDNode>(OrigStore);
3551 assert(ST->getOffset().getOpcode() == ISD::UNDEF &&
3552 "Store is already a indexed store!");
3553 SDVTList VTs = getVTList(Base.getValueType(), MVT::Other);
Dan Gohman475871a2008-07-27 21:46:04 +00003554 SDValue Ops[] = { ST->getChain(), ST->getValue(), Base, Offset };
Evan Cheng9109fb12006-11-05 09:30:09 +00003555 FoldingSetNodeID ID;
3556 AddNodeIDNode(ID, ISD::STORE, VTs, Ops, 4);
3557 ID.AddInteger(AM);
3558 ID.AddInteger(ST->isTruncatingStore());
Duncan Sands3b3adbb2008-06-06 12:49:32 +00003559 ID.AddInteger(ST->getMemoryVT().getRawBits());
Dan Gohmanb8d2f552008-08-20 15:58:01 +00003560 ID.AddInteger(ST->getRawFlags());
Evan Cheng9109fb12006-11-05 09:30:09 +00003561 void *IP = 0;
3562 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003563 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003564 SDNode *N = NodeAllocator.Allocate<StoreSDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003565 new (N) StoreSDNode(Ops, VTs, AM,
3566 ST->isTruncatingStore(), ST->getMemoryVT(),
3567 ST->getSrcValue(), ST->getSrcValueOffset(),
3568 ST->getAlignment(), ST->isVolatile());
Evan Cheng9109fb12006-11-05 09:30:09 +00003569 CSEMap.InsertNode(N, IP);
3570 AllNodes.push_back(N);
Dan Gohman475871a2008-07-27 21:46:04 +00003571 return SDValue(N, 0);
Evan Cheng9109fb12006-11-05 09:30:09 +00003572}
3573
Dan Gohman475871a2008-07-27 21:46:04 +00003574SDValue SelectionDAG::getVAArg(MVT VT,
3575 SDValue Chain, SDValue Ptr,
3576 SDValue SV) {
3577 SDValue Ops[] = { Chain, Ptr, SV };
Chris Lattnerbe384162006-08-16 22:57:46 +00003578 return getNode(ISD::VAARG, getVTList(VT, MVT::Other), Ops, 3);
Nate Begemanacc398c2006-01-25 18:21:52 +00003579}
3580
Dan Gohman475871a2008-07-27 21:46:04 +00003581SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT,
3582 const SDUse *Ops, unsigned NumOps) {
Dan Gohman6d9cdd52008-07-07 18:26:29 +00003583 switch (NumOps) {
3584 case 0: return getNode(Opcode, VT);
Dan Gohman475871a2008-07-27 21:46:04 +00003585 case 1: return getNode(Opcode, VT, Ops[0]);
3586 case 2: return getNode(Opcode, VT, Ops[0], Ops[1]);
3587 case 3: return getNode(Opcode, VT, Ops[0], Ops[1], Ops[2]);
Dan Gohman6d9cdd52008-07-07 18:26:29 +00003588 default: break;
3589 }
3590
Dan Gohman475871a2008-07-27 21:46:04 +00003591 // Copy from an SDUse array into an SDValue array for use with
Dan Gohman6d9cdd52008-07-07 18:26:29 +00003592 // the regular getNode logic.
Dan Gohman475871a2008-07-27 21:46:04 +00003593 SmallVector<SDValue, 8> NewOps(Ops, Ops + NumOps);
3594 return getNode(Opcode, VT, &NewOps[0], NumOps);
Dan Gohman6d9cdd52008-07-07 18:26:29 +00003595}
3596
Dan Gohman475871a2008-07-27 21:46:04 +00003597SDValue SelectionDAG::getNode(unsigned Opcode, MVT VT,
3598 const SDValue *Ops, unsigned NumOps) {
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003599 switch (NumOps) {
Chris Lattnerc3aae252005-01-07 07:46:32 +00003600 case 0: return getNode(Opcode, VT);
Chris Lattner89c34632005-05-14 06:20:26 +00003601 case 1: return getNode(Opcode, VT, Ops[0]);
3602 case 2: return getNode(Opcode, VT, Ops[0], Ops[1]);
3603 case 3: return getNode(Opcode, VT, Ops[0], Ops[1], Ops[2]);
Chris Lattneref847df2005-04-09 03:27:28 +00003604 default: break;
Chris Lattnerc3aae252005-01-07 07:46:32 +00003605 }
Chris Lattnerde202b32005-11-09 23:47:37 +00003606
Chris Lattneref847df2005-04-09 03:27:28 +00003607 switch (Opcode) {
3608 default: break;
Chris Lattner7b2880c2005-08-24 22:44:39 +00003609 case ISD::SELECT_CC: {
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003610 assert(NumOps == 5 && "SELECT_CC takes 5 operands!");
Chris Lattner7b2880c2005-08-24 22:44:39 +00003611 assert(Ops[0].getValueType() == Ops[1].getValueType() &&
3612 "LHS and RHS of condition must have same type!");
3613 assert(Ops[2].getValueType() == Ops[3].getValueType() &&
3614 "True and False arms of SelectCC must have same type!");
3615 assert(Ops[2].getValueType() == VT &&
3616 "select_cc node must be of same type as true and false value!");
Chris Lattner7b2880c2005-08-24 22:44:39 +00003617 break;
3618 }
3619 case ISD::BR_CC: {
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003620 assert(NumOps == 5 && "BR_CC takes 5 operands!");
Chris Lattner7b2880c2005-08-24 22:44:39 +00003621 assert(Ops[2].getValueType() == Ops[3].getValueType() &&
3622 "LHS/RHS of comparison should match types!");
Chris Lattner7b2880c2005-08-24 22:44:39 +00003623 break;
3624 }
Chris Lattneref847df2005-04-09 03:27:28 +00003625 }
3626
Chris Lattner385328c2005-05-14 07:42:29 +00003627 // Memoize nodes.
Chris Lattner43247a12005-08-25 19:12:10 +00003628 SDNode *N;
Chris Lattner0b3e5252006-08-15 19:11:05 +00003629 SDVTList VTs = getVTList(VT);
Chris Lattner43247a12005-08-25 19:12:10 +00003630 if (VT != MVT::Flag) {
Jim Laskey583bd472006-10-27 23:46:08 +00003631 FoldingSetNodeID ID;
3632 AddNodeIDNode(ID, Opcode, VTs, Ops, NumOps);
Chris Lattnera5682852006-08-07 23:03:03 +00003633 void *IP = 0;
3634 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003635 return SDValue(E, 0);
Dan Gohmanfed90b62008-07-28 21:51:04 +00003636 N = NodeAllocator.Allocate<SDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003637 new (N) SDNode(Opcode, VTs, Ops, NumOps);
Chris Lattnera5682852006-08-07 23:03:03 +00003638 CSEMap.InsertNode(N, IP);
Chris Lattner43247a12005-08-25 19:12:10 +00003639 } else {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003640 N = NodeAllocator.Allocate<SDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003641 new (N) SDNode(Opcode, VTs, Ops, NumOps);
Chris Lattner43247a12005-08-25 19:12:10 +00003642 }
Chris Lattneref847df2005-04-09 03:27:28 +00003643 AllNodes.push_back(N);
Duncan Sandsd038e042008-07-21 10:20:31 +00003644#ifndef NDEBUG
3645 VerifyNode(N);
3646#endif
Dan Gohman475871a2008-07-27 21:46:04 +00003647 return SDValue(N, 0);
Chris Lattnerc3aae252005-01-07 07:46:32 +00003648}
3649
Dan Gohman475871a2008-07-27 21:46:04 +00003650SDValue SelectionDAG::getNode(unsigned Opcode,
3651 const std::vector<MVT> &ResultTys,
3652 const SDValue *Ops, unsigned NumOps) {
Chris Lattner2fa6d3b2006-08-14 23:31:51 +00003653 return getNode(Opcode, getNodeValueTypes(ResultTys), ResultTys.size(),
3654 Ops, NumOps);
3655}
3656
Dan Gohman475871a2008-07-27 21:46:04 +00003657SDValue SelectionDAG::getNode(unsigned Opcode,
3658 const MVT *VTs, unsigned NumVTs,
3659 const SDValue *Ops, unsigned NumOps) {
Chris Lattner2fa6d3b2006-08-14 23:31:51 +00003660 if (NumVTs == 1)
3661 return getNode(Opcode, VTs[0], Ops, NumOps);
Chris Lattnerbe384162006-08-16 22:57:46 +00003662 return getNode(Opcode, makeVTList(VTs, NumVTs), Ops, NumOps);
3663}
3664
Dan Gohman475871a2008-07-27 21:46:04 +00003665SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList,
3666 const SDValue *Ops, unsigned NumOps) {
Chris Lattnerbe384162006-08-16 22:57:46 +00003667 if (VTList.NumVTs == 1)
3668 return getNode(Opcode, VTList.VTs[0], Ops, NumOps);
Chris Lattner89c34632005-05-14 06:20:26 +00003669
Chris Lattner5f056bf2005-07-10 01:55:33 +00003670 switch (Opcode) {
Chris Lattnere89083a2005-05-14 07:25:05 +00003671 // FIXME: figure out how to safely handle things like
3672 // int foo(int x) { return 1 << (x & 255); }
3673 // int bar() { return foo(256); }
3674#if 0
Chris Lattnere89083a2005-05-14 07:25:05 +00003675 case ISD::SRA_PARTS:
3676 case ISD::SRL_PARTS:
3677 case ISD::SHL_PARTS:
3678 if (N3.getOpcode() == ISD::SIGN_EXTEND_INREG &&
Chris Lattner15e4b012005-07-10 00:07:11 +00003679 cast<VTSDNode>(N3.getOperand(1))->getVT() != MVT::i1)
Chris Lattnere89083a2005-05-14 07:25:05 +00003680 return getNode(Opcode, VT, N1, N2, N3.getOperand(0));
3681 else if (N3.getOpcode() == ISD::AND)
3682 if (ConstantSDNode *AndRHS = dyn_cast<ConstantSDNode>(N3.getOperand(1))) {
3683 // If the and is only masking out bits that cannot effect the shift,
3684 // eliminate the and.
Duncan Sands83ec4b62008-06-06 12:08:01 +00003685 unsigned NumBits = VT.getSizeInBits()*2;
Chris Lattnere89083a2005-05-14 07:25:05 +00003686 if ((AndRHS->getValue() & (NumBits-1)) == NumBits-1)
3687 return getNode(Opcode, VT, N1, N2, N3.getOperand(0));
3688 }
3689 break;
Chris Lattnere89083a2005-05-14 07:25:05 +00003690#endif
Chris Lattner5f056bf2005-07-10 01:55:33 +00003691 }
Chris Lattner89c34632005-05-14 06:20:26 +00003692
Chris Lattner43247a12005-08-25 19:12:10 +00003693 // Memoize the node unless it returns a flag.
3694 SDNode *N;
Chris Lattnerbe384162006-08-16 22:57:46 +00003695 if (VTList.VTs[VTList.NumVTs-1] != MVT::Flag) {
Jim Laskey583bd472006-10-27 23:46:08 +00003696 FoldingSetNodeID ID;
3697 AddNodeIDNode(ID, Opcode, VTList, Ops, NumOps);
Chris Lattnera5682852006-08-07 23:03:03 +00003698 void *IP = 0;
3699 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
Dan Gohman475871a2008-07-27 21:46:04 +00003700 return SDValue(E, 0);
Dan Gohman0e5f1302008-07-07 23:02:41 +00003701 if (NumOps == 1) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003702 N = NodeAllocator.Allocate<UnarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003703 new (N) UnarySDNode(Opcode, VTList, Ops[0]);
3704 } else if (NumOps == 2) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003705 N = NodeAllocator.Allocate<BinarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003706 new (N) BinarySDNode(Opcode, VTList, Ops[0], Ops[1]);
3707 } else if (NumOps == 3) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003708 N = NodeAllocator.Allocate<TernarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003709 new (N) TernarySDNode(Opcode, VTList, Ops[0], Ops[1], Ops[2]);
3710 } else {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003711 N = NodeAllocator.Allocate<SDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003712 new (N) SDNode(Opcode, VTList, Ops, NumOps);
3713 }
Chris Lattnera5682852006-08-07 23:03:03 +00003714 CSEMap.InsertNode(N, IP);
Chris Lattner43247a12005-08-25 19:12:10 +00003715 } else {
Dan Gohman0e5f1302008-07-07 23:02:41 +00003716 if (NumOps == 1) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003717 N = NodeAllocator.Allocate<UnarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003718 new (N) UnarySDNode(Opcode, VTList, Ops[0]);
3719 } else if (NumOps == 2) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003720 N = NodeAllocator.Allocate<BinarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003721 new (N) BinarySDNode(Opcode, VTList, Ops[0], Ops[1]);
3722 } else if (NumOps == 3) {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003723 N = NodeAllocator.Allocate<TernarySDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003724 new (N) TernarySDNode(Opcode, VTList, Ops[0], Ops[1], Ops[2]);
3725 } else {
Dan Gohmanfed90b62008-07-28 21:51:04 +00003726 N = NodeAllocator.Allocate<SDNode>();
Dan Gohman0e5f1302008-07-07 23:02:41 +00003727 new (N) SDNode(Opcode, VTList, Ops, NumOps);
3728 }
Chris Lattner43247a12005-08-25 19:12:10 +00003729 }
Chris Lattner5fa4fa42005-05-14 06:42:57 +00003730 AllNodes.push_back(N);
Duncan Sandsd038e042008-07-21 10:20:31 +00003731#ifndef NDEBUG
3732 VerifyNode(N);
3733#endif
Dan Gohman475871a2008-07-27 21:46:04 +00003734 return SDValue(N, 0);
Chris Lattner89c34632005-05-14 06:20:26 +00003735}
3736
Dan Gohman475871a2008-07-27 21:46:04 +00003737SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList) {
Dan Gohman6d9cdd52008-07-07 18:26:29 +00003738 return getNode(Opcode, VTList, 0, 0);
Dan Gohman08ce9762007-10-08 15:49:58 +00003739}
3740
Dan Gohman475871a2008-07-27 21:46:04 +00003741SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList,
3742 SDValue N1) {
3743 SDValue Ops[] = { N1 };
Dan Gohman08ce9762007-10-08 15:49:58 +00003744 return getNode(Opcode, VTList, Ops, 1);
3745}
3746
Dan Gohman475871a2008-07-27 21:46:04 +00003747SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList,
3748 SDValue N1, SDValue N2) {
3749 SDValue Ops[] = { N1, N2 };
Dan Gohman08ce9762007-10-08 15:49:58 +00003750 return getNode(Opcode, VTList, Ops, 2);
3751}
3752
Dan Gohman475871a2008-07-27 21:46:04 +00003753SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList,
3754 SDValue N1, SDValue N2, SDValue N3) {
3755 SDValue Ops[] = { N1, N2, N3 };
Dan Gohman08ce9762007-10-08 15:49:58 +00003756 return getNode(Opcode, VTList, Ops, 3);
3757}
3758
Dan Gohman475871a2008-07-27 21:46:04 +00003759SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList,
3760 SDValue N1, SDValue N2, SDValue N3,
3761 SDValue N4) {
3762 SDValue Ops[] = { N1, N2, N3, N4 };
Dan Gohman08ce9762007-10-08 15:49:58 +00003763 return getNode(Opcode, VTList, Ops, 4);
3764}
3765
Dan Gohman475871a2008-07-27 21:46:04 +00003766SDValue SelectionDAG::getNode(unsigned Opcode, SDVTList VTList,
3767 SDValue N1, SDValue N2, SDValue N3,
3768 SDValue N4, SDValue N5) {
3769 SDValue Ops[] = { N1, N2, N3, N4, N5 };
Dan Gohman08ce9762007-10-08 15:49:58 +00003770 return getNode(Opcode, VTList, Ops, 5);
3771}
3772
Duncan Sands83ec4b62008-06-06 12:08:01 +00003773SDVTList SelectionDAG::getVTList(MVT VT) {
Duncan Sandsaf47b112007-10-16 09:56:48 +00003774 return makeVTList(SDNode::getValueTypeList(VT), 1);
Chris Lattnera3255112005-11-08 23:30:28 +00003775}
3776
Duncan Sands83ec4b62008-06-06 12:08:01 +00003777SDVTList SelectionDAG::getVTList(MVT VT1, MVT VT2) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00003778 for (std::vector<SDVTList>::reverse_iterator I = VTList.rbegin(),
3779 E = VTList.rend(); I != E; ++I)
3780 if (I->NumVTs == 2 && I->VTs[0] == VT1 && I->VTs[1] == VT2)
3781 return *I;
3782
3783 MVT *Array = Allocator.Allocate<MVT>(2);
3784 Array[0] = VT1;
3785 Array[1] = VT2;
3786 SDVTList Result = makeVTList(Array, 2);
3787 VTList.push_back(Result);
3788 return Result;
Chris Lattnera3255112005-11-08 23:30:28 +00003789}
Dan Gohmane8be6c62008-07-17 19:10:17 +00003790
3791SDVTList SelectionDAG::getVTList(MVT VT1, MVT VT2, MVT VT3) {
3792 for (std::vector<SDVTList>::reverse_iterator I = VTList.rbegin(),
3793 E = VTList.rend(); I != E; ++I)
3794 if (I->NumVTs == 3 && I->VTs[0] == VT1 && I->VTs[1] == VT2 &&
3795 I->VTs[2] == VT3)
3796 return *I;
3797
3798 MVT *Array = Allocator.Allocate<MVT>(3);
3799 Array[0] = VT1;
3800 Array[1] = VT2;
3801 Array[2] = VT3;
3802 SDVTList Result = makeVTList(Array, 3);
3803 VTList.push_back(Result);
3804 return Result;
Chris Lattner70046e92006-08-15 17:46:01 +00003805}
3806
Bill Wendling13d6d442008-12-01 23:28:22 +00003807SDVTList SelectionDAG::getVTList(MVT VT1, MVT VT2, MVT VT3, MVT VT4) {
3808 for (std::vector<SDVTList>::reverse_iterator I = VTList.rbegin(),
3809 E = VTList.rend(); I != E; ++I)
3810 if (I->NumVTs == 4 && I->VTs[0] == VT1 && I->VTs[1] == VT2 &&
3811 I->VTs[2] == VT3 && I->VTs[3] == VT4)
3812 return *I;
3813
3814 MVT *Array = Allocator.Allocate<MVT>(3);
3815 Array[0] = VT1;
3816 Array[1] = VT2;
3817 Array[2] = VT3;
3818 Array[3] = VT4;
3819 SDVTList Result = makeVTList(Array, 4);
3820 VTList.push_back(Result);
3821 return Result;
3822}
3823
Duncan Sands83ec4b62008-06-06 12:08:01 +00003824SDVTList SelectionDAG::getVTList(const MVT *VTs, unsigned NumVTs) {
Chris Lattner70046e92006-08-15 17:46:01 +00003825 switch (NumVTs) {
3826 case 0: assert(0 && "Cannot have nodes without results!");
Dan Gohman7f321562007-06-25 16:23:39 +00003827 case 1: return getVTList(VTs[0]);
Chris Lattner70046e92006-08-15 17:46:01 +00003828 case 2: return getVTList(VTs[0], VTs[1]);
3829 case 3: return getVTList(VTs[0], VTs[1], VTs[2]);
3830 default: break;
3831 }
3832
Dan Gohmane8be6c62008-07-17 19:10:17 +00003833 for (std::vector<SDVTList>::reverse_iterator I = VTList.rbegin(),
3834 E = VTList.rend(); I != E; ++I) {
3835 if (I->NumVTs != NumVTs || VTs[0] != I->VTs[0] || VTs[1] != I->VTs[1])
3836 continue;
Chris Lattner70046e92006-08-15 17:46:01 +00003837
3838 bool NoMatch = false;
3839 for (unsigned i = 2; i != NumVTs; ++i)
Dan Gohmane8be6c62008-07-17 19:10:17 +00003840 if (VTs[i] != I->VTs[i]) {
Chris Lattner70046e92006-08-15 17:46:01 +00003841 NoMatch = true;
3842 break;
3843 }
3844 if (!NoMatch)
Dan Gohmane8be6c62008-07-17 19:10:17 +00003845 return *I;
Chris Lattner70046e92006-08-15 17:46:01 +00003846 }
3847
Dan Gohmane8be6c62008-07-17 19:10:17 +00003848 MVT *Array = Allocator.Allocate<MVT>(NumVTs);
3849 std::copy(VTs, VTs+NumVTs, Array);
3850 SDVTList Result = makeVTList(Array, NumVTs);
3851 VTList.push_back(Result);
3852 return Result;
Chris Lattner2fa6d3b2006-08-14 23:31:51 +00003853}
3854
3855
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003856/// UpdateNodeOperands - *Mutate* the specified node in-place to have the
3857/// specified operands. If the resultant node already exists in the DAG,
3858/// this does not modify the specified node, instead it returns the node that
3859/// already exists. If the resultant node does not exist in the DAG, the
3860/// input node is returned. As a degenerate case, if you specify the same
3861/// input operands as the node already has, the input node is returned.
Dan Gohman475871a2008-07-27 21:46:04 +00003862SDValue SelectionDAG::UpdateNodeOperands(SDValue InN, SDValue Op) {
Gabor Greifba36cb52008-08-28 21:40:38 +00003863 SDNode *N = InN.getNode();
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003864 assert(N->getNumOperands() == 1 && "Update with wrong number of operands");
3865
3866 // Check to see if there is no change.
3867 if (Op == N->getOperand(0)) return InN;
3868
3869 // See if the modified node already exists.
Chris Lattnera5682852006-08-07 23:03:03 +00003870 void *InsertPos = 0;
3871 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos))
Gabor Greif99a6cb92008-08-26 22:36:50 +00003872 return SDValue(Existing, InN.getResNo());
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003873
Dan Gohman79acd2b2008-07-21 22:38:59 +00003874 // Nope it doesn't. Remove the node from its current place in the maps.
Chris Lattnera5682852006-08-07 23:03:03 +00003875 if (InsertPos)
Dan Gohman095cc292008-09-13 01:54:27 +00003876 if (!RemoveNodeFromCSEMaps(N))
3877 InsertPos = 0;
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003878
3879 // Now we update the operands.
Roman Levenstein9cac5252008-04-16 16:15:27 +00003880 N->OperandList[0].getVal()->removeUser(0, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003881 N->OperandList[0] = Op;
Roman Levensteindc1adac2008-04-07 10:06:32 +00003882 N->OperandList[0].setUser(N);
Gabor Greifba36cb52008-08-28 21:40:38 +00003883 Op.getNode()->addUser(0, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003884
3885 // If this gets put into a CSE map, add it.
Chris Lattnera5682852006-08-07 23:03:03 +00003886 if (InsertPos) CSEMap.InsertNode(N, InsertPos);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003887 return InN;
3888}
3889
Dan Gohman475871a2008-07-27 21:46:04 +00003890SDValue SelectionDAG::
3891UpdateNodeOperands(SDValue InN, SDValue Op1, SDValue Op2) {
Gabor Greifba36cb52008-08-28 21:40:38 +00003892 SDNode *N = InN.getNode();
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003893 assert(N->getNumOperands() == 2 && "Update with wrong number of operands");
3894
3895 // Check to see if there is no change.
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003896 if (Op1 == N->getOperand(0) && Op2 == N->getOperand(1))
3897 return InN; // No operands changed, just return the input node.
3898
3899 // See if the modified node already exists.
Chris Lattnera5682852006-08-07 23:03:03 +00003900 void *InsertPos = 0;
3901 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos))
Gabor Greif99a6cb92008-08-26 22:36:50 +00003902 return SDValue(Existing, InN.getResNo());
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003903
Dan Gohman79acd2b2008-07-21 22:38:59 +00003904 // Nope it doesn't. Remove the node from its current place in the maps.
Chris Lattnera5682852006-08-07 23:03:03 +00003905 if (InsertPos)
Dan Gohman095cc292008-09-13 01:54:27 +00003906 if (!RemoveNodeFromCSEMaps(N))
3907 InsertPos = 0;
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003908
3909 // Now we update the operands.
3910 if (N->OperandList[0] != Op1) {
Roman Levenstein9cac5252008-04-16 16:15:27 +00003911 N->OperandList[0].getVal()->removeUser(0, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003912 N->OperandList[0] = Op1;
Roman Levensteindc1adac2008-04-07 10:06:32 +00003913 N->OperandList[0].setUser(N);
Gabor Greifba36cb52008-08-28 21:40:38 +00003914 Op1.getNode()->addUser(0, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003915 }
3916 if (N->OperandList[1] != Op2) {
Roman Levenstein9cac5252008-04-16 16:15:27 +00003917 N->OperandList[1].getVal()->removeUser(1, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003918 N->OperandList[1] = Op2;
Roman Levensteindc1adac2008-04-07 10:06:32 +00003919 N->OperandList[1].setUser(N);
Gabor Greifba36cb52008-08-28 21:40:38 +00003920 Op2.getNode()->addUser(1, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003921 }
3922
3923 // If this gets put into a CSE map, add it.
Chris Lattnera5682852006-08-07 23:03:03 +00003924 if (InsertPos) CSEMap.InsertNode(N, InsertPos);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003925 return InN;
3926}
3927
Dan Gohman475871a2008-07-27 21:46:04 +00003928SDValue SelectionDAG::
3929UpdateNodeOperands(SDValue N, SDValue Op1, SDValue Op2, SDValue Op3) {
3930 SDValue Ops[] = { Op1, Op2, Op3 };
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003931 return UpdateNodeOperands(N, Ops, 3);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003932}
3933
Dan Gohman475871a2008-07-27 21:46:04 +00003934SDValue SelectionDAG::
3935UpdateNodeOperands(SDValue N, SDValue Op1, SDValue Op2,
3936 SDValue Op3, SDValue Op4) {
3937 SDValue Ops[] = { Op1, Op2, Op3, Op4 };
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003938 return UpdateNodeOperands(N, Ops, 4);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003939}
3940
Dan Gohman475871a2008-07-27 21:46:04 +00003941SDValue SelectionDAG::
3942UpdateNodeOperands(SDValue N, SDValue Op1, SDValue Op2,
3943 SDValue Op3, SDValue Op4, SDValue Op5) {
3944 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 };
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003945 return UpdateNodeOperands(N, Ops, 5);
Chris Lattner809ec112006-01-28 10:09:25 +00003946}
3947
Dan Gohman475871a2008-07-27 21:46:04 +00003948SDValue SelectionDAG::
3949UpdateNodeOperands(SDValue InN, const SDValue *Ops, unsigned NumOps) {
Gabor Greifba36cb52008-08-28 21:40:38 +00003950 SDNode *N = InN.getNode();
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003951 assert(N->getNumOperands() == NumOps &&
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003952 "Update with wrong number of operands");
3953
3954 // Check to see if there is no change.
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003955 bool AnyChange = false;
3956 for (unsigned i = 0; i != NumOps; ++i) {
3957 if (Ops[i] != N->getOperand(i)) {
3958 AnyChange = true;
3959 break;
3960 }
3961 }
3962
3963 // No operands changed, just return the input node.
3964 if (!AnyChange) return InN;
3965
3966 // See if the modified node already exists.
Chris Lattnera5682852006-08-07 23:03:03 +00003967 void *InsertPos = 0;
Chris Lattnerf06f35e2006-08-08 01:09:31 +00003968 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, NumOps, InsertPos))
Gabor Greif99a6cb92008-08-26 22:36:50 +00003969 return SDValue(Existing, InN.getResNo());
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003970
Dan Gohman7ceda162008-05-02 00:05:03 +00003971 // Nope it doesn't. Remove the node from its current place in the maps.
Chris Lattnera5682852006-08-07 23:03:03 +00003972 if (InsertPos)
Dan Gohman095cc292008-09-13 01:54:27 +00003973 if (!RemoveNodeFromCSEMaps(N))
3974 InsertPos = 0;
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003975
3976 // Now we update the operands.
3977 for (unsigned i = 0; i != NumOps; ++i) {
3978 if (N->OperandList[i] != Ops[i]) {
Roman Levenstein9cac5252008-04-16 16:15:27 +00003979 N->OperandList[i].getVal()->removeUser(i, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003980 N->OperandList[i] = Ops[i];
Roman Levensteindc1adac2008-04-07 10:06:32 +00003981 N->OperandList[i].setUser(N);
Gabor Greifba36cb52008-08-28 21:40:38 +00003982 Ops[i].getNode()->addUser(i, N);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003983 }
3984 }
3985
3986 // If this gets put into a CSE map, add it.
Chris Lattnera5682852006-08-07 23:03:03 +00003987 if (InsertPos) CSEMap.InsertNode(N, InsertPos);
Chris Lattnerdf6eb302006-01-28 09:32:45 +00003988 return InN;
3989}
3990
Dan Gohman0fe9c6e2008-07-07 20:57:48 +00003991/// DropOperands - Release the operands and set this node to have
Dan Gohmane8be6c62008-07-17 19:10:17 +00003992/// zero operands.
Dan Gohman0fe9c6e2008-07-07 20:57:48 +00003993void SDNode::DropOperands() {
Dan Gohman0fe9c6e2008-07-07 20:57:48 +00003994 // Unlike the code in MorphNodeTo that does this, we don't need to
3995 // watch for dead nodes here.
3996 for (op_iterator I = op_begin(), E = op_end(); I != E; ++I)
3997 I->getVal()->removeUser(std::distance(op_begin(), I), this);
3998
3999 NumOperands = 0;
Chris Lattnerd429bcd2007-02-04 02:49:29 +00004000}
Chris Lattner149c58c2005-08-16 18:17:10 +00004001
Dan Gohmane8be6c62008-07-17 19:10:17 +00004002/// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
4003/// machine opcode.
Chris Lattnerc5e6c642005-12-01 18:00:57 +00004004///
Dan Gohmane8be6c62008-07-17 19:10:17 +00004005SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004006 MVT VT) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004007 SDVTList VTs = getVTList(VT);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004008 return SelectNodeTo(N, MachineOpc, VTs, 0, 0);
Chris Lattner7651fa42005-08-24 23:00:29 +00004009}
Chris Lattner0fb094f2005-11-19 01:44:53 +00004010
Dan Gohmane8be6c62008-07-17 19:10:17 +00004011SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman475871a2008-07-27 21:46:04 +00004012 MVT VT, SDValue Op1) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004013 SDVTList VTs = getVTList(VT);
Dan Gohman475871a2008-07-27 21:46:04 +00004014 SDValue Ops[] = { Op1 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004015 return SelectNodeTo(N, MachineOpc, VTs, Ops, 1);
Chris Lattner149c58c2005-08-16 18:17:10 +00004016}
Chris Lattner0fb094f2005-11-19 01:44:53 +00004017
Dan Gohmane8be6c62008-07-17 19:10:17 +00004018SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman475871a2008-07-27 21:46:04 +00004019 MVT VT, SDValue Op1,
4020 SDValue Op2) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004021 SDVTList VTs = getVTList(VT);
Dan Gohman475871a2008-07-27 21:46:04 +00004022 SDValue Ops[] = { Op1, Op2 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004023 return SelectNodeTo(N, MachineOpc, VTs, Ops, 2);
Chris Lattner149c58c2005-08-16 18:17:10 +00004024}
Chris Lattner0fb094f2005-11-19 01:44:53 +00004025
Dan Gohmane8be6c62008-07-17 19:10:17 +00004026SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman475871a2008-07-27 21:46:04 +00004027 MVT VT, SDValue Op1,
4028 SDValue Op2, SDValue Op3) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004029 SDVTList VTs = getVTList(VT);
Dan Gohman475871a2008-07-27 21:46:04 +00004030 SDValue Ops[] = { Op1, Op2, Op3 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004031 return SelectNodeTo(N, MachineOpc, VTs, Ops, 3);
Chris Lattner149c58c2005-08-16 18:17:10 +00004032}
Chris Lattnerc975e1d2005-08-21 22:30:30 +00004033
Dan Gohmane8be6c62008-07-17 19:10:17 +00004034SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman475871a2008-07-27 21:46:04 +00004035 MVT VT, const SDValue *Ops,
Evan Cheng694481e2006-08-27 08:08:54 +00004036 unsigned NumOps) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004037 SDVTList VTs = getVTList(VT);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004038 return SelectNodeTo(N, MachineOpc, VTs, Ops, NumOps);
Dan Gohmancd920d92008-07-02 23:23:19 +00004039}
4040
Dan Gohmane8be6c62008-07-17 19:10:17 +00004041SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman475871a2008-07-27 21:46:04 +00004042 MVT VT1, MVT VT2, const SDValue *Ops,
Dan Gohmancd920d92008-07-02 23:23:19 +00004043 unsigned NumOps) {
4044 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004045 return SelectNodeTo(N, MachineOpc, VTs, Ops, NumOps);
Dan Gohmancd920d92008-07-02 23:23:19 +00004046}
4047
Dan Gohmane8be6c62008-07-17 19:10:17 +00004048SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohmancd920d92008-07-02 23:23:19 +00004049 MVT VT1, MVT VT2) {
4050 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004051 return SelectNodeTo(N, MachineOpc, VTs, (SDValue *)0, 0);
Dan Gohmancd920d92008-07-02 23:23:19 +00004052}
4053
Dan Gohmane8be6c62008-07-17 19:10:17 +00004054SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman6d9cdd52008-07-07 18:26:29 +00004055 MVT VT1, MVT VT2, MVT VT3,
Dan Gohman475871a2008-07-27 21:46:04 +00004056 const SDValue *Ops, unsigned NumOps) {
Dan Gohmancd920d92008-07-02 23:23:19 +00004057 SDVTList VTs = getVTList(VT1, VT2, VT3);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004058 return SelectNodeTo(N, MachineOpc, VTs, Ops, NumOps);
Dan Gohmancd920d92008-07-02 23:23:19 +00004059}
4060
Bill Wendling13d6d442008-12-01 23:28:22 +00004061SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
4062 MVT VT1, MVT VT2, MVT VT3, MVT VT4,
4063 const SDValue *Ops, unsigned NumOps) {
4064 SDVTList VTs = getVTList(VT1, VT2, VT3, VT4);
4065 return SelectNodeTo(N, MachineOpc, VTs, Ops, NumOps);
4066}
4067
Dan Gohmane8be6c62008-07-17 19:10:17 +00004068SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohmancd920d92008-07-02 23:23:19 +00004069 MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004070 SDValue Op1) {
Dan Gohmancd920d92008-07-02 23:23:19 +00004071 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004072 SDValue Ops[] = { Op1 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004073 return SelectNodeTo(N, MachineOpc, VTs, Ops, 1);
Andrew Lenharth7cf11b42006-01-23 21:51:14 +00004074}
Andrew Lenharth8c6f1ee2006-01-23 20:59:12 +00004075
Dan Gohmane8be6c62008-07-17 19:10:17 +00004076SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004077 MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004078 SDValue Op1, SDValue Op2) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004079 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004080 SDValue Ops[] = { Op1, Op2 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004081 return SelectNodeTo(N, MachineOpc, VTs, Ops, 2);
Chris Lattner0fb094f2005-11-19 01:44:53 +00004082}
4083
Dan Gohmane8be6c62008-07-17 19:10:17 +00004084SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Duncan Sands83ec4b62008-06-06 12:08:01 +00004085 MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004086 SDValue Op1, SDValue Op2,
4087 SDValue Op3) {
Chris Lattner0b3e5252006-08-15 19:11:05 +00004088 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004089 SDValue Ops[] = { Op1, Op2, Op3 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004090 return SelectNodeTo(N, MachineOpc, VTs, Ops, 3);
Dan Gohmancd920d92008-07-02 23:23:19 +00004091}
4092
Dan Gohmane8be6c62008-07-17 19:10:17 +00004093SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Bill Wendling13d6d442008-12-01 23:28:22 +00004094 MVT VT1, MVT VT2, MVT VT3,
4095 SDValue Op1, SDValue Op2,
4096 SDValue Op3) {
4097 SDVTList VTs = getVTList(VT1, VT2, VT3);
4098 SDValue Ops[] = { Op1, Op2, Op3 };
4099 return SelectNodeTo(N, MachineOpc, VTs, Ops, 3);
4100}
4101
4102SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc,
Dan Gohman475871a2008-07-27 21:46:04 +00004103 SDVTList VTs, const SDValue *Ops,
Dan Gohmancd920d92008-07-02 23:23:19 +00004104 unsigned NumOps) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004105 return MorphNodeTo(N, ~MachineOpc, VTs, Ops, NumOps);
4106}
4107
4108SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
4109 MVT VT) {
4110 SDVTList VTs = getVTList(VT);
4111 return MorphNodeTo(N, Opc, VTs, 0, 0);
4112}
4113
4114SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
Dan Gohman475871a2008-07-27 21:46:04 +00004115 MVT VT, SDValue Op1) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004116 SDVTList VTs = getVTList(VT);
Dan Gohman475871a2008-07-27 21:46:04 +00004117 SDValue Ops[] = { Op1 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004118 return MorphNodeTo(N, Opc, VTs, Ops, 1);
4119}
4120
4121SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
Dan Gohman475871a2008-07-27 21:46:04 +00004122 MVT VT, SDValue Op1,
4123 SDValue Op2) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004124 SDVTList VTs = getVTList(VT);
Dan Gohman475871a2008-07-27 21:46:04 +00004125 SDValue Ops[] = { Op1, Op2 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004126 return MorphNodeTo(N, Opc, VTs, Ops, 2);
4127}
4128
4129SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
Dan Gohman475871a2008-07-27 21:46:04 +00004130 MVT VT, SDValue Op1,
4131 SDValue Op2, SDValue Op3) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004132 SDVTList VTs = getVTList(VT);
Dan Gohman475871a2008-07-27 21:46:04 +00004133 SDValue Ops[] = { Op1, Op2, Op3 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004134 return MorphNodeTo(N, Opc, VTs, Ops, 3);
4135}
4136
4137SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
Dan Gohman475871a2008-07-27 21:46:04 +00004138 MVT VT, const SDValue *Ops,
Dan Gohmane8be6c62008-07-17 19:10:17 +00004139 unsigned NumOps) {
4140 SDVTList VTs = getVTList(VT);
4141 return MorphNodeTo(N, Opc, VTs, Ops, NumOps);
4142}
4143
4144SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
Dan Gohman475871a2008-07-27 21:46:04 +00004145 MVT VT1, MVT VT2, const SDValue *Ops,
Dan Gohmane8be6c62008-07-17 19:10:17 +00004146 unsigned NumOps) {
4147 SDVTList VTs = getVTList(VT1, VT2);
4148 return MorphNodeTo(N, Opc, VTs, Ops, NumOps);
4149}
4150
4151SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
4152 MVT VT1, MVT VT2) {
4153 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004154 return MorphNodeTo(N, Opc, VTs, (SDValue *)0, 0);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004155}
4156
4157SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
4158 MVT VT1, MVT VT2, MVT VT3,
Dan Gohman475871a2008-07-27 21:46:04 +00004159 const SDValue *Ops, unsigned NumOps) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004160 SDVTList VTs = getVTList(VT1, VT2, VT3);
4161 return MorphNodeTo(N, Opc, VTs, Ops, NumOps);
4162}
4163
4164SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
4165 MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004166 SDValue Op1) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004167 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004168 SDValue Ops[] = { Op1 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004169 return MorphNodeTo(N, Opc, VTs, Ops, 1);
4170}
4171
4172SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
4173 MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004174 SDValue Op1, SDValue Op2) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004175 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004176 SDValue Ops[] = { Op1, Op2 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004177 return MorphNodeTo(N, Opc, VTs, Ops, 2);
4178}
4179
4180SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
4181 MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004182 SDValue Op1, SDValue Op2,
4183 SDValue Op3) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004184 SDVTList VTs = getVTList(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004185 SDValue Ops[] = { Op1, Op2, Op3 };
Dan Gohmane8be6c62008-07-17 19:10:17 +00004186 return MorphNodeTo(N, Opc, VTs, Ops, 3);
4187}
4188
4189/// MorphNodeTo - These *mutate* the specified node to have the specified
4190/// return type, opcode, and operands.
4191///
4192/// Note that MorphNodeTo returns the resultant node. If there is already a
4193/// node of the specified opcode and operands, it returns that node instead of
4194/// the current one.
4195///
4196/// Using MorphNodeTo is faster than creating a new node and swapping it in
4197/// with ReplaceAllUsesWith both because it often avoids allocating a new
Gabor Greifdc715632008-08-30 22:16:05 +00004198/// node, and because it doesn't require CSE recalculation for any of
Dan Gohmane8be6c62008-07-17 19:10:17 +00004199/// the node's users.
4200///
4201SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
Dan Gohman475871a2008-07-27 21:46:04 +00004202 SDVTList VTs, const SDValue *Ops,
Dan Gohmane8be6c62008-07-17 19:10:17 +00004203 unsigned NumOps) {
Dan Gohmancd920d92008-07-02 23:23:19 +00004204 // If an identical node already exists, use it.
Chris Lattnera5682852006-08-07 23:03:03 +00004205 void *IP = 0;
Dan Gohmane8be6c62008-07-17 19:10:17 +00004206 if (VTs.VTs[VTs.NumVTs-1] != MVT::Flag) {
4207 FoldingSetNodeID ID;
4208 AddNodeIDNode(ID, Opc, VTs, Ops, NumOps);
4209 if (SDNode *ON = CSEMap.FindNodeOrInsertPos(ID, IP))
4210 return ON;
4211 }
Chris Lattnerc5e6c642005-12-01 18:00:57 +00004212
Dan Gohman095cc292008-09-13 01:54:27 +00004213 if (!RemoveNodeFromCSEMaps(N))
4214 IP = 0;
Chris Lattner67612a12007-02-04 02:32:44 +00004215
Dan Gohmane8be6c62008-07-17 19:10:17 +00004216 // Start the morphing.
4217 N->NodeType = Opc;
4218 N->ValueList = VTs.VTs;
4219 N->NumValues = VTs.NumVTs;
4220
4221 // Clear the operands list, updating used nodes to remove this from their
4222 // use list. Keep track of any operands that become dead as a result.
4223 SmallPtrSet<SDNode*, 16> DeadNodeSet;
4224 for (SDNode::op_iterator B = N->op_begin(), I = B, E = N->op_end();
4225 I != E; ++I) {
4226 SDNode *Used = I->getVal();
4227 Used->removeUser(std::distance(B, I), N);
4228 if (Used->use_empty())
4229 DeadNodeSet.insert(Used);
4230 }
4231
4232 // If NumOps is larger than the # of operands we currently have, reallocate
4233 // the operand list.
4234 if (NumOps > N->NumOperands) {
4235 if (N->OperandsNeedDelete)
4236 delete[] N->OperandList;
Bill Wendlinga1dc6022008-10-19 20:51:12 +00004237
Dan Gohmane8be6c62008-07-17 19:10:17 +00004238 if (N->isMachineOpcode()) {
4239 // We're creating a final node that will live unmorphed for the
Dan Gohmanf350b272008-08-23 02:25:05 +00004240 // remainder of the current SelectionDAG iteration, so we can allocate
4241 // the operands directly out of a pool with no recycling metadata.
4242 N->OperandList = OperandAllocator.Allocate<SDUse>(NumOps);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004243 N->OperandsNeedDelete = false;
4244 } else {
4245 N->OperandList = new SDUse[NumOps];
4246 N->OperandsNeedDelete = true;
4247 }
4248 }
4249
4250 // Assign the new operands.
4251 N->NumOperands = NumOps;
4252 for (unsigned i = 0, e = NumOps; i != e; ++i) {
4253 N->OperandList[i] = Ops[i];
4254 N->OperandList[i].setUser(N);
4255 SDNode *ToUse = N->OperandList[i].getVal();
4256 ToUse->addUser(i, N);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004257 }
4258
4259 // Delete any nodes that are still dead after adding the uses for the
4260 // new operands.
Dan Gohman0fe9c6e2008-07-07 20:57:48 +00004261 SmallVector<SDNode *, 16> DeadNodes;
Dan Gohmane8be6c62008-07-17 19:10:17 +00004262 for (SmallPtrSet<SDNode *, 16>::iterator I = DeadNodeSet.begin(),
4263 E = DeadNodeSet.end(); I != E; ++I)
4264 if ((*I)->use_empty())
4265 DeadNodes.push_back(*I);
Dan Gohman0fe9c6e2008-07-07 20:57:48 +00004266 RemoveDeadNodes(DeadNodes);
4267
Dan Gohmane8be6c62008-07-17 19:10:17 +00004268 if (IP)
4269 CSEMap.InsertNode(N, IP); // Memoize the new node.
Evan Cheng95514ba2006-08-26 08:00:10 +00004270 return N;
Chris Lattner0fb094f2005-11-19 01:44:53 +00004271}
4272
Chris Lattner0fb094f2005-11-19 01:44:53 +00004273
Evan Cheng6ae46c42006-02-09 07:15:23 +00004274/// getTargetNode - These are used for target selectors to create a new node
4275/// with specified return type(s), target opcode, and operands.
4276///
4277/// Note that getTargetNode returns the resultant node. If there is already a
4278/// node of the specified opcode and operands, it returns that node instead of
4279/// the current one.
Duncan Sands83ec4b62008-06-06 12:08:01 +00004280SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004281 return getNode(~Opcode, VT).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004282}
Dan Gohman475871a2008-07-27 21:46:04 +00004283SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT, SDValue Op1) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004284 return getNode(~Opcode, VT, Op1).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004285}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004286SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT,
Dan Gohman475871a2008-07-27 21:46:04 +00004287 SDValue Op1, SDValue Op2) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004288 return getNode(~Opcode, VT, Op1, Op2).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004289}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004290SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT,
Dan Gohman475871a2008-07-27 21:46:04 +00004291 SDValue Op1, SDValue Op2,
4292 SDValue Op3) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004293 return getNode(~Opcode, VT, Op1, Op2, Op3).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004294}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004295SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT,
Dan Gohman475871a2008-07-27 21:46:04 +00004296 const SDValue *Ops, unsigned NumOps) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004297 return getNode(~Opcode, VT, Ops, NumOps).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004298}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004299SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1, MVT VT2) {
4300 const MVT *VTs = getNodeValueTypes(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004301 SDValue Op;
Gabor Greifba36cb52008-08-28 21:40:38 +00004302 return getNode(~Opcode, VTs, 2, &Op, 0).getNode();
Dale Johannesen6eaeff22007-10-10 01:01:31 +00004303}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004304SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1,
Dan Gohman475871a2008-07-27 21:46:04 +00004305 MVT VT2, SDValue Op1) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004306 const MVT *VTs = getNodeValueTypes(VT1, VT2);
Gabor Greifba36cb52008-08-28 21:40:38 +00004307 return getNode(~Opcode, VTs, 2, &Op1, 1).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004308}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004309SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1,
Dan Gohman475871a2008-07-27 21:46:04 +00004310 MVT VT2, SDValue Op1,
4311 SDValue Op2) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004312 const MVT *VTs = getNodeValueTypes(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004313 SDValue Ops[] = { Op1, Op2 };
Gabor Greifba36cb52008-08-28 21:40:38 +00004314 return getNode(~Opcode, VTs, 2, Ops, 2).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004315}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004316SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1,
Dan Gohman475871a2008-07-27 21:46:04 +00004317 MVT VT2, SDValue Op1,
4318 SDValue Op2, SDValue Op3) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004319 const MVT *VTs = getNodeValueTypes(VT1, VT2);
Dan Gohman475871a2008-07-27 21:46:04 +00004320 SDValue Ops[] = { Op1, Op2, Op3 };
Gabor Greifba36cb52008-08-28 21:40:38 +00004321 return getNode(~Opcode, VTs, 2, Ops, 3).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004322}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004323SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1, MVT VT2,
Dan Gohman475871a2008-07-27 21:46:04 +00004324 const SDValue *Ops, unsigned NumOps) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004325 const MVT *VTs = getNodeValueTypes(VT1, VT2);
Gabor Greifba36cb52008-08-28 21:40:38 +00004326 return getNode(~Opcode, VTs, 2, Ops, NumOps).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004327}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004328SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1, MVT VT2, MVT VT3,
Dan Gohman475871a2008-07-27 21:46:04 +00004329 SDValue Op1, SDValue Op2) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004330 const MVT *VTs = getNodeValueTypes(VT1, VT2, VT3);
Dan Gohman475871a2008-07-27 21:46:04 +00004331 SDValue Ops[] = { Op1, Op2 };
Gabor Greifba36cb52008-08-28 21:40:38 +00004332 return getNode(~Opcode, VTs, 3, Ops, 2).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004333}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004334SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1, MVT VT2, MVT VT3,
Dan Gohman475871a2008-07-27 21:46:04 +00004335 SDValue Op1, SDValue Op2,
4336 SDValue Op3) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004337 const MVT *VTs = getNodeValueTypes(VT1, VT2, VT3);
Dan Gohman475871a2008-07-27 21:46:04 +00004338 SDValue Ops[] = { Op1, Op2, Op3 };
Gabor Greifba36cb52008-08-28 21:40:38 +00004339 return getNode(~Opcode, VTs, 3, Ops, 3).getNode();
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00004340}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004341SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1, MVT VT2, MVT VT3,
Dan Gohman475871a2008-07-27 21:46:04 +00004342 const SDValue *Ops, unsigned NumOps) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004343 const MVT *VTs = getNodeValueTypes(VT1, VT2, VT3);
Gabor Greifba36cb52008-08-28 21:40:38 +00004344 return getNode(~Opcode, VTs, 3, Ops, NumOps).getNode();
Evan Cheng6ae46c42006-02-09 07:15:23 +00004345}
Duncan Sands83ec4b62008-06-06 12:08:01 +00004346SDNode *SelectionDAG::getTargetNode(unsigned Opcode, MVT VT1,
4347 MVT VT2, MVT VT3, MVT VT4,
Dan Gohman475871a2008-07-27 21:46:04 +00004348 const SDValue *Ops, unsigned NumOps) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004349 std::vector<MVT> VTList;
Evan Cheng05e69c12007-09-12 23:39:49 +00004350 VTList.push_back(VT1);
4351 VTList.push_back(VT2);
4352 VTList.push_back(VT3);
4353 VTList.push_back(VT4);
Duncan Sands83ec4b62008-06-06 12:08:01 +00004354 const MVT *VTs = getNodeValueTypes(VTList);
Gabor Greifba36cb52008-08-28 21:40:38 +00004355 return getNode(~Opcode, VTs, 4, Ops, NumOps).getNode();
Evan Cheng05e69c12007-09-12 23:39:49 +00004356}
Evan Cheng39305cf2007-10-05 01:10:49 +00004357SDNode *SelectionDAG::getTargetNode(unsigned Opcode,
Dan Gohmanf877b732008-07-09 00:00:42 +00004358 const std::vector<MVT> &ResultTys,
Dan Gohman475871a2008-07-27 21:46:04 +00004359 const SDValue *Ops, unsigned NumOps) {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004360 const MVT *VTs = getNodeValueTypes(ResultTys);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004361 return getNode(~Opcode, VTs, ResultTys.size(),
Gabor Greifba36cb52008-08-28 21:40:38 +00004362 Ops, NumOps).getNode();
Evan Cheng39305cf2007-10-05 01:10:49 +00004363}
Evan Cheng6ae46c42006-02-09 07:15:23 +00004364
Evan Cheng08b11732008-03-22 01:55:50 +00004365/// getNodeIfExists - Get the specified node if it's already available, or
4366/// else return NULL.
4367SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList,
Dan Gohman475871a2008-07-27 21:46:04 +00004368 const SDValue *Ops, unsigned NumOps) {
Evan Cheng08b11732008-03-22 01:55:50 +00004369 if (VTList.VTs[VTList.NumVTs-1] != MVT::Flag) {
4370 FoldingSetNodeID ID;
4371 AddNodeIDNode(ID, Opcode, VTList, Ops, NumOps);
4372 void *IP = 0;
4373 if (SDNode *E = CSEMap.FindNodeOrInsertPos(ID, IP))
4374 return E;
4375 }
4376 return NULL;
4377}
4378
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004379
Evan Cheng99157a02006-08-07 22:13:29 +00004380/// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
Chris Lattner8b8749f2005-08-17 19:00:20 +00004381/// This can cause recursive merging of nodes in the DAG.
4382///
Chris Lattner11d049c2008-02-03 03:35:22 +00004383/// This version assumes From has a single result value.
Chris Lattner8b52f212005-08-26 18:36:28 +00004384///
Dan Gohman475871a2008-07-27 21:46:04 +00004385void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To,
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004386 DAGUpdateListener *UpdateListener) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004387 SDNode *From = FromN.getNode();
Gabor Greif99a6cb92008-08-26 22:36:50 +00004388 assert(From->getNumValues() == 1 && FromN.getResNo() == 0 &&
Chris Lattner8b52f212005-08-26 18:36:28 +00004389 "Cannot replace with this method!");
Gabor Greifba36cb52008-08-28 21:40:38 +00004390 assert(From != To.getNode() && "Cannot replace uses of with self");
Roman Levensteindc1adac2008-04-07 10:06:32 +00004391
Chris Lattner8b8749f2005-08-17 19:00:20 +00004392 while (!From->use_empty()) {
Roman Levensteindc1adac2008-04-07 10:06:32 +00004393 SDNode::use_iterator UI = From->use_begin();
Dan Gohman89684502008-07-27 20:43:25 +00004394 SDNode *U = *UI;
Roman Levensteindc1adac2008-04-07 10:06:32 +00004395
Chris Lattner8b8749f2005-08-17 19:00:20 +00004396 // This node is about to morph, remove its old self from the CSE maps.
4397 RemoveNodeFromCSEMaps(U);
Roman Levensteindc1adac2008-04-07 10:06:32 +00004398 int operandNum = 0;
4399 for (SDNode::op_iterator I = U->op_begin(), E = U->op_end();
4400 I != E; ++I, ++operandNum)
Roman Levenstein9cac5252008-04-16 16:15:27 +00004401 if (I->getVal() == From) {
Roman Levensteindc1adac2008-04-07 10:06:32 +00004402 From->removeUser(operandNum, U);
Chris Lattner11d049c2008-02-03 03:35:22 +00004403 *I = To;
Roman Levensteindc1adac2008-04-07 10:06:32 +00004404 I->setUser(U);
Gabor Greifba36cb52008-08-28 21:40:38 +00004405 To.getNode()->addUser(operandNum, U);
Roman Levensteindc1adac2008-04-07 10:06:32 +00004406 }
Chris Lattner8b52f212005-08-26 18:36:28 +00004407
4408 // Now that we have modified U, add it back to the CSE maps. If it already
4409 // exists there, recursively merge the results together.
Chris Lattner1e111c72005-09-07 05:37:01 +00004410 if (SDNode *Existing = AddNonLeafNodeToCSEMaps(U)) {
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004411 ReplaceAllUsesWith(U, Existing, UpdateListener);
4412 // U is now dead. Inform the listener if it exists and delete it.
4413 if (UpdateListener)
Duncan Sandsedfcf592008-06-11 11:42:12 +00004414 UpdateListener->NodeDeleted(U, Existing);
Chris Lattner1e111c72005-09-07 05:37:01 +00004415 DeleteNodeNotInCSEMaps(U);
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004416 } else {
4417 // If the node doesn't already exist, we updated it. Inform a listener if
4418 // it exists.
4419 if (UpdateListener)
4420 UpdateListener->NodeUpdated(U);
Chris Lattner1e111c72005-09-07 05:37:01 +00004421 }
Chris Lattner8b52f212005-08-26 18:36:28 +00004422 }
4423}
4424
4425/// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
4426/// This can cause recursive merging of nodes in the DAG.
4427///
4428/// This version assumes From/To have matching types and numbers of result
4429/// values.
4430///
Chris Lattner1e111c72005-09-07 05:37:01 +00004431void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To,
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004432 DAGUpdateListener *UpdateListener) {
Dan Gohmane8be6c62008-07-17 19:10:17 +00004433 assert(From->getVTList().VTs == To->getVTList().VTs &&
4434 From->getNumValues() == To->getNumValues() &&
Chris Lattner8b52f212005-08-26 18:36:28 +00004435 "Cannot use this version of ReplaceAllUsesWith!");
Dan Gohmane8be6c62008-07-17 19:10:17 +00004436
4437 // Handle the trivial case.
4438 if (From == To)
4439 return;
4440
Chris Lattner8b52f212005-08-26 18:36:28 +00004441 while (!From->use_empty()) {
Roman Levensteindc1adac2008-04-07 10:06:32 +00004442 SDNode::use_iterator UI = From->use_begin();
Dan Gohman89684502008-07-27 20:43:25 +00004443 SDNode *U = *UI;
Roman Levensteindc1adac2008-04-07 10:06:32 +00004444
Chris Lattner8b52f212005-08-26 18:36:28 +00004445 // This node is about to morph, remove its old self from the CSE maps.
4446 RemoveNodeFromCSEMaps(U);
Roman Levensteindc1adac2008-04-07 10:06:32 +00004447 int operandNum = 0;
4448 for (SDNode::op_iterator I = U->op_begin(), E = U->op_end();
4449 I != E; ++I, ++operandNum)
Roman Levenstein9cac5252008-04-16 16:15:27 +00004450 if (I->getVal() == From) {
Roman Levensteindc1adac2008-04-07 10:06:32 +00004451 From->removeUser(operandNum, U);
Gabor Greifba36cb52008-08-28 21:40:38 +00004452 I->getSDValue().setNode(To);
Roman Levensteindc1adac2008-04-07 10:06:32 +00004453 To->addUser(operandNum, U);
Chris Lattner8b8749f2005-08-17 19:00:20 +00004454 }
Roman Levensteindc1adac2008-04-07 10:06:32 +00004455
Chris Lattner8b8749f2005-08-17 19:00:20 +00004456 // Now that we have modified U, add it back to the CSE maps. If it already
4457 // exists there, recursively merge the results together.
Chris Lattner1e111c72005-09-07 05:37:01 +00004458 if (SDNode *Existing = AddNonLeafNodeToCSEMaps(U)) {
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004459 ReplaceAllUsesWith(U, Existing, UpdateListener);
4460 // U is now dead. Inform the listener if it exists and delete it.
4461 if (UpdateListener)
Duncan Sandsedfcf592008-06-11 11:42:12 +00004462 UpdateListener->NodeDeleted(U, Existing);
Chris Lattner1e111c72005-09-07 05:37:01 +00004463 DeleteNodeNotInCSEMaps(U);
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004464 } else {
4465 // If the node doesn't already exist, we updated it. Inform a listener if
4466 // it exists.
4467 if (UpdateListener)
4468 UpdateListener->NodeUpdated(U);
Chris Lattner1e111c72005-09-07 05:37:01 +00004469 }
Chris Lattner8b8749f2005-08-17 19:00:20 +00004470 }
4471}
4472
Chris Lattner8b52f212005-08-26 18:36:28 +00004473/// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
4474/// This can cause recursive merging of nodes in the DAG.
4475///
4476/// This version can replace From with any result values. To must match the
4477/// number and types of values returned by From.
Chris Lattner7b2880c2005-08-24 22:44:39 +00004478void SelectionDAG::ReplaceAllUsesWith(SDNode *From,
Dan Gohman475871a2008-07-27 21:46:04 +00004479 const SDValue *To,
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004480 DAGUpdateListener *UpdateListener) {
Chris Lattner11d049c2008-02-03 03:35:22 +00004481 if (From->getNumValues() == 1) // Handle the simple case efficiently.
Dan Gohman475871a2008-07-27 21:46:04 +00004482 return ReplaceAllUsesWith(SDValue(From, 0), To[0], UpdateListener);
Chris Lattner7b2880c2005-08-24 22:44:39 +00004483
4484 while (!From->use_empty()) {
Roman Levensteindc1adac2008-04-07 10:06:32 +00004485 SDNode::use_iterator UI = From->use_begin();
Dan Gohman89684502008-07-27 20:43:25 +00004486 SDNode *U = *UI;
Roman Levensteindc1adac2008-04-07 10:06:32 +00004487
Chris Lattner7b2880c2005-08-24 22:44:39 +00004488 // This node is about to morph, remove its old self from the CSE maps.
4489 RemoveNodeFromCSEMaps(U);
Roman Levensteindc1adac2008-04-07 10:06:32 +00004490 int operandNum = 0;
4491 for (SDNode::op_iterator I = U->op_begin(), E = U->op_end();
4492 I != E; ++I, ++operandNum)
Roman Levenstein9cac5252008-04-16 16:15:27 +00004493 if (I->getVal() == From) {
Gabor Greif99a6cb92008-08-26 22:36:50 +00004494 const SDValue &ToOp = To[I->getSDValue().getResNo()];
Roman Levensteindc1adac2008-04-07 10:06:32 +00004495 From->removeUser(operandNum, U);
Chris Lattner65113b22005-11-08 22:07:03 +00004496 *I = ToOp;
Roman Levensteindc1adac2008-04-07 10:06:32 +00004497 I->setUser(U);
Gabor Greifba36cb52008-08-28 21:40:38 +00004498 ToOp.getNode()->addUser(operandNum, U);
Chris Lattner7b2880c2005-08-24 22:44:39 +00004499 }
Roman Levensteindc1adac2008-04-07 10:06:32 +00004500
Chris Lattner7b2880c2005-08-24 22:44:39 +00004501 // Now that we have modified U, add it back to the CSE maps. If it already
4502 // exists there, recursively merge the results together.
Chris Lattner1e111c72005-09-07 05:37:01 +00004503 if (SDNode *Existing = AddNonLeafNodeToCSEMaps(U)) {
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004504 ReplaceAllUsesWith(U, Existing, UpdateListener);
4505 // U is now dead. Inform the listener if it exists and delete it.
4506 if (UpdateListener)
Duncan Sandsedfcf592008-06-11 11:42:12 +00004507 UpdateListener->NodeDeleted(U, Existing);
Chris Lattner1e111c72005-09-07 05:37:01 +00004508 DeleteNodeNotInCSEMaps(U);
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004509 } else {
4510 // If the node doesn't already exist, we updated it. Inform a listener if
4511 // it exists.
4512 if (UpdateListener)
4513 UpdateListener->NodeUpdated(U);
Chris Lattner1e111c72005-09-07 05:37:01 +00004514 }
Chris Lattner7b2880c2005-08-24 22:44:39 +00004515 }
4516}
4517
Chris Lattner012f2412006-02-17 21:58:01 +00004518/// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
Gabor Greifba36cb52008-08-28 21:40:38 +00004519/// uses of other values produced by From.getVal() alone. The Deleted vector is
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004520/// handled the same way as for ReplaceAllUsesWith.
Dan Gohman475871a2008-07-27 21:46:04 +00004521void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To,
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004522 DAGUpdateListener *UpdateListener){
Dan Gohmane8be6c62008-07-17 19:10:17 +00004523 // Handle the really simple, really trivial case efficiently.
4524 if (From == To) return;
4525
Chris Lattner012f2412006-02-17 21:58:01 +00004526 // Handle the simple, trivial, case efficiently.
Gabor Greifba36cb52008-08-28 21:40:38 +00004527 if (From.getNode()->getNumValues() == 1) {
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004528 ReplaceAllUsesWith(From, To, UpdateListener);
Chris Lattner012f2412006-02-17 21:58:01 +00004529 return;
4530 }
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004531
Gabor Greifba36cb52008-08-28 21:40:38 +00004532 // Get all of the users of From.getNode(). We want these in a nice,
Chris Lattnercf5640b2007-02-04 00:14:31 +00004533 // deterministically ordered and uniqued set, so we use a SmallSetVector.
Gabor Greifba36cb52008-08-28 21:40:38 +00004534 SmallSetVector<SDNode*, 16> Users(From.getNode()->use_begin(), From.getNode()->use_end());
Chris Lattner012f2412006-02-17 21:58:01 +00004535
4536 while (!Users.empty()) {
4537 // We know that this user uses some value of From. If it is the right
4538 // value, update it.
4539 SDNode *User = Users.back();
4540 Users.pop_back();
4541
Chris Lattner01d029b2007-10-15 06:10:22 +00004542 // Scan for an operand that matches From.
Roman Levensteindc1adac2008-04-07 10:06:32 +00004543 SDNode::op_iterator Op = User->op_begin(), E = User->op_end();
Chris Lattner01d029b2007-10-15 06:10:22 +00004544 for (; Op != E; ++Op)
4545 if (*Op == From) break;
4546
4547 // If there are no matches, the user must use some other result of From.
4548 if (Op == E) continue;
4549
4550 // Okay, we know this user needs to be updated. Remove its old self
4551 // from the CSE maps.
4552 RemoveNodeFromCSEMaps(User);
4553
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004554 // Update all operands that match "From" in case there are multiple uses.
Chris Lattner01d029b2007-10-15 06:10:22 +00004555 for (; Op != E; ++Op) {
Chris Lattner012f2412006-02-17 21:58:01 +00004556 if (*Op == From) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004557 From.getNode()->removeUser(Op-User->op_begin(), User);
Gabor Greif78256a12008-04-11 09:34:57 +00004558 *Op = To;
Roman Levensteindc1adac2008-04-07 10:06:32 +00004559 Op->setUser(User);
Gabor Greifba36cb52008-08-28 21:40:38 +00004560 To.getNode()->addUser(Op-User->op_begin(), User);
Chris Lattner012f2412006-02-17 21:58:01 +00004561 }
4562 }
Chris Lattner01d029b2007-10-15 06:10:22 +00004563
4564 // Now that we have modified User, add it back to the CSE maps. If it
4565 // already exists there, recursively merge the results together.
4566 SDNode *Existing = AddNonLeafNodeToCSEMaps(User);
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004567 if (!Existing) {
4568 if (UpdateListener) UpdateListener->NodeUpdated(User);
4569 continue; // Continue on to next user.
4570 }
Chris Lattner01d029b2007-10-15 06:10:22 +00004571
4572 // If there was already an existing matching node, use ReplaceAllUsesWith
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004573 // to replace the dead one with the existing one. This can cause
Dan Gohmane8be6c62008-07-17 19:10:17 +00004574 // recursive merging of other unrelated nodes down the line.
4575 ReplaceAllUsesWith(User, Existing, UpdateListener);
4576
4577 // User is now dead. Notify a listener if present.
4578 if (UpdateListener) UpdateListener->NodeDeleted(User, Existing);
4579 DeleteNodeNotInCSEMaps(User);
4580 }
4581}
4582
4583/// ReplaceAllUsesOfValuesWith - Replace any uses of From with To, leaving
Gabor Greifba36cb52008-08-28 21:40:38 +00004584/// uses of other values produced by From.getVal() alone. The same value may
Dan Gohmane8be6c62008-07-17 19:10:17 +00004585/// appear in both the From and To list. The Deleted vector is
4586/// handled the same way as for ReplaceAllUsesWith.
Dan Gohman475871a2008-07-27 21:46:04 +00004587void SelectionDAG::ReplaceAllUsesOfValuesWith(const SDValue *From,
4588 const SDValue *To,
Dan Gohmane8be6c62008-07-17 19:10:17 +00004589 unsigned Num,
4590 DAGUpdateListener *UpdateListener){
4591 // Handle the simple, trivial case efficiently.
4592 if (Num == 1)
4593 return ReplaceAllUsesOfValueWith(*From, *To, UpdateListener);
4594
4595 SmallVector<std::pair<SDNode *, unsigned>, 16> Users;
4596 for (unsigned i = 0; i != Num; ++i)
Gabor Greifba36cb52008-08-28 21:40:38 +00004597 for (SDNode::use_iterator UI = From[i].getNode()->use_begin(),
4598 E = From[i].getNode()->use_end(); UI != E; ++UI)
Dan Gohman89684502008-07-27 20:43:25 +00004599 Users.push_back(std::make_pair(*UI, i));
Dan Gohmane8be6c62008-07-17 19:10:17 +00004600
4601 while (!Users.empty()) {
4602 // We know that this user uses some value of From. If it is the right
4603 // value, update it.
4604 SDNode *User = Users.back().first;
4605 unsigned i = Users.back().second;
4606 Users.pop_back();
4607
4608 // Scan for an operand that matches From.
4609 SDNode::op_iterator Op = User->op_begin(), E = User->op_end();
4610 for (; Op != E; ++Op)
4611 if (*Op == From[i]) break;
4612
4613 // If there are no matches, the user must use some other result of From.
4614 if (Op == E) continue;
4615
4616 // Okay, we know this user needs to be updated. Remove its old self
4617 // from the CSE maps.
4618 RemoveNodeFromCSEMaps(User);
4619
4620 // Update all operands that match "From" in case there are multiple uses.
4621 for (; Op != E; ++Op) {
4622 if (*Op == From[i]) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004623 From[i].getNode()->removeUser(Op-User->op_begin(), User);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004624 *Op = To[i];
4625 Op->setUser(User);
Gabor Greifba36cb52008-08-28 21:40:38 +00004626 To[i].getNode()->addUser(Op-User->op_begin(), User);
Dan Gohmane8be6c62008-07-17 19:10:17 +00004627 }
4628 }
4629
4630 // Now that we have modified User, add it back to the CSE maps. If it
4631 // already exists there, recursively merge the results together.
4632 SDNode *Existing = AddNonLeafNodeToCSEMaps(User);
4633 if (!Existing) {
4634 if (UpdateListener) UpdateListener->NodeUpdated(User);
4635 continue; // Continue on to next user.
4636 }
4637
4638 // If there was already an existing matching node, use ReplaceAllUsesWith
4639 // to replace the dead one with the existing one. This can cause
4640 // recursive merging of other unrelated nodes down the line.
4641 ReplaceAllUsesWith(User, Existing, UpdateListener);
Chris Lattner01d029b2007-10-15 06:10:22 +00004642
Chris Lattnerf8dc0612008-02-03 06:49:24 +00004643 // User is now dead. Notify a listener if present.
Duncan Sandsedfcf592008-06-11 11:42:12 +00004644 if (UpdateListener) UpdateListener->NodeDeleted(User, Existing);
Chris Lattner01d029b2007-10-15 06:10:22 +00004645 DeleteNodeNotInCSEMaps(User);
Chris Lattner012f2412006-02-17 21:58:01 +00004646 }
4647}
4648
Evan Chenge6f35d82006-08-01 08:20:41 +00004649/// AssignTopologicalOrder - Assign a unique node id for each node in the DAG
Evan Chengc384d6c2006-08-02 22:00:34 +00004650/// based on their topological order. It returns the maximum id and a vector
4651/// of the SDNodes* in assigned order by reference.
Dan Gohmanf06c8352008-09-30 18:30:35 +00004652unsigned SelectionDAG::AssignTopologicalOrder() {
Evan Chengc384d6c2006-08-02 22:00:34 +00004653
Dan Gohmanf06c8352008-09-30 18:30:35 +00004654 unsigned DAGSize = 0;
Evan Chenge6f35d82006-08-01 08:20:41 +00004655
Dan Gohmanf06c8352008-09-30 18:30:35 +00004656 // SortedPos tracks the progress of the algorithm. Nodes before it are
4657 // sorted, nodes after it are unsorted. When the algorithm completes
4658 // it is at the end of the list.
4659 allnodes_iterator SortedPos = allnodes_begin();
4660
Dan Gohman3ebd0ee2008-11-21 19:10:41 +00004661 // Visit all the nodes. Move nodes with no operands to the front of
4662 // the list immediately. Annotate nodes that do have operands with their
Dan Gohmanf06c8352008-09-30 18:30:35 +00004663 // operand count. Before we do this, the Node Id fields of the nodes
4664 // may contain arbitrary values. After, the Node Id fields for nodes
4665 // before SortedPos will contain the topological sort index, and the
4666 // Node Id fields for nodes At SortedPos and after will contain the
4667 // count of outstanding operands.
4668 for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ) {
4669 SDNode *N = I++;
4670 unsigned Degree = N->getNumOperands();
4671 if (Degree == 0) {
4672 // A node with no uses, add it to the result array immediately.
4673 N->setNodeId(DAGSize++);
4674 allnodes_iterator Q = N;
4675 if (Q != SortedPos)
4676 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(Q));
4677 ++SortedPos;
4678 } else {
4679 // Temporarily use the Node Id as scratch space for the degree count.
4680 N->setNodeId(Degree);
Evan Chenge6f35d82006-08-01 08:20:41 +00004681 }
4682 }
4683
Dan Gohmanf06c8352008-09-30 18:30:35 +00004684 // Visit all the nodes. As we iterate, moves nodes into sorted order,
4685 // such that by the time the end is reached all nodes will be sorted.
4686 for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ++I) {
4687 SDNode *N = I;
4688 for (SDNode::use_iterator UI = N->use_begin(), UE = N->use_end();
4689 UI != UE; ++UI) {
4690 SDNode *P = *UI;
4691 unsigned Degree = P->getNodeId();
4692 --Degree;
4693 if (Degree == 0) {
4694 // All of P's operands are sorted, so P may sorted now.
4695 P->setNodeId(DAGSize++);
4696 if (P != SortedPos)
4697 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(P));
4698 ++SortedPos;
4699 } else {
4700 // Update P's outstanding operand count.
4701 P->setNodeId(Degree);
4702 }
4703 }
4704 }
4705
4706 assert(SortedPos == AllNodes.end() &&
4707 "Topological sort incomplete!");
4708 assert(AllNodes.front().getOpcode() == ISD::EntryToken &&
4709 "First node in topological sort is not the entry token!");
4710 assert(AllNodes.front().getNodeId() == 0 &&
4711 "First node in topological sort has non-zero id!");
4712 assert(AllNodes.front().getNumOperands() == 0 &&
4713 "First node in topological sort has operands!");
4714 assert(AllNodes.back().getNodeId() == (int)DAGSize-1 &&
4715 "Last node in topologic sort has unexpected id!");
4716 assert(AllNodes.back().use_empty() &&
4717 "Last node in topologic sort has users!");
Dan Gohman3ebd0ee2008-11-21 19:10:41 +00004718 assert(DAGSize == allnodes_size() && "Node count mismatch!");
Dan Gohmanf06c8352008-09-30 18:30:35 +00004719 return DAGSize;
Evan Chenge6f35d82006-08-01 08:20:41 +00004720}
4721
4722
Evan Cheng091cba12006-07-27 06:39:06 +00004723
Jim Laskey58b968b2005-08-17 20:08:02 +00004724//===----------------------------------------------------------------------===//
4725// SDNode Class
4726//===----------------------------------------------------------------------===//
Chris Lattner149c58c2005-08-16 18:17:10 +00004727
Chris Lattner917d2c92006-07-19 00:00:37 +00004728// Out-of-line virtual method to give class a home.
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004729void SDNode::ANCHOR() {}
Chris Lattner3f97eb42007-02-04 08:35:21 +00004730void UnarySDNode::ANCHOR() {}
4731void BinarySDNode::ANCHOR() {}
4732void TernarySDNode::ANCHOR() {}
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004733void HandleSDNode::ANCHOR() {}
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004734void ConstantSDNode::ANCHOR() {}
4735void ConstantFPSDNode::ANCHOR() {}
4736void GlobalAddressSDNode::ANCHOR() {}
4737void FrameIndexSDNode::ANCHOR() {}
4738void JumpTableSDNode::ANCHOR() {}
4739void ConstantPoolSDNode::ANCHOR() {}
4740void BasicBlockSDNode::ANCHOR() {}
4741void SrcValueSDNode::ANCHOR() {}
Dan Gohman69de1932008-02-06 22:27:42 +00004742void MemOperandSDNode::ANCHOR() {}
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004743void RegisterSDNode::ANCHOR() {}
Dan Gohman7f460202008-06-30 20:59:49 +00004744void DbgStopPointSDNode::ANCHOR() {}
Dan Gohman44066042008-07-01 00:05:16 +00004745void LabelSDNode::ANCHOR() {}
Bill Wendling056292f2008-09-16 21:48:12 +00004746void ExternalSymbolSDNode::ANCHOR() {}
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004747void CondCodeSDNode::ANCHOR() {}
Duncan Sands276dcbd2008-03-21 09:14:45 +00004748void ARG_FLAGSSDNode::ANCHOR() {}
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004749void VTSDNode::ANCHOR() {}
Mon P Wang28873102008-06-25 08:15:39 +00004750void MemSDNode::ANCHOR() {}
Chris Lattnerc76e3c82007-02-04 02:23:32 +00004751void LoadSDNode::ANCHOR() {}
4752void StoreSDNode::ANCHOR() {}
Andrew Lenharthab0b9492008-02-21 06:45:13 +00004753void AtomicSDNode::ANCHOR() {}
Mon P Wangc4d10212008-10-17 18:22:58 +00004754void MemIntrinsicSDNode::ANCHOR() {}
Dan Gohman095cc292008-09-13 01:54:27 +00004755void CallSDNode::ANCHOR() {}
Mon P Wang77cdf302008-11-10 20:54:11 +00004756void CvtRndSatSDNode::ANCHOR() {}
Chris Lattner917d2c92006-07-19 00:00:37 +00004757
Chris Lattner48b85922007-02-04 02:41:42 +00004758HandleSDNode::~HandleSDNode() {
Dan Gohman0fe9c6e2008-07-07 20:57:48 +00004759 DropOperands();
Chris Lattner48b85922007-02-04 02:41:42 +00004760}
4761
Lauro Ramos Venancio2c5c1112007-04-21 20:56:26 +00004762GlobalAddressSDNode::GlobalAddressSDNode(bool isTarget, const GlobalValue *GA,
Dan Gohman6520e202008-10-18 02:06:02 +00004763 MVT VT, int64_t o)
Lauro Ramos Venancio2c5c1112007-04-21 20:56:26 +00004764 : SDNode(isa<GlobalVariable>(GA) &&
Dan Gohman275769a2007-07-23 20:24:29 +00004765 cast<GlobalVariable>(GA)->isThreadLocal() ?
Lauro Ramos Venancio2c5c1112007-04-21 20:56:26 +00004766 // Thread Local
4767 (isTarget ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress) :
4768 // Non Thread Local
4769 (isTarget ? ISD::TargetGlobalAddress : ISD::GlobalAddress),
4770 getSDVTList(VT)), Offset(o) {
4771 TheGlobal = const_cast<GlobalValue*>(GA);
4772}
Chris Lattner48b85922007-02-04 02:41:42 +00004773
Dan Gohman1ea58a52008-07-09 22:08:04 +00004774MemSDNode::MemSDNode(unsigned Opc, SDVTList VTs, MVT memvt,
Dan Gohman492f2762008-07-09 21:23:02 +00004775 const Value *srcValue, int SVO,
4776 unsigned alignment, bool vol)
Dan Gohman1ea58a52008-07-09 22:08:04 +00004777 : SDNode(Opc, VTs), MemoryVT(memvt), SrcValue(srcValue), SVOffset(SVO),
Dan Gohmanb8d2f552008-08-20 15:58:01 +00004778 Flags(encodeMemSDNodeFlags(vol, alignment)) {
Dan Gohman492f2762008-07-09 21:23:02 +00004779
4780 assert(isPowerOf2_32(alignment) && "Alignment is not a power of 2!");
4781 assert(getAlignment() == alignment && "Alignment representation error!");
4782 assert(isVolatile() == vol && "Volatile representation error!");
4783}
4784
Mon P Wangc4d10212008-10-17 18:22:58 +00004785MemSDNode::MemSDNode(unsigned Opc, SDVTList VTs, const SDValue *Ops,
4786 unsigned NumOps, MVT memvt, const Value *srcValue,
4787 int SVO, unsigned alignment, bool vol)
4788 : SDNode(Opc, VTs, Ops, NumOps),
4789 MemoryVT(memvt), SrcValue(srcValue), SVOffset(SVO),
4790 Flags(vol | ((Log2_32(alignment) + 1) << 1)) {
4791 assert(isPowerOf2_32(alignment) && "Alignment is not a power of 2!");
4792 assert(getAlignment() == alignment && "Alignment representation error!");
4793 assert(isVolatile() == vol && "Volatile representation error!");
4794}
4795
Dan Gohman36b5c132008-04-07 19:35:22 +00004796/// getMemOperand - Return a MachineMemOperand object describing the memory
Dan Gohman1ea58a52008-07-09 22:08:04 +00004797/// reference performed by this memory reference.
4798MachineMemOperand MemSDNode::getMemOperand() const {
Dale Johannesenfea90882008-10-24 01:06:58 +00004799 int Flags = 0;
Dan Gohman1ea58a52008-07-09 22:08:04 +00004800 if (isa<LoadSDNode>(this))
4801 Flags = MachineMemOperand::MOLoad;
4802 else if (isa<StoreSDNode>(this))
4803 Flags = MachineMemOperand::MOStore;
Mon P Wangc4d10212008-10-17 18:22:58 +00004804 else if (isa<AtomicSDNode>(this)) {
Dan Gohman1ea58a52008-07-09 22:08:04 +00004805 Flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore;
4806 }
Mon P Wangc4d10212008-10-17 18:22:58 +00004807 else {
4808 const MemIntrinsicSDNode* MemIntrinNode = dyn_cast<MemIntrinsicSDNode>(this);
4809 assert(MemIntrinNode && "Unknown MemSDNode opcode!");
4810 if (MemIntrinNode->readMem()) Flags |= MachineMemOperand::MOLoad;
4811 if (MemIntrinNode->writeMem()) Flags |= MachineMemOperand::MOStore;
4812 }
Dan Gohman1ea58a52008-07-09 22:08:04 +00004813
4814 int Size = (getMemoryVT().getSizeInBits() + 7) >> 3;
Mon P Wang28873102008-06-25 08:15:39 +00004815 if (isVolatile()) Flags |= MachineMemOperand::MOVolatile;
4816
Dan Gohman1ea58a52008-07-09 22:08:04 +00004817 // Check if the memory reference references a frame index
Mon P Wang28873102008-06-25 08:15:39 +00004818 const FrameIndexSDNode *FI =
Gabor Greifba36cb52008-08-28 21:40:38 +00004819 dyn_cast<const FrameIndexSDNode>(getBasePtr().getNode());
Mon P Wang28873102008-06-25 08:15:39 +00004820 if (!getSrcValue() && FI)
Dan Gohmana54cf172008-07-11 22:44:52 +00004821 return MachineMemOperand(PseudoSourceValue::getFixedStack(FI->getIndex()),
4822 Flags, 0, Size, getAlignment());
Mon P Wang28873102008-06-25 08:15:39 +00004823 else
4824 return MachineMemOperand(getSrcValue(), Flags, getSrcValueOffset(),
4825 Size, getAlignment());
4826}
4827
Jim Laskey583bd472006-10-27 23:46:08 +00004828/// Profile - Gather unique data for the node.
4829///
Dan Gohmanb8d2f552008-08-20 15:58:01 +00004830void SDNode::Profile(FoldingSetNodeID &ID) const {
Jim Laskey583bd472006-10-27 23:46:08 +00004831 AddNodeIDNode(ID, this);
4832}
4833
Chris Lattnera3255112005-11-08 23:30:28 +00004834/// getValueTypeList - Return a pointer to the specified value type.
4835///
Duncan Sands83ec4b62008-06-06 12:08:01 +00004836const MVT *SDNode::getValueTypeList(MVT VT) {
4837 if (VT.isExtended()) {
Duncan Sands8e4eb092008-06-08 20:54:56 +00004838 static std::set<MVT, MVT::compareRawBits> EVTs;
Dan Gohman547ca532008-02-08 03:26:46 +00004839 return &(*EVTs.insert(VT).first);
Duncan Sandsaf47b112007-10-16 09:56:48 +00004840 } else {
Duncan Sands83ec4b62008-06-06 12:08:01 +00004841 static MVT VTs[MVT::LAST_VALUETYPE];
4842 VTs[VT.getSimpleVT()] = VT;
4843 return &VTs[VT.getSimpleVT()];
Duncan Sandsaf47b112007-10-16 09:56:48 +00004844 }
Chris Lattnera3255112005-11-08 23:30:28 +00004845}
Duncan Sandsaf47b112007-10-16 09:56:48 +00004846
Chris Lattner5c884562005-01-12 18:37:47 +00004847/// hasNUsesOfValue - Return true if there are exactly NUSES uses of the
4848/// indicated value. This method ignores uses of other values defined by this
4849/// operation.
Evan Cheng4ee62112006-02-05 06:29:23 +00004850bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const {
Chris Lattner5c884562005-01-12 18:37:47 +00004851 assert(Value < getNumValues() && "Bad value!");
4852
Roman Levensteindc1adac2008-04-07 10:06:32 +00004853 // TODO: Only iterate over uses of a given value of the node
4854 for (SDNode::use_iterator UI = use_begin(), E = use_end(); UI != E; ++UI) {
Gabor Greif99a6cb92008-08-26 22:36:50 +00004855 if (UI.getUse().getSDValue().getResNo() == Value) {
Roman Levensteindc1adac2008-04-07 10:06:32 +00004856 if (NUses == 0)
4857 return false;
4858 --NUses;
4859 }
Chris Lattner5c884562005-01-12 18:37:47 +00004860 }
4861
4862 // Found exactly the right number of uses?
4863 return NUses == 0;
4864}
4865
4866
Evan Cheng33d55952007-08-02 05:29:38 +00004867/// hasAnyUseOfValue - Return true if there are any use of the indicated
4868/// value. This method ignores uses of other values defined by this operation.
4869bool SDNode::hasAnyUseOfValue(unsigned Value) const {
4870 assert(Value < getNumValues() && "Bad value!");
4871
Dan Gohman1373c1c2008-07-09 22:39:01 +00004872 for (SDNode::use_iterator UI = use_begin(), E = use_end(); UI != E; ++UI)
Gabor Greif99a6cb92008-08-26 22:36:50 +00004873 if (UI.getUse().getSDValue().getResNo() == Value)
Dan Gohman1373c1c2008-07-09 22:39:01 +00004874 return true;
Evan Cheng33d55952007-08-02 05:29:38 +00004875
4876 return false;
4877}
4878
4879
Dan Gohman2a629952008-07-27 18:06:42 +00004880/// isOnlyUserOf - Return true if this node is the only use of N.
Evan Chenge6e97e62006-11-03 07:31:32 +00004881///
Dan Gohman2a629952008-07-27 18:06:42 +00004882bool SDNode::isOnlyUserOf(SDNode *N) const {
Evan Cheng4ee62112006-02-05 06:29:23 +00004883 bool Seen = false;
4884 for (SDNode::use_iterator I = N->use_begin(), E = N->use_end(); I != E; ++I) {
Dan Gohman89684502008-07-27 20:43:25 +00004885 SDNode *User = *I;
Evan Cheng4ee62112006-02-05 06:29:23 +00004886 if (User == this)
4887 Seen = true;
4888 else
4889 return false;
4890 }
4891
4892 return Seen;
4893}
4894
Evan Chenge6e97e62006-11-03 07:31:32 +00004895/// isOperand - Return true if this node is an operand of N.
4896///
Dan Gohman475871a2008-07-27 21:46:04 +00004897bool SDValue::isOperandOf(SDNode *N) const {
Evan Chengbfa284f2006-03-03 06:42:32 +00004898 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i)
4899 if (*this == N->getOperand(i))
4900 return true;
4901 return false;
4902}
4903
Evan Cheng917be682008-03-04 00:41:45 +00004904bool SDNode::isOperandOf(SDNode *N) const {
Evan Cheng80d8eaa2006-03-03 06:24:54 +00004905 for (unsigned i = 0, e = N->NumOperands; i != e; ++i)
Roman Levenstein9cac5252008-04-16 16:15:27 +00004906 if (this == N->OperandList[i].getVal())
Evan Cheng80d8eaa2006-03-03 06:24:54 +00004907 return true;
4908 return false;
4909}
Evan Cheng4ee62112006-02-05 06:29:23 +00004910
Chris Lattner572dee72008-01-16 05:49:24 +00004911/// reachesChainWithoutSideEffects - Return true if this operand (which must
4912/// be a chain) reaches the specified operand without crossing any
4913/// side-effecting instructions. In practice, this looks through token
4914/// factors and non-volatile loads. In order to remain efficient, this only
4915/// looks a couple of nodes in, it does not do an exhaustive search.
Dan Gohman475871a2008-07-27 21:46:04 +00004916bool SDValue::reachesChainWithoutSideEffects(SDValue Dest,
Chris Lattner572dee72008-01-16 05:49:24 +00004917 unsigned Depth) const {
4918 if (*this == Dest) return true;
4919
4920 // Don't search too deeply, we just want to be able to see through
4921 // TokenFactor's etc.
4922 if (Depth == 0) return false;
4923
4924 // If this is a token factor, all inputs to the TF happen in parallel. If any
4925 // of the operands of the TF reach dest, then we can do the xform.
4926 if (getOpcode() == ISD::TokenFactor) {
4927 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
4928 if (getOperand(i).reachesChainWithoutSideEffects(Dest, Depth-1))
4929 return true;
4930 return false;
4931 }
4932
4933 // Loads don't have side effects, look through them.
4934 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(*this)) {
4935 if (!Ld->isVolatile())
4936 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1);
4937 }
4938 return false;
4939}
4940
4941
Evan Chengc5fc57d2006-11-03 03:05:24 +00004942static void findPredecessor(SDNode *N, const SDNode *P, bool &found,
Chris Lattnerd48c5e82007-02-04 00:24:41 +00004943 SmallPtrSet<SDNode *, 32> &Visited) {
4944 if (found || !Visited.insert(N))
Evan Chengc5fc57d2006-11-03 03:05:24 +00004945 return;
4946
4947 for (unsigned i = 0, e = N->getNumOperands(); !found && i != e; ++i) {
Gabor Greifba36cb52008-08-28 21:40:38 +00004948 SDNode *Op = N->getOperand(i).getNode();
Evan Chengc5fc57d2006-11-03 03:05:24 +00004949 if (Op == P) {
4950 found = true;
4951 return;
4952 }
4953 findPredecessor(Op, P, found, Visited);
4954 }
4955}
4956
Evan Cheng917be682008-03-04 00:41:45 +00004957/// isPredecessorOf - Return true if this node is a predecessor of N. This node
Evan Chenge6e97e62006-11-03 07:31:32 +00004958/// is either an operand of N or it can be reached by recursively traversing
4959/// up the operands.
4960/// NOTE: this is an expensive method. Use it carefully.
Evan Cheng917be682008-03-04 00:41:45 +00004961bool SDNode::isPredecessorOf(SDNode *N) const {
Chris Lattnerd48c5e82007-02-04 00:24:41 +00004962 SmallPtrSet<SDNode *, 32> Visited;
Evan Chengc5fc57d2006-11-03 03:05:24 +00004963 bool found = false;
4964 findPredecessor(N, this, found, Visited);
4965 return found;
4966}
4967
Evan Chengc5484282006-10-04 00:56:09 +00004968uint64_t SDNode::getConstantOperandVal(unsigned Num) const {
4969 assert(Num < NumOperands && "Invalid child # of SDNode!");
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00004970 return cast<ConstantSDNode>(OperandList[Num])->getZExtValue();
Evan Chengc5484282006-10-04 00:56:09 +00004971}
4972
Reid Spencer577cc322007-04-01 07:32:19 +00004973std::string SDNode::getOperationName(const SelectionDAG *G) const {
Chris Lattnerd75f19f2005-01-10 23:25:25 +00004974 switch (getOpcode()) {
Chris Lattnerf3e133a2005-08-16 18:33:07 +00004975 default:
4976 if (getOpcode() < ISD::BUILTIN_OP_END)
4977 return "<<Unknown DAG Node>>";
Dan Gohmane8be6c62008-07-17 19:10:17 +00004978 if (isMachineOpcode()) {
4979 if (G)
Chris Lattnerf3e133a2005-08-16 18:33:07 +00004980 if (const TargetInstrInfo *TII = G->getTarget().getInstrInfo())
Dan Gohmane8be6c62008-07-17 19:10:17 +00004981 if (getMachineOpcode() < TII->getNumOpcodes())
4982 return TII->get(getMachineOpcode()).getName();
4983 return "<<Unknown Machine Node>>";
4984 }
4985 if (G) {
4986 TargetLowering &TLI = G->getTargetLoweringInfo();
4987 const char *Name = TLI.getTargetNodeName(getOpcode());
4988 if (Name) return Name;
Evan Cheng72261582005-12-20 06:22:03 +00004989 return "<<Unknown Target Node>>";
Chris Lattnerf3e133a2005-08-16 18:33:07 +00004990 }
Dan Gohmane8be6c62008-07-17 19:10:17 +00004991 return "<<Unknown Node>>";
Chris Lattnerf3e133a2005-08-16 18:33:07 +00004992
Dan Gohmane8be6c62008-07-17 19:10:17 +00004993#ifndef NDEBUG
4994 case ISD::DELETED_NODE:
4995 return "<<Deleted Node!>>";
4996#endif
Evan Cheng27b7db52008-03-08 00:58:38 +00004997 case ISD::PREFETCH: return "Prefetch";
Andrew Lenharth22c5c1b2008-02-16 01:24:58 +00004998 case ISD::MEMBARRIER: return "MemBarrier";
Dan Gohman0b1d4a72008-12-23 21:37:04 +00004999 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap";
5000 case ISD::ATOMIC_SWAP: return "AtomicSwap";
5001 case ISD::ATOMIC_LOAD_ADD: return "AtomicLoadAdd";
5002 case ISD::ATOMIC_LOAD_SUB: return "AtomicLoadSub";
5003 case ISD::ATOMIC_LOAD_AND: return "AtomicLoadAnd";
5004 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr";
5005 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor";
5006 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand";
5007 case ISD::ATOMIC_LOAD_MIN: return "AtomicLoadMin";
5008 case ISD::ATOMIC_LOAD_MAX: return "AtomicLoadMax";
5009 case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin";
5010 case ISD::ATOMIC_LOAD_UMAX: return "AtomicLoadUMax";
Andrew Lenharth95762122005-03-31 21:24:06 +00005011 case ISD::PCMARKER: return "PCMarker";
Andrew Lenharth51b8d542005-11-11 16:47:30 +00005012 case ISD::READCYCLECOUNTER: return "ReadCycleCounter";
Chris Lattner2bf3c262005-05-09 04:08:27 +00005013 case ISD::SRCVALUE: return "SrcValue";
Dan Gohman69de1932008-02-06 22:27:42 +00005014 case ISD::MEMOPERAND: return "MemOperand";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005015 case ISD::EntryToken: return "EntryToken";
Chris Lattner282c5ca2005-01-13 17:59:10 +00005016 case ISD::TokenFactor: return "TokenFactor";
Nate Begeman56eb8682005-08-30 02:44:00 +00005017 case ISD::AssertSext: return "AssertSext";
5018 case ISD::AssertZext: return "AssertZext";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005019
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005020 case ISD::BasicBlock: return "BasicBlock";
Duncan Sands276dcbd2008-03-21 09:14:45 +00005021 case ISD::ARG_FLAGS: return "ArgFlags";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005022 case ISD::VALUETYPE: return "ValueType";
Chris Lattnerd5d0f9b2005-08-16 21:55:35 +00005023 case ISD::Register: return "Register";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005024
5025 case ISD::Constant: return "Constant";
5026 case ISD::ConstantFP: return "ConstantFP";
5027 case ISD::GlobalAddress: return "GlobalAddress";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00005028 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005029 case ISD::FrameIndex: return "FrameIndex";
Nate Begeman37efe672006-04-22 18:53:45 +00005030 case ISD::JumpTable: return "JumpTable";
Andrew Lenharth82c3d8f2006-10-11 04:29:42 +00005031 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE";
Bill Wendling056292f2008-09-16 21:48:12 +00005032 case ISD::RETURNADDR: return "RETURNADDR";
5033 case ISD::FRAMEADDR: return "FRAMEADDR";
Anton Korobeynikov2365f512007-07-14 14:06:15 +00005034 case ISD::FRAME_TO_ARGS_OFFSET: return "FRAME_TO_ARGS_OFFSET";
Jim Laskeyb180aa12007-02-21 22:53:45 +00005035 case ISD::EXCEPTIONADDR: return "EXCEPTIONADDR";
Bill Wendling056292f2008-09-16 21:48:12 +00005036 case ISD::EHSELECTION: return "EHSELECTION";
5037 case ISD::EH_RETURN: return "EH_RETURN";
Chris Lattner5839bf22005-08-26 17:15:30 +00005038 case ISD::ConstantPool: return "ConstantPool";
Bill Wendling056292f2008-09-16 21:48:12 +00005039 case ISD::ExternalSymbol: return "ExternalSymbol";
Chris Lattner48b61a72006-03-28 00:40:33 +00005040 case ISD::INTRINSIC_WO_CHAIN: {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005041 unsigned IID = cast<ConstantSDNode>(getOperand(0))->getZExtValue();
Chris Lattner48b61a72006-03-28 00:40:33 +00005042 return Intrinsic::getName((Intrinsic::ID)IID);
5043 }
5044 case ISD::INTRINSIC_VOID:
5045 case ISD::INTRINSIC_W_CHAIN: {
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005046 unsigned IID = cast<ConstantSDNode>(getOperand(1))->getZExtValue();
Chris Lattner70a248d2006-03-27 06:45:25 +00005047 return Intrinsic::getName((Intrinsic::ID)IID);
Chris Lattner401ec7f2006-03-27 16:10:59 +00005048 }
Evan Cheng1ab7d852006-03-01 00:51:13 +00005049
Chris Lattnerb2827b02006-03-19 00:52:58 +00005050 case ISD::BUILD_VECTOR: return "BUILD_VECTOR";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005051 case ISD::TargetConstant: return "TargetConstant";
5052 case ISD::TargetConstantFP:return "TargetConstantFP";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005053 case ISD::TargetGlobalAddress: return "TargetGlobalAddress";
Lauro Ramos Venanciob3a04172007-04-20 21:38:10 +00005054 case ISD::TargetGlobalTLSAddress: return "TargetGlobalTLSAddress";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005055 case ISD::TargetFrameIndex: return "TargetFrameIndex";
Nate Begeman37efe672006-04-22 18:53:45 +00005056 case ISD::TargetJumpTable: return "TargetJumpTable";
Chris Lattner5839bf22005-08-26 17:15:30 +00005057 case ISD::TargetConstantPool: return "TargetConstantPool";
Bill Wendling056292f2008-09-16 21:48:12 +00005058 case ISD::TargetExternalSymbol: return "TargetExternalSymbol";
Evan Cheng1ab7d852006-03-01 00:51:13 +00005059
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005060 case ISD::CopyToReg: return "CopyToReg";
5061 case ISD::CopyFromReg: return "CopyFromReg";
Nate Begemanfc1b1da2005-04-01 22:34:39 +00005062 case ISD::UNDEF: return "undef";
Dan Gohman50b15332007-07-05 20:15:43 +00005063 case ISD::MERGE_VALUES: return "merge_values";
Chris Lattnerce7518c2006-01-26 22:24:51 +00005064 case ISD::INLINEASM: return "inlineasm";
Dan Gohman44066042008-07-01 00:05:16 +00005065 case ISD::DBG_LABEL: return "dbg_label";
5066 case ISD::EH_LABEL: return "eh_label";
Evan Chenga844bde2008-02-02 04:07:54 +00005067 case ISD::DECLARE: return "declare";
Evan Cheng9fda2f92006-02-03 01:33:01 +00005068 case ISD::HANDLENODE: return "handlenode";
Chris Lattnerfdfded52006-04-12 16:20:43 +00005069 case ISD::FORMAL_ARGUMENTS: return "formal_arguments";
Chris Lattnerf4ec8172006-05-16 22:53:20 +00005070 case ISD::CALL: return "call";
Chris Lattnerce7518c2006-01-26 22:24:51 +00005071
Chris Lattnerff9fd0a2005-04-02 04:58:41 +00005072 // Unary operators
5073 case ISD::FABS: return "fabs";
5074 case ISD::FNEG: return "fneg";
Chris Lattner7f644642005-04-28 21:44:03 +00005075 case ISD::FSQRT: return "fsqrt";
5076 case ISD::FSIN: return "fsin";
5077 case ISD::FCOS: return "fcos";
Chris Lattner6ddf8ed2006-09-09 06:03:30 +00005078 case ISD::FPOWI: return "fpowi";
Dan Gohman07f04fd2007-10-11 23:06:37 +00005079 case ISD::FPOW: return "fpow";
Dan Gohman509e84f2008-08-21 17:55:02 +00005080 case ISD::FTRUNC: return "ftrunc";
5081 case ISD::FFLOOR: return "ffloor";
5082 case ISD::FCEIL: return "fceil";
5083 case ISD::FRINT: return "frint";
5084 case ISD::FNEARBYINT: return "fnearbyint";
Chris Lattnerff9fd0a2005-04-02 04:58:41 +00005085
5086 // Binary operators
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005087 case ISD::ADD: return "add";
5088 case ISD::SUB: return "sub";
5089 case ISD::MUL: return "mul";
Nate Begeman18670542005-04-05 22:36:56 +00005090 case ISD::MULHU: return "mulhu";
5091 case ISD::MULHS: return "mulhs";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005092 case ISD::SDIV: return "sdiv";
5093 case ISD::UDIV: return "udiv";
5094 case ISD::SREM: return "srem";
5095 case ISD::UREM: return "urem";
Dan Gohmanccd60792007-10-05 14:11:04 +00005096 case ISD::SMUL_LOHI: return "smul_lohi";
5097 case ISD::UMUL_LOHI: return "umul_lohi";
5098 case ISD::SDIVREM: return "sdivrem";
Dan Gohmana47916d2008-09-08 16:30:29 +00005099 case ISD::UDIVREM: return "udivrem";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005100 case ISD::AND: return "and";
5101 case ISD::OR: return "or";
5102 case ISD::XOR: return "xor";
5103 case ISD::SHL: return "shl";
5104 case ISD::SRA: return "sra";
5105 case ISD::SRL: return "srl";
Nate Begeman35ef9132006-01-11 21:21:00 +00005106 case ISD::ROTL: return "rotl";
5107 case ISD::ROTR: return "rotr";
Chris Lattner01b3d732005-09-28 22:28:18 +00005108 case ISD::FADD: return "fadd";
5109 case ISD::FSUB: return "fsub";
5110 case ISD::FMUL: return "fmul";
5111 case ISD::FDIV: return "fdiv";
5112 case ISD::FREM: return "frem";
Chris Lattnera09f8482006-03-05 05:09:38 +00005113 case ISD::FCOPYSIGN: return "fcopysign";
Chris Lattnerd268a492007-12-22 21:26:52 +00005114 case ISD::FGETSIGN: return "fgetsign";
Chris Lattner0c486bd2006-03-17 19:53:59 +00005115
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00005116 case ISD::SETCC: return "setcc";
Nate Begemanb43e9c12008-05-12 19:40:03 +00005117 case ISD::VSETCC: return "vsetcc";
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00005118 case ISD::SELECT: return "select";
Nate Begeman9373a812005-08-10 20:51:12 +00005119 case ISD::SELECT_CC: return "select_cc";
Chris Lattnerb22e35a2006-04-08 22:22:57 +00005120 case ISD::INSERT_VECTOR_ELT: return "insert_vector_elt";
Chris Lattnerb22e35a2006-04-08 22:22:57 +00005121 case ISD::EXTRACT_VECTOR_ELT: return "extract_vector_elt";
Dan Gohman7f321562007-06-25 16:23:39 +00005122 case ISD::CONCAT_VECTORS: return "concat_vectors";
5123 case ISD::EXTRACT_SUBVECTOR: return "extract_subvector";
Chris Lattnerb22e35a2006-04-08 22:22:57 +00005124 case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
Chris Lattnerb22e35a2006-04-08 22:22:57 +00005125 case ISD::VECTOR_SHUFFLE: return "vector_shuffle";
Chris Lattnerb6541762007-03-04 20:40:38 +00005126 case ISD::CARRY_FALSE: return "carry_false";
Nate Begeman551bf3f2006-02-17 05:43:56 +00005127 case ISD::ADDC: return "addc";
5128 case ISD::ADDE: return "adde";
Bill Wendling1c55a9c2008-11-21 02:12:42 +00005129 case ISD::SADDO: return "saddo";
5130 case ISD::UADDO: return "uaddo";
Bill Wendling74c37652008-12-09 22:08:41 +00005131 case ISD::SSUBO: return "ssubo";
5132 case ISD::USUBO: return "usubo";
5133 case ISD::SMULO: return "smulo";
5134 case ISD::UMULO: return "umulo";
Nate Begeman551bf3f2006-02-17 05:43:56 +00005135 case ISD::SUBC: return "subc";
5136 case ISD::SUBE: return "sube";
Chris Lattner41be9512005-04-02 03:30:42 +00005137 case ISD::SHL_PARTS: return "shl_parts";
5138 case ISD::SRA_PARTS: return "sra_parts";
5139 case ISD::SRL_PARTS: return "srl_parts";
Christopher Lamb557c3632007-07-26 07:34:40 +00005140
5141 case ISD::EXTRACT_SUBREG: return "extract_subreg";
5142 case ISD::INSERT_SUBREG: return "insert_subreg";
5143
Chris Lattner7f644642005-04-28 21:44:03 +00005144 // Conversion operators.
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005145 case ISD::SIGN_EXTEND: return "sign_extend";
5146 case ISD::ZERO_EXTEND: return "zero_extend";
Chris Lattner4ed11b42005-09-02 00:17:32 +00005147 case ISD::ANY_EXTEND: return "any_extend";
Chris Lattner859157d2005-01-15 06:17:04 +00005148 case ISD::SIGN_EXTEND_INREG: return "sign_extend_inreg";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005149 case ISD::TRUNCATE: return "truncate";
5150 case ISD::FP_ROUND: return "fp_round";
Dan Gohman1a024862008-01-31 00:41:03 +00005151 case ISD::FLT_ROUNDS_: return "flt_rounds";
Chris Lattner859157d2005-01-15 06:17:04 +00005152 case ISD::FP_ROUND_INREG: return "fp_round_inreg";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005153 case ISD::FP_EXTEND: return "fp_extend";
5154
5155 case ISD::SINT_TO_FP: return "sint_to_fp";
5156 case ISD::UINT_TO_FP: return "uint_to_fp";
5157 case ISD::FP_TO_SINT: return "fp_to_sint";
5158 case ISD::FP_TO_UINT: return "fp_to_uint";
Chris Lattner35481892005-12-23 00:16:34 +00005159 case ISD::BIT_CONVERT: return "bit_convert";
Mon P Wang77cdf302008-11-10 20:54:11 +00005160
5161 case ISD::CONVERT_RNDSAT: {
5162 switch (cast<CvtRndSatSDNode>(this)->getCvtCode()) {
5163 default: assert(0 && "Unknown cvt code!");
5164 case ISD::CVT_FF: return "cvt_ff";
5165 case ISD::CVT_FS: return "cvt_fs";
5166 case ISD::CVT_FU: return "cvt_fu";
5167 case ISD::CVT_SF: return "cvt_sf";
5168 case ISD::CVT_UF: return "cvt_uf";
5169 case ISD::CVT_SS: return "cvt_ss";
5170 case ISD::CVT_SU: return "cvt_su";
5171 case ISD::CVT_US: return "cvt_us";
5172 case ISD::CVT_UU: return "cvt_uu";
5173 }
5174 }
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005175
5176 // Control flow instructions
5177 case ISD::BR: return "br";
Nate Begeman37efe672006-04-22 18:53:45 +00005178 case ISD::BRIND: return "brind";
Evan Chengc41cd9c2006-10-30 07:59:36 +00005179 case ISD::BR_JT: return "br_jt";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005180 case ISD::BRCOND: return "brcond";
Nate Begeman81e80972006-03-17 01:40:33 +00005181 case ISD::BR_CC: return "br_cc";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005182 case ISD::RET: return "ret";
Chris Lattnera364fa12005-05-12 23:51:40 +00005183 case ISD::CALLSEQ_START: return "callseq_start";
5184 case ISD::CALLSEQ_END: return "callseq_end";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005185
5186 // Other operators
Nate Begemanacc398c2006-01-25 18:21:52 +00005187 case ISD::LOAD: return "load";
5188 case ISD::STORE: return "store";
Nate Begemanacc398c2006-01-25 18:21:52 +00005189 case ISD::VAARG: return "vaarg";
5190 case ISD::VACOPY: return "vacopy";
5191 case ISD::VAEND: return "vaend";
5192 case ISD::VASTART: return "vastart";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005193 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
Chris Lattner5a67afc2006-01-13 02:39:42 +00005194 case ISD::EXTRACT_ELEMENT: return "extract_element";
5195 case ISD::BUILD_PAIR: return "build_pair";
5196 case ISD::STACKSAVE: return "stacksave";
5197 case ISD::STACKRESTORE: return "stackrestore";
Anton Korobeynikov66fac792008-01-15 07:02:33 +00005198 case ISD::TRAP: return "trap";
5199
Nate Begeman1b5db7a2006-01-16 08:07:10 +00005200 // Bit manipulation
5201 case ISD::BSWAP: return "bswap";
Chris Lattner276260b2005-05-11 04:50:30 +00005202 case ISD::CTPOP: return "ctpop";
5203 case ISD::CTTZ: return "cttz";
5204 case ISD::CTLZ: return "ctlz";
5205
Chris Lattner36ce6912005-11-29 06:21:05 +00005206 // Debug info
Dan Gohman7f460202008-06-30 20:59:49 +00005207 case ISD::DBG_STOPPOINT: return "dbg_stoppoint";
Jim Laskeyf5395ce2005-12-16 22:45:29 +00005208 case ISD::DEBUG_LOC: return "debug_loc";
Chris Lattner36ce6912005-11-29 06:21:05 +00005209
Duncan Sands36397f52007-07-27 12:58:54 +00005210 // Trampolines
Duncan Sandsf7331b32007-09-11 14:10:23 +00005211 case ISD::TRAMPOLINE: return "trampoline";
Duncan Sands36397f52007-07-27 12:58:54 +00005212
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00005213 case ISD::CONDCODE:
5214 switch (cast<CondCodeSDNode>(this)->get()) {
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005215 default: assert(0 && "Unknown setcc condition!");
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00005216 case ISD::SETOEQ: return "setoeq";
5217 case ISD::SETOGT: return "setogt";
5218 case ISD::SETOGE: return "setoge";
5219 case ISD::SETOLT: return "setolt";
5220 case ISD::SETOLE: return "setole";
5221 case ISD::SETONE: return "setone";
Misha Brukmanedf128a2005-04-21 22:36:52 +00005222
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00005223 case ISD::SETO: return "seto";
5224 case ISD::SETUO: return "setuo";
5225 case ISD::SETUEQ: return "setue";
5226 case ISD::SETUGT: return "setugt";
5227 case ISD::SETUGE: return "setuge";
5228 case ISD::SETULT: return "setult";
5229 case ISD::SETULE: return "setule";
5230 case ISD::SETUNE: return "setune";
Misha Brukmanedf128a2005-04-21 22:36:52 +00005231
Chris Lattner7cf7e3f2005-08-09 20:20:18 +00005232 case ISD::SETEQ: return "seteq";
5233 case ISD::SETGT: return "setgt";
5234 case ISD::SETGE: return "setge";
5235 case ISD::SETLT: return "setlt";
5236 case ISD::SETLE: return "setle";
5237 case ISD::SETNE: return "setne";
Chris Lattnerd75f19f2005-01-10 23:25:25 +00005238 }
5239 }
5240}
Chris Lattnerc3aae252005-01-07 07:46:32 +00005241
Evan Cheng144d8f02006-11-09 17:55:04 +00005242const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) {
Evan Cheng2caccca2006-10-17 21:14:32 +00005243 switch (AM) {
5244 default:
5245 return "";
5246 case ISD::PRE_INC:
5247 return "<pre-inc>";
5248 case ISD::PRE_DEC:
5249 return "<pre-dec>";
5250 case ISD::POST_INC:
5251 return "<post-inc>";
5252 case ISD::POST_DEC:
5253 return "<post-dec>";
5254 }
5255}
5256
Duncan Sands276dcbd2008-03-21 09:14:45 +00005257std::string ISD::ArgFlagsTy::getArgFlagsString() {
5258 std::string S = "< ";
5259
5260 if (isZExt())
5261 S += "zext ";
5262 if (isSExt())
5263 S += "sext ";
5264 if (isInReg())
5265 S += "inreg ";
5266 if (isSRet())
5267 S += "sret ";
5268 if (isByVal())
5269 S += "byval ";
5270 if (isNest())
5271 S += "nest ";
5272 if (getByValAlign())
5273 S += "byval-align:" + utostr(getByValAlign()) + " ";
5274 if (getOrigAlign())
5275 S += "orig-align:" + utostr(getOrigAlign()) + " ";
5276 if (getByValSize())
5277 S += "byval-size:" + utostr(getByValSize()) + " ";
5278 return S + ">";
5279}
5280
Chris Lattnerf3e133a2005-08-16 18:33:07 +00005281void SDNode::dump() const { dump(0); }
5282void SDNode::dump(const SelectionDAG *G) const {
Chris Lattner944fac72008-08-23 22:23:09 +00005283 print(errs(), G);
Chris Lattnerc56711c2008-08-24 18:28:30 +00005284 errs().flush();
Chris Lattner944fac72008-08-23 22:23:09 +00005285}
5286
5287void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const {
5288 OS << (void*)this << ": ";
Chris Lattnerc3aae252005-01-07 07:46:32 +00005289
5290 for (unsigned i = 0, e = getNumValues(); i != e; ++i) {
Chris Lattner944fac72008-08-23 22:23:09 +00005291 if (i) OS << ",";
Chris Lattner4ea69242005-01-15 07:14:32 +00005292 if (getValueType(i) == MVT::Other)
Chris Lattner944fac72008-08-23 22:23:09 +00005293 OS << "ch";
Chris Lattner4ea69242005-01-15 07:14:32 +00005294 else
Chris Lattner944fac72008-08-23 22:23:09 +00005295 OS << getValueType(i).getMVTString();
Chris Lattnerc3aae252005-01-07 07:46:32 +00005296 }
Chris Lattner944fac72008-08-23 22:23:09 +00005297 OS << " = " << getOperationName(G);
Chris Lattnerc3aae252005-01-07 07:46:32 +00005298
Chris Lattner944fac72008-08-23 22:23:09 +00005299 OS << " ";
Chris Lattnerc3aae252005-01-07 07:46:32 +00005300 for (unsigned i = 0, e = getNumOperands(); i != e; ++i) {
Chris Lattner944fac72008-08-23 22:23:09 +00005301 if (i) OS << ", ";
Gabor Greifba36cb52008-08-28 21:40:38 +00005302 OS << (void*)getOperand(i).getNode();
Gabor Greif99a6cb92008-08-26 22:36:50 +00005303 if (unsigned RN = getOperand(i).getResNo())
Chris Lattner944fac72008-08-23 22:23:09 +00005304 OS << ":" << RN;
Chris Lattnerc3aae252005-01-07 07:46:32 +00005305 }
5306
Evan Chengce254432007-12-11 02:08:35 +00005307 if (!isTargetOpcode() && getOpcode() == ISD::VECTOR_SHUFFLE) {
Gabor Greifba36cb52008-08-28 21:40:38 +00005308 SDNode *Mask = getOperand(2).getNode();
Chris Lattner944fac72008-08-23 22:23:09 +00005309 OS << "<";
Evan Chengce254432007-12-11 02:08:35 +00005310 for (unsigned i = 0, e = Mask->getNumOperands(); i != e; ++i) {
Chris Lattner944fac72008-08-23 22:23:09 +00005311 if (i) OS << ",";
Evan Chengce254432007-12-11 02:08:35 +00005312 if (Mask->getOperand(i).getOpcode() == ISD::UNDEF)
Chris Lattner944fac72008-08-23 22:23:09 +00005313 OS << "u";
Evan Chengce254432007-12-11 02:08:35 +00005314 else
Dan Gohmanf5aeb1a2008-09-12 16:56:44 +00005315 OS << cast<ConstantSDNode>(Mask->getOperand(i))->getZExtValue();
Evan Chengce254432007-12-11 02:08:35 +00005316 }
Chris Lattner944fac72008-08-23 22:23:09 +00005317 OS << ">";
Evan Chengce254432007-12-11 02:08:35 +00005318 }
5319
Chris Lattnerc3aae252005-01-07 07:46:32 +00005320 if (const ConstantSDNode *CSDN = dyn_cast<ConstantSDNode>(this)) {
Chris Lattner944fac72008-08-23 22:23:09 +00005321 OS << '<' << CSDN->getAPIntValue() << '>';
Chris Lattnerc3aae252005-01-07 07:46:32 +00005322 } else if (const ConstantFPSDNode *CSDN = dyn_cast<ConstantFPSDNode>(this)) {
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00005323 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle)
Chris Lattner944fac72008-08-23 22:23:09 +00005324 OS << '<' << CSDN->getValueAPF().convertToFloat() << '>';
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00005325 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble)
Chris Lattner944fac72008-08-23 22:23:09 +00005326 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>';
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00005327 else {
Chris Lattner944fac72008-08-23 22:23:09 +00005328 OS << "<APFloat(";
Dale Johannesen23a98552008-10-09 23:00:39 +00005329 CSDN->getValueAPF().bitcastToAPInt().dump();
Chris Lattner944fac72008-08-23 22:23:09 +00005330 OS << ")>";
Dale Johannesen9e3d3ab2007-09-14 22:26:36 +00005331 }
Misha Brukmanedf128a2005-04-21 22:36:52 +00005332 } else if (const GlobalAddressSDNode *GADN =
Chris Lattnerc3aae252005-01-07 07:46:32 +00005333 dyn_cast<GlobalAddressSDNode>(this)) {
Dan Gohman668aff62008-10-18 18:22:42 +00005334 int64_t offset = GADN->getOffset();
Chris Lattner944fac72008-08-23 22:23:09 +00005335 OS << '<';
5336 WriteAsOperand(OS, GADN->getGlobal());
5337 OS << '>';
Evan Cheng61ca74b2005-11-30 02:04:11 +00005338 if (offset > 0)
Chris Lattner944fac72008-08-23 22:23:09 +00005339 OS << " + " << offset;
Evan Cheng61ca74b2005-11-30 02:04:11 +00005340 else
Chris Lattner944fac72008-08-23 22:23:09 +00005341 OS << " " << offset;
Misha Brukmandedf2bd2005-04-22 04:01:18 +00005342 } else if (const FrameIndexSDNode *FIDN = dyn_cast<FrameIndexSDNode>(this)) {
Chris Lattner944fac72008-08-23 22:23:09 +00005343 OS << "<" << FIDN->getIndex() << ">";
Evan Cheng6cc31ae2006-11-01 04:48:30 +00005344 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) {
Chris Lattner944fac72008-08-23 22:23:09 +00005345 OS << "<" << JTDN->getIndex() << ">";
Chris Lattnerc3aae252005-01-07 07:46:32 +00005346 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){
Evan Cheng38b73272006-02-26 08:36:57 +00005347 int offset = CP->getOffset();
Evan Chengd6594ae2006-09-12 21:00:35 +00005348 if (CP->isMachineConstantPoolEntry())
Chris Lattner944fac72008-08-23 22:23:09 +00005349 OS << "<" << *CP->getMachineCPVal() << ">";
Evan Chengd6594ae2006-09-12 21:00:35 +00005350 else
Chris Lattner944fac72008-08-23 22:23:09 +00005351 OS << "<" << *CP->getConstVal() << ">";
Evan Cheng38b73272006-02-26 08:36:57 +00005352 if (offset > 0)
Chris Lattner944fac72008-08-23 22:23:09 +00005353 OS << " + " << offset;
Evan Cheng38b73272006-02-26 08:36:57 +00005354 else
Chris Lattner944fac72008-08-23 22:23:09 +00005355 OS << " " << offset;
Misha Brukmandedf2bd2005-04-22 04:01:18 +00005356 } else if (const BasicBlockSDNode *BBDN = dyn_cast<BasicBlockSDNode>(this)) {
Chris Lattner944fac72008-08-23 22:23:09 +00005357 OS << "<";
Chris Lattnerc3aae252005-01-07 07:46:32 +00005358 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock();
5359 if (LBB)
Chris Lattner944fac72008-08-23 22:23:09 +00005360 OS << LBB->getName() << " ";
5361 OS << (const void*)BBDN->getBasicBlock() << ">";
Chris Lattnerfa164b62005-08-19 21:34:13 +00005362 } else if (const RegisterSDNode *R = dyn_cast<RegisterSDNode>(this)) {
Dan Gohman6f0d0242008-02-10 18:45:23 +00005363 if (G && R->getReg() &&
5364 TargetRegisterInfo::isPhysicalRegister(R->getReg())) {
Chris Lattner944fac72008-08-23 22:23:09 +00005365 OS << " " << G->getTarget().getRegisterInfo()->getName(R->getReg());
Chris Lattner7228aa72005-08-19 21:21:16 +00005366 } else {
Chris Lattner944fac72008-08-23 22:23:09 +00005367 OS << " #" << R->getReg();
Chris Lattner7228aa72005-08-19 21:21:16 +00005368 }
Bill Wendling056292f2008-09-16 21:48:12 +00005369 } else if (const ExternalSymbolSDNode *ES =
5370 dyn_cast<ExternalSymbolSDNode>(this)) {
5371 OS << "'" << ES->getSymbol() << "'";
Chris Lattner2bf3c262005-05-09 04:08:27 +00005372 } else if (const SrcValueSDNode *M = dyn_cast<SrcValueSDNode>(this)) {
5373 if (M->getValue())
Chris Lattner944fac72008-08-23 22:23:09 +00005374 OS << "<" << M->getValue() << ">";
Chris Lattner2bf3c262005-05-09 04:08:27 +00005375 else
Chris Lattner944fac72008-08-23 22:23:09 +00005376 OS << "<null>";
Dan Gohman69de1932008-02-06 22:27:42 +00005377 } else if (const MemOperandSDNode *M = dyn_cast<MemOperandSDNode>(this)) {
5378 if (M->MO.getValue())
Chris Lattner944fac72008-08-23 22:23:09 +00005379 OS << "<" << M->MO.getValue() << ":" << M->MO.getOffset() << ">";
Dan Gohman69de1932008-02-06 22:27:42 +00005380 else
Chris Lattner944fac72008-08-23 22:23:09 +00005381 OS << "<null:" << M->MO.getOffset() << ">";
Duncan Sands276dcbd2008-03-21 09:14:45 +00005382 } else if (const ARG_FLAGSSDNode *N = dyn_cast<ARG_FLAGSSDNode>(this)) {
Chris Lattner944fac72008-08-23 22:23:09 +00005383 OS << N->getArgFlags().getArgFlagsString();
Chris Lattnera23e8152005-08-18 03:31:02 +00005384 } else if (const VTSDNode *N = dyn_cast<VTSDNode>(this)) {
Chris Lattner944fac72008-08-23 22:23:09 +00005385 OS << ":" << N->getVT().getMVTString();
Mon P Wang28873102008-06-25 08:15:39 +00005386 }
5387 else if (const LoadSDNode *LD = dyn_cast<LoadSDNode>(this)) {
Evan Cheng81310132007-12-18 19:06:30 +00005388 const Value *SrcValue = LD->getSrcValue();
5389 int SrcOffset = LD->getSrcValueOffset();
Chris Lattner944fac72008-08-23 22:23:09 +00005390 OS << " <";
Evan Cheng81310132007-12-18 19:06:30 +00005391 if (SrcValue)
Chris Lattner944fac72008-08-23 22:23:09 +00005392 OS << SrcValue;
Evan Cheng81310132007-12-18 19:06:30 +00005393 else
Chris Lattner944fac72008-08-23 22:23:09 +00005394 OS << "null";
5395 OS << ":" << SrcOffset << ">";
Evan Cheng81310132007-12-18 19:06:30 +00005396
Evan Cheng0ac1c6a2006-10-10 20:05:10 +00005397 bool doExt = true;
5398 switch (LD->getExtensionType()) {
5399 default: doExt = false; break;
Chris Lattner944fac72008-08-23 22:23:09 +00005400 case ISD::EXTLOAD: OS << " <anyext "; break;
5401 case ISD::SEXTLOAD: OS << " <sext "; break;
5402 case ISD::ZEXTLOAD: OS << " <zext "; break;
Evan Cheng0ac1c6a2006-10-10 20:05:10 +00005403 }
5404 if (doExt)
Chris Lattner944fac72008-08-23 22:23:09 +00005405 OS << LD->getMemoryVT().getMVTString() << ">";
Evan Cheng0ac1c6a2006-10-10 20:05:10 +00005406
Evan Cheng144d8f02006-11-09 17:55:04 +00005407 const char *AM = getIndexedModeName(LD->getAddressingMode());
Duncan Sands70d0bd12007-07-19 07:31:58 +00005408 if (*AM)
Chris Lattner944fac72008-08-23 22:23:09 +00005409 OS << " " << AM;
Evan Cheng81310132007-12-18 19:06:30 +00005410 if (LD->isVolatile())
Chris Lattner944fac72008-08-23 22:23:09 +00005411 OS << " <volatile>";
5412 OS << " alignment=" << LD->getAlignment();
Evan Cheng2caccca2006-10-17 21:14:32 +00005413 } else if (const StoreSDNode *ST = dyn_cast<StoreSDNode>(this)) {
Evan Cheng88ce93e2007-12-18 07:02:08 +00005414 const Value *SrcValue = ST->getSrcValue();
5415 int SrcOffset = ST->getSrcValueOffset();
Chris Lattner944fac72008-08-23 22:23:09 +00005416 OS << " <";
Evan Cheng88ce93e2007-12-18 07:02:08 +00005417 if (SrcValue)
Chris Lattner944fac72008-08-23 22:23:09 +00005418 OS << SrcValue;
Evan Cheng88ce93e2007-12-18 07:02:08 +00005419 else
Chris Lattner944fac72008-08-23 22:23:09 +00005420 OS << "null";
5421 OS << ":" << SrcOffset << ">";
Evan Cheng81310132007-12-18 19:06:30 +00005422
5423 if (ST->isTruncatingStore())
Chris Lattner944fac72008-08-23 22:23:09 +00005424 OS << " <trunc " << ST->getMemoryVT().getMVTString() << ">";
Evan Cheng81310132007-12-18 19:06:30 +00005425
5426 const char *AM = getIndexedModeName(ST->getAddressingMode());
5427 if (*AM)
Chris Lattner944fac72008-08-23 22:23:09 +00005428 OS << " " << AM;
Evan Cheng81310132007-12-18 19:06:30 +00005429 if (ST->isVolatile())
Chris Lattner944fac72008-08-23 22:23:09 +00005430 OS << " <volatile>";
5431 OS << " alignment=" << ST->getAlignment();
Mon P Wang28873102008-06-25 08:15:39 +00005432 } else if (const AtomicSDNode* AT = dyn_cast<AtomicSDNode>(this)) {
5433 const Value *SrcValue = AT->getSrcValue();
5434 int SrcOffset = AT->getSrcValueOffset();
Chris Lattner944fac72008-08-23 22:23:09 +00005435 OS << " <";
Mon P Wang28873102008-06-25 08:15:39 +00005436 if (SrcValue)
Chris Lattner944fac72008-08-23 22:23:09 +00005437 OS << SrcValue;
Mon P Wang28873102008-06-25 08:15:39 +00005438 else
Chris Lattner944fac72008-08-23 22:23:09 +00005439 OS << "null";
5440 OS << ":" << SrcOffset << ">";
Mon P Wang28873102008-06-25 08:15:39 +00005441 if (AT->isVolatile())
Chris Lattner944fac72008-08-23 22:23:09 +00005442 OS << " <volatile>";
5443 OS << " alignment=" << AT->getAlignment();
Chris Lattnerc3aae252005-01-07 07:46:32 +00005444 }
Chris Lattnerc3aae252005-01-07 07:46:32 +00005445}
5446
Chris Lattnerde202b32005-11-09 23:47:37 +00005447static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) {
Chris Lattnerea946cd2005-01-09 20:38:33 +00005448 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i)
Gabor Greifba36cb52008-08-28 21:40:38 +00005449 if (N->getOperand(i).getNode()->hasOneUse())
5450 DumpNodes(N->getOperand(i).getNode(), indent+2, G);
Chris Lattnerea946cd2005-01-09 20:38:33 +00005451 else
Bill Wendling832171c2006-12-07 20:04:42 +00005452 cerr << "\n" << std::string(indent+2, ' ')
Gabor Greifba36cb52008-08-28 21:40:38 +00005453 << (void*)N->getOperand(i).getNode() << ": <multiple use>";
Misha Brukmanedf128a2005-04-21 22:36:52 +00005454
Chris Lattnerea946cd2005-01-09 20:38:33 +00005455
Bill Wendling832171c2006-12-07 20:04:42 +00005456 cerr << "\n" << std::string(indent, ' ');
Chris Lattnerf3e133a2005-08-16 18:33:07 +00005457 N->dump(G);
Chris Lattnerea946cd2005-01-09 20:38:33 +00005458}
5459
Chris Lattnerc3aae252005-01-07 07:46:32 +00005460void SelectionDAG::dump() const {
Bill Wendling832171c2006-12-07 20:04:42 +00005461 cerr << "SelectionDAG has " << AllNodes.size() << " nodes:";
Chris Lattnerde202b32005-11-09 23:47:37 +00005462
Dan Gohman90a7b8f2008-07-15 18:18:54 +00005463 for (allnodes_const_iterator I = allnodes_begin(), E = allnodes_end();
5464 I != E; ++I) {
5465 const SDNode *N = I;
Gabor Greifba36cb52008-08-28 21:40:38 +00005466 if (!N->hasOneUse() && N != getRoot().getNode())
Dan Gohman90a7b8f2008-07-15 18:18:54 +00005467 DumpNodes(N, 2, this);
Chris Lattnerc3aae252005-01-07 07:46:32 +00005468 }
Chris Lattnerea946cd2005-01-09 20:38:33 +00005469
Gabor Greifba36cb52008-08-28 21:40:38 +00005470 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this);
Chris Lattnerea946cd2005-01-09 20:38:33 +00005471
Bill Wendling832171c2006-12-07 20:04:42 +00005472 cerr << "\n\n";
Chris Lattnerc3aae252005-01-07 07:46:32 +00005473}
5474
Evan Chengd6594ae2006-09-12 21:00:35 +00005475const Type *ConstantPoolSDNode::getType() const {
5476 if (isMachineConstantPoolEntry())
5477 return Val.MachineCPVal->getType();
5478 return Val.ConstVal->getType();
5479}