Searched refs:AR (Results 101 - 125 of 307) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp220 if (AliasResult AR = AA.alias(
223 return AR;
316 AliasResult AR = Cur->aliasesPointer(Ptr, Size, AAInfo, AA); local
317 if (AR == NoAlias)
321 AliasResult(AllAR & AR); // Possible downgrade to May/Partial, even No
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in42 AR = @AR@
379 $(AR) cr $@ $(LIBNETDISSECT_OBJ)
/freebsd-13-stable/contrib/tcp_wrappers/
H A DMakefile334 LIBS= RANLIB=echo AR=bld ARFLAGS=rv \
407 AR = ar macro
408 #AR = bld # Unicos 8.x
726 $(AR) $(ARFLAGS) $(LIB) $(LIB_OBJ)
/freebsd-13-stable/contrib/tnftp/src/
H A DMakefile.in125 AR = @AR@
/freebsd-13-stable/contrib/bearssl/mk/
H A Dmkrules.sh530 \$(AR) \$(ARFLAGS) \$(AROUT)\$(BEARSSLLIB) \$(OBJ)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h296 void setOptimizedAccessType(Optional<AliasResult> AR) { argument
297 OptimizedAccessAlias = AR;
301 Optional<AliasResult> AR = MayAlias) {
307 setOptimizedAccessType(AR);
H A DScalarEvolution.h366 getImpliedFlags(const SCEVAddRecExpr *AR, ScalarEvolution &SE);
369 const SCEVAddRecExpr *AR; member in class:llvm::final
374 const SCEVAddRecExpr *AR,
1092 getWrapPredicate(const SCEVAddRecExpr *AR,
1793 /// Try to prove NSW or NUW on \p AR relying on ConstantRange manipulation.
1794 SCEV::NoWrapFlags proveNoWrapViaConstantRanges(const SCEVAddRecExpr *AR);
H A DDDG.h422 Result run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR);
434 LoopStandardAnalysisResults &AR, LPMUpdater &U);
/freebsd-13-stable/contrib/file/python/
H A DMakefile.in128 AR = @AR@
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp783 LoopStandardAnalysisResults &AR,
791 if (!GuardWideningImpl(AR.DT, nullptr, AR.LI, AR.DT.getNode(RootBB),
H A DInductiveRangeCheckElimination.cpp824 auto HasNoSignedWrap = [&](const SCEVAddRecExpr *AR) {
825 if (AR->getNoWrapFlags(SCEV::FlagNSW))
828 IntegerType *Ty = cast<IntegerType>(AR->getType());
833 dyn_cast<SCEVAddRecExpr>(SE.getSignExtendExpr(AR, WideTy));
835 const SCEV *ExtendedStart = SE.getSignExtendExpr(AR->getStart(), WideTy);
837 SE.getSignExtendExpr(AR->getStepRecurrence(SE), WideTy);
847 return AR->getNoWrapFlags(SCEV::FlagNSW) != SCEV::FlagAnyWrap;
H A DLICM.cpp247 LoopStandardAnalysisResults &AR, LPMUpdater &) {
254 if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.TLI, &AR.TTI, &AR.SE,
255 AR.MSSA, &ORE))
262 if (AR.MSSA)
246 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
H A DLoopLoadElimination.cpp710 LoopStandardAnalysisResults AR = {AA, AC, DT, LI, SE, TLI, TTI, MSSA};
711 return LAM.getResult<LoopAccessAnalysis>(L, AR);
H A DLoopInterchange.cpp1049 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal);
1050 if (!AR)
1058 if (AR->getLoop() == InnerLoop) {
1072 if (AR->getLoop() == OuterLoop) {
/freebsd-13-stable/contrib/openpam/misc/
H A DMakefile.in131 AR = @AR@
/freebsd-13-stable/contrib/ncurses/ncurses/
H A DMakefile.in90 AR = @AR@
/freebsd-13-stable/share/mk/
H A Dbsd.lib.mk269 ${AR} ${ARFLAGS} ${.TARGET} ${OBJS} ${STATICOBJS} ${ARADD}
283 ${AR} ${ARFLAGS} ${.TARGET} ${POBJS} ${ARADD}
366 ${AR} ${ARFLAGS} ${.TARGET} ${SOBJS} ${ARADD}
378 ${AR} ${ARFLAGS} ${.TARGET} ${NOSSPSOBJS} ${ARADD}
393 ${AR} ${ARFLAGS} ${.TARGET} ${PIEOBJS} ${ARADD}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6743 const AsmRewrite &AR = *it; local
6745 if (AR.Done)
6747 AsmRewriteKind Kind = AR.Kind;
6749 const char *Loc = AR.Loc.getPointer();
6758 AsmStart = Loc + AR.Len;
6768 assert(AR.IntelExp.isValid() && "cannot write invalid intel expression");
6769 if (AR.IntelExp.NeedBracs)
6771 if (AR.IntelExp.hasBaseReg())
6772 OS << AR.IntelExp.BaseReg;
6773 if (AR
[all...]
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in49 AR = @AR@
392 $(AR) rc $@ $(OBJ) $(ADDLARCHIVEOBJS)
463 $(AR) rc $@ shr.o
/freebsd-13-stable/contrib/lua/src/
H A DMakefile14 AR= ar rcu macro
60 $(AR) $@ $(BASE_O)
84 @echo "AR= $(AR)"
131 "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded" \
/freebsd-13-stable/contrib/expat/doc/
H A DMakefile.in197 AR = @AR@
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp905 for (MCRegAliasIterator AR(R, &TRI, true); AR.isValid(); ++AR) {
906 if (!Live[*AR])
/freebsd-13-stable/contrib/openbsm/bin/
H A DMakefile.in193 AR = @AR@
/freebsd-13-stable/contrib/openbsm/bsm/
H A DMakefile.in177 AR = @AR@
/freebsd-13-stable/contrib/openbsm/man/
H A DMakefile.in160 AR = @AR@

Completed in 147 milliseconds

1234567891011>>