Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DDecomposeCallGraphTypes.cpp90 op.setType(rewriter.getFunctionType(conversion.getConvertedTypes(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp231 signatureConverter.getConvertedTypes(), llvm::None)); in matchAndRewrite()
H A DSPIRVConversion.cpp569 rewriter.getFunctionType(signatureConverter.getConvertedTypes(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp212 rewriter.getFunctionType(signatureConverter.getConvertedTypes(), in lowerAsEntryFunction()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp233 return LLVM::LLVMFunctionType::get(resultType, result.getConvertedTypes(), in convertFunctionSignature()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DDialectConversion.h53 ArrayRef<Type> getConvertedTypes() const { return argTypes; } in getConvertedTypes() function
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp756 auto convertedTypes = signatureConversion.getConvertedTypes(); in applySignatureConversion()
3090 result.getConvertedTypes(), newResults); in matchAndRewrite()