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

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/X86/
fold-imm.ll 3 define i32 @test(i32 %X) nounwind {
13 define i32 @test2(i32 %X) nounwind {
fp-stack-retcopy.ll 7 define double @carg({ double, double }* byval %z) nounwind {
9 %tmp5 = tail call double @foo() nounwind ; <double> [#uses=1]
fsgsbase.ll 8 declare i32 @llvm.x86.rdfsbase.32() nounwind readnone
15 declare i32 @llvm.x86.rdgsbase.32() nounwind readnone
22 declare i64 @llvm.x86.rdfsbase.64() nounwind readnone
29 declare i64 @llvm.x86.rdgsbase.64() nounwind readnone
36 declare void @llvm.x86.wrfsbase.32(i32) nounwind readnone
43 declare void @llvm.x86.wrgsbase.32(i32) nounwind readnone
50 declare void @llvm.x86.wrfsbase.64(i64) nounwind readnone
57 declare void @llvm.x86.wrgsbase.64(i64) nounwind readnone
h-registers-3.ll 4 define zeroext i8 @foo() nounwind ssp {
6 %0 = tail call zeroext i16 (...)* @bar() nounwind
imul-lea-2.ll 5 define i64 @t1(i64 %a) nounwind readnone {
13 define i64 @t2(i64 %a) nounwind readnone {
inline-asm-h.ll 5 define void @zed() nounwind {
7 call void asm "movq %mm2,${0:H}", "=*m,~{dirflag},~{fpsr},~{flags}"(i32* @foobar) nounwind
inlineasm-sched-bug.ll 6 define i32 @foo(i32 %treemap) nounwind uwtable {
10 %0 = tail call i32 asm "bsfl $1,$0\0A\09", "=r,rm,~{dirflag},~{fpsr},~{flags}"(i32 %and) nounwind
mmx-shift.ll 4 define i64 @t1(<1 x i64> %mm1) nounwind {
15 declare x86_mmx @llvm.x86.mmx.pslli.q(x86_mmx, i32) nounwind readnone
17 define i64 @t2(x86_mmx %mm1, x86_mmx %mm2) nounwind {
19 %tmp7 = tail call x86_mmx @llvm.x86.mmx.psra.d( x86_mmx %mm1, x86_mmx %mm2 ) nounwind readnone ; <x86_mmx> [#uses=1]
27 declare x86_mmx @llvm.x86.mmx.psra.d(x86_mmx, x86_mmx) nounwind readnone
29 define i64 @t3(x86_mmx %mm1, i32 %bits) nounwind {
31 %tmp8 = tail call x86_mmx @llvm.x86.mmx.psrli.w( x86_mmx %mm1, i32 %bits ) nounwind readnone ; <x86_mmx> [#uses=1]
39 declare x86_mmx @llvm.x86.mmx.psrli.w(x86_mmx, i32) nounwind readnone
sibcall-2.ll 6 define void @t1(i8* nocapture %value) nounwind {
14 tail call void %0() nounwind
18 define void @t2(i32 %a, i8* nocapture %value) nounwind {
26 tail call void %0() nounwind
30 define void @t3(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i8* nocapture %value) nounwind {
38 tail call void %0() nounwind
42 define void @t4(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i8* nocapture %value) nounwind {
50 tail call void %0() nounwind
sse-align-1.ll 3 define <4 x float> @foo(<4 x float>* %p) nounwind {
7 define <2 x double> @bar(<2 x double>* %p) nounwind {
sse-align-4.ll 3 define void @foo(<4 x float>* %p, <4 x float> %x) nounwind {
7 define void @bar(<2 x double>* %p, <2 x double> %x) nounwind {
sse-align-9.ll 3 define <4 x float> @foo(<4 x float>* %p) nounwind {
7 define <2 x double> @bar(<2 x double>* %p) nounwind {
vec_shift3.ll 5 define <2 x i64> @t1(<2 x i64> %x1, i32 %bits) nounwind {
7 %tmp3 = tail call <2 x i64> @llvm.x86.sse2.pslli.q( <2 x i64> %x1, i32 %bits ) nounwind readnone ; <<2 x i64>> [#uses=1]
11 define <2 x i64> @t2(<2 x i64> %x1) nounwind {
13 %tmp3 = tail call <2 x i64> @llvm.x86.sse2.pslli.q( <2 x i64> %x1, i32 10 ) nounwind readnone ; <<2 x i64>> [#uses=1]
17 define <2 x i64> @t3(<2 x i64> %x1, i32 %bits) nounwind {
20 %tmp4 = tail call <8 x i16> @llvm.x86.sse2.psrai.w( <8 x i16> %tmp2, i32 %bits ) nounwind readnone ; <<8 x i16>> [#uses=1]
25 declare <8 x i16> @llvm.x86.sse2.psrai.w(<8 x i16>, i32) nounwind readnone
26 declare <2 x i64> @llvm.x86.sse2.pslli.q(<2 x i64>, i32) nounwind readnone
x86-64-frameaddr.ll 8 define i64* @stack_end_address() nounwind {
15 declare i8* @llvm.frameaddress(i32) nounwind readnone
2008-12-23-crazy-address.ll 5 define void @foo() nounwind {
8 call void @frob(i32* %Y) nounwind
12 call void @borf(i32 %0) nounwind
16 define void @bar(i32 %i) nounwind {
20 call void @frob(i32* %0) nounwind
27 call void @borf(i32 %5) nounwind
  /external/llvm/test/CodeGen/XCore/
byVal.ll 8 declare void @f0(%struct.st0*) nounwind
9 define void @f0Test(%struct.st0* byval %s0) nounwind {
11 call void @f0(%struct.st0* %s0) nounwind
31 declare void @f1(%struct.st1*) nounwind
32 define i32 @f1Test(i32 %i, %struct.st1* byval %s1) nounwind {
34 call void @f1(%struct.st1* %s1) nounwind
53 declare void @f2(i32, %struct.st2*) nounwind
54 define void @f2Test(%struct.st2* byval %s2, i32 %i, ...) nounwind {
  /external/llvm/test/Transforms/FunctionAttrs/
noreturn.ll 3 define void @endless_loop() noreturn nounwind readnone ssp uwtable {
13 define i32 @main() noreturn nounwind ssp uwtable {
  /external/llvm/test/Transforms/Inline/
2007-12-19-InlineNoUnwind.ll 1 ; RUN: opt < %s -inline -S | grep nounwind
17 %X = call i32 @test( ) nounwind
  /external/llvm/test/Transforms/InstCombine/
pr2996.ll 4 define void @func_53(i16 signext %p_56) nounwind {
8 %1 = call i32 (...)* @func_4(i32 %iftmp.0.0) nounwind ; <i32> [#uses=0]
  /external/llvm/test/Instrumentation/ThreadSanitizer/
atomic.ll 5 define i8 @atomic8_load_unordered(i8* %a) nounwind uwtable {
13 define i8 @atomic8_load_monotonic(i8* %a) nounwind uwtable {
21 define i8 @atomic8_load_acquire(i8* %a) nounwind uwtable {
29 define i8 @atomic8_load_seq_cst(i8* %a) nounwind uwtable {
37 define void @atomic8_store_unordered(i8* %a) nounwind uwtable {
45 define void @atomic8_store_monotonic(i8* %a) nounwind uwtable {
53 define void @atomic8_store_release(i8* %a) nounwind uwtable {
61 define void @atomic8_store_seq_cst(i8* %a) nounwind uwtable {
69 define void @atomic8_xchg_monotonic(i8* %a) nounwind uwtable {
77 define void @atomic8_add_monotonic(i8* %a) nounwind uwtable
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
cfg-hazards.ll 22 %tmp1 = call i8* @objc_retain(i8* %digits) nounwind
34 call void @objc_release(i8* %digits) nounwind, !clang.imprecise_release !0
47 %tmp1 = call i8* @objc_retain(i8* %digits) nounwind
59 call void @objc_release(i8* %digits) nounwind, !clang.imprecise_release !0
72 %tmp1 = call i8* @objc_retain(i8* %digits) nounwind
84 call void @objc_release(i8* %digits) nounwind, !clang.imprecise_release !0
99 define void @test3(i8* %a) nounwind {
101 %outer = call i8* @objc_retain(i8* %a) nounwind
102 %inner = call i8* @objc_retain(i8* %a) nounwind
111 call void @objc_release(i8* %a) nounwind
    [all...]
  /external/llvm/test/Assembler/
aggregate-constant-values.ll 6 define void @foo({i32, i32}* %x) nounwind {
14 define void @foo_empty({}* %x) nounwind {
22 define void @bar([2 x i32]* %x) nounwind {
30 define void @bar_empty([0 x i32]* %x) nounwind {
38 define void @qux(<{i32, i32}>* %x) nounwind {
46 define void @qux_empty(<{}>* %x) nounwind {
  /external/llvm/test/CodeGen/ARM/
neon-fma.ll 6 define <2 x float> @test_v2f32(<2 x float> %a, <2 x float> %b, <2 x float> %c) nounwind readnone ssp {
8 %call = tail call <2 x float> @llvm.fma.v2f32(<2 x float> %a, <2 x float> %b, <2 x float> %c) nounwind readnone
15 define <4 x float> @test_v4f32(<4 x float> %a, <4 x float> %b, <4 x float> %c) nounwind readnone ssp {
17 %call = tail call <4 x float> @llvm.fma.v4f32(<4 x float> %a, <4 x float> %b, <4 x float> %c) nounwind readnone
21 declare <2 x float> @llvm.fma.v2f32(<2 x float>, <2 x float>, <2 x float>) nounwind readnone
22 declare <4 x float> @llvm.fma.v4f32(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
  /external/llvm/test/CodeGen/Generic/
2008-02-04-Ctlz.ll 5 define i32 @main(i64 %arg) nounwind {
13 %tmp40 = tail call i32 (i8*, ...)* @printf( i8* noalias getelementptr ([14 x i8]* @.str, i32 0, i32 0), i64 %arg, i32 %tmp38, i32 %tmp48, i32 %tmp58 ) nounwind ; <i32> [#uses=0]
17 declare i32 @printf(i8* noalias , ...) nounwind
19 declare i64 @llvm.ctlz.i64(i64, i1) nounwind readnone
20 declare i64 @llvm.cttz.i64(i64, i1) nounwind readnone
21 declare i64 @llvm.ctpop.i64(i64) nounwind readnone
  /external/llvm/test/CodeGen/Mips/
mips64muldiv.ll 3 define i64 @m0(i64 %a0, i64 %a1) nounwind readnone {
11 define i64 @m1(i64 %a) nounwind readnone {
19 define i64 @d0(i64 %a0, i64 %a1) nounwind readnone {
27 define i64 @d1(i64 %a0, i64 %a1) nounwind readnone {
35 define i64 @d2(i64 %a0, i64 %a1) nounwind readnone {
43 define i64 @d3(i64 %a0, i64 %a1) nounwind readnone {

Completed in 137 milliseconds

1 2 3 4 5 6 7 891011>>