Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1124 MatrixTy loadMatrix(Type *Ty, Value *Ptr, MaybeAlign MAlign, Value *Stride, in loadMatrix() function in __anon821fcdb70111::LowerMatrixIntrinsics
1147 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix() function in __anon821fcdb70111::LowerMatrixIntrinsics
1159 return loadMatrix(TileTy, TileStart, Align, in loadMatrix()
1169 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile, in LowerLoad()
1770 loadMatrix(LPtr, {}, false, LShape, TI.RowLoop.Index, TI.KLoop.Index, in createTiledLoops()
1773 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
1828 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(), in emitSIMDTiling()
1832 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(), in emitSIMDTiling()