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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp344 OperandForm *cisc_spill_operand() { return _cisc_spill_operand; } function in class:ArchDesc
H A Dformssel.hpp246 int cisc_spill_operand() const { return _cisc_spill_operand; } function in class:InstructForm
H A Dformssel.cpp1174 if( cisc_spill_operand() != Not_cisc_spillable ) return false;
1176 int cisc_spill_operand = Maybe_cisc_spillable; local
1182 cisc_spill_operand = _matrule->matchrule_cisc_spill_match(globals, AD.get_registers(), instr->_matrule, op_name, reg_type);
1183 if( (cisc_spill_operand != Not_cisc_spillable) && (op_name != NULL) && equivalent_predicates(this, instr) ) {
1184 cisc_spill_operand = operand_position(op_name, Component::USE);
1193 fprintf(stderr, " using operand %s %s at index %d\n", reg_type, op_name, cisc_spill_operand);
1205 cisc_spill_operand = Not_cisc_spillable;
1208 cisc_spill_operand = Not_cisc_spillable;
1211 set_cisc_spill_operand(cisc_spill_operand);
1212 return (cisc_spill_operand !
[all...]

Completed in 44 milliseconds