Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h30 const LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, in CombinerInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
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-src/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp81 bool OptSize; member in __anonc479f2030111::MachineCombiner
H A DCodeGenPrepare.cpp325 bool OptSize; member in __anon7f6d13e30111::CodeGenPrepare
3137 bool OptSize; member in __anon7f6d13e30c11::AddressingModeMatcher
3150 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher()
3175 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match()
4862 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4553 unsigned OptSize, in IsMulWideOperandDemotable()
4580 unsigned OptSize, in AreMulWideOperandsDemotable()
4623 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp825 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1565 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
1575 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
1594 unsigned getMaxExpandSizeMemcmp(bool OptSize) const { in getMaxExpandSizeMemcmp()
1604 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1232 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemset() local
1346 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemcpy() local
1452 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemmove() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1158 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DAArch64ISelLowering.cpp17162 bool OptSize = Attr.hasFnAttribute(Attribute::MinSize); in isIntDivCheap() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h321 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
H A DTargetTransformInfo.h1959 MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp495 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4662 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DX86ISelLowering.cpp52112 bool OptSize = Attr.hasFnAttribute(Attribute::MinSize); in isIntDivCheap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6347 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores() local
6535 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores() local
6641 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3921 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local