Lines Matching defs:StoredVal
20670 SDValue StoredVal;
20701 StoredVal = DAG.getNode(MemVT.isVector() ? ISD::CONCAT_VECTORS
20737 StoredVal = DAG.getNode(MemVT.isVector() ? ISD::CONCAT_VECTORS
20780 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy);
20795 NewChain, DL, StoredVal, FirstInChain->getBasePtr(),
20802 TLI.getTypeToTransformTo(*DAG.getContext(), StoredVal.getValueType());
20804 ConstantSDNode *C = cast<ConstantSDNode>(StoredVal);
20813 StoredVal.getValueType() /*TVT*/, FirstInChain->getAlign(), *Flags,
21129 SDValue StoredVal = ST->getValue();
21131 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(StoredVal))
21133 else if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(StoredVal))
21135 else if (ISD::isBuildVectorAllZeros(StoredVal.getNode()))
21164 TLI.getTypeToTransformTo(Context, StoredVal.getValueType());
21618 SDValue StoredVal = peekThroughBitcasts(St->getValue());
21619 const StoreSource StoreSrc = getStoreSource(StoredVal);
21641 cast<LoadSDNode>(StoredVal)->isNonTemporal();