Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SELECT_CC

100     case ISD::SELECT_CC:   R = SoftenFloatRes_SELECT_CC(N); break;
553 return DAG.getNode(ISD::SELECT_CC, SDLoc(N),
632 case ISD::SELECT_CC: Res = SoftenFloatOp_SELECT_CC(N); break;
805 case ISD::SELECT_CC: SplitRes_SELECT_CC(N, Lo, Hi); break;
1285 case ISD::SELECT_CC: Res = ExpandFloatOp_SELECT_CC(N); break;
1307 /// is shared among BR_CC, SELECT_CC, and SETCC handlers.