Searched defs:add_temp (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_LinearScan.cpp | 933 void LinearScan::add_temp(LIR_Opr opr, int temp_pos, IntervalUseKind use_kind) { function in class:LinearScan 939 add_temp(opr->vreg_number(), temp_pos, use_kind, opr->type_register()); 944 add_temp(reg, temp_pos, use_kind, opr->type_register()); 948 add_temp(reg, temp_pos, use_kind, opr->type_register()); 1014 void LinearScan::add_temp(int reg_num, int temp_pos, IntervalUseKind use_kind, BasicType type) { function in class:LinearScan 1217 add_temp(address->base(), op->id(), noUse); 1220 add_temp(address->index(), op->id(), noUse); 1365 add_temp(caller_save_registers[k], op_id, noUse, T_ILLEGAL); 1386 add_temp(opr, op_id, mustHaveRegister);
|
Completed in 39 milliseconds