Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance
6506 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local6507 if (GenWidenVectorStores(StChain, ST)) { in WidenVecOp_STORE()6508 if (StChain.size() == 1) in WidenVecOp_STORE()6509 return StChain[0]; in WidenVecOp_STORE()6511 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()7229 bool DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument7291 StChain.push_back(PartStore); in GenWidenVectorStores()7310 StChain.push_back(PartStore); in GenWidenVectorStores()
1060 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);