Searched refs:MDVector (Results 1 – 2 of 2) sorted by relevance
59 typedef SmallVector<Metadata *, 8> MDVector; typedef61 MDVector ArgVector[NumKernelArgMDNodes];120 static MDVector122 MDVector Res; in GetArgMD()131 PushArgMD(KernelArgMD &MD, const MDVector &V) { in PushArgMD()267 MDVector ArgMD = GetArgMD(KernelMDNode, i + 1); in addImplicitArgs()
397 class MDVector : public Vector {399 MDVector(const Vector &v) : Vector(v), md(*this) { } in MDVector() function400 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function407 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value()