HomeSort by relevance Sort by last modified time
    Searched full:nounwind (Results 1 - 25 of 3405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/Inline/
noinline.ll 3 declare void @foo() nounwind
5 define void @bar() nounwind {
7 tail call void @foo() nounwind
11 define void @bazz() nounwind {
13 tail call void @bar() nounwind noinline
2010-05-12-ValueMap.ll 7 define internal fastcc void @list_Cdr1918() nounwind inlinehint {
11 define internal fastcc void @list_PairSecond1927() nounwind inlinehint {
12 call fastcc void @list_Cdr1918() nounwind inlinehint
16 define internal fastcc void @list_Cdr3164() nounwind inlinehint {
20 define internal fastcc void @list_Nconc3167() nounwind inlinehint {
21 call fastcc void @list_Cdr3164() nounwind inlinehint
25 define void @term_Equal() nounwind {
26 call fastcc void @list_Cdr3164() nounwind inlinehint
  /external/llvm/test/CodeGen/ARM/
2009-08-15-RegScavengerAssert.ll 4 define void @_start() nounwind naked {
6 tail call void @exit(i32 undef) noreturn nounwind
10 declare void @exit(i32) noreturn nounwind
floorf.ll 4 define float @test1() nounwind uwtable readnone ssp {
6 %foo = call float @floorf(float 0x4000CCCCC0000000) nounwind readnone
11 define float @test2() nounwind uwtable readnone ssp {
13 %foo = call float @ceilf(float 0x4000CCCCC0000000) nounwind readnone
18 define float @test3() nounwind uwtable readnone ssp {
20 %foo = call float @truncf(float 0x4000CCCCC0000000) nounwind readnone
24 declare float @floorf(float) nounwind readnone
25 declare float @ceilf(float) nounwind readnone
26 declare float @truncf(float) nounwind readnone
  /external/llvm/test/CodeGen/Generic/
trap.ll 2 define i32 @test() noreturn nounwind {
8 declare void @llvm.trap() nounwind
inline-asm-special-strings.ll 3 define void @bar() nounwind {
4 tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
  /external/llvm/test/Assembler/
aggregate-return-single-value.ll 3 define { i32 } @foob() nounwind {
6 define [1 x i32] @food() nounwind {
  /external/llvm/test/CodeGen/MSP430/
inline-asm.ll 5 define void @imm() nounwind {
6 call void asm sideeffect "bic\09$0,r2", "i"(i16 32) nounwind
10 define void @reg(i16 %a) nounwind {
11 call void asm sideeffect "bic\09$0,r2", "r"(i16 %a) nounwind
17 define void @immmem() nounwind {
18 call void asm sideeffect "bic\09$0,r2", "i"(i16* getelementptr(i16* @foo, i32 1)) nounwind
22 define void @mem() nounwind {
24 call void asm sideeffect "bic\09$0,r2", "m"(i16 %fooval) nounwind
  /external/llvm/test/CodeGen/Thumb/
2010-06-18-SibCallCrash.ll 4 define arm_apcscc void @t(i32* %m) nounwind {
6 tail call arm_apcscc void undef(i32* %m, i16 zeroext undef) nounwind
  /external/llvm/test/CodeGen/Thumb2/
inlineasm.ll 5 define void @t1() nounwind {
7 call void asm sideeffect "mov r0, r1", ""() nounwind
  /external/llvm/test/CodeGen/X86/
2008-04-28-CyclicSchedUnit.ll 3 define i64 @t(i64 %maxIdleDuration) nounwind {
4 call void asm sideeffect "wrmsr", "{cx},A,~{dirflag},~{fpsr},~{flags}"( i32 416, i64 0 ) nounwind
rtm.ll 3 declare i32 @llvm.x86.xbegin() nounwind
4 declare void @llvm.x86.xend() nounwind
5 declare void @llvm.x86.xabort(i8) noreturn nounwind
7 define i32 @test_xbegin() nounwind uwtable {
9 %0 = tail call i32 @llvm.x86.xbegin() nounwind
16 define void @test_xend() nounwind uwtable {
18 tail call void @llvm.x86.xend() nounwind
24 define void @test_xabort() nounwind uwtable {
x86-64-ret0.ll 3 define i32 @f() nounwind {
4 tail call void @t( i32 1 ) nounwind
2008-09-25-sseregparm-1.ll 5 define inreg double @foo1() nounwind {
9 define inreg float @foo2() nounwind {
13 define double @bar() nounwind {
17 define float @bar2() nounwind {
trap.ll 5 define i32 @test0() noreturn nounwind {
13 define i32 @test1() noreturn nounwind {
19 declare void @llvm.trap() nounwind
20 declare void @llvm.debugtrap() nounwind
2008-01-09-LongDoubleSin.ll 5 define x86_fp80 @f(x86_fp80 %x) nounwind {
7 %tmp2 = tail call x86_fp80 @sinl( x86_fp80 %x ) nounwind readonly ; <x86_fp80> [#uses=1]
11 declare x86_fp80 @sinl(x86_fp80) nounwind readonly
  /external/llvm/test/Other/
2008-10-06-RemoveDeadPass.ll 2 define void @foo() nounwind {
6 define void @main(...) nounwind {
  /external/clang/test/CodeGen/
2007-12-16-AsmNoUnwind.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
  /external/llvm/test/CodeGen/PowerPC/
2008-06-19-LegalizerCrash.ll 3 define void @t() nounwind {
  /external/llvm/test/Object/Inputs/
trivial.ll 3 define i32 @main() nounwind {
5 %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind
6 tail call void bitcast (void (...)* @SomeOtherFunction to void ()*)() nounwind
10 declare i32 @puts(i8* nocapture) nounwind
  /external/llvm/test/CodeGen/Mips/
remat-immed-load.ll 4 define void @f0() nounwind {
9 tail call void @foo1(i32 1) nounwind
10 tail call void @foo1(i32 1) nounwind
16 define void @f3() nounwind {
21 tail call void @foo2(i64 1) nounwind
22 tail call void @foo2(i64 1) nounwind
28 define void @f5() nounwind {
33 tail call void @f6(i32 65536) nounwind
34 tail call void @f6(i32 65536) nounwind
40 define void @f7() nounwind {
    [all...]
  /external/llvm/test/CodeGen/SPARC/
2011-01-11-Call.ll 3 define void @test() nounwind {
5 %0 = tail call i32 (...)* @foo() nounwind
6 tail call void (...)* @bar() nounwind
  /external/llvm/test/Transforms/ArgumentPromotion/
2008-09-07-CGUpdate.ll 3 define internal fastcc i32 @hash(i32* %ts, i32 %mod) nounwind {
8 define void @encode(i32* %m, i32* %ts, i32* %new) nounwind {
10 %0 = call fastcc i32 @hash( i32* %ts, i32 0 ) nounwind ; <i32> [#uses=0]
  /external/llvm/test/Transforms/IPConstantProp/
2008-06-09-WeakProp.ll 5 define weak i32 @foo() nounwind {
10 define i32 @main() nounwind {
12 %r = call i32 @foo( ) nounwind
  /external/llvm/test/Transforms/PruneEH/
simpletest.ll 3 declare void @nounwind() nounwind
6 call void @nounwind()

Completed in 1925 milliseconds

1 2 3 4 5 6 7 8 91011>>