Searched defs:prefetch (Results 1 – 25 of 26) sorted by relevance
12
/llvm-project/llvm/test/MC/X86/ |
H A D | PREFETCH-32.s | 5 prefetch -485498096(%edx,%eax,4) label 9 prefetch 485498096(%edx,%eax,4) label 13 prefetch 485498096(%edx) label 17 prefetch 485498096 label 21 prefetch 64(%edx,%eax) label 25 prefetch (%edx) label
|
H A D | PREFETCH-64.s | 5 prefetch 485498096 label 9 prefetch 64(%rdx) label 13 prefetch 64(%rdx,%rax,4) label 17 prefetch -64(%rdx,%rax,4) label 21 prefetch 64(%rdx,%rax) label 49 prefetch (%rdx) label
|
H A D | 3DNow.s | 76 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Znver2/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
H A D | resources-3dnow.s | 75 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/SapphireRapids/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Broadwell/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeClient/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/AlderlakeP/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Znver4/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeServer/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/IceLakeServer/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
H A D | resources-3dnow.s | 75 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Generic/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
H A D | resources-3dnow.s | 75 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/SLM/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Znver1/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/llvm/test/tools/llvm-mca/X86/Znver3/ |
H A D | resources-prefetchw.s | 4 prefetch (%rax) label
|
/llvm-project/clang/test/CodeGen/ |
H A D | pr9614.c | 17 prefetch(void) { in prefetch() function
|
H A D | builtins-arm64.c | 48 void prefetch(void) { in prefetch() function
|
H A D | builtins-arm.c | 93 void prefetch(int i) { in prefetch() function
|
/llvm-project/mlir/test/Examples/NVGPU/tools/ |
H A D | nvdsl.py | 151 def prefetch(self, predicate=None): member in TMA
|
12