Home
last modified time | relevance | path

Searched refs:MDMatrix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h272 class MDMatrix : public Matrix {
274 MDMatrix(const Matrix &m) : Matrix(m), md(*this) {} in MDMatrix() function
275 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function
284 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value()
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h272 using RAMatrix = MDMatrix<MatrixMetadata>;