/external/llvm/test/Transforms/FunctionAttrs/ |
readattrs.ll | 25 declare void @test4_1(i8* nocapture) readonly 27 ; CHECK: define void @test4_2(i8* nocapture readonly %p) 33 ; CHECK: define void @test5(i8** nocapture %p, i8* %q) 41 ; CHECK: define void @test6_2(i8** nocapture %p, i8* %q)
|
/external/clang/test/CodeGen/ |
mips-vector-return.c | 11 // O32: define void @test_v4sf(<4 x float>* noalias nocapture sret 17 // O32: define void @test_v4df(<4 x double>* noalias nocapture sret 18 // N64: define void @test_v4df(<4 x double>* noalias nocapture sret
|
/external/llvm/test/Bitcode/ |
blockaddress.ll | 4 define void @f(i8** nocapture %ptr1) { 18 define void @doit(i8** nocapture %pptr) { 33 define void @doitagain(i8** nocapture %pptr) {
|
/external/llvm/test/CodeGen/X86/ |
memset-2.ll | 21 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind 23 define void @t3(i8* nocapture %s, i8 %a) nounwind { 31 define void @t4(i8* nocapture %s, i8 %a) nounwind {
|
swizzle.ll | 8 define void @swizzle(i8* nocapture %a, %struct.vector4_t* nocapture %b, %struct.vector4_t* nocapture %c) nounwind {
|
x86-64-ptr-arg-simple.ll | 10 define void @foo(i32* nocapture %out, i32 %in) nounwind { 23 define void @bar(i32* nocapture %pOut, i32* nocapture %pIn) nounwind {
|
loop-strength-reduce7.ll | 9 define fastcc void @outer_loop(%struct.lame_global_flags* nocapture %gfp, double* nocapture %xr, i32 %targ_bits, double* nocapture %best_noise, %struct.III_psy_xmin* nocapture %l3_xmin, i32* nocapture %l3_enc, %struct.III_scalefac_t* nocapture %scalefac, %struct.gr_info* nocapture %cod_info, i32 %ch) nounwind {
|
fast-isel-call.ll | 33 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind 45 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/llvm/test/Transforms/GlobalOpt/ |
memset.ll | 16 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 18 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-01-19-RemovePredicates.ll | 9 declare void @etoe53(i16* nocapture, i16* nocapture) nounwind 11 define void @earith(double* nocapture %value, i32 %icode, double* nocapture %r1, double* nocapture %r2) nounwind {
|
2009-08-04-SubregLoweringBug.ll | 10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %village) nounwind { 33 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
inflate-regs.ll | 15 define void @local_split(float* nocapture %p) nounwind ssp { 34 define void @global_split(float* nocapture %p1, float* nocapture %p2) nounwind ssp {
|
/external/llvm/test/CodeGen/PowerPC/ |
optcmp.ll | 5 define signext i32 @foo(i32 signext %a, i32 signext %b, i32* nocapture %c) #0 { 17 define signext i32 @foo2(i32 signext %a, i32 signext %b, i32* nocapture %c) #0 { 29 define i64 @fool(i64 %a, i64 %b, i64* nocapture %c) #0 { 43 define i64 @foolb(i64 %a, i64 %b, i64* nocapture %c) #0 { 57 define i64 @foolc(i64 %a, i64 %b, i64* nocapture %c) #0 { 71 define i64 @foold(i64 %a, i64 %b, i64* nocapture %c) #0 { 85 define i64 @foold2(i64 %a, i64 %b, i64* nocapture %c) #0 { 99 define i64 @foo2l(i64 %a, i64 %b, i64* nocapture %c) #0 { 112 define double @food(double %a, double %b, double* nocapture %c) #0 { 125 define float @foof(float %a, float %b, float* nocapture %c) #0 [all...] |
/external/llvm/test/Transforms/TailCallElim/ |
basic.ll | 5 declare void @use_nocapture(i32* nocapture) 6 declare void @use2_nocapture(i32* nocapture, i32* nocapture) 62 ; Make sure that a nocapture pointer does not stop adding a tail call marker to 63 ; an unrelated call and additionally that we do not mark the nocapture call with 78 ; Make sure that we do not perform TRE even with a nocapture use. This is due to 82 define i32* @test5(i32* nocapture %A, i1 %cond) { 97 ; PR14143: Make sure that we do not mark functions with nocapture allocas with tail. 110 ; PR14143: Make sure that we do not mark functions with nocapture allocas with tail. 129 define i32* @test8(i32* nocapture %A, i1 %cond) [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
idxload-with-zero-offset.ll | 6 define i32 @load_w(i32* nocapture %a, i32 %n) nounwind { 17 define i16 @load_uh(i16* nocapture %a, i32 %n) nounwind { 28 define i32 @load_h(i16* nocapture %a, i32 %n) nounwind { 40 define i8 @load_ub(i8* nocapture %a, i32 %n) nounwind { 51 define i32 @foo_2(i8* nocapture %a, i32 %n) nounwind { 63 define i64 @load_d(i64* nocapture %a, i32 %n) nounwind {
|
combine_ir.ll | 5 define void @word(i32* nocapture %a) nounwind { 18 define void @halfword(i16* nocapture %a) nounwind { 34 define void @byte(i8* nocapture %a) nounwind {
|
/external/llvm/test/CodeGen/R600/ |
short-args.ll | 9 define void @i8_arg(i32 addrspace(1)* nocapture %out, i8 %in) nounwind { 20 define void @i8_zext_arg(i32 addrspace(1)* nocapture %out, i8 zeroext %in) nounwind { 31 define void @i8_sext_arg(i32 addrspace(1)* nocapture %out, i8 signext %in) nounwind { 42 define void @i16_arg(i32 addrspace(1)* nocapture %out, i16 %in) nounwind { 53 define void @i16_zext_arg(i32 addrspace(1)* nocapture %out, i16 zeroext %in) nounwind { 64 define void @i16_sext_arg(i32 addrspace(1)* nocapture %out, i16 signext %in) nounwind {
|
/external/llvm/test/Transforms/LICM/ |
atomics.ll | 4 define i32 @test1(i32* nocapture %y) nounwind uwtable ssp { 25 define i32 @test2(i32* nocapture %y) nounwind uwtable ssp { 45 define i32 @test3(i32* nocapture noalias %x, i32* nocapture %y) nounwind uwtable ssp { 64 define i32 @test4(i32* nocapture noalias %x, i32* nocapture %y) nounwind uwtable ssp {
|
/external/llvm/test/Transforms/LoopVectorize/ARM/ |
gcc-examples.ll | 42 define void @example10b(i16* noalias nocapture %sa, i16* noalias nocapture %sb, i16* noalias nocapture %sc, i32* noalias nocapture %ia, i32* noalias nocapture %ib, i32* noalias nocapture %ic) nounwind uwtable ssp {
|
/external/llvm/test/CodeGen/ARM/ |
2009-08-15-RegScavenger-EarlyClobber.ll | 9 define i32 @generic_segment_checks(%struct.iovec* nocapture %iov, i32* nocapture %nr_segs, i32* nocapture %count, i32 %access_flags) nounwind optsize {
|
memset-inline.ll | 3 define void @t1(i8* nocapture %c) nounwind optsize { 29 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind 30 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
lifetime.ll | 5 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind 6 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind 7 declare void @llvm.memset.p0i8.i8(i8* nocapture, i8, i8, i32, i1) nounwind
|
/external/llvm/test/Transforms/MemCpyOpt/ |
atomic.ll | 10 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind 34 call void @otherf(i32* nocapture %old) 38 call void @otherf(i32* nocapture %new)
|
/external/llvm/test/Transforms/ScalarRepl/ |
memcpy-align.ll | 28 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind 30 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32,
|
vector_memcpy.ll | 29 declare void @llvm.memcpy.i64(i8* nocapture, i8* nocapture, i64, i32) nounwind 30 declare void @llvm.memset.i64(i8* nocapture, i8, i64, i32) nounwind
|