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()3245 bool PreferSmallerInstructions = getPreferSmallerInstructions(Target); in run() local3251 [PreferSmallerInstructions](const std::unique_ptr<MatchableInfo> &A, in run()3253 return A->shouldBeMatchedBefore(*B, PreferSmallerInstructions); in run()3261 assert(!(*J)->shouldBeMatchedBefore(**I, PreferSmallerInstructions)); in run()3280 if (A.couldMatchAmbiguouslyWith(B, PreferSmallerInstructions)) { in run()
1596 // PreferSmallerInstructions - Should the assembly matcher prefer the smaller1608 bit PreferSmallerInstructions = false;