Home
last modified time | relevance | path

Searched refs:Repeat (Results 1 – 25 of 94) sorted by relevance

1234

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCScheduleE5500.td85 [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 DPPCScheduleE500.td70 [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 DPPCScheduleE500mc.td83 [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 Dint-move-09.ll89 ; 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 Dint-move-08.ll57 ; 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 Dinsert-05.ll96 ; 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 Dint-cmp-38.ll81 ; Repeat f1 with an unaligned address.
100 ; Repeat f2 with an unaligned address.
H A Dint-neg-02.ll121 ; 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 Dvec-const-10.ll155 ; Repeat f14 with undefs optimistically treated as 32767.
163 ; Repeat f18 with undefs optimistically treated as -2.
H A Dint-abs-01.ll111 ; Repeat f8 with the operands reversed.
137 ; Repeat f5 with the comparison on the unextended value.
H A Dvec-const-09.ll155 ; Repeat f14 with undefs optimistically treated as 0, 32767.
163 ; Repeat f18 with undefs optimistically treated as -2, -1.
H A Dvec-const-12.ll155 ; Repeat f14 with undefs optimistically treated as 32767.
163 ; Repeat f18 with undefs optimistically treated as -2.
H A Dvec-const-08.ll173 ; Repeat f14 with undefs optimistically treated as 0.
182 ; Repeat f18 with undefs optimistically treated as -1.
H A Dvec-const-11.ll173 ; 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 DPerfReader.h404 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 DPerfReader.cpp75 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 DSnippetRepetitor.cpp28 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 DSnippetRepetitor.h41 virtual FillFunction Repeat(ArrayRef<MCInst> Instructions,
H A DBenchmarkRunner.cpp179 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 Dtag-stringtable-same-ids.rc4 1 "Repeat"
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfabs.ll287 ; 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 DSnippetRepetitorTest.cpp46 Repetitor->Repeat(Instructions, kMinInstructions, kLoopBodySize); in TestCommon()
/llvm-project-15.0.7/clang/test/Modules/
H A Dva_list.m12 // 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 Dmusttail-fastcall.ll39 ; 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 Dcontrol_flow.mlir59 // Repeat the same function to make sure the names of the block labels get reset.

1234