Home
last modified time | relevance | path

Searched defs:populateInherentAttrs (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/unittests/IR/
H A DOpPropertiesTest.cpp127 static void populateInherentAttrs(MLIRContext *context, in populateInherentAttrs() function in __anonc23ba74e0111::OpWithProperties
/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h475 void populateInherentAttrs(Operation *op, NamedAttrList &attrs) final {} in populateInherentAttrs() function
H A DOperationSupport.h402 void populateInherentAttrs(Operation *op, NamedAttrList &attrs) const { populateInherentAttrs() function
590 void populateInherentAttrs(Operation *op, NamedAttrList &attrs) final { populateInherentAttrs() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp865 void OperationName::UnregisteredOpModel::populateInherentAttrs( populateInherentAttrs() function in OperationName::UnregisteredOpModel