Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp91 static bool isAllocationSupported(Operation *allocOp, MemRefType type) { in isAllocationSupported() function
249 if (!isAllocationSupported(allocaOp, allocType)) in matchAndRewrite()
268 if (!isAllocationSupported(operation, allocType)) in matchAndRewrite()
307 if (!isAllocationSupported(operation, deallocType)) in matchAndRewrite()