Searched refs:allOperandTypes (Results 1 – 5 of 5) sorted by relevance
119 std::vector<spv_operand_type_t> allOperandTypes() { in allOperandTypes() function142 ::testing::ValuesIn(allOperandTypes()));162 ::testing::ValuesIn(allOperandTypes()));
405 : allOperands(false), allOperandTypes(false), allResultTypes(false) { in OperationFormat()442 bool allOperands, allOperandTypes, allResultTypes; member1298 if (allOperandTypes) { in genParserTypeResolution()2317 if (fmt.allOperandTypes || seenOperandTypes.test(i)) in verifyOperands()2924 if (!isTypeRef && (fmt.allOperandTypes || seenOperandTypes.test(opIdx))) in parseTypeDirectiveOperand()2927 if (isTypeRef && !(fmt.allOperandTypes || seenOperandTypes.test(opIdx))) in parseTypeDirectiveOperand()2941 if (!isTypeRef && (fmt.allOperandTypes || seenOperandTypes.any())) in parseTypeDirectiveOperand()2943 if (isTypeRef && !(fmt.allOperandTypes || seenOperandTypes.all())) in parseTypeDirectiveOperand()2947 fmt.allOperandTypes = true; in parseTypeDirectiveOperand()
359 llvm::ArrayRef<mlir::Type> allOperandTypes; in parseCoordinateOp() local373 allOperandTypes = funcTy.getInputs(); in parseCoordinateOp()376 if (parser.resolveOperands(allOperands, allOperandTypes, allOperandLoc, in parseCoordinateOp()