Searched refs:ideal_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp207 const char *type = oper->ideal_type(globals);
380 static uint dump_spec_constant(FILE *fp, const char *ideal_type, uint i, OperandForm* oper) { argument
381 if (!strcmp(ideal_type, "ConI")) {
386 else if (!strcmp(ideal_type, "ConP")) {
390 else if (!strcmp(ideal_type, "ConN")) {
394 else if (!strcmp(ideal_type, "ConL")) {
399 else if (!strcmp(ideal_type, "ConF")) {
405 else if (!strcmp(ideal_type, "ConD")) {
411 else if (!strcmp(ideal_type, "Bool")) {
1363 if (!strcmp(oper->ideal_type(_globalName
[all...]
H A Dformssel.cpp577 // Check for ideal_type of RegFlags
578 const char *type = opform->ideal_type( globals, registers );
2123 const char *ideal = ideal_type(globals);
2158 const char *OperandForm::ideal_type(FormDict &globals, RegisterForm *registers) const { function in class:OperandForm
2193 type = op->ideal_type(globals, registers);
2202 const char *ideal_type = NULL; local
2206 if ( ! is_interface_field(field, value) ) return ideal_type;
2213 return ideal_type;
2227 const char * name = ideal_type(globalAD->globalNames());
2448 strcmp(ideal_type(globalA
[all...]
H A Dformssel.hpp619 virtual const char *ideal_type(FormDict &globals, RegisterForm *registers = NULL) const;
H A Doutput_c.cpp1751 const char *ideal_type = op->ideal_type(_globalNames, _register); local
1760 machNode, proj_no++, regmask, ideal_type);
2809 const char* ideal = op->ideal_type(globals);

Completed in 63 milliseconds