Home
last modified time | relevance | path

Searched refs:createConvertVectorToSCFPass (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToSCF/
H A DVectorToSCF.h83 std::unique_ptr<Pass> createConvertVectorToSCFPass(
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Pipelines/
H A DSparseTensorPipelines.cpp70 pm.addNestedPass<func::FuncOp>(createConvertVectorToSCFPass()); in buildSparseCompiler()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp1318 mlir::createConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in createConvertVectorToSCFPass() function in mlir
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td879 let constructor = "mlir::createConvertVectorToSCFPass()";