CIRCT
20.0.0git
|
#include "circt/Dialect/Arc/ArcCostModel.h"
#include "circt/Dialect/Comb/CombOps.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include <algorithm>
Go to the source code of this file.
Enumerations | |
enum class | OperationCost : size_t { NOCOST , NORMALCOST , PACKCOST = 2 , EXTRACTCOST = 3 , CONCATCOST = 3 , SAMEVECTORNOSHUFFLE = 0 , SAMEVECTORSHUFFLECOST = 2 , DIFFERENTVECTORNOSHUFFLE = 2 , DIFFERENTVECTORSHUFFLECOST = 3 } |
|
strong |
Enumerator | |
---|---|
NOCOST | |
NORMALCOST | |
PACKCOST | |
EXTRACTCOST | |
CONCATCOST | |
SAMEVECTORNOSHUFFLE | |
SAMEVECTORSHUFFLECOST | |
DIFFERENTVECTORNOSHUFFLE | |
DIFFERENTVECTORSHUFFLECOST |
Definition at line 20 of file ArcCostModel.cpp.