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

<<11121314151617181920>>

  /external/clang/test/OpenMP/
task_firstprivate_codegen.cpp 87 // LAMBDA: define internal i32 [[TASK_ENTRY]](i32, %{{.+}}* noalias)
135 // BLOCKS: define internal i32 [[TASK_ENTRY]](i32, %{{.+}}* noalias)
265 // CHECK: define internal void [[PRIVATES_MAP_FN:@.+]]([[PRIVATES_MAIN_TY]]* noalias, [[S_DOUBLE_TY]]** noalias, i32** noalias, [2 x [[S_DOUBLE_TY]]]** noalias, [2 x i32]** noalias, i32** noalias)
284 // CHECK: define internal i32 [[TASK_ENTRY]](i32, [[KMP_TASK_MAIN_TY]]* noalias)
311 // CHECK: define internal i32 [[DESTRUCTORS]](i32, [[KMP_TASK_MAIN_TY]]* noalias)
    [all...]
for_private_codegen.cpp 54 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
106 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
179 // CHECK: define internal void [[MAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
209 // CHECK: define internal void [[TMAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}})
parallel_for_linear_codegen.cpp 51 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) %{{.+}})
98 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) %{{.+}})
157 // CHECK: define internal void [[MAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}}, float** dereferenceable(8) %{{.+}}, i64* dereferenceable(8) %{{.+}})
207 // CHECK: define internal void [[TMAIN_MICROTASK]](i{{[0-9]+}}* noalias [[GTID_ADDR:%.+]], i{{[0-9]+}}* noalias %{{.+}}, i32** dereferenceable(8) %{{.+}}, i32* dereferenceable(4) %{{.+}})
  /external/ceres-solver/internal/ceres/
small_blas.h 147 block.noalias() += Aref * Bref;
149 block.noalias() -= Aref * Bref;
151 block.noalias() = Aref * Bref;
207 block.noalias() += Aref.transpose() * Bref;
209 block.noalias() -= Aref.transpose() * Bref;
211 block.noalias() = Aref.transpose() * Bref;
286 // lazyProduct works better than .noalias() for matrix-vector
337 // lazyProduct works better than .noalias() for matrix-vector
  /external/clang/test/CodeGen/
wasm-arguments.c 37 // WEBASSEMBLY32: define void @f3(%struct.s3* noalias sret %agg.result)
38 // WEBASSEMBLY64: define void @f3(%struct.s3* noalias sret %agg.result)
  /external/clang/test/CodeGenCXX/
align-avx-complete-objects.cpp 16 // CHECK-NEXT: [[CALL:%.*]] = call noalias i8* @_Znwm(i64 32)
45 // CHECK-NEXT: [[CALL:%.*]] = call noalias i8* @_Znwm(i64 32)
  /external/llvm/test/Analysis/BasicAA/
phi-aa.ll 12 ; CHECK: NoAlias: i32* %P, i32* @Z
42 ; CHECK: NoAlias: i32* %arrayidx13, i32* %arrayidx5
phi-loop.ll 32 define void @test2(%struct.section_t* noalias nocapture readonly %section, i32* noalias nocapture %dst) {
zext.ll 6 ; CHECK: NoAlias: i8* %a, i8* %b
18 ; CHECK: NoAlias: i8* %a, i8* %b
30 ; CHECK: NoAlias: i8* %a, i8* %b
50 ; CHECK: NoAlias: i8* %a, i8* %b
137 ; CHECK: NoAlias: i32** %x, i32** %y
147 ; CHECK: NoAlias: i32** %x, i32** %y
189 ; CHECK: NoAlias: i8* %a, i8* %b
231 declare noalias i8* @malloc(i64)
  /external/llvm/test/Analysis/LoopAccessAnalysis/
underlying-objects-2.ll 46 define void @f(i8** noalias %A, i8* noalias %B, i64 %N) {
  /external/llvm/test/CodeGen/AMDGPU/
addrspacecast.ll 16 define void @branch_use_flat_i32(i32 addrspace(1)* noalias %out, i32 addrspace(1)* %gptr, i32 addrspace(3)* %lptr, i32 %x, i32 %c) #0 {
48 define void @store_flat_scratch(i32 addrspace(1)* noalias %out, i32) #0 {
  /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
  /external/llvm/test/CodeGen/Hexagon/vect/
vect-shuffle.ll 9 define i32 @foo(i16* noalias nocapture %src, i16* noalias nocapture %dstImg, i32 %width, i32 %idx, i32 %flush) #0 {
  /external/llvm/test/CodeGen/PowerPC/
asym-regclass-copy.ll 27 %call1 = tail call noalias i8* @malloc(i64 %mul) #1
47 declare noalias i8* @malloc(i64) #0
emptystruct.ll 17 define void @callee(%struct.empty* noalias sret %agg.result, %struct.empty* byval %a1, %struct.empty* %a2, %struct.empty* byval %a3) nounwind {
36 define void @caller(%struct.empty* noalias sret %agg.result) nounwind {
unal-altivec.ll 5 define void @foo(float* noalias nocapture %a, float* noalias nocapture %b) #0 {
  /external/llvm/test/CodeGen/X86/
widen_load-1.ll 18 declare void @killcommon(i32* noalias)
20 define void @reset(<2 x float>* noalias %garbage1) {
  /external/llvm/test/ExecutionEngine/MCJIT/
2008-06-05-APInt-OverAShr.ll 51 %tmp7 = call i32 (i8*, ...) @printf( i8* noalias %tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
60 declare i32 @printf(i8* noalias , ...) nounwind
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
2008-06-05-APInt-OverAShr.ll 51 %tmp7 = call i32 (i8*, ...) @printf( i8* noalias %tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
60 declare i32 @printf(i8* noalias , ...) nounwind
  /external/llvm/test/Transforms/GlobalOpt/
crash.ll 28 %C = call noalias i8* @malloc(i64 %B) nounwind
42 declare noalias i8* @malloc(i64) nounwind
  /external/llvm/test/Transforms/InstCombine/
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
162 declare noalias i8* @calloc(i32, i32) nounwind
166 %alloc = call noalias i8* @calloc(i32 5, i32 7) nounwind
174 declare noalias i8* @strdup(i8* nocapture) nounwind
175 declare noalias i8* @strndup(i8* nocapture, i32) nounwind
  /external/llvm/test/Transforms/InstMerge/
ld_hoist1.ll 7 define float* @foo(i32* noalias nocapture readonly %in, float* noalias %out, i32 %size, i32* nocapture readonly %trigger) {
  /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/Transforms/LoopUnroll/
full-unroll-heuristics-2.ll 11 define i32 @foo(i32* noalias nocapture readonly %src) {
37 define i32 @foo2(i32* noalias nocapture readonly %src) {
  /external/llvm/test/Transforms/LoopVectorize/
calloc.ll 10 define noalias i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
50 declare noalias i8* @calloc(i64, i64) nounwind

Completed in 1404 milliseconds

<<11121314151617181920>>