Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h72 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h30 enum class ColdFuncOpt { Default, OptSize, MinSize, OptNone }; enumerator
/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp81 bool OptSize = false; global() member in __anon43b882eb0111::MachineCombiner
H A DCodeGenPrepare.cpp360 bool OptSize; member in __anon072927cb0111::CodeGenPrepare
3484 bool OptSize = false; global() member in __anon072927cb0d11::AddressingModeMatcher
3497 AddressingModeMatcher(SmallVectorImpl<Instruction * > & AMI,const TargetLowering & TLI,const TargetRegisterInfo & TRI,const LoopInfo & LI,const std::function<const DominatorTree & ()> getDTFn,Type * AT,unsigned AS,Instruction * MI,ExtAddrMode & AM,const SetOfInstrs & InsertedInsts,InstrToOrigTy & PromotedInsts,TypePromotionTransaction & TPT,std::pair<AssertingVH<GetElementPtrInst>,int64_t> & LargeOffsetGEP,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) AddressingModeMatcher() argument
3522 Match(Value * V,Type * AccessTy,unsigned AS,Instruction * MemoryInst,SmallVectorImpl<Instruction * > & AddrModeInsts,const TargetLowering & TLI,const LoopInfo & LI,const std::function<const DominatorTree & ()> getDTFn,const TargetRegisterInfo & TRI,const SetOfInstrs & InsertedInsts,InstrToOrigTy & PromotedInsts,TypePromotionTransaction & TPT,std::pair<AssertingVH<GetElementPtrInst>,int64_t> & LargeOffsetGEP,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) Match() argument
5211 FindAllMemoryUses(Instruction * I,SmallVectorImpl<std::pair<Use *,Type * >> & MemoryUses,SmallPtrSetImpl<Instruction * > & ConsideredInsts,const TargetLowering & TLI,const TargetRegisterInfo & TRI,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI,unsigned & SeenInsts) FindAllMemoryUses() argument
5285 FindAllMemoryUses(Instruction * I,SmallVectorImpl<std::pair<Use *,Type * >> & MemoryUses,const TargetLowering & TLI,const TargetRegisterInfo & TRI,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) FindAllMemoryUses() argument
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp437 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5615 IsMulWideOperandDemotable(SDValue Op,unsigned OptSize,OperandSignedness & S) IsMulWideOperandDemotable() argument
5642 AreMulWideOperandsDemotable(SDValue LHS,SDValue RHS,unsigned OptSize,bool & IsSigned) AreMulWideOperandsDemotable() argument
5685 unsigned OptSize = MulType.getSizeInBits() >> 1; TryMULWIDECombine() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1876 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxExpandSizeMemcmp() argument
1847 getMaxStoresPerMemset(bool OptSize) getMaxStoresPerMemset() argument
1857 getMaxStoresPerMemcpy(bool OptSize) getMaxStoresPerMemcpy() argument
1886 getMaxStoresPerMemmove(bool OptSize) getMaxStoresPerMemmove() argument
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h392 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
H A DTargetTransformInfo.h2484 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp621 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8576 bool OptSize = shouldLowerMemFuncForSize(MF); lowerMemset() local
8836 bool OptSize = shouldLowerMemFuncForSize(MF); lowerMemmove() local
8977 bool OptSize = shouldLowerMemFuncForSize(MF); lowerMemCpyFamily() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3298 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
H A DAArch64InstrInfo.cpp2985 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); canFoldIntoAddrMode() local
H A DAArch64ISelLowering.cpp26702 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6213 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
H A DX86ISelLowering.cpp59103 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
[all...]
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4185 OptSize = getOptimizationLevelSize(Args); ParseLangArgs() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7791 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); getMemcpyLoadsAndStores() local
7992 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); getMemmoveLoadsAndStores() local
8113 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); getMemsetStores() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21518 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
[all...]