|
MLIR
22.0.0git
|
#include "mlir/TableGen/Predicate.h"
Inheritance diagram for mlir::tblgen::CombinedPred:Public Member Functions | |
| CombinedPred (const llvm::Record *record) | |
| CombinedPred (const llvm::Init *init) | |
| std::string | getConditionImpl () const |
| const llvm::Record * | getCombinerDef () const |
| std::vector< const llvm::Record * > | getChildren () const |
Public Member Functions inherited from mlir::tblgen::Pred | |
| Pred () | |
| Pred (const llvm::Record *record) | |
| Pred (const llvm::Init *init) | |
| bool | isNull () const |
| std::string | getCondition () const |
| bool | isCombined () const |
| ArrayRef< SMLoc > | getLoc () const |
| bool | operator== (const Pred &other) const |
| operator bool () const | |
| const llvm::Record & | getDef () const |
| Return the underlying def. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mlir::tblgen::Pred | |
| const llvm::Record * | def {nullptr} |
Definition at line 93 of file Predicate.h.
|
explicit |
|
explicit |
| std::vector< const Record * > CombinedPred::getChildren | ( | ) | const |
Definition at line 84 of file Predicate.cpp.
References mlir::tblgen::Pred::def.
| const Record * CombinedPred::getCombinerDef | ( | ) | const |
Definition at line 79 of file Predicate.cpp.
References mlir::tblgen::Pred::def.
| std::string CombinedPred::getConditionImpl | ( | ) | const |
Definition at line 365 of file Predicate.cpp.
References buildPredicateTree(), getCombinedCondition(), and propagateGroundTruth().