Searched defs:OperandsSignature (Results 1 – 2 of 2) sorted by relevance
71 struct OperandsSignature { struct72 class OpKind {112 SmallVector<OpKind, 3> Operands;114 bool operator<(const OperandsSignature &O) const { in operator <()117 bool operator==(const OperandsSignature &O) const { in operator ==()121 bool empty() const { return Operands.empty(); } in empty()123 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()132 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()142 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()170 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target, in initialize()[all …]
77 struct OperandsSignature { struct78 class OpKind {118 SmallVector<OpKind, 3> Operands;120 bool operator<(const OperandsSignature &O) const { in operator <()123 bool operator==(const OperandsSignature &O) const { in operator ==()127 bool empty() const { return Operands.empty(); } in empty()129 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()138 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()148 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()176 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target, in initialize()[all …]