/llvm-project/mlir/unittests/Dialect/ArmSME/ |
H A D | TileTypeConversionTest.cpp | 39 SmallVector<Type> convertedType; in TEST_F() local 46 SmallVector<Type> convertedType; in TEST_F() local
|
/llvm-project/mlir/lib/Conversion/SCFToSPIRV/ |
H A D | SCFToSPIRV.cpp | 72 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 D | VectorEmulateNarrowType.cpp | 122 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 D | LegalizeForLLVMExport.cpp | 120 VectorType convertedType = matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | GPUToSPIRV.cpp | 249 signatureConverter.addInputs(argType.index(), convertedType); in lowerAsEntryFunction() local 211 auto convertedType = matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | EmulateNarrowType.cpp | 248 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 D | TypeConverter.cpp | 88 auto convertedType = LLVM::LLVMStructType::getIdentified( LLVMTypeConverter() local
|
H A D | MemRefBuilder.cpp | 60 auto convertedType = typeConverter.convertType(type); in fromStaticShape() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 775 auto convertedType = getTypeConverter()->convertType(argType.value()); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/ |
H A D | NVGPUTransformOps.cpp | 103 auto convertedType = in populatePatterns() local
|
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/ |
H A D | NVGPUToNVVM.cpp | 452 auto convertedType = runOnOperation() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestPatterns.cpp | 1467 Type convertedType = getTypeConverter() matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 3526 mlir::Type convertedType = convertType(op.getOutputs().getTypes()[0]); matchAndRewrite() local
|