Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h412 class MDMatrix : public Matrix {
414 MDMatrix(const Matrix &m) : Matrix(m), md(*this) { } in MDMatrix() function
415 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function
422 inline hash_code hash_value(const MDMatrix<Metadata> &M) { in hash_value()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h330 typedef MDMatrix<MatrixMetadata> RAMatrix;