Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 353 bool &AllowPromotionWithoutCommonHeader);
|
| H A D | AArch64TargetTransformInfo.cpp | 3483 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 D | TargetTransformInfo.h | 1162 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 D | TargetTransformInfoImpl.h | 484 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 D | TargetTransformInfo.cpp | 754 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 756 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 464 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()
|