Home
last modified time | relevance | path

Searched defs:NewSize (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslallocate.c223 UINT32 NewSize; in UtExpandLineBuffers() local
264 UINT32 NewSize) in UtReallocLineBuffers()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h56 bool reserve(uptr NewSize) { in reserve()
62 void resize(uptr NewSize) { in resize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h306 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize()
311 MemoryLocation getWithNewSize(uint64_t NewSize) const { in getWithNewSize()
314 MemoryLocation getWithNewSize(TypeSize NewSize) const { in getWithNewSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h69 unsigned NewSize = toIndex_(n) + 1; grow() local
H A DPagedVector.h116 void resize(size_t NewSize) { in resize()
H A DSmallVector.h175 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in isSafeToReferenceAfterResize()
189 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in assertSafeToReferenceAfterResize()
232 size_t NewSize = This->size() + N; in reserveForParamAndGetAddressImpl() local
H A DIntervalMap.h342 unsigned CurSize[], const unsigned NewSize[]) { in adjustSiblingSizes()
1953 unsigned NewSize = P.leafSize() - 1; in treeErase() local
1993 unsigned NewSize = P.size(Level) - 1; in eraseNode() local
2058 unsigned NewSize[4]; in overflow() local
H A DSmallPtrSet.h130 size_type NewSize = NumEntries + (NumEntries / 3); in reserve() local
H A DSmallBitVector.h100 void switchToSmall(uintptr_t NewSmallBits, size_type NewSize) { in switchToSmall()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpStack.cpp49 void InterpStack::clearTo(size_t NewSize) { in clearTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DAllocator.h300 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { in resize()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp98 size_t NewSize = EF->LLVMFuzzerCustomCrossOver( in Mutate_CustomCrossOver() local
447 size_t NewSize = 0; in Mutate_CrossOver() local
550 size_t NewSize = (this->*(M.Fn))(Data, Size, MaxSize); in MutateImpl() local
581 size_t NewSize = Mutate(T.data(), OneBits, OneBits); in MutateWithMask() local
H A DFuzzerLoop.cpp749 size_t NewSize = 0; in MutateAndTestOne() local
926 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp121 const unsigned *CurSize, unsigned NewSize[], in distribute()
H A DStringMap.cpp219 unsigned NewSize; in RehashTable() local
H A DSmallPtrSet.cpp112 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp44 size_t NewSize = TypeRecordBytes + Size; in updateTypeIndexOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp221 TypeSize NewSize = DL.getTypeSizeInBits(NewTy); in convertToOptType() local
251 TypeSize NewSize = DL.getTypeSizeInBits(NewVTy); in convertFromOptType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp87 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
523 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
H A DRISCVRegisterInfo.cpp454 TypeSize NewSize = OldLoc.getValue().divideCoefficientBy(NF); in lowerVSPILL() local
536 TypeSize NewSize = OldLoc.getValue().divideCoefficientBy(NF); in lowerVRELOAD() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp208 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp303 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp807 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } in setSize()
808 void setSize(uint64_t NewSize) { Size = NewSize; } in setSize()
818 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); } in setDataSize()
819 void setDataSize(uint64_t NewSize) { DataSize = NewSize; } in setDataSize()
3050 auto NewSize = Context.toCharUnitsFromBits( in layoutBitField() local

123