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

1 2

  /external/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/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,
SubtargetFeature.cpp 108 // Return the features string
112 /// Adding features.
115 // Don't add empty features
118 Features.push_back(PrependFlag(LowercaseString(String), 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/include/clang/Basic/
TargetOptions.h 38 /// The list of target specific features to enable or disable -- this should
40 std::vector<std::string> Features;
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 41 const LangOptions &Features;
64 const LangOptions &Features,
BackendUtil.cpp 279 if (TargetOpts.Features.size()) {
280 SubtargetFeatures Features;
282 it = TargetOpts.Features.begin(),
283 ie = TargetOpts.Features.end(); it != ie; ++it)
284 Features.AddFeature(*it);
285 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.
108 /// 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/llvm/tools/llc/
llc.cpp 300 // Package up features to be passed to target/subtarget
303 SubtargetFeatures Features;
305 Features.AddFeature(MAttrs[i]);
306 FeaturesStr = Features.getString();
  /external/clang/include/clang/Lex/
Lexer.h 52 LangOptions Features; // Features enabled by this language (cache).
100 Lexer(SourceLocation FileLoc, const LangOptions &Features,
107 const SourceManager &SM, const LangOptions &Features);
118 /// getFeatures - Return the language features currently enabled. NOTE: this
119 /// lexer modifies features as a file is parsed!
120 const LangOptions &getFeatures() const { return Features; }
241 const LangOptions &Features,
251 const LangOptions &Features,
265 const LangOptions &Features,
    [all...]
LiteralSupport.h 150 const LangOptions &Features;
164 const SourceManager &sm, const LangOptions &features,
166 : SM(sm), Features(features), Target(target), Diags(diags),
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 380 // Package up features to be passed to target/subtarget
383 SubtargetFeatures Features;
385 Features.AddFeature(MAttrs[i]);
386 FeaturesStr = Features.getString();
471 // Package up features to be passed to target/subtarget
474 SubtargetFeatures Features;
476 Features.AddFeature(MAttrs[i]);
477 FeaturesStr = Features.getString();
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 269 SubtargetFeatures Features;
270 Features.getDefaultSubtargetFeatures(llvm::Triple(Triple));
271 std::string FeatureStr = Features.getString();
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 73 // The list of target specific features to enable or disable -- this should
75 static std::vector<std::string> Features;
Compiler.cpp 101 std::vector<std::string> Compiler::Features;
129 // Set Triple, CPU and Features here
135 Features.push_back("+vfp3");
137 Features.push_back("+d16");
148 Features.push_back("+neon");
149 Features.push_back("+neonfp");
151 Features.push_back("-neon");
152 Features.push_back("-neonfp");
304 if (!CPU.empty() || !Features.empty()) {
308 I = Features.begin(), E = Features.end(); I != E; I++)
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 153 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
154 llvm::SubtargetFeatures Features;
157 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end();
160 Features.AddFeature(*I);
162 FeaturesStr = Features.getString();
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 36 errs() << "Too many (> 64) subtarget features!\n";
69 // FeatureKeyValues - Emit data of all the subtarget features. Used by the
73 // Gather and sort all the features
83 OS << "// Sorted (by key) array of values for CPU features.\n"
152 Processor->getValueAsListOfDefs("Features");
592 // the subtarget features string.
597 std::vector<Record*> Features =
599 std::sort(Features.begin(), Features.end(), LessRecord());
601 OS << "// ParseSubtargetFeatures - Parses features string setting specified\n
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 188 struct Features {
189 Features();
190 ~Features();
231 Features m_features;
  /bionic/libc/kernel/common/linux/mtd/
cfi.h 112 uint8_t Features;
  /development/ndk/platforms/android-3/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
cfi.h 112 uint8_t Features;

Completed in 830 milliseconds

1 2