Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 329 bool &AllowPromotionWithoutCommonHeader);
|
| H A D | AArch64TargetTransformInfo.cpp | 2557 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 D | TargetTransformInfo.h | 990 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 D | TargetTransformInfoImpl.h | 440 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument 441 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 668 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 670 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 434 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()
|