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

References

gen/lib/Target/X86/X86GenDAGISel.inc
 4146 /*  8898*/      /*SwitchOpcode*/ 88|128,4/*600*/, TARGET_VAL(X86ISD::ADC),// ->9502
39640 /* 82981*/  /*SwitchOpcode*/ 101|128,3/*485*/, TARGET_VAL(X86ISD::ADC),// ->83470
lib/Target/X86/X86ISelDAGToDAG.cpp
  590     case X86ISD::ADC:
 2486       case X86ISD::ADC:
 2963   case X86ISD::ADC:
 3038   case X86ISD::ADC:
 3048       case X86ISD::ADC:
 3073       case X86ISD::ADC:
 3094       case X86ISD::ADC:
 3148     if (Opc == X86ISD::ADC || Opc == X86ISD::SBB) {
lib/Target/X86/X86ISelLowering.cpp
21183       (Opc == X86ISD::ADD || Opc == X86ISD::SUB || Opc == X86ISD::ADC ||
27268   unsigned Opc = Op.getOpcode() == ISD::ADDCARRY ? X86ISD::ADC : X86ISD::SBB;
28684   case X86ISD::ADC:                return "X86ISD::ADC";
43524     return DAG.getNode(X86ISD::ADC, SDLoc(N), VTs,
43604     return DAG.getNode(IsSub ? X86ISD::SBB : X86ISD::ADC, DL,
43624       return DAG.getNode(IsSub ? X86ISD::SBB : X86ISD::ADC, DL,
43682     return DAG.getNode(IsSub ? X86ISD::ADC : X86ISD::SBB, DL, VTs, X,
43687   return DAG.getNode(IsSub ? X86ISD::SBB : X86ISD::ADC, DL, VTs, X,
44919   case X86ISD::ADC:         return combineADC(N, DAG, DCI);
lib/Target/X86/X86IntrinsicsInfo.h
  339   X86_INTRINSIC_DATA(addcarry_32,       ADX, X86ISD::ADC, X86ISD::ADD),
  340   X86_INTRINSIC_DATA(addcarry_64,       ADX, X86ISD::ADC, X86ISD::ADD),