Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp342 bool allOperands = false, allOperandTypes = false, allResultTypes = false; member
1434 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()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td2369 // Base class for testing mixing allOperandTypes, allOperands, and
2387 // Test inferReturnTypes is called when allOperandTypes and allOperands is true.
2393 // Test inferReturnTypes is called when allOperandTypes is true and there is one
2400 // Test inferReturnTypes is called when allOperandTypes is true and there are