Home
last modified time | relevance | path

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

12345678910>>...36

/external/llvm/test/Object/
Dnm-universal-binary.test6 RUN: | FileCheck %s -check-prefix CHECK-AR
8 RUN: | FileCheck %s -check-prefix CHECK-AR-i386
19 CHECK-AR: macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64):
20 CHECK-AR: 0000000000000068 s EH_frame0
21 CHECK-AR: 000000000000003b s L_.str
22 CHECK-AR: 0000000000000000 T _main
23 CHECK-AR: 0000000000000080 S _main.eh
24 CHECK-AR: U _printf
25 CHECK-AR: macho-universal-archive.x86_64.i386(foo.o) (for architecture i386):
26 CHECK-AR: 00000008 D _bar
[all …]
/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.cpp52 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in isInteresting() local
55 if (AR->getLoop() == L) in isInteresting()
56 return AR->isAffine() || in isInteresting()
58 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
62 return isInteresting(AR->getStart(), I, L, SE, LI) && in isInteresting()
63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI); in isInteresting()
325 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in findAddRecForLoop() local
326 if (AR->getLoop() == L) in findAddRecForLoop()
327 return AR; in findAddRecForLoop()
328 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()
/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/chromium_org/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/elfutils/0.153/src/
Dmake-debug-archive.in16 AR=${AR:-@AR@}
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
DMakefile.am176 sed -e "s,@UNSTRIP@,$$UNSTRIP,g" -e "s,@AR@,$$AR,g" \
DMakefile.in68 AR = ar
70 libar_a_AR = $(AR) $(ARFLAGS)
75 libdummy_a_AR = $(AR) $(ARFLAGS)
80 libld_elf_a_AR = $(AR) $(ARFLAGS)
85 libld_elf_i386_pic_a_AR = $(AR) $(ARFLAGS)
886 sed -e "s,@UNSTRIP@,$$UNSTRIP,g" -e "s,@AR@,$$AR,g" \
/external/qemu/distrib/zlib-1.2.8/
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/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/qemu/android/build/
Dcommon.sh229 AR=$MINGW_PREFIX-ar
300 if [ -z "$AR" ]; then
301 AR=ar
303 log "AR : archiver ($AR)"
568 echo "AR := $AR" >> $config_mk
573 echo "HOST_AR := $AR" >> $config_mk
/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/chromium_org/tools/gyp/test/make_global_settings/ar/
Dmake_global_settings_ar.gyp13 ['AR', '<(custom_ar_target)'],
18 ['AR.host', '<(custom_ar_host)'],
/external/chromium_org/third_party/libvpx/
Dunpack_lib_posix.sh52 elif [ -n "$AR" ]; then
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/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1465 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); in FindLoopCounter() local
1466 if (!AR || AR->getLoop() != L || !AR->isAffine()) in FindLoopCounter()
1472 uint64_t PhiWidth = SE->getTypeSizeInBits(AR->getType()); in FindLoopCounter()
1476 const SCEV *Step = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*SE)); in FindLoopCounter()
1498 const SCEV *Init = AR->getStart(); in FindLoopCounter()
1527 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(IndVar)); in genLoopLimit() local
1528 assert(AR && AR->getLoop() == L && AR->isAffine() && "bad loop counter"); in genLoopLimit()
1529 const SCEV *IVInit = AR->getStart(); in genLoopLimit()
1554 assert(AR->getStart() == SE->getSCEV(GEPBase) && "bad loop counter"); in genLoopLimit()
1579 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/linux-tools-perf/perf-3.12.0/tools/lib/lk/
DMakefile4 AR = $(CROSS_COMPILE)ar macro
24 $(QUIET_AR)$(RM) $@ && $(AR) rcs $(OUTPUT)$@ $(LIB_OBJS)
/external/chromium_org/third_party/libyuv/
Dwinarm.mk8 AR=lib
39 $(AR) $(ARFLAGS) /OUT:$@ $(LOCAL_OBJ_FILES)
/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/qemu/distrib/sdl-1.2.15/
DMakefile.minimal5 AR = ar
35 $(AR) crv $@ $^
/external/chromium_org/third_party/libsrtp/srtp/crypto/
DMakefile104 ifndef AR
105 AR=ar macro
111 $(AR) cr libcryptomodule.a $(cryptobj)

12345678910>>...36