Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp342 bool allOperands = false, allOperandTypes = false, allResultTypes = false; member
1406 if (allResultTypes) { in genParserTypeResolution()
1583 if (!allResultTypes && in genParserVariadicSegmentResolution()
1640 if (!fmt.allResultTypes && in genAttrDictPrinter()
2541 if (fmt.allResultTypes) in verifyResults()
3080 if (!isRefChild && (fmt.allResultTypes || seenResultTypes.test(resIdx))) in parseTypeDirectiveOperand()
3083 if (isRefChild && !(fmt.allResultTypes || seenResultTypes.test(resIdx))) in parseTypeDirectiveOperand()
3095 if (!isRefChild && (fmt.allResultTypes || seenResultTypes.any())) in parseTypeDirectiveOperand()
3097 if (isRefChild && !fmt.allResultTypes) in parseTypeDirectiveOperand()
3100 fmt.allResultTypes = true; in parseTypeDirectiveOperand()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLOps.td320 %allResultTypes = pdl.types
321 %op = pdl.operation "builtin.unrealized_conversion_cast" -> (%allResultTypes : !pdl.types)
/llvm-project-15.0.7/mlir/docs/
H A DPDLL.md629 let root = op<my_dialect.foo> -> (allResultTypes: TypeRange);