/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 351 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 …]
|
D | bytecode-analysis.h | 137 LoopInfo* loop_info; member
|
D | bytecode-graph-builder.cc | 3012 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/ |
D | radeon_emulate_loops.c | 60 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()
|
D | radeon_emulate_loops.h | 35 struct loop_info { struct 46 struct loop_info * Loops; argument
|
/external/syzkaller/sys/linux/ |
D | loop.txt | 13 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/ |
D | tst_device.c | 74 struct loop_info loopinfo; in find_free_loopdev() 138 struct loop_info loopinfo; in attach_device()
|
/external/strace/tests-mx32/ |
D | ioctl_loop.c | 57 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/ |
D | ioctl_loop.c | 57 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/ |
D | ioctl_loop.c | 57 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/ |
D | loop.h | 32 struct loop_info { struct
|
/external/strace/ |
D | loop.c | 33 typedef struct loop_info struct_loop_info;
|
D | NEWS | 427 * Fixed decoding of ifconf, ifreq, and loop_info structures on non-native
|
D | ChangeLog | 20214 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/ |
D | prog_optimize.c | 906 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()
|