Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1046 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() function in __anonf095cceb0111::LowerMatrixIntrinsics
1062 storeMatrix(TileTy, StoreVal, TilePtr, MAlign, in storeMatrix()
1068 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() function in __anonf095cceb0111::LowerMatrixIntrinsics
1093 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, in LowerStore()
1446 storeMatrix(TileResult, Store->getPointerOperand(), Store->getAlign(), in createTiledLoops()
1505 storeMatrix(Res, CPtr, Store->getAlign(), Store->isVolatile(), {R, M}, in emitSIMDTiling()