Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand_pattern_test.cpp119 std::vector<spv_operand_type_t> allOperandTypes() { in allOperandTypes() function
142 ::testing::ValuesIn(allOperandTypes()));
162 ::testing::ValuesIn(allOperandTypes()));
/external/deqp-deps/SPIRV-Tools/test/
Doperand_pattern_test.cpp119 std::vector<spv_operand_type_t> allOperandTypes() { in allOperandTypes() function
142 ::testing::ValuesIn(allOperandTypes()));
162 ::testing::ValuesIn(allOperandTypes()));
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Doperand_pattern_test.cpp119 std::vector<spv_operand_type_t> allOperandTypes() { in allOperandTypes() function
142 ::testing::ValuesIn(allOperandTypes()));
162 ::testing::ValuesIn(allOperandTypes()));
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp405 : allOperands(false), allOperandTypes(false), allResultTypes(false) { in OperationFormat()
442 bool allOperands, allOperandTypes, allResultTypes; member
1298 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()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp359 llvm::ArrayRef<mlir::Type> allOperandTypes; in parseCoordinateOp() local
373 allOperandTypes = funcTy.getInputs(); in parseCoordinateOp()
376 if (parser.resolveOperands(allOperands, allOperandTypes, allOperandLoc, in parseCoordinateOp()