#include "circt/Dialect/LLHD/IR/LLHDOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Support/CustomDirectiveImpl.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/Region.h"
#include "mlir/IR/Types.h"
#include "mlir/IR/Value.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "circt/Dialect/LLHD/IR/LLHD.cpp.inc"
#include "circt/Dialect/LLHD/IR/LLHDEnums.cpp.inc"
Go to the source code of this file.
|
| static Value | getValueAtIndex (OpBuilder &builder, Location loc, Value val, unsigned index) |
| |
| template<class Op > |
| static OpFoldResult | foldSigPtrExtractOp (Op op, ArrayRef< Attribute > operands) |
| |
| template<class Op > |
| static LogicalResult | canonicalizeSigPtrArraySliceOp (Op op, PatternRewriter &rewriter) |
| |
| static void | getSortedPtrs (DenseMap< Attribute, MemorySlot > &subslots, SmallVectorImpl< std::pair< unsigned, Value > > &sorted) |
| |
| static LogicalResult | verifyYieldResults (Operation *op, ValueRange yieldOperands) |
| |
◆ GET_OP_CLASSES
◆ canonicalizeSigPtrArraySliceOp()
template<class Op >
| static LogicalResult canonicalizeSigPtrArraySliceOp |
( |
Op |
op, |
|
|
PatternRewriter & |
rewriter |
|
) |
| |
|
static |
◆ foldSigPtrExtractOp()
template<class Op >
| static OpFoldResult foldSigPtrExtractOp |
( |
Op |
op, |
|
|
ArrayRef< Attribute > |
operands |
|
) |
| |
|
static |
◆ getSortedPtrs()
| static void getSortedPtrs |
( |
DenseMap< Attribute, MemorySlot > & |
subslots, |
|
|
SmallVectorImpl< std::pair< unsigned, Value > > & |
sorted |
|
) |
| |
|
static |
◆ getValueAtIndex()
| static Value getValueAtIndex |
( |
OpBuilder & |
builder, |
|
|
Location |
loc, |
|
|
Value |
val, |
|
|
unsigned |
index |
|
) |
| |
|
static |
◆ verifyYieldResults()
| static LogicalResult verifyYieldResults |
( |
Operation * |
op, |
|
|
ValueRange |
yieldOperands |
|
) |
| |
|
static |