/external/llvm/test/Transforms/Reassociate/ |
2006-04-27-ReassociateVector.ll | 5 ; CHECK-NEXT: %tmp1 = fsub <4 x float> zeroinitializer, zeroinitializer 6 ; CHECK-NEXT: %tmp2 = fmul <4 x float> %tmp1, zeroinitializer 7 ; CHECK-NEXT: ret <4 x float> %tmp2
|
/external/llvm/test/Verifier/ |
mdcompositetype-templateparams.ll | 4 ; CHECK-NEXT: !2 = !DICompositeType( 6 ; CHECK-NEXT: !1 = !{!0} 7 ; CHECK-NEXT: !0 = !DIBasicType(
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
attribute-A.s | 7 @CHECK-OBJ-NEXT: Value: 65 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile 9 @CHECK-OBJ-NEXT: Description: Application
|
attribute-M.s | 7 @CHECK-OBJ-NEXT: Value: 77 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile 9 @CHECK-OBJ-NEXT: Description: Microcontroller
|
attribute-S.s | 7 @CHECK-OBJ-NEXT: Value: 83 8 @CHECK-OBJ-NEXT: TagName: CPU_arch_profile 9 @CHECK-OBJ-NEXT: Description: Classic
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_list.c | 15 * next paragraph) shall be included in all copies or substantial 39 new->Next = NULL; 54 for (temp = *list; temp->Next; temp = temp->Next); 56 temp->Next = new_value; 63 *list = rm_value->Next; 67 rm_value->Prev->Next = rm_value->Next; 68 if (rm_value->Next) { 69 rm_value->Next->Prev = rm_value->Prev [all...] |
/external/python/cpython2/Modules/ |
rotatingtree.c | 66 rotating_node_t *next; local 75 next = node->left; 76 if (next == NULL) 79 node->left = next->right; 80 next->right = node; 81 *pnode = next; 87 next = node->right; 88 if (next == NULL) 91 node->right = next->left; 92 next->left = node [all...] |
/external/python/cpython3/Modules/ |
rotatingtree.c | 66 rotating_node_t *next; local 75 next = node->left; 76 if (next == NULL) 79 node->left = next->right; 80 next->right = node; 81 *pnode = next; 87 next = node->right; 88 if (next == NULL) 91 node->right = next->left; 92 next->left = node [all...] |
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
2008-02-11-ReversedCondition.ll | 7 %i = phi i32 [ 0, %entry ], [ %i.inc, %next ] 9 br i1 %cond, label %next, label %return 10 next:
|
2008-02-12-SMAXTripCount.ll | 8 %i = phi i8 [ -100, %entry ], [ %i.inc, %next ] 10 br i1 %cond, label %next, label %return 11 next:
|
2008-02-15-UMax.ll | 8 %i = phi i32 [ 100, %entry ], [ %i.inc, %next ] 10 br i1 %cond, label %next, label %return 11 next:
|
2008-07-19-InfiniteLoop.ll | 9 %i = phi i8 [ 0, %entry ], [ %i.next, %loop ] 10 %i.next = add i8 %i, 4 11 %cond = icmp ne i8 %i.next, 6
|
2008-07-19-WrappingIV.ll | 9 %i = phi i8 [ 0, %entry ], [ %i.next, %loop ] 10 %i.next = add i8 %i, 18 11 %cond = icmp ne i8 %i.next, 4
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
sdiv-exact.ll | 8 ; CHECK-NEXT: ret 16 ; CHECK-NEXT: imull $-1431655765 17 ; CHECK-NEXT: ret
|
/external/swiftshader/third_party/LLVM/test/MC/COFF/ |
bss.s | 13 // CHECK-NEXT: VirtualSize = 0
14 // CHECK-NEXT: VirtualAddress = 0
15 // CHECK-NEXT: SizeOfRawData = 4
|
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/ |
basictest.ll | 7 %j = phi i32 [ 0, %0 ], [ %Next, %Loop ] ; <i32> [#uses=1]
9 %Next = add i32 %j, %i2 ; <i32> [#uses=2]
10 %cond = icmp eq i32 %Next, 0 ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/ |
2004-05-13-DontUnrollTooMuch.ll | 7 %indvar = phi i32 [ 0, %entry ], [ %indvar.next, %no_exit ] ; <i32> [#uses=1]
8 %indvar.next = add i32 %indvar, 1 ; <i32> [#uses=2]
9 %exitcond = icmp ne i32 %indvar.next, -2147483648 ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
weak-contract.ll | 8 ; CHECK-NEXT: store i8* null, i8** %p 9 ; CHECK-NEXT: ret i8* null 10 ; CHECK-NEXT: }
|
/frameworks/base/tools/aapt2/text/ |
Utf8Iterator_test.cpp | 31 EXPECT_THAT(iter.Next(), Eq(U'h')); 34 EXPECT_THAT(iter.Next(), Eq(U'e')); 37 EXPECT_THAT(iter.Next(), Eq(U'l')); 40 EXPECT_THAT(iter.Next(), Eq(U'l')); 43 EXPECT_THAT(iter.Next(), Eq(U'o')); 53 EXPECT_THAT(iter.Next(), Eq(U'?')); 56 EXPECT_THAT(iter.Next(), Eq(U'?')); 59 EXPECT_THAT(iter.Next(), Eq(U'?')); 62 EXPECT_THAT(iter.Next(), Eq(U'?')); 76 iter.Next(); [all...] |
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
forward-declare-class.cpp | 10 // CHECK-NEXT: public: 11 // CHECK-NEXT: int MyData; 12 // CHECK-NEXT: }
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
viddec_emitter.h | 25 viddec_emitter_wkld next; member in struct:__anon47324 44 cxt->cur.data = cxt->next.data = 0; 45 cxt->cur.max_items = cxt->next.max_items = 0; 46 cxt->cur.num_items = cxt->next.num_items = 0; 47 cxt->cur.result = cxt->next.result = VIDDEC_FW_WORKLOAD_SUCCESS; 50 static inline void viddec_emit_update(viddec_emitter *cxt, uint32_t cur, uint32_t next, uint32_t cur_size, uint32_t next_size) 53 cxt->next.data = (next != 0) ? (viddec_workload_t *)(next | DDR_MEM_MASK): NULL; 55 cxt->next.max_items = (next_size - sizeof(viddec_workload_t))/sizeof(viddec_workload_item_t) [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
viddec_emit.c | 11 if(emit->next.data != NULL) 13 emit->next.data->num_items = emit->next.num_items; 15 emit->cur.num_items = emit->next.num_items; 16 emit->next.num_items = 0; 21 if(emit->next.data != NULL) 23 emit->next.data->result = emit->next.result; 25 emit->cur.result = emit->next.result; 26 emit->next.result = 0 [all...] |
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
cam_list.h | 45 struct cam_list *next, *prev; member in struct:cam_list 50 ptr->next = ptr; 60 item->next = head; 62 prev->next = item; 68 item->next = node; 70 item->prev->next = item; 77 struct cam_list *next = ptr->next; local 79 next->prev = ptr->prev; 80 prev->next = ptr->next [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
separator.s | 6 ; Note that the next line is a syntax error. Should it be? 8 ; The next line is *not* a syntax error. Should it? 10 ; The next line is a syntax error. Maybe it shouldn't.
|
/external/clang/test/Misc/ |
ast-dump-attr.cpp | 6 // CHECK-NEXT: UnusedAttr 0x{{[^ ]*}} <line:[[@LINE-2]]:16> 11 // CHECK-NEXT: {{^}}`-UnusedAttr{{[^()]*$}} 23 // CHECK-NEXT: FallThroughAttr 24 // CHECK-NEXT: NullStmt 28 // CHECK-NEXT: WarnUnusedResultAttr 32 // CHECK-NEXT: AlignedAttr {{.*}} aligned 33 // CHECK-NEXT: <<<NULL>>> 37 // CHECK-NEXT: AlignedAttr {{.*}} aligned 38 // CHECK-NEXT: IntegerLiteral 42 // CHECK-NEXT: VisibilityAttr{{.*}} Defaul [all...] |