Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp451 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()
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()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMIntrinsicOps.td300 Type elementType = getVectorElementType(op.getMatrix().getType());
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp178 adaptor.getMatrix(), transOp.getRows(), transOp.getColumns()); in matchAndRewrite()