Searched defs:OptSize (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp592 PPCTTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3141 OptSize = getOptimizationLevelSize(Args); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3516 X86TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4580 IsMulWideOperandDemotable(SDValue Op, unsigned OptSize, OperandSignedness &S) argument
4607 AreMulWideOperandsDemotable(SDValue LHS, SDValue RHS, unsigned OptSize, bool &IsSigned) argument
4651 unsigned OptSize = MulType.getSizeInBits() >> 1; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp630 AArch64TTIImpl::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { argument
H A DAArch64PreLegalizerCombiner.cpp46 AArch64PreLegalizerCombinerInfo(bool EnableOpt, bool OptSize, bool MinSize, argument
H A DAArch64ISelLowering.cpp13356 bool OptSize = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp79 bool OptSize; member in class:__anon1750::MachineCombiner
H A DCodeGenPrepare.cpp306 bool OptSize; member in class:__anon1697::CodeGenPrepare
2884 bool OptSize; member in class:__anon1701::AddressingModeMatcher
2889 AddressingModeMatcher( SmallVectorImpl<Instruction *> &AMI, const TargetLowering &TLI, const TargetRegisterInfo &TRI, 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) argument
2913 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, SmallVectorImpl<Instruction *> &AddrModeInsts, const TargetLowering &TLI, const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) argument
4532 FindAllMemoryUses( Instruction *I, SmallVectorImpl<std::pair<Instruction *, unsigned>> &MemoryUses, SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetLowering &TLI, const TargetRegisterInfo &TRI, bool OptSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI, int SeenInsts = 0) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp975 bool OptSize = shouldLowerMemFuncForSize(MF); local
1089 bool OptSize = shouldLowerMemFuncForSize(MF); local
1197 bool OptSize = shouldLowerMemFuncForSize(MF); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp409 TargetTransformInfo::enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) const { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerInfo.h29 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, LegalizerInfo *LInfo, bool OptEnabled, bool OptSize, bool MinSize) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h328 TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize, argument

Completed in 235 milliseconds