Home
last modified time | relevance | path

Searched refs:loop_info (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Dbytecode-analysis.cc351 LoopInfo* current_loop_info = current_loop.loop_info; in Analyze()
372 LoopInfo* parent_loop_info = loop_stack_.top().loop_info; in Analyze()
556 LoopInfo* loop_info = &it.first->second; in PushLoop() local
558 loop_stack_.push({loop_header, loop_info}); in PushLoop()
669 for (const std::pair<int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local
670 if (!loop_info.second.resume_jump_targets().empty()) { in ResumeJumpTargetsAreValid()
674 loop_info.second.resume_jump_targets().size(), loop_info.first); in ResumeJumpTargetsAreValid()
703 for (const std::pair<int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local
705 loop_info.first, loop_info.second.resume_jump_targets(), in ResumeJumpTargetsAreValid()
778 LoopInfo loop_info = GetLoopInfoFor(target.target_offset()); in ResumeJumpTargetLeavesResolveSuspendIds() local
[all …]
Dbytecode-analysis.h137 LoopInfo* loop_info; member
Dbytecode-graph-builder.cc3012 const LoopInfo& loop_info = in BuildLoopHeaderEnvironment() local
3017 const auto& resume_jump_targets = loop_info.resume_jump_targets(); in BuildLoopHeaderEnvironment()
3021 environment()->PrepareForLoop(loop_info.assignments(), liveness); in BuildLoopHeaderEnvironment()
3030 BuildSwitchOnGeneratorState(loop_info.resume_jump_targets(), true); in BuildLoopHeaderEnvironment()
3087 const LoopInfo& loop_info = in BuildLoopExitsUntilLoop() local
3089 environment()->PrepareForLoopExit(loop_node, loop_info.assignments(), in BuildLoopExitsUntilLoop()
3091 current_loop = loop_info.parent_offset(); in BuildLoopExitsUntilLoop()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c60 struct loop_info * loop) in loop_max_possible_iterations()
68 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop, in unroll_loop()
187 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop) in try_unroll_loop()
327 static int build_loop_info(struct radeon_compiler * c, struct loop_info * loop, in build_loop_info()
337 memset(loop, 0, sizeof(struct loop_info)); in build_loop_info()
437 struct loop_info * loop; in transform_loop()
439 memory_pool_array_reserve(&s->C->Pool, struct loop_info, in transform_loop()
505 struct loop_info loop; in rc_unroll_loops()
Dradeon_emulate_loops.h35 struct loop_info { struct
46 struct loop_info * Loops; argument
/external/syzkaller/sys/linux/
Dloop.txt13 ioctl$LOOP_SET_STATUS(fd fd_loop, cmd const[LOOP_SET_STATUS], arg ptr[in, loop_info])
15 ioctl$LOOP_GET_STATUS(fd fd_loop, cmd const[LOOP_GET_STATUS], arg ptr[out, loop_info])
31 loop_info {
/external/ltp/lib/
Dtst_device.c74 struct loop_info loopinfo; in find_free_loopdev()
138 struct loop_info loopinfo; in attach_device()
/external/strace/tests-mx32/
Dioctl_loop.c57 print_loop_info(struct loop_info * const info, bool print_encrypt, in print_loop_info()
185 TAIL_ALLOC_OBJECT_CONST_PTR(struct loop_info, info); in main()
/external/strace/tests-m32/
Dioctl_loop.c57 print_loop_info(struct loop_info * const info, bool print_encrypt, in print_loop_info()
185 TAIL_ALLOC_OBJECT_CONST_PTR(struct loop_info, info); in main()
/external/strace/tests/
Dioctl_loop.c57 print_loop_info(struct loop_info * const info, bool print_encrypt, in print_loop_info()
185 TAIL_ALLOC_OBJECT_CONST_PTR(struct loop_info, info); in main()
/external/kernel-headers/original/uapi/linux/
Dloop.h32 struct loop_info { struct
/external/strace/
Dloop.c33 typedef struct loop_info struct_loop_info;
DNEWS427 * Fixed decoding of ifconf, ifreq, and loop_info structures on non-native
DChangeLog20214 loop: print lo_encrypt_key_size field of struct loop_info as unsigned.
20256 loop_info structure.
20422 loop: mpersify struct loop_info and loop_ioctl function.
20423 struct loop_info contains fields of type long, so it definitely should
20429 (decode_loop_info): Replace struct loop_info with struct_loop_info.
28498 struct loop_info.lo_init and struct loop_info.reserved arrays.
/external/mesa3d/src/mesa/program/
Dprog_optimize.c906 struct loop_info struct
917 struct loop_info *loopStack, GLuint loopStackDepth, in update_interval() argument
963 struct loop_info loopStack[MAX_LOOP_NESTING]; in _mesa_find_temp_intervals()