Searched refs:convertMMAToLLVMType (Results 1 – 3 of 3) sorted by relevance
28 LLVM::LLVMStructType convertMMAToLLVMType(gpu::MMAMatrixType type);
110 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
195 return convertMMAToLLVMType(type); in runOnOperation()