13#ifndef FLANG_OPTIMIZER_BUILDER_LOWLEVELINTRINSICS_H
14#define FLANG_OPTIMIZER_BUILDER_LOWLEVELINTRINSICS_H
37mlir::func::FuncOp
getRealloc(FirOpBuilder &builder);
Definition: BoxValue.h:445
mlir::func::FuncOp getFeclearexcept(FirOpBuilder &builder)
Get the libm (fenv.h) feclearexcept function.
Definition: LowLevelIntrinsics.cpp:96
mlir::func::FuncOp getLlvmSetRounding(FirOpBuilder &builder)
Get the llvm.set.rounding intrinsic.
Definition: LowLevelIntrinsics.cpp:71
mlir::func::FuncOp getLlvmMemmove(FirOpBuilder &builder)
Get the LLVM intrinsic for memmove. Use the 64 bit version.
Definition: LowLevelIntrinsics.cpp:34
mlir::func::FuncOp getLlvmInitTrampoline(FirOpBuilder &builder)
Get the llvm.init.trampoline intrinsic.
Definition: LowLevelIntrinsics.cpp:80
mlir::func::FuncOp getFedisableexcept(FirOpBuilder &builder)
Get the libm (fenv.h) fedisableexcept function.
Definition: LowLevelIntrinsics.cpp:105
mlir::func::FuncOp getLlvmMemcpy(FirOpBuilder &builder)
Get the LLVM intrinsic for memcpy. Use the 64 bit version.
Definition: LowLevelIntrinsics.cpp:24
mlir::func::FuncOp getLlvmAdjustTrampoline(FirOpBuilder &builder)
Get the llvm.adjust.trampoline intrinsic.
Definition: LowLevelIntrinsics.cpp:89
mlir::func::FuncOp getFegetexcept(FirOpBuilder &builder)
Get the libm (fenv.h) fegetexcept function.
Definition: LowLevelIntrinsics.cpp:121
mlir::func::FuncOp getFeenableexcept(FirOpBuilder &builder)
Get the libm (fenv.h) feenableexcept function.
Definition: LowLevelIntrinsics.cpp:113
mlir::func::FuncOp getLlvmGetRounding(FirOpBuilder &builder)
Get the llvm.get.rounding intrinsic.
Definition: LowLevelIntrinsics.cpp:62
mlir::func::FuncOp getLlvmMemset(FirOpBuilder &builder)
Get the LLVM intrinsic for memset. Use the 64 bit version.
Definition: LowLevelIntrinsics.cpp:44
mlir::func::FuncOp getRealloc(FirOpBuilder &builder)
Get the C standard library realloc function.
Definition: LowLevelIntrinsics.cpp:54
mlir::func::FuncOp getFeraiseexcept(FirOpBuilder &builder)
Get the libm (fenv.h) feraiseexcept function.
Definition: LowLevelIntrinsics.cpp:128
mlir::func::FuncOp getFetestexcept(FirOpBuilder &builder)
Get the libm (fenv.h) fetestexcept function.
Definition: LowLevelIntrinsics.cpp:136
Definition: AbstractConverter.h:31
Definition: AbstractConverter.h:27