| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 6550 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, 6561 or_comparisons_1 (tree, enum tree_code code1, tree op1a, tree op1b, 6772 (OP1A CODE1 OP1B) and (OP2A CODE2 OP2B), respectively. 6779 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, 6783 tree truth_type = truth_type_for (TREE_TYPE (op1a)); 6786 if (operand_equal_p (op1a, op2a, 0) 6792 truth_type, op1a, op1b); 6798 if (operand_equal_p (op1a, op2b, 0) 6805 truth_type, op1a, op1b); 6813 if (TREE_CODE (op1a) == SSA_NAM [all...] |
| tree-if-conv.cc | 440 tree op1a, op1b, op2a, op2b; local 441 enum tree_code code1 = parse_predicate (c1, &op1a, &op1b); 446 tree t = maybe_fold_or_comparisons (boolean_type_node, code1, op1a, op1b,
|
| builtins.cc | 2660 rtx op1a, op2a; 2673 op1a = copy_addr_to_reg (XEXP (op1, 0)); 2675 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a); 2659 rtx op1a, op2a; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 6686 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, 6697 or_comparisons_1 (tree, enum tree_code code1, tree op1a, tree op1b, 6908 (OP1A CODE1 OP1B) and (OP2A CODE2 OP2B), respectively. 6915 and_comparisons_1 (tree type, enum tree_code code1, tree op1a, tree op1b, 6919 tree truth_type = truth_type_for (TREE_TYPE (op1a)); 6922 if (operand_equal_p (op1a, op2a, 0) 6928 truth_type, op1a, op1b); 6934 if (operand_equal_p (op1a, op2b, 0) 6941 truth_type, op1a, op1b); 6949 if (TREE_CODE (op1a) == SSA_NAM [all...] |
| tree-if-conv.cc | 475 tree op1a, op1b, op2a, op2b; local 476 enum tree_code code1 = parse_predicate (c1, &op1a, &op1b); 481 tree t = maybe_fold_or_comparisons (boolean_type_node, code1, op1a, op1b,
|
| builtins.cc | 2688 rtx op1a, op2a; 2701 op1a = copy_addr_to_reg (XEXP (op1, 0)); 2703 top1 = make_tree (build_pointer_type (TREE_TYPE (arg)), op1a); 2687 rtx op1a, op2a; local
|