/external/llvm/test/Analysis/BasicAA/ |
store-promote.ll | 25 ; The Loop block should be empty after the load/store are promoted. 49 ; The Loop block should be empty after the load/store are promoted.
|
/external/llvm/test/Transforms/FunctionImport/ |
funcimport.ll | 45 ; should in turn be imported as a promoted/renamed and hidden function. 67 ; and callfuncptr are to the same promoted/renamed global.
|
/external/llvm/test/Transforms/LoopVectorize/ |
no_outside_user.ll | 23 %b.promoted = load i32, i32* @b, align 4 27 %tmp8 = phi i32 [ %tmp18, %bb16 ], [ %b.promoted, %bb ]
|
/external/autotest/test_suites/ |
control.stress_experimental | 19 are promoted to the actual stress suite.
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-13-Reference-Memory.txt | 23 C++ pointers could be promoted to references in the LLVM
|
2001-02-13-Reference-MemoryResponse.txt | 14 > C++ pointers could be promoted to references in the LLVM
|
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetTransformInfo.cpp | 25 // Return Fast Hardware support as every input < 64 bits will be promoted
|
/external/llvm/test/CodeGen/AArch64/ |
aarch64-address-type-promotion.ll | 6 ; Check that sexts get promoted above adds.
|
addsub.ll | 42 %promoted = zext i8 %t to i64 47 %add2 = add nuw i64 %promoted, 12
|
/external/llvm/test/Transforms/LICM/ |
scalar_promote.ll | 38 ; CHECK-NEXT: %.promoted = load i32, i32* getelementptr inbounds (i32, i32* @X, i64 1) 99 ; Should have promoted 'handle2' accesses. 113 ; Should not have promoted offsetx1 loads. 182 ; CHECK-NEXT: %gi.promoted = load i32, i32* %gi, align 4, !tbaa !0
|
2007-09-17-PromoteValue.ll | 5 ; RUN: opt < %s -licm -S | not grep promoted
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
pr18165.ll | 25 %.promoted.i = load i32, i32* getelementptr inbounds (%struct.anon, %struct.anon* @a, i64 0, i32 2), align 4, !tbaa !6 26 %f.promoted.i = load i32, i32* @f, align 4, !tbaa !7 31 %or1512.i.ph = phi i32 [ %or15.i, %lor.end.i ], [ %f.promoted.i, %entry ] 32 %or1410.i.ph = phi i32 [ %or14.i, %lor.end.i ], [ %.promoted.i, %entry ]
|
/external/v8/src/heap/ |
scavenger.h | 24 // necessary, the object might be promoted to an old space. The caller must
|
/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
FilmstripController.java | 177 * Callback when the data item is promoted. A data is promoted if the user 180 * @param adapterIndex The ID of the promoted data. 185 * Callback when the data item is demoted. A data is promoted if the user
|
/external/llvm/test/CodeGen/X86/ |
coalescer-identity.ll | 17 %s.promoted = load i16, i16* @s, align 2 23 %dec13.us = phi i16 [ %dec12.us, %for.inc.us ], [ %s.promoted, %for.body.lr.ph ] 58 %dec13 = phi i16 [ %dec12, %for.body ], [ %s.promoted, %for.body.lr.ph ]
|
cmov.ll | 82 %g_96.promoted.i = load i8, i8* @g_96 ; <i8> [#uses=3] 83 %3 = icmp eq i8 %g_96.promoted.i, 0 ; <i1> [#uses=2] 100 %.mux.i = select i1 %2, i8 %g_96.promoted.i, i8 0 ; <i8> [#uses=1] 108 %g_96.tmp.0.i = phi i8 [ %g_96.promoted.i, %bb.i.i ], [ %.mux.i, %func_4.exit.i ] ; <i8> [#uses=2]
|
machine-combiner-int.ll | 8 ; because the operands are being promoted to i32 types. 71 ; TODO: No way to test i16? These appear to always get promoted to i32. 118 ; TODO: No way to test i16? These appear to always get promoted to i32. 165 ; TODO: No way to test i16? These appear to always get promoted to i32.
|
/external/llvm/lib/Target/Sparc/ |
SparcCallingConv.td | 53 // array at fixed offsets. Integer arguments are promoted to registers when 57 // parameter array at fixed offsets. Float and double parameters are promoted 62 // promoted to both floating point and integer registers when possible. A 114 // structs. These arguments are not promoted to 64 bits, but they can still 118 // All integers are promoted to i64 by the caller.
|
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/ |
template-params.xml | 67 Floating action buttons are used for a special type of promoted action.
|
/external/clang/test/SemaObjC/ |
conditional-expr-4.m | 49 // the type is id then it can be implicitly promoted.
|
/packages/apps/QuickSearchBox/res/values-xlarge/ |
config.xml | 22 <!-- The maximum promoted suggestions -->
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
EventLogTags.logtags | 23 # TODO: Which are promoted?
|
/external/autotest/frontend/health/ |
passing_experimental_functional_test.py | 108 title=u'test1 should be promoted to non-experimental.', 114 title=u'test2 should be promoted to non-experimental.',
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
build_types.html | 21 to use. They are promoted from integration build to stable build by the architecture 34 best version available. Integration builds may be promoted to stable builds after
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
promotion.hpp | 84 typedef typename promote_arg<T1>::type T1P; // T1 perhaps promoted. 85 typedef typename promote_arg<T2>::type T2P; // T2 perhaps promoted.
|