MLIR 24.0.0git
TosaGatherScatterHardening.cpp File Reference
#include "mlir/Dialect/Tosa/Transforms/Passes.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/Tosa/IR/TosaOps.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
#include <cstdint>
#include <type_traits>
#include "mlir/Dialect/Tosa/Transforms/Passes.h.inc"

Go to the source code of this file.

Classes

class  mlir::tosa::impl::TosaGatherScatterHardeningPassBase< DerivedT >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::tosa
namespace  mlir::tosa::impl

Macros

#define GEN_PASS_DEF_TOSAGATHERSCATTERHARDENINGPASS

Functions

std::unique_ptr<::mlir::Passmlir::tosa::impl::createTosaGatherScatterHardeningPass ()
std::unique_ptr<::mlir::Passmlir::tosa::createTosaGatherScatterHardeningPass ()

Macro Definition Documentation

◆ GEN_PASS_DEF_TOSAGATHERSCATTERHARDENINGPASS

#define GEN_PASS_DEF_TOSAGATHERSCATTERHARDENINGPASS

Definition at line 33 of file TosaGatherScatterHardening.cpp.