Searched defs:TBAA (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DMDBuilder.h92 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
121 /// \brief Return metadata appropriate for a TBAA root node with the given
136 /// \brief Return metadata for a non-root TBAA node with the given name,
137 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
144 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
153 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h628 : TBAA(T), Scope(S), NoAlias(N) {}
631 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
636 explicit operator bool() const { return TBAA || Scope || NoAlias; }
639 MDNode *TBAA; member in struct:llvm::AAMDNodes
662 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DMDBuilder.h92 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
121 /// \brief Return metadata appropriate for a TBAA root node with the given
136 /// \brief Return metadata for a non-root TBAA node with the given name,
137 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
144 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
153 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h638 : TBAA(T), Scope(S), NoAlias(N) {}
641 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
646 explicit operator bool() const { return TBAA || Scope || NoAlias; }
649 MDNode *TBAA; member in struct:llvm::AAMDNodes
672 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DMDBuilder.h92 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
121 /// \brief Return metadata appropriate for a TBAA root node with the given
136 /// \brief Return metadata for a non-root TBAA node with the given name,
137 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
144 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
153 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h638 : TBAA(T), Scope(S), NoAlias(N) {}
641 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
646 explicit operator bool() const { return TBAA || Scope || NoAlias; }
649 MDNode *TBAA; member in struct:llvm::AAMDNodes
672 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h645 : TBAA(T), Scope(S), NoAlias(N) {}
648 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
653 explicit operator bool() const { return TBAA || Scope || NoAlias; }
656 MDNode *TBAA; member in struct:llvm::AAMDNodes
671 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr;
692 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA)
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h645 : TBAA(T), Scope(S), NoAlias(N) {}
648 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
653 explicit operator bool() const { return TBAA || Scope || NoAlias; }
656 MDNode *TBAA; member in struct:llvm::AAMDNodes
671 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr;
692 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA)
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h645 : TBAA(T), Scope(S), NoAlias(N) {}
648 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
653 explicit operator bool() const { return TBAA || Scope || NoAlias; }
656 MDNode *TBAA; member in struct:llvm::AAMDNodes
671 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr;
692 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA)
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h645 : TBAA(T), Scope(S), NoAlias(N) {}
648 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
653 explicit operator bool() const { return TBAA || Scope || NoAlias; }
656 MDNode *TBAA; member in struct:llvm::AAMDNodes
671 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr;
692 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA)
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DMDBuilder.h92 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
121 /// \brief Return metadata appropriate for a TBAA root node with the given
136 /// \brief Return metadata for a non-root TBAA node with the given name,
137 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
144 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
153 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h628 : TBAA(T), Scope(S), NoAlias(N) {}
631 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
636 explicit operator bool() const { return TBAA || Scope || NoAlias; }
639 MDNode *TBAA; member in struct:llvm::AAMDNodes
662 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DMDBuilder.h92 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
121 /// \brief Return metadata appropriate for a TBAA root node with the given
136 /// \brief Return metadata for a non-root TBAA node with the given name,
137 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
144 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
153 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h638 : TBAA(T), Scope(S), NoAlias(N) {}
641 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
646 explicit operator bool() const { return TBAA || Scope || NoAlias; }
649 MDNode *TBAA; member in struct:llvm::AAMDNodes
672 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DMDBuilder.h92 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
99 /// \brief Return metadata appropriate for a TBAA root node. Each returned
121 /// \brief Return metadata appropriate for a TBAA root node with the given
136 /// \brief Return metadata for a non-root TBAA node with the given name,
137 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
144 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
153 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h638 : TBAA(T), Scope(S), NoAlias(N) {}
641 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
646 explicit operator bool() const { return TBAA || Scope || NoAlias; }
649 MDNode *TBAA; member in struct:llvm::AAMDNodes
672 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA) ^
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
H A DMetadata.h645 : TBAA(T), Scope(S), NoAlias(N) {}
648 return TBAA == A.TBAA && Scope == A.Scope && NoAlias == A.NoAlias;
653 explicit operator bool() const { return TBAA || Scope || NoAlias; }
656 MDNode *TBAA; member in struct:llvm::AAMDNodes
671 Result.TBAA = Other.TBAA == TBAA ? TBAA : nullptr;
692 return DenseMapInfo<MDNode *>::getHashValue(Val.TBAA)
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DMDBuilder.h100 /// \brief Return metadata appropriate for a AA root node (scope or TBAA).
107 /// \brief Return metadata appropriate for a TBAA root node. Each returned
129 /// \brief Return metadata appropriate for a TBAA root node with the given
144 /// \brief Return metadata for a non-root TBAA node with the given name,
145 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
152 MDNode *TBAA; member in struct:llvm::MDBuilder::TBAAStructField
153 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) : argument
154 Offset(Offset), Size(Size), TBAA(TBAA) {}
161 /// \brief Return metadata for a TBAA struc
[all...]

Completed in 3502 milliseconds

12