HomeSort by relevance Sort by last modified time
    Searched full:noalias (Results 126 - 150 of 440) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/SimplifyCFG/
speculate-math.ll 9 define void @sqrt_test(float addrspace(1)* noalias nocapture %out, float %a) nounwind {
27 define void @fma_test(float addrspace(1)* noalias nocapture %out, float %a, float %b, float %c) nounwind {
44 define void @fmuladd_test(float addrspace(1)* noalias nocapture %out, float %a, float %b, float %c) nounwind {
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 115 return NoAlias;
125 // see if it's enough to prove a NoAlias.
140 return NoAlias;
154 return NoAlias;
168 BO ? nullptr : LocB.TBAATag)) == NoAlias)
169 return NoAlias;
  /external/llvm/test/CodeGen/SPARC/
fp128.ll 29 define void @f128_ops(fp128* noalias sret %scalar.result, fp128* byval %a, fp128* byval %b, fp128* byval %c, fp128* byval %d) {
57 define void @f128_spill(fp128* noalias sret %scalar.result, fp128* byval %a) {
108 define void @f128_abs(fp128* noalias sret %scalar.result, fp128* byval %a) {
124 define void @int_to_f128(fp128* noalias sret %scalar.result, i32 %i) {
158 define void @uint_to_f128(fp128* noalias sret %scalar.result, i32 %i) {
239 define void @f128_neg(fp128* noalias sret %scalar.result, fp128* byval %a) {
  /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/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/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]* @0, i32 0, i32 0), i32 %t18) nounwind
52 declare i32 @printf(i8* noalias nocapture, ...) nounwind
  /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 sret %agg.result) nounwind {
25 call fastcc void @initialize(%0* noalias sret %memtmp)
  /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) {
tiny-tree.ll 11 define void @tiny_tree_fully_vectorizable(double* noalias nocapture %dst, double* noalias nocapture readonly %src, i64 %count) #0 {
41 define void @tiny_tree_fully_vectorizable2(float* noalias nocapture %dst, float* noalias nocapture readonly %src, i64 %count) #0 {
79 define void @tiny_tree_not_fully_vectorizable(double* noalias nocapture %dst, double* noalias nocapture readonly %src, i64 %count) #0 {
109 define void @tiny_tree_not_fully_vectorizable2(float* noalias nocapture %dst, float* noalias nocapture readonly %src, i64 %count) #0 {
  /external/clang/test/CodeGen/
arm-pnaclcall.c 15 // CHECK-LABEL: define void @f49(%struct.s1* noalias sret %agg.result)
  /external/eigen/Eigen/src/Householder/
Householder.h 125 tmp.noalias() = essential.adjoint() * bottom;
128 bottom.noalias() -= tau * essential * tmp;
162 tmp.noalias() = right * essential.conjugate();
165 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 {
  /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 !6 <-> store i8* null, i8** %p, align 8, !tbaa !9
33 %call = call noalias i8* @_Znwm(i64 8)
96 declare noalias i8* @_Znwm(i64)

Completed in 335 milliseconds

1 2 3 4 56 7 8 91011>>