Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp105 tblgen::FmtContext nonStaticMethodFmt; member in __anond275f65c0311::InterfaceGenerator
119 nonStaticMethodFmt.addSubst("_attr", castCode).withSelf(castCode); in AttrInterfaceGenerator()
133 nonStaticMethodFmt.addSubst("_this", "impl") in OpInterfaceGenerator()
149 nonStaticMethodFmt.addSubst("_type", castCode).withSelf(castCode); in TypeInterfaceGenerator()
300 os << tblgen::tgfmt(body->trim(), &nonStaticMethodFmt); in emitModelMethodsDef()
309 os << tblgen::tgfmt("return $_self.", &nonStaticMethodFmt); in emitModelMethodsDef()
377 method.isStatic() ? &ctx : &nonStaticMethodFmt); in emitModelMethodsDef()