Home
last modified time | relevance | path

Searched refs:hasSSE41 (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/misc/openmvg/openMVG-2.0/src/nonFree/sift/vl/
H A Dhost.c420 self->hasSSE41 = info[2] & (1 << 19) ; in _vl_x86cpu_info_init()
442 self->hasSSE41 ? " SSE41" : "", in _vl_x86cpu_info_to_string_copy()
H A Dhost.h553 vl_bool hasSSE41 ; member
/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dhost.c463 self->hasSSE41 = info[2] & (1 << 19) ; in _vl_x86cpu_info_init()
487 self->hasSSE41 ? " SSE41" : "", in _vl_x86cpu_info_to_string_copy()
H A Dhost.h567 vl_bool hasSSE41 ; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/system/
H A Djuce_SystemStats.cpp95 hasSSE41 = false, hasSSE42 = false, hasAVX = false, hasAVX2 = false, member
119 bool SystemStats::hasSSE41() noexcept { return getCPUInformation().hasSSE41; } in hasSSE41() function in juce::SystemStats
H A Djuce_SystemStats.h181 …static bool hasSSE41() noexcept; /**< Returns true if Intel SSE4.1 instructions are avai…
/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
119 bool SystemStats::hasSSE41() noexcept { return getCPUInformation().hasSSE41; } in hasSSE41() function in juce::SystemStats
H A Djuce_SystemStats.h180 …static bool hasSSE41() noexcept; /**< Returns true if Intel SSE4.1 instructions are avai…
/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
119 bool SystemStats::hasSSE41() noexcept { return getCPUInformation().hasSSE41; } in hasSSE41() function in juce::SystemStats
H A Djuce_SystemStats.h181 …static bool hasSSE41() noexcept; /**< Returns true if Intel SSE4.1 instructions are avai…
/dports/math/kfr/kfr-4.2.1/include/kfr/runtime/
H A Dcpuid.hpp95 u32 hasSSE41 : 1; member
232 c.hasSSE41 = f_1_ECX >> 19 & 1; in detect_cpu()
294 if (c.hasSSE41) in detect_cpu()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86Subtarget.h148 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_linux_SystemStats.cpp159 hasSSE41 = flags.contains ("sse4_1"); in initialise()
H A Djuce_android_SystemStats.cpp186 hasSSE41 = ((cpuFeatures & ANDROID_CPU_X86_FEATURE_SSE4_1) != 0); in initialise()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_linux_SystemStats.cpp164 hasSSE41 = flags.contains ("sse4_1"); in initialise()
H A Djuce_android_SystemStats.cpp186 hasSSE41 = ((cpuFeatures & ANDROID_CPU_X86_FEATURE_SSE4_1) != 0); in initialise()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_linux_SystemStats.cpp168 hasSSE41 = flags.contains ("sse4_1"); in initialise()
H A Djuce_android_SystemStats.cpp186 hasSSE41 = ((cpuFeatures & ANDROID_CPU_X86_FEATURE_SSE4_1) != 0); in initialise()
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DSystemInfoDemo.h159 … << "CPU has SSE4.1: " << (SystemStats::hasSSE41() ? "yes" : "no") << newLine in getAllSystemInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp856 if (ST->hasSSE41()) in getArithmeticInstrCost()
1290 if (ST->hasSSE41()) in getShuffleCost()
2040 if (ST->hasSSE41()) { in getCastInstrCost()
2232 if (ST->hasSSE41()) in getCmpSelInstrCost()
2877 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
2881 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
2923 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
2924 (MScalarTy == MVT::f32 && ST->hasSSE41())) { in getScalarizationOverhead()
3457 if (ST->hasSSE41()) in getMinMaxCost()
3559 if (ST->hasSSE41()) in getMinMaxReductionCost()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86TargetTransformInfo.cpp856 if (ST->hasSSE41()) in getArithmeticInstrCost()
1290 if (ST->hasSSE41()) in getShuffleCost()
2040 if (ST->hasSSE41()) { in getCastInstrCost()
2232 if (ST->hasSSE41()) in getCmpSelInstrCost()
2877 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
2881 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
2923 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
2924 (MScalarTy == MVT::f32 && ST->hasSSE41())) { in getScalarizationOverhead()
3457 if (ST->hasSSE41()) in getMinMaxCost()
3559 if (ST->hasSSE41()) in getMinMaxReductionCost()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp875 if (ST->hasSSE41()) in getArithmeticInstrCost()
1319 if (ST->hasSSE41()) in getShuffleCost()
2070 if (ST->hasSSE41()) { in getCastInstrCost()
2265 if (ST->hasSSE41()) in getCmpSelInstrCost()
2853 if (ST->hasSSE41()) in getTypeBasedIntrinsicInstrCost()
3068 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
3072 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
3114 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
3671 if (ST->hasSSE41()) in getMinMaxCost()
3775 if (ST->hasSSE41()) in getMinMaxReductionCost()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp875 if (ST->hasSSE41()) in getArithmeticInstrCost()
1319 if (ST->hasSSE41()) in getShuffleCost()
2070 if (ST->hasSSE41()) { in getCastInstrCost()
2265 if (ST->hasSSE41()) in getCmpSelInstrCost()
2853 if (ST->hasSSE41()) in getTypeBasedIntrinsicInstrCost()
3068 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
3072 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
3114 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
3671 if (ST->hasSSE41()) in getMinMaxCost()
3775 if (ST->hasSSE41()) in getMinMaxReductionCost()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp875 if (ST->hasSSE41()) in getArithmeticInstrCost()
1319 if (ST->hasSSE41()) in getShuffleCost()
2070 if (ST->hasSSE41()) { in getCastInstrCost()
2265 if (ST->hasSSE41()) in getCmpSelInstrCost()
2822 if (ST->hasSSE41()) in getTypeBasedIntrinsicInstrCost()
3037 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
3041 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
3083 (MScalarTy.isInteger() && ST->hasSSE41()) || in getScalarizationOverhead()
3641 if (ST->hasSSE41()) in getMinMaxCost()
3745 if (ST->hasSSE41()) in getMinMaxReductionCost()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp940 if (ST->hasSSE41()) in getArithmeticInstrCost()
1422 if (ST->hasSSE41()) in getShuffleCost()
2248 if (ST->hasSSE41()) { in getCastInstrCost()
2308 if (ST->hasSSE41()) in getCastInstrCost()
2529 if (ST->hasSSE41()) in getCmpSelInstrCost()
3128 if (ST->hasSSE41()) in getTypeBasedIntrinsicInstrCost()
3387 (MScalarTy.isInteger() && ST->hasSSE41())) in getVectorInstrCost()
3391 if (MScalarTy == MVT::f32 && ST->hasSSE41() && in getVectorInstrCost()
4094 if (ST->hasSSE41()) in getMinMaxCost()
4196 if (ST->hasSSE41()) in getMinMaxReductionCost()
[all …]

12345678