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

<<111213141516171819

  /external/llvm/test/DebugInfo/
2010-05-03-OriginDIE.ll 41 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
43 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
45 declare i32 @llvm.bswap.i32(i32) nounwind readnone
47 declare i64 @llvm.bswap.i64(i64) nounwind readnone
2010-07-19-Crash.ll 5 define i32 @bar() nounwind readnone ssp {
2009-10-08-DebugInfo-NullGlobalVariable.ll 39 declare void @llvm.dbg.func.start(metadata) nounwind readnone
41 declare void @llvm.dbg.stoppoint(i32, i32, metadata) nounwind readnone
43 declare void @llvm.dbg.region.end(metadata) nounwind readnone
  /external/llvm/test/DebugInfo/X86/
subreg.ll 17 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
  /external/llvm/test/Transforms/GlobalOpt/
unnamed-addr.ll 29 define i32 @foo(i32* %x) nounwind readnone optsize ssp {
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate_5.ll 7 define i32 @testcase(i5 zeroext %k) nounwind readnone {
  /external/llvm/test/Transforms/InstCombine/
no-negzero.ll 18 %2 = call double @fabs(double %1) nounwind readnone ; <double> [#uses=1]
select-crash.ll 4 define fastcc double @gimp_operation_color_balance_map(float %value, double %highlights) nounwind readnone inlinehint {
vector-casts.ll 26 define <2 x i64> @test3(<4 x float> %a, <4 x float> %b) nounwind readnone {
40 define <2 x i64> @test4(<4 x float> %a, <4 x float> %b) nounwind readnone {
55 define <2 x i64> @test5(<4 x float> %a, <4 x float> %b) nounwind readnone {
  /external/llvm/test/Transforms/ScalarRepl/
2011-05-06-CapturedAlloca.ll 9 define i32* @noop(i32* %p_29) nounwind readnone {
  /external/llvm/test/Transforms/SimplifyCFG/
ForwardSwitchConditionToPHI.ll 9 define i32 @t(i32 %m) nounwind readnone {
  /external/llvm/test/CodeGen/X86/
lsr-reuse-trunc.ll 43 %16 = tail call <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32> %15) nounwind readnone
60 declare <4 x float> @llvm.x86.sse.cmp.ps(<4 x float>, <4 x float>, i8) nounwind readnone
62 declare <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32>) nounwind readnone
2010-05-25-DotDebugLoc.ll 12 define hidden %0 @__divsc3(float %a, float %b, float %c, float %d) nounwind readnone {
18 %0 = tail call float @fabsf(float %c) nounwind readnone, !dbg !19 ; <float> [#uses=1]
19 %1 = tail call float @fabsf(float %d) nounwind readnone, !dbg !19 ; <float> [#uses=1]
76 %27 = tail call float @copysignf(float 0x7FF0000000000000, float %c) nounwind readnone, !dbg !30 ; <float> [#uses=2]
109 %42 = tail call float @copysignf(float %iftmp.0.0, float %a) nounwind readnone, !dbg !33 ; <float> [#uses=2]
116 %47 = tail call float @copysignf(float %iftmp.1.0, float %b) nounwind readnone, !dbg !34 ; <float> [#uses=2]
157 %67 = tail call float @copysignf(float %iftmp.2.0, float %c) nounwind readnone, !dbg !38 ; <float> [#uses=2]
164 %72 = tail call float @copysignf(float %iftmp.3.0, float %d) nounwind readnone, !dbg !39 ; <float> [#uses=2]
197 declare float @copysignf(float, float) nounwind readnone
199 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
    [all...]
sse3.ll 180 define <8 x i16> @t11(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
194 define <8 x i16> @t12(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
208 define <8 x i16> @t13(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
221 define <8 x i16> @t14(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
233 define <8 x i16> @t15(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
247 define <16 x i8> @t16(<16 x i8> %T0) nounwind readnone {
2008-02-27-PEICrash.ll 3 define i64 @__divsc3(float %a, float %b, float %c, float %d) nounwind readnone {
2009-01-16-UIntToFP.ll 5 define hidden float @__floatundisf(i64 %u) nounwind readnone {
2009-03-12-CPAlignBug.ll 21 %2 = tail call double @fabs(double %1) nounwind readnone ; <double> [#uses=1]
2010-05-03-CoalescerSubRegClobber.ll 6 define i32 @snd_xbytes(i32 %v, i32 %from, i32 %to) nounwind readnone ssp {
2011-02-23-UnfoldBug.ll 42 declare <2 x double> @llvm.x86.sse2.cmp.sd(<2 x double>, <2 x double>, i8) nounwind readnone
  /external/llvm/test/Transforms/EarlyCSE/
basic.ll 110 ;; Readnone functions aren't invalidated by stores.
113 %V1 = call i32 @func(i32* %P) readnone
115 %V2 = call i32 @func(i32* %P) readnone
  /external/llvm/test/CodeGen/ARM/
vadd.ll 120 declare <8 x i8> @llvm.arm.neon.vaddhn.v8i8(<8 x i16>, <8 x i16>) nounwind readnone
121 declare <4 x i16> @llvm.arm.neon.vaddhn.v4i16(<4 x i32>, <4 x i32>) nounwind readnone
122 declare <2 x i32> @llvm.arm.neon.vaddhn.v2i32(<2 x i64>, <2 x i64>) nounwind readnone
151 declare <8 x i8> @llvm.arm.neon.vraddhn.v8i8(<8 x i16>, <8 x i16>) nounwind readnone
152 declare <4 x i16> @llvm.arm.neon.vraddhn.v4i16(<4 x i32>, <4 x i32>) nounwind readnone
153 declare <2 x i32> @llvm.arm.neon.vraddhn.v2i32(<2 x i64>, <2 x i64>) nounwind readnone
vsub.ll 120 declare <8 x i8> @llvm.arm.neon.vsubhn.v8i8(<8 x i16>, <8 x i16>) nounwind readnone
121 declare <4 x i16> @llvm.arm.neon.vsubhn.v4i16(<4 x i32>, <4 x i32>) nounwind readnone
122 declare <2 x i32> @llvm.arm.neon.vsubhn.v2i32(<2 x i64>, <2 x i64>) nounwind readnone
151 declare <8 x i8> @llvm.arm.neon.vrsubhn.v8i8(<8 x i16>, <8 x i16>) nounwind readnone
152 declare <4 x i16> @llvm.arm.neon.vrsubhn.v4i16(<4 x i32>, <4 x i32>) nounwind readnone
153 declare <2 x i32> @llvm.arm.neon.vrsubhn.v2i32(<2 x i64>, <2 x i64>) nounwind readnone
2010-04-15-ScavengerDebugValue.ll 13 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
movt-movw-global.ll 8 define i32* @bar1() nounwind readnone {
  /external/llvm/test/CodeGen/Thumb/
rev.ll 42 declare i16 @llvm.bswap.i16(i16) nounwind readnone

Completed in 246 milliseconds

<<111213141516171819