LLVM API Documentation
#include <Record.h>
Public Member Functions | |
Record * | getRecord () const |
virtual Init * | convertValue (UnsetInit *UI) |
virtual Init * | convertValue (BitInit *BI) |
virtual Init * | convertValue (BitsInit *BI) |
virtual Init * | convertValue (IntInit *II) |
virtual Init * | convertValue (StringInit *SI) |
virtual Init * | convertValue (ListInit *LI) |
virtual Init * | convertValue (VarBitInit *VB) |
virtual Init * | convertValue (UnOpInit *UI) |
virtual Init * | convertValue (BinOpInit *UI) |
virtual Init * | convertValue (TernOpInit *UI) |
virtual Init * | convertValue (DefInit *DI) |
virtual Init * | convertValue (DagInit *DI) |
virtual Init * | convertValue (TypedInit *VI) |
virtual Init * | convertValue (VarInit *VI) |
virtual Init * | convertValue (FieldInit *FI) |
virtual std::string | getAsString () const |
virtual bool | typeIsConvertibleTo (const RecTy *RHS) const |
virtual bool | baseClassOf (const RecTy *) const |
![]() | |
RecTyKind | getRecTyKind () const |
RecTy (RecTyKind K) | |
virtual | ~RecTy () |
void | print (raw_ostream &OS) const |
void | dump () const |
ListRecTy * | getListTy () |
getListTy - Returns the type representing list<this>. More... | |
Static Public Member Functions | |
static bool | classof (const RecTy *RT) |
static RecordRecTy * | get (Record *R) |
Friends | |
class | Record |
Additional Inherited Members | |
![]() | |
enum | RecTyKind { BitRecTyKind, BitsRecTyKind, IntRecTyKind, StringRecTyKind, ListRecTyKind, DagRecTyKind, RecordRecTyKind } |
Subclass discriminator (for dyn_cast<> et al.) More... | |
RecordRecTy - '[classname]' - Represent an instance of a class, such as: (R32 X = EAX).
Reimplemented from llvm::RecTy.
Definition at line 358 of file Record.cpp.
References llvm::dyn_cast(), getRecord(), llvm::Record::getSuperClasses(), llvm::Record::isSubClassOf(), and llvm::PPCISD::SC.
Definition at line 374 of file Record.h.
References llvm::RecTy::getRecTyKind(), and llvm::RecTy::RecordRecTyKind.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
|
inlinevirtual |
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
|
inlinevirtual |
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Definition at line 389 of file Record.h.
References llvm::RecTy::convertValue().
Reimplemented from llvm::RecTy.
Definition at line 390 of file Record.h.
References llvm::RecTy::convertValue().
|
inlinevirtual |
Reimplemented from llvm::RecTy.
Definition at line 391 of file Record.h.
References llvm::RecTy::convertValue().
Reimplemented from llvm::RecTy.
Definition at line 342 of file Record.cpp.
References llvm::DefInit::getDef(), and llvm::Record::isSubClassOf().
Reimplemented from llvm::RecTy.
Reimplemented from llvm::RecTy.
Definition at line 349 of file Record.cpp.
References getRecord(), and llvm::TypedInit::getType().
Reimplemented from llvm::RecTy.
Definition at line 395 of file Record.h.
References llvm::RecTy::convertValue().
Reimplemented from llvm::RecTy.
Definition at line 396 of file Record.h.
References llvm::RecTy::convertValue().
|
static |
Definition at line 334 of file Record.cpp.
References llvm::dyn_cast(), llvm::Record::getDefInit(), and llvm::TypedInit::getType().
Referenced by llvm::resolveTypes().
|
virtual |
Implements llvm::RecTy.
Definition at line 338 of file Record.cpp.
References llvm::Record::getName().
|
inline |
Definition at line 380 of file Record.h.
Referenced by baseClassOf(), and convertValue().
typeIsConvertibleTo - Return true if all values of 'this' type can be converted to the specified type.
Implements llvm::RecTy.
Definition at line 400 of file Record.h.
References llvm::RecTy::baseClassOf().