Searched refs:dfs (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.c356 struct list_head dfs = LIST_HEAD_INIT(dfs); local
371 list_add_tail(&mm->roots[i]->tmp_link, &dfs);
379 block = list_first_entry_or_null(&dfs,
415 list_add(&block->right->tmp_link, &dfs);
416 list_add(&block->left->tmp_link, &dfs);
H A Di915_scheduler.c314 LIST_HEAD(dfs);
327 list_add(&stack.dfs_link, &dfs);
347 list_for_each_entry(dep, &dfs, dfs_link) {
367 list_move_tail(&p->dfs_link, &dfs);
393 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h81 void dfs(InlineGraphNode &GraphNode);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_vht.c20 #include "dfs.h"
226 int dfs, i; local
273 dfs = hostapd_is_dfs_required(hapd->iface);
274 if (dfs < 0)
275 dfs = 0;
284 local_pwr_constraint = (dfs == 0) ? 0 : 3;
H A DMakefile36 dfs.o \
H A Dhw_features.c110 int dfs = 0; local
120 dfs = 1;
140 dfs ? dfs_info(&feature->channels[j]) : "");
H A Dbeacon.c32 #include "dfs.h"
146 int dfs; local
165 dfs = hostapd_is_dfs_required(hapd->iface);
166 if (dfs < 0) {
168 dfs);
169 dfs = 0;
172 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
H A Dieee802_11.c49 #include "dfs.h"
181 int dfs; local
185 dfs = hostapd_is_dfs_required(hapd->iface);
186 if (dfs < 0) {
188 dfs);
189 dfs = 0;
227 (hapd->iconf->spectrum_mgmt_required || dfs))
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dop-common.h1880 #define _FP_EXTEND_CNAN(dfs, sfs, dwc, swc, D, S, check_nan) \
1883 _FP_STATIC_ASSERT (_FP_FRACBITS_##dfs >= _FP_FRACBITS_##sfs, \
1885 _FP_STATIC_ASSERT ((_FP_EXPMAX_##dfs - _FP_EXPBIAS_##dfs \
1889 _FP_STATIC_ASSERT (((_FP_EXPBIAS_##dfs \
1892 || (_FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs)), \
1899 D##_e = S##_e + _FP_EXPBIAS_##dfs - _FP_EXPBIAS_##sfs; \
1900 _FP_FRAC_SLL_##dwc (D, (_FP_FRACBITS_##dfs - _FP_FRACBITS_##sfs)); \
1909 else if (_FP_EXPBIAS_##dfs \
1913 _FP_FRAC_SLL_##dwc (D, (_FP_FRACBITS_##dfs \
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dop-common.h1880 #define _FP_EXTEND_CNAN(dfs, sfs, dwc, swc, D, S, check_nan) \
1883 _FP_STATIC_ASSERT (_FP_FRACBITS_##dfs >= _FP_FRACBITS_##sfs, \
1885 _FP_STATIC_ASSERT ((_FP_EXPMAX_##dfs - _FP_EXPBIAS_##dfs \
1889 _FP_STATIC_ASSERT (((_FP_EXPBIAS_##dfs \
1892 || (_FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs)), \
1899 D##_e = S##_e + _FP_EXPBIAS_##dfs - _FP_EXPBIAS_##sfs; \
1900 _FP_FRAC_SLL_##dwc (D, (_FP_FRACBITS_##dfs - _FP_FRACBITS_##sfs)); \
1909 else if (_FP_EXPBIAS_##dfs \
1913 _FP_FRAC_SLL_##dwc (D, (_FP_FRACBITS_##dfs \
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp183 dfs(Node);
187 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { function in class:ImportedFunctionsInliningStatistics
193 dfs(*InlinedFunctionNode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-into-ssa.c700 in the dfs numbering of the dominance tree. */
707 /* The dfs number of this node. */
786 To quickly locate the nearest def that dominates use, we use dfs numbering
788 queries). For each def, we have the interval given by the dfs number on
791 that contains entry and exit dfs numbers for the basic block with the use.
815 dfs number corresponds. Change them to the number of basic block that
816 corresponds to the interval following the dfs number. Also, for the
817 dfs_out numbers, increase the dfs number by one (so that it corresponds
1067 insert_phi_nodes (bitmap_head *dfs) argument
1139 bitmap idf = compute_idf (info->info.def_blocks.def_blocks, dfs);
2429 bitmap_head *dfs; local
3146 insert_updated_phi_nodes_for(tree var, bitmap_head *dfs, bitmap blocks, unsigned update_flags) argument
3468 bitmap_head *dfs; local
3489 insert_updated_phi_nodes_for (ssa_name (i), dfs, blocks_to_update, local
[all...]
H A Dcfganal.c604 depth_first_search dfs;
605 dfs.add_bb (EXIT_BLOCK_PTR_FOR_FN (cfun));
611 unvisited_block = dfs.execute (unvisited_block);
619 dfs.add_bb (deadend_block);
1493 /* Add the specified basic block to the top of the dfs data
1534 /* Performs dfs search from BB over vertices satisfying PREDICATE;
1654 compute_idf (bitmap def_blocks, bitmap_head *dfs)
1689 EXECUTE_IF_AND_COMPL_IN_BITMAP (&dfs[bb_index], phi_insertion_points,
601 depth_first_search dfs; local
1650 compute_idf(bitmap def_blocks, bitmap_head *dfs) argument
H A Dtree-ssa-structalias.c1403 unsigned int *dfs; variable
1429 si->dfs[n] = si->current_index ++;
1430 my_dfs = si->dfs[n];
1449 if (si->dfs[t] < si->dfs[n])
1450 si->dfs[n] = si->dfs[t];
1454 if (si->dfs[n] == my_dfs)
1457 && si->dfs[si->scc_stack.last ()] >= my_dfs)
1466 && si->dfs[s
[all...]
H A Dipa-inline.c1920 struct ipa_dfs_info *dfs = (struct ipa_dfs_info *) node->aux; local
1933 if (dfs && dfs->next_cycle)
1936 int id = dfs->scc_no + 1;
H A Dipa-cp.c192 int dfs, low_link; variable
198 spec_node (0), dfs (0), low_link (0), on_stack (false) {}
3688 if (cur_val->dfs)
3692 cur_val->dfs = dfs_counter;
3702 if (src->val->dfs == 0)
3709 && src->val->dfs < cur_val->low_link)
3710 cur_val->low_link = src->val->dfs;
3713 if (cur_val->dfs == cur_val->low_link)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-into-ssa.cc701 in the dfs numbering of the dominance tree. */
708 /* The dfs number of this node. */
787 To quickly locate the nearest def that dominates use, we use dfs numbering
789 queries). For each def, we have the interval given by the dfs number on
792 that contains entry and exit dfs numbers for the basic block with the use.
816 dfs number corresponds. Change them to the number of basic block that
817 corresponds to the interval following the dfs number. Also, for the
818 dfs_out numbers, increase the dfs number by one (so that it corresponds
1068 insert_phi_nodes (bitmap_head *dfs) argument
1138 bitmap idf = compute_idf (info->info.def_blocks.def_blocks, dfs);
2431 bitmap_head *dfs; local
3147 insert_updated_phi_nodes_for(tree var, bitmap_head *dfs, bitmap blocks, unsigned update_flags) argument
3469 bitmap_head *dfs; local
3490 insert_updated_phi_nodes_for (ssa_name (i), dfs, blocks_to_update, local
[all...]
H A Dcfganal.cc633 depth_first_search dfs;
634 dfs.add_bb (EXIT_BLOCK_PTR_FOR_FN (cfun));
640 unvisited_block = dfs.execute (unvisited_block);
648 dfs.add_bb (deadend_block);
1520 /* Add the specified basic block to the top of the dfs data
1561 /* Performs dfs search from BB over vertices satisfying PREDICATE;
1681 compute_idf (bitmap def_blocks, bitmap_head *dfs)
1716 EXECUTE_IF_AND_COMPL_IN_BITMAP (&dfs[bb_index], phi_insertion_points,
630 depth_first_search dfs; local
1677 compute_idf(bitmap def_blocks, bitmap_head *dfs) argument
H A Dtree-ssa-structalias.cc1433 unsigned int *dfs; member in class:scc_info
1459 si->dfs[n] = si->current_index ++;
1460 my_dfs = si->dfs[n];
1479 if (si->dfs[t] < si->dfs[n])
1480 si->dfs[n] = si->dfs[t];
1484 if (si->dfs[n] == my_dfs)
1487 && si->dfs[si->scc_stack.last ()] >= my_dfs)
1496 && si->dfs[s
[all...]
H A Dipa-inline.cc1980 struct ipa_dfs_info *dfs = (struct ipa_dfs_info *) node->aux; local
1993 if (dfs && dfs->next_cycle)
1996 int id = dfs->scc_no + 1;
H A Dipa-cp.cc201 int dfs = 0; member in class:ipcp_value
3737 if (cur_val->dfs)
3741 cur_val->dfs = dfs_counter;
3751 if (src->val->dfs == 0)
3758 && src->val->dfs < cur_val->low_link)
3759 cur_val->low_link = src->val->dfs;
3762 if (cur_val->dfs == cur_val->low_link)
3771 v->scc_no = cur_val->dfs;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c217 void dfs (void (*) (fma_forest *), void (*) (fma_forest *, fma_root_node *),
444 pointer type in func_fma_steering::dfs. */
468 type in func_fma_steering::dfs. */
586 type in func_fma_steering::dfs. */
660 type in func_fma_steering::dfs. */
703 pointer type in func_fma_steering::dfs. */
853 same dfs. */
856 func_fma_steering::dfs (void (*process_forest) (fma_forest *), function in class:func_fma_steering
1006 this->dfs (dump_forest_info, dump_tree_root_info, dump_tree_node_info,
1018 this->dfs (dispatch_fores
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc217 void dfs (void (*) (fma_forest *), void (*) (fma_forest *, fma_root_node *),
444 pointer type in func_fma_steering::dfs. */
468 type in func_fma_steering::dfs. */
586 type in func_fma_steering::dfs. */
660 type in func_fma_steering::dfs. */
703 pointer type in func_fma_steering::dfs. */
853 same dfs. */
856 func_fma_steering::dfs (void (*process_forest) (fma_forest *), function in class:func_fma_steering
1006 this->dfs (dump_forest_info, dump_tree_root_info, dump_tree_node_info,
1018 this->dfs (dispatch_fores
[all...]
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_hostap.c1098 u16 *flags, u8 *dfs)
1113 *dfs = 0;
1096 hostap_get_hw_feature_data(void *priv, u16 *num_modes, u16 *flags, u8 *dfs) argument
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A DAndroid.mk1022 OBJS += src/ap/dfs.c

Completed in 379 milliseconds

12