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

<<111213141516171819

  /external/llvm/test/CodeGen/ARM/
vmls.ll 169 define arm_aapcs_vfpcc <4 x i32> @test_vmlsl_lanes16(<4 x i32> %arg0_int32x4_t, <4 x i16> %arg1_int16x4_t, <4 x i16> %arg2_int16x4_t) nounwind readnone {
181 define arm_aapcs_vfpcc <2 x i64> @test_vmlsl_lanes32(<2 x i64> %arg0_int64x2_t, <2 x i32> %arg1_int32x2_t, <2 x i32> %arg2_int32x2_t) nounwind readnone {
193 define arm_aapcs_vfpcc <4 x i32> @test_vmlsl_laneu16(<4 x i32> %arg0_uint32x4_t, <4 x i16> %arg1_uint16x4_t, <4 x i16> %arg2_uint16x4_t) nounwind readnone {
205 define arm_aapcs_vfpcc <2 x i64> @test_vmlsl_laneu32(<2 x i64> %arg0_uint64x2_t, <2 x i32> %arg1_uint32x2_t, <2 x i32> %arg2_uint32x2_t) nounwind readnone {
2009-11-13-VRRewriterCrash.ll 44 %19 = call arm_aapcs_vfpcc float @sqrtf(float %18) readnone ; <float> [#uses=2]
113 declare arm_aapcs_vfpcc float @sqrtf(float) readnone
  /external/llvm/test/CodeGen/SPARC/
2011-01-19-DelaySlot.ll 27 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone {
  /external/llvm/test/CodeGen/X86/
2009-01-13-DoubleUpdate.ll 3 declare <2 x double> @llvm.x86.sse2.min.pd(<2 x double>, <2 x double>) nounwind readnone
2010-01-18-DbgValue.ll 29 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
2010-05-28-Crash.ll 14 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
2010-07-06-DbgCrash.ll 28 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
2011-05-26-UnreachableBlockElim.ll 11 declare i64 @llvm.objectsize.i64(i8*, i1) nounwind readnone
brcond.ll 87 define float @test4(float %x, float %y) nounwind readnone optsize ssp {
dbg-byval-parameter.ll 26 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
narrow-shl-load.ll 9 define void @test1() nounwind readnone {
2011-01-24-DbgValue-Before-Use.ll 18 define i64 @gcd(i64 %a, i64 %b) nounwind readnone optsize noinline ssp {
69 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
  /external/llvm/test/DebugInfo/
2010-04-13-PubType.ll 29 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
2010-05-03-DisableFramePtr.ll 17 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
  /external/llvm/test/Transforms/DeadStoreElimination/
crash.ll 8 declare signext i8 @foo(i8 signext, i8 signext) nounwind readnone ssp
  /external/llvm/test/Transforms/FunctionAttrs/
2008-12-31-NoCapture.ll 52 define i1* @lookup_bit(i32* %q, i32 %bitno) readnone nounwind {
  /external/llvm/test/Transforms/InstCombine/
add.ll 279 define i1 @test37(i32 %a, i32 %b) nounwind readnone {
285 define i1 @test38(i32 %a, i32 %b) nounwind readnone {
291 define i1 @test39(i32 %a, i32 %b) nounwind readnone {
297 define i1 @test40(i32 %a, i32 %b) nounwind readnone {
  /external/llvm/test/Transforms/Mem2Reg/
ConvertDebugInfo.ll 31 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
  /external/llvm/test/Transforms/SimplifyCFG/
branch-fold-dbg.ll 40 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
  /external/llvm/test/Transforms/TailCallElim/
accum_recursion.ll 43 define i64 @test3_fib(i64 %n) nounwind readnone {
  /external/llvm/utils/vim/
llvm.vim 54 syn keyword llvmKeyword nocapture byval nest readnone readonly noalias
  /external/clang/test/CodeGenCXX/
pointers-to-data-members.cpp 154 // CHECK-O3: define zeroext i1 @_ZN6PR71395checkEv() nounwind readnone
160 // CHECK-O3: define zeroext i1 @_ZN6PR71396check2Ev() nounwind readnone
  /external/llvm/test/Bitcode/
metadata-2.ll 28 define fastcc i32 @_D5tango4core8BitManip6popcntFkZi(i32 %x_arg) nounwind readnone {
49 define fastcc i32 @_D5tango4core8BitManip7bitswapFkZk(i32 %x_arg) nounwind readnone {
  /external/llvm/test/CodeGen/Thumb2/
machine-licm.ll 81 declare <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float>, <4 x float>) nounwind readnone
85 define zeroext i16 @t3(i8 zeroext %data, i16 zeroext %crc) nounwind readnone {
  /external/llvm/include/llvm/
Attributes.h 46 const Attributes ReadNone = 1<<9; ///< Function does not access memory
93 const Attributes FunctionOnly = NoReturn | NoUnwind | ReadNone | ReadOnly |
105 ReadNone | ReadOnly,

Completed in 1414 milliseconds

<<111213141516171819