HomeSort by relevance Sort by last modified time
    Searched full:noalias (Results 201 - 225 of 634) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Transforms/LICM/
atomics.ll 43 ; (The noalias shouldn't be necessary in theory, but LICM isn't quite that
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/
nontemporal.ll 7 define void @foo(float* noalias %a, float* noalias %b, float* noalias %c, i32 %N) {
  /external/llvm/test/Transforms/LoopUnroll/X86/
partial.ll 6 define void @foo(i32* noalias nocapture readnone %ip, double %alpha, double* noalias nocapture %a, double* noalias nocapture readonly %b) #0 {
42 define void @bar(i32* noalias nocapture readnone %ip, double %alpha, double* noalias nocapture %a, double* noalias nocapture readonly %b) #0 {
  /external/llvm/test/Transforms/SimplifyCFG/
speculate-math.ll 31 define void @sqrt_test(float addrspace(1)* noalias nocapture %out, float %a) nounwind {
48 define void @fabs_test(float addrspace(1)* noalias nocapture %out, float %a) nounwind {
65 define void @fma_test(float addrspace(1)* noalias nocapture %out, float %a, float %b, float %c) nounwind {
82 define void @fmuladd_test(float addrspace(1)* noalias nocapture %out, float %a, float %b, float %c) nounwind {
99 define void @minnum_test(float addrspace(1)* noalias nocapture %out, float %a, float %b) nounwind {
116 define void @maxnum_test(float addrspace(1)* noalias nocapture %out, float %a, float %b) nounwind {
  /external/clang/test/CodeGenCXX/
delete-two-arg.cpp 30 // CHECK: [[NEW:%.*]] = call noalias i8* @_Znaj(i32 44)
66 // CHECK: call noalias i8* @_Znaj(i32 24)
  /external/clang/test/OpenMP/
parallel_codegen.cpp 54 // CHECK: define internal {{.*}}void [[OMP_OUTLINED]](i32* noalias %.global_tid., i32* noalias %.bound_tid., i32* dereferenceable(4) [[ARGC_ADDR:%[^)]+]])
64 // CHECK-DEBUG: define internal void [[OMP_OUTLINED]](i32* noalias %.global_tid., i32* noalias %.bound_tid., i32* dereferenceable(4) [[ARGC_ADDR:%[^)]+]])
97 // CHECK: define internal {{.*}}void [[OMP_OUTLINED]](i32* noalias %.global_tid., i32* noalias %.bound_tid., i8*** dereferenceable({{4|8}}) %argc)
106 // CHECK-DEBUG: define internal void [[OMP_OUTLINED]](i32* noalias %.global_tid., i32* noalias %.bound_tid., i8*** dereferenceable({{4|8}}) %argc)
parallel_private_codegen.cpp 50 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
90 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
143 // CHECK: define internal void [[MAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
169 // CHECK: define internal void [[TMAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
sections_private_codegen.cpp 53 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
98 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
159 // CHECK: define internal void [[MAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
190 // CHECK: define internal void [[TMAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
single_private_codegen.cpp 52 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
92 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
148 // CHECK: define internal void [[MAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
180 // CHECK: define internal void [[TMAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
  /external/llvm/test/Analysis/GlobalsModRef/
nocapture.ll 36 ; CHECK: NoAlias: i32* %p, i32* @b
37 ; CHECK: NoAlias: i32* %q, i32* @b
  /external/llvm/test/CodeGen/WebAssembly/
returned.ll 15 declare noalias i8* @_Znwm(i32)
19 %call = tail call noalias i8* @_Znwm(i32 1)
  /external/llvm/test/CodeGen/X86/
2008-08-06-RewriterBug.ll 6 define void @foo(double* noalias, double* noalias) {
pmovext.ll 9 define void @intrin_pmov(i16* noalias %dest, i8* noalias %src) nounwind uwtable ssp {
  /external/llvm/test/Transforms/DeadStoreElimination/
free.ll 6 declare noalias i8* @malloc(i64)
50 %alloc1 = tail call noalias i8* @malloc(i64 4) nounwind
pr11390.ll 14 %call4 = tail call noalias i8* @malloc(i64 %add3) nounwind
36 declare noalias i8* @malloc(i64) nounwind
  /external/llvm/test/Transforms/GVN/
malloc-load-removal.ll 10 define noalias i8* @test1() nounwind uwtable ssp {
35 define noalias i8* @test2() nounwind uwtable ssp {
  /external/llvm/test/Transforms/IndVarSimplify/
eliminate-max.ll 48 %t22 = call i32 (i8*, ...) @printf(i8* noalias getelementptr inbounds ([4 x i8], [4 x i8]* @0, i32 0, i32 0), i32 %t18) nounwind
52 declare i32 @printf(i8* noalias nocapture, ...) nounwind
  /external/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/
different-addrspace-addressing-mode-loops.ll 13 define void @test_global_addressing_loop_uniform_index_max_offset_i32(i32 addrspace(1)* noalias nocapture %arg0, i8 addrspace(1)* noalias nocapture readonly %arg1, i32 %n) #0 {
51 define void @test_global_addressing_loop_uniform_index_max_offset_p1_i32(i32 addrspace(1)* noalias nocapture %arg0, i8 addrspace(1)* noalias nocapture readonly %arg1, i32 %n) #0 {
86 define void @test_local_addressing_loop_uniform_index_max_offset_i32(i32 addrspace(1)* noalias nocapture %arg0, i8 addrspace(3)* noalias nocapture readonly %arg1, i32 %n) #0 {
125 define void @test_local_addressing_loop_uniform_index_max_offset_p1_i32(i32 addrspace(1)* noalias nocapture %arg0, i8 addrspace(3)* noalias nocapture readonly %arg1, i32 %n) #0 {
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
aarch64-unroll.ll 5 define i32* @array_add(i32* noalias nocapture readonly %a, i32* noalias nocapture readonly %b, i32* %c, i32 %size) {
arm64-unroll.ll 5 define i32* @array_add(i32* noalias nocapture readonly %a, i32* noalias nocapture readonly %b, i32* %c, i32 %size) {
  /external/llvm/test/Transforms/LoopVectorize/X86/
uint64_to_fp64-cost-model.ll 10 define void @uint64_to_double_cost(i64* noalias nocapture %a, double* noalias nocapture readonly %b) nounwind {
  /external/llvm/test/Transforms/MemCpyOpt/
2008-02-24-MultipleUseofSRet.ll 9 define internal fastcc void @initialize(%0* noalias nocapture sret %agg.result) nounwind {
25 call fastcc void @initialize(%0* noalias sret %memtmp)
callslot_deref.ll 8 define void @must_remove_memcpy(i8* noalias nocapture dereferenceable(4096) %dst) {
21 define void @must_not_remove_memcpy(i8* noalias nocapture dereferenceable(1024) %dst) {
  /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) {

Completed in 4170 milliseconds

1 2 3 4 5 6 7 891011>>