Searched defs:Count (Results 101 - 125 of 184) sorted by relevance

12345678

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp49 unsigned Count = currBldrCtx->blockCount(); local
51 Count);
70 unsigned Count = currBldrCtx->blockCount(); local
75 Count);
81 Count);
H A DExprEngineCallAndReturn.cpp567 unsigned Count = currBldrCtx->blockCount(); local
568 SVal R = SVB.conjureSymbolVal(nullptr, E, LCtx, ResultTy, Count);
H A DProgramState.cpp140 const Expr *E, unsigned Count,
151 return invalidateRegionsImpl(Values, E, Count, LCtx, CausedByPointerEscape,
157 const Expr *E, unsigned Count,
164 return invalidateRegionsImpl(Values, E, Count, LCtx, CausedByPointerEscape,
170 const Expr *E, unsigned Count,
191 = Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call,
209 Mgr.StoreMgr->invalidateRegions(getStore(), Values, E, Count, LCtx, Call,
139 invalidateRegions(RegionList Regions, const Expr *E, unsigned Count, const LocationContext *LCtx, bool CausedByPointerEscape, InvalidatedSymbols *IS, const CallEvent *Call, RegionAndSymbolInvalidationTraits *ITraits) const argument
156 invalidateRegions(ValueList Values, const Expr *E, unsigned Count, const LocationContext *LCtx, bool CausedByPointerEscape, InvalidatedSymbols *IS, const CallEvent *Call, RegionAndSymbolInvalidationTraits *ITraits) const argument
169 invalidateRegionsImpl(ValueList Values, const Expr *E, unsigned Count, const LocationContext *LCtx, bool CausedByPointerEscape, InvalidatedSymbols *IS, RegionAndSymbolInvalidationTraits *ITraits, const CallEvent *Call) const argument
/external/llvm/lib/CodeGen/
H A DStackColoring.cpp444 unsigned Count = 0; local
447 Count++;
451 DEBUG(dbgs()<<"Removed "<<Count<<" markers.\n");
452 return Count;
H A DSplitKit.cpp122 /// analyzeUses - Count instructions, basic blocks, and loops using CurLI.
281 unsigned Count = 0; local
287 ++Count;
290 return Count;
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp621 unsigned Count = CSI.size(); local
623 assert((Count & 1) == 0 && "Odd number of callee-saved regs to spill!");
628 for (unsigned i = 0; i < Count; i += 2) {
629 unsigned idx = Count - i - 2;
641 assert((Count & 1) == 0 && "Odd number of callee-saved regs to spill!");
673 // Compute offset: i = 0 => offset = -Count;
674 // i = 2 => offset = -(Count - 2) + Count = 2 = i; etc.
675 const int Offset = (i == 0) ? -Count : i;
697 unsigned Count local
871 unsigned Count = 0; local
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp166 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
276 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { argument
284 uint64_t NumNops = Count / 2;
287 if (Count & 1)
294 uint64_t NumNops = Count / 4;
298 // 'Count' bytes with NOP encodings?
299 switch (Count % 4) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp135 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
296 /// \brief Write a sequence of optimal nops to the output, covering \p Count
299 bool X86AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { argument
327 for (uint64_t i = 0; i < Count; ++i)
335 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength);
342 Count -= ThisNopLength;
343 } while (Count != 0);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp416 int Count = 0; local
426 if (Count++ >= 20)
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h181 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
182 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
201 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
202 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
222 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
223 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
232 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
233 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp703 unsigned Count = 0; local
705 ++Count;
708 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP);
710 return Count;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h764 Count = 0;
791 INT Count; member in class:PathData
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc1126 void IndexedDBDatabase::Count(int64 transaction_id, function in class:content::IndexedDBDatabase
1131 IDB_TRACE1("IndexedDBDatabase::Count", "txn.id", transaction_id);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h89 unsigned Count; member in struct:rc_constant_list
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h418 unsigned Count);
1622 const TemplateArgumentLoc *TAL, unsigned Count) {
1623 for (unsigned I = 0; I < Count; ++I) {
1621 TraverseTemplateArgumentLocsHelper( const TemplateArgumentLoc *TAL, unsigned Count) argument
H A DRecursiveASTVisitor.h423 unsigned Count);
1660 const TemplateArgumentLoc *TAL, unsigned Count) {
1661 for (unsigned I = 0; I < Count; ++I) {
1659 TraverseTemplateArgumentLocsHelper( const TemplateArgumentLoc *TAL, unsigned Count) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h157 unsigned Count; member in class:clang::ento::SymbolConjured
165 : SymbolData(ConjuredKind, sym), S(s), T(t), Count(count),
170 unsigned getCount() const { return Count; }
178 QualType T, unsigned Count, const LocationContext *LCtx,
184 profile.AddInteger(Count);
189 Profile(profile, S, T, Count, LCtx, SymbolTag);
271 unsigned Count; member in class:clang::ento::SymbolMetadata
276 : SymbolData(MetadataKind, sym), R(r), S(s), T(t), Count(count), Tag(tag) {}
280 unsigned getCount() const { return Count; }
288 const Stmt *S, QualType T, unsigned Count,
177 Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, QualType T, unsigned Count, const LocationContext *LCtx, const void *SymbolTag) argument
287 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, unsigned Count, const void *Tag) argument
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp217 unsigned Count; member in class:__anon17861::PGOHash
258 PGOHash() : Working(0), Count(0) {}
750 if (Count && Count % NumTypesPerWord == 0) {
758 ++Count;
764 if (Count <= NumTypesPerWord)
911 llvm::Value *Count = Builder.CreateLoad(Addr, "pgocount"); local
912 Count = Builder.CreateAdd(Count, Builder.getInt64(1));
913 Builder.CreateStore(Count, Add
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp655 : Id(Id), ExpectedCount(-1), Count(0) {}
660 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {}
667 : Id(Id), ExpectedCount(ExpectedCount), Count(0),
672 EXPECT_EQ(ExpectedCount, Count);
675 Count = 0;
680 EXPECT_EQ(0, Count);
687 ++Count;
713 int Count; member in class:clang::ast_matchers::VerifyIdIsBoundTo
/external/llvm/include/llvm/Support/
H A DGCOV.h253 GCOVEdge(GCOVBlock &S, GCOVBlock &D) : Src(S), Dst(D), Count(0) {}
257 uint64_t Count; member in struct:llvm::GCOVEdge
294 EdgeWeight(GCOVBlock *D): Dst(D), Count(0) {}
297 uint64_t Count; member in struct:llvm::GCOVBlock::EdgeWeight
408 uint64_t Count) const;
/external/llvm/lib/IR/
H A DDIBuilder.cpp961 DISubrange DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Count) { argument
965 ConstantInt::get(Type::getInt64Ty(VMContext), Count)
/external/llvm/lib/MC/
H A DMCAssembler.cpp682 uint64_t Count = FragmentSize / AF.getValueSize(); local
687 if (Count * AF.getValueSize() != FragmentSize)
694 // the Count bytes. Then if that did not fill any bytes or there are any
698 if (!Asm.getBackend().writeNopData(Count, OW))
700 Twine(Count) + " bytes");
705 for (uint64_t i = 0; i != Count; ++i) {
H A DWinCOFFObjectWriter.cpp663 unsigned Count = (FI->size() + COFF::SymbolSize - 1) / COFF::SymbolSize; local
668 file->Aux.resize(Count);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp97 // Return a mask with Count low bits set.
98 static uint64_t allOnes(unsigned int Count) { argument
99 return Count == 0 ? 0 : (uint64_t(1) << (Count - 1) << 1) - 1;
796 uint64_t Count = CountNode->getZExtValue();
798 if (Count < 1 || Count >= BitSize)
804 if (maskMatters(RxSBG, allOnes(Count)))
808 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
867 unsigned Count = 0; local
924 unsigned Count[] = { 0, 0 }; local
[all...]
H A DSystemZInstrInfo.cpp26 // Return a mask with Count low bits set.
27 static uint64_t allOnes(unsigned int Count) { argument
28 return Count == 0 ? 0 : (uint64_t(1) << (Count - 1) << 1) - 1;
336 unsigned Count = 0; local
349 ++Count;
352 return Count;
384 unsigned Count = 0; local
389 ++Count;
394 ++Count;
[all...]

Completed in 5275 milliseconds

12345678