Home
last modified time | relevance | path

Searched refs:PreferSmallerInstructions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td72 let PreferSmallerInstructions = true;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp622 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() local
3251 [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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1596 // PreferSmallerInstructions - Should the assembly matcher prefer the smaller
1608 bit PreferSmallerInstructions = false;