Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h369 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
378 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
383 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
388 unsigned getMaxLoadsPerMemcmp(bool OptSize) const { in getMaxLoadsPerMemcmp()
H A DRISCVTargetTransformInfo.cpp2928 RISCVTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DRISCVISelLowering.cpp24079 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h76 enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const override { in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h31 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp84 bool OptSize = MF.getFunction().hasOptSize(); in processInstruction() local
H A DX86FixupVectorConstants.cpp350 bool OptSize = MF.getFunction().hasOptSize(); in processInstruction() local
H A DX86TargetTransformInfo.cpp6575 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DX86ISelLowering.cpp62021 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp440 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp361 bool OptSize; member in __anon1d600f580111::CodeGenPrepare
3821 bool OptSize = false; member in __anon1d600f580f11::AddressingModeMatcher
3834 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher()
3859 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match()
5556 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses()
5628 const TargetLowering &TLI, const TargetRegisterInfo &TRI, bool OptSize, in FindAllMemoryUses()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1905 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
1915 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
1934 unsigned getMaxExpandSizeMemcmp(bool OptSize) const { in getMaxExpandSizeMemcmp()
1944 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5359 unsigned OptSize, in IsMulWideOperandDemotable()
5386 unsigned OptSize, in AreMulWideOperandsDemotable()
5429 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h481 enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp663 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9737 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemset() local
9997 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemmove() local
10134 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemCpyFamily() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4489 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4391 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DAArch64InstrInfo.cpp3267 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); in canFoldIntoAddrMode() local
H A DAArch64ISelLowering.cpp28494 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8400 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores() local
8601 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores() local
8723 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores() local