Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp443 static Operation *getAutomaticAllocationScope(Operation *op) { in getAutomaticAllocationScope() function
560 Operation *scope = getAutomaticAllocationScope(xferOp); in splitFullAndPartialTransfer()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp272 static Operation *getAutomaticAllocationScope(Operation *op) { in getAutomaticAllocationScope() function
284 Operation *scope = getAutomaticAllocationScope(xferOp); in allocBuffers()