Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1170 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() function in __anon04e69bad0111::LowerMatrixIntrinsics
1180 storeMatrix(TileTy, StoreVal, TileStart, MAlign, in storeMatrix()
1186 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() function in __anon04e69bad0111::LowerMatrixIntrinsics
1213 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, in LowerStore()
1732 storeMatrix(TileResult, Store->getPointerOperand(), Store->getAlign(), in createTiledLoops()
1791 storeMatrix(Res, CPtr, Store->getAlign(), Store->isVolatile(), {R, M}, in emitSIMDTiling()