Home
last modified time | relevance | path

Searched refs:convertMMAToLLVMType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/GPUToNVVM/
H A DGPUToNVVMPass.h28 LLVM::LLVMStructType convertMMAToLLVMType(gpu::MMAMatrixType type);
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp110 Type resType = convertMMAToLLVMType(retType); in matchAndRewrite()
256 LLVM::LLVMStructType type = convertMMAToLLVMType( in matchAndRewrite()
334 LLVM::LLVMStructType destType = convertMMAToLLVMType( in matchAndRewrite()
362 LLVM::LLVMStructType mlir::convertMMAToLLVMType(gpu::MMAMatrixType type) { in convertMMAToLLVMType() function in mlir
H A DLowerGpuOpsToNVVMOps.cpp195 return convertMMAToLLVMType(type); in runOnOperation()