Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1330 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1339 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1343 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1360 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3395 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
3442 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3449 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3453 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
3471 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()