Searched refs:InterVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2986 MVT InterVT = SrcContainerVT.changeVectorElementType(MVT::f32); in lowerFP_TO_INT_SAT() 2987 Src = DAG.getNode(RISCVISD::FP_EXTEND_VL, DL, InterVT, Src, Mask, VL); in lowerFP_TO_INT_SAT() 4266 MVT InterVT = in splatPartsI64WithVL() 4268 auto InterVec = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, InterVT, in splatPartsI64WithVL() 4269 DAG.getUNDEF(InterVT), Lo, NewVL); in splatPartsI64WithVL() 8069 MVT InterVT = VT.changeVectorElementType(MVT::i8); in lowerVectorMaskSplat() 8072 SDValue LHS = DAG.getSplatVector(InterVT, DL, SplatVal); in lowerVectorMaskSplat() 8073 SDValue Zero = DAG.getConstant(0, DL, InterVT); in lowerVectorMaskSplat() 8322 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); in lowerStrictFPExtendOrRoundLike() 8323 Src = DAG.getNode(InterConvOpc, DL, DAG.getVTList(InterVT, MV in lowerStrictFPExtendOrRoundLike() 2985 MVT InterVT = SrcContainerVT.changeVectorElementType(MVT::f32); lowerFP_TO_INT_SAT() local 4265 MVT InterVT = splatPartsI64WithVL() local 8067 MVT InterVT = VT.changeVectorElementType(MVT::i8); lowerVectorMaskSplat() local 8320 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); lowerStrictFPExtendOrRoundLike() local 8402 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); lowerVectorFPExtendOrRoundLike() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 4080 EVT InterVT = EVT::getVectorVT(*DAG.getContext(), HalfElementVT, NumElements); in SplitVecOp_TruncateHelper() 4081 SDValue InterVec = DAG.getNode(ISD::CONCAT_VECTORS, DL, InterVT, HalfLo, in SplitVecOp_TruncateHelper() 4076 EVT InterVT = EVT::getVectorVT(*DAG.getContext(), HalfElementVT, NumElements); SplitVecOp_TruncateHelper() local
|