Home | History | Annotate | Download | only in X86

Lines Matching refs:X86ISD

2911       BaseOpc = UseIncDec ? unsigned(X86ISD::INC) : unsigned(ISD::ADD);
2917 BaseOpc = UseIncDec ? unsigned(X86ISD::DEC) : unsigned(ISD::SUB);
2923 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break;
2925 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break;
2941 if (BaseOpc == X86ISD::INC || BaseOpc == X86ISD::DEC) {
2943 bool IsDec = BaseOpc == X86ISD::DEC;
2965 if (BaseOpc == X86ISD::UMUL && !ResultReg) {
2976 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) {