Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h155 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp855 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
857 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
873 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h711 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
1122 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
1432 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
1434 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h366 bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
367 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp356 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
358 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp374 bool AllowPromotionWithoutCommonHeader,
5292 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
5297 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
5333 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
5347 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
5366 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()