Searched refs:ResInstSize (Results 1 – 1 of 1) sorted by relevance
510 unsigned ResInstSize; member553 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()