Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance
7344 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local7345 if (GenWidenVectorStores(StChain, ST)) { in WidenVecOp_STORE()7346 if (StChain.size() == 1) in WidenVecOp_STORE()7347 return StChain[0]; in WidenVecOp_STORE()7349 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()8143 bool DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument8204 StChain.push_back(PartStore); in GenWidenVectorStores()8221 StChain.push_back(PartStore); in GenWidenVectorStores()
1172 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);