Searched refs:LSN (Results 1 – 3 of 3) sorted by relevance
288 Might want to add a flag that sets an LSN for this buffer is the
636 LSBaseSDNode *LSN = dyn_cast<LSBaseSDNode>(N); in getPostIndexedAddressParts() local637 if (!LSN) in getPostIndexedAddressParts()639 EVT VT = LSN->getMemoryVT(); in getPostIndexedAddressParts()
23012 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) { in isAlias() local23014 if (auto *C = dyn_cast<ConstantSDNode>(LSN->getOffset())) in isAlias()23015 Offset = (LSN->getAddressingMode() == ISD::PRE_INC) in isAlias()23017 : (LSN->getAddressingMode() == ISD::PRE_DEC) in isAlias()23021 MemoryLocation::getSizeOrUnknown(LSN->getMemoryVT().getStoreSize()); in isAlias()23022 return {LSN->isVolatile(), LSN->isAtomic(), LSN->getBasePtr(), in isAlias()23025 LSN->getMemOperand()}; in isAlias()