Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1285 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
1294 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
1298 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
1315 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2903 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local
2950 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
2957 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()
2961 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()
2979 CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ChainOps); in isFusableLoadOpStorePattern()