Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp1023 EVT ViaVecTy; in trySelect() local
1038 ViaVecTy = MVT::v16i8; in trySelect()
1042 ViaVecTy = MVT::v8i16; in trySelect()
1046 ViaVecTy = MVT::v4i32; in trySelect()
1050 ViaVecTy = MVT::v2i64; in trySelect()
1062 ViaVecTy.getVectorElementType()); in trySelect()
1064 Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm); in trySelect()
1093 Res = CurDAG->getMachineNode(FILLOp, DL, ViaVecTy, SDValue(Res, 0)); in trySelect()
1224 TLI->getRegClassFor(ViaVecTy.getSimpleVT()); in trySelect()
1227 Mips::COPY_TO_REGCLASS, DL, ViaVecTy, SDValue(Res, 0), in trySelect()
[all …]
DMipsSEISelLowering.cpp1338 EVT ViaVecTy = ResVecTy; in lowerMSASplatZExt() local
1359 ViaVecTy = MVT::v4i32; in lowerMSASplatZExt()
1369 ViaVecTy, DL, makeArrayRef(Ops, ViaVecTy.getVectorNumElements())); in lowerMSASplatZExt()
1371 if (ViaVecTy != ResVecTy) { in lowerMSASplatZExt()
1372 SDValue One = DAG.getConstant(1, DL, ViaVecTy); in lowerMSASplatZExt()
1374 DAG.getNode(ISD::AND, DL, ViaVecTy, Result, One)); in lowerMSASplatZExt()
1390 EVT ViaVecTy = VecTy; in getBuildVectorSplat() local
1397 ViaVecTy = MVT::v4i32; in getBuildVectorSplat()
1416 ViaVecTy, DL, makeArrayRef(Ops, ViaVecTy.getVectorNumElements())); in getBuildVectorSplat()
1418 if (VecTy != ViaVecTy) in getBuildVectorSplat()
[all …]
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp907 EVT ViaVecTy; in trySelect() local
922 ViaVecTy = MVT::v16i8; in trySelect()
926 ViaVecTy = MVT::v8i16; in trySelect()
930 ViaVecTy = MVT::v4i32; in trySelect()
934 ViaVecTy = MVT::v2i64; in trySelect()
942 ViaVecTy.getVectorElementType()); in trySelect()
944 SDNode *Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm); in trySelect()
946 if (ResVecTy != ViaVecTy) { in trySelect()
DMipsSEISelLowering.cpp1385 EVT ViaVecTy = ResVecTy; in lowerMSASplatZExt() local
1396 ViaVecTy = MVT::v4i32; in lowerMSASplatZExt()
1404 ViaVecTy, DL, makeArrayRef(Ops, ViaVecTy.getVectorNumElements())); in lowerMSASplatZExt()
1406 if (ViaVecTy != ResVecTy) in lowerMSASplatZExt()
1419 EVT ViaVecTy = VecTy; in getBuildVectorSplat() local
1426 ViaVecTy = MVT::v4i32; in getBuildVectorSplat()
1445 ViaVecTy, DL, makeArrayRef(Ops, ViaVecTy.getVectorNumElements())); in getBuildVectorSplat()
1447 if (VecTy != ViaVecTy) in getBuildVectorSplat()
2373 EVT ViaVecTy; in lowerBUILD_VECTOR() local
2379 ViaVecTy = MVT::v16i8; in lowerBUILD_VECTOR()
[all …]