Lines Matching defs:SplatVal
3529 bool RISCVDAGToDAGISel::selectVSplat(SDValue N, SDValue &SplatVal) {
3534 SplatVal = Splat.getOperand(1);
3538 static bool selectVSplatImmHelper(SDValue N, SDValue &SplatVal,
3564 SplatVal =
3569 bool RISCVDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &SplatVal) {
3570 return selectVSplatImmHelper(N, SplatVal, *CurDAG, *Subtarget,
3574 bool RISCVDAGToDAGISel::selectVSplatSimm5Plus1(SDValue N, SDValue &SplatVal) {
3576 N, SplatVal, *CurDAG, *Subtarget,
3581 SDValue &SplatVal) {
3583 N, SplatVal, *CurDAG, *Subtarget, [](int64_t Imm) {
3589 SDValue &SplatVal) {
3591 N, SplatVal, *CurDAG, *Subtarget,
3595 bool RISCVDAGToDAGISel::selectLow8BitsVSplat(SDValue N, SDValue &SplatVal) {
3618 return selectVSplat(N, SplatVal);