/external/swiftshader/third_party/llvm-7.0/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 | avx512vpopcntdq-schedule.ll | 2 …-mtriple=x86_64-unknown-unknown -print-schedule -mcpu=x86-64 -mattr=+avx512vpopcntdq | FileCheck %…
|
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 --…
|
D | vector-tzcnt-256.ll | 6 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref… 7 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq,+avx512vl | FileCheck %s --…
|
D | vector-tzcnt-512.ll | 5 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512vpopcntdq | FileCheck %s --check-pref…
|
/external/cpu_features/include/ |
D | cpuinfo_x86.h | 67 int avx512vpopcntdq : 1; member
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 688 bool avx512vpopcntdq; member 1148 return cpuinfo_isa.avx512vpopcntdq; in cpuinfo_has_x86_avx512vpopcntdq()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 149 X86_FEATURE_COMPAT(30, FEATURE_AVX512VPOPCNTDQ, "avx512vpopcntdq")
|
/external/cpu_features/test/ |
D | cpuinfo_x86_test.cc | 89 EXPECT_FALSE(features.avx512vpopcntdq); in TEST()
|
/external/cpu_features/src/ |
D | cpuinfo_x86.c | 602 features->avx512vpopcntdq = IsBitSet(leaf_7.ecx, 14); in ParseCpuId() 823 return features->avx512vpopcntdq; in GetX86FeaturesEnumValue()
|
/external/cpuinfo/src/x86/ |
D | isa.c | 465 isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000)); in cpuinfo_x86_detect_isa()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/ |
D | pr23997.ll | 106 …se,+xsavec,+popcnt,+aes,-avx512bitalg,+xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-clwb,-avx512…
|
/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 | alldocube-iwork8.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
|
/external/XNNPACK/third_party/ |
D | cpuinfo.patch | 187 bool avx512vpopcntdq; 1044 - isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info.ecx & UINT32_C(0x00004000)); 1045 + isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000));
|
/external/XNNPACK/cmake/ |
D | cpuinfo.patch | 187 bool avx512vpopcntdq; 1044 - isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info.ecx & UINT32_C(0x00004000)); 1045 + isa.avx512vpopcntdq = avx512_regs && !!(structured_feature_info0.ecx & UINT32_C(0x00004000));
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/ |
D | avx-512.txt | 3 # RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 -mattr=+avx512vpopcntdq | FileCheck %s…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 137 def FeatureVPOPCNTDQ : SubtargetFeature<"avx512vpopcntdq", "HasVPOPCNTDQ",
|