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

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp189 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, argument
195 if (FeatureEntry->Value == FE.Value) continue;
197 if (FeatureEntry->Implies & FE.Value) {
208 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, argument
214 if (FeatureEntry->Value == FE.Value) continue;
216 if (FE.Implies & FeatureEntry->Value) {
230 const SubtargetFeatureKV *FeatureEntry = local
233 if (FeatureEntry) {
234 if ((Bits & FeatureEntry->Value) == FeatureEntry
311 const SubtargetFeatureKV *FeatureEntry = local
[all...]

Completed in 47 milliseconds