Searched defs:populateInherentAttrs (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/unittests/IR/ | ||
H A D | OpPropertiesTest.cpp | 127 static void populateInherentAttrs(MLIRContext *context, in populateInherentAttrs() function in __anonc23ba74e0111::OpWithProperties |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | ExtensibleDialect.h | 475 void populateInherentAttrs(Operation *op, NamedAttrList &attrs) final {} in populateInherentAttrs() function |
H A D | OperationSupport.h | 402 void populateInherentAttrs(Operation *op, NamedAttrList &attrs) const { populateInherentAttrs() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | MLIRContext.cpp | 865 void OperationName::UnregisteredOpModel::populateInherentAttrs( populateInherentAttrs() function in OperationName::UnregisteredOpModel |