Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1095 EVT ViaVecTy; in trySelect() local
1110 ViaVecTy = MVT::v16i8; in trySelect()
1114 ViaVecTy = MVT::v8i16; in trySelect()
1118 ViaVecTy = MVT::v4i32; in trySelect()
1122 ViaVecTy = MVT::v2i64; in trySelect()
1134 ViaVecTy.getVectorElementType()); in trySelect()
1136 Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm); in trySelect()
1165 Res = CurDAG->getMachineNode(FILLOp, DL, ViaVecTy, SDValue(Res, 0)); in trySelect()
1297 TLI->getRegClassFor(ViaVecTy.getSimpleVT()); in trySelect()
1300 Mips::COPY_TO_REGCLASS, DL, ViaVecTy, SDValue(Res, 0), in trySelect()
[all …]
H A DMipsSEISelLowering.cpp1368 EVT ViaVecTy = ResVecTy; in lowerMSASplatZExt() local
1389 ViaVecTy = MVT::v4i32; in lowerMSASplatZExt()
1399 ViaVecTy, DL, ArrayRef(Ops, ViaVecTy.getVectorNumElements())); in lowerMSASplatZExt()
1401 if (ViaVecTy != ResVecTy) { in lowerMSASplatZExt()
1402 SDValue One = DAG.getConstant(1, DL, ViaVecTy); in lowerMSASplatZExt()
1404 DAG.getNode(ISD::AND, DL, ViaVecTy, Result, One)); in lowerMSASplatZExt()
1421 EVT ViaVecTy = VecTy; in getBuildVectorSplat() local
1428 ViaVecTy = MVT::v4i32; in getBuildVectorSplat()
1447 ViaVecTy, DL, ArrayRef(Ops, ViaVecTy.getVectorNumElements())); in getBuildVectorSplat()
1449 if (VecTy != ViaVecTy) in getBuildVectorSplat()
[all …]