Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp316 MemRefType deallocType = operation.memref().getType().cast<MemRefType>(); in matchAndRewrite() local
317 if (!isAllocationSupported(deallocType)) in matchAndRewrite()