Searched refs:reduce_right (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp237 const char *reduce_right(FormDict &globals) const;
665 const char *reduce_right(FormDict &globals) const;
963 const char *reduce_right(FormDict &globals) const;
H A Dformssel.cpp1093 const char *InstructForm::reduce_right(FormDict &globals) const { function in class:InstructForm
1095 return _matrule->reduce_right(globals);
2400 const char *OperandForm::reduce_right(FormDict &globals) const { function in class:OperandForm
2401 return ( _matrule ? _matrule->reduce_right(globals) : NULL );
3311 const char *MatchNode::reduce_right(FormDict &globals) const { function in class:MatchNode
H A Doutput_c.cpp3311 const char *reduce = oper.reduce_right(_globals);
3321 const char *reduce = inst.reduce_right(_globals);

Completed in 73 milliseconds