Home
last modified time | relevance | path

Searched defs:Iterations (Results 1 – 18 of 18) sorted by relevance

/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h62 const unsigned Iterations; variable
/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.h50 unsigned Iterations; member
H A DTimelineView.cpp21 llvm::ArrayRef<llvm::MCInst> S, unsigned Iterations, in TimelineView()
288 const unsigned Iterations = Timeline.size() / Source.size(); in printTimeline() local
H A DBottleneckAnalysis.h270 void finalizeGraph(unsigned Iterations) { in finalizeGraph() argument
292 unsigned Iterations; variable
H A DBottleneckAnalysis.cpp169 void DependencyGraph::pruneEdges(unsigned Iterations) { in pruneEdges() argument
202 unsigned Iterations) { in propagateThroughEdges() argument
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_name_gtest.cc43 TEST(BenchmarkNameTest, Iterations) { in TEST() argument
/llvm-project/libc/benchmarks/
H A DLibcBenchmark.h126 size_t Iterations = 0; member
201 size_t Iterations = std::max(Options.InitialIterations, uint32_t(1)); variable
[all...]
H A DLibcMemoryBenchmarkTest.cpp93 for (size_t Iterations = 0; Iterations <= 10; ++Iterations) { in TEST() local
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h379 const SCEV *Iterations; member
383 const SCEV *Iterations; member
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp143 int Iterations = -1; global() member
526 int Iterations = ReuseCandidate.Iterations; reuseValue() local
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp191 double Iterations = 0.0; in hasLargeNumIterations() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp228 PeelCounter Iterations = calculate(*Input); calculate() local
256 unsigned Iterations = 0; calculateIterationsToPeel() local
[all...]
/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp113 static cl::opt<unsigned> Iterations("iterations", variable
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc366 Benchmark* Benchmark::Iterations(IterationCount n) { in Iterations() function in benchmark::internal::Benchmark
/llvm-project/bolt/lib/Passes/
H A DLongJmp.cpp636 uint32_t Iterations = 0; runOnFunctions() local
/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1171 const unsigned Iterations = 2; computeLoopCosts() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3364 uint64_t Iterations = 0; iterateTouchedInstructions() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28013 int Iterations = TLI.getDivRefinementSteps(VT, MF); BuildDivEstimate() local
28063 buildSqrtNROneConst(SDValue Arg,SDValue Est,unsigned Iterations,SDNodeFlags Flags,bool Reciprocal) buildSqrtNROneConst() argument
28095 buildSqrtNRTwoConst(SDValue Arg,SDValue Est,unsigned Iterations,SDNodeFlags Flags,bool Reciprocal) buildSqrtNRTwoConst() argument
28153 int Iterations = TLI.getSqrtRefinementSteps(VT, MF); buildSqrtEstimateImpl() local
[all...]