/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.h | 74 for (auto Cnt: Counters) in GetNumberOfCoveredBlocks() local 88 for (auto Cnt : Counters) in NumberOfCoveredBlocks() local 102 for (auto Cnt : Counters) in SmallestNonZeroCounter() local
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | ArchitectureSet.cpp | 30 size_t Cnt = 0; in count() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 124 unsigned Cnt = 0; in verifyVPBasicBlock() local
|
H A D | SLPVectorizer.cpp | 804 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { in getSameOpcode() local 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/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 181 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 249 unsigned Cnt = 0; in hasNUsesOrMore() local 258 unsigned Cnt = 0; in hasNUses() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 46 unsigned Cnt; member 62 unsigned Cnt; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 313 for (size_t Cnt = 1; Cnt < DuplicateNum; ++Cnt) { in generateTripleMBB() local
|
/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 137 auto Cnt = get(CounterExpression(CounterExpression::Subtract, LHS, RHS)); in subtract() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 528 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) in ActOnGCCAsmStmt() local
|
H A D | SemaOpenMP.cpp | 5122 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; in checkIfClauses() local 5787 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) { in processImplicitMapsWithDefaultMappers() local 9021 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get(); in buildOrderedLoopData() local 9341 Expr *Cnt = SemaRef in checkOpenMPIterationSpace() local 9628 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop() 9729 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop() local 10148 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { in checkOpenMPLoop() local 14028 Stmt *CurStmt) { in checkTransformableLoopNest() 14116 [LoopStmts](unsigned Cnt, Stmt *CurStmt) { in collectLoopStmts()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 6066 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifier() 6076 SourceLocation getMapTypeModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMapTypeModifierLoc() 7022 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() 7032 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMotionModifierLoc() 7222 OpenMPMotionModifierKind getMotionModifier(unsigned Cnt) const LLVM_READONLY { in getMotionModifier() 7232 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMotionModifierLoc()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 483 unsigned Cnt; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 176 [&CGF](unsigned Cnt, const Stmt *CurStmt) { in emitPreInitStmt() 565 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue() local 4947 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { in EmitOMPTaskBasedDirective() local 4994 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { in EmitOMPTaskBasedDirective() local 5229 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { in processInReduction() local 5273 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { in processInReduction() local
|
H A D | CGOpenMPRuntimeGPU.cpp | 1679 int Cnt = 0; in emitReduction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 512 int64_t &Cnt) { in isVShiftRImm()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 268 const ConstantFP *Cnt = MO.getFPImm(); in lowerOperand() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1083 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() 1705 void OMPDoacrossClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData()
|
H A D | StmtOpenMP.cpp | 131 for (unsigned Cnt = 0; Cnt < NumLoops; ++Cnt) { in doForAllLoops() local 184 [Callback](unsigned Cnt, Stmt *Loop) { in doForAllLoopsBodies()
|
/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 302 SDValue Cnt = DAG.getTargetConstant(ShiftAmount, dl, MVT::i8); in LowerShifts() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1942 int Cnt = 0; in trySimplifyPath() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 6839 int Cnt = N.second.count() - N.second[SEEN_AS_LIVE] * 2; in bumpCrossIterationPressure() local 6846 int Cnt = N.second.count() - N.second[SEEN_AS_LIVE] * 2; in bumpCrossIterationPressure() local
|
H A D | ARMISelLowering.cpp | 6610 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() 6631 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() 6646 int64_t &Cnt) { in isVShiftRImm() 6664 int64_t Cnt; in LowerShift() local 17523 int64_t Cnt; in PerformIntrinsicCombine() local 17624 int64_t Cnt; in PerformIntrinsicCombine() local 17768 int64_t Cnt; in PerformShiftCombine() local
|