Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp677 : argConverter(rewriter) {} in ConversionPatternRewriterImpl()
782 ArgConverter argConverter; member
877 argConverter.notifyOpRemoved(repl.first); in applyRewrites()
905 argConverter.applyRewrites(mapping); in applyRewrites()
1024 argConverter.discardRewrites(action.block); in undoBlockActions()
1114 conversion ? argConverter.applySignatureConversion(block, converter, in convertBlockSignature()
1116 : argConverter.convertSignature(block, converter, mapping); in convertBlockSignature()
1136 argConverter.setConverter(region, &converter); in convertRegionTypes()
1805 impl.argConverter.getConverter(action.block->getParent())) { in legalizePatternBlockActions()
2249 if (failed(rewriterImpl.argConverter.materializeLiveConversions( in legalizeConvertedArgumentTypes()