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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1498 InstructForm *new_inst = NULL; local
1581 new_inst = form->is_instruction();
1582 assert( new_inst, "'new_id' must be an instruction name");
1583 if( node->is_ideal_if() && new_inst->is_ideal_if() ) {
1588 if( node->is_ideal_fastlock() && new_inst->is_ideal_fastlock() ) {
1594 new_inst->captures_bottom_type(_globalNames)) {
1598 const char *resultOper = new_inst->reduce_result();
1603 NameList *formal_lst = &new_inst->_parameters;
1607 int memory_operand = new_inst->memory_operand(_globalNames);
1624 // instead of 'opid' when looking up info internal to new_inst
[all...]

Completed in 32 milliseconds