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

References

lib/Target/AMDGPU/R600ISelLowering.cpp
  953     SDValue MinMax = combineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI);
  973   ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get();
  979       CC = DAG.getCondCode(InverseCC);
  985         CC = DAG.getCondCode(SwapInvCC);
  993     return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
 1008     ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get();
 1013       CC = DAG.getCondCode(CCSwapped);
 1021         CC = DAG.getCondCode(CCSwapped);
 1028     ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get();
 1074   SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC);