/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | clflushopt-schedule.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -print-schedule -mcpu=x86-64 -mattr=+clflushopt | F… 8 define void @clflushopt(i8* %p) nounwind { 9 ; GENERIC-LABEL: clflushopt: 11 ; GENERIC-NEXT: clflushopt (%rdi) # sched: [5:1.00] 14 ; GLM-LABEL: clflushopt: 16 ; GLM-NEXT: clflushopt (%rdi) # sched: [3:1.00] 19 ; SKYLAKE-LABEL: clflushopt: 21 ; SKYLAKE-NEXT: clflushopt (%rdi) # sched: [2:1.00] 24 ; SKX-LABEL: clflushopt: 26 ; SKX-NEXT: clflushopt (%rdi) # sched: [2:1.00] [all …]
|
D | clflushopt.ll | 2 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=clflushopt | FileCheck %s --check-prefix=X86 3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=clflushopt | FileCheck %s --check-prefix=X64 5 define void @clflushopt(i8* %p) nounwind { 6 ; X86-LABEL: clflushopt: 9 ; X86-NEXT: clflushopt (%eax) 12 ; X64-LABEL: clflushopt: 14 ; X64-NEXT: clflushopt (%rdi) 16 tail call void @llvm.x86.clflushopt(i8* %p) 19 declare void @llvm.x86.clflushopt(i8*) nounwind
|
D | ms-inline-asm-avx512.ll | 23 …avx,+avx2,+avx512bw,+avx512cd,+avx512dq,+avx512f,+avx512vl,+bmi,+bmi2,+clflushopt,+clwb,+cx16,+f16…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | CLFLUSHOPT-64.s | 5 clflushopt 485498096 label 9 clflushopt 64(%rdx) label 13 clflushopt 64(%rdx,%rax,4) label 17 clflushopt -64(%rdx,%rax,4) label 21 clflushopt 64(%rdx,%rax) label 25 clflushopt (%rdx) label
|
D | CLFLUSHOPT-32.s | 5 clflushopt -485498096(%edx,%eax,4) label 9 clflushopt 485498096(%edx,%eax,4) label 13 clflushopt 485498096(%edx) label 17 clflushopt 485498096 label 21 clflushopt 64(%edx,%eax) label 25 clflushopt (%edx) label
|
D | x86-32-coverage.s | 10593 clflushopt 0xdeadbeef(%ebx,%ecx,8) 10597 clflushopt 0x7eed 10601 clflushopt 0xbabecafe 10605 clflushopt 0x12345678
|
/external/cpu_features/include/ |
D | cpuinfo_x86.h | 42 int clflushopt : 1; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/ |
D | int128_no_gather.ll | 74 …avx,+avx2,+avx512bw,+avx512cd,+avx512dq,+avx512f,+avx512vl,+bmi,+bmi2,+clflushopt,+clwb,+cx16,+f16… 75 …avx,+avx2,+avx512bw,+avx512cd,+avx512dq,+avx512f,+avx512vl,+bmi,+bmi2,+clflushopt,+clwb,+cx16,+f16…
|
D | pr23997.ll | 106 …,-clzero,-pku,+mmx,-lwp,-rdpid,-xop,+rdseed,-waitpkg,-sse4a,-avx512bw,+clflushopt,+xsave,-avx512vb…
|
/external/cpu_features/src/ |
D | cpuinfo_x86.c | 568 features->clflushopt = IsBitSet(leaf_7.ebx, 23); in ParseCpuId() 779 return features->clflushopt; in GetX86FeaturesEnumValue()
|
/external/cpuinfo/src/x86/ |
D | isa.c | 151 isa.clflushopt = !!(structured_feature_info0.ebx & UINT32_C(0x00800000)); in cpuinfo_x86_detect_isa()
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 639 bool clflushopt; member
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 10612 clflushopt 0xdeadbeef(%ebx,%ecx,8) 10616 clflushopt 0x7eed 10620 clflushopt 0xbabecafe 10624 clflushopt 0x12345678
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 514 # CHECK: clflushopt (%eax)
|
/external/XNNPACK/third_party/ |
D | cpuinfo.patch | 924 - isa.clflushopt = !!(structured_feature_info.ebx & UINT32_C(0x00800000)); 925 + isa.clflushopt = !!(structured_feature_info0.ebx & UINT32_C(0x00800000));
|
/external/XNNPACK/cmake/ |
D | cpuinfo.patch | 924 - isa.clflushopt = !!(structured_feature_info.ebx & UINT32_C(0x00800000)); 925 + isa.clflushopt = !!(structured_feature_info0.ebx & UINT32_C(0x00800000));
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 517 # CHECK: clflushopt (%eax)
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 224 def FeatureCLFLUSHOPT : SubtargetFeature<"clflushopt", "HasCLFLUSHOPT", "true",
|
D | X86InstrInfo.td | 2517 "clflushopt\t$src", [(int_x86_clflushopt addr:$src)]>, PD;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86.td | 252 def FeatureCLFLUSHOPT : SubtargetFeature<"clflushopt", "HasCLFLUSHOPT", "true",
|
D | X86InstrInfo.td | 2892 "clflushopt\t$src", [(int_x86_clflushopt addr:$src)]>, PD;
|
/external/clang/include/clang/Basic/ |
D | BuiltinsX86.def | 651 TARGET_BUILTIN(__builtin_ia32_clflushopt, "vc*", "", "clflushopt")
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 6253 x86_clflushopt, // llvm.x86.clflushopt
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 182 { "clflushopt", "Flush A Cache Line Optimized", { X86::FeatureCLFLUSHOPT }, { } },
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 5529 x86_clflushopt, // llvm.x86.clflushopt 11553 "llvm.x86.clflushopt", 19438 3, // llvm.x86.clflushopt
|