Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h76 static const FeatureBitset InlineFeatureIgnoreList; variable
H A DAMDGPUTargetTransformInfo.cpp265 const FeatureBitset GCNTTIImpl::InlineFeatureIgnoreList = { member in GCNTTIImpl
1168 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
1169 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h38 const FeatureBitset InlineFeatureIgnoreList = { variable
H A DX86TargetTransformInfo.cpp4840 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
4841 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()