Searched refs:ChainOps (Results 1 – 3 of 3) sorted by relevance
1345 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local1354 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()1358 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()1375 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
3457 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local3504 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()3511 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()3515 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()3533 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
7065 const auto &ChainOps = RdxDesc.getReductionOpChain(RedPhi, OrigLoop); in cost() local7066 SetVector<Instruction *> ChainOpsAndOperands(ChainOps.begin(), in cost()7067 ChainOps.end()); in cost()7070 for (auto *ChainOp : ChainOps) { in cost()