Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp287 Might want to add a flag that sets an LSN for this buffer is the
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28263 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) { in mayAlias() local
28265 if (auto *C = dyn_cast<ConstantSDNode>(LSN->getOffset())) in mayAlias()
28266 Offset = (LSN->getAddressingMode() == ISD::PRE_INC) ? C->getSExtValue() in mayAlias()
28267 : (LSN->getAddressingMode() == ISD::PRE_DEC) in mayAlias()
28270 TypeSize Size = LSN->getMemoryVT().getStoreSize(); in mayAlias()
28271 return {LSN->isVolatile(), LSN->isAtomic(), in mayAlias()
28272 LSN->getBasePtr(), Offset /*base offset*/, in mayAlias()
28273 LocationSize::precise(Size), LSN->getMemOperand()}; in mayAlias()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in25199 @Article{Deliyanni:1979:LSN,