HomeSort by relevance Sort by last modified time
    Searched refs:AllocTemp (Results 1 - 20 of 20) sorted by null

  /art/compiler/dex/quick/mips/
int_mips.cc 65 RegStorage t0 = AllocTemp();
66 RegStorage t1 = AllocTemp();
136 RegStorage t_reg = AllocTemp();
153 RegStorage t_reg = AllocTemp();
170 RegStorage t_reg = AllocTemp();
269 RegStorage r_tmp = AllocTemp();
317 RegStorage t_reg = AllocTemp();
432 RegStorage t_reg = AllocTemp();
446 RegStorage t_reg = AllocTemp();
502 RegStorage t_reg = AllocTemp();
    [all...]
utility_mips.cc 127 * 1) r_dest is freshly returned from AllocTemp or
137 r_dest = AllocTemp();
170 r_dest = AllocTemp();
457 r_scratch = AllocTemp();
558 RegStorage r_temp = AllocTemp();
575 RegStorage t_reg = is64bit ? AllocTempWide() : AllocTemp();
647 RegStorage t_reg = AllocTemp();
763 RegStorage r_tmp = (r_base == r_dest) ? AllocTemp() : r_dest;
788 RegStorage r_tmp = AllocTemp();
800 RegStorage r_tmp = (r_base == r_dest || r_dest.IsFloat()) ? AllocTemp() : r_dest
    [all...]
call_mips.cc 116 RegStorage r_key = AllocTemp();
122 RegStorage r_disp = AllocTemp();
166 r_key = AllocTemp();
170 r_key = AllocTemp();
201 RegStorage r_disp = AllocTemp();
target_mips.cc 777 RegStorage tmp = AllocTemp();
820 RegStorage temp_ptr = AllocTemp();
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 138 RegStorage t_reg = AllocTemp();
179 RegStorage t_reg = AllocTemp();
481 RegStorage r_tmp = AllocTemp();
530 RegStorage r_magic = AllocTemp();
534 RegStorage r_hi = AllocTemp();
535 RegStorage r_lo = AllocTemp();
664 r_tmp1 = AllocTemp();
733 RegStorage lit_temp = AllocTemp();
755 RegStorage temp = AllocTemp();
918 RegStorage low_reg = AllocTemp();
    [all...]
utility_arm.cc 220 * 1) r_dest is freshly returned from AllocTemp or
628 RegStorage r_tmp = AllocTemp();
643 RegStorage r_scratch = AllocTemp();
776 reg_ptr = AllocTemp();
843 reg_ptr = AllocTemp();
888 r_ptr = r_work.Valid() ? r_work : AllocTemp();
    [all...]
call_arm.cc 69 RegStorage r_base = AllocTemp();
71 RegStorage r_key = AllocTemp();
72 RegStorage r_disp = AllocTemp();
82 RegStorage r_idx = AllocTemp();
114 RegStorage table_base = AllocTemp();
123 keyReg = AllocTemp();
131 RegStorage disp_reg = AllocTemp();
350 RegStorage reg_card_base = AllocTemp();
351 RegStorage reg_card_no = AllocTemp();
fp_arm.cc 423 RegStorage rs_tmp = AllocTemp();
  /art/compiler/dex/quick/arm64/
call_arm64.cc 70 RegStorage r_key = AllocTemp();
71 RegStorage r_disp = AllocTemp();
75 RegStorage r_idx = AllocTemp();
126 key_reg = AllocTemp();
134 RegStorage disp_reg = AllocTemp();
311 * Use AllocTemp() and reuse LR if possible to give us the freedom on adjusting the number
int_arm64.cc 431 RegStorage r_magic = AllocTemp();
435 RegStorage r_long_mul = AllocTemp();
566 t_reg = AllocTemp();
586 RegStorage t_reg2 = (is_64bit) ? AllocTempWide() : AllocTemp();
619 RegStorage lit_temp = AllocTemp();
652 temp = AllocTemp();
798 r_tmp_stored = r_tmp = AllocTemp();
    [all...]
utility_arm64.cc 391 * 1) r_dest is freshly returned from AllocTemp or
924 r_scratch = AllocTemp();
972 r_tmp = AllocTemp();
    [all...]
  /art/compiler/dex/quick/
gen_loadstore.cc 378 RegStorage temp_low = AllocTemp();
405 RegStorage temp_low = AllocTemp();
412 RegStorage temp_high = AllocTemp();
gen_common.cc 341 RegStorage tmp = AllocTemp();
593 r_val = AllocTemp();
597 r_val = AllocTemp();
    [all...]
gen_invoke.cc 682 RegStorage tmp = AllocTemp();
    [all...]
ralloc_util.cc 397 RegStorage Mir2Lir::AllocTemp(bool required) {
406 RegStorage low_reg = AllocTemp();
407 RegStorage high_reg = AllocTemp();
457 return AllocTemp(required);
616 * Similar to AllocTemp(), but forces the allocation of a specific
    [all...]
mir_to_lir.h 719 virtual RegStorage AllocTemp(bool required = true);
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 78 keyReg = AllocTemp();
108 addr_for_jump = AllocTemp();
utility_x86.cc 84 * 1) r_dest is freshly returned from AllocTemp or
93 r_dest = AllocTemp();
482 RegStorage t_reg = AllocTemp();
733 RegStorage temp = AllocTemp();
749 RegStorage temp = AllocTemp();
    [all...]
int_x86.cc 43 RegStorage temp_reg = AllocTemp();
194 RegStorage temp_reg = AllocTemp();
489 RegStorage t_reg = AllocTemp();
519 RegStorage t_reg = AllocTemp();
    [all...]
target_x86.cc     [all...]

Completed in 106 milliseconds