Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1295 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1304 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1308 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1325 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3137 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
3184 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3191 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
3195 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
3213 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()