Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Dialect/ArmSME/
H A DTileTypeConversionTest.cpp39 SmallVector<Type> convertedType; in TEST_F() local
46 SmallVector<Type> convertedType; in TEST_F() local
/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp72 for (Type convertedType : returnTypes) { in replaceSCFOutputValue() local
266 auto convertedType = typeConverter.convertType(result.getType()); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp122 auto convertedType = cast<MemRefType>(adaptor.getBase().getType()); matchAndRewrite() local
188 auto convertedType = cast<MemRefType>(adaptor.getBase().getType()); matchAndRewrite() local
275 auto convertedType = cast<MemRefType>(adaptor.getBase().getType()); matchAndRewrite() local
346 auto convertedType = cast<MemRefType>(adaptor.getBase().getType()); matchAndRewrite() local
457 auto convertedType = cast<MemRefType>(adaptor.getSource().getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/
H A DLegalizeForLLVMExport.cpp120 VectorType convertedType = matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp249 signatureConverter.addInputs(argType.index(), convertedType); in lowerAsEntryFunction() local
211 auto convertedType = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp248 auto convertedType = cast<MemRefType>(adaptor.getMemref().getType()); matchAndRewrite() local
345 auto convertedType = cast<MemRefType>(adaptor.getMemref().getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp88 auto convertedType = LLVM::LLVMStructType::getIdentified( LLVMTypeConverter() local
H A DMemRefBuilder.cpp60 auto convertedType = typeConverter.convertType(type); in fromStaticShape() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp775 auto convertedType = getTypeConverter()->convertType(argType.value()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp103 auto convertedType = in populatePatterns() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp452 auto convertedType = runOnOperation() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp1467 Type convertedType = getTypeConverter() matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3526 mlir::Type convertedType = convertType(op.getOutputs().getTypes()[0]); matchAndRewrite() local