Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp108 const FeatureBitset &CallerBits = in areInlineCompatible() local
113 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1073 const FeatureBitset &CallerBits = CallerST->getFeatureBits(); in areInlineCompatible() local
1076 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp89 const FeatureBitset &CallerBits = in areInlineCompatible() local
95 bool MatchExact = (CallerBits & ~InlineFeaturesAllowed) == in areInlineCompatible()
99 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeaturesAllowed) == in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp113 const FeatureBitset &CallerBits = in areInlineCompatible() local
120 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5412 const FeatureBitset &CallerBits = in areInlineCompatible() local
5418 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()