Home
last modified time | relevance | path

Searched defs:MinSize (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallVector.cpp52 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow()
80 static size_t getNewCapacity(size_t MinSize, size_t TSize, size_t OldCapacity) { in getNewCapacity()
103 void *SmallVectorBase<Size_T>::mallocForGrow(size_t MinSize, size_t TSize, in mallocForGrow()
111 void SmallVectorBase<Size_T>::grow_pod(void *FirstEl, size_t MinSize, in grow_pod()
H A DOptimizedStructLayout.cpp237 uint64_t MinSize; in performOptimizedStructLayout() member
258 uint64_t MinSize = I->Size; in performOptimizedStructLayout() local
/netbsd/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp42 size_t MinSize = in identify_magic() local
131 size_t MinSize; in identify_magic() local
141 size_t MinSize; in identify_magic() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h31 bool MinSize) in CombinerInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp65 bool MinSize) { in tryEmitBZero()
H A DAArch64O0PreLegalizerCombiner.cpp59 AArch64O0PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64O0PreLegalizerCombinerInfo()
H A DAArch64PreLegalizerCombiner.cpp247 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PreLegalizerCombinerInfo()
H A DAArch64PostLegalizerCombiner.cpp287 AArch64PostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PostLegalizerCombinerInfo()
H A DAArch64PostLegalizerLowering.cpp988 AArch64PostLegalizerLoweringInfo(bool OptSize, bool MinSize) in AArch64PostLegalizerLoweringInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp99 bool MinSize) in ARMSubtarget()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOUniversal.cpp152 uint32_t MinSize = sizeof(MachO::fat_header); in MachOUniversalBinary() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h123 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
353 T *mallocForGrow(size_t MinSize, size_t &NewCapacity) { in mallocForGrow()
424 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp159 uint32_t MinSize = Index.toArrayIndex() + 1; in ensureCapacityFor() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp183 AMDGPUPreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPUPreLegalizerCombinerInfo()
H A DAMDGPURegBankCombiner.cpp169 AMDGPURegBankCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPURegBankCombinerInfo()
H A DAMDGPUPostLegalizerCombiner.cpp286 AMDGPUPostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPUPostLegalizerCombinerInfo()
H A DAMDGPUSubtarget.cpp509 unsigned MinSize = 0; in makeLIDRangeMetadata() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTVector.h380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp45 CCValAssign::LocInfo LocInfo, int MinSize, in HandleByVal()
H A DTargetRegisterInfo.cpp346 unsigned MinSize = getRegSizeInBits(*RCA); in getCommonSuperRegClass() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp767 bool MinSize; member in __anondee387360211::AArch64ConditionalCompares
H A DAArch64A57FPLoadBalancing.cpp417 unsigned MinSize = L.front()->size() - SizeFuzz; in getAndEraseNext() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp741 size_t MinSize = -1; in ReadAndExecuteSeedCorpora() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp272 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups() local

12