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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp47 static bool is_def(int usedef) { argument
48 switch(usedef) {
55 static bool is_use(int usedef) { argument
56 switch(usedef) {
64 static bool is_kill(int usedef) { argument
65 switch(usedef) {
H A Dformssel.cpp988 int InstructForm::operand_position(const char *name, int usedef) { argument
989 return unique_opnds_idx(_components.operand_position(name, usedef, this));
1074 extern bool is_def(int usedef);
2323 int OperandForm::operand_position(const char *name, int usedef) { argument
2324 return _components.operand_position(name, usedef, this);
2835 Component::Component(const char *name, const char *type, int usedef) argument
2836 : _name(name), _type(type), _usedef(usedef) {
2896 void ComponentList::insert(const char *name, const char *opType, int usedef, argument
2898 Component * component = new Component(name, opType, usedef);
2970 // if parameter 'usedef' i
2971 operand_position(const char *name, int usedef, Form *fm) argument
3173 int usedef = def_flag ? Component::DEF : Component::USE; local
[all...]
H A Doutput_c.cpp30 static bool is_def(int usedef) { argument
31 switch(usedef) {
38 static bool is_use(int usedef) { argument
39 switch(usedef) {
47 static bool is_kill(int usedef) { argument
48 switch(usedef) {

Completed in 63 milliseconds