Home
last modified time | relevance | path

Searched refs:AR (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/external/llvm/test/Object/
Dnm-universal-binary.test10 RUN: | FileCheck %s -check-prefix CHECK-AR
12 RUN: | FileCheck %s -check-prefix CHECK-AR-i386
14 RUN: | FileCheck %s -check-prefix CHECK-AR-o
31 CHECK-AR: macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64):
32 CHECK-AR: 0000000000000068 s EH_frame0
33 CHECK-AR: 000000000000003b s L_.str
34 CHECK-AR: 0000000000000000 T _main
35 CHECK-AR: 0000000000000080 S _main.eh
36 CHECK-AR: U _printf
37 CHECK-AR: macho-universal-archive.x86_64.i386(foo.o) (for architecture i386):
[all …]
/external/elfutils/src/config/
Dar-lib95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
121 AR=$1
135 AR="$AR $1"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
260 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
262 $AR -NOLOGO -OUT:"$archive" "$@" || exit $?
269 $AR -NOLOGO -LIST "$archive" || exit $?
/external/pcre/dist/
Dar-lib95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
121 AR=$1
135 AR="$AR $1"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
260 $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
262 $AR -NOLOGO -OUT:"$archive" "$@" || exit $?
269 $AR -NOLOGO -LIST "$archive" || exit $?
/external/clang/unittests/AST/
DCommentParser.cpp122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt()
123 if (!AR) in HasTextAt()
124 return AR; in HasTextAt()
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
144 if (!AR) in HasTextWithNewlineAt()
145 return AR; in HasTextWithNewlineAt()
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
167 if (!AR) in HasBlockCommandAt()
168 return AR; in HasBlockCommandAt()
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
[all …]
/external/llvm/lib/Analysis/
DIVUsers.cpp53 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in isInteresting() local
56 if (AR->getLoop() == L) in isInteresting()
57 return AR->isAffine() || in isInteresting()
59 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
63 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
64 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
326 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in findAddRecForLoop() local
327 if (AR->getLoop() == L) in findAddRecForLoop()
328 return AR; in findAddRecForLoop()
329 return findAddRecForLoop(AR->getStart(), L); in findAddRecForLoop()
[all …]
DScalarEvolutionNormalization.cpp107 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in TransformImpl() local
110 const Loop *L = AR->getLoop(); in TransformImpl()
114 for (SCEVNAryExpr::op_iterator I = AR->op_begin(), E = AR->op_end(); in TransformImpl()
132 if (AR->isAffine() && in TransformImpl()
135 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
166 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
181 TransformSubExpr(AR->getStepRecurrence(SE), in TransformImpl()
DDelinearization.cpp105 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(AccessFn); in print() local
108 if (!AR) in print()
115 O << "AddRec: " << *AR << "\n"; in print()
118 AR->delinearize(*SE, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
DScalarEvolution.cpp169 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(this); in print() local
170 OS << "{" << *AR->getOperand(0); in print()
171 for (unsigned i = 1, e = AR->getNumOperands(); i != e; ++i) in print()
172 OS << ",+," << *AR->getOperand(i); in print()
174 if (AR->getNoWrapFlags(FlagNUW)) in print()
176 if (AR->getNoWrapFlags(FlagNSW)) in print()
178 if (AR->getNoWrapFlags(FlagNW) && in print()
179 !AR->getNoWrapFlags((NoWrapFlags)(FlagNUW | FlagNSW))) in print()
181 AR->getLoop()->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
1246 static const SCEV *getPreStartForExtend(const SCEVAddRecExpr *AR, Type *Ty, in getPreStartForExtend() argument
[all …]
/external/vixl/tools/
Dcross_build_gcc.sh35 export AR=$1ar
45 if [ ! -x "$AR" ]; then
46 echo "Error: $AR does not exist or is not executable."
/external/elfutils/src/src/
Dmake-debug-archive.in16 AR=${AR:-@AR@}
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
DMakefile.am163 sed -e "s,[@]UNSTRIP[@],$$UNSTRIP,g" -e "s,[@]AR[@],$$AR,g" \
DMakefile.in118 libar_a_AR = $(AR) $(ARFLAGS)
123 libdummy_a_AR = $(AR) $(ARFLAGS)
128 libld_elf_a_AR = $(AR) $(ARFLAGS)
133 libld_elf_i386_pic_a_AR = $(AR) $(ARFLAGS)
310 AR = @AR@
1032 sed -e "s,[@]UNSTRIP[@],$$UNSTRIP,g" -e "s,[@]AR[@],$$AR,g" \
/external/v8/tools/
Dcross_build_gcc.sh36 export AR=$1ar
47 if [ ! -x "$AR" ]; then
48 echo "Error: $AR does not exist or is not executable."
/external/zlib/src/
Dconfigure38 AR=${AR-"${CROSS_PREFIX}ar"}
39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
41 AR=${AR-"ar"}
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
221 AR="libtool"
223 AR="/usr/bin/libtool"
263 AR="cc"
746 echo AR = $AR >> configure.log
787 /^AR *=/s#=.*#=$AR#
815 /^AR *=/s#=.*#=$AR#
/external/sonivox/arm-fm-22k/lib_src/
Darm-fm-22k_lib.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe macro
24 $(AR) rc lib$@ $(OBJS)
/external/iproute2/lib/
DMakefile10 $(AR) rcs $@ $(NLOBJ)
13 $(AR) rcs $@ $(UTILOBJ) $(ADDLIB)
/external/zlib/src/win32/
DMakefile.bor18 AR = tlib
86 $(AR) $(ZLIB_LIB) $(OBJP1)
87 $(AR) $(ZLIB_LIB) $(OBJP2)
88 $(AR) $(ZLIB_LIB) $(OBJPA)
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1492 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); in FindLoopCounter() local
1493 if (!AR || AR->getLoop() != L || !AR->isAffine()) in FindLoopCounter()
1499 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter()
1504 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in FindLoopCounter()
1526 const SCEV *Init = AR->getStart(); in FindLoopCounter()
1555 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(IndVar)); in genLoopLimit() local
1556 assert(AR && AR->getLoop() == L && AR->isAffine() && "bad loop counter"); in genLoopLimit()
1557 const SCEV *IVInit = AR->getStart(); in genLoopLimit()
1582 assert(AR->getStart() == SE->getSCEV(GEPBase) && "bad loop counter"); in genLoopLimit()
1607 if (AR->getStart()->isZero()) in genLoopLimit()
[all …]
/external/sonivox/arm-hybrid-22k/lib_src/
Darm-hybrid-22k_lib.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe macro
24 $(AR) rc lib$@ $(OBJS)
/external/sonivox/arm-wt-22k/lib_src/
Darm-wt-22k_lib.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe macro
24 $(AR) rc lib$@ $(OBJS)
/external/openssh/openbsd-compat/
DMakefile.in14 AR=@AR@
35 $(AR) rv $@ $(COMPAT) $(OPENBSD) $(PORTS)
/external/jpeg/
Dltconfig92 old_AR="$AR"
323 old_archive_cmds='$AR cru $oldlib$oldobjs'
328 test -z "$AR" && AR=ar
735 … $lib.exp;$LD -o $objdir/$soname$libobjs -bE:$lib.exp -T512 -H512 -bM:SRE;$AR cru $lib $objdir/$so…
748 … -o $objdir/$soname$libobjs ${wl}-bE:$lib.exp ${wl}-bM:SRE ${wl}-bnoentry;$AR cru $lib $objdir/$so…
754 …brary.data;$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data;$AR cru $lib$libobjs;$RA…
1380 AR="$AR"
/external/linux-tools-perf/src/tools/lib/lk/
DMakefile4 AR = $(CROSS_COMPILE)ar macro
24 $(QUIET_AR)$(RM) $@ && $(AR) rcs $(OUTPUT)$@ $(LIB_OBJS)
/external/srtp/crypto/
DMakefile97 ifndef AR
98 AR=ar macro
104 $(AR) cr libcryptomodule.a $(cryptobj)
DMakefile.in97 ifndef AR
98 AR=ar
104 $(AR) cr libcryptomodule.a $(cryptobj)

12345678910>>...26