Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/ArithmeticToLLVM/
H A DArithmeticToLLVM.h24 std::unique_ptr<Pass> createConvertArithmeticToLLVMPass();
/llvm-project-15.0.7/mlir/unittests/ExecutionEngine/
H A DInvoke.cpp58 mlir::arith::createConvertArithmeticToLLVMPass()); in lowerToLLVMDialect()
/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToLLVM/
H A DArithmeticToLLVM.cpp303 std::unique_ptr<Pass> mlir::arith::createConvertArithmeticToLLVMPass() { in createConvertArithmeticToLLVMPass() function in mlir::arith
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td104 let constructor = "mlir::arith::createConvertArithmeticToLLVMPass()";