Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp81 bool OptSize = false; member in __anon20cc5c180111::MachineCombiner
H A DCodeGenPrepare.cpp360 bool OptSize; member in __anon1d600f580111::CodeGenPrepare
3484 bool OptSize = false; member in __anon1d600f580d11::AddressingModeMatcher
3497 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) in AddressingModeMatcher()
3522 bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) { in Match()
5211 const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, in FindAllMemoryUses()
5285 const TargetLowering &TLI, const TargetRegisterInfo &TRI, bool OptSize, in FindAllMemoryUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp437 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5624 unsigned OptSize, in IsMulWideOperandDemotable()
5651 unsigned OptSize, in AreMulWideOperandsDemotable()
5694 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1848 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
1858 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
1877 unsigned getMaxExpandSizeMemcmp(bool OptSize) const { in getMaxExpandSizeMemcmp()
1887 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h394 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
H A DTargetTransformInfo.h2509 MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp625 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8775 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemset() local
9035 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemmove() local
9176 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemCpyFamily() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6213 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DX86ISelLowering.cpp59251 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3320 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
H A DAArch64InstrInfo.cpp2985 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); in canFoldIntoAddrMode() local
H A DAArch64ISelLowering.cpp26916 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4226 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7825 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores() local
8026 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores() local
8147 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21580 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local