/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 185 int Iteration : 30; member 201 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 205 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 285 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 289 for (;; --Iteration) { in analyzeLoopUnrollCost() 295 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 314 if (Iteration == 0) in analyzeLoopUnrollCost() 330 DEBUG(dbgs() << "Adding cost of instruction (iteration " << Iteration in analyzeLoopUnrollCost() 354 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 262 int Iteration : 30; member 281 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 286 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 365 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 366 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 370 for (;; --Iteration) { in analyzeLoopUnrollCost() 376 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 395 if (Iteration == 0) in analyzeLoopUnrollCost() 412 << Iteration << "): "); in analyzeLoopUnrollCost() 435 assert(Iteration > 0 && in analyzeLoopUnrollCost() [all …]
|
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/ |
D | JmhServerSocketBenchmark.java | 45 @Setup(Level.Iteration) 72 @Setup(Level.Iteration) 77 @TearDown(Level.Iteration)
|
D | JmhClientSocketBenchmark.java | 51 @Setup(Level.Iteration) 81 @Setup(Level.Iteration) 86 @TearDown(Level.Iteration)
|
D | JmhEngineWrapBenchmark.java | 70 @Setup(Level.Iteration) 75 @TearDown(Level.Iteration)
|
D | JmhAlpnBenchmark.java | 51 @Setup(Level.Iteration)
|
D | JmhCipherEncryptBenchmark.java | 50 @Setup(Level.Iteration)
|
D | JmhEngineHandshakeBenchmark.java | 77 @Setup(Level.Iteration)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | TimelineView.cpp | 144 unsigned Iteration, in printTimelineViewEntry() argument 146 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry() 148 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry() 223 unsigned Iteration = I / AsmSequence.size(); in printTimeline() local 225 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
D | TimelineView.h | 147 const TimelineViewEntry &E, unsigned Iteration,
|
/external/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 468 unsigned Iteration = 0; in runOnModule() local 471 DEBUG(if (Iteration) in runOnModule() 473 << Iteration << '\n'); in runOnModule() 476 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule() 479 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration in runOnModule() 482 if (Iteration > MaxSCCIterations) in runOnModule() 483 MaxSCCIterations = Iteration; in runOnModule()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 448 unsigned Iteration = 0; in runOnModule() local 451 DEBUG(if (Iteration) in runOnModule() 453 << Iteration << '\n'); in runOnModule() 456 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule() 459 DEBUG(dbgs() << " CGSCCPASSMGR: Stopped iteration after " << Iteration in runOnModule() 462 if (Iteration > MaxSCCIterations) in runOnModule() 463 MaxSCCIterations = Iteration; in runOnModule()
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 555 struct Iteration struct 560 Iteration(float s, float i, int c) in Iteration() function 572 const std::vector<Iteration>& iterations); 605 const std::vector<struct Iteration> m_iterations; 609 …tion, const EGLint* attribList, EGLint colorSpace, const std::vector<struct Iteration>& iterations) in WideColorSurfaceTest() 1164 std::vector<Iteration>::const_iterator it; // declare an Iterator to a vector of strings in doClearTest() 1367 std::vector<Iteration> iterations; in init() 1370 iterations.push_back(Iteration(-0.333251953125f, fp16Increment1, 10)); in init() 1372 iterations.push_back(Iteration(-fp16Increment1 * 5.0f, fp16Increment1, 10)); in init() 1375 iterations.push_back(Iteration(1.0f - fp16Increment2 * 5.0f, fp16Increment2, 10)); in init() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 479 unsigned Iteration = 0; in runOnModule() local 482 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 483 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 487 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule() 491 << Iteration in runOnModule() 494 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 49 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 53 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 49 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 53 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
D | CGSCCPassManager.h | 735 for (int Iteration = 0;; ++Iteration) { 799 if (Iteration >= MaxIterations) {
|
/external/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 39 for (unsigned Iteration = 0; Iteration < TripCount; Iteration++) { in runOnFunction() local 41 UnrolledInstAnalyzer Analyzer(Iteration, SimplifiedValues, *SE, L); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 39 for (unsigned Iteration = 0; Iteration < TripCount; Iteration++) { in runOnFunction() local 41 UnrolledInstAnalyzer Analyzer(Iteration, SimplifiedValues, *SE, L); in runOnFunction()
|
/external/autotest/tko/ |
D | tko.proto | 15 message Iteration { message 30 repeated Iteration iterations = 9;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 283 bool Iteration = true; in FlattenParallelAndOr() local 308 Iteration = false; in FlattenParallelAndOr() 313 } while (Iteration); in FlattenParallelAndOr()
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 270 bool Iteration = true; in FlattenParallelAndOr() local 295 Iteration = false; in FlattenParallelAndOr() 300 } while (Iteration); in FlattenParallelAndOr()
|
/external/libhevc/common/arm/ |
D | ihevc_sao_edge_offset_class0.s | 160 VLD1.8 D26,[r12]! @II Iteration pu1_cur_row = vld1q_u8(pu1_src_cpy) 161 VLD1.8 D27,[r12] @II Iteration pu1_cur_row = vld1q_u8(pu1_src_cpy) 166 LDRB r11,[r2, #1] @II Iteration load pu1_src_left since ht - row + 1 =1 171 …VMOV.8 D29[7],r11 @II Iteration vsetq_lane_u8(pu1_src_left[ht - row], pu1_cu… 179 …VEXT.8 Q14,Q14,Q13,#15 @II Iteration pu1_cur_row_tmp = vextq_u8(pu1_cur_row_tmp, …
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | filter_ar_fast_q12_armv7.S | 28 @ r4: Iteration counter for the outer loop. 58 subs r6, r3, #3 @ Iteration counter for inner loop.
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
D | UnaryCallQpsBenchmark.java | 55 @Setup(Level.Iteration)
|