HomeSort by relevance Sort by last modified time
    Searched refs:Select_CC (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 73 Select_CC,
MBlazeISelLowering.cpp 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);
203 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
225 case MBlaze::Select_CC:
351 // To "insert" a SELECT_CC instruction, we actually have to insert the
579 Opc = MBlazeISD::Select_CC;
583 llvm_unreachable("Cannot lower select_cc with unknown type")
    [all...]

Completed in 501 milliseconds