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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2010-02-11-NonTemporal.ll 8 define void @sub_(i32* noalias %n) {
2010-08-04-MingWCrash.ll 27 declare noalias i8* @malloc()
negate-add-zero.ll 279 declare void @_Z14orthoTransformIdLi3ELi3EE11FixedMatrixIT_XT1_EXT1_ELi0ELi0EERKS0_IS1_XT0_EXT0_ELi0ELi0EERKS0_IS1_XT1_EXT0_ELi0ELi0EE(%"struct.FixedMatrix<double,3,3,0,0>"* noalias sret, %"struct.FixedMatrix<double,3,3,0,0>"*, %"struct.FixedMatrix<double,3,3,0,0>"*)
285 declare void @_ZmlIdLi6ELi6EE11FixedVectorIT_XT0_ELi0EERK11FixedMatrixIS1_XT0_EXT1_ELi0ELi0EERKS0_IS1_XT1_ELi0EE(%"struct.FixedMatrix<double,1,6,0,0>"* noalias sret, %struct.Mat6*, %"struct.FixedMatrix<double,1,6,0,0>"*)
287 declare void @_ZmlIdLi6ELi6ELi6EE11FixedMatrixIT_XT0_EXT2_ELi0ELi0EERKS0_IS1_XT0_EXT1_ELi0ELi0EERKS0_IS1_XT1_EXT2_ELi0ELi0EE(%struct.Mat6* noalias sret, %struct.Mat6*, %struct.Mat6*)
289 declare void @_ZmlIdLi6ELi6ELi3EE11FixedMatrixIT_XT0_EXT2_ELi0ELi0EERKS0_IS1_XT0_EXT1_ELi0ELi0EERKS0_IS1_XT1_EXT2_ELi0ELi0EE(%"struct.FixedMatrix<double,3,6,0,0>"* noalias sret, %struct.Mat6*, %"struct.FixedMatrix<double,3,6,0,0>"*)
291 declare void @_ZmlIdLi6ELi6ELi2EE11FixedMatrixIT_XT0_EXT2_ELi0ELi0EERKS0_IS1_XT0_EXT1_ELi0ELi0EERKS0_IS1_XT1_EXT2_ELi0ELi0EE(%"struct.FixedMatrix<double,2,6,0,0>"* noalias sret, %struct.Mat6*, %"struct.FixedMatrix<double,2,6,0,0>"*)
293 declare void @_ZmlIdLi5ELi6EE11FixedVectorIT_XT0_ELi0EERK11FixedMatrixIS1_XT0_EXT1_ELi0ELi0EERKS0_IS1_XT1_ELi0EE(%"struct.FixedVector<double,5,0>"* noalias sret, %"struct.FixedMatrix<double,5,6,0,0>"*, %"struct.FixedMatrix<double,1,6,0,0>"*)
295 declare void @_ZmlIdLi6ELi6ELi5EE11FixedMatrixIT_XT0_EXT2_ELi0ELi0EERKS0_IS1_XT0_EXT1_ELi0ELi0EERKS0_IS1_XT1_EXT2_ELi0ELi0EE(%"struct.FixedMatrix<double,5,6,0,0>"* noalias sret, %struct.Mat6*, %"struct.FixedMatrix<double,5,6,0,0>"*)
    [all...]
  /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)
crash.ll 28 %C = call noalias i8* @malloc(i64 %B) nounwind
42 declare noalias i8* @malloc(i64) nounwind
2008-12-16-HeapSRACrash-2.ll 16 declare noalias i8* @malloc(i32)
2008-12-16-HeapSRACrash.ll 16 declare noalias i8* @malloc(i32)
2010-02-26-MallocSROA.ll 27 declare noalias i8* @malloc(i32)
  /external/llvm/test/Transforms/IndVarSimplify/
loop_evaluate9.ll 68 declare fastcc void @cc70a02__complex_integers__complex.164(%struct.cc70a02__complex_integers__complex_type* noalias nocapture sret, i8 signext, i8 signext) nounwind
70 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)
72 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)
74 declare fastcc void @cc70a02__complex_multiplication.170(%struct.cc70a02__complex_integers__complex_type* noalias sret, %struct.cc70a02__complex_integers__complex_type* byval align 4)
preserve-gep-remainder.ll 9 define void @foo([3 x [3 x double]]* noalias %p) nounwind {
  /external/llvm/test/Transforms/InstCombine/
2011-02-14-InfLoop.ll 10 define <4 x float> @m_387(i8* noalias nocapture %A, i8* nocapture %B, <4 x i1> %C) nounwind {
objsize.ll 127 %0 = tail call noalias i8* @malloc(i32 20) nounwind
139 %0 = tail call noalias i8* @malloc(i32 20) nounwind
150 declare noalias i8* @malloc(i32) nounwind
154 %alloc = call noalias i8* @malloc(i32 48) nounwind
  /external/llvm/test/Transforms/SimplifyCFG/
2011-03-08-UnreachableUse.ll 8 define noalias i8* @func_29() nounwind {
  /external/clang/test/CodeGenCXX/
arm.cpp 109 // CHECK: call noalias i8* @_Znam(i32 48)
122 // CHECK: call noalias i8* @_Znam(i32 [[SZ]])
130 // CHECK: call noalias i8* @_Znam(i32 808)
143 // CHECK: call noalias i8* @_Znam(i32 [[SZ]])
182 // CHECK: call noalias i8* @_Znam(i32 48)
194 // CHECK: call noalias i8* @_Znam(i32 [[SZ]])
202 // CHECK: call noalias i8* @_Znam(i32 808)
215 // CHECK: call noalias i8* @_Znam(i32 [[SZ]])
goto.cpp 23 // CHECK: [[NEW:%.*]] = invoke noalias i8* @_Znwm(i64 1)
static-init.cpp 26 // CHECK: call noalias i8* @_Znwm(i64 1)
  /external/llvm/test/CodeGen/ARM/
2010-09-21-OptCmpBug.ll 3 declare noalias i8* @malloc(i32) nounwind
52 %3 = call noalias i8* @malloc(i32 %storemerge2.i) nounwind
thumb1-varalloc.ll 41 declare noalias i8* @strdup(i8* nocapture) nounwind
  /external/llvm/test/ExecutionEngine/
2008-06-05-APInt-OverAShr.ll 50 %tmp7 = call i32 (i8*, ...)* @printf( i8* noalias %tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
59 declare i32 @printf(i8* noalias , ...) nounwind
  /external/llvm/test/Transforms/JumpThreading/
or-undef.ll 19 %tmp2 = call noalias i8** @buildargv(i8* %args) nounwind ; <i8**> [#uses=4]
59 declare noalias i8** @buildargv(i8*)
  /external/llvm/test/Analysis/BasicAA/
full-store-partial-alias.ll 7 ; Without BasicAA, TBAA should say that %tmp5 is NoAlias with the store.
  /external/llvm/test/CodeGen/Thumb2/
2009-08-04-SubregLoweringBug.ll 10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %village) nounwind {

Completed in 1539 milliseconds

1 2 34 5 6 7 8 91011>>