Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp33 static bool hasStaticIdentityLayout(MemRefType type) { in hasStaticIdentityLayout() function
50 if (!hasStaticIdentityLayout(memrefType) && in updateFuncOp()
140 if (!hasStaticIdentityLayout(memrefType)) { in updateCalls()