Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp405 : allOperands(false), allOperandTypes(false), allResultTypes(false) { in OperationFormat()
442 bool allOperands, allOperandTypes, allResultTypes; member
1283 if (allResultTypes) { in genParserTypeResolution()
1435 if (!allResultTypes && in genParserVariadicSegmentResolution()
1480 if (!fmt.allResultTypes && in genAttrDictPrinter()
2368 if (fmt.allResultTypes) in verifyResults()
2933 if (!isTypeRef && (fmt.allResultTypes || seenResultTypes.test(resIdx))) in parseTypeDirectiveOperand()
2936 if (isTypeRef && !(fmt.allResultTypes || seenResultTypes.test(resIdx))) in parseTypeDirectiveOperand()
2949 if (!isTypeRef && (fmt.allResultTypes || seenResultTypes.any())) in parseTypeDirectiveOperand()
2951 if (isTypeRef && !(fmt.allResultTypes || seenResultTypes.all())) in parseTypeDirectiveOperand()
[all …]
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp360 llvm::ArrayRef<mlir::Type> allResultTypes; in parseCoordinateOp() local
374 allResultTypes = funcTy.getResults(); in parseCoordinateOp()
375 result.addTypes(allResultTypes); in parseCoordinateOp()