Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp352 if (ast::RangeType rangeTy = type.dyn_cast<ast::RangeType>()) { in genNonInitializerVar() local
353 ast::Type eleTy = rangeTy.getElementType(); in genNonInitializerVar()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp438 ast::Type rangeTy);
2910 ast::Type rangeTy) { in validateOperationOperandsOrResults() argument
2913 if (failed(convertExpressionTo(values[0], rangeTy))) in validateOperationOperandsOrResults()
2934 ast::Type expectedType = odsValues[i].isVariadic() ? rangeTy : singleTy; in validateOperationOperandsOrResults()
2947 if (valueExprType == rangeTy || valueExprType == singleTy) in validateOperationOperandsOrResults()
2964 singleTy, rangeTy, valueExprType)); in validateOperationOperandsOrResults()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp392 .Case<pdl::RangeType>([](pdl::RangeType rangeTy) { in appendPDLValueKind() argument
393 if (rangeTy.getElementType().isa<pdl::TypeType>()) in appendPDLValueKind()
602 if (auto rangeTy = value.getType().dyn_cast<pdl::RangeType>()) { in allocateMemoryIndices() local
603 Type eleType = rangeTy.getElementType(); in allocateMemoryIndices()