Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp179 class AllocOpPattern final : public OpConversionPattern<memref::AllocOp> { class
265 AllocOpPattern::matchAndRewrite(memref::AllocOp operation, OpAdaptor adaptor, in matchAndRewrite()
551 .add<AllocaOpPattern, AllocOpPattern, DeallocOpPattern, IntLoadOpPattern, in populateMemRefToSPIRVPatterns()