My Project
|
#include "mlir/Analysis/AffineStructures.h"
#include "mlir/Dialect/AffineOps/AffineOps.h"
#include "mlir/Dialect/StandardOps/Ops.h"
#include "mlir/IR/AffineExprVisitor.h"
#include "mlir/IR/IntegerSet.h"
#include "mlir/Support/LLVM.h"
#include "mlir/Support/MathExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Macros | |
#define | DEBUG_TYPE "affine-structures" |
#define | DEBUG_TYPE "fm" |
#define | DEBUG_TYPE "affine-structures" |
Enumerations | |
enum | BoundCmpResult |
Functions | |
bool | detectAsFloorDiv (const FlatAffineConstraints &cst, unsigned pos, SmallVectorImpl< AffineExpr > *memo, MLIRContext *context) |
#define DEBUG_TYPE "affine-structures" |
#define DEBUG_TYPE "fm" |
#define DEBUG_TYPE "affine-structures" |
enum BoundCmpResult |
bool detectAsFloorDiv | ( | const FlatAffineConstraints & | cst, |
unsigned | pos, | ||
SmallVectorImpl< AffineExpr > * | memo, | ||
MLIRContext * | context | ||
) |