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

  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 3211 ADDR is the legitimized form, and LAZY_P is true if the call
3215 mips_emit_call_insn (rtx pattern, rtx orig_addr, rtx addr, bool lazy_p)
3233 if (lazy_p)
7848 bool lazy_p;
7873 lazy_p = mips_load_call_address (MIPS_CALL_NORMAL, addr, fn);
7877 args_size, NULL_RTX, lazy_p);
8109 to us by mips_function_arg. LAZY_P is true if this call already
8117 rtx args_size, rtx aux, bool lazy_p)
8127 gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
8138 lazy_p |= mips_load_call_address (type, addr, orig_addr)
7813 bool lazy_p; local
    [all...]
mips.cc 3211 ADDR is the legitimized form, and LAZY_P is true if the call
3215 mips_emit_call_insn (rtx pattern, rtx orig_addr, rtx addr, bool lazy_p)
3233 if (lazy_p)
7848 bool lazy_p;
7873 lazy_p = mips_load_call_address (MIPS_CALL_NORMAL, addr, fn);
7877 args_size, NULL_RTX, lazy_p);
8109 to us by mips_function_arg. LAZY_P is true if this call already
8117 rtx args_size, rtx aux, bool lazy_p)
8127 gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
8138 lazy_p |= mips_load_call_address (type, addr, orig_addr)
7813 bool lazy_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 3118 ADDR is the legitimized form, and LAZY_P is true if the call
3122 mips_emit_call_insn (rtx pattern, rtx orig_addr, rtx addr, bool lazy_p)
3140 if (lazy_p)
7689 bool lazy_p;
7714 lazy_p = mips_load_call_address (MIPS_CALL_NORMAL, addr, fn);
7718 args_size, NULL_RTX, lazy_p);
7950 to us by mips_function_arg. LAZY_P is true if this call already
7958 rtx args_size, rtx aux, bool lazy_p)
7968 gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
7979 lazy_p |= mips_load_call_address (type, addr, orig_addr)
7654 bool lazy_p; local
    [all...]
mips.cc 3118 ADDR is the legitimized form, and LAZY_P is true if the call
3122 mips_emit_call_insn (rtx pattern, rtx orig_addr, rtx addr, bool lazy_p)
3140 if (lazy_p)
7689 bool lazy_p;
7714 lazy_p = mips_load_call_address (MIPS_CALL_NORMAL, addr, fn);
7718 args_size, NULL_RTX, lazy_p);
7950 to us by mips_function_arg. LAZY_P is true if this call already
7958 rtx args_size, rtx aux, bool lazy_p)
7968 gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
7979 lazy_p |= mips_load_call_address (type, addr, orig_addr)
7654 bool lazy_p; local
    [all...]

Completed in 68 milliseconds