/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.h | 74 for (auto Cnt: Counters) in GetNumberOfCoveredBlocks() local 75 if (Cnt) in GetNumberOfCoveredBlocks() 88 for (auto Cnt : Counters) in NumberOfCoveredBlocks() local 89 if (Cnt) in NumberOfCoveredBlocks() 102 for (auto Cnt : Counters) in SmallestNonZeroCounter() local 103 if (Cnt) in SmallestNonZeroCounter() 104 Res = Min(Res, Cnt); in SmallestNonZeroCounter()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 181 iterator insert(iterator I, size_t Cnt, const_reference E, in insert() argument 184 if (End + Cnt <= Capacity) { in insert() 186 move_range_right(I, End, Cnt); in insert() 187 construct_range(I, I + Cnt, E); in insert() 188 End += Cnt; in insert() 189 return I + Cnt; in insert() 192 grow(C, size() + Cnt); in insert()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | ArchitectureSet.cpp | 30 size_t Cnt = 0; in count() local 33 ++Cnt; in count() 34 return Cnt; in count()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 176 [&CGF](unsigned Cnt, const Stmt *CurStmt) { in emitPreInitStmt() argument 565 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue() local 570 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) { in emitOutlinedFunctionPrologue() 571 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue() 572 TargetArgs[Cnt]); in emitOutlinedFunctionPrologue() 574 LocalAddr = CGF.GetAddrOfLocalVar(Args[Cnt]); in emitOutlinedFunctionPrologue() 581 LocalAddrs.insert({Args[Cnt], {CurVD, LocalAddr}}); in emitOutlinedFunctionPrologue() 582 ++Cnt; in emitOutlinedFunctionPrologue() 587 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue() 593 Args[Cnt]->getName(), ArgLVal), in emitOutlinedFunctionPrologue() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 124 unsigned Cnt = 0; in verifyVPBasicBlock() local 126 RecipeNumbering[&R] = Cnt++; in verifyVPBasicBlock()
|
H A D | SLPVectorizer.cpp | 804 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { in getSameOpcode() local 805 auto *I = cast<Instruction>(VL[Cnt]); in getSameOpcode() 813 AltIndex = Cnt; in getSameOpcode() 829 AltIndex = Cnt; in getSameOpcode() 833 } else if (auto *Inst = dyn_cast<CmpInst>(VL[Cnt]); Inst && IsCmpOp) { in getSameOpcode() 859 AltIndex = Cnt; in getSameOpcode() 2085 // how many of them we have for each APO, like this: Cnt[APO] = x. in getMaxNumOperandsThatCanBeReordered() 2188 unsigned Cnt in shouldBroadcast() local 2448 unsigned Cnt = 0; print() local 4495 int Cnt = 0; calculateRtStride() local 4662 for (unsigned Cnt = 0, End = VL.size(); Cnt + VF <= End; canVectorizeLoads() local 4800 unsigned Cnt = 1; clusterSortPtrAccesses() local 5293 unsigned Cnt = 0; reorderTopToBottom() local 5415 unsigned Cnt = IdentityCnt; reorderTopToBottom() local 5739 unsigned Cnt = IdentityCnt; reorderBottomToTop() local 8283 for (unsigned Cnt = StartIdx, End = VL.size(); Cnt + VF <= End; getBuildVectorCost() local 16155 for (unsigned Cnt = StartIdx; Cnt + Size <= Sz;) { vectorizeStores() local 17278 for (unsigned Cnt = 0, Sz = OrigReducedVals.size(); Cnt < Sz; ++Cnt) { tryToReduce() local 17379 unsigned Cnt = SameValuesCounter.lookup(OrigV); tryToReduce() local 17463 for (unsigned Cnt = 0, Sz = ReducedVals.size(); Cnt < Sz; ++Cnt) { tryToReduce() local 17474 for (unsigned Cnt = 0; Cnt < NumReducedVals; ++Cnt) { tryToReduce() local 17485 for (unsigned Cnt = 0; Cnt < NumReducedVals; ++Cnt) { tryToReduce() local 17794 int Cnt = ReducedVals.size(); getReductionCost() local 17879 emitScaleForReusedOps(Value * VectorizedValue,IRBuilderBase & Builder,unsigned Cnt) emitScaleForReusedOps() argument 17951 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local 17989 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local 18009 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 313 for (size_t Cnt = 1; Cnt < DuplicateNum; ++Cnt) { in generateTripleMBB() local 316 (MI->isTerminator() && Cnt < DuplicateNum - 1)) in generateTripleMBB()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 249 unsigned Cnt = 0; in hasNUsesOrMore() local 251 if (++Cnt >= Num) in hasNUsesOrMore() 258 unsigned Cnt = 0; in hasNUses() local 260 if (++Cnt > Num) in hasNUses() 263 return Cnt == Num; in hasNUses()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 131 auto Cnt = get(CounterExpression(CounterExpression::Add, LHS, RHS)); in add() local 132 return Simplify ? simplify(Cnt) : Cnt; in add() 137 auto Cnt = get(CounterExpression(CounterExpression::Subtract, LHS, RHS)); in subtract() local 138 return Simplify ? simplify(Cnt) : Cnt; in subtract()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | bd9571mwv.txt | 37 documentation for the "BKUP Mode Cnt" register.
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local 1225 ++Cnt; in handleAutoreleaseCounts() 1229 if (ACnt > Cnt && in handleAutoreleaseCounts() 1235 if (ACnt <= Cnt) { in handleAutoreleaseCounts() 1236 if (ACnt == Cnt) { in handleAutoreleaseCounts()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5038 void setLoopData(unsigned NumLoop, Expr *Cnt); 6066 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() argument 6067 assert(Cnt < NumberOfOMPMapClauseModifiers && in getMapTypeModifier() 6069 return MapTypeModifiers[Cnt]; in getMapTypeModifier() 6076 SourceLocation getMapTypeModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifierLoc() argument 6077 assert(Cnt < NumberOfOMPMapClauseModifiers && in getMapTypeModifierLoc() 6079 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc() 7022 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() argument 7023 assert(Cnt < NumberOfOMPMotionModifiers && in getMotionModifier() 7025 return MotionModifiers[Cnt]; in getMotionModifier() [all …]
|
H A D | StmtOpenMP.h | 920 auto &&NewCallback = [Callback](unsigned Cnt, Stmt *CurStmt) { in doForAllLoops() 921 return Callback(Cnt, CurStmt); in doForAllLoops() 945 auto &&NewCallback = [Callback](unsigned Cnt, const Stmt *CurStmt) { in doForAllLoops() 946 return Callback(Cnt, CurStmt); in doForAllLoops() 960 auto &&NewCallback = [Callback](unsigned Cnt, Stmt *Loop, Stmt *Body) { in doForAllLoopsBodies() 961 Callback(Cnt, Loop, Body); in doForAllLoopsBodies()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 512 int64_t &Cnt) { in isVShiftRImm() argument 518 Cnt = *Cst; in isVShiftRImm() 520 return Cnt >= 1 && Cnt <= ElementBits; in isVShiftRImm()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 483 unsigned Cnt; variable 488 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) { in AllocaRegion() 493 unsigned Cnt, const MemRegion *superRegion); 1466 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 46 unsigned Cnt; member 62 unsigned Cnt; member 1092 VD.Cnt = D->vd_cnt; in getVersionDefinitions() 1164 VN.Cnt = Verneed->vn_cnt; in getVersionDependencies()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5122 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; in checkIfClauses() local 5123 ++Cnt) { in checkIfClauses() 5124 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt]; in checkIfClauses() 5787 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) { in processImplicitMapsWithDefaultMappers() local 5788 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]); in processImplicitMapsWithDefaultMappers() 9021 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get(); in buildOrderedLoopData() local 9022 if (!Cnt) in buildOrderedLoopData() 9028 Cnt = SemaRef.BuildBinOp(S, Loc, BOK, Cnt, Inc).get(); in buildOrderedLoopData() 9029 if (!Cnt) in buildOrderedLoopData() 9038 *TestIsLessOp ? Cnt : tryBuildCapture(SemaRef, LB, Captures).get(); in buildOrderedLoopData() [all …]
|
H A D | SemaStmtAsm.cpp | 528 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) in ActOnGCCAsmStmt() local 529 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) { in ActOnGCCAsmStmt()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 131 for (unsigned Cnt = 0; Cnt < NumLoops; ++Cnt) { in doForAllLoops() local 159 if (Callback(Cnt, CurStmt)) in doForAllLoops() 184 [Callback](unsigned Cnt, Stmt *Loop) { in doForAllLoopsBodies() argument 195 Callback(Cnt, Loop, Body); in doForAllLoopsBodies()
|
H A D | OpenMPClause.cpp | 1083 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() argument 1090 *It = Cnt; in setLoopData() 1705 void OMPDoacrossClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() argument 1708 *It = Cnt; in setLoopData()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 268 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local 269 const APFloat &Val = Cnt->getValueAPF(); in lowerOperand() 271 switch (Cnt->getType()->getTypeID()) { in lowerOperand()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 621 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() argument 623 return Impl.insert(I, Cnt, E, C); in insert()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6610 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() argument 6623 Cnt = SplatBits.getSExtValue(); in getVShiftImm() 6631 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument 6634 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm() 6636 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm() 6646 int64_t &Cnt) { in isVShiftRImm() argument 6649 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm() 6652 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits)); in isVShiftRImm() 6653 if (Cnt >= -(isNarrow ? ElementBits / 2 : ElementBits) && Cnt <= -1) { in isVShiftRImm() 6654 Cnt = -Cnt; in isVShiftRImm() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1942 int Cnt = 0; in trySimplifyPath() local 1955 ++Cnt; in trySimplifyPath() 1956 } else if (Cnt) { in trySimplifyPath() 1957 --Cnt; in trySimplifyPath()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 264 ProfileRegion(ID, Ex, Cnt, superRegion); in Profile() 481 os << "alloca{S" << Ex->getID(getContext()) << ',' << Cnt << '}'; in dumpToStream()
|