Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 306 bool &AllowPromotionWithoutCommonHeader);
|
| H A D | AArch64TargetTransformInfo.cpp | 1848 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 1850 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 1866 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 933 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const; 1571 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0; 2029 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument 2031 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| H A D | TargetTransformInfoImpl.h | 407 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument 408 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 612 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 614 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 423 bool AllowPromotionWithoutCommonHeader, 6219 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local 6224 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt() 6252 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt() 6266 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument 6285 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()
|