/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
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_for_non_rectangular.c | 10 int Cnt = 0; in collapsed() local
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | ArchitectureSet.cpp | 30 size_t Cnt = 0; in count() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 124 unsigned Cnt = 0; verifyVPBasicBlock() local
|
H A D | SLPVectorizer.cpp | 782 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 D | Reduction.cpp | 192 uint32_t &Cnt = state::getKernelLaunchEnvironment().ReductionCnt; __kmpc_nvptx_teams_reduce_nowait_v2() local
|
/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()
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 46 unsigned Cnt; global() member 62 unsigned Cnt; global() member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 310 for (size_t Cnt = 1; Cnt < DuplicateNum; ++Cnt) { generateTripleMBB() local
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 131 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 D | SemaStmtAsm.cpp | 528 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I) ActOnGCCAsmStmt() local
|
H A D | SemaOpenMP.cpp | 5126 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 D | OpenMPClause.h | 6066 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 D | RetainCountChecker.cpp | 1220 unsigned Cnt = V.getCount(); in handleAutoreleaseCounts() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 483 unsigned Cnt; variable
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 616 uint32_t Cnt = Sec.size / Stride; findMachOIndirectCovFunctions() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 176 __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 D | CGOpenMPRuntimeGPU.cpp | 1679 int Cnt = 0; emitReduction() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 512 isVShiftRImm(Register Reg,MachineRegisterInfo & MRI,LLT Ty,int64_t & Cnt) isVShiftRImm() argument
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 268 const ConstantFP *Cnt = MO.getFPImm(); lowerOperand() local
|
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1083 setLoopData(unsigned NumLoop,Expr * Cnt) setLoopData() argument 1705 setLoopData(unsigned NumLoop,Expr * Cnt) setLoopData() argument
|
H A D | StmtOpenMP.cpp | 131 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 D | AVRISelLowering.cpp | 318 SDValue Cnt = DAG.getTargetConstant(ShiftAmount, dl, MVT::i8); LowerShifts() local
|
/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()
|
/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1940 int Cnt = 0; trySimplifyPath() local
|