Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h274 MDMatrix(const Matrix &m) : Matrix(m), md(*this) {} in MDMatrix() function
275 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h414 MDMatrix(const Matrix &m) : Matrix(m), md(*this) { } in MDMatrix() function
415 MDMatrix(Matrix &&m) : Matrix(std::move(m)), md(*this) { } in MDMatrix() function