Home
last modified time | relevance | path

Searched defs:loop_info (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.h35 struct loop_info { struct
46 struct loop_info * Loops; argument
/external/kernel-headers/original/uapi/linux/
Dloop.h32 struct loop_info { struct
47 struct loop_info64 { argument
/external/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp70 struct loop_info { struct
71 Block* loop_header;
72 uint16_t num_exec_masks;
73 uint8_t needs;
74 bool has_divergent_break;
75 bool has_divergent_continue;
76 bool has_discard; /* has a discard or demote */
77 loop_info(Block* b, uint16_t num, uint8_t needs, bool breaks, bool cont, bool discard) : in loop_info() function
/external/v8/src/compiler/
Dbytecode-analysis.cc575 LoopInfo* loop_info = &it.first->second; in PushLoop() local
687 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local
721 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local
796 LoopInfo loop_info = GetLoopInfoFor(target.target_offset()); in ResumeJumpTargetLeavesResolveSuspendIds() local
Dbytecode-analysis.h139 LoopInfo* loop_info; member
Dbytecode-graph-builder.cc3931 const LoopInfo& loop_info = in BuildLoopHeaderEnvironment() local
4005 const LoopInfo& loop_info = in BuildLoopExitsUntilLoop() local
Dserializer-for-background-compilation.cc1313 LoopInfo const& loop_info = in TraverseBytecode() local
/external/mesa3d/src/mesa/program/
Dprog_optimize.c906 struct loop_info struct
917 struct loop_info *loopStack, GLuint loopStackDepth, in update_interval() argument