Home
last modified time | relevance | path

Searched defs:isOpInterface (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp179 emitInterfaceDefMethods(StringRef interfaceQualName,const Interface & interface,StringRef valueType,const Twine & implValue,raw_ostream & os,bool isOpInterface) emitInterfaceDefMethods() argument
208 bool isOpInterface = isa<OpInterface>(interface); emitInterfaceDef() local
456 bool isOpInterface = isa<OpInterface>(interface); emitTraitDecl() local
499 emitInterfaceDeclMethods(const Interface & interface,raw_ostream & os,StringRef valueType,bool isOpInterface,tblgen::FmtContext & extraDeclsFmt) emitInterfaceDeclMethods() argument
557 bool isOpInterface = isa<OpInterface>(interface); emitInterfaceDecl() local
[all...]