MLIR  19.0.0git
Classes | Namespaces | Functions
GPUOpsLowering.h File Reference
#include "mlir/Conversion/LLVMCommon/Pattern.h"
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"

Go to the source code of this file.

Classes

struct  mlir::GPUDynamicSharedMemoryOpLowering
 Lowering for gpu.dynamic.shared.memory to LLVM dialect. More...
 
struct  mlir::GPUFuncOpLowering
 
struct  mlir::GPUPrintfOpToHIPLowering
 The lowering of gpu.printf to a call to HIP hostcalls. More...
 
struct  mlir::GPUPrintfOpToLLVMCallLowering
 The lowering of gpu.printf to a call to an external printf() function. More...
 
struct  mlir::GPUPrintfOpToVPrintfLowering
 Lowering of gpu.printf to a vprintf standard library. More...
 
struct  mlir::GPUReturnOpLowering
 
struct  mlir::ScalarizeVectorOpLowering< SourceOp >
 Rewriting that unrolls SourceOp to scalars if it's operating on vectors. More...
 

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::impl
 Attribute collections provide a dictionary-like interface.
 

Functions

LogicalResult mlir::impl::scalarizeVectorOp (Operation *op, ValueRange operands, ConversionPatternRewriter &rewriter, const LLVMTypeConverter &converter)
 Unrolls op if it's operating on vectors. More...