Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6883 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local
6884 if (GenWidenVectorStores(StChain, ST)) { in WidenVecOp_STORE()
6885 if (StChain.size() == 1) in WidenVecOp_STORE()
6886 return StChain[0]; in WidenVecOp_STORE()
6888 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()
7624 bool DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument
7686 StChain.push_back(PartStore); in GenWidenVectorStores()
7705 StChain.push_back(PartStore); in GenWidenVectorStores()
H A DLegalizeTypes.h1116 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);