Searched defs:ArgDescriptor (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUArgumentUsageInfo.h | 24 struct ArgDescriptor { struct 41 constexpr ArgDescriptor(unsigned Val = 0, unsigned Mask = ~0u, argument 45 static constexpr ArgDescriptor createRegister(Register Reg, argument 55 static constexpr ArgDescriptor createArg(const ArgDescriptor &Arg, in createArg() argument 60 bool isSet() const { in isSet() 68 bool isRegister() const { in isRegister() 93 inline raw_ostream &operator<<(raw_ostream &OS, const ArgDescriptor &Arg) { argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUArgumentUsageInfo.h | 26 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
|