Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dtypes.h84 typedef s64 LSN; typedef
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c376 LSN *lsn) in ntfs_check_and_load_restart_page()
495 LSN rstr1_lsn, rstr2_lsn; in ntfs_check_logfile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp602 LSBaseSDNode *LSN = dyn_cast<LSBaseSDNode>(N); in getPostIndexedAddressParts() local
603 if (!LSN) in getPostIndexedAddressParts()
605 EVT VT = LSN->getMemoryVT(); in getPostIndexedAddressParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20817 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) { in isAlias() local
20819 if (auto *C = dyn_cast<ConstantSDNode>(LSN->getOffset())) in isAlias()
20820 Offset = (LSN->getAddressingMode() == ISD::PRE_INC) in isAlias()
20822 : (LSN->getAddressingMode() == ISD::PRE_DEC) in isAlias()
20825 return {LSN->isVolatile(), LSN->isAtomic(), LSN->getBasePtr(), in isAlias()
20827 Optional<int64_t>(LSN->getMemoryVT().getStoreSize()), in isAlias()
20828 LSN->getMemOperand()}; in isAlias()