Searched refs:NumFeatures (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 34 size_t NumFeatures = 0; member 210 InputInfo *AddToCorpus(const Unit &U, size_t NumFeatures, bool MayDeleteFile, in AddToCorpus() argument 217 Printf("ADD_TO_CORPUS %zd NF %zd\n", Inputs.size(), NumFeatures); in AddToCorpus() 223 II.NumFeatures = NumFeatures; in AddToCorpus() 343 if (size_t N = Inputs[i]->NumFeatures) in PrintFeatureSet() 426 assert(II.NumFeatures > 0); in AddFeature() 427 II.NumFeatures--; in AddFeature() 428 if (II.NumFeatures == 0) in AddFeature() 468 size_t NumFeatures() const { return NumAddedFeatures; } in NumFeatures() function 484 if (II->Tmp != II->NumFeatures) in ValidateFeatureSet() [all …]
|
| H A D | FuzzerLoop.cpp | 333 if (size_t N = Features ? Features : Corpus.NumFeatures()) in PrintStats() 860 Corpus.AddToCorpus({'\n'}, /*NumFeatures=*/1, /*MayDeleteFile=*/true, in ReadAndExecuteSeedCorpora()
|
| /llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 2033 unsigned NumFeatures = featureKeyValues(OS, FeatureMap); in run() 2057 if (NumFeatures) in run() 2168 if (NumFeatures) in run() 2169 OS << "ArrayRef(" << Target << "FeatureKV, " << NumFeatures << "), "; in run() 271 unsigned NumFeatures = 0; FeatureKeyValues() local 2012 unsigned NumFeatures = FeatureKeyValues(OS, FeatureMap); run() local
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 4157 unsigned NumFeatures = 0; TargetMVPriority() local
|