/external/llvm-project/llvm/test/CodeGen/X86/ |
D | prefer-avx256-popcnt.ll | 2 ; 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 | …
|
D | avx512vpopcntdq-intrinsics.ll | 2 ; 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…
|
D | stack-folding-int-avx512vnni.ll | 2 …n-unknown -mattr=+avx512f,+avx512bw,+avx512dq,+avx512vbmi,+avx512cd,+avx512vpopcntdq,+avx512vnni <…
|
D | vector-popcnt-512.ll | 4 ; 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 --…
|
D | vector-popcnt-256.ll | 4 ; 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 --…
|
D | vector-popcnt-128.ll | 8 ; 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/ |
D | cpuinfo_x86.h | 70 int avx512vpopcntdq : 1; member
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr40514.ll | 57 …c,+popcnt,+aes,-avx512bitalg,-movdiri,-xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-pconfig,-clw…
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 725 bool avx512vpopcntdq; member 1185 return cpuinfo_isa.avx512vpopcntdq; in cpuinfo_has_x86_avx512vpopcntdq()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | X86Target.def | 104 …nt,+avx2,+avx512f,+adx,+avx512er,+avx512pf,+avx512cd,+avx5124fmaps,+avx5124vnniw,+avx512vpopcntdq")
|
D | BuiltinsX86.def | 1083 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/ |
D | pattern-matching-based-opts-after-delicm.ll | 66 …12dq,-avx512er,-avx512f,-avx512ifma,-avx512pf,-avx512vbmi,-avx512vl,-avx512vpopcntdq,-clflushopt,-…
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 158 X86_FEATURE_COMPAT(30, FEATURE_AVX512VPOPCNTDQ, "avx512vpopcntdq")
|
/external/cpuinfo/src/x86/ |
D | isa.c | 467 isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000)); in cpuinfo_x86_detect_isa()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 133 X86_FEATURE_COMPAT(AVX512VPOPCNTDQ, "avx512vpopcntdq")
|
/external/cpu_features/test/ |
D | cpuinfo_x86_test.cc | 138 EXPECT_FALSE(features.avx512vpopcntdq); in TEST_F()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | pr23997.ll | 106 …se,+xsavec,+popcnt,+aes,-avx512bitalg,+xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-clwb,-avx512…
|
/external/cpu_features/src/ |
D | cpuinfo_x86.c | 71 FEATURE(X86_AVX512VPOPCNTDQ, avx512vpopcntdq, "avx512vpopcntdq", 0, 0) \ 1348 features->avx512vpopcntdq = IsBitSet(leaf_7.ecx, 14); in ParseCpuId()
|
/external/cpuinfo/test/mock/ |
D | zenfone-2e.cc | 421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
|
D | zenfone-2.cc | 421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
|
D | zenfone-c.cc | 421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
|
D | memo-pad-7.cc | 421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
|
D | leagoo-t5c.cc | 421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
|
D | alldocube-iwork8.cc | 421 TEST(ISA, avx512vpopcntdq) { in TEST() argument
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | avx-512.txt | 3 # RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 -mattr=+avx512vpopcntdq | FileCheck %s…
|