Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1356 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1365 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1369 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1386 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3524 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
3571 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3578 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3582 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
3600 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()