Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h152 shouldConsiderAddressTypePromotion(const Instruction &I,
DAArch64TargetTransformInfo.cpp850 bool AArch64TTIImpl::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in AArch64TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h701 bool shouldConsiderAddressTypePromotion(
1093 virtual bool shouldConsiderAddressTypePromotion(
1395 bool shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function
1397 return Impl.shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
DTargetTransformInfoImpl.h360 shouldConsiderAddressTypePromotion(const Instruction &I, in shouldConsiderAddressTypePromotion() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp351 bool TargetTransformInfo::shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion() function in TargetTransformInfo
353 return TTIImpl->shouldConsiderAddressTypePromotion( in shouldConsiderAddressTypePromotion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5154 bool ATPConsiderable = TTI->shouldConsiderAddressTypePromotion( in optimizeExt()