Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h352 shouldConsiderAddressTypePromotion(const Instruction &I,
H A DAArch64TargetTransformInfo.cpp3756 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1195 bool shouldConsiderAddressTypePromotion(
1999 virtual bool shouldConsiderAddressTypePromotion(
2617 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
2619 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h504 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp783 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
785 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6608 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()