Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 338 bool &AllowPromotionWithoutCommonHeader);
|
| H A D | AArch64TargetTransformInfo.cpp | 2867 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 2869 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 2885 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1019 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const; 1736 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0; 2281 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument 2283 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| H A D | TargetTransformInfoImpl.h | 455 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument 456 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 688 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 690 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 458 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, 6335 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local 6340 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt() 6368 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt() 6382 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument 6401 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()
|