Home
last modified time | relevance | path

Searched defs:inner_loop (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Ddcadsp.asm54 .inner_loop: label
231 .inner_loop: label
/third_party/ffmpeg/libavcodec/aarch64/
Dsynth_filter_neon.S26 .macro inner_loop macro
/third_party/ffmpeg/libswresample/x86/
Dresample.asm175 .inner_loop: label
425 .inner_loop: label
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_loop_test.cc306 auto* inner_loop = Loop(Block(), inner_continuing); in TEST_F() local
362 auto* inner_loop = Loop(Block(), inner_continuing); in TEST_F() local
/third_party/ffmpeg/libavcodec/arm/
Dsynth_filter_vfp.S63 .macro inner_loop half, tail, head macro
/third_party/skia/third_party/externals/tint/src/resolver/
Dvalidation_test.cc645 auto* inner_loop = Loop(Block( // in TEST_F() local
673 auto* inner_loop = Loop(Block(If(true, Block(Continue())), // in TEST_F() local
700 auto* inner_loop = Loop(Block(If(true, Block(Continue())), // in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1751 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
1795 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
/third_party/spirv-tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1750 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
1794 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1751 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
1795 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dregister_pressure.cpp200 for (const Loop* inner_loop : loop) { in DoLoopLivenessUnification() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dregister_pressure.cpp200 for (const Loop* inner_loop : loop) { in DoLoopLivenessUnification() local
/third_party/spirv-tools/source/opt/
Dregister_pressure.cpp199 for (const Loop* inner_loop : loop) { in DoLoopLivenessUnification() local
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc389 const auto inner_loop = [&](const char* ptr) { in SingularParseMessageAuxImpl() local
466 const auto inner_loop = [&](const char* ptr) { in RepeatedParseMessageAuxImpl() local
2374 const auto inner_loop = [&](const char* ptr) { in MpMessage() local
2416 const auto inner_loop = [&](const char* ptr) { in MpRepeatedMessageOrGroup() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/ops/
Dtest_ops_attr_infer.py69 def inner_loop(x, input_data, fv_func_list): function