Lines Matching refs:_matrule
463 if ( op->_matrule && op->_matrule->is_base_register(globals) ) {
466 else if (op->_matrule && op->_matrule->is_base_constant(globals)) {
534 if ( op->_matrule && op->_matrule->is_base_register(globals) ) {
537 else if (op->_matrule && op->_matrule->is_base_constant(globals)) {
1241 if ((oper->_matrule) && (oper->_matrule->_lChild == NULL) &&
1242 (oper->_matrule->_rChild == NULL)) {
1245 oper->_matrule->base_operand(position,_globalNames,opret,opname,optype);
1287 if ( oper->_matrule && oper->_matrule->is_base_register(_globalNames) ) {
1767 instr->_matrule != NULL &&
1846 /* else if ( instr->_matrule && instr->_matrule->_rChild &&
1847 ( strcmp("ConvF2I",instr->_matrule->_rChild->_opType)==0
1848 || strcmp("ConvD2I",instr->_matrule->_rChild->_opType)==0 ) ) {
1857 !strcmp(instr->_matrule->_lChild->_opType,"stackSlotP") ) {
1877 else if( instr->_matrule && instr->_matrule->_rChild && !strcmp(instr->_matrule->_rChild->_opType,"CMoveP") ) {
1880 MatchNode *rl = instr->_matrule->_rChild->_lChild;
1890 else if( instr->_matrule && instr->_matrule->_rChild && !strcmp(instr->_matrule->_rChild->_opType,"CMoveN") ) {
1893 MatchNode *rl = instr->_matrule->_rChild->_lChild;
1916 if ( instr->_matrule && instr->_matrule->_rChild &&
1917 ( strcmp("ConvF2I",instr->_matrule->_rChild->_opType)==0
1918 || strcmp("ConvD2I",instr->_matrule->_rChild->_opType)==0 ) ) {