/netbsd-src/external/apache2/llvm/dist/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() 387 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 388 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 396 for (;; --Iteration) { in analyzeLoopUnrollCost() 402 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 421 if (Iteration == 0) in analyzeLoopUnrollCost() 438 << Iteration << "): "); in analyzeLoopUnrollCost() 461 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
H A D | GVN.cpp | 2471 unsigned Iteration = 0; in runImpl() local 2473 LLVM_DEBUG(dbgs() << "GVN iteration: " << Iteration << "\n"); in runImpl() 2476 ++Iteration; in runImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 218 unsigned Iteration, in printTimelineViewEntry() argument 220 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry() 222 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry() 288 for (unsigned Iteration = 0; Iteration < Iterations; ++Iteration) { in printTimeline() local 295 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
H A D | TimelineView.h | 148 const TimelineViewEntry &E, unsigned Iteration,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 52 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 536 unsigned Iteration = 0; in runOnModule() local 539 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 540 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 544 } while (Iteration++ < MaxDevirtIterations && DevirtualizedCall); in runOnModule() 548 << Iteration in runOnModule() 551 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
H A D | CGSCCPassManager.cpp | 417 for (int Iteration = 0;; ++Iteration) { in run() local 485 if (Iteration >= MaxIterations) { in run()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/ |
H A D | README | 65 {PBKDF2}<Iteration>$<Adapted Base64 Salt>$<Adapted Base64 DK>
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2002-05-12-InstListChange.txt | 40 Iteration over the instructions in a basic block remains the simple:
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 1 //===- MinidumpConstants.def - Iteration over minidump constants-*- C++ -*-===//
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 1379 // Section 8.15.1 - VFIA (Vector Floating Iteration Add) 1383 // Section 8.15.2 - VFIS (Vector Floating Iteration Subtract) 1387 // Section 8.15.3 - VFIM (Vector Floating Iteration Multiply) 1391 // Section 8.15.4 - VFIAM (Vector Floating Iteration Add and Multiply) 1395 // Section 8.15.5 - VFISM (Vector Floating Iteration Subtract and Multiply) 1399 // Section 8.15.6 - VFIMA (Vector Floating Iteration Multiply and Add) 1403 // Section 8.15.7 - VFIMS (Vector Floating Iteration Multiply and Subtract)
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | design.rst | 108 #. Iteration ends. If the loop was run with ``UV_RUN_NOWAIT`` or ``UV_RUN_ONCE`` modes the
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3982 unsigned Iteration = 0; in combineInstructionsOverFunction() local 3985 ++Iteration; in combineInstructionsOverFunction() 3987 if (Iteration > InfiniteLoopDetectionThreshold) { in combineInstructionsOverFunction() 3993 if (Iteration > MaxIterations) { in combineInstructionsOverFunction() 4000 LLVM_DEBUG(dbgs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on " in combineInstructionsOverFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 235 int Iteration = 0; in SuspendCrossingInfo() local 236 (void)Iteration; in SuspendCrossingInfo() 240 LLVM_DEBUG(dbgs() << "iteration " << ++Iteration); in SuspendCrossingInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1777 int Iteration = J; in peelPrologAndEpilogs() local 1780 for (size_t K = Iteration; K > I; K--) in peelPrologAndEpilogs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 276 int Iteration = 0; in genericValueTraversal() local 290 if (Iteration++ >= MaxValues) in genericValueTraversal() 351 if (!VisitValueCB(*V, CtxI, State, Iteration > 1)) in genericValueTraversal()
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | rpz.inc.rst | 619 A Quick Review of DNS Iteration
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | funstack.ok | 2751 Iteration . . . . . . . . . . . . . . . 519--526 2764 Defining and Specifying Iteration and
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 383 (** {6 Iteration} *)
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | binutils.pot | 6544 msgid "Iteration failed: %s, %s" 10192 msgid "Iteration failed: %s, %s\n"
|
H A D | bg.po | 6345 msgid "Iteration failed: %s, %s" 9933 msgid "Iteration failed: %s, %s\n"
|
H A D | ro.po | 6294 msgid "Iteration failed: %s, %s" 9925 msgid "Iteration failed: %s, %s\n"
|
/netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
H A D | binutils.pot | 6704 msgid "Iteration failed: %s, %s" 10791 msgid "Iteration failed: %s, %s\n"
|
H A D | bg.po | 6523 msgid "Iteration failed: %s, %s" 10185 msgid "Iteration failed: %s, %s\n"
|