Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1076 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
1078 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5418 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
5420 if (RealCallerBits == RealCalleeBits) in areInlineCompatible()
5425 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()