HomeSort by: relevance | last modified time | path
    Searched defs:gimple_build (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.h 71 /* gimple_build, functionally matching fold_buildN, outputs stmts
74 extern tree gimple_build (gimple_seq *, location_t,
77 gimple_build (gimple_seq *seq, function
80 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0);
82 extern tree gimple_build (gimple_seq *, location_t,
85 gimple_build (gimple_seq *seq, function
88 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1);
90 extern tree gimple_build (gimple_seq *, location_t,
93 gimple_build (gimple_seq *seq, function
96 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1, op2)
100 gimple_build (gimple_seq *seq, combined_fn fn, tree type) function
106 gimple_build (gimple_seq *seq, combined_fn fn, tree type, tree arg0) function
113 gimple_build (gimple_seq *seq, combined_fn fn, function
121 gimple_build (gimple_seq *seq, combined_fn fn, function
    [all...]
gimple-match.h 387 extern tree gimple_build (gimple_seq *, location_t,
390 gimple_build (gimple_seq *seq, code_helper code, tree type, tree op0) function
392 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0);
395 extern tree gimple_build (gimple_seq *, location_t,
398 gimple_build (gimple_seq *seq, code_helper code, tree type, tree op0, function
401 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1);
404 extern tree gimple_build (gimple_seq *, location_t,
407 gimple_build (gimple_seq *seq, code_helper code, tree type, tree op0, function
410 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1, op2);
gimple-fold.cc 1354 dest = gimple_build (&stmts, loc, POINTER_PLUS_EXPR,
3035 tree temp = gimple_build (&stmts, loc, POINTER_PLUS_EXPR,
3176 len = gimple_build (&stmts, loc, PLUS_EXPR, size_type_node, len,
3304 lenp1 = gimple_build (&stmts, loc, PLUS_EXPR, size_type_node,
8680 /* The valueization hook we use for the gimple_build API simplification.
8698 gimple_build (gimple_seq *seq, location_t loc, function
8724 gimple_build (gimple_seq *seq, location_t loc, function
8744 gimple_build (gimple_seq *seq, location_t loc, function
8769 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn, tree type) function
8797 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn function
8829 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn, function
8861 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn, function
8894 gimple_build (gimple_seq *seq, location_t loc, code_helper code, function
8908 gimple_build (gimple_seq *seq, location_t loc, code_helper code, function
8922 gimple_build (gimple_seq *seq, location_t loc, code_helper code, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.h 69 /* gimple_build, functionally matching fold_buildN, outputs stmts
72 extern tree gimple_build (gimple_stmt_iterator *, bool,
75 extern tree gimple_build (gimple_stmt_iterator *, bool,
78 extern tree gimple_build (gimple_stmt_iterator *, bool,
83 gimple_build (gimple_seq *seq, location_t loc, function
89 return gimple_build (&gsi, false, GSI_CONTINUE_LINKING,
94 gimple_build (gimple_seq *seq, enum tree_code code, tree type, Args ...ops) function
99 return gimple_build (&gsi, false, GSI_CONTINUE_LINKING,
103 extern tree gimple_build (gimple_stmt_iterator *, bool,
106 extern tree gimple_build (gimple_stmt_iterator *, bool
117 gimple_build (gimple_seq *seq, location_t loc, function
128 gimple_build (gimple_seq *seq, combined_fn fn, tree type, Args ...args) function
149 gimple_build (gimple_seq *seq, location_t loc, function
160 gimple_build (gimple_seq *seq, function
    [all...]
gimple-fold.cc 1354 dest = gimple_build (&stmts, loc, POINTER_PLUS_EXPR,
3035 tree temp = gimple_build (&stmts, loc, POINTER_PLUS_EXPR,
3176 len = gimple_build (&stmts, loc, PLUS_EXPR, size_type_node, len,
3304 lenp1 = gimple_build (&stmts, loc, PLUS_EXPR, size_type_node,
8849 /* The valueization hook we use for the gimple_build API simplification.
8861 /* Helper for gimple_build to perform the final insertion of stmts on SEQ. */
8895 gimple_build (gimple_stmt_iterator *gsi, function
8926 gimple_build (gimple_stmt_iterator *gsi, function
8952 gimple_build (gimple_stmt_iterator *gsi, function
8984 gimple_build (gimple_stmt_iterator *gsi function
9016 gimple_build (gimple_stmt_iterator *gsi, function
9052 gimple_build (gimple_stmt_iterator *gsi, function
9089 gimple_build (gimple_stmt_iterator *gsi, function
9126 gimple_build (gimple_stmt_iterator *gsi, function
9141 gimple_build (gimple_stmt_iterator *gsi, function
9158 gimple_build (gimple_stmt_iterator *gsi, function
    [all...]

Completed in 23 milliseconds