Home
last modified time | relevance | path

Searched refs:TBAA (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dprecedence.ll1 ; RUN: opt -basicaa -tbaa -gvn -instcombine -S < %s | FileCheck %s --check-prefix=TBAA
4 ; According to the TBAA metadata the load and store don't alias. However,
12 ; TBAA: @trouble
13 ; TBAA: ret i32 0
28 ; TBAA: @offset
29 ; TBAA: ret i64 0
Dfunctionattrs.ll3 ; FunctionAttrs should make use of TBAA.
5 ; Add the readnone attribute, since the only access is a store which TBAA
25 ; TBAA says doesn't modify any memory.
40 ; that the function accesses memory through its arguments, which TBAA
Dintrinsics.ll5 ; TBAA should prove that these calls don't interfere, since they are
6 ; IntrArgReadMem and have TBAA metadata.
Dmemcpyopt.ll6 ; it has a TBAA tag which declares that it is unrelated.
Dlicm.ll4 ; by using TBAA information.
/external/llvm/test/Analysis/BasicAA/
Dfull-store-partial-alias.ll6 ; so the %tmp5 load is PartialAlias with the store and suppress TBAA.
7 ; Without BasicAA, TBAA should say that %tmp5 is NoAlias with the store.
34 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/Transforms/GVN/
Dpreserve-tbaa.ll5 ; GVN should preserve the TBAA tag on loads when doing PRE.
30 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/Transforms/JumpThreading/
Dthread-loads.ll44 ;; Check that we preserve TBAA information.
80 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
D2011-04-14-InfLoop.ll31 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/Instrumentation/ThreadSanitizer/
Dvptr_update.ll12 !1 = metadata !{metadata !"Simple C/C++ TBAA", null}
Dread_from_global.ll59 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/CodeGen/X86/
Dpr12889.ll18 !1 = metadata !{metadata !"Simple C/C++ TBAA"}
/external/llvm/test/CodeGen/Mips/
Dzeroreg.ll25 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
Ddivrem.ll51 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/CodeGen/PowerPC/
Dstwu-gta.ll22 !2 = metadata !{metadata !"Simple C/C++ TBAA"}
Dlbzux.ll49 !2 = metadata !{metadata !"Simple C/C++ TBAA"}
/external/llvm/test/CodeGen/ARM/
D2012-04-02-TwoAddrInstrCrash.ll24 !1 = metadata !{metadata !"Simple C/C++ TBAA", null}
D2012-04-10-DAGCombine.ll31 !1 = metadata !{metadata !"Simple C/C++ TBAA", null}
D2012-06-12-SchedMemLatency.ll41 !2 = metadata !{metadata !"Simple C/C++ TBAA"}
/external/llvm/test/Transforms/LICM/
D2011-04-06-PromoteResultOfPromotion.ll35 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
Dpromote-order.ll39 !0 = metadata !{metadata !"minimal TBAA"}
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-EndOfFunction.ll27 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/Analysis/ScalarEvolution/
D2012-03-26-LoadConstant.ll47 !2 = metadata !{metadata !"Simple C/C++ TBAA", null}
/external/llvm/test/Analysis/GlobalsModRef/
Dvolatile-instrs.ll34 !2 = metadata !{metadata !"Simple C/C++ TBAA"}
/external/llvm/test/Transforms/Reassociate/
Dpr12245.ll50 !2 = metadata !{metadata !"Simple C/C++ TBAA"}

1234