Searched refs:cType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/AMX/IR/ |
| H A D | AMXDialect.cpp | 76 VectorType cType = getVectorType(); in verify() local 79 failed(verifyTileSize(*this, cType)) || in verify() 80 failed(verifyMultShape(*this, aType, bType, cType, 1))) in verify() 84 Type tc = cType.getElementType(); in verify() 93 VectorType cType = getVectorType(); in verify() local 96 failed(verifyTileSize(*this, cType)) || in verify() 97 failed(verifyMultShape(*this, aType, bType, cType, 2))) in verify() 101 Type tc = cType.getElementType(); in verify()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/AMX/Transforms/ |
| H A D | LegalizeForLLVMExport.cpp | 160 VectorType cType = op.getVectorType(); in matchAndRewrite() local 167 Type resType = typeConverter->convertType(cType); in matchAndRewrite() 182 VectorType cType = op.getVectorType(); in matchAndRewrite() local 189 Type resType = typeConverter->convertType(cType); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVOps.cpp | 697 if (cType.hasCompileTimeKnownNumElements() && in getElementType() 703 type = cType.getElementType(index); in getElementType() 988 if (!cType) { in getElementPtrType() 1019 resultType = cType.getElementType(index); in getElementPtrType() 1631 if (!cType) { in parse() 1637 if (cType.hasCompileTimeKnownNumElements() && in parse() 1638 operands.size() != cType.getNumElements()) { in parse() 1663 if (cType.isa<spirv::CooperativeMatrixNVType>()) { in verify() 4093 if (!cType) in verify() 4097 if (cType.isa<spirv::CooperativeMatrixNVType>()) in verify() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/ |
| H A D | WmmaOpsToNvvm.cpp | 217 gpu::MMAMatrixType cType = in matchAndRewrite() local 219 ArrayRef<int64_t> cTypeShape = cType.getShape(); in matchAndRewrite() 225 NVVM::MMATypes destType = getElementType(cType); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/ |
| H A D | NVGPUToNVVM.cpp | 267 auto cType = op.getMatrixC().getType().cast<VectorType>(); in matchAndRewrite() local 277 cType.getElementType(), /*isAccumulator=*/true); in matchAndRewrite()
|