reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86FastISel.cpp
 2892       BaseOpc = ISD::ADD; CondCode = X86::COND_O; break;
 2894       BaseOpc = ISD::ADD; CondCode = X86::COND_B; break;
 2896       BaseOpc = ISD::SUB; CondCode = X86::COND_O; break;
 2898       BaseOpc = ISD::SUB; CondCode = X86::COND_B; break;
 2900       BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break;
 2902       BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break;
 2918       if (CI->isOne() && (BaseOpc == ISD::ADD || BaseOpc == ISD::SUB) &&
 2918       if (CI->isOne() && (BaseOpc == ISD::ADD || BaseOpc == ISD::SUB) &&
 2922         bool IsDec = BaseOpc == ISD::SUB;
 2927         ResultReg = fastEmit_ri(VT, VT, BaseOpc, LHSReg, LHSIsKill,
 2938       ResultReg = fastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg,
 2944     if (BaseOpc == X86ISD::UMUL && !ResultReg) {
 2955     } else if (BaseOpc == X86ISD::SMUL && !ResultReg) {