Home
last modified time | relevance | path

Searched refs:ArchSet (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h35 ArchSetType ArchSet{0};
56 return (ArchSet & Archs.ArchSet) == Archs.ArchSet; in contains()
79 Ty *ArchSet; variable
94 : Index(Index), ArchSet(ArchSet) { in Index()
113 return std::tie(Index, ArchSet) == std::tie(o.Index, o.ArchSet);
120 return {ArchSet & o.ArchSet};
124 return {ArchSet | o.ArchSet};
128 ArchSet |= o.ArchSet;
138 return ArchSet == o.ArchSet;
142 return ArchSet != o.ArchSet;
[all …]
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp461 std::set<ArchitectureSet> ArchSet; in NormalizedTBD() local
463 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
466 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
472 ArchSet.insert(Architectures); in NormalizedTBD()
475 for (auto Architectures : ArchSet) { in NormalizedTBD()
533 ArchSet.clear(); in NormalizedTBD()
539 ArchSet.insert(Architectures); in NormalizedTBD()
542 for (auto Architectures : ArchSet) { in NormalizedTBD()
H A DArchitectureSet.cpp32 if (ArchSet & (1U << i)) in count()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp4332 std::set<StringRef> ArchSet; in getConflictOffloadArchCombination() local
4333 llvm::copy(Archs, std::inserter(ArchSet, ArchSet.begin())); in getConflictOffloadArchCombination()
4334 return getConflictTargetIDCombination(ArchSet); in getConflictOffloadArchCombination()