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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 5507 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function)
5591 offset = sparc_compute_frame_size (get_frame_size (), crtl->is_leaf);
6012 size = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p);
6117 size = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p);
5497 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function) function
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 5514 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function)
5598 offset = sparc_compute_frame_size (get_frame_size (), crtl->is_leaf);
6019 size = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p);
6124 size = sparc_compute_frame_size (get_frame_size(), sparc_leaf_function_p);
5504 sparc_compute_frame_size (HOST_WIDE_INT size, int leaf_function) function

Completed in 39 milliseconds