Home
last modified time | relevance | path

Searched refs:jd (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse_copy.pass.cpp66 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 Dseparation_class2.in3 …> 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 Dunique_copy.pass.cpp79 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 Dunique_copy_pred.pass.cpp85 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 DMachO_archive_support.s7 # 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 Dno_guard_bb.ll5 ; void jd(int *A) {
12 define void @jd(i32* %A) {
H A Dalignment.ll8 ; void jd(int *A) {
15 define void @jd(i32* %A) {
H A Daliasing_different_base_and_access_type.ll12 ; void jd(int *A, int *B) {
19 define void @jd(i32* %A, i32* %B) {
H A Dphi_conditional_simple_1.ll4 ; void jd(int *A, int c) {
36 define void @jd(i32* %A, i32 %c) {
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Daliasing_simple_1.ll5 ; void jd(int *A, int *B) {
12 define void @jd(i32* %A, i32* %B) {
H A Daliasing_parametric_simple_1.ll5 ; void jd(int *A, int *B, int c) {
12 define void @jd(i32* %A, i32* %B, i32 %c) {
H A Daliasing_simple_2.ll5 ; void jd(int *A, int *B) {
12 define void @jd(i32* %A, i32* %B) {
H A Daliasing_parametric_simple_2.ll5 ; void jd(int *A, int *B, int c) {
12 define void @jd(i32* %A, i32* %B, i32 %c) {
H A Dmod_ref_read_pointer.ll10 ; void jd(int *A) {
19 define void @jd(i32* %A) {
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dranged_parameter.ll9 ; void jd(int *A, int *p /* in [0,256) */) {
16 define void @jd(i32* %A, i32* %p) {
H A Dranged_parameter_wrap.ll9 ; void jd(int *A, int *p /* in [256, 0) */) {
16 define void @jd(i32* %A, i32* %p) {
H A Dmod_ref_read_pointer.ll19 ; void jd(int *A) {
26 define void @jd(i32* %A) {
H A Daliasing_dead_access.ll7 ; void jd(int *A, int *B) {
15 define void @jd(i32* %A, i32* %B) {
H A Daliasing_conditional_alias_groups_2.ll8 ; void jd(int b, int *A, int *B) {
19 define void @jd(i32 %b, i32* %A, i32* %B) {
H A Daliasing_conditional_alias_groups_1.ll7 ; void jd(int b, int *A, int *B) {
18 define void @jd(i32 %b, i32* %A, i32* %B) {
H A Dphi_conditional_simple_1.ll3 ; void jd(int *A, int c) {
35 define void @jd(i32* %A, i32 %c) {
/llvm-project-15.0.7/polly/test/IstAstInfo/
H A Daliasing_parametric_simple_1.ll3 ; void jd(int *A, int *B, int c) {
16 define void @jd(i32* %A, i32* %B, i32 %c) {
H A Daliasing_parametric_simple_2.ll3 ; void jd(int *A, int *B, int c) {
16 define void @jd(i32* %A, i32* %B, i32 %c) {
H A Daliasing_multiple_alias_groups.ll4 ; 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 Ddata05.f9036 integer :: jd ! CHECK: jd (InDataStmt) size=4 offset=0: ObjectEntity type: INTEGER(4) init:666_4 local
37 data jd/666/

123