Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SELECT_CC

69   case ISD::SELECT_CC:   Res = PromoteIntRes_SELECT_CC(N); break;
505 return DAG.getNode(ISD::SELECT_CC, N->getDebugLoc(),
785 case ISD::SELECT_CC: Res = PromoteIntOp_SELECT_CC(N, OpNo); break;
819 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
1099 case ISD::SELECT_CC: SplitRes_SELECT_CC(N, Lo, Hi); break;
2475 case ISD::SELECT_CC: Res = ExpandIntOp_SELECT_CC(N); break;
2509 /// is shared among BR_CC, SELECT_CC, and SETCC handlers.