Searched refs:AR (Results 176 - 200 of 963) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A DMakefile78 $(AR) $(ARFLAGS) $@ $^
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/
H A DMakefile.am85 $(if $*,@)AR="$(AR)"; export AR; \
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/
H A DMakefile.am85 $(if $*,@)AR="$(AR)"; export AR; \
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A DMakefile.in50 AR = @AR@
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp423 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S))
424 if (!AR->getStart()->isZero() && AR->isAffine()) {
425 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
426 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0),
427 AR->getStepRecurrence(SE),
428 // FIXME: AR->getNoWrapFlags()
429 AR->getLoop(), SCEV::FlagAnyWrap),
643 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { argument
645 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR
910 isExistingPhi(const SCEVAddRecExpr *AR, ScalarEvolution &SE) argument
2120 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(PH)); local
2305 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(IV); local
3566 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S); local
4010 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Base.BaseRegs[i]); local
5980 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
[all...]
H A DLoopPredication.cpp359 LoopStandardAnalysisResults &AR,
365 BranchProbabilityInfo BPI(*F, AR.LI, &AR.TLI, &AR.DT, nullptr);
366 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, &BPI);
393 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHSS); local
394 if (!AR || A
358 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
[all...]
H A DLoopSimplifyCFG.cpp701 LoopStandardAnalysisResults &AR,
704 if (AR.MSSA)
705 MSSAU = MemorySSAUpdater(AR.MSSA);
707 if (!simplifyLoopCFG(L, AR.DT, AR.LI, AR.SE,
716 if (AR.MSSA)
700 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &LPMU) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp230 LoopStandardAnalysisResults &AR,
232 if (!CanonicalizeFreezeInLoopsImpl(&L, AR.SE, AR.DT).run())
229 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h135 static DelayedDiagnostic makeAvailability(AvailabilityResult AR,
199 return AvailabilityData.AR;
243 AvailabilityResult AR; member in struct:clang::sema::DelayedDiagnostic::AD
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp285 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(this); local
286 OS << "{" << *AR->getOperand(0);
287 for (unsigned i = 1, e = AR->getNumOperands(); i != e; ++i)
288 OS << ",+," << *AR->getOperand(i);
290 if (AR->hasNoUnsignedWrap())
292 if (AR->hasNoSignedWrap())
294 if (AR->hasNoSelfWrap() &&
295 !AR->getNoWrapFlags((NoWrapFlags)(FlagNUW | FlagNSW)))
297 AR->getLoop()->getHeader()->printAsOperand(OS, /*PrintType=*/false);
1357 // The recurrence AR ha
[all...]
H A DAliasSetTracker.cpp215 AliasResult AR = local
218 if (AR != AliasResult::NoAlias)
219 return AR;
311 AliasResult AR = AS.aliasesPointer(Ptr, Size, AAInfo, AA); local
312 if (AR == AliasResult::NoAlias)
315 if (AR != AliasResult::MustAlias)
H A DMemorySSA.cpp261 Optional<AliasResult> AR; member in struct:__anon1683::ClobberAlias
266 // Return a pair of {IsClobber (bool), AR (AliasResult)}. It relies on AR being
274 Optional<AliasResult> AR; local
302 AR = isMustSet(I) ? AliasResult::MustAlias : AliasResult::MayAlias;
303 return {isModOrRefSet(I), AR};
312 AR = isMustSet(I) ? AliasResult::MustAlias : AliasResult::MayAlias;
313 return {isModSet(I), AR};
348 Optional<AliasResult> AR = AliasResult(AliasResult::MayAlias); member in struct:__anon1684::UpwardsMemoryQuery
428 // Not used: CA.AR;
548 Optional<AliasResult> AR; member in struct:__anon1685::ClobberWalker::UpwardsWalkResult
1311 Optional<AliasResult> AR; member in struct:llvm::MemorySSA::OptimizeUses::MemlocStackInfo
2171 OS << " " << *AR; local
2207 OS << " " << *AR; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A DMakefile.in150 AR="$(AR_FOR_BUILD)"; export AR; \
196 AR="$(AR)"; export AR; \
274 AR="$(AR_FOR_TARGET)"; export AR; \
390 AR = @AR@
806 'AR
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A DMakefile.in150 AR="$(AR_FOR_BUILD)"; export AR; \
196 AR="$(AR)"; export AR; \
274 AR="$(AR_FOR_TARGET)"; export AR; \
390 AR = @AR@
806 'AR
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp590 AnalysisResolver *AR = AnalysisPass->getResolver(); local
591 assert(AR && "Expected analysis resolver to exist.");
592 unsigned APDepth = AR->getPMDataManager().getDepth();
741 AnalysisResolver *AR = new AnalysisResolver(*DM); local
742 P->setResolver(AR);
1031 AnalysisResolver *AR = new AnalysisResolver(*this); local
1032 P->setResolver(AR);
1133 AnalysisResolver *AR = P->getResolver(); local
1134 assert(AR && "Analysis Resolver is not set");
1135 AR
1336 AnalysisResolver *AR = new AnalysisResolver(*FPM); local
1378 AnalysisResolver *AR = FP->getResolver(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp323 for (MCRegAliasIterator AR(Reg, TRI, /*IncludeSelf*/ true); AR.isValid();
324 ++AR)
325 if (MBB->isLiveIn(*AR))
472 AliasResult AR = areMemoryOpsAliased(MI, PrevMI); local
473 if (AR == AR_WillAliasEverything)
475 if (AR == AR_MayAlias)
/netbsd-current/external/bsd/pcc/dist/pcc/os/win32/
H A Dbuild.bat52 set AR=lib.exe /nologo variable
63 set AR=ar.exe variable
107 set AR="%PCCDIR%\bin\%AR%" variable
182 %AR% %AR_OUT% _ftol.%OBJ% adddi3.%OBJ% anddi3.%OBJ% ashldi3.%OBJ% ashrdi3.%OBJ% cmpdi2.%OBJ% divdi3.%OBJ% fixdfdi.%OBJ% fixsfdi.%OBJ% fixunsdfdi.%OBJ% fixunssfdi.%OBJ% floatdidf.%OBJ% floatdisf.%OBJ% floatunsdidf.%OBJ% iordi3.%OBJ% lshldi3.%OBJ% lshrdi3.%OBJ% moddi3.%OBJ% muldi3.%OBJ% negdi2.%OBJ% notdi2.%OBJ% qdivrem.%OBJ% ssp.%OBJ% subdi3.%OBJ% ucmpdi2.%OBJ% udivdi3.%OBJ% umoddi3.%OBJ% xordi3.%OBJ%
/netbsd-current/crypto/external/cpl/trousers/dist/src/tddl/
H A DMakefile.in71 libtddl_a_AR = $(AR) $(ARFLAGS)
95 AR = @AR@
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DMakefile.in28 AR = @AR@
90 $(AR) $(ARFLAGS) $@ $(libdecnumber_a_OBJS)
/netbsd-current/external/gpl2/gettext/dist/os2/
H A DMakefile63 AR = ar macro
187 $(AR) $(ARFLAGS) $@ $^
211 $(AR) $(ARFLAGS) $@ $^
214 $(AR) $(ARFLAGS) $@ $^
/netbsd-current/external/gpl2/grep/dist/intl/
H A DMakefile47 AR = ar macro
116 $(AR) cru $@ $(OBJECTS)
/netbsd-current/sys/arch/epoc32/stand/e32boot/exe/
H A DMakefile58 $(AR) r $@ $(OBJS)
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A DMakefile71 $(AR) crT $@ $?
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h125 raw_ostream &operator<<(raw_ostream &OS, const AddressRanges &AR);
/netbsd-current/external/gpl3/gdb.old/dist/sim/
H A DMakefile.in54 AR = @AR@
89 "AR=$(AR)" \

Completed in 294 milliseconds

1234567891011>>