Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp258 if (!method.getDefaultImplementation()) in emitModelDecl()
347 if (!method.getDefaultImplementation()) in emitModelMethodsDef()
376 os << tblgen::tgfmt(method.getDefaultImplementation()->trim(), in emitModelMethodsDef()
400 auto defaultImpl = method.getDefaultImplementation(); in emitTraitDecl()
H A DAttrOrTypeDefGen.cpp429 if (method.getBody() || (method.getDefaultImplementation() && in emitTraitMethods()
H A DOpDefinitionsGen.cpp2228 if (method.getDefaultImplementation() && in genOpInterfaceMethods()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DInterfaces.h49 llvm::Optional<StringRef> getDefaultImplementation() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DInterfaces.cpp52 llvm::Optional<StringRef> InterfaceMethod::getDefaultImplementation() const { in getDefaultImplementation() function in InterfaceMethod