Home
last modified time | relevance | path

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

12

/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
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_for_non_rectangular.c10 int Cnt = 0; in collapsed() local
/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp30 size_t Cnt = 0; in count() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp124 unsigned Cnt = 0; verifyVPBasicBlock() local
H A DSLPVectorizer.cpp782 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) { getSameOpcode() local
2167 unsigned Cnt = 0; shouldBroadcast() local
2427 unsigned Cnt = 0; print() local
4464 int Cnt = 0; calculateRtStride() local
4631 for (unsigned Cnt = 0, End = VL.size(); Cnt + VF <= End; canVectorizeLoads() local
4769 unsigned Cnt = 1; clusterSortPtrAccesses() local
5263 unsigned Cnt = 0; reorderTopToBottom() local
5386 unsigned Cnt = IdentityCnt; reorderTopToBottom() local
5712 unsigned Cnt = IdentityCnt; reorderBottomToTop() local
8254 for (unsigned Cnt = StartIdx, End = VL.size(); Cnt + VF <= End; getBuildVectorCost() local
16039 for (unsigned Cnt = StartIdx; Cnt + Size <= Sz;) { vectorizeStores() local
17171 for (unsigned Cnt = 0, Sz = OrigReducedVals.size(); Cnt < Sz; ++Cnt) { tryToReduce() local
17272 unsigned Cnt = SameValuesCounter.lookup(OrigV); tryToReduce() local
17356 for (unsigned Cnt = 0, Sz = ReducedVals.size(); Cnt < Sz; ++Cnt) { tryToReduce() local
17367 for (unsigned Cnt = 0; Cnt < NumReducedVals; ++Cnt) { tryToReduce() local
17378 for (unsigned Cnt = 0; Cnt < NumReducedVals; ++Cnt) { tryToReduce() local
17688 int Cnt = ReducedVals.size(); getReductionCost() local
17773 emitScaleForReusedOps(Value * VectorizedValue,IRBuilderBase & Builder,unsigned Cnt) emitScaleForReusedOps() argument
17850 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local
17888 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local
17908 unsigned Cnt = SameValuesCounter.lookup(TrackedToOrig.find(V)->second); emitReusedOps() local
[all...]
/llvm-project/offload/DeviceRTL/src/
H A DReduction.cpp192 uint32_t &Cnt = state::getKernelLaunchEnvironment().ReductionCnt; __kmpc_nvptx_teams_reduce_nowait_v2() local
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h181 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
/llvm-project/llvm/include/llvm/Object/
H A DELF.h46 unsigned Cnt; global() member
62 unsigned Cnt; global() member
/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp310 for (size_t Cnt = 1; Cnt < DuplicateNum; ++Cnt) { generateTripleMBB() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp131 auto Cnt = get(CounterExpression(CounterExpression::Add, LHS, RHS)); add() local
137 auto Cnt = get(CounterExpression(CounterExpression::Subtract, LHS, RHS)); subtract() local
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp528 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) ActOnGCCAsmStmt() local
H A DSemaOpenMP.cpp5126 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End; checkIfClauses() local
5791 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) { processImplicitMapsWithDefaultMappers() local
9016 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get(); buildOrderedLoopData() local
9338 Expr *Cnt = SemaRef checkOpenMPIterationSpace() local
9625 __anona1d9ac774002(unsigned Cnt, Stmt *CurStmt) checkOpenMPLoop() argument
9726 for (unsigned Cnt = 1; Cnt < NestedLoopCount; ++Cnt) { checkOpenMPLoop() local
10145 for (unsigned int Cnt = 0; Cnt < NestedLoopCount; ++Cnt) { checkOpenMPLoop() local
14025 __anona1d9ac774e02(unsigned Cnt, Stmt *CurStmt) checkTransformableLoopNest() argument
14109 __anona1d9ac775002(unsigned Cnt, Stmt *CurStmt) collectLoopStmts() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6066 getMapTypeModifier(unsigned Cnt) getMapTypeModifier() argument
6076 getMapTypeModifierLoc(unsigned Cnt) getMapTypeModifierLoc() argument
7022 getMotionModifier(unsigned Cnt) getMotionModifier() argument
7032 getMotionModifierLoc(unsigned Cnt) getMotionModifierLoc() argument
7222 getMotionModifier(unsigned Cnt) getMotionModifier() argument
7232 getMotionModifierLoc(unsigned Cnt) getMotionModifierLoc() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h483 unsigned Cnt; variable
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp616 uint32_t Cnt = Sec.size / Stride; findMachOIndirectCovFunctions() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp176 __anonfdc450d20202(unsigned Cnt, const Stmt *CurStmt) emitPreInitStmt() argument
560 unsigned Cnt = CD->getContextParamPosition(); emitOutlinedFunctionPrologue() local
4929 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { EmitOMPTaskBasedDirective() local
4976 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { EmitOMPTaskBasedDirective() local
5211 for (unsigned Cnt = 0, E = Data.ReductionVars.size(); Cnt < E; ++Cnt) { processInReduction() local
5255 for (unsigned Cnt = 0, E = InRedVars.size(); Cnt < E; ++Cnt) { processInReduction() local
[all...]
H A DCGOpenMPRuntimeGPU.cpp1679 int Cnt = 0; emitReduction() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp512 isVShiftRImm(Register Reg,MachineRegisterInfo & MRI,LLT Ty,int64_t & Cnt) isVShiftRImm() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp268 const ConstantFP *Cnt = MO.getFPImm(); lowerOperand() local
/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1083 setLoopData(unsigned NumLoop,Expr * Cnt) setLoopData() argument
1705 setLoopData(unsigned NumLoop,Expr * Cnt) 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
/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp318 SDValue Cnt = DAG.getTargetConstant(ShiftAmount, dl, MVT::i8); LowerShifts() local
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h621 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E, in insert()
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1940 int Cnt = 0; trySimplifyPath() local

12