Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/mpool/
H A Dmpool.libtp287 Might want to add a flag that sets an LSN for this buffer is the
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp630 LSBaseSDNode *LSN = dyn_cast<LSBaseSDNode>(N); in getPostIndexedAddressParts() local
631 if (!LSN) in getPostIndexedAddressParts()
633 EVT VT = LSN->getMemoryVT(); in getPostIndexedAddressParts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27869 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) { in mayAlias() local
27871 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()
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.in25199 @Article{Deliyanni:1979:LSN,