Searched refs:AllFeatures (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.cpp | 148 std::set<uint32_t> AllFeatures = InitialFeatures; in Merge() local 153 AllFeatures.insert(Cur.begin(), Cur.end()); in Merge() 159 std::set_difference(Cur.begin(), Cur.end(), AllFeatures.begin(), in Merge() 160 AllFeatures.end(), std::inserter(Tmp, Tmp.begin())); in Merge() 182 if (AllFeatures.insert(Fe).second) { in Merge() 196 std::set<uint32_t> Merger::AllFeatures() const { in AllFeatures() function in fuzzer::Merger 221 std::set<size_t> AllFeatures; in CrashResistantMergeInternalStep() local 222 auto PrintStatsWrapper = [this, &AllFeatures](const char* Where) { in CrashResistantMergeInternalStep() 223 this->PrintStats(Where, "\n", 0, AllFeatures.size()); in CrashResistantMergeInternalStep() 248 if (AllFeatures.insert(Feature).second) in CrashResistantMergeInternalStep() [all …]
|
| H A D | FuzzerMerge.h | 78 std::set<uint32_t> AllFeatures() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | LoongArchTargetParser.cpp | 20 const FeatureInfo AllFeatures[] = { variable 41 for (const auto &F : AllFeatures) { in isValidFeatureName() 54 for (const auto F : AllFeatures) in getArchFeatures()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetID.cpp | 115 llvm::SmallSet<llvm::StringRef, 4> AllFeatures( in parseTargetID() local 119 if (!AllFeatures.count(F.first())) in parseTargetID()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 351 std::vector<std::string> AllFeatures = FeaturesVec; in initFeatureMap() local 364 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap() 365 return TargetInfo::initFeatureMap(Features, Diags, CPU, AllFeatures); in initFeatureMap()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1407 bool AllFeatures = PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::All); in getBBAddrMapFeature() local 1409 AllFeatures || (!NoFeatures && PgoAnalysisMapFeatures.isSet( in getBBAddrMapFeature() 1412 AllFeatures || in getBBAddrMapFeature() 1415 AllFeatures || in getBBAddrMapFeature()
|