Home
last modified time | relevance | path

Searched refs:kBefore (Results 1 – 14 of 14) sorted by relevance

/third_party/spirv-tools/test/opt/loop_optimizations/
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/
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/spirv-tools/test/opt/loop_optimizations/
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/node/lib/internal/
Dasync_hooks.js90 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
122 if (asyncId !== 0 && hasHooks(kBefore))
288 destination[kBefore] = source[kBefore];
500 if (hasHooks(kBefore))
579 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve property
/third_party/node/lib/
Dasync_hooks.js60 kInit, kBefore, kAfter, kDestroy, kTotals, kPromiseResolve,
102 hook_fields[kTotals] += hook_fields[kBefore] += +!!this[before_symbol];
128 hook_fields[kTotals] += hook_fields[kBefore] -= +!!this[before_symbol];
/third_party/spirv-tools/source/opt/
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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/third_party/skia/third_party/externals/spirv-tools/source/opt/
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()
Dloop_peeling.h239 kBefore, // Can peel before enumerator
/third_party/node/src/
Dasync_wrap.cc165 Emit(env, async_id, AsyncHooks::kBefore, in EmitBefore()
451 SET_HOOKS_CONSTANT(kBefore); in Initialize()
Denv.h634 kBefore, enumerator
/third_party/node/src/api/
Dcallback.cc178 async_hooks->fields()[AsyncHooks::kBefore] + in InternalMakeCallback()