| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleE5500.td | 74 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26 80 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16 85 [11], // Latency = 7, Repeat rate = 1 89 [11, 2, 2], // Latency = 7, Repeat rate = 7 94 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4 100 [8, 2, 2], // Latency = 4, Repeat rate = 1 106 [8, 2, 2], // Latency = 4, Repeat rate = 1 112 [8, 2, 2], // Latency = 4 or 5, Repeat = 2 122 [6, 2, 2], // Latency = 2, Repeat rate = 2 127 [5, 2, 2], // Latency = 1, Repeat rate = 1 [all …]
|
| H A D | PPCScheduleE500.td | 65 [17, 1, 1], // Latency=4..35, Repeat= 4..35 70 [7, 1, 1], // Latency = 4, Repeat rate = 1 75 [7, 1, 1], // Latency = 4, Repeat rate = 1 80 [7, 1, 1], // Latency = 4, Repeat rate = 1 95 [5, 1], // Latency = 2, Repeat rate = 2 116 [6, 1], // Latency = 3, Repeat rate = 1 182 [6, 1, 1], // Latency = 3, Repeat rate = 3 197 [5, 1], // Latency = 2, Repeat rate = 4 215 [7, 1], // Latency = 4, Repeat rate = 4 219 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
| H A D | PPCScheduleE500mc.td | 70 [17, 1, 1], // Latency=4..35, Repeat= 4..35 83 [7, 1, 1], // Latency = 4, Repeat rate = 1 88 [7, 1, 1], // Latency = 4, Repeat rate = 1 93 [7, 1, 1], // Latency = 4, Repeat rate = 1 108 [5, 1], // Latency = 2, Repeat rate = 2 129 [6, 1], // Latency = 3, Repeat rate = 1 226 [6, 1, 1], // Latency = 3, Repeat rate = 3 241 [5, 1], // Latency = 2, Repeat rate = 4 259 [7, 1], // Latency = 4, Repeat rate = 4 263 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | meta.d | 412 alias LongList = Repeat!(1500, int); 416 alias a = NoDuplicates!(AliasSeq!(1, Repeat!(1000, 3))); 417 alias b = NoDuplicates!(AliasSeq!(1, Repeat!(10, 3))); 1205 template Repeat(size_t n, items...) in Repeat() function 1209 alias Repeat = AliasSeq!(); in Repeat() local 1213 alias Repeat = items; in Repeat() local 1224 Repeat = AliasSeq!(Repeat, Repeat); in Repeat() 1226 Repeat = AliasSeq!(Repeat, Repeat!(n - (1u << log2n), items)); in Repeat() 1233 alias ImInt0 = Repeat!(0, int); 1236 alias ImInt1 = Repeat!(1, immutable(int)); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 45 void VirtualUnwinder::unwindLinear(UnwindState &State, uint64_t Repeat) { in unwindLinear() argument 57 State.getParentFrame()->recordRangeCount(Target, End, Repeat); in unwindLinear() 68 State.CurrentLeafFrame->recordRangeCount(PrevIP, End, Repeat); in unwindLinear() 175 UnwindState &State, uint64_t Repeat) { in recordBranchCount() argument 183 Repeat); in recordBranchCount() 186 Repeat); in recordBranchCount() 190 bool VirtualUnwinder::unwind(const HybridSample *Sample, uint64_t Repeat) { in unwind() argument 211 unwindLinear(State, Repeat); in unwind() 234 recordBranchCount(Branch, State, Repeat); in unwind()
|
| H A D | PerfReader.h | 370 void recordRangeCount(uint64_t Start, uint64_t End, uint64_t Repeat) { in recordRangeCount() 371 RangeCounter[{Start, End}] += Repeat; in recordRangeCount() 373 void recordBranchCount(uint64_t Source, uint64_t Target, uint64_t Repeat) { in recordBranchCount() 374 BranchCounter[{Source, Target}] += Repeat; in recordBranchCount() 456 bool unwind(const HybridSample *Sample, uint64_t Repeat); 472 void unwindLinear(UnwindState &State, uint64_t Repeat); 484 uint64_t Repeat); 486 uint64_t Repeat);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | meta.d | 514 alias LongList = Repeat!(1500, int); 1318 template Repeat(size_t n, TList...) 1323 alias Repeat = AliasSeq!TList; variable 1327 alias Repeat = AliasSeq!(TList, TList); variable 1331 alias R = Repeat!((n - 1) / 2, TList); 1334 alias Repeat = AliasSeq!(TList, R, R); variable 1338 alias Repeat = AliasSeq!(TList, TList, R, R); variable 1346 alias ImInt1 = Repeat!(1, immutable(int)); 1349 alias Real3 = Repeat!(3, real); 1352 alias Real12 = Repeat!(4, Real3); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetRepetitor.cpp | 27 FillFunction Repeat(ArrayRef<MCInst> Instructions, in Repeat() function in llvm::exegesis::__anon32be30700111::DuplicateSnippetRepetitor 56 FillFunction Repeat(ArrayRef<MCInst> Instructions, in Repeat() function in llvm::exegesis::__anon32be30700111::LoopSnippetRepetitor
|
| H A D | SnippetRepetitor.h | 41 virtual FillFunction Repeat(ArrayRef<MCInst> Instructions,
|
| H A D | BenchmarkRunner.cpp | 178 Repetitor->Repeat(Instructions, kMinInstructionsForSnippet), in runConfiguration() 191 Repetitor->Repeat(Instructions, InstrBenchmark.NumRepetitions); in runConfiguration()
|
| /netbsd-src/external/bsd/nvi/docs/ |
| H A D | ev | 18 ^AN N Repeat search in the reverse direction. 38 ^N n Repeat previous search, in previous direction.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | 4k.md | 90 ;; Repeat rate of 33 cycles. 107 ;; Repeat rate of 35 cycles.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | 4k.md | 90 ;; Repeat rate of 33 cycles. 107 ;; Repeat rate of 35 cycles.
|
| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | fields.texi | 65 >How-To-Repeat: >Fix: >Audit-Trail: 124 >How-To-Repeat: 376 @item >How-To-Repeat: 377 @cindex @code{How-To-Repeat} field 378 @cindex @code{>How-To-Repeat:}
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-d10v.texi | 184 Repeat Count 186 Repeat Start address 188 Repeat End address
|
| H A D | c-d30v.texi | 215 Repeat Count 217 Repeat Start address 219 Repeat End address
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-d10v.texi | 184 Repeat Count 186 Repeat Start address 188 Repeat End address
|
| H A D | c-d30v.texi | 215 Repeat Count 217 Repeat Start address 219 Repeat End address
|
| /netbsd-src/distrib/utils/more/ |
| H A D | more.help | 27 n * Repeat previous search (for N-th occurrence).
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.hlp | 40 n * Repeat previous search (for _N-th occurrence). 41 N * Repeat previous search in reverse direction. 42 ESC-n * Repeat previous search, spanning files. 43 ESC-N * Repeat previous search, reverse dir. & spanning files.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1634 bool Repeat; in runOnMachineFunction() local 1636 Repeat = false; in runOnMachineFunction() 1667 Repeat = true; in runOnMachineFunction() 1676 Repeat = true; in runOnMachineFunction() 1683 } while (Repeat); in runOnMachineFunction()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | push-pop-multiple.s | 14 # Repeat the same operation multiple times, so this:
|
| /netbsd-src/external/ibm-public/postfix/dist/src/xsasl/ |
| H A D | README | 77 - Repeat the (almost) same procedure for xsasl/xsasl_client.c.
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gimple.vim | 132 hi def link gimpleLoop Repeat
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gimple.vim | 132 hi def link gimpleLoop Repeat
|