Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 461 bool &AllowPromotionWithoutCommonHeader) const override;
|
| H A D | RISCVTargetTransformInfo.cpp | 2714 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 2716 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 2732 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 399 bool &AllowPromotionWithoutCommonHeader) const override;
|
| H A D | AArch64TargetTransformInfo.cpp | 5059 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 5061 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 5077 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 613 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument 614 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
| H A D | TargetTransformInfo.h | 1262 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 823 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 825 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 465 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, 6993 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local 6998 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt() 7026 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt() 7040 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument 7059 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()
|