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

1 2 3 4 5 6 7 8 91011>>

  /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/
fma.ll 7 define float @test_f32(float %a, float %b, float %c) nounwind readnone ssp {
9 %call = tail call float @llvm.fma.f32(float %a, float %b, float %c) nounwind readnone
16 define double @test_f64(double %a, double %b, double %c) nounwind readnone ssp {
18 %call = tail call double @llvm.fma.f64(double %a, double %b, double %c) nounwind readnone
25 define x86_fp80 @test_f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone ssp {
27 %call = tail call x86_fp80 @llvm.fma.f80(x86_fp80 %a, x86_fp80 %b, x86_fp80 %c) nounwind readnone
31 declare float @llvm.fma.f32(float, float, float) nounwind readnone
32 declare double @llvm.fma.f64(double, double, double) nounwind readnone
33 declare x86_fp80 @llvm.fma.f80(x86_fp80, x86_fp80, x86_fp80) nounwind readnone
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
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
3dnow-intrinsics.ll 3 define <8 x i8> @test_pavgusb(x86_mmx %a.coerce, x86_mmx %b.coerce) nounwind readnone {
15 declare x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx, x86_mmx) nounwind readnone
17 define <2 x i32> @test_pf2id(<2 x float> %a) nounwind readnone {
26 declare x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx) nounwind readnone
28 define <2 x float> @test_pfacc(<2 x float> %a, <2 x float> %b) nounwind readnone {
38 declare x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx, x86_mmx) nounwind readnone
40 define <2 x float> @test_pfadd(<2 x float> %a, <2 x float> %b) nounwind readnone {
50 declare x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx, x86_mmx) nounwind readnone
52 define <2 x i32> @test_pfcmpeq(<2 x float> %a, <2 x float> %b) nounwind readnone {
62 declare x86_mmx @llvm.x86.3dnow.pfcmpeq(x86_mmx, x86_mmx) nounwind readnone
    [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...]
fdiv.ll 3 define float @test1(float %x) nounwind readnone ssp {
11 define float @test2(float %x) nounwind readnone ssp {
19 define float @test3(float %x) nounwind readnone ssp {
fcmp-select.ll 8 define double @f0(double %x) nounwind readnone {
16 define double @f1(double %x) nounwind readnone {
24 define double @f2(double %x, double %y) nounwind readnone {
32 define double @f3(double %x, double %y) nounwind readnone {
40 define double @f4(double %x) nounwind readnone {
48 define double @f5(double %x) nounwind readnone {
  /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 {
2008-12-02-LegalizeTypeAssert.ll 9 %0 = tail call ppc_fp128 @copysignl(ppc_fp128 0xM00000000000000000000000000000000, ppc_fp128 %a) nounwind readnone ; <ppc_fp128> [#uses=0]
11 %1 = tail call ppc_fp128 @copysignl(ppc_fp128 %iftmp.1.0, ppc_fp128 %b) nounwind readnone ; <ppc_fp128> [#uses=0]
18 declare ppc_fp128 @copysignl(ppc_fp128, ppc_fp128) nounwind readnone
  /external/llvm/test/FrontendC/
2008-07-08-FAbsAttributes.c 1 // RUN: %llvmgcc -S %s -o - | grep readnone
2008-01-25-ByValReadNone.c 2 // RUN: %llvmgcc -O3 -S -o - %s | not grep readnone
6 // function readnone. Readnone would allow stores to the arg to
  /external/llvm/test/Transforms/ADCE/
dce_pure_invoke.ll 3 declare i32 @strlen(i8*) readnone
7 invoke i32 @strlen( i8* null ) readnone
  /external/llvm/test/CodeGen/ARM/
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 {
fold-const.ll 3 define i32 @f(i32 %a) nounwind readnone optsize ssp {
14 declare i64 @llvm.ctlz.i64(i64) nounwind readnone
  /external/llvm/test/CodeGen/Mips/
2010-11-09-CountLeading.ll 4 define i32 @t1(i32 %X) nounwind readnone {
10 declare i32 @llvm.ctlz.i32(i32) nounwind readnone
13 define i32 @t2(i32 %X) nounwind readnone {
20 define i32 @t3(i32 %X) nounwind readnone {
28 define i32 @t4(i32 %X) nounwind readnone {
2010-11-09-Mul.ll 4 define i32 @mul1(i32 %a, i32 %b) nounwind readnone {
11 define i32 @mul2(i32 %a, i32 %b) nounwind readnone {
  /external/llvm/test/CodeGen/Blackfin/
2009-08-11-RegScavenger-CSR.ll 3 declare i64 @llvm.cttz.i64(i64) nounwind readnone
5 declare i16 @llvm.cttz.i16(i16) nounwind readnone
7 declare i8 @llvm.cttz.i8(i8) nounwind readnone
  /external/llvm/test/CodeGen/MSP430/
shifts.ll 5 define zeroext i8 @lshr8(i8 zeroext %a, i8 zeroext %cnt) nounwind readnone {
13 define signext i8 @ashr8(i8 signext %a, i8 zeroext %cnt) nounwind readnone {
21 define zeroext i8 @shl8(i8 zeroext %a, i8 zeroext %cnt) nounwind readnone {
29 define zeroext i16 @lshr16(i16 zeroext %a, i16 zeroext %cnt) nounwind readnone {
37 define signext i16 @ashr16(i16 signext %a, i16 zeroext %cnt) nounwind readnone {
45 define zeroext i16 @shl16(i16 zeroext %a, i16 zeroext %cnt) nounwind readnone {

Completed in 935 milliseconds

1 2 3 4 5 6 7 8 91011>>