Searched refs:getMatrix (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h122 template <typename MatrixKeyT> MatrixPtr getMatrix(MatrixKeyT m) { function in class:llvm::PBQP::PoolCostAllocator
H A DGraph.h414 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
509 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp420 MatrixTy getMatrix(Value *MatrixVal, const ShapeInfo &SI, function in class:__anon4683::LowerMatrixIntrinsics
906 auto StoreVal = getMatrix(Matrix, Shape, Builder);
1301 const MatrixTy &Lhs = getMatrix(MatMul->getArgOperand(0), LShape, Builder);
1302 const MatrixTy &Rhs = getMatrix(MatMul->getArgOperand(1), RShape, Builder);
1324 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder);
1391 MatrixTy A = getMatrix(Lhs, Shape, Builder);
1392 MatrixTy B = getMatrix(Rhs, Shape, Builder);

Completed in 95 milliseconds