My Project
|
#include <OpTrait.h>
Public Member Functions | |
OpInterface | getOpInterface () const |
StringRef | getTrait () const |
bool | shouldDeclareMethods () const |
Public Member Functions inherited from mlir::tblgen::OpTrait | |
OpTrait (Kind kind, const llvm::Record *def) | |
Kind | getKind () const |
Static Public Member Functions | |
static bool | classof (const OpTrait *t) |
Static Public Member Functions inherited from mlir::tblgen::OpTrait | |
static OpTrait | create (const llvm::Init *init) |
Additional Inherited Members | |
Public Types inherited from mlir::tblgen::OpTrait | |
enum | Kind { Kind::Native, Kind::Pred, Kind::Internal, Kind::Interface } |
Protected Attributes inherited from mlir::tblgen::OpTrait | |
const llvm::Record * | def |
Kind | kind |
|
inlinestatic |
OpInterface InterfaceOpTrait::getOpInterface | ( | ) | const |
llvm::StringRef InterfaceOpTrait::getTrait | ( | ) | const |
bool InterfaceOpTrait::shouldDeclareMethods | ( | ) | const |