Home
last modified time | relevance | path

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

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