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

  /external/llvm/include/llvm/MC/
SubtargetFeature.h 87 /// SubtargetFeatures - Manages the enabling and disabling of subtarget
96 class SubtargetFeatures {
99 explicit SubtargetFeatures(StringRef Initial = "");
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SubtargetFeature.h 63 /// SubtargetFeatures - Manages the enabling and disabling of subtarget
74 class SubtargetFeatures {
77 explicit SubtargetFeatures(const StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
SubtargetFeature.h 93 class SubtargetFeatures {
97 explicit SubtargetFeatures(StringRef Initial = "");
  /external/llvm/lib/MC/
SubtargetFeature.cpp 65 void SubtargetFeatures::AddFeature(StringRef String, bool Enable) {
118 // SubtargetFeatures Implementation
121 SubtargetFeatures::SubtargetFeatures(StringRef Initial) {
127 std::string SubtargetFeatures::getString() const {
166 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature,
191 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature,
224 SubtargetFeatures::getFeatureBits(StringRef CPU,
279 void SubtargetFeatures::print(raw_ostream &OS) const {
288 LLVM_DUMP_METHOD void SubtargetFeatures::dump() const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
SubtargetFeature.cpp 112 void SubtargetFeatures::AddFeature(const StringRef String,
176 // SubtargetFeatures Implementation
179 SubtargetFeatures::SubtargetFeatures(const StringRef Initial) {
185 std::string SubtargetFeatures::getString() const {
230 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature,
261 uint64_t SubtargetFeatures::getFeatureBits(const StringRef CPU,
342 void *SubtargetFeatures::getItinerary(const StringRef CPU,
367 void SubtargetFeatures::print(raw_ostream &OS) const {
375 void SubtargetFeatures::dump() const
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 718 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures;
768 const auto &I = SubtargetFeatures.find(Def);
769 return I == SubtargetFeatures.end() ? nullptr : &I->second;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 576 std::map<Record*, SubtargetFeatureInfo*> SubtargetFeatures;
626 SubtargetFeatures.find(Def);
627 return I == SubtargetFeatures.end() ? 0 : I->second;
    [all...]

Completed in 555 milliseconds