Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp2650 auto checkTypeOperand = [&](Element *typeEle) { in parseOptional() argument
2651 auto *opVar = dyn_cast<OperandVariable>(typeEle); in parseOptional()
2659 if (auto *typeEle = dyn_cast<TypeRefDirective>(ele.get())) { in parseOptional() local
2660 if (failed(checkTypeOperand(typeEle->getOperand()))) in parseOptional()
2662 } else if (auto *typeEle = dyn_cast<TypeDirective>(ele.get())) { in parseOptional() local
2663 if (failed(checkTypeOperand(typeEle->getOperand()))) in parseOptional()
2665 } else if (auto *typeEle = dyn_cast<FunctionalTypeDirective>(ele.get())) { in parseOptional() local
2666 if (failed(checkTypeOperand(typeEle->getInputs())) || in parseOptional()
2667 failed(checkTypeOperand(typeEle->getResults()))) in parseOptional()
2788 if (auto *typeEle = dyn_cast<TypeRefDirective>(ele.get())) { in parseCustomDirective() local
[all …]