|
| class | llvm::RecTy |
| |
| class | llvm::BitRecTy |
| | BitRecTy - 'bit' - Represent a single bit. More...
|
| |
| class | llvm::BitsRecTy |
| | BitsRecTy - 'bits<n>' - Represent a fixed number of bits. More...
|
| |
| class | llvm::IntRecTy |
| | IntRecTy - 'int' - Represent an integer value of no particular size. More...
|
| |
| class | llvm::StringRecTy |
| | StringRecTy - 'string' - Represent an string value. More...
|
| |
| class | llvm::ListRecTy |
| | ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of the specified type. More...
|
| |
| class | llvm::DagRecTy |
| | DagRecTy - 'dag' - Represent a dag fragment. More...
|
| |
| class | llvm::RecordRecTy |
| | RecordRecTy - '[classname]' - Represent an instance of a class, such as: (R32 X = EAX). More...
|
| |
| class | llvm::Init |
| |
| class | llvm::TypedInit |
| | TypedInit - This is the common super-class of types that have a specific, explicit, type. More...
|
| |
| class | llvm::UnsetInit |
| | UnsetInit - ? - Represents an uninitialized value. More...
|
| |
| class | llvm::BitInit |
| | BitInit - true/false - Represent a concrete initializer for a bit. More...
|
| |
| class | llvm::BitsInit |
| | BitsInit - { a, b, c } - Represents an initializer for a BitsRecTy value. More...
|
| |
| class | llvm::IntInit |
| | IntInit - 7 - Represent an initialization by a literal integer value. More...
|
| |
| class | llvm::StringInit |
| | StringInit - "foo" - Represent an initialization by a string value. More...
|
| |
| class | llvm::ListInit |
| | ListInit - [AL, AH, CL] - Represent a list of defs. More...
|
| |
| class | llvm::OpInit |
| | OpInit - Base class for operators. More...
|
| |
| class | llvm::UnOpInit |
| | UnOpInit - !op (X) - Transform an init. More...
|
| |
| class | llvm::BinOpInit |
| | BinOpInit - !op (X, Y) - Combine two inits. More...
|
| |
| class | llvm::TernOpInit |
| | TernOpInit - !op (X, Y, Z) - Combine two inits. More...
|
| |
| class | llvm::VarInit |
| | VarInit - 'Opcode' - Represent a reference to an entire variable object. More...
|
| |
| class | llvm::VarBitInit |
| | VarBitInit - Opcode{0} - Represent access to one bit of a variable or field. More...
|
| |
| class | llvm::VarListElementInit |
| | VarListElementInit - List[4] - Represent access to one element of a var or field. More...
|
| |
| class | llvm::DefInit |
| | DefInit - AL - Represent a reference to a 'def' in the description. More...
|
| |
| class | llvm::FieldInit |
| | FieldInit - X.Y - Represent a reference to a subfield of a variable. More...
|
| |
| class | llvm::DagInit |
| | DagInit - (v a, b) - Represent a DAG tree value. More...
|
| |
| class | llvm::RecordVal |
| |
| class | llvm::Record |
| |
| struct | llvm::MultiClass |
| |
| class | llvm::RecordKeeper |
| |
| struct | llvm::LessRecord |
| | LessRecord - Sorting predicate to sort record pointers by name. More...
|
| |
| struct | llvm::LessRecordByID |
| | LessRecordByID - Sorting predicate to sort record pointers by their unique ID. More...
|
| |
| struct | llvm::LessRecordFieldName |
| | LessRecordFieldName - Sorting predicate to sort record pointers by their name field. More...
|
| |
| struct | llvm::LessRecordRegister |
| |
| struct | llvm::LessRecordRegister::RecordParts |
| |
|
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const RecTy &Ty) |
| |
| RecTy * | llvm::resolveTypes (RecTy *T1, RecTy *T2) |
| | resolveTypes - Find a common type that T1 and T2 convert to. More...
|
| |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const Init &I) |
| |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const RecordVal &RV) |
| |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const Record &R) |
| |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const RecordKeeper &RK) |
| |
| Init * | llvm::QualifyName (Record &CurRec, MultiClass *CurMultiClass, Init *Name, const std::string &Scoper) |
| | QualifyName - Return an Init with a qualifier prefix referring to CurRec's name. More...
|
| |
| Init * | llvm::QualifyName (Record &CurRec, MultiClass *CurMultiClass, const std::string &Name, const std::string &Scoper) |
| | QualifyName - Return an Init with a qualifier prefix referring to CurRec's name. More...
|
| |