Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h306 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp1848 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
1850 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
1866 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h933 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
1571 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
2029 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
2031 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h407 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument
408 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp612 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
614 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp423 bool AllowPromotionWithoutCommonHeader,
6219 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
6224 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
6252 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
6266 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
6285 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()