| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ModelUnderTrainingRunner.cpp | 133 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MLRegallocPriorityAdvisor.cpp | 228 std::vector<TensorSpec> LFS = InputFeatures; in doInitialization() local 230 append_range(LFS, MUTR->extraOutputsForLoggingSpecs()); in doInitialization() 234 LFS.push_back(Output); in doInitialization() 236 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward, in doInitialization()
|
| H A D | MLRegallocEvictAdvisor.cpp | 509 std::vector<TensorSpec> LFS = InputFeatures; in doInitialization() local 511 append_range(LFS, MUTR->extraOutputsForLoggingSpecs()); in doInitialization() 515 LFS.push_back(Output); in doInitialization() 517 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward, in doInitialization()
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
|
| H A D | PPC64.cpp | 77 LFS = 0xC0000000, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 143 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 151 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 159 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 167 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
|
| H A D | PPCFastISel.cpp | 495 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() 2018 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
|
| H A D | PPCPreEmitPeephole.cpp | 86 case PPC::LFS: in hasPCRelativeForm()
|
| H A D | PPCInstrInfo.cpp | 3028 LowerOpcode = PPC::LFS; in expandVSXMemPseudo() 4239 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm() 4347 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
|
| H A D | P9InstrResources.td | 853 LFS
|
| H A D | P10InstrResources.td | 1435 LFS,
|
| H A D | PPCRegisterInfo.cpp | 107 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
| H A D | PPCInstrInfo.td | 1859 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src), 3261 (COPY_TO_REGCLASS (LFS DForm:$src), F8RC)>;
|
| H A D | PPCISelDAGToDAG.cpp | 7421 case PPC::LFS: in PeepholePPC64()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | config.in | 169 /* Enable LFS */
|
| H A D | configure.in | 123 [Enable LFS])
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | configure.in | 122 [Enable LFS])
|
| H A D | config.in | 251 /* Enable LFS */
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5143delta.pod | 172 LFS support was enabled in GNU/Hurd.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 162 return IsStore ? PPC::STFS : PPC::LFS; in selectLoadStoreOp()
|
| /openbsd-src/sys/arch/sparc64/stand/bootblk/ |
| H A D | bootblk.fth | 203 \ LFS ifile 301 \ LFS v1
|
| /openbsd-src/lib/libz/ |
| H A D | ChangeLog | 394 - Make stronger test in zconf.h to include unistd.h for LFS 396 - Fix zlib.h LFS support when Z_PREFIX used 456 - Really provide prototypes for *64 functions when building without LFS 481 - Avoid errors on non-LFS systems when applications define LFS macros 491 - Provide prototypes for *64 functions when building zlib without LFS
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | ChangeLog | 746 * configure.in: Add checks for 64-bit LFS functions, struct semun
|