Home
last modified time | relevance | path

Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h285 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp1498 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 DTargetTransformInfo.h964 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 DTargetTransformInfoImpl.h407 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 DTargetTransformInfo.cpp615 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
617 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp423 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()