Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4883 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local
4884 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() argument
5486 StChain.push_back(PartStore); in GenWidenVectorStores()
5507 StChain.push_back(PartStore); in GenWidenVectorStores()
H A DLegalizeTypes.h975 void GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);