Home
last modified time | relevance | path

Searched refs:normalize_constraint (Results 1 – 22 of 22) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dconstraint.cc994 tree normalize_constraint (tree);
1002 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
1003 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1013 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1014 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1041 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1050 normalize_constraint (tree t) in normalize_constraint() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dconstraint.cc990 tree normalize_constraint (tree);
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
999 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1010 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1037 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dconstraint.cc994 tree normalize_constraint (tree);
1002 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction()
1003 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_conjunction()
1013 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction()
1014 tree t1 = normalize_constraint (TREE_OPERAND (t, 1)); in normalize_disjunction()
1041 tree operand = normalize_constraint (PARM_CONSTR_OPERAND (t)); in normalize_parameterized_constraint()
1050 normalize_constraint (tree t) in normalize_constraint() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_map_simplify.c5204 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5310 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/isl/isl-0.24/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_map_simplify.c5042 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5137 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_map_simplify.c5352 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5458 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_map_simplify.c5355 static __isl_give isl_vec *normalize_constraint(__isl_take isl_vec *v, in normalize_constraint() function
5461 v = normalize_constraint(v, &tightened); in isl_basic_map_reduce_coefficients()