Home
last modified time | relevance | path

Searched defs:ArgDescriptor (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h23 struct ArgDescriptor { struct
40 constexpr ArgDescriptor(unsigned Val = 0, unsigned Mask = ~0u, argument
44 static constexpr ArgDescriptor createRegister(Register Reg, argument
54 static constexpr ArgDescriptor createArg(const ArgDescriptor &Arg, in createArg() argument
59 bool isSet() const { in isSet()
67 bool isRegister() const { in isRegister()
92 inline raw_ostream &operator<<(raw_ostream &OS, const ArgDescriptor &Arg) { argument