Home
last modified time | relevance | path

Searched refs:VectorTransferToSCFOptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToSCF/
H A DVectorToSCF.h49 struct VectorTransferToSCFOptions { struct
52 VectorTransferToSCFOptions &setTargetRank(unsigned r) { in setTargetRank() argument
58 VectorTransferToSCFOptions &enableLowerPermutationMaps(bool l = true) { argument
65 VectorTransferToSCFOptions &enableLowerTensors(bool l = true) { argument
71 VectorTransferToSCFOptions &enableFullUnroll(bool u = true) { argument
80 const VectorTransferToSCFOptions &options = VectorTransferToSCFOptions());
84 const VectorTransferToSCFOptions &options = VectorTransferToSCFOptions());
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp43 VectorTransferToSCFOptions opt) in VectorToSCFPattern()
46 VectorTransferToSCFOptions options;
392 VectorTransferToSCFOptions options, in rewriteOp()
480 VectorTransferToSCFOptions options, in rewriteOp()
531 VectorTransferToSCFOptions options) { in checkPrepareXferOp()
1261 RewritePatternSet &patterns, const VectorTransferToSCFOptions &options) { in populateVectorToSCFConversionPatterns()
1286 ConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in ConvertVectorToSCFPass()
1294 VectorTransferToSCFOptions options; in runOnOperation()
1318 mlir::createConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in createConvertVectorToSCFPass()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h1077 VectorTransferToSCFOptions vectorTransferToSCFOptions;
1079 setVectorTransferToSCFOptions(VectorTransferToSCFOptions options) { in setVectorTransferToSCFOptions()