Home
last modified time | relevance | path

Searched defs:convertedType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/unittests/Dialect/Quant/
DQuantizationUtilsTest.cpp80 IntegerType convertedType = IntegerType::get(8, &ctx); in TEST() local
98 IntegerType convertedType = IntegerType::get(8, &ctx); in TEST() local
123 IntegerType convertedType = IntegerType::get(8, &ctx); in TEST() local
148 IntegerType convertedType = IntegerType::get(8, &ctx); in TEST() local
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
DConvertGPUToSPIRV.cpp152 auto convertedType = typeConverter.convertType(op.getResult().getType()); in matchAndRewrite() local
188 auto convertedType = typeConverter.convertType(argType.value()); in lowerAsEntryFunction() local
/external/llvm-project/mlir/lib/Dialect/Shape/Transforms/
DStructuralTypeConversions.cpp29 Type convertedType = getTypeConverter()->convertType(originalType); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
DSCFToSPIRV.cpp103 for (Type convertedType : returnTypes) { in replaceSCFOutputValue() local
254 auto convertedType = typeConverter.convertType(result.getType()); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVLowering.cpp483 auto convertedType = typeConverter.convertType(argType.value()); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp543 auto convertedType = typeConverter.convertType(type); in fromStaticShape() local