Home
last modified time | relevance | path

Searched refs:ls1 (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoopVersioning/
Dlcssa.ll4 define void @fill(i8** %ls1.20, i8** %ls2.21, i8* %cse3.22) {
8 %ls1.20.promoted = load i8*, i8** %ls1.20
14 %_tmp281 = phi i8* [ %ls1.20.promoted, %bb1.ph ], [ %_tmp28, %bb1 ]
28 store i8* %_tmp28.lcssa, i8** %ls1.20
37 define void @fill_no_null_opt(i8** %ls1.20, i8** %ls2.21, i8* %cse3.22) #0 {
43 %ls1.20.promoted = load i8*, i8** %ls1.20
49 %_tmp281 = phi i8* [ %ls1.20.promoted, %bb1.ph ], [ %_tmp28, %bb1 ]
63 store i8* %_tmp28.lcssa, i8** %ls1.20
/external/llvm/test/Transforms/LoopVersioning/
Dlcssa.ll4 define void @fill(i8** %ls1.20, i8** %ls2.21, i8* %cse3.22) {
8 %ls1.20.promoted = load i8*, i8** %ls1.20
14 %_tmp281 = phi i8* [ %ls1.20.promoted, %bb1.ph ], [ %_tmp28, %bb1 ]
28 store i8* %_tmp28.lcssa, i8** %ls1.20
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dgep_mismatch.ll13 %ls1.ph = phi float* [ %_tmp1, %bb1 ], [ undef, %entry ]
15 store float undef, float* %ls1.ph
16 %_tmp1 = getelementptr float, float* %ls1.ph, i32 1
/external/llvm-project/polly/lib/External/isl/
Disl_local_space.c194 isl_bool isl_local_space_is_equal(__isl_keep isl_local_space *ls1, in isl_local_space_is_equal() argument
199 equal = isl_local_space_has_equal_space(ls1, ls2); in isl_local_space_is_equal()
203 if (!isl_local_space_divs_known(ls1)) in isl_local_space_is_equal()
208 return isl_mat_is_equal(ls1->div, ls2->div); in isl_local_space_is_equal()
216 int isl_local_space_cmp(__isl_keep isl_local_space *ls1, in isl_local_space_cmp() argument
221 if (ls1 == ls2) in isl_local_space_cmp()
223 if (!ls1) in isl_local_space_cmp()
228 cmp = isl_space_cmp(ls1->dim, ls2->dim); in isl_local_space_cmp()
232 return isl_local_cmp(ls1->div, ls2->div); in isl_local_space_cmp()
809 __isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2) in isl_local_space_intersect() argument
[all …]
Disl_local_space_private.h57 isl_bool isl_local_space_has_equal_space(__isl_keep isl_local_space *ls1,
91 int isl_local_space_cmp(__isl_keep isl_local_space *ls1,
Disl_coalesce.c2856 isl_local_space *ls1, *ls2; in harmonize_divs_with_hulls() local
2861 ls1 = isl_local_space_wrap(isl_basic_map_get_local_space(info1->bmap)); in harmonize_divs_with_hulls()
2867 if (!isl_local_space_div_is_known(ls1, i) || in harmonize_divs_with_hulls()
2875 div1 = isl_local_space_get_div(ls1, i); in harmonize_divs_with_hulls()
2887 isl_local_space_free(ls1); in harmonize_divs_with_hulls()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dgep_mismatch.ll27 %ls1.ph = phi float* [ %_tmp1, %bb1 ], [ undef, %entry ]
29 store float undef, float* %ls1.ph
30 %_tmp1 = getelementptr float, float* %ls1.ph, i32 1
/external/llvm-project/llvm/test/Analysis/BasicAA/
Drecphi.ll145 ; CHECK: NoAlias: i16* %ls1.9.0, i16** %argv.6.par
146 ; CHECK: MayAlias: [3 x i16]* %int_arr.10, i16* %ls1.9.0
147 ; CHECK: MayAlias: i16* %_tmp1, i16* %ls1.9.0
151 ; CHECK: NoAlias: i16* %_tmp7, i16* %ls1.9.0
155 ; CHECK: MayAlias: i16* %_tmp11, i16* %ls1.9.0
160 ; CHECK: Both ModRef: Ptr: i16* %ls1.9.0 <-> %_tmp16 = call i16 @call(i32 %_tmp13)
170 %ls1.9.0 = phi i16* [ %_tmp1, %0 ], [ %_tmp7, %bb1 ]
171 store i16 %i.7.0, i16* %ls1.9.0, align 1
173 %_tmp7 = getelementptr i16, i16* %ls1.9.0, i16 -1
/external/llvm-project/polly/lib/External/isl/include/isl/
Dlocal_space.h74 __isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2);
79 isl_bool isl_local_space_is_equal(__isl_keep isl_local_space *ls1,
/external/libavc/encoder/
Dime_distortion_metrics.c915 WORD16 s1,s2,s3,s4,sad_1,sad_2,ls1,ls2,ls3,ls4,ls5,ls6,ls7,ls8; in ime_compute_satqd_16x16_lumainter() local
954 ls1 = sad_2 -(s2 + s3); in ime_compute_satqd_16x16_lumainter()
966 pu2_thrsh[1] <= ls1 || in ime_compute_satqd_16x16_lumainter()
1033 WORD16 s1,s2,s3,s4,sad_1,sad_2,ls1,ls2,ls3,ls4,ls5,ls6,ls7,ls8; in ime_compute_satqd_8x16_chroma() local
1074 ls1 = sad_2 -(s2 + s3); in ime_compute_satqd_8x16_chroma()
1085 thrsh[1] > ls1 && in ime_compute_satqd_8x16_chroma()
1095 thrsh[9] > ls1 && in ime_compute_satqd_8x16_chroma()
/external/llvm-project/flang/test/Semantics/
Dkinds01.f9069 logical*1 ls1 variable
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java216 String ls1 = languageTagParser1.set(o1).getLanguageScript();
218 int result = ls1.compareTo(ls2);
/external/hyphenation-patterns/de/
Dhyph-de-ch-1901.pat.txt11940 ls1äus
Dhyph-de-1901.pat.txt12041 ls1äus
Dhyph-de-1996.pat.txt11860 ls1äus
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod1909 __isl_keep isl_local_space *ls1,
6912 __isl_take isl_local_space *ls1,