HomeSort by relevance Sort by last modified time
    Searched full:noalias (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/GVN/
null-aliases-nothing.ll 6 define void @test1(%t* noalias %stuff ) {
2009-11-12-MemDepMallocBitCast.ll 15 declare noalias i8* @malloc(i64)
  /external/clang/test/CodeGenCXX/
operator-new.cpp 14 // SANE: declare noalias i8* @_Znwj(
28 // SANE-NEXT: call noalias i8* @_Znaj(i32 [[RESULT]])
  /external/clang/test/Sema/
attr-malloc.c 22 // RUN: grep 'define noalias .* @xalloc(' %t
27 // RUN: grep 'define noalias .* @xalloc2(' %t
  /external/llvm/test/Analysis/BasicAA/
2007-08-01-NoAliasAndGEP.ll 5 define void @foo(i32* noalias %p, i32* noalias %q, i32 %i, i32 %j) {
intrinsics.ll 6 ; IntrArgReadMem and have noalias pointers.
8 ; CHECK: define <8 x i16> @test0(i8* noalias %p, i8* noalias %q, <8 x i16> %y) {
13 define <8 x i16> @test0(i8* noalias %p, i8* noalias %q, <8 x i16> %y) {
empty.ll 2 ; RUN: |& grep {NoAlias: \{\}\\* \[%\]p, \{\}\\* \[%\]q}
phi-aa.ll 1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {NoAlias:.*%P,.*@Z}
  /external/llvm/test/CodeGen/Generic/
2008-02-04-Ctlz.ll 13 %tmp40 = tail call i32 (i8*, ...)* @printf( i8* noalias getelementptr ([14 x i8]* @.str, i32 0, i32 0), i64 %arg, i32 %tmp38, i32 %tmp48, i32 %tmp58 ) nounwind ; <i32> [#uses=0]
17 declare i32 @printf(i8* noalias , ...) nounwind
  /external/llvm/test/CodeGen/X86/
2008-08-06-CmpStride.ll 5 declare i32 @printf(i8* noalias , ...) nounwind
16 call i32 (i8*, ...)* @printf( i8* noalias getelementptr ([4 x i8]* @.str, i32 0, i32 0), i32 %add166 ) nounwind
2010-04-21-CoalescerBug.ll 8 define void @t(%struct.CMTimeMapping* noalias nocapture sret %agg.result) nounwind optsize ssp {
fastcc-sret.ll 5 define fastcc void @bar(%struct.foo* noalias sret %agg.result) nounwind {
sret.ll 5 define void @bar(%struct.foo* noalias sret %agg.result) nounwind {
  /external/llvm/test/Transforms/Inline/
gvn-inline-iteration.ll 7 define i32 @foo(i32 ()** noalias nocapture %p, i64* noalias nocapture %q) nounwind ssp {
2009-05-07-CallUsingSelfCrash.ll 7 define void @func_113(%struct.S1* noalias nocapture sret %agg.result, i8 signext %p_114) noreturn nounwind {
  /external/llvm/test/Transforms/InstCombine/
badmalloc.ll 6 declare noalias i8* @malloc(i64) nounwind
11 %A = call noalias i8* @malloc(i64 4) nounwind
  /external/llvm/test/Analysis/ScalarEvolution/
scev-aa.ll 13 ; CHECK: NoAlias: double* %pi, double* %pi.next
39 ; CHECK: NoAlias: double* %pi.j, double* %pi.next.j
40 ; CHECK: NoAlias: double* %pi.j, double* %pi.j.next
41 ; CHECK: NoAlias: double* %pi.j.next, double* %pi.next.j
92 ; p[j+1][i] and p[j][i] can theoretically be determined to be NoAlias,
94 ; TODO: Make the analysis smarter and turn that MayAlias into a NoAlias.
97 ; CHECK: NoAlias: double* %pi.j, double* %pi.next.j
153 ; CHECK: NoAlias: %struct.B* %B, i32* %Z
154 ; CHECK: NoAlias: %struct.B* %B, %struct.B* %C
156 ; CHECK: NoAlias: %struct.B* %B, i32* %
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
thumb2-tbh.ll 15 declare noalias i8* @calloc(i32, i32) nounwind
44 %2 = call noalias i8* @calloc(i32 21, i32 1) nounwind ; <i8*> [#uses=0]
51 %5 = call noalias i8* @calloc(i32 22, i32 1) nounwind ; <i8*> [#uses=0]
55 %6 = call noalias i8* @calloc(i32 20, i32 1) nounwind ; <i8*> [#uses=0]
59 %7 = call noalias i8* @calloc(i32 14, i32 1) nounwind ; <i8*> [#uses=0]
  /external/llvm/test/Transforms/GlobalOpt/
2009-11-16-MallocSingleStoreToGlobalVar.ll 20 %4 = call noalias i8* @malloc(i64 %3) nounwind ; <i8*> [#uses=1]
21 ; CHECK: call noalias i8* @malloc
30 declare noalias i8* @malloc(i64) nounwind
  /external/llvm/test/Transforms/MemCpyOpt/
sret.ll 8 define void @ccosl(%0* noalias sret %agg.result, %0* byval align 8 %z) nounwind {
21 call void @ccoshl(%0* noalias sret %memtmp, %0* byval align 8 %iz) nounwind
28 declare void @ccoshl(%0* noalias sret, %0* byval) nounwind
  /external/clang/test/CodeGenObjCXX/
copy.mm 14 // CHECK-NEXT: call noalias i8* @_Znwm(
  /external/llvm/test/CodeGen/PowerPC/
2008-12-02-LegalizeTypeAssert.ll 3 define void @__multc3({ ppc_fp128, ppc_fp128 }* noalias sret %agg.result, ppc_fp128 %a, ppc_fp128 %b, ppc_fp128 %c, ppc_fp128 %d) nounwind {
  /external/llvm/test/CodeGen/SystemZ/
06-LocalFrame.ll 8 define noalias i64* @foo(i64 %a, i64 %b, i64 %c, i64 %d, i64 %e, i64 %f) nounwind readnone {
  /external/llvm/test/Feature/
paramattrs.ll 11 declare i32 @"test3"(i32* noalias %p)
  /external/llvm/test/Transforms/IndVarSimplify/
interesting-invoke-use.ll 35 invoke void @system__img_int__image_integer(%struct.string___XUP* noalias sret null, i32 %i.0)
39 invoke void @system__string_ops__str_concat(%struct.string___XUP* noalias sret null, [0 x i8]* bitcast ([24 x i8]* @.str7 to [0 x i8]*), %struct.string___XUB* @C.17.316, [0 x i8]* null, %struct.string___XUB* null)
53 declare void @system__img_int__image_integer(%struct.string___XUP* noalias sret, i32)
55 declare void @system__string_ops__str_concat(%struct.string___XUP* noalias sret, [0 x i8]*, %struct.string___XUB*, [0 x i8]*, %struct.string___XUB*)

Completed in 333 milliseconds

12 3 4 5 6 7 8 91011>>