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

/external/llvm/lib/MC/
H A DSubtargetFeature.cpp149 /// SetImpliedBits - For each feature that is (transitively) implied by this
153 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, function
160 SetImpliedBits(Bits, &FE, FeatureTable);
201 SetImpliedBits(Bits, FeatureEntry, FeatureTable);
251 SetImpliedBits(Bits, &FE, FeatureTable);
276 SetImpliedBits(Bits, FeatureEntry, FeatureTable);

Completed in 30 milliseconds