Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp120 bool canGetThrough(const Instruction *Inst);
157 bool AArch64AddressTypePromotion::canGetThrough(const Instruction *Inst) { in canGetThrough() function in AArch64AddressTypePromotion
275 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) { in propagateSignExtension()
462 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst)); in analyzeSExtension()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2720 static bool canGetThrough(const Instruction *Inst, Type *ConsideredExtType,
2803 bool TypePromotionHelper::canGetThrough(const Instruction *Inst, in canGetThrough() function in __anonebd7bfba0211::TypePromotionHelper
2878 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt)) in getAction()