Home
last modified time | relevance | path

Searched refs:FirstFeature (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h193 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1316 bool FirstFeature = true; in MatchAndEmitInstruction() local
1320 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction()
1322 FirstFeature = false; in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1378 bool FirstFeature = true; in MatchAndEmitInstruction() local
1382 Msg += FirstFeature ? " " : ", "; in MatchAndEmitInstruction()
1384 FirstFeature = false; in MatchAndEmitInstruction()