Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1189 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() function in __anon821fcdb70111::LowerMatrixIntrinsics
1199 storeMatrix(TileTy, StoreVal, TileStart, MAlign, in storeMatrix()
1205 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() function in __anon821fcdb70111::LowerMatrixIntrinsics
1232 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, in LowerStore()
1779 storeMatrix(TileResult, Store->getPointerOperand(), Store->getAlign(), in createTiledLoops()
1838 storeMatrix(Res, CPtr, Store->getAlign(), Store->isVolatile(), {R, M}, in emitSIMDTiling()