Searched defs:Count (Results 251 - 275 of 313) sorted by relevance

<<111213

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp819 void COFFDumper::printRVATable(uint64_t TableVA, uint64_t Count, argument
2159 uint64_t Count; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp54 static uint64_t allOnes(unsigned int Count) { argument
468 unsigned Count = 0; local
518 unsigned Count = 0; local
[all...]
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h638 bit32 Count; member in struct:_LINK_LIST
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h522 size_t Count = 0; member in struct:llvm::ms_demangle::NodeArrayNode
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3400 unsigned Count = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1581 int64_t Count; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1640 unsigned Count; local
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp816 emitCGProfileEntry(const MCSymbolRefExpr *From, const MCSymbolRefExpr *To, uint64_t Count) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp979 unsigned Count; member in class:__anon1036::InvalidateRegionsWorker
1221 AT->getElementType(), Count); local
1256 invalidateGlobalRegion(MemRegion::Kind K, const Expr *Ex, unsigned Count, const LocationContext *LCtx, RegionBindingsRef B, InvalidatedRegions *Invalidated) argument
1302 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-current/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3344 unsigned Count = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1433 auto Count = ::getWaitStatesSince(IsHazardFn, MI->getParent(), local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1687 unsigned Count = 0; local
1722 unsigned Count = 0; local
1789 evaluateSplatr(const RegisterSubReg &R1, unsigned Bits, unsigned Count, const CellMap &Inputs, LatticeCell &Result) argument
1811 evaluateSplati(const APInt &A1, unsigned Bits, unsigned Count, APInt &Result) argument
[all...]
H A DHexagonFrameLowering.cpp706 int Count = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp445 auto Count = MBFI->getBlockProfileCount(BB); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h380 uint64_t Count = 0; local
804 uint64_t Count = 0; local
953 uint64_t Count = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1991 Value *Count = local
[all...]
H A DLowerMatrixIntrinsics.cpp2416 OpInfoTy Count; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1484 PGOUseBBInfo *Count = findBBInfo(&BB); local
2237 setIrrLoopHeaderMetadata(Module *M, Instruction *TI, uint64_t Count) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp104 Counter Count; member in class:__anon22::SourceMappingRegion
127 SourceMappingRegion(Counter Count, std::optional<SourceLocation> LocStart, argument
133 SourceMappingRegion(Counter Count, std::optional<Counter> FalseCount, argument
864 size_t pushRegion(Counter Count, argument
1261 fillGapAreaWithCount(SourceLocation StartLoc, SourceLocation EndLoc, Counter Count) argument
1766 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); local
[all...]
H A DCGObjC.cpp215 llvm::Value *Count = local
1833 llvm::Constant *Count = llvm::ConstantInt::get(NSUIntegerTy, NumItems); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1134 Value *Count = nullptr; local
[all...]
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h413 bit32 Count; member in struct:tdsaPortContext_s
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2795 unsigned Count = CSI.size(); local
3987 int Count = 0; local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1948 auto *Count = N->getRawCountNode(); local
2004 auto *Count = N->getRawCountNode(); local
H A DInstructions.cpp793 uint64_t Count = local

Completed in 397 milliseconds

<<111213