Home
last modified time | relevance | path

Searched refs:addInlineMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h633 Method *addInlineMethod(RetTypeT &&retType, NameT &&name, Args &&...args) { in addInlineMethod() function
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp900 auto *method = opClass.addInlineMethod<Method::Private>( in genAttrNameGetters()
931 opClass.addInlineMethod("::mlir::StringAttr", methodName); in genAttrNameGetters()