Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.h71 std::unique_ptr<OperationPass<ModuleOp>> createConvertVectorToLLVMPass(
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Pipelines/
H A DSparseTensorPipelines.cpp73 pm.addPass(createConvertVectorToLLVMPass(options.lowerVectorToLLVMOptions())); in buildSparseCompiler()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVMPass.cpp117 mlir::createConvertVectorToLLVMPass(const LowerVectorToLLVMOptions &options) { in createConvertVectorToLLVMPass() function in mlir
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td915 let constructor = "mlir::createConvertVectorToLLVMPass()";