Searched defs:SubtargetFeatures (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSubtargetFeature.h63 /// SubtargetFeatures - Manages the enabling and disabling of subtarget
74 class SubtargetFeatures { class in namespace:llvm
77 explicit SubtargetFeatures(const StringRef Initial = "");
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp113 void SubtargetFeatures::AddFeature(const StringRef String,
175 // SubtargetFeatures Implementation
178 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) { function in class:SubtargetFeatures
184 std::string SubtargetFeatures::getString() const {
229 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
260 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU,
341 void *SubtargetFeatures::getItinerary(const StringRef CPU,
366 void SubtargetFeatures::print(raw_ostream &OS) const {
374 void SubtargetFeatures
[all...]
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp576 std::map<Record*, SubtargetFeatureInfo*> SubtargetFeatures; member in class:__anon7214::AsmMatcherInfo
626 SubtargetFeatures.find(Def);
627 return I == SubtargetFeatures.end() ? 0 : I->second;
1156 unsigned FeatureNo = SubtargetFeatures.size();
1157 SubtargetFeatures[Pred] = new SubtargetFeatureInfo(Pred, FeatureNo);
1812 it = Info.SubtargetFeatures.begin(),
1813 ie = Info.SubtargetFeatures.end(); it != ie; ++it) {
1832 it = Info.SubtargetFeatures.begin(),
1833 ie = Info.SubtargetFeatures.end(); it != ie; ++it) {
2278 OS << " " << getMinimalTypeForRange(1ULL << Info.SubtargetFeatures
[all...]

Completed in 122 milliseconds