Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1285 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
1287 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6505 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
6507 if (RealCallerBits == RealCalleeBits) in areInlineCompatible()
6512 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()