Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOpTrait.h108 bool shouldDeclareMethods() const;
/external/llvm-project/mlir/lib/TableGen/
DOpTrait.cpp66 bool InterfaceOpTrait::shouldDeclareMethods() const { in shouldDeclareMethods() function in InterfaceOpTrait
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1636 if (opTrait->shouldDeclareMethods()) in genOpInterfaceMethods()