Searched refs:MDVector (Results 1 – 2 of 2) sorted by relevance
59 using MDVector = SmallVector<Metadata *, 8>; 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()
255 class MDVector : public Vector {257 MDVector(const Vector &v) : Vector(v), md(*this) {} in MDVector() function258 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function267 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value()