Home
last modified time | relevance | path

Searched defs:CPUInfo (Results 1 – 25 of 160) sorted by relevance

1234567

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp22 struct CPUInfo { struct
23 StringLiteral Name;
24 CPUKind Kind;
25 StringLiteral DefaultMarch;
26 bool isInvalid() const { return DefaultMarch.empty(); } in isInvalid()
27 bool is64Bit() const { return DefaultMarch.starts_with("rv64"); } in is64Bit()
/aosp_15_r20/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1275 struct CPUInfo { struct
1289 static const CPUInfo& Get(); argument
/aosp_15_r20/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1736 struct BENCHMARK_EXPORT CPUInfo { struct
1752 static const CPUInfo& Get(); argument
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/
H A Dbenchmark.h1670 struct BENCHMARK_EXPORT CPUInfo { struct
1686 static const CPUInfo& Get(); argument
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/assembly/
H A Darm_gemm_local.hpp31 using CPUInfo = arm_compute::CPUInfo; typedef
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/
H A Da64_u8q_nhwc_generic_output9_mla_depthfirst.hpp43 …a64_u8q_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<uin… in a64_u8q_nhwc_generic_output9_mla_depthfirst()
H A Dsve_fp32_nhwc_generic_output9_mla_depthfirst.hpp43 …sve_fp32_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<fl… in sve_fp32_nhwc_generic_output9_mla_depthfirst()
H A Da64_u8s8u8q_nhwc_generic_output9_mla_depthfirst.hpp43 …a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy… in a64_u8s8u8q_nhwc_generic_output9_mla_depthfirst()
H A Da64_fp32_nhwc_generic_output9_mla_depthfirst.hpp43 …a64_fp32_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<fl… in a64_fp32_nhwc_generic_output9_mla_depthfirst()
H A Da64_fp16_nhwc_generic_output9_mla_depthfirst.hpp43 …a64_fp16_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<__… in a64_fp16_nhwc_generic_output9_mla_depthfirst()
H A Da64_s8q_nhwc_generic_output9_mla_depthfirst.hpp43 …a64_s8q_nhwc_generic_output9_mla_depthfirst(const CPUInfo *) : GenericDepthfirstKernelStrategy<int… in a64_s8q_nhwc_generic_output9_mla_depthfirst()
H A Dsme2_s8q_planar_3x3_s1_4rows_dot_za.hpp58 sme2_s8q_planar_3x3_s1_4rows_dot_za(const CPUInfo *) in sme2_s8q_planar_3x3_s1_4rows_dot_za()
H A Dsme2_s8q_planar_3x3_s2_4rows_dot_za.hpp58 sme2_s8q_planar_3x3_s2_4rows_dot_za(const CPUInfo *) in sme2_s8q_planar_3x3_s2_4rows_dot_za()
H A Dsme2_s8q_planar_5x5_s2_4rows_dot_za.hpp58 sme2_s8q_planar_5x5_s2_4rows_dot_za(const CPUInfo *) in sme2_s8q_planar_5x5_s2_4rows_dot_za()
H A Dsme2_u8s8u8q_planar_3x3_s2_4rows_dot_za.hpp58 sme2_u8s8u8q_planar_3x3_s2_4rows_dot_za(const CPUInfo *) in sme2_u8s8u8q_planar_3x3_s2_4rows_dot_za()
/aosp_15_r20/external/boringssl/src/crypto/
H A Dcpu_arm_linux_test.cc22 TEST(ARMLinuxTest, CPUInfo) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dcpu_arm_linux_test.cc22 TEST(ARMLinuxTest, CPUInfo) { in TEST() argument
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/
H A Dsve_interleaved_fp32_mmla_8x3VL.hpp64 cls_sve_interleaved_fp32_mmla_8x3VL(const CPUInfo *) in cls_sve_interleaved_fp32_mmla_8x3VL()
H A Da64_sgemm_8x6.hpp68 cls_a64_sgemm_8x6(const CPUInfo *) { in cls_a64_sgemm_8x6()
H A Da64_gemm_u16_8x12.hpp61 cls_a64_gemm_u16_8x12(const CPUInfo *) { } in cls_a64_gemm_u16_8x12()
H A Da64_sgemv_pretransposed.hpp72 sgemv_pretransposed(const CPUInfo *) { } in sgemv_pretransposed()
H A Da64_gemm_s16_8x12.hpp69 cls_a64_gemm_s16_8x12(const CPUInfo *) { } in cls_a64_gemm_s16_8x12()
H A Dsme2_gemv_s8qa_dot_16VL.hpp77 cls_sme2_gemv_s8qa_dot_16VL(const CPUInfo *) in cls_sme2_gemv_s8qa_dot_16VL()
H A Da64_gemm_s8_4x4.hpp91 cls_a64_gemm_s8_4x4(const CPUInfo *) { } in cls_a64_gemm_s8_4x4()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/
Dcpu-arm-linux_test.cc22 TEST(ARMLinuxTest, CPUInfo) { in TEST() argument

1234567