Home | History | Annotate | Download | only in X86

Lines Matching defs:StoreNode

1794 /// Check whether or not the chain ending in StoreNode is suitable for doing
1796 static bool isLoadIncOrDecStore(StoreSDNode *StoreNode, unsigned Opc,
1810 if (!ISD::isNormalStore(StoreNode) || StoreNode->isNonTemporal())
1830 if (LoadNode->getBasePtr() != StoreNode->getBasePtr() ||
1831 LoadNode->getOffset() != StoreNode->getOffset())
1836 SDValue Chain = StoreNode->getChain();
2659 StoreSDNode *StoreNode = cast<StoreSDNode>(Node);
2660 SDValue StoredVal = StoreNode->getOperand(1);
2665 if (!isLoadIncOrDecStore(StoreNode, Opc, StoredVal, CurDAG,
2675 MemOp[0] = StoreNode->getMemOperand();
2685 ReplaceUses(SDValue(StoreNode, 0), SDValue(Result, 1));