Searched refs:getMatrix (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 490 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() function in __anon04e69bad0111::LowerMatrixIntrinsics 1211 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore() 1844 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused() 1845 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused() 1848 MA = getMatrix(T, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused() 1849 MB = getMatrix(B, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused() 1918 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerMultiply() 1944 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose() 2012 MatrixTy A = getMatrix(Lhs, Shape, Builder); in VisitBinaryOperator() 2013 MatrixTy B = getMatrix(Rhs, Shape, Builder); in VisitBinaryOperator() [all …]
|
| /freebsd-14.2/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()
|