| /external/llvm/lib/MC/ |
| MCAssembler.cpp | 397 uint64_t Count = FragmentSize / AF.getValueSize(); 404 if (Count * AF.getValueSize() != FragmentSize) 411 // the Count bytes. Then if that did not fill any bytes or there are any 415 if (!Asm.getBackend().WriteNopData(Count, OW)) 417 Twine(Count) + " bytes"); 422 for (uint64_t i = 0; i != Count; ++i) {
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| GCOVProfiling.cpp | 287 // Emit count of blocks. 464 Value *Count = Builder.CreateLoad(Counter); 465 Count = Builder.CreateAdd(Count, 467 Builder.CreateStore(Count, Counter); 477 Value *Count = Builder.CreateLoad(Counter); 478 Count = Builder.CreateAdd(Count, 480 Builder.CreateStore(Count, Counter);
|
| /external/llvm/utils/TableGen/ |
| DAGISelMatcherGen.cpp | 663 unsigned Count = 0; 665 ++Count; 668 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP); 670 return Count; [all...] |
| /external/skia/gm/ |
| gmmain.cpp | 41 static int Count() { 43 int count = 0; local 45 count += 1; 48 return count;
|
| /external/chromium/base/metrics/ |
| histogram.cc | 71 typedef Histogram::Count Count; 153 Count sample_count = snapshot.TotalCount(); 186 Count current = snapshot.counts(i); 262 INT_MAX / sizeof(Count) <= bucket_count || bucket_count < 2) { 312 int64 count = 0; local 314 count += snapshot.counts(index); 324 int64 delta64 = snapshot.redundant_count() - count; 331 // we'll catch a redundant count that doesn't match the sample count. W 753 int count = 0; local [all...] |
| /external/llvm/lib/Analysis/ |
| ScalarEvolution.cpp | 33 // types, computes the execution count of a loop, etc. 485 // count. This is pretty loose. 534 // Addrec complexity grows with operand count. 696 // width or the input iteration count's width; if the subtraction overflows, [all...] |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| CStringChecker.cpp | 641 unsigned Count = C.getCurrentBlockCount(); 645 MR, Ex, sizeTy, Count); 788 unsigned Count = C.getCurrentBlockCount(); 789 return state->invalidateRegions(R, E, Count); [all...] |
| RetainCountChecker.cpp | 11 // a reference count checker for Core Foundation and Cocoa on (Mac OS X). 215 unsigned Count = 1) { 216 return RefVal(Owned, o, Count, 0, t); 220 unsigned Count = 0) { 221 return RefVal(NotOwned, o, Count, 0, t); [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| RegionStore.cpp | 240 const Expr *E, unsigned Count, 302 /// If the StoreManager supports it, decrement the reference count of 303 /// the specified Store object. If the reference count hits 0, the memory 589 unsigned Count; 596 const Expr *ex, unsigned count, 601 Ex(ex), Count(count), IS(is), Regions(r) {} 677 svalBuilder.getConjuredSymbolVal(baseR, Ex, Ctx.IntTy, Count); 693 svalBuilder.getConjuredSymbolVal(baseR, Ex, Ctx.IntTy, Count); 701 svalBuilder.getConjuredSymbolVal(baseR, Ex, AT->getElementType(), Count); [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMLoadStoreOptimizer.cpp | 400 bool isKill = memOps[i].isKill || KilledRegs.count(Reg); 417 if (KilledRegs.count(Reg)) { 453 unsigned Count = 1; 486 ((Count < Limit) && RegNum == PRegNum+1))) { 489 ++Count; [all...] |
| /external/llvm/lib/Target/X86/ |
| X86InstrInfo.cpp | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| GVN.cpp | [all...] |
| LoopStrengthReduce.cpp | 112 OS << "[NumUses=" << UsedByIndices.count() << ']'; 761 if (!Regs.count(AR->getStart())) { 771 if (!Regs.count(AR->getOperand(1))) { 811 if (VisitedRegs.count(ScaledReg)) { 822 if (VisitedRegs.count(BaseReg)) { [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjC.cpp | 1321 llvm::PHINode *count = Builder.CreatePHI(UnsignedLongLTy, 3, "forcoll.count"); local [all...] |
| /external/v8/src/ |
| liveobjectlist.cc | 624 int* count, 640 void ComputeTotalCountAndSize(LolFilter* filter, int* count, int* size) { 641 *count = 0; 652 (*count)++; 664 int count = 0; local 690 if (count >= start) { 705 count++; 726 void ComputeTotalCountAndSize(LolFilter* filter, int* count, int* size) { 736 count, 749 int count; local 939 int count = 0; local 1079 int count = 0; local 1096 int count = total_count; local 1265 int count = -1; local 1420 int count = summary.Count(type); local 1542 int count; local 1770 int count = 0; local 2242 int count = lol->obj_count_; local 2267 int count = 0; local 2445 int count = 0; local [all...] |
| ast.h | 164 static int Count() { return Isolate::Current()->ast_node_count(); } [all...] |
| /external/clang/lib/Serialization/ |
| ASTReader.cpp | [all...] |
| /external/llvm/lib/Target/ARM/AsmParser/ |
| ARMAsmParser.cpp | 53 // Count of instructions in IT block is 63 // according to count of instructions in block. 319 unsigned Count; 915 return VectorList.Count == 1; [all...] |
| /external/mesa3d/src/mesa/main/ |
| mtypes.h | [all...] |
| /development/samples/NFCDemo/libs/ |
| guava-10.0.1.jar | |
| /prebuilt/windows/swt/ |
| swt.jar | |
| /prebuilt/windows-x86_64/swt/ |
| swt.jar | |