Searched refs:AllowPromotionWithoutCommonHeader (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 183 bool &AllowPromotionWithoutCommonHeader);
|
D | AArch64TargetTransformInfo.cpp | 877 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/ |
D | TargetTransformInfo.h | 844 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()
|
D | TargetTransformInfoImpl.h | 397 bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion() argument 398 AllowPromotionWithoutCommonHeader = false; in shouldConsiderAddressTypePromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 510 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion() 512 I, AllowPromotionWithoutCommonHeader); in shouldConsiderAddressTypePromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 394 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()
|