|
MLIR 22.0.0git
|
#include "mlir/Dialect/Arith/Transforms/Passes.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Arith/Utils/Utils.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/IR/BuiltinTypes.h"#include "mlir/IR/Location.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Transforms/DialectConversion.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/ErrorHandling.h"#include <optional>#include "mlir/Dialect/Arith/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::arith::impl::ArithEmulateUnsupportedFloatsBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::arith |
| namespace | mlir::arith::impl |
Macros | |
| #define | GEN_PASS_DEF_ARITHEMULATEUNSUPPORTEDFLOATS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::arith::impl::createArithEmulateUnsupportedFloats () |
| std::unique_ptr<::mlir::Pass > | mlir::arith::impl::createArithEmulateUnsupportedFloats (ArithEmulateUnsupportedFloatsOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::arith::createArithEmulateUnsupportedFloats () |
| std::unique_ptr<::mlir::Pass > | mlir::arith::createArithEmulateUnsupportedFloats (ArithEmulateUnsupportedFloatsOptions options) |
| #define GEN_PASS_DEF_ARITHEMULATEUNSUPPORTEDFLOATS |
Definition at line 27 of file EmulateUnsupportedFloats.cpp.