Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp214 Type *ScalTy = VecTy->getScalarType(); in isTypeForHVX() local
215 if (!ScalTy->isIntegerTy() && in isTypeForHVX()
216 !(ScalTy->isFloatingPointTy() && useHVXFloatingPoint())) in isTypeForHVX()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20638 MVT ScalTy = MVT::getScalableVectorVT(MVT::getIntegerVT(8), NumScalElts); in PerformDAGCombine() local
20640 SDValue Splat = DAG.getNode(ISD::SPLAT_VECTOR, DL, ScalTy, EltVal); in PerformDAGCombine()