Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 285 bool &AllowPromotionWithoutCommonHeader);
|
H A D | AArch64TargetTransformInfo.cpp | 1498 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 1500 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion() 1516 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 964 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const; 1582 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0; 2040 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument 2042 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
H A D | TargetTransformInfoImpl.h | 407 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument 408 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 615 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 617 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 423 bool AllowPromotionWithoutCommonHeader, 6201 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local 6206 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt() 6234 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt() 6248 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument 6267 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()
|