Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3144 MVT InterVT = SrcContainerVT.changeVectorElementType(MVT::f32); in lowerFP_TO_INT_SAT() local
3145 Src = DAG.getNode(RISCVISD::FP_EXTEND_VL, DL, InterVT, Src, Mask, VL); in lowerFP_TO_INT_SAT()
4540 MVT InterVT = in splatPartsI64WithVL() local
4542 auto InterVec = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, InterVT, in splatPartsI64WithVL()
4543 DAG.getUNDEF(InterVT), Lo, NewVL); in splatPartsI64WithVL()
9524 MVT InterVT = VT.changeVectorElementType(MVT::i8); in lowerVectorMaskSplat() local
9527 SDValue LHS = DAG.getSplatVector(InterVT, DL, SplatVal); in lowerVectorMaskSplat()
9528 SDValue Zero = DAG.getConstant(0, DL, InterVT); in lowerVectorMaskSplat()
9801 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); in lowerStrictFPExtendOrRoundLike() local
9802 Src = DAG.getNode(InterConvOpc, DL, DAG.getVTList(InterVT, MVT::Other), in lowerStrictFPExtendOrRoundLike()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4389 EVT InterVT = EVT::getVectorVT(*DAG.getContext(), HalfElementVT, NumElements); in SplitVecOp_TruncateHelper() local
4390 SDValue InterVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InterVT, HalfLo, in SplitVecOp_TruncateHelper()