Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance
4893 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local4894 GenWidenVectorStores(StChain, ST); in WidenVecOp_STORE()4896 if (StChain.size() == 1) in WidenVecOp_STORE()4897 return StChain[0]; in WidenVecOp_STORE()4899 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()5450 void DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument5491 StChain.push_back(PartStore); in GenWidenVectorStores()5512 StChain.push_back(PartStore); in GenWidenVectorStores()
978 void GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);