Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h337 shouldConsiderAddressTypePromotion(const Instruction &I,
H A DAArch64TargetTransformInfo.cpp2866 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1018 bool shouldConsiderAddressTypePromotion(
1735 virtual bool shouldConsiderAddressTypePromotion(
2280 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
2282 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
H A DTargetTransformInfoImpl.h454 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp687 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
689 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6339 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()