Home | History | Annotate | Download | only in MBlaze

Lines Matching refs:SELECT_CC

50     case MBlazeISD::Select_CC  : return "MBlazeISD::Select_CC";
130 // Expand SELECT_CC
131 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
145 AddPromotedToType(ISD::SELECT_CC, MVT::i1, MVT::i32);
207 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
229 case MBlaze::Select_CC:
355 // To "insert" a SELECT_CC instruction, we actually have to insert the
583 Opc = MBlazeISD::Select_CC;
587 llvm_unreachable("Cannot lower select_cc with unknown type");