Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp439 Record *argDef = argDefInit->getDef(); in populateOpStructure() local
440 if (argDef->isSubClassOf(opVarClass)) in populateOpStructure()
441 argDef = argDef->getValueAsDef("constraint"); in populateOpStructure()
443 if (argDef->isSubClassOf(typeConstraintClass)) { in populateOpStructure()
446 } else if (argDef->isSubClassOf(attrClass)) { in populateOpStructure()
449 if (argDef->isSubClassOf(derivedAttrClass)) in populateOpStructure()
450 PrintFatalError(argDef->getLoc(), in populateOpStructure()
489 if (argDef->isSubClassOf(opVarClass)) in populateOpStructure()
490 argDef = argDef->getValueAsDef("constraint"); in populateOpStructure()
492 if (argDef->isSubClassOf(typeConstraintClass)) { in populateOpStructure()
[all …]
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserState.cpp309 SMDefinition &argDef = blockDef.arguments[arg.getArgNumber()]; in addUses() local
311 argDef.uses.emplace_back(convertIdLocToRange(loc)); in addUses()