Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp34 static bool defaultIsSmallAlloc(Value alloc, unsigned maximumSizeInBytes, in defaultIsSmallAlloc() argument
55 return type.getNumElements() * bitwidth <= maximumSizeInBytes * 8; in defaultIsSmallAlloc()