Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1248 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1254 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1271 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1278 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2242 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
2289 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
2296 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
2300 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
2318 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1843 SmallVector<SDValue, 4> ChainOps; in isLoadIncOrDecStore() local
1864 ChainOps.push_back(Op); in isLoadIncOrDecStore()
1871 MVT::Other, ChainOps); in isLoadIncOrDecStore()