Home
last modified time | relevance | path

Searched refs:force32BitVectorIndices (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVMPass.cpp37 this->force32BitVectorIndices = options.force32BitVectorIndices; in LowerVectorToLLVMPass()
80 populateVectorMaskMaterializationPatterns(patterns, force32BitVectorIndices); in runOnOperation()
84 converter, patterns, reassociateFPReductions, force32BitVectorIndices); in runOnOperation()
H A DConvertVectorToLLVM.cpp1000 force32BitVectorIndices(enableIndexOpt) {} in VectorCreateMaskOpRewritePattern()
1008 force32BitVectorIndices ? rewriter.getI32Type() : rewriter.getI64Type(); in matchAndRewrite()
1023 const bool force32BitVectorIndices; member in __anon9084af800111::VectorCreateMaskOpRewritePattern
1285 bool reassociateFPReductions, bool force32BitVectorIndices) { in populateVectorToLLVMConversionPatterns() argument
1290 patterns.add<VectorCreateMaskOpRewritePattern>(ctx, force32BitVectorIndices); in populateVectorToLLVMConversionPatterns()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.h31 force32BitVectorIndices = b;
52 bool force32BitVectorIndices{true};
68 bool reassociateFPReductions = false, bool force32BitVectorIndices = false);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.h110 bool force32BitVectorIndices);
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2479 bool force32BitVectorIndices, int64_t dim, in buildVectorComparison() argument
2486 force32BitVectorIndices ? rewriter.getI32Type() : rewriter.getI64Type(); in buildVectorComparison()
2488 if (dim == 0 && force32BitVectorIndices) { in buildVectorComparison()
2494 } else if (force32BitVectorIndices) { in buildVectorComparison()
2521 force32BitVectorIndices(enableIndexOpt) {} in MaterializeTransferMask()
2564 const bool force32BitVectorIndices; member
2574 force32BitVectorIndices(enableIndexOpt) {} in VectorCreateMaskOpConversion()
2585 op, buildVectorComparison(rewriter, op, force32BitVectorIndices, in matchAndRewrite()
2592 const bool force32BitVectorIndices; member in VectorCreateMaskOpConversion
2885 RewritePatternSet &patterns, bool force32BitVectorIndices) { in populateVectorMaskMaterializationPatterns() argument
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td922 Option<"force32BitVectorIndices", "force-32bit-vector-indices",