Home
last modified time | relevance | path

Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h461 bool &AllowPromotionWithoutCommonHeader) const override;
H A DRISCVTargetTransformInfo.cpp2714 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
2716 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
2732 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h399 bool &AllowPromotionWithoutCommonHeader) const override;
H A DAArch64TargetTransformInfo.cpp5059 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
5061 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
5077 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h613 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument
614 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfo.h1262 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp823 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
825 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp465 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader,
6993 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
6998 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
7026 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
7040 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
7059 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()