|
MLIR
22.0.0git
|
Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::arith | |
Functions | |
| LLVM::FastmathFlags | mlir::arith::convertArithFastMathFlagsToLLVM (arith::FastMathFlags arithFMF) |
| Maps arithmetic fastmath enum values to LLVM enum values. More... | |
| LLVM::FastmathFlagsAttr | mlir::arith::convertArithFastMathAttrToLLVM (arith::FastMathFlagsAttr fmfAttr) |
| Creates an LLVM fastmath attribute from a given arithmetic fastmath attribute. More... | |
| LLVM::IntegerOverflowFlags | mlir::arith::convertArithOverflowFlagsToLLVM (arith::IntegerOverflowFlags arithFlags) |
| Maps arithmetic overflow enum values to LLVM enum values. More... | |
| LLVM::RoundingMode | mlir::arith::convertArithRoundingModeToLLVM (arith::RoundingMode roundingMode) |
| Creates an LLVM rounding mode enum value from a given arithmetic rounding mode enum value. More... | |
| LLVM::RoundingModeAttr | mlir::arith::convertArithRoundingModeAttrToLLVM (arith::RoundingModeAttr roundingModeAttr) |
| Creates an LLVM rounding mode attribute from a given arithmetic rounding mode attribute. More... | |
| LLVM::FPExceptionBehaviorAttr | mlir::arith::getLLVMDefaultFPExceptionBehavior (MLIRContext &context) |
| Returns an attribute for the default LLVM FP exception behavior. More... | |