Searched defs:Count (Results 76 - 100 of 111) sorted by relevance

12345

/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacstruct.h239 UINT32 Count; member in struct:acpi_walk_info
H A Dacobject.h162 UINT32 Count; /* # of elements in package */ member in struct:acpi_object_package
H A Dactypes.h827 UINT32 Count; /* # of elements in package */ member in struct:acpi_object::__anon6208
861 UINT32 Count; member in struct:acpi_object_list
1086 UINT32 Count; /* Number of IDs in Ids array */ member in struct:acpi_device_id_list
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1523 unsigned Count = 2; variable
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1682 int64_t Count = SR.getCount(); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp209 unsigned Count = 0; local
1202 unsigned Count = GlobalCand[i].LiveBundles.count(); local
H A DMachineScheduler.cpp2081 unsigned Count local
2064 incExecutedResources(unsigned PIdx, unsigned Count) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1238 int64_t Count = getCount(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp537 unsigned Count = 1; local
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp684 uint64_t Count = Dist1; local
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp415 int Count = 0; local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp646 Count = e - FnsToInstrument.begin(); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1614 APInt Count = cast<SCEVConstant>(IVCount)->getValue()->getValue(); local
H A DGVN.cpp2030 unsigned Count = 0; local
H A DLoopStrengthReduce.cpp4086 unsigned Count = RegUses.getUsedByIndices(Reg).count(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp826 unsigned Count = 0; local
907 addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, bool NewLine, unsigned *Count, QueueType *Queue) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp754 unsigned Count = C.blockCount(); local
H A DRetainCountChecker.cpp1988 os << " The object now has a +" << Count << " retain count."; local
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp201 unsigned Count; member in struct:__anon2307::AArch64Operand::VectorListOp
890 static AArch64Operand *CreateVectorList(unsigned RegNum, unsigned Count, argument
1998 unsigned Reg, Count = 1; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2853 unsigned Count = 0; local
2889 unsigned Count = 0; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp947 unsigned Count; member in class:__anon3515::invalidateRegionsWorker
1097 invalidateGlobalRegion(MemRegion::Kind K, const Expr *Ex, unsigned Count, const LocationContext *LCtx, RegionBindingsRef B, InvalidatedRegions *Invalidated) argument
1152 invalidateRegions(Store store, ArrayRef<SVal> Values, const Expr *Ex, unsigned Count, const LocationContext *LCtx, const CallEvent *Call, InvalidatedSymbols &IS, RegionAndSymbolInvalidationTraits &ITraits, InvalidatedRegions *TopLevelRegions, InvalidatedRegions *Invalidated) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4010 unsigned &Count = ValueCounts[V]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1744 int64_t Count = Ty->getNumElements(); local
1797 int64_t Count = -1; // Count == -1 is an unbounded array. local
H A DCGObjC.cpp174 llvm::Value *Count = local
1490 llvm::Constant *Count = llvm::ConstantInt::get(UnsignedLongLTy, NumItems); local
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1211 const size_t Count = NameRef[3] - 48; local
1006 GenerateRegisterCheckPatternForLoadStores(const StringRef &NameRef, const std::string& OutTypeCode, const bool &IsQuad, const bool &HasDupPostfix, const bool &HasLanePostfix, const size_t Count, std::string &RegisterSuffix) argument

Completed in 506 milliseconds

12345