Searched refs:PreferSmallerInstructions (Results 1 – 3 of 3) sorted by relevance
72 let PreferSmallerInstructions = true;
622 bool PreferSmallerInstructions) const { in shouldBeMatchedBefore()629 if (PreferSmallerInstructions && ResInstSize != RHS.ResInstSize) in shouldBeMatchedBefore()672 bool PreferSmallerInstructions) const { in couldMatchAmbiguouslyWith()682 if (PreferSmallerInstructions && ResInstSize != RHS.ResInstSize) in couldMatchAmbiguouslyWith()3255 bool PreferSmallerInstructions = getPreferSmallerInstructions(Target); in run() local3261 [PreferSmallerInstructions](const std::unique_ptr<MatchableInfo> &A, in run()3263 return A->shouldBeMatchedBefore(*B, PreferSmallerInstructions); in run()3271 assert(!(*J)->shouldBeMatchedBefore(**I, PreferSmallerInstructions)); in run()3290 if (A.couldMatchAmbiguouslyWith(B, PreferSmallerInstructions)) { in run()
1618 // PreferSmallerInstructions - Should the assembly matcher prefer the smaller1630 bit PreferSmallerInstructions = false;