Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SELECT_CC

71   case ISD::SELECT_CC:   Res = PromoteIntRes_SELECT_CC(N); break;
533 return DAG.getNode(ISD::SELECT_CC, SDLoc(N),
823 case ISD::SELECT_CC: Res = PromoteIntOp_SELECT_CC(N, OpNo); break;
857 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
1122 case ISD::SELECT_CC: SplitRes_SELECT_CC(N, Lo, Hi); break;
2480 case ISD::SELECT_CC: Res = ExpandIntOp_SELECT_CC(N); break;
2514 /// is shared among BR_CC, SELECT_CC, and SETCC handlers.