Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h305 shouldConsiderAddressTypePromotion(const Instruction &I,
H A DAArch64TargetTransformInfo.cpp1847 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h932 bool shouldConsiderAddressTypePromotion(
1570 virtual bool shouldConsiderAddressTypePromotion(
2028 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
2030 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h406 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp611 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
613 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6223 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()