/external/llvm-project/polly/test/ScopInfo/ |
D | do-not-model-error-block-accesses.ll | 27 …+xsave,+xsaveopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512pf,-avx512vl,-fma4,-… 28 …+xsave,+xsaveopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512pf,-avx512vl,-fma4,-…
|
/external/llvm-project/clang/include/clang/Basic/ |
D | X86Target.def | 99 …e4.2,+movbe,+popcnt,+f16c,+avx,+fma,+bmi,+lzcnt,+avx2,+avx512f,+adx,+avx512er,+avx512pf,+avx512cd") 104 …ovbe,+popcnt,+f16c,+avx,+fma,+bmi,+lzcnt,+avx2,+avx512f,+adx,+avx512er,+avx512pf,+avx512cd,+avx512…
|
D | BuiltinsX86.def | 1009 TARGET_BUILTIN(__builtin_ia32_gatherpfdpd, "vUcV8ivC*IiIi", "nV:512:", "avx512pf") 1010 TARGET_BUILTIN(__builtin_ia32_gatherpfdps, "vUsV16ivC*IiIi", "nV:512:", "avx512pf") 1011 TARGET_BUILTIN(__builtin_ia32_gatherpfqpd, "vUcV8OivC*IiIi", "nV:512:", "avx512pf") 1012 TARGET_BUILTIN(__builtin_ia32_gatherpfqps, "vUcV8OivC*IiIi", "nV:512:", "avx512pf") 1013 TARGET_BUILTIN(__builtin_ia32_scatterpfdpd, "vUcV8iv*IiIi", "nV:512:", "avx512pf") 1014 TARGET_BUILTIN(__builtin_ia32_scatterpfdps, "vUsV16iv*IiIi", "nV:512:", "avx512pf") 1015 TARGET_BUILTIN(__builtin_ia32_scatterpfqpd, "vUcV8Oiv*IiIi", "nV:512:", "avx512pf") 1016 TARGET_BUILTIN(__builtin_ia32_scatterpfqps, "vUcV8Oiv*IiIi", "nV:512:", "avx512pf")
|
/external/cpu_features/include/ |
D | cpuinfo_x86.h | 61 int avx512pf : 1; member
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | vector_gep.ll | 23 …" "target-features"="+adx,+aes,+avx,+avx2,+avx512cd,+avx512er,+avx512f,+avx512pf,+bmi,+bmi2,+cx16,…
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | vector_gep.ll | 29 …" "target-features"="+adx,+aes,+avx,+avx2,+avx512cd,+avx512er,+avx512f,+avx512pf,+bmi,+bmi2,+cx16,…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | insert-prefetch-invalid-instr.ll | 21 attributes #0 = {"target-cpu"="x86-64" "target-features"="+avx512pf,+sse4.2,+ssse3"}
|
D | avx512-cmp-kor-sequence.ll | 51 …" "target-features"="+adx,+aes,+avx,+avx2,+avx512cd,+avx512er,+avx512f,+avx512pf,+bmi,+bmi2,+cx16,…
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr40514.ll | 57 …chwt1,+f16c,+ssse3,-sgx,-shstk,+cmov,-avx512vbmi,+movbe,+xsaveopt,-avx512dq,+adx,-avx512pf,+sse3" }
|
/external/zstd/lib/common/ |
D | cpu.h | 199 B(avx512pf, 26)
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | error_block_contains_invalid_memory_access.ll | 76 …+xsave,+xsaveopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512pf,-avx512vl,-fma4,-… 77 …+xsave,+xsaveopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512pf,-avx512vl,-fma4,-…
|
D | dead_invariant_load_instruction_referenced_by_parameter_2.ll | 184 …+xsave,+xsaveopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512pf,-avx512vl,-fma4,-… 185 …+xsave,+xsaveopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512pf,-avx512vl,-fma4,-…
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 715 bool avx512pf; member 1105 return cpuinfo_isa.avx512pf; in cpuinfo_has_x86_avx512pf()
|
/external/llvm-project/polly/test/ScheduleOptimizer/ |
D | pattern-matching-based-opts-after-delicm.ll | 66 …eopt,-adx,-avx512bw,-avx512cd,-avx512dq,-avx512er,-avx512f,-avx512ifma,-avx512pf,-avx512vbmi,-avx5…
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 153 X86_FEATURE_COMPAT(25, FEATURE_AVX512PF, "avx512pf")
|
/external/cpuinfo/src/x86/ |
D | isa.c | 407 isa.avx512pf = avx512_regs && !!(structured_feature_info0.ebx & UINT32_C(0x04000000)); in cpuinfo_x86_detect_isa()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 128 X86_FEATURE_COMPAT(AVX512PF, "avx512pf")
|
/external/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 1052 TARGET_BUILTIN(__builtin_ia32_gatherpfdpd, "vUcV8iLLiC*IiIi", "", "avx512pf") 1053 TARGET_BUILTIN(__builtin_ia32_gatherpfdps, "vUsV16iiC*IiIi", "", "avx512pf") 1054 TARGET_BUILTIN(__builtin_ia32_gatherpfqpd, "vUcV8LLiLLiC*IiIi", "", "avx512pf") 1055 TARGET_BUILTIN(__builtin_ia32_gatherpfqps, "vUcV8LLiiC*IiIi", "", "avx512pf") 1056 TARGET_BUILTIN(__builtin_ia32_scatterpfdpd, "vUcV8iLLi*IiIi", "", "avx512pf") 1057 TARGET_BUILTIN(__builtin_ia32_scatterpfdps, "vUsV16ii*IiIi", "", "avx512pf") 1058 TARGET_BUILTIN(__builtin_ia32_scatterpfqpd, "vUcV8LLiLLi*IiIi", "", "avx512pf") 1059 TARGET_BUILTIN(__builtin_ia32_scatterpfqps, "vUcV8LLii*IiIi", "", "avx512pf")
|
/external/cpu_features/test/ |
D | cpuinfo_x86_test.cc | 129 EXPECT_FALSE(features.avx512pf); in TEST_F()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | pr23997.ll | 106 …chwt1,+f16c,+ssse3,+sgx,-shstk,+cmov,-avx512vbmi,+movbe,+xsaveopt,-avx512dq,+adx,-avx512pf,+sse3" }
|
D | scatter_crash.ll | 114 …" "target-features"="+adx,+aes,+avx,+avx2,+avx512cd,+avx512er,+avx512f,+avx512pf,+bmi,+bmi2,+cx16,…
|
/external/cpu_features/src/ |
D | cpuinfo_x86.c | 62 FEATURE(X86_AVX512PF, avx512pf, "avx512pf", 0, 0) \ 1339 features->avx512pf = IsBitSet(leaf_7.ebx, 26); in ParseCpuId()
|
/external/cpuinfo/test/mock/ |
D | zenfone-2e.cc | 389 TEST(ISA, avx512pf) { in TEST() argument
|
D | zenfone-2.cc | 389 TEST(ISA, avx512pf) { in TEST() argument
|
D | zenfone-c.cc | 389 TEST(ISA, avx512pf) { in TEST() argument
|