Home
last modified time | relevance | path

Searched defs:loop (Results 376 – 400 of 1919) sorted by relevance

1...<<11121314151617181920>>...77

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp46 LoopUnswitch(IRContext* context, Function* function, Loop* loop, in LoopUnswitch()
452 void SpecializeLoop(Loop* loop, Instruction* to_version_insn, in SpecializeLoop()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unswitch_pass.cpp46 LoopUnswitch(IRContext* context, Function* function, Loop* loop, in LoopUnswitch()
452 void SpecializeLoop(Loop* loop, Instruction* to_version_insn, in SpecializeLoop()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.c643 nir_loop *loop = rzalloc(shader, nir_loop); in nir_loop_create() local
1768 nir_loop *loop = nir_cf_node_as_loop(parent); in nir_block_cf_tree_next() local
1810 nir_loop *loop = nir_cf_node_as_loop(parent); in nir_block_cf_tree_prev() local
1836 nir_loop *loop = nir_cf_node_as_loop(node); in nir_cf_node_cf_tree_first() local
1864 nir_loop *loop = nir_cf_node_as_loop(node); in nir_cf_node_cf_tree_last() local
H A Dnir_opt_preamble.c447 nir_loop *loop = nir_cf_node_as_loop(node); in calculate_can_move_for_cf_list() local
604 nir_loop *loop = nir_cf_node_as_loop(node); in replace_for_cf_list() local
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java252 break loop; in analyze() local
262 break loop; in analyze() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java252 break loop; in analyze() local
262 break loop; in analyze() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_runners.py35 def set_event_loop(self, loop): argument
216 def __init__(self, loop, coro, **kwargs): argument
Dtest_sendfile.py30 def __init__(self, loop=None, close_after=0): argument
72 def __init__(self, loop): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DCopyKernel.cpp80 …auto loop = [strides_in, requires_neg](char** base, const int64_t* strides, int64_t size0, int64_t… in reduced_float_copy_kernel() local
149 …auto loop = [strides_in, requires_neg](char** base, const int64_t* strides, int64_t size0, int64_t… in reduced_float_copy_kernel() local
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dselector_events.py764 def __init__(self, loop, sock, protocol, extra=None, server=None): argument
921 def __init__(self, loop, sock, protocol, waiter=None, argument
1138 def __init__(self, loop, sock, protocol, address=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dselector_events.py764 def __init__(self, loop, sock, protocol, extra=None, server=None): argument
921 def __init__(self, loop, sock, protocol, waiter=None, argument
1138 def __init__(self, loop, sock, protocol, address=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dselector_events.py764 def __init__(self, loop, sock, protocol, extra=None, server=None): argument
921 def __init__(self, loop, sock, protocol, waiter=None, argument
1138 def __init__(self, loop, sock, protocol, address=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dselector_events.py764 def __init__(self, loop, sock, protocol, extra=None, server=None): argument
921 def __init__(self, loop, sock, protocol, waiter=None, argument
1138 def __init__(self, loop, sock, protocol, address=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dselector_events.py764 def __init__(self, loop, sock, protocol, extra=None, server=None): argument
921 def __init__(self, loop, sock, protocol, waiter=None, argument
1138 def __init__(self, loop, sock, protocol, address=None, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dselector_events.py764 def __init__(self, loop, sock, protocol, extra=None, server=None): argument
921 def __init__(self, loop, sock, protocol, waiter=None, argument
1138 def __init__(self, loop, sock, protocol, address=None, argument
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c3309 struct sljit_label *loop; in reset_ovector() local
3352 struct sljit_label *loop; in reset_early_fail() local
3398 struct sljit_label *loop; in do_reset_match() local
3476 struct sljit_label *loop; in copy_ovector() local
4793 struct sljit_label *loop; in do_utfreadnewline_invalid() local
5375 struct sljit_label *loop; in mainloop_entry() local
6411 struct sljit_label *loop; in fast_forward_newline() local
6658 struct sljit_label *loop; in search_requested_char() local
9471 struct sljit_label *loop; in compile_ref_matchingpath() local
11408 struct sljit_label *loop = NULL; in compile_bracketpos_matchingpath() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/issue9400/
Dasm_s390x.s19 loop: label
Dasm_ppc64x.s20 loop: label
Dasm_386.s19 loop: label
Dasm_riscv64.s21 loop: label
Dasm_amd64x.s18 loop: label
Dasm_loong64.s19 loop: label
Dasm_mipsx.s21 loop: label
/aosp_15_r20/external/pigweed/pw_arduino_build/
H A Darduino_main_wrapper.cc30 void loop() {} in loop() function
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Derror_sse2.asm43 .loop: label

1...<<11121314151617181920>>...77