Searched refs:getConvertedTypes (Results 1 – 8 of 8) sorted by relevance
50 func.setType(rewriter.getFunctionType(conversion.getConvertedTypes(), in matchAndRewrite()
86 op.setType(rewriter.getFunctionType(conversion.getConvertedTypes(), in matchAndRewrite()
224 signatureConverter.getConvertedTypes(), llvm::None)); in matchAndRewrite()
194 rewriter.getFunctionType(signatureConverter.getConvertedTypes(), in lowerAsEntryFunction()
54 ArrayRef<Type> getConvertedTypes() const { return argTypes; } in getConvertedTypes() function
492 rewriter.getFunctionType(signatureConverter.getConvertedTypes(), in matchAndRewrite()
447 auto convertedTypes = signatureConversion.getConvertedTypes(); in applySignatureConversion()2525 funcOp.setType(FunctionType::get(result.getConvertedTypes(), newResults, in matchAndRewrite()
243 argTypes.reserve(llvm::size(result.getConvertedTypes())); in convertFunctionSignature()244 for (Type type : result.getConvertedTypes()) in convertFunctionSignature()