|
LLVM 23.0.0git
|
#include "TGLexer.h"#include "llvm/TableGen/Error.h"#include "llvm/TableGen/Record.h"#include <map>Go to the source code of this file.
Classes | |
| struct | llvm::LetModeAndName |
| Parsed let mode keyword and field name (e.g. More... | |
| struct | llvm::LetRecord |
| struct | llvm::RecordsEntry |
| RecordsEntry - Holds exactly one of a Record, ForeachLoop, or AssertionInfo. More... | |
| struct | llvm::ForeachLoop |
| ForeachLoop - Record the iteration state associated with a for loop. More... | |
| struct | llvm::DefsetRecord |
| struct | llvm::MultiClass |
| class | llvm::TGVarScope |
| class | llvm::TGParser |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
| enum class | llvm::LetMode { llvm::Replace , llvm::Append , llvm::Prepend } |
| Specifies how a 'let' assignment interacts with the existing field value. More... | |