Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp80 IntegerType convertedType = IntegerType::get(&ctx, 8); in TEST() local
98 IntegerType convertedType = IntegerType::get(&ctx, 8); in TEST() local
124 IntegerType convertedType = IntegerType::get(&ctx, 8); in TEST() local
150 IntegerType convertedType = IntegerType::get(&ctx, 8); in TEST() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp168 auto convertedType = in matchAndRewrite() local
206 auto convertedType = typeConverter.convertType(argType.value()); in lowerAsEntryFunction() local
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp138 for (Type convertedType : returnTypes) { in replaceSCFOutputValue() local
288 auto convertedType = typeConverter.convertType(result.getType()); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp67 auto convertedType = LLVM::LLVMStructType::getIdentified( in LLVMTypeConverter() local
H A DMemRefBuilder.cpp59 auto convertedType = typeConverter.convertType(type); in fromStaticShape() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp553 auto convertedType = getTypeConverter()->convertType(argType.value()); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp1120 Type convertedType = getTypeConverter() in matchAndRewrite() local