Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp81 bool OptSize = false; member in __anond186ddaa0111::MachineCombiner
H A DCodeGenPrepare.cpp360 bool OptSize; member in __anond527a6aa0111::CodeGenPrepare
3390 bool OptSize = false; global() member in __anond527a6aa0c11::AddressingModeMatcher
3403 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
3428 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
5107 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
5181 FindAllMemoryUses(Instruction * I,SmallVectorImpl<std::pair<Use *,Type * >> & MemoryUses,const TargetLowering & TLI,const TargetRegisterInfo & TRI,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) FindAllMemoryUses() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp437 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5360 IsMulWideOperandDemotable(SDValue Op,unsigned OptSize,OperandSignedness & S) IsMulWideOperandDemotable() argument
5387 AreMulWideOperandsDemotable(SDValue LHS,SDValue RHS,unsigned OptSize,bool & IsSigned) AreMulWideOperandsDemotable() argument
5430 unsigned OptSize = MulType.getSizeInBits() >> 1; TryMULWIDECombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1771 getMaxStoresPerMemset(bool OptSize) getMaxStoresPerMemset() argument
1781 getMaxStoresPerMemcpy(bool OptSize) getMaxStoresPerMemcpy() argument
1800 getMaxExpandSizeMemcmp(bool OptSize) getMaxExpandSizeMemcmp() argument
1810 getMaxStoresPerMemmove(bool OptSize) getMaxStoresPerMemmove() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h374 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
H A DTargetTransformInfo.h2418 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp599 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8252 bool OptSize = shouldLowerMemFuncForSize(MF); lowerMemset() local
8512 bool OptSize = shouldLowerMemFuncForSize(MF); lowerMemmove() local
8653 bool OptSize = shouldLowerMemFuncForSize(MF); lowerMemCpyFamily() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3056 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
H A DAArch64InstrInfo.cpp2963 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); canFoldIntoAddrMode() local
H A DAArch64ISelLowering.cpp25470 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6141 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
H A DX86ISelLowering.cpp57582 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4050 OptSize = getOptimizationLevelSize(Args); ParseLangArgs() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7460 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); getMemcpyLoadsAndStores() local
7661 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); getMemmoveLoadsAndStores() local
7782 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); getMemsetStores() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19947 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local