Searched refs:StoreN (Results 1 – 2 of 2) sorted by relevance
1916 auto *StoreN = cast<StoreSDNode>(Op.getNode()); in WidenHvxStore() local1917 assert(StoreN->isUnindexed() && "Not widening indexed stores yet"); in WidenHvxStore()1918 assert(StoreN->getMemoryVT().getVectorElementType() != MVT::i1 && in WidenHvxStore()1921 SDValue Chain = StoreN->getChain(); in WidenHvxStore()1922 SDValue Base = StoreN->getBasePtr(); in WidenHvxStore()1925 SDValue Value = opCastElem(StoreN->getValue(), MVT::i8, DAG); in WidenHvxStore()1942 auto *MemOp = MF.getMachineMemOperand(StoreN->getMemOperand(), 0, HwLen); in WidenHvxStore()
238 SDNode *StoreN; in StoreInstrForLoadIntrinsic() local242 StoreN = Handle.getValue().getNode(); in StoreInstrForLoadIntrinsic()247 ReplaceUses(SDValue(IntN, 1), SDValue(StoreN, 0)); in StoreInstrForLoadIntrinsic()248 return StoreN; in StoreInstrForLoadIntrinsic()