Searched refs:coefficients (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | solve-quadratic.ll | 35 ; The connection between the chrec coefficients {L,+,M,+,N} and the quadratic 36 ; coefficients is that the quadratic equation is N x^2 + (2M-N) x + 2L = 0, 49 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 2x^2 + 2x + -28, rw:5 81 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + -73x + -142, rw:32 89 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + -73x + -146, rw:32 93 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + -73x + -146, rw:33 125 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 2x^2 + -4x + 2, rw:5 182 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 4x^2 + 2x + -65534, rw:16 190 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 4x^2 + 2x + -65534, rw:16 232 ; CHECK: {{.*}}SolveQuadraticEquationWrap{{.*}}: updated coefficients 1x^2 + 1x + -4, rw:32 [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/schedule/ |
| H A D | bounded_coefficients.sc | 1 # Check that the bounds on the coefficients are respected. 4 # not contain any coefficients greater than 4.
|
| H A D | carry_bounded_coefficients.sc | 5 # the coefficients. Earlier versions of isl would take this
|
| /llvm-project-15.0.7/llvm/test/Transforms/ConstraintElimination/ |
| H A D | empty-constraint.ll | 4 ; Make sure constraints where all variable coefficients are 0 are handled
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 204 During this process, some coefficients may become rational. 296 and the coefficients of the new constraint are adjusted accordingly. 389 If the coefficients of the unknown and parameters in a constraint 1146 of the coefficients of a valid constraint of $\Delta_i(\vec s)$. 1178 CD := coefficients D; 1183 { rat: coefficients[[c_cst, c_n] -> [i2, i3]] : i3 <= c_n and 1189 CP := coefficients P; 1194 { rat: coefficients[[c_cst, c_n] -> []] : c_n >= 0 and 2c_n >= -c_cst } 1196 Negating these coefficients and intersecting with \verb+CD+, 1198 NCP := { rat: coefficients[[a,b] -> []] [all …]
|
| H A D | user.pod | 2646 The coefficients of the constraints can be inspected using 2931 The coefficients and the integer divisions of an affine expression 4269 If the set is parametric, then the coefficients of the parameters 4271 The coefficients of any existentially quantified variables appear 4420 the coefficients of the existentially quantified variables 6214 in the constraints of the input. By default, the coefficients are 6607 same operations, except that the set of coefficients is assumed to 9258 multiple constraints with the same coefficients for the optimized 11307 coefficients. 11316 bounds on the constant coefficients. [all …]
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AffineExpr.cpp | 964 DenseMap<std::pair<unsigned, signed>, int64_t> coefficients; in getSemiAffineExprFromFlatForm() local 982 coefficients.insert({index, coefficient}); in getSemiAffineExprFromFlatForm() 1080 expr = expr + indexToExprMap.lookup(index) * coefficients.lookup(index); in getSemiAffineExprFromFlatForm()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | ChangeLog | 52 - try harder to avoid large coefficients in scheduler
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | asinh.cl | 206 // polys faster than we can grab 12 coefficients from a table
|
| H A D | erfc.cl | 357 // XXX Need to evaluate if we can grab the 14 coefficients from a
|