Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1681 MatrixTy getZeroMatrix(Type *EltType, unsigned R, unsigned C) { in getZeroMatrix() function in __anon04e69bad0111::LowerMatrixIntrinsics
1776 MatrixTy Res = getZeroMatrix(EltType, TileR, TileC); in emitSIMDTiling()