Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Conversion/VectorToSCF/
DVectorToSCF.h68 struct VectorTransferToSCFOptions { struct
70 VectorTransferToSCFOptions &setUnroll(bool u) { in setUnroll() argument
149 explicit VectorTransferRewriter(VectorTransferToSCFOptions options,
160 VectorTransferToSCFOptions options;
166 const VectorTransferToSCFOptions &options = VectorTransferToSCFOptions());
170 const VectorTransferToSCFOptions &options = VectorTransferToSCFOptions());
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp102 const VectorTransferToSCFOptions &options) in NDTransferOpHelper()
135 const VectorTransferToSCFOptions &options;
449 VectorTransferToSCFOptions options, MLIRContext *context) in VectorTransferRewriter()
691 const VectorTransferToSCFOptions &options) { in populateVectorToSCFConversionPatterns()
704 ConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in ConvertVectorToSCFPass()
712 patterns, context, VectorTransferToSCFOptions().setUnroll(fullUnroll)); in runOnFunction()
720 mlir::createConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in createConvertVectorToSCFPass()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DCodegenStrategy.h145 setVectorTransferToSCFOptions(VectorTransferToSCFOptions options) { in setVectorTransferToSCFOptions()
158 VectorTransferToSCFOptions vectorToSCFOptions;
/external/llvm-project/mlir/test/lib/Transforms/
DTestConvVectorization.cpp117 VectorTransferToSCFOptions()); in runOnOperation()
DTestLinalgCodegenStrategy.cpp140 VectorTransferToSCFOptions().setUnroll(unrollVectorTransfers)); in runOnFunction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc337 mlir::VectorTransferToSCFOptions().setUnroll(true)); in EmitLinalgMatmul()