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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 917 static HOST_WIDE_INT cfa_base_offset; variable
925 return plus_constant (Pmode, cfa_base_rtx, adjustment + cfa_base_offset);
9977 cfa_base_offset = -FRAME_POINTER_CFA_OFFSET (current_function_decl);
9980 cfa_base_offset = -ARG_POINTER_CFA_OFFSET (current_function_decl);
10226 cselib_record_sp_cfa_base_equiv (-cfa_base_offset
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 923 static HOST_WIDE_INT cfa_base_offset; variable
931 return plus_constant (Pmode, cfa_base_rtx, adjustment + cfa_base_offset);
9977 cfa_base_offset = -FRAME_POINTER_CFA_OFFSET (current_function_decl);
9980 cfa_base_offset = -ARG_POINTER_CFA_OFFSET (current_function_decl);
10220 cselib_record_sp_cfa_base_equiv (-cfa_base_offset

Completed in 35 milliseconds