Home
last modified time | relevance | path

Searched refs:cs1 (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm/test/Transforms/SimplifyCFG/
Dwineh-unreachable.ll25 %cs1 = catchswitch within none [label %catch.body] unwind label %unreachable.unwind
30 ; CHECK-NEXT: catchpad within %cs1
33 %catch = catchpad within %cs1 []
75 %cs1 = catchswitch within none [label %catch.body] unwind to caller
78 %catch = catchpad within %cs1 []
92 %cs1 = catchswitch within none [label %catch.body, label %catch.body] unwind to caller
96 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
110 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
114 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
118 %catch2 = catchpad within %cs1 [i8* null, i32 0, i8* null]
[all …]
Dempty-cleanuppad.ll88 %cs1 = catchswitch within none [label %catch] unwind label %ehcleanup.1
91 %1 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
128 ; CHECK: catchpad within %cs1 [i8* null, i32 64, i8* null]
149 %cs1 = catchswitch within none [label %catch] unwind label %ehcleanup.1
152 %cp2 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
208 %cs1 = catchswitch within none [label %catch] unwind label %ehcleanup
211 %0 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
266 %cs1 = catchswitch within none [label %catch] unwind to caller
269 %1 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
330 %cs1 = catchswitch within none [label %catch] unwind to caller
[all …]
/external/eigen/test/
Dschur_complex.cpp42 ComplexSchur<MatrixType> cs1; in schur() local
43 cs1.compute(A); in schur()
45 VERIFY_IS_EQUAL(cs1.info(), Success); in schur()
47 VERIFY_IS_EQUAL(cs1.matrixT(), cs2.matrixT()); in schur()
48 VERIFY_IS_EQUAL(cs1.matrixU(), cs2.matrixU()); in schur()
54 VERIFY_IS_EQUAL(cs3.matrixT(), cs1.matrixT()); in schur()
55 VERIFY_IS_EQUAL(cs3.matrixU(), cs1.matrixU()); in schur()
70 VERIFY_IS_EQUAL(cs1.matrixT(), csOnlyT.matrixT()); in schur()
Dhessenberg.cpp34 HessenbergDecomposition<MatrixType> cs1; in hessenberg() local
35 cs1.compute(A); in hessenberg()
37 VERIFY_IS_EQUAL(cs1.matrixH().eval(), cs2.matrixH().eval()); in hessenberg()
38 MatrixType cs1Q = cs1.matrixQ(); in hessenberg()
/external/llvm/test/Feature/
Dexception.ll73 %cs1 = catchswitch within none [label %catch] unwind to caller
75 %cp = catchpad within %cs1 [i7 4]
89 %cs1 = catchswitch within none [label %catch] unwind to caller
91 %cp = catchpad within %cs1 [i7 4]
105 %cs1 = catchswitch within none [label %catch] unwind to caller
107 %0 = catchpad within %cs1 [i7 4]
118 %cs1 = catchswitch within none [label %catch] unwind to caller
120 catchpad within %cs1 [i7 4]
/external/llvm/test/CodeGen/WinEH/
Dwineh-statenumbering-cleanups.ll27 %cs1 = catchswitch within none [label %catch.body] unwind to caller
29 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
30 ;SEH: %catch = catchpad within %cs1 [void ()* @dummy_filter]
54 %cs1 = catchswitch within none [label %catch.body] unwind to caller
56 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
57 ;SEH: %catch = catchpad within %cs1 [void ()* @dummy_filter]
Dwineh-intrinsics.ll18 %cs1 = catchswitch within none [label %do_catch] unwind to caller
20 %catch = catchpad within %cs1 [i32 1]
33 %cs1 = catchswitch within none [label %do_catch] unwind to caller
35 %catch = catchpad within %cs1 [i32 1]
Dwineh-demotion.ll41 %cs1 = catchswitch within none [label %catch] unwind to caller
44 %cp = catchpad within %cs1 []
80 %cs1 = catchswitch within none [label %catch.inner] unwind label %merge.outer
83 %cpinner = catchpad within %cs1 []
148 %cs1 = catchswitch within none [label %catch.inner] unwind label %catchpad.outer
150 %cp1 = catchpad within %cs1 []
236 %cs1 = catchswitch within none [label %catch] unwind to caller
240 ; CHECK: catchpad within %cs1
243 %cp2 = catchpad within %cs1 []
295 %cs1 = catchswitch within none [label %catch] unwind to caller
[all …]
Dwineh-noret-cleanup.ll17 %cs1 = catchswitch within none [label %catch.body] unwind label %catch.dispatch.2
20 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
21 ;Seh: %catch = catchpad within %cs1 [void ()* @dummy_filter]
/external/llvm/test/CodeGen/X86/
Dfunclet-layout.ll18 %cs1 = catchswitch within none [label %catch] unwind to caller
21 %cp = catchpad within %cs1 [i8* null, i32 64, i8* null]
58 %cs1 = catchswitch within none [label %catch] unwind to caller
61 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
109 %cs1 = catchswitch within none [label %catch.2] unwind label %catch.dispatch.1
112 %0 = catchpad within %cs1 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
Dtail-dup-catchret.ll11 %cs1 = catchswitch within none [label %catch] unwind to caller
14 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
Dwineh-exceptionpointer.ll14 %cs1 = catchswitch within none [label %catch.body] unwind to caller
19 %catch = catchpad within %cs1 [i32 5]
Dcatchret-fallthrough.ll21 %cs1 = catchswitch within none [label %catch] unwind to caller
24 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
Dwin-catchpad-nested.ll15 %cs1 = catchswitch within none [label %outer.catch] unwind to caller
18 %cp1 = catchpad within %cs1 [i32 1]
Dwin32-seh-catchpad.ll14 %cs1 = catchswitch within none [label %__except.ret] unwind to caller
17 %0 = catchpad within %cs1 [i8* bitcast (i32 ()* @try_except_filter_catchall to i8*)]
78 %cs1 = catchswitch within none [label %__except.ret] unwind label %catch.dispatch.11
81 %0 = catchpad within %cs1 [i8* bitcast (i32 ()* @nested_exceptions_filter_catchall to i8*)]
192 %cs1 = catchswitch within none [label %__except.ret] unwind to caller
195 %0 = catchpad within %cs1 [i8* bitcast (i32 ()* @try_except_filter_catchall to i8*)]
Dcatchpad-regmask.ll44 %cs1 = catchswitch within none [label %catch] unwind to caller
47 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
98 %cs1 = catchswitch within none [label %catch] unwind to caller
101 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
Dcatchret-empty-fallthrough.ll22 %cs1 = catchswitch within none [label %catch] unwind to caller
25 %0 = catchpad within %cs1 [i8* null]
Dcatchpad-realign-savexmm.ll23 %cs1 = catchswitch within none [label %catch] unwind to caller
26 %p = catchpad within %cs1 [i8* null, i32 64, i8* null]
Dseh-catch-all.ll19 %cs1 = catchswitch within none [label %catchall] unwind to caller
22 %p = catchpad within %cs1 [i8* null, i32 64, i8* null]
Dwin32-seh-catchpad-realign.ll18 %cs1 = catchswitch within none [label %__except.ret] unwind to caller
21 %pad = catchpad within %cs1 [i8* bitcast (i32 ()* @"\01?filt$0@0@realigned_try@@" to i8*)]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer.java2161 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { in cmpEquivFold() argument
2211 limit1=cs1.length(); in cmpEquivFold()
2234 c1=cs1.charAt(s1++); in cmpEquivFold()
2241 cs1=stack1[level1].cs; in cmpEquivFold()
2242 } while(cs1==null); in cmpEquivFold()
2244 limit1=cs1.length(); in cmpEquivFold()
2294 if(s1!=limit1 && Character.isLowSurrogate(c=cs1.charAt(s1))) { in cmpEquivFold()
2299 if(0<=(s1-2) && Character.isHighSurrogate(c=cs1.charAt(s1-2))) { in cmpEquivFold()
2351 stack1[0].cs=cs1; in cmpEquivFold()
2365 cs1=fold1; in cmpEquivFold()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java2111 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { in cmpEquivFold() argument
2161 limit1=cs1.length(); in cmpEquivFold()
2184 c1=cs1.charAt(s1++); in cmpEquivFold()
2191 cs1=stack1[level1].cs; in cmpEquivFold()
2192 } while(cs1==null); in cmpEquivFold()
2194 limit1=cs1.length(); in cmpEquivFold()
2244 if(s1!=limit1 && Character.isLowSurrogate(c=cs1.charAt(s1))) { in cmpEquivFold()
2249 if(0<=(s1-2) && Character.isHighSurrogate(c=cs1.charAt(s1-2))) { in cmpEquivFold()
2301 stack1[0].cs=cs1; in cmpEquivFold()
2315 cs1=fold1; in cmpEquivFold()
[all …]
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dcatchpad-phi-cast.ll39 %cs1 = catchswitch within none [label %handler1] unwind to caller
42 %cp1 = catchpad within %cs1 []
45 ; CHECK-NEXT: catchpad within %cs1
82 %cs1 = catchswitch within none [label %catch] unwind to caller
85 %cp1 = catchpad within %cs1 []
/external/llvm/test/Transforms/GVN/
Dfunclet.ll20 %cs1 = catchswitch within none [label %catch] unwind to caller
23 %catchpad = catchpad within %cs1 [i8* null, i32 64, i8* null]
/external/llvm/test/MC/Disassembler/Hexagon/
Dcr.txt76 # CHECK: cs1 = r21
78 # CHECK: r17 = cs1

123