Searched refs:LSN (Results 1 – 4 of 4) sorted by relevance
287 Might want to add a flag that sets an LSN for this buffer is the
630 LSBaseSDNode *LSN = dyn_cast<LSBaseSDNode>(N); in getPostIndexedAddressParts() local631 if (!LSN) in getPostIndexedAddressParts()633 EVT VT = LSN->getMemoryVT(); in getPostIndexedAddressParts()
27869 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) { in mayAlias() local27871 if (auto *C = dyn_cast<ConstantSDNode>(LSN->getOffset())) in mayAlias()27872 Offset = (LSN->getAddressingMode() == ISD::PRE_INC) in mayAlias()27874 : (LSN->getAddressingMode() == ISD::PRE_DEC) in mayAlias()27878 MemoryLocation::getSizeOrUnknown(LSN->getMemoryVT().getStoreSize()); in mayAlias()27879 return {LSN->isVolatile(), in mayAlias()27880 LSN->isAtomic(), in mayAlias()27881 LSN->getBasePtr(), in mayAlias()27884 LSN->getMemOperand()}; in mayAlias()
25199 @Article{Deliyanni:1979:LSN,