| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleE5500.td | 85 [11], // Latency = 7, Repeat rate = 1 137 [6, 2], // Latency = 2, Repeat rate = 2 158 [7, 2], // Latency = 3, Repeat rate = 1 162 [7, 2], // Latency = 3, Repeat rate = 1 166 [7, 2], // Latency = 3, Repeat rate = 1 175 [7, 2], // Latency = 3, Repeat rate = 1 181 [7, 2], // Latency = 3, Repeat rate = 1 186 [7, 2], // Latency = 3, Repeat rate = 1 315 [5], // Latency = 1, Repeat rate = 1 319 [5], // Latency = 1, Repeat rate = 1 [all …]
|
| H A D | PPCScheduleE500.td | 70 [7, 1, 1], // Latency = 4, Repeat rate = 1 75 [7, 1, 1], // Latency = 4, Repeat rate = 1 95 [5, 1], // Latency = 2, Repeat rate = 2 116 [6, 1], // Latency = 3, Repeat rate = 1 197 [5, 1], // Latency = 2, Repeat rate = 4 215 [7, 1], // Latency = 4, Repeat rate = 4 219 [7, 1], // Latency = 4, Repeat rate = 4 223 [4, 1], // Latency = 1, Repeat rate = 1 227 [4, 1], // Latency = 1, Repeat rate = 1 231 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
| H A D | PPCScheduleE500mc.td | 83 [7, 1, 1], // Latency = 4, Repeat rate = 1 88 [7, 1, 1], // Latency = 4, Repeat rate = 1 108 [5, 1], // Latency = 2, Repeat rate = 2 129 [6, 1], // Latency = 3, Repeat rate = 1 241 [5, 1], // Latency = 2, Repeat rate = 4 259 [7, 1], // Latency = 4, Repeat rate = 4 263 [7, 1], // Latency = 4, Repeat rate = 4 267 [4, 1], // Latency = 1, Repeat rate = 1 271 [4, 1], // Latency = 1, Repeat rate = 1 275 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | int-move-09.ll | 89 ; Repeat f1 with an unaligned variable. 100 ; Repeat f2 with an unaligned variable. 111 ; Repeat f3 with an unaligned variable. 122 ; Repeat f4 with an unaligned variable. 133 ; Repeat f5 with an unaligned variable. 144 ; Repeat f6 with an unaligned variable. 155 ; Repeat f7 with unaligned variables.
|
| H A D | int-move-08.ll | 57 ; Repeat f1 with an unaligned variable. 68 ; Repeat f2 with an unaligned variable. 79 ; Repeat f3 with an unaligned variable. 90 ; Repeat f4 with unaligned variables.
|
| H A D | insert-05.ll | 96 ; Repeat f8 with addition, which is known to be equivalent to OR in this case. 108 ; Repeat f8 with already-zero bits removed from the mask. 120 ; Repeat f10 with addition, which is known to be equivalent to OR in this case. 178 ; Repeat f15 with the zero bits explicitly removed from the mask. 202 ; Repeat f17 with the operands reversed.
|
| H A D | int-cmp-38.ll | 81 ; Repeat f1 with an unaligned address. 100 ; Repeat f2 with an unaligned address.
|
| H A D | int-neg-02.ll | 121 ; Repeat f8 with the operands reversed. 149 ; Repeat f8 with the negation coming from swapped operands. 201 ; Repeat f5 with the comparison on the unextended value.
|
| H A D | vec-const-10.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
| H A D | int-abs-01.ll | 111 ; Repeat f8 with the operands reversed. 137 ; Repeat f5 with the comparison on the unextended value.
|
| H A D | vec-const-09.ll | 155 ; Repeat f14 with undefs optimistically treated as 0, 32767. 163 ; Repeat f18 with undefs optimistically treated as -2, -1.
|
| H A D | vec-const-12.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
| H A D | vec-const-08.ll | 173 ; Repeat f14 with undefs optimistically treated as 0. 182 ; Repeat f18 with undefs optimistically treated as -1.
|
| H A D | vec-const-11.ll | 173 ; Repeat f14 with undefs optimistically treated as 0, 32767. 182 ; Repeat f18 with undefs optimistically treated as -2, -1.
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.h | 404 void recordRangeCount(uint64_t Start, uint64_t End, uint64_t Repeat) { in recordRangeCount() 406 RangeCounter[{Start, End}] += Repeat; in recordRangeCount() 408 void recordBranchCount(uint64_t Source, uint64_t Target, uint64_t Repeat) { in recordBranchCount() 409 BranchCounter[{Source, Target}] += Repeat; in recordBranchCount() 477 bool unwind(const PerfSample *Sample, uint64_t Repeat); 538 void unwindLinear(UnwindState &State, uint64_t Repeat); 550 uint64_t Repeat); 552 uint64_t Repeat); 654 void computeCounterFromLBR(const PerfSample *Sample, uint64_t Repeat);
|
| H A D | PerfReader.cpp | 75 void VirtualUnwinder::unwindLinear(UnwindState &State, uint64_t Repeat) { in unwindLinear() argument 114 State.getParentFrame()->recordRangeCount(Target, End, Repeat); in unwindLinear() 135 State.CurrentLeafFrame->recordRangeCount(PrevIP, End, Repeat); in unwindLinear() 142 State.CurrentLeafFrame->recordRangeCount(IP.Address, End, Repeat); in unwindLinear() 255 Repeat); in recordBranchCount() 263 Repeat); in recordBranchCount() 266 Repeat); in recordBranchCount() 290 unwindLinear(State, Repeat); in unwind() 319 recordBranchCount(Branch, State, Repeat); in unwind() 860 uint64_t Repeat) { in computeCounterFromLBR() argument [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetRepetitor.cpp | 28 FillFunction Repeat(ArrayRef<MCInst> Instructions, unsigned MinInstructions, in Repeat() function in llvm::exegesis::__anon756b83d50111::DuplicateSnippetRepetitor 57 FillFunction Repeat(ArrayRef<MCInst> Instructions, unsigned MinInstructions, in Repeat() function in llvm::exegesis::__anon756b83d50111::LoopSnippetRepetitor
|
| H A D | SnippetRepetitor.h | 41 virtual FillFunction Repeat(ArrayRef<MCInst> Instructions,
|
| H A D | BenchmarkRunner.cpp | 179 Repetitor->Repeat(Instructions, MinInstructionsForSnippet, in runConfiguration() 192 const auto Filler = Repetitor->Repeat( in runConfiguration()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/ |
| H A D | tag-stringtable-same-ids.rc | 4 1 "Repeat"
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | fabs.ll | 287 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 409 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 474 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 502 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 543 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 571 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 612 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 640 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 681 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. 709 ; Repeat with unordered predicate - nnan allows us to treat ordered/unordered identically. [all …]
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/ |
| H A D | SnippetRepetitorTest.cpp | 46 Repetitor->Repeat(Instructions, kMinInstructions, kLoopBodySize); in TestCommon()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | va_list.m | 12 // Repeat the previous emit-pch, but not we will have a global module index.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | musttail-fastcall.ll | 39 ; Repeat the test for vectorcall, which has XMM registers. 112 ; Repeat the test for vectorcall, which has XMM registers.
|
| /llvm-project-15.0.7/mlir/test/Target/Cpp/ |
| H A D | control_flow.mlir | 59 // Repeat the same function to make sure the names of the block labels get reset.
|