Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp44 const FeatureBitset &CalleeBits = in areInlineCompatible() local
49 (CalleeBits & ~InlineFeatureWhitelist); in areInlineCompatible()
52 bool MatchSubset = ((CallerBits & CalleeBits) & InlineFeatureWhitelist) == in areInlineCompatible()
53 (CalleeBits & InlineFeatureWhitelist); in areInlineCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp615 const FeatureBitset &CalleeBits = in areInlineCompatible() local
619 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp33 const FeatureBitset &CalleeBits = in areInlineCompatible() local
38 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1615 const FeatureBitset &CalleeBits = in areInlineCompatible() local
1621 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2658 const FeatureBitset &CalleeBits = in areInlineCompatible() local
2664 return (CallerBits & CalleeBits) == CalleeBits; in areInlineCompatible()