Searched defs:loop_info (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 63 struct loop_info { struct 64 Block* loop_header; 65 uint16_t num_exec_masks; 66 bool has_divergent_break; 67 bool has_divergent_continue; 68 bool has_discard; /* has a discard or demote */ 69 loop_info(Block* b, uint16_t num, bool breaks, bool cont, bool discard) in loop_info() function
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 475 create_and_send_tags (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_tags() 618 create_and_send_toc (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_toc() 679 SF_LOOP_INFO loop_info = { 0, }; in gst_sf_dec_open_file() local
|
/third_party/node/deps/v8/src/compiler/ |
D | bytecode-analysis.cc | 728 LoopInfo* loop_info = &it.first->second; in PushLoop() local 837 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local 871 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) { in ResumeJumpTargetsAreValid() local 946 LoopInfo loop_info = GetLoopInfoFor(target.target_offset()); in ResumeJumpTargetLeavesResolveSuspendIds() local
|
D | bytecode-analysis.h | 148 LoopInfo* loop_info; member
|
D | bytecode-graph-builder.cc | 3854 const LoopInfo& loop_info = in BuildLoopHeaderEnvironment() local 3928 const LoopInfo& loop_info = in BuildLoopExitsUntilLoop() local
|
D | pipeline.cc | 3122 std::vector<compiler::WasmLoopInfo>* loop_info) { in GenerateCodeForWasmFunction()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-interpreter-frame-state.h | 261 const compiler::LoopInfo* loop_info) in MergePointInterpreterFrameState()
|
D | maglev-graph-builder.cc | 60 const compiler::LoopInfo& loop_info = offset_and_info.second; in MaglevGraphBuilder() local
|
/third_party/libsnd/src/ |
D | common.h | 417 SF_LOOP_INFO *loop_info ; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 68382 struct loop_info { struct 68397 struct loop_info64 { argument
|