Lines Matching defs:SplatVal
3321 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) {
3326 SplatVal = Splat.getOperand(1);
3330 static bool selectVSplatImmHelper(SDValue N, SDValue &SplatVal,
3356 SplatVal = DAG.getTargetConstant(SplatImm, SDLoc(N), Subtarget.getXLenVT());
3360 bool RISCVDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &SplatVal) {
3361 return selectVSplatImmHelper(N, SplatVal, *CurDAG, *Subtarget,
3365 bool RISCVDAGToDAGISel::selectVSplatSimm5Plus1(SDValue N, SDValue &SplatVal) {
3367 N, SplatVal, *CurDAG, *Subtarget,
3372 SDValue &SplatVal) {
3374 N, SplatVal, *CurDAG, *Subtarget, [](int64_t Imm) {
3380 SDValue &SplatVal) {
3382 N, SplatVal, *CurDAG, *Subtarget,
3386 bool RISCVDAGToDAGISel::selectLow8BitsVSplat(SDValue N, SDValue &SplatVal) {
3409 return selectVSplat(N, SplatVal);