Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DTrait.h113 std::vector<StringRef> getAlwaysDeclaredMethods() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DTrait.cpp95 std::vector<StringRef> InterfaceTrait::getAlwaysDeclaredMethods() const { in getAlwaysDeclaredMethods() function in InterfaceTrait
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp420 auto alwaysDeclaredMethods = trait.getAlwaysDeclaredMethods(); in emitTraitMethods()
H A DOpDefinitionsGen.cpp2217 auto alwaysDeclaredMethodsVec = opTrait->getAlwaysDeclaredMethods(); in genOpInterfaceMethods()