Home
last modified time | relevance | path

Searched refs:VariableDecorator (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h73 struct VariableDecorator { struct
75 explicit VariableDecorator(const llvm::Record *def) : def(def) {} in VariableDecorator() argument
86 VariableDecorator (*)(llvm::Init *)> { argument
90 VariableDecorator (*)(llvm::Init *)>(it, in VariableDecoratorIterator()
92 static VariableDecorator unwrap(llvm::Init *init);
H A DSideEffects.h24 class SideEffect : public Operator::VariableDecorator {
38 static bool classof(const Operator::VariableDecorator *var);
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DSideEffects.cpp39 bool SideEffect::classof(const Operator::VariableDecorator *var) { in classof()
H A DOperator.cpp686 -> VariableDecorator { in unwrap()
687 return VariableDecorator(cast<llvm::DefInit>(init)->getDef()); in unwrap()