Home
last modified time | relevance | path

Searched defs:AllowPromotionWithoutCommonHeader (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h440 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) const { in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfo.h2198 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) override { in shouldConsiderAddressTypePromotion()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2557 const Instruction &I, bool &AllowPromotionWithoutCommonHeader) { in shouldConsiderAddressTypePromotion()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6235 bool AllowPromotionWithoutCommonHeader = false; in optimizeExt() local
6282 Instruction *&Inst, bool AllowPromotionWithoutCommonHeader, in performAddressTypePromotion()