Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h182 shouldConsiderAddressTypePromotion(const Instruction &I,
DAArch64TargetTransformInfo.cpp876 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h843 bool shouldConsiderAddressTypePromotion(
1292 virtual bool shouldConsiderAddressTypePromotion(
1670 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
1672 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
DTargetTransformInfoImpl.h396 shouldConsiderAddressTypePromotion(const Instruction &I, in shouldConsiderAddressTypePromotion() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp509 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
511 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5579 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()