Searched refs:getMatrix (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 450 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() function in __anonf095cceb0111::LowerMatrixIntrinsics 1091 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore() 1558 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused() 1559 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused() 1562 MA = getMatrix(T, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused() 1563 MB = getMatrix(B, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused() 1632 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerMultiply() 1658 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose() 1726 MatrixTy A = getMatrix(Lhs, Shape, Builder); in VisitBinaryOperator() 1727 MatrixTy B = getMatrix(Rhs, Shape, Builder); in VisitBinaryOperator() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | CostAllocator.h | 122 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { in getMatrix() function
|
| H A D | Graph.h | 414 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge() 509 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()
|