Home
last modified time | relevance | path

Searched refs:hasAVX2 (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/system/
H A Djuce_SystemStats.cpp95 hasSSE41 = false, hasSSE42 = false, hasAVX = false, hasAVX2 = false, member
122 bool SystemStats::hasAVX2() noexcept { return getCPUInformation().hasAVX2; } in hasAVX2() function in juce::SystemStats
H A Djuce_SystemStats.h184 …static bool hasAVX2() noexcept; /**< Returns true if Intel AVX2 instructions are availa…
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/system/
H A Djuce_SystemStats.cpp95 hasSSE41 = false, hasSSE42 = false, hasAVX = false, hasAVX2 = false, member
122 bool SystemStats::hasAVX2() noexcept { return getCPUInformation().hasAVX2; } in hasAVX2() function in juce::SystemStats
H A Djuce_SystemStats.h183 …static bool hasAVX2() noexcept; /**< Returns true if Intel AVX2 instructions are availa…
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/system/
H A Djuce_SystemStats.cpp95 hasSSE41 = false, hasSSE42 = false, hasAVX = false, hasAVX2 = false, member
122 bool SystemStats::hasAVX2() noexcept { return getCPUInformation().hasAVX2; } in hasAVX2() function in juce::SystemStats
H A Djuce_SystemStats.h184 …static bool hasAVX2() noexcept; /**< Returns true if Intel AVX2 instructions are availa…
/dports/net/rclone/rclone-1.57.0/vendor/github.com/vivint/infectious/
H A Dcommon.go44 var hasAVX2 = cpu.X86.HasAVX2 var
H A Daddmul_amd64.go39 if hasAVX2 {
/dports/net/storj/storj-1.45.3/vendor/github.com/vivint/infectious/
H A Dcommon.go44 var hasAVX2 = cpu.X86.HasAVX2 var
H A Daddmul_amd64.go39 if hasAVX2 {
/dports/math/kfr/kfr-4.2.1/include/kfr/runtime/
H A Dcpuid.hpp52 u32 hasAVX2 : 1; member
254 c.hasAVX2 = f_7_EBX >> 5 & 1; in detect_cpu()
288 if (c.hasAVX2 && c.hasAVXOSSUPPORT) in detect_cpu()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dcpuid.hxx68 inline bool hasAVX2() in hasAVX2() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dcpuid.hxx69 inline bool hasAVX2() in hasAVX2() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
H A DX86GenFastISel.inc4756 if ((Subtarget->hasAVX2())) {
12252 if ((Subtarget->hasAVX2())) {
12273 if ((Subtarget->hasAVX2())) {
12306 if ((Subtarget->hasAVX2())) {
12327 if ((Subtarget->hasAVX2())) {
12857 if ((Subtarget->hasAVX2()) && (true)) {
12878 if ((Subtarget->hasAVX2()) && (true)) {
12899 if ((Subtarget->hasAVX2()) && (true)) {
12920 if ((Subtarget->hasAVX2())) {
12957 if ((Subtarget->hasAVX2()) && (true)) {
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.cpp323 ST->hasAVX2()) { in getArithmeticInstrCost()
398 ST->hasAVX2()) { in getArithmeticInstrCost()
454 if (ST->hasAVX2() && in getArithmeticInstrCost()
570 if (ST->hasAVX2()) { in getArithmeticInstrCost()
709 if (ST->hasAVX2()) in getArithmeticInstrCost()
1077 if (ST->hasAVX2()) in getShuffleCost()
1616 if (ST->hasAVX2()) { in getCastInstrCost()
1788 if (ST->hasAVX2()) in getCmpSelInstrCost()
2142 if (ST->hasAVX2()) in getIntrinsicInstrCost()
2526 if (ST->hasAVX2()) in getArithmeticReductionCost()
[all …]
H A DX86Subtarget.h582 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
584 bool hasInt256() const { return hasAVX2(); } in hasInt256()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h591 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
593 bool hasInt256() const { return hasAVX2(); } in hasInt256()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86Subtarget.h561 bool hasAVX2() const { return X86SSELevel >= AVX2; }
563 bool hasInt256() const { return hasAVX2(); }
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86Subtarget.h545 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
547 bool hasInt256() const { return hasAVX2(); } in hasInt256()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_linux_SystemStats.cpp162 hasAVX2 = flags.contains ("avx2"); in initialise()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_linux_SystemStats.cpp167 hasAVX2 = flags.contains ("avx2"); in initialise()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86Subtarget.h637 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
639 bool hasInt256() const { return hasAVX2(); } in hasInt256()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86Subtarget.h619 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
621 bool hasInt256() const { return hasAVX2(); } in hasInt256()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86Subtarget.h601 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
603 bool hasInt256() const { return hasAVX2(); } in hasInt256()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86Subtarget.h637 bool hasAVX2() const { return X86SSELevel >= AVX2; } in hasAVX2() function
639 bool hasInt256() const { return hasAVX2(); } in hasInt256()

12345678910