| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
| H A D | reverse_copy.pass.cpp | 66 int jd[sd] = {-1}; in test() local 67 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test() 68 assert(base(r) == jd+sd); in test() 69 assert(jd[0] == 3); in test() 70 assert(jd[1] == 2); in test() 71 assert(jd[2] == 1); in test() 72 assert(jd[3] == 0); in test()
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | separation_class2.in | 3 …> separation_class[[x]->[1]]: (exists id, jd: 0 <= x <= 3 and it < n - id and jt < n - jd and id =…
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
| H A D | unique_copy.pass.cpp | 79 int jd[sd] = {-1}; in test() local 80 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test() 81 assert(base(r) == jd + 2); in test() 82 assert(jd[0] == 0); in test() 83 assert(jd[1] == 1); in test()
|
| H A D | unique_copy_pred.pass.cpp | 85 int jd[sd] = {-1}; in test() local 87 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal()); in test() 88 assert(base(r) == jd + 2); in test() 89 assert(jd[0] == 0); in test() 90 assert(jd[1] == 1); in test()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | MachO_archive_support.s | 7 # RUN: llvm-jitlink -noexec %t/MachO_archive_support.o -lFoo -jd Foo -L%t -lExtraDef 8 # RUN: llvm-jitlink -noexec %t/MachO_archive_support.o -lFoo -jd Foo %t/libExtraDef.a
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | no_guard_bb.ll | 5 ; void jd(int *A) { 12 define void @jd(i32* %A) {
|
| H A D | alignment.ll | 8 ; void jd(int *A) { 15 define void @jd(i32* %A) {
|
| H A D | aliasing_different_base_and_access_type.ll | 12 ; void jd(int *A, int *B) { 19 define void @jd(i32* %A, i32* %B) {
|
| H A D | phi_conditional_simple_1.ll | 4 ; void jd(int *A, int c) { 36 define void @jd(i32* %A, i32 %c) {
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | aliasing_simple_1.ll | 5 ; void jd(int *A, int *B) { 12 define void @jd(i32* %A, i32* %B) {
|
| H A D | aliasing_parametric_simple_1.ll | 5 ; void jd(int *A, int *B, int c) { 12 define void @jd(i32* %A, i32* %B, i32 %c) {
|
| H A D | aliasing_simple_2.ll | 5 ; void jd(int *A, int *B) { 12 define void @jd(i32* %A, i32* %B) {
|
| H A D | aliasing_parametric_simple_2.ll | 5 ; void jd(int *A, int *B, int c) { 12 define void @jd(i32* %A, i32* %B, i32 %c) {
|
| H A D | mod_ref_read_pointer.ll | 10 ; void jd(int *A) { 19 define void @jd(i32* %A) {
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | ranged_parameter.ll | 9 ; void jd(int *A, int *p /* in [0,256) */) { 16 define void @jd(i32* %A, i32* %p) {
|
| H A D | ranged_parameter_wrap.ll | 9 ; void jd(int *A, int *p /* in [256, 0) */) { 16 define void @jd(i32* %A, i32* %p) {
|
| H A D | mod_ref_read_pointer.ll | 19 ; void jd(int *A) { 26 define void @jd(i32* %A) {
|
| H A D | aliasing_dead_access.ll | 7 ; void jd(int *A, int *B) { 15 define void @jd(i32* %A, i32* %B) {
|
| H A D | aliasing_conditional_alias_groups_2.ll | 8 ; void jd(int b, int *A, int *B) { 19 define void @jd(i32 %b, i32* %A, i32* %B) {
|
| H A D | aliasing_conditional_alias_groups_1.ll | 7 ; void jd(int b, int *A, int *B) { 18 define void @jd(i32 %b, i32* %A, i32* %B) {
|
| H A D | phi_conditional_simple_1.ll | 3 ; void jd(int *A, int c) { 35 define void @jd(i32* %A, i32 %c) {
|
| /llvm-project-15.0.7/polly/test/IstAstInfo/ |
| H A D | aliasing_parametric_simple_1.ll | 3 ; void jd(int *A, int *B, int c) { 16 define void @jd(i32* %A, i32* %B, i32 %c) {
|
| H A D | aliasing_parametric_simple_2.ll | 3 ; void jd(int *A, int *B, int c) { 16 define void @jd(i32* %A, i32* %B, i32 %c) {
|
| H A D | aliasing_multiple_alias_groups.ll | 4 ; void jd(int *Int0, int *Int1, float *Float0, float *Float1) { 26 define void @jd(i32* nocapture %Int0, i32* nocapture readonly %Int1, float* nocapture %Float0, floa…
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | data05.f90 | 36 integer :: jd ! CHECK: jd (InDataStmt) size=4 offset=0: ObjectEntity type: INTEGER(4) init:666_4 local 37 data jd/666/
|