Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp167 createODSNativePDLLConstraintDecl(StringRef name, StringRef codeBlock,
172 createODSNativePDLLConstraintDecl(const tblgen::Constraint &constraint,
888 decls.push_back(createODSNativePDLLConstraintDecl<ast::AttrConstraintDecl>( in processTdIncludeRecords()
898 decls.push_back(createODSNativePDLLConstraintDecl<ast::TypeConstraintDecl>( in processTdIncludeRecords()
921 decls.push_back(createODSNativePDLLConstraintDecl<ast::OpConstraintDecl>( in processTdIncludeRecords()
927 ast::Decl *Parser::createODSNativePDLLConstraintDecl( in createODSNativePDLLConstraintDecl() function in Parser
949 Parser::createODSNativePDLLConstraintDecl(const tblgen::Constraint &constraint, in createODSNativePDLLConstraintDecl() function in Parser
970 return createODSNativePDLLConstraintDecl<ConstraintT>( in createODSNativePDLLConstraintDecl()