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

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/zlib/msdos/
H A DMakefile.dj249 AR=ar rcs
73 $(AR) $@ $(OBJS) $(OBJA)
/netbsd-current/sys/lib/libgnuefi/
H A DMakefile.inc45 AR=${AR:q} NM=${NM:q} \
/netbsd-current/external/gpl3/gdb.old/dist/zlib/msdos/
H A DMakefile.dj249 AR=ar rcs
73 $(AR) $@ $(OBJS) $(OBJA)
H A DMakefile.bor32 AR=tlib
97 $(AR) $(ZLIB_LIB) $(OBJP1)
98 $(AR) $(ZLIB_LIB) $(OBJP2)
H A DMakefile.tc20 AR=tlib
82 $(AR) $(ZLIB_LIB) $(OBJP1)
83 $(AR) $(ZLIB_LIB) $(OBJP2)
/netbsd-current/external/gpl3/binutils.old/dist/zlib/msdos/
H A DMakefile.dj249 AR=ar rcs
73 $(AR) $@ $(OBJS) $(OBJA)
/netbsd-current/sys/lib/libz/
H A DMakefile.inc41 AR=${AR:q} NM=${NM:q} \
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A DMakefile67 $(AR) crT $@ $?
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A DMakefile1933 $(Q)$(AR) crs $@ $?
1934 @$(E) " AR " $@
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp43 auto *AR = dyn_cast<SCEVAddRecExpr>(S);
44 if (!AR || AR->getLoop() != L)
47 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE);
H A DIVDescriptors.cpp1039 /// AddRecurrence \p AR; See createAddRecFromPHIWithCast). We want to find the
1042 /// cast instructions, and compute the phi using \p AR (instead of some scev
1069 const SCEVAddRecExpr *AR,
1074 assert(PSE.getSCEV(PN) == AR && "Unexpected phi node SCEV expression");
1075 const Loop *L = AR->getLoop();
1121 if (AddRec && PSE.areAddRecsEqualWithPreds(AddRec, AR))
1157 const auto *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); local
1160 if (Assume && !AR)
1161 AR = PSE.getAsAddRec(Phi);
1163 if (!AR) {
1067 getCastsForInductionPHI(PredicatedScalarEvolution &PSE, const SCEVUnknown *PhiScev, const SCEVAddRecExpr *AR, SmallVectorImpl<Instruction *> &CastInsts) argument
1195 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDGPrinter.h30 LoopStandardAnalysisResults &AR, LPMUpdater &U);
/netbsd-current/sys/external/bsd/gnu-efi/dist/gnuefi/
H A DMakefile58 $(AR) $(ARFLAGS) $@ $^
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/config/
H A Ddefault.exp61 if ![info exists AR] then {
62 set AR [findfile $base_dir/ar]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A DMakefile.in64 AR = @AR@
/netbsd-current/external/gpl3/gcc/usr.bin/host-libcpp/
H A DMakefile4 AR=${HOST_AR:Q} \
/netbsd-current/external/gpl3/gcc.old/usr.bin/host-libcpp/
H A DMakefile4 AR=${HOST_AR:Q} \
/netbsd-current/sys/lib/libkern/
H A DMakefile.inc52 AR=${AR:q} NM=${NM:q} \
/netbsd-current/sys/lib/libsa/
H A DMakefile.inc45 AR=${AR:q} NM=${NM:q} \
/netbsd-current/tests/lib/libc/ssp/
H A DMakefile19 ${AR} cr libssp_nonshared.a
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp868 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); local
869 if (!AR || AR->getLoop() != L || !AR->isAffine())
872 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE));
912 const auto *AR = cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); local
914 // AR may be a pointer type, while BECount is an integer type.
915 // AR may be wider than BECount. With eq/ne tests overflow is immaterial.
916 // AR may not be a narrower type, or we may never exit.
917 uint64_t PhiWidth = SE->getTypeSizeInBits(AR
977 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(SE->getSCEV(IndVar)); local
1107 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(SE->getSCEV(IncVar)); local
1855 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(ExitCount); local
1921 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dm68k-parse.y104 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG
157 | AR
205 '(' AR ')'
210 | '(' AR ')' '+'
215 | '-' '(' AR ')'
520 | AR
534 AR
655 | AR
854 ret = AR;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dm68k-parse.y104 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG
157 | AR
205 '(' AR ')'
210 | '(' AR ')' '+'
215 | '-' '(' AR ')'
520 | AR
534 AR
655 | AR
854 ret = AR;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dm68k-parse.y104 %token <reg> DR AR FPR FPCR LPC ZAR ZDR LZPC CREG
157 | AR
205 '(' AR ')'
210 | '(' AR ')' '+'
215 | '-' '(' AR ')'
520 | AR
534 AR
655 | AR
854 ret = AR;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dtable.c521 " addi A1,AL,AR" COM "addition of constant\n", },
528 " addic. A1,AL,AR" COM "addition of constant\n", },
534 " addic A1,AL,AR" COM "64-bit addition of constant\n"
541 " add A1,AL,AR\n", },
547 " add. A1,AL,AR\n", },
553 " addc A1,AL,AR" COM "64-bit add\n"
560 " fadds A1,AL,AR" COM "float add\n", },
572 " fadd A1,AL,AR" COM "(l)double add\n", },
585 " addi A1,AL,-AR\n", },
591 " addic. A1,AL,-AR\
[all...]

Completed in 360 milliseconds

1234567891011>>