Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_tf_framework.cc50 func.setType(rewriter.getFunctionType(conversion.getConvertedTypes(), in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DDecomposeCallGraphTypes.cpp86 op.setType(rewriter.getFunctionType(conversion.getConvertedTypes(), in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
DLowerABIAttributesPass.cpp224 signatureConverter.getConvertedTypes(), llvm::None)); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
DConvertGPUToSPIRV.cpp194 rewriter.getFunctionType(signatureConverter.getConvertedTypes(), in lowerAsEntryFunction()
/external/llvm-project/mlir/include/mlir/Transforms/
DDialectConversion.h54 ArrayRef<Type> getConvertedTypes() const { return argTypes; } in getConvertedTypes() function
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp492 rewriter.getFunctionType(signatureConverter.getConvertedTypes(), in matchAndRewrite()
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp447 auto convertedTypes = signatureConversion.getConvertedTypes(); in applySignatureConversion()
2525 funcOp.setType(FunctionType::get(result.getConvertedTypes(), newResults, in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp243 argTypes.reserve(llvm::size(result.getConvertedTypes())); in convertFunctionSignature()
244 for (Type type : result.getConvertedTypes()) in convertFunctionSignature()