Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h182 shouldConsiderAddressTypePromotion(const Instruction &I,
HDAArch64TargetTransformInfo.cpp876 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h843 bool shouldConsiderAddressTypePromotion(
1292 virtual bool shouldConsiderAddressTypePromotion(
1670 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
1672 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
HDTargetTransformInfoImpl.h396 shouldConsiderAddressTypePromotion(const Instruction &I, in shouldConsiderAddressTypePromotion() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp509 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
511 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp5579 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()