Home
last modified time | relevance | path

Searched refs:addStaticInlineMethod (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp881 auto *method = opClass.addStaticInlineMethod( in genAttrNameGetters()
908 auto *method = opClass.addStaticInlineMethod<Method::Private>( in genAttrNameGetters()
938 auto *method = opClass.addStaticInlineMethod( in genAttrNameGetters()
H A DAttrOrTypeDefGen.cpp511 Method *hash = storageCls->addStaticInlineMethod( in emitHashKey()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h623 Method *addStaticInlineMethod(RetTypeT &&retType, NameT &&name, in addStaticInlineMethod() function