Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOpTrait.h112 std::vector<StringRef> getAlwaysDeclaredMethods() const;
/external/llvm-project/mlir/lib/TableGen/
DOpTrait.cpp70 std::vector<StringRef> InterfaceOpTrait::getAlwaysDeclaredMethods() const { in getAlwaysDeclaredMethods() function in InterfaceOpTrait
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1601 auto alwaysDeclaredMethodsVec = opTrait->getAlwaysDeclaredMethods(); in genOpInterfaceMethods()