Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp803 MatrixTy loadMatrix(Type *Ty, Value *Ptr, MaybeAlign MAlign, Value *Stride, in loadMatrix() function in __anon7e59d9a20111::LowerMatrixIntrinsics
825 MatrixTy loadMatrix(Value *MatrixPtr, MaybeAlign Align, bool IsVolatile, in loadMatrix() function in __anon7e59d9a20111::LowerMatrixIntrinsics
843 return loadMatrix(TileTy, TilePtr, Align, in loadMatrix()
853 loadMatrix(Inst->getType(), Ptr, Align, Stride, IsVolatile, in LowerLoad()
1261 MatrixTy A = loadMatrix(LPtr, {}, false, LShape, TI.CurrentRow, TI.CurrentK, in createTiledLoops()
1263 MatrixTy B = loadMatrix(RPtr, {}, false, RShape, TI.CurrentK, TI.CurrentCol, in createTiledLoops()
1320 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(), in emitSIMDTiling()
1324 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(), in emitSIMDTiling()