/external/llvm/test/CodeGen/Hexagon/ |
memops2.ll | 5 define void @f(i16* nocapture %p) nounwind { 17 define void @g(i16* nocapture %p, i32 %i) nounwind {
|
memops3.ll | 5 define void @f(i8* nocapture %p) nounwind { 17 define void @g(i8* nocapture %p, i32 %i) nounwind {
|
/external/llvm/test/CodeGen/Mips/ |
memcpy.ll | 18 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/llvm/test/CodeGen/PowerPC/ |
loop-data-prefetch.ll | 6 define void @foo(double* nocapture %a, double* nocapture readonly %b) #0 {
|
/external/llvm/test/CodeGen/Thumb/ |
2009-07-27-PEIAssert.ll | 26 declare i32 @ReadList(%struct.LinkList** nocapture, %struct.List** nocapture) nounwind
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-04-CoalescerAssert.ll | 29 declare i32 @fprintf(%struct.FILE* noalias nocapture, i8* noalias nocapture, ...) nounwind
|
2009-11-13-STRDBug.ll | 4 define void @lshift_double(i64 %l1, i64 %h1, i64 %count, i32 %prec, i64* nocapture %lv, i64* nocapture %hv, i32 %arith) nounwind {
|
aligned-constants.ll | 17 define void @func(float* nocapture %x, double* nocapture %y) nounwind ssp {
|
/external/llvm/test/CodeGen/X86/ |
2009-05-23-available_externally.ll | 17 %call = tail call i64 @strtol(i8* nocapture %__nptr, i8** null, i32 10) nounwind readonly ; <i64> [#uses=1] 22 declare i64 @strtol(i8*, i8** nocapture, i32) nounwind
|
2009-11-16-UnfoldMemOpBug.ll | 29 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
2011-03-09-Physreg-Coalescing.ll | 11 declare fastcc i8* @save_string(i8* %d, i8* nocapture %s) nounwind 13 define i32 @cvtchar(i8* nocapture %sp) nounwind {
|
2011-20-21-zext-ui2fp.ll | 10 define void @ui_to_fp_conv(<8 x float> * nocapture %aFOO, <8 x float>* nocapture %RET) nounwind {
|
extract-store.ll | 4 define void @pextrb(i8* nocapture %dst, <16 x i8> %foo) { 14 define void @pextrw(i16* nocapture %dst, <8 x i16> %foo) {
|
widen_load-0.ll | 11 define void @short2_int_swap(<2 x i16>* nocapture %b, i32* nocapture %c) nounwind {
|
/external/llvm/test/CodeGen/XCore/ |
memcpy.ll | 32 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
read_before_write.ll | 5 define void @IncrementMe(i32* nocapture %ptr) nounwind uwtable sanitize_thread { 17 define void @IncrementMeWithCallInBetween(i32* nocapture %ptr) nounwind uwtable sanitize_thread {
|
/external/llvm/test/MC/Mips/ |
sym-offset.ll | 26 declare i32 @memcmp(i8* nocapture, i8* nocapture, i32) nounwind readonly
|
/external/llvm/test/Transforms/GVN/ |
lifetime-simple.ll | 19 declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly 20 declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2012-07-17-lftr-undef.ll | 8 declare i32 @printf(i8* noalias nocapture, ...) nounwind 16 %0 = tail call i32 (i8*, ...) @printf(i8* noalias nocapture getelementptr inbounds ([6 x i8], [6 x i8]* @.str3, i64 0, i64 0), i64 %next_iter, i64 %undef)
|
/external/llvm/test/Transforms/Inline/ |
gvn-inline-iteration.ll | 7 define i32 @foo(i32 ()** noalias nocapture %p, i64* noalias nocapture %q) nounwind ssp {
|
/external/llvm/test/Transforms/InstCombine/ |
2007-10-10-EliminateMemCpy.ll | 20 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
2011-02-14-InfLoop.ll | 10 define <4 x float> @m_387(i8* noalias nocapture %A, i8* nocapture %B, <4 x i1> %C) nounwind {
|
memcpy-to-load.ll | 13 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
stack-overalign.ll | 29 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/llvm/test/Transforms/LICM/ |
2011-04-06-HoistMissedASTUpdate.ll | 6 declare i32* @func_84(i32** nocapture) nounwind readonly 8 declare i32** @func_108(i32*** nocapture) nounwind readonly
|