Searched refs:tree_nop_conversion_p (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | match.pd | 82 (if (tree_nop_conversion_p (type, TREE_TYPE (@0))))) 88 && tree_nop_conversion_p (TREE_TYPE (type), TREE_TYPE (TREE_TYPE (@0)))))) 385 && tree_nop_conversion_p (type, TREE_TYPE (@0)) 463 && tree_nop_conversion_p (type, TREE_TYPE (@1)) 491 && tree_nop_conversion_p (type, TREE_TYPE (@3)) 627 && tree_nop_conversion_p (type, TREE_TYPE (@1))) 919 (if (tree_nop_conversion_p (type, TREE_TYPE (@0)) 920 && tree_nop_conversion_p (type, TREE_TYPE (@2)) 927 (if (tree_nop_conversion_p (type, TREE_TYPE (@0))) 940 (if (tree_nop_conversion_p (type, TREE_TYPE (@0))) [all …]
|
| HD | tree-chrec.c | 304 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1() 337 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
|
| HD | tree.c | 12091 tree_nop_conversion_p (const_tree outer_type, const_tree inner_type) in tree_nop_conversion_p() function 12148 return tree_nop_conversion_p (outer_type, inner_type); in tree_nop_conversion()
|
| HD | tree.h | 4831 extern bool tree_nop_conversion_p (const_tree, const_tree);
|
| HD | tree-ssa-reassoc.c | 644 && tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (ass)), in gimple_nop_conversion_p()
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.c | 50521 if (tree_nop_conversion_p in ix86_add_stmt_cost()
|