Searched defs:OperandsSignature (Results 1 – 1 of 1) sorted by relevance
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 …]