HomeSort by relevance Sort by last modified time
    Searched full:noalias (Results 101 - 125 of 412) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/Transforms/SLPVectorizer/X86/
cast.ll 16 define i32 @foo(i32* noalias nocapture %A, i8* noalias nocapture %B) {
cmp_sel.ll 17 define i32 @foo(double* noalias nocapture %A, double* noalias nocapture %B, double %G) {
  /external/clang/test/CodeGen/
arm-pnaclcall.c 15 // CHECK: define void @f49(%struct.s1* noalias sret %agg.result)
  /external/clang/test/CodeGenCXX/
new-array-init.cpp 17 // CHECK: call noalias i8* @_Zna{{.}}(i{{32|64}} -1)
  /external/eigen/Eigen/src/Householder/
Householder.h 122 tmp.noalias() = essential.adjoint() * bottom;
125 bottom.noalias() -= tau * essential * tmp;
159 tmp.noalias() = right * essential.conjugate();
162 right.noalias() -= tau * tmp * essential.transpose();
  /external/llvm/test/Analysis/BasicAA/
2009-10-13-GEP-BaseNoAlias.ll 9 ; CHECK: NoAlias: i32* %P, i32* @Z
constant-over-index.ll 9 define void @foo([3 x [3 x double]]* noalias %p) {
nocapture.ll 18 define i32 @test4(i32* noalias nocapture %p) nounwind {
phi-aa.ll 8 ; CHECK: NoAlias: i32* %P, i32* @Z
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
placement-tbaa.ll 19 ; Basic AA says MayAlias, TBAA says NoAlias
21 ; CHECK: NoAlias: store i64 %conv, i64* %i5, align 8, !tbaa !4 <-> store i8* null, i8** %p, align 8, !tbaa !3
33 %call = call noalias i8* @_Znwm(i64 8)
96 declare noalias i8* @_Znwm(i64)
  /external/llvm/test/CodeGen/ARM/
2009-09-28-LdStOptiBug.ll 6 define void @foo(%0* noalias nocapture sret %agg.result, double %x.0, double %y.0) nounwind {
  /external/llvm/test/CodeGen/Mips/
2008-07-03-SRet.ll 5 define void @test0(%struct.sret0* noalias sret %agg.result, i32 %dummy) nounwind {
  /external/llvm/test/CodeGen/PowerPC/
fsl-e500mc.ll 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocapture %in) nounwind {
fsl-e5500.ll 12 define void @copy(%struct.teststruct* noalias nocapture sret %agg.result, %struct.teststruct* nocapture %in) nounwind {
  /external/llvm/test/CodeGen/Thumb/
2009-08-20-ISelBug.ll 43 %12 = call i32 @fread(i8* noalias %val8, i32 8, i32 1, %struct.FILE* noalias %11) nounwind ; <i32> [#uses=1]
64 declare i32 @fread(i8* noalias nocapture, i32, i32, %struct.FILE* noalias nocapture) nounwind
  /external/llvm/test/CodeGen/X86/
2009-02-12-SpillerBug.ll 4 define hidden void @__mulxc3({ x86_fp80, x86_fp80 }* noalias nocapture sret %agg.result, x86_fp80 %a, x86_fp80 %b, x86_fp80 %c, x86_fp80 %d) nounwind {
2010-02-11-NonTemporal.ll 8 define void @sub_(i32* noalias %n) {
2010-08-04-MingWCrash.ll 28 declare noalias i8* @malloc()
fastcc-sret.ll 5 define fastcc void @bar(%struct.foo* noalias sret %agg.result) nounwind {
  /external/llvm/test/Transforms/DeadStoreElimination/
const-pointers.ll 7 define void @test1(%t* noalias %pp) {
  /external/llvm/test/Transforms/GlobalOpt/
2010-02-25-MallocPromote.ll 8 declare noalias i8* @malloc(i32)
malloc-promote-1.ll 16 declare noalias i8* @malloc(i64)
malloc-promote-2.ll 19 declare noalias i8* @malloc(i64)
malloc-promote-3.ll 18 declare noalias i8* @malloc(i64)
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate9.ll 73 declare fastcc void @cc70a02__complex_integers__complex.164(%struct.cc70a02__complex_integers__complex_type* noalias nocapture sret, i8 signext, i8 signext) nounwind
75 declare fastcc void @cc70a02__complex_integers__Osubtract.149(%struct.cc70a02__complex_integers__complex_type* noalias sret, %struct.cc70a02__complex_integers__complex_type* byval align 4)
77 declare fastcc void @cc70a02__complex_integers__Oadd.153(%struct.cc70a02__complex_integers__complex_type* noalias sret, %struct.cc70a02__complex_integers__complex_type* byval align 4, %struct.cc70a02__complex_integers__complex_type* byval align 4)
79 declare fastcc void @cc70a02__complex_multiplication.170(%struct.cc70a02__complex_integers__complex_type* noalias sret, %struct.cc70a02__complex_integers__complex_type* byval align 4)

Completed in 276 milliseconds

1 2 3 45 6 7 8 91011>>