Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DTrait.h109 bool shouldDeclareMethods() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DTrait.cpp91 bool InterfaceTrait::shouldDeclareMethods() const { in shouldDeclareMethods() function in InterfaceTrait
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp309 if (trait->shouldDeclareMethods()) in emitInterfaceMethods()
H A DOpDefinitionsGen.cpp2252 if (opTrait->shouldDeclareMethods()) in genOpInterfaceMethods()