Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance
4883 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local4884 GenWidenVectorStores(StChain, ST); in WidenVecOp_STORE()4886 if (StChain.size() == 1) in WidenVecOp_STORE()4887 return StChain[0]; in WidenVecOp_STORE()4889 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()5445 void DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument5486 StChain.push_back(PartStore); in GenWidenVectorStores()5507 StChain.push_back(PartStore); in GenWidenVectorStores()
975 void GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);