Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1153 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
1155 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6074 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible() local
6076 if (RealCallerBits == RealCalleeBits) in areInlineCompatible()
6081 if ((RealCallerBits & RealCalleeBits) != RealCalleeBits) in areInlineCompatible()