/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 72 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, in enableMemCmpExpansion() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 81 bool OptSize = false; member in __anond186ddaa0111::MachineCombiner
|
H A D | CodeGenPrepare.cpp | 360 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 D | PPCTargetTransformInfo.cpp | 437 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { in enableMemCmpExpansion() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 5360 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 D | TargetLowering.h | 1771 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 D | TargetTransformInfoImpl.h | 374 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
|
H A D | TargetTransformInfo.h | 2418 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) enableMemCmpExpansion() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 599 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8252 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 D | AArch64TargetTransformInfo.cpp | 3056 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
|
H A D | AArch64InstrInfo.cpp | 2963 const bool OptSize = MemI.getMF()->getFunction().hasOptSize(); canFoldIntoAddrMode() local
|
H A D | AArch64ISelLowering.cpp | 25470 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 6141 enableMemCmpExpansion(bool OptSize,bool IsZeroCmp) const enableMemCmpExpansion() argument
|
H A D | X86ISelLowering.cpp | 57582 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4050 OptSize = getOptimizationLevelSize(Args); ParseLangArgs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7460 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 D | RISCVISelLowering.cpp | 19947 bool OptSize = Attr.hasFnAttr(Attribute::MinSize); isIntDivCheap() local
|