/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling_pass.cpp | 229 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 D | peeling_pass.cpp | 229 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 D | peeling_pass.cpp | 228 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 D | async_hooks.js | 88 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 D | async_hooks.js | 66 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 D | loop_peeling.cpp | 709 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 D | loop_peeling.h | 239 kBefore, // Can peel before member in spvtools::LoopPeelingPass::PeelDirection
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_peeling.cpp | 709 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 D | loop_peeling.h | 239 kBefore, // Can peel before member in spvtools::LoopPeelingPass::PeelDirection
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 710 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 D | loop_peeling.h | 239 kBefore, // Can peel before member in spvtools::LoopPeelingPass::PeelDirection
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-microtask-queue-gen.cc | 205 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 D | v8-promise.h | 135 * 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 D | v8-promise.h | 135 * 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 D | async-hooks-wrapper.cc | 209 } else if (type == PromiseHookType::kBefore) { in ShellPromiseHook() 267 case PromiseHookType::kBefore: in PromiseHookDispatch()
|
/third_party/node/src/ |
H A D | async_wrap.cc | 126 Emit(env, async_id, AsyncHooks::kBefore, in EmitBefore() 416 SET_HOOKS_CONSTANT(kBefore); in Initialize()
|
H A D | env.h | 236 kBefore, enumerator
|
/third_party/node/src/api/ |
H A D | callback.cc | 192 async_hooks->fields()[AsyncHooks::kBefore] + in InternalMakeCallback()
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.cc | 569 case PromiseHookType::kBefore: in RunPromiseHook()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 5067 RunPromiseHook(PromiseHookType::kBefore, promise, in ThrowInternal()
|