Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 353 bool &AllowPromotionWithoutCommonHeader);
|
| H A D | AArch64TargetTransformInfo.cpp | 3757 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 3759 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 3775 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1196 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const; 2000 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0; 2618 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument 2620 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| H A D | TargetTransformInfoImpl.h | 505 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument 506 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 784 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 786 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 464 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, 6604 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local 6609 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt() 6637 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt() 6651 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument 6670 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()
|