Home
last modified time | relevance | path

Searched refs:CallerBits (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp108 const FeatureBitset &CallerBits = in areInlineCompatible() local
113 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1170 const FeatureBitset &CallerBits = CallerST->getFeatureBits(); in areInlineCompatible() local
1173 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp88 const FeatureBitset &CallerBits = in areInlineCompatible() local
94 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible()
98 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp35 const FeatureBitset &CallerBits = in areInlineCompatible() local
42 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4624 const FeatureBitset &CallerBits = in areInlineCompatible() local
4629 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()