Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DPromotion.cpp57 auto staticBufferType = in allocBuffer() local
60 return b.createOrFold<memref::AllocaOp>(staticBufferType, ValueRange{}, in allocBuffer()
63 return b.createOrFold<memref::AllocOp>(staticBufferType, ValueRange{}, in allocBuffer()