Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h329 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp2557 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
2559 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
2575 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h990 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
1683 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
2198 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
2200 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h440 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument
441 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp668 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
670 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp434 bool AllowPromotionWithoutCommonHeader,
6235 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
6240 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
6268 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
6282 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
6301 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()