Lines Matching defs:oper

625         OperandForm *oper = form->is_operand();
626 if( oper && oper->is_user_name_for_sReg() ) {
628 oper = oper; // debug stopping point !!!!!
1043 const OperandForm *oper = form->is_operand();
1044 if ( opc && (oper == NULL) ) {
1046 } else if ( oper ) {
1048 Form::DataType type = oper->is_base_constant(globals);
1197 OperandForm *oper = (OperandForm*)(globals[reg_type]->is_operand());
1198 assert( oper != NULL, "cisc-spilling non operand");
1199 const char *reg_class_name = oper->constrained_reg_class();
1201 const char *reg_mask_name = AD.reg_mask(*oper);
1203 const char *stack_or_reg_mask_name = AD.stack_or_reg_mask(*oper);
1303 OperandForm* oper = form->is_operand();
1304 if (oper != NULL && oper->is_bound_register()) {
1305 const RegDef* first = oper->get_RegClass()->find_first_elem();
2109 OperandForm *oper = form ? form->is_operand() : NULL;
2110 if( oper ) {
2111 return oper->num_edges(globals);
2283 OperandForm *oper = form ? form->is_operand() : NULL;
2284 if( oper ) {
2285 reg_class = oper->constrained_reg_class();
2344 OperandForm *oper = form ? form->is_operand() : NULL;
2345 if( oper ) {
2346 if( oper->_matrule->is_base_constant(globals) != Form::none ) {
2383 OperandForm *oper = form ? form->is_operand() : NULL;
2384 if( oper ) {
2385 if( oper->_matrule->is_base_register(globals) ) {
2578 OperandForm *oper = constant_operand(globals, const_index);
2579 assert( oper, "Index exceeds number of constants in operand");
2580 Form::DataType dtype = oper->is_base_constant(globals);
3345 OperandForm *oper = globals[mnode->_opType]->is_operand();
3346 if( oper ) {
3756 OperandForm *oper = form->is_operand();
3757 if( oper && oper->interface_type(globals) == Form::constant_interface )