Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopVersioning/
H A Dlcssa.ll4 define void @fill(i8** %ls1.20, i8** %ls2.21, i8* %cse3.22) {
20 %ls2.21.promoted = load i8*, i8** %ls2.21
24 %_tmp302 = phi i8* [ %ls2.21.promoted, %bb1.ph ], [ %_tmp30, %bb1 ]
41 store i8* %_tmp30.lcssa, i8** %ls2.21
48 define void @fill_no_null_opt(i8** %ls1.20, i8** %ls2.21, i8* %cse3.22) #0 {
65 %ls2.21.promoted = load i8*, i8** %ls2.21
69 %_tmp302 = phi i8* [ %ls2.21.promoted, %bb1.ph ], [ %_tmp30, %bb1 ]
86 store i8* %_tmp30.lcssa, i8** %ls2.21
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_local_space.c188 __isl_keep isl_local_space *ls2) in isl_local_space_is_equal() argument
198 if (!isl_local_space_divs_known(ls2)) in isl_local_space_is_equal()
210 __isl_keep isl_local_space *ls2) in isl_local_space_cmp() argument
214 if (ls1 == ls2) in isl_local_space_cmp()
218 if (!ls2) in isl_local_space_cmp()
810 if (!ls1 || !ls2) in isl_local_space_intersect()
818 if (ls2->div->n_row == 0) { in isl_local_space_intersect()
819 isl_local_space_free(ls2); in isl_local_space_intersect()
825 return ls2; in isl_local_space_intersect()
847 isl_local_space_free(ls2); in isl_local_space_intersect()
[all …]
H A Disl_local_space_private.h58 __isl_keep isl_local_space *ls2);
92 __isl_keep isl_local_space *ls2);
H A Disl_coalesce.c2864 isl_local_space *ls1, *ls2; in harmonize_divs_with_hulls() local
2870 ls2 = isl_local_space_wrap(isl_basic_map_get_local_space(info2->bmap)); in harmonize_divs_with_hulls()
2876 !isl_local_space_div_is_known(ls2, i)) in harmonize_divs_with_hulls()
2884 div2 = isl_local_space_get_div(ls2, i); in harmonize_divs_with_hulls()
2896 isl_local_space_free(ls2); in harmonize_divs_with_hulls()
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dgep_mismatch.ll28 %ls2.ph = phi float* [ %_tmp2, %bb1 ], [ undef, %entry ]
31 %_tmp2 = getelementptr float, float* %ls2.ph, i64 4
/llvm-project-15.0.7/polly/lib/External/isl/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);
/llvm-project-15.0.7/flang/test/Semantics/
H A Dkinds01.f9073 logical*2 ls2 variable
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod1992 __isl_keep isl_local_space *ls2);
7300 __isl_take isl_local_space *ls2);