Searched refs:AR (Results 51 - 75 of 963) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp44 static void PrintResults(AliasResult AR, bool P, const Value *V1, argument
56 // Change offset sign for the local AR, for printing only.
57 AR.swap();
59 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n";
79 static inline void PrintLoadStoreResults(AliasResult AR, bool P, argument
83 errs() << " " << AR << ": " << *V1 << " <-> " << *V2 << '\n';
155 AliasResult AR = AA.alias(*I1, I1Size, *I2, I2Size); local
156 switch (AR) {
158 PrintResults(AR, PrintNoAlias, *I1, *I2, F.getParent());
162 PrintResults(AR, PrintMayAlia
181 AliasResult AR = AA.alias(MemoryLocation::get(cast<LoadInst>(Load)), local
208 AliasResult AR = AA.alias(MemoryLocation::get(cast<StoreInst>(*I1)), local
[all...]
H A DIVUsers.cpp41 LoopStandardAnalysisResults &AR) {
42 return IVUsers(&L, &AR.AC, &AR.LI, &AR.DT, &AR.SE);
63 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) {
66 if (AR->getLoop() == L)
67 return AR->isAffine() ||
69 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR);
40 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) argument
[all...]
H A DLoopCacheAnalysis.cpp82 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(&AccessFn);
83 if (!AR || !AR->isAffine())
86 assert(AR->getLoop() && "AR should have a loop");
89 const SCEV *Start = AR->getStart();
90 const SCEV *Step = AR->getStepRecurrence(SE);
98 const SCEV *StepRec = AR->getStepRecurrence(SE);
432 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LastSubscript);
433 return AR
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A D50-haiku.conf10 AR => "ar",
H A D50-cppbuilder.conf46 AR => "tlib",
/netbsd-current/sys/arch/playstation2/conf/
H A Dbuild.playstation2.sh15 AR=${root}/bin/${target}-ar; export AR
/netbsd-current/external/bsd/wpa/dist/src/l2_packet/
H A DMakefile14 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/radius/
H A DMakefile21 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A DMakefile19 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/eapol_supp/
H A DMakefile16 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/eapol_auth/
H A DMakefile14 $(AR) crT $@ $?
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLICM.h58 LoopStandardAnalysisResults &AR, LPMUpdater &U);
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/config/
H A Ddefault.exp58 if ![info exists AR] then {
59 set AR [findfile $base_dir/../binutils/ar]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDelayedDiagnostic.cpp24 DelayedDiagnostic::makeAvailability(AvailabilityResult AR, argument
54 DD.AvailabilityData.AR = AR;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp29 LoopStandardAnalysisResults &AR, LPMUpdater &U) {
32 ? runWithLoopNestPasses(L, AM, AR, U)
33 : runWithoutLoopNestPasses(L, AM, AR, U);
50 LoopStandardAnalysisResults &AR,
58 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR);
74 PassPA = runSinglePass(L, Pass, AM, AR, U, PI);
82 LoopNestPtr = LoopNest::getLoopNest(L, AR.SE);
85 PassPA = runSinglePass(*LoopNestPtr, Pass, AM, AR, U, PI);
130 LoopStandardAnalysisResults &AR,
136 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR);
28 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
49 runWithLoopNestPasses(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
129 runWithoutLoopNestPasses(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
[all...]
H A DLoopDeletion.cpp257 LoopStandardAnalysisResults &AR,
267 auto Result = deleteLoopIfDead(&L, AR.DT, AR.SE, AR.LI, AR.MSSA, ORE);
273 Result = merge(Result, breakBackedgeIfNotTaken(&L, AR.DT, AR.SE, AR.LI,
274 AR.MSSA, ORE));
283 if (AR
256 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &Updater) argument
[all...]
H A DLoopInstSimplify.cpp225 LoopStandardAnalysisResults &AR,
228 if (AR.MSSA) {
229 MSSAU = MemorySSAUpdater(AR.MSSA);
231 AR.MSSA->verifyMemorySSA();
233 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI,
239 if (AR.MSSA)
224 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A DMakefile14 ${AR} ${LIB} ${OBJS}
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A DMakefile21 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A DMakefile27 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/common/
H A DMakefile26 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A DMakefile26 $(AR) crT $@ $?
/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.lib12 $(AR) r $@ $?
/netbsd-current/external/bsd/unbound/dist/contrib/ios/
H A Dsetenv_ios.sh201 # We want to set AR=libtool and ARFLAGS="-static -o",
204 AS=as; AR=ar; RANLIB=ranlib; STRIP=strip
225 if [ ! -e "$XCODE_TOOLCHAIN/$AR" ]; then
252 export CPP CC CXX LD AS AR RANLIB STRIP
266 echo "AR: $(command -v "$AR")"
/netbsd-current/share/mk/
H A Dsys.mk14 AR?= ar macro
138 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
153 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
164 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
174 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
184 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
195 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
206 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o
215 ${AR} ${ARFLAGS} ${.TARGET} ${.PREFIX}.o

Completed in 185 milliseconds

1234567891011>>