Lines Matching defs:StoredVal
20227 SDValue StoredVal;
20258 StoredVal = DAG.getNode(MemVT.isVector() ? ISD::CONCAT_VECTORS
20294 StoredVal = DAG.getNode(MemVT.isVector() ? ISD::CONCAT_VECTORS
20337 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy);
20352 NewChain, DL, StoredVal, FirstInChain->getBasePtr(),
20359 TLI.getTypeToTransformTo(*DAG.getContext(), StoredVal.getValueType());
20361 ConstantSDNode *C = cast<ConstantSDNode>(StoredVal);
20370 StoredVal.getValueType() /*TVT*/, FirstInChain->getAlign(), *Flags,
20685 SDValue StoredVal = ST->getValue();
20687 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(StoredVal))
20689 else if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(StoredVal))
20691 else if (ISD::isBuildVectorAllZeros(StoredVal.getNode()))
20720 TLI.getTypeToTransformTo(Context, StoredVal.getValueType());
21174 SDValue StoredVal = peekThroughBitcasts(St->getValue());
21175 const StoreSource StoreSrc = getStoreSource(StoredVal);
21197 cast<LoadSDNode>(StoredVal)->isNonTemporal();