Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1345 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1354 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1358 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1375 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3457 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
3504 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()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7065 const auto &ChainOps = RdxDesc.getReductionOpChain(RedPhi, OrigLoop); in cost() local
7066 SetVector<Instruction *> ChainOpsAndOperands(ChainOps.begin(), in cost()
7067 ChainOps.end()); in cost()
7070 for (auto *ChainOp : ChainOps) { in cost()