Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6506 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local
6507 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() argument
7291 StChain.push_back(PartStore); in GenWidenVectorStores()
7310 StChain.push_back(PartStore); in GenWidenVectorStores()
H A DLegalizeTypes.h1060 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);