Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h257 MDVector(const Vector &v) : Vector(v), md(*this) {} in MDVector() function
258 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp74 using MDVector = SmallVector<Metadata *, 8>; typedef