Home | History | Annotate | Download | only in MC

Lines Matching refs:StringRef

31 static inline bool hasFlag(StringRef Feature) {
41 static inline std::string StripFlag(StringRef Feature) {
47 static inline bool isEnabled(StringRef Feature) {
57 static void Split(std::vector<std::string> &V, StringRef S) {
58 SmallVector<StringRef, 3> Tmp;
64 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) {
73 static const SubtargetFeatureKV *Find(StringRef S,
78 if (F == A.end() || StringRef(F->Key) != S) return nullptr;
120 SubtargetFeatures::SubtargetFeatures(StringRef Initial) {
166 SubtargetFeatures::ToggleFeature(FeatureBitset Bits, StringRef Feature,
198 SubtargetFeatures::ApplyFeatureFlag(FeatureBitset Bits, StringRef Feature,
233 SubtargetFeatures::getFeatureBits(StringRef CPU,