Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp510 unsigned ResInstSize; member
553 ResInstSize(TheDef->getValueAsInt("Size")), DefRec(&CGI), in MatchableInfo()
558 ResInstSize(Alias->ResultInst->TheDef->getValueAsInt("Size")), in MatchableInfo()
567 TheDef(RHS.TheDef), ResInstSize(RHS.ResInstSize), DefRec(RHS.DefRec), in MatchableInfo()
629 if (PreferSmallerInstructions && ResInstSize != RHS.ResInstSize) in shouldBeMatchedBefore()
630 return ResInstSize < RHS.ResInstSize; in shouldBeMatchedBefore()
682 if (PreferSmallerInstructions && ResInstSize != RHS.ResInstSize) in couldMatchAmbiguouslyWith()