Searched refs:AR (Results 201 - 225 of 963) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A DMakefile.in50 AR = @AR@
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1121 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(OperandVal);
1122 if (!AR)
1130 if (AR->getLoop() == InnerLoop) {
1144 if (AR->getLoop() == OuterLoop) {
1766 LoopStandardAnalysisResults &AR,
1770 DependenceInfo DI(&F, &AR.AA, &AR.SE, &AR.LI);
1772 if (!LoopInterchange(&AR.SE, &AR
[all...]
H A DLoopUnrollPass.cpp1326 LoopStandardAnalysisResults &AR,
1340 OldLoops.insert(AR.LI.begin(), AR.LI.end());
1344 bool Changed = tryToUnrollLoop(&L, AR.DT, &AR.LI, AR.SE, AR.TTI, AR.AC, ORE,
1384 SibLoops.append(AR.LI.begin(), AR
1325 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &Updater) argument
[all...]
H A DLoopDataPrefetch.cpp76 bool isStrideLargeEnough(const SCEVAddRecExpr *AR, unsigned TargetMinStride);
153 bool LoopDataPrefetch::isStrideLargeEnough(const SCEVAddRecExpr *AR, argument
159 const auto *ConstStride = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE));
/netbsd-current/external/gpl3/gdb/dist/
H A DMakefile.in152 AR="$(AR_FOR_BUILD)"; export AR; \
204 AR="$(AR)"; export AR; \
297 AR="$(AR_FOR_TARGET)"; export AR; \
419 AR = @AR@ @AR_PLUGIN_OPTION@
950 'AR
[all...]
/netbsd-current/external/gpl3/binutils/dist/
H A DMakefile.in152 AR="$(AR_FOR_BUILD)"; export AR; \
204 AR="$(AR)"; export AR; \
297 AR="$(AR_FOR_TARGET)"; export AR; \
419 AR = @AR@ @AR_PLUGIN_OPTION@
953 'AR
[all...]
/netbsd-current/external/gpl3/gcc/dist/
H A DMakefile.in152 AR="$(AR_FOR_BUILD)"; export AR; \
204 AR="$(AR)"; export AR; \
299 AR="$(AR_FOR_TARGET)"; export AR; \
421 AR = @AR@
955 'AR
[all...]
/netbsd-current/external/gpl2/grep/dist/intl/
H A DMakefile.in47 AR = ar
116 $(AR) cru $@ $(OBJECTS)
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A DMakefile.in47 AR = ar
149 $(AR) cru $@ $(OBJECTS)
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A DMakefile22 AR = ar macro
65 $(AR) rs $@ mdb.o midl.o
/netbsd-current/common/lib/libc/arch/aarch64/atomic/
H A D__aarch64_lse.S114 #define FUNC2 _CONCAT3(__aarch64_,OP,AR)
115 #define FUNC3 _CONCAT4(__aarch64_,OP,SZ,AR)
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dlibctf-repeat-cu.exp47 global CC_FOR_TARGET CFLAGS_FOR_TARGET AR subsrcdir
60 set ar_output [prune_warnings [run_host_cmd "$AR" "rc $archive $obj"]]
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-token-plain.exp35 CondParser_Eval: V${UNDEF}AR
/netbsd-current/external/gpl3/gcc.old/dist/
H A DMakefile.in152 AR="$(AR_FOR_BUILD)"; export AR; \
202 AR="$(AR)"; export AR; \
292 AR="$(AR_FOR_TARGET)"; export AR; \
412 AR = @AR@
898 'AR
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp679 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S))
680 L = AR->getLoop();
1167 static bool IsIncrementNSW(ScalarEvolution &SE, const SCEVAddRecExpr *AR) { argument
1168 if (!isa<IntegerType>(AR->getType()))
1171 unsigned BitWidth = cast<IntegerType>(AR->getType())->getBitWidth();
1172 Type *WideTy = IntegerType::get(AR->getType()->getContext(), BitWidth * 2);
1173 const SCEV *Step = AR->getStepRecurrence(SE);
1175 SE.getSignExtendExpr(AR, WideTy));
1177 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy);
1181 static bool IsIncrementNUW(ScalarEvolution &SE, const SCEVAddRecExpr *AR) { argument
2482 generateOverflowCheck(const SCEVAddRecExpr *AR, Instruction *Loc, bool Signed) argument
[all...]
/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A DMakefile76 $(AR) r $@ $(OBJS)
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A DMakefile.in39 AR = ar
123 $(AR) cru $@ $(OBJECTS)
/netbsd-current/common/dist/zlib/old/os2/
H A DMakefile.os236 AR=emxomfar cr
71 $(AR) $@ $(OBJS)
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A DMakefile.in80 AR = @AR@
/netbsd-current/external/gpl3/gdb/dist/zlib/old/os2/
H A DMakefile.os236 AR=emxomfar cr
71 $(AR) $@ $(OBJS)
/netbsd-current/external/gpl3/binutils/dist/zlib/old/os2/
H A DMakefile.os236 AR=emxomfar cr
71 $(AR) $@ $(OBJS)
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DMakefile.in28 AR = ar
89 $(AR) $(ARFLAGS) $@ $(libdecnumber_a_OBJS)
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A DMakefile.in39 AR = ar
123 $(AR) cru $@ $(OBJECTS)
/netbsd-current/external/gpl3/gdb.old/dist/zlib/old/os2/
H A DMakefile.os236 AR=emxomfar cr
71 $(AR) $@ $(OBJS)
/netbsd-current/external/gpl3/gdb.old/dist/zlib/win32/
H A DMakefile.gcc54 AR = $(PREFIX)ar
91 $(AR) $(ARFLAGS) $@ $(OBJS) $(OBJA)

Completed in 255 milliseconds

1234567891011>>