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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
libcall-declarations.c 89 // CHECK-NOERRNO: declare double @acos(double) nounwind readnone
90 // CHECK-NOERRNO: declare x86_fp80 @acosl(x86_fp80) nounwind readnone
91 // CHECK-NOERRNO: declare float @acosf(float) nounwind readnone
92 // CHECK-NOERRNO: declare double @asin(double) nounwind readnone
93 // CHECK-NOERRNO: declare x86_fp80 @asinl(x86_fp80) nounwind readnone
94 // CHECK-NOERRNO: declare float @asinf(float) nounwind readnone
95 // CHECK-NOERRNO: declare double @atan(double) nounwind readnone
96 // CHECK-NOERRNO: declare x86_fp80 @atanl(x86_fp80) nounwind readnone
97 // CHECK-NOERRNO: declare float @atanf(float) nounwind readnone
98 // CHECK-NOERRNO: declare double @atan2(double, double) nounwind readnone
    [all...]
builtin-attributes.c 20 // frexp is NOT readnone. It writes to its pointer argument.
25 // CHECK-NOT: readnone
27 // CHECK-NOT: readnone
29 // CHECK-NOT: readnone
34 // CHECK-NOT: readnone
36 // CHECK-NOT: readnone
38 // CHECK-NOT: readnone
41 // CHECK-NOT: readnone
43 // CHECK-NOT: readnone
45 // CHECK-NOT: readnone
    [all...]
libcalls.c 27 // CHECK-NO: declare float @sqrtf(float) nounwind readnone
28 // CHECK-NO: declare double @sqrt(double) nounwind readnone
29 // CHECK-NO: declare x86_fp80 @sqrtl(x86_fp80) nounwind readnone
70 // CHECK-YES: declare float @llvm.fma.f32(float, float, float) nounwind readnone
71 // CHECK-YES: declare double @llvm.fma.f64(double, double, double) nounwind readnone
72 // CHECK-YES: declare x86_fp80 @llvm.fma.f80(x86_fp80, x86_fp80, x86_fp80) nounwind readnone
73 // CHECK-NO: declare float @llvm.fma.f32(float, float, float) nounwind readnone
74 // CHECK-NO: declare double @llvm.fma.f64(double, double, double) nounwind readnone
75 // CHECK-NO: declare x86_fp80 @llvm.fma.f80(x86_fp80, x86_fp80, x86_fp80) nounwind readnone
77 // Just checking to make sure these library functions are marked readnone
    [all...]
  /external/llvm/test/CodeGen/ARM/
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
mul_const.ll 3 define i32 @t9(i32 %v) nounwind readnone {
11 define i32 @t7(i32 %v) nounwind readnone {
19 define i32 @t5(i32 %v) nounwind readnone {
27 define i32 @t3(i32 %v) nounwind readnone {
35 define i32 @t12288(i32 %v) nounwind readnone {
44 define i32 @tn9(i32 %v) nounwind readnone {
53 define i32 @tn7(i32 %v) nounwind readnone {
61 define i32 @tn5(i32 %v) nounwind readnone {
70 define i32 @tn3(i32 %v) nounwind readnone {
78 define i32 @tn12288(i32 %v) nounwind readnone {
    [all...]
  /external/llvm/test/Transforms/GVN/
2010-11-13-Simplify.ll 3 declare i32 @foo(i32) readnone
7 %a = call i32 @foo (i32 0) readnone
8 %b = call i32 @foo (i32 0) readnone
10 %x = call i32 @foo (i32 %a) readnone
11 %y = call i32 @foo (i32 %c) readnone
  /external/llvm/test/Transforms/FunctionAttrs/
2008-09-03-ReadNone.ll 1 ; RUN: opt < %s -basicaa -functionattrs -S | grep readnone | count 4
4 declare i32 @e() readnone
15 define i32 @h() readnone {
  /external/llvm/test/CodeGen/X86/
popcnt.ll 3 define i8 @cnt8(i8 %x) nounwind readnone {
11 define i16 @cnt16(i16 %x) nounwind readnone {
19 define i32 @cnt32(i32 %x) nounwind readnone {
27 define i64 @cnt64(i64 %x) nounwind readnone {
35 declare i8 @llvm.ctpop.i8(i8) nounwind readnone
36 declare i16 @llvm.ctpop.i16(i16) nounwind readnone
37 declare i32 @llvm.ctpop.i32(i32) nounwind readnone
38 declare i64 @llvm.ctpop.i64(i64) nounwind readnone
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
rounding-ops.ll 5 %call = tail call float @floorf(float %x) nounwind readnone
15 declare float @floorf(float) nounwind readnone
18 %call = tail call double @floor(double %x) nounwind readnone
28 declare double @floor(double) nounwind readnone
31 %call = tail call float @nearbyintf(float %x) nounwind readnone
41 declare float @nearbyintf(float) nounwind readnone
44 %call = tail call double @nearbyint(double %x) nounwind readnone
54 declare double @nearbyint(double) nounwind readnone
57 %call = tail call float @ceilf(float %x) nounwind readnone
67 declare float @ceilf(float) nounwind readnone
    [all...]
2009-08-12-badswitch.ll 5 declare void @f1() nounwind readnone
6 declare void @f2() nounwind readnone
7 declare void @f3() nounwind readnone
8 declare void @f4() nounwind readnone
9 declare void @f5() nounwind readnone
10 declare void @f6() nounwind readnone
11 declare void @f7() nounwind readnone
12 declare void @f8() nounwind readnone
13 declare void @f9() nounwind readnone
14 declare void @f10() nounwind readnone
    [all...]
rem-2.ll 3 define i32 @test(i32 %X) nounwind readnone {
ret-addr.ll 4 define i8* @h() nounwind readnone optsize {
10 declare i8* @llvm.returnaddress(i32) nounwind readnone
12 define i8* @g() nounwind readnone optsize {
18 define i8* @f() nounwind readnone optsize {
2008-08-17-UComiCodeGenBug.ll 5 tail call i32 @llvm.x86.sse.ucomige.ss( <4 x float> %a, <4 x float> %b ) nounwind readnone
9 declare i32 @llvm.x86.sse.ucomige.ss(<4 x float>, <4 x float>) nounwind readnone
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
tail-call-got.ll 6 define double @test1(double %x) nounwind readnone {
10 %1 = tail call double @foo(double %x) nounwind readnone
14 declare double @foo(double) readnone
16 define double @test2(double %x) nounwind readnone {
20 %1 = tail call double @sin(double %x) nounwind readnone
24 declare double @sin(double) readnone
  /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 {
mips64countleading.ll 3 define i64 @t1(i64 %X) nounwind readnone {
10 declare i64 @llvm.ctlz.i64(i64, i1) nounwind readnone
12 define i64 @t3(i64 %X) nounwind readnone {
mips64fpimm0.ll 3 define double @foo1() nounwind readnone {
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 {
  /frameworks/compile/libbcc/lib/Renderscript/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...]
  /external/llvm/test/Transforms/InstCombine/
sdiv-1.ll 4 define i32 @a(i32 %X) nounwind readnone {
11 define i32 @b(i32 %X) nounwind readnone {
17 define i32 @c(i32 %X) nounwind readnone {
2008-11-27-UDivNegative.ll 3 define i8 @test(i8 %x) readnone nounwind {
fcmp-special.ll 7 define i1 @inf0(double %arg) nounwind readnone {
14 define i1 @inf1(double %arg) nounwind readnone {
23 define i1 @ninf0(double %arg) nounwind readnone {
30 define i1 @ninf1(double %arg) nounwind readnone {
39 define i1 @nan0(double %arg) nounwind readnone {
46 define i1 @nan1(double %arg) nounwind readnone {
53 define i1 @nan2(double %arg) nounwind readnone {
60 define i1 @nan3(double %arg) nounwind readnone {
67 define i1 @nan4(double %arg) nounwind readnone {
74 define i1 @nan5(double %arg) nounwind readnone {
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2010-05-03-retaddr1.ll 4 declare i8* @llvm.frameaddress(i32) nounwind readnone
6 define i8* @g2() nounwind readnone {
14 declare i8* @llvm.returnaddress(i32) nounwind readnone
16 define i8* @g() nounwind readnone {

Completed in 286 milliseconds

1 2 3 4 5 6 7 8 91011>>