| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopNestAnalysis.cpp | 437 raw_ostream &llvm::operator<<(raw_ostream &OS, const LoopNest &LN) { in operator <<() argument 439 if (LN.getMaxPerfectDepth() == LN.getNestDepth()) in operator <<() 443 OS << ", Depth=" << LN.getNestDepth(); in operator <<() 444 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName(); in operator <<() 446 for (const Loop *L : LN.getLoops()) in operator <<() 460 if (auto LN = LoopNest::getLoopNest(L, AR.SE)) in run() local 461 OS << *LN << "\n"; in run()
|
| /freebsd/contrib/bmake/mk/ |
| H A D | links.mk | 12 LN ?= ln 25 ${LN} -s $$l $$t;; \ 33 ${LN} $$l $$t
|
| H A D | obj.mk | 80 ${LN} -s ${__objdir} ${.CURDIR}/${__objlink}; \
|
| /freebsd/contrib/bmake/ |
| H A D | os.sh | 128 test -x /usr/xpg4/bin/ln && LN=${LN:-/usr/xpg4/bin/ln} 237 LN=${LN:-ln} 264 export LN SHARE_ARCH TR
|
| /freebsd/crypto/openssl/test/ |
| H A D | x509_internal_test.c | 185 #undef LN in tests_X509_PURPOSE() 186 #define LN "LN_test" in tests_X509_PURPOSE() macro 190 #define ARGS(id, sn) id, X509_TRUST_MAX, 0, ck_purp, LN, sn, NULL in tests_X509_PURPOSE() 213 && TEST_str_eq(X509_PURPOSE_get0_name(xp), LN) in tests_X509_PURPOSE()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | GNUmakefile | 23 LN = ln -s -f macro 32 ${LN} ${LIBRARY_SO}.${VERSION} ${DESTDIR}${PREFIX}/lib/${LIBRARY_SO} 43 ${LN} ${LIBRARY_SO}.${VERSION} ${LIBRARY_SO}
|
| H A D | Makefile | 24 LN = ln -s -f macro 35 ${LN} ${LIBRARY_SO}.${VERSION} ${DESTDIR}${PREFIX}/lib/${LIBRARY_SO} 51 ${LN} ${LIBRARY_SO}.${VERSION} ${LIBRARY_SO}
|
| /freebsd/lib/msun/ld128/ |
| H A D | e_powl.c | 95 static const long double LN[] = variable 330 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4]))); in powl()
|
| /freebsd/tests/sys/cddl/zfs/tests/xattr/ |
| H A D | xattr_009_neg.ksh | 68 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LN -s /etc/passwd foo 71 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LN /etc/passwd foo
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 305 if (const auto *LN = dyn_cast<LifetimeSDNode>(N)) { in match() local 306 if (LN->hasOffset()) in match() 307 return BaseIndexOffset(LN->getOperand(1), SDValue(), LN->getOffset(), in match() 309 return BaseIndexOffset(LN->getOperand(1), SDValue(), false); in match()
|
| /freebsd/tools/kerneldoc/ |
| H A D | Makefile | 11 LN?= ln macro 18 ${LN} -sf ${.CURDIR}/../${dir} .
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollAndJamPass.cpp | 423 static bool tryToUnrollAndJamLoop(LoopNest &LN, DominatorTree &DT, LoopInfo &LI, in tryToUnrollAndJamLoop() argument 430 ArrayRef<Loop *> Loops = LN.getLoops(); in tryToUnrollAndJamLoop() 431 Loop *OutmostLoop = &LN.getOutermostLoop(); in tryToUnrollAndJamLoop() 454 PreservedAnalyses LoopUnrollAndJamPass::run(LoopNest &LN, in run() argument 458 Function &F = *LN.getParent(); in run() 464 if (!tryToUnrollAndJamLoop(LN, AR.DT, AR.LI, AR.SE, AR.TTI, AR.AC, DI, ORE, in run()
|
| H A D | LoopInterchange.cpp | 530 bool run(LoopNest &LN) { in run() 531 SmallVector<Loop *, 8> LoopList(LN.getLoops()); in run() 1932 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run() argument 1936 Function &F = *LN.getParent(); in run() 1937 SmallVector<Loop *, 8> LoopList(LN.getLoops()); in run() 1956 LN.getOutermostLoop().getStartLoc(), in run() 1957 LN.getOutermostLoop().getHeader()) in run() 1962 if (!LoopInterchange(&AR.SE, &AR.LI, &DI, &AR.DT, &AR, &ORE).run(LN)) in run()
|
| /freebsd/contrib/bsddialog/ |
| H A D | Makefile | 14 LN = ln -s -f macro 37 ${LN} ${UTILITYPATH}/${OUTPUT} ${.CURDIR}/${OUTPUT}
|
| /freebsd/contrib/dma/ |
| H A D | Makefile | 38 LN?= ln macro 58 cd ${DESTDIR}${SBIN} && ${LN} ${SYMLINK} dma sendmail 61 cd ${DESTDIR}${SBIN} && ${LN} ${SYMLINK} dma mailq
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallSet.h | 282 template <typename T, unsigned LN, unsigned RN, typename C> 283 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { 294 template <typename T, unsigned LN, unsigned RN, typename C> 295 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
|
| /freebsd/contrib/mandoc/ |
| H A D | Makefile | 422 cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_MAN) 423 cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_APROPOS) 424 cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_WHATIS) 426 $(LN) ${BIN_FROM_SBIN}/mandoc $(BINM_MAKEWHATIS) 431 cd $(DESTDIR)$(MANDIR)/man1 && $(LN) $(BINM_APROPOS).1 $(BINM_WHATIS).1 531 $(LN) mandoc man
|
| H A D | configure | 140 LN="ln -f" 684 LN = ${LN}
|
| /freebsd/share/mk/ |
| H A D | src.init.linux.mk | 18 LN= ln -L
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopFlatten.h | 27 PreservedAnalyses run(LoopNest &LN, LoopAnalysisManager &LAM,
|
| H A D | LoopPassManager.h | 169 static const Loop &getLoopFromIR(LoopNest &LN) { in getLoopFromIR() argument 170 return LN.getOutermostLoop(); in getLoopFromIR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleSwift.td | 933 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 935 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)", 939 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$", 953 (instregex "VLD3(DUP|LN)(d|q)(8|16|32)$", 954 "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo$")>; 957 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)_UPD")>; 960 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo_UPD")>; 964 (instregex "VLD4(LN|DUP)(d|q)(8|16|32)$", 965 "VLD4(LN|DU [all...] |
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 71 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local 72 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) { in compare() 78 return compareInt(LN, RN); in compare()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3127 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerLoad() local 3128 MVT MemTy = LN->getMemoryVT().getSimpleVT(); in LowerLoad() 3129 ISD::LoadExtType ET = LN->getExtensionType(); in LowerLoad() 3134 LN->getAddressingMode(), ISD::ZEXTLOAD, MVT::i32, dl, LN->getChain(), in LowerLoad() 3135 LN->getBasePtr(), LN->getOffset(), LN->getPointerInfo(), in LowerLoad() 3136 /*MemoryVT*/ MVT::i8, LN->getAlign(), LN->getMemOperand()->getFlags(), in LowerLoad() 3137 LN->getAAInfo(), LN->getRanges()); in LowerLoad() 3138 LN = cast<LoadSDNode>(NL.getNode()); in LowerLoad() 3141 Align ClaimAlign = LN->getAlign(); in LowerLoad() 3142 if (!validateConstPtrAlignment(LN->getBasePtr(), ClaimAlign, dl, DAG)) in LowerLoad() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 485 auto *LN = static_cast<const LocalName *>(Name); in getFunctionDeclContextName() local 486 LN->Encoding->print(OB); in getFunctionDeclContextName() 488 Name = LN->Entity; in getFunctionDeclContextName()
|