HomeSort by: relevance | last modified time | path
    Searched refs:Cnt (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
ArchitectureSet.cpp 30 size_t Cnt = 0;
33 ++Cnt;
34 return Cnt;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TrigramIndex.cpp 31 unsigned Cnt = 0;
69 Cnt++;
76 if (!Cnt) {
82 Counts.push_back(Cnt);
  /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
ccc-analyzer 533 my $Cnt = $CompileOptionMap{$ArgKey};
535 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
546 my $Cnt = $LinkerOptionMap{$ArgKey};
548 while ($Cnt > 0) { ++$i; --$Cnt; push @LinkOpts, $ARGV[$i]; }
555 my $Cnt = $CompilerLinkerOptionMap{$ArgKey};
561 $i += $Cnt;
571 while ($Cnt > 0) {
572 ++$i; --$Cnt;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
BumpVector.h 172 iterator insert(iterator I, size_t Cnt, const_reference E,
175 if (End + Cnt <= Capacity) {
177 move_range_right(I, End, Cnt);
178 construct_range(I, I + Cnt, E);
179 End += Cnt;
180 return I + Cnt;
183 grow(C, size() + Cnt);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 83 unsigned Cnt;
110 RefVal(Kind k, ObjKind o, unsigned cnt, unsigned acnt, QualType t,
112 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)),
127 unsigned getCount() const { return Cnt; }
129 unsigned getCombinedCounts() const { return Cnt + ACnt; }
131 Cnt = 0;
135 Cnt = i;
218 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt &
    [all...]
RetainCountChecker.cpp 54 unsigned cnt = getCount(); local
55 if (cnt) Out << " (+ " << cnt << ")"; local
61 unsigned cnt = getCount(); local
62 if (cnt) Out << " (+ " << cnt << ")"; local
68 unsigned cnt = getCount(); local
69 if (cnt) Out << " (+ " << cnt << ")"; local
75 unsigned cnt = getCount() local
76 if (cnt) Out << " (+ " << cnt << ")"; local
1000 unsigned cnt = X.getCount(); local
1008 unsigned cnt = X.getCount(); local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 593 reverse_iterator insert(reverse_iterator I, size_t Cnt, CFGElement E,
595 return Impl.insert(I, Cnt, E, C);
1169 iterator beginAutomaticObjDtorsInsert(iterator I, size_t Cnt,
1171 return iterator(Elements.insert(I.base(), Cnt,
1182 iterator beginLifetimeEndsInsert(iterator I, size_t Cnt,
1185 Elements.insert(I.base(), Cnt, CFGLifetimeEnds(nullptr, nullptr), C));
1195 iterator beginScopeEndInsert(iterator I, size_t Cnt, BumpVectorContext &C) {
1197 Elements.insert(I.base(), Cnt, CFGScopeEnd(nullptr, nullptr), C));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp 477 int64_t &Cnt) {
483 Cnt = *Cst;
485 return Cnt >= 1 && Cnt <= ElementBits;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 167 [&CGF](unsigned Cnt, const Stmt *CurStmt) {
523 unsigned Cnt = CD->getContextParamPosition();
528 if (!FO.UIntPtrCastRequired && Args[Cnt] != TargetArgs[Cnt]) {
529 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt],
530 TargetArgs[Cnt]);
532 LocalAddr = CGF.GetAddrOfLocalVar(Args[Cnt]);
539 LocalAddrs.insert({Args[Cnt], {CurVD, LocalAddr}});
540 ++Cnt;
545 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType()
    [all...]
CGOpenMPRuntimeGPU.cpp 2727 llvm::Value *Cnt = nullptr;
2732 CntAddr = CGF.CreateMemTemp(C.IntTy, ".cnt.addr");
2741 Cnt = CGF.EmitLoadOfScalar(CntAddr, /*Volatile=*/false, C.IntTy, Loc);
2743 Bld.CreateICmpULT(Cnt, llvm::ConstantInt::get(CGM.IntTy, NumIters));
2768 ElemPtr = Address(Bld.CreateGEP(ElemPtr.getPointer(), Cnt),
2837 TargetElemPtr = Address(Bld.CreateGEP(TargetElemPtr.getPointer(), Cnt),
2854 Cnt = Bld.CreateNSWAdd(Cnt, llvm::ConstantInt::get(CGM.IntTy, /*V=*/1));
2855 CGF.EmitStoreOfScalar(Cnt, CntAddr, /*Volatile=*/false, C.IntTy);
3835 int Cnt = 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1204 int Cnt = 1;
1214 auto Res = Offsets.emplace(Offset, Cnt);
1219 ++Cnt;
1225 Cnt = 0;
1227 SortedIndices[Cnt] = Pair.second;
1228 ++Cnt;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 471 unsigned Cnt;
475 AllocaRegion(const Expr *ex, unsigned cnt, const MemSpaceRegion *superRegion)
476 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {
481 unsigned Cnt, const MemRegion *superRegion);
1363 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 43 unsigned Cnt;
59 unsigned Cnt;
931 VD.Cnt = D->vd_cnt;
1003 VN.Cnt = Verneed->vn_cnt;
  /src/sys/dev/usb/
if_atu.c 526 int Cnt;
535 for (Cnt=0; Cnt<6; Cnt++)
536 Scan.BSSID[Cnt] = 0xff;
2175 int cnt, s; local
2193 for (cnt = 0; cnt < ATU_TX_LIST_CNT; cnt++) {
2194 c = &sc->atu_cdata.atu_tx_chain[cnt];
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4622 void setLoopData(unsigned NumLoop, Expr *Cnt);
5656 /// Fetches the map-type-modifier at 'Cnt' index of array of modifiers.
5658 /// \param Cnt index for map-type-modifier.
5659 OpenMPMapModifierKind getMapTypeModifier(unsigned Cnt) const LLVM_READONLY {
5660 assert(Cnt < NumberOfOMPMapClauseModifiers &&
5662 return MapTypeModifiers[Cnt];
5665 /// Fetches the map-type-modifier location at 'Cnt' index of array of
5668 /// \param Cnt index for map-type-modifier location.
5669 SourceLocation getMapTypeModifierLoc(unsigned Cnt) const LLVM_READONLY {
5670 assert(Cnt < NumberOfOMPMapClauseModifiers &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 422 for (int Cnt = 0, E = VL.size(); Cnt < E; Cnt++) {
423 unsigned InstOpcode = cast<Instruction>(VL[Cnt])->getOpcode();
424 if (IsBinOp && isa<BinaryOperator>(VL[Cnt])) {
430 AltIndex = Cnt;
433 } else if (IsCastOp && isa<CastInst>(VL[Cnt])) {
435 Type *Ty1 = cast<Instruction>(VL[Cnt])->getOperand(0)->getType();
444 AltIndex = Cnt;
1281 // how many of them we have for each APO, like this: Cnt[APO] = x
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4948 for (unsigned Cnt = 0, End = AllowedNameModifiers.size(); Cnt < End;
4949 ++Cnt) {
4950 OpenMPDirectiveKind NM = AllowedNameModifiers[Cnt];
5581 for (int Cnt = 0, EndCnt = Clauses.size(); Cnt < EndCnt; ++Cnt) {
5582 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]);
8428 Expr *Cnt = SemaRef.DefaultLvalueConversion(Counter).get();
8429 if (!Cnt)
    [all...]
SemaStmtAsm.cpp 519 for (unsigned Cnt = ConstraintIdx - NumOperands; I != E; ++I)
520 if (OutputConstraintInfos[I].isReadWrite() && Cnt-- == 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 260 const ConstantFP *Cnt = MO.getFPImm();
261 const APFloat &Val = Cnt->getValueAPF();
263 switch (Cnt->getType()->getTypeID()) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 1645 int Cnt = 0;
1652 ++Cnt;
1653 } else if (Cnt) {
1654 --Cnt;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 460 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) {
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 619 uint32_t Cnt = Sec.size / Stride;
621 for (uint32_t J = 0; J < Cnt && N + J < Dysymtab.nindirectsyms; J++) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 129 for (unsigned Cnt = 0; Cnt < NumLoops; ++Cnt) {
134 if (Callback(Cnt, CurStmt))
159 [Callback](unsigned Cnt, Stmt *Loop) {
170 Callback(Cnt, Loop, Body);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 6252 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) {
6265 Cnt = SplatBits.getSExtValue();
6273 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) {
6276 if (!getVShiftImm(Op, ElementBits, Cnt))
6278 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits);
6288 int64_t &Cnt) {
6291 if (!getVShiftImm(Op, ElementBits, Cnt))
6294 return (Cnt >= 1 && Cnt <= (isNarrow ? ElementBits / 2 : ElementBits))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1874 unsigned Cnt = 1;
1876 while (Cnt && Tok.isNot(tok::eof)) {
1879 ++Cnt;
1881 --Cnt;
1885 if (Cnt == 0)

Completed in 56 milliseconds

1 2