Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h183 bool &AllowPromotionWithoutCommonHeader);
DAArch64TargetTransformInfo.cpp877 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
879 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
895 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h844 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
1293 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
1671 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
1673 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
DTargetTransformInfoImpl.h397 bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
398 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp510 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
512 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp394 bool AllowPromotionWithoutCommonHeader,
5575 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
5580 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
5616 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
5630 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
5649 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()