Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp544 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, in getNumOps()
1257 auto StoreVal = getMatrix(Matrix, Shape, Builder); in insertVector()
1922 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1923 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1926 MA = getMatrix(T, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1927 MB = getMatrix(B, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
2045 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder); in LowerTranspose()
2046 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder); in LowerTranspose()
2071 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose()
2139 MatrixTy A = getMatrix(Lh in VisitBinaryOperator()
552 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, getMatrix() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics
[all...]
/llvm-project/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/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1661 llvm::TypeSwitch<Type, Type>(getMatrix().getType()) in verify()
1681 auto inputMatrix = llvm::cast<spirv::MatrixType>(getMatrix().getType()); in verify()
1706 auto matrixType = llvm::cast<spirv::MatrixType>(getMatrix().getType());
1732 auto matrixType = llvm::cast<spirv::MatrixType>(getMatrix().getType());
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMIntrinsicOps.td852 Type elementType = getVectorElementType(op.getMatrix().getType());
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp186 adaptor.getMatrix(), transOp.getRows(), transOp.getColumns());