/llvm-project/mlir/lib/Conversion/VectorToArmSME/ |
H A D | VectorToArmSME.cpp | 486 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 D | LegalizeForLLVMExport.cpp | 180 auto maskType = createMaskOp.getVectorType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorDropLeadUnitDim.cpp | 258 VectorType maskType = read.getMaskType(); in matchAndRewrite() local 314 VectorType maskType = write.getMaskType(); in matchAndRewrite() local
|
H A D | LowerVectorMultiReduction.cpp | 460 ArrayRef<bool>{false, maskType.getScalableDims().back()}); in matchAndRewrite() local
|
H A D | VectorDistribute.cpp | 516 VectorType maskType; tryDistributeOp() local 903 VectorType maskType = matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Vector/Utils/ |
H A D | VectorUtils.cpp | 340 auto maskType = VectorType::get(readShape, builder.getI1Type()); createReadOrMaskedRead() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 2077 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 D | transformational.cpp | 637 auto maskType{mask.type().GetCategoryAndKind()}; RTDEF() local
|
/llvm-project/mlir/lib/Conversion/VectorToSCF/ |
H A D | VectorToSCF.cpp | 304 auto maskType = MemRefType::get({}, xferOp.getMask().getType()); allocBuffers() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 394 auto maskType = getCanonicalVecType(rewriter.getI1Type(), maskingMap); getOrCreateMaskFor() local 3234 auto maskType = depthwiseConv() local
|