Home
last modified time | relevance | path

Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7344 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local
7345 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() argument
8204 StChain.push_back(PartStore); in GenWidenVectorStores()
8221 StChain.push_back(PartStore); in GenWidenVectorStores()
H A DLegalizeTypes.h1172 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);