Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp169 for (auto &method : interface.getMethods()) { in emitInterfaceDef()
207 for (auto &method : interface.getMethods()) { in emitConceptDecl()
233 interface.getMethods(), os, in emitModelDecl()
238 for (auto &method : interface.getMethods()) { in emitModelDecl()
257 for (auto &method : interface.getMethods()) { in emitModelDecl()
285 for (auto &method : interface.getMethods()) { in emitModelMethodsDef()
319 for (auto &method : interface.getMethods()) { in emitModelMethodsDef()
346 for (auto &method : interface.getMethods()) { in emitModelMethodsDef()
393 for (auto &method : interface.getMethods()) { in emitTraitDecl()
472 for (auto &method : interface.getMethods()) { in emitInterfaceDecl()
[all …]
H A DAttrOrTypeDefGen.cpp426 for (auto &method : iface.getMethods()) { in emitTraitMethods()
H A DOpDefinitionsGen.cpp2222 for (const InterfaceMethod &method : interface.getMethods()) { in genOpInterfaceMethods()
2366 for (const InterfaceMethod &interfaceMethod : interface.getMethods()) { in genTypeInterfaceMethods()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DInterfaces.h83 ArrayRef<InterfaceMethod> getMethods() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DInterfaces.cpp93 ArrayRef<InterfaceMethod> Interface::getMethods() const { return methods; } in getMethods() function in Interface
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp338 for (auto &M : MethodList.getMethods()) { in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h759 ArrayRef<OneMethodRecord> getMethods() const { return Methods; } in getMethods() function