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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h29 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, bool MinSize) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp41 size_t MinSize = local
130 size_t MinSize; local
140 size_t MinSize; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp132 uint32_t MinSize = sizeof(MachO::fat_header); local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h40 static const uptr MinSize = 1UL << MinSizeLog; member in class:scudo::SizeClassMap
H A Dquarantine.h244 atomic_uptr MinSize; member in class:scudo::GlobalQuarantine
248 void NOINLINE recycle(uptr MinSize, Callback Cb) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp46 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, argument
H A DAArch64A57FPLoadBalancing.cpp417 unsigned MinSize = L.front()->size() - SizeFuzz; local
H A DAArch64ConditionalCompares.cpp767 bool MinSize; member in class:__anon4904::AArch64ConditionalCompares
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp159 uint32_t MinSize = Index.toArrayIndex() + 1; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h51 uint64_t MinSize; // The known minimum size. member in class:llvm::TypeSize
56 constexpr TypeSize(uint64_t MinSize, bool Scalable) argument
63 static constexpr TypeSize Scalable(uint64_t MinSize) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp43 HandleByVal(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, int MinSize, int MinAlignment, ISD::ArgFlagsTy ArgFlags) argument
H A DCodeGenPrepare.cpp1896 unsigned MinSize, PrefAlign; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { argument
/freebsd-12-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
H A DARMISelLowering.cpp1745 bool ARMTargetLowering::shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize, argument
8996 const bool MinSize = ST.hasMinSize(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp48 unsigned MinSize = LSize < RSize ? LSize : RSize; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h233 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp433 unsigned MinSize = 0; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp730 size_t MinSize = -1; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp269 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1305 unsigned MinSize = MI.getOperand(0).getImm(); local
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h1084 UINT8 MinSize; member in struct:_EFI_IFR_STRING
1094 UINT16 MinSize; member in struct:_EFI_IFR_PASSWORD

Completed in 512 milliseconds