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

1 2 3 4 5 6 7 8 91011

  /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/swiftshader/third_party/LLVM/lib/ExecutionEngine/
TargetSelect.cpp 28 /// arch. Add any CPU features specified via -mcpu or -mattr.
78 // Package up features to be passed to target/subtarget
81 SubtargetFeatures Features;
83 Features.AddFeature(MAttrs[i]);
84 FeaturesStr = Features.getString();
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSubtargetInfo.cpp 39 SubtargetFeatures Features(FS);
40 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs,
48 SubtargetFeatures Features(FS);
49 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs,
64 SubtargetFeatures Features;
65 FeatureBits = Features.ToggleFeature(FeatureBits, FS,
  /external/webview_support_interfaces/src/org/chromium/support_lib_boundary/util/
Features.java 8 * Class containing all the features the support library can support.
12 public class Features {
13 // This class just contains constants representing features.
14 private Features() {}
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 39 /// arch. Add any CPU features specified via -mcpu or -mattr.
79 // Package up features to be passed to target/subtarget
82 SubtargetFeatures Features;
84 Features.AddFeature(MAttrs[i]);
85 FeaturesStr = Features.getString();
  /external/llvm/lib/Object/
ELFObjectFile.cpp 61 SubtargetFeatures Features;
69 Features.AddFeature("mips2");
72 Features.AddFeature("mips3");
75 Features.AddFeature("mips4");
78 Features.AddFeature("mips5");
81 Features.AddFeature("mips32");
84 Features.AddFeature("mips64");
87 Features.AddFeature("mips32r2");
90 Features.AddFeature("mips64r2");
93 Features.AddFeature("mips32r6")
    [all...]
  /external/clang/include/clang/Basic/
TargetOptions.h 50 /// \brief The list of target specific features to enable or disable, as written on the command line.
53 /// The list of target specific features to enable or disable -- this should
55 std::vector<std::string> Features;
59 /// Supported OpenCL extensions and optional core features.
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 331 SubtargetFeatures Features;
333 // If user asked for the 'native' CPU, we need to autodetect features.
335 // features the autodetected CPU name lists in the target. For example,
341 Features.AddFeature(F.first(), F.second);
345 Features.AddFeature(MAttrs[i]);
347 return Features.getString();
351 /// Features, and command line flags.
352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
362 if (!Features.empty())
364 "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
31 // A container class for subtarget features.
88 /// specific features. Features are encoded as a string of the form
91 /// Each of the remaining features is prefixed with + or - indicating whether
97 std::vector<std::string> Features; // Subtarget features as a vector
101 /// Features string accessors.
104 /// Adding Features
    [all...]
  /external/swiftshader/third_party/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
64 /// specific features. Features are encoded as a string of the form
69 /// Each of the remaining features is prefixed with + or - indicating whether
75 std::vector<std::string> Features; // Subtarget features as a vector
79 /// Features string accessors.
82 /// Adding Features.
108 /// Retrieve a formatted string of the default features for the specifie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetOptions.h 50 /// \brief The list of target specific features to enable or disable, as written on the command line.
53 /// The list of target specific features to enable or disable -- this should
55 std::vector<std::string> Features;
59 /// Supported OpenCL extensions and optional core features.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 324 SubtargetFeatures Features;
326 // If user asked for the 'native' CPU, we need to autodetect features.
328 // features the autodetected CPU name lists in the target. For example,
334 Features.AddFeature(F.first(), F.second);
338 Features.AddFeature(MAttrs[i]);
340 return Features.getString();
344 /// Features, and command line flags.
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
355 if (!Features.empty())
357 "target-features", Features)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 74 PdbRaw_Features Features = PdbFeatureNone;
InfoStreamBuilder.h 53 std::vector<PdbRaw_FeatureSig> Features;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
34 /// Container class for subtarget features.
85 /// Manages the enabling and disabling of subtarget specific features.
87 /// Features are encoded as a string of the form
90 /// Each of the remaining features is prefixed with + or - indicating whether
94 std::vector<std::string> Features; ///< Subtarget features as a vector
99 /// Returns features as a string.
102 /// Adds Features
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetOptions.h 49 /// \brief The list of target specific features to enable or disable, as written on the command line.
52 /// The list of target specific features to enable or disable -- this should
54 std::vector<std::string> Features;
58 /// Supported OpenCL extensions and optional core features.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CommandFlags.h 324 SubtargetFeatures Features;
326 // If user asked for the 'native' CPU, we need to autodetect features.
328 // features the autodetected CPU name lists in the target. For example,
334 Features.AddFeature(F.first(), F.second);
338 Features.AddFeature(MAttrs[i]);
340 return Features.getString();
344 /// Features, and command line flags.
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
354 if (!Features.empty())
355 NewAttrs.addAttribute("target-features", Features)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 75 PdbRaw_Features Features = PdbFeatureNone;
InfoStreamBuilder.h 53 std::vector<PdbRaw_FeatureSig> Features;
  /prebuilts/clang/host/darwin-x86/clang-4393122/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
34 /// Container class for subtarget features.
85 /// Manages the enabling and disabling of subtarget specific features.
87 /// Features are encoded as a string of the form
90 /// Each of the remaining features is prefixed with + or - indicating whether
94 std::vector<std::string> Features; ///< Subtarget features as a vector
99 /// Returns features as a string.
102 /// Adds Features
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetOptions.h 49 /// \brief The list of target specific features to enable or disable, as written on the command line.
52 /// The list of target specific features to enable or disable -- this should
54 std::vector<std::string> Features;
58 /// Supported OpenCL extensions and optional core features.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CommandFlags.h 324 SubtargetFeatures Features;
326 // If user asked for the 'native' CPU, we need to autodetect features.
328 // features the autodetected CPU name lists in the target. For example,
334 Features.AddFeature(F.first(), F.second);
338 Features.AddFeature(MAttrs[i]);
340 return Features.getString();
344 /// Features, and command line flags.
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
354 if (!Features.empty())
355 NewAttrs.addAttribute("target-features", Features)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 75 PdbRaw_Features Features = PdbFeatureNone;
InfoStreamBuilder.h 53 std::vector<PdbRaw_FeatureSig> Features;
  /prebuilts/clang/host/darwin-x86/clang-4479392/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
34 /// Container class for subtarget features.
85 /// Manages the enabling and disabling of subtarget specific features.
87 /// Features are encoded as a string of the form
90 /// Each of the remaining features is prefixed with + or - indicating whether
94 std::vector<std::string> Features; ///< Subtarget features as a vector
99 /// Returns features as a string.
102 /// Adds Features
    [all...]

Completed in 900 milliseconds

1 2 3 4 5 6 7 8 91011