Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp873 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() function in __anon7e59d9a20111::LowerMatrixIntrinsics
889 storeMatrix(TileTy, StoreVal, TilePtr, MAlign, in storeMatrix()
895 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() function in __anon7e59d9a20111::LowerMatrixIntrinsics
920 storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, in LowerStore()
1268 storeMatrix(TileResult, Store->getPointerOperand(), Store->getAlign(), in createTiledLoops()
1329 storeMatrix(Res, CPtr, Store->getAlign(), Store->isVolatile(), {R, M}, in emitSIMDTiling()