Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19264 StoreSDNode *STChain = St; in parallelizeChainedStores() local
19289 while (StoreSDNode *Chain = dyn_cast<StoreSDNode>(STChain->getChain())) { in parallelizeChainedStores()
19315 STChain = Chain; in parallelizeChainedStores()
19324 SDValue NewChain = STChain->getChain(); in parallelizeChainedStores()
19358 SDValue TF = DAG.getNode(ISD::TokenFactor, SDLoc(STChain), MVT::Other, TFOps); in parallelizeChainedStores()
19361 AddToWorklist(STChain); in parallelizeChainedStores()