Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp492 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getMatrix() function in __anon34e5a0240111::LowerMatrixIntrinsics
1215 auto StoreVal = getMatrix(Matrix, Shape, Builder); in LowerStore()
1690 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1691 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1694 MA = getMatrix(T, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1695 MB = getMatrix(B, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1764 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerMultiply()
1790 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose()
1858 MatrixTy A = getMatrix(Lhs, Shape, Builder); in VisitBinaryOperator()
1859 MatrixTy B = getMatrix(Rhs, Shape, Builder); in VisitBinaryOperator()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h122 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { in getMatrix() function
H A DGraph.h414 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()
509 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()
/openbsd/gnu/lib/libiberty/src/testsuite/
H A Ddemangle-expected2576 java.awt.geom.AffineTransform.getMatrix(double[])