Searched refs:CalleeBits (Results 1 – 6 of 6) sorted by relevance
121 const FeatureBitset &CalleeBits = in areInlineCompatible() local124 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
1174 const FeatureBitset &CalleeBits = CalleeST->getFeatureBits(); in areInlineCompatible() local1177 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
1964 const FeatureBitset &CalleeBits = in areInlineCompatible() local1969 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
92 const FeatureBitset &CalleeBits = in areInlineCompatible() local97 (CalleeBits & ~InlineFeaturesAllowed); in areInlineCompatible()100 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()101 (CalleeBits & InlineFeaturesAllowed); in areInlineCompatible()
267 const FeatureBitset &CalleeBits = in areInlineCompatible() local272 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
6139 const FeatureBitset &CalleeBits = in areInlineCompatible() local6144 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()