Searched refs:opForm (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp860 const char *ArchDesc::reg_mask(OperandForm &opForm) { argument
864 const char *result_class = opForm.constrained_reg_class();
866 opForm.dump();
867 syntax_err(opForm._linenum,
869 opForm._ident);
913 char *ArchDesc::stack_or_reg_mask(OperandForm &opForm) { argument
915 const char *reg_mask_name = reg_mask(opForm);
918 syntax_err(opForm._linenum,
919 "Did not find reg_mask for opForm: %s",
920 opForm
985 OperandForm *opForm = new OperandForm(ident, ideal_only); local
1017 { OperandForm *opForm; local
[all...]
H A DarchDesc.hpp249 const char *reg_mask(OperandForm &opForm);
252 char *stack_or_reg_mask(OperandForm &opForm); // name of cisc_spillable version
343 void set_cisc_spill_operand(OperandForm *opForm) { _cisc_spill_operand = opForm; } argument
H A Dadlparse.cpp498 OperandForm *opForm; local
526 opForm = form ? form->is_operand() : NULL;
527 if ( opForm ) {
529 opForm->_classes.addName(opc->_ident);// Add opclass to operand list
2778 OperandForm* opForm = (OperandForm*) inst._localNames[param]; local
2779 encoding->add_parameter(opForm->_ident, param);
3072 OperandForm* opForm = (OperandForm*) inst._localNames[param]; local
3073 encoding->add_parameter(opForm->_ident, param);
4601 OperandForm *opForm; local
4643 opForm
[all...]
H A Dformssel.cpp904 OperandForm *opForm = (OperandForm*)_localNames[name]; local
932 _components.insert(name, opForm->_ident, e->_use_def, false);
940 _ident, opForm->_ident, name);
947 // _ident, opForm->_ident, name);
949 _components.insert(name, opForm->_ident, Component::INVALID, false);
963 _ident, opForm->_ident, name);
966 _components.insert(name, opForm->_ident, e->_use_def, false);
2313 OperandForm *opForm = (OperandForm*)_localNames[name]; local
2316 _components.insert(name, opForm->_ident, Component::INVALID, false);
3226 OperandForm *opForm local
[all...]
H A Doutput_h.cpp1608 OperandForm *opForm = form ? form->is_operand() : NULL; local
1609 if( opForm == NULL ) continue;
1612 if( opForm->is_ideal_bool() ) {

Completed in 149 milliseconds