Searched refs:allResultTypes (Results 1 – 2 of 2) sorted by relevance
405 : allOperands(false), allOperandTypes(false), allResultTypes(false) { in OperationFormat()442 bool allOperands, allOperandTypes, allResultTypes; member1283 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 …]
360 llvm::ArrayRef<mlir::Type> allResultTypes; in parseCoordinateOp() local374 allResultTypes = funcTy.getResults(); in parseCoordinateOp()375 result.addTypes(allResultTypes); in parseCoordinateOp()