Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1245 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1251 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1268 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1275 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2479 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
2526 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
2533 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
2537 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
2555 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()