Home | History | Annotate | Download | only in gcc

Lines Matching defs:gimple_build

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,
8724 gimple_build (gimple_seq *seq, location_t loc,
8744 gimple_build (gimple_seq *seq, location_t loc,
8769 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn, tree type)
8797 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn,
8829 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn,
8861 gimple_build (gimple_seq *seq, location_t loc, combined_fn fn,
8894 gimple_build (gimple_seq *seq, location_t loc, code_helper code,
8898 return gimple_build (seq, loc, tree_code (code), type, op0);
8899 return gimple_build (seq, loc, combined_fn (code), type, op0);
8908 gimple_build (gimple_seq *seq, location_t loc, code_helper code,
8912 return gimple_build (seq, loc, tree_code (code), type, op0, op1);
8913 return gimple_build (seq, loc, combined_fn (code), type, op0, op1);
8922 gimple_build (gimple_seq *seq, location_t loc, code_helper code,
8926 return gimple_build (seq, loc, tree_code (code), type, op0, op1, op2);
8927 return gimple_build (seq, loc, combined_fn (code), type, op0, op1, op2);
8941 return gimple_build (seq, loc, NOP_EXPR, type, op);
8968 return gimple_build (seq, loc, VEC_DUPLICATE_EXPR, type, op);
9034 tree oversize = gimple_build (seq, loc, PLUS_EXPR, type, old_size,
9038 return gimple_build (seq, loc, BIT_AND_EXPR, type, oversize, mask);