llvm-6502/lib/TableGen
David Greene a6d442e651 Process Multidefs
Process each multidef declared in a multiclass.  Iterate through the
list and instantiate a def in the multiclass for each item, resolving
the list item to the temporary iterator (possibly) used in the
multidef ObjectBody.  We then process each generated def in the normal
way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141233 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-05 22:42:45 +00:00
..
CMakeLists.txt
Error.cpp
Main.cpp
Makefile
Record.cpp Allow Operator Arguments 2011-10-04 18:55:36 +00:00
TableGenBackend.cpp
TGLexer.cpp Lexer Support for Multidefs 2011-10-05 22:42:35 +00:00
TGLexer.h Lexer Support for Multidefs 2011-10-05 22:42:35 +00:00
TGParser.cpp Process Multidefs 2011-10-05 22:42:45 +00:00
TGParser.h Parser Multidef Support 2011-10-05 22:42:44 +00:00
TGPreprocessor.cpp Replace snprintf with raw_string_ostream. 2011-10-04 21:08:56 +00:00
TGPreprocessor.h Fix compilation when using gcc-4.6. Patch by wanders. 2011-10-05 14:36:12 +00:00