/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 40 size_t MinSize = in identify_magic() local 156 size_t MinSize; in identify_magic() local 166 size_t MinSize; in identify_magic() local
|
/llvm-project/llvm/lib/Support/ |
H A D | SmallVector.cpp | 62 static void report_size_overflow(size_t MinSize, size_t MaxSize) { in report_size_overflow() argument 90 static size_t getNewCapacity(size_t MinSize, size_t TSize, size_t OldCapacity) { in getNewCapacity() argument 124 mallocForGrow(void * FirstEl,size_t MinSize,size_t TSize,size_t & NewCapacity) mallocForGrow() argument 138 grow_pod(void * FirstEl,size_t MinSize,size_t TSize) grow_pod() argument [all...] |
H A D | OptimizedStructLayout.cpp | 238 uint64_t MinSize; in performOptimizedStructLayout() member 259 uint64_t MinSize = I->Size; in performOptimizedStructLayout() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | GlobalMerge.h | 25 unsigned MinSize = 0; member
|
/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/ |
H A D | malloc_benchmark.cpp |
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64GlobalISelUtils.cpp | 65 tryEmitBZero(MachineInstr & MI,MachineIRBuilder & MIRBuilder,bool MinSize) tryEmitBZero() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | quarantine.h | 252 atomic_uptr MinSize = {}; variable 256 void NOINLINE recycle(uptr MinSize, Callback Cb) RELEASE(RecycleMutex) in recycle()
|
H A D | size_class_map.h | 64 static const uptr MinSize = 1UL << Config::MinSizeLog; variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversal.cpp | 152 uint32_t MinSize = sizeof(MachO::fat_header); MachOUniversalBinary() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 92 bool MinSize) in ARMSubtarget() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 150 grow_pod(size_t MinSize,size_t TSize) grow_pod() argument 446 grow(size_t MinSize) grow() argument 455 mallocForGrow(size_t MinSize,size_t & NewCapacity) mallocForGrow() argument [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 157 if (MinSize <= capacity()) in ensureCapacityFor() local
|
/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 234 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow()
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 765 bool MinSize; global() member in __anon8ef305c80211::AArch64ConditionalCompares
|
H A D | AArch64A57FPLoadBalancing.cpp | 416 unsigned MinSize = L.front()->size() - SizeFuzz; in getAndEraseNext() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 46 CCValAssign::LocInfo LocInfo, int MinSize, in HandleByVal() argument
|
H A D | TargetRegisterInfo.cpp | 344 unsigned MinSize = getRegSizeInBits(*RCA); getCommonSuperRegClass() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 794 size_t MinSize = -1; ReadAndExecuteSeedCorpora() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 510 unsigned MinSize = 0; makeLIDRangeMetadata() local
|
/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 40 size_t MinSize = std::min(A.size(), B.size()); StrCmpOptionNameIgnoreCase() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 260 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); popNullFixups() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 799 computeVLMAX(unsigned VectorBits,unsigned EltSize,unsigned MinSize) computeVLMAX() argument
|
H A D | RISCVTargetTransformInfo.cpp | 1113 const unsigned MinSize = DL.getTypeSizeInBits(Ty).getKnownMinValue(); getEstimatedVLFor() local
|