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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
pr13577.ll 4 %1 = tail call x86_fp80 @copysignl(x86_fp80 0xK7FFF8000000000000000, x86_fp80 %a) nounwind readnone
8 declare x86_fp80 @copysignl(x86_fp80, x86_fp80) nounwind readnone
sse-varargs.ll 3 define i32 @t() nounwind {
5 tail call void (i32, ...)* @foo( i32 1, <4 x i32> < i32 10, i32 11, i32 12, i32 13 > ) nounwind
x86-64-pic-9.ll 5 define void ()* @g() nounwind {
10 define internal void @f() nounwind {
x86-frameaddr.ll 3 define i8* @t() nounwind {
9 declare i8* @llvm.frameaddress(i32) nounwind readnone
x86-frameaddr2.ll 3 define i8* @t() nounwind {
9 declare i8* @llvm.frameaddress(i32) nounwind readnone
legalize-libcalls.ll 6 define float @MakeSphere(float %theta.079) nounwind {
9 %call = call float @cosf(float %theta.079) nounwind readnone
10 %call45 = call float @sinf(float %theta.079) nounwind readnone
11 %call37 = call float @sinf(float %add36) nounwind readnone
18 define hidden fastcc void @unroll_loop(i64 %storemerge32129) nounwind {
20 call fastcc void @copy_rtx() nounwind
21 call fastcc void @copy_rtx() nounwind
33 declare float @cosf(float) nounwind readnone
34 declare float @sinf(float) nounwind readnone
35 declare hidden fastcc void @copy_rtx() nounwind
    [all...]
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/CodeGen/XCore/
trap.ll 2 define i32 @test() noreturn nounwind {
11 declare void @llvm.trap() nounwind
  /external/llvm/test/ExecutionEngine/MCJIT/
test-call-no-external-funcs.ll 3 define i32 @_Z14func_exit_codev() nounwind uwtable {
8 define i32 @main() nounwind uwtable {
  /external/llvm/test/ExecutionEngine/
test-call-no-external-funcs.ll 4 define i32 @_Z14func_exit_codev() nounwind uwtable {
9 define i32 @main() nounwind uwtable {
  /external/llvm/test/Linker/
2008-07-06-AliasFnDecl2.ll 4 define void @c() nounwind {
6 call void @b( ) nounwind
  /external/llvm/test/Linker/Inputs/
PR11464.b.ll 4 define i32 @bug_a(%bug_type* %fp) nounwind uwtable {
10 define i32 @bug_b(%bar* %a) nounwind uwtable {
  /external/llvm/test/Transforms/Inline/
alloca-in-scc.ll 6 define i32 @main(i32 %argc, i8** %argv) nounwind ssp {
8 call fastcc void @c() nounwind
12 define internal fastcc void @a() nounwind ssp {
17 call fastcc void @c() nounwind
21 define internal fastcc void @b() nounwind ssp {
23 tail call fastcc void @a() nounwind ssp
27 define internal fastcc void @c() nounwind ssp {
29 call fastcc void @b() nounwind
  /external/llvm/test/Transforms/InstCombine/
2012-07-30-addrsp-bitcast.ll 7 define void @test() nounwind {
8 call void @foo(i32* getelementptr (i32* bitcast ([16 x i32] addrspace(3)* @base to i32*), i64 2147483647)) nounwind
  /external/llvm/test/Transforms/SCCP/
2009-05-27-VectorOperandZero.ll 4 define i32 @main() nounwind {
6 %0 = tail call signext i8 (...)* @sin() nounwind
  /external/llvm/test/Analysis/BasicAA/
noalias-param.ll 3 declare i32* @captures(i32* %cap) nounwind readonly
5 define void @no(i32* noalias %a, i32* %b) nounwind {
8 %cap = call i32* @captures(i32* %a) nounwind readonly
15 define void @yes(i32* %c, i32* %d) nounwind {
18 %cap = call i32* @captures(i32* %c) nounwind readonly
  /external/llvm/test/CodeGen/ARM/
2009-09-22-LiveVariablesBug.ll 8 declare arm_aapcs_vfpcc float @aaa(%foo* nocapture) nounwind readonly
10 declare arm_aapcs_vfpcc %bar* @bbb(%bar*, <4 x float>, <4 x float>) nounwind
12 define arm_aapcs_vfpcc void @ccc(i8* nocapture %pBuffer, i32 %numItems) nounwind {
17 %0 = call arm_aapcs_vfpcc %bar* @bbb(%bar* undef, <4 x float> undef, <4 x float> undef) nounwind ; <%bar*> [#uses=0]
18 %1 = call arm_aapcs_vfpcc float @aaa(%foo* undef) nounwind ; <float> [#uses=0]
2009-09-23-LiveVariablesBug.ll 8 define arm_aapcs_vfpcc %struct.1* @hhh3(%struct.1* %this, <4 x float> %lenation.0, <4 x float> %legalation.0) nounwind {
10 %0 = call arm_aapcs_vfpcc %struct.4* @sss1(%struct.4* undef, float 0.000000e+00) nounwind ; <%struct.4*> [#uses=0]
11 %1 = call arm_aapcs_vfpcc %struct.4* @qqq1(%struct.4* null, float 5.000000e-01) nounwind ; <%struct.4*> [#uses=0]
13 %2 = call arm_aapcs_vfpcc %struct.4* @zzz2(%struct.4* undef, <4 x float> %val92) nounwind ; <%struct.4*> [#uses=0]
17 declare arm_aapcs_vfpcc %struct.4* @qqq1(%struct.4*, float) nounwind
19 declare arm_aapcs_vfpcc %struct.4* @sss1(%struct.4*, float) nounwind
21 declare arm_aapcs_vfpcc %struct.4* @zzz2(%struct.4*, <4 x float>) nounwind
  /external/llvm/test/CodeGen/Mips/
imm.ll 3 define i32 @foo0() nounwind readnone {
11 define i32 @foo1() nounwind readnone {
19 define i32 @foo2() nounwind readnone {
26 define i32 @foo17() nounwind readnone {
33 define i32 @foo18() nounwind readnone {
o32_cc.ll 9 define void @testlowercall0() nounwind {
11 tail call void @f0(double 5.000000e+00, double 6.000000e+00) nounwind
20 define void @testlowercall1() nounwind {
22 tail call void @f1(float 8.000000e+00, float 9.000000e+00) nounwind
31 define void @testlowercall2() nounwind {
33 tail call void @f2(float 8.000000e+00, double 6.000000e+00) nounwind
42 define void @testlowercall3() nounwind {
44 tail call void @f3(double 5.000000e+00, float 9.000000e+00) nounwind
55 define void @testlowercall4() nounwind {
57 tail call void @f4(i32 12, i32 13, i32 14, i32 15) nounwind
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
frame-size.ll 4 define i64 @foo() nounwind {
15 %s1 = call i64 @bar(i8* %x1) nounwind
16 %s2 = call i64 @bar(i8* %x1) nounwind
17 %s3 = call i64 @bar(i8* %x1) nounwind
18 %s4 = call i64 @bar(i8* %x1) nounwind
19 %s5 = call i64 @bar(i8* %x1) nounwind
20 %s6 = call i64 @bar(i8* %x1) nounwind
21 %s7 = call i64 @bar(i8* %x1) nounwind
22 %s8 = call i64 @bar(i8* %x1) nounwind
23 %r = call i64 @can(i64 %s1, i64 %s2, i64 %s3, i64 %s4, i64 %s5, i64 %s6, i64 %s7, i64 %s8) nounwind
    [all...]
rounding-ops.ll 6 define float @test1(float %x) nounwind {
7 %call = tail call float @floorf(float %x) nounwind readnone
17 declare float @floorf(float) nounwind readnone
19 define double @test2(double %x) nounwind {
20 %call = tail call double @floor(double %x) nounwind readnone
30 declare double @floor(double) nounwind readnone
32 define float @test3(float %x) nounwind {
33 %call = tail call float @nearbyintf(float %x) nounwind readnone
43 declare float @nearbyintf(float) nounwind readnone
45 define double @test4(double %x) nounwind {
    [all...]
ppc64-calls.ll 5 define void @foo() nounwind readnone noinline {
9 define weak void @foo_weak() nounwind {
14 define void @test_direct() nounwind readnone {
16 tail call void @foo() nounwind
24 define void @test_weak() nounwind readnone {
26 tail call void @foo_weak() nounwind
33 define void @test_indirect(void ()* nocapture %fp) nounwind {
35 tail call void %fp() nounwind
46 define void @test_abs() nounwind {
48 tail call void inttoptr (i64 1024 to void ()*)() nounwind
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
weak-dce.ll 12 %tmp7 = call i8* @objc_initWeak(i8** %weakBlock, i8* %p) nounwind
13 %tmp26 = call i8* @objc_loadWeakRetained(i8** %weakBlock) nounwind
14 call void @objc_destroyWeak(i8** %weakBlock) nounwind
24 %tmp7 = call i8* @objc_initWeak(i8** %weakBlock, i8* %p) nounwind
25 %tmp26 = call i8* @objc_loadWeakRetained(i8** %weakBlock) nounwind
26 call void @objc_destroyWeak(i8** %weakBlock) nounwind
36 %tmp7 = call i8* @objc_initWeak(i8** %weakBlock, i8* %p) nounwind
37 %tmp19 = call i8* @objc_storeWeak(i8** %weakBlock, i8* %q) nounwind
38 %tmp26 = call i8* @objc_loadWeakRetained(i8** %weakBlock) nounwind
39 call void @objc_destroyWeak(i8** %weakBlock) nounwind
    [all...]
  /frameworks/rs/driver/runtime/
convert.ll 9 define <2 x float> @_Z14convert_float2Dv2_h(<2 x i8> %in) nounwind readnone alwaysinline {
14 define <3 x float> @_Z14convert_float3Dv3_h(<3 x i8> %in) nounwind readnone alwaysinline {
19 define <4 x float> @_Z14convert_float4Dv4_h(<4 x i8> %in) nounwind readnone alwaysinline {
24 define <2 x float> @_Z14convert_float2Dv2_c(<2 x i8> %in) nounwind readnone alwaysinline {
29 define <3 x float> @_Z14convert_float3Dv3_c(<3 x i8> %in) nounwind readnone alwaysinline {
34 define <4 x float> @_Z14convert_float4Dv4_c(<4 x i8> %in) nounwind readnone alwaysinline {
39 define <2 x float> @_Z14convert_float2Dv2_t(<2 x i16> %in) nounwind readnone alwaysinline {
44 define <3 x float> @_Z14convert_float3Dv3_t(<3 x i16> %in) nounwind readnone alwaysinline {
49 define <4 x float> @_Z14convert_float4Dv4_t(<4 x i16> %in) nounwind readnone alwaysinline {
54 define <2 x float> @_Z14convert_float2Dv2_s(<2 x i16> %in) nounwind readnone alwaysinline
    [all...]

Completed in 367 milliseconds

1 2 34 5 6 7 8 91011>>