HomeSort by relevance Sort by last modified time
    Searched defs:AAMDNodes (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/IR/
Metadata.h 607 struct AAMDNodes {
608 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
612 bool operator==(const AAMDNodes &A) const {
616 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
630 // Specialize DenseMapInfo for AAMDNodes.
632 struct DenseMapInfo<AAMDNodes> {
633 static inline AAMDNodes getEmptyKey() {
634 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
637 static inline AAMDNodes getTombstoneKey() {
638 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 625 struct AAMDNodes {
626 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
630 bool operator==(const AAMDNodes &A) const {
634 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
648 // Specialize DenseMapInfo for AAMDNodes.
650 struct DenseMapInfo<AAMDNodes> {
651 static inline AAMDNodes getEmptyKey() {
652 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
656 static inline AAMDNodes getTombstoneKey() {
657 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 625 struct AAMDNodes {
626 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
630 bool operator==(const AAMDNodes &A) const {
634 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
648 // Specialize DenseMapInfo for AAMDNodes.
650 struct DenseMapInfo<AAMDNodes> {
651 static inline AAMDNodes getEmptyKey() {
652 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
656 static inline AAMDNodes getTombstoneKey() {
657 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Metadata.h 635 struct AAMDNodes {
636 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
640 bool operator==(const AAMDNodes &A) const {
644 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
658 // Specialize DenseMapInfo for AAMDNodes.
660 struct DenseMapInfo<AAMDNodes> {
661 static inline AAMDNodes getEmptyKey() {
662 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
666 static inline AAMDNodes getTombstoneKey() {
667 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Metadata.h 635 struct AAMDNodes {
636 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
640 bool operator==(const AAMDNodes &A) const {
644 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
658 // Specialize DenseMapInfo for AAMDNodes.
660 struct DenseMapInfo<AAMDNodes> {
661 static inline AAMDNodes getEmptyKey() {
662 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
666 static inline AAMDNodes getTombstoneKey() {
667 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 625 struct AAMDNodes {
626 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
630 bool operator==(const AAMDNodes &A) const {
634 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
648 // Specialize DenseMapInfo for AAMDNodes.
650 struct DenseMapInfo<AAMDNodes> {
651 static inline AAMDNodes getEmptyKey() {
652 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
656 static inline AAMDNodes getTombstoneKey() {
657 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Metadata.h 635 struct AAMDNodes {
636 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
640 bool operator==(const AAMDNodes &A) const {
644 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
658 // Specialize DenseMapInfo for AAMDNodes.
660 struct DenseMapInfo<AAMDNodes> {
661 static inline AAMDNodes getEmptyKey() {
662 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
666 static inline AAMDNodes getTombstoneKey() {
667 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Metadata.h 635 struct AAMDNodes {
636 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
640 bool operator==(const AAMDNodes &A) const {
644 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
658 // Specialize DenseMapInfo for AAMDNodes.
660 struct DenseMapInfo<AAMDNodes> {
661 static inline AAMDNodes getEmptyKey() {
662 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
666 static inline AAMDNodes getTombstoneKey() {
667 return AAMDNodes(DenseMapInfo<MDNode *>::getTombstoneKey()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Metadata.h 642 struct AAMDNodes {
643 explicit AAMDNodes(MDNode *T = nullptr, MDNode *S = nullptr,
647 bool operator==(const AAMDNodes &A) const {
651 bool operator!=(const AAMDNodes &A) const { return !(*this == A); }
664 /// \brief Given two sets of AAMDNodes that apply to the same pointer,
665 /// give the best AAMDNodes that are compatible with both (i.e. a set of
669 AAMDNodes intersect(const AAMDNodes &Other) {
670 AAMDNodes Result;
678 // Specialize DenseMapInfo for AAMDNodes
    [all...]

Completed in 456 milliseconds