Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.h30 static Value createAligned(ConversionPatternRewriter &rewriter, Location loc,
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.cpp14 Value AllocLikeOpLLVMLowering::createAligned( in createAligned() function in AllocLikeOpLLVMLowering
H A DMemRefToLLVM.cpp85 createAligned(rewriter, loc, allocatedInt, alignment); in allocateBuffer()
167 sizeBytes = createAligned(rewriter, loc, sizeBytes, allocAlignment); in allocateBuffer()