Searched refs:Prefetch (Results 1 – 25 of 32) sorted by relevance
12
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 234 struct Prefetch { struct 245 Prefetch(const SCEVAddRecExpr *L, Instruction *I) : LSCEVAddRec(L) { in Prefetch() function 325 SmallVector<Prefetch, 16> Prefetches; in runOnLoop() 370 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 413 "'Zicbop' (Cache-Block Prefetch Instructions)">; 416 "'Zicbop' (Cache-Block Prefetch Instructions)">;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | BuiltinsAArch64.def | 79 // Prefetch
|
| H A D | BuiltinsARM.def | 193 // Prefetch
|
| H A D | arm_sve.td | 100 // J: Prefetch type (sv_prfop) 670 // Prefetch (Scalar base) 676 // Prefetch (Scalar base, VL displacement) 682 // Prefetch (Vector bases) 688 // Prefetch (Scalar base, Vector offsets) 709 // Prefetch (Vector bases, scalar offset)
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | 24k.md | 157 ;; 9. Prefetch
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 506 struct PrefetchOp Prefetch; member 568 Prefetch = o.Prefetch; in AArch64Operand() 717 return Prefetch.Val; in getPrefetch() 747 return StringRef(Prefetch.Data, Prefetch.Length); in getPrefetchName() 2363 Op->Prefetch.Val = Val; in CreatePrefetch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86.td | 139 "Prefetch instruction with T0 or T1 Hint">; 142 "Prefetch with Intent to Write and T1 Hint">;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 950 …2.10, v2.0 s6.13.10: Async Copies from Global to Local Memory, Local to Global Memory, and Prefetch 951 …0 s5.1.7 and s6.1.7: Async Copies from Global to Local Memory, Local to Global Memory, and Prefetch
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 560 // Async Copy and Prefetch builtin records:
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 553 // Prefetch and execution hint
|
| H A D | SystemZScheduleZ196.td | 543 // Prefetch
|
| H A D | SystemZScheduleZ13.td | 581 // Prefetch and execution hint
|
| H A D | SystemZScheduleZ15.td | 605 // Prefetch and execution hint
|
| H A D | SystemZScheduleZ14.td | 591 // Prefetch and execution hint
|
| H A D | SystemZScheduleZ16.td | 605 // Prefetch and execution hint
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh64-compact.cpu | 1396 (dshci pref "Prefetch data"
|
| H A D | sh64-media.cpu | 1434 (dshmi prefi "Prefetch instruction"
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedThunderX3T110.td | 1018 // Prefetch
|
| H A D | AArch64SchedThunderX2T99.td | 849 // Prefetch
|
| H A D | AArch64SchedNeoverseN2.td | 2262 // Prefetch
|
| H A D | AArch64SchedA64FX.td | 1011 // Prefetch
|
| H A D | AArch64SystemOperands.td | 280 // SVE Prefetch instruction options.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 1743 // Section A.42 - Prefetch Data
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 347 // Section 8.9.19 - PFCHV (Prefetch Vector)
|
12