Searched refs:MDVector (Results 1 – 2 of 2) sorted by relevance
75 using MDVector = SmallVector<Metadata *, 8>; typedef77 MDVector ArgVector[NumKernelArgMDNodes];136 static MDVector138 MDVector Res; in GetArgMD()147 PushArgMD(KernelArgMD &MD, const MDVector &V) { in PushArgMD()283 MDVector ArgMD = GetArgMD(KernelMDNode, i + 1); in addImplicitArgs()
256 class MDVector : public Vector {258 MDVector(const Vector &v) : Vector(v), md(*this) {} in MDVector() function259 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function268 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value()