Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h72 const FeatureBitset InlineFeaturesAllowed = { variable
H A DARMTargetTransformInfo.cpp96 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible()
97 (CalleeBits & ~InlineFeaturesAllowed); in areInlineCompatible()
100 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()
101 (CalleeBits & InlineFeaturesAllowed); in areInlineCompatible()