Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6195 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local
6196 if (GenWidenVectorStores(StChain, ST)) { in WidenVecOp_STORE()
6197 if (StChain.size() == 1) in WidenVecOp_STORE()
6198 return StChain[0]; in WidenVecOp_STORE()
6200 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE()
6946 bool DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument
7008 StChain.push_back(PartStore); in GenWidenVectorStores()
7027 StChain.push_back(PartStore); in GenWidenVectorStores()
H A DLegalizeTypes.h1038 bool GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST);