/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.cpp | 29 for (size_t i = 0; i < Size; i++) in PrintHexArray() local 50 for (size_t i = 0; i < Size; i++) in PrintASCII() local 55 void PrintASCII(const Unit &U, const char *PrintAfter) { in PrintASCII() 61 for (size_t i = 0; i < Size; i++) { in ToASCII() local 73 bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); } in IsASCII() 76 for (size_t i = 0; i < Size; i++) in IsASCII() local 81 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U) { in ParseOneDictionaryEntry() 134 Unit U; in ParseDictionaryFile() local 155 std::string Base64(const Unit &U) { in Base64() 162 size_t i = 0, j = 0; in Base64() local [all …]
|
H A D | FuzzerLoop.cpp | 428 for (size_t i = 0; i != AdditionalCorpus.size(); ++i) { in RereadOutputCorpus() local 429 auto &U = AdditionalCorpus[i]; in RereadOutputCorpus() local 627 WriteToOutputCorpus(const Unit & U) WriteToOutputCorpus() argument 639 WriteUnitToFileWithPrefix(const Unit & U,const char * Prefix) WriteUnitToFileWithPrefix() argument 652 PrintStatusForNewUnit(const Unit & U,const char * Text) PrintStatusForNewUnit() argument 663 ReportNewCoverage(InputInfo * II,const Unit & U) ReportNewCoverage() argument 727 const auto &U = II.U; MutateAndTestOne() local 740 for (int i = 0; i < Options.MutateDepth; i++) { MutateAndTestOne() local 811 Unit U({'\n'}); // Valid ASCII input. ReadAndExecuteSeedCorpora() local 827 auto U = FileToVector(SF.File, MaxInputLen, /*ExitOnError=*/false); ReadAndExecuteSeedCorpora() local 914 MinimizeCrashLoop(const Unit & U) MinimizeCrashLoop() argument 920 for (int i = 0; i < Options.MutateDepth; i++) { MinimizeCrashLoop() local [all...] |
H A D | FuzzerCorpus.h | 209 const Unit &operator[] (size_t Idx) const { return Inputs[Idx]->U; } in AddToCorpus() argument 29 Unit U; // The actual input data. global() member 251 PrintUnit(const Unit & U) PrintUnit() argument 273 int i = 0; PrintCorpus() local 287 Replace(InputInfo * II,const Unit & U,std::chrono::microseconds TimeOfUnit) Replace() argument 300 HasUnit(const Unit & U) HasUnit() argument 326 for (size_t i = 0; i < Inputs.size(); i++) { PrintStats() local 336 for (size_t i = 0; i < kFeatureSetSize; i++) { PrintFeatureSet() local 341 for (size_t i = 0; i < Inputs.size(); i++) PrintFeatureSet() local 374 for (size_t i = 0; i < RareFeatures.size(); i++) { AddRareFeature() local 527 for (size_t i = 0; i < N; i++) { UpdateCorpusDistribution() local 548 for (size_t i = 0; i < N; i++) UpdateCorpusDistribution() local 557 for (size_t i = 0; i < N; i++) UpdateCorpusDistribution() local 560 for (size_t i = 0; i < N; i++) UpdateCorpusDistribution() local [all...] |
H A D | FuzzerDriver.cpp | 110 for (size_t i = 0, n = MaxFlagLen - strlen(D.Name); i < n; i++) in PrintHelp() local 135 for (size_t i = 0; Str[i]; i++) { in MyStol() local 298 for (unsigned i = 0; i < NumWorkers; i++) { in RunInMultipleProcesses() local 325 Unit U = FileToVector(InputFilePath); in RunOneTest() local 377 auto U = FileToVector(CurrentFilePath); in CleanseCrashInput() local 434 Unit U = FileToVector(CurrentFilePath); in MinimizeCrashInput() local 497 Unit U = FileToVector(InputFilePath); in MinimizeCrashInputInternalStep() local 520 for (size_t i = 1; i < Corpora.size(); i++) in Merge() local 558 for (size_t i = 0; i < Dict.size(); ++i) { in AnalyzeDictionary() local 592 for (size_t i = 0; i < Dict.size(); ++i) { in AnalyzeDictionary() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 74 for (const auto &U : AllUpdates) { variable 99 for (size_t i = 0, e = AllUpdates.size(); i != e; ++i) { variable 100 const auto &U = AllUpdates[i]; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 31 const User *U = dyn_cast<User>(V); in appendSpeculatableOperands() local 52 for (int i = 0; i < (int)Worklist.size(); ++i) { in completeEphemeralValues() local 59 if (!all_of(V->users(), [&](const User *U) { return EphValues.count(U); })) in completeEphemeralValues() 120 for (const auto *U : I.users()) { in extendsConvergenceOutsideLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 49 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { in PhysicalRegisterInfo() local 98 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { PhysicalRegisterInfo() local 118 for (unsigned i = 1, e = TRI.getNumRegs(); i != e; ++i) { getAliasSet() local 164 for (MCRegUnit U : TRI.regunits(CR)) getUnits() local 295 for (unsigned U : A.units()) print() local 304 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { hasAliasOf() local 319 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { hasCoverOf() local 334 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { insert() local 380 int U = Units.find_first(); makeRegRef() local 417 for (int U = RG.Units.find_first(); U >= 0; U = RG.Units.find_next(U)) { ref_iterator() local [all...] |
H A D | CallBrPrepare.cpp | 132 for (unsigned i = 1, e = CBR->getNumSuccessors(); i != e; ++i) in SplitCriticalEdges() local 167 static bool IsInSameBasicBlock(const Use &U, const BasicBlock *BB) { in IsInSameBasicBlock() 173 static void PrintDebugDomInfo(const DominatorTree &DT, const Use &U, in PrintDebugDomInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 200 for (unsigned i = 0; i < SplitTys.size(); ++i) in allocateVRegs() local 300 bool IRTranslator::translateBinaryOp(unsigned Opcode, const User &U, in translateBinaryOp() 319 bool IRTranslator::translateUnaryOp(unsigned Opcode, const User &U, in translateUnaryOp() 332 bool IRTranslator::translateFNeg(const User &U, MachineIRBuilder &MIRBuilder) { in translateFNeg() 336 bool IRTranslator::translateCompare(const User &U, in translateCompare() 361 bool IRTranslator::translateRet(const User &U, MachineIRBuilder &MIRBuilder) { in translateRet() 577 bool IRTranslator::translateBr(const User &U, MachineIRBuilder &MIRBuilder) { in translateBr() 691 bool IRTranslator::translateSwitch(const User &U, MachineIRBuilder &MIB) { in translateSwitch() 1332 bool IRTranslator::translateIndirectBr(const User &U, in translateIndirectBr() 1362 bool IRTranslator::translateLoad(const User &U, MachineIRBuilder &MIRBuilder) { in translateLoad() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 292 Instruction *U = dyn_cast<Instruction>(Q.pop_front_val()); in INITIALIZE_PASS_DEPENDENCY() local 303 const auto *U = dyn_cast<const Instruction>(V); in print() local 341 if (Instruction *U = dyn_cast<Instruction>(V)) { in initialize() local 351 Instruction *U = cast<Instruction>(P.second); in initialize() local 352 for (unsigned i = 0, n = U->getNumOperands(); i != n; ++i) { in initialize() local 368 auto Record = [this](Instruction *U) -> bool { in record() 376 auto Use = [this](Instruction *U) -> bool { in use() 387 auto Unuse = [this](Instruction *U) -> bool { in unuse() 405 Instruction *U = dyn_cast<Instruction>(Q.pop_front_val()); in subst() local 409 for (unsigned i = 0, n = U->getNumOperands(); i != n; ++i) { in subst() local [all …]
|
/freebsd/contrib/libdivsufsort/lib/ |
H A D | utils.c | 36 saidx_t half, i; in binarysearch_lower() local 53 bw_transform(const sauchar_t *T, sauchar_t *U, saidx_t *SA, in bw_transform() 55 saidx_t *A, i, j, p, t; in bw_transform() local 112 inverse_bw_transform(const sauchar_t *T, sauchar_t *U, saidx_t *A, in inverse_bw_transform() 117 saidx_t i, p; in inverse_bw_transform() local 164 saidx_t i, p, q, t; in sufcheck() local 249 saidx_t i, j; in _compare() local 266 saidx_t i, j, k; in sa_search() local 333 saidx_t i, j, k, p; in sa_simplesearch() local
|
/freebsd/contrib/gdtoa/ |
H A D | strtopdd.c | 48 int i, j, rv; local 52 } U; typedef
|
H A D | qnan.c | 80 } U; in main() typedef 82 int i; in main() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
H A D | pbkdf2-sha256.c | 51 size_t i; in PBKDF2_SHA256() local 53 uint8_t U[32]; in PBKDF2_SHA256() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 238 static void prettyPrintBaseTypeRef(DWARFUnit *U, raw_ostream &OS, in prettyPrintBaseTypeRef() 260 bool DWARFExpression::prettyPrintRegisterOp(DWARFUnit *U, raw_ostream &OS, in prettyPrintRegisterOp() 349 for (unsigned i = 0; i < Operands[Operand - 1]; ++i) in print() local 363 DWARFUnit *U, bool IsEH) const { in print() 397 bool DWARFExpression::Operation::verify(const Operation &Op, DWARFUnit *U) { in verify() 417 bool DWARFExpression::verify(DWARFUnit *U) { in verify()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 418 const CPUser &U) { in isOffsetInRange() 491 for (unsigned i = 0, e = CPUsers.size(); i != e; ++i) in runOnMachineFunction() local 503 for (unsigned i = 0, e = ImmBranches.size(); i != e; ++i) in runOnMachineFunction() local 554 for (unsigned i = 0, e = CPs.size(); i != e; ++i) { in doInitialPlacement() local 929 MachineBasicBlock* Water, CPUser &U, in isWaterInRange() 1008 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter() local 1040 int MipsConstantIslands::findInRangeCPEntry(CPUser& U, unsigned UserOffset) in findInRangeCPEntry() 1093 (CPUser& U, unsigned UserOffset) in findLongFormInRangeCPEntry() 1162 bool MipsConstantIslands::findAvailableWater(CPUser &U, unsigned UserOffset, in findAvailableWater() 1209 CPUser &U = CPUsers[CPUserIndex]; in createNewWater() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DemoteRegToStack.cpp | 55 for (unsigned i = 0; i < CBI->getNumSuccessors(); i++) { in DemoteRegToStack() local 67 Instruction *U = cast<Instruction>(I.user_back()); in DemoteRegToStack() local 79 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) in DemoteRegToStack() local 153 for (unsigned i = 0, e = P->getNumIncomingValues(); i < e; ++i) { in DemotePHIToStack() local
|
H A D | SplitModule.cpp | 73 const GlobalValue *GV, const User *U) { in addNonConstUser() 89 for (const auto *U : V->users()) { in addAllGlobalValueUsers() local 171 for (unsigned i = 0; i < N; ++i) in findPartitions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 105 for (unsigned i = 0; i < P->getNumOperands(); ++i) in translate() local 210 for (auto &U : CI->operands()) in runOnFunction() local 219 bool runOnUse(Use &U, const PHINodeSet &PromotablePHINodes, in runOnUse() 259 for (unsigned i = 0; i < First->getNumOperands(); ++i) in runOnUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 193 for (int i = 0, e = NumElts / 2; i != e; ++i) { in tryMAddReplacement() local 286 for (unsigned i = 0; i != NumElts; ++i) in trySADReplacement() local 288 for (unsigned i = NumElts; i != 16; ++i) in trySADReplacement() local 306 for (unsigned i = 0; i != NumSplits; ++i) { in trySADReplacement() local 320 for (unsigned i = 0; i != 1U << (s - 1); ++i) { in trySADReplacement() local 337 for (unsigned i = 0; i != SubElts; ++i) in trySADReplacement() local 339 for (unsigned i = SubElts; i != NumElts; ++i) in trySADReplacement() local 375 for (unsigned i = 0; i != Stages; ++i) { in matchAddReduction() local 421 Instruction *U = cast<Instruction>(*Phi->user_begin()); in isReachableFromPHI() local 469 for (auto *U : BO->users()) in collectLeaves() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 126 for (const Use &U : F.operands()) in orderModule() local 210 for (const Use &U : V->uses()) in predictValueUseListOrderImpl() local 353 for (const Use &U : F.operands()) in predictUseListOrder() local 412 for (const Use &U : F.operands()) in ValueEnumerator() local 486 for (unsigned i = 0, e = MDs.size(); i != e; ++i) in ValueEnumerator() local 549 for (const Use &U : V->uses()) { in print() local 590 for (unsigned i = 0, e = MD->getNumOperands(); i != e; ++i) in EnumerateNamedMDNode() local 1009 for (unsigned i : PAL.indexes()) { in EnumerateAttributes() local 1096 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) { in incorporateFunction() local 1111 for (unsigned i = NumModuleValues, e = Values.size(); i != e; ++i) in purgeFunction() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 61 for (unsigned i = 0, e = A->getNumIncomingValues(); i != e; ++i) in relatedPHI() local 88 for (const Use &U : P->uses()) { in IsStoredObjCPointer() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 50 for (const User *U : I->users()) in isUsedOutsideOfDefiningBlock() local 67 for (const Use &U : I->uses()) { in getPreferredExtendForValue() local 296 for (unsigned i = 0; i != NumRegisters; ++i) in set() local 391 for (unsigned i = 0; i != NumRegs; ++i) { in CreateRegs() local 500 for (unsigned i = 1, e = PN->getNumIncomingValues(); i != e; ++i) { in ComputePHILiveOutRegInfo() local 578 for (unsigned i = 0, e = NumRegisters; i != e; ++i) in getValueFromVirtualReg() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 99 for (auto *U : users()) in ~Value() local 165 static bool isUnDroppableUser(const User *U) { return !U->isDroppable(); } in isUnDroppableUser() 181 for (auto *U : users()) { in getUniqueUndroppableUser() local 217 void Value::dropDroppableUse(Use &U) { in dropDroppableUse() 517 Use &U = *UseList; in doRAUW() local 601 replaceUsesWithIf(New, [BB](Use &U) { in replaceUsesOutsideBlock() 999 for (unsigned i = 1; i != Idx; ++i, ++GTI) in getOffsetFromIndex() local 1004 for (unsigned i = Idx, e = GEP->getNumOperands(); i != e; ++i, ++GTI) { in getOffsetFromIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 212 User *U = Worklist.pop_back_val(); in CleanupPointerRootUsers() local 245 for (int i = 0, e = Dead.size(); i != e; ++i) { in CleanupPointerRootUsers() local 286 User *U = WorkList.pop_back_val(); in CleanupConstantGlobalUsers() local 360 Use *U = Worklist.pop_back_val(); in collectSRATypes() local 654 for (const User *U : V->users()) { in AllUsesOfValueWillTrapIfNull() local 711 for (const auto *U : P->users()) { in allUsesOfLoadedValueWillTrapIfNull() local 742 for (auto *U : P->users()) { in allUsesOfLoadAndStores() local 779 for (unsigned i = 0, e = CB->arg_size(); i != e; ++i) in OptimizeAwayTrappingUsesOfValue() local 801 for (User::op_iterator i = GEPI->op_begin() + 1, e = GEPI->op_end(); in OptimizeAwayTrappingUsesOfValue() local 956 for (auto *U : Guses) { in OptimizeGlobalAddressOfAllocation() local [all …]
|