Searched refs:TotalSize (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c326 ACPI_RS_LENGTH TotalSize; local
353 TotalSize = AcpiGbl_AmlResourceSizes [Resource->Type];
367 TotalSize--;
378 TotalSize--;
394 TotalSize = sizeof (AML_RESOURCE_LARGE_HEADER);
399 TotalSize = (ACPI_RS_LENGTH)
400 (TotalSize + Resource->Data.Vendor.ByteLength);
409 *SizeNeeded = AmlSizeNeeded + TotalSize;
421 TotalSize = (ACPI_RS_LENGTH) (TotalSize
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, argument
63 "exceeds maximum supported size of 0x%zx\n", UserSize, TotalSize,
H A Dscudo_errors.h27 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp86 size_t TotalSize = 0; local
95 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate());
96 TotalSize += Seg.getContentSize();
97 TotalSize += Seg.getZeroFillSize();
103 sys::Memory::allocateMappedMemory(TotalSize, nullptr, ReadWrite, EC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp205 uint64_t TotalSize = 0; local
241 TotalSize += StatusOrErr->getSize();
252 TotalSize -= FileInfo->Size;
255 << FileInfo->Size << "), new occupancy is " << TotalSize
272 auto AvailableSpace = TotalSize + SpaceInfo.free;
282 LLVM_DEBUG(dbgs() << "Occupancy: " << ((100 * TotalSize) / AvailableSpace)
288 while (TotalSize > TotalSizeTarget && FileInfo != FileInfos.end())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp105 InstrGroup &OG, unsigned &TotalSize, unsigned MaxSize);
106 bool createWideStores(InstrGroup &OG, InstrGroup &NG, unsigned TotalSize);
306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize,
384 TotalSize = Pow2Size;
392 unsigned TotalSize) {
395 // - only handle a TotalSize of up to 4.
397 if (TotalSize > 4)
421 TotalSize, OldM.getAlign(), OldM.getAAInfo());
425 unsigned WOpc = (TotalSize == 2) ? Hexagon::S4_storeirh_io :
426 (TotalSize
305 selectStores(InstrGroup::iterator Begin, InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, unsigned MaxSize) argument
391 createWideStores(InstrGroup &OG, InstrGroup &NG, unsigned TotalSize) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp162 size_t TotalSize = Ops.size() + 1;
163 size_t RoundUpSize = (TotalSize + 3) / 4 * 4;
178 size_t TotalSize = Ops.size() + 2;
179 size_t RoundUpSize = (TotalSize + 3) / 4 * 4;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc366 uint32_t TotalSize;
420 uint32_t getSize() const { return TotalSize; }
562 uint32_t TotalSize = sizeof(ValueProfData);
569 TotalSize += getValueProfRecordSize(NumValueSites,
572 return TotalSize;
601 * DstData is not null, the caller is expected to set the TotalSize
608 uint32_t TotalSize =
609 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
612 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
614 VPD->TotalSize
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h33 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
H A Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, argument
100 UserSize, TotalSize, MaxSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp95 unsigned TotalSize = BlockOffsets[Begin->getNumber()]; local
97 BlockOffsets[MBB.getNumber()] = TotalSize;
99 TotalSize += TII->getInstSizeInBytes(MI);
102 return TotalSize;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc366 uint32_t TotalSize;
420 uint32_t getSize() const { return TotalSize; }
562 uint32_t TotalSize = sizeof(ValueProfData);
569 TotalSize += getValueProfRecordSize(NumValueSites,
572 return TotalSize;
601 * DstData is not null, the caller is expected to set the TotalSize
608 uint32_t TotalSize =
609 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
612 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
614 VPD->TotalSize
[all...]
H A DInstrProf.h1085 inline std::unique_ptr<Summary> allocSummary(uint32_t TotalSize) { argument
1086 return std::unique_ptr<Summary>(new (::operator new(TotalSize))
1087 Summary(TotalSize));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp219 int64_t TotalSize = TF_DataTypeSize(Type); local
221 TotalSize *= D;
224 TF_AllocateTensor(Type, Dimensions.data(), Dimensions.size(), TotalSize);
225 std::memset(TF_TensorData(Input[Index]), 0, TotalSize); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp122 uint32_t TotalSize; // total size of header member in struct:__anon3670::LLVMPerfJitHeader
133 uint32_t TotalSize; member in struct:__anon3670::LLVMPerfJitRecordPrefix
220 Header.TotalSize = sizeof(Header);
412 rec.Prefix.TotalSize = sizeof(rec) + // debug record itself
443 rec.Prefix.TotalSize = sizeof(rec); // will be increased further
453 rec.Prefix.TotalSize += sizeof(LLVMPerfJitDebugEntry);
454 rec.Prefix.TotalSize += line.FileName.size() + 1;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c130 SrcValueProfData->TotalSize);
H A DInstrProfilingWriter.c150 VPHeader.TotalSize = VPDataReader->GetValueProfDataSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp482 uint32_t TotalSize = EleCount * EleSize; local
489 TotalSize += EleSize;
493 EleCount = TotalSize / 64;
498 EleCount = TotalSize / 64;
510 EleCount = TotalSize / 64;
H A DAMDGPUSubtarget.cpp528 uint64_t TotalSize = ExplicitOffset + ExplicitArgBytes; local
532 TotalSize = alignTo(ExplicitArgBytes, Alignment) + ImplicitBytes;
536 return alignTo(TotalSize, 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp854 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) { argument
855 return std::unique_ptr<ValueProfData>(new (::operator new(TotalSize))
863 if (TotalSize % sizeof(uint64_t))
871 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize)
887 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness); local
888 if (D + TotalSize > BufferEnd)
891 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize);
892 memcpy(VPD.get(), D, TotalSize);
909 sys::swapByteOrder<uint32_t>(TotalSize);
931 sys::swapByteOrder<uint32_t>(TotalSize);
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c287 AcpiGbl_GlobalList->TotalSize += (UINT32) Size;
356 AcpiGbl_GlobalList->TotalSize += (UINT32) Size;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1189 unsigned TotalSize = 0; local
1197 TotalSize += MFI->getObjectSize(i);
1200 LLVM_DEBUG(dbgs() << "Total Stack size: " << TotalSize << " bytes\n\n");
1204 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring ||
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c281 List->TotalSize);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp737 size_t TotalSize = 0; local
741 TotalSize += File.Size;
758 CorporaFiles.size(), MinSize, MaxSize, TotalSize, GetPeakRSSMb());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2273 TotalSize = 0;
2277 TotalSize = std::max(TotalSize, Sec.Offset + Sec.Size);
2280 if (Error E = Buf.allocate(TotalSize))
2330 assert(Offset == TotalSize);
2381 TotalSize = LengthCalc.getBufferOffset() +
2384 if (Error E = Buf.allocate(TotalSize))

Completed in 246 milliseconds

12