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 63 /// SubtargetFeatures - Manages the enabling and disabling of subtarget
74 class SubtargetFeatures {
77 explicit SubtargetFeatures(const StringRef Initial = "");
  /external/llvm/lib/MC/
SubtargetFeature.cpp 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
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 581 std::map<Record*, SubtargetFeatureInfo*> SubtargetFeatures;
632 SubtargetFeatures.find(Def);
633 return I == SubtargetFeatures.end() ? 0 : I->second;
    [all...]

Completed in 63 milliseconds