Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake37 # Test program to check for LFS. Requires that off_t has at least 8 byte large
57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}")
62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found")
68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found")
72 # Check for the availability of LFS.
75 # * Native LFS
87 message(STATUS "Looking for native LFS support")
91 message(STATUS "Looking for native LFS support - found")
94 message(STATUS "Looking for native LFS support - not found")
126 # Check if the flags we received (if any) produce working LFS support
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModelUnderTrainingRunner.cpp133 map_range(*MaybeOutputSpecs, [](const LoggedFeatureSpec &LFS) { in createAndEnsureValid() argument
134 return LFS.Spec; in createAndEnsureValid()
138 [](const LoggedFeatureSpec &LFS) { in createAndEnsureValid() argument
139 return TensorSpec(LFS.LoggingName in createAndEnsureValid()
140 ? *LFS.LoggingName in createAndEnsureValid()
141 : LFS.Spec.name(), in createAndEnsureValid()
142 LFS.Spec); in createAndEnsureValid()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp247 std::vector<TensorSpec> LFS = InputFeatures; in doInitialization() local
249 append_range(LFS, MUTR->extraOutputsForLoggingSpecs()); in doInitialization()
253 LFS.push_back(DecisionSpec); in doInitialization()
255 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward, in doInitialization()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp528 std::vector<TensorSpec> LFS = InputFeatures; in doInitialization() local
530 append_range(LFS, MUTR->extraOutputsForLoggingSpecs()); in doInitialization()
534 LFS.push_back(DecisionSpec); in doInitialization()
536 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward, in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h105 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
113 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
121 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
129 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
H A DPPCFastISel.cpp495 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad()
511 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
564 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
2016 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
H A DPPCPreEmitPeephole.cpp85 case PPC::LFS: in hasPCRelativeForm()
H A DPPCInstrInfo.cpp3017 LowerOpcode = PPC::LFS; in expandVSXMemPseudo()
4186 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm()
4294 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
H A DP10InstrResources.td1399 LFS,
H A DP9InstrResources.td855 LFS
H A DPPCRegisterInfo.cpp107 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
H A DPPCAsmPrinter.cpp1656 case PPC::LFS: in emitInstruction()
H A DPPCInstrInfo.td1964 def LFS : DForm_1<48, (outs f4rc:$RST), (ins (memri $D, $RA):$addr),
3391 (COPY_TO_REGCLASS (LFS DForm:$src), F8RC)>;
H A DPPCISelDAGToDAG.cpp7722 case PPC::LFS: in PeepholePPC64()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
H A DPPC64.cpp69 LFS = 48, enumerator
93 LFS = 0xC0000000, enumerator
877 return LFS << 26; in getPPCDFormOp()
/freebsd/sys/fs/cd9660/
H A DTODO.hibler2 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok88 LFS
/freebsd/sys/contrib/zlib/
H A Dzconf.h.in464 * though the former does not conform to the LFS document), but considering
H A DChangeLog391 - Make stronger test in zconf.h to include unistd.h for LFS
393 - Fix zlib.h LFS support when Z_PREFIX used
453 - Really provide prototypes for *64 functions when building without LFS
478 - Avoid errors on non-LFS systems when applications define LFS macros
488 - Provide prototypes for *64 functions when building zlib without LFS
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp171 return IsStore ? PPC::STFS : PPC::LFS; in selectLoadStoreOp()
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems2341 # LFS
2342 0 lelong 0x070162 LFS filesystem image
/freebsd/contrib/libpcap/
H A DCMakeLists.txt1222 # Large file support on UN*X, a/k/a LFS.