Home
last modified time | relevance | path

Searched defs:fullLocalView (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DPromotion.cpp108 OpBuilder &b, Value fullLocalView) { in defaultDeallocBufferCallBack()
242 Optional<Value> fullLocalView = allocationFn(b, subView, fullSizes, layout); in promoteSubviewAsNewBuffer() local
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h286 Value fullLocalView; member