Searched refs:CallerBits (Results 1 – 7 of 7) sorted by relevance
2606 uint64_t CallerBits = FeatureMask[Caller]; in OptimizeNonTrivialIFuncs() local2617 if (CallerBits == CalleeBits) in OptimizeNonTrivialIFuncs()2619 else if (!implies(CallerBits, CalleeBits)) { in OptimizeNonTrivialIFuncs()2622 while (implies(CalleeBits, CallerBits)) { in OptimizeNonTrivialIFuncs()2632 if (!OptimizeNonFMVCallers || I > 0 || !implies(CallerBits, CalleeBits)) in OptimizeNonTrivialIFuncs()
903 const FeatureBitset &CallerBits = in areInlineCompatible() local910 return CallerBits == CalleeBits; in areInlineCompatible()
1282 const FeatureBitset &CallerBits = CallerST->getFeatureBits(); in areInlineCompatible() local1285 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
93 const FeatureBitset &CallerBits = in areInlineCompatible() local99 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible()103 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()
372 const FeatureBitset &CallerBits = in areInlineCompatible() local379 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
291 const FeatureBitset &CallerBits = in areInlineCompatible() local299 FeatureBitset EffectiveCallerBits = CallerBits ^ InlineInverseFeatures; in areInlineCompatible()
6499 const FeatureBitset &CallerBits = in areInlineCompatible() local6505 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()