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 814 EVT ViaVecTy;
829 ViaVecTy = MVT::v16i8;
833 ViaVecTy = MVT::v8i16;
837 ViaVecTy = MVT::v4i32;
841 ViaVecTy = MVT::v2i64;
849 ViaVecTy.getVectorElementType());
851 SDNode *Res = CurDAG->getMachineNode(LdiOp, SDLoc(Node), ViaVecTy, Imm);
853 if (ResVecTy != ViaVecTy) {
MipsSEISelLowering.cpp     [all...]

Completed in 161 milliseconds