Home
last modified time | relevance | path

Searched defs:OptSize (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h29 const LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, in CombinerInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp59 AArch64O0PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64O0PreLegalizerCombinerInfo()
H A DAArch64PreLegalizerCombiner.cpp364 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PreLegalizerCombinerInfo()
H A DAArch64PostLegalizerCombiner.cpp348 AArch64PostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AArch64PostLegalizerCombinerInfo()
H A DAArch64PostLegalizerLowering.cpp1064 AArch64PostLegalizerLoweringInfo(bool OptSize, bool MinSize) in AArch64PostLegalizerLoweringInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsPostLegalizerCombiner.cpp47 MipsPostLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in MipsPostLegalizerCombinerInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp185 AMDGPUPreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPUPreLegalizerCombinerInfo()
H A DAMDGPURegBankCombiner.cpp385 AMDGPURegBankCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, in AMDGPURegBankCombinerInfo()
H A DAMDGPUPostLegalizerCombiner.cpp339 bool OptSize, bool MinSize, in AMDGPUPostLegalizerCombinerInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp81 bool OptSize; member in __anonf5865b4f0111::MachineCombiner
H A DCodeGenPrepare.cpp349 bool OptSize; member in __anon88ab83af0111::CodeGenPrepare
3261 bool OptSize; member in __anon88ab83af0c11::AddressingModeMatcher
3274 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher()
3299 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match()
4976 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4893 unsigned OptSize, in IsMulWideOperandDemotable()
4920 unsigned OptSize, in AreMulWideOperandsDemotable()
4963 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp439 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1674 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
1684 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
1703 unsigned getMaxExpandSizeMemcmp(bool OptSize) const { in getMaxExpandSizeMemcmp()
1713 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h360 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
H A DTargetTransformInfo.h2185 MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp547 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7725 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemset() local
7987 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemmove() local
8130 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemCpyFamily() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2486 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DAArch64ISelLowering.cpp22699 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6140 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6998 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores() local
7199 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores() local
7320 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3962 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14209 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local

12