Home | History | Annotate | Download | only in MC

Lines Matching defs:SubtargetFeatures

112 void SubtargetFeatures::AddFeature(const StringRef String,
174 // SubtargetFeatures Implementation
177 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) {
183 std::string SubtargetFeatures::getString() const {
228 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
259 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU,
340 void *SubtargetFeatures::getItinerary(const StringRef CPU,
365 void SubtargetFeatures::print(raw_ostream &OS) const {
373 void SubtargetFeatures::dump() const {
384 void SubtargetFeatures::getDefaultSubtargetFeatures(const Triple& Triple) {