blob: d303bf5ddd3846c1c01384558592b0cc9d34eb71 [file] [log] [blame]
Reid Spencer3822ff52006-11-08 06:47:33 +00001/* A Bison parser, made by GNU Bison 2.1. */
2
3/* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
20
21/* As a special exception, when this file is copied by Bison into a
22 Bison output file, you may use that output file without restriction.
23 This special exception was added by the Free Software Foundation
24 in version 1.24 of Bison. */
25
26/* Tokens. */
27#ifndef YYTOKENTYPE
28# define YYTOKENTYPE
29 /* Put the tokens into the symbol table, so that GDB and other debuggers
30 know about them. */
31 enum yytokentype {
32 ESINT64VAL = 258,
33 EUINT64VAL = 259,
34 SINTVAL = 260,
35 UINTVAL = 261,
36 FPVAL = 262,
37 VOID = 263,
38 BOOL = 264,
39 SBYTE = 265,
40 UBYTE = 266,
41 SHORT = 267,
42 USHORT = 268,
43 INT = 269,
44 UINT = 270,
45 LONG = 271,
46 ULONG = 272,
47 FLOAT = 273,
48 DOUBLE = 274,
49 TYPE = 275,
50 LABEL = 276,
51 VAR_ID = 277,
52 LABELSTR = 278,
53 STRINGCONSTANT = 279,
54 IMPLEMENTATION = 280,
55 ZEROINITIALIZER = 281,
56 TRUETOK = 282,
57 FALSETOK = 283,
58 BEGINTOK = 284,
59 ENDTOK = 285,
60 DECLARE = 286,
61 GLOBAL = 287,
62 CONSTANT = 288,
63 SECTION = 289,
64 VOLATILE = 290,
65 TO = 291,
66 DOTDOTDOT = 292,
67 NULL_TOK = 293,
68 UNDEF = 294,
69 CONST = 295,
70 INTERNAL = 296,
71 LINKONCE = 297,
72 WEAK = 298,
73 APPENDING = 299,
74 DLLIMPORT = 300,
75 DLLEXPORT = 301,
76 EXTERN_WEAK = 302,
77 OPAQUE = 303,
78 NOT = 304,
79 EXTERNAL = 305,
80 TARGET = 306,
81 TRIPLE = 307,
82 ENDIAN = 308,
83 POINTERSIZE = 309,
84 LITTLE = 310,
85 BIG = 311,
86 ALIGN = 312,
87 DEPLIBS = 313,
88 CALL = 314,
89 TAIL = 315,
90 ASM_TOK = 316,
91 MODULE = 317,
92 SIDEEFFECT = 318,
93 CC_TOK = 319,
94 CCC_TOK = 320,
95 CSRETCC_TOK = 321,
96 FASTCC_TOK = 322,
97 COLDCC_TOK = 323,
98 X86_STDCALLCC_TOK = 324,
99 X86_FASTCALLCC_TOK = 325,
100 DATALAYOUT = 326,
101 RET = 327,
102 BR = 328,
103 SWITCH = 329,
104 INVOKE = 330,
105 UNWIND = 331,
106 UNREACHABLE = 332,
107 ADD = 333,
108 SUB = 334,
109 MUL = 335,
110 UDIV = 336,
111 SDIV = 337,
112 FDIV = 338,
113 UREM = 339,
114 SREM = 340,
115 FREM = 341,
116 AND = 342,
117 OR = 343,
118 XOR = 344,
119 SETLE = 345,
120 SETGE = 346,
121 SETLT = 347,
122 SETGT = 348,
123 SETEQ = 349,
124 SETNE = 350,
125 MALLOC = 351,
126 ALLOCA = 352,
127 FREE = 353,
128 LOAD = 354,
129 STORE = 355,
130 GETELEMENTPTR = 356,
Reid Spencer3da59db2006-11-27 01:05:10 +0000131 TRUNC = 357,
132 ZEXT = 358,
133 SEXT = 359,
134 FPTRUNC = 360,
135 FPEXT = 361,
136 BITCAST = 362,
137 UITOFP = 363,
138 SITOFP = 364,
139 FPTOUI = 365,
140 FPTOSI = 366,
141 INTTOPTR = 367,
142 PTRTOINT = 368,
143 PHI_TOK = 369,
144 SELECT = 370,
145 SHL = 371,
146 LSHR = 372,
147 ASHR = 373,
148 VAARG = 374,
149 EXTRACTELEMENT = 375,
150 INSERTELEMENT = 376,
151 SHUFFLEVECTOR = 377,
152 VAARG_old = 378,
153 VANEXT_old = 379
Reid Spencer3822ff52006-11-08 06:47:33 +0000154 };
155#endif
156/* Tokens. */
157#define ESINT64VAL 258
158#define EUINT64VAL 259
159#define SINTVAL 260
160#define UINTVAL 261
161#define FPVAL 262
162#define VOID 263
163#define BOOL 264
164#define SBYTE 265
165#define UBYTE 266
166#define SHORT 267
167#define USHORT 268
168#define INT 269
169#define UINT 270
170#define LONG 271
171#define ULONG 272
172#define FLOAT 273
173#define DOUBLE 274
174#define TYPE 275
175#define LABEL 276
176#define VAR_ID 277
177#define LABELSTR 278
178#define STRINGCONSTANT 279
179#define IMPLEMENTATION 280
180#define ZEROINITIALIZER 281
181#define TRUETOK 282
182#define FALSETOK 283
183#define BEGINTOK 284
184#define ENDTOK 285
185#define DECLARE 286
186#define GLOBAL 287
187#define CONSTANT 288
188#define SECTION 289
189#define VOLATILE 290
190#define TO 291
191#define DOTDOTDOT 292
192#define NULL_TOK 293
193#define UNDEF 294
194#define CONST 295
195#define INTERNAL 296
196#define LINKONCE 297
197#define WEAK 298
198#define APPENDING 299
199#define DLLIMPORT 300
200#define DLLEXPORT 301
201#define EXTERN_WEAK 302
202#define OPAQUE 303
203#define NOT 304
204#define EXTERNAL 305
205#define TARGET 306
206#define TRIPLE 307
207#define ENDIAN 308
208#define POINTERSIZE 309
209#define LITTLE 310
210#define BIG 311
211#define ALIGN 312
212#define DEPLIBS 313
213#define CALL 314
214#define TAIL 315
215#define ASM_TOK 316
216#define MODULE 317
217#define SIDEEFFECT 318
218#define CC_TOK 319
219#define CCC_TOK 320
220#define CSRETCC_TOK 321
221#define FASTCC_TOK 322
222#define COLDCC_TOK 323
223#define X86_STDCALLCC_TOK 324
224#define X86_FASTCALLCC_TOK 325
225#define DATALAYOUT 326
226#define RET 327
227#define BR 328
228#define SWITCH 329
229#define INVOKE 330
230#define UNWIND 331
231#define UNREACHABLE 332
232#define ADD 333
233#define SUB 334
234#define MUL 335
235#define UDIV 336
236#define SDIV 337
237#define FDIV 338
238#define UREM 339
239#define SREM 340
240#define FREM 341
241#define AND 342
242#define OR 343
243#define XOR 344
244#define SETLE 345
245#define SETGE 346
246#define SETLT 347
247#define SETGT 348
248#define SETEQ 349
249#define SETNE 350
250#define MALLOC 351
251#define ALLOCA 352
252#define FREE 353
253#define LOAD 354
254#define STORE 355
255#define GETELEMENTPTR 356
Reid Spencer3da59db2006-11-27 01:05:10 +0000256#define TRUNC 357
257#define ZEXT 358
258#define SEXT 359
259#define FPTRUNC 360
260#define FPEXT 361
261#define BITCAST 362
262#define UITOFP 363
263#define SITOFP 364
264#define FPTOUI 365
265#define FPTOSI 366
266#define INTTOPTR 367
267#define PTRTOINT 368
268#define PHI_TOK 369
269#define SELECT 370
270#define SHL 371
271#define LSHR 372
272#define ASHR 373
273#define VAARG 374
274#define EXTRACTELEMENT 375
275#define INSERTELEMENT 376
276#define SHUFFLEVECTOR 377
277#define VAARG_old 378
278#define VANEXT_old 379
Reid Spencer3822ff52006-11-08 06:47:33 +0000279
280
281
282
283#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
Reid Spencer3da59db2006-11-27 01:05:10 +0000284#line 1040 "/proj/llvm/llvm-1/lib/AsmParser/llvmAsmParser.y"
Reid Spencer3822ff52006-11-08 06:47:33 +0000285typedef union YYSTYPE {
Reid Spencer68a24bd2005-08-27 18:50:39 +0000286 llvm::Module *ModuleVal;
287 llvm::Function *FunctionVal;
Reid Spencer3da59db2006-11-27 01:05:10 +0000288 std::pair<TypeInfo, char*> *ArgVal;
Reid Spencer68a24bd2005-08-27 18:50:39 +0000289 llvm::BasicBlock *BasicBlockVal;
290 llvm::TerminatorInst *TermInstVal;
291 llvm::Instruction *InstVal;
292 llvm::Constant *ConstVal;
293
Reid Spencer3da59db2006-11-27 01:05:10 +0000294 TypeInfo TypeVal;
Reid Spencer68a24bd2005-08-27 18:50:39 +0000295 llvm::Value *ValueVal;
296
Reid Spencer3da59db2006-11-27 01:05:10 +0000297 std::vector<std::pair<TypeInfo,char*> >*ArgList;
Reid Spencer68a24bd2005-08-27 18:50:39 +0000298 std::vector<llvm::Value*> *ValueList;
Reid Spencer3da59db2006-11-27 01:05:10 +0000299 std::list<TypeInfo> *TypeList;
Reid Spencer68a24bd2005-08-27 18:50:39 +0000300 // Represent the RHS of PHI node
301 std::list<std::pair<llvm::Value*,
302 llvm::BasicBlock*> > *PHIList;
303 std::vector<std::pair<llvm::Constant*, llvm::BasicBlock*> > *JumpTable;
304 std::vector<llvm::Constant*> *ConstVector;
305
306 llvm::GlobalValue::LinkageTypes Linkage;
307 int64_t SInt64Val;
308 uint64_t UInt64Val;
309 int SIntVal;
310 unsigned UIntVal;
311 double FPVal;
312 bool BoolVal;
313
314 char *StrVal; // This memory is strdup'd!
Reid Spencer1628cec2006-10-26 06:15:43 +0000315 llvm::ValID ValIDVal; // strdup'd memory maybe!
Reid Spencer68a24bd2005-08-27 18:50:39 +0000316
Reid Spencer1628cec2006-10-26 06:15:43 +0000317 BinaryOpInfo BinaryOpVal;
318 TermOpInfo TermOpVal;
319 MemOpInfo MemOpVal;
Reid Spencer3da59db2006-11-27 01:05:10 +0000320 CastOpInfo CastOpVal;
Reid Spencer1628cec2006-10-26 06:15:43 +0000321 OtherOpInfo OtherOpVal;
322 llvm::Module::Endianness Endianness;
Reid Spencer5b7e7532006-09-28 19:28:24 +0000323} YYSTYPE;
Reid Spencer3822ff52006-11-08 06:47:33 +0000324/* Line 1447 of yacc.c. */
Reid Spencer3da59db2006-11-27 01:05:10 +0000325#line 326 "llvmAsmParser.tab.h"
Reid Spencer3822ff52006-11-08 06:47:33 +0000326# define yystype YYSTYPE /* obsolescent; will be withdrawn */
327# define YYSTYPE_IS_DECLARED 1
328# define YYSTYPE_IS_TRIVIAL 1
329#endif
Reid Spencer68a24bd2005-08-27 18:50:39 +0000330
331extern YYSTYPE llvmAsmlval;
Reid Spencer3822ff52006-11-08 06:47:33 +0000332
333
334