Home
last modified time | relevance | path

Searched refs:LSN (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/lib/libc/db/mpool/
H A Dmpool.libtp288 Might want to add a flag that sets an LSN for this buffer is the
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp636 LSBaseSDNode *LSN = dyn_cast<LSBaseSDNode>(N); in getPostIndexedAddressParts() local
637 if (!LSN) in getPostIndexedAddressParts()
639 EVT VT = LSN->getMemoryVT(); in getPostIndexedAddressParts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23012 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) { in isAlias() local
23014 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()