|
My Project
|
#include "mlir/Dialect/AffineOps/AffineOps.h"#include "mlir/Dialect/StandardOps/Ops.h"#include "mlir/IR/Function.h"#include "mlir/IR/IntegerSet.h"#include "mlir/IR/Matchers.h"#include "mlir/IR/OpImplementation.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Transforms/InliningUtils.h"#include "mlir/Transforms/SideEffectsInterface.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallBitVector.h"#include "llvm/Support/Debug.h"#include "mlir/Dialect/AffineOps/AffineOps.cpp.inc"
Macros | |
| #define | DEBUG_TYPE "affine-analysis" |
| #define | GET_OP_LIST |
| #define | GET_OP_CLASSES |
Functions | |
| template<typename AnyMemRefDefOp > | |
| bool | isMemRefSizeValidSymbol (AnyMemRefDefOp memrefDefOp, unsigned index) |
| ParseResult | parseAffineIfOp (OpAsmParser &parser, OperationState &result) |
| void | print (OpAsmPrinter &p, AffineIfOp op) |
| void | print (OpAsmPrinter &p, AffinePrefetchOp op) |
| LogicalResult | verify (AffinePrefetchOp op) |
| #define DEBUG_TYPE "affine-analysis" |
| #define GET_OP_CLASSES |
| #define GET_OP_LIST |
| bool isMemRefSizeValidSymbol | ( | AnyMemRefDefOp | memrefDefOp, |
| unsigned | index | ||
| ) |
Returns true if the 'index' dimension of the memref defined by memrefDefOp is a statically shaped one or defined using a valid symbol.
| ParseResult parseAffineIfOp | ( | OpAsmParser & | parser, |
| OperationState & | result | ||
| ) |
| void print | ( | OpAsmPrinter & | p, |
| AffineIfOp | op | ||
| ) |
| void print | ( | OpAsmPrinter & | p, |
| AffinePrefetchOp | op | ||
| ) |
| LogicalResult verify | ( | AffinePrefetchOp | op | ) |
1.8.13