Lines Matching refs:SubtargetFeatures
112 void SubtargetFeatures::AddFeature(const StringRef String,
175 // SubtargetFeatures Implementation
178 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) {
184 std::string SubtargetFeatures::getString() const {
229 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
260 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU,
342 void SubtargetFeatures::print(raw_ostream &OS) const {
351 void SubtargetFeatures::dump() const {
363 void SubtargetFeatures::getDefaultSubtargetFeatures(const Triple& Triple) {