Searched defs:OperandsSignature (Results 1 – 1 of 1) sorted by relevance
87 struct OperandsSignature { struct88 class OpKind {128 SmallVector<OpKind, 3> Operands;130 bool operator<(const OperandsSignature &O) const { in operator <()133 bool operator==(const OperandsSignature &O) const { in operator ==()137 bool empty() const { return Operands.empty(); } in empty()139 bool hasAnyImmediateCodes() const { in hasAnyImmediateCodes()148 OperandsSignature getWithoutImmCodes() const { in getWithoutImmCodes()158 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { in emitImmediatePredicate()187 bool initialize(TreePatternNode *InstPatNode, const CodeGenTarget &Target, in initialize()[all …]