Searched refs:unpackOperandVector (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/ |
| H A D | NVGPUToNVVM.cpp | 140 static SmallVector<Value> unpackOperandVector(RewriterBase &rewriter, in unpackOperandVector() function 306 unpackOperandVector(rewriter, loc, adaptor.getMatrixA(), ptxTypeA); in matchAndRewrite() 308 unpackOperandVector(rewriter, loc, adaptor.getMatrixB(), ptxTypeB); in matchAndRewrite() 310 unpackOperandVector(rewriter, loc, adaptor.getMatrixC(), *ptxTypeC); in matchAndRewrite()
|