Home
last modified time | relevance | path

Searched refs:i26 (Results 1 – 23 of 23) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A D2008-02-23-MulSub.ll3 define i26 @test(i26 %a) nounwind {
5 %_add = mul i26 %a, 2885 ; <i26> [#uses=1]
6 %_shl2 = mul i26 %a, 2884 ; <i26> [#uses=1]
7 %_sub = sub i26 %_add, %_shl2 ; <i26> [#uses=1]
8 ret i26 %_sub
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dscalarize-bitcast.ll16 %conv.i26.i = bitcast i64 %tmp15.i to <8 x i8> ; <<8 x i8>> [#uses=1]
17 …%shuffle.i.i = shufflevector <8 x i8> %conv.i26.i, <8 x i8> <i8 0, i8 0, i8 0, i8 0, i8 undef, i8 …
H A Dunwindraise.ll173 %sext.i26 = shl i64 %23, 32
174 %idxprom.i.i.i27 = ashr exact i64 %sext.i26, 32
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A D2012-05-29-TailDupBug.ll76 br i1 undef, label %cond.true.i26, label %land.lhs.true
78 cond.true.i26: ; preds = %if.then28.i
81 land.lhs.true: ; preds = %cond.true.i26, %if.then28.i
H A D2007-04-03-UndefinedSymbol.ll95 …%ctg25.i26 = getelementptr i8* %b4.i25, i32 ashr (i32 trunc (i64 lshr (i64 zext (i32 ptrtoint (voi…
96 %tmp3031.i27 = bitcast i8* %ctg25.i26 to %struct.B* ; <%struct.B*> [#uses=1]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-andCmpBrToTBZ.ll51 %cmp.i.i.i.i26 = icmp eq i8* %str1, %str2
52 br i1 %cmp.i.i.i.i26, label %if.then7, label %if.end12
H A Darm64-promote-const.ll222 …%mul.i26 = mul <16 x i8> %add.i, <i8 -40, i8 -93, i8 -118, i8 -99, i8 -75, i8 -105, i8 74, i8 -110…
226 …%ret.0 = phi <16 x i8> [ %mul.i26, %if.then ], [ <i8 -40, i8 -93, i8 -118, i8 -99, i8 -75, i8 -105…
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dvsx-ldst-builtin-le.ll29 %__b.addr.i26 = alloca <2 x i64>*, align 8
87 store <2 x i64>* @vull, <2 x i64>** %__b.addr.i26, align 8
89 %23 = load <2 x i64>** %__b.addr.i26, align 8
H A Dtoc-load-sched-bug.ll191 %bf.cast.i26 = icmp eq i8 %3, 0
192 …br i1 %bf.cast.i26, label %_ZN4llvm7ErrorOrISt10unique_ptrINS_12MemoryBufferESt14default_deleteIS2…
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopVectorize/
H A Dif-conversion-edgemasks.ll136 …%10 = load i32* %arrayidx4, align 4 br i1 %tobool.i.i, label %_Z3fn1ii.exit.i26, label %if.then.i…
143 br label %_Z3fn1ii.exit.i26
145 _Z3fn1ii.exit.i26:
155 %p1.addr.0.i64 = phi i32 [ %conv.i62, %if.then.i63 ], [ %p1.addr.0.i.i22, %_Z3fn1ii.exit.i26 ]
/minix/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp74 int i26[] = {0, 0, 0, 0, 0}; in test() local
105 assert(std::is_heap(i26, i26+5) == (std::is_heap_until(i26, i26+5) == i26+5)); in test()
H A Dis_heap_until.pass.cpp74 int i26[] = {0, 0, 0, 0, 0}; in test() local
105 assert(std::is_heap_until(i26, i26+5) == i26+5); in test()
H A Dis_heap_until_comp.pass.cpp75 int i26[] = {0, 0, 0, 0, 0}; in test() local
106 assert(std::is_heap_until(i26, i26+5, std::greater<int>()) == i26+5); in test()
H A Dis_heap_comp.pass.cpp75 int i26[] = {0, 0, 0, 0, 0}; in test() local
106 …assert(std::is_heap(i26, i26+5, std::greater<int>()) == (std::is_heap_until(i26, i26+5, std::great… in test()
/minix/external/bsd/libc++/dist/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp74 int i26[] = {0, 0, 0, 0, 0}; in test() local
105 assert(std::is_heap(i26, i26+5) == (std::is_heap_until(i26, i26+5) == i26+5)); in test()
H A Dis_heap_until.pass.cpp74 int i26[] = {0, 0, 0, 0, 0}; in test() local
105 assert(std::is_heap_until(i26, i26+5) == i26+5); in test()
H A Dis_heap_until_comp.pass.cpp75 int i26[] = {0, 0, 0, 0, 0}; in test() local
106 assert(std::is_heap_until(i26, i26+5, std::greater<int>()) == i26+5); in test()
H A Dis_heap_comp.pass.cpp75 int i26[] = {0, 0, 0, 0, 0}; in test() local
106 …assert(std::is_heap(i26, i26+5, std::greater<int>()) == (std::is_heap_until(i26, i26+5, std::great… in test()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2/
H A D2009-08-04-ScavengerAssert.ll334 br i1 %phitmp.i19, label %bb58, label %bb2.i6.i26
336 bb2.i6.i26: ; preds = %bb2.i6.i26, %StringBeginsWith.exit.i20
337 …%indvar.i3.i23 = phi i32 [ %indvar.next.i1.i21, %bb2.i6.i26 ], [ 0, %StringBeginsWith.exit.i20 ] …
342 br i1 undef, label %bb2.i6.i26, label %bb55
344 bb55: ; preds = %bb2.i6.i26
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A DAPIntLoadStore.ll52 @i26_l = external global i26 ; <i26*> [#uses=1]
53 @i26_s = external global i26 ; <i26*> [#uses=1]
666 %tmp = load i26* @i26_l ; <i26> [#uses=1]
667 store i26 %tmp, i26* @i26_s
H A DAPIntParam.ll27 @i26_s = external global i26 ; <i26*> [#uses=1]
384 define void @i26_ls(i26 %x) nounwind {
385 store i26 %x, i26* @i26_s
H A DAPIntSextParam.ll27 @i26_s = external global i26 ; <i26*> [#uses=1]
384 define void @i26_ls(i26 signext %x) nounwind {
385 store i26 %x, i26* @i26_s
H A DAPIntZextParam.ll27 @i26_s = external global i26 ; <i26*> [#uses=1]
384 define void @i26_ls(i26 zeroext %x) nounwind {
385 store i26 %x, i26* @i26_s