Searched defs:MinSize (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h29 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, const LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, bool MinSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp42 size_t MinSize = local
131 size_t MinSize; local
141 size_t MinSize; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp132 uint32_t MinSize = sizeof(MachO::fat_header); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp237 uint64_t MinSize; member in struct:AlignmentQueue
258 uint64_t MinSize = I->Size; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp47 AMDGPUPreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, argument
H A DAMDGPURegBankCombiner.cpp49 AMDGPURegBankCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, argument
H A DAMDGPUPostLegalizerCombiner.cpp244 AMDGPUPostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, argument
H A DAMDGPUSubtarget.cpp441 unsigned MinSize = 0; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h61 static const uptr MinSize = 1UL << Config::MinSizeLog; member in class:scudo::FixedSizeClassMap
H A Dquarantine.h249 atomic_uptr MinSize; member in class:scudo::GlobalQuarantine
253 void NOINLINE recycle(uptr MinSize, Callback Cb) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp159 uint32_t MinSize = Index.toArrayIndex() + 1; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h65 uint64_t MinSize; // The known minimum size. member in class:llvm::TypeSize
70 constexpr TypeSize(uint64_t MinSize, bool Scalable) argument
77 static constexpr TypeSize Scalable(uint64_t MinSize) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp96 ARMSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const ARMBaseTargetMachine &TM, bool IsLittle, bool MinSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp43 HandleByVal(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, int MinSize, Align MinAlign, ISD::ArgFlagsTy ArgFlags) argument
H A DCodeGenPrepare.cpp1949 unsigned MinSize, PrefAlign; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp48 unsigned MinSize = LSize < RSize ? LSize : RSize; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp417 unsigned MinSize = L.front()->size() - SizeFuzz; local
H A DAArch64ConditionalCompares.cpp767 bool MinSize; member in class:__anon3844::AArch64ConditionalCompares
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp409 AArch64PostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h268 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp736 size_t MinSize = -1; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp267 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1327 unsigned MinSize = MI.getOperand(0).getImm(); local

Completed in 327 milliseconds

12