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

References

gen/lib/Target/X86/X86GenDAGISel.inc
57794 /*122169*/  /*SwitchOpcode*/ 25, TARGET_VAL(X86ISD::BRCOND),// ->122197
lib/Target/X86/X86ISelDAGToDAG.cpp
 2795     case X86ISD::BRCOND:      CCOpNo = 2; break;
lib/Target/X86/X86ISelLowering.cpp
22057           Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
22088             Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(), Chain,
22133           Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
22149       Chain = DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
22181   return DAG.getNode(X86ISD::BRCOND, dl, Op.getValueType(),
28579   case X86ISD::BRCOND:             return "X86ISD::BRCOND";
43094     return DAG.getNode(X86ISD::BRCOND, DL, N->getVTList(), N->getOperand(0),
43307     case X86ISD::BRCOND:
43343     case X86ISD::BRCOND:      CCOpNo = 2; break;
44965   case X86ISD::BRCOND:      return combineBrCond(N, DAG, Subtarget);