Home
last modified time | relevance | path

Searched defs:TotalSize (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMUnwindOpAsm.cpp162 size_t TotalSize = Ops.size() + 1; in Finalize() local
178 size_t TotalSize = Ops.size() + 2; in Finalize() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_errors.cpp60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.cpp86 size_t TotalSize = 0; in allocate() local
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
HDrscalc.c326 ACPI_RS_LENGTH TotalSize; in AcpiRsGetAmlLength() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430BranchSelector.cpp95 unsigned TotalSize = BlockOffsets[Begin->getNumber()]; in measureFunction() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDCachePruning.cpp205 uint64_t TotalSize = 0; in pruneCache() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonStoreWidening.cpp306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores()
392 unsigned TotalSize) { in createWideStores()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
HDPerfJITEventListener.cpp123 uint32_t TotalSize; // total size of header member
134 uint32_t TotalSize; member
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPrintfRuntimeBinding.cpp485 uint32_t TotalSize = EleCount * EleSize; in lowerPrintfForGpu() local
HDAMDGPUSubtarget.cpp520 uint64_t TotalSize = ExplicitOffset + ExplicitArgBytes; in getKernArgSegmentSize() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDObject.h358 uint64_t TotalSize = 0; variable
373 size_t TotalSize = 0; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp850 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) { in allocValueProfData()
883 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness); in getValueProfData() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackColoring.cpp1184 unsigned TotalSize = 0; in runOnMachineFunction() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerLoop.cpp731 size_t TotalSize = 0; in ReadAndExecuteSeedCorpora() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp1050 SVal TotalSize = SB.evalBinOp(State, BO_Mul, BlocksVal, BlockBytesVal, in evalMulForBufferSize() local
1194 SVal TotalSize = evalMulForBufferSize(C, CE->getArg(0), CE->getArg(1)); in checkPostStmt() local
2423 SVal TotalSize = C.getSVal(Arg1); in ReallocMemAux() local
2510 SVal TotalSize = evalMulForBufferSize(C, CE->getArg(0), CE->getArg(1)); in CallocMem() local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcherEmitter.cpp1103 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProf.h1077 inline std::unique_ptr<Summary> allocSummary(uint32_t TotalSize) { in allocSummary()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp449 uint64_t TotalSize = 0; in computeAllocationSizeForSections() local
HDRuntimeDyldELF.cpp1861 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp488 unsigned TotalSize) { in AllocateLoadedSLocEntries()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp158 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize; in getNumAddressingBits() local
168 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize)); in getNumAddressingBits() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp631 unsigned TotalSize = Ty.getSizeInBits(); in narrowScalar() local
2935 unsigned TotalSize = ValTy.getSizeInBits(); in reduceLoadStoreWidth() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h418 uint32_t TotalSize; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp1032 unsigned TotalSize = Layout->getSizeInBytes(); in constStructWithPadding() local

12