HomeSort by relevance Sort by last modified time
    Searched full:conv (Results 226 - 250 of 694) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
vec_compare-2.ll 23 %conv.i.i15.i = bitcast <4 x float> %0 to <4 x i32> ; <<4 x i32>> [#uses=1]
24 %swz.i.i28.i = shufflevector <4 x i32> %conv.i.i15.i, <4 x i32> undef, <2 x i32> <i32 0, i32 1> ; <<2 x i32>> [#uses=1]
widen_cast-1.ll 39 %conv = bitcast <4 x i16> %add to <2 x i32> ; <<2 x i32>> [#uses=1]
40 store <2 x i32> %conv, <2 x i32>* %arrayidx
widen_cast-2.ll 34 %conv = bitcast <14 x i16> %add to <7 x i32> ; <<7 x i32>> [#uses=1]
35 store <7 x i32> %conv, <7 x i32>* %arrayidx
  /external/llvm/test/Transforms/GlobalOpt/
unnamed-addr.ll 46 %conv = zext i1 %cmp to i32
47 ret i32 %conv
  /external/llvm/test/Transforms/InstCombine/
2010-03-03-ExtElim.ll 13 %conv = zext i1 %cmp to i32 ; <i32> [#uses=1]
14 %cmp1 = icmp sle i32 0, %conv ; <i1> [#uses=1]
select-crash.ll 8 %conv = fpext float %value to double
9 %div = fdiv double %conv, 1.600000e+01
  /external/llvm/test/Transforms/LoopUnroll/
pr11361.ll 35 %conv.i = ashr exact i32 %sext, 24
36 %add.i = add nsw i32 %conv.i, 1
  /external/llvm/test/Transforms/SLPVectorizer/X86/
cast.ll 19 %conv = sext i8 %0 to i32
20 store i32 %conv, i32* %A, align 4
cross_block_slp.ll 42 %conv = fpext float %add to double
44 %add4 = fadd double %conv, %2
  /external/sfntly/cpp/src/test/
test_utils.cc 76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
  /dalvik/vm/reflect/
Reflect.cpp 906 enum Conversion conv; local
918 conv = (srcType == dstType) ? OK4 : bad;
924 case PRIM_SHORT: conv = OK4; break;
925 default: conv = bad; break;
934 case PRIM_INT: conv = OK4; break;
935 default: conv = bad; break;
944 case PRIM_INT: conv = ItoJ; break;
945 case PRIM_LONG: conv = OK8; break;
946 default: conv = bad; break;
955 case PRIM_INT: conv = ItoF; break
    [all...]
  /build/target/product/
runtime_common.mk 32 hprof-conv \
  /external/llvm/test/Analysis/DependenceAnalysis/
StrongSIV.ll 115 %conv = trunc i64 %i.03 to i32
118 store i32 %conv, i32* %arrayidx, align 4
196 %conv = trunc i64 %i.02 to i32
199 store i32 %conv, i32* %arrayidx, align 4
231 %conv = trunc i64 %i.02 to i32
234 store i32 %conv, i32* %arrayidx, align 4
266 %conv = trunc i64 %i.02 to i32
270 store i32 %conv, i32* %arrayidx, align 4
303 %conv = trunc i64 %i.02 to i32
307 store i32 %conv, i32* %arrayidx, align
    [all...]
Propagating.ll 32 %conv = trunc i64 %i.03 to i32
36 store i32 %conv, i32* %arrayidx5, align 4
87 %conv = trunc i64 %i.05 to i32
92 store i32 %conv, i32* %arrayidx9, align 4
144 %conv = trunc i64 %i.03 to i32
148 store i32 %conv, i32* %arrayidx4, align 4
194 %conv = trunc i64 %i.03 to i32
198 store i32 %conv, i32* %arrayidx4, align 4
245 %conv = trunc i64 %i.03 to i32
251 store i32 %conv, i32* %arrayidx6, align
    [all...]
ExactRDIV.ll 26 %conv = trunc i64 %i.03 to i32
30 store i32 %conv, i32* %arrayidx, align 4
74 %conv = trunc i64 %i.03 to i32
78 store i32 %conv, i32* %arrayidx, align 4
120 %conv = trunc i64 %i.03 to i32
124 store i32 %conv, i32* %arrayidx, align 4
166 %conv = trunc i64 %i.03 to i32
170 store i32 %conv, i32* %arrayidx, align 4
212 %conv = trunc i64 %i.03 to i32
216 store i32 %conv, i32* %arrayidx, align
    [all...]
  /external/llvm/test/CodeGen/Mips/
setcc-se.ll 11 %conv = zext i1 %cmp to i32
12 ret i32 %conv
21 %conv = zext i1 %cmp to i32
22 ret i32 %conv
  /external/llvm/test/Transforms/GVN/
2012-05-22-PreCrash.ll 12 %conv = sext i16 %p1 to i32
  /external/llvm/test/Transforms/Inline/
devirtualize-3.ll 45 %conv = bitcast %struct.foo_sf_t* %sf to i8* ; <i8*> [#uses=1]
46 store i8* %conv, i8** %tmp5
59 %conv = bitcast %struct.cont_t* %tmp7 to i8* ; <i8*> [#uses=1]
63 call void %tmp4(i8* %conv, i32 %mul)
  /external/llvm/test/Transforms/PhaseOrdering/
PR6627.ll 13 %conv = zext i8 %tmp to i32
14 %cmp = icmp eq i32 %conv, 127
57 %conv = zext i8 %x1 to i32
58 %cmp = icmp eq i32 %conv, 127
  /frameworks/av/media/libmedia/
MediaScannerClient.cpp 143 UConverter *conv = ucnv_open(enc, &status); local
151 ucnv_close(conv);
181 ucnv_convertEx(utf8Conv, conv, &target, target + targetLength,
195 ucnv_close(conv);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 200 Conversation conv = Conversation.get(mActivity, contactList, false); local
202 WorkingMessage workingMsg = WorkingMessage.loadDraft(mActivity, conv, null);
203 workingMsg.setConversation(conv);
204 workingMsg.setText("This is test #" + i + " thread id: " + conv.getThreadId());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 158 static ConversationItemViewModel forConversation(String account, Conversation conv) {
160 conv.id);
161 header.conversation = conv;
162 header.unread = !conv.read;
164 (conv.convFlags & UIProvider.ConversationFlags.FORWARDED)
167 (conv.convFlags & UIProvider.ConversationFlags.REPLIED)
170 (conv.convFlags & UIProvider.ConversationFlags.CALENDAR_INVITE)
ConversationViewHeader.java 151 public void setFolders(Conversation conv) {
155 if (settings.priorityArrowsEnabled && conv.isImportant()) {
163 mFolderDisplayer.loadConversationFolders(conv, null /* ignoreFolder */,
187 public void onConversationUpdated(Conversation conv) {
191 setFolders(conv);
  /external/libxml2/patches/
0001-Add-ICU-support-for-libxml.patch 65 + uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t));
66 + if (conv == NULL)
69 + conv->uconv = ucnv_open(name, &status);
75 + ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
79 + ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
86 + conv->utf8 = ucnv_open("UTF-8", &status);
88 + return conv;
91 + if (conv->uconv)
92 + ucnv_close(conv->uconv);
93 + xmlFree(conv);
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
memops.ll 8 %conv = zext i8 %0 to i32
9 %add = add nsw i32 %conv, 5
18 %conv = zext i8 %x to i32
21 %add = add nsw i32 %conv1, %conv
30 %conv = zext i8 %x to i32
33 %sub = sub nsw i32 %conv1, %conv
61 %conv = zext i8 %0 to i32
62 %and = and i32 %conv, 223
72 %conv = zext i8 %0 to i32
73 %or = or i32 %conv, 12
    [all...]

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 91011>>