Searched refs:StChain (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 3168 SmallVector<SDValue, 16> StChain; in WidenVecOp_STORE() local 3170 GenWidenVectorTruncStores(StChain, ST); in WidenVecOp_STORE() 3172 GenWidenVectorStores(StChain, ST); in WidenVecOp_STORE() 3174 if (StChain.size() == 1) in WidenVecOp_STORE() 3175 return StChain[0]; in WidenVecOp_STORE() 3177 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain); in WidenVecOp_STORE() 3579 void DAGTypeLegalizer::GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorStores() argument 3614 StChain.push_back(DAG.getStore(Chain, dl, EOp, BasePtr, in GenWidenVectorStores() 3637 StChain.push_back(DAG.getStore(Chain, dl, EOp, BasePtr, in GenWidenVectorStores() 3654 DAGTypeLegalizer::GenWidenVectorTruncStores(SmallVectorImpl<SDValue> &StChain, in GenWidenVectorTruncStores() argument [all …]
|
D | LegalizeTypes.h | 777 void GenWidenVectorStores(SmallVectorImpl<SDValue> &StChain, StoreSDNode *ST); 783 void GenWidenVectorTruncStores(SmallVectorImpl<SDValue> &StChain,
|