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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1062 EVT ViaVecTy; local
1077 ViaVecTy = MVT::v16i8;
1081 ViaVecTy = MVT::v8i16;
1085 ViaVecTy = MVT::v4i32;
1089 ViaVecTy = MVT::v2i64;
1101 ViaVecTy.getVectorElementType());
1103 Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm);
1132 Res = CurDAG->getMachineNode(FILLOp, DL, ViaVecTy, SDValue(Res, 0));
1264 TLI->getRegClassFor(ViaVecTy.getSimpleVT());
1267 Mips::COPY_TO_REGCLASS, DL, ViaVecTy, SDValu
[all...]
H A DMipsSEISelLowering.cpp1376 EVT ViaVecTy = ResVecTy; local
1397 ViaVecTy = MVT::v4i32;
1407 ViaVecTy, DL, makeArrayRef(Ops, ViaVecTy.getVectorNumElements()));
1409 if (ViaVecTy != ResVecTy) {
1410 SDValue One = DAG.getConstant(1, DL, ViaVecTy);
1412 DAG.getNode(ISD::AND, DL, ViaVecTy, Result, One));
1429 EVT ViaVecTy = VecTy; local
1436 ViaVecTy = MVT::v4i32;
1455 ViaVecTy, D
[all...]

Completed in 63 milliseconds