| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 369 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 D | RISCVTargetTransformInfo.cpp | 2928 RISCVTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
| H A D | RISCVISelLowering.cpp | 24079 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetTransformInfo.h | 76 enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const override { in enableMemCmpExpansion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 31 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupInstTuning.cpp | 84 bool OptSize = MF.getFunction().hasOptSize(); in processInstruction() local
|
| H A D | X86FixupVectorConstants.cpp | 350 bool OptSize = MF.getFunction().hasOptSize(); in processInstruction() local
|
| H A D | X86TargetTransformInfo.cpp | 6575 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
| H A D | X86ISelLowering.cpp | 62021 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 440 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 361 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 D | TargetLowering.h | 1905 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 D | NVPTXISelLowering.cpp | 5359 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 D | TargetTransformInfoImpl.h | 481 enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 663 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 9737 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 D | CompilerInvocation.cpp | 4489 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4391 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
| H A D | AArch64InstrInfo.cpp | 3267 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); in canFoldIntoAddrMode() local
|
| H A D | AArch64ISelLowering.cpp | 28494 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8400 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
|