Home
last modified time | relevance | path

Searched refs:coincidence (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/mit/isl/dist/test_inputs/schedule/
H A Dmax_coincidence.sc1 # 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 Dnomax_coincidence.sc1 # 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 Dcarry_bounded_coefficients.sc4 # 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 Dnana.sc9 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 Dip2k.cpu574 ;; 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 Dip2k.cpu574 ;; 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 Dip2k.cpu574 ;; 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 Dip2k.cpu574 ;; 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 Disl_schedule_constraints.c216 __isl_take isl_union_map *coincidence) in isl_schedule_constraints_set_coincidence() argument
219 coincidence); in isl_schedule_constraints_set_coincidence()
H A Disl_scheduler.c4928 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 DChangeLog94 - optionally maximize coincidence in scheduler
H A Disl_test.c4463 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 Dschedule.h68 __isl_take isl_union_map *coincidence);
H A Dcpp-checked.h3230 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 Dcpp.h3296 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 DHPMMU.notes19 to map the entire 4Gb address space (what a coincidence!). The
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod200 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 Dfarber66 By a streak of coincidence, it really happened.
H A Dfortunes21016 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 Daustralasia1101 # It is called 'summer' time. Now by a happy coincidence, 'summer'
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-9899867 coincidence of variable names between old and new code.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-9899867 coincidence of variable names between old and new code.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-9899867 coincidence of variable names between old and new code.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-9899867 coincidence of variable names between old and new code.
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py14903 def coincidence(arg0): member in schedule_constraints
14914 return arg0.coincidence()

12