Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 153 bool &AllowPromotionWithoutCommonHeader);
|
D | AArch64TargetTransformInfo.cpp | 851 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/ |
D | TargetTransformInfo.h | 702 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()
|
D | TargetTransformInfoImpl.h | 361 bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 362 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 352 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 354 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 356 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()
|