| /llvm-project-15.0.7/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 219 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 D | TimelineView.h | 148 const TimelineViewEntry &E, unsigned Iteration,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 284 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 D | GVN.cpp | 2611 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 D | format.h | 92 sizeof(Iteration) * (maxMaxHeight - maxHeight); in GetNeededSize() 107 struct Iteration { struct 183 Iteration stack_[maxMaxHeight];
|
| H A D | format-implementation.h | 33 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 D | LoopUnrollAnalyzer.h | 51 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 D | CallGraphSCCPass.cpp | 535 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 D | CGSCCPassManager.cpp | 411 for (int Iteration = 0;; ++Iteration) { in run() local 484 if (Iteration >= MaxIterations) { in run()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | UnrollAnalyzerTest.cpp | 40 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 D | OpenMPUnawareOptimizations.rst | 9 - 2019 LLVM Developers’ Meeting: "The Attributor: A Versatile Inter-procedural Fixpoint Iteration F…
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | IdenticalCodeFolding.cpp | 542 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 D | FlattenCFG.cpp | 282 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 D | BuiltinAttributeInterfaces.td | 200 // 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 D | ForestTest.cpp | 154 TEST_F(ForestTest, Iteration) { in TEST_F() argument
|
| /llvm-project-15.0.7/lldb/unittests/Signals/ |
| H A D | UnixSignalsTest.cpp | 45 TEST(UnixSignalsTest, Iteration) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2002-05-12-InstListChange.txt | 40 Iteration over the instructions in a basic block remains the simple:
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===//
|
| /llvm-project-15.0.7/mlir/test/Analysis/ |
| H A D | test-match-reduction.mlir | 44 // TODO: Iteration-carried values with multiple uses are not supported yet.
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SequenceTest.cpp | 184 TEST(SequenceTest, Iteration) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ValueMapTest.cpp | 122 TYPED_TEST(ValueMapTest, Iteration) { in TYPED_TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1406 // 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 D | InstructionCombining.cpp | 4548 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 D | CoroFrame.cpp | 230 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.md | 76 #### 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
|