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

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 890 EVT ViaVecTy;
905 ViaVecTy = MVT::v16i8;
909 ViaVecTy = MVT::v8i16;
913 ViaVecTy = MVT::v4i32;
917 ViaVecTy = MVT::v2i64;
925 ViaVecTy.getVectorElementType());
927 SDNode *Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm);
929 if (ResVecTy != ViaVecTy) {
    [all...]
MipsSEISelLowering.cpp     [all...]

Completed in 55 milliseconds