Home | History | Annotate | Download | only in MBlaze

Lines Matching refs:SELECT_CC

50     case MBlazeISD::Select_CC  : return "MBlazeISD::Select_CC";
129 // Expand SELECT_CC
130 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
144 AddPromotedToType(ISD::SELECT_CC, MVT::i1, MVT::i32);
205 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
227 case MBlaze::Select_CC:
353 // To "insert" a SELECT_CC instruction, we actually have to insert the
581 Opc = MBlazeISD::Select_CC;
585 llvm_unreachable("Cannot lower select_cc with unknown type");