Home | History | Annotate | Download | only in X86

Lines Matching refs:X86ISD

2728       BaseOpc = UseIncDec ? unsigned(X86ISD::INC) : unsigned(ISD::ADD);
2734 BaseOpc = UseIncDec ? unsigned(X86ISD::DEC) : unsigned(ISD::SUB);
2740 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break;
2742 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break;
2758 if (BaseOpc == X86ISD::INC || BaseOpc == X86ISD::DEC) {
2760 bool IsDec = BaseOpc == X86ISD::DEC;
2782 if (BaseOpc == X86ISD::UMUL && !ResultReg) {
2793 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) {