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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h213 shouldConsiderAddressTypePromotion(const Instruction &I,
H A DAArch64TargetTransformInfo.cpp948 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( function in class:AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h900 bool shouldConsiderAddressTypePromotion(
1380 virtual bool shouldConsiderAddressTypePromotion(
1762 bool shouldConsiderAddressTypePromotion(
1764 return Impl.shouldConsiderAddressTypePromotion(
H A DTargetTransformInfoImpl.h333 shouldConsiderAddressTypePromotion(const Instruction &I, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp597 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( function in class:TargetTransformInfo
599 return TTIImpl->shouldConsiderAddressTypePromotion(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5949 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion(

Completed in 148 milliseconds