Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h353 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp3757 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
3759 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
3775 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1196 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
2000 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
2618 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
2620 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h505 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument
506 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp784 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
786 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp464 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader,
6604 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
6609 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
6637 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
6651 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
6670 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()