/external/llvm/test/Transforms/SimplifyCFG/ |
D | wineh-unreachable.ll | 25 %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 …]
|
D | empty-cleanuppad.ll | 88 %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/ |
D | schur_complex.cpp | 42 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()
|
D | hessenberg.cpp | 34 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/ |
D | exception.ll | 73 %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/ |
D | wineh-statenumbering-cleanups.ll | 27 %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]
|
D | wineh-intrinsics.ll | 18 %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]
|
D | wineh-demotion.ll | 41 %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 …]
|
D | wineh-noret-cleanup.ll | 17 %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/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | critical_section_test.py | 124 cs1 = critical_section_ops.CriticalSection() 133 cs1.execute(lambda: v + 1) 137 cs1.execute(lambda: v + 1, exclusive_resource_access=False) 142 cs1.execute(lambda: v2 + 1, exclusive_resource_access=False) 148 cs1.execute(lambda: v2 + 1)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Normalizer.java | 2161 /*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/llvm/test/CodeGen/X86/ |
D | funclet-layout.ll | 18 %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]
|
D | tail-dup-catchret.ll | 11 %cs1 = catchswitch within none [label %catch] unwind to caller 14 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
|
D | win32-seh-catchpad.ll | 14 %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*)]
|
D | wineh-exceptionpointer.ll | 14 %cs1 = catchswitch within none [label %catch.body] unwind to caller 19 %catch = catchpad within %cs1 [i32 5]
|
D | catchpad-regmask.ll | 44 %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]
|
D | win-catchpad-nested.ll | 15 %cs1 = catchswitch within none [label %outer.catch] unwind to caller 18 %cp1 = catchpad within %cs1 [i32 1]
|
D | catchret-fallthrough.ll | 21 %cs1 = catchswitch within none [label %catch] unwind to caller 24 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
|
D | catchret-empty-fallthrough.ll | 22 %cs1 = catchswitch within none [label %catch] unwind to caller 25 %0 = catchpad within %cs1 [i8* null]
|
D | catchpad-realign-savexmm.ll | 23 %cs1 = catchswitch within none [label %catch] unwind to caller 26 %p = catchpad within %cs1 [i8* null, i32 64, i8* null]
|
D | seh-catch-all.ll | 19 %cs1 = catchswitch within none [label %catchall] unwind to caller 22 %p = catchpad within %cs1 [i8* null, i32 64, i8* null]
|
D | win32-seh-catchpad-realign.ll | 18 %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/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 2111 /*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/ |
D | catchpad-phi-cast.ll | 39 %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/ |
D | funclet.ll | 20 %cs1 = catchswitch within none [label %catch] unwind to caller 23 %catchpad = catchpad within %cs1 [i8* null, i32 64, i8* null]
|