Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNProcessors.td24 FeatureISAVersion6_0_0.Features
28 FeatureISAVersion6_0_0.Features
32 FeatureISAVersion6_0_1.Features
36 FeatureISAVersion6_0_1.Features
40 FeatureISAVersion6_0_1.Features
44 FeatureISAVersion6_0_1.Features
48 FeatureISAVersion6_0_1.Features
56 FeatureISAVersion7_0_0.Features
60 FeatureISAVersion7_0_0.Features
64 FeatureISAVersion7_0_1.Features
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp98 SubtargetFeatures Features; in getMIPSFeatures() local
105 Features.AddFeature("mips2"); in getMIPSFeatures()
108 Features.AddFeature("mips3"); in getMIPSFeatures()
111 Features.AddFeature("mips4"); in getMIPSFeatures()
114 Features.AddFeature("mips5"); in getMIPSFeatures()
117 Features.AddFeature("mips32"); in getMIPSFeatures()
120 Features.AddFeature("mips64"); in getMIPSFeatures()
123 Features.AddFeature("mips32r2"); in getMIPSFeatures()
126 Features.AddFeature("mips64r2"); in getMIPSFeatures()
129 Features.AddFeature("mips32r6"); in getMIPSFeatures()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp557 unsigned Brand_id, unsigned Features, in getIntelProcessorTypeAndSubtype() argument
570 if (Features & (1 << X86::FEATURE_MMX)) { in getIntelProcessorTypeAndSubtype()
757 if (Features & (1 << X86::FEATURE_AVX512VBMI2)) { in getIntelProcessorTypeAndSubtype()
763 if (Features & (1 << X86::FEATURE_AVX512VBMI)) { in getIntelProcessorTypeAndSubtype()
781 if (Features & (1 << X86::FEATURE_AVX512VL)) { in getIntelProcessorTypeAndSubtype()
787 if (Features & (1 << X86::FEATURE_AVX512ER)) { in getIntelProcessorTypeAndSubtype()
806 if (Features & (1 << X86::FEATURE_AVX2)) { in getIntelProcessorTypeAndSubtype()
811 if (Features & (1 << X86::FEATURE_AVX)) { in getIntelProcessorTypeAndSubtype()
816 if (Features & (1 << X86::FEATURE_SSE4_2)) { in getIntelProcessorTypeAndSubtype()
825 if (Features & (1 << X86::FEATURE_SSE4_1)) { in getIntelProcessorTypeAndSubtype()
[all …]
DAArch64TargetParser.cpp63 std::vector<StringRef> &Features) { in getExtensionFeatures() argument
68 Features.push_back("+fp-armv8"); in getExtensionFeatures()
70 Features.push_back("+neon"); in getExtensionFeatures()
72 Features.push_back("+crc"); in getExtensionFeatures()
74 Features.push_back("+crypto"); in getExtensionFeatures()
76 Features.push_back("+dotprod"); in getExtensionFeatures()
78 Features.push_back("+fp16fml"); in getExtensionFeatures()
80 Features.push_back("+fullfp16"); in getExtensionFeatures()
82 Features.push_back("+spe"); in getExtensionFeatures()
84 Features.push_back("+ras"); in getExtensionFeatures()
[all …]
DARMTargetParser.cpp160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures() argument
200 Features.push_back(Info.PlusName); in getFPUFeatures()
202 Features.push_back(Info.MinusName); in getFPUFeatures()
215 Features.push_back(Info.PlusName); in getFPUFeatures()
217 Features.push_back(Info.MinusName); in getFPUFeatures()
384 std::vector<StringRef> &Features) { in getHWDivFeatures() argument
390 Features.push_back("+hwdiv-arm"); in getHWDivFeatures()
392 Features.push_back("-hwdiv-arm"); in getHWDivFeatures()
395 Features.push_back("+hwdiv"); in getHWDivFeatures()
397 Features.push_back("-hwdiv"); in getHWDivFeatures()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRELFStreamer.cpp12 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet() argument
16 if (Features[AVR::ELFArchAVR1]) in getEFlagsForFeatureSet()
18 else if (Features[AVR::ELFArchAVR2]) in getEFlagsForFeatureSet()
20 else if (Features[AVR::ELFArchAVR25]) in getEFlagsForFeatureSet()
22 else if (Features[AVR::ELFArchAVR3]) in getEFlagsForFeatureSet()
24 else if (Features[AVR::ELFArchAVR31]) in getEFlagsForFeatureSet()
26 else if (Features[AVR::ELFArchAVR35]) in getEFlagsForFeatureSet()
28 else if (Features[AVR::ELFArchAVR4]) in getEFlagsForFeatureSet()
30 else if (Features[AVR::ELFArchAVR5]) in getEFlagsForFeatureSet()
32 else if (Features[AVR::ELFArchAVR51]) in getEFlagsForFeatureSet()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp183 FeatureBitset Features = coalesceFeatures(M); in runOnModule() local
185 std::string FeatureStr = getFeatureString(Features); in runOnModule()
192 if (!Features[WebAssembly::FeatureAtomics]) in runOnModule()
195 if (!Features[WebAssembly::FeatureBulkMemory]) in runOnModule()
203 recordFeatures(M, Features, StrippedAtomics || StrippedTLS); in runOnModule()
211 FeatureBitset Features = in coalesceFeatures() local
217 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
218 return Features; in coalesceFeatures()
221 std::string getFeatureString(const FeatureBitset &Features) { in getFeatureString() argument
224 if (Features[KV.Value]) in getFeatureString()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DSubtargetFeature.cpp43 Features.push_back(hasFlag(String) ? String.lower() in AddFeature()
49 Split(Features, Initial); in SubtargetFeatures()
53 return join(Features.begin(), Features.end(), ","); in getString()
57 for (auto &F : Features) in print()
/third_party/node/deps/corepack/
DCHANGELOG.md6 ### Features subsection
14 ### Features subsection
31 ### Features subsection
48 ### Features subsection
55 ### Features subsection
66 ### Features subsection
78 ### Features subsection
91 ### Features subsection
98 ### Features subsection
105 ### Features subsection
[all …]
/third_party/rust/crates/lazycell/
DCHANGELOG.md5 #### Features subsubsection
15 #### Features subsubsection
41 #### Features subsubsection
55 #### Features subsubsection
83 #### Features subsubsection
93 #### Features subsubsection
117 #### Features subsubsection
141 #### Features subsubsection
158 #### Features subsubsection
172 #### Features subsubsection
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMerge.cpp97 auto &V = Files[CurrentFileIdx].Features; in Parse()
123 auto &Cur = Files[i].Features; in Merge()
130 auto &Cur = Files[i].Features; in Merge()
144 return a.Features.size() > b.Features.size(); in Merge()
150 auto &Cur = Files[i].Features; in Merge()
192 std::set<size_t> Features; in CrashResistantMergeInternalStep() local
194 Features.insert(Feature); in CrashResistantMergeInternalStep()
203 for (size_t F : Features) in CrashResistantMergeInternalStep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp70 Features |= PdbFeatureContainsIdStream; in reload()
73 Features |= PdbFeatureNoTypeMerging; in reload()
76 Features |= PdbFeatureMinimalDebugInfo; in reload()
100 return !!(Features & PdbFeatureContainsIdStream); in containsIdStream()
119 PdbRaw_Features InfoStream::getFeatures() const { return Features; } in getFeatures()
DInfoStreamBuilder.cpp35 Features.push_back(Sig); in addFeature()
52 (Features.size() + 1) * sizeof(uint32_t); in finalizeMsfLayout()
76 for (auto E : Features) { in commit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h102 Features = SubtargetFeatures(FeatureString); in setFeatures()
111 SubtargetFeatures &getFeatures() { return Features; } in getFeatures()
114 const SubtargetFeatures &getFeatures() const { return Features; } in getFeatures()
142 SubtargetFeatures Features; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp781 const FeatureBitset &Features = STI.getFeatureBits(); in MipsTargetELFStreamer() local
808 if (Features[Mips::FeatureMips64r6]) in MipsTargetELFStreamer()
810 else if (Features[Mips::FeatureMips64r2] || in MipsTargetELFStreamer()
811 Features[Mips::FeatureMips64r3] || in MipsTargetELFStreamer()
812 Features[Mips::FeatureMips64r5]) in MipsTargetELFStreamer()
814 else if (Features[Mips::FeatureMips64]) in MipsTargetELFStreamer()
816 else if (Features[Mips::FeatureMips5]) in MipsTargetELFStreamer()
818 else if (Features[Mips::FeatureMips4]) in MipsTargetELFStreamer()
820 else if (Features[Mips::FeatureMips3]) in MipsTargetELFStreamer()
822 else if (Features[Mips::FeatureMips32r6]) in MipsTargetELFStreamer()
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
DCHANGELOG.md6 ### Features subsection
22 ### Features subsection
41 ### Features subsection
48 ### Features subsection
62 ### Features subsection
114 ### Features subsection
154 ### Features subsection
184 ### Features subsection
191 ### Features subsection
204 ### Features subsection
[all …]
/third_party/node/tools/gyp/
DCHANGELOG.md6 ### Features subsection
25 ### Features subsection
32 ### Features subsection
46 ### Features subsection
98 ### Features subsection
138 ### Features subsection
168 ### Features subsection
175 ### Features subsection
188 ### Features subsection
199 ### Features subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp80 SubtargetFeatures Features; in selectTarget() local
82 Features.AddFeature(MAttrs[i]); in selectTarget()
83 FeaturesStr = Features.getString(); in selectTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc341 SubtargetFeatures Features;
351 Features.AddFeature(F.first(), F.second);
355 Features.AddFeature(MAttrs[i]);
357 return Features.getString();
361 SubtargetFeatures Features;
371 Features.AddFeature(F.first(), F.second);
375 Features.AddFeature(MAttrs[i]);
377 return Features.getFeatures();
380 /// Set function attributes of function \p F based on CPU, Features, and command
383 setFunctionAttributes(StringRef CPU, StringRef Features, Function &F) {
[all …]
/third_party/skia/third_party/externals/tint/docs/
Dorigin-trial-changes.md11 ### Deprecated Features
15 ### New Features
36 ### Deprecated Features
40 ### New Features
54 ### New Features
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp103 const char *Triple, const char *CPU, const char *Features, in LLVMCreateTargetMachine() argument
150 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, CM, in LLVMCreateTargetMachine()
258 SubtargetFeatures Features; in LLVMGetHostCPUFeatures() local
263 Features.AddFeature(F.first(), F.second); in LLVMGetHostCPUFeatures()
265 return strdup(Features.getString().c_str()); in LLVMGetHostCPUFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430.td18 // Subtarget Features.
39 class Proc<string Name, list<SubtargetFeature> Features>
40 : Processor<Name, NoItineraries, Features>;
/third_party/rust/crates/syn/codegen/src/
Dcfg.rs3 use syn_codegen::Features;
5 pub fn features(features: &Features) -> TokenStream { in features()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h272 class Features;
294 Features features = SupportedFeatures(),
376 class Features final {
378 Features() : bits_(0) {} in Features() function
379 explicit Features(unsigned bits) : bits_(bits) {} in Features() function
380 explicit Features(CpuFeature f) : bits_(1u << f) {} in Features() function
381 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {} in Features() function
394 static Features SupportedFeatures() { in SupportedFeatures()
395 return Features(CpuFeatures::SupportedFeatures()); in SupportedFeatures()
729 Features features_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h227 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
228 bool getHWDivFeatures(unsigned HWDivKind, std::vector<StringRef> &Features);
230 std::vector<StringRef> &Features);
239 std::vector<StringRef> &Features);

12345678910>>...13