Home
last modified time | relevance | path

Searched refs:ConsideredSExtType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp75 : FunctionPass(ID), Func(nullptr), ConsideredSExtType(nullptr) { in AArch64AddressTypePromotion()
92 Type *ConsideredSExtType; member in __anon0a73e4580111::AArch64AddressTypePromotion
172 ConsideredSExtType->getIntegerBitWidth()) in canGetThrough()
185 (Inst->getType() == ConsideredSExtType || Inst->hasOneUse())) in shouldGetThrough()
214 if (SExt->getType() != ConsideredSExtType) in shouldConsiderSExt()
487 ConsideredSExtType = Type::getInt64Ty(Func->getContext()); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp856 Type *ConsideredSExtType = in shouldConsiderAddressTypePromotion() local
858 if (I.getType() != ConsideredSExtType) in shouldConsiderAddressTypePromotion()