Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance
6195 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local6196 if (GenWidenVectorStores(StChain, ST)) { in WidenVecOp_STORE()6197 if (StChain.size() == 1) in WidenVecOp_STORE()6198 return StChain[0]; in WidenVecOp_STORE()6200 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()6946 bool DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument7008 StChain.push_back(PartStore); in GenWidenVectorStores()7027 StChain.push_back(PartStore); in GenWidenVectorStores()
1038 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);