Searched refs:origOutputType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | DialectConversion.cpp | 379 Kind kind = Target, Type origOutputType = nullptr) in UnresolvedMaterialization() argument 381 origOutputType(origOutputType) {} in UnresolvedMaterialization() 397 Type getOrigOutputType() const { return origOutputType; } in getOrigOutputType() 408 Type origOutputType; member in __anonef530a330311::UnresolvedMaterialization 417 Type origOutputType, TypeConverter *converter, in buildUnresolvedMaterialization() argument 429 origOutputType); in buildUnresolvedMaterialization() 434 Type origOutputType, Type outputType, TypeConverter *converter, in buildUnresolvedArgumentMaterialization() argument 438 rewriter.getInsertionPoint(), loc, inputs, outputType, origOutputType, in buildUnresolvedArgumentMaterialization() 813 Type origOutputType = origArg.getType(); in applySignatureConversion() local 816 Type outputType = origOutputType; in applySignatureConversion() [all …]
|