Home
last modified time | relevance | path

Searched refs:kBefore (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp229 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
237 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
245 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
253 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
298 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
306 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
314 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
322 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
367 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
375 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp228 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
236 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
244 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
252 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
297 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
305 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
313 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
321 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
366 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
374 EXPECT_EQ(peel_info.first, LoopPeelingPass::PeelDirection::kBefore); in TEST_F()
[all...]
/third_party/node/lib/internal/
H A Dasync_hooks.js88 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
120 if (asyncId !== 0 && hasHooks(kBefore))
287 destination[kBefore] = source[kBefore];
354 // PromiseHookType::kBefore that was not witnessed by the PromiseHook.
510 if (hasHooks(kBefore))
589 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
/third_party/node/lib/
H A Dasync_hooks.js66 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
108 hook_fields[kTotals] += hook_fields[kBefore] += +!!this[before_symbol];
134 hook_fields[kTotals] += hook_fields[kBefore] -= +!!this[before_symbol];
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp709 if (direction == PeelDirection::kBefore) { in ProcessLoop()
722 direction = PeelDirection::kBefore; in ProcessLoop()
745 if (direction == PeelDirection::kBefore) { in ProcessLoop()
748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop()
998 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality()
1073 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
H A Dloop_peeling.h239 kBefore, // Can peel before member in spvtools::LoopPeelingPass::PeelDirection
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp709 if (direction == PeelDirection::kBefore) { in ProcessLoop()
722 direction = PeelDirection::kBefore; in ProcessLoop()
745 if (direction == PeelDirection::kBefore) { in ProcessLoop()
748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop()
998 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality()
1073 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
H A Dloop_peeling.h239 kBefore, // Can peel before member in spvtools::LoopPeelingPass::PeelDirection
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp710 if (direction == PeelDirection::kBefore) { in ProcessLoop()
723 direction = PeelDirection::kBefore; in ProcessLoop()
746 if (direction == PeelDirection::kBefore) { in ProcessLoop()
749 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop()
999 return Direction{LoopPeelingPass::PeelDirection::kBefore, 1}; in HandleEquality()
1074 return Direction{LoopPeelingPass::PeelDirection::kBefore, cast_iteration}; in HandleInequality()
H A Dloop_peeling.h239 kBefore, // Can peel before member in spvtools::LoopPeelingPass::PeelDirection
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-microtask-queue-gen.cc205 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask()
249 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask()
302 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask()
489 case PromiseHookType::kBefore: in RunAllPromiseHooks()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-promise.h135 * PromiseHook with type kBefore is called at the beginning of the
141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; member in v8::PromiseHookType
/third_party/node/deps/v8/include/
H A Dv8-promise.h135 * PromiseHook with type kBefore is called at the beginning of the
141 enum class PromiseHookType { kInit, kResolve, kBefore, kAfter }; member in v8::PromiseHookType
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc209 } else if (type == PromiseHookType::kBefore) { in ShellPromiseHook()
267 case PromiseHookType::kBefore: in PromiseHookDispatch()
/third_party/node/src/
H A Dasync_wrap.cc126 Emit(env, async_id, AsyncHooks::kBefore, in EmitBefore()
416 SET_HOOKS_CONSTANT(kBefore); in Initialize()
H A Denv.h236 kBefore, enumerator
/third_party/node/src/api/
H A Dcallback.cc192 async_hooks->fields()[AsyncHooks::kBefore] + in InternalMakeCallback()
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc569 case PromiseHookType::kBefore: in RunPromiseHook()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5067 RunPromiseHook(PromiseHookType::kBefore, promise, in ThrowInternal()

Completed in 24 milliseconds