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

References

lib/Target/X86/X86ISelDAGToDAG.cpp
 2954   switch (Opc) {
 3008   switch (Opc) {
 3028           ((Opc == X86ISD::ADD) == IsOne)
 3117     unsigned NewOpc = SelectRegOpcode(Opc);
 3128       if ((Opc == X86ISD::ADD || Opc == X86ISD::SUB) &&
 3128       if ((Opc == X86ISD::ADD || Opc == X86ISD::SUB) &&
 3134         Opc = Opc == X86ISD::ADD ? X86ISD::SUB : X86ISD::ADD;
 3134         Opc = Opc == X86ISD::ADD ? X86ISD::SUB : X86ISD::ADD;
 3141         NewOpc = SelectImm8Opcode(Opc);
 3144         NewOpc = SelectImmOpcode(Opc);
 3148     if (Opc == X86ISD::ADC || Opc == X86ISD::SBB) {
 3148     if (Opc == X86ISD::ADC || Opc == X86ISD::SBB) {