Lines Matching defs:IsCommutable
63 bool IsCommutable, PredicateExpander &PE,
65 void emitFirstPredicate(const Record *SecondPredicate, bool IsCommutable,
67 void emitSecondPredicate(const Record *SecondPredicate, bool IsCommutable,
69 void emitBothPredicate(const Record *Predicates, bool IsCommutable,
105 bool IsCommutable = Fusion->getValueAsBit("IsCommutable");
115 emitPredicates(Predicates, IsCommutable, PE, OS);
126 ArrayRef<const Record *> Predicates, bool IsCommutable,
131 emitFirstPredicate(Predicate, IsCommutable, PE, OS);
133 emitSecondPredicate(Predicate, IsCommutable, PE, OS);
135 emitBothPredicate(Predicate, IsCommutable, PE, OS);
143 bool IsCommutable,
176 bool IsCommutable,
199 if (IsCommutable) {
227 bool IsCommutable,
233 emitFirstPredicate(Predicate, IsCommutable, PE, OS);
234 emitSecondPredicate(Predicate, IsCommutable, PE, OS);
246 if (IsCommutable) {