/llvm-project/polly/lib/External/isl/ |
H A D | isl_tab.c | 37 struct isl_tab *tab; in isl_tab_alloc() local 100 isl_ctx *isl_tab_get_ctx(struct isl_tab *tab) in isl_tab_get_ctx() 105 int isl_tab_extend_cons(struct isl_tab *tab, unsigned n_new) in isl_tab_extend_cons() 151 int isl_tab_extend_vars(struct isl_tab *tab, unsigned n_new) in isl_tab_extend_vars() 193 static void free_undo(struct isl_tab *tab) in free_undo() 204 void isl_tab_free(struct isl_tab *tab) in isl_tab_free() 223 struct isl_tab *isl_tab_dup(struct isl_tab *tab) in isl_tab_dup() 563 static struct isl_tab_var *var_from_index(struct isl_tab *tab, int i) in var_from_index() 571 struct isl_tab_var *isl_tab_var_from_row(struct isl_tab *tab, int i) in isl_tab_var_from_row() 576 static struct isl_tab_var *var_from_col(struct isl_tab *tab, int i) in var_from_col() [all …]
|
H A D | isl_tab_pip.c | 131 struct isl_tab *tab; member 601 struct isl_tab *tab; in sol_inc_level() local 672 static void sol_add(struct isl_sol *sol, struct isl_tab *tab) in sol_add() 842 static void get_row_parameter_line(struct isl_tab *tab, int row, isl_int *line) in get_row_parameter_line() 873 static int identical_parameter_line(struct isl_tab *tab, int row1, int row2) in identical_parameter_line() 905 static struct isl_vec *get_row_parameter_ineq(struct isl_tab *tab, int row) in get_row_parameter_ineq() 955 static struct isl_vec *get_row_parameter_div(struct isl_tab *tab, int row) in get_row_parameter_div() 983 static struct isl_vec *get_row_split_div(struct isl_tab *tab, int row) in get_row_split_div() 1044 static struct isl_tab *set_row_cst_to_div(struct isl_tab *tab, int row, int div) in set_row_cst_to_div() 1081 static int is_obviously_neg(struct isl_tab *tab, int row) in is_obviously_neg() [all …]
|
H A D | isl_vertices.c | 123 __isl_keep isl_basic_set *bset, struct isl_tab *tab) in add_vertex() 269 struct isl_tab *tab, __isl_keep isl_mat *facets, int selected, in can_select() 351 struct isl_tab *tab) in lower_dim_vertices_free() 364 __isl_keep isl_basic_set *bset, struct isl_tab *tab) in detect_implicit_equality_constraints() 421 struct isl_tab *tab; in isl_basic_set_compute_vertices() local 571 struct isl_tab *tab) in bset_covers_tab() 621 static isl_bool can_intersect(struct isl_tab *tab, in can_intersect() 661 __isl_keep isl_vertices *vertices, struct isl_tab *tab, int *selection) in add_chamber() 721 struct isl_tab *tab; /* A tableau representation of the facet */ member 741 static struct isl_facet_todo *create_todo(struct isl_tab *tab, int con) in create_todo() [all …]
|
H A D | isl_sample.c | 152 static struct isl_mat *tab_equalities(struct isl_tab *tab) in tab_equalities() 200 static struct isl_mat *initial_basis(struct isl_tab *tab) in initial_basis() 227 static enum isl_lp_result compute_min(isl_ctx *ctx, struct isl_tab *tab, in compute_min() 240 static enum isl_lp_result compute_max(isl_ctx *ctx, struct isl_tab *tab, in compute_max() 280 static int greedy_search(isl_ctx *ctx, struct isl_tab *tab, in greedy_search() 381 __isl_give isl_vec *isl_tab_sample(struct isl_tab *tab) in isl_tab_sample() 631 struct isl_tab *tab = NULL; in sample_bounded() local 738 struct isl_tab *tab; in rational_sample() local 1024 static int tab_shift_cone(struct isl_tab *tab, in tab_shift_cone() 1088 int isl_tab_set_initial_basis_with_cone(struct isl_tab *tab, in isl_tab_set_initial_basis_with_cone()
|
H A D | basis_reduction_templ.c | 49 struct isl_tab *isl_tab_compute_reduced_basis(struct isl_tab *tab) in isl_tab_compute_reduced_basis() 319 struct isl_tab *tab; in isl_basic_set_reduced_basis() local
|
H A D | isl_map_subtract.c | 49 static isl_stat tab_add_constraints(struct isl_tab *tab, in tab_add_constraints() 113 static isl_stat tab_add_constraint(struct isl_tab *tab, in tab_add_constraint() 170 static isl_stat tab_add_divs(struct isl_tab *tab, in tab_add_divs() 226 static int tab_freeze_constraints(struct isl_tab *tab) in tab_freeze_constraints() 241 static int n_non_redundant(isl_ctx *ctx, struct isl_tab *tab, in n_non_redundant() 317 struct isl_tab *tab = NULL; in basic_map_collect_diff() local
|
H A D | isl_affine_hull.c | 35 struct isl_tab *tab; in isl_basic_map_implicit_equalities() local 266 static __isl_give isl_vec *outside_point(struct isl_tab *tab, isl_int *eq, in outside_point() 421 static __isl_give isl_basic_set *extend_affine_hull(struct isl_tab *tab, in extend_affine_hull() 503 struct isl_tab *tab = NULL; in uset_affine_hull_bounded() local 575 static __isl_give isl_basic_set *initial_hull(struct isl_tab *tab, in initial_hull() 624 struct isl_tab *isl_tab_detect_equalities(struct isl_tab *tab, in isl_tab_detect_equalities()
|
H A D | isl_scan.c | 55 static int add_solution(struct isl_tab *tab, struct isl_scan_callback *callback) in add_solution() 107 struct isl_tab *tab = NULL; in isl_basic_set_scan() local
|
H A D | basis_reduction_tab.c | 20 struct isl_tab *tab; member 118 static struct isl_tab *gbr_tab(struct isl_tab *tab, struct isl_vec *row) in gbr_tab() 135 static struct tab_lp *init_lp(struct isl_tab *tab) in init_lp()
|
H A D | isl_coalesce.c | 47 static int status_in(isl_int *ineq, struct isl_tab *tab) in status_in() 199 struct isl_tab *tab; member 475 __isl_keep isl_basic_map *bmap, struct isl_tab *tab) in number_of_constraints_increases() 671 static isl_bool contains(struct isl_coalesce_info *info, struct isl_tab *tab) in contains() 1435 struct isl_tab *tab, int keep) in check_wraps() 1473 struct isl_tab *tab) in set_from_updated_bmap() 1984 static enum isl_ineq_type type_of_relaxed(struct isl_tab *tab, isl_int *ineq) in type_of_relaxed() 2381 struct isl_tab *tab) in set_eq_status_in() 2393 struct isl_tab *tab) in set_ineq_status_in() 3005 static isl_stat copy_ineq(struct isl_tab *tab, __isl_keep isl_basic_map *bmap) in copy_ineq() [all …]
|
H A D | isl_lp.c | 29 struct isl_tab *tab; in isl_tab_solve_lp() local
|
H A D | isl_convex_hull.c | 54 struct isl_tab *tab; in isl_basic_map_remove_redundancies() local 812 struct isl_tab *tab; in isl_basic_set_is_bounded() local 1080 struct isl_tab *tab; in valid_direction() local 1995 struct isl_tab *tab; member
|
H A D | isl_map_simplify.c | 2443 __isl_keep int *row, struct isl_tab *tab) in update_ineq() 2486 struct isl_tab *tab) in update_ineq_free() 2537 struct isl_tab *tab = NULL; in uset_gist_full() local 4248 struct isl_tab *tab; member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | init-expr-crash.cpp | 7 static T tab[]; member 20 static T tab[]; member
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve99.f90 | 25 integer, dimension(4) :: tab local 40 integer, dimension(4) :: tab local
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | math_config.h | 308 uint64_t tab[1 << EXP2F_TABLE_BITS]; member 323 } tab[1 << LOGF_TABLE_BITS]; member 335 } tab[1 << LOG2F_TABLE_BITS]; member 352 } tab[1 << POWF_LOG2_TABLE_BITS]; member 376 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member 388 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS]; member 403 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS]; member 417 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
|
H A D | v_powf.c | 36 uint64_t tab[1 << V_EXP2F_TABLE_BITS]; member 48 } tab[1 << V_POWF_LOG2_TABLE_BITS]; member
|
H A D | v_math.h | 232 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() 237 v_lookup_u32 (const u32_t *tab, v_u32_t idx) in v_lookup_u32() 352 v_lookup_f64 (const f64_t *tab, v_u64_t idx) in v_lookup_f64() 357 v_lookup_u64 (const u64_t *tab, v_u64_t idx) in v_lookup_u64() 501 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() 506 v_lookup_u32 (const u32_t *tab, v_u32_t idx) in v_lookup_u32() 625 v_lookup_f64 (const f64_t *tab, v_u64_t idx) in v_lookup_f64() 630 v_lookup_u64 (const u64_t *tab, v_u64_t idx) in v_lookup_u64()
|
/llvm-project/clang/test/Sema/ |
H A D | wchar.c | 33 wchar_t tab[] = L"x"; in foo() local
|
/llvm-project/libc/src/math/generic/ |
H A D | exp_utils.h | 21 uint64_t tab[1 << EXP2F_TABLE_BITS]; global() member
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_fd.cpp | 41 atomic_uintptr_t tab[kTableSizeL1]; member 150 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); in FdOnFork() local 162 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); in FdLocation() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stackdepotbase.h | 69 atomic_uint32_t tab[kTabSize]; // Hash table of Node's. variable
|
H A D | sanitizer_deadlock_detector2.cpp | 159 MutexState *tab = mutex[i]; in getMutexId() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | exprs.c | 110 struct S *tab[]; member
|
/llvm-project/libcxx/src/ |
H A D | locale.cpp | 807 ctype(const mask * tab,bool del,size_t refs) ctype() argument
|