/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 276 struct Iteration struct 291 inline constexpr Iteration() : variants{}, validators{} {} in Iteration() argument 292 …inline constexpr Iteration(const VariantArray& v, const ValidatorArray& f) : variants{v}, validato… in Iteration() function 299 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>; 719 vector<VkGraphicsPipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& ite… in createPipelineCreateInfos() 941 vector<VkComputePipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& iterat… in createPipelineCreateInfos() 1130 TestParams::Iteration{ 1132 TestParams::Iteration::SINGLE_NORMAL, 1140 TestParams::Iteration{ 1142 TestParams::Iteration::SINGLE_NOCOMPILE, [all …]
|
/external/tensorflow/tensorflow/core/data/service/ |
D | dispatcher_state.h | 176 struct Iteration { struct 177 explicit Iteration(int64_t iteration_id, IterationKey iteration_key, in Iteration() function 206 const std::shared_ptr<Iteration>& iteration) in Task() argument 216 const std::shared_ptr<Iteration> iteration; 256 std::vector<std::shared_ptr<const Iteration>> ListIterations() const; 259 std::shared_ptr<const Iteration>& iteration) const; 262 std::shared_ptr<const Iteration>& iteration) const; 268 int64_t iteration_client_id, std::shared_ptr<const Iteration>& iteration); 339 absl::flat_hash_map<int64_t, std::shared_ptr<Iteration>> iterations_; 341 absl::flat_hash_map<IterationKey, std::shared_ptr<Iteration>> [all …]
|
D | dispatcher_impl.h | 186 const DispatcherState::Iteration& iteration, 223 std::shared_ptr<const DispatcherState::Iteration>& iteration) 245 const std::shared_ptr<const DispatcherState::Iteration>& iteration, 251 std::shared_ptr<const DispatcherState::Iteration> iteration, 257 Status CreateTask(std::shared_ptr<const DispatcherState::Iteration> iteration, 265 std::shared_ptr<const DispatcherState::Iteration> iteration, 270 std::shared_ptr<const DispatcherState::Iteration> iteration,
|
D | dispatcher_state.cc | 168 auto iteration = std::make_shared<Iteration>( in CreateIteration() 181 std::shared_ptr<Iteration> iteration = in ProduceSplit() 198 std::shared_ptr<Iteration>& iteration = in AcquireIterationClient() 211 std::shared_ptr<Iteration>& iteration = in ReleaseIterationClient() 368 std::vector<std::shared_ptr<const DispatcherState::Iteration>> 370 std::vector<std::shared_ptr<const DispatcherState::Iteration>> iterations; in ListIterations() 379 int64_t id, std::shared_ptr<const Iteration>& iteration) const { in IterationFromId() 390 std::shared_ptr<const Iteration>& iteration) const { in IterationByKey() 409 int64_t iteration_client_id, std::shared_ptr<const Iteration>& iteration) { in IterationForIterationClientId()
|
D | dispatcher_impl.cc | 101 using Iteration = DispatcherState::Iteration; typedef 260 const Iteration& iteration, in RestoreSplitProviders() 418 std::shared_ptr<const Iteration> iteration; in GetSplit() 609 std::shared_ptr<const Iteration> iteration; in GetOrCreateIteration() 684 std::shared_ptr<const Iteration> iteration; in ReleaseIterationClient() 756 std::shared_ptr<const Iteration>& iteration) in CreateIteration() 780 std::vector<std::shared_ptr<const Iteration>> iterations = in CreateTasksForWorker() 797 const std::shared_ptr<const Iteration>& iteration, in AcquireIterationClientId() 812 std::shared_ptr<const Iteration> iteration, in CreateTasksForIteration() 827 std::shared_ptr<const Iteration> iteration, in CreatePendingTask() [all …]
|
D | export.proto | 12 message Iteration { message 25 repeated Iteration iterations = 3;
|
D | dispatcher_state_test.cc | 45 using Iteration = DispatcherState::Iteration; typedef 574 std::shared_ptr<const Iteration> iteration; in TEST() 593 std::shared_ptr<const Iteration> iteration; in TEST() 600 std::shared_ptr<const Iteration> iteration; in TEST() 617 std::shared_ptr<const Iteration> iteration; in TEST() 625 std::shared_ptr<const Iteration> iteration; in TEST() 631 std::shared_ptr<const Iteration> iteration; in TEST() 650 std::shared_ptr<const Iteration> iteration; in TEST()
|
/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-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 283 int Iteration : 30; member 302 return PairInfo::getHashValue({S.I, S.Iteration}); in getHashValue() 307 return PairInfo::isEqual({LHS.I, LHS.Iteration}, {RHS.I, RHS.Iteration}); in isEqual() 386 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument 387 assert(Iteration >= 0 && "Cannot have a negative iteration!"); in analyzeLoopUnrollCost() 391 for (;; --Iteration) { in analyzeLoopUnrollCost() 397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 416 if (Iteration == 0) in analyzeLoopUnrollCost() 433 << Iteration << "): "); in analyzeLoopUnrollCost() 456 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 | JmhCipherEncryptBenchmark.java | 50 @Setup(Level.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/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 556 struct Iteration struct 561 Iteration(float s, float i, int c) in Iteration() argument 573 const std::vector<Iteration>& iterations); 606 const std::vector<struct Iteration> m_iterations; 610 …tion, const EGLint* attribList, EGLint colorSpace, const std::vector<struct Iteration>& iterations) in WideColorSurfaceTest() 1168 std::vector<Iteration>::const_iterator it; // declare an Iterator to a vector of strings in doClearTest() 1365 std::vector<Iteration> iterations; in init() 1368 iterations.push_back(Iteration(-0.333251953125f, fp16Increment1, 10)); in init() 1370 iterations.push_back(Iteration(-fp16Increment1 * 5.0f, fp16Increment1, 10)); in init() 1373 iterations.push_back(Iteration(1.0f - fp16Increment2 * 5.0f, fp16Increment2, 10)); in init() [all …]
|
/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-10.0/llvm/include/llvm/Analysis/ |
D | LoopUnrollAnalyzer.h | 48 UnrolledInstAnalyzer(unsigned Iteration, in UnrolledInstAnalyzer() argument 52 IterationNumber = SE.getConstant(APInt(64, Iteration)); in UnrolledInstAnalyzer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 490 unsigned Iteration = 0; in runOnModule() local 493 LLVM_DEBUG(if (Iteration) dbgs() in runOnModule() 494 << " SCCPASSMGR: Re-visiting SCC, iteration #" << Iteration in runOnModule() 498 } while (Iteration++ < MaxIterations && DevirtualizedCall); in runOnModule() 502 << Iteration in runOnModule() 505 MaxSCCIterations.updateMax(Iteration); in runOnModule()
|
/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/autotest/tko/ |
D | tko.proto | 15 message Iteration { message 30 repeated Iteration iterations = 9;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 282 bool Iteration = true; in FlattenParallelAndOr() local 307 Iteration = false; in FlattenParallelAndOr() 312 } 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/rust/crates/tinytemplate/src/ |
D | template.rs | 24 Iteration( enumerator 51 ContextElement::Iteration(name, obj, _, _, _) => { in lookup() 87 ContextElement::Iteration(_, _, index, length, _) => return Ok((*index, *length)), in lookup_index() 262 render_context.context_stack.push(ContextElement::Iteration( in render_into() 283 Some(ContextElement::Iteration(_, val, index, _, iter)) => { in render_into()
|
/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/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.
|