HomeSort by relevance Sort by last modified time
    Searched full:nounwind (Results 1 - 25 of 2692) 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
  /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/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
trap.ll 2 define i32 @test() noreturn nounwind {
8 declare void @llvm.trap() nounwind
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 {
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
rounding-ops.ll 4 define float @test1(float %x) nounwind {
5 %call = tail call float @floorf(float %x) nounwind readnone
15 declare float @floorf(float) nounwind readnone
17 define double @test2(double %x) nounwind {
18 %call = tail call double @floor(double %x) nounwind readnone
28 declare double @floor(double) nounwind readnone
30 define float @test3(float %x) nounwind {
31 %call = tail call float @nearbyintf(float %x) nounwind readnone
41 declare float @nearbyintf(float) nounwind readnone
43 define double @test4(double %x) nounwind {
    [all...]
  /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
2008-04-08-NoExceptions.c 5 // CHECK: define void @g() nounwind
6 // CHECK-NOT: call void @f() nounwind
10 // CHECK-NOT: declare void @f() 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/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()
  /external/clang/test/CodeGenCXX/
cxx11-exception-spec.cpp 15 // CHECK: define {{.*}} @_Z1fIA2_sEvv() nounwind {
19 // CHECK-NOT: nounwind
21 // CHECK: define {{.*}} @_ZN1SIA2_sE1fEv() nounwind
26 // CHECK: define {{.*}} @_Z1fIA2_DsEvv() nounwind {
30 // CHECK-NOT: nounwind
32 // CHECK: define {{.*}} @_ZN1SIA2_DsE1fEv() nounwind
36 // CHECK: define {{.*}} @_Z1fIiEvv() nounwind {
41 // CHECK: define {{.*}} @_ZN1SIiE1fEv() nounwind
44 // CHECK-NOT: nounwind
47 // CHECK: define {{.*}} @_Z1fIfEvv() nounwind {
    [all...]
2009-05-04-PureConstNounwind.cpp 8 // CHECK: call i32 @_Z1cv() nounwind readnone
9 // CHECK: call i32 @_Z1pv() nounwind readonly
13 // CHECK: declare i32 @_Z1cv() nounwind readnone
14 // CHECK: declare i32 @_Z1pv() nounwind readonly
15 // CHECK-NOT: declare i32 @_Z1tv() nounwind

Completed in 1884 milliseconds

1 2 3 4 5 6 7 8 91011>>