Home
last modified time | relevance | path

Searched refs:avx512vpopcntdq (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/X86/
Dprefer-avx256-popcnt.ll2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512vpopcntdq,+prefer-256-bit |…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vl,+avx512vpopcntdq,-prefer-256-bit |…
4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vpopcntdq,+prefer-256-bit | …
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vpopcntdq,-prefer-256-bit | …
Davx512vpopcntdq-intrinsics.ll2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx512vpopcntdq --show-mc-encoding | FileChec…
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq --show-mc-encoding | FileCh…
Dstack-folding-int-avx512vnni.ll2 …n-unknown -mattr=+avx512f,+avx512bw,+avx512dq,+avx512vbmi,+avx512cd,+avx512vpopcntdq,+avx512vnni <…
Dvector-popcnt-512.ll4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512bw | FileCheck %s --…
Dvector-popcnt-256.ll4 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512vl | FileCheck %s --…
Dvector-popcnt-128.ll8 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
9 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512vl | FileCheck %s --…
/external/cpu_features/include/
Dcpuinfo_x86.h70 int avx512vpopcntdq : 1; member
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/
Dpr40514.ll57 …c,+popcnt,+aes,-avx512bitalg,-movdiri,-xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-pconfig,-clw…
/external/cpuinfo/include/
Dcpuinfo.h725 bool avx512vpopcntdq; member
1185 return cpuinfo_isa.avx512vpopcntdq; in cpuinfo_has_x86_avx512vpopcntdq()
/external/llvm-project/clang/include/clang/Basic/
DX86Target.def104 …nt,+avx2,+avx512f,+adx,+avx512er,+avx512pf,+avx512cd,+avx5124fmaps,+avx5124vnniw,+avx512vpopcntdq")
DBuiltinsX86.def1083 TARGET_BUILTIN(__builtin_ia32_vpopcntd_128, "V4iV4i", "ncV:128:", "avx512vpopcntdq,avx512vl")
1084 TARGET_BUILTIN(__builtin_ia32_vpopcntq_128, "V2OiV2Oi", "ncV:128:", "avx512vpopcntdq,avx512vl")
1085 TARGET_BUILTIN(__builtin_ia32_vpopcntd_256, "V8iV8i", "ncV:256:", "avx512vpopcntdq,avx512vl")
1086 TARGET_BUILTIN(__builtin_ia32_vpopcntq_256, "V4OiV4Oi", "ncV:256:", "avx512vpopcntdq,avx512vl")
1087 TARGET_BUILTIN(__builtin_ia32_vpopcntd_512, "V16iV16i", "ncV:512:", "avx512vpopcntdq")
1088 TARGET_BUILTIN(__builtin_ia32_vpopcntq_512, "V8OiV8Oi", "ncV:512:", "avx512vpopcntdq")
/external/llvm-project/polly/test/ScheduleOptimizer/
Dpattern-matching-based-opts-after-delicm.ll66 …12dq,-avx512er,-avx512f,-avx512ifma,-avx512pf,-avx512vbmi,-avx512vl,-avx512vpopcntdq,-clflushopt,-…
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86TargetParser.def158 X86_FEATURE_COMPAT(30, FEATURE_AVX512VPOPCNTDQ, "avx512vpopcntdq")
/external/cpuinfo/src/x86/
Disa.c467 isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000)); in cpuinfo_x86_detect_isa()
/external/llvm-project/llvm/include/llvm/Support/
DX86TargetParser.def133 X86_FEATURE_COMPAT(AVX512VPOPCNTDQ, "avx512vpopcntdq")
/external/cpu_features/test/
Dcpuinfo_x86_test.cc138 EXPECT_FALSE(features.avx512vpopcntdq); in TEST_F()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dpr23997.ll106 …se,+xsavec,+popcnt,+aes,-avx512bitalg,+xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-clwb,-avx512…
/external/cpu_features/src/
Dcpuinfo_x86.c71 FEATURE(X86_AVX512VPOPCNTDQ, avx512vpopcntdq, "avx512vpopcntdq", 0, 0) \
1348 features->avx512vpopcntdq = IsBitSet(leaf_7.ecx, 14); in ParseCpuId()
/external/cpuinfo/test/mock/
Dzenfone-2e.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dzenfone-2.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dzenfone-c.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dmemo-pad-7.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dleagoo-t5c.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
Dalldocube-iwork8.cc421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
/external/llvm-project/llvm/test/MC/Disassembler/X86/
Davx-512.txt3 # RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 -mattr=+avx512vpopcntdq | FileCheck %s…

12