Searched refs:ChainOps (Results 1 – 3 of 3) sorted by relevance
1248 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local1254 ChainOps.push_back(Load.getOperand(0)); in isFusableLoadOpStorePattern()1271 ChainOps.push_back(Op); in isFusableLoadOpStorePattern()1278 MVT::Other, ChainOps); in isFusableLoadOpStorePattern()
2242 SmallVector<SDValue, 4> ChainOps; in isFusableLoadOpStorePattern() local2289 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()
1843 SmallVector<SDValue, 4> ChainOps; in isLoadIncOrDecStore() local1864 ChainOps.push_back(Op); in isLoadIncOrDecStore()1871 MVT::Other, ChainOps); in isLoadIncOrDecStore()