Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h72 static const FeatureBitset InlineFeatureIgnoreList; variable
H A DAMDGPUTargetTransformInfo.cpp267 const FeatureBitset GCNTTIImpl::InlineFeatureIgnoreList = { member in GCNTTIImpl
1076 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
1077 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h38 const FeatureBitset InlineFeatureIgnoreList = { variable
H A DX86TargetTransformInfo.cpp5418 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
5419 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()