Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h153 bool &AllowPromotionWithoutCommonHeader);
DAArch64TargetTransformInfo.cpp851 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
853 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
869 AllowPromotionWithoutCommonHeader = true; in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h702 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const;
1094 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) = 0;
1396 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion() argument
1398 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
DTargetTransformInfoImpl.h361 bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument
362 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp352 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
354 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp356 bool AllowPromotionWithoutCommonHeader,
5150 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
5155 *Inst, AllowPromotionWithoutCommonHeader); in optimizeExt()
5191 performAddressTypePromotion(Inst, AllowPromotionWithoutCommonHeader, in optimizeExt()
5205 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion() argument
5224 if (!AllSeenFirst || (AllowPromotionWithoutCommonHeader && in performAddressTypePromotion()