Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h459 bool shouldConsiderAddressTypePromotion(
H A DRISCVTargetTransformInfo.cpp2713 bool RISCVTTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h397 bool shouldConsiderAddressTypePromotion(
H A DAArch64TargetTransformInfo.cpp5058 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp822 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
824 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1261 LLVM_ABI bool shouldConsiderAddressTypePromotion(
H A DTargetTransformInfoImpl.h612 virtual bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6997 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()