Home
last modified time | relevance | path

Searched refs:Iteration (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp219 unsigned Iteration, in printTimelineViewEntry() argument
221 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry()
223 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry()
289 for (unsigned Iteration = 0; Iteration < Iterations; ++Iteration) { in printTimeline() local
305 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
H A DTimelineView.h148 const TimelineViewEntry &E, unsigned Iteration,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp284 int Iteration : 30; member
303 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue()
308 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual()
406 for (;; --Iteration) { in analyzeLoopUnrollCost()
431 if (Iteration == 0) in analyzeLoopUnrollCost()
448 << Iteration << "): "); in analyzeLoopUnrollCost()
471 assert(Iteration > 0 && in analyzeLoopUnrollCost()
493 for (unsigned Iteration = 0; Iteration < TripCount; ++Iteration) { in analyzeLoopUnrollCost() local
511 if (Iteration != 0 && SimplifiedValues.count(V)) in analyzeLoopUnrollCost()
568 AddCostRecursively(I, Iteration); in analyzeLoopUnrollCost()
[all …]
H A DGVN.cpp2611 unsigned Iteration = 0; in runImpl() local
2613 LLVM_DEBUG(dbgs() << "GVN iteration: " << Iteration << "\n"); in runImpl()
2614 (void) Iteration; in runImpl()
2617 ++Iteration; in runImpl()
/llvm-project-15.0.7/flang/runtime/
H A Dformat.h92 sizeof(Iteration) * (maxMaxHeight - maxHeight); in GetNeededSize()
107 struct Iteration { struct
183 Iteration stack_[maxMaxHeight];
H A Dformat-implementation.h33 stack_[0].remaining = Iteration::unlimited; // 13.4(8)
229 stack_[height_].remaining = Iteration::unlimited; in CueUpNextDataEdit()
260 if (stack_[height_ - 1].remaining == Iteration::unlimited) { in CueUpNextDataEdit()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h51 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument
55 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp535 unsigned Iteration = 0; in runOnModule() local
538 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule()
539 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule()
543 } while (Iteration++ < MaxDevirtIterations && DevirtualizedCall); in runOnModule()
547 << Iteration in runOnModule()
550 MaxSCCIterations.updateMax(Iteration); in runOnModule()
H A DCGSCCPassManager.cpp411 for (int Iteration = 0;; ++Iteration) { in run() local
484 if (Iteration >= MaxIterations) { in run()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DUnrollAnalyzerTest.cpp40 for (unsigned Iteration = 0; Iteration < TripCount; Iteration++) { in runOnFunction() local
42 UnrolledInstAnalyzer Analyzer(Iteration, SimplifiedValues, *SE, L); in runOnFunction()
/llvm-project-15.0.7/openmp/docs/optimizations/
H A DOpenMPUnawareOptimizations.rst9 - 2019 LLVM Developers’ Meeting: "The Attributor: A Versatile Inter-procedural Fixpoint Iteration F…
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp542 unsigned Iteration = 1; in runOnFunctions() local
546 LLVM_DEBUG(dbgs() << "BOLT-DEBUG: ICF iteration " << Iteration << "...\n"); in runOnFunctions()
551 ++Iteration; in runOnFunctions()
575 << OriginalFunctionCount << " functions in " << Iteration in runOnFunctions()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp282 bool Iteration = true; in FlattenParallelAndOr() local
307 Iteration = false; in FlattenParallelAndOr()
312 } while (Iteration); in FlattenParallelAndOr()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributeInterfaces.td200 // Value Iteration Internals
260 // Value Iteration
328 // Value Iteration
385 // Failable Value Iteration
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp154 TEST_F(ForestTest, Iteration) { in TEST_F() argument
/llvm-project-15.0.7/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp45 TEST(UnixSignalsTest, Iteration) { in TEST() argument
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2002-05-12-InstListChange.txt40 Iteration over the instructions in a basic block remains the simple:
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===//
/llvm-project-15.0.7/mlir/test/Analysis/
H A Dtest-match-reduction.mlir44 // TODO: Iteration-carried values with multiple uses are not supported yet.
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSequenceTest.cpp184 TEST(SequenceTest, Iteration) { in TEST() argument
/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueMapTest.cpp122 TYPED_TEST(ValueMapTest, Iteration) { in TYPED_TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrVec.td1406 // Section 8.15.1 - VFIA (Vector Floating Iteration Add)
1410 // Section 8.15.2 - VFIS (Vector Floating Iteration Subtract)
1414 // Section 8.15.3 - VFIM (Vector Floating Iteration Multiply)
1418 // Section 8.15.4 - VFIAM (Vector Floating Iteration Add and Multiply)
1422 // Section 8.15.5 - VFISM (Vector Floating Iteration Subtract and Multiply)
1426 // Section 8.15.6 - VFIMA (Vector Floating Iteration Multiply and Add)
1430 // Section 8.15.7 - VFIMS (Vector Floating Iteration Multiply and Subtract)
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4548 unsigned Iteration = 0; in combineInstructionsOverFunction() local
4551 ++Iteration; in combineInstructionsOverFunction()
4553 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction()
4559 if (Iteration > MaxIterations) { in combineInstructionsOverFunction()
4566 LLVM_DEBUG(dbgs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on " in combineInstructionsOverFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp230 int Iteration = 0; in SuspendCrossingInfo() local
231 (void)Iteration; in SuspendCrossingInfo()
235 LLVM_DEBUG(dbgs() << "iteration " << ++Iteration); in SuspendCrossingInfo()
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md76 #### Property 1: Input and Output Operands Define The Iteration Space<a name="prop1"></a>
118 The property "*Input and Output Operands Define The Iteration Space*" is

12