Searched refs:FirstFeature (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 193 Handle8bitCounter(FirstFeature, P - Begin, V); in ForEachNonZeroByte() 201 Handle8bitCounter(FirstFeature, P - Begin + I, V); in ForEachNonZeroByte() 207 Handle8bitCounter(FirstFeature, P - Begin, V); in ForEachNonZeroByte() 240 auto Handle8bitCounter = [&](size_t FirstFeature, in CollectFeatures() 246 HandleFeature(static_cast<uint32_t>(FirstFeature + Idx)); in CollectFeatures() 249 size_t FirstFeature = 0; in CollectFeatures() local 260 FirstFeature += in CollectFeatures() 262 FirstFeature, Handle8bitCounter); in CollectFeatures() 266 HandleFeature(static_cast<uint32_t>(FirstFeature + Idx)); in CollectFeatures() 268 FirstFeature += ValueProfileMap.SizeInBits(); in CollectFeatures() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 453 bool FirstFeature = true; in MatchAndEmitInstruction() local 457 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction() 459 FirstFeature = false; in MatchAndEmitInstruction()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 1183 auto CB = [&](size_t FirstFeature, size_t Idx, uint8_t V) { in TEST() argument 1184 Res.push_back({FirstFeature + Idx, V}); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1085 bool FirstFeature = true; in MatchAndEmitInstruction() local 1089 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction() 1091 FirstFeature = false; in MatchAndEmitInstruction()
|