Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp436 if (auto conversion = converter.convertBlockSignature(block)) in convertSignature()
727 FailureOr<Block *> convertBlockSignature(
1110 FailureOr<Block *> ConversionPatternRewriterImpl::convertBlockSignature( in convertBlockSignature() function in ConversionPatternRewriterImpl
1127 return *convertBlockSignature(&region->front(), defaultTypeConverter, in applySignatureConversion()
1142 convertBlockSignature(&region->front(), converter, entryConversion); in convertRegionTypes()
1144 if (failed(convertBlockSignature(&block, converter))) in convertRegionTypes()
1806 if (failed(impl.convertBlockSignature(action.block, *converter))) { in legalizePatternBlockActions()
2493 auto TypeConverter::convertBlockSignature(Block *block) in convertBlockSignature() function in TypeConverter
/external/llvm-project/mlir/include/mlir/Transforms/
DDialectConversion.h200 Optional<SignatureConversion> convertBlockSignature(Block *block);
/external/llvm-project/mlir/docs/
DDialectConversion.md404 `convertSignatureArgs`/`convertBlockSignature`/`isLegal(Region *|Type)`.