Searched refs:createConvertVectorToLLVMPass (Results 1 – 4 of 4) sorted by relevance
71 std::unique_ptr<OperationPass<ModuleOp>> createConvertVectorToLLVMPass(
73 pm.addPass(createConvertVectorToLLVMPass(options.lowerVectorToLLVMOptions())); in buildSparseCompiler()
117 mlir::createConvertVectorToLLVMPass(const LowerVectorToLLVMOptions &options) { in createConvertVectorToLLVMPass() function in mlir
915 let constructor = "mlir::createConvertVectorToLLVMPass()";