Lines Matching refs:getMatrix
451 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() function in __anon8ba1aee70111::LowerMatrixIntrinsics
1091 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore()
1566 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1567 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1570 MA = getMatrix(T, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1571 MB = getMatrix(B, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1640 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerMultiply()
1641 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder); in LowerMultiply()
1666 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose()
1734 MatrixTy A = getMatrix(Lhs, Shape, Builder); in VisitBinaryOperator()
1735 MatrixTy B = getMatrix(Rhs, Shape, Builder); in VisitBinaryOperator()
1784 MatrixTy M = getMatrix(Op, Shape, Builder); in VisitUnaryOperator()