Home
last modified time | relevance | path

Searched refs:Features (Results 1 – 25 of 106) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dnorex-subreg.ll55 %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 …]
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp801 void getDefaultFeatures(llvm::StringMap<bool> &Features) const override;
803 bool handleTargetFeatures(std::vector<std::string> &Features,
947 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() argument
949 for (unsigned i = 0, e = Features.size(); i !=e; ++i) { in handleTargetFeatures()
951 if (Features[i][0] == '-') in handleTargetFeatures()
954 StringRef Feature = StringRef(Features[i]).substr(1); in handleTargetFeatures()
1140 void PPCTargetInfo::getDefaultFeatures(llvm::StringMap<bool> &Features) const { in getDefaultFeatures()
1141 Features["altivec"] = llvm::StringSwitch<bool>(CPU) in getDefaultFeatures()
1155 Features["qpx"] = (CPU == "a2q"); in getDefaultFeatures()
1158 Features[ABI] = true; in getDefaultFeatures()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp46 static CharSourceRange MakeCharSourceRange(const LangOptions &Features, in MakeCharSourceRange() argument
53 TokLoc.getManager(), Features); in MakeCharSourceRange()
56 TokLoc.getManager(), Features); in MakeCharSourceRange()
66 const LangOptions &Features, FullSourceLoc TokLoc, in Diag() argument
71 TokLoc.getManager(), Features); in Diag()
73 MakeCharSourceRange(Features, TokLoc, TokBegin, TokRangeBegin, TokRangeEnd); in Diag()
83 const LangOptions &Features) { in ProcessCharEscape() argument
106 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf, in ProcessCharEscape()
112 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf, in ProcessCharEscape()
135 Diag(Diags, Features, Loc, ThisTokBegin, EscapeBegin, ThisTokBuf, in ProcessCharEscape()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp338 uint64_t Features = STI.getFeatureBits(); in MipsTargetELFStreamer() local
348 if (Features & Mips::FeatureMips64r6) in MipsTargetELFStreamer()
350 else if (Features & Mips::FeatureMips64r2) in MipsTargetELFStreamer()
352 else if (Features & Mips::FeatureMips64) in MipsTargetELFStreamer()
354 else if (Features & Mips::FeatureMips5) in MipsTargetELFStreamer()
356 else if (Features & Mips::FeatureMips4) in MipsTargetELFStreamer()
358 else if (Features & Mips::FeatureMips3) in MipsTargetELFStreamer()
360 else if (Features & Mips::FeatureMips32r6) in MipsTargetELFStreamer()
362 else if (Features & Mips::FeatureMips32r2) in MipsTargetELFStreamer()
364 else if (Features & Mips::FeatureMips32) in MipsTargetELFStreamer()
[all …]
H A DMipsOptionRecord.cpp19 uint64_t Features = STI.getFeatureBits(); in EmitMipsOptionRecord() local
27 if (Features & Mips::FeatureN64) { in EmitMipsOptionRecord()
53 .setAlignment(Features & Mips::FeatureN32 ? 8 : 4); in EmitMipsOptionRecord()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp24 SubtargetFeatures Features(FS); in InitMCProcessorInfo() local
25 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
73 SubtargetFeatures Features; in ToggleFeature() local
74 FeatureBits = Features.ToggleFeature(FeatureBits, FS, ProcFeatures); in ToggleFeature()
H A DSubtargetFeature.cpp88 Features.push_back(hasFlag(String) ? String.str() : "+" + String.lower()); in AddFeature()
141 Split(Features, Initial); in SubtargetFeatures()
146 return Join(Features); in getString()
261 for (auto &Feature : Features) { in getFeatureBits()
296 for (auto &F : Features) in print()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430.td19 // Subtarget Features.
28 class Proc<string Name, list<SubtargetFeature> Features>
29 : Processor<Name, NoItineraries, Features>;
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp85 SubtargetFeatures Features; in selectTarget() local
87 Features.AddFeature(MAttrs[i]); in selectTarget()
88 FeaturesStr = Features.getString(); in selectTarget()
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.cpp512 std::vector<const char *> &Features) { in getARMHWDivFeatures() argument
515 Features.push_back("+hwdiv-arm"); in getARMHWDivFeatures()
516 Features.push_back("-hwdiv"); in getARMHWDivFeatures()
518 Features.push_back("-hwdiv-arm"); in getARMHWDivFeatures()
519 Features.push_back("+hwdiv"); in getARMHWDivFeatures()
521 Features.push_back("+hwdiv-arm"); in getARMHWDivFeatures()
522 Features.push_back("+hwdiv"); in getARMHWDivFeatures()
524 Features.push_back("-hwdiv-arm"); in getARMHWDivFeatures()
525 Features.push_back("-hwdiv"); in getARMHWDivFeatures()
536 std::vector<const char *> &Features) { in getARMFPUFeatures() argument
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.td22 // Subtarget Features.
54 class Proc<string Name, list<SubtargetFeature> Features>
55 : Processor<Name, NoItineraries, Features>;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp34 const LangOptions &Features, MangleContext &MContext) in CodeGenTBAA() argument
35 : Context(Ctx), CodeGenOpts(CGO), Features(Features), MContext(MContext), in CodeGenTBAA()
134 createTBAAScalarType(BTy->getName(Features), getChar()); in getTBAAInfo()
152 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible()) in getTBAAInfo()
270 if (Features.CPlusPlus) { in getTBAAStructTypeInfo()
H A DCodeGenTBAA.h51 const LangOptions &Features; variable
97 const LangOptions &Features,
H A DBackendUtil.cpp435 if (TargetOpts.Features.size()) { in CreateTargetMachine()
436 SubtargetFeatures Features; in CreateTargetMachine() local
438 it = TargetOpts.Features.begin(), in CreateTargetMachine()
439 ie = TargetOpts.Features.end(); it != ie; ++it) in CreateTargetMachine()
440 Features.AddFeature(*it); in CreateTargetMachine()
441 FeaturesStr = Features.getString(); in CreateTargetMachine()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCore.td34 class Proc<string Name, list<SubtargetFeature> Features>
35 : Processor<Name, NoItineraries, Features>;
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dset-push-pop-directives.s19 .set nomsa # Test the Features option (ASE).
20 .set mips32r6 # Test the Features option (ISA).
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp79 std::vector<std::string> Features; member
187 Opts.Features = Args->getAllArgValues(OPT_target_feature); in CreateFromArgs()
347 if (!Opts.Features.empty()) { in ExecuteAssembler()
348 FS = Opts.Features[0]; in ExecuteAssembler()
349 for (unsigned i = 1, e = Opts.Features.size(); i != e; ++i) in ExecuteAssembler()
350 FS += "," + Opts.Features[i]; in ExecuteAssembler()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DHost.h70 bool getHostCPUFeatures(StringMap<bool> &Features);
H A DTargetRegistry.h93 StringRef Features);
97 StringRef Features,
329 StringRef Features) const { in createMCSubtargetInfo() argument
332 return MCSubtargetInfoCtorFn(Triple, CPU, Features); in createMCSubtargetInfo()
343 StringRef Features, const TargetOptions &Options,
349 return TargetMachineCtorFn(*this, Triple, CPU, Features, Options,
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetOptions.h47 std::vector<std::string> Features; variable
H A DTargetInfo.h700 virtual void getDefaultFeatures(llvm::StringMap<bool> &Features) const { in getDefaultFeatures() argument
751 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() argument
754 Features[Name] = Enabled; in setFeatureEnabled()
766 virtual bool handleTargetFeatures(std::vector<std::string> &Features, in handleTargetFeatures() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DProcessors.td10 class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features>
11 : Processor<Name, itin, Features>;
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DHost.cpp684 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { in getHostCPUFeatures() argument
748 Features[LLVMFeatureStr] = true; in getHostCPUFeatures()
754 Features["crypto"] = true; in getHostCPUFeatures()
760 bool sys::getHostCPUFeatures(StringMap<bool> &Features){ in getHostCPUFeatures() argument
/minix3/external/bsd/llvm/dist/llvm/tools/llc/
H A Dllc.cpp250 SubtargetFeatures Features; in compileModule() local
252 Features.AddFeature(MAttrs[i]); in compileModule()
253 FeaturesStr = Features.getString(); in compileModule()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparc.td64 class Proc<string Name, list<SubtargetFeature> Features>
65 : Processor<Name, NoItineraries, Features>;

12345