Searched refs:ViaVecTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp786 EVT ViaVecTy; local
801 ViaVecTy = MVT::v16i8;
805 ViaVecTy = MVT::v8i16;
809 ViaVecTy = MVT::v4i32;
813 ViaVecTy = MVT::v2i64;
821 ViaVecTy.getVectorElementType());
823 SDNode *Res = CurDAG->getMachineNode(LdiOp, SDLoc(Node), ViaVecTy, Imm);
825 if (ResVecTy != ViaVecTy) {
H A DMipsSEISelLowering.cpp1266 EVT ViaVecTy = ResVecTy; local
1277 ViaVecTy = MVT::v4i32;
1284 SDValue Result = DAG.getNode(ISD::BUILD_VECTOR, DL, ViaVecTy, Ops,
1285 ViaVecTy.getVectorNumElements());
1287 if (ViaVecTy != ResVecTy)
1299 EVT ViaVecTy = VecTy; local
1306 ViaVecTy = MVT::v4i32;
1324 SDValue Result = DAG.getNode(ISD::BUILD_VECTOR, DL, ViaVecTy, Ops,
1325 ViaVecTy.getVectorNumElements());
1327 if (VecTy != ViaVecTy)
[all...]

Completed in 54 milliseconds