/external/clang/lib/Basic/ |
D | Targets.cpp | 728 virtual void getDefaultFeatures(llvm::StringMap<bool> &Features) const; 730 virtual bool setFeatureEnabled(llvm::StringMap<bool> &Features, 1007 void PPCTargetInfo::getDefaultFeatures(llvm::StringMap<bool> &Features) const { in getDefaultFeatures() 1008 Features["altivec"] = llvm::StringSwitch<bool>(CPU) in getDefaultFeatures() 1021 Features["qpx"] = (CPU == "a2q"); in getDefaultFeatures() 1024 bool PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() argument 1029 Features[Name] = Enabled; in setFeatureEnabled() 1321 virtual bool setFeatureEnabled(llvm::StringMap<bool> &Features, 1343 bool NVPTXTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() argument 1348 Features[Name] = Enabled; in setFeatureEnabled() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | norex-subreg.ll | 55 %Features.6.or35 = select i1 %cmp33, i32 0, i32 undef 57 %or40 = or i32 %Features.6.or35, 4 58 %Features.8 = select i1 %cmp38, i32 %Features.6.or35, i32 %or40 60 %or45 = or i32 %Features.8, 2 62 %Features.8.or45 = select i1 %cmp43, i32 %Features.8, i32 %or45 65 %or50 = or i32 %Features.8.or45, 32 66 %Features.10 = select i1 %cmp48, i32 %Features.8.or45, i32 %or50 67 %or55 = or i32 %Features.10, 64 68 %Features.10.or55 = select i1 undef, i32 %Features.10, i32 %or55 72 %Features.12 = or i32 %Features.10.or55, %or60 [all …]
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 45 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, in MakeCharSourceRange() argument 52 TokLoc.getManager(), Features); in MakeCharSourceRange() 55 TokLoc.getManager(), Features); in MakeCharSourceRange() 65 const LangOptions &Features, FullSourceLoc TokLoc, in Diag() argument 70 TokLoc.getManager(), Features); in Diag() 72 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd); in Diag() 82 const LangOptions &Features) { in ProcessCharEscape() argument 105 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf, in ProcessCharEscape() 111 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf, in ProcessCharEscape() 134 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf, in ProcessCharEscape() [all …]
|
/external/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 26 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local 27 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, in InitMCProcessorInfo() 75 SubtargetFeatures Features; in ToggleFeature() local 76 FeatureBits = Features.ToggleFeature(FeatureBits, FS, in ToggleFeature()
|
D | SubtargetFeature.cpp | 117 Features.push_back(PrependFlag(String.lower(), IsEnabled)); in AddFeature() 180 Split(Features, Initial); in SubtargetFeatures() 185 return Join(Features); in getString() 306 for (size_t i = 0, E = Features.size(); i < E; i++) { in getFeatureBits() 307 const StringRef Feature = Features[i]; in getFeatureBits() 343 for (size_t i = 0, e = Features.size(); i != e; ++i) in print() 344 OS << Features[i] << " "; in print()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.td | 19 // Subtarget Features. 28 class Proc<string Name, list<SubtargetFeature> Features> 29 : Processor<Name, NoItineraries, Features>;
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 85 SubtargetFeatures Features; in selectTarget() local 87 Features.AddFeature(MAttrs[i]); in selectTarget() 88 FeaturesStr = Features.getString(); in selectTarget()
|
/external/markdown/docs/ |
D | README | 6 though there are a few known issues. See [Features][] for information 12 [Features]: http://www.freewisdom.org/projects/python-markdown/Features
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.td | 22 // Subtarget Features. 48 class Proc<string Name, list<SubtargetFeature> Features> 49 : Processor<Name, NoItineraries, Features>;
|
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
D | json_reader.cpp | 37 Features::Features() in Features() function in Json::Features 44 Features 45 Features::all() in all() 47 return Features(); in all() 51 Features 52 Features::strictMode() in strictMode() 54 Features features; in strictMode() 100 features_( Features::all() ), in Reader() 106 Reader::Reader( const Features &features ) in Reader()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA() argument 35 : Context(Ctx), CodeGenOpts(CGO), Features(Features), MContext(MContext), in CodeGenTBAA() 139 createTBAAScalarType(BTy->getName(Features), getChar()); in getTBAAInfo() 157 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible()) in getTBAAInfo()
|
D | BackendUtil.cpp | 383 if (TargetOpts.Features.size()) { in CreateTargetMachine() 384 SubtargetFeatures Features; in CreateTargetMachine() local 386 it = TargetOpts.Features.begin(), in CreateTargetMachine() 387 ie = TargetOpts.Features.end(); it != ie; ++it) in CreateTargetMachine() 388 Features.AddFeature(*it); in CreateTargetMachine() 389 FeaturesStr = Features.getString(); in CreateTargetMachine()
|
D | CodeGenTBAA.h | 51 const LangOptions &Features; variable 97 const LangOptions &Features,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | Processors.td | 14 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features> 15 : Processor<Name, itin, Features>;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | Processors.td | 14 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features> 15 : Processor<Name, itin, Features>;
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 34 class Proc<string Name, list<SubtargetFeature> Features> 35 : Processor<Name, NoItineraries, Features>;
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 78 std::vector<std::string> Features; member 178 Opts.Features = Args->getAllArgValues(OPT_target_feature); in CreateFromArgs() 324 if (!Opts.Features.empty()) { in ExecuteAssembler() 325 FS = Opts.Features[0]; in ExecuteAssembler() 326 for (unsigned i = 1, e = Opts.Features.size(); i != e; ++i) in ExecuteAssembler() 327 FS += "," + Opts.Features[i]; in ExecuteAssembler()
|
/external/llvm/lib/Target/R600/ |
D | Processors.td | 10 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features> 11 : Processor<Name, itin, Features>;
|
D | AMDGPU.td | 14 // Subtarget Features 17 // Debugging Features
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 47 class Proc<string Name, list<SubtargetFeature> Features> 48 : Processor<Name, NoItineraries, Features>;
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 95 StringRef Features); 99 StringRef Features, 349 StringRef Features) const { in createMCSubtargetInfo() argument 352 return MCSubtargetInfoCtorFn(Triple, CPU, Features); in createMCSubtargetInfo() 363 StringRef Features, const TargetOptions &Options, 369 return TargetMachineCtorFn(*this, Triple, CPU, Features, Options,
|
D | Host.h | 70 bool getHostCPUFeatures(StringMap<bool> &Features);
|
/external/llvm/tools/llc/ |
D | llc.cpp | 244 SubtargetFeatures Features; in compileModule() local 246 Features.AddFeature(MAttrs[i]); in compileModule() 247 FeaturesStr = Features.getString(); in compileModule()
|
/external/clang/include/clang/Basic/ |
D | TargetOptions.h | 50 std::vector<std::string> Features; variable
|
/external/libyuv/files/unit_test/testdata/ |
D | arm_v7.txt | 3 Features : swp half thumb fastmult vfp edsp iwmmxt thumbee vfpv3 vfpv3d16
|