Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h353 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp3483 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
3485 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
3501 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1162 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
1931 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
2524 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
2526 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h484 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument
485 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp754 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
756 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp464 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader,
6490 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
6495 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
6523 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
6537 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
6556 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()