/external/llvm/lib/Transforms/ObjCARC/ |
ProvenanceAnalysis.cpp | 119 case AliasAnalysis::NoAlias:
|
/external/llvm/test/Transforms/GVN/ |
2009-03-10-PREOnVoid.ll | 37 define fastcc void @_ZNSt8_Rb_treeIPvSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE16_M_insert_uniqueERKS3_(%"struct.std::pair<std::_Rb_tree_iterator<std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > > >,bool>"* noalias nocapture sret %agg.result, %"struct.std::_Rb_tree<void*,std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > >,std::_Select1st<std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > > >,std::less<void*>,std::allocator<std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > > > >"* %this, %"struct.std::pair<void* const,void*>"* %__v) nounwind {
|
/external/llvm/test/Transforms/GlobalOpt/ |
2009-06-01-RecursivePHI.ll | 122 declare noalias i8* @malloc(i64)
|
/external/llvm/test/Transforms/LICM/ |
scalar_promote.ll | 121 define void @test5(i32 %i, i32** noalias %P2) {
|
/external/llvm/utils/kate/ |
llvm.xml | 74 <item> noalias </item>
|
/external/clang/test/CodeGenCXX/ |
temporaries.cpp | 426 // CHECK: define void @_ZN7Elision5test2Ev([[A]]* noalias sret 434 // CHECK: define void @_ZN7Elision5test3EiNS_1AE([[A]]* noalias sret 475 // CHECK: define void @_ZN7Elision5test5Ev([[A]]* noalias sret
|
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 521 // the return. Ignore noalias because it doesn't affect the call sequence. 525 removeAttribute(Attribute::NoAlias) != 527 removeAttribute(Attribute::NoAlias))
|
/external/llvm/docs/ |
AliasAnalysis.rst | 110 returns MustAlias, PartialAlias, MayAlias, or NoAlias as appropriate. 121 The ``NoAlias`` response may be used when there is never an immediate dependence 129 As an exception to this is with the `noalias <LangRef.html#noalias>`_ keyword; 278 return NoAlias;
|
/external/llvm/test/CodeGen/Thumb2/ |
constant-islands.ll | 55 declare noalias i8* @_Znwm(i32) [all...] |
2009-09-01-PostRAProlog.ll | 104 declare noalias i8* @calloc(i32, i32) nounwind
|
/frameworks/rs/driver/runtime/ |
allocation.ll | 436 define void @rsGetElementAtImpl_long3(<3 x i64>* noalias nocapture sret %agg.result, [1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #2 { 453 define void @rsGetElementAtImpl_long4(<4 x i64>* noalias nocapture sret %agg.result, [1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #2 { 500 define void @rsGetElementAtImpl_ulong3(<3 x i64>* noalias nocapture sret %agg.result, [1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #2 { 517 define void @rsGetElementAtImpl_ulong4(<4 x i64>* noalias nocapture sret %agg.result, [1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #2 { 627 define void @rsGetElementAtImpl_double3(<3 x double>* noalias nocapture sret %agg.result, [1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #2 { 643 define void @rsGetElementAtImpl_double4(<4 x double>* noalias nocapture sret %agg.result, [1 x i32] %a.coerce, i32 %x, i32 %y, i32 %z) #2 {
|
/external/llvm/test/Transforms/InstSimplify/ |
compare.ll | 698 ; Don't assume that a noalias argument isn't equal to a global variable's 699 ; address. This is an example where AliasAnalysis' NoAlias concept is 703 define zeroext i1 @external_compare(i32* noalias %x) {
|
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.cpp | 280 strcat(buf, "noalias ");
|
/dalvik/vm/compiler/codegen/mips/ |
ArchUtility.cpp | 203 strcat(buf, "noalias ");
|
/external/clang/test/CodeGen/ |
aarch64-arguments.c | 138 // PCS: define void @f34(%struct.s34* noalias sret
|
/external/eigen/Eigen/ |
Core | 284 #include "src/Core/NoAlias.h"
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 76 template<typename ExpressionType, template <typename> class StorageBase > class NoAlias;
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexEigenSolver.h | 290 m_eivec.noalias() = m_schur.matrixU() * m_matX;
|
/external/llvm/include/llvm/Analysis/ |
MemoryBuiltins.h | 43 /// NoAlias pointer (including malloc/calloc/realloc/strdup-like functions).
|
/external/llvm/lib/IR/ |
Attributes.cpp | 179 if (hasAttribute(Attribute::NoAlias)) 180 return "noalias"; 354 case Attribute::NoAlias: return 1 << 6; [all...] |
/external/llvm/test/CodeGen/ARM/ |
2012-01-26-CopyPropKills.ll | 118 declare arm_aapcs_vfpcc void @bar(i8* noalias nocapture sret, [8 x i64]) nounwind uwtable inlinehint
|
/external/llvm/test/CodeGen/X86/ |
cmov.ll | 111 %7 = tail call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([15 x i8]* @_2E_str, i64 0, i64 0), i32 %6) nounwind ; <i32> [#uses=0]
|
fast-isel-x86-64.ll | 296 define void @test23(i8* noalias sret %result) {
|
/external/llvm/test/DebugInfo/X86/ |
dbg_value_direct.ll | 26 define void @_Z4funci(%struct.A* noalias sret %agg.result, i32) #0 "stack-protector-buffer-size"="1" {
|
parameters.ll | 41 define void @_ZN7pr147634funcENS_3fooE(%"struct.pr14763::foo"* noalias sret %agg.result, %"struct.pr14763::foo"* %f) #0 {
|