Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp75 using MDVector = SmallVector<Metadata *, 8>; typedef
77 MDVector ArgVector[NumKernelArgMDNodes];
136 static MDVector
138 MDVector Res; in GetArgMD()
147 PushArgMD(KernelArgMD &MD, const MDVector &V) { in PushArgMD()
283 MDVector ArgMD = GetArgMD(KernelMDNode, i + 1); in addImplicitArgs()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h256 class MDVector : public Vector {
258 MDVector(const Vector &v) : Vector(v), md(*this) {} in MDVector() function
259 MDVector(Vector &&v) : Vector(std::move(v)), md(*this) { } in MDVector() function
268 inline hash_code hash_value(const MDVector<Metadata> &V) { in hash_value()