Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp59 using MDVector = SmallVector<Metadata *, 8>; typedef
61 MDVector ArgVector[NumKernelArgMDNodes];
120 static MDVector
122 MDVector Res; in GetArgMD()
131 PushArgMD(KernelArgMD &MD, const MDVector &V) { in PushArgMD()
267 MDVector ArgMD = GetArgMD(KernelMDNode, i + 1); in addImplicitArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h255 class MDVector : public Vector {
257 MDVector(const Vector &v) : Vector(v), md(*this) {} in MDVector() function
258 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function
267 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value()