Searched refs:ExpandRule (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp49 class ExpandRule;
176 ExpandRule *expand_parse(InstructForm *instr); // Parse expand rule
H A Dformssel.hpp47 class ExpandRule;
102 ExpandRule *_exprule; // Expand rule for this instruction
489 //------------------------------ExpandRule-------------------------------------
490 class ExpandRule : public Form { class in class:InstructForm
504 ExpandRule(); // Constructor
505 ~ExpandRule(); // Destructor
H A Dforms.hpp56 class ExpandRule;
H A Dformsopt.hpp46 class ExpandRule;
H A Dformssel.cpp1854 //------------------------------ExpandRule-------------------------------------
1855 ExpandRule::ExpandRule() : _expand_instrs(), function in class:ExpandRule
1860 ExpandRule::~ExpandRule() { // Destructor
1863 void ExpandRule::add_instruction(NameAndList *instruction_name_and_operand_list) {
1867 void ExpandRule::reset_instructions() {
1871 NameAndList* ExpandRule::iter_instructions() {
1876 void ExpandRule::dump() {
1880 void ExpandRule
[all...]
H A Dadlparse.cpp3824 ExpandRule* ADLParser::expand_parse(InstructForm *instr) {
3829 ExpandRule *exp = new ExpandRule();
H A Doutput_c.cpp1561 ExpandRule *expand = node->_exprule;

Completed in 585 milliseconds