| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/multiset.nonmember/ |
| H A D | op_compare.pass.cpp | 46 const std::multiset<int>& cs1 = s1, cs2 = s2; in main() local 47 assert(testComparisons(cs1, cs2, false, true)); in main() 53 const std::multiset<int>& cs1 = s1, cs2 = s2; in main() local 54 assert(testComparisons(cs1, cs2, true, false)); in main() 61 const std::multiset<int>& cs1 = s1, cs2 = s2; in main() local 62 assert(testComparisons(cs1, cs2, false, true)); in main() 70 const std::multiset<int>& cs1 = s1, cs2 = s2; in main() local 71 assert(testComparisons(cs1, cs2, false, true)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.nonmember/ |
| H A D | op_compare.pass.cpp | 46 const std::set<int>& cs1 = s1, cs2 = s2; in main() local 47 assert(testComparisons(cs1, cs2, false, true)); in main() 53 const std::set<int>& cs1 = s1, cs2 = s2; in main() local 54 assert(testComparisons(cs1, cs2, true, false)); in main() 61 const std::set<int>& cs1 = s1, cs2 = s2; in main() local 62 assert(testComparisons(cs1, cs2, false, true)); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WinEH/ |
| H A D | wineh-noret-cleanup.ll | 37 %cs2 = catchswitch within none [label %catch.body.2] unwind to caller 40 ;Cxx: %catch2 = catchpad within %cs2 [i8* null, i32 u0x40, i8* null] 41 ;Seh: %catch2 = catchpad within %cs2 [void ()* @dummy_filter]
|
| H A D | wineh-demotion.ll | 100 %cs2 = catchswitch within none [label %catch.outer] unwind to caller 103 %cpouter = catchpad within %cs2 [] 105 ; CHECK: [[CatchPad:%[^ ]+]] = catchpad within %cs2 [] 165 %cs2 = catchswitch within none [label %catch.outer] unwind to caller 170 %cp2 = catchpad within %cs2 []
|
| H A D | wineh-statenumbering.ll | 55 %cs2 = catchswitch within %1 [label %catch.3] unwind to caller 57 %2 = catchpad within %cs2 [i8* null, i32 u0x40, i8* null]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | funclet-layout.ll | 69 %cs2 = catchswitch within %0 [label %catch.3] unwind to caller 72 %1 = catchpad within %cs2 [ptr null, i32 64, ptr null] 121 %cs2 = catchswitch within none [label %catch] unwind to caller 124 %1 = catchpad within %cs2 [ptr null, i32 64, ptr null]
|
| H A D | win-catchpad-nested.ll | 25 %cs2 = catchswitch within %cp1 [label %inner.catch] unwind to caller 27 %cp2 = catchpad within %cs2 [i32 2]
|
| H A D | win-catchpad-nested-cxx.ll | 40 %cs2 = catchswitch within %h1 [label %handler2] unwind to caller 42 %h2 = catchpad within %cs2 [ptr null, i32 64, ptr null]
|
| H A D | tail-merge-wineh.ll | 71 %cs2 = catchswitch within none [label %catch.4] unwind label %catch.dispatch.7 74 %1 = catchpad within %cs2 [ptr @"\01??_R0H@8", i32 0, ptr null]
|
| H A D | catchpad-weight.ll | 45 %cs2 = catchswitch within none [label %catch.3] unwind label %catch.dispatch.2 48 %1 = catchpad within %cs2 [ptr @"\01??_R0?AUB@@@8", i32 0, ptr null]
|
| H A D | win32-eh-states.ll | 58 %cs2 = catchswitch within none [label %catch.7] unwind to caller 61 %p2 = catchpad within %cs2 [ptr @"\01??_R0H@8", i32 0, ptr null]
|
| H A D | win32-seh-catchpad.ll | 86 %cs2 = catchswitch within none [label %__except.ret.7] unwind label %catch.dispatch.11 89 %1 = catchpad within %cs2 [ptr @nested_exceptions_filter_catchall]
|
| H A D | seh-catchpad.ll | 79 %cs2 = catchswitch within none [label %__except.ret] unwind to caller 82 %cp3 = catchpad within %cs2 [ptr @"\01?filt$0@0@main@@"]
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | catchpad-phi-cast.ll | 49 %cs2 = catchswitch within none [label %handler2] unwind to caller 52 %cp2 = catchpad within %cs2 [] 55 ; CHECK: catchpad within %cs2
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | coro-catchswitch-cleanuppad.ll | 53 %cs2 = catchswitch within %h1 [label %handler2] unwind label %cleanup2 55 %h2 = catchpad within %cs2 [i8* null, i32 64, i8* null] 74 ; CHECK: %cs2 = catchswitch within %h1 [label %handler2] unwind label %cleanup2.corodispatch
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | win-catchpad-nested-cxx.ll | 38 %cs2 = catchswitch within %h1 [label %handler2] unwind to caller 40 %h2 = catchpad within %cs2 [i8* null, i32 64, i8* null]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regcomp.c | 1284 cset *cs2; in freezeset() local 1288 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset() 1289 if (cs2->hash == h && cs2 != cs) { in freezeset() 1292 if (!!CHIN(cs2, i) != !!CHIN(cs, i)) in freezeset() 1298 if (cs2 < top) { /* found one */ in freezeset() 1300 cs = cs2; in freezeset()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 572 let cs2 = 1, vy = ? in 574 let cs2 = 1, cy = 0, vy = ? in 966 let cs2 = 1 in { 990 let cs2 = 1 in 1184 let cs2 = 1 in { 1276 let cs2 = 1 in { 1293 let cx = 0, cx2 = 0, cs2 = 0 in 1356 let cs2 = 1 in { 1372 let cs2 = 1 in { 1380 let cs2 = 1 in { [all …]
|
| H A D | VEInstrFormats.td | 249 bits<1> cs2 = 0; 263 let Inst{52} = cs2;
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | isolate-declaration.cpp | 294 struct StructOne cs1, cs2(42); in complex_typedefs() local
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | invalid-eh.ll | 90 ;T6: %cs2 = catchswitch within none [label %catch2] unwind to caller 92 ;T6: catchpad within %cs2 [] 105 ;T7: %cs2 = catchswitch within %cs1 [label %catch2] unwind to caller 108 ;T7: catchpad within %cs2 []
|
| /llvm-project-15.0.7/mlir/test/Dialect/Shape/ |
| H A D | canonicalize.mlir | 419 %cs2 = shape.const_shape [0, 1] : !shape.shape 420 %0 = shape.cstr_eq %cs0, %cs1, %cs2 : !shape.shape, !shape.shape, !shape.shape 804 %cs2 = shape.const_shape [1, 1] : !shape.shape 805 %0 = shape.cstr_broadcastable %cs0, %cs1, %cs2 : !shape.shape, !shape.shape, !shape.shape 833 %cs2 = shape.const_shape [1, -1] : !shape.shape 834 %0 = shape.cstr_broadcastable %cs0, %cs1, %cs2 : !shape.shape, !shape.shape, !shape.shape 848 %cs2 = shape.const_shape [8, -1] : !shape.shape 849 %0 = shape.cstr_broadcastable %cs0, %cs1, %cs2 : !shape.shape, !shape.shape, !shape.shape
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | funclet.ll | 325 %cs2 = catchswitch within none [label %catch.4] unwind to caller 328 catchpad within %cs2 [i8* null, i32 64, i8* null]
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 209 const char *cs1 = (const char *) s1, *cs2 = (const char *) s2; in dfsan_memcmp_bcmp() local 211 if (cs1[i] != cs2[i]) { in dfsan_memcmp_bcmp() 213 return cs1[i] - cs2[i]; in dfsan_memcmp_bcmp()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | compatibility-3.8.ll | 835 %cs2 = catchswitch within none [label %catchpad2] unwind to caller 838 catchpad within %cs2 [i32* %arg1] 840 ; CHECK: catchpad within %cs2 [i32* %arg1]
|