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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp234 const char *reduce_result();
662 const char *reduce_result() const;
H A DarchDesc.cpp298 const char *result = op->reduce_result();
333 const char *result = instr->reduce_result();
880 const char *result = inForm.reduce_result();
H A Doutput_c.cpp1598 const char *resultOper = new_inst->reduce_result();
3251 const char *reduce = (oper._matrule ? oper.reduce_result() : NULL);
3253 if( oper.is_user_name_for_sReg() != Form::none ) reduce = oper.reduce_result();
3258 const char *reduce = (inst._matrule ? inst.reduce_result() : NULL);
4182 const char *result = instr->reduce_result();
4193 && (instr2->reduce_result() != NULL) // want same result
4194 && (strcmp(result, instr2->reduce_result()) == 0)) {
H A Dformssel.cpp1077 const char *InstructForm::reduce_result() { function in class:InstructForm
1221 reduce_result() != NULL &&
1222 strcmp(reduce_result(), short_branch->reduce_result()) == 0 &&
2395 const char *OperandForm::reduce_result() const { function in class:OperandForm

Completed in 64 milliseconds