Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp162 Value allocAlignment = createIndexConstant(rewriter, loc, alignment); in allocateBuffer() local
167 sizeBytes = createAligned(rewriter, loc, sizeBytes, allocAlignment); in allocateBuffer()
172 createLLVMCall(rewriter, loc, allocFuncOp, {allocAlignment, sizeBytes}, in allocateBuffer()