Searched refs:LN (Results 1 - 25 of 39) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DLoopFlatten.h27 PreservedAnalyses run(LoopNest &LN, LoopAnalysisManager &LAM,
H A DLoopPassManager.h205 static const Loop &getLoopFromIR(LoopNest &LN) { argument
206 return LN.getOutermostLoop();
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp437 raw_ostream &llvm::operator<<(raw_ostream &OS, const LoopNest &LN) { argument
439 if (LN.getMaxPerfectDepth() == LN.getNestDepth())
443 OS << ", Depth=" << LN.getNestDepth();
444 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName();
446 for (const Loop *L : LN.getLoops())
460 if (auto LN = LoopNest::getLoopNest(L, AR.SE))
461 OS << *LN << "\n"; local
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallSet.h264 template <typename T, unsigned LN, unsigned RN, typename C>
265 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
276 template <typename T, unsigned LN, unsigned RN, typename C>
277 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp300 if (const auto *LN = dyn_cast<LifetimeSDNode>(N)) {
301 if (LN->hasOffset())
302 return BaseIndexOffset(LN->getOperand(1), SDValue(), LN->getOffset(),
304 return BaseIndexOffset(LN->getOperand(1), SDValue(), false);
H A DSelectionDAGDumper.cpp829 } else if (const LifetimeSDNode *LN = dyn_cast<LifetimeSDNode>(this)) {
830 if (LN->hasOffset())
831 OS << "<" << LN->getOffset() << " to " << LN->getOffset() + LN->getSize() << ">";
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c94 static const long double LN[] = variable
329 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4])));
/openbsd-current/regress/bin/chmod/
H A DMakefile47 LN= /bin/ln macro
62 ${LN} -s ${.OBJDIR}/regress/file regress/link
76 ${LN} -s ${.OBJDIR}/regress/link_target_file regress/dir/linked_file
77 ${LN} -s ${.OBJDIR}/regress/dir regress/linked_dir
88 ${LN} -s ${.OBJDIR}/regress/file regress/symlink
374 ${LN} -s ${.OBJDIR}/regress/file regress/link
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp435 static bool tryToUnrollAndJamLoop(LoopNest &LN, DominatorTree &DT, LoopInfo &LI, argument
442 ArrayRef<Loop *> Loops = LN.getLoops();
443 Loop *OutmostLoop = &LN.getOutermostLoop();
445 // Add the loop nests in the reverse order of LN. See method
533 PreservedAnalyses LoopUnrollAndJamPass::run(LoopNest &LN, argument
537 Function &F = *LN.getParent();
542 if (!tryToUnrollAndJamLoop(LN, AR.DT, AR.LI, AR.SE, AR.TTI, AR.AC, DI, ORE,
H A DLoopFlatten.cpp921 bool Flatten(LoopNest &LN, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, argument
925 for (Loop *InnerLoop : LN.getLoops()) {
935 PreservedAnalyses LoopFlattenPass::run(LoopNest &LN, LoopAnalysisManager &LAM, argument
952 Changed |= Flatten(LN, &AR.DT, &AR.LI, &AR.SE, &AR.AC, &AR.TTI, &U,
1017 auto LN = LoopNest::getLoopNest(*L, *SE); local
1019 Flatten(*LN, DT, LI, SE, AC, TTI, nullptr, MSSAU ? &*MSSAU : nullptr);
H A DLoopInterchange.cpp390 bool run(LoopNest &LN) { argument
391 SmallVector<Loop *, 8> LoopList(LN.getLoops().begin(), LN.getLoops().end());
1765 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN,
1769 Function &F = *LN.getParent();
1773 CacheCost::getCacheCost(LN.getOutermostLoop(), AR, DI);
1775 if (!LoopInterchange(&AR.SE, &AR.LI, &DI, &AR.DT, CC, &ORE).run(LN))
/openbsd-current/gnu/lib/libreadline/support/
H A Dshlib-install45 LN="ln -s"
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclarationName.cpp73 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); local
74 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) {
80 return compareInt(LN, RN);
/openbsd-current/libexec/getty/
H A Dgettytab.h84 #define LN gettystrs[23].value macro
H A Dsubr.c137 &SU, &DS, &RP, &FL, &WE, &LN, 0
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3080 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode());
3081 MVT MemTy = LN->getMemoryVT().getSimpleVT();
3082 ISD::LoadExtType ET = LN->getExtensionType();
3087 LN->getAddressingMode(), ISD::ZEXTLOAD, MVT::i32, dl, LN->getChain(),
3088 LN->getBasePtr(), LN->getOffset(), LN->getPointerInfo(),
3089 /*MemoryVT*/ MVT::i8, LN->getAlign(), LN
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h149 struct LN { struct
200 struct LN LocAndNRVO;
227 new (&LocAndNRVO) LN;
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp493 auto *LN = static_cast<const LocalName *>(Name); local
494 LN->Encoding->print(OB);
496 Name = LN->Entity;
/openbsd-current/regress/lib/libcrypto/man/
H A Dcheck_complete.pl287 if ($id =~ /^(?:SN|LN|NID|OBJ)_\w+$/) {
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp498 for (const LineNumberEntry &LN : Group.LineNumbers) {
500 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset);
501 LineInfo Line(LN.Flags);
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1508 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); local
1509 const SDValue &Base = LN->getBasePtr();
1510 const SDValue &Offset = LN->getOffset();
1517 SDVTList Tys = DAG.getVTList(LN->getValueType(0), MVT::Other);
1518 SDValue Ops[] = {LN->getChain(), Base};
1520 LN->getMemoryVT(), LN->getMemOperand());
1529 EVT LocalVT = LN->getValueType(0);
1531 {LN->getChain(), Idx});
1532 SDValue Result = DAG.getMergeValues({LocalGet, LN
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp603 for (const auto &LN : L.LineNumbers) {
605 LineInfo LI(LN.Flags);
606 SLE.Offset = LN.Offset;
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2984 LoadSDNode *LN = cast<LoadSDNode>(N);
2985 if (!LN->isSimple() || !ISD::isNormalLoad(LN) || hasVolatileUser(LN))
2990 EVT VT = LN->getMemoryVT();
2993 Align Alignment = LN->getAlign();
2996 unsigned AS = LN->getAddressSpace();
3002 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) {
3004 return SplitVectorLoad(SDValue(LN, 0), DAG);
3007 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(LN, DA
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A DMakefile.in143 LN=@LN@
705 "LN=$(LN)" \
2877 $(LN) $(GCC_CROSS_NAME)$(exeext) $(target_alias)-gcc-$(version) ); \
2887 $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_alias)-gcc-$(version) ); \
2890 $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_alias)-gcc-tmp$(exeext) && \
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9874 auto *LN = cast<LoadSDNode>(Ld);
9876 SDValue Ops[] = {LN->getChain(), LN->getBasePtr()};
9879 LN->getMemoryVT(), LN->getMemOperand());
9880 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BCast.getValue(1));
9888 auto *LN = cast<LoadSDNode>(Ld);
9890 SDValue Ops[] = {LN->getChain(), LN->getBasePtr()};
9893 LN
[all...]

Completed in 287 milliseconds

12