Lines Matching refs:SplatValue
3630 uint64_t SplatValue = 0; in lowerBuildVectorOfConstants() local
3635 SplatValue |= in lowerBuildVectorOfConstants()
3642 SplatValue = SignExtend64<32>(SplatValue); in lowerBuildVectorOfConstants()
3646 DAG.getConstant(SplatValue, DL, XLenVT), in lowerBuildVectorOfConstants()
3686 uint64_t SplatValue = 0; in lowerBuildVectorOfConstants() local
3691 SplatValue |= in lowerBuildVectorOfConstants()
3699 SplatValue = SignExtend64<32>(SplatValue); in lowerBuildVectorOfConstants()
3707 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) { in lowerBuildVectorOfConstants()
3715 DAG.getConstant(SplatValue, DL, XLenVT), ViaVL); in lowerBuildVectorOfConstants()
5041 if (SDValue SplatValue = DAG.getSplatValue(V1, /*LegalTypes*/ true)) { in lowerVECTOR_SHUFFLE() local
5042 Gather = lowerScalarSplat(SDValue(), SplatValue, VL, ContainerVT, DL, DAG, in lowerVECTOR_SHUFFLE()
10532 SDValue SplatValue = DAG.getConstant( in lowerVPExtMaskOp() local
10535 DAG.getUNDEF(ContainerVT), SplatValue, VL); in lowerVPExtMaskOp()