Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-pdll/Parser/
H A Dstmt.pdll37 // CHECK: `-VariableDecl {{.*}} Name<attrVar> Type<Attr>
45 let attrVar: Attr;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp1121 if (auto *attrVar = dyn_cast<AttributeVariable>(firstElement)) { in genElementParser() local
1122 genElementParser(attrVar, body, attrTypeCtx); in genElementParser()
1123 body << " if (" << attrVar->getVar()->name << "Attr) {\n"; in genElementParser()
2353 if (auto *attrVar = dyn_cast<AttributeVariable>(el)) { in isOptionallyParsed() local
2354 Attribute attr = attrVar->getVar()->attr; in isOptionallyParsed()