Home
last modified time | relevance | path

Searched defs:maskType (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp486 auto maskType = createMaskOp.getVectorType(); in decomposeResultMask() local
759 if (maskType.getRank() != 2 || !maskType.allDimsScalable()) in matchAndRewrite() local
710 auto maskType = writeOp.getVectorType().clone(rewriter.getI1Type()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/
H A DLegalizeForLLVMExport.cpp180 auto maskType = createMaskOp.getVectorType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp258 VectorType maskType = read.getMaskType(); in matchAndRewrite() local
314 VectorType maskType = write.getMaskType(); in matchAndRewrite() local
H A DLowerVectorMultiReduction.cpp460 ArrayRef<bool>{false, maskType.getScalableDims().back()}); in matchAndRewrite() local
H A DVectorDistribute.cpp516 VectorType maskType; tryDistributeOp() local
903 VectorType maskType = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp340 auto maskType = VectorType::get(readShape, builder.getI1Type()); createReadOrMaskedRead() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2077 VectorType maskType = createMaskOp.getVectorType(); matchAndRewrite() local
3885 verifyTransferOp(VectorTransferOpInterface op,ShapedType shapedType,VectorType vectorType,VectorType maskType,VectorType inferredMaskType,AffineMap permutationMap,ArrayAttr inBounds) verifyTransferOp() argument
4056 auto maskType = inferTransferOpMaskType(vectorType, permMap); parse() local
4071 VectorType maskType = getMaskType(); verify() local
4426 auto maskType = inferTransferOpMaskType(vectorType, permMap); parse() local
4450 VectorType maskType = getMaskType(); verify() local
6065 Type maskType; parse() local
[all...]
/llvm-project/flang/runtime/
H A Dtransformational.cpp637 auto maskType{mask.type().GetCategoryAndKind()}; RTDEF() local
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp304 auto maskType = MemRefType::get({}, xferOp.getMask().getType()); allocBuffers() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp394 auto maskType = getCanonicalVecType(rewriter.getI1Type(), maskingMap); getOrCreateMaskFor() local
3234 auto maskType = depthwiseConv() local