|   /external/clang/include/clang/Basic/ | 
| TargetOptions.h  | 45   /// \brief The list of target specific features to enable or disable, as written on the command line. 48   /// The list of target specific features to enable or disable -- this should 50   std::vector<std::string> Features;
  | 
|   /external/llvm/lib/ExecutionEngine/ | 
| TargetSelect.cpp  | 40 /// arch.  Add any CPU features specified via -mcpu or -mattr. 82   // Package up features to be passed to target/subtarget 85     SubtargetFeatures Features; 87       Features.AddFeature(MAttrs[i]); 88     FeaturesStr = Features.getString();
  | 
|   /external/llvm/lib/MC/ | 
| MCSubtargetInfo.cpp  | 26   SubtargetFeatures Features(FS); 27   FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, 75   SubtargetFeatures Features; 76   FeatureBits = Features.ToggleFeature(FeatureBits, FS,
  | 
| SubtargetFeature.cpp  | 107   // Return the features string 111 /// Adding features. 114   // Don't add empty features 117     Features.push_back(PrependFlag(String.lower(), IsEnabled)); 163   errs() << "Available features for this target:\n\n"; 179   // Break up string into separate features 180   Split(Features, Initial); 185   return Join(Features); 275           "CPU features table is not sorted"); 306   for (size_t i = 0, E = Features.size(); i < E; i++)      [all...] | 
|   /external/clang/lib/CodeGen/ | 
| CodeGenTBAA.h  | 43   const LangOptions &Features; 77               const LangOptions &Features,
  | 
| BackendUtil.cpp  | 381   if (TargetOpts.Features.size()) { 382     SubtargetFeatures Features; 384            it = TargetOpts.Features.begin(), 385            ie = TargetOpts.Features.end(); it != ie; ++it) 386       Features.AddFeature(*it); 387     FeaturesStr = Features.getString();
  | 
|   /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 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. 104   /// Retrieve a formatted string of the default features for the specifie     [all...] | 
|   /external/webkit/Source/WebKit/wince/ | 
| WebView.h  | 47     enum Features { 52     WebView(HWND hwnd, unsigned features = EnableDoubleBuffering);
  | 
|   /external/ceres-solver/docs/ | 
| changes.tex  | 39 \subsection{New Features} 88 \subsection{New Features} 186 \subsection{New Features} 202 \subsection{New Features} 231 \subsection{New Features}
  | 
|   /external/llvm/tools/llc/ | 
| llc.cpp  | 238   // Package up features to be passed to target/subtarget 241     SubtargetFeatures Features; 243       Features.AddFeature(MAttrs[i]); 244     FeaturesStr = Features.getString();
  | 
|   /external/llvm/tools/llvm-mc/ | 
| llvm-mc.cpp  | 410   // Package up features to be passed to target/subtarget 413     SubtargetFeatures Features; 415       Features.AddFeature(MAttrs[i]); 416     FeaturesStr = Features.getString();
  | 
|   /external/llvm/tools/lto/ | 
| LTOCodeGenerator.cpp  | 251   SubtargetFeatures Features; 252   Features.getDefaultSubtargetFeatures(Triple); 253   std::string FeatureStr = Features.getString();
  | 
|   /frameworks/compile/slang/ | 
| slang_backend.cpp  | 158   if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) { 159     llvm::SubtargetFeatures Features; 162              I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end(); 165       Features.AddFeature(*I); 167     FeaturesStr = Features.getString();
  | 
|   /external/clang/include/clang/Lex/ | 
| LiteralSupport.h  | 168   const LangOptions &Features; 185                       const SourceManager &sm, const LangOptions &features, 187     : SM(sm), Features(features), Target(target), Diags(diags),
  | 
|   /external/clang/tools/driver/ | 
| cc1as_main.cpp  | 73   /// The list of target specific features to enable or disable -- this should 75   std::vector<std::string> Features; 175   Opts.Features = Args->getAllArgValues(OPT_target_feature); 323   if (!Opts.Features.empty()) { 324     FS = Opts.Features[0]; 325     for (unsigned i = 1, e = Opts.Features.size(); i != e; ++i) 326       FS += "," + Opts.Features[i];
  | 
|   /external/llvm/tools/opt/ | 
| opt.cpp  | 535   // Package up features to be passed to target/subtarget 538     SubtargetFeatures Features; 540       Features.AddFeature(MAttrs[i]); 541     FeaturesStr = Features.getString();
  | 
|   /external/llvm/tools/llvm-objdump/ | 
| llvm-objdump.cpp  | 201   // Package up features to be passed to target/subtarget 204     SubtargetFeatures Features; 206       Features.AddFeature(MAttrs[i]); 207     FeaturesStr = Features.getString();
  | 
|   /external/webkit/Source/WebCore/css/ | 
| CSSStyleSelector.h  | 188         struct Features { 189             Features(); 190             ~Features(); 231         Features m_features;
  | 
|   /frameworks/compile/mclinker/tools/llvm-mcld/ | 
| llvm-mcld.cpp  |     [all...] | 
|   /development/ndk/platforms/android-3/include/linux/mtd/ | 
| cfi.h  | 112  uint8_t Features;
  | 
|   /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/ | 
| cfi.h  | 112  uint8_t Features;
  | 
|   /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/ | 
| cfi.h  | 112  uint8_t Features;
  | 
|   /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/ | 
| cfi.h  | 112  uint8_t Features;
  | 
|   /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/ | 
| cfi.h  | 112  uint8_t Features;
  | 
|   /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/ | 
| cfi.h  | 112  uint8_t Features;
  |