Searched refs:AR (Results 126 - 150 of 403) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/objects/
H A DMakefile11 AR= ar r macro
37 $(AR) $(LIB) $(LIBOBJ)
/freebsd-11-stable/contrib/dtc/
H A DMakefile285 @$(VECHO) AR $@
286 $(AR) $(ARFLAGS) $@ $^
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5899 const AsmRewrite &AR = *it; local
5901 if (AR.Done)
5903 AsmRewriteKind Kind = AR.Kind;
5905 const char *Loc = AR.Loc.getPointer();
5914 AsmStart = Loc + AR.Len;
5924 assert(AR.IntelExp.isValid() && "cannot write invalid intel expression");
5925 if (AR.IntelExp.NeedBracs)
5927 if (AR.IntelExp.hasBaseReg())
5928 OS << AR.IntelExp.BaseReg;
5929 if (AR
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2861 LoopStandardAnalysisResults &AR,
2888 if (AR.MSSA) {
2889 MSSAU = MemorySSAUpdater(AR.MSSA);
2891 AR.MSSA->verifyMemorySSA();
2893 if (!unswitchLoop(L, AR.DT, AR.LI, AR.AC, AR.TTI, NonTrivial, UnswitchCB,
2894 &AR.SE, MSSAU.hasValue() ? MSSAU.getPointer() : nullptr))
2897 if (AR
2860 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
[all...]
H A DLoopIdiomRecognize.cpp251 LoopStandardAnalysisResults &AR,
256 AM.getResult<FunctionAnalysisManagerLoopProxy>(L, AR).getManager();
266 LoopIdiomRecognize LIR(&AR.AA, &AR.DT, &AR.LI, &AR.SE, &AR.TLI, &AR.TTI, DL,
250 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
H A DGuardWidening.cpp783 LoopStandardAnalysisResults &AR,
791 if (!GuardWideningImpl(AR.DT, nullptr, AR.LI, AR.DT.getNode(RootBB),
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl125 AR="$(AR_FOR_BUILD)"; export AR; \
159 AR="$(AR)"; export AR; \
205 AR="$(AR_FOR_TARGET)"; export AR; \
289 AR = @AR@
426 'AR
[all...]
/freebsd-11-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-11-stable/crypto/openssl/crypto/
H A DMakefile17 AR= ar ${ARFLAGS} macro
107 $(AR) $(LIB) $(LIBOBJ)
108 test -z "$(FIPSLIBDIR)" || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk189 ${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${OBJS} ${STATICOBJS} | tsort -q` ${ARADD}
204 ${AR} ${ARFLAGS} ${.TARGET} `NM='${NM}' NMFLAGS='${NMFLAGS}' lorder ${POBJS} | tsort -q` ${ARADD}
277 ${AR} ${ARFLAGS} ${.TARGET} ${SOBJS} ${ARADD}
H A Dsys.mk134 AR ?= ar macro
318 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
323 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in42 AR = @AR@
379 $(AR) cr $@ $(LIBNETDISSECT_OBJ)
/freebsd-11-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-11-stable/crypto/openssl/crypto/dso/
H A DMakefile11 AR= ar r macro
38 $(AR) $(LIB) $(LIBOBJ)
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A DMakefile12 AR= ar r macro
44 $(AR) $(LIB) $(LIBOBJ)
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A DMakefile11 AR= ar r macro
39 $(AR) $(LIB) $(LIBOBJ)
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A DMakefile11 AR= ar r macro
37 $(AR) $(LIB) $(LIBOBJ)
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A DMakefile11 AR= ar r macro
43 $(AR) $(LIB) $(LIBOBJ)
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile342 ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
351 ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DMakefile.in86 AR = @AR@
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in66 AR = @AR@
/freebsd-11-stable/contrib/tnftp/src/
H A DMakefile.in125 AR = @AR@
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in131 AR = @AR@
/freebsd-11-stable/contrib/file/python/
H A DMakefile.in128 AR = @AR@
/freebsd-11-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);

Completed in 274 milliseconds

1234567891011>>