Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SplatVal

9851                                SDValue SplatVal, unsigned NumVecElts) {
9853 unsigned EltOffset = SplatVal.getValueType().getSizeInBits() / 8;
9865 DAG.getStore(St.getChain(), DL, SplatVal, BasePtr, PtrInfo,
9881 NewST1 = DAG.getStore(NewST1.getValue(0), DL, SplatVal, OffsetPtr,
9952 SDValue SplatVal =
9954 return splitStoreSplat(DAG, St, SplatVal, NumVecElts);
9980 SDValue SplatVal;
9988 SplatVal = StVal.getOperand(1);
9989 else if (StVal.getOperand(1) != SplatVal)
10007 return splitStoreSplat(DAG, St, SplatVal, NumVecElts);