Home
last modified time | relevance | path

Searched refs:ls2 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_local_space.c190 __isl_keep isl_local_space *ls2) in isl_local_space_is_equal() argument
194 equal = isl_local_space_has_equal_space(ls1, ls2); in isl_local_space_is_equal()
200 if (!isl_local_space_divs_known(ls2)) in isl_local_space_is_equal()
203 return isl_mat_is_equal(ls1->div, ls2->div); in isl_local_space_is_equal()
212 __isl_keep isl_local_space *ls2) in isl_local_space_cmp() argument
216 if (ls1 == ls2) in isl_local_space_cmp()
220 if (!ls2) in isl_local_space_cmp()
223 cmp = isl_space_cmp(ls1->dim, ls2->dim); in isl_local_space_cmp()
227 return isl_local_cmp(ls1->div, ls2->div); in isl_local_space_cmp()
878 __isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2) in isl_local_space_intersect() argument
[all …]
H A Disl_local_space_private.h62 __isl_keep isl_local_space *ls2);
98 __isl_keep isl_local_space *ls2);
H A Disl_coalesce.c2866 isl_local_space *ls1, *ls2; in harmonize_divs_with_hulls() local
2872 ls2 = isl_local_space_wrap(isl_basic_map_get_local_space(info2->bmap)); in harmonize_divs_with_hulls()
2878 !isl_local_space_div_is_known(ls2, i)) in harmonize_divs_with_hulls()
2886 div2 = isl_local_space_get_div(ls2, i); in harmonize_divs_with_hulls()
2898 isl_local_space_free(ls2); in harmonize_divs_with_hulls()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dlocal_space.h74 __isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2);
80 __isl_keep isl_local_space *ls2);
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dse_loop_lr.S359 LD32_LABEL(r0, ls2);
363 ls2:LB0 = R1;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c272 const line_span *ls2 = (const line_span *)p2; in comparator() local
273 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line); in comparator()
276 return compare (ls1->m_last_line, ls2->m_last_line); in comparator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c3683 LabelDsymbol *ls2 = fd->searchLabel(ls->ident); in visit() local
3684 if (ls2->statement) in visit()
3686 ls->error("label '%s' already defined", ls2->toChars()); in visit()
3690 ls2->statement = ls; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc285 const line_span *ls2 = (const line_span *)p2; in comparator() local
286 int first_line_cmp = compare (ls1->m_first_line, ls2->m_first_line); in comparator()
289 return compare (ls1->m_last_line, ls2->m_last_line); in comparator()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d3877 LabelDsymbol ls2 = fd.searchLabel(ls.ident, ls.loc); in package() local
3878 if (ls2.statement) in package()
3880 ls.error("label `%s` already defined", ls2.toChars()); in package()
3884 ls2.statement = ls; in package()
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dwriteproxy.rtf47 …e{\listoverride\listid-119\listoverridecount0\ls1}{\listoverride\listid-120\listoverridecount0\ls2}
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod2030 __isl_keep isl_local_space *ls2);
7458 __isl_take isl_local_space *ls2);