Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h70 const FeatureBitset InlineFeatureIgnoreList = { variable
DAMDGPUTargetTransformInfo.cpp618 FeatureBitset RealCallerBits = CallerBits & ~InlineFeatureIgnoreList; in areInlineCompatible()
619 FeatureBitset RealCalleeBits = CalleeBits & ~InlineFeatureIgnoreList; in areInlineCompatible()