Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1288 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1297 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1301 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1318 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3131 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
3178 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3185 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3189 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
3207 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()