Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1289 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1298 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1302 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1319 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3026 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
3073 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3080 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3084 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
3102 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()