Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3882 Value *PromotedOperand) const;
5120 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const { in isPromotionProfitable()
5133 return isPromotedInstructionLegal(TLI, DL, PromotedOperand); in isPromotionProfitable()
5381 Value *PromotedOperand = in matchOperationAddr() local
5397 assert(PromotedOperand && in matchOperationAddr()
5403 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
5410 PromotedOperand)) { in matchOperationAddr()
5419 AddrMode.replaceWith(Ext, PromotedOperand); in matchOperationAddr()