HomeSort by relevance Sort by last modified time
    Searched full:nounwind (Results 401 - 425 of 3593) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/Mips/
inlineasm-cnstrnt-bad-O.ll 9 define i32 @main() nounwind {
14 tail call i32 asm sideeffect "addi $0,$1,$2", "=r,r,O"(i32 undef, i32 16384) nounwind
inlineasm-cnstrnt-bad-P.ll 9 define i32 @main() nounwind {
14 tail call i32 asm sideeffect "addi $0,$1,$2", "=r,r,P"(i32 undef, i32 655536) nounwind
inlineasm-cnstrnt-reg64.ll 9 define i32 @main() nounwind {
17 tail call i64 asm sideeffect "addi $0,$1,$2", "=r,r,i"(i64 7, i64 3) nounwind
inlineasm64.ll 7 define void @foo1() nounwind {
13 %2 = tail call i64 asm "daddu $0, $1, $2", "=r,r,r"(i64 %0, i64 %1) nounwind
internalfunc.ll 7 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind {
15 define void @caller(i32 %a0, i32 %a1) nounwind {
24 tail call void (...)* %tmp1() nounwind
39 define internal void @sf2() nounwind {
41 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([3 x i8]* @.str, i32 0, i32 0)) nounwind
45 declare i32 @printf(i8* nocapture, ...) nounwind
47 define internal fastcc void @f2() nounwind noinline {
49 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([3 x i8]* @.str, i32 0, i32 0)) nounwind
swzero.ll 5 define void @zero_u(%struct.unaligned* nocapture %p) nounwind {
14 define void @zero_a(i32* nocapture %p) nounwind {
  /external/llvm/test/CodeGen/PowerPC/
LargeAbsoluteAddr.ll 8 define void @test() nounwind {
13 define void @test2() nounwind {
  /external/llvm/test/CodeGen/SPARC/
2011-01-21-ByValArgs.ll 7 define i32 @test() nounwind {
14 %0 = tail call i32 @bar(%struct.foo_t* byval @s) nounwind
  /external/llvm/test/CodeGen/Thumb2/
2013-02-19-tail-call-register-hint.ll 14 define hidden void @func(i8* %Data) nounwind ssp {
17 tail call void @abc(%"myclass"* %2) nounwind
18 tail call void @def(%"myclass"* %2) nounwind
22 tail call void @ghi(i8* %5) nounwind
32 %13 = tail call %"myclass"* @jkl(%"myclass"* %2) nounwind
33 tail call void @mno(i8* %Data) nounwind
37 tail call void %7(i8* %10) nounwind
49 declare %"myclass"* @jkl(%"myclass"*) nounwind
mul_const.ll 4 define i32 @t1(i32 %v) nounwind readnone {
12 define i32 @t2(i32 %v) nounwind readnone {
  /external/llvm/test/CodeGen/X86/
2009-07-19-AsmExtraOperands.ll 4 define i32 @atomic_cmpset_long(i64* %dst, i64 %exp, i64 %src) nounwind ssp noredzone noimplicitfloat {
6 %0 = call i8 asm sideeffect "\09lock ; \09\09\09cmpxchgq $2,$1 ;\09 sete\09$0 ;\09\091:\09\09\09\09# atomic_cmpset_long", "={ax},=*m,r,{ax},*m,~{memory},~{dirflag},~{fpsr},~{flags}"(i64* undef, i64 undef, i64 undef, i64* undef) nounwind ; <i8> [#uses=0]
2009-11-04-SubregCoalescingBug.ll 4 define void @bar(i32 %b, i32 %a) nounwind optsize ssp {
11 tail call void @foo(i64 %1) nounwind
2010-06-28-matched-g-constraint.ll 4 define i32 @foo() nounwind ssp {
8 call void asm "/* GCROOT $0 */", "=*imr,0,~{dirflag},~{fpsr},~{flags}"(i32* %_r, i32 4) nounwind
2011-06-14-PreschedRegalias.ll 6 define i8 @f(i8 %v1, i8 %v2) nounwind {
12 %rval = tail call i8 @bar() nounwind
asm-modifier.ll 6 define i32 @test1() nounwind {
10 %asmtmp.i = tail call i16 asm "movw\09%gs:${1:a}, ${0:w}", "=r,ir,~{dirflag},~{fpsr},~{flags}"(i32 6) nounwind ; <i16> [#uses=1]
15 define zeroext i16 @test2(i32 %address) nounwind {
19 %asmtmp = tail call i16 asm "movw\09%gs:${1:a}, ${0:w}", "=r,ir,~{dirflag},~{fpsr},~{flags}"(i32 %address) nounwind ; <i16> [#uses=1]
26 define void @test3() nounwind {
30 call void asm sideeffect "movl ${0:a}, %eax", "ir,~{dirflag},~{fpsr},~{flags},~{eax}"(i32* @n) nounwind
34 define void @test4() nounwind {
39 call void asm sideeffect "movl ${0:a}, %eax", "ir,~{dirflag},~{fpsr},~{flags},~{eax}"(i32* @y) nounwind
atom-pad-short-functions.ll 5 define i32 @test_return_val(i32 %a) nounwind {
18 define i32 @test_optsize(i32 %a) nounwind optsize {
25 define i32 @test_minsize(i32 %a) nounwind minsize {
32 define i32 @test_add(i32 %a, i32 %b) nounwind {
44 define i32 @test_multiple_ret(i32 %a, i32 %b, i1 %c) nounwind {
65 define void @test_call_others(i32 %x) nounwind
74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
87 define void @test_branch_to_same_bb(i32 %x, i32 %y) nounwind {
avx-trunc.ll 3 define <4 x i32> @trunc_64_32(<4 x i64> %A) nounwind uwtable readnone ssp{
9 define <8 x i16> @trunc_32_16(<8 x i32> %A) nounwind uwtable readnone ssp{
darwin-stub.ll 6 define i32 @main() nounwind {
8 %0 = tail call i32 @puts(i8* getelementptr ([13 x i8]* @"\01LC", i32 0, i32 0)) nounwind ; <i32> [#uses=0]
fast-cc-callee-pops.ll 5 define x86_fastcallcc void @func(i64 inreg %X, i64 %Y, float %G, double %Z) nounwind {
10 define x86_thiscallcc void @func2(i32 inreg %X, i64 %Y, float %G, double %Z) nounwind {
fold-pcmpeqd-1.ll 3 define <2 x double> @foo() nounwind {
10 define <2 x double> @bar() nounwind {
fp-stack-set-st1.ll 3 define i32 @main() nounwind {
5 %asmtmp = tail call { double, double } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09frndint\0A\09fxch %st(1)\0A\09fsub\09%st(1),%st\0A\09f2xm1\0A\09", "={st},={st(1)},0,1,~{dirflag},~{fpsr},~{flags}"(double 0x4030FEFBD582097D, double 4.620000e+01) nounwind ; <{ double, double }> [#uses=0]
i256-add.ll 5 define void @add(i256* %p, i256* %q) nounwind {
12 define void @sub(i256* %p, i256* %q) nounwind {
inline-asm-pic.ll 6 define void @func2() nounwind {
8 tail call void asm "mov $1,%gs:$0", "=*m,ri,~{dirflag},~{fpsr},~{flags}"(i8** inttoptr (i32 152 to i8**), i8* bitcast (i8** @main_q to i8*)) nounwind
maskmovdqu.ll 5 define void @test(<16 x i8> %a, <16 x i8> %b, i32 %dummy, i8* %c) nounwind {
11 declare void @llvm.x86.sse2.maskmov.dqu(<16 x i8>, <16 x i8>, i8*) nounwind
memset-3.ll 4 define void @t() nounwind ssp {
12 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind

Completed in 370 milliseconds

<<11121314151617181920>>