HomeSort by relevance Sort by last modified time
    Searched defs:Features (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/jsoncpp/include/json/
features.h 19 class JSON_API Features {
21 /** \brief A configuration that allows all features and assumes all strings
27 static Features all();
35 static Features strictMode();
39 Features();
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 40 /// arch. Add any CPU features specified via -mcpu or -mattr.
80 // Package up features to be passed to target/subtarget
83 SubtargetFeatures Features;
85 Features.AddFeature(MAttrs[i]);
86 FeaturesStr = Features.getString();
  /external/clang/include/clang/Basic/
TargetOptions.h 42 /// \brief The list of target specific features to enable or disable, as written on the command line.
45 /// The list of target specific features to enable or disable -- this should
47 std::vector<std::string> Features;
Builtins.h 55 const char *Features;
183 return getRecord(ID).Features;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 315 SubtargetFeatures Features;
317 // If user asked for the 'native' CPU, we need to autodetect features.
319 // features the autodetected CPU name lists in the target. For example,
325 Features.AddFeature(F.first(), F.second);
329 Features.AddFeature(MAttrs[i]);
331 return Features.getString();
335 /// Features, and command line flags.
336 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
346 if (!Features.empty())
348 "target-features", Features)
    [all...]
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 11 // The intent is to be able to package specific features that should or should
13 // as example, gather chip info from the command line, a long with features
30 // A container class for subtarget features.
82 /// specific features. Features are encoded as a string of the form
85 /// Each of the remaining features is prefixed with + or - indicating whether
91 std::vector<std::string> Features; // Subtarget features as a vector
95 /// Features string accessors.
98 /// Adding Features
    [all...]
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 23 SubtargetFeatures Features(FS);
24 return Features.getFeatureBits(CPU, ProcDesc, ProcFeatures);
66 SubtargetFeatures Features;
67 FeatureBits = Features.ToggleFeature(FeatureBits, FS, ProcFeatures);
72 SubtargetFeatures Features;
73 FeatureBits = Features.ApplyFeatureFlag(FeatureBits, FS, ProcFeatures);
  /external/llvm/tools/llvm-mc-fuzzer/
llvm-mc-fuzzer.cpp 121 // Package up features to be passed to target/subtarget
125 SubtargetFeatures Features;
127 Features.AddFeature(MAttrs[i]);
128 FeaturesStr = Features.getString();
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 35 SmallVector<StringRef, 3> Features;
36 FS.split(Features, ',', -1, false /* KeepEmpty */);
37 for (auto &Feature : Features) {
  /packages/apps/TV/src/com/android/tv/
Features.java 40 public final class Features {
106 private Features() {
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 51 const LangOptions &Features;
97 const LangOptions &Features,
  /external/clang/include/clang/Lex/
LiteralSupport.h 185 const LangOptions &Features;
202 const SourceManager &sm, const LangOptions &features,
205 : SM(sm), Features(features), Target(target), Diags(diags),
  /external/libvncserver/webclients/novnc/include/
util.js 570 Util.Features = {xpath: !!(document.evaluate), air: !!(window.runtime), query: !!(document.querySelector)};
592 // 'webkit': (function () { try { return (navigator.taintEnabled) ? false : ((Util.Features.xpath) ? ((Util.Features.query) ? 525 : 420) : 419); } catch (e) { return false; } }()),
598 if (Util.Features.xpath) {
599 return (Util.Features.query) ? 525 : 420;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 458 // Package up features to be passed to target/subtarget
461 SubtargetFeatures Features;
463 Features.AddFeature(MAttrs[i]);
464 FeaturesStr = Features.getString();
  /external/v8/src/compiler/
instruction-selector.h 48 class Features;
57 Features features = SupportedFeatures());
106 class Features final {
108 Features() : bits_(0) {}
109 explicit Features(unsigned bits) : bits_(bits) {}
110 explicit Features(CpuFeature f) : bits_(1u << f) {}
111 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {}
123 // Returns the features supported on the target platform.
124 static Features SupportedFeatures()
    [all...]
  /external/clang/lib/Driver/
SanitizerArgs.cpp 673 int Features = 0;
688 Features |= F;
690 return Features;
  /external/clang/tools/driver/
cc1as_main.cpp 78 /// The list of target specific features to enable or disable -- this should
80 std::vector<std::string> Features;
190 Opts.Features = Args.getAllArgValues(OPT_target_feature);
358 if (!Opts.Features.empty()) {
359 FS = Opts.Features[0];
360 for (unsigned i = 1, e = Opts.Features.size(); i != e; ++i)
361 FS += "," + Opts.Features[i];
  /frameworks/compile/slang/
slang_backend.cpp 163 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
164 llvm::SubtargetFeatures Features;
167 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end();
170 Features.AddFeature(*I);
172 FeaturesStr = Features.getString();
  /development/ndk/platforms/android-3/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /external/jsoncpp/src/lib_json/
json_reader.cpp 31 // Implementation of class Features
34 Features::Features()
38 Features Features::all() { return Features(); }
40 Features Features::strictMode() {
41 Features features; local
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 442 const FeatureBitset &Features = STI.getFeatureBits();
458 if (Features[Mips::FeatureMips64r6])
460 else if (Features[Mips::FeatureMips64r2] ||
461 Features[Mips::FeatureMips64r3] ||
462 Features[Mips::FeatureMips64r5])
464 else if (Features[Mips::FeatureMips64])
466 else if (Features[Mips::FeatureMips5])
468 else if (Features[Mips::FeatureMips4])
470 else if (Features[Mips::FeatureMips3])
472 else if (Features[Mips::FeatureMips32r6]
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;

Completed in 929 milliseconds

1 2 3 4 5