Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1164 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
1166 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6071 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
6073 if (RealCallerBits == RealCalleeBits) in areInlineCompatible()
6078 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()