Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUArgumentUsageInfo.h26 struct ArgDescriptor { struct
43 ArgDescriptor(unsigned Val = 0, unsigned Mask = ~0u, argument
47 static ArgDescriptor createRegister(Register Reg, unsigned Mask = ~0u) { argument
55 static ArgDescriptor createArg(const ArgDescriptor &Arg, unsigned Mask) { 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