/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | PGOOptions.h | 30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 81 bool OptSize = false; member in __anon20cc5c180111::MachineCombiner
|
H A D | CodeGenPrepare.cpp | 360 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 D | PPCTargetTransformInfo.cpp | 437 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 5624 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 D | TargetLowering.h | 1848 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 D | TargetTransformInfoImpl.h | 394 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
|
H A D | TargetTransformInfo.h | 2509 MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 625 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8775 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 D | X86TargetTransformInfo.cpp | 6213 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
H A D | X86ISelLowering.cpp | 59251 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3320 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
|
H A D | AArch64InstrInfo.cpp | 2985 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); in canFoldIntoAddrMode() local
|
H A D | AArch64ISelLowering.cpp | 26916 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4226 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7825 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 D | RISCVISelLowering.cpp | 21580 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
|