Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp743 if (auto conversion = converter->convertBlockSignature(block)) in convertSignature()
908 FailureOr<Block *> convertBlockSignature(
1330 FailureOr<Block *> ConversionPatternRewriterImpl::convertBlockSignature( in convertBlockSignature() function in ConversionPatternRewriterImpl
1351 return *convertBlockSignature(&region->front(), converter, &conversion); in applySignatureConversion()
1366 convertBlockSignature(&region->front(), &converter, entryConversion); in convertRegionTypes()
1392 if (failed(convertBlockSignature(&block, &converter, blockConversion))) in convertNonEntryRegionTypes()
2075 if (failed(impl.convertBlockSignature(action.block, converter))) { in legalizePatternBlockActions()
3051 auto TypeConverter::convertBlockSignature(Block *block) in convertBlockSignature() function in TypeConverter
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DDialectConversion.h205 Optional<SignatureConversion> convertBlockSignature(Block *block);
/llvm-project-15.0.7/mlir/docs/
H A DDialectConversion.md412 `convertSignatureArgs`/`convertBlockSignature`/`isLegal(Region *|Type)`.