HomeSort by relevance Sort by last modified time
    Searched full:insertvalue (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /external/llvm/test/CodeGen/Mips/
mips16ex.ll 71 %lpad.val = insertvalue { i8*, i32 } undef, i8* %exn3, 0
72 %lpad.val5 = insertvalue { i8*, i32 } %lpad.val, i32 %sel4, 1
  /external/llvm/test/CodeGen/SPARC/
64abi.ll 244 %rv1 = insertvalue { i64, i64 } undef, i64 %r1, 0
247 %rv2 = insertvalue { i64, i64 } %rv1, i64 %r2, 1
272 %rv1 = insertvalue { i32, float } undef, i32 %r1, 0
275 %rv2 = insertvalue { i32, float } %rv1, float %r2, 1
301 %rv1 = insertvalue { i32, float } undef, i32 %r1, 0
304 %rv2 = insertvalue { i32, float } %rv1, float %r2, 1
333 %rv1 = insertvalue { i32, i32 } undef, i32 %r1, 1
336 %rv2 = insertvalue { i32, i32 } %rv1, i32 %r2, 0
  /external/llvm/test/CodeGen/X86/
add.ll 115 %final0 = insertvalue {i64, i1} undef, i64 %res.0, 0
116 %final1 = insertvalue {i64, i1} %final0, i1 %res.1, 1
muloti.ll 28 %tmp21 = insertvalue %0 undef, i64 %tmp20, 0
31 %tmp24 = insertvalue %0 %tmp21, i64 %tmp23, 1
2012-05-19-CoalescerCrash.ll 87 %29 = insertvalue { i8*, i32 } undef, i32 %27, 1
hipe-cc.ll 30 %res = insertvalue {i32, i32, i32} undef, i32 %1, 2
  /external/llvm/test/Transforms/InstCombine/
2013-03-05-Combine-BitcastTy-Into-Alloca.ll 39 %.fca.0.insert = insertvalue { i64, i64 } undef, i64 %trunc, 0
43 %.fca.1.insert = insertvalue { i64, i64 } %.fca.0.insert, i64 %retval.8.load14, 1
intrinsics.ll 115 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
126 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
137 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
148 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
159 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
170 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
191 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
250 ; CHECK-NEXT: %[[ret:.*]] = insertvalue %ov.result.32 { i32 undef, i1 true }, i32 %[[mul]], 0
424 ; CHECK-NEXT: %1 = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %x, 0
432 ; CHECK-NEXT: %[[x:.*]] = insertvalue %ov.result.32 { i32 undef, i1 false }, i32 %a,
    [all...]
  /external/llvm/test/Transforms/LICM/
hoisting.ll 99 ; CHECK: insertvalue
107 %d = insertvalue { i32*, i32 } %e, i32* null, 0
  /external/llvm/test/Transforms/PhaseOrdering/
gdce.ll 99 %lpad.val = insertvalue { i8*, i32 } undef, i8* %exn, 0
100 %lpad.val2 = insertvalue { i8*, i32 } %lpad.val, i32 %sel, 1
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 49 String insertValue = "value_insert";
62 value.put(Settings.System.VALUE, insertValue);
71 assertEquals(insertValue, cursor.getString(VALUE_INDEX));
ContactsTest.java 652 String insertValue = "value_insert";
660 value.put(Settings.VALUE, insertValue);
670 Settings.setSetting(mContentResolver, null, insertKey, insertValue);
680 assertEquals(insertValue, cursor.getString(VALUE_INDEX));
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_registry.py 146 assert "InsertValue at depth 0 is {'bye': 'friends'}" in res
166 assert "InsertValue at depth %s is {'%s': %s}" % \
184 assert "InsertValue at depth 0 is {'bye': 'friends'}" in res
  /external/llvm/bindings/python/llvm/
enumerations.py 115 ('InsertValue', 54),
  /external/llvm/test/CodeGen/ARM/
sjlj-prepare-critical-edge.ll 54 %lpad.val = insertvalue { i8*, i32 } undef, i8* %exn.slot.0, 0
55 %lpad.val12 = insertvalue { i8*, i32 } %lpad.val, i32 %ehselector.slot.0, 1
159 %lpad.val = insertvalue { i8*, i32 } undef, i8* %exn.slot.0, 0
160 %lpad.val13 = insertvalue { i8*, i32 } %lpad.val, i32 %ehselector.slot.0, 1
select.ll 114 %tmp490 = insertvalue [2 x i32] undef, i32 %tmp484, 0
115 %tmp493 = insertvalue [2 x i32] %tmp490, i32 %tmp478, 1
  /external/llvm/test/Transforms/PGOProfile/
landingpad.ll 109 %lpad.val = insertvalue { i8*, i32 } undef, i8* %tmp1, 0
110 %lpad.val3 = insertvalue { i8*, i32 } %lpad.val, i32 %tmp2, 1
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
IdentityMap.java 193 private void push (K insertKey, V insertValue, int index1, K key1, int index2, K key2, int index3, K key3) {
209 valueTable[index1] = insertValue;
215 valueTable[index2] = insertValue;
221 valueTable[index3] = insertValue;
257 insertValue = evictedValue;
IntFloatMap.java 210 private void push (int insertKey, float insertValue, int index1, int key1, int index2, int key2, int index3, int key3) {
226 valueTable[index1] = insertValue;
232 valueTable[index2] = insertValue;
238 valueTable[index3] = insertValue;
273 insertValue = evictedValue;
IntIntMap.java 208 private void push (int insertKey, int insertValue, int index1, int key1, int index2, int key2, int index3, int key3) {
224 valueTable[index1] = insertValue;
230 valueTable[index2] = insertValue;
236 valueTable[index3] = insertValue;
271 insertValue = evictedValue;
IntMap.java 215 private void push (int insertKey, V insertValue, int index1, int key1, int index2, int key2, int index3, int key3) {
232 valueTable[index1] = insertValue;
238 valueTable[index2] = insertValue;
244 valueTable[index3] = insertValue;
279 insertValue = evictedValue;
LongMap.java 215 private void push (long insertKey, V insertValue, int index1, long key1, int index2, long key2, int index3, long key3) {
231 valueTable[index1] = insertValue;
237 valueTable[index2] = insertValue;
243 valueTable[index3] = insertValue;
278 insertValue = evictedValue;
ObjectFloatMap.java 192 private void push (K insertKey, float insertValue, int index1, K key1, int index2, K key2, int index3, K key3) {
208 valueTable[index1] = insertValue;
214 valueTable[index2] = insertValue;
220 valueTable[index3] = insertValue;
256 insertValue = evictedValue;
ObjectIntMap.java 192 private void push (K insertKey, int insertValue, int index1, K key1, int index2, K key2, int index3, K key3) {
208 valueTable[index1] = insertValue;
214 valueTable[index2] = insertValue;
220 valueTable[index3] = insertValue;
256 insertValue = evictedValue;
ObjectMap.java 203 private void push (K insertKey, V insertValue, int index1, K key1, int index2, K key2, int index3, K key3) {
219 valueTable[index1] = insertValue;
225 valueTable[index2] = insertValue;
231 valueTable[index3] = insertValue;
267 insertValue = evictedValue;

Completed in 499 milliseconds

1 2 34 5 6 7 8