Lines Matching defs:Modifiers
74 struct Modifiers { struct in __anoneb28f2920111::AMDGPUOperand
75 bool Abs = false;
76 bool Neg = false;
77 bool Sext = false;
78 bool Lit = false;
80 bool hasFPModifiers() const { return Abs || Neg; } in hasFPModifiers()
81 bool hasIntModifiers() const { return Sext; } in hasIntModifiers()
82 bool hasModifiers() const { return hasFPModifiers() || hasIntModifiers(); } in hasModifiers()
84 int64_t getFPModifiersOperand() const { in getFPModifiersOperand()
91 int64_t getIntModifiersOperand() const { in getIntModifiersOperand()
97 int64_t getModifiersOperand() const { in getModifiersOperand()
3726 StringRef Modifiers; in validateMIMGDataSize() local