HomeSort by relevance Sort by last modified time
    Searched defs:SubtargetFeatures (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 81 /// SubtargetFeatures - Manages the enabling and disabling of subtarget
90 class SubtargetFeatures {
93 explicit SubtargetFeatures(StringRef Initial = "");
  /external/llvm/lib/MC/
SubtargetFeature.cpp 64 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) {
117 // SubtargetFeatures Implementation
120 SubtargetFeatures::SubtargetFeatures(StringRef Initial) {
126 std::string SubtargetFeatures::getString() const {
166 SubtargetFeatures::ToggleFeature(FeatureBitset Bits, StringRef Feature,
198 SubtargetFeatures::ApplyFeatureFlag(FeatureBitset Bits, StringRef Feature,
233 SubtargetFeatures::getFeatureBits(StringRef CPU,
292 void SubtargetFeatures::print(raw_ostream &OS) const {
301 void SubtargetFeatures::dump() const
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 664 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures;
714 const auto &I = SubtargetFeatures.find(Def);
715 return I == SubtargetFeatures.end() ? nullptr : &I->second;
    [all...]

Completed in 88 milliseconds