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 907 EVT ViaVecTy;
922 ViaVecTy = MVT::v16i8;
926 ViaVecTy = MVT::v8i16;
930 ViaVecTy = MVT::v4i32;
934 ViaVecTy = MVT::v2i64;
942 ViaVecTy.getVectorElementType());
944 SDNode *Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm);
946 if (ResVecTy != ViaVecTy) {
    [all...]
MipsSEISelLowering.cpp     [all...]

Completed in 61 milliseconds