Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp228 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 DMLRegallocEvictAdvisor.cpp509 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 DPPCInsns.def11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
H A DPPC64.cpp77 LFS = 0xC0000000, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h143 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 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()
2018 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
H A DPPCPreEmitPeephole.cpp86 case PPC::LFS: in hasPCRelativeForm()
H A DPPCInstrInfo.cpp3028 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 DP9InstrResources.td853 LFS
H A DP10InstrResources.td1435 LFS,
H A DPPCRegisterInfo.cpp107 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
H A DPPCInstrInfo.td1859 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src),
3261 (COPY_TO_REGCLASS (LFS DForm:$src), F8RC)>;
H A DPPCISelDAGToDAG.cpp7421 case PPC::LFS: in PeepholePPC64()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dconfig.in169 /* Enable LFS */
H A Dconfigure.in123 [Enable LFS])
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dconfigure.in122 [Enable LFS])
H A Dconfig.in251 /* Enable LFS */
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5143delta.pod172 LFS support was enabled in GNU/Hurd.
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp162 return IsStore ? PPC::STFS : PPC::LFS; in selectLoadStoreOp()
/openbsd-src/sys/arch/sparc64/stand/bootblk/
H A Dbootblk.fth203 \ LFS ifile
301 \ LFS v1
/openbsd-src/lib/libz/
H A DChangeLog394 - 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 DChangeLog746 * configure.in: Add checks for 64-bit LFS functions, struct semun