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.h77 static const FeatureBitset InlineFeatureIgnoreList; variable
H A DAMDGPUTargetTransformInfo.cpp284 const FeatureBitset GCNTTIImpl::InlineFeatureIgnoreList = { member in GCNTTIImpl
1285 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
1286 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.cpp6505 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
6506 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()