Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h352 shouldConsiderAddressTypePromotion(const Instruction &I,
H A DAArch64TargetTransformInfo.cpp3482 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1161 bool shouldConsiderAddressTypePromotion(
1930 virtual bool shouldConsiderAddressTypePromotion(
2523 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
2525 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h483 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp753 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
755 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6494 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()