/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 62 const unsigned Iterations; variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | TimelineView.cpp | 21 llvm::ArrayRef<llvm::MCInst> S, unsigned Iterations, in TimelineView() 288 const unsigned Iterations = Timeline.size() / Source.size(); in printTimeline() local
|
H A D | SummaryView.h | 50 unsigned Iterations; member
|
H A D | BottleneckAnalysis.h | 270 void finalizeGraph(unsigned Iterations) { in finalizeGraph() 292 unsigned Iterations; variable
|
H A D | BottleneckAnalysis.cpp | 169 void DependencyGraph::pruneEdges(unsigned Iterations) { in pruneEdges() argument 202 unsigned Iterations) { in propagateThroughEdges() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 379 const SCEV *Iterations; member 383 const SCEV *Iterations; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 143 int Iterations = -1; member 526 int Iterations = ReuseCandidate.Iterations; in reuseValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 228 PeelCounter Iterations = calculate(*Input); in calculate() local 256 unsigned Iterations = 0; in calculateIterationsToPeel() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 113 static cl::opt<unsigned> Iterations("iterations", variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 1118 const unsigned Iterations = 2; computeLoopCosts() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 3364 uint64_t Iterations = 0; iterateTouchedInstructions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27678 int Iterations = TLI.getDivRefinementSteps(VT, MF); BuildDivEstimate() local 27728 buildSqrtNROneConst(SDValue Arg,SDValue Est,unsigned Iterations,SDNodeFlags Flags,bool Reciprocal) buildSqrtNROneConst() argument 27760 buildSqrtNRTwoConst(SDValue Arg,SDValue Est,unsigned Iterations,SDNodeFlags Flags,bool Reciprocal) buildSqrtNRTwoConst() argument 27818 int Iterations = TLI.getSqrtRefinementSteps(VT, MF); buildSqrtEstimateImpl() local [all...] |