/netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
H A D | max_coincidence.sc | 1 # Check that nodes are not fused when maximizing coincidence. 3 # OPTIONS: --no-schedule-whole-component --schedule-maximize-coincidence 7 coincidence: { A[i,j,k] -> A[i,j,k+1]; B[i,j,k] -> B[i,j,k+1] }
|
H A D | nomax_coincidence.sc | 1 # Check that nodes are fused when not maximizing coincidence. 3 # OPTIONS: --no-schedule-whole-component --no-schedule-maximize-coincidence 7 coincidence: { A[i,j,k] -> A[i,j,k+1]; B[i,j,k] -> B[i,j,k+1] }
|
H A D | carry_bounded_coefficients.sc | 4 # step by demanding outer coincidence and bound the size of 12 # OPTIONS: --schedule-outer-coincidence --schedule-max-coefficient=20 17 coincidence: { C[i0, i1] -> C[i0, 1 + i1] : i0 <= 3999 and i1 >= 0 and
|
H A D | nana.sc | 9 coincidence: { stC[j = 0:64, 0:64] -> sync[j, 0]; stB[j = 0:64, 0:64] -> sync[j, 0] }
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | ip2k.cpu | 574 ;; coincidence, the address of register xxxH is always 620 ;; coincidence, the address of register xxxH is always 684 ;; coincidence, the address of register xxxH is always 743 ;; coincidence, the address of register xxxH is always 837 ;; coincidence, the address of register xxxH is always 946 ;; coincidence, the address of register xxxH is always 989 ;; coincidence, the address of register xxxH is always 1089 ;; coincidence, the address of register xxxH is always 1190 ;; coincidence, the address of register xxxH is always 1233 ;; coincidence, the address of register xxxH is always
|
/netbsd-src/external/gpl3/gdb/dist/cpu/ |
H A D | ip2k.cpu | 574 ;; coincidence, the address of register xxxH is always 620 ;; coincidence, the address of register xxxH is always 684 ;; coincidence, the address of register xxxH is always 743 ;; coincidence, the address of register xxxH is always 837 ;; coincidence, the address of register xxxH is always 946 ;; coincidence, the address of register xxxH is always 989 ;; coincidence, the address of register xxxH is always 1089 ;; coincidence, the address of register xxxH is always 1190 ;; coincidence, the address of register xxxH is always 1233 ;; coincidence, the address of register xxxH is always
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | ip2k.cpu | 574 ;; coincidence, the address of register xxxH is always 620 ;; coincidence, the address of register xxxH is always 684 ;; coincidence, the address of register xxxH is always 743 ;; coincidence, the address of register xxxH is always 837 ;; coincidence, the address of register xxxH is always 946 ;; coincidence, the address of register xxxH is always 989 ;; coincidence, the address of register xxxH is always 1089 ;; coincidence, the address of register xxxH is always 1190 ;; coincidence, the address of register xxxH is always 1233 ;; coincidence, the address of register xxxH is always
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | ip2k.cpu | 574 ;; coincidence, the address of register xxxH is always 620 ;; coincidence, the address of register xxxH is always 684 ;; coincidence, the address of register xxxH is always 743 ;; coincidence, the address of register xxxH is always 837 ;; coincidence, the address of register xxxH is always 946 ;; coincidence, the address of register xxxH is always 989 ;; coincidence, the address of register xxxH is always 1089 ;; coincidence, the address of register xxxH is always 1190 ;; coincidence, the address of register xxxH is always 1233 ;; coincidence, the address of register xxxH is always
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_schedule_constraints.c | 216 __isl_take isl_union_map *coincidence) in isl_schedule_constraints_set_coincidence() argument 219 coincidence); in isl_schedule_constraints_set_coincidence()
|
H A D | isl_scheduler.c | 4928 struct isl_sched_edge *edge), int coincidence) in collect_validity() argument 4941 (!coincidence || !is_coincidence(edge))) in collect_validity() 4987 struct isl_sched_graph *graph, int coincidence, in collect_intra_validity() argument 4994 intra = collect_validity(graph, &add_intra, coincidence); in collect_intra_validity() 5037 struct isl_sched_graph *graph, int coincidence, in collect_inter_validity() argument 5044 inter = collect_validity(graph, &add_inter, coincidence); in collect_inter_validity() 5108 struct isl_sched_graph *graph, int fallback, int coincidence) in compute_carrying_sol() argument 5115 carry.intra = collect_intra_validity(ctx, graph, coincidence, in compute_carrying_sol() 5117 carry.inter = collect_inter_validity(graph, coincidence, in compute_carrying_sol() 5182 struct isl_sched_graph *graph, int fallback, int coincidence) in carry() argument [all …]
|
H A D | ChangeLog | 94 - optionally maximize coincidence in scheduler
|
H A D | isl_test.c | 4463 isl_union_map *validity, *proximity, *coincidence; in test_one_schedule() local 4498 coincidence = isl_union_map_copy(dep); in test_one_schedule() 4503 sc = isl_schedule_constraints_set_coincidence(sc, coincidence); in test_one_schedule()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | schedule.h | 68 __isl_take isl_union_map *coincidence);
|
H A D | cpp-checked.h | 3230 inline isl::checked::union_map coincidence() const; 3244 …inline isl::checked::schedule_constraints set_coincidence(isl::checked::union_map coincidence) con… 15776 isl::checked::union_map schedule_constraints::coincidence() const in coincidence() function 15784 return coincidence(); in get_coincidence() 15854 …hedule_constraints schedule_constraints::set_coincidence(isl::checked::union_map coincidence) const in set_coincidence() argument 15856 auto res = isl_schedule_constraints_set_coincidence(copy(), coincidence.release()); in set_coincidence()
|
H A D | cpp.h | 3296 inline isl::union_map coincidence() const; 3310 inline isl::schedule_constraints set_coincidence(isl::union_map coincidence) const; 21765 isl::union_map schedule_constraints::coincidence() const in coincidence() function 21779 return coincidence(); in get_coincidence() 21891 isl::schedule_constraints schedule_constraints::set_coincidence(isl::union_map coincidence) const in set_coincidence() argument 21893 if (!ptr || coincidence.is_null()) in set_coincidence() 21897 auto res = isl_schedule_constraints_set_coincidence(copy(), coincidence.release()); in set_coincidence()
|
/netbsd-src/sys/arch/hp300/DOC/ |
H A D | HPMMU.notes | 19 to map the entire 4Gb address space (what a coincidence!). The
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 200 setting up coincidence constraints. 10538 if it satisfies the coincidence constraints within its band. 10539 That is, if the dependence distances of the coincidence 11302 over coincidence constraints are zero and to minimize the 11318 When using Feautrier's algorithm, the coincidence and proximity constraints 11343 __isl_take isl_union_map *coincidence); 11371 coincidence dependences, mapping domain elements I<i> to domain 11583 satisfies the coincidence constraints.
|
/netbsd-src/games/fortune/datfiles/ |
H A D | farber | 66 By a streak of coincidence, it really happened.
|
H A D | fortunes2 | 1016 an accidental coincidence. They come and go without knowing limitations. 5875 coincidence that six of the last seven presidents were potty trained, not 6360 A girl and a boy bump into each other -- surely a coincidence. A girl and 6361 a boy bump and her handkerchief drops -- surely another coincidence. But 15719 Simple coincidence? 29342 When being alive at the same time is a wonderful coincidence. 34117 Twice is coincidence, 37546 Really?? What a coincidence, I'm shallow too!! 42936 there are searchings that are not concluded by the coincidence of a 46108 We don't believe this to be a coincidence. [all …]
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | australasia | 1101 # It is called 'summer' time. Now by a happy coincidence, 'summer'
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9899 | 867 coincidence of variable names between old and new code.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-9899 | 867 coincidence of variable names between old and new code.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9899 | 867 coincidence of variable names between old and new code.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-9899 | 867 coincidence of variable names between old and new code.
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | isl.py | 14903 def coincidence(arg0): member in schedule_constraints 14914 return arg0.coincidence()
|