#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/Types.h"
#include "mlir/IR/TypeSupport.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/TypeSwitch.h"
#include <utility>
#include "types.h"
#include "error.h"
#include "piccelerInterfaces.h.inc"
#include "piccelerOps.h.inc"
Go to the source code of this file.
|
| mlir::Value | picceler::createFloatConstant (mlir::OpBuilder &builder, mlir::Location loc, double value) |
| | Common utility function to create a constant float value in MLIR.
|
| mlir::Value | picceler::createIntConstant (mlir::OpBuilder &builder, mlir::Location loc, int64_t value) |
| | Common utility function to create a constant int value in MLIR.
|
◆ GET_OP_CLASSES