Searched refs:CallerBits (Results 1 – 6 of 6) sorted by relevance
119 const FeatureBitset &CallerBits = in areInlineCompatible() local124 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
1173 const FeatureBitset &CallerBits = CallerST->getFeatureBits(); in areInlineCompatible() local1176 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
90 const FeatureBitset &CallerBits = in areInlineCompatible() local96 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible()100 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()
1962 const FeatureBitset &CallerBits = in areInlineCompatible() local1969 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
265 const FeatureBitset &CallerBits = in areInlineCompatible() local272 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
6137 const FeatureBitset &CallerBits = in areInlineCompatible() local6143 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()