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.cpp1362 void storeMatrix(const MatrixTy &StoreVal, Value *MatrixPtr, in storeMatrix() function in __anon821fcdb70111::LowerMatrixIntrinsics
1372 storeMatrix(TileTy, StoreVal, TileStart, MAlign, in storeMatrix()
1378 MatrixTy storeMatrix(Type *Ty, MatrixTy StoreVal, Value *Ptr, in storeMatrix() function in __anon821fcdb70111::LowerMatrixIntrinsics
1404 return storeMatrix(Matrix->getType(), StoreVal, Ptr, A, Stride, IsVolatile, in LowerStore()
1964 storeMatrix(TileResult, Store->getPointerOperand(), Store->getAlign(), in createTiledLoops()
2023 storeMatrix(Res, CPtr, Store->getAlign(), Store->isVolatile(), {R, M}, in emitSIMDTiling()