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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp725 int pos = components.operand_position(unique->_name);
972 int pos = _components.operand_position(name);
988 int InstructForm::operand_position(const char *name, int usedef) { function in class:InstructForm
989 return unique_opnds_idx(_components.operand_position(name, usedef, this));
1184 cisc_spill_operand = operand_position(op_name, Component::USE);
1185 int def_oper = operand_position(op_name, Component::DEF);
1356 // The next code is copied from the method operand_position().
2315 if ( _components.operand_position(name) == -1 ) {
2323 int OperandForm::operand_position(const char *name, int usedef) { function in class:OperandForm
2324 return _components.operand_position(nam
2971 int ComponentList::operand_position(const char *name, int usedef, Form *fm) { function in class:ComponentList
3029 int ComponentList::operand_position(const char *name) { function in class:ComponentList
[all...]

Completed in 33 milliseconds