Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h328 shouldConsiderAddressTypePromotion(const Instruction &I,
H A DAArch64TargetTransformInfo.cpp2556 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h989 bool shouldConsiderAddressTypePromotion(
1682 virtual bool shouldConsiderAddressTypePromotion(
2197 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
2199 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h439 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp667 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
669 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6239 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()