Home
last modified time | relevance | path

Searched refs:graphite_can_represent_scev (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-scop-detection.c373 static bool graphite_can_represent_scev (sese_l scop, tree scev);
859 scop_detection::graphite_can_represent_scev (sese_l scop, tree scev) in graphite_can_represent_scev() function
870 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)); in graphite_can_represent_scev()
875 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev()
876 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev()
884 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev()
885 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev()
897 return graphite_can_represent_scev (scop, CHREC_LEFT (scev)); in graphite_can_represent_scev()
925 return graphite_can_represent_scev (scop, scev); in graphite_can_represent_expr()
948 if (! graphite_can_represent_scev (scop, DR_ACCESS_FN (dr, i))) in stmt_has_simple_data_refs_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-scop-detection.cc373 static bool graphite_can_represent_scev (sese_l scop, tree scev);
859 scop_detection::graphite_can_represent_scev (sese_l scop, tree scev) in graphite_can_represent_scev() function in __anon453fb1600111::scop_detection
870 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)); in graphite_can_represent_scev()
875 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev()
876 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev()
884 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev()
885 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev()
897 return graphite_can_represent_scev (scop, CHREC_LEFT (scev)); in graphite_can_represent_scev()
925 return graphite_can_represent_scev (scop, scev); in graphite_can_represent_expr()
948 if (! graphite_can_represent_scev (scop, DR_ACCESS_FN (dr, i))) in stmt_has_simple_data_refs_p()
H A DChangeLog.graphite815 * graphite-scop-detection.c (graphite_can_represent_scev,
855 * graphite-scop-detection.c (graphite_can_represent_scev): Remove
2158 * graphite-scop-detection.c (graphite_can_represent_scev): Call
2638 * graphite-scop-detection.c (graphite_can_represent_scev): Handle more
4192 * graphite-scop-detection.c (graphite_can_represent_scev): Do not let
4381 (graphite_can_represent_scev): Call graphite_can_represent_init:
5074 * graphite-scop-detection.c (graphite_can_represent_scev): Only
5125 * graphite-scop-detection.c (graphite_can_represent_scev):
5172 * graphite-scop-detection.c (graphite_can_represent_scev): Do not
5584 * graphite-scop-detection.c (graphite_can_represent_scev): New.
H A DChangeLog-201012004 * graphite-scop-detection.c (graphite_can_represent_scev,
12023 * graphite-scop-detection.c (graphite_can_represent_scev): Remove
38656 * graphite-scop-detection.c (graphite_can_represent_scev): Call
H A DChangeLog-201711797 (scop_detection::graphite_can_represent_scev): Add SCOP parameter,
11859 (scop_detection::graphite_can_represent_scev): We can handle
H A DChangeLog-201513825 (graphite_can_represent_scev): Move...
36421 (graphite_can_represent_scev): Use POINTER_TYPE_P.
H A DChangeLog-201429156 (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
43185 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
H A DChangeLog-201934963 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.