LLVM 22.0.0git
|
#include "llvm/TableGen/Record.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/TGTimer.h"
#include <cassert>
#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | llvm::detail::RecordKeeperImpl |
This class represents the internal implementation of the RecordKeeper. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::detail |
These are wrappers over isa* function that allow them to be used in generic algorithms such as llvm:all_of , llvm::none_of , etc. | |
Macros | |
#define | DEBUG_TYPE "tblgen-records" |
#define DEBUG_TYPE "tblgen-records" |
Definition at line 43 of file Record.cpp.
Definition at line 609 of file Record.cpp.
Referenced by llvm::IntInit::convertInitializerTo().
Definition at line 1171 of file Record.cpp.
References llvm::append_range(), llvm::ListInit::get(), LHS, and RHS.
Referenced by llvm::BinOpInit::getListConcat().
|
static |
Definition at line 1110 of file Record.cpp.
References Concat, llvm::StringInit::determineFormat(), llvm::StringInit::get(), llvm::StringInit::getFormat(), llvm::TypedInit::getRecordKeeper(), and llvm::StringInit::getValue().
Referenced by llvm::BinOpInit::Fold(), and llvm::BinOpInit::getStrConcat().
|
static |
Definition at line 1758 of file Record.cpp.
References llvm::ListInit::get(), llvm::IntRecTy::get(), llvm::Include, ItemApply(), LHS, llvm::SmallVectorTemplateBase< T, bool >::push_back(), and RHS.
Referenced by llvm::TernOpInit::Fold().
|
static |
Definition at line 1709 of file Record.cpp.
References llvm::SmallVectorImpl< T >::emplace_back(), ForeachDagApply(), llvm::DagInit::get(), llvm::DagInit::getArgAndNames(), llvm::DagInit::getName(), llvm::DagInit::getOperator(), ItemApply(), LHS, and RHS.
Referenced by ForeachDagApply(), and ForeachHelper().
|
static |
Definition at line 1736 of file Record.cpp.
References ForeachDagApply(), llvm::ListInit::get(), ItemApply(), LHS, and RHS.
Referenced by llvm::TernOpInit::Fold().
|
static |
Definition at line 1267 of file Record.cpp.
References assert(), Idx, and Name.
Referenced by llvm::BinOpInit::Fold(), and llvm::TernOpInit::Fold().
|
static |
Definition at line 1140 of file Record.cpp.
References llvm::IntRecTy::get(), llvm::StringInit::get(), llvm::StringInit::getValue(), and llvm::List.
Referenced by llvm::BinOpInit::Fold().
|
static |
Definition at line 1119 of file Record.cpp.
References llvm::StringInit::determineFormat(), llvm::StringInit::get(), llvm::StringInit::getValue(), llvm::List, and llvm::StringInit::SF_String.
Referenced by llvm::BinOpInit::Fold().
|
static |
Definition at line 1702 of file Record.cpp.
Referenced by FilterHelper(), ForeachDagApply(), and ForeachHelper().
|
static |
Definition at line 403 of file Record.cpp.
References I, llvm::ArgumentInit::Named, and llvm::ArgumentInit::Positional.
Referenced by llvm::ArgumentInit::get(), and llvm::ArgumentInit::Profile().
|
static |
Definition at line 1082 of file Record.cpp.
Referenced by llvm::BinOpInit::get(), and llvm::BinOpInit::Profile().
|
static |
Definition at line 462 of file Record.cpp.
Referenced by llvm::BitsInit::get(), and llvm::BitsInit::Profile().
|
static |
Definition at line 2615 of file Record.cpp.
References assert(), Cond, llvm::ArrayRef< T >::size(), and llvm::zip().
Referenced by llvm::CondOpInit::get(), and llvm::CondOpInit::Profile().
|
static |
Definition at line 2730 of file Record.cpp.
References Name, and llvm::zip_equal().
Referenced by llvm::DagInit::get(), and llvm::DagInit::Profile().
|
static |
Definition at line 2174 of file Record.cpp.
Referenced by llvm::ExistsOpInit::get(), and llvm::ExistsOpInit::Profile().
|
static |
Definition at line 2039 of file Record.cpp.
References A, B, and llvm::List.
Referenced by llvm::FoldOpInit::get(), and llvm::FoldOpInit::Profile().
|
static |
Definition at line 2249 of file Record.cpp.
Referenced by llvm::InstancesOpInit::get(), and llvm::InstancesOpInit::Profile().
|
static |
Definition at line 2110 of file Record.cpp.
Referenced by llvm::IsAOpInit::get(), and llvm::IsAOpInit::Profile().
|
static |
Definition at line 694 of file Record.cpp.
Referenced by llvm::ListInit::get(), and llvm::ListInit::Profile().
|
static |
Definition at line 234 of file Record.cpp.
References llvm::ArrayRef< T >::size().
Referenced by llvm::RecordRecTy::get(), and llvm::RecordRecTy::Profile().
|
static |
Definition at line 1672 of file Record.cpp.
Referenced by llvm::TernOpInit::get(), and llvm::TernOpInit::Profile().
|
static |
Definition at line 813 of file Record.cpp.
Referenced by llvm::UnOpInit::get(), and llvm::UnOpInit::Profile().
|
static |
Definition at line 2436 of file Record.cpp.
References I.
Referenced by llvm::VarDefInit::get(), and llvm::VarDefInit::Profile().
|
static |
Definition at line 329 of file Record.cpp.
References llvm::append_range(), llvm::RecordRecTy::get(), llvm::RecordRecTy::isSubClassOf(), llvm::make_first_range(), llvm::SmallVectorTemplateBase< T, bool >::push_back(), and T1.
Referenced by llvm::resolveTypes().