Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1102 EVT ResVecTy = BVN->getValueType(0); in trySelect() local
1367 if (ResVecTy != ViaVecTy) { in trySelect()
1373 MVT ResVecTySimple = ResVecTy.getSimpleVT(); in trySelect()
1376 ResVecTy, SDValue(Res, 0), in trySelect()
H A DMipsSEISelLowering.cpp1370 EVT ResVecTy = Op->getValueType(0); in lowerMSASplatZExt() local
1371 EVT ViaVecTy = ResVecTy; in lowerMSASplatZExt()
1381 if (ResVecTy == MVT::v2i64) { in lowerMSASplatZExt()
1404 if (ViaVecTy != ResVecTy) { in lowerMSASplatZExt()
1406 Result = DAG.getNode(ISD::BITCAST, DL, ResVecTy, in lowerMSASplatZExt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td2508 auto *ResVecTy = cast<ScalableVectorType>(ResultType);
2511 unsigned MaxIndex = ResVecTy->getMinNumElements() / VecTy->getMinNumElements();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12009 auto *ResVecTy = getWidenedType(ScalarTy, E->getVectorFactor()); in needToDelay() local
12011 ResVecTy, in needToDelay()