Home
last modified time | relevance | path

Searched refs:InlineFeatureIgnoreList (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h76 static const FeatureBitset InlineFeatureIgnoreList; variable
H A DAMDGPUTargetTransformInfo.cpp274 const FeatureBitset GCNTTIImpl::InlineFeatureIgnoreList = { member in GCNTTIImpl
1176 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
1177 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h39 const FeatureBitset InlineFeatureIgnoreList = { variable
H A DX86TargetTransformInfo.cpp6143 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
6144 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()