Searched refs:allOperandTypes (Results 1 – 2 of 2) sorted by relevance
342 bool allOperands = false, allOperandTypes = false, allResultTypes = false; member1434 if (allOperandTypes) { in genParserOperandTypeResolution()2491 if (fmt.allOperandTypes || seenOperandTypes.test(i)) in verifyOperands()3071 if (!isRefChild && (fmt.allOperandTypes || seenOperandTypes.test(opIdx))) in parseTypeDirectiveOperand()3074 if (isRefChild && !(fmt.allOperandTypes || seenOperandTypes.test(opIdx))) in parseTypeDirectiveOperand()3088 if (!isRefChild && (fmt.allOperandTypes || seenOperandTypes.any())) in parseTypeDirectiveOperand()3090 if (isRefChild && !fmt.allOperandTypes) in parseTypeDirectiveOperand()3093 fmt.allOperandTypes = true; in parseTypeDirectiveOperand()
2369 // Base class for testing mixing allOperandTypes, allOperands, and2387 // Test inferReturnTypes is called when allOperandTypes and allOperands is true.2393 // Test inferReturnTypes is called when allOperandTypes is true and there is one2400 // Test inferReturnTypes is called when allOperandTypes is true and there are