Polly 19.0.0git
Functions | Variables
unroll4.c File Reference

Go to the source code of this file.

Functions

 write_shared_A (3,((t1+3) % 4)+1,((t2+31) % 32)+1)
 
 if (t2 >=1 &&t2<=2 &&t1 % 3==0) write_shared_A(3
 
 if (((t1+3) % 4)+1 >=t2||t2 >=((t1+3) % 4)+((t2+1) % 2)+2) write_shared_A(3
 
 if (t1 >=1 &&t2 >=t1+1 &&t2<=4) write_shared_A(3
 
 write_shared_A (4,((t1+3) % 4)+1,((t2+31) % 32)+1)
 

Variables

 t1
 
 t2
 

Function Documentation

◆ if() [1/3]

if ( ((t1+3) % 4)+1 >=t2||t2 >=((t1+3) % 4)+((t2+1) % 2)+  2)

◆ if() [2/3]

if ( t1 >=1 &&t2 >=t1+1 &&t2<=  4)

◆ if() [3/3]

if ( t2 >=1 &&t2<=2 &&t1 3 = = 0)

◆ write_shared_A() [1/2]

write_shared_A ( ,
((t1+3) % 4)+  1,
((t2+31) % 32)+  1 
)

◆ write_shared_A() [2/2]

write_shared_A ( ,
((t1+3) % 4)+  1,
((t2+31) % 32)+  1 
)

Variable Documentation

◆ t1

t1

Definition at line 3 of file unroll4.c.

◆ t2

t2

Definition at line 3 of file unroll4.c.

Referenced by cmp_constraint(), s_kmul(), s_ksqr(), and test_egcd().