Home
last modified time | relevance | path

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

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