Home
last modified time | relevance | path

Searched defs:Cnt (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h74 for (auto Cnt: Counters) in GetNumberOfCoveredBlocks() local
88 for (auto Cnt : Counters) in NumberOfCoveredBlocks() local
102 for (auto Cnt : Counters) in SmallestNonZeroCounter() local
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp30 size_t Cnt = 0; in count() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp201 unsigned Cnt = 0; verifyVPBasicBlock() local
H A DSLPVectorizer.cpp658 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { getSameOpcode() local
2176 unsigned Cnt = 0; print() local
3946 unsigned Cnt = 1; clusterSortPtrAccesses() local
4371 unsigned Cnt = 0; reorderTopToBottom() local
4498 unsigned Cnt = OrdersUses.front().second; reorderTopToBottom() local
4814 unsigned Cnt = OrdersUses.front().second; reorderBottomToTop() local
6987 for (unsigned Cnt = StartIdx, End = VL.size(); Cnt + VF <= End; getBuildVectorCost() local
13536 for (unsigned Cnt = StartIdx, E = Operands.size(); Cnt + Size <= E;) { vectorizeStores() local
14576 for (unsigned Cnt = 0, Sz = OrigReducedVals.size(); Cnt < Sz; ++Cnt) { tryToReduce() local
14677 unsigned Cnt = SameValuesCounter.lookup(OrigV); tryToReduce() local
14759 for (unsigned Cnt = 0, Sz = ReducedVals.size(); Cnt < Sz; ++Cnt) { tryToReduce() local
14770 for (unsigned Cnt = 0; Cnt < NumReducedVals; ++Cnt) { tryToReduce() local
14781 for (unsigned Cnt = 0; Cnt < NumReducedVals; ++Cnt) { tryToReduce() local
15094 int Cnt = ReducedVals.size(); getReductionCost() local
15179 emitScaleForReusedOps(Value * VectorizedValue,IRBuilderBase & Builder,unsigned Cnt) emitScaleForReusedOps() argument
15256 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local
15294 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local
15314 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h181 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h44 unsigned Cnt; global() member
60 unsigned Cnt; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp130 auto Cnt = get(CounterExpression(CounterExpression::Add, LHS, RHS)); add() local
136 auto Cnt = get(CounterExpression(CounterExpression::Subtract, LHS, RHS)); subtract() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp528 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) in ActOnGCCAsmStmt() local
H A DSemaOpenMP.cpp5348 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; checkIfClauses() local
6012 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) { processImplicitMapsWithDefaultMappers() local
9215 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get(); buildOrderedLoopData() local
9536 Expr *Cnt = SemaRef checkOpenMPIterationSpace() local
9793 __anon265630163e02(unsigned Cnt, Stmt *CurStmt) checkOpenMPLoop() argument
9884 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { checkOpenMPLoop() local
10303 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { checkOpenMPLoop() local
14928 __anon265630164b02(unsigned Cnt, Stmt *CurStmt) checkTransformableLoopNest() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6026 getMapTypeModifier(unsigned Cnt) getMapTypeModifier() argument
6036 getMapTypeModifierLoc(unsigned Cnt) getMapTypeModifierLoc() argument
6982 getMotionModifier(unsigned Cnt) getMotionModifier() argument
6992 getMotionModifierLoc(unsigned Cnt) getMotionModifierLoc() argument
7182 getMotionModifier(unsigned Cnt) getMotionModifier() argument
7192 getMotionModifierLoc(unsigned Cnt) getMotionModifierLoc() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h478 unsigned Cnt; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp172 __anonb66eefd10202(unsigned Cnt, const Stmt *CurStmt) emitPreInitStmt() argument
537 unsigned Cnt = CD->getContextParamPosition(); emitOutlinedFunctionPrologue() local
4890 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { EmitOMPTaskBasedDirective() local
4937 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { EmitOMPTaskBasedDirective() local
5172 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { processInReduction() local
5216 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { processInReduction() local
[all...]
H A DCGOpenMPRuntimeGPU.cpp1793 llvm::Value *Cnt = nullptr; emitInterWarpCopyFunction() local
2825 int Cnt = 0; emitReduction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp529 isVShiftRImm(Register Reg,MachineRegisterInfo & MRI,LLT Ty,int64_t & Cnt) isVShiftRImm() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp266 const ConstantFP *Cnt = MO.getFPImm(); lowerOperand() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1865 int Cnt = 0; trySimplifyPath() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1083 void OMPDependClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() argument
1705 void OMPDoacrossClause::setLoopData(unsigned NumLoop, Expr *Cnt) { in setLoopData() argument
H A DStmtOpenMP.cpp131 for (unsigned Cnt = 0; Cnt < NumLoops; ++Cnt) { in doForAllLoops() local
184 [Callback](unsigned Cnt, Stmt *Loop) { in doForAllLoopsBodies() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp318 SDValue Cnt = DAG.getTargetConstant(ShiftAmount, dl, MVT::i8); LowerShifts() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h621 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6837 int Cnt = N.second.count() - N.second[SEEN_AS_LIVE] * 2; bumpCrossIterationPressure() local
6844 int Cnt = N.second.count() - N.second[SEEN_AS_LIVE] * 2; bumpCrossIterationPressure() local
H A DARMISelLowering.cpp6593 getVShiftImm(SDValue Op,unsigned ElementBits,int64_t & Cnt) getVShiftImm() argument
6614 isVShiftLImm(SDValue Op,EVT VT,bool isLong,int64_t & Cnt) isVShiftLImm() argument
6629 isVShiftRImm(SDValue Op,EVT VT,bool isNarrow,bool isIntrinsic,int64_t & Cnt) isVShiftRImm() argument
6647 int64_t Cnt; LowerShift() local
17500 int64_t Cnt; PerformIntrinsicCombine() local
17601 int64_t Cnt; PerformIntrinsicCombine() local
17745 int64_t Cnt; PerformShiftCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1638 int Cnt = 1; sortPtrAccesses() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2060 unsigned Cnt = 1; ParseOpenMPDeclarativeDirectiveWithExtDecl() local

12