Home
last modified time | relevance | path

Searched refs:CpuFeatures (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dcan_use_target.cpp11 WEAK uint64_t halide_cpu_features_storage[sizeof(CpuFeatures) / sizeof(uint64_t)] = {0};
47 fake_static_assert(sizeof(halide_cpu_features_storage) == sizeof(CpuFeatures)); in halide_default_can_use_target_features()
49 CpuFeatures tmp = halide_get_cpu_features(); in halide_default_can_use_target_features()
55 if (count != CpuFeatures::kWordCount) { in halide_default_can_use_target_features()
58 …debug(NULL) << "count " << count << " CpuFeatures::kWordCount " << CpuFeatures::kWordCount << "\n"; in halide_default_can_use_target_features()
62 …const CpuFeatures *cpu_features = reinterpret_cast<const CpuFeatures *>(&halide_cpu_features_stora… in halide_default_can_use_target_features()
63 for (int i = 0; i < CpuFeatures::kWordCount; ++i) { in halide_default_can_use_target_features()
H A Dcpu_features.h14 struct CpuFeatures { struct
34 CpuFeatures() { in CpuFeatures() argument
48 extern WEAK CpuFeatures halide_get_cpu_features(); argument
H A Dhexagon_cpu_features.cpp8 WEAK CpuFeatures halide_get_cpu_features() { in halide_get_cpu_features()
10 return CpuFeatures(); in halide_get_cpu_features()
H A Driscv_cpu_features.cpp8 WEAK CpuFeatures halide_get_cpu_features() { in halide_get_cpu_features()
10 return CpuFeatures(); in halide_get_cpu_features()
H A Dmips_cpu_features.cpp8 WEAK CpuFeatures halide_get_cpu_features() { in halide_get_cpu_features()
10 return CpuFeatures(); in halide_get_cpu_features()
H A Daarch64_cpu_features.cpp8 WEAK CpuFeatures halide_get_cpu_features() { in halide_get_cpu_features()
10 return CpuFeatures(); in halide_get_cpu_features()
H A Darm_cpu_features.cpp8 WEAK CpuFeatures halide_get_cpu_features() { in halide_get_cpu_features()
9 CpuFeatures features; in halide_get_cpu_features()
H A Dwasm_cpu_features.cpp8 WEAK CpuFeatures halide_get_cpu_features() { in halide_get_cpu_features()
9 CpuFeatures features; in halide_get_cpu_features()
/dports/lang/v8/v8-9.6.180.12/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc78 if (CpuFeatures::IsSupported(AVX)) { in Movhps()
91 if (CpuFeatures::IsSupported(AVX)) { in Movlps()
104 if (CpuFeatures::IsSupported(AVX)) { in Shufps()
124 if (CpuFeatures::IsSupported(AVX)) { in F64x2ExtractLane()
137 if (CpuFeatures::IsSupported(AVX)) { in F64x2ReplaceLane()
163 if (CpuFeatures::IsSupported(AVX)) { in F32x4Min()
192 if (CpuFeatures::IsSupported(AVX)) { in F32x4Max()
222 if (CpuFeatures::IsSupported(AVX)) { in F64x2Min()
260 if (CpuFeatures::IsSupported(AVX)) { in F64x2Max()
299 if (CpuFeatures::IsSupported(AVX2)) { in F32x4Splat()
[all …]
H A Dmacro-assembler-shared-ia32-x64.h70 if (CpuFeatures::IsSupported(AVX)) { in Pshufb()
106 if (CpuFeatures::IsSupported(AVX)) { in emit()
125 if (CpuFeatures::IsSupported(AVX)) { in emit()
145 if (CpuFeatures::IsSupported(AVX)) { in emit()
486 if (CpuFeatures::IsSupported(AVX)) {
556 if (CpuFeatures::IsSupported(AVX)) { in Pextrd()
623 if (CpuFeatures::IsSupported(AVX)) { in I32x4SConvertF32x4()
654 if (CpuFeatures::IsSupported(AVX)) { in I32x4TruncSatF64x2SZero()
691 if (CpuFeatures::IsSupported(AVX)) { in I32x4TruncSatF64x2UZero()
752 if (CpuFeatures::IsSupported(AVX)) { in I16x8ExtAddPairwiseI8x16S()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dcpuinfo.h51 class CpuFeatures {
65 ASMJIT_INLINE CpuFeatures() noexcept { reset(); } in CpuFeatures() function
66 ASMJIT_INLINE CpuFeatures(const CpuFeatures& other) noexcept = default;
72 …ASMJIT_INLINE void init(const CpuFeatures& other) noexcept { ::memcpy(this, &other, sizeof(*this))… in init()
95 ASMJIT_INLINE bool hasAll(const CpuFeatures& other) const noexcept { in hasAll()
103 ASMJIT_INLINE CpuFeatures& add(uint32_t feature) noexcept { in add()
114 ASMJIT_INLINE CpuFeatures& remove(uint32_t feature) noexcept { in remove()
323 ASMJIT_INLINE const CpuFeatures& getFeatures() const noexcept { return _features; } in getFeatures()
379 CpuFeatures _features; //!< CPU features.
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcpu-features.h92 class V8_EXPORT_PRIVATE CpuFeatures : public AllStatic {
94 CpuFeatures(const CpuFeatures&) = delete;
95 CpuFeatures& operator=(const CpuFeatures&) = delete;
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucetc/src/compiler/
H A Dcpu_features.rs64 pub struct CpuFeatures { struct
93 impl From<&CpuFeatures> for ModuleFeatures {
94 fn from(cpu_features: &CpuFeatures) -> ModuleFeatures { in from()
151 impl Default for CpuFeatures { implementation
157 impl CpuFeatures { impl
167 CpuFeatures { in detect_cpuid()
175 CpuFeatures { in baseline()
/dports/www/node10/node-v10.24.1/deps/v8/src/ppc/
H A Dcpu-ppc.cc15 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache()
17 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
28 const int kCacheLineSize = CpuFeatures::icache_line_size(); in FlushICache()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ppc/
H A Dcpu-ppc.cc16 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache()
18 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
29 const int kCacheLineSize = CpuFeatures::icache_line_size(); in FlushICache()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ppc/
H A Dcpu-ppc.cc16 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache()
18 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
29 const int kCacheLineSize = CpuFeatures::icache_line_size(); in FlushICache()
/dports/lang/v8/v8-9.6.180.12/src/codegen/ppc/
H A Dcpu-ppc.cc16 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache()
18 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
29 const int kCacheLineSize = CpuFeatures::icache_line_size(); in FlushICache()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc681 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
690 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
699 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
708 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
717 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
727 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
737 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2ss()
747 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2ss()
757 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
767 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/codegen/s390/
H A Dassembler-s390.cc162 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128()
164 return CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1); in SupportsWasmSimd128()
170 void CpuFeatures::ProbeImpl(bool cross_compile) { in ProbeImpl()
258 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
261 void CpuFeatures::PrintTarget() { in PrintTarget()
273 void CpuFeatures::PrintFeatures() { in PrintFeatures()
274 PrintF("FPU=%d\n", CpuFeatures::IsSupported(FPU)); in PrintFeatures()
275 PrintF("FPU_EXT=%d\n", CpuFeatures::IsSupported(FLOATING_POINT_EXT)); in PrintFeatures()
277 PrintF("DISTINCT_OPS=%d\n", CpuFeatures::IsSupported(DISTINCT_OPS)); in PrintFeatures()
280 CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_1)); in PrintFeatures()
[all …]
/dports/security/hexl/hexl-1.2.3/cmake/hexl/
H A DHEXLConfig.cmake.in15 find_package(CpuFeatures CONFIG)
17 … message(WARNING "Could not find pre-installed CpuFeatures; using CpuFeatures packaged with HEXL")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1361 if (CpuFeatures::IsSupported(AVX)) { in Pshufhw()
1370 if (CpuFeatures::IsSupported(AVX)) { in Pshuflw()
1379 if (CpuFeatures::IsSupported(AVX)) { in Pshufd()
1388 if (CpuFeatures::IsSupported(AVX)) { in Psraw()
1397 if (CpuFeatures::IsSupported(AVX)) { in Psrlw()
1406 if (CpuFeatures::IsSupported(AVX)) { in Psrlq()
1415 if (CpuFeatures::IsSupported(AVX)) { in Psignb()
1429 if (CpuFeatures::IsSupported(AVX)) { in Psignw()
1443 if (CpuFeatures::IsSupported(AVX)) { in Psignd()
1457 if (CpuFeatures::IsSupported(AVX)) { in Pshufb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc595 if (CpuFeatures::IsSupported(AVX)) { in Roundps()
606 if (CpuFeatures::IsSupported(AVX)) { in Roundpd()
1509 if (CpuFeatures::IsSupported(AVX)) { in Pshufhw()
1518 if (CpuFeatures::IsSupported(AVX)) { in Pshuflw()
1527 if (CpuFeatures::IsSupported(AVX)) { in Pshufd()
1536 if (CpuFeatures::IsSupported(AVX)) { in Psraw()
1545 if (CpuFeatures::IsSupported(AVX)) { in Psrlw()
1554 if (CpuFeatures::IsSupported(AVX)) { in Psrlq()
1563 if (CpuFeatures::IsSupported(AVX)) { in Psignb()
1577 if (CpuFeatures::IsSupported(AVX)) { in Psignw()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc694 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
703 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
712 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
721 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
730 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
740 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
750 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2ss()
760 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2ss()
770 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
780 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dassembler.cc165 DCHECK_IMPLIES(check == kCheckSupported, CpuFeatures::IsSupported(f)); in CpuFeatureScope()
175 bool CpuFeatures::initialized_ = false;
176 unsigned CpuFeatures::supported_ = 0;
177 unsigned CpuFeatures::icache_line_size_ = 0;
178 unsigned CpuFeatures::dcache_line_size_ = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dassembler.cc173 DCHECK_IMPLIES(check == kCheckSupported, CpuFeatures::IsSupported(f)); in CpuFeatureScope()
183 bool CpuFeatures::initialized_ = false;
184 unsigned CpuFeatures::supported_ = 0;
185 unsigned CpuFeatures::icache_line_size_ = 0;
186 unsigned CpuFeatures::dcache_line_size_ = 0;

12345678910>>...15