Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp129 if (FeatureEntry.Value == FE.Value) continue; in SetImpliedBits()
144 if (FeatureEntry.Value == FE.Value) continue; in ClearImpliedBits()
157 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local
160 if (FeatureEntry) { in ToggleFeature()
161 if ((Bits & FeatureEntry->Value) == FeatureEntry->Value) { in ToggleFeature()
162 Bits &= ~FeatureEntry->Value; in ToggleFeature()
166 Bits |= FeatureEntry->Value; in ToggleFeature()
182 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local
185 if (FeatureEntry) { in ApplyFeatureFlag()
188 Bits |= FeatureEntry->Value; in ApplyFeatureFlag()
[all …]