Home
last modified time | relevance | path

Searched refs:AllocLikeOpLLVMLowering (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.h17 struct AllocLikeOpLLVMLowering : public ConvertToLLVMPattern { struct
22 explicit AllocLikeOpLLVMLowering(StringRef opName, in AllocLikeOpLLVMLowering() function
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.cpp14 Value AllocLikeOpLLVMLowering::createAligned( in createAligned()
24 LogicalResult AllocLikeOpLLVMLowering::matchAndRewrite( in matchAndRewrite()
H A DMemRefToLLVM.cpp33 struct AllocOpLowering : public AllocLikeOpLLVMLowering {
35 : AllocLikeOpLLVMLowering(memref::AllocOp::getOperationName(), in AllocOpLowering()
94 struct AlignedAllocOpLowering : public AllocLikeOpLLVMLowering {
96 : AllocLikeOpLLVMLowering(memref::AllocOp::getOperationName(), in AlignedAllocOpLowering()
190 struct AllocaOpLowering : public AllocLikeOpLLVMLowering {
192 : AllocLikeOpLLVMLowering(memref::AllocaOp::getOperationName(), in AllocaOpLowering()
643 struct GetGlobalMemrefOpLowering : public AllocLikeOpLLVMLowering {
645 : AllocLikeOpLLVMLowering(memref::GetGlobalOp::getOperationName(), in GetGlobalMemrefOpLowering()