Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 155 bool &AllowPromotionWithoutCommonHeader);
|
| H A D | AArch64TargetTransformInfo.cpp | 855 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 857 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 873 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 711 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const; 1122 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0; 1432 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument 1434 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| H A D | TargetTransformInfoImpl.h | 366 bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 367 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 356 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 358 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 374 bool AllowPromotionWithoutCommonHeader, 5292 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local 5297 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt() 5333 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt() 5347 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument 5366 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()
|