Searched defs:ideal (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp922 uint ideal = in(loc -1)->ideal_reg(); local
923 if (ideal == Op_RegD || ideal == Op_RegL) {
1335 // Locking and unlocking have a canonical form in ideal that looks
H A DgraphKit.cpp3438 #define __ ideal.
3440 void GraphKit::sync_kit(IdealKit& ideal) { argument
3446 void GraphKit::final_sync(IdealKit& ideal) { argument
3448 sync_kit(ideal);
3495 IdealKit ideal(this, true);
3538 final_sync(ideal);
3567 IdealKit ideal(this, true);
3636 final_sync(ideal);
3642 void GraphKit::g1_mark_card(IdealKit& ideal, argument
3697 IdealKit ideal(thi
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp175 // ideal opcode enumeration
178 // Chain rules do not really have ideal Opcodes; use their source
179 // operand ideal Opcode instead.
187 // Operand chain rules do not really have ideal Opcodes
242 // Return 'true' if this instruction matches an ideal 'Copy*' node
299 // Return 'true' if this instruction matches an ideal 'If' node
306 // Return 'true' if this instruction matches an ideal 'FastLock' node
313 // Return 'true' if this instruction matches an ideal 'MemBarXXX' node
320 // Return 'true' if this instruction matches an ideal 'LoadPC' node
327 // Return 'true' if this instruction matches an ideal 'Bo
2123 const char *ideal = ideal_type(globals); local
[all...]
H A Doutput_c.cpp1372 fprintf(fp, " root->add_req(inst%d->in(%d)); // unmatched ideal edge\n",
1388 // Do not have ideal edges for constants after matching
1395 fprintf(fp, " // no ideal edge for constants after matching\n");
2517 // For MachConstantNodes which are ideal jump nodes, fill the jump table.
2591 // For ideal jump nodes, add a jump-table entry.
2809 const char* ideal = op->ideal_type(globals); local
2810 is_regI = (ideal && (op->ideal_to_Reg_type(ideal) == Form::idealI));
3630 // Base Case: access constant in ideal node linked to current state node

Completed in 71 milliseconds