Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFTargetTransformInfo.h72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineCombiner.cpp81 bool OptSize = false; member in __anond7a351720111::MachineCombiner
HDCodeGenPrepare.cpp360 bool OptSize; member in __anonfc20c1720111::CodeGenPrepare
3484 bool OptSize = false; member in __anonfc20c1720d11::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-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.cpp437 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp5624 unsigned OptSize, in IsMulWideOperandDemotable()
5651 unsigned OptSize, in AreMulWideOperandsDemotable()
5694 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.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-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h394 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
HDTargetTransformInfo.h2509 MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp625 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.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-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp3320 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
HDAArch64InstrInfo.cpp2985 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); in canFoldIntoAddrMode() local
HDAArch64ISelLowering.cpp26916 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp6213 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion()
HDX86ISelLowering.cpp59251 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp4226 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.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-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp21583 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); in isIntDivCheap() local