Home
last modified time | relevance | path

Searched refs:poly2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp490 IntegerPolyhedron poly2 = in TEST() local
812 EXPECT_TRUE(poly2.isEmpty()); in TEST()
837 poly1.mergeLocalVars(poly2); in TEST()
860 poly1.mergeLocalVars(poly2); in TEST()
885 poly1.mergeLocalVars(poly2); in TEST()
910 poly1.mergeLocalVars(poly2); in TEST()
935 poly1.mergeLocalVars(poly2); in TEST()
958 poly1.mergeLocalVars(poly2); in TEST()
983 poly1.mergeLocalVars(poly2); in TEST()
1031 poly1.mergeLocalVars(poly2); in TEST()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpr47891.ll4 %struct.poly2 = type { [11 x i64] }
65 %arrayidx = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 0
69 %arrayidx.1 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 1
73 %arrayidx.2 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 2
77 %arrayidx.3 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 3
81 %arrayidx.4 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 4
85 %arrayidx.5 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 5
89 %arrayidx.6 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 6
93 %arrayidx.7 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 7
97 %arrayidx.8 = getelementptr inbounds %struct.poly2, %struct.poly2* %p, i64 0, i32 0, i64 8
[all …]
/llvm-project-15.0.7/flang/test/Semantics/
H A Dstructconst01.f9076 type :: poly2 type
79 end type poly2
81 type(poly2) :: x2
86 x2 = poly2(t1val, t1val)
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_polynomial.c91 if (poly1 == poly2) in isl_poly_plain_cmp()
96 if (!poly2) in isl_poly_plain_cmp()
142 if (poly1 == poly2) in isl_poly_is_equal()
755 if (!poly1 || !poly2) in isl_poly_sum_cst()
771 isl_poly_free(poly2); in isl_poly_sum_cst()
832 return poly2; in isl_poly_sum()
840 return poly2; in isl_poly_sum()
865 return poly2; in isl_poly_sum()
1181 return poly2; in isl_poly_mul()
1197 return poly2; in isl_poly_mul()
[all …]
H A Disl_polynomial_private.h133 __isl_take struct isl_poly *poly2);
143 __isl_take isl_poly *poly2);