Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h338 bool &AllowPromotionWithoutCommonHeader);
H A DAArch64TargetTransformInfo.cpp2867 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 DTargetTransformInfo.h1019 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 DTargetTransformInfoImpl.h455 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() argument
456 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp688 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
690 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp458 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()