Searched refs:add_temp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp91 add_temp(reg_num(opr), op_id, noUse, T_ILLEGAL);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp281 void add_temp(LIR_Opr opr, int temp_pos, IntervalUseKind use_kind);
285 void add_temp(int reg_num, int temp_pos, IntervalUseKind use_kind, BasicType type);
H A Dc1_LinearScan.cpp933 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 260 milliseconds