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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssanames.cc 1021 flow_sensitive_info_storage::clear_storage (void) function in class:flow_sensitive_info_storage
expr.cc 3915 clear_storage (rtx object, rtx size, enum block_op_methods method)
3926 /* A subroutine of clear_storage. Expand a call to memset.
6702 clear_storage, which is more efficient than copying them from
6726 clear_storage (adjust_address_1 (dest_mem, BLKmode, 0, 1, 1, 0,
6919 clear_storage (target, size, BLOCK_OP_NORMAL);
7456 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL);
7476 clear_storage can't handle this case. */
7483 clear_storage (target, gen_int_mode (size, Pmode),
7669 clear_storage (target, gen_int_mode (size, Pmode),
7992 clear_storage (target, gen_int_mode (size, Pmode)
3908 clear_storage (rtx object, rtx size, enum block_op_methods method) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 3312 clear_storage (rtx object, rtx size, enum block_op_methods method)
3323 /* A subroutine of clear_storage. Expand a call to memset.
6065 clear_storage (adjust_address_1 (dest_mem, BLKmode, 0, 1, 1, 0,
6255 clear_storage (target, size, BLOCK_OP_NORMAL);
6772 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL);
6792 clear_storage can't handle this case. */
6799 clear_storage (target, gen_int_mode (size, Pmode),
6985 clear_storage (target, gen_int_mode (size, Pmode),
7281 clear_storage (target, gen_int_mode (size, Pmode),
8607 clear_storage (target, expr_size (exp), BLOCK_OP_NORMAL)
3305 clear_storage (rtx object, rtx size, enum block_op_methods method) function
    [all...]

Completed in 26 milliseconds