| /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/llvm/lib/TextAPI/ |
| ArchitectureSet.cpp | 30 size_t Cnt = 0; 33 ++Cnt; 34 return 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/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/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/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/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/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/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/Parse/ |
| ParseOpenMP.cpp | 1874 unsigned Cnt = 1; 1876 while (Cnt && Tok.isNot(tok::eof)) { 1879 ++Cnt; 1881 --Cnt; 1885 if (Cnt == 0)
|
| /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/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinter.cpp | 1583 unsigned Cnt = I.second.second; 1584 if (Cnt)
|
| /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...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.cpp | 1395 // CNT supports only B element sizes, then use UADDLP to widen. 6809 // CNT V0.8B, V0.8B // 8xbyte pop-counts 10293 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { 10305 Cnt = SplatBits.getSExtValue(); 10313 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { 10316 if (!getVShiftImm(Op, ElementBits, Cnt)) 10318 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); 10324 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, int64_t &Cnt) { [all...] |
| /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...] |