Home
last modified time | relevance | path

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

12345678910>>...25

/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 …]
Dsize-trivial-macho.test8 RUN: | FileCheck %s -check-prefix AR
42 AR: __TEXT __DATA __OBJC others dec hex
43 AR: 70 0 0 32 102 66 {{.*}}/macho-archive-x86_64.a(foo.o)
44 AR: 0 4 0 0 4 4 {{.*}}/macho-archive-x86_64.a(bar.o)
/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/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/llvm/lib/Analysis/
DIVUsers.cpp56 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in isInteresting() local
59 if (AR->getLoop() == L) in isInteresting()
60 return AR->isAffine() || in isInteresting()
62 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
66 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
67 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
341 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in findAddRecForLoop() local
342 if (AR->getLoop() == L) in findAddRecForLoop()
343 return AR; in findAddRecForLoop()
344 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()
DScalarEvolution.cpp160 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(this); in print() local
161 OS << "{" << *AR->getOperand(0); in print()
162 for (unsigned i = 1, e = AR->getNumOperands(); i != e; ++i) in print()
163 OS << ",+," << *AR->getOperand(i); in print()
165 if (AR->getNoWrapFlags(FlagNUW)) in print()
167 if (AR->getNoWrapFlags(FlagNSW)) in print()
169 if (AR->getNoWrapFlags(FlagNW) && in print()
170 !AR->getNoWrapFlags((NoWrapFlags)(FlagNUW | FlagNSW))) in print()
172 AR->getLoop()->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
1240 static const SCEV *getPreStartForExtend(const SCEVAddRecExpr *AR, Type *Ty, in getPreStartForExtend() argument
[all …]
/external/elfutils/src/
Dmake-debug-archive.in16 AR=${AR:-@AR@}
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
DMakefile.am179 sed -e "s,[@]UNSTRIP[@],$$UNSTRIP,g" -e "s,[@]AR[@],$$AR,g" \
/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/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/tlsdate/
DMakefile.android34 AR := $(NDK_TOOLCHAIN)/bin/arm-linux-androideabi-ar
53 AR=$(AR) \
/external/zlib/src/win32/
DMakefile.bor18 AR = tlib
86 $(AR) $(ZLIB_LIB) $(OBJP1)
87 $(AR) $(ZLIB_LIB) $(OBJP2)
88 $(AR) $(ZLIB_LIB) $(OBJPA)
/external/rmi4utils/rmidevice/
DMakefile2 AR ?= ar
18 $(AR) crv $(STATIC_LIBNAME) $^
/external/iproute2/lib/
DMakefile18 $(AR) rcs $@ $(NLOBJ)
21 $(AR) rcs $@ $(UTILOBJ) $(ADDLIB)
/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/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1742 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); in FindLoopCounter() local
1743 if (!AR || AR->getLoop() != L || !AR->isAffine()) in FindLoopCounter()
1749 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter()
1754 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in FindLoopCounter()
1776 const SCEV *Init = AR->getStart(); in FindLoopCounter()
1805 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(IndVar)); in genLoopLimit() local
1806 assert(AR && AR->getLoop() == L && AR->isAffine() && "bad loop counter"); in genLoopLimit()
1807 const SCEV *IVInit = AR->getStart(); in genLoopLimit()
1832 assert(AR->getStart() == SE->getSCEV(GEPBase) && "bad loop counter"); in genLoopLimit()
1857 if (AR->getStart()->isZero()) in genLoopLimit()
[all …]
DLoopStrengthReduce.cpp325 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) in DoInitialMatch() local
326 if (!AR->getStart()->isZero()) { in DoInitialMatch()
327 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch()
328 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch()
329 AR->getStepRecurrence(SE), in DoInitialMatch()
331 AR->getLoop(), SCEV::FlagAnyWrap), in DoInitialMatch()
509 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { in isAddRecSExtable() argument
511 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR->getType()) + 1); in isAddRecSExtable()
512 return isa<SCEVAddRecExpr>(SE.getSignExtendExpr(AR, WideTy)); in isAddRecSExtable()
569 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHS)) { in getExactSDiv() local
[all …]
/external/srtp/crypto/
DMakefile.in97 ifndef AR
98 AR=ar
104 $(AR) cr libcryptomodule.a $(cryptobj)
DMakefile97 ifndef AR
98 AR=ar macro
104 $(AR) cr libcryptomodule.a $(cryptobj)
/external/libxml2/
DMakefile.win11 AR = lib
20 $(AR) /out:xml.lib $(SHARED_OBJS)
/external/google-breakpad/src/testing/gtest/make/
DMakefile63 $(AR) $(ARFLAGS) $@ $^
66 $(AR) $(ARFLAGS) $@ $^
/external/protobuf/gtest/make/
DMakefile63 $(AR) $(ARFLAGS) $@ $^
66 $(AR) $(ARFLAGS) $@ $^
/external/vulkan-validation-layers/tests/gtest-1.7.0/make/
DMakefile65 $(AR) $(ARFLAGS) $@ $^
68 $(AR) $(ARFLAGS) $@ $^

12345678910>>...25