Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1177 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
1178 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6144 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
6145 if (RealCallerBits == RealCalleeBits) in areInlineCompatible()
6150 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()